/**
 * NETRAA Spiritual World — Homepage Premium Stylesheet
 * Complete redesign: cinematic hero, rich services, immersive campus gallery
 */

/* =========================================================
   0. SHARED UTILITIES
   ========================================================= */
.section-eyebrow {
    display: inline-block;
    font-family: 'Outfit', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--accent-saffron);
    margin-bottom: 10px;
    position: relative;
}
.section-eyebrow.light { color: rgba(255,193,7,0.85); }

.section-header .section-title {
    margin-bottom: 0;
}

.cta-om {
    font-size: 5rem;
    line-height: 1;
    opacity: 0.08;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: serif;
    pointer-events: none;
    color: #fff;
}

/* =========================================================
   1. HERO SECTION — Cinematic Spiritual
   ========================================================= */
.hero-section {
    min-height: calc(100vh - 170px);
    background:
        radial-gradient(ellipse at 20% 80%, rgba(255,109,0,0.18) 0%, transparent 55%),
        radial-gradient(ellipse at 80% 20%, rgba(74,20,140,0.6) 0%, transparent 55%),
        linear-gradient(160deg, hsl(270,85%,8%) 0%, hsl(270,75%,18%) 50%, hsl(20,90%,12%) 100%);
    display: flex;
    align-items: center;
    padding: 40px 0 30px;
    position: relative;
    border-bottom: 1px solid rgba(255,193,7,0.2);
}

/* Animated floating particles */
.hero-particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}
.hero-particles span {
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    background: rgba(255,193,7,0.6);
    border-radius: 50%;
    animation: particleFloat linear infinite;
}
.hero-particles span:nth-child(1)  { left: 10%; animation-duration: 12s; animation-delay: 0s;   width: 3px; height: 3px; }
.hero-particles span:nth-child(2)  { left: 25%; animation-duration: 18s; animation-delay: 2s;   width: 5px; height: 5px; background: rgba(255,100,0,0.5); }
.hero-particles span:nth-child(3)  { left: 40%; animation-duration: 14s; animation-delay: 4s; }
.hero-particles span:nth-child(4)  { left: 55%; animation-duration: 20s; animation-delay: 1s;   width: 2px; height: 2px; }
.hero-particles span:nth-child(5)  { left: 70%; animation-duration: 16s; animation-delay: 3s;   width: 6px; height: 6px; background: rgba(255,193,7,0.3); }
.hero-particles span:nth-child(6)  { left: 85%; animation-duration: 11s; animation-delay: 5s;   width: 3px; height: 3px; }
.hero-particles span:nth-child(7)  { left: 15%; animation-duration: 22s; animation-delay: 0.5s; width: 4px; height: 4px; background: rgba(200,100,255,0.4); }
.hero-particles span:nth-child(8)  { left: 45%; animation-duration: 17s; animation-delay: 6s;   width: 5px; height: 5px; }
.hero-particles span:nth-child(9)  { left: 60%; animation-duration: 13s; animation-delay: 2.5s; width: 2px; height: 2px; background: rgba(255,100,0,0.6); }
.hero-particles span:nth-child(10) { left: 90%; animation-duration: 19s; animation-delay: 4.5s; width: 3px; height: 3px; }

@keyframes particleFloat {
    0%   { bottom: -10px; opacity: 0; transform: translateX(0); }
    10%  { opacity: 1; }
    90%  { opacity: 0.6; }
    100% { bottom: 110%; opacity: 0; transform: translateX(80px); }
}

/* Om watermark */
.hero-om-symbol {
    font-family: serif;
    font-size: 5rem;
    line-height: 1;
    color: rgba(255,193,7,0.3);
    margin-bottom: -0.5rem;
    display: block;
    user-select: none;
    animation: omGlow 4s ease-in-out infinite alternate;
}
@keyframes omGlow {
    from { color: rgba(255,193,7,0.3); text-shadow: none; }
    to   { color: rgba(255,193,7,0.55); text-shadow: 0 0 40px rgba(255,193,7,0.25); }
}

.hero-title {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 900;
    color: #fff;
    letter-spacing: -1px;
    line-height: 1.15;
    margin-bottom: 12px;
    text-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

.hero-sub {
    font-size: clamp(1rem, 2vw, 1.3rem);
    color: rgba(255,255,255,0.75);
    max-width: 620px;
    margin: 0 auto 30px;
}

/* Hero Buttons */
.hero-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.btn-hero-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: linear-gradient(135deg, hsl(40,100%,50%) 0%, hsl(25,100%,52%) 100%);
    color: hsl(270,85%,10%);
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(255,153,0,0.3);
    transition: all 0.35s cubic-bezier(0.165,0.84,0.44,1);
    border: 2px solid transparent;
}
.btn-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(255,153,0,0.45);
    color: hsl(270,85%,10%);
}

.btn-hero-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.9);
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 50px;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(8px);
    transition: all 0.35s cubic-bezier(0.165,0.84,0.44,1);
}
.btn-hero-ghost:hover {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,193,7,0.5);
    color: #fff;
    transform: translateY(-3px);
}

/* Trust Badges */
.hero-trust {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}
.hero-trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255,255,255,0.55);
    font-size: 0.85rem;
    font-weight: 500;
}
.hero-trust span i { color: rgba(255,193,7,0.7); }

/* =========================================================
   2. PANCHANG STRIP
   ========================================================= */
.panchang-strip {
    background: transparent;
}
.panchang-bar {
    background: linear-gradient(135deg, hsl(270,85%,12%) 0%, hsl(270,75%,20%) 100%);
    border-top: 2px solid rgba(255,193,7,0.3);
    border-bottom: 2px solid rgba(255,193,7,0.3);
}
.panchang-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 28px;
    border-right: 1px solid rgba(255,255,255,0.08);
    flex: 1;
    min-width: 160px;
    transition: background 0.3s;
}
.panchang-item:hover { background: rgba(255,255,255,0.04); }
.panchang-item > i {
    font-size: 1.6rem;
    color: var(--accent-gold);
    flex-shrink: 0;
    animation: pulseIcon 3s ease-in-out infinite;
}
.panchang-item > div {
    display: flex;
    flex-direction: column;
}
.panchang-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.45);
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
}
.panchang-value {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    font-family: 'Outfit', sans-serif;
}
.panchang-cta {
    background: linear-gradient(135deg, hsl(25,100%,52%), hsl(40,100%,50%));
    border-right: none;
    justify-content: center;
    min-width: 200px;
    cursor: pointer;
}
.panchang-cta:hover { filter: brightness(1.1); }
.panchang-cta a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: hsl(270,85%,10%);
    text-decoration: none;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
}
.panchang-cta a i { font-size: 1.3rem; }

/* =========================================================
   3. SERVICES — Premium Tile Grid
   ========================================================= */
.section-services {
    background: linear-gradient(180deg, #fff 0%, hsl(270,60%,97%) 100%);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.service-tile {
    background: #fff;
    border-radius: 16px;
    padding: 24px 14px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    border: 1.5px solid rgba(var(--tile-color-rgb), 0.12);
    transition: all 0.4s cubic-bezier(0.165,0.84,0.44,1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service-tile::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--tile-color, var(--accent-gold)) 0%, transparent 100%);
    border-radius: 20px 20px 0 0;
    opacity: 0;
    transition: opacity 0.3s;
}
.service-tile:hover::before { opacity: 1; }
.service-tile:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(var(--tile-color-rgb), 0.15);
    border-color: rgba(var(--tile-color-rgb), 0.35);
}

.service-tile-watermark {
    position: absolute;
    bottom: -12px;
    right: -10px;
    font-size: 3.8rem;
    font-family: serif;
    color: rgba(var(--tile-color-rgb), 0.035);
    pointer-events: none;
    user-select: none;
    line-height: 1;
    transition: all 0.5s ease;
}
.service-tile:hover .service-tile-watermark {
    color: rgba(var(--tile-color-rgb), 0.09);
    transform: rotate(15deg) scale(1.15);
}

.service-tile-icon {
    width: 60px;
    height: 60px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgba(var(--tile-color-rgb), 0.08);
    border: 1px solid rgba(var(--tile-color-rgb), 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.service-tile-icon i {
    font-size: 1.35rem;
    color: var(--tile-color);
    transition: all 0.3s ease;
}
.service-tile:hover .service-tile-icon {
    background: var(--tile-color);
    border-radius: 50%;
    border-color: var(--tile-color);
    box-shadow: 0 8px 20px rgba(var(--tile-color-rgb), 0.3);
}
.service-tile:hover .service-tile-icon i {
    color: #fff;
    transform: scale(1.1);
}

.service-tile-title {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    color: #1a1a2e;
    margin-bottom: 8px;
    line-height: 1.25;
}
.service-tile-desc {
    font-size: 0.78rem;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 16px;
    flex-grow: 1;
}
.service-tile-btn {
    display: inline-flex;
    align-items: center;
    padding: 7px 18px;
    border-radius: 50px;
    background: transparent;
    border: 1.5px solid rgba(var(--tile-color-rgb), 0.25);
    color: var(--tile-color);
    font-size: 0.78rem;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    text-decoration: none;
    transition: all 0.3s ease;
}
.service-tile-btn:hover {
    background: var(--tile-color);
    color: #fff;
    border-color: var(--tile-color);
    box-shadow: 0 6px 16px rgba(var(--tile-color-rgb), 0.25);
}

/* =========================================================
   4. HOROSCOPE — Compact Zodiac Tiles
   ========================================================= */
.section-horoscope {
    background: linear-gradient(180deg, hsl(270,60%,97%) 0%, #fff 100%);
}

.zodiac-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 22px 12px 18px;
    border-radius: 18px;
    background: #fff;
    text-decoration: none;
    border: 2px solid transparent;
    box-shadow: 0 4px 16px rgba(74,20,140,0.05);
    transition: all 0.35s cubic-bezier(0.165,0.84,0.44,1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.zodiac-tile::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--zodiac-color) 15%, transparent), transparent 70%);
    opacity: 0;
    transition: opacity 0.35s;
}
.zodiac-tile:hover {
    transform: translateY(-6px) scale(1.04);
    border-color: var(--zodiac-color);
    box-shadow: 0 16px 36px rgba(74,20,140,0.12), 0 0 0 4px color-mix(in srgb, var(--zodiac-color) 15%, transparent);
}
.zodiac-tile:hover::after { opacity: 1; }

.zodiac-tile-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--zodiac-color) 12%, white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    transition: background 0.35s;
    position: relative;
    z-index: 1;
}
.zodiac-tile:hover .zodiac-tile-icon {
    background: var(--zodiac-color);
}
.zodiac-unicode {
    font-size: 1.6rem;
    line-height: 1;
}
.zodiac-tile-name {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.82rem;
    color: var(--primary-dark);
    margin-bottom: 6px;
    position: relative;
    z-index: 1;
}
.zodiac-stars {
    font-size: 0.65rem;
    color: var(--accent-gold);
    letter-spacing: 1px;
}

/* =========================================================
   5. CAMPUS GALLERY — Immersive Full-bleed
   ========================================================= */
.campus-section {
    background: linear-gradient(135deg, hsl(270,85%,8%) 0%, hsl(20,70%,8%) 100%);
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
.campus-main-title {
    font-size: clamp(2.2rem, 4vw, 3rem);
    font-weight: 900;
    color: #fff;
    margin-bottom: 14px;
    text-shadow: 0 4px 20px rgba(0,0,0,0.5);
}
.campus-main-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-gold), var(--accent-saffron));
    border-radius: 2px;
    margin-top: 14px;
}
.campus-tagline-text {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.75;
    margin-bottom: 24px;
}
.campus-detail-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.campus-badge-v2 {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, var(--accent-gold), var(--accent-saffron));
    color: hsl(270,85%,8%);
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 0.7rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 50px;
    box-shadow: 0 4px 16px rgba(255,193,7,0.25);
}
.campus-img-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: 24px;
    border: 3px solid rgba(255, 215, 0, 0.15);
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
    transition: transform 0.5s cubic-bezier(0.165,0.84,0.44,1);
}
.campus-img-wrapper:hover {
    transform: translateY(-8px);
}
.campus-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 8s ease;
}
.campus-img-wrapper:hover img {
    transform: scale(1.05);
}
.btn-visit-campus {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, var(--accent-gold), var(--accent-saffron));
    color: hsl(270,85%,8%);
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 0.88rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 36px;
    border-radius: 50px;
    border: none;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(255,193,7,0.3);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.btn-visit-campus:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(255,153,0,0.45);
    color: hsl(270,85%,8%);
}

/* =========================================================
   6. CTA SECTION
   ========================================================= */
.premium-cta {
    background: radial-gradient(ellipse at 50% 50%, hsl(270,75%,22%) 0%, hsl(270,85%,8%) 100%);
    border-top: 2px solid rgba(255,193,7,0.25);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

/* =========================================================
   7. RESPONSIVE BREAKPOINTS
   ========================================================= */
@media (max-width: 1199.98px) {
    .services-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
}

@media (max-width: 991.98px) {
    .hero-section { min-height: auto; padding: 100px 0 60px; }
    .panchang-item { min-width: 140px; padding: 14px 18px; }
    .services-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
}

@media (max-width: 767.98px) {
    .services-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .panchang-bar { flex-direction: column; }
    .panchang-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.06); }
    .panchang-cta { min-width: auto; }
}

@media (max-width: 575.98px) {
    .services-grid { grid-template-columns: 1fr; gap: 12px; }
    .hero-btns { flex-direction: column; align-items: center; }
    .btn-hero-primary, .btn-hero-ghost { width: 80%; justify-content: center; }
    .hero-trust { gap: 14px; }
}

/* =========================================================
   8. ANIMATIONS (kept for hero compat)
   ========================================================= */
.animate-fade-in-up {
    opacity: 0;
    animation: fadeInUp 0.9s cubic-bezier(0.165,0.84,0.44,1) 0.1s forwards;
}
.animate-fade-in-up-delay {
    opacity: 0;
    animation: fadeInUp 0.9s cubic-bezier(0.165,0.84,0.44,1) 0.35s forwards;
}
.animate-fade-in-up-delay-2 {
    opacity: 0;
    animation: fadeInUp 0.9s cubic-bezier(0.165,0.84,0.44,1) 0.6s forwards;
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Thumbnail Row CSS */
.campus-thumb-card {
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    background: #0b0214;
    aspect-ratio: 1 / 1;
}
.campus-thumb-card.active, .campus-thumb-card:hover {
    border-color: var(--accent-gold);
    transform: scale(1.04);
    box-shadow: 0 4px 12px rgba(255,193,7,0.3);
}
.campus-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}
.campus-thumb-card.active .campus-thumb-img, .campus-thumb-card:hover .campus-thumb-img {
    opacity: 1;
}

/* =========================================================
   Campus Lightbox Modal
   ========================================================= */
.campus-lightbox {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 2, 20, 0.95);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.campus-lightbox.show {
    opacity: 1;
    pointer-events: auto;
}
.campus-lightbox-content {
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 16px;
    border: 3px solid rgba(255, 215, 0, 0.25);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8);
    transform: scale(0.95);
    transition: transform 0.3s ease;
}
.campus-lightbox.show .campus-lightbox-content {
    transform: scale(1);
}
.campus-lightbox-close {
    position: absolute;
    top: 30px;
    right: 40px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: 300;
    transition: all 0.3s ease;
    cursor: pointer;
    line-height: 1;
    z-index: 10000;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}
.campus-lightbox-close:hover,
.campus-lightbox-close:focus {
    color: var(--accent-gold);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.15);
    transform: rotate(90deg);
}

@media only screen and (max-width: 768px) {
    .campus-lightbox-content {
        max-width: 95%;
        max-height: 80vh;
    }
    .campus-lightbox-close {
        top: 20px;
        right: 20px;
        font-size: 30px;
        width: 40px;
        height: 40px;
    }
}

/* =========================================================
   PANDITS / CONSULTANTS HORIZONTAL SCROLL
   ========================================================= */
.consultants-scroll-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 16px;
    padding: 12px 6px 24px;
    scrollbar-width: thin;
    scrollbar-color: rgba(212, 175, 55, 0.4) transparent;
}
.consultants-scroll-container::-webkit-scrollbar {
    height: 6px;
}
.consultants-scroll-container::-webkit-scrollbar-track {
    background: transparent;
}
.consultants-scroll-container::-webkit-scrollbar-thumb {
    background-color: rgba(212, 175, 55, 0.4);
    border-radius: 10px;
}
.consultant-scroll-card {
    flex: 0 0 calc(16.666% - 14px); /* 6 items per row */
    min-width: 175px;
    transition: transform 0.3s;
}
@media (max-width: 1199.98px) {
    .consultant-scroll-card { flex: 0 0 calc(20% - 13px); min-width: 170px; }
}
@media (max-width: 991.98px) {
    .consultant-scroll-card { flex: 0 0 calc(25% - 12px); min-width: 165px; }
}
@media (max-width: 767.98px) {
    .consultant-scroll-card { flex: 0 0 calc(33.333% - 11px); min-width: 160px; }
}
@media (max-width: 575.98px) {
    .consultant-scroll-card { flex: 0 0 calc(50% - 8px); min-width: 145px; }
}

.consultant-compact-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(74, 20, 140, 0.05);
    box-shadow: 0 4px 16px rgba(74, 20, 140, 0.03);
    padding: 12px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.consultant-compact-card:hover {
    transform: translateY(-6px);
    border-color: rgba(212, 175, 55, 0.35);
    box-shadow: 0 12px 28px rgba(74, 20, 140, 0.08);
}

.consultant-img-wrap {
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}
.consultant-img-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--accent-gold);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.consultant-rating-badge {
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, hsl(270,75%,25%), hsl(270,85%,18%));
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 12px;
    white-space: nowrap;
    border: 1px solid rgba(212, 175, 55, 0.4);
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.consultant-info-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.consultant-name {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--primary-dark);
    margin: 0 0 2px;
}
.consultant-speciality {
    font-size: 0.72rem;
    color: var(--text-muted);
    margin-bottom: 4px;
}
.consultant-experience {
    font-size: 0.68rem;
    color: #10b981;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.consultant-rate-price {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--accent-saffron);
    margin-bottom: 12px;
    margin-top: auto;
}
.consultant-book-btn {
    display: block;
    width: 100%;
    padding: 6px 12px;
    border-radius: 30px;
    background: transparent;
    border: 1.5px solid var(--accent-saffron);
    color: var(--accent-saffron);
    font-size: 0.78rem;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    text-decoration: none !important;
    transition: all 0.25s;
}
.consultant-book-btn:hover {
    background: var(--accent-saffron);
    color: #fff;
    box-shadow: 0 4px 12px rgba(255, 109, 0, 0.25);
}

/* =========================================================
   9. PREMIUM BLOG COMPACT CARDS GRID
   ========================================================= */
.blog-compact-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(74, 20, 140, 0.05);
    box-shadow: 0 4px 20px rgba(74, 20, 140, 0.03);
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blog-compact-card:hover {
    transform: translateY(-6px);
    border-color: rgba(212, 175, 55, 0.3);
    box-shadow: 0 12px 28px rgba(74, 20, 140, 0.08);
}

.blog-card-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #0b0214;
}

.blog-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.blog-compact-card:hover .blog-card-img-wrap img {
    transform: scale(1.08);
}

.blog-card-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(135deg, var(--primary-purple, #6c63ff), #8a2be2);
    color: #ffffff;
    font-size: 0.62rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.blog-card-content {
    padding: 12px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-card-title {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    color: var(--primary-dark, #1e1b4b);
    line-height: 1.35;
    margin-bottom: 6px;
    transition: color 0.25s ease;
}

.blog-compact-card:hover .blog-card-title {
    color: var(--accent-saffron, #ff6d00);
}

.blog-card-excerpt {
    font-size: 0.72rem;
    color: #6b7280;
    line-height: 1.45;
    margin-bottom: 12px;
    flex-grow: 1;
}

.blog-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.65rem;
    color: #9ca3af;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 8px;
    margin-top: auto;
}

.blog-card-meta i {
    margin-right: 3px;
}

/* Utilities for line truncation */
.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

