:root {
            --primary-gold: #D4AF37;
            --dark-gold: #997A15;
            --accent-red: #FF0059;
            --text-dark: #1F1F1F;
            --text-muted: #666666;
            --bg-light: #FFFBF5;

            --orange-1:#FF0059;
            --orange-2:#FF0059;
            --orange-3:#f5a15e;
            --peach:#fdf1e7;
            --peach-2:#fbe4d0;
            --green:#2e8b4f;
        }

        body {
            font-family: 'Plus Jakarta Sans', sans-serif;
            color: var(--text-dark);
            background-color: #FFFFFF;
            overflow-x: hidden;
        }

        /* Top Live Gold Rate Bar - Matched with Theme & Glowing Pulse Animation */
        @keyframes livePulse {
            0% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.6; transform: scale(1.02); }
            100% { opacity: 1; transform: scale(1); }
        }

        @keyframes rateChangeGlow {
            0% { color: #5C4000; text-shadow: none; }
            50% { color: #E32934; text-shadow: 0 0 8px rgba(227, 41, 52, 0.4); }
            100% { color: #5C4000; text-shadow: none; }
        }

        .live-rate-bar {
            background: linear-gradient(135deg, #FFF5E1 0%, #FFE0B2 100%);
            color: #5C4000;
            font-size: 0.85rem;
            padding: 8px 0;
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1001;
            border-bottom: 1px solid #F3E5AB;
            font-weight: 600;
        }

        .live-indicator {
            display: inline-block;
            width: 8px;
            height: 8px;
            background-color: #28a745;
            border-radius: 50%;
            margin-right: 6px;
            animation: livePulse 1.5s infinite ease-in-out;
        }

        .animated-rate {
            display: inline-block;
            transition: all 0.3s ease;
        }

        .rate-updated {
            animation: rateChangeGlow 0.8s ease;
        }

        /* Navbar adjusted for top rate bar */
        .navbar {
            padding: 10px 0;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            transition: all 0.3s ease;
            box-shadow: 0 2px 10px rgba(0,0,0,0.02);
            z-index: 1000;
            top: 35px;
        }

        .navbar-brand img {
            height: 45px;
        }

        .nav-link {
            font-weight: 500;
            color: var(--text-dark) !important;
            margin: 0 10px;
            font-size: 0.95rem;
            transition: color 0.2s;
        }

        .nav-link:hover, .nav-link.active {
            color: var(--accent-red) !important;
        }

        .btn-outline-red {
            border: 1.5px solid var(--accent-red);
            color: var(--accent-red);
            font-weight: 600;
            border-radius: 50px;
            padding: 8px 20px;
            font-size: 0.9rem;
            background: transparent;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
        }

        .btn-outline-red:hover {
            background-color: var(--accent-red);
            color: #FFFFFF;
        }

        .btn-solid-red {
            background: linear-gradient(135deg,var(--orange-1),var(--orange-3));
            color: #FFFFFF;
            font-weight: 600;
            border-radius: 50px;
            padding: 10px 24px;
            font-size: 0.95rem;
            border: none;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }

        .btn-solid-red:hover {
            background-color: #c5202b;
            color: #FFFFFF;
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(227, 41, 52, 0.3);
        }

        /* Hero Section */
        .hero-section {
            background: url(../images/bg/bg-1.png);
            padding: 60px 0 90px 0;
            position: relative;
            overflow: hidden;
        }

        .whyus-1 {
            background: url(../images/bg/bg-6.png);
            background-size: cover;
        }

        .whyus-2 {
            background: url(../images/bg/bg-5.png);
            background-size: cover;
        }

        .whyus-3 {
            background: url(../images/bg/bg-4.png);
            background-size: cover;
            background-position: 0 -80px;
        }

        @keyframes floatCoin {
            0% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-12px) rotate(5deg); }
            100% { transform: translateY(0px) rotate(0deg); }
        }

        @keyframes spinFade {
            0% { transform: translateY(0px) rotate(0deg) scale(0.8); opacity: 0.2; }
            50% { transform: translateY(-15px) rotate(180deg) scale(1.1); opacity: 1; }
            100% { transform: translateY(0px) rotate(360deg) scale(0.8); opacity: 0.2; }
        }

        .floating-bg-element {
            position: absolute;
            z-index: 1;
            pointer-events: none;
            animation: floatCoin 4s ease-in-out infinite;
        }

        .spin-fade-star {
            position: absolute;
            z-index: 1;
            pointer-events: none;
            animation: spinFade 5s ease-in-out infinite;
        }

        .coin-1 { top: 25%; right: 48%; width: 45px; animation-delay: 0s; }
        .coin-2 { top: 75%; right: 52%; width: 35px; animation-delay: 1.5s; }
        .coin-3 { top: 25%; right: 8%; width: 50px; animation-delay: 1s; }
        .coin-4 { top: 70%; right: 12%; width: 40px; animation-delay: 2s; }
        
        .sparkle-1 { top: 18%; right: 28%; animation-delay: 0s; }
        .sparkle-2 { top: 60%; right: 42%; animation-delay: 2.5s; }

        .trusted-badge {
            display: inline-flex;
            align-items: center;
            background: #FFF5E6;
            border: 1px solid #FFE0B2;
            padding: 6px 16px;
            border-radius: 50px;
            font-size: 0.85rem;
            font-weight: 600;
            color: #B8860B;
            margin-bottom: 20px;
        }

        .hero-title {
            font-size: 3.5rem;
            font-weight: 800;
            line-height: 1.15;
            letter-spacing: -1px;
            min-height: 220px;
        }

        .typed-cursor {
            opacity: 1;
            animation: blinkCursor 0.7s infinite;
            color: var(--accent-red);
            font-weight: 300;
        }

        @keyframes blinkCursor {
            0% { opacity: 1; }
            50% { opacity: 0; }
            100% { opacity: 1; }
        }

        .phone-mockup-wrapper {
            position: relative;
            z-index: 2;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .hero-trust-pill {
            background: #FFFFFF;
            border: 1.5px solid #F3E5AB;
            border-radius: 50px;
            padding: 10px 15px;
            display: flex;
            align-items: center;
            box-shadow: 0 8px 25px rgba(212, 175, 55, 0.1);
            height: 100%;
        }

        .hero-trust-pill img {
            min-width: 100px;
            width: auto;
            margin: 0 auto;
        }

        .hero-trust-pill .icon-box {
            font-size: 1.4rem;
            color: var(--dark-gold);
            min-width: 32px;
            text-align: center;
        }

        /* Features Bar Strip */
        .features-bar {
            background: #FFFFFF;
            padding: 30px 0;
            box-shadow: 0 4px 20px rgba(0,0,0,0.05);
            border-radius: 30px;
            border: 1.5px solid #F3E5AB;
            margin-top: -30px;
            position: relative;
            z-index: 10;
        }

        .feature-bar-item {
            display: flex;
            align-items: center;
            gap: 12px;
            text-align: left;
            flex-direction: column;
            border-right: 1.5px solid #F3E5AB;
        }

        .feature-bar-item:last-child {
            border-right: 0;
        }

        .feature-bar-item span {
            font-weight: 700;
            font-size: 0.88rem;
            color: var(--text-dark);
            line-height: 1.25;
        }

        /* About Us Section Styling */
        .about-section {
            background: linear-gradient(180deg, #FFFFFF 0%, #FFFDF9 100%);
            position: relative;
        }

        .about-card-box {
            background: #FFFFFF;
            border: 1.5px solid #F3E5AB;
            border-radius: 24px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.05);
            height: 100%;
            transition: transform 0.3s ease;
        }

        .about-card-box:hover {
            transform: translateY(-5px);
        }

        .about-icon-circle {
            width: 60px;
            height: 60px;
            background: rgba(212, 175, 55, 0.12);
            color: var(--dark-gold);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            margin-bottom: 20px;
        }

        .custom-card {
            border: 1px solid #EAEAEA;
            border-radius: 24px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.02);
            height: 100%;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .custom-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.06);
        }

        .section-title {
            font-size: 2.2rem;
            font-weight: 800;
        }

        .goal-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 14px 16px;
            background: #FAFAFA;
            border-radius: 14px;
            margin-bottom: 12px;
            transition: all 0.2s;
            border: 1px solid transparent;
        }

        .goal-item:hover {
            background: #FFF9F0;
            border-color: #FFE0B2;
        }

        .testimonial-bg {
            background: url(../images/bg/bg-7.png);
            background-size: 100%;
            background-position: 0 -50px;
        }

        .reward-banner {
            background: url(../images/bg/bg-3.png);
            border: 1px solid #FFD1D6;
            border-radius: 24px;
            padding: 40px;
            position: relative;
            overflow: hidden;
        }

        .chart-container {
            position: relative;
            height: 140px;
            width: 100%;
        }

        .how-it-works-wrapper {
            background: radial-gradient(circle at top right, #FFF8E7 0%, #FFFDF9 60%, #FFFFFF 100%);
            border: 1.5px solid #F3E5AB;
            border-radius: 36px;
            padding: 60px 40px;
            margin: 60px 0;
            position: relative;
            box-shadow: 0 15px 40px rgba(212, 175, 55, 0.08);
        }

        .how-it-works-subtitle {
            color: var(--accent-red);
            font-weight: 700;
            font-size: 0.85rem;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            margin-bottom: 10px;
        }

        .how-it-works-title {
            font-size: 2.8rem;
            font-weight: 800;
            color: var(--text-dark);
            margin-bottom: 50px;
        }

        .step-pill-number {
            width: 44px;
            height: 44px;
            background: var(--accent-red);
            color: #FFFFFF;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 1.1rem;
            margin: 0 auto 20px auto;
            box-shadow: 0 8px 20px rgba(227, 41, 52, 0.3);
        }

        .hiw-card {
            background: #FFFFFF;
            border-radius: 24px;
            padding: 25px;
            box-shadow: 0 15px 35px rgba(0,0,0,0.04);
            text-align: left;
            border: 1px solid rgba(212, 175, 55, 0.3);
        }

        .btn-theme-action {
            background: linear-gradient(135deg, #E6C554 0%, #C5A028 100%);
            color: #1F1F1F;
            font-weight: 700;
            border-radius: 50px;
            padding: 12px;
            width: 100%;
            border: none;
            transition: all 0.3s;
        }

        .btn-theme-action:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(212, 175, 55, 0.4);
            color: #111;
        }

        .testimonial-card {
            background: #FFFFFF;
            border: 1px solid #EAEAEA;
            border-radius: 20px;
            padding: 25px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.03);
            position: relative;
            height: 100%;
        }

        .rating-stars {
            color: #FFC107;
            font-size: 0.85rem;
            margin-bottom: 15px;
        }

        .faq-section {
            background: url(../images/bg/bg-9.png);
            background-size: 100%;
            padding: 70px 0;
        }

        .accordion-item {
            border: 1px solid #EAEAEA;
            border-radius: 16px !important;
            margin-bottom: 15px;
            overflow: hidden;
            background: #FFFFFF;
        }

        .accordion-button {
            background-color: #FFFFFF;
            font-weight: 700;
            color: var(--text-dark);
            padding: 20px;
            box-shadow: none !important;
        }

        .accordion-button:not(.collapsed) {
            background-color: #FFF9F0;
            color: var(--dark-gold);
        }

        .refer-section {
            background: url(../images/bg/bg-8.png);
            background-size: 100%;
            border: 1.5px solid #F3E5AB;
            border-radius: 24px;
            padding: 40px;
        }

        footer {
            background: radial-gradient(circle at top right, #FFFBF5 0%, #FDF4E3 100%);
            color: #4A3B10;
            padding: 60px 0 30px 0;
            border-top: 2px solid #F3E5AB;
        }

        footer h5 {
            color: #2C2208;
            font-weight: 700;
            font-size: 1rem;
            margin-bottom: 20px;
        }

        footer ul li a {
            color: #6C5824;
            text-decoration: none;
            font-size: 0.9rem;
            line-height: 2.2;
            transition: color 0.2s;
        }

        footer ul li a:hover {
            color: var(--accent-red);
        }

        .social-icons a {
            width: 36px;
            height: 36px;
            background: rgba(212, 175, 55, 0.15);
            color: #7A5F14;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 8px;
            transition: background 0.3s, color 0.3s;
            border: 1px solid rgba(212, 175, 55, 0.3);
        }

        .social-icons a:hover {
            background: var(--accent-red);
            color: #FFFFFF;
            border-color: var(--accent-red);
        }

        .icon-set-1 {
            overflow: hidden;
            width: 50px;
            height: 50px;
            margin: 0 auto 8px auto;
        }

        .download-dropdown-menu {
            width: 260px;
            padding: 15px;
            border-radius: 16px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            border: 1.5px solid #F3E5AB;
            margin-top: 10px;
        }

        .marquee-wrapper {
            display: flex;
            width: 100vw;
            max-width: 100%;
            overflow: hidden;
            position: relative;
        }

        .marquee-track {
            display: flex;
            gap: 1.5rem;
            width: max-content;
            flex-direction: row;
        }

        .testimonial-card-wrapper {
            width: 350px;
            flex-shrink: 0;
        }

        .track-left {
            animation: scrollLeft 30s linear infinite;
        }

        .track-right {
            animation: scrollRight 30s linear infinite;
        }

        @keyframes scrollLeft {
            0% { transform: translateX(-50%); }
            100% { transform: translateX(0); }
        }

        @keyframes scrollRight {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }

        /* Floating WhatsApp & Contact Widget Styles */
        .floating-widgets {
            position: fixed;
            bottom: 25px;
            right: 25px;
            z-index: 1050;
            display: flex;
            flex-direction: column;
            gap: 12px;
            align-items: flex-end;
        }

        .floating-btn {
            width: 55px;
            height: 55px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #FFFFFF;
            font-size: 1.5rem;
            box-shadow: 0 6px 20px rgba(0,0,0,0.15);
            transition: all 0.3s ease;
            text-decoration: none;
            border: none;
            cursor: pointer;
        }

        .floating-btn:hover {
            transform: scale(1.08);
            color: #FFFFFF;
        }

        .whatsapp-float {
            background-color: #25D366;
            animation: whatsappPulse 2s infinite;
        }

        .query-float {
            background-color: var(--accent-red);
        }

        @keyframes whatsappPulse {
            0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); }
            70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
            100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
        }

        /* Modal Customization */
        .modal-content {
            border-radius: 24px;
            border: 1.5px solid #F3E5AB;
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
        }


        .page-header {
            background: linear-gradient(135deg, #fffbf0 0%, #ffffff 100%);
            border-bottom: 1px solid rgba(212, 175, 55, 0.2);
            padding-bottom: 3rem;
        }
        .terms-content h5 {
            color: #dc3545; /* solid-red from theme */
            font-weight: 700;
            margin-top: 2.5rem;
            margin-bottom: 1rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            font-size: 1.1rem;
        }
        .terms-content p, .terms-content li {
            color: #4a5568;
            line-height: 1.8;
            font-size: 0.95rem;
            margin-bottom: 1rem;
        }
        .terms-content ul, .terms-content ol {
            margin-bottom: 1.5rem;
            padding-left: 1.5rem;
        }
        .terms-content li {
            margin-bottom: 0.5rem;
        }
        .last-updated {
            display: inline-block;
            background-color: #fff9e6;
            color: #b8860b;
            padding: 0.4rem 1rem;
            border-radius: 50px;
            font-size: 0.85rem;
            font-weight: 600;
            margin-bottom: 2rem;
        }
        .highlight-text {
            background-color: rgba(212, 175, 55, 0.1);
            padding: 2px 6px;
            border-radius: 4px;
            font-weight: 600;
            color: #212529;
        }


     
        .contact-box {
            background-color: #f8f9fa;
            border-left: 4px solid #dc3545;
            padding: 1.5rem;
            border-radius: 0 8px 8px 0;
            margin-top: 1rem;
        }


        .security-icon-box {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 48px;
            height: 48px;
            background-color: rgba(220, 53, 69, 0.1);
            color: #dc3545;
            border-radius: 12px;
            margin-right: 12px;
            font-size: 1.25rem;
            padding: 20px;
        }
        .security-feature {
            display: flex;
            align-items: flex-start;
            margin-bottom: 1.5rem;
            background: #fff;
            padding: 1.5rem;
            border-radius: 12px;
            border: 1px solid rgba(212, 175, 55, 0.2);
            box-shadow: 0 4px 15px rgba(0,0,0,0.02);
        }
        .security-feature h6 {
            font-weight: 700;
            color: #212529;
            margin-bottom: 0.5rem;
            margin-top: 0.25rem;
        }
        .security-feature p {
            margin-bottom: 0;
            font-size: 0.9rem;
        }


        .highlight-text {
            background-color: rgba(212, 175, 55, 0.1);
            padding: 2px 6px;
            border-radius: 4px;
            font-weight: 600;
            color: #212529;
        }
        .contact-box {
            background-color: #f8f9fa;
            border-left: 4px solid #dc3545;
            padding: 1.5rem;
            border-radius: 0 8px 8px 0;
            margin-top: 1rem;
        }
        .alert-policy {
            background-color: rgba(220, 53, 69, 0.05);
            border: 1px solid rgba(220, 53, 69, 0.2);
            border-radius: 8px;
            padding: 1.5rem;
            margin-bottom: 2rem;
        }


         .faq-page-header {
            background: linear-gradient(135deg, #fffbf0 0%, #ffffff 100%);
            border-bottom: 1px solid rgba(212, 175, 55, 0.2);
            padding-bottom: 3rem;
        }
        .faq-category-title {
            color: var(--accent-red, #dc3545);
            font-weight: 700;
            margin-top: 2rem;
            margin-bottom: 1.5rem;
            text-transform: uppercase;
            font-size: 0.9rem;
            letter-spacing: 1px;
        }
        .accordion-button:not(.collapsed) {
            background-color: #fff9e6;
            color: #212529;
            box-shadow: inset 0 -1px 0 rgba(212, 175, 55, 0.2);
        }
        .accordion-button:focus {
            box-shadow: none;
            border-color: rgba(212, 175, 55, 0.5);
        }


        .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
            background: #f5f5f5;
        }