/* Google Fonts - Poppins */
/* Google Fonts - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* --- CSS Variables --- */
:root {
    --primary-blue: #0056d2; 
    --light-blue: #e6f0ff;
    --text-dark: #1a1a1a;
    --bg-light: #fdfdfd; 
    --transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    --smooth: all 0.3s ease;
}

/* --- Dark Theme Variables --- */
html[data-theme="dark"] {
    --primary-blue: #3a8dff;
    --light-blue: #1a2639;
    --text-dark: #f0f0f0;
    --bg-light: #050b14;
    --admin-card-bg: #0a1222;
    --admin-card-border: rgba(255,255,255,0.05);
}

html[data-theme="dark"] body {
    background-color: var(--bg-light);
    color: var(--text-dark);
    background-image: none;
}

html[data-theme="dark"] .bento-card,
html[data-theme="dark"] .review-form-card,
html[data-theme="dark"] .user-review-card,
html[data-theme="dark"] .info-card,
html[data-theme="dark"] .contact-form-container,
html[data-theme="dark"] .legal-card,
html[data-theme="dark"] .auth-card {
    background: #0a1222 !important;
    border-color: rgba(255,255,255,0.05);
}

html[data-theme="dark"] .product-card,
html[data-theme="dark"] .combo-card {
    background: #0f172a !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

html[data-theme="dark"] .product-card:hover,
html[data-theme="dark"] .combo-card:hover {
    border-color: var(--primary-blue) !important;
    box-shadow: 0 15px 35px rgba(0, 86, 210, 0.2) !important;
}

html[data-theme="dark"] #main-header,
html[data-theme="dark"] .profile-dropdown-menu,
html[data-theme="dark"] .notification-dropdown,
html[data-theme="dark"] .premium-notif-item,
html[data-theme="dark"] .notif-header {
    background: rgba(10, 18, 34, 0.95);
    border-color: rgba(255,255,255,0.05);
}

html[data-theme="dark"] .card-details,
html[data-theme="dark"] .img-box,
html[data-theme="dark"] .premium-floating-stats {
    background: #0a1222 !important;
}

html[data-theme="dark"] h1, 
html[data-theme="dark"] h2, 
html[data-theme="dark"] h3, 
html[data-theme="dark"] h4,
html[data-theme="dark"] .nav-links a,
html[data-theme="dark"] .notif-message-text {
    color: #fff !important;
}

html[data-theme="dark"] .main-story h3,
html[data-theme="dark"] .contact-form-container h3 {
    -webkit-text-fill-color: #fff;
}
html[data-theme="dark"] .footer-container {
    background: transparent !important;
}

/* --- BASE & RESET --- */
* { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
    font-family: 'Poppins', sans-serif; 
}

/* 🚨 THE ULTIMATE FIX FOR MOBILE WIDTH 🚨 */
html { 
    scroll-behavior: smooth; 
    overflow-x: clip; /* Ye horizontal scroll / right side gap ko rokega */
    width: 100%; 
}

body {
    background-color: var(--bg-light); 
    color: var(--text-dark);
    overflow-x: clip; /* Exact bounds for mobile */
    width: 100%; /* 100vw ki jagah 100% use karna zaroori hai */
    position: relative;
    background-image: 
        radial-gradient(rgba(0, 86, 210, 0.04) 1px, transparent 1px), 
        linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(230,240,255,0.3) 100%);
    background-size: 25px 25px, 100% 100%; 
    background-attachment: fixed;
    animation: bgShift 15s infinite alternate linear;
}






/* --- PREMIUM COMMERCE PRELOADER SECTION --- */
#premium-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(253, 253, 253, 0.9); /* Slightly more solid glass effect */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 999999; 
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.6s;
}

/* Background Commerce Icons */
.bg-icons {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.floating-icon {
    position: absolute;
    color: var(--primary-blue);
    opacity: 0.05; /* Super subtle, premium feel */
    animation: floatRandom infinite alternate ease-in-out;
}
.i-1 { top: 15%; left: 15%; animation-duration: 7s; font-size: 4rem; } 
.i-2 { top: 75%; left: 85%; animation-duration: 9s; font-size: 6rem; } 
.i-3 { top: 25%; left: 80%; animation-duration: 6s; font-size: 3.5rem; } 
.i-4 { top: 80%; left: 10%; animation-duration: 10s; font-size: 5rem; } 
.i-5 { top: 50%; left: 50%; animation-duration: 8s; font-size: 10rem; opacity: 0.02; transform: translate(-50%, -50%);} 

@keyframes floatRandom {
    0% { transform: translate(0, 0) rotate(0deg); }
    100% { transform: translate(30px, -30px) rotate(15deg); }
}

/* New Loader Core Layout */
.loader-core {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 🌀 Orbit Spinner with Logo (Ultra Premium) */
.orbit-spinner {
    position: relative;
    width: 95px;  /* Ring ka size thoda bada kiya taaki logo fit ho sake */
    height: 95px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.orbit {
    position: absolute;
    border-radius: 50%;
    border: 3px solid transparent;
    animation: spinOrbit linear infinite;
}
/* Outer Ring */
.orbit-1 { 
    width: 100%; 
    height: 100%; 
    border-top-color: var(--primary-blue); 
    border-bottom-color: #00a8ff; 
    animation-duration: 1.5s; 
}
/* Middle Ring (Spins backwards) */
.orbit-2 { 
    width: 75%; 
    height: 75%; 
    border-left-color: rgba(0, 86, 210, 0.4); 
    border-right-color: rgba(0, 168, 255, 0.4); 
    animation-duration: 2s; 
    animation-direction: reverse; 
}

/* 🖼️ Center Logo Styling */
.loader-center-logo {
    position: absolute;
    width: 48px;  /* Logo ki width */
    height: 48px; /* Logo ki height */
    border-radius: 50%; /* Image ko circle banayega */
    object-fit: cover;
    background: #fff;
    padding: 2px; /* White border jaisa feel dega */
    box-shadow: 0 5px 15px rgba(0, 86, 210, 0.2);
    z-index: 10;
    animation: pulseCenterLogo 2s infinite alternate ease-in-out;
}

@keyframes spinOrbit { 100% { transform: rotate(360deg); } }
@keyframes pulseCenterLogo { 
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 86, 210, 0.3); } 
    100% { transform: scale(1.1); box-shadow: 0 0 0 15px rgba(0, 86, 210, 0); } 
}

/* Typography Reveal */
.brand-reveal {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--text-dark);
    letter-spacing: -0.5px;
    margin-bottom: 8px;
    background: linear-gradient(135deg, #111, var(--primary-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeInUpLoader 0.6s forwards 0.2s;
}
.brand-reveal span {
    -webkit-text-fill-color: var(--primary-blue); 
}

.loader-subtitle {
    font-size: 0.9rem;
    color: #666;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUpLoader 0.6s forwards 0.4s;
}

@keyframes fadeInUpLoader {
    to { opacity: 1; transform: translateY(0); }
}

/* JS Hide Class */
.preloader-hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: scale(1.02);
}







/* Missing container class added for perfect layout */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

@keyframes bgShift {
    0% { background-position: 0px 0px, 0% 0%; }
    100% { background-position: 25px 25px, 100% 100%; }
}

/* --- SCROLL ANIMATION CLASSES --- */
.scroll-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.scroll-reveal.show {
    opacity: 1;
    transform: translateY(0);
}

/* --- KEYFRAMES FOR HERO SECTION --- */
@keyframes slideUpFade { 
    0% { opacity: 0; transform: translateY(40px); } 
    100% { opacity: 1; transform: translateY(0); } 
}
@keyframes slideLeftFade { 
    0% { opacity: 0; transform: translateX(50px); } /* 80px se kam karke 50px kar diya for extra safety */
    100% { opacity: 1; transform: translateX(0); } 
}

/* --- PREMIUM HEADER --- */
#main-header { position: fixed; top: 0; left: 0; width: 100%; height: 80px; background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid rgba(0, 86, 210, 0.05); z-index: 1000; transition: var(--smooth); display: flex; align-items: center; }
.nav-container { max-width: 1400px; margin: 0 auto; padding: 0 3%; display: flex; justify-content: space-between; align-items: center; width: 100%; height: 100%; }
.logo { font-size: 1.6rem; font-weight: 800; color: var(--text-dark); text-decoration: none; letter-spacing: -0.5px; transition: var(--transition); flex-shrink: 0; }
.logo:hover { transform: scale(1.05); }
.logo span { color: var(--primary-blue); }
.nav-links {
    margin-left: auto;
    margin-right: 2.5rem;
    transition: var(--smooth);
}
.nav-links ul { display: flex; list-style: none; gap: 1.5rem; white-space: nowrap; }
.nav-links a { text-decoration: none; color: var(--text-dark); font-weight: 500; font-size: 0.95rem; position: relative; transition: var(--smooth); }
.nav-links a::after { content: ''; position: absolute; width: 0; height: 3px; bottom: -6px; left: 50%; background-color: var(--primary-blue); transition: var(--transition); transform: translateX(-50%); border-radius: 5px; }
.nav-links a:hover { color: var(--primary-blue); }
.nav-links a:hover::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 1.5rem; }

/* --- PREMIUM NOTIFICATION DROPDOWN --- */
.notification-wrapper { position: relative; display: inline-block; }

.notification-btn { color: var(--text-dark); font-size: 1.3rem; position: relative; transition: var(--transition); text-decoration: none; display: flex; align-items: center; justify-content: center; height: 45px; width: 45px; border-radius: 50%; background: rgba(0,0,0,0.03);}
.notification-btn:hover { color: var(--primary-blue); background: rgba(0,86,210,0.08); transform: translateY(-2px); }
.notification-count { position: absolute; top: 0px; right: 0px; background: #ff4757; color: white; font-size: 0.65rem; font-weight: 800; width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 10px rgba(255,71,87,0.4); border: 2px solid #fff;}

.notification-dropdown {
    position: absolute;
    top: 120%;
    right: -10px;
    width: 360px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
    border: 1px solid rgba(0, 86, 210, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.95);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2000;
    overflow: hidden;
}
.notification-dropdown.active { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }

.notif-header { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; border-bottom: 1px solid rgba(0,0,0,0.05); background: #fdfdfd; }
.notif-header h3 { font-size: 15px; font-weight: 800; color: #111; display: flex; align-items: center; gap: 8px;}
.mark-read { font-size: 12px; color: var(--primary-blue); cursor: pointer; font-weight: 600; transition: var(--transition); padding: 5px 10px; border-radius: 6px;}
.mark-read:hover { background: rgba(0,86,210,0.05); color: #0042a3; }

.notif-body { max-height: 380px; overflow-y: auto; padding: 0; }
.notif-body::-webkit-scrollbar { width: 6px; }
.notif-body::-webkit-scrollbar-thumb { background: #d1d5db; border-radius: 10px; }
.notif-loading { padding: 40px; text-align: center; color: #888; font-size: 14px; font-weight: 500;}

/* Premium Notification Item Layout */
.premium-notif-item {
    display: flex;
    gap: 16px;
    padding: 20px 25px;
    border-bottom: 1px solid rgba(0,0,0,0.03);
    background: #fff;
    transition: var(--transition);
    cursor: default;
    position: relative;
}
.premium-notif-item:hover { 
    background: #f8fafc; 
    padding-left: 30px; 
}
.premium-notif-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(180deg, var(--primary-blue), #00a8ff);
    transform: scaleY(0);
    transition: var(--transition);
}
.premium-notif-item:hover::before { transform: scaleY(1); }

.notif-icon-circle {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, rgba(0,86,210,0.1), rgba(0,168,255,0.05));
    color: var(--primary-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(0,86,210,0.1);
    transition: var(--transition);
}
.premium-notif-item:hover .notif-icon-circle {
    background: var(--primary-blue);
    color: #fff;
    transform: rotate(15deg) scale(1.1);
    box-shadow: 0 8px 20px rgba(0,86,210,0.25);
}

.notif-content-box { flex: 1; display: flex; flex-direction: column; justify-content: center; }

.notif-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}
.notif-timestamp {
    font-size: 11.5px;
    color: #64748b;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.unread-indicator {
    width: 8px;
    height: 8px;
    background: #ff4757;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(255, 71, 87, 0.4);
    animation: pulseBtn 2s infinite;
}
.notif-message-text {
    font-size: 14.5px;
    color: #1e293b;
    line-height: 1.5;
    font-weight: 500;
}

@media (max-width: 992px) {
    .notification-dropdown {
        position: fixed;
        top: 80px;
        right: 5%;
        left: 5%;
        width: 90%;
        box-shadow: 0 30px 60px rgba(0,0,0,0.2);
    }
}


.cta-btn { background-color: var(--primary-blue); color: white; padding: 12px 28px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 0.95rem; box-shadow: 0 5px 15px rgba(0, 86, 210, 0.25); transition: var(--transition); position: relative; overflow: hidden; }
.cta-btn::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent); transition: 0.5s; }
.cta-btn:hover::before { left: 100%; }
.cta-btn:hover { background-color: #0042a3; box-shadow: 0 8px 25px rgba(0, 86, 210, 0.4); transform: translateY(-3px) scale(1.05); }
.menu-toggle { display: none; font-size: 1.6rem; color: var(--text-dark); cursor: pointer; transition: var(--transition); }
.menu-toggle:hover { color: var(--primary-blue); transform: scale(1.1); }
#main-header.scrolled { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); background: rgba(255, 255, 255, 0.95); }
#main-header.scrolled .nav-container { padding: 12px 5%; }
@media (max-width: 992px) {
    .menu-toggle { display: block; z-index: 1001; }
    .cta-btn { display: none; }
    .nav-links { position: absolute; top: 100%; left: 0; width: 100%; background: rgba(255, 255, 255, 0.98); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(0, 86, 210, 0.08); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); padding: 20px 5%; opacity: 0; visibility: hidden; transform: translateY(-20px); transition: var(--transition); margin: 0 !important; }
    .nav-links.active { opacity: 1; visibility: visible; transform: translateY(0); }
    .nav-links ul { flex-direction: column; align-items: center; gap: 1.5rem; width: 100%; }
    .nav-links a { display: block; width: 100%; text-align: center; font-size: 1.1rem; padding: 10px 0; }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .nav-links { margin-right: 1.5rem; }
    .nav-links ul { gap: 1rem; }
    .nav-container { padding: 15px 3%; }
    .logo { font-size: 1.3rem; }
    .cta-btn, .cta-btn-outline { padding: 10px 18px; font-size: 0.85rem; }
}

/* --- HERO SECTION --- */
.hero { 
    padding-top: 140px; 
    padding-bottom: 80px; 
    min-height: 90vh; 
    display: flex; 
    align-items: center; 
    position: relative; 
    width: 100%; 
    overflow: hidden; 
    background: radial-gradient(circle at 10% 20%, rgba(0, 86, 210, 0.02) 0%, transparent 40%),
                radial-gradient(circle at 90% 80%, rgba(0, 168, 255, 0.03) 0%, transparent 45%),
                #fafbfc;
}
.grid-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(to right, #e2e8f0 1px, transparent 1px),
                      linear-gradient(to bottom, #e2e8f0 1px, transparent 1px);
    background-size: 20px 30px;
    -webkit-mask-image: radial-gradient(
        ellipse 70% 60% at 50% 0%,
        #000 60%,
        transparent 100%
    );
    mask-image: radial-gradient(
        ellipse 70% 60% at 50% 0%,
        #000 60%,
        transparent 100%
    );
    pointer-events: none;
    animation: gridAnimate 25s ease-in-out infinite;
}
.hero-container { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 0 5%; display: flex; align-items: flex-start; justify-content: space-between; gap: 4rem; width: 100%; }

/* Staggered Animations applied via CSS */
.hero-content { flex: 1; max-width: 550px; padding-top: 10px; }
.hero-content > * { opacity: 0; animation: slideUpFade 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards; }
.hero-content .badge { animation-delay: 0.1s; display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, rgba(0,86,210,0.1), rgba(0,86,210,0.03)); color: var(--primary-blue); padding: 8px 18px; border-radius: 50px; font-size: 0.85rem; font-weight: 700; margin-bottom: 25px; border: 1px solid rgba(0, 86, 210, 0.15); transition: var(--transition); }
.hero-content h1 { animation-delay: 0.3s; font-size: 4rem; line-height: 1.15; margin-bottom: 25px; font-weight: 800; letter-spacing: -1.5px; color: #111; }
.hero-content p { animation-delay: 0.5s; font-size: 1.1rem; color: #555; line-height: 1.8; margin-bottom: 40px; font-weight: 400; }
.hero-content .hero-btns { animation-delay: 0.7s; display: flex; gap: 1.2rem; margin-bottom: 45px; }
.hero-content .hero-stats { animation-delay: 0.9s; display: flex; align-items: center; gap: 2.5rem; border-top: 1px solid rgba(0,0,0,0.08); padding-top: 25px; }

.badge i { color: #f39c12; font-size: 1rem; }
.badge:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 8px 20px rgba(0,86,210,0.15); }
.hero-content h1 .highlight { background: linear-gradient(135deg, var(--primary-blue), #00a8ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: inline-block; animation: shine 3s linear infinite; background-size: 200% auto; }
@keyframes shine { to { background-position: 200% center; } }

.btn-primary { background-color: var(--primary-blue); color: white; padding: 16px 36px; border-radius: 50px; text-decoration: none; font-weight: 600; display: flex; align-items: center; gap: 10px; box-shadow: 0 5px 20px rgba(0, 86, 210, 0.3); transition: var(--transition); position: relative; overflow: hidden; font-size: 1rem; white-space: nowrap; }
.btn-primary::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent); transition: 0.5s; }
.btn-primary:hover::before { left: 100%; }
.btn-primary:hover { background-color: #0042a3; transform: translateY(-4px) scale(1.03); box-shadow: 0 10px 30px rgba(0, 86, 210, 0.4); }
.btn-secondary { background-color: #fff; color: var(--text-dark); padding: 16px 36px; border-radius: 50px; text-decoration: none; font-weight: 600; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(0,0,0,0.1); box-shadow: 0 5px 15px rgba(0,0,0,0.03); transition: var(--transition); font-size: 1rem; white-space: nowrap; }
.btn-secondary:hover { border-color: var(--primary-blue); color: var(--primary-blue); transform: translateY(-4px) scale(1.03); box-shadow: 0 10px 25px rgba(0,86,210,0.1); }

.stat { display: flex; flex-direction: column; transition: var(--transition); cursor: default;}
.stat:hover { transform: translateY(-5px); }
.stat .number { font-size: 1.8rem; font-weight: 800; color: var(--text-dark); }
.stat .text { font-size: 0.95rem; color: #777; font-weight: 500; }
.divider { width: 1px; height: 45px; background-color: rgba(0,0,0,0.08); }

/* Right Visual Slides In from Right to Left */
.hero-visual { flex: 1; position: relative; display: flex; justify-content: flex-end; opacity: 0; animation: slideLeftFade 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards 0.4s; }
.owner-image-wrapper { position: relative; z-index: 2; width: 100%; max-width: 460px; }
.image-frame { position: relative; border-radius: 24px; background: transparent; transition: var(--transition); overflow: visible; }
.image-frame::before { content: ''; position: absolute; top: 100px; bottom: 0; left: 0; right: 0; background: #f4f6f8; border: 10px solid #fff; border-radius: 24px; box-shadow: 0 25px 50px rgba(0,0,0,0.08); z-index: 1; transition: var(--transition); pointer-events: none; }
.image-frame:hover { transform: scale(1.02) translateY(-10px); }
.image-frame:hover::before { box-shadow: 0 30px 60px rgba(0,86,210,0.12); }
.owner-img { position: relative; z-index: 2; width: calc(100% - 20px); margin: 10px; height: auto; display: block; object-fit: cover; background-color: transparent; transition: var(--transition); }

.premium-floating-stats { position: absolute; bottom: -35px; left: 50%; transform: translateX(-50%); width: 112%; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(15px); border: 1px solid #fff; border-radius: 20px; box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1); display: flex; align-items: center; justify-content: space-between; padding: 20px 25px; z-index: 5; animation: floatSlow 6s ease-in-out infinite; transition: var(--transition); }
.premium-floating-stats:hover { box-shadow: 0 20px 50px rgba(0, 86, 210, 0.15); transform: translateX(-50%) scale(1.02); }
.p-stat { display: flex; align-items: center; gap: 12px; }
.p-icon { width: 45px; height: 45px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; color: #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: var(--transition);}
.p-stat:hover .p-icon { transform: rotate(15deg) scale(1.1); }
.icon-blue { background: linear-gradient(135deg, var(--primary-blue), #00a8ff); box-shadow: 0 5px 15px rgba(0,86,210,0.3);}
.icon-green { background: linear-gradient(135deg, #27ae60, #2ecc71); box-shadow: 0 5px 15px rgba(39,174,96,0.3);}
.icon-orange { background: linear-gradient(135deg, #e74c3c, #ff6b81); box-shadow: 0 5px 15px rgba(231,76,60,0.3);}
.p-info { display: flex; flex-direction: column; text-align: left; }
.p-info strong { font-size: 1.2rem; font-weight: 800; color: #111; line-height: 1.2;}
.p-info span { font-size: 0.85rem; color: #666; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px;}
.p-divider { width: 1px; height: 40px; background: rgba(0,0,0,0.08); }
.hero-bg-shape { 
    position: absolute; 
    top: 20%; 
    right: -10%; 
    width: 480px; 
    height: 480px; 
    background: linear-gradient(135deg, rgba(0, 86, 210, 0.2), rgba(0, 168, 255, 0.15)); 
    border-radius: 50%; 
    filter: blur(120px); 
    z-index: 1; 
    animation: driftGlow1 12s ease-in-out infinite alternate; 
}
.hero-bg-shape-2 {
    position: absolute;
    bottom: -10%;
    left: -10%;
    width: 450px;
    height: 450px;
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.12), rgba(0, 86, 210, 0.08));
    border-radius: 50%;
    filter: blur(100px);
    z-index: 1;
    animation: driftGlow2 15s ease-in-out infinite alternate;
}

@keyframes gridAnimate {
    0% {
        background-position: 0px 0px;
    }
    25% {
        background-position: 0px 90px;
    }
    50% {
        background-position: 60px 90px;
    }
    75% {
        background-position: 60px 0px;
    }
    100% {
        background-position: 0px 0px;
    }
}
@keyframes driftGlow1 {
    0% { transform: translate(0, 0) scale(1); opacity: 0.15; }
    50% { transform: translate(50px, -30px) scale(1.1); opacity: 0.25; }
    100% { transform: translate(-30px, 40px) scale(0.95); opacity: 0.18; }
}
@keyframes driftGlow2 {
    0% { transform: translate(0, 0) scale(1); opacity: 0.12; }
    50% { transform: translate(-40px, 60px) scale(1.15); opacity: 0.22; }
    100% { transform: translate(60px, -20px) scale(0.9); opacity: 0.15; }
}
@keyframes floatSlow { 0% { transform: translateX(-50%) translateY(0px); } 50% { transform: translateX(-50%) translateY(-12px); } 100% { transform: translateX(-50%) translateY(0px); } }
@keyframes pulseGlow { 0% { transform: scale(1) translateY(-50%); opacity: 0.15; } 100% { transform: scale(1.2) translateY(-50%); opacity: 0.25; } }
@keyframes pulseBtn { 0% { box-shadow: 0 0 0 0 rgba(255, 71, 87, 0.7); } 70% { box-shadow: 0 0 0 10px rgba(255, 71, 87, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 71, 87, 0); } }

@media (max-width: 992px) {
    .hero { min-height: auto; padding-top: 130px; padding-bottom: 60px; }
    .hero-container { flex-direction: column; text-align: center; align-items: center; gap: 2rem;}
    .hero-content { max-width: 100%; width: 100%; padding-top: 0; }
    .hero-content h1 { font-size: 3.2rem; }
    .hero-btns, .hero-stats { justify-content: center; }
    .hero-visual { margin-top: 40px; justify-content: center; width: 100%; }
    .owner-image-wrapper { max-width: 400px; }
    .premium-floating-stats { width: 95%; bottom: -40px; padding: 15px; }
}
@media (max-width: 576px) {
    .hero-content h1 { font-size: 2.5rem; }
    .hero-btns { flex-direction: column; gap: 1rem; width: 100%; }
    .btn-primary, .btn-secondary { justify-content: center; width: 100%; padding: 12px 24px !important; font-size: 0.9rem !important; white-space: normal !important; text-align: center !important; }
    .hero-stats { flex-wrap: wrap; justify-content: center; gap: 1.5rem; }
    .premium-floating-stats { width: 90%; max-width: 350px; flex-wrap: wrap; justify-content: center; gap: 15px; bottom: -50px; padding: 20px 15px; border-radius: 16px; }
    .p-divider { display: none; }
    .p-stat { flex: 1 1 40%; flex-direction: column; justify-content: center; text-align: center; gap: 8px;}
    .p-info { align-items: center; }
    .p-icon { width: 38px; height: 38px; font-size: 1rem;}
    .p-info strong { font-size: 1.1rem; }
    .p-info span { font-size: 0.75rem; }
}

/* --- OTHER SECTIONS (Scroll Reveals applied via intersection observer) --- */
.products-section { padding: 40px 0; background-color: transparent; width: 100%; }
.premium-heading-container { text-align: center; margin-bottom: 40px; display: flex; flex-direction: column; align-items: center; padding: 0 5%; width: 100%; }
.premium-badge { display: inline-flex; align-items: center; gap: 8px; background: #fff; color: var(--primary-blue); padding: 8px 20px; border-radius: 50px; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px; border: 1px solid rgba(0, 86, 210, 0.15); box-shadow: 0 5px 15px rgba(0, 86, 210, 0.05); transition: var(--transition); }
.premium-heading-container:hover .premium-badge { transform: translateY(-6px) scale(1.05); box-shadow: 0 15px 30px rgba(0, 86, 210, 0.15); }
.premium-title { font-size: 3rem; font-weight: 800; margin-bottom: 15px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; }
.premium-title span { background: linear-gradient(135deg, var(--primary-blue), #00a8ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: inline-block; }
.premium-subtitle { font-size: 1.1rem; color: #666; max-width: 650px; line-height: 1.6; margin: 0 auto !important; text-align: center !important; display: block !important; width: 100% !important; }
@media (max-width: 768px) { .premium-title { font-size: 2.2rem; } }

/* Sticky Sidebars */
.shop-layout { display: flex; gap: 40px; align-items: flex-start; max-width: 1300px; margin: 0 auto; padding: 0 5%; width: 100%; }
.sidebar { width: 250px; padding-right: 20px; border-right: 1px solid rgba(0,0,0,0.08); flex-shrink: 0; position: sticky; top: 100px; height: max-content; transition: var(--transition); }

/* Product Cards */
.products-display { flex: 1; width: 100%; }
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 30px; width: 100%; }
/* Add staggered delay for grid items */
.product-card:nth-child(1) { transition-delay: 0.1s; }
.product-card:nth-child(2) { transition-delay: 0.2s; }
.product-card:nth-child(3) { transition-delay: 0.3s; }
.product-card:nth-child(4) { transition-delay: 0.4s; }

.product-card { background: #fff; border: 1px solid rgba(0, 86, 210, 0.06); border-radius: 20px; overflow: hidden; transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); cursor: pointer; display: flex; flex-direction: column; box-shadow: 0 10px 30px rgba(0, 86, 210, 0.02), 0 1px 3px rgba(0,0,0,0.02); width: 100%; position: relative;}
.product-card:hover { box-shadow: 0 20px 40px rgba(0,86,210,0.08), 0 5px 15px rgba(0,0,0,0.03); transform: translateY(-8px); border-color: rgba(0, 86, 210, 0.25); z-index: 2;}
.img-box { background: linear-gradient(135deg, #eef5ff 0%, #e0ebff 100%); height: 320px; display: flex; align-items: center; justify-content: center; padding: 0; transition: all 0.4s ease; width: 100%; overflow: hidden; position: relative; border-bottom: 1px solid rgba(0, 86, 210, 0.03);}
.product-card:hover .img-box { background: linear-gradient(135deg, #e6f0ff 0%, #d6e8ff 100%); }
.img-box img { width: 100%; height: 100%; object-fit: contain; transition: var(--transition); filter: none; }
.product-card:hover .img-box img { transform: scale(1.1) translateY(-5px); filter: drop-shadow(0 25px 30px rgba(0,0,0,0.3)); }
.card-details { padding: 25px; display: flex; flex-direction: column; flex-grow: 1; width: 100%; background: #fff; z-index: 2;}
.card-details h3 { font-size: 17px; margin-bottom: 8px; line-height: 1.4; font-weight: 700; color: #111; transition: var(--transition);}
.product-card:hover .card-details h3 { color: var(--primary-blue); }
.card-details .subtitle { font-size: 13px; color: #64748b; font-weight: 500; margin-bottom: 15px; }
.price-row { display: flex; align-items: center; gap: 10px; margin-top: auto; }
.new-price { font-size: 18px; font-weight: 800; color: #27ae60; }
.old-price { font-size: 14px; color: #999; text-decoration: line-through; font-weight: 500;}
.discount-badge { padding: 4px 10px; border-radius: 8px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; }
.card-details .btn-primary, .card-details .btn-secondary {
    width: auto !important;
    flex-shrink: 0 !important;
}

/* Filter styling */
.filter-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.filter-header h3 { font-size: 14px; letter-spacing: 2px; color: #111; font-weight: 700; text-transform: uppercase; }
.clear-all { color: #e74c3c; font-size: 13px; text-decoration: none; font-weight: 600; transition: var(--transition); padding: 5px 10px; border-radius: 6px; background: rgba(231, 76, 60, 0.1);}
.clear-all:hover { background: #e74c3c; color: white; transform: scale(1.05); }
.filter-group { margin-bottom: 30px; }
.filter-group h4 { font-size: 16px; margin-bottom: 15px; font-weight: 600; color: #333; }
.custom-checkbox { display: block; position: relative; padding-left: 32px; margin-bottom: 15px; cursor: pointer; font-size: 14px; color: #555; font-weight: 500; user-select: none; transition: var(--transition); }
.custom-checkbox:hover { color: var(--primary-blue); transform: translateX(5px); }
.custom-checkbox input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
.checkmark { position: absolute; top: 0; left: 0; height: 20px; width: 20px; background-color: #fff; border: 2px solid #ddd; border-radius: 6px; transition: var(--transition); }
.custom-checkbox:hover input ~ .checkmark { border-color: var(--primary-blue); box-shadow: 0 0 10px rgba(0,86,210,0.2); }
.custom-checkbox input:checked ~ .checkmark { background-color: var(--primary-blue); border-color: var(--primary-blue); transform: scale(1.1) rotate(5deg); }
.checkmark:after { content: ""; position: absolute; display: none; }
.custom-checkbox input:checked ~ .checkmark:after { display: block; }
.custom-checkbox .checkmark:after { left: 6px; top: 2px; width: 5px; height: 10px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }

/* Mobile Sticky Filter Fix - REMOVED STICKY */
@media (max-width: 900px) {
    .shop-layout { flex-direction: column; width: 100%; }
    .sidebar { 
        width: 100%; 
        border-right: none; 
        border-bottom: 1px solid rgba(0,0,0,0.1); 
        padding: 15px 20px; 
        position: static; /* 🚨 Yahan sticky hata ke static kar diya 🚨 */
        background: rgba(255,255,255,0.95);
        backdrop-filter: blur(10px);
        border-radius: 12px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.05);
        display: flex; flex-direction: column; gap: 10px;
    }
    .filter-header { width: 100%; margin-bottom: 5px; }
    .filter-group { margin-bottom: 0; display: flex; flex-wrap: wrap; gap: 15px; align-items: center;}
    .filter-group h4 { margin-bottom: 0; margin-right: 10px; }
    .custom-checkbox { margin-bottom: 0; }
}
@media (max-width: 576px) { .product-grid { grid-template-columns: 1fr; width: 100%; } }

/* --- MODAL --- */
.modal { display: none; position: fixed; z-index: 2000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(11, 21, 40, 0.85); backdrop-filter: blur(12px); opacity: 0; transition: opacity 0.4s ease; }
.modal.show { display: flex; align-items: center; justify-content: center; opacity: 1; }
.modal-content { background-color: #fff; margin: auto; padding: 40px; border-radius: 24px; width: 90%; max-width: 950px; position: relative; transform: translateY(-50px) scale(0.9); transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); box-shadow: 0 40px 80px rgba(0,0,0,0.5); max-height: 90vh; overflow-y: auto; }
.modal.show .modal-content { transform: translateY(0) scale(1); }
.close-modal { position: absolute; top: 15px; right: 25px; color: #999; font-size: 32px; font-weight: 500; cursor: pointer; transition: var(--transition); z-index: 10; background: rgba(0,0,0,0.05); width: 45px; height: 45px; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.close-modal:hover { color: #fff; background: #e74c3c; transform: rotate(90deg) scale(1.1); box-shadow: 0 5px 15px rgba(231,76,60,0.4);}
.modal-body { display: flex; gap: 40px; }
.carousel-container { flex: 1; position: relative; background: linear-gradient(135deg, #f8f9fa, #eef5ff); border-radius: 16px; padding: 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 400px; border: 1px solid rgba(0,0,0,0.05); overflow: hidden;}
.carousel-slides { width: 100%; height: 320px; display: flex; align-items: center; justify-content: center; }
.slide { display: none; height: 100%; animation: slideIn 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.slide.active { display: flex; justify-content: center; }
@keyframes slideIn { from {opacity: 0; transform: translateX(50px) scale(0.9);} to {opacity: 1; transform: translateX(0) scale(1);} }
.slide img { max-height: 100%; max-width: 100%; object-fit: contain; filter: drop-shadow(0 15px 30px rgba(0,0,0,0.15)); border-radius: 8px;}
.carousel-btn { cursor: pointer; position: absolute; top: 50%; transform: translateY(-50%); width: 45px; height: 45px; background: white; color: var(--primary-blue); font-size: 20px; border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: var(--transition); box-shadow: 0 8px 20px rgba(0,0,0,0.15); }
.carousel-btn:hover { background: var(--primary-blue); color: white; transform: translateY(-50%) scale(1.15); box-shadow: 0 10px 25px rgba(0,86,210,0.3);}
.carousel-btn.prev { left: 15px; }
.carousel-btn.next { right: 15px; }
.carousel-dots { margin-top: 20px; display: flex; gap: 12px; }
.dot { height: 10px; width: 10px; background-color: #ccc; border-radius: 50%; cursor: pointer; transition: var(--transition); }
.dot.active, .dot:hover { background-color: var(--primary-blue); transform: scale(1.5); box-shadow: 0 0 10px rgba(0,86,210,0.4);}
.modal-details { flex: 1; display: flex; flex-direction: column; justify-content: center; }
.modal-details h2 { font-size: 26px; margin-bottom: 12px; font-weight: 800; color: #111;}
@media (max-width: 768px) {
    .modal-body { flex-direction: column; gap: 25px; }
    .carousel-container { min-height: 280px; }
    .carousel-slides { height: 220px; }
    .modal-content { padding: 25px 20px; }
}

/* --- PREMIUM BENTO ABOUT SECTION --- */
.about-bento-section { padding: 50px 0; background-color: transparent; width: 100%; }
.bento-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; max-width: 1200px; margin: 0 auto; padding: 0 5%; width: 100%; }
.bento-card { background: #fff; border-radius: 24px; border: 1px solid rgba(0, 86, 210, 0.05); box-shadow: 0 10px 30px rgba(0,0,0,0.02); padding: 40px; transition: var(--transition); width: 100%; position: relative; overflow: hidden;}
.bento-card::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: linear-gradient(90deg, var(--primary-blue), #00a8ff); opacity: 0; transition: var(--transition); }
.bento-card:hover::after { opacity: 1; }
.bento-card:hover { transform: translateY(-8px) scale(1.02); box-shadow: 0 25px 50px rgba(0, 86, 210, 0.1); border-color: rgba(0, 86, 210, 0.15); }

/* Stagger grid items */
.bento-card:nth-child(1) { transition-delay: 0.1s; }
.bento-card:nth-child(2) { transition-delay: 0.2s; }
.bento-card:nth-child(3) { transition-delay: 0.3s; }
.bento-card:nth-child(4) { transition-delay: 0.4s; }
.bento-card:nth-child(5) { transition-delay: 0.5s; }

.main-story { grid-column: span 2; display: flex; flex-direction: column; justify-content: center; }
.main-story h3 { font-size: 2.4rem; margin-bottom: 15px; line-height: 1.3; font-weight: 800; background: linear-gradient(135deg, #111, var(--primary-blue)); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.main-story p { color: #555; font-size: 16px; line-height: 1.8; margin-bottom: 10px; }
.logo-card { grid-column: span 1; display: flex; justify-content: center; align-items: center; background: linear-gradient(135deg, #f9fbfd, #eef5ff); position: relative; overflow: hidden; min-height: 320px; }
.about-logo { max-width: 75%; height: auto; object-fit: contain; position: relative; z-index: 2; transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); filter: drop-shadow(0 10px 20px rgba(0,0,0,0.1));}
.logo-card:hover .about-logo { transform: scale(1.15) rotate(2deg); filter: drop-shadow(0 20px 30px rgba(0,86,210,0.2));}
.logo-blursphere { position: absolute; width: 250px; height: 250px; background: var(--primary-blue); opacity: 0.15; border-radius: 50%; filter: blur(50px); z-index: 1; animation: pulseGlow 4s infinite alternate; }
.feature-card { grid-column: span 1; text-align: center; padding: 35px 20px; display: flex; flex-direction: column; align-items: center; }
.icon-circle { width: 70px; height: 70px; background: rgba(0, 86, 210, 0.05); border-radius: 50%; display: flex; justify-content: center; align-items: center; margin-bottom: 25px; transition: var(--transition); box-shadow: 0 10px 20px rgba(0,0,0,0.03);}
.bento-card:hover .icon-circle { background: var(--primary-blue); transform: scale(1.15) rotate(10deg); box-shadow: 0 15px 30px rgba(0,86,210,0.3);}
.bento-card:hover .icon-circle i { color: #fff; transform: scale(1.1);}
.icon-circle i { font-size: 28px; color: var(--primary-blue); transition: var(--transition);}
@media (max-width: 992px) { .bento-grid { grid-template-columns: repeat(2, 1fr); } .main-story, .logo-card { grid-column: span 2; } .feature-card:last-child { grid-column: span 2; } }
@media (max-width: 768px) { .bento-grid { grid-template-columns: 1fr; } .main-story, .logo-card, .feature-card, .feature-card:last-child { grid-column: span 1; } }

/* --- PREMIUM REVIEWS SECTION --- */
.reviews-section { padding: 50px 0; background-color: transparent; width: 100%; }
.reviews-layout { display: flex; gap: 50px; align-items: flex-start; max-width: 1200px; margin: 0 auto; padding: 0 5%; width: 100%; }
.review-form-card { flex: 1; position: sticky; top: 100px; height: max-content; background: #fff; padding: 40px; border-radius: 24px; box-shadow: 0 15px 40px rgba(0,0,0,0.04); border: 1px solid rgba(0, 86, 210, 0.05); transition: var(--transition); }
.review-form-card:hover { box-shadow: 0 25px 60px rgba(0,86,210,0.1); transform: translateY(-5px); }
.review-form-card h3 { margin-bottom: 25px; font-size: 1.8rem; font-weight: 800; color: #111; background: linear-gradient(135deg, var(--text-dark), var(--primary-blue)); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.input-group { margin-bottom: 20px; width: 100%; }
.input-group input, .input-group select, .input-group textarea { width: 100%; padding: 15px 20px; border: 2px solid #eaeaea; border-radius: 12px; font-size: 14.5px; font-family: inherit; outline: none; transition: var(--transition); background: #fdfdfd; }
.input-group input:focus, .input-group select:focus, .input-group textarea:focus { border-color: var(--primary-blue); background: #fff; box-shadow: 0 5px 15px rgba(0, 86, 210, 0.1); transform: translateY(-2px);}
.review-display-area { flex: 2; width: 100%; }
.review-grid { display: flex; flex-direction: column; gap: 25px; width: 100%; }
.user-review-card { width: 100%; position: relative; background: #fff; border-radius: 20px; padding: 35px; border: 1px solid rgba(0, 86, 210, 0.04); box-shadow: 0 10px 30px rgba(0,0,0,0.02); transition: var(--transition); overflow: hidden; z-index: 1; }
.user-review-card:hover { transform: translateY(-6px) scale(1.02); box-shadow: 0 25px 50px rgba(0, 86, 210, 0.1); border-color: rgba(0,86,210,0.15); z-index: 2;}
.user-review-card::before { content: '\f10d'; font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; top: -10px; right: 20px; font-size: 6rem; color: rgba(0, 86, 210, 0.03); z-index: -1; transform: rotate(-15deg); transition: var(--transition); }
.user-review-card:hover::before { transform: rotate(0deg) scale(1.2); color: rgba(0, 86, 210, 0.06); }
.reviewer-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.reviewer-info { display: flex; align-items: center; gap: 15px; }
.avatar { width: 50px; height: 50px; background: linear-gradient(135deg, var(--primary-blue), #00a8ff); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 20px; box-shadow: 0 5px 15px rgba(0, 86, 210, 0.3); transition: var(--transition);}
.user-review-card:hover .avatar { transform: rotate(360deg); }
.reviewer-name { font-weight: 800; font-size: 17px; color: #111;}
/* Mobile Sticky Form Fix - REMOVED STICKY */
@media (max-width: 900px) {
    .reviews-layout { flex-direction: column; width: 100%; }
    .review-form-card { 
        width: 100%; 
        position: static; /* 🚨 Yahan sticky hata ke static kar diya 🚨 */
        margin-bottom: 20px; 
        padding: 20px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }
    .review-display-area { width: 100%; }
}

/* --- CONTACT SECTION --- */
.contact-section { padding: 50px 0; background-color: #fff; border-top: 1px solid rgba(0,0,0,0.03); width: 100%; }
.contact-layout { display: flex; gap: 50px; align-items: stretch; max-width: 1200px; margin: 0 auto; padding: 0 5%; width: 100%; }
.contact-info { flex: 1; display: flex; flex-direction: column; gap: 25px; }
.info-card { display: flex; align-items: center; gap: 20px; padding: 30px; background: #fdfdfd; border-radius: 20px; border: 1px solid rgba(0,0,0,0.03); transition: var(--transition); width: 100%; position: relative; overflow: hidden;}
.info-card:nth-child(1) { transition-delay: 0.1s; }
.info-card:nth-child(2) { transition-delay: 0.2s; }
.info-card:nth-child(3) { transition-delay: 0.3s; }
.info-card::before { content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 4px; background: var(--primary-blue); transform: scaleY(0); transition: var(--transition); transform-origin: bottom;}
.info-card:hover::before { transform: scaleY(1); }
.info-card:hover { transform: translateX(10px) translateY(-5px); background: #fff; box-shadow: 0 20px 40px rgba(0,0,0,0.08); border-color: rgba(0,86,210,0.1);}
.info-card .icon-circle { width: 60px; height: 60px; flex-shrink: 0; background: rgba(0,86,210,0.05); transition: var(--transition); border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.info-card:hover .icon-circle { background: var(--primary-blue); transform: scale(1.1) rotate(10deg); box-shadow: 0 10px 20px rgba(0,86,210,0.3);}
.info-card:hover .icon-circle i { color: white; }
.info-card h4 { font-size: 17px; margin-bottom: 6px; font-weight: 800; color: #111;}
.info-card p { font-size: 15px; color: #666; word-break: break-word;}
.contact-form-container { flex: 2; padding: 50px; background: #fff; border-radius: 24px; box-shadow: 0 20px 50px rgba(0,0,0,0.05); border: 1px solid rgba(0,0,0,0.03); width: 100%; transition: var(--transition);}
.contact-form-container:hover { box-shadow: 0 30px 60px rgba(0,86,210,0.1); transform: translateY(-5px);}
.contact-form-container h3 { font-size: 2rem; margin-bottom: 35px; font-weight: 800; color: #111; background: linear-gradient(135deg, #111, var(--primary-blue)); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.form-row { display: flex; gap: 25px; width: 100%; }
.form-row .input-group { flex: 1; width: 100%; }
@media (max-width: 900px) {
    .contact-layout { flex-direction: column; width: 100%; }
    .contact-info { flex-direction: row; flex-wrap: wrap; width: 100%; }
    .info-card { flex: 1; min-width: 250px; }
    .contact-form-container { padding: 35px 25px; width: 100%; }
}
@media (max-width: 576px) {
    .form-row { flex-direction: column; gap: 0; }
    .info-card { flex-direction: column; text-align: center; padding: 30px 20px; }
    .info-card .icon-circle { margin-bottom: 15px; }
    .info-card:hover { transform: translateY(-8px); }
}

/* --- PREMIUM FOOTER --- */
.premium-footer { background-color: #081020; color: #e0e0e0; padding-top: 60px; border-top: 2px solid var(--primary-blue); position: relative; overflow: hidden; width: 100%; }
.premium-footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px); background-size: 40px 40px; opacity: 0.8; }
.footer-container { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; max-width: 1200px; margin: 0 auto; padding: 0 5% 60px; position: relative; z-index: 2; width: 100%; }
.footer-logo { font-size: 2rem; font-weight: 800; color: #ffffff; text-decoration: none; display: inline-block; margin-bottom: 20px; transition: var(--transition);}
.footer-logo:hover { transform: scale(1.05); text-shadow: 0 0 20px rgba(255,255,255,0.2);}
.footer-logo span { color: var(--primary-blue); }
.brand-col p { color: #94a3b8; line-height: 1.8; font-size: 15px; margin-bottom: 30px; font-weight: 300;}
.social-links { display: flex; gap: 15px; }
.social-links a { display: flex; align-items: center; justify-content: center; width: 45px; height: 45px; background: rgba(255, 255, 255, 0.05); color: #ffffff; border-radius: 50%; text-decoration: none; transition: var(--transition); border: 1px solid rgba(255, 255, 255, 0.1); font-size: 18px;}
.social-links a:hover { background: var(--primary-blue); border-color: var(--primary-blue); transform: translateY(-5px) scale(1.15); box-shadow: 0 10px 25px rgba(0,86,210,0.5); }
.footer-col h4 { color: #ffffff; font-size: 17px; font-weight: 700; margin-bottom: 30px; position: relative; padding-bottom: 12px; }
.footer-col h4::after { content: ''; position: absolute; left: 0; bottom: 0; width: 40px; height: 3px; background-color: var(--primary-blue); border-radius: 5px; transition: var(--transition);}
.footer-col:hover h4::after { width: 60px; }
.footer-col ul { list-style: none; padding: 0; }
.footer-col ul li { margin-bottom: 18px; }
.footer-col ul li a { color: #94a3b8; text-decoration: none; font-size: 14.5px; transition: var(--transition); display: inline-flex; align-items: center; }
.footer-col ul li a::before { content: '\f105'; font-family: 'Font Awesome 6 Free'; font-weight: 900; margin-right: 8px; font-size: 12px; color: var(--primary-blue); opacity: 0; transform: translateX(-10px); transition: var(--transition);}
.footer-col ul li a:hover { color: #fff; transform: translateX(5px); }
.footer-col ul li a:hover::before { opacity: 1; transform: translateX(0); }
.footer-bottom { background-color: #03060c; padding: 25px 5%; text-align: center; position: relative; z-index: 2; border-top: 1px solid rgba(255,255,255,0.05); width: 100%; }
.footer-bottom p { color: #64748b; font-size: 14px; margin: 0; font-weight: 300;}
@media (max-width: 576px) {
    .footer-container { width:100%;grid-template-columns: 1fr; text-align: center; gap: 50px;justify-content:center;}
    .social-links { justify-content: center; }
    .footer-col h4::after { left: 50%; transform: translateX(-50%); }
    .footer-col:hover h4::after { width: 60px; left: 50%; transform: translateX(-50%);}
    .footer-col ul li a::before { display: none; }
    .footer-col ul li a:hover { transform: translateY(-3px) scale(1.05); color: var(--primary-blue); }
}



/* --- PREMIUM SOCIAL CONNECT SECTION --- */
.social-section { 
    padding: 80px 0; 
    background-color: transparent; 
    width: 100%; 
}

.social-grid { 
    display: grid; 
    grid-template-columns: repeat(4, 1fr); 
    gap: 25px; 
    width: 100%; 
}

/* Base Card Styling */
.social-card { 
    background: #fff; 
    border-radius: 24px; 
    padding: 35px 20px; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    text-align: center; 
    border: 1px solid rgba(0,0,0,0.04); 
    box-shadow: 0 10px 30px rgba(0,0,0,0.02); 
    transition: var(--transition); 
    position: relative; 
    overflow: hidden;
}

/* Hover Lift Effect */
.social-card:hover { 
    transform: translateY(-8px); 
    box-shadow: 0 20px 40px rgba(0,0,0,0.08); 
}

/* Staggered Animation Delays */
.social-card:nth-child(1) { transition-delay: 0.1s; }
.social-card:nth-child(2) { transition-delay: 0.2s; }
.social-card:nth-child(3) { transition-delay: 0.3s; }
.social-card:nth-child(4) { transition-delay: 0.4s; }

/* Icon Container */
.social-icon { 
    width: 75px; 
    height: 75px; 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-size: 32px; 
    margin-bottom: 20px; 
    transition: var(--transition); 
}

/* Text Styling */
.social-info h3 { 
    font-size: 20px; 
    font-weight: 800; 
    color: #111; 
    margin-bottom: 5px; 
}
.social-info p { 
    font-size: 14px; 
    color: #666; 
    margin-bottom: 25px; 
    font-weight: 500;
}

/* Base Button Styling */
.social-btn { 
    padding: 12px 25px; 
    border-radius: 50px; 
    font-weight: 600; 
    font-size: 14.5px; 
    text-decoration: none; 
    transition: var(--transition); 
    width: 100%; 
    border: 2px solid transparent; 
}

/* --- Brand Specific Colors & Hover Effects --- */

/* 1. YouTube */
.yt-card .social-icon { background: rgba(255, 0, 0, 0.1); color: #ff0000; }
.yt-card .social-btn { color: #ff0000; border-color: rgba(255, 0, 0, 0.2); background: transparent; }
.yt-card:hover .social-icon { background: #ff0000; color: #fff; transform: scale(1.15) rotate(10deg); box-shadow: 0 10px 20px rgba(255, 0, 0, 0.3); }
.yt-card:hover .social-btn { background: #ff0000; color: #fff; border-color: #ff0000; box-shadow: 0 5px 15px rgba(255, 0, 0, 0.3); }
.yt-card:hover { border-color: rgba(255, 0, 0, 0.2); }

/* 2. Telegram */
.tg-card .social-icon { background: rgba(0, 136, 204, 0.1); color: #0088cc; }
.tg-card .social-btn { color: #0088cc; border-color: rgba(0, 136, 204, 0.2); background: transparent; }
.tg-card:hover .social-icon { background: #0088cc; color: #fff; transform: scale(1.15) rotate(-10deg); box-shadow: 0 10px 20px rgba(0, 136, 204, 0.3); }
.tg-card:hover .social-btn { background: #0088cc; color: #fff; border-color: #0088cc; box-shadow: 0 5px 15px rgba(0, 136, 204, 0.3); }
.tg-card:hover { border-color: rgba(0, 136, 204, 0.2); }

/* 3. Instagram */
.ig-card .social-icon { background: rgba(225, 48, 108, 0.1); color: #e1306c; }
.ig-card .social-btn { color: #e1306c; border-color: rgba(225, 48, 108, 0.2); background: transparent; }
.ig-card:hover .social-icon { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); color: #fff; transform: scale(1.15) rotate(10deg); box-shadow: 0 10px 20px rgba(225, 48, 108, 0.3); }
.ig-card:hover .social-btn { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); color: #fff; border-color: transparent; box-shadow: 0 5px 15px rgba(225, 48, 108, 0.3); }
.ig-card:hover { border-color: rgba(225, 48, 108, 0.2); }

/* 4. WhatsApp */
.wa-card .social-icon { background: rgba(37, 211, 102, 0.1); color: #25D366; }
.wa-card .social-btn { color: #25D366; border-color: rgba(37, 211, 102, 0.2); background: transparent; }
.wa-card:hover .social-icon { background: #25D366; color: #fff; transform: scale(1.15) rotate(-10deg); box-shadow: 0 10px 20px rgba(37, 211, 102, 0.3); }
.wa-card:hover .social-btn { background: #25D366; color: #fff; border-color: #25D366; box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3); }
.wa-card:hover { border-color: rgba(37, 211, 102, 0.2); }

/* --- Responsive Adjustments --- */
@media (max-width: 992px) {
    .social-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
    .social-grid { grid-template-columns: 1fr; }
    .social-card { padding: 30px 20px; }
}


/* --- MOBILE HEADER MENU FIX --- */
@media (max-width: 768px) {
    /* Container ki padding adjust ki taaki edges par space mile */
    .nav-container { 
        padding: 12px 15px !important; 
    }
    
    /* Logo thoda chota kiya taaki text screen se bahar na jaye */
    .logo { 
        font-size: 1.25rem !important; 
    }
    
    /* Bell aur Menu icon ke beech ka gap set kiya */
    .nav-actions { 
        gap: 12px !important; 
    }
    
    /* Bell icon ka size mobile ke hisaab se optimize kiya */
    .notification-btn { 
        width: 38px !important; 
        height: 38px !important; 
        font-size: 1.1rem !important; 
    }
    
    /* Profile avatar size fix on mobile */
    .avatar-circle {
        width: 38px !important;
        height: 38px !important;
        font-size: 14px !important;
    }
    
    /* Menu icon ka size set kiya */
    .menu-toggle { 
        font-size: 1.5rem !important; 
        margin-right: 2px;
    }
}





/* ========================combo-secton========================= */



/* =========================================
   PREMIUM COMBO DEALS SECTION
========================================= */
.combo-section {
    padding: 50px 0;
    background: linear-gradient(180deg, #fdfdfd 0%, #f4f7fb 100%);
    width: 100%;
}

/* Header & Timer Layout */
.combo-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
    background: #fff;
    padding: 30px 40px;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0, 86, 210, 0.05);
    border: 1px solid rgba(0, 86, 210, 0.08);
}
.combo-title-area { flex: 1; }
.bg-red-pulse { 
    background: #ff4757; 
    color: white; 
    border: none;
    animation: pulseRed 2s infinite;
}

/* Premium FOMO Timer */
.fomo-timer-box {
    background: #111;
    padding: 15px 25px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    text-align: center;
}
.timer-label {
    color: #ff4757;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.countdown {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}
.time-block { display: flex; flex-direction: column; align-items: center; }
.time-block span { font-size: 24px; font-weight: 800; line-height: 1; font-variant-numeric: tabular-nums;}
.time-block small { font-size: 10px; color: #888; text-transform: uppercase; margin-top: 2px;}
.colon { font-size: 20px; font-weight: 700; color: #555; margin-top: -12px;}

@keyframes pulseRed {
    0% { box-shadow: 0 0 0 0 rgba(255, 71, 87, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(255, 71, 87, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 71, 87, 0); }
}

/* Combo Grid (2 Columns) */
.combo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

/* Combo Card Design */
.combo-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.04);
    border: 1px solid rgba(0, 86, 210, 0.05);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}
.combo-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 86, 210, 0.12);
    border-color: rgba(0, 86, 210, 0.2);
}

/* Overlapping Books Visual */
.combo-visual {
    height: 320px;
    background: linear-gradient(135deg, #eef5ff 0%, #e0ebff 100%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.combo-visual.variant-bg { background: linear-gradient(135deg, #f0e6ff 0%, #e0ccff 100%); }

.discount-ribbon {
    position: absolute;
    top: 20px;
    left: -35px;
    background: #ff4757;
    color: white;
    padding: 8px 40px;
    font-weight: 800;
    font-size: 13px;
    transform: rotate(-45deg);
    box-shadow: 0 5px 15px rgba(255,71,87,0.3);
    z-index: 10;
    letter-spacing: 1px;
}
.discount-ribbon.bg-blue { background: var(--primary-blue); box-shadow: 0 5px 15px rgba(0,86,210,0.3); }

/* Books CSS Magic */
.books-overlap-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.combo-book {
    position: absolute;
    width: 220px; /* Increased to be much larger */
    height: auto;
    border-radius: 8px;
    box-shadow: none; /* Removed shadow */
    transition: var(--transition);
}

/* 3 Books Layout */
.b-left { transform: translateX(-90px) rotate(-12deg) scale(0.85); z-index: 1; filter: brightness(0.9); }
.b-right { transform: translateX(90px) rotate(12deg) scale(0.85); z-index: 2; filter: brightness(0.9); }
.b-center { transform: translateY(-10px); z-index: 3; width: 230px; box-shadow: none; border: none; }

/* 2 Books Layout */
.books-overlap-wrapper.count-2 { gap: 20px; }
.combo-book-static {
    width: 140px;
    height: auto;
    border-radius: 8px;
    transition: var(--transition);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.plus-icon {
    font-size: 28px;
    color: var(--primary-blue);
    background: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    z-index: 5;
}

/* 4 Books Layout */
.b-pos-1 { transform: translateX(-110px) rotate(-15deg) scale(0.75); z-index: 1; filter: brightness(0.85); width: 170px; }
.b-pos-2 { transform: translateX(-40px) rotate(-5deg) scale(0.85); z-index: 2; filter: brightness(0.95); width: 170px; }
.b-pos-3 { transform: translateX(40px) rotate(5deg) scale(0.85); z-index: 3; filter: brightness(0.95); width: 170px; }
.b-pos-4 { transform: translateX(110px) rotate(15deg) scale(0.75); z-index: 4; filter: brightness(0.85); width: 170px; }

/* Hover Animations for Books */
.combo-card:hover .b-left { transform: translateX(-110px) rotate(-18deg) scale(0.9); }
.combo-card:hover .b-right { transform: translateX(110px) rotate(18deg) scale(0.9); }
.combo-card:hover .b-center { transform: translateY(-20px) scale(1.05); }
.combo-card:hover .combo-book-static { transform: scale(1.05); box-shadow: 0 15px 30px rgba(0,0,0,0.15); }

.combo-card:hover .b-pos-1 { transform: translateX(-130px) rotate(-20deg) scale(0.8); }
.combo-card:hover .b-pos-2 { transform: translateX(-50px) rotate(-8deg) scale(0.9); }
.combo-card:hover .b-pos-3 { transform: translateX(50px) rotate(8deg) scale(0.9); }
.combo-card:hover .b-pos-4 { transform: translateX(130px) rotate(20deg) scale(0.8); }

/* Combo Details */
.combo-details { padding: 30px; display: flex; flex-direction: column; flex: 1;}
.combo-details h3 { font-size: 22px; font-weight: 800; color: #111; margin-bottom: 10px; line-height: 1.3;}
.combo-desc { font-size: 14px; color: #666; margin-bottom: 20px;}
.combo-includes { list-style: none; margin-bottom: 30px; flex: 1;}
.combo-includes li { display: flex; align-items: center; gap: 10px; font-size: 14.5px; color: #444; margin-bottom: 12px; font-weight: 500;}
.combo-includes i { color: #27ae60; font-size: 16px; }

.combo-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(0,0,0,0.06);
    padding-top: 20px;
}
.price-stack { display: flex; flex-direction: column; }
.price-stack .old-price { font-size: 14px; color: #999; text-decoration: line-through; font-weight: 600; margin-bottom: -2px;}
.price-stack .new-price { font-size: 28px; font-weight: 800; color: #111; line-height: 1;}
.combo-btn { padding: 14px 28px; border-radius: 12px; font-size: 15px;}

/* Responsive Media Queries */
@media (max-width: 992px) {
    .combo-header-wrapper { flex-direction: column; text-align: center; gap: 25px; align-items: center; padding: 30px 20px;}
}
@media (max-width: 768px) {
    .combo-grid { grid-template-columns: 1fr; } /* Mobile me 1 column */
    .combo-visual { height: 260px; }
    .combo-details h3 { font-size: 20px; }
}

/* Combo Section Title Left Alignment Fix */
.combo-title-area { text-align: left; }
.combo-title-area .premium-title { justify-content: flex-start; }


/* --- MOBILE FIX FOR COMBO PRICE & BUTTON --- */
@media (max-width: 576px) {
    .combo-price-row {
        flex-direction: column; /* Row se Column me badal dega */
        align-items: flex-start; /* Left align karega */
        gap: 15px; /* Price aur button ke beech space */
    }
    
    .price-stack {
        flex-direction: row; /* Old aur New price ko ek line me layega */
        align-items: baseline;
        gap: 10px;
    }
    
    .price-stack .old-price {
        margin-bottom: 0;
        font-size: 15px;
    }
    
    .combo-btn {
        width: 100%; /* Button ko screen jitna lamba kar dega */
        justify-content: center; /* Button ke text ko center karega */
        padding: 15px 0;
    }
}



/* =========================================
   PREMIUM WHATSAPP FLOATING WIDGET
========================================= */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00ca11 0%, #3eff25 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.4);
    z-index: 9999;
    transition: all 0.3s ease;
    text-decoration: none;
    animation: pulse-wa 2s infinite;
}

.whatsapp-float i {
    margin-top: -1px; /* Center alignment fix for icon */
    margin-left: 1px;
}

.whatsapp-float:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 30px rgba(37, 211, 102, 0.6);
    animation: none; /* Hover karne par dhadakna band ho jayega */
}

/* Pulse Animation */
@keyframes pulse-wa {
    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); }
}

/* Mobile Responsive Adjustment */
@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 20px;
        right: 20px;
        width: 55px;
        height: 55px;
        font-size: 28px;
    }
}





/* =========================================
   PREMIUM FAQ SECTION
========================================= */
.faq-container-main {
    padding: 40px 0;
    background: #fff;
}

.faq-wrapper {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    background: #fdfdfd;
    border: 1px solid rgba(0, 86, 210, 0.08);
    border-radius: 16px;
    overflow: hidden;
    transition: var(--transition);
}

.faq-item:hover {
    border-color: rgba(0, 86, 210, 0.2);
    box-shadow: 0 10px 25px rgba(0, 86, 210, 0.05);
}

.faq-question {
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: transparent;
    transition: var(--transition);
}

.faq-question h4 {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin: 0;
}

.faq-question i {
    color: var(--primary-blue);
    transition: transform 0.4s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), padding 0.4s ease;
    background: #f8fafc;
}

.faq-answer p {
    margin: 0;
    color: #555;
    font-size: 14.5px;
    line-height: 1.6;
    font-weight: 500;
}

/* Active State Styles */
.faq-item.active {
    border-color: var(--primary-blue);
    box-shadow: 0 15px 30px rgba(0, 86, 210, 0.08);
}

.faq-item.active .faq-question {
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-item.active .faq-answer {
    padding: 20px 25px;
    /* max-height is set dynamically via JS */
}




/* =========================================
   UPDATED TOP ANNOUNCEMENT BAR (FIXED)
========================================= */
.top-bar {
    background: #0f172a; 
    color: #f8fafc;
    font-size: 13px;
    padding: 10px 0;
    position: relative; /* Fixed hata kar relative kar diya */
    width: 100%;
    z-index: 9999;      
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* Main White Header ko Top Bar ke neeche khiskane ke liye */
#main-header {
    position: sticky !important; /* Sticky behavior add kiya */
    top: 0 !important;           /* Upar se 0 gap */
    z-index: 9990;               /* Top bar ke theek neeche ki layer */
}

.top-bar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Contact Info Styling */
.top-contact {
    display: flex;
    gap: 25px;
}

.top-contact a {
    color: #cbd5e1;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    transition: var(--transition);
}

.top-contact a:hover {
    color: #3b82f6; 
}

.top-contact i {
    color: #3b82f6;
    font-size: 14px;
}
.top-announcement {
    flex: 1;
    max-width: 55%; 
    overflow: hidden;
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.05); 
    padding: 4px 15px;
    border-radius: 50px;
}

.sliding-text-wrapper {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.sliding-text {
    display: inline-block;
    animation: slideLeft 25s linear infinite; 
}

.sliding-text span {
    padding-right: 80px; 
    font-weight: 600;
    letter-spacing: 0.5px;
}

.sliding-text span strong {
    color: #ff4757; 
    font-weight: 800;
}

@keyframes slideLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } 
}

/* --- MOBILE RESPONSIVE FIX --- */
@media (max-width: 992px) {
    .top-announcement { max-width: 100%; background: transparent; padding: 0;}
    .top-contact { display: none; } 
    .top-bar { padding: 8px 0; }
    .sliding-text { animation: slideLeft 15s linear infinite; }
}






/* =========================================
   HERO SECTION SPACING FIX
========================================= */
.hero, 
.hero-section, 
#home {
    padding-top: 60px !important; /* Upar ka extra gap kam karne ke liye */
    margin-top: 0 !important;
}

/* Mobile ke liye thoda aur kam gap taaki image pehle dikhe */
@media (max-width: 768px) {
    .hero, 
    .hero-section, 
    #home {
        padding-top: 25px !important; 
    }
}




/* =========================================
   MASTER MOBILE HEADER & MENU FIX
========================================= */
@media (max-width: 992px) {
    
    /* 1. Header ki strict height aur padding lock ki */
    #main-header {
        height: 70px !important; 
        min-height: 70px !important;
        max-height: 70px !important;
        padding: 0 !important; 
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        background: #fff !important; 
    }

    .nav-container {
        height: 100% !important;
        width: 100% !important;
        padding: 0 15px !important; /* Left-Right space */
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    /* 2. Menu Links (Dropdown) ko full width aur perfect position par set kiya */
    /* Note: Agar tumhari ul class ka naam '.nav-list' ya kuch aur hai, toh wo use karna */
    /* 2. Menu Links (Dropdown) Background Fix */
    .nav-links, .nav-menu { 
        position: absolute !important;
        top: 70px !important; 
        left: 0 !important;
        width: 100% !important; 
        
        /* 🚨 YAHAN FIX HAI: Box ki height ko links ke hisaab se lamba karega */
        height: auto !important; 
        max-height: calc(100vh - 70px) !important; 
        overflow-y: auto !important;
        
        /* 🚨 Solid White Background taaki pichla text na dikhe */
        background-color: #ffffff !important; 
        
        box-shadow: 0 20px 40px rgba(0,0,0,0.15) !important; /* Premium shadow */
        flex-direction: column !important;
        align-items: center !important;
        padding: 10px 0 15px 0 !important; /* Niche 15px ka extra gap jisse clean lage */
        border-top: 1px solid #f0f0f0 !important;
        z-index: 9999 !important; /* Hero section ke text ko pakka peeche dhakel dega */
        border-radius: 0 0 20px 20px !important; 
    }

    /* 3. Menu ke andar ke Links ke beech ka gap aur design */
    .nav-links li, .nav-menu li {
        width: 100% !important;
        text-align: center !important;
        margin: 2px 0 !important;
    }

    .nav-links a, .nav-menu a {
        display: block !important;
        padding: 8px 12px !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        color: #333 !important;
    }

    /* 4. Action Icons ko proper align kiya */
    .nav-actions {
        display: flex !important;
        align-items: center !important;
        gap: 15px !important;
    }
}

/* --- CLIENT BADGES --- */
.client-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 14.5px;
    color: #4a5568;
    background: #f8fafc;
    padding: 12px 24px;
    border-radius: 50px;
    border: 1px solid #edf2f7;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
    transition: all 0.3s ease;
    cursor: default;
}
.client-badge i {
    color: var(--primary-blue);
    font-size: 16px;
}
.client-badge:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 86, 210, 0.1) !important;
    border-color: rgba(0, 86, 210, 0.2) !important;
    color: var(--primary-blue) !important;
}

/* =========================================
   PHASE 3 CUSTOM HELPER STYLES
========================================= */

/* Header Outline CTA Button */
.cta-btn-outline {
    border: 2px solid var(--primary-blue);
    color: var(--primary-blue);
    padding: 10px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: var(--transition);
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.cta-btn-outline:hover {
    background-color: var(--primary-blue);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 86, 210, 0.2);
}

/* Mobile auth links */
.mobile-auth-links {
    display: none !important;
}

@media (max-width: 992px) {
    .mobile-auth-links {
        display: flex !important;
        gap: 15px;
        margin-top: 10px;
        width: 100%;
        justify-content: center;
        border-top: 1px solid rgba(0,0,0,0.06);
        padding-top: 12px;
    }
    .mobile-auth-btn {
        padding: 8px 20px !important;
        font-size: 0.95rem !important;
        font-weight: 600 !important;
        border-radius: 50px !important;
        text-align: center !important;
        display: inline-block !important;
        text-decoration: none !important;
    }
    .mobile-auth-btn.login-link {
        border: 2px solid var(--primary-blue) !important;
        color: var(--primary-blue) !important;
        background: transparent !important;
    }
    .mobile-auth-btn.signup-link, .mobile-auth-btn.admin-link {
        background: var(--primary-blue) !important;
        color: white !important;
        box-shadow: 0 5px 15px rgba(0, 86, 210, 0.2) !important;
    }
    .mobile-auth-btn.logout-link {
        border: 2px solid #ff4757 !important;
        color: #ff4757 !important;
        background: transparent !important;
    }
    .cta-btn-outline {
        display: none !important;
    }

    body.mobile-menu-open .whatsapp-float,
    body.mobile-menu-open .notification-float-wrapper {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: scale(0.8) !important;
        transition: all 0.3s ease !important;
        z-index: -1 !important;
    }
}

/* Red discount badge capsule */
.discount-badge.bg-red {
    background: rgba(255, 71, 87, 0.1) !important;
    color: #ff4757 !important;
    border: 1px solid rgba(255, 71, 87, 0.2) !important;
}

/* Fixed Floating Notification Widget */
.notification-float-wrapper {
    position: fixed;
    bottom: 110px;
    right: 30px;
    z-index: 9999;
}
.notification-float-btn {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-blue) 0%, #00a8ff 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 10px 25px rgba(0, 86, 210, 0.3);
    border: none;
    cursor: pointer;
    transition: var(--transition);
    position: relative;
    outline: none;
}
.notification-float-btn:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 86, 210, 0.5);
}
.notification-float-btn .notification-count {
    position: absolute;
    top: -2px;
    right: -2px;
    background: #ff4757;
    color: white;
    font-size: 11px;
    font-weight: 800;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(255,71,87,0.4);
    border: 2px solid #fff;
}
.notification-float-dropdown {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 360px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 20px;
    box-shadow: 0 -15px 40px rgba(0,0,0,0.15);
    border: 1px solid rgba(0, 86, 210, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.95);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}
.notification-float-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

@media (max-width: 768px) {
    .notification-float-wrapper {
        bottom: 120px;
        right: 20px;
    }
}

@media (max-width: 576px) {
    .notification-float-dropdown {
        position: fixed;
        bottom: 100px;
        right: 5%;
        left: 5%;
        width: 90%;
        box-shadow: 0 -20px 40px rgba(0,0,0,0.2);
    }
}

/* Category Cards Hover Animation */
.category-card {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.category-card:hover {
    transform: translateY(-8px);
    border-color: rgba(0, 86, 210, 0.2) !important;
    box-shadow: 0 20px 40px rgba(0, 86, 210, 0.08) !important;
}
.category-card:hover .cat-icon {
    background: var(--primary-blue) !important;
    color: #fff !important;
    transform: scale(1.1) rotate(5deg);
}

/* Benefits Section Items */
.benefit-item {
    transition: all 0.3s ease;
}
.benefit-item:hover {
    transform: translateY(-3px);
}

/* =========================================
   PROFILE DROPDOWN STYLE DEFINITIONS
========================================= */
.profile-dropdown-wrapper {
    position: relative;
    display: inline-block;
}
.profile-trigger-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    padding: 0;
}
.avatar-circle {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, var(--primary-blue), #00a8ff);
    color: white;
    font-weight: 700;
    font-size: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 86, 210, 0.2);
    transition: var(--transition);
}
.profile-trigger-btn:hover .avatar-circle {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 15px rgba(0, 86, 210, 0.3);
}
.profile-dropdown-menu {
    position: absolute;
    top: 120%;
    right: 0;
    width: 240px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    border: 1px solid rgba(0, 86, 210, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px) scale(0.95);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1000;
    overflow: hidden;
}
.profile-dropdown-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}
.profile-header {
    padding: 15px 20px;
    background: rgba(0, 86, 210, 0.02);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}
.profile-username {
    font-weight: 700;
    font-size: 14.5px;
    color: #111;
}
.profile-email {
    font-size: 12px;
    color: #666;
    margin-top: 2px;
    word-break: break-all;
}
.profile-menu-links {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}
.profile-menu-links li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: var(--smooth);
}
.profile-menu-links li a:hover {
    background: rgba(0, 86, 210, 0.05);
    color: var(--primary-blue);
    padding-left: 24px;
}
.profile-menu-links li a i {
    font-size: 14px;
    width: 16px;
    text-align: center;
    color: #666;
    transition: var(--smooth);
}
.profile-menu-links li a:hover i {
    color: var(--primary-blue);
}
.profile-menu-links .divider {
    height: 1px;
    background: rgba(0,0,0,0.05);
    margin: 8px 0;
}

/* ================================== EXTRACTED INLINE STYLES ================================== */
.category-card {
    background: white; 
    border: 1px solid rgba(0, 86, 210, 0.05); 
    border-radius: 20px; 
    padding: 40px 30px; 
    text-align: center; 
    box-shadow: 0 10px 30px rgba(0, 86, 210, 0.02); 
    cursor: pointer; 
    transition: var(--smooth); 
    position: relative; 
    overflow: hidden;
}
.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 86, 210, 0.08);
}
.cat-icon {
    width: 70px; height: 70px; 
    background: rgba(0, 86, 210, 0.05); 
    border-radius: 50%; 
    display: flex; align-items: center; justify-content: center; 
    margin: 0 auto 25px auto; 
    color: var(--primary-blue); 
    font-size: 28px; 
    transition: var(--smooth);
}
.category-card:hover .cat-icon {
    background: var(--primary-blue);
    color: white;
    transform: scale(1.1) rotate(5deg);
}
.category-card h3 { font-size: 20px; font-weight: 800; color: #111; margin-bottom: 12px; }
.category-card p { color: #666; font-size: 14.5px; line-height: 1.6; margin-bottom: 20px; }
.cat-link { color: var(--primary-blue); font-weight: 700; font-size: 14.5px; display: inline-flex; align-items: center; gap: 8px; }

.benefit-icon {
    font-size: 24px; color: var(--primary-blue); 
    background: rgba(0, 86, 210, 0.05); 
    width: 50px; height: 50px; 
    border-radius: 50%; 
    display: flex; align-items: center; justify-content: center; 
    flex-shrink: 0;
}
.benefit-item h4 { font-size: 16px; font-weight: 800; color: #111; margin-bottom: 6px; }
.benefit-item p { font-size: 13.5px; color: #666; line-height: 1.5; }

/* ================================== DARK MODE HERO & CARDS OVERRIDES ================================== */
html[data-theme="dark"] .hero {
    background: radial-gradient(circle at 10% 20%, rgba(58, 141, 255, 0.05) 0%, transparent 40%),
                radial-gradient(circle at 90% 80%, rgba(0, 168, 255, 0.05) 0%, transparent 45%),
                var(--bg-light);
}

html[data-theme="dark"] .grid-background {
    background-image: linear-gradient(to right, rgba(255,255,255,0.03) 1px, transparent 1px),
                      linear-gradient(to bottom, rgba(255,255,255,0.03) 1px, transparent 1px);
}

html[data-theme="dark"] .hero-content h1 {
    color: #fff;
}

html[data-theme="dark"] .hero-content p {
    color: #bbb;
}

html[data-theme="dark"] .image-frame::before {
    background: #050b14;
    border-color: #0f1c33;
}

html[data-theme="dark"] .category-card {
    background: #0a1222;
    border-color: rgba(255,255,255,0.05);
}

html[data-theme="dark"] .category-card h3 { color: #f0f0f0; }
html[data-theme="dark"] .category-card p { color: #bbb; }
html[data-theme="dark"] .cat-icon { background: rgba(58, 141, 255, 0.1); }

html[data-theme="dark"] .benefit-item h4 { color: #f0f0f0; }
html[data-theme="dark"] .benefit-item p { color: #bbb; }
html[data-theme="dark"] .benefit-icon { background: rgba(58, 141, 255, 0.1); }

html[data-theme="dark"] .clients-section,
html[data-theme="dark"] .categories-section,
html[data-theme="dark"] .benefits-section,
html[data-theme="dark"] .combo-section,
html[data-theme="dark"] .faq-container-main,
html[data-theme="dark"] .faq-item {
    background: var(--bg-light) !important;
}

html[data-theme="dark"] .combo-header-wrapper {
    background: #0a1222 !important;
    border-color: rgba(255,255,255,0.05) !important;
}

html[data-theme="dark"] .faq-item {
    background: #0a1222 !important;
    border-color: rgba(255,255,255,0.05) !important;
}

html[data-theme="dark"] .faq-answer {
    background: #10192e !important;
}

html[data-theme="dark"] .faq-question h4 {
    color: #f0f0f0 !important;
}

html[data-theme="dark"] .faq-answer p {
    color: #bbb !important;
}

html[data-theme="dark"] #premium-preloader {
    background: rgba(5, 11, 20, 0.95) !important;
}

html[data-theme="dark"] .loader-subtitle {
    color: #f0f0f0 !important;
}

html[data-theme="dark"] .modal-content {
    background-color: #0a1222 !important;
    border: 1px solid rgba(255,255,255,0.05) !important;
}

html[data-theme="dark"] .carousel-container {
    background: #0f172a !important;
    border-color: rgba(255,255,255,0.05) !important;
}

html[data-theme="dark"] .carousel-btn {
    background: #1a2639 !important;
    color: #f0f0f0 !important;
}

html[data-theme="dark"] .close-modal {
    background: rgba(255,255,255,0.1) !important;
    color: #f0f0f0 !important;
}

html[data-theme="dark"] .modal-details h2 {
    color: #f0f0f0 !important;
}

html[data-theme="dark"] .premium-footer {
    background: #050b14 !important;
    border-top-color: rgba(255,255,255,0.05) !important;
}

html[data-theme="dark"] .footer-bottom {
    background: #020408 !important;
    border-top-color: rgba(255,255,255,0.05) !important;
}

html[data-theme="dark"] .footer-col h4 {
    color: #f0f0f0 !important;
}

html[data-theme="dark"] .faq-question h4 {
    color: #f0f0f0 !important;
}

html[data-theme="dark"] .faq-answer p {
    color: #bbb !important;
}

html[data-theme="dark"] .clients-section p {
    color: #94a3b8 !important;
}

html[data-theme="dark"] .bento-card {
    background: #0a1222;
    border-color: rgba(255,255,255,0.05);
}
html[data-theme="dark"] .bento-card h3,
html[data-theme="dark"] .bento-card h4 {
    color: #f0f0f0 !important;
}
html[data-theme="dark"] .bento-card p {
    color: #bbb;
}

html[data-theme="dark"] .logo-blursphere {
    background: radial-gradient(circle, rgba(58, 141, 255, 0.3) 0%, transparent 70%);
}

html[data-theme="dark"] .btn-secondary {
    background: #0a1222 !important;
    color: #f0f0f0 !important;
    border-color: rgba(255,255,255,0.1) !important;
}

html[data-theme="dark"] .btn-secondary:hover {
    border-color: var(--primary-blue);
    color: var(--primary-blue) !important;
}

html[data-theme="dark"] .reviewer-name {
    color: #f0f0f0 !important;
}

html[data-theme="dark"] .social-card {
    background: #0a1222;
    border-color: rgba(255,255,255,0.05);
}

html[data-theme="dark"] .social-card h3 {
    color: #f0f0f0;
}

html[data-theme="dark"] .social-card p {
    color: #bbb;
}

html[data-theme="dark"] .stat .number,
html[data-theme="dark"] .p-info strong {
    color: #ffffff !important;
}

/* ================================== MASSIVE DARK MODE OVERRIDES FOR INLINE STYLES ================================== */
html[data-theme="dark"] [style*="background: white"],
html[data-theme="dark"] [style*="background: #fff"],
html[data-theme="dark"] [style*="background:#fff"],
html[data-theme="dark"] [style*="background: #fafbfc"],
html[data-theme="dark"] [style*="background: #fdfdfd"],
html[data-theme="dark"] [style*="background: #f8fafc"],
html[data-theme="dark"] [style*="background: #f9f9f9"],
html[data-theme="dark"] [style*="background: #f0f7ff"] {
    background: #0a1222 !important;
    border-color: rgba(255,255,255,0.05) !important;
}

html[data-theme="dark"] section[style*="background: linear-gradient"],
html[data-theme="dark"] section[style*="background: #fafbfc"],
html[data-theme="dark"] section[style*="background: #fdfdfd"],
html[data-theme="dark"] section[style*="background: #f8f9fa"] {
    background: transparent !important;
}

html[data-theme="dark"] [style*="color: #111"],
html[data-theme="dark"] [style*="color:#111"],
html[data-theme="dark"] [style*="color: #333"],
html[data-theme="dark"] [style*="color:#333"],
html[data-theme="dark"] [style*="color: #444"],
html[data-theme="dark"] [style*="color: #555"],
html[data-theme="dark"] [style*="color:#555"],
html[data-theme="dark"] [style*="color: #666"],
html[data-theme="dark"] [style*="color:#666"] {
    color: #f0f0f0 !important;
}

html[data-theme="dark"] .profile-dropdown-menu a,
html[data-theme="dark"] .profile-dropdown-menu .user-email,
html[data-theme="dark"] .profile-dropdown-menu h4 {
    color: #f0f0f0 !important;
}

html[data-theme="dark"] .profile-dropdown-menu a:hover {
    background: rgba(255, 255, 255, 0.05) !important;
}
/* Catch inline white backgrounds */
html[data-theme="dark"] [style*="background:white"],
html[data-theme="dark"] [style*="background: white"],
html[data-theme="dark"] [style*="background:#fff"],
html[data-theme="dark"] [style*="background: #fff"],
html[data-theme="dark"] [style*="background:#fdfdfd"],
html[data-theme="dark"] [style*="background: #fdfdfd"] {
    background: #0a1222 !important;
    border-color: rgba(255,255,255,0.05) !important;
    color: #f0f0f0 !important;
}

html[data-theme="dark"] input,
html[data-theme="dark"] textarea {
    color: #f0f0f0 !important;
}

html[data-theme="dark"] input::placeholder,
html[data-theme="dark"] textarea::placeholder {
    color: #888 !important;
}

/* Card image containers dark background */
html[data-theme="dark"] .combo-visual,
html[data-theme="dark"] .img-box {
    background: linear-gradient(135deg, #020617 0%, #0f172a 100%) !important;
}

/* Card text colors in dark mode */
html[data-theme="dark"] .combo-desc,
html[data-theme="dark"] .combo-includes li,
html[data-theme="dark"] .old-price,
html[data-theme="dark"] .card-details p,
html[data-theme="dark"] .card-details .price strike {
    color: #94a3b8 !important;
}

html[data-theme="dark"] .new-price,
html[data-theme="dark"] .combo-details h3,
html[data-theme="dark"] .card-details h3,
html[data-theme="dark"] .card-details .price strong {
    color: #f0f0f0 !important;
}

/* Body override to ensure no lingering grid backgrounds */
html[data-theme="dark"] body {
    background-color: var(--bg-light) !important;
    background-image: none !important;
}

html[data-theme="dark"] .stat .number,
html[data-theme="dark"] .p-info strong {
    color: #ffffff !important;
}

/* --- DYNAMIC TESTIMONIAL SLIDER --- */
.testimonial-swiper-container {
    width: 100%;
    padding: 20px 10px 60px 10px;
    position: relative;
}
.testimonial-card-wrapper {
    height: auto;
}
.testimonial-slider-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f4f8ff 100%);
    border-top: 4px solid var(--primary-blue);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    border-left: 1px solid rgba(0, 86, 210, 0.05);
    border-right: 1px solid rgba(0, 86, 210, 0.05);
    border-bottom: 1px solid rgba(0, 86, 210, 0.05);
    transition: var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.testimonial-slider-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 86, 210, 0.1);
}
.testimonial-avatar {
    width: 50px;
    height: 50px;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.testimonial-img-pfp {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--primary-blue);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: var(--smooth);
}
.testimonial-quote-icon {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 38px;
    pointer-events: none;
    transition: var(--transition);
}
.testimonial-slider-card:hover .testimonial-quote-icon {
    transform: scale(1.1) rotate(-10deg);
}
.testimonial-text {
    color: #444;
    font-size: 15.5px;
    line-height: 1.7;
    font-style: italic;
    margin: 20px 0;
    flex-grow: 1;
    position: relative;
    z-index: 1;
}
.testimonial-rating {
    color: #f39c12;
    font-size: 14px;
}

/* Swiper Pagination & Navigation Customization */
.swiper-pagination-bullet-active {
    background: var(--primary-blue) !important;
    width: 20px !important;
    border-radius: 5px !important;
}
.swiper-button-next, .swiper-button-prev {
    color: var(--primary-blue) !important;
    background: rgba(255, 255, 255, 0.95);
    width: 44px !important;
    height: 44px !important;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border: 1px solid rgba(0, 86, 210, 0.1);
    transition: var(--transition);
}
.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 16px !important;
    font-weight: bold;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background: var(--primary-blue);
    color: #fff !important;
    transform: scale(1.1);
}

/* Dark Theme Overrides */
html[data-theme="dark"] .testimonial-slider-card {
    background: linear-gradient(135deg, #0a1222 0%, #111c30 100%) !important;
    border-left-color: rgba(255,255,255,0.03) !important;
    border-right-color: rgba(255,255,255,0.03) !important;
    border-bottom-color: rgba(255,255,255,0.03) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3) !important;
}
html[data-theme="dark"] .testimonial-slider-card:hover {
    box-shadow: 0 20px 45px rgba(0, 86, 210, 0.3) !important;
}
html[data-theme="dark"] .testimonial-text {
    color: #cbd5e1 !important;
}
html[data-theme="dark"] .testimonial-achievement {
    color: #94a3b8 !important;
}
html[data-theme="dark"] .testimonial-footer {
    border-top-color: rgba(255,255,255,0.08) !important;
}
html[data-theme="dark"] .testimonial-badge {
    color: #64748b !important;
}
html[data-theme="dark"] .swiper-button-next, 
html[data-theme="dark"] .swiper-button-prev {
    background: rgba(15, 23, 42, 0.9) !important;
    border-color: rgba(255,255,255,0.1) !important;
}

/* --- PREMIUM CHECKOUT & COUPON STYLING --- */
.premium-input {
    width: 100%;
    padding: 12px 18px;
    border: 2px solid #eaeaea;
    border-radius: 10px;
    font-size: 14px;
    outline: none;
    background: #fdfdfd;
    color: #1a1a1a;
    transition: var(--smooth);
}
.premium-input:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 0 10px rgba(0, 86, 210, 0.15);
    background: #fff;
}
html[data-theme="dark"] .premium-input {
    background: #111b2d;
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
html[data-theme="dark"] .premium-input:focus {
    background: #152238;
    border-color: var(--primary-blue);
    box-shadow: 0 0 10px rgba(58, 141, 255, 0.25);
}

/* Coupon UI styling */
.coupon-section {
    margin-top: 20px;
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
    margin-bottom: 20px;
}
html[data-theme="dark"] .coupon-section {
    border-top-color: rgba(255, 255, 255, 0.05);
}
.coupon-input-wrapper {
    display: flex;
    gap: 10px;
    position: relative;
}
.coupon-input {
    flex: 1;
    padding: 12px 15px;
    border: 2px solid #eaeaea;
    border-radius: 12px;
    font-size: 14px;
    outline: none;
    text-transform: uppercase;
    background: #fdfdfd;
    color: #1a1a1a;
    transition: var(--smooth);
}
.coupon-input:focus {
    border-color: var(--primary-blue);
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 86, 210, 0.15);
}
html[data-theme="dark"] .coupon-input {
    background: #111b2d;
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
html[data-theme="dark"] .coupon-input:focus {
    background: #152238;
    border-color: var(--primary-blue);
}
.coupon-apply-btn {
    padding: 10px 24px;
    background: var(--primary-blue);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--smooth);
    box-shadow: 0 4px 12px rgba(0, 86, 210, 0.2);
}
.coupon-apply-btn:hover {
    background: #004bb8;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 86, 210, 0.3);
}
html[data-theme="dark"] .coupon-apply-btn:hover {
    background: #509eff;
}
.coupon-status-msg {
    font-size: 12.5px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Mobile: coupon apply button stacks below input */
@media (max-width: 768px) {
    .coupon-input-wrapper {
        flex-direction: column !important;
        gap: 10px !important;
    }
    .coupon-apply-btn {
        width: 100% !important;
        padding: 13px 20px !important;
        font-size: 15px !important;
        text-align: center !important;
        flex-shrink: 0 !important;
        display: block !important;
    }
    .coupon-input {
        width: 100% !important;
    }
}