/* ==========================================================================
   THEME SYSTEM: Toggle between Client Themes, Original, and Hybrid
   ========================================================================== */

/* >>> LUMINOUS FRESH THEME (ACTIVE - Ultra-Light & Airy Brand Take) <<< */
/*:root {
    --primary: #4dabf7;           
    --primary-dark: #339af0;     
    --secondary: #9775fa;         
    --accent: #fab005;           
    --accent2: #ffe066;         
    --dark: #1a1a2e;
    --darker: #16213e;
    --light: #f8fbff;
    --white: #ffffff;
    --gray: #6b7280;
    --gradient1: linear-gradient(135deg, #4dabf7 0%, #9775fa 50%, #fab005 100%);
    --gradient2: linear-gradient(135deg, #4dabf7 0%, #339af0 100%);
    --gradient3: linear-gradient(135deg, #fab005 0%, #ffe066 100%);
    --gradient4: linear-gradient(135deg, #9775fa 0%, #4dabf7 100%);
    --gradient5: linear-gradient(135deg, #fab005 0%, #4dabf7 100%);
    --shadow: 0 10px 40px rgba(77, 171, 247, 0.15);
    --shadow-lg: 0 25px 60px rgba(77, 171, 247, 0.2);
}
*/

/* >>> HYBRID LUXURY THEME (COMMENTED - Blending Original Design & Client Brand) <<< 
:root {
    --primary: #6C63FF;           
    --primary-dark: #4d2190;      
    --secondary: #078dda;        
    --accent: #be7308;          
    --accent2: #00D4AA;          
    --dark: #1a1a2e;
    --darker: #16213e;
    --light: #f8faff;
    --white: #ffffff;
    --gray: #6b7280;
    --gradient1: linear-gradient(135deg, #6C63FF 0%, #078dda 50%, #be7308 100%);
    --gradient2: linear-gradient(135deg, #6C63FF 0%, #4d2190 100%);
    --gradient3: linear-gradient(135deg, #be7308 0%, #00D4AA 100%);
    --gradient4: linear-gradient(135deg, #078dda 0%, #6C63FF 100%);
    --gradient5: linear-gradient(135deg, #4d2190 0%, #be7308 100%);
    --shadow: 0 10px 40px rgba(108, 99, 255, 0.15);
    --shadow-lg: 0 25px 60px rgba(108, 99, 255, 0.2);
}*/

/* >>> VIBRANT CLIENT THEME (COMMENTED - Lighter & More Energetic) <<< */
:root {
    --primary: #34a8ff;
    --primary-dark: #078dda;
    --secondary: #7c4dff;
    --accent: #ffab40;
    --accent2: #ffd180;
    --dark: #1a1a2e;
    --darker: #16213e;
    --light: #f0f7ff;
    --white: #ffffff;
    --gray: #6b7280;
    --gradient1: linear-gradient(135deg, #34a8ff 0%, #7c4dff 50%, #ffab40 100%);
    --gradient2: linear-gradient(135deg, #34a8ff 0%, #7c4dff 100%);
    --gradient3: linear-gradient(135deg, #ffab40 0%, #ffd180 100%);
    --gradient4: linear-gradient(135deg, #7c4dff 0%, #34a8ff 100%);
    --gradient5: linear-gradient(135deg, #ffab40 0%, #34a8ff 100%);
    --shadow: 0 10px 40px rgba(52, 168, 255, 0.2);
    --shadow-lg: 0 25px 60px rgba(52, 168, 255, 0.25);
} 


/* >>> CLASSIC CLIENT THEME (COMMENTED - Based Exactly on Logo) <<< 
:root {
    --primary: #078dda;
    --primary-dark: #2b467e;
    --secondary: #4d2190;
    --accent: #be7308;
    --accent2: #be9f54;
    --dark: #1a1a2e;
    --darker: #16213e;
    --light: #f8faff;
    --white: #ffffff;
    --gray: #6b7280;
    --gradient1: linear-gradient(135deg, #078dda 0%, #4d2190 50%, #be7308 100%);
    --gradient2: linear-gradient(135deg, #1d9fa8 0%, #8753d4 100%);
    --gradient3: linear-gradient(135deg, #be7308 0%, #be9f54 100%);
    --gradient4: linear-gradient(135deg, #078dda 0%, #2b467e 100%);
    --gradient5: linear-gradient(135deg, #4d2190 0%, #078dda 100%);
    --shadow: 0 10px 40px rgba(7, 141, 218, 0.15);
    --shadow-lg: 0 25px 60px rgba(7, 141, 218, 0.2);
} */

/* >>> ORIGINAL DESIGN THEME (COMMENTED) <<< 
:root {
    --primary: #6C63FF;
    --primary-dark: #5A52D5;
    --secondary: #FF6B9D;
    --accent: #00D4AA;
    --accent2: #FFB347;
    --dark: #1a1a2e;
    --darker: #16213e;
    --light: #f8f9ff;
    --white: #ffffff;
    --gray: #6b7280;
    --gradient1: linear-gradient(135deg, #6C63FF 0%, #FF6B9D 50%, #00D4AA 100%);
    --gradient2: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --gradient3: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    --gradient4: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    --gradient5: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    --shadow: 0 10px 40px rgba(108, 99, 255, 0.15);
    --shadow-lg: 0 25px 60px rgba(108, 99, 255, 0.2);
}
*/



/* :root {
    --primary: #495377;
    --primary-dark: #475fd1;
    --secondary: #e15c7f;
    --accent: #dfbf0a;
    --accent2: #FFB347;
    --dark: #1a1a2e;
    --darker: #16213e;
    --light: #f8f9ff;
    --white: #ffffff;
    --gray: #6b7280;
    --gradient1: linear-gradient(135deg, #63d3ff 0%, #dfbf0a 50%, #00D4AA 100%);
    --gradient2: linear-gradient(135deg, #6673ea 0%, #764ba2 100%);
    --gradient3: linear-gradient(135deg, #f093fb 0%, #f5eb57 100%);
    --gradient4: linear-gradient(135deg, #4facfe 0%, #4b16a0 100%);
    --gradient5: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    --shadow: 0 10px 40px rgba(108, 99, 255, 0.15);
    --shadow-lg: 0 25px 60px rgba(108, 99, 255, 0.2);
} */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--dark);
    background: var(--light);
    overflow-x: hidden;
}

/* All pages except home need space for fixed header + ticker */
body.inner-page {
    padding-top: 110px; /* Synchronized with Navbar(70) + Ticker(40) */
}

@media (max-width: 768px) {
    body.inner-page {
        padding-top: 110px !important;
    }
}

/* Header Wrapper to synchronize Navbar and Ticker */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111100;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent;
}

.main-header.nav-hidden {
    transform: translateY(-70px); /* Hide navbar (70px), show ticker at top */
}

@media (max-width: 768px) {
    .main-header.nav-hidden {
        transform: translateY(-70px);
    }
}

/* ========== NAVIGATION ========== */
.navbar {
    position: relative; /* Fixed by .main-header */
    width: 100%;
    z-index: 100;
    padding: 12px 0;
    background: white;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s, box-shadow 0.3s;
}

/* Handled by .main-header.nav-hidden */
.navbar.nav-hidden {
    /* transform: translateY(-100%); */
}

.navbar.scrolled {
    padding: 12px 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.nav-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    z-index: 1001;
}

.nav-logo-icon {
    width: 45px;
    height: 45px;
    background: var(--gradient1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 4px 15px rgba(108, 99, 255, 0.3); */
}

.nav-logo-icon svg {
    width: 28px;
    height: 28px;
    fill: white;
}

.nav-logo-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.nav-logo-text {
    display: flex;
    flex-direction: column;
}

.nav-logo-title {
    font-size: 18px;
    font-weight: 800;
    background: var(--gradient1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
    white-space: nowrap; /* Prevent wrapping which expands navbar height */
}

.navbar.scrolled .nav-logo-title {
    background: var(--gradient1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-logo-subtitle {
    font-size: 10px;
    color: var(--gray);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
}

.nav-tagline {
    font-size: 9px;
    color: var(--gray);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 1px;
    white-space: nowrap;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
}

.nav-links a {
    text-decoration: none;
    color: var(--dark);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 18px;
    border-radius: 50px;
    transition: all 0.3s;
    position: relative;
}

.nav-links a:hover,
.nav-links a.active {
    background: rgba(108, 99, 255, 0.1);
    color: var(--primary);
}

.nav-links .nav-cta,
.nav-links a.nav-cta.active {
    background: var(--gradient1) !important;
    color: white !important;
    padding: 10px 24px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(108, 99, 255, 0.3);
}

.nav-links .nav-cta:hover,
.nav-links a.nav-cta.active:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(108, 99, 255, 0.4);
    color: white !important;
}

/* Hide mobile-only elements on desktop */
.mobile-social-menu,
.mobile-menu-header,
.nav-link-icon {
    display: none;
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 1001;
    padding: 5px;
}

.hamburger span {
    width: 28px;
    height: 3px;
    background: var(--dark);
    border-radius: 3px;
    transition: all 0.3s;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 6px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -6px);
}

/* Menu Overlay */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* ========== ANIMATED BACKGROUND ========== */
.animated-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
    animation: blobFloat 8s ease-in-out infinite;
}

.blob1 {
    width: 500px;
    height: 500px;
    background: rgba(108, 99, 255, 0.3);
    top: -100px;
    right: -100px;
    animation-delay: 0s;
}

.blob2 {
    width: 400px;
    height: 400px;
    background: rgba(255, 107, 157, 0.3);
    bottom: -50px;
    left: -100px;
    animation-delay: 2s;
}

.blob3 {
    width: 350px;
    height: 350px;
    background: rgba(0, 212, 170, 0.3);
    top: 50%;
    left: 50%;
    animation-delay: 4s;
}

/* ========== PREMIUM TRUST STRIP ========== */
.premium-trust-strip {
    background: linear-gradient(90deg, #FFD700 0%, #FFB347 100%);
    padding: 8px 0; /* Thinner padding */
    box-shadow: 0 4px 15px rgba(255, 179, 71, 0.15);
    position: relative;
    z-index: 10;
}

.trust-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.trust-icon {
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.trust-icon svg {
    width: 18px;
    height: 18px;
}

.trust-item span {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
    letter-spacing: 0.5px;
}

@media (max-width: 992px) {
    .trust-container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px 40px;
    }
}

@media (max-width: 768px) {
    .premium-trust-strip {
        overflow-x: visible;
        padding: 20px 0;
    }
    
    .trust-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px 10px;
        width: 100%;
        padding: 0 20px;
        justify-content: center;
    }

    .trust-item {
        justify-content: flex-start;
    }

    .trust-item span {
        font-size: 11px;
        line-height: 1.3;
    }

    .trust-icon {
        width: 28px;
        height: 28px;
    }

    .trust-icon svg {
        width: 16px;
        height: 16px;
    }
}

@keyframes blobFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(30px, -30px) scale(1.05); }
    50% { transform: translate(-20px, 20px) scale(0.95); }
    75% { transform: translate(15px, 15px) scale(1.02); }
}

/* ========== HERO SECTION ========== */
.hero {
    min-height: 65vh;
    background: var(--dark);
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-dynamic-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.14; /* Very subtle 4% as requested */
    filter: blur(15px);
    transition: background-image 1s ease-in-out;
    z-index: 0;
}

.hero-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(108, 99, 255, 0.1) 1px, transparent 1px);
    background-size: 40px 40px;
    z-index: 1;
}

.animated-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.hero-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(108, 99, 255, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 107, 157, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(0, 212, 170, 0.08) 0%, transparent 50%);
}

.hero-epoxy-swirl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 160px 30px 40px;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-content {
    color: white;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(108, 99, 255, 0.15);
    border: 1px solid rgba(108, 99, 255, 0.3);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    color: var(--accent);
    margin-bottom: 25px;
    animation: fadeInUp 0.6s ease-out;
}

.hero-badge svg {
    width: 16px;
    height: 16px;
    fill: var(--accent);
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 20px;
    animation: fadeInUp 0.6s ease-out 0.1s both;
}

.hero-title .highlight {
    background: var(--gradient1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    margin-bottom: 15px;
    max-width: 520px;
    animation: fadeInUp 0.6s ease-out 0.2s both;
}

.hero-motto {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    color: var(--accent2);
    margin-bottom: 20px;
    animation: fadeInUp 0.6s ease-out 0.25s both;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    animation: fadeInUp 0.6s ease-out 0.3s both;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: none;
    font-family: 'Poppins', sans-serif;
}

.btn svg {
    width: 20px;
    height: 20px;
}

.btn-primary {
    background: var(--gradient1);
    color: white;
    box-shadow: 0 8px 25px rgba(108, 99, 255, 0.35);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(108, 99, 255, 0.45);
    filter: brightness(0.92);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.btn-whatsapp {
    background: #25D366;
    color: white;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.35);
}

.btn-whatsapp:hover {
    background: #20BD5A;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.45);
}

.btn-outline {
    background: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
}

.btn-outline:hover {
    background: var(--primary);
    color: white;
    transform: translateY(-3px);
}

.hero-stats {
    display: flex;
    gap: 40px;
    margin-top: 45px;
    animation: fadeInUp 0.6s ease-out 0.4s both;
}

.hero-stat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.star-rating {
    display: flex;
    gap: 4px;
    margin-bottom: 8px;
}

.hero-stat-number {
    font-size: 16px;
    font-weight: 700;
    color: var(--accent2);
    margin-bottom: 2px;
}

.hero-stat-label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}

.hero-stat-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
}

.hero-visual {
    position: relative;
    animation: fadeInRight 0.8s ease-out 0.3s both;
}

.hero-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.hero-main-image {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    position: relative;
    background: linear-gradient(135deg, #1a1a2e 0%, #2d1b69 30%, #6C63FF 50%, #FF6B9D 70%, #00D4AA 100%);
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-illustration {
    width: 100%;
    height: 100%;
    position: relative;
}

.epoxy-swirl-svg {
    width: 100%;
    height: 100%;
}

.hero-float-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    padding: 15px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 12px;
    animation: float 4s ease-in-out infinite;
}

.hero-float-card:nth-child(2) {
    top: 15%;
    right: -30px;
    animation-delay: 1s;
}

.hero-float-card:nth-child(3) {
    bottom: 15%;
    left: -30px;
    animation-delay: 2s;
}

.hero-float-card:nth-child(4) {
    bottom: 5%;
    right: -20px;
    animation-delay: 3s;
}

.float-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.float-card-icon svg {
    width: 22px;
    height: 22px;
    fill: white;
}

.float-card-text {
    font-size: 12px;
    font-weight: 600;
    color: var(--dark);
}

.float-card-subtext {
    font-size: 10px;
    color: var(--gray);
    font-weight: 400;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInRight {
    from { opacity: 0; transform: translateX(40px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInLeft {
    from { opacity: 0; transform: translateX(-40px); }
    to { opacity: 1; transform: translateX(0); }
}

/* ========== SECTIONS COMMON ========== */
.section {
    padding: 100px 0;
    position: relative;
}

.section-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(108, 99, 255, 0.08);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-badge svg {
    width: 16px;
    height: 16px;
    fill: var(--primary);
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 900;
    color: var(--dark);
    margin-bottom: 15px;
    line-height: 1.2;
}

.section-title .highlight {
    background: var(--gradient1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-desc {
    font-size: 16px;
    color: var(--gray);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

.ticker-section {
    background: var(--gradient1);
    padding: 10px 0;
    overflow: hidden;
    position: relative; /* Fixed by .main-header */
    width: 100%;
    z-index: 90;
    height: 40px; /* Fixed height for reliable synchronization */
    display: flex;
    align-items: center;
}

/* Handled by .main-header.nav-hidden */
.ticker-section.nav-hidden {
    /* transform: translateY(-70px); */
}

@media (max-width: 768px) {
    .ticker-section {
        height: 40px;
    }
}

.ticker-track {
    display: flex;
    animation: ticker 30s linear infinite;
    width: max-content;
}

.ticker-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 40px;
    white-space: nowrap;
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ticker-item svg {
    width: 18px;
    height: 18px;
    fill: white;
    opacity: 0.7;
}

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

/* ========== SERVICES / CATEGORIES ========== */
.services-section {
    background: var(--white);
}

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

.service-card {
    background: var(--white);
    border-radius: 24px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(108, 99, 255, 0.08);
    cursor: pointer;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--gradient1);
    transform: scaleX(0);
    transition: transform 0.4s;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.service-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s;
}

.service-card:hover .service-icon {
    transform: scale(1.1) rotate(5deg);
}

.service-icon svg {
    width: 40px;
    height: 40px;
    fill: white;
}

.service-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 12px;
}

.service-desc {
    font-size: 14px;
    color: var(--gray);
    line-height: 1.7;
}

/* ========== ABOUT SECTION ========== */
.about-section {
    background: var(--light);
    position: relative;
    overflow: hidden;
}

.about-section::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(108, 99, 255, 0.06) 0%, transparent 70%);
    border-radius: 50%;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-image-area {
    position: relative;
}

.about-image-main {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    position: relative;
    background: linear-gradient(135deg, #6C63FF, #FF6B9D);
    aspect-ratio: 4/3;
}

.about-image-svg {
    width: 100%;
    height: 100%;
}

.about-exp-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: var(--white);
    border-radius: 20px;
    padding: 25px;
    box-shadow: var(--shadow);
    text-align: center;
}

.about-exp-number {
    font-size: 36px;
    font-weight: 900;
    background: var(--gradient1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-exp-text {
    font-size: 12px;
    color: var(--gray);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: 900;
    color: var(--dark);
    margin-bottom: 20px;
    line-height: 1.2;
}

.about-content p {
    font-size: 15px;
    color: var(--gray);
    line-height: 1.8;
    margin-bottom: 20px;
}

.about-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 30px 0;
}

.about-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: var(--white);
    border-radius: 12px;
    transition: all 0.3s;
}

.about-feature:hover {
    transform: translateX(5px);
    box-shadow: var(--shadow);
}

.about-feature-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(108, 99, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.about-feature-icon svg {
    width: 18px;
    height: 18px;
    fill: var(--primary);
}

.about-feature span {
    font-size: 13px;
    font-weight: 600;
    color: var(--dark);
}

.about-founders {
    display: flex;
    gap: 25px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.founder-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--white);
    padding: 12px 20px;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.founder-avatar {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background: var(--gradient1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 800;
    font-size: 16px;
}

.founder-info h4 {
    font-size: 14px;
    font-weight: 700;
    color: var(--dark);
}

.founder-info p {
    font-size: 11px;
    color: var(--gray);
    margin-bottom: 0 !important;
}

/* ========== CATALOGUE SECTION ========== */
.catalogue-section {
    background: var(--white);
    position: relative;
}

.catalogue-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.catalogue-tab {
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(108, 99, 255, 0.15);
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: var(--dark);
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    white-space: nowrap;
}

.catalogue-tab:hover {
    transform: translateY(-3px) scale(1.05);
    background: white;
    border-color: var(--primary);
    color: var(--primary);
    box-shadow: 0 10px 25px rgba(108, 99, 255, 0.15);
}

.catalogue-tab.active {
    background: linear-gradient(135deg, #6C63FF 0%, #38f9d7 100%); /* New Vibrant Gradient */
    color: white;
    border: none !important; /* No border on selected */
    box-shadow: 0 8px 25px rgba(108, 99, 255, 0.4);
    transform: translateY(-3px) scale(1.05);
}

.catalogue-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}

.catalogue-card {
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    flex-direction: column;
}

.catalogue-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(108, 99, 255, 0.15);
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(108, 99, 255, 0.2);
}

.catalogue-card-image {
    width: 100%;
    aspect-ratio: 1/1; /* Square look for product style */
    position: relative;
    overflow: hidden;
}

.catalogue-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.catalogue-card:hover .catalogue-card-image img {
    transform: scale(1.1);
}

.catalogue-card-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--gradient1);
    color: white;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(108, 99, 255, 0.3);
    z-index: 2;
}

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

.catalogue-card-title {
    font-size: 20px;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 10px;
    line-height: 1.3;
}

.catalogue-card-desc {
    font-size: 13px;
    color: var(--gray);
    line-height: 1.6;
    margin-bottom: 20px;
}

.catalogue-card-footer {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.catalogue-card-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.price-label {
    font-size: 11px;
    font-weight: 700;
    color: var(--gray);
    text-transform: uppercase;
}

.price-value {
    font-size: 14px;
    font-weight: 800;
    color: var(--primary);
}

.catalogue-card-cta {
    width: 100%;
    padding: 14px;
    border-radius: 14px;
    background: #25D366; /* Solid WhatsApp Green */
    color: white;
    border: none;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.2);
}

.catalogue-card-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
    background: #20BD5A;
}

/* ========== CARD SLIDER ========== */
.card-slider {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.card-slides {
    width: 100%;
    height: 100%;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-slides img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(0,0,0,0.1);
    color: var(--dark);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    transition: all 0.3s;
    opacity: 0; /* Hide by default */
}

.card-slider:hover .slider-arrow {
    opacity: 1;
}

.slider-arrow:hover {
    background: white;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.slider-arrow.prev { left: 10px; }
.slider-arrow.next { right: 10px; }

/* ========== PRODUCTS SECTION ========== */
.products-section {
    background: var(--dark);
    position: relative;
    overflow: hidden;
}

.products-section .section-title {
    color: white;
}

.products-section .section-desc {
    color: rgba(255, 255, 255, 0.6);
}

.products-section .section-badge {
    background: rgba(108, 99, 255, 0.2);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.product-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 30px 25px;
    text-align: center;
    transition: all 0.4s;
    backdrop-filter: blur(10px);
}

.product-card:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-6px);
    border-color: rgba(108, 99, 255, 0.3);
}

.product-icon {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

.product-icon svg {
    width: 35px;
    height: 35px;
    fill: white;
}

.product-title {
    font-size: 16px;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
}

.product-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
}

/* ========== PROJECTS SECTION ========== */
.projects-section {
    background: var(--light);
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.project-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 4/3;
    cursor: pointer;
    group: true;
}

.project-card-bg {
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
}

.project-card:hover .project-card-bg {
    transform: scale(1.05);
}

.project-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 25px 25px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4s;
}

.project-card:hover .project-card-overlay {
    transform: translateY(0);
    opacity: 1;
}

.project-card-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.project-card-location {
    font-size: 13px;
    opacity: 0.7;
    display: flex;
    align-items: center;
    gap: 5px;
}

.project-card-location svg {
    width: 14px;
    height: 14px;
    fill: white;
    opacity: 0.7;
}

/* ========== TRAINING SECTION ========== */
.training-section {
    background: var(--white);
    position: relative;
    overflow: hidden;
}

.training-section::before {
    content: '';
    position: absolute;
    bottom: -300px;
    left: -200px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 212, 170, 0.06) 0%, transparent 70%);
    border-radius: 50%;
}

.training-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.training-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: 900;
    color: var(--dark);
    margin-bottom: 20px;
    line-height: 1.2;
}

.training-content p {
    font-size: 15px;
    color: var(--gray);
    line-height: 1.8;
    margin-bottom: 18px;
}

.training-highlights {
    display: grid;
    gap: 15px;
    margin: 30px 0;
}

.training-highlight {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    padding: 18px;
    background: var(--light);
    border-radius: 16px;
    transition: all 0.3s;
}

.training-highlight:hover {
    transform: translateX(5px);
    box-shadow: var(--shadow);
    background: var(--white);
}

.training-highlight-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.training-highlight-icon svg {
    width: 22px;
    height: 22px;
    fill: white;
}

.training-highlight h4 {
    font-size: 15px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 4px;
}

.training-highlight p {
    font-size: 13px;
    color: var(--gray);
    margin-bottom: 0 !important;
    line-height: 1.5 !important;
}

.training-image-area {
    position: relative;
}

.training-form-card {
    background: var(--white);
    border-radius: 24px;
    padding: 40px;
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(108, 99, 255, 0.08);
}

.training-form-card h3 {
    font-size: 22px;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 8px;
}

.training-form-card .form-subtitle {
    font-size: 13px;
    color: var(--gray);
    margin-bottom: 25px;
}

.form-group {
    margin-bottom: 18px;
}

.form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 13px 18px;
    border-radius: 12px;
    border: 2px solid rgba(108, 99, 255, 0.1);
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s;
    background: var(--light);
    color: var(--dark);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(108, 99, 255, 0.1);
}

.form-group textarea {
    height: 100px;
    resize: vertical;
}

.training-success-stories {
    margin-top: 30px;
    padding: 25px;
    background: linear-gradient(135deg, rgba(108, 99, 255, 0.05), rgba(0, 212, 170, 0.05));
    border-radius: 16px;
    border: 1px solid rgba(108, 99, 255, 0.08);
}

.training-success-stories h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.training-success-stories h4 svg {
    width: 20px;
    height: 20px;
    fill: var(--accent2);
}

.training-success-stories p {
    font-size: 14px;
    color: var(--gray);
    line-height: 1.7;
}

/* ========== TESTIMONIALS ========== */
.testimonials-section {
    background: var(--light);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.testimonial-card {
    background: var(--white);
    border-radius: 20px;
    padding: 30px;
    position: relative;
    transition: all 0.3s;
    border: 1px solid rgba(108, 99, 255, 0.05);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.testimonial-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 15px;
}

.testimonial-stars svg {
    width: 18px;
    height: 18px;
    fill: var(--accent2);
}

.testimonial-text {
    font-size: 14px;
    color: var(--gray);
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-avatar {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 800;
    font-size: 16px;
}

.testimonial-author-info h4 {
    font-size: 14px;
    font-weight: 700;
    color: var(--dark);
}

.testimonial-author-info p {
    font-size: 12px;
    color: var(--gray);
}

/* ========== WHY CHOOSE US ========== */
.why-section {
    background: var(--white);
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.why-card {
    text-align: center;
    padding: 35px 25px;
    border-radius: 20px;
    background: var(--light);
    transition: all 0.4s;
    border: 1px solid transparent;
}

.why-card:hover {
    background: var(--white);
    box-shadow: var(--shadow);
    border-color: rgba(108, 99, 255, 0.1);
    transform: translateY(-5px);
}

.why-icon {
    width: 65px;
    height: 65px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

.why-icon svg {
    width: 32px;
    height: 32px;
    fill: white;
}

.why-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 8px;
}

.why-desc {
    font-size: 13px;
    color: var(--gray);
    line-height: 1.6;
}

/* ========== CTA BANNER ========== */
.cta-section {
    padding: 80px 0;
    background: var(--dark);
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 50%, rgba(108, 99, 255, 0.2), transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(255, 107, 157, 0.2), transparent 50%);
}

.cta-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 0 30px;
}

.cta-container h2 {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 900;
    color: white;
    margin-bottom: 15px;
}

.cta-container p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
    line-height: 1.5;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* ========== CONTACT SECTION ========== */
.contact-section {
    background: var(--light);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.contact-info-cards {
    display: grid;
    gap: 20px;
}

.contact-card {
    display: flex;
    gap: 18px;
    padding: 25px;
    background: var(--white);
    border-radius: 16px;
    transition: all 0.3s;
    border: 1px solid rgba(108, 99, 255, 0.05);
}

.contact-card:hover {
    transform: translateX(5px);
    box-shadow: var(--shadow);
}

.contact-card-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-card-icon svg {
    width: 24px;
    height: 24px;
    fill: white;
}

.contact-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 5px;
}

.contact-card p {
    font-size: 14px;
    color: var(--gray);
    line-height: 1.6;
}

.contact-card a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
}

.contact-card a:hover {
    text-decoration: underline;
}

.contact-social {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.social-link {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    text-decoration: none;
}

.social-link:hover {
    transform: translateY(-3px);
}

.social-link svg {
    width: 22px;
    height: 22px;
    fill: white;
}

.contact-form-card {
    background: var(--white);
    border-radius: 24px;
    padding: 40px;
    box-shadow: var(--shadow);
}

.contact-form-card h3 {
    font-size: 24px;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 5px;
}

.contact-form-card .form-subtitle {
    font-size: 14px;
    color: var(--gray);
    margin-bottom: 25px;
}

.contact-map {
    margin-top: 20px;
    border-radius: 16px;
    overflow: hidden;
    height: 200px;
    background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* ========== FOOTER ========== */
.footer {
    background: var(--dark);
    color: rgba(255, 255, 255, 0.7);
    padding: 70px 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
}

.footer-brand h3 {
    font-size: 22px;
    font-weight: 800;
    background: var(--gradient1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 12px;
}

.footer-brand p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.footer-col h4 {
    color: white;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: var(--gradient1);
    border-radius: 3px;
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-links a:hover {
    color: var(--primary);
    transform: translateX(5px);
}

.footer-links a svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
    opacity: 0.5;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 30px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.footer-bottom p {
    font-size: 13px;
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
}

.footer-bottom-links a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s;
}

.footer-bottom-links a:hover {
    color: var(--primary);
}

/* ========== SCROLL TO TOP (Premium Glass Edition) ========== */
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: var(--primary);
    border: 1px solid rgba(108, 99, 255, 0.2);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.8);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.scroll-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.scroll-top:hover {
    background: var(--gradient1);
    color: white;
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 15px 40px rgba(108, 99, 255, 0.3);
    border-color: transparent;
}

.scroll-top svg {
    width: 26px;
    height: 26px;
    fill: currentColor;
}

@media (max-width: 768px) {
    .scroll-top {
        bottom: 25px;
        right: 20px;
        width: 50px;
        height: 50px;
    }
}

/* ========== SHARE BUTTON ========== */
/* Unified Floating System handles these now */

/* ========== TRAINING MODAL ========== */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.modal-overlay.open {
    opacity: 1;
    visibility: visible;
}

.modal {
    background: var(--white);
    border-radius: 24px;
    padding: 40px;
    max-width: 500px;
    width: 100%;
    position: relative;
    transform: translateY(30px) scale(0.95);
    transition: all 0.3s;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-overlay.open .modal {
    transform: translateY(0) scale(1);
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--light);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.modal-close:hover {
    background: #fee2e2;
}

.modal-close svg {
    width: 18px;
    height: 18px;
    fill: var(--gray);
}

.modal h3 {
    font-size: 24px;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 5px;
}

.modal .modal-subtitle {
    font-size: 14px;
    color: var(--gray);
    margin-bottom: 25px;
}

.modal-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: var(--gradient1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.modal-icon svg {
    width: 30px;
    height: 30px;
    fill: white;
}

/* ========== PAGE SECTIONS (for single page) ========== */
.page-section {
    display: block; /* Modified for multi-page */
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-subtitle {
        margin: 0 auto 15px;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-stats {
        justify-content: center;
    }

    .hero-visual {
        max-width: 450px;
        margin: 0 auto;
    }

    .about-grid,
    .training-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%; /* Full width */
        height: 100vh;
        background: #ffffff;
        background-image: radial-gradient(rgba(108, 99, 255, 0.1) 1px, transparent 1px);
        background-size: 30px 30px;
        flex-direction: column;
        justify-content: flex-start;
        padding: 0;
        gap: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        z-index: 10001; 
        overflow-y: auto;
    }

    .nav-links.open {
        right: 0;
        opacity: 1;
        visibility: visible;
    }

    .mobile-menu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 30px;
        background: var(--gradient1);
        width: 100%;
    }

    .mobile-menu-header .nav-logo-title {
        color: white !important;
        -webkit-text-fill-color: white !important;
    }

    .mobile-menu-header .nav-tagline {
        color: rgba(255, 255, 255, 0.9) !important;
    }

    .mobile-menu-header .nav-logo-icon {
        background: rgba(255, 255, 255, 0.2);
        box-shadow: none;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .mobile-menu-logo {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .mobile-menu-close {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.3);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: white;
        cursor: pointer;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        transition: all 0.3s;
    }

    .navbar {
        height: 70px !important;
        padding: 0 !important;
        display: flex;
        align-items: center;
    }

    .nav-container {
        height: 100%;
        width: 100%;
    }

    .mobile-menu-close:hover {
        transform: rotate(90deg);
        color: var(--primary);
    }

    .nav-links li:not(.mobile-menu-header):not(.mobile-social-menu) {
        width: 100%;
        padding: 0 30px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.4s ease;
    }

    .nav-links.open li:not(.mobile-menu-header):not(.mobile-social-menu) {
        opacity: 1;
        transform: translateY(0);
    }

    /* Staggered animation for menu items */
    .nav-links.open li:nth-child(2) { transition-delay: 0.1s; }
    .nav-links.open li:nth-child(3) { transition-delay: 0.2s; }
    .nav-links.open li:nth-child(4) { transition-delay: 0.3s; }
    .nav-links.open li:nth-child(5) { transition-delay: 0.4s; }
    .nav-links.open li:nth-child(6) { transition-delay: 0.5s; }
    .nav-links.open li:nth-child(7) { transition-delay: 0.6s; }

    .nav-links li {
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .nav-links a {
        color: var(--dark);
        font-size: 17px;
        padding: 18px 0;
        display: flex;
        align-items: center;
        gap: 15px;
        width: 100%;
        border-radius: 0;
        font-weight: 600;
        transition: all 0.3s;
    }

    .nav-link-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        background: rgba(108, 99, 255, 0.08);
        border-radius: 10px;
        color: var(--primary);
    }

    .nav-link-icon svg {
        width: 18px;
        height: 18px;
        fill: currentColor;
    }

    .nav-links a.active .nav-link-icon {
        background: var(--gradient1);
        color: white;
    }

    .nav-links a:hover,
    .nav-links a.active {
        background: transparent;
        color: var(--primary);
    }

    .nav-links .nav-cta {
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 8px;
        text-align: center;
        padding: 15px 30px;
        background: var(--gradient1) !important;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-stats {
        gap: 25px;
    }

    .hero-float-card:nth-child(2),
    .hero-float-card:nth-child(4) {
        right: 0;
    }

    .hero-float-card:nth-child(3) {
        left: 0;
    }

    .section-title {
        font-size: 32px;
    }

    .about-content h2,
    .training-content h2 {
        font-size: 30px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .projects-grid {
        grid-template-columns: 1fr;
    }

    .products-grid {
        grid-template-columns: 1fr;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .about-features {
        grid-template-columns: 1fr;
    }

    .about-founders {
        flex-direction: column;
    }

    .cta-container h2 {
        font-size: 28px;
    }

    .catalogue-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 28px;
    }

    .hero-stat-number {
        font-size: 24px;
    }

    .hero-container {
        padding: 100px 20px 60px;
    }

    .section-container {
        padding: 0 20px;
    }

    .modal {
        padding: 25px;
    }

    .training-form-card {
        padding: 25px;
    }

    .contact-form-card {
        padding: 25px;
    }
}

/* ========== ANIMATIONS ON SCROLL ========== */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

.reveal-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-left.revealed {
    opacity: 1;
    transform: translateX(0);
}

.reveal-right {
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-right.revealed {
    opacity: 1;
    transform: translateX(0);
}

/* ========== COUNTER ANIMATION ========== */
.counter-section {
    background: var(--gradient1);
    padding: 60px 0;
}

.counter-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
}

.counter-item {
    text-align: center;
    color: white;
}

.counter-number {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 5px;
}

.counter-label {
    font-size: 14px;
    opacity: 0.8;
    font-weight: 500;
}

@media (max-width: 768px) {
    .counter-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Smooth page transitions */
.page-transition {
    animation: pageIn 0.5s ease-out;
}

@keyframes pageIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ========== CUSTOM FEATURES GRID ========== */
.features-grid-section {
    background: var(--light);
    padding: 60px 0;
}

.features-custom-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.feature-custom-item {
    background: var(--white);
    padding: 25px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
    border: 1px solid rgba(108, 99, 255, 0.05);
}

.feature-custom-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(108, 99, 255, 0.1);
    border-color: var(--primary);
}

.feature-icon-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: rgba(108, 99, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon-wrapper svg {
    width: 24px;
    height: 24px;
    fill: var(--primary);
}

.feature-custom-item span {
    font-size: 15px;
    font-weight: 700;
    color: var(--dark);
}

/* ========== TEAM SECTION ========== */
.team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.team-card {
    background: var(--white);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(108, 99, 255, 0.05);
}

.team-card:hover {
    transform: translateY(-15px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(108, 99, 255, 0.2);
}

.team-image-wrapper {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.team-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s;
}

.team-card:hover .team-image {
    transform: scale(1.05);
}

.team-info {
    padding: 35px;
    text-align: center;
    background: linear-gradient(to bottom, transparent, rgba(108, 99, 255, 0.02));
}

.team-name {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 8px;
    color: var(--dark);
}

.team-role {
    font-size: 13px;
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    display: inline-block;
    padding: 5px 15px;
    background: rgba(108, 99, 255, 0.08);
    border-radius: 50px;
}

.team-bio {
    font-size: 15px;
    color: var(--gray);
    line-height: 1.7;
}

@media (max-width: 768px) {
    .team-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .team-image-wrapper {
        height: 350px;
    }
}

/* ========== STORY SECTION ========== */
.story-image-container {
    position: relative;
    padding: 20px;
}

.story-main-img {
    width: 100%;
    border-radius: 30px;
    box-shadow: var(--shadow-lg);
    display: block;
}

.story-experience-badge {
    position: absolute;
    bottom: -10px;
    right: -10px;
    background: var(--gradient1);
    color: white;
    padding: 25px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 10px 30px rgba(108, 99, 255, 0.4);
    animation: float 4s ease-in-out infinite;
}

.exp-number {
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}

.exp-text {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 5px;
}

.story-highlight {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 20px;
    font-style: italic;
}

.story-location {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 25px;
    padding: 15px 25px;
    background: rgba(108, 99, 255, 0.05);
    border-radius: 50px;
    width: fit-content;
}

.story-location svg {
    width: 20px;
    height: 20px;
    fill: var(--primary);
}

.story-location span {
    font-size: 14px;
    font-weight: 600;
    color: var(--dark);
}

/* ========== SERVICES MATRIX ========== */
.services-matrix {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.matrix-card {
    background: var(--white);
    padding: 40px;
    border-radius: 30px;
    box-shadow: var(--shadow);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(108, 99, 255, 0.05);
}

.matrix-card:hover {
    transform: translateY(-12px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary);
}

.matrix-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.matrix-icon svg {
    width: 30px;
    height: 30px;
    fill: white;
}

.matrix-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--dark);
}

.matrix-card p {
    font-size: 14px;
    color: var(--gray);
    margin-bottom: 20px;
    line-height: 1.6;
}

.matrix-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.matrix-list li {
    font-size: 14px;
    font-weight: 500;
    color: var(--dark);
    display: flex;
    align-items: center;
    gap: 10px;
}

.matrix-list li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--primary);
    border-radius: 50%;
}

@media (max-width: 1024px) {
    .services-matrix {
        grid-template-columns: 1fr;
    }
}

/* ========== VALUES SECTION ========== */
.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.value-card {
    text-align: center;
    padding: 30px;
    border-radius: 24px;
    background: var(--white);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.value-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.value-icon svg {
    width: 32px;
    height: 32px;
}

.value-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--dark);
}

.value-card p {
    font-size: 14px;
    color: var(--gray);
    line-height: 1.6;
}

@media (max-width: 992px) {
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .values-grid {
        grid-template-columns: 1fr;
    }
}

/* ========== UNIFIED PREMIUM FEATURE SYSTEM ========== */
/* This system synchronizes all grids (Why Us, Services, Values, Matrix) */

.premium-grid {
    display: grid;
    gap: 30px;
    margin-top: 50px;
}

.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.premium-card {
    background: var(--white);
    padding: 40px;
    border-radius: 35px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(108, 99, 255, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.premium-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 50px rgba(108, 99, 255, 0.12);
    border-color: rgba(108, 99, 255, 0.2);
}

.premium-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--gradient1);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.premium-card:hover::after {
    transform: scaleX(1);
}

.premium-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: transform 0.4s ease;
}

.premium-card:hover .premium-icon {
    transform: scale(1.1) rotate(5deg);
}

.premium-icon svg {
    width: 30px;
    height: 30px;
}

.premium-card h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 15px;
    color: var(--dark);
    letter-spacing: -0.5px;
}

.premium-card p {
    font-size: 15px;
    color: var(--gray);
    line-height: 1.7;
    margin-bottom: 0;
}

/* Centered Variant (for Values) */
.premium-card.centered {
    text-align: center;
    align-items: center;
}

/* List Variant (for Matrix) */
.premium-list {
    list-style: none;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.premium-list li {
    font-size: 14px;
    font-weight: 600;
    color: var(--dark);
    display: flex;
    align-items: center;
    gap: 10px;
}

.premium-list li::before {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--gradient1);
    border-radius: 50%;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .grid-4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 992px) {
    .grid-3 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .grid-4 { grid-template-columns: 1fr; }
    .premium-card { padding: 30px; }
}

/* ========== HERO SLIDER ========== */
.hero-slider-container {
    position: relative;
    width: 100%;
    height: 450px;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Glass Experience Badge */
.hero-glass-badge {
    position: absolute;
    top: 25px;
    right: 25px;
    background: rgba(15, 23, 42, 0.6); /* Dark Glass */
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 18px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 10;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    animation: fadeInRight 0.8s ease-out 1s both;
}

.hero-glass-badge .badge-number {
    font-size: 26px;
    font-weight: 800;
    background: var(--gradient1); /* Multi-color */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.hero-glass-badge .badge-text {
    font-size: 9px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
}

/* About Section Glass Badge */
.about-glass-badge {
    position: absolute;
    bottom: 40px;
    left: -40px; /* Half and half outside (left side) */
    background: rgba(15, 23, 42, 0.7); /* Dark Glass */
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 18px 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 5;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
    color: white;
}

.about-glass-badge .badge-number {
    font-size: 32px;
    font-weight: 900;
    background: var(--gradient1); /* Multi-color */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.about-glass-badge .badge-text {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .about-glass-badge {
        bottom: -25px; /* Half and half outside (bottom side) on mobile */
        left: 50%;
        transform: translateX(-50%);
        padding: 12px 20px;
    }
    
    .about-glass-badge .badge-number {
        font-size: 24px;
    }
    
    .about-glass-badge .badge-text {
        font-size: 9px;
    }
}

.hero-slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.slide.active {
    opacity: 1;
    z-index: 2;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: transform 6s ease-out;
}

.slide.active img {
    transform: scale(1);
}

.slider-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.dot:hover {
    background: rgba(255, 255, 255, 0.6);
}

.dot.active {
    background: white;
    width: 32px;
    border-radius: 6px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

@media (max-width: 992px) {
    .hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
        padding-top: 80px; /* Enough space for fixed nav + ticker */
    }

    .hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-visual {
        order: -1;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons {
        display: flex;
        margin-top: 30px;
    }

    .hero-stats {
        justify-content: center;
    }

    .hero-stat {
        align-items: center;
    }

    .hero-slider-container {
        height: 300px;
        border-radius: 24px;
    }

    .hero-buttons-placeholder {
        display: block;
    }
}

/* Ensure mobile-only elements are hidden by default on desktop */
.mobile-cta-sticky {
    display: none !important;
}

@media (max-width: 768px) {
    .hero {
        padding-top: 50px;
    }

    .hero-title {
        font-size: 32px;
    }
    
    .hero-slider-container {
        height: 250px;
    }

    .hero-buttons {
        gap: 8px !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start;
        width: 100%;
    }

    .hero-buttons .btn {
        padding: 10px 12px !important;
        font-size: 10px !important;
        gap: 5px !important;
        flex: 1;
        justify-content: center;
        white-space: nowrap;
    }

    .hero-buttons .btn svg {
        width: 12px !important;
        height: 12px !important;
    }

    /* Soft Animating Sticky CTA Bar */
    .mobile-cta-sticky {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(15, 23, 42, 0.95);
        backdrop-filter: blur(15px);
        padding: 15px 20px;
        z-index: 9999;
        display: flex;
        gap: 12px;
        box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.4);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        transform: translateY(0);
        transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    }

    /* Attached state when at top of hero */
    .mobile-cta-sticky.at-hero {
        background: rgba(15, 23, 42, 0.8);
        box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(10px);
        transform: translateY(0); /* Removed the middle-page offset */
    }

    .mobile-cta-sticky .btn {
        flex: 1;
        padding: 14px 10px;
        font-size: 13px;
        border-radius: 14px;
        white-space: nowrap;
        justify-content: center;
        text-decoration: none;
        display: flex;
        align-items: center;
        font-weight: 600;
    }
}

/* Glass Premium Cards */
.premium-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 24px;
    padding: 40px;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.premium-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 20px 50px rgba(108, 99, 255, 0.15);
    border-color: rgba(108, 99, 255, 0.4);
}

.premium-icon {
    width: 65px;
    height: 65px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.premium-card h3 {
    font-size: 22px;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 15px;
}

.premium-card p {
    font-size: 15px;
    color: var(--gray);
    line-height: 1.7;
}
/* ========== CATALOGUE SECTION ========== */
.catalogue-section {
    padding: 80px 0;
    background: var(--white);
}

.catalogue-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.catalogue-card {
    background: var(--white);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
}

.catalogue-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(108, 99, 255, 0.15);
}

.catalogue-card-image {
    width: 100%;
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
}

.catalogue-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.catalogue-card:hover .catalogue-card-image img {
    transform: scale(1.1);
}

.catalogue-card-content {
    padding: 30px;
    flex-grow: 1;
}

.catalogue-card-title {
    font-size: 22px;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 12px;
}

.catalogue-card-desc {
    font-size: 14px;
    color: var(--gray);
    line-height: 1.6;
    margin-bottom: 25px;
}

.catalogue-card-footer {
    margin-top: auto;
}

.catalogue-card-cta {
    width: 100%;
    padding: 16px;
    border-radius: 16px;
    background: #25D366;
    color: white;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s;
}

.catalogue-card-cta:hover {
    background: #20BD5A;
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.2);
}

/* ========== GALLERY PAGE STYLES ========== */
.gallery-section {
    padding: 10px 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 25px;
    margin-top: 50px;
    counter-reset: gallery-counter;
}

.gallery-item {
    position: relative;
    aspect-ratio: 1/1;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    cursor: pointer;
    background: #f8f9fa;
}

.gallery-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery-item::before {
    counter-increment: gallery-counter;
    content: counter(gallery-counter);
    position: absolute;
    top: 15px;
    left: 15px;
    width: 35px;
    height: 35px;
    background: var(--gradient1);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    border: 2px solid white;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item::after {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.5));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover::after {
    opacity: 1;
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

/* ========== MODERN PAGE HERO (Shared: Gallery, Catalogue, Contact, Training, About) ========== */
.gallery-hero,
.catalogue-hero,
.contact-hero,
.training-hero,
.about-hero {
    position: relative;
    padding: 80px 0 60px;
    background: #0a0a0a;
    overflow: hidden;
    min-height: 25vh;
    display: flex;
    align-items: center;
}

.gallery-hero::before,
.catalogue-hero::before,
.contact-hero::before,
.training-hero::before,
.about-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(108, 99, 255, 0.15), transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(0, 212, 170, 0.1), transparent 40%);
    pointer-events: none;
}

.gallery-hero::after,
.catalogue-hero::after,
.contact-hero::after,
.training-hero::after,
.about-hero::after {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 30px 30px;
    pointer-events: none;
}

.gallery-hero-content,
.catalogue-hero-content,
.contact-hero-content,
.training-hero-content,
.about-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(108, 99, 255, 0.15);
    color: var(--accent);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    border: 1px solid rgba(108, 99, 255, 0.3);
}

.gallery-hero h1,
.catalogue-hero h1,
.contact-hero h1,
.training-hero h1,
.about-hero h1 {
    font-size: clamp(32px, 5vw, 65px);
    font-weight: 900;
    line-height: 1.1;
    color: white;
    letter-spacing: -2px;
    margin-bottom: 15px;
}

.gallery-hero .highlight,
.catalogue-hero .highlight,
.contact-hero .highlight,
.training-hero .highlight,
.about-hero .highlight {
    background: var(--gradient1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.gallery-hero .section-desc,
.catalogue-hero .section-desc,
.contact-hero .section-desc,
.training-hero .section-desc,
.about-hero .section-desc {
    font-size: clamp(14px, 1.5vw, 18px);
    color: rgba(255,255,255,0.6);
    max-width: 700px;
    margin: 0 auto 25px;
    line-height: 1.6;
}

.gallery-stats,
.catalogue-stats,
.contact-stats,
.training-stats,
.about-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
}

.stat-item {
    text-align: center;
}

.stat-num {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: white;
    margin-bottom: 2px;
}

.stat-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--accent);
    font-weight: 600;
}

@media (max-width: 768px) {
    .gallery-hero,
    .catalogue-hero,
    .contact-hero,
    .training-hero,
    .about-hero {
        padding: 40px 0 40px;
        min-height: auto;
    }
    .gallery-hero h1,
    .catalogue-hero h1,
    .contact-hero h1,
    .training-hero h1,
    .about-hero h1 {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .gallery-hero .section-desc,
    .catalogue-hero .section-desc,
    .contact-hero .section-desc,
    .training-hero .section-desc,
    .about-hero .section-desc {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .gallery-stats,
    .catalogue-stats,
    .contact-stats,
    .training-stats,
    .about-stats {
        gap: 20px;
        margin-top: 25px;
        flex-wrap: nowrap;
    }
    .stat-num {
        font-size: 22px;
    }
    .stat-label {
        font-size: 9px;
    }
}

.premium-accordion {
    max-width: 1000px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.accordion-item {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.accordion-item.active {
    box-shadow: 0 20px 50px rgba(108, 99, 255, 0.15);
    border-color: rgba(108, 99, 255, 0.2);
}

.accordion-header {
    padding: 25px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: background 0.3s ease;
}

.accordion-header:hover {
    background: rgba(108, 99, 255, 0.02);
}

.header-content {
    display: flex;
    align-items: center;
    gap: 25px;
}

.header-icon {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.header-icon svg {
    width: 28px;
    height: 28px;
}

.header-text h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    color: var(--dark);
}

.header-text p {
    margin: 5px 0 0;
    font-size: 14px;
    color: var(--gray);
}

.accordion-toggle-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.accordion-toggle-icon svg {
    width: 24px;
    height: 24px;
    fill: var(--primary);
}

.accordion-item.active .accordion-toggle-icon {
    transform: rotate(45deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.accordion-item.active .accordion-content {
    max-height: 1000px;
    transition: max-height 1s ease-in-out;
}

.accordion-inner {
    padding: 0 35px 35px 120px;
}

/* Reusing pills and tags from previous turn */
.benefit-card-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.benefit-pill {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: var(--light);
    border-radius: 15px;
}

.benefit-pill-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.benefit-pill h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
}

.benefit-pill h4::before {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--primary);
    border-radius: 50%;
    display: inline-block;
}

.feature-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.feature-tag {
    background: var(--light);
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    color: var(--dark);
    border: 1px solid rgba(0,0,0,0.05);
}

@media (max-width: 768px) {
    .accordion-header {
        padding: 20px;
    }
    .header-content {
        gap: 15px;
    }
    .header-icon {
        width: 45px;
        height: 45px;
    }
    .header-text h3 {
        font-size: 18px;
    }
    .accordion-inner {
        padding: 0 20px 20px 20px;
    }
}

/* ========== CUSTOM LIGHTBOX ========== */
.epoxy-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.92);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.epoxy-lightbox.active {
    opacity: 1;
    visibility: visible;
}

.epoxy-lightbox-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.epoxy-lightbox-img {
    max-width: 90vw;
    max-height: 85vh;
    border-radius: 16px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
    transform: scale(0.85);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    object-fit: contain;
    user-select: none;
    -webkit-user-drag: none;
}

.epoxy-lightbox.active .epoxy-lightbox-img {
    transform: scale(1);
}

.epoxy-lightbox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 20;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.epoxy-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

.epoxy-lightbox-close svg {
    width: 20px;
    height: 20px;
    fill: white;
}

.epoxy-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.epoxy-lightbox-nav:hover {
    background: rgba(108, 99, 255, 0.4);
    border-color: rgba(108, 99, 255, 0.6);
}

.epoxy-lightbox-nav svg {
    width: 24px;
    height: 24px;
    fill: white;
}

.epoxy-lightbox-prev {
    left: 20px;
}

.epoxy-lightbox-next {
    right: 20px;
}

.epoxy-lightbox-counter {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    background: rgba(0, 0, 0, 0.4);
    padding: 8px 20px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 768px) {
    .epoxy-lightbox-img {
        max-width: 95vw;
        max-height: 75vh;
        border-radius: 10px;
    }
    .epoxy-lightbox-nav {
        width: 40px;
        height: 40px;
    }
    .epoxy-lightbox-prev {
        left: 5px;
    }
    .epoxy-lightbox-next {
        right: 5px;
    }
    .epoxy-lightbox-close {
        top: 10px;
        right: 10px;
        width: 35px;
        height: 35px;
    }
}

/* ========== FLOATING ACTIONS ========== */
/* Floating buttons cleanup completed */

/* Fix Mobile Menu Close Button */
.mobile-menu-close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.mobile-menu-close:hover {
    background: white;
    color: var(--primary);
    transform: rotate(90deg);
}

/* ========== ABOUT PAGE SPECIFIC STYLES ========== */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.story-image-container {
    position: relative;
    border-radius: 30px;
    overflow: visible;
}

.story-main-img {
    width: 100%;
    border-radius: 30px;
    box-shadow: var(--shadow-lg);
    display: block;
}

.about-glass-badge {
    position: absolute;
    bottom: -20px;
    left: -30px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 15px 25px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 10;
    width: max-content;
    animation: float 4s ease-in-out infinite;
}

.badge-number {
    display: block;
    font-size: 28px;
    font-weight: 900;
    background: var(--gradient1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
    margin-bottom: 2px;
}

.badge-text {
    font-size: 10px;
    font-weight: 700;
    color: var(--dark);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

.story-highlight {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 15px;
}

.story-location {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    padding: 15px 20px;
    background: rgba(108, 99, 255, 0.05);
    border-radius: 12px;
    width: fit-content;
}

.story-location svg {
    width: 20px;
    height: 20px;
    fill: var(--primary);
}

.story-location span {
    font-size: 14px;
    font-weight: 600;
    color: var(--dark);
}

/* Premium Grid Utilities */
.premium-grid {
    display: grid;
    gap: 30px;
}

.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.premium-card {
    background: var(--white);
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: all 0.4s;
    border: 1px solid rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
}

.premium-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: rgba(108, 99, 255, 0.1);
}

.premium-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.premium-icon svg {
    width: 30px;
    height: 30px;
}

.premium-card h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 15px;
    color: var(--dark);
}

.premium-card p {
    font-size: 14px;
    color: var(--gray);
    line-height: 1.6;
    margin-bottom: 20px;
}

.premium-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.premium-list li {
    font-size: 13px;
    font-weight: 600;
    color: var(--dark);
    padding: 8px 0;
    border-top: 1px solid rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    gap: 10px;
}

.premium-list li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary);
}

/* Team Section */
.team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.team-card {
    display: flex;
    gap: 30px;
    background: var(--white);
    padding: 30px;
    border-radius: 24px;
    box-shadow: var(--shadow);
    align-items: center;
}

.team-image-wrapper {
    width: 150px;
    height: 180px;
    border-radius: 18px;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--light);
}

.team-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-role {
    font-size: 11px;
    font-weight: 800;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
}

.team-name {
    font-size: 22px;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 10px;
}

.team-bio {
    font-size: 13px;
    color: var(--gray);
    line-height: 1.6;
}

/* Premium Accordion */
.premium-accordion {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.accordion-item {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.03);
    transition: all 0.3s;
}

.accordion-item.active {
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    border-color: rgba(108, 99, 255, 0.1);
}

.accordion-header {
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s;
}

.accordion-header:hover {
    background: rgba(108, 99, 255, 0.02);
}

.header-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.header-icon svg {
    width: 24px;
    height: 24px;
}

.header-text h3 {
    font-size: 17px;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 2px;
}

.header-text p {
    font-size: 12px;
    color: var(--gray);
    margin: 0;
}

.accordion-toggle-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}

.accordion-toggle-icon svg {
    width: 18px;
    height: 18px;
    fill: var(--dark);
    transition: transform 0.4s;
}

.accordion-item.active .accordion-toggle-icon {
    background: var(--primary);
}

.accordion-item.active .accordion-toggle-icon svg {
    fill: white;
    transform: rotate(45deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-item.active .accordion-content {
    max-height: 500px;
}

.accordion-inner {
    padding: 0 30px 30px 100px;
}

.accordion-inner p {
    font-size: 14px;
    color: var(--gray);
    line-height: 1.7;
    margin: 0;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Responsive Adjustments for About */
@media (max-width: 991px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .team-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .grid-3 {
        grid-template-columns: 1fr;
    }
    .team-card {
        flex-direction: column;
        text-align: center;
    }
    .about-glass-badge {
        left: auto;
        right: 0;
        bottom: -20px;
        padding: 12px 20px;
        gap: 10px;
    }
    .accordion-inner {
        padding: 0 25px 25px 25px;
    }
    .header-content {
        gap: 15px;
    }
    .header-icon {
        width: 40px;
        height: 40px;
    }
}


/* ========== MODERN TEAM SECTION STYLES ========== */
.team-modern-section {
    padding: 100px 0;
    background: var(--white);
    position: relative;
    z-index: 1;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.team-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: var(--white);
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0,0,0,0.05);
}

.team-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}

.team-image {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.team-card:hover .team-image img {
    transform: scale(1.1) rotate(1deg);
}

.team-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 30px 30px;
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
    color: white;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.team-card:hover .team-overlay {
    transform: translateY(0);
}

.team-overlay h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    color: white;
}

.team-overlay p {
    font-size: 14px;
    opacity: 0.9;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.team-social-floater {
    position: absolute;
    top: 20px;
    right: -60px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-card:hover .team-social-floater {
    right: 20px;
}

.social-btn {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s;
    border: 1px solid rgba(255,255,255,0.3);
}

.social-btn:hover {
    background: var(--primary);
    transform: scale(1.1);
    border-color: var(--primary);
}

.social-btn svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* ========== WHATSAPP FLOAT BUTTON ========== */
.whatsapp-float {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 55px;
    height: 55px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
    z-index: 100;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0 15px 30px rgba(37, 211, 102, 0.4);
    color: #FFF;
}

.whatsapp-float svg {
    width: 32px;
    height: 32px;
    fill: currentColor;
}

@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 90px;
        right: 20px;
        width: 50px;
        height: 50px;
    }
    .whatsapp-float svg {
        width: 28px;
        height: 28px;
    }
}

/* ========== SHARE FLOAT BUTTON ========== */
.share-float {
    position: fixed;
    bottom: 170px;
    right: 30px;
    width: 55px;
    height: 55px;
    background: var(--white);
    color: var(--primary);
    border: 1px solid rgba(108, 99, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    z-index: 100;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    padding: 0;
}

.share-float:hover {
    transform: scale(1.1) translateY(-5px);
    background: var(--primary);
    color: white;
    box-shadow: 0 15px 30px rgba(108, 99, 255, 0.3);
}

.share-float svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

@media (max-width: 768px) {
    .share-float {
        bottom: 155px;
        right: 20px;
        width: 50px;
        height: 50px;
    }
    .share-float svg {
        width: 20px;
        height: 20px;
    }
}
/* ========== GLOBAL GRID SYSTEM ========== */
.premium-grid {
    display: grid;
    gap: 30px;
    width: 100%;
}

.grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

/* Responsive Grid Adjustments */
@media (max-width: 992px) {
    .grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .grid-4, .grid-3, .grid-2 {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
