
        .detailed-link:hover{
            color: #fff !important;
        }

        .read-more
        {
            color :blue;
        }

        h2.heading span[aria-expanded="true"] .fa-chevron-up {
            border: 2px solid #65a9fd;
            border-radius: 50%;
            padding: 5px;
            -webkit-text-stroke: 2px #fff5f6;
            font-size: 24px;
        }



    /* Center items only for web (screens wider than 768px) */
    @media (min-width: 768px) {
            .astrology-video-carousel {
                justify-items: center;
            }
        }

        .video-title{
            height:60px;
        }


        #videoModal .close {
        font-size: 2rem; /* Use relative units (30px equivalent) */
        position: absolute; /* Position absolutely */
        right: 0; /* Adjust position */
        top: -2.5rem; /* Adjust position */
        z-index: 1; /* Ensure it's above the video */
        color: #fff; /* White color for visibility */
        opacity: 1; /* Ensure it's fully visible */
        transition: color 0.3s ease; /* Smooth hover effect */
        }

        #videoModal .close:hover {
        color: #ccc; /* Light gray on hover */
        }

        /* Responsive adjustments for smaller screens */
        @media (max-width: 768px) {
        #videoModal .close {
            font-size: 1.5rem; /* Smaller font size for mobile */
            top: -2rem; /* Adjust position for mobile */
        }
        }

        @media (max-width: 576px) {
        #videoModal .close {
            font-size: 1.25rem; /* Even smaller font size for very small screens */
            top: -0.5rem; /* Adjust position for very small screens */
        }
        }

      #videoModal .modal-header {
        padding: 0; /* Remove padding */
        border: none; /* Remove border */
      }

      #videoModal .modal-body {
        padding: 0; /* Remove padding */
      }

      /* Clean & Professional Theme */
      .clean-section-wrapper {
        padding: 20px 0;
      }
      .clean-card {
        background: #ffffff;
        border-radius: 16px;
        padding: 35px;
        height: 100%;
        display: flex;
        flex-direction: column;
        box-shadow: 0 10px 40px -10px rgba(17, 12, 46, 0.08);
        border: 1px solid rgba(226, 232, 240, 0.8);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
      }
      .clean-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 50px -10px rgba(17, 12, 46, 0.12);
      }
      .clean-header {
        display: flex;
        align-items: center;
        margin-bottom: 25px;
        padding-bottom: 20px;
        border-bottom: 1px solid #f1f5f9;
      }
      .clean-title {
        font-size: 1.5rem;
        font-weight: 700;
        color: #0f172a;
        margin-bottom: 4px;
      }
      .clean-subtitle {
        color: #64748b;
        font-size: 0.95rem;
        font-weight: 500;
      }
      .clean-icon-box {
        width: 60px;
        height: 60px;
        border-radius: 12px;
        background: #f8fafc;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
        border: 1px solid #e2e8f0;
      }
      
      /* Kundli Specific */
      .clean-features {
        list-style: none;
        padding: 0;
        margin-bottom: 30px;
      }
      .clean-features li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 16px;
        font-size: 1rem;
        color: #475569;
        line-height: 1.5;
      }
      .clean-features i {
        color: #10b981; /* Professional Green */
        margin-right: 12px;
        margin-top: 4px;
        font-size: 1.1rem;
      }
      .clean-btn-primary {
        background: #F0DF21; /* Strong Brand Orange */
        color: #000000 !important;
        font-weight: 600;
        border-radius: 8px;
        padding: 12px 24px;
        border: none;
        align-self: flex-start;
        transition: all 0.2s ease;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        box-shadow: 0 4px 12px rgba(249, 115, 22, 0.2);
      }
      .clean-btn-primary:hover {
        background: #F0DF21;
        box-shadow: 0 6px 16px rgba(249, 115, 22, 0.3);
      }

      /* Panchang Specific */
      .clean-time-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-bottom: 25px;
      }
      .clean-time-box {
        border: 1px solid #e2e8f0;
        background: #f8fafc;
        border-radius: 8px;
        padding: 12px;
        display: flex;
        align-items: center;
        gap: 12px;
      }
      .clean-time-box .icon { font-size: 1.5rem; }
      .clean-time-box .label { font-size: 0.8rem; color: #64748b; display: block; text-transform: uppercase; letter-spacing: 0.5px; font-weight: 600;}
      .clean-time-box .value { font-size: 1rem; font-weight: 700; color: #0f172a; }
      
      .clean-list {
        display: flex;
        flex-direction: column;
      }
      .clean-list-item {
        display: flex;
        justify-content: space-between;
        padding: 12px 0;
        border-bottom: 1px solid #f1f5f9;
        font-size: 0.95rem;
      }
      .clean-list-item:last-child {
        border-bottom: none;
      }
      .clean-label { color: #64748b; width: 35%; font-weight: 500;}
      .clean-value { color: #1e293b; width: 65%; text-align: right; font-weight: 600;}
      
      .clean-btn-secondary {
        background: transparent;
        color: rgb(9, 9, 9) !important; /* Trust Blue */
        border: 1px solid #F0DF21;
        font-weight: 600;
        border-radius: 8px;
        padding: 12px 24px;
        text-align: center;
        margin-top: auto;
        transition: all 0.2s ease;
        text-decoration: none;
        display: block;
      }
      .clean-btn-secondary:hover {
        background: #F0DF21;
        border-color: #fdf993;
      }
      
      @media (max-width: 991px) {
        .clean-card { padding: 25px; }
      }
      @media (max-width: 768px) {
        .clean-section-wrapper { padding: 10px 0; }
        .clean-list-item { flex-direction: column; gap: 4px; padding: 10px 0;}
        .clean-value { text-align: left; width: 100%; }
        .clean-time-grid { grid-template-columns: repeat(1, 1fr); gap: 10px; }
      }

:root{
      --banner-height: 60vh; /* adjust for hero area */
      --overlay-color: rgba(0,0,0,0.35);
      --accent: #F0DF21;
    }

    *{box-sizing:border-box}
    body{margin:0;font-family:Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial}

    /* Banner wrapper */
    .banner{
      position:relative;
      width:100%;
      height:var(--banner-height);
      min-height:550px;
      overflow:hidden;
      color:#fff;
    }
    .banner .owl-stage-outer,
    .banner .owl-stage,
    .banner .owl-item {
      height: 100%;
    }
    .banner .item {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
    }

    /* Background image layer with Ken Burns style animation (infinite loop) */
    .banner__bg{
      position:absolute;
      inset:0; /* top:0; right:0; bottom:0; left:0 */
      background-image: url('https://s1.dmcdn.net/v/WxOZW1cqnKTAoF-Td/x1080');
      background-size:cover;
      background-position:center center;
      transform-origin:center center;
      will-change:transform, filter;
      z-index:0;
      filter:brightness(0.9) contrast(1.02);
      animation: kb 10s linear infinite;
    }

    /* subtle slow pan + zoom; alternate to keep motion interesting */
    @keyframes kb{
      0%{transform:scale(1) translateY(0px) translateX(0px)}
      25%{transform:scale(1.06) translateY(-8px) translateX(-6px)}
      50%{transform:scale(1.12) translateY(6px) translateX(6px)}
      75%{transform:scale(1.08) translateY(-4px) translateX(4px)}
      100%{transform:scale(1) translateY(0px) translateX(0px)}
    }

    /* overlay for text contrast */
    .banner__overlay{
      position:absolute;inset:0;z-index:1;
      background:linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.45) 70%);
      pointer-events:none;
    }

    /* content container */
    .banner__content{
      position:relative;z-index:2;padding:2rem;max-width:1200px;width:100%;display:flex;align-items:center;gap:2rem;
      flex-wrap:wrap;justify-content:flex-start;
    }

    .banner__text{
      flex:1 1 420px;
      min-width:220px;
    }

    h1{margin:0 0 0.5rem;font-size:clamp(1.4rem, 3.8vw, 2.8rem);line-height:1.05;letter-spacing: -0.02em}
    p.lead{margin:0 0 1.2rem;font-size:clamp(0.95rem, 1.5vw, 1.1rem);opacity:0.95}

    /* animated entrance for heading and paragraph */
    .anim-slide-up{animation:slideUp 1s cubic-bezier(.2,.9,.3,1) both 0.15s}
    .anim-fade-in{animation:fadeIn 1s cubic-bezier(.2,.9,.3,1) both 0.4s}

    @keyframes slideUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
    @keyframes fadeIn{from{opacity:0}to{opacity:1}}

    /* CTA button */
    .cta{
      display:inline-flex;align-items:center;gap:.65rem;padding:.72rem 1.05rem;border-radius:10px;background:var(--accent);color:#000;text-decoration:none;font-weight:600;box-shadow:0 6px 20px rgba(0,0,0,0.24);
      transform-origin:center;animation:ctaPulse 3s ease-in-out infinite;
    }
    @keyframes ctaPulse{0%{transform:scale(1)}50%{transform:scale(1.03)}100%{transform:scale(1)}}

    /* small visual card on right optional */
    .banner__card{
      flex:0 0 300px;min-width:220px;background:rgba(255,255,255,0.06);backdrop-filter:blur(6px);padding:1rem;border-radius:12px;border:1px solid rgba(255,255,255,0.06);
      box-shadow:0 8px 30px rgba(0,0,0,0.35);align-self:center
    }
    .banner__card h3{margin:0 0 .4rem;font-size:1.05rem}
    .banner__card small{opacity:.9}

    /* responsive tweaks */
    @media (max-width:880px){
      :root{--banner-height:48vh}
      .banner{align-items:flex-end}
      .banner__card{width:100%;order:3}
    }
    @media (max-width:560px){
      :root{--banner-height:40vh}
      .banner__content{padding:1.2rem}
      .banner__text{flex-basis:100%}
    }

    /* Respect user's reduced motion preference */
    @media (prefers-reduced-motion: reduce){
      .banner__bg, .cta{animation:none}
    }

/* Premium Horoscope Style Start */
    .as_padderBottom30 { padding-bottom: 30px; }
    .as_padderTop80 { padding-top: 80px; }
    
    .horoscope-premium-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 25px;
        margin-top: 40px;
    }
    
    .horoscope-premium-card {
        background: #ffffff;
        border-radius: 16px;
        padding: 30px 20px;
        text-align: center;
        border: 1px solid #e2e8f0;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        height: 100%;
        width: 100%;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
    }
    
    .horoscope-premium-card:hover {
        transform: translateY(-6px);
        border-color: #F0DF21; /* Brand orange accent */
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
        text-decoration: none;
    }
    
    .horo-premium-icon-box {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: #f8fafc;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        border: 1px solid #f1f5f9;
        transition: all 0.3s ease;
    }
    
    .horoscope-premium-card:hover .horo-premium-icon-box {
        background: #fffafa; /* Very faint warm tint */
        border-color: #ffedd5;
        transform: scale(1.05);
    }
    
    .horo-premium-icon-box img {
        width: 45px;
        height: 45px;
        object-fit: contain;
    }
    
    .horoscope-premium-card h5 {
        color: #0f172a;
        font-weight: 700;
        font-size: 1.1rem;
        margin-bottom: 6px;
        transition: color 0.3s;
    }
    
    .horoscope-premium-card:hover h5 {
        color: #F0DF21;
    }
    
    .horo-read-more {
        font-size: 0.85rem;
        color: #64748b;
        font-weight: 500;
        margin-top: 5px;
        display: flex;
        align-items: center;
        gap: 4px;
        opacity: 0.8;
        transition: all 0.3s;
    }
    
    .horoscope-premium-card:hover .horo-read-more {
        color: #F0DF21;
        opacity: 1;
    }
    
    /* Responsive Grid */
    @media (max-width: 1199px) {
        .horoscope-premium-grid { grid-template-columns: repeat(4, 1fr); gap: 20px;}
    }
    @media (max-width: 991px) {
        .horoscope-premium-grid { grid-template-columns: repeat(3, 1fr); }
    }
    @media (max-width: 575px) {
        .horoscope-premium-grid { 
            grid-template-columns: repeat(2, 1fr); 
            gap: 15px; 
            margin-top: 30px;
        }
        .horoscope-premium-card { padding: 25px 15px; }
        .horo-premium-icon-box { width: 65px; height: 65px; margin-bottom: 15px; }
        .horo-premium-icon-box img { width: 35px; height: 35px; }
    }
    /* Premium Astrologer Card Refined Style */
    .astrologer-card-premium {
        background: #fff;
        border-radius: 16px;
        padding: 24px;
        position: relative;
        box-shadow: 0 10px 30px rgba(0,0,0,0.06);
        border: 1px solid #edf2f7;
        transition: all 0.3s ease;
        margin-bottom: 24px;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .astrologer-card-premium:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    }
    .card-top-row {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        /* gap: 20px; */
        margin-bottom: 15px;
    }
    .astro-img-container-new {
        width: 120px;
        height: 120px;
        flex-shrink: 0;
    }
    .astro-img-container-new img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
        border: 1px solid #eee;
    }
    .status-indicator-new {
        display: flex;
        align-items: center;
        gap: 8px;
        /* margin-top: 10px; */
    }
    .status-dot-new {
        width: 14px;
        height: 14px;
        border-radius: 50%;
    }
    .status-dot-new.online { background: #22c55e; }
    .status-dot-new.busy { background: #ef4444; }
    .status-dot-new.offline { background: #94a3b8; }
    .status-text-new {
        font-size: 13px;
        font-weight: 700;
        color: #64748b;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    .card-content-new {
        padding-top: 5px;
    }
    .astro-name-new {
        font-size: 20px;
        font-weight: 700;
        color: #1a4731;
        margin: 0 0 5px 0;
        line-height: 1.2;
        display: block !important;
    }
    .astro-tagline-new {
        font-size: 14px;
        color: #475569;
        margin-bottom: 12px;
        display: block;
    }
    .stats-row-new {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 10px;
    }
    .stats-row-new .rating-val {
        font-weight: 700;
        font-size: 16px;
        color: #1a202c;
    }
    .stats-row-new .fa-star {
        color: #F0DF21;
        font-size: 15px;
    }
    .stats-row-new .review-count {
        color: #64748b;
        font-size: 15px;
    }
    .readings-history-new {
        font-size: 13px;
        color: #64748b;
        margin-bottom: 15px;
    }
    .price-section-new {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 20px;
    }
    .offer-ribbon-new {
        background: #f3e8ff;
        color: #7e22ce;
        padding: 4px 14px;
        border-radius: 20px;
        font-weight: 700;
        font-size: 13px;
        position: relative;
    }
    .promo-badge-premium {
        background: linear-gradient(135deg, #F0DF21 0%, #F0DF21 100%);
        color: black;
        padding: 5px 15px;
        border-radius: 50px;
        font-weight: 800;
        font-size: 12px;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        /* box-shadow: 0 4px 15px rgba(255, 0, 128, 0.3); */
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 10px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        animation: pulse-promo 2s infinite;
    }
    @keyframes pulse-promo {
        0% { transform: scale(1); }
        50% { transform: scale(1.03); box-shadow: 0 6px 20px rgba(255, 0, 128, 0.4); }
        100% { transform: scale(1); }
    }
    .regular-price-new {
        font-size: 14px;
        color: #94a3b8;
        font-weight: 500;
    }
    .card-actions-new {
        display: flex;
        gap: 12px;
        margin-top: auto;
    }
    .btn-pill-new {
        flex: 1;
        height: 48px;
        border-radius: 50px;
        font-weight: 700;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        text-decoration: none !important;
        transition: all 0.2s ease;
        border: none;
        color: #fff !important;
        /* padding: 0 15px; */
    }
    .btn-pill-new i {
        font-size: 18px;
    }
    .btn-call-new {
        background: #475569; /* Dark gray matching reference */
        box-shadow: 0 4px 10px rgba(71, 85, 105, 0.15);
    }
    .btn-chat-new {
        background: #ffcc00; /* Vibrant yellow matching reference */
        box-shadow: 0 4px 10px rgba(255, 204, 0, 0.2);
    }
    .btn-call-new:hover {
        background: #334155;
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(71, 85, 105, 0.25);
    }
    .btn-chat-new:hover {
        background: #F0DF21;
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(234, 179, 8, 0.3);
    }
    .btn-pill-new.btn-offline {
        background: #e2e8f0;
        color: #94a3b8 !important;
        box-shadow: none;
        pointer-events: none;
    }

    @media (max-width: 575px) {
        .astrologer-card-premium { padding: 20px; }
        .astro-img-container-new { width: 80px; height: 80px; }
        .astro-name-new { font-size: 18px; }
        .btn-pill-new { font-size: 13px; padding: 10px 0; }
    }
    /* Premium Video Slider Redesign v4 (Refined) */
    .premium-video-section {
        position: relative;
        padding: 100px 0;
        background-color: #ffffff;
        overflow: hidden;
    }
    .video-mandala-bg {
        position: absolute;
        top: -120px;
        right: -120px;
        width: 650px;
        height: 650px;
        background-image: url('https://img.freepik.com/free-vector/mandala-pattern-monochrome_1284-39824.jpg');
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.05;
        z-index: 0;
        pointer-events: none;
    }
    .premium-video-card-v4 {
        background: #ffffff;
        border-radius: 15px;
        overflow: hidden;
        transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        border: 1px solid rgba(0,0,0,0.04);
        margin: 20px 10px;
        height: 100%;
        display: flex;
        flex-direction: column;
        box-shadow: 0 10px 30px rgba(0,0,0,0.03), 0 1px 1px rgba(0,0,0,0.02);
    }
    .premium-video-card-v4:hover {
        transform: translateY(-12px);
        box-shadow: 0 30px 60px rgba(0,0,0,0.08), 0 4px 10px rgba(0,0,0,0.02);
        border-color: rgba(0,0,0,0.08);
    }
    .v4-thumb-box {
        position: relative;
        aspect-ratio: 16/12;
        overflow: hidden;
        background: #000;
        border-bottom: 1px solid rgba(0,0,0,0.03);
    }
    .v4-thumb-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.95;
        transition: all 0.7s ease;
    }
    .premium-video-card-v4:hover .v4-thumb-box img {
        transform: scale(1.08);
        opacity: 1;
    }
    .v4-play-trigger {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
        transition: all 0.4s ease;
    }
    .yt-icon-v4 {
        width: 68px;
        height: auto;
        filter: drop-shadow(0 8px 15px rgba(255,0,0,0.3));
        transition: all 0.3s ease;
    }
    .premium-video-card-v4:hover .yt-icon-v4 {
        transform: scale(1.15);
        filter: drop-shadow(0 12px 25px rgba(255,0,0,0.4));
    }
    .v4-info-box {
        padding: 24px 20px;
        text-align: center;
        background: #ffffff;
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .v4-video-title {
        font-size: 16px;
        font-weight: 700;
        color: #111827;
        margin: 0;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-family: 'Inter', system-ui, -apple-system, sans-serif;
    }
    
    .video-carousel-v4 .owl-nav {
        margin-top: 0;
    }
    .video-carousel-v4 .owl-nav button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 48px;
        height: 48px;
        background: #ffffff !important;
        border-radius: 50% !important;
        color: #111827 !important;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 18px !important;
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        z-index: 10;
        border: 1px solid rgba(0,0,0,0.04) !important;
    }
    .video-carousel-v4 .owl-nav .owl-prev { left: -24px; }
    .video-carousel-v4 .owl-nav .owl-next { right: -24px; }
    .video-carousel-v4 .owl-nav button:hover {
        background: #111827 !important;
        color: #ffffff !important;
        transform: translateY(-50%) scale(1.15);
    }
    
    @media (max-width: 767px) {
        .premium-video-section { padding: 60px 0; }
        .video-carousel-v4 .owl-nav .owl-prev { left: -10px; }
        .video-carousel-v4 .owl-nav .owl-next { right: -10px; }
        .v4-video-title { font-size: 14px; }
        .yt-icon-v4 { width: 54px; }
    }

    /* MXAstro in the Spotlight, Vedic shop & Latest Articles — mobile-only carousels */
    .news-sections-mobile .owl-nav,
    .vedic-shop-carousel-mobile .owl-nav,
    .latest-articles-carousel-mobile .owl-nav {
        margin-top: 0;
    }
    .news-sections-mobile .owl-nav button,
    .vedic-shop-carousel-mobile .owl-nav button,
    .latest-articles-carousel-mobile .owl-nav button {
        position: absolute;
        top: 42%;
        transform: translateY(-50%);
        width: 44px;
        height: 44px;
        background: #ffffff !important;
        border-radius: 50% !important;
        color: #111827 !important;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 16px !important;
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        z-index: 10;
        border: 1px solid rgba(0,0,0,0.04) !important;
    }
    .news-sections-mobile .owl-nav .owl-prev,
    .vedic-shop-carousel-mobile .owl-nav .owl-prev,
    .latest-articles-carousel-mobile .owl-nav .owl-prev { left: -8px; }
    .news-sections-mobile .owl-nav .owl-next,
    .vedic-shop-carousel-mobile .owl-nav .owl-next,
    .latest-articles-carousel-mobile .owl-nav .owl-next { right: -8px; }
    .news-sections-mobile .owl-nav button:hover,
    .vedic-shop-carousel-mobile .owl-nav button:hover,
    .latest-articles-carousel-mobile .owl-nav button:hover {
        background: #111827 !important;
        color: #ffffff !important;
        transform: translateY(-50%) scale(1.08);
    }
    .vedic-shop-carousel-mobile .owl-stage {
        display: flex;
        align-items: stretch;
    }
    .vedic-shop-carousel-mobile .owl-item {
        display: flex;
        height: auto !important;
    }
    .vedic-shop-carousel-mobile .item {
        display: flex;
        flex-direction: column;
        width: 100%;
        flex-grow: 1;
    }
    .vedic-shop-carousel-mobile .shop-card-v2 {
        flex-grow: 1;
        height: 100%;
    }
    .latest-articles-carousel-mobile .owl-stage {
        display: flex;
        align-items: stretch;
    }
    .latest-articles-carousel-mobile .owl-item {
        display: flex;
        height: auto !important;
    }
    .latest-articles-carousel-mobile .item {
        display: flex;
        flex-direction: column;
        width: 100%;
        flex-grow: 1;
    }
    .latest-articles-carousel-mobile .blog-card-v6 {
        flex-grow: 1;
    }
    /* Ultra-Premium Shop Section v2 */
    .premium-shop-section-v2 {
        position: relative;
        overflow: hidden;
        background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
    }
    @media (max-width: 767.98px) {
        .premium-shop-section-v2 {
            overflow: visible;
        }
    }
    .shop-mandala-bg-v2 {
        position: absolute;
        top: -100px;
        right: -100px;
        width: 400px;
        height: 400px;
        opacity: 0.04;
        pointer-events: none;
        transform: rotate(15deg);
    }
    .shop-card-v2 {
        background: rgba(255, 255, 255, 1);
        border: none;
       box-shadow: 0 4px 20px rgba(0,0,0,0.06);
        padding: 0;
        overflow: hidden;
        height: 100%;
        display: flex;
        flex-direction: column;
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        box-shadow: 0 4px 12px rgba(0,0,0,0.03);
        position: relative;
        z-index: 1;
    }
    .shop-card-v2:hover {
        transform: translateY(-12px);
        box-shadow: 0 30px 60px rgba(0,0,0,0.1);
        border-color: #e5e7eb;
    }
    .shop-img-container-v2 {
        position: relative;
        width: 100%;
        height: 200px;
        overflow: hidden;
        border-radius: 0;
        margin-bottom: 0;
    }
    .shop-img-container-v2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.6s ease;
    }
    .shop-card-v2:hover .shop-img-container-v2 img {
        transform: scale(1.15) rotate(2deg);
        filter: drop-shadow(0 20px 30px rgba(0,0,0,0.15));
    }
    .floating-price-v2 {
        position: absolute;
        bottom: -10px;
        right: -10px;
        background: #111827;
        color: #f1c40f;
        padding: 8px 18px;
        border-radius: 50px;
        font-weight: 800;
        font-size: 16px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        display: flex;
        align-items: center;
        gap: 5px;
        z-index: 10;
        transition: all 0.3s ease;
    }
    .shop-card-v2:hover .floating-price-v2 {
        transform: scale(1.1);
        background: #f1c40f;
        color: #111827;
    }
    .shop-title-v2 {
        font-size: 16px;
        font-weight: 800;
        color: #111827;
        text-transform: capitalize;
        font-family: 'Philosopher', sans-serif;
        margin-bottom: 12px;
        line-height: 1.2;
        text-align: left;
    }
    .shop-desc-v2 {
        font-size: 15px;
        color: #6b7280;
        line-height: 1.6;
        margin-bottom: 30px;
        text-align: left;
        flex-grow: 1;
    }
    .shop-btn-v2 {
        display: block;
        width: 100%;
        padding: 16px 0;
        background: #111827;
        color: #ffffff !important;
        border-radius: 50px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        font-size: 14px;
        transition: all 0.3s ease;
        text-decoration: none !important;
        text-align: center;
        position: relative;
        overflow: hidden;
    }
    .shop-btn-v2::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
        transition: 0.5s;
    }
    .shop-btn-v2:hover::before {
        left: 100%;
    }
    .shop-btn-v2:hover {
        background: #1f2937;
        box-shadow: 0 10px 25px rgba(0,0,0,0.2);
        transform: translateY(-2px);
    }
    .btn-all-products-v2 {
        padding: 12px 30px;
        background: #ffffff;
        border: 2px solid #111827;
        border-radius: 50px;
        color: #111827;
        font-weight: 800;
        font-size: 14px;
        transition: all 0.3s ease;
        text-decoration: none !important;
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }
    .btn-all-products-v2:hover {
        background: #111827;
        color: #ffffff;
        transform: scale(1.05);
    }
    /* Elite News/Media Redesign v3 - Unique Horizontal Style */
    .news-section-v1 {
        background: #fdfdfd;
        padding: 90px 0;
        position: relative;
        overflow: hidden;
    }
    .news-card-v1 {
        background: #ffffff;
        border: 1px solid #f1f5f9;
        border-radius: 20px;
        padding: 20px;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        display: flex;
        align-items: center;
        gap: 20px;
        text-align: left;
        height: auto;
        min-height: 160px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.02);
    }
    .news-card-v1:hover {
        transform: scale(1.02);
        box-shadow: 0 20px 40px rgba(0,0,0,0.06);
        border-color: #F0DF21; /* Accent Color */
    }
    .news-img-box-v1 {
        width: 110px;
        height: 110px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        background: #f8fafc;
        border-radius: 15px;
        overflow: hidden;
        border: 1px solid #f1f5f9;
        margin-bottom: 0 !important;
    }
    .news-img-box-v1 img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        transition: transform 0.4s ease;
        filter: none !important;
    }
    .news-content-box-v1 {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .news-title-v1 {
        font-size: 16px;
        font-weight: 800;
        color: #1e293b;
        margin-bottom: 12px;
        line-height: 1.4;
        letter-spacing: -0.3px;
    }
    .news-btn-v1 {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 11px;
        font-weight: 800;
        color: #F0DF21 !important;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-decoration: none !important;
        transition: all 0.3s ease;
    }
    .news-btn-v1:hover {
        color: #F0DF21 !important;
        gap: 10px;
    }
    .news-btn-v1 i {
        font-size: 10px;
    }

    @media (max-width: 768px) {
        .news-card-v1 {
            flex-direction: column;
            text-align: center;
            padding: 30px 20px;
        }
        .news-img-box-v1 {
            width: 140px;
            height: 140px;
            margin: 0 auto 20px;
        }
    }
    /* News Re    /* Blogs Section Redesign v5 - Featured + Companion Layout */
    .blog-grid-v5 {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
    }
    .blog-featured-col-v5 {
        flex: 1;
        min-width: 0;
        max-width: 65%;
    }
    .blog-companions-col-v5 {
        flex: 0 0 32%;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .premium-blog-card-v5 {
        background: #ffffff;
        border: 1px solid #f1f5f9;
        border-radius: 24px;
        overflow: hidden;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        height: 100%;
        display: flex;
        flex-direction: column;
        box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    }
    .premium-blog-card-v5:hover {
        transform: translateY(-8px);
        box-shadow: 0 30px 60px rgba(0,0,0,0.08);
        border-color: #F0DF21;
    }

    /* Featured Content */
    .featured-v5 .blog-img-box-v5 {
        height: 340px;
        position: relative;
        overflow: hidden;
    }
    .featured-v5 .blog-img-box-v5 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }
    .featured-v5:hover .blog-img-box-v5 img {
        transform: scale(1.08);
    }
    .featured-v5 .blog-content-v5 {
        padding: 30px;
    }
    .featured-v5 .blog-title-v5 {
        font-size: 26px;
        font-weight: 800;
        color: #1e293b;
        margin-bottom: 12px;
        line-height: 1.2;
        letter-spacing: -0.5px;
    }
    .featured-v5 .blog-excerpt-v5 {
        font-size: 15px;
        color: #64748b;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    /* Companion Content - Vertically Compact */
    .companion-v5 {
        height: 100%;
    }
    .companion-v5 .blog-img-box-v5 {
        height: 140px;
        overflow: hidden;
        position: relative;
    }
    .companion-v5 .blog-img-box-v5 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .companion-v5 .blog-content-v5 {
        padding: 20px;
    }
    .companion-v5 .blog-title-v5 {
        font-size: 16px;
        font-weight: 800;
        color: #1e293b;
        margin-bottom: 8px;
        line-height: 1.4;
    }
    
    /* Links style from image */
    .blog-link-v5 {
        font-size: 14px;
        font-weight: 800;
        color: #F0DF21 !important; /* Premium Indigo from Image */
        text-decoration: none !important;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        transition: all 0.3s ease;
    }
    .blog-link-v5:hover {
        gap: 12px;
        color: #F0DF21 !important;
    }

    .blog-date-badge-v5 {
        position: absolute;
        top: 20px;
        left: 20px;
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(10px);
        padding: 6px 15px;
        border-radius: 50px;
        font-size: 10px;
        font-weight: 800;
        color: #1e293b;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        z-index: 2;
    }

    /* Refined Button Style - Matching Explore Shop */
    .btn-blog-all-v4 {
        padding: 12px 30px;
        background: #ffffff;
        border: 2px solid #1e293b;
        border-radius: 50px;
        color: #1e293b !important;
        font-weight: 800;
        font-size: 14px;
        transition: all 0.3s ease;
        text-decoration: none !important;
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }
    .btn-blog-all-v4:hover {
        background: #1e293b;
        color: #ffffff !important;
        transform: translateY(-2px);
    }

    @media (max-width: 992px) {
        .blog-featured-col-v5, .blog-companions-col-v5 {
            max-width: 100%;
            flex: 1 0 100%;
        }
        .blog-companions-col-v5 {
            flex-direction: row;
        }
    }

    @media (max-width: 768px) {
        .blog-companions-col-v5 {
            flex-direction: column;
        }
    }
    /* Insightful Sections Redesign v1 - Accordions & FAQ */
    .premium-accordion-v1 {
        border: none;
        background: transparent;
    }
    .accordion-item-v1 {
        background: #ffffff;
        border: 1px solid #f1f5f9;
        border-radius: 16px !important;
        margin-bottom: 15px;
        overflow: hidden;
        transition: all 0.3s ease;
        box-shadow: 0 4px 12px rgba(0,0,0,0.02);
    }
    .accordion-item-v1:hover {
        border-color: #F0DF21;
        box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    }
    .accordion-button-v1 {
        width: 100%;
        padding: 20px 25px;
        background: transparent;
        border: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        font-size: 18px;
        font-weight: 800;
        color: #1e293b;
        cursor: pointer;
        transition: color 0.3s ease;
    }
    .accordion-button-v1:not(.collapsed) {
        color: #F0DF21;
    }
    .accordion-button-v1 i {
        font-size: 14px;
        transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        color: #F0DF21;
    }
    .accordion-button-v1:not(.collapsed) i {
        transform: rotate(180deg);
    }
    .accordion-body-v1 {
        padding: 0 25px 25px;
        font-size: 15px;
        line-height: 1.8;
        color: #64748b;
    }
    
    /* FAQ Section Styles (Single Card Style) */
    .faq-main-card-v1 {
        background: #ffffff;
        border: 1px solid #f1f5f9;
        border-radius: 20px;
        padding: 40px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    }
    .faq-main-card-v1 h3 {
        font-size: 22px;
        font-weight: 800;
        color: #1e293b;
        margin: 30px 0 15px;
        letter-spacing: -0.5px;
    }
    .faq-main-card-v1 p {
        font-size: 15px;
        line-height: 1.8;
        color: #64748b;
        margin-bottom: 20px;
    }

    /* Mobile Icon Cards */
    .icon-card-v1 {
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(10px);
        border: 1px solid #f1f5f9;
        border-radius: 20px;
        padding: 25px 15px;
        height: 100%;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(0,0,0,0.04);
    }
    .icon-card-v1:hover {
        transform: translateY(-5px);
        border-color: #F0DF21;
    }
    .icon-card-v1 img {
        width: 60px;
        margin-bottom: 20px;
    }

    @media (max-width: 768px) {
        .accordion-button-v1 { font-size: 16px; padding: 18px 20px; }
        .faq-main-card-v1 { padding: 25px; }
    }
    /* Insightful Sections End */
design End */

.decoration:hover{
         text-decoration: none!important;
      color: black!important;

    }

.marquee-wrapper {
    width: 100%;
    overflow: hidden;
}

.marquee {
    display: flex;
    animation: marquee 10s linear infinite;
}

.marquee a {
    flex-shrink: 0;
    text-decoration: none;
}

/* Pause marquee on hover */
.marquee a:hover,
.marquee:hover {
    animation-play-state: paused;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.youtube-icon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
}
.video-card {
    position: relative;
}

.text-gray{
        color: #D1D5DB !important;
    }
    .text-gray-dark{
        color: #9CA3AF !important;
    }

.footer-link-new {
        color: #4b5563;
        text-decoration: none;
        transition: all 0.2s;
        display: inline-block;
    }
    .footer-link-new:hover {
        color: #111827;
        text-decoration: underline;
    }
    .social-icon-new {
        color: #111827;
        font-size: 20px;
        transition: opacity 0.2s;
    }
    .social-icon-new:hover {
        opacity: 0.7;
        color: #1a4731;
    }
    .gap-2 { gap: 0.5rem; }
    .gap-3 { gap: 1rem; }
    .gap-4 { gap: 1.5rem; }
    
    #sf_chat_button_new {
        position: fixed;
        bottom: 80px;
        right: 30px;
        z-index: 1000;
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    #sf_chat_button_new:hover {
        transform: scale(1.1);
    }

    @media (max-width: 991px) {
        .text-lg-right { text-align: center !important; }
        .align-items-lg-end { align-items: center !important; }
        .justify-content-lg-end { justify-content: center !important; }
    }

/* Custom Gold Pill Button */
.btn-custom-gold {
    position: relative;
    overflow: hidden; 
    background: #F0DF21 !important; 
    color: #000000 !important; 
    border: none;
    border-radius: 38px; 
    font-weight: 700; 
    padding: 11px 28px !important; 
    font-size: 14px; 
    transition: transform 0.2s, box-shadow 0.2s;
    display: inline-block;
    text-align: center;
    white-space: nowrap; /* Prevents text from breaking into two lines */
    text-decoration: none !important;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

/* Shimmer Gradient Setup */
.btn-custom-gold::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    transition: none;
    z-index: 2;
}

/* Shimmer Animation Trigger */
.btn-custom-gold:hover::after {
    animation: customShimmerEffect 0.75s forwards;
}

/* Hover State */
.btn-custom-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(240, 223, 33, 0.5) !important; 
    color: #000000 !important; 
    text-decoration: none !important;
}

/* Tablet / Small Desktop View */
@media (max-width: 767.98px) {
    .btn-custom-gold {
        padding: 10px 16px !important; /* Reduced horizontal padding */
        font-size: 12px;
        border-radius: 30px;
        letter-spacing: 0.5px;
        line-height: normal; /* Prevents vertical stretching */
    }
}

/* Mobile View (2-column grids) */
@media (max-width: 480px) {
    .btn-custom-gold {
        padding: 8px 12px !important; /* Slimmer padding for tiny grid spaces */
        font-size: 11px; /* Smaller font to fit long words like 'PARTICIPATE' */
        border-radius: 26px;
        letter-spacing: 0.2px;
        width: 100%; /* Ensures it fills the card neatly without overflowing */
        box-sizing: border-box;
    }
}

/* Animation Keyframes */
@keyframes customShimmerEffect {
    100% {
        left: 200%;
    }
}

    .account-breadcrumb-theme {
        background: linear-gradient(90deg, #1f2937 0%, #111827 100%);
        border-top: 1px solid rgba(240, 223, 33, 0.2);
        border-bottom: 1px solid rgba(240, 223, 33, 0.2);
    }

    .account-breadcrumb-theme .breadcrumbs {
        color: #f9fafb;
        font-size: 14px;
        font-weight: 600;
    }

    .account-breadcrumb-theme .crumb-home {
        color: #F0DF21;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
    }

    .account-breadcrumb-theme .crumb-home:hover {
        color: #fff27a;
        text-decoration: none;
    }

    .account-breadcrumb-theme .crumb-sep {
        color: rgba(255, 255, 255, 0.55);
        font-size: 11px;
    }

    .account-breadcrumb-theme .crumb-current {
        color: #ffffff;
        font-weight: 700;
    }

/* Blog-style pagination outside #mxAstroV3Blog (e.g. my-wallet) — mirrors astrology-v3-blog-scoped */
.mx-blog-pagination .as_pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mx-blog-pagination .as_pagination ul li {
    display: inline-flex;
    background-color: #f6f6f6;
    border-radius: 45px;
    text-transform: capitalize;
    margin: 0 12px;
}

.mx-blog-pagination .as_pagination ul li a,
.mx-blog-pagination .as_pagination ul li span {
    transition: none;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 45px;
    padding: 0 18px;
    color: inherit;
}

.mx-blog-pagination .as_pagination ul li:last-child {
    margin-right: 0;
}

.mx-blog-pagination .as_pagination ul li.as_prev,
.mx-blog-pagination .as_pagination ul li.as_next {
    padding: 0 30px;
}

.mx-blog-pagination .as_pagination ul li.as_active,
.mx-blog-pagination .as_pagination ul li:hover:not(.as_prev):not(.as_next) {
    background-color: #F0DF21;
    background-image: none;
    color: #000000;
}

.mx-blog-pagination .as_pagination ul li.as_active a,
.mx-blog-pagination .as_pagination ul li.as_active span,
.mx-blog-pagination .as_pagination ul li:hover:not(.as_prev):not(.as_next) a,
.mx-blog-pagination .as_pagination ul li:hover:not(.as_prev):not(.as_next) span {
    color: #000000;
}

.mx-blog-pagination .as_pagination ul li.as_prev span,
.mx-blog-pagination .as_pagination ul li.as_next span {
    opacity: 0.5;
}

@media (max-width: 767px) {
    .mx-blog-pagination .as_pagination {
        padding-top: 24px;
    }

    .mx-blog-pagination .as_pagination ul {
        text-align: center !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 8px 6px;
        row-gap: 10px;
    }

    .mx-blog-pagination .as_pagination ul li {
        margin: 0 !important;
    }

    .mx-blog-pagination .as_pagination ul li a,
    .mx-blog-pagination .as_pagination ul li span {
        height: 40px;
        padding: 0 12px;
        font-size: 13px;
    }

    .mx-blog-pagination .as_pagination ul li.as_prev,
    .mx-blog-pagination .as_pagination ul li.as_next {
        padding: 0 12px;
    }
}

/* User profile menu pages — shared in-page title + subtitle (aligns with my-following) */
.inpage-header {
    margin-bottom: 30px;
}
.inpage-header .page-title,
.inpage-header h1.page-title,
.inpage-header h2.page-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #2d3748;
    letter-spacing: -0.025em;
    margin-bottom: 8px;
}
.inpage-header .page-subtitle {
    color: #718096;
    font-size: 1.1rem;
    margin-bottom: 0;
}
@media (max-width: 576px) {
    .inpage-header .page-title,
    .inpage-header h1.page-title,
    .inpage-header h2.page-title {
        font-size: 1.8rem;
    }
}