
/* =========================
   GLOBAL STYLES
========================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    background: #18181A !important;
    color: #fff !important;
    font-family: 'Poppins', 'Inter', 'Roboto', Arial, sans-serif;
    padding-top: 0;
}

.menu-open {
    overflow: hidden;
}

@media (max-width: 991px) {
    body { padding-top: 0; }
}

/* =========================
   NAVBAR & HEADER
========================= */
.logo-img {
    height: 40px;
    width: auto;
    transition: height 0.3s ease;
}

@media (max-width: 480px) {
    .logo-img { height: 28px; }
}

.section-title, h1, h2, h3, h4, h5, h6,
.navbar, .navbar-brand, .navbar-nav .nav-link,
.btn, .feature-box, .footer {
    font-family: 'Poppins', 'Inter', 'Roboto', Arial, sans-serif !important;
}

.navbar {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(20, 20, 22, 0.7) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.navbar.scrolled {
    background: rgba(20, 20, 22, 0.85) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(162, 89, 255, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
}

.navbar.scrolled .logo-img {
    height: 35px;
}

.footer {
    background: #141416 !important;
}

.navbar-brand, .navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
    position: relative;
    z-index: 1;
    transition: color 0.18s cubic-bezier(.4,0,.2,1), transform 0.2s;
}

.large-menu-link {
    padding: 0.8em 2em;
    margin: 0 0.4em;
    border-radius: 8px;
    font-size: 1.09rem;
}

.large-menu-link:hover,
.large-menu-link:focus {
    color: #A259FF !important;
    transform: translateY(-3px);
    box-shadow: none;
    background: none;
    text-decoration: none;
}

.large-menu-link.active {
    color: #A259FF !important;
    font-weight: 700;
    background: none;
    box-shadow: none;
    border-radius: 8px;
    transform: translateY(-3px);
    text-decoration: none;
}

.navbar-nav .nav-link,
.offcanvas-menu .nav-link {
    text-decoration: none !important;
    border-bottom: none !important;
}

/* Hamburger Icon for Mobile */
.custom-toggler {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0.25em;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.toggler-icon {
    display: block;
    width: 32px;
    height: 4px;
    background: #fff !important;
    border-radius: 10px !important;
    transition: all 0.35s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    box-shadow: none !important;
}

.custom-toggler.open .toggler-icon:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

.custom-toggler.open .toggler-icon:nth-child(2) {
    opacity: 0;
}

.custom-toggler.open .toggler-icon:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}

@media (max-width: 991px) {
    .container-fluid {
        max-width: 100vw;
        min-width: 100vw;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    nav.navbar {
        min-width: 100vw;
        max-width: 100vw;
    }
    nav.navbar .container-fluid {
        min-height: 60px !important;
        flex-wrap: nowrap !important;
    }
    .navbar-brand {
        margin-left: 0 !important;
        flex-shrink: 0;
    }
    .d-lg-none.d-flex {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .btn-contact-pill {
        font-size: 13px;
        padding: 8px 16px;
        min-width: 90px;
        height: 34px;
    }
    .btn-call-icon {
        width: 15px !important;
        height: 15px !important;
        background-size: 15px 15px !important;
    }
    .logo-img { height: 28px; }
    .navbar.scrolled .logo-img {
        height: 24px;
    }
}

/* Perfect Pill-Shaped Contact Button - Compact & Optimized */
.btn-contact-pill {
    background: #A259FF !important;
    color: #fff !important;
    border: none;
    border-radius: 100px !important;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-shadow: 0 2px 10px rgba(162,89,255,0.15);
    letter-spacing: 0.01em;
    outline: none;
    text-decoration: none !important;
    white-space: nowrap;
    transition: all 0.3s cubic-bezier(.4,0,.2,1);
    font-size: 13px;
    padding: 9px 18px;
    height: 36px;
    line-height: 1;
}

.btn-contact-pill:hover,
.btn-contact-pill:focus,
.btn-contact-pill:active {
    background: #8B3DFF !important;
    color: #fff !important;
    outline: none;
    text-decoration: none !important;
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 4px 16px rgba(162,89,255,0.25);
    border: none;
}

.btn-call-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('data:image/svg+xml;utf8,<svg fill="white" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M6.62 10.79a15.053 15.053 0 0 0 6.59 6.59l2.2-2.2a1.003 1.003 0 0 1 1.11-.21c1.13.45 2.36.69 3.63.69.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.07 21 3 13.93 3 5c0-.55.45-1 1-1h3.01c.55 0 1 .45 1 1 0 1.27.23 2.5.69 3.63a1.003 1.003 0 0 1-.21 1.11l-2.2 2.2z"/></svg>') no-repeat center center;
    background-size: 15px 15px;
    flex-shrink: 0;
}

.btn-contact-text {
    display: inline-block;
    line-height: 1;
}

/* Mobile Optimization - Smaller Screens */
@media (max-width: 767px) {
    .btn-contact-pill {
        font-size: 11px;
        padding: 7px 14px;
        height: 30px;
        gap: 5px;
    }
    .btn-call-icon {
        width: 13px;
        height: 13px;
        background-size: 13px 13px;
    }
}

/* Extra Small Mobile */
@media (max-width: 480px) {
    .btn-contact-pill {
        font-size: 10px;
        padding: 6px 12px;
        height: 26px;
        gap: 4px;
    }
    .btn-call-icon {
        width: 12px;
        height: 12px;
        background-size: 12px 12px;
    }
}

/* Tablet Optimization */
@media (min-width: 768px) and (max-width: 1023px) {
    .btn-contact-pill {
        font-size: 12px;
        padding: 8px 16px;
        height: 34px;
    }
    .btn-call-icon {
        width: 14px;
        height: 14px;
        background-size: 14px 14px;
    }
}

/* Desktop Optimization */
@media (min-width: 1024px) and (max-width: 1439px) {
    .btn-contact-pill {
        font-size: 13px;
        padding: 9px 18px;
        height: 36px;
    }
}

/* Large Desktop */
@media (min-width: 1440px) {
    .btn-contact-pill {
        font-size: 14px;
        padding: 10px 20px;
        height: 38px;
    }
    .btn-call-icon {
        width: 16px;
        height: 16px;
        background-size: 16px 16px;
    }
}

/* Ultra-wide Screens */
@media (min-width: 1920px) {
    .btn-contact-pill {
        font-size: 15px;
        padding: 11px 22px;
        height: 40px;
        gap: 7px;
    }
    .btn-call-icon {
        width: 17px;
        height: 17px;
        background-size: 17px 17px;
    }
}

/* Offcanvas Menu Styles */
.offcanvas-menu {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 94vw;
    max-width: 310px;
    height: 100vh;
    background: rgba(24, 24, 26, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: -2px 0 16px rgba(20,20,22,0.3);
    z-index: 9999;
    transition: right 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    padding: 32px 18px 18px 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}
.offcanvas-menu.open {
    right: 0;
}
.offcanvas-menu .close-btn {
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 2rem;
    color: #A259FF;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10001;
    transition: transform 0.2s ease;
}
.offcanvas-menu .close-btn:hover {
    transform: scale(1.1);
}
.offcanvas-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.offcanvas-menu .nav-link {
    display: block;
    padding: 16px 0;
    color: #fff !important;
    font-size: 1.15rem;
    font-weight: 500;
    border-bottom: none !important;
    transition: background 0.2s, color 0.2s, transform 0.2s;
    position: relative;
    text-decoration: none !important;
}
.offcanvas-menu .nav-link:hover,
.offcanvas-menu .nav-link:focus {
    color: #A259FF !important;
    background: none;
    transform: translateY(-3px);
    text-decoration: none;
}
.offcanvas-menu .nav-link.active {
    color: #A259FF !important;
    font-weight: 700;
    background: none;
    transform: translateY(-3px);
    text-decoration: none;
}
.offcanvas-menu .btn-contact-pill {
    display: block;
    margin: 1em auto 0 auto;
}

/* =========================
   HERO SECTION - FULL SCREEN RESPONSIVE
========================= */
.hero-section {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #000000 0%, #0a0015 50%, #1a0a2e 100%);
    overflow: hidden;
    z-index: 1;
}

/* Smooth bottom edge transition */
.hero-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to bottom, transparent 0%, #18181A 100%);
    z-index: 15;
    pointer-events: none;
}

/* Main bright cosmic sphere with entry animation */
.hero-cosmic-glow {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 900px;
    height: 900px;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(200, 150, 255, 0.7) 8%,
        rgba(162, 89, 255, 0.6) 15%,
        rgba(138, 89, 255, 0.4) 25%,
        rgba(118, 75, 162, 0.25) 40%,
        rgba(102, 89, 200, 0.12) 60%,
        transparent 80%
    );
    filter: blur(80px);
    animation: smoothGlow 8s ease-in-out infinite, fadeInGlow 1.5s ease-out;
    z-index: 0;
    pointer-events: none;
}

@keyframes fadeInGlow {
    0% {
        opacity: 0;
        transform: translateX(-50%) scale(0.8);
    }
    100% {
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }
}

@keyframes smoothGlow {
    0% {
        opacity: 0.7;
        transform: translateX(-50%) scale(0.95);
        filter: blur(80px) brightness(0.9);
    }
    25% {
        opacity: 0.85;
        transform: translateX(-50%) scale(1);
        filter: blur(85px) brightness(1);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) scale(1.05);
        filter: blur(90px) brightness(1.1);
    }
    75% {
        opacity: 0.85;
        transform: translateX(-50%) scale(1);
        filter: blur(85px) brightness(1);
    }
    100% {
        opacity: 0.7;
        transform: translateX(-50%) scale(0.95);
        filter: blur(80px) brightness(0.9);
    }
}

.hero-cosmic-ring {
    position: absolute;
    left: 50%;
    bottom: -10%;
    transform: translateX(-50%);
    width: 200%;
    height: 60%;
    background: radial-gradient(
        ellipse at top center,
        rgba(162, 89, 255, 0.15) 0%,
        rgba(138, 89, 255, 0.08) 30%,
        transparent 60%
    );
    border-radius: 50% 50% 0 0;
    z-index: 1;
    pointer-events: none;
    animation: fadeIn 1.8s ease-out;
}

.hero-bg-flare {
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
    width: 100%;
    height: 60%;
    background: radial-gradient(
        ellipse at top center,
        rgba(80, 40, 120, 0.4) 0%,
        rgba(100, 50, 140, 0.3) 20%,
        rgba(120, 60, 160, 0.2) 35%,
        rgba(138, 89, 255, 0.12) 50%,
        rgba(162, 89, 255, 0.06) 65%,
        transparent 80%
    );
    filter: blur(100px);
    z-index: 0;
    pointer-events: none;
    animation: seamlessAura 10s ease-in-out infinite, fadeIn 1.2s ease-out;
}

@keyframes seamlessAura {
    0% {
        opacity: 0.5;
        transform: translateX(-50%) scale(0.98);
    }
    33% {
        opacity: 0.7;
        transform: translateX(-50%) scale(1.02);
    }
    66% {
        opacity: 0.9;
        transform: translateX(-50%) scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: translateX(-50%) scale(0.98);
    }
}

/* Smooth purple grid overlay with entry animation */
.hero-bg-grid {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 3;
    background-image: 
        repeating-linear-gradient(
            0deg, 
            transparent 0px, 
            transparent 49px, 
            rgba(162, 89, 255, 0.18) 49px, 
            rgba(162, 89, 255, 0.18) 50px
        ),
        repeating-linear-gradient(
            90deg, 
            transparent 0px, 
            transparent 49px, 
            rgba(162, 89, 255, 0.18) 49px, 
            rgba(162, 89, 255, 0.18) 50px
        );
    opacity: 0.5;
    animation: gridFadeIn 2s ease-out;
}

@keyframes gridFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.5;
    }
}

.floating-orbs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

/* =========================
   HERO ORBS — REDUCED GLOW & SMOOTH GENTLE BOUNCE
========================= */
.orb {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.5), rgba(162, 89, 255, 0.25), rgba(138, 89, 255, 0.08));
    box-shadow: 
        0 0 8px 2px rgba(162, 89, 255, 0.04),
        0 0 16px 0 rgba(138, 89, 255, 0.02),
        inset -4px -4px 10px rgba(138, 89, 255, 0.02);
    filter: blur(0.3px);
    opacity: 0;
    animation: orbReducedGlow 4s ease-in-out infinite alternate,
               orbSmoothBounce 8s ease-in-out infinite,
               orbFadeIn 1.5s ease-out forwards;
}

/* Reduced Glow Animation - Much Subtler */
@keyframes orbReducedGlow {
    0% {
        box-shadow:
            0 0 4px 1px rgba(162, 89, 255, 0.02),
            0 0 10px 0 rgba(138, 89, 255, 0.01),
            0 0 0px 0px rgba(162, 89, 255, 0.005) inset;
        filter: blur(0.4px);
        opacity: 0.7;
    }
    50% {
        box-shadow:
            0 0 8px 3px rgba(162, 89, 255, 0.04),
            0 0 16px 0 rgba(138, 89, 255, 0.02),
            0 0 3px 1px rgba(162, 89, 255, 0.015) inset;
        filter: blur(0.6px);
        opacity: 0.85;
    }
    100% {
        box-shadow:
            0 0 5px 1.5px rgba(162, 89, 255, 0.025),
            0 0 12px 0 rgba(138, 89, 255, 0.015),
            0 0 1px 0.5px rgba(162, 89, 255, 0.008) inset;
        filter: blur(0.5px);
        opacity: 0.75;
    }
}

/* Smooth Gentle Bounce - More Fluid, Less Aggressive */
@keyframes orbSmoothBounce {
    0%, 100% { 
        transform: translateY(0) scale(1); 
    }
    25% { 
        transform: translateY(-12px) scale(1.02); 
    }
    50% { 
        transform: translateY(-18px) scale(1.04); 
    }
    75% { 
        transform: translateY(-12px) scale(1.02); 
    }
}

@keyframes orbFadeIn {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
    }
}

.orb-1 {
    width: 120px;
    height: 120px;
    top: 20%;
    left: 15%;
    animation-delay: 0s, 0s, 0.3s;
}
.orb-2 {
    width: 80px;
    height: 80px;
    top: 60%;
    right: 20%;
    animation-delay: 1s, 2s, 0.6s;
}
.orb-3 {
    width: 100px;
    height: 100px;
    bottom: 25%;
    left: 25%;
    animation-delay: 0.5s, 1s, 0.9s;
}
.orb-4 {
    width: 60px;
    height: 60px;
    top: 35%;
    right: 15%;
    animation-delay: 1.5s, 3s, 1.2s;
}

.hero-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 30px;
    animation: fadeInUpContent 1.2s ease-out;
}

@keyframes fadeInUpContent {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-badge {
    display: inline-block;
    background: rgba(162, 89, 255, 0.15);
    border: 1px solid rgba(162, 89, 255, 0.4);
    color: #fff;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 32px;
    backdrop-filter: blur(10px);
    animation: fadeIn 1s ease-out 0.3s both;
    letter-spacing: 0.01em;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.hero-title {
    font-weight: 700;
    font-size: 64px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    text-shadow: 0 4px 30px rgba(162, 89, 255, 0.3);
    animation: fadeIn 1s ease-out 0.5s both;
}

.hero-desc {
    color: #b8b8d1;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
    letter-spacing: 0.01em;
    animation: fadeIn 1s ease-out 0.7s both;
    max-width: 700px;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    animation: fadeIn 1s ease-out 0.9s both;
}

/* Get Started Button - glassmorphism, 30% blur/translucency */
.btn-hero-primary {
    background: linear-gradient(135deg, rgba(162,89,255,0.20) 0%, rgba(255,255,255,0.13) 100%);
    color: #fff !important;
    border: none;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 999px;
    cursor: pointer;
    text-decoration: none !important;
    display: inline-block;
    backdrop-filter: blur(30px) saturate(175%);
    -webkit-backdrop-filter: blur(30px) saturate(175%);
    background-color: rgba(162, 89, 255, 0.30);
    border: 1.5px solid rgba(255,255,255,0.21);
    box-shadow:
        0 8px 32px 0 rgba(162,89,255,0.10),
        0 1.5px 6px rgba(139,61,255,0.06),
        0 1px 32px 0 rgba(255,255,255,0.03) inset;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.2s, background 0.2s, border 0.2s, color 0.2s, transform 0.2s;
}
.btn-hero-primary::before {
    content: '';
    position: absolute;
    left: 22%;
    top: -38%;
    width: 66%;
    height: 120%;
    background: linear-gradient(120deg, rgba(255,255,255,0.19) 10%, rgba(255,255,255,0.03) 54%);
    opacity: 0.22;
    border-radius: 40% 70% 60% 50%/60% 50% 70% 40%;
    pointer-events: none;
    filter: blur(1.5px);
    z-index: 1;
    transition: opacity 0.2s;
}
.btn-hero-primary:hover::before,
.btn-hero-primary:focus::before {
    opacity: 0.36;
}
.btn-hero-primary:hover,
.btn-hero-primary:focus {
    background: linear-gradient(135deg, rgba(162,89,255,0.27) 0%, rgba(255,255,255,0.16) 100%);
    color: #fff !important;
    border: 1.5px solid rgba(162,89,255,0.22);
    background-color: rgba(162, 89, 255, 0.37);
    box-shadow:
        0 12px 40px rgba(139, 61, 255, 0.13),
        0 2px 12px 0 rgba(255,255,255,0.06) inset;
    transform: translateY(-3px) scale(1.04);
}

.btn-hero-secondary {
    background: #fff;
    color: #0a0015 !important;
    border: none;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.1);
    text-decoration: none !important;
    display: inline-block;
}

.btn-hero-secondary:hover,
.btn-hero-secondary:focus {
    transform: translateY(-3px);
    background: #f0f0f0;
    box-shadow: 0 8px 30px rgba(255, 255, 255, 0.2);
    color: #a259ff !important;
}

/* =========================
   RESPONSIVE BREAKPOINTS
========================= */
@media (min-width: 1920px) {
    .hero-section {
        height: 100vh;
    }
    .hero-cosmic-glow {
        width: 1200px;
        height: 1200px;
    }
    .hero-title {
        font-size: 80px;
    }
    .hero-desc {
        font-size: 20px;
    }
}

@media (min-width: 1440px) and (max-width: 1919px) {
    .hero-section {
        height: 100vh;
    }
    .hero-cosmic-glow {
        width: 1100px;
        height: 1100px;
    }
    .hero-title {
        font-size: 72px;
    }
    .hero-desc {
        font-size: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .hero-section {
        height: 100vh;
    }
    .hero-cosmic-glow {
        width: 1000px;
        height: 1000px;
    }
    .hero-title {
        font-size: 68px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .hero-section {
        height: 100vh;
    }
    .hero-cosmic-glow {
        width: 900px;
        height: 900px;
    }
    .hero-title {
        font-size: 60px;
    }
    .hero-desc {
        font-size: 17px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hero-section {
        height: 100vh;
    }
    .hero-content {
        padding: 0 40px;
    }
    .hero-cosmic-glow {
        width: 700px;
        height: 700px;
    }
    .hero-title {
        font-size: 52px;
        margin-bottom: 20px;
    }
    .hero-desc {
        font-size: 16px;
        margin-bottom: 32px;
    }
    .hero-buttons {
        gap: 16px;
    }
    .btn-hero-primary,
    .btn-hero-secondary {
        padding: 14px 32px;
        font-size: 15px;
    }
    .orb-1 { width: 100px; height: 100px; }
    .orb-2 { width: 70px; height: 70px; }
    .orb-3 { width: 85px; height: 85px; }
    .orb-4 { width: 55px; height: 55px; }
}

@media (min-width: 600px) and (max-width: 767px) {
    .hero-section {
        height: 100vh;
    }
    .hero-content {
        padding: 0 30px;
    }
    .hero-cosmic-glow {
        width: 600px;
        height: 600px;
    }
    .hero-title {
        font-size: 46px;
        margin-bottom: 18px;
    }
    .hero-desc {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .hero-badge {
        font-size: 13px;
        padding: 9px 20px;
        margin-bottom: 28px;
    }
    .hero-buttons {
        flex-direction: row;
        gap: 14px;
    }
    .btn-hero-primary,
    .btn-hero-secondary {
        padding: 13px 28px;
        font-size: 14px;
    }
    .orb-1 { width: 85px; height: 85px; }
    .orb-2 { width: 60px; height: 60px; }
    .orb-3 { width: 75px; height: 75px; }
    .orb-4 { width: 48px; height: 48px; }
}

@media (min-width: 481px) and (max-width: 599px) {
    .hero-section {
        height: 100vh;
    }
    .hero-content {
        padding: 0 25px;
    }
    .hero-cosmic-glow {
        width: 550px;
        height: 550px;
    }
    .hero-title {
        font-size: 38px;
        line-height: 1.25;
        margin-bottom: 16px;
    }
    .hero-desc {
        font-size: 15px;
        margin-bottom: 28px;
    }
    .hero-badge {
        font-size: 13px;
        padding: 8px 18px;
        margin-bottom: 26px;
    }
    .hero-buttons {
        flex-direction: row;
        gap: 12px;
        width: 100%;
        justify-content: center;
    }
    .btn-hero-primary,
    .btn-hero-secondary {
        flex: 1;
        font-size: 14px;
        padding: 13px 24px;
        max-width: 170px;
        min-width: 140px;
    }
    .orb-1 { width: 80px; height: 80px; }
    .orb-2 { width: 55px; height: 55px; }
    .orb-3 { width: 70px; height: 70px; }
    .orb-4 { width: 45px; height: 45px; }
}

@media (min-width: 361px) and (max-width: 480px) {
    .hero-section {
        height: 100vh;
    }
    .hero-content {
        padding: 0 20px;
    }
    .hero-cosmic-glow {
        width: 500px;
        height: 500px;
    }
    .hero-title {
        font-size: 34px;
        line-height: 1.25;
        margin-bottom: 16px;
    }
    .hero-desc {
        font-size: 14px;
        margin-bottom: 28px;
        line-height: 1.5;
    }
    .hero-badge {
        font-size: 12px;
        padding: 8px 18px;
        margin-bottom: 24px;
    }
    .hero-buttons {
        flex-direction: row;
        gap: 12px;
        width: 100%;
        justify-content: center;
    }
    .btn-hero-primary,
    .btn-hero-secondary {
        flex: 1;
        font-size: 14px;
        padding: 13px 20px;
        max-width: 160px;
        min-width: 140px;
    }
    .orb-1 { width: 70px; height: 70px; }
    .orb-2 { width: 50px; height: 50px; }
    .orb-3 { width: 60px; height: 60px; }
    .orb-4 { width: 40px; height: 40px; }
    .hero-section::after {
        height: 100px;
    }
}

@media (min-width: 321px) and (max-width: 360px) {
    .hero-section {
        height: 100vh;
    }
    .hero-content {
        padding: 0 18px;
    }
    .hero-cosmic-glow {
        width: 450px;
        height: 450px;
    }
    .hero-title {
        font-size: 30px;
        line-height: 1.25;
        margin-bottom: 14px;
    }
    .hero-desc {
        font-size: 13px;
        margin-bottom: 26px;
    }
    .hero-badge {
        font-size: 11px;
        padding: 7px 16px;
        margin-bottom: 22px;
    }
    .hero-buttons {
        flex-direction: row;
        gap: 10px;
        width: 100%;
        justify-content: center;
    }
    .btn-hero-primary,
    .btn-hero-secondary {
        flex: 1;
        font-size: 13px;
        padding: 12px 16px;
        min-width: 120px;
        max-width: 145px;
    }
    .orb-1 { width: 65px; height: 65px; }
    .orb-2 { width: 45px; height: 45px; }
    .orb-3 { width: 55px; height: 55px; }
    .orb-4 { width: 38px; height: 38px; }
    .hero-section::after {
        height: 90px;
    }
}

@media (max-width: 320px) {
    .hero-section {
        height: 100vh;
    }
    .hero-content {
        padding: 0 15px;
    }
    .hero-cosmic-glow {
        width: 400px;
        height: 400px;
    }
    .hero-title {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 12px;
    }
    .hero-desc {
        font-size: 12px;
        margin-bottom: 24px;
    }
    .hero-badge {
        font-size: 10px;
        padding: 6px 14px;
        margin-bottom: 20px;
    }
    .hero-buttons {
        flex-direction: row;
        gap: 8px;
        width: 100%;
        justify-content: center;
    }
    .btn-hero-primary,
    .btn-hero-secondary {
        flex: 1;
        font-size: 12px;
        padding: 11px 14px;
        min-width: 110px;
        max-width: 135px;
    }
    .orb-1 { width: 55px; height: 55px; }
    .orb-2 { width: 40px; height: 40px; }
    .orb-3 { width: 50px; height: 50px; }
    .orb-4 { width: 35px; height: 35px; }
    .hero-section::after {
        height: 80px;
    }
}

/* Height-specific adjustments for very short screens */
@media (max-height: 600px) {
    .hero-section {
        min-height: 600px;
        padding: 40px 0;
    }
    .hero-title {
        font-size: clamp(28px, 5vw, 48px);
        margin-bottom: 12px;
    }
    .hero-desc {
        font-size: clamp(12px, 2.5vw, 16px);
        margin-bottom: 20px;
    }
    .hero-badge {
        margin-bottom: 16px;
    }
    .hero-buttons {
        gap: 10px;
    }
    .btn-hero-primary,
    .btn-hero-secondary {
        padding: 10px 20px;
        font-size: 13px;
    }
}

@media (max-height: 500px) and (orientation: landscape) {
    .hero-section {
        min-height: 500px;
        padding: 30px 0;
    }
    .hero-content {
        padding: 0 20px;
    }
    .hero-title {
        font-size: clamp(24px, 4vw, 36px);
        margin-bottom: 10px;
    }
    .hero-desc {
        font-size: clamp(11px, 2vw, 14px);
        margin-bottom: 16px;
    }
    .hero-badge {
        padding: 6px 14px;
        font-size: 11px;
        margin-bottom: 14px;
    }
    .hero-buttons {
        gap: 10px;
    }
    .btn-hero-primary,
    .btn-hero-secondary {
        padding: 9px 18px;
        font-size: 12px;
    }
    .orb-1, .orb-2, .orb-3, .orb-4 {
        display: none;
    }
}

/* Ultra-wide screens */
@media (min-width: 2560px) {
    .hero-cosmic-glow {
        width: 1400px;
        height: 1400px;
    }
    .hero-title {
        font-size: 90px;
    }
    .hero-desc {
        font-size: 22px;
        max-width: 800px;
    }
    .hero-badge {
        font-size: 16px;
        padding: 12px 28px;
    }
    .btn-hero-primary,
    .btn-hero-secondary {
        padding: 18px 48px;
        font-size: 18px;
    }
    .orb-1 { width: 150px; height: 150px; }
    .orb-2 { width: 100px; height: 100px; }
    .orb-3 { width: 120px; height: 120px; }
    .orb-4 { width: 80px; height: 80px; }
}

/* Performance optimization for reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .hero-cosmic-glow,
    .hero-bg-flare,
    .hero-cosmic-ring,
    .hero-bg-grid,
    .orb,
    .hero-content,
    .hero-badge,
    .hero-title,
    .hero-desc,
    .hero-buttons {
        animation: none !important;
        transition: none !important;
    }
    .orb {
        opacity: 0.6;
    }
    .hero-bg-grid {
        opacity: 0.5;
    }
}




/* Thicker, pill-shaped, responsive Contact Us button */
.btn-contact-pill {
  display: inline-block;
  border: none;
  border-radius: 999px;
  background: linear-gradient(90deg, #A259FF 60%, #7F3DFF 100%);
  color: #fff !important;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.01em;
  padding: 16px 38px;   /* Increased vertical padding for thickness */
  box-shadow: 0 2px 8px rgba(162,89,255,0.13);
  text-decoration: none;
  transition: background 0.18s, transform 0.18s;
  position: relative;
  z-index: 2;
  min-height: 46px;     /* Ensures thickness even with short text */
  line-height: 1.2;
}
.btn-contact-pill:hover, .btn-contact-pill:focus {
  background: linear-gradient(90deg, #7F3DFF 0%, #A259FF 100%);
  color: #fff;
  transform: translateY(-2px) scale(1.03);
}

/* Thicker on desktop */
@media (min-width: 992px) {
  .btn-contact-pill {
    font-size: 1.08rem;
    padding: 18px 46px;   /* Even thicker on desktop */
    min-height: 54px;
  }
}

/* Compact but still thick on mobile */
@media (max-width: 600px) {
  .btn-contact-pill {
    font-size: 0.93rem;
    padding: 13px 23px;
    min-height: 38px;
  }
}
/* 1. Move hero content up in mobile view */
@media (max-width: 600px) {
  .hero-section {
    padding-top: 0 !important;
  }
  .hero-content {
    position: relative !important;
    top: -50px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    z-index: 10 !important;
  }
}
@media (max-width: 400px) {
  .hero-content {
    top: -80px !important;
  }
}

/* 2. Contact Us button: bigger pill in mobile, same font size, slightly larger icon */
@media (max-width: 600px) {
  .btn-contact-pill {
    font-size: 0.87rem !important;
    padding: 11px 22px !important;
    min-height: 34px !important;
    height: 34px !important;
    gap: 6px !important;
  }
  .btn-contact-text {
    font-size: 0.87rem !important;
  }
  .btn-call-icon {
    width: 15px !important;
    height: 15px !important;
    background-size: 15px 15px !important;
  }
}
@media (max-width: 400px) {
  .btn-contact-pill {
    font-size: 0.80rem !important;
    padding: 9px 14px !important;
    min-height: 28px !important;
    height: 28px !important;
    gap: 5px !important;
  }
  .btn-contact-text {
    font-size: 0.80rem !important;
  }
  .btn-call-icon {
    width: 12px !important;
    height: 12px !important;
    background-size: 12px 12px !important;
  }
}

/* 3. Hamburger menu: smooth, fast slide, pure black background, no translucency */
.offcanvas-menu {
    background: #000 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transition: right 0.32s cubic-bezier(0.83, 0, 0.17, 1) !important;
    opacity: 1 !important;
}
.offcanvas-menu.open {
    right: 0 !important;
    opacity: 1 !important;
}

/* 4. Hamburger icon animation: smooth transform into X */
.custom-toggler {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0.25em;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    z-index: 11000;
    transition: background 0.2s;
}
.toggler-icon {
    display: block;
    width: 32px;
    height: 4px;
    background: #fff !important;
    border-radius: 10px !important;
    transition: all 0.35s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    box-shadow: none !important;
}
.custom-toggler.open .toggler-icon:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}
.custom-toggler.open .toggler-icon:nth-child(2) {
    opacity: 0;
}
.custom-toggler.open .toggler-icon:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}
/* 1. Hamburger menu: smooth, fast, pure black background, no translucency */
.offcanvas-menu {
    background: #000 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transition: right 0.19s cubic-bezier(0.77, 0, 0.175, 1) !important; /* Smooth and fast */
    opacity: 1 !important;
}
.offcanvas-menu.open {
    right: 0 !important;
    opacity: 1 !important;
}

/* 2. Hamburger icon: always 3 white lines, smaller, no cross animation */
.custom-toggler {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0.25em;
    width: 32px; /* smaller overall */
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px; /* less gap between lines */
    cursor: pointer;
    z-index: 11000;
    transition: background 0.2s;
}
.toggler-icon {
    display: block;
    width: 22px;     /* smaller line width */
    height: 3px;     /* a bit thinner */
    background: #fff !important;
    border-radius: 6px !important;
    transition: none !important; /* remove all rotation/transform */
    box-shadow: none !important;
}
.custom-toggler.open .toggler-icon:nth-child(1),
.custom-toggler.open .toggler-icon:nth-child(2),
.custom-toggler.open .toggler-icon:nth-child(3) {
    transform: none !important;   /* No cross, just lines */
    opacity: 1 !important;
}
@media (max-width: 600px) {
  .btn-contact-pill {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    min-height: 38px !important;
    height: 38px !important;
  }
}
@media (max-width: 400px) {
  .btn-contact-pill {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    min-height: 32px !important;
    height: 32px !important;
  }
}
/* Hamburger menu: smooth, fast slide, pure black background */
.offcanvas-menu {
    background: #000 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transition: right 0.19s cubic-bezier(0.77, 0, 0.175, 1) !important;
    opacity: 1 !important;
}
.offcanvas-menu.open {
    right: 0 !important;
    opacity: 1 !important;
}

/* Hamburger icon: keep animation, always white, smaller in mobile */
.custom-toggler {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0.25em;
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    z-index: 11000;
    transition: background 0.2s;
}
.toggler-icon {
    display: block;
    width: 22px;      /* Shorter lines for mobile */
    height: 3px;      /* Thinner lines */
    background: #fff !important; /* Always white */
    border-radius: 10px !important;
    transition: all 0.35s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    box-shadow: none !important;
}

/* Cross animation when menu open */
.custom-toggler.open .toggler-icon:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
.custom-toggler.open .toggler-icon:nth-child(2) {
    opacity: 0;
}
.custom-toggler.open .toggler-icon:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* Even smaller for extra small screens */
@media (max-width: 400px) {
  .custom-toggler {
    width: 26px;
    height: 26px;
    gap: 3px;
  }
  .toggler-icon {
    width: 16px;
    height: 2.5px;
  }
  .custom-toggler.open .toggler-icon:nth-child(1) {
      transform: translateY(6px) rotate(45deg);
  }
  .custom-toggler.open .toggler-icon:nth-child(3) {
      transform: translateY(-6px) rotate(-45deg);
  }
}
/* Offcanvas menu: pure black, buttery fast & smooth slide */
.offcanvas-menu {
    background: #000 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transition: right 0.19s cubic-bezier(0.9, 0.05, 0.2, 1.1) !important; /* Buttery: fast, smooth */
    opacity: 1 !important;
}
.offcanvas-menu.open {
    right: 0 !important;
    opacity: 1 !important;
}

/* Hamburger icon: only 3 white lines, animation to cross, bigger lines */
.custom-toggler {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0.25em;
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    z-index: 11000;
}
.toggler-icon {
    display: block;
    width: 34px;     /* Larger line width */
    height: 5px;     /* Thicker lines */
    background: #fff !important;
    border-radius: 10px !important;
    transition: all 0.34s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    box-shadow: none !important;
    position: relative;
}

/* Hamburger to cross animation */
.custom-toggler.open .toggler-icon:nth-child(1) {
    transform: translateY(13px) rotate(45deg);
}
.custom-toggler.open .toggler-icon:nth-child(2) {
    opacity: 0;
}
.custom-toggler.open .toggler-icon:nth-child(3) {
    transform: translateY(-13px) rotate(-45deg);
}

/* For extra small screens (optional, keep lines nicely sized) */
@media (max-width: 400px) {
  .custom-toggler {
    width: 32px;
    height: 32px;
    gap: 5px;
  }
  .toggler-icon {
    width: 22px;
    height: 4px;
  }
  .custom-toggler.open .toggler-icon:nth-child(1) {
      transform: translateY(8px) rotate(45deg);
  }
  .custom-toggler.open .toggler-icon:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg);
  }
}
/* Offcanvas menu: pure black, ultra-smooth and fast slide */
.offcanvas-menu {
    background: #000 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transition: right 0.16s cubic-bezier(0.85, 0, 0.15, 1) !important;
    opacity: 1 !important;
}
.offcanvas-menu.open {
    right: 0 !important;
    opacity: 1 !important;
}

/* Hamburger icon: animated to cross, white lines, optimized size */
.custom-toggler {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0.25em;
    width: 30px;    /* smaller overall */
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    z-index: 11000;
}
.toggler-icon {
    display: block;
    width: 20px;     /* smaller line width */
    height: 2.8px;   /* thinner lines */
    background: #fff !important;
    border-radius: 10px !important;
    transition: all 0.33s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    box-shadow: none !important;
    position: relative;
}

/* Hamburger to cross animation on open */
.custom-toggler.open .toggler-icon:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.custom-toggler.open .toggler-icon:nth-child(2) {
    opacity: 0;
}
.custom-toggler.open .toggler-icon:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Extra small screens (optional) */
@media (max-width: 400px) {
  .custom-toggler {
    width: 24px;
    height: 24px;
    gap: 3px;
  }
  .toggler-icon {
    width: 14px;
    height: 2px;
  }
  .custom-toggler.open .toggler-icon:nth-child(1) {
      transform: translateY(5px) rotate(45deg);
  }
  .custom-toggler.open .toggler-icon:nth-child(3) {
      transform: translateY(-5px) rotate(-45deg);
  }
}
/* Offcanvas menu: pure black, ultra-smooth and fast slide */
.offcanvas-menu {
    background: #000 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    opacity: 1 !important;
    transform: translateX(100%);
}
.offcanvas-menu.open {
    transform: translateX(0) !important;
    opacity: 1 !important;
}

/* Hide any default close buttons or purple cross */
.offcanvas-menu .btn-close,
.offcanvas-menu .close,
.offcanvas-header .btn-close {
    display: none !important;
}

/* Hamburger icon: animated to cross, white lines, smaller size */
.custom-toggler {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0.25em;
    width: 26px;    /* smaller */
    height: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3.5px;    /* tighter spacing */
    cursor: pointer;
    z-index: 11000;
    position: relative;
}

.toggler-icon {
    display: block;
    width: 18px;     /* smaller line width */
    height: 2.5px;   /* thinner lines */
    background: #fff !important;
    border-radius: 10px !important;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: none !important;
    position: relative;
}

/* Hamburger to cross animation on open - buttery smooth */
.custom-toggler.open .toggler-icon:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}
.custom-toggler.open .toggler-icon:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}
.custom-toggler.open .toggler-icon:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

/* Extra small screens */
@media (max-width: 400px) {
  .custom-toggler {
    width: 22px;
    height: 22px;
    gap: 3px;
  }
  .toggler-icon {
    width: 16px;
    height: 2px;
  }
  .custom-toggler.open .toggler-icon:nth-child(1) {
      transform: translateY(5px) rotate(45deg);
  }
  .custom-toggler.open .toggler-icon:nth-child(3) {
      transform: translateY(-5px) rotate(-45deg);
  }
}
/* Offcanvas menu: pure black, ultra-smooth and fast slide */
.offcanvas-menu {
    background: #000 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    opacity: 1 !important;
    transform: translateX(100%);
}
.offcanvas-menu.open {
    transform: translateX(0) !important;
    opacity: 1 !important;
}

/* FORCE HIDE all close buttons and purple cross */
.offcanvas-menu .btn-close,
.offcanvas-menu .close,
.offcanvas-header .btn-close,
.offcanvas .btn-close,
button.btn-close,
.offcanvas-menu button[aria-label="Close"],
.offcanvas-menu .navbar-toggler,
.offcanvas-menu svg,
.offcanvas-menu .bi-x,
.offcanvas-menu .bi-x-lg {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Hide the entire offcanvas header if it contains close button */
.offcanvas-header {
    position: relative;
}
.offcanvas-header > *:not(.offcanvas-title):not(img):not(.logo) {
    display: none !important;
}

/* Hamburger icon: animated to cross, white lines, smaller size */
.custom-toggler {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0.25em;
    width: 26px;
    height: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3.5px;
    cursor: pointer;
    z-index: 11000;
    position: relative;
}

/* Ensure toggler icon spans exist and are visible */
.custom-toggler .toggler-icon {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.toggler-icon {
    display: block;
    width: 18px;
    height: 2.5px;
    background: #fff !important;
    border-radius: 10px !important;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: none !important;
    position: relative;
}

/* Hamburger to cross animation - SMOOTH */
.custom-toggler.open .toggler-icon:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}
.custom-toggler.open .toggler-icon:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}
.custom-toggler.open .toggler-icon:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

/* Make sure the hamburger stays visible when menu is open */
.custom-toggler.open {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Extra small screens */
@media (max-width: 400px) {
  .custom-toggler {
    width: 22px;
    height: 22px;
    gap: 3px;
  }
  .toggler-icon {
    width: 16px;
    height: 2px;
  }
  .custom-toggler.open .toggler-icon:nth-child(1) {
      transform: translateY(5px) rotate(45deg);
  }
  .custom-toggler.open .toggler-icon:nth-child(3) {
      transform: translateY(-5px) rotate(-45deg);
  }
}
/* Offcanvas menu: pure black, ULTRA-smooth and fast slide - optimized for mobile */
.offcanvas-menu {
    background: #000 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1) !important;
    opacity: 1 !important;
    transform: translateX(100%);
    will-change: transform;
    -webkit-transform: translateX(100%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}
.offcanvas-menu.open {
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    opacity: 1 !important;
}

/* FORCE HIDE all close buttons and purple cross */
.offcanvas-menu .btn-close,
.offcanvas-menu .close,
.offcanvas-header .btn-close,
.offcanvas .btn-close,
button.btn-close,
.offcanvas-menu button[aria-label="Close"],
.offcanvas-menu .navbar-toggler,
.offcanvas-menu svg,
.offcanvas-menu .bi-x,
.offcanvas-menu .bi-x-lg {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Hide the entire offcanvas header if it contains close button */
.offcanvas-header {
    position: relative;
}
.offcanvas-header > *:not(.offcanvas-title):not(img):not(.logo) {
    display: none !important;
}

/* Hamburger icon: BUTTERY SMOOTH animated to cross */
.custom-toggler {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0.25em;
    width: 26px;
    height: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3.5px;
    cursor: pointer;
    z-index: 11000;
    position: relative;
    -webkit-tap-highlight-color: transparent;
}

/* Ensure toggler icon spans exist and are visible */
.custom-toggler .toggler-icon {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.toggler-icon {
    display: block;
    width: 18px;
    height: 2.5px;
    background: #fff !important;
    border-radius: 10px !important;
    transition: transform 0.35s cubic-bezier(0.4, 0.0, 0.2, 1), 
                opacity 0.25s ease;
    box-shadow: none !important;
    position: relative;
    will-change: transform, opacity;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* Hamburger to cross animation - ULTRA SMOOTH */
.custom-toggler.open .toggler-icon:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
    -webkit-transform: translateY(6px) rotate(45deg);
}
.custom-toggler.open .toggler-icon:nth-child(2) {
    opacity: 0;
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
}
.custom-toggler.open .toggler-icon:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
    -webkit-transform: translateY(-6px) rotate(-45deg);
}

/* Make sure the hamburger stays visible when menu is open */
.custom-toggler.open {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Overlay backdrop - smooth fade */
.offcanvas-backdrop {
    transition: opacity 0.3s ease !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

/* Extra small screens */
@media (max-width: 400px) {
  .custom-toggler {
    width: 22px;
    height: 22px;
    gap: 3px;
  }
  .toggler-icon {
    width: 16px;
    height: 2px;
  }
  .custom-toggler.open .toggler-icon:nth-child(1) {
      transform: translateY(5px) rotate(45deg);
      -webkit-transform: translateY(5px) rotate(45deg);
  }
  .custom-toggler.open .toggler-icon:nth-child(3) {
      transform: translateY(-5px) rotate(-45deg);
      -webkit-transform: translateY(-5px) rotate(-45deg);
  }
}

/* Performance optimization for mobile */
@media (max-width: 768px) {
  .offcanvas-menu {
    transform: translate3d(100%, 0, 0);
  }
  .offcanvas-menu.open {
    transform: translate3d(0, 0, 0) !important;
  }
}
/* Offcanvas menu: pure black, ultra-smooth and fast slide */
.offcanvas-menu {
    background: #000 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), 
                opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
    opacity: 1 !important;
    transform: translateX(100%);
}

.offcanvas-menu.open {
    transform: translateX(0) !important;
    opacity: 1 !important;
}

/* Hamburger icon: animated to cross, white lines, larger size */
.custom-toggler {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0.35em;
    width: 36px;    /* increased from 30px */
    height: 36px;   /* increased from 30px */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;       /* increased from 4px */
    cursor: pointer;
    z-index: 11000;
    position: relative;
}

.toggler-icon {
    display: block;
    width: 26px;     /* increased from 20px */
    height: 3px;     /* increased from 2.8px */
    background: #fff !important;
    border-radius: 10px !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: none !important;
    position: relative;
    transform-origin: center;
}

/* Smooth hamburger to cross animation on open */
.custom-toggler.open .toggler-icon:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.custom-toggler.open .toggler-icon:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.custom-toggler.open .toggler-icon:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* Hover effect for better UX */
.custom-toggler:hover .toggler-icon {
    background: #f0f0f0 !important;
}

/* Contact Us button - smaller for desktop */
@media (min-width: 992px) {
    .header-contact-btn,
    .contact-us-btn {
        padding: 0.5rem 1.25rem !important;  /* reduced padding */
        font-size: 0.9rem !important;         /* slightly smaller text */
    }
}

/* Extra small screens */
@media (max-width: 400px) {
    .custom-toggler {
        width: 28px;
        height: 28px;
        gap: 4px;
    }
    
    .toggler-icon {
        width: 20px;
        height: 2.5px;
    }
    
    .custom-toggler.open .toggler-icon:nth-child(1) {
        transform: translateY(6.5px) rotate(45deg);
    }
    
    .custom-toggler.open .toggler-icon:nth-child(3) {
        transform: translateY(-6.5px) rotate(-45deg);
    }
}

/* Additional animation polish */
.custom-toggler .toggler-icon {
    will-change: transform, opacity;
}

.offcanvas-menu {
    will-change: transform, opacity;
}
/* Offcanvas menu: pure black, ultra-smooth slide */
.offcanvas-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100vh;
    background: #000 !important;
    z-index: 10000;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.5);
}

.offcanvas-menu.open {
    transform: translateX(0);
}

/* Overlay when menu is open */
body.menu-open::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Close button in menu */
.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    z-index: 10001;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.close-btn:hover {
    transform: rotate(90deg);
}

/* Hamburger icon: larger lines, smooth animation */
.custom-toggler {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    z-index: 10001;
    position: relative;
}

.toggler-icon {
    display: block;
    width: 28px;
    height: 3px;
    background: #fff !important;
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

/* Hamburger to X animation */
.custom-toggler.open .toggler-icon:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.custom-toggler.open .toggler-icon:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.custom-toggler.open .toggler-icon:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

/* Hover effect */
.custom-toggler:hover .toggler-icon {
    background: #f0f0f0 !important;
}

/* Contact Us button - smaller for desktop */
@media (min-width: 992px) {
    .btn-contact-pill {
        padding: 0.5rem 1.1rem !important;
        font-size: 0.875rem !important;
    }
    
    .btn-contact-text {
        font-size: 0.875rem !important;
    }
}

/* Mobile adjustments */
@media (max-width: 991px) {
    .btn-contact-pill {
        padding: 0.4rem 0.8rem !important;
        font-size: 0.8rem !important;
    }
    
    .btn-call-icon {
        width: 16px !important;
        height: 16px !important;
    }
}

/* Extra small screens */
@media (max-width: 400px) {
    .custom-toggler {
        width: 36px;
        height: 36px;
        gap: 5px;
    }
    
    .toggler-icon {
        width: 24px;
        height: 2.5px;
    }
    
    .custom-toggler.open .toggler-icon:nth-child(1) {
        transform: translateY(7.5px) rotate(45deg);
    }
    
    .custom-toggler.open .toggler-icon:nth-child(3) {
        transform: translateY(-7.5px) rotate(-45deg);
    }
    
    .offcanvas-menu {
        width: 260px;
    }
}

/* Prevent body scroll when menu is open */
body.menu-open {
    overflow: hidden;
}

/* Menu items styling */
.offcanvas-menu .navbar-nav {
    padding: 0 2rem;
}

.offcanvas-menu .nav-link {
    color: #fff !important;
    padding: 1rem 0;
    font-size: 1.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.offcanvas-menu .nav-link:hover,
.offcanvas-menu .nav-link.active {
    color: #00d4ff !important;
    padding-left: 10px;
}

/* Performance optimization */
.custom-toggler .toggler-icon,
.offcanvas-menu {
    will-change: transform, opacity;
}
/* Offcanvas menu: pure black, ultra-smooth slide */
.offcanvas-menu {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100vh;
    background: #000 !important;
    z-index: 10000;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
}

.offcanvas-menu.open {
    right: 0 !important;
}

/* Close button in menu */
.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 2.5rem;
    cursor: pointer;
    z-index: 10001;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, color 0.2s ease;
    line-height: 1;
    padding: 0;
}

.close-btn:hover {
    transform: rotate(90deg);
    color: #ff4444;
}

/* Hamburger icon: larger lines, smooth cross animation */
.custom-toggler {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 8px;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 6px !important;
    cursor: pointer;
    z-index: 10001;
    position: relative;
}

.toggler-icon {
    display: block !important;
    width: 28px !important;
    height: 3px !important;
    background: #fff !important;
    border-radius: 2px !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative;
}

/* CRITICAL: Hamburger to X animation */
.custom-toggler.open .toggler-icon:nth-child(1) {
    transform: translateY(9px) rotate(45deg) !important;
}

.custom-toggler.open .toggler-icon:nth-child(2) {
    opacity: 0 !important;
    transform: scaleX(0) !important;
}

.custom-toggler.open .toggler-icon:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg) !important;
}

/* Hover effect on hamburger */
.custom-toggler:not(.open):hover .toggler-icon {
    background: #ddd !important;
}

/* Contact Us button - smaller for desktop */
@media (min-width: 992px) {
    .btn-contact-pill {
        padding: 0.5rem 1.1rem !important;
        font-size: 0.875rem !important;
    }
    
    .btn-contact-text {
        font-size: 0.875rem !important;
    }
    
    .btn-call-icon {
        width: 18px !important;
        height: 18px !important;
    }
}

/* Mobile contact button */
@media (max-width: 991px) {
    .btn-contact-pill {
        padding: 0.4rem 0.8rem !important;
        font-size: 0.8rem !important;
    }
    
    .btn-call-icon {
        width: 16px !important;
        height: 16px !important;
    }
}

/* Extra small screens */
@media (max-width: 400px) {
    .custom-toggler {
        width: 36px !important;
        height: 36px !important;
        gap: 5px !important;
    }
    
    .toggler-icon {
        width: 24px !important;
        height: 2.5px !important;
    }
    
    .custom-toggler.open .toggler-icon:nth-child(1) {
        transform: translateY(7.5px) rotate(45deg) !important;
    }
    
    .custom-toggler.open .toggler-icon:nth-child(3) {
        transform: translateY(-7.5px) rotate(-45deg) !important;
    }
    
    .offcanvas-menu {
        width: 260px;
        right: -260px;
    }
}

/* Prevent body scroll when menu is open */
body.menu-open {
    overflow: hidden;
}

/* Performance optimization */
.custom-toggler,
.toggler-icon,
.offcanvas-menu {
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
/* Offcanvas menu: pure black, ultra-smooth slide */
.offcanvas-menu {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100vh;
    background: #000 !important;
    z-index: 10000;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
}

.offcanvas-menu.open {
    right: 0 !important;
}

/* Close button in menu - FIXED: Better positioning and clickability */
.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    color: #fff !important;
    font-size: 2.5rem;
    cursor: pointer;
    z-index: 10002 !important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    line-height: 1;
    padding: 0;
    pointer-events: auto !important;
}

.close-btn:hover {
    transform: rotate(90deg) scale(1.1);
    color: #ff4444 !important;
}

.close-btn:active {
    transform: scale(0.9);
}

/* Hamburger icon: larger lines, smooth cross animation */
.custom-toggler {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 8px;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 6px !important;
    cursor: pointer;
    z-index: 10001;
    position: relative;
}

.toggler-icon {
    display: block !important;
    width: 28px !important;
    height: 3px !important;
    background: #fff !important;
    border-radius: 2px !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative;
}

/* Hamburger to X animation */
.custom-toggler.open .toggler-icon:nth-child(1) {
    transform: translateY(9px) rotate(45deg) !important;
}

.custom-toggler.open .toggler-icon:nth-child(2) {
    opacity: 0 !important;
    transform: scaleX(0) !important;
}

.custom-toggler.open .toggler-icon:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg) !important;
}

/* Hover effect on hamburger */
.custom-toggler:not(.open):hover .toggler-icon {
    background: #ddd !important;
}

/* Contact Us button - smaller for desktop */
@media (min-width: 992px) {
    .btn-contact-pill {
        padding: 0.5rem 1.1rem !important;
        font-size: 0.875rem !important;
    }
    
    .btn-contact-text {
        font-size: 0.875rem !important;
    }
    
    .btn-call-icon {
        width: 18px !important;
        height: 18px !important;
    }
}

/* Mobile contact button */
@media (max-width: 991px) {
    .btn-contact-pill {
        padding: 0.4rem 0.8rem !important;
        font-size: 0.8rem !important;
    }
    
    .btn-call-icon {
        width: 16px !important;
        height: 16px !important;
    }
}

/* Extra small screens */
@media (max-width: 400px) {
    .custom-toggler {
        width: 36px !important;
        height: 36px !important;
        gap: 5px !important;
    }
    
    .toggler-icon {
        width: 24px !important;
        height: 2.5px !important;
    }
    
    .custom-toggler.open .toggler-icon:nth-child(1) {
        transform: translateY(7.5px) rotate(45deg) !important;
    }
    
    .custom-toggler.open .toggler-icon:nth-child(3) {
        transform: translateY(-7.5px) rotate(-45deg) !important;
    }
    
    .offcanvas-menu {
        width: 260px;
        right: -260px;
    }
    
    .close-btn {
        top: 15px;
        right: 15px;
        width: 45px;
        height: 45px;
        font-size: 2rem;
    }
}

/* REMOVED: No body overlay when menu is open */
body.menu-open {
    overflow: hidden;
}

/* Performance optimization */
.custom-toggler,
.toggler-icon,
.offcanvas-menu {
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
/* Offcanvas menu: pure black, ultra-smooth slide */
.offcanvas-menu {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100vh;
    background: #000 !important;
    z-index: 10000;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
}

.offcanvas-menu.open {
    right: 0 !important;
}

/* CRITICAL: Remove ALL overlays and backdrop filters */
body.menu-open::before,
body.menu-open::after,
.offcanvas-backdrop,
.modal-backdrop {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Close button - MAXIMUM z-index and clickability */
.close-btn {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    font-size: 2.5rem !important;
    cursor: pointer !important;
    z-index: 99999 !important;
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    line-height: 1 !important;
    padding: 0 !important;
    pointer-events: auto !important;
    opacity: 1 !important;
}

.close-btn:hover {
    transform: rotate(90deg) scale(1.1) !important;
    color: #ff4444 !important;
}

.close-btn:active {
    transform: scale(0.9) !important;
}

/* Hamburger icon: larger lines, smooth cross animation */
.custom-toggler {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 8px !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 6px !important;
    cursor: pointer !important;
    z-index: 10001 !important;
    position: relative !important;
}

.toggler-icon {
    display: block !important;
    width: 28px !important;
    height: 3px !important;
    background: #fff !important;
    border-radius: 2px !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
}

/* Hamburger to X animation */
.custom-toggler.open .toggler-icon:nth-child(1) {
    transform: translateY(9px) rotate(45deg) !important;
}

.custom-toggler.open .toggler-icon:nth-child(2) {
    opacity: 0 !important;
    transform: scaleX(0) !important;
}

.custom-toggler.open .toggler-icon:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg) !important;
}

/* Hover effect on hamburger */
.custom-toggler:not(.open):hover .toggler-icon {
    background: #ddd !important;
}

/* Contact Us button - smaller for desktop */
@media (min-width: 992px) {
    .btn-contact-pill {
        padding: 0.5rem 1.1rem !important;
        font-size: 0.875rem !important;
    }
    
    .btn-contact-text {
        font-size: 0.875rem !important;
    }
    
    .btn-call-icon {
        width: 18px !important;
        height: 18px !important;
    }
}

/* Mobile contact button */
@media (max-width: 991px) {
    .btn-contact-pill {
        padding: 0.4rem 0.8rem !important;
        font-size: 0.8rem !important;
    }
    
    .btn-call-icon {
        width: 16px !important;
        height: 16px !important;
    }
}

/* Extra small screens */
@media (max-width: 400px) {
    .custom-toggler {
        width: 36px !important;
        height: 36px !important;
        gap: 5px !important;
    }
    
    .toggler-icon {
        width: 24px !important;
        height: 2.5px !important;
    }
    
    .custom-toggler.open .toggler-icon:nth-child(1) {
        transform: translateY(7.5px) rotate(45deg) !important;
    }
    
    .custom-toggler.open .toggler-icon:nth-child(3) {
        transform: translateY(-7.5px) rotate(-45deg) !important;
    }
    
    .offcanvas-menu {
        width: 260px;
        right: -260px;
    }
    
    .close-btn {
        top: 15px !important;
        right: 15px !important;
        width: 45px !important;
        height: 45px !important;
        font-size: 2rem !important;
    }
}

/* NO body scroll lock - causes issues */
body.menu-open {
    overflow: auto !important;
}

/* Performance optimization */
.custom-toggler,
.toggler-icon,
.offcanvas-menu {
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* Force remove any Bootstrap overlays */
.navbar-toggler:focus {
    box-shadow: none !important;
}

.offcanvas-menu * {
    pointer-events: auto !important;
}
/* Offcanvas menu: pure black, ultra-smooth slide */
.offcanvas-menu {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100vh;
    background: #000 !important;
    z-index: 10000;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
}

.offcanvas-menu.open {
    right: 0 !important;
}

/* CRITICAL: Remove ALL overlays and backdrop filters */
body.menu-open::before,
body.menu-open::after,
.offcanvas-backdrop,
.modal-backdrop {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Close button - MAXIMUM z-index and clickability */
.close-btn {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    font-size: 2.5rem !important;
    cursor: pointer !important;
    z-index: 99999 !important;
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    line-height: 1 !important;
    padding: 0 !important;
    pointer-events: auto !important;
    opacity: 1 !important;
}

.close-btn:hover {
    transform: rotate(90deg) scale(1.1) !important;
    color: #ff4444 !important;
}

.close-btn:active {
    transform: scale(0.9) !important;
}

/* Hamburger icon: larger lines, smooth cross animation */
.custom-toggler {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 8px !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 6px !important;
    cursor: pointer !important;
    z-index: 10001 !important;
    position: relative !important;
}

.toggler-icon {
    display: block !important;
    width: 28px !important;
    height: 3px !important;
    background: #fff !important;
    border-radius: 2px !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
}

/* Hamburger to X animation */
.custom-toggler.open .toggler-icon:nth-child(1) {
    transform: translateY(9px) rotate(45deg) !important;
}

.custom-toggler.open .toggler-icon:nth-child(2) {
    opacity: 0 !important;
    transform: scaleX(0) !important;
}

.custom-toggler.open .toggler-icon:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg) !important;
}

/* Hover effect on hamburger */
.custom-toggler:not(.open):hover .toggler-icon {
    background: #ddd !important;
}

/* Contact Us button - smaller for desktop */
@media (min-width: 992px) {
    .btn-contact-pill {
        padding: 0.5rem 1.1rem !important;
        font-size: 0.875rem !important;
    }
    
    .btn-contact-text {
        font-size: 0.875rem !important;
    }
    
    .btn-call-icon {
        width: 18px !important;
        height: 18px !important;
    }
}

/* Mobile contact button */
@media (max-width: 991px) {
    .btn-contact-pill {
        padding: 0.4rem 0.8rem !important;
        font-size: 0.8rem !important;
    }
    
    .btn-call-icon {
        width: 16px !important;
        height: 16px !important;
    }
}

/* Extra small screens */
@media (max-width: 400px) {
    .custom-toggler {
        width: 36px !important;
        height: 36px !important;
        gap: 5px !important;
    }
    
    .toggler-icon {
        width: 24px !important;
        height: 2.5px !important;
    }
    
    .custom-toggler.open .toggler-icon:nth-child(1) {
        transform: translateY(7.5px) rotate(45deg) !important;
    }
    
    .custom-toggler.open .toggler-icon:nth-child(3) {
        transform: translateY(-7.5px) rotate(-45deg) !important;
    }
    
    .offcanvas-menu {
        width: 260px;
        right: -260px;
    }
    
    .close-btn {
        top: 15px !important;
        right: 15px !important;
        width: 45px !important;
        height: 45px !important;
        font-size: 2rem !important;
    }
}

/* NO body scroll lock - causes issues */
body.menu-open {
    overflow: auto !important;
}

/* Performance optimization */
.custom-toggler,
.toggler-icon,
.offcanvas-menu {
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* Force remove any Bootstrap overlays */
.navbar-toggler:focus {
    box-shadow: none !important;
}

.offcanvas-menu * {
    pointer-events: auto !important;
}

/* Offcanvas menu links: white by default, deep purple for current page */
.offcanvas-menu.open a,
.offcanvas-menu.open .nav-link {
    color: #fff !important;
}

.offcanvas-menu.open a.active,
.offcanvas-menu.open .nav-link.active {
    color: #6a1b9a !important; /* Deep purple for current page */
}
@media (max-width: 600px) {
  .hero-badge,
  .hero-title,
  .hero-desc {
    position: relative;
    top: -50px;
    z-index: 2;
  }
  .hero-buttons {
    margin-top: 24px !important;   /* makes buttons sit below the headings, adjust as needed */
    position: relative;
    top: 0;
    z-index: 1;
  }
}
@media (max-width: 400px) {
  .hero-badge,
  .hero-title,
  .hero-desc {
    top: -80px;
  }
  .hero-buttons {
    margin-top: 14px !important;
  }
}
@media (max-width: 600px) {
  .hero-badge,
  .hero-title,
  .hero-desc {
    position: relative;
    top: -50px;   /* or -80px for extra small screens, adjust as needed */
    z-index: 2;
  }
  .hero-buttons {
    margin-top: 44px !important; /* pushes buttons further down */
    position: relative;
    top: 0;
    z-index: 1;
  }
}
@media (max-width: 400px) {
  .hero-badge,
  .hero-title,
  .hero-desc {
    top: -80px;
  }
  .hero-buttons {
    margin-top: 34px !important;
  }
}
@media (max-width: 600px) {
  .hero-badge,
  .hero-title,
  .hero-desc,
  .hero-buttons {
    position: relative;
    top: 40px; /* Move everything down by 40px, adjust as needed */
    z-index: 2;
  }
}
@media (max-width: 400px) {
  .hero-badge,
  .hero-title,
  .hero-desc,
  .hero-buttons {
    top: 60px;
  }
}
@media (max-width: 600px) {
  .hero-badge,
  .hero-title,
  .hero-desc {
    position: relative;
    top: -30px; /* Move up by 24px, adjust as needed */
    z-index: 2;
  }
}
@media (max-width: 400px) {
  .hero-badge,
  .hero-title,
  .hero-desc {
    top: -40px;
  }
}
@media (max-width: 600px) {
  .hero-badge,
  .hero-title,
  .hero-desc {
    position: relative;
    top: 16px; /* Move down by 16px, adjust as needed */
    z-index: 2;
  }
}
@media (max-width: 400px) {
  .hero-badge,
  .hero-title,
  .hero-desc {
    top: 24px;
  }
}
/* ==============================================
   COMPREHENSIVE DIGITAL SOLUTIONS SECTION - REDESIGNED
   ============================================== */

.solutions-section {
    background: #0E0820;
    padding: 40px 20px 100px 20px;
    position: relative;
    overflow: hidden;
}

.solutions-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(109, 40, 217, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.solutions-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Section Header */
.solutions-header {
    text-align: center;
    margin-bottom: 50px;
}

.solutions-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(109, 40, 217, 0.15);
    border: 0.5px solid rgba(168, 85, 247, 0.4);
    border-radius: 20px;
    padding: 6px 18px;
    font-size: 13px;
    color: #c084fc;
    margin-bottom: 16px;
    box-shadow: 0 0 15px rgba(109, 40, 217, 0.3);
}

.badge-icon {
    width: 6px;
    height: 6px;
    background: #a855f7;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(168, 85, 247, 0.8);
}

.solutions-title {
    font-size: 44px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 16px 0;
    line-height: 1.2;
    text-shadow: 0 0 30px rgba(109, 40, 217, 0.4);
}

.solutions-subtitle {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6;
    max-width: 750px;
    margin: 0 auto;
}

/* Solutions Grid */
.solutions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 50px;
}

.solution-card {
    background: rgba(20, 10, 40, 0.4);
    border: 2.5px solid rgba(109, 40, 217, 0.15);
    border-radius: 16px;
    padding: 32px 28px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.solution-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #a855f7, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.solution-card:hover {
    transform: translateY(-8px);
    border-color: rgba(168, 85, 247, 0.6);
    background: rgba(20, 10, 40, 0.6);
    box-shadow: 0 10px 40px rgba(109, 40, 217, 0.4);
}

.solution-card:hover::before {
    opacity: 1;
}

.solution-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #6d28d9, #9333ea);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(109, 40, 217, 0.5);
}

.solution-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.solution-desc {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 20px;
}

.solution-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}

.solution-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 13px;
    color: #e0d7ff;
}

.solution-features .dot {
    width: 5px;
    height: 5px;
    background: #a855f7;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 0 8px rgba(168, 85, 247, 0.8);
}

.solution-btn {
    display: block;
    text-align: center;
    color: #ffffff;
    background: rgba(109, 40, 217, 0.2);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 24px;
    border: 1px solid rgba(168, 85, 247, 0.3);
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 4px 15px rgba(109, 40, 217, 0.2);
}

.solution-btn::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.4), rgba(168, 85, 247, 0.4));
    border-radius: 8px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.solution-btn:hover {
    background: rgba(109, 40, 217, 0.35);
    border-color: rgba(168, 85, 247, 0.5);
    box-shadow: 0 8px 25px rgba(109, 40, 217, 0.4);
    transform: translateY(-2px);
}

.solution-btn:hover::before {
    opacity: 1;
}

/* CTA Button */
.solutions-cta {
    text-align: center;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #6d28d9, #9333ea);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 42px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(109, 40, 217, 0.5);
    border: 1px solid transparent;
    position: relative;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(135deg, #9333ea, #c084fc);
    border-radius: 50px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(109, 40, 217, 0.7);
    background: linear-gradient(135deg, #7c3aed, #a855f7);
}

.cta-button:hover::before {
    opacity: 1;
}

/* ==============================================
   RESPONSIVE - TABLET
   ============================================== */
@media (max-width: 1024px) {
    .solutions-title {
        font-size: 38px;
    }

    .solutions-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

/* ==============================================
   RESPONSIVE - MOBILE
   ============================================== */
@media (max-width: 768px) {
    .solutions-section {
        padding: 30px 16px 60px 16px;
    }

    .solutions-header {
        margin-bottom: 40px;
    }

    .solutions-title {
        font-size: 32px;
    }

    .solutions-subtitle {
        font-size: 15px;
    }

    .solutions-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 400px; /* Reduced width for mobile cards */
        margin: 0 auto 40px auto;
    }

    .solution-card {
        padding: 28px 24px;
    }

    .solution-icon {
        width: 48px;
        height: 48px;
    }

    .solution-title {
        font-size: 18px;
    }

    .solution-desc {
        font-size: 13px;
    }

    .solution-features li {
        font-size: 12px;
    }

    .cta-button {
        font-size: 14px;
        padding: 12px 36px;
    }
}

/* ==============================================
   RESPONSIVE - SMALL MOBILE
   ============================================== */
@media (max-width: 480px) {
    .solutions-title {
        font-size: 28px;
    }

    .solutions-subtitle {
        font-size: 14px;
    }

    .solutions-grid {
        max-width: 350px; /* Further reduced for small mobile */
    }

    .solution-card {
        padding: 24px 20px;
    }

    .solution-icon {
        width: 44px;
        height: 44px;
    }

    .solution-title {
        font-size: 17px;
    }

    .solution-desc {
        font-size: 12px;
    }

    .cta-button {
        padding: 11px 32px;
        font-size: 13px;
    }
}
/* ==============================================
   ABOUT TRANSFORM SECTION
   ============================================== */

.about-transform-section {
    background: #0f0920;
    padding: 80px 20px 100px 20px;
    position: relative;
    overflow: hidden;
}

.about-transform-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(139, 92, 246, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.about-transform-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.about-transform-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

/* Left Column */
.about-left {
    padding-right: 20px;
}

.about-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(139, 92, 246, 0.2);
    border: 0.5px solid rgba(167, 139, 250, 0.4);
    border-radius: 20px;
    padding: 6px 18px;
    font-size: 13px;
    color: #c4b5fd;
    margin-bottom: 16px;
    box-shadow: 0 0 15px rgba(139, 92, 246, 0.2);
}

.about-main-title {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    margin: 0 0 24px 0;
}

.gradient-text {
    background: linear-gradient(135deg, #a78bfa, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-paragraph {
    font-size: 15px;
    color: #c4b5fd;
    line-height: 1.7;
    margin: 0 0 16px 0;
}

/* Stats Row */
.stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin: 32px 0 28px 0;
}

.stat-box {
    background: rgba(30, 27, 75, 0.3);
    border: 0.5px solid rgba(139, 92, 246, 0.2);
    border-radius: 12px;
    padding: 20px 12px;
    text-align: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.stat-box:hover {
    border-color: rgba(167, 139, 250, 0.5);
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.3);
}

.stat-number {
    font-size: 30px;
    font-weight: 700;
    background: linear-gradient(135deg, #a78bfa, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 6px;
}

.stat-label {
    font-size: 12px;
    color: #c4b5fd;
    line-height: 1.4;
}

.about-cta-btn {
    display: inline-block;
    background: linear-gradient(135deg, #8b5cf6, #c084fc);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 36px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.5);
}

.about-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(139, 92, 246, 0.7);
    background: linear-gradient(135deg, #7c3aed, #a78bfa);
}

/* Right Column - Feature Boxes (2x2 Grid) */
.about-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    align-content: start;
}

.about-feature-box {
    background: rgba(30, 27, 75, 0.3);
    border: 0.5px solid rgba(139, 92, 246, 0.2);
    border-radius: 14px;
    padding: 24px 20px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    min-height: 160px;
}

.about-feature-box:hover {
    transform: translateY(-6px);
    border-color: rgba(167, 139, 250, 0.5);
    background: rgba(30, 27, 75, 0.5);
    box-shadow: 0 10px 40px rgba(139, 92, 246, 0.3);
}

.about-feature-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #8b5cf6, #c084fc);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-bottom: 14px;
    box-shadow: 0 5px 20px rgba(139, 92, 246, 0.4);
    font-size: 20px;
}

.about-feature-title {
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.about-feature-text {
    font-size: 13px;
    color: #c4b5fd;
    line-height: 1.6;
    margin: 0;
}

/* ==============================================
   RESPONSIVE DESIGN - TABLET
   ============================================== */

@media (max-width: 1024px) {
    .solutions-title,
    .about-main-title {
        font-size: 36px;
    }
    
    .solutions-grid {
        gap: 20px;
    }
    
    .about-transform-content {
        gap: 50px;
    }
    
    .about-right {
        gap: 14px;
    }
}

@media (max-width: 900px) {
    .solutions-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .stats-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ==============================================
   RESPONSIVE DESIGN - MOBILE
   ============================================== */

@media (max-width: 768px) {
    .solutions-section {
        padding: 30px 20px 70px 20px;
    }
    
    .about-transform-section {
        padding: 60px 20px 70px 20px;
    }
    
    .solutions-title {
        font-size: 30px;
    }
    
    .solutions-subtitle {
        font-size: 15px;
    }
    
    .solution-card {
        padding: 28px 24px;
    }
    
    .about-transform-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .about-left {
        padding-right: 0;
    }
    
    .about-main-title {
        font-size: 28px;
    }
    
    .about-right {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    /* Increase button size on mobile */
    .cta-button,
    .about-cta-btn {
        padding: 14px 40px;
        font-size: 15px;
    }
}

@media (max-width: 640px) {
    .solutions-section {
        padding: 25px 16px 60px 16px;
    }
    
    .about-transform-section {
        padding: 50px 16px 60px 16px;
    }
    
    .solutions-title {
        font-size: 26px;
    }
    
    .solutions-subtitle {
        font-size: 14px;
    }
    
    .solution-card {
        padding: 24px 20px;
    }
    
    .solution-title {
        font-size: 18px;
    }
    
    .solution-desc {
        font-size: 13px;
    }
    
    .about-main-title {
        font-size: 24px;
    }
    
    .about-paragraph {
        font-size: 14px;
    }
    
    .stats-row {
        gap: 10px;
    }
    
    .stat-box {
        padding: 16px 10px;
    }
    
    .stat-number {
        font-size: 26px;
    }
    
    .stat-label {
        font-size: 11px;
    }
    
    .about-feature-box {
        padding: 22px 18px;
        min-height: 140px;
    }
    
    .about-feature-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    .about-feature-title {
        font-size: 16px;
    }
    
    .about-feature-text {
        font-size: 12px;
    }
    
    /* Increase button size */
    .cta-button,
    .about-cta-btn {
        padding: 13px 36px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .solutions-title {
        font-size: 24px;
    }
    
    .about-main-title {
        font-size: 22px;
    }
    
    .cta-button,
    .about-cta-btn {
        padding: 12px 32px;
        font-size: 14px;
    }
    
    .stats-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .stat-number {
        font-size: 24px;
    }
}

/* ==============================================
   EXTRA SMALL DEVICES
   ============================================== */

@media (max-width: 360px) {
    .solutions-title {
        font-size: 22px;
    }
    
    .about-main-title {
        font-size: 20px;
    }
    
    .solution-icon,
    .about-feature-icon {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    
    .stat-box {
        padding: 14px 8px;
    }
    
    .cta-button,
    .about-cta-btn {
        padding: 9px 20px;
        font-size: 12px;
    }
    
    .about-feature-box {
        padding: 20px 16px;
        min-height: 130px;
    }
}
/* Success Stories Section - Optimized with Exact Brand Colors */
.success-stories-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 24px 72px 24px;
    text-align: center;
    background: transparent;
}

.success-stories-badge {
    display: inline-block;
    padding: 8px 24px;
    background: rgba(109, 40, 217, 0.15);
    color: #c084fc;
    border: 1px solid rgba(168, 85, 247, 0.3);
    border-radius: 999px;
    font-size: 0.95rem;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    font-weight: 500;
    backdrop-filter: blur(8px);
}

.success-stories-title {
    font-size: 2.75rem;
    font-weight: 800;
    margin-bottom: 16px;
    color: #FFFFFF;
    letter-spacing: -0.5px;
}

.success-stories-desc {
    font-size: 1.1rem;
    color: #B3B3B3;
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 1.6;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Pills */
.success-stories-pills {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.pill {
    padding: 12px 32px;
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 999px;
    background: rgba(28, 28, 47, 0.6);
    color: #B3B3B3;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
    backdrop-filter: blur(10px);
}

.pill:hover {
    background: rgba(109, 40, 217, 0.15);
    color: #c084fc;
    border: 1px solid rgba(168, 85, 247, 0.4);
}

.pill.active {
    background: linear-gradient(135deg, #6d28d9 0%, #9333ea 50%, #a855f7 100%);
    color: #FFFFFF;
    border: 2px solid transparent;
    border-image: linear-gradient(135deg, #6d28d9, #9333ea, #a855f7, #c084fc) 1;
    box-shadow: 0 0 24px rgba(168, 85, 247, 0.5);
    position: relative;
}

.pill.active::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 999px;
    padding: 2px;
    background: linear-gradient(135deg, #6d28d9, #9333ea, #a855f7, #c084fc);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

/* Project Cards */
.success-stories-projects {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    margin-top: 0;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.success-stories-projects.hidden {
    display: none;
}

.success-project-card {
    background: rgba(28, 28, 47, 0.5);
    border: 1px solid rgba(168, 85, 247, 0.15);
    border-radius: 20px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    transition: all 0.3s ease;
    overflow: hidden;
}

.success-project-card:hover {
    background: rgba(28, 28, 47, 0.7);
    border-color: rgba(168, 85, 247, 0.4);
    box-shadow: 0 8px 32px rgba(147, 51, 234, 0.25);
    transform: translateY(-8px);
}

.success-project-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    background: rgba(24, 24, 38, 0.9);
}

.success-project-content {
    padding: 24px 20px 0 20px;
    text-align: left;
}

.success-project-tag {
    display: inline-block;
    padding: 6px 16px;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 999px;
    margin-bottom: 12px;
    letter-spacing: 0.3px;
}

.success-project-tag.webdev {
    background: linear-gradient(135deg, #6d28d9 0%, #9333ea 100%);
    color: #FFFFFF;
}

.success-project-tag.webdesign {
    background: linear-gradient(135deg, #9333ea 0%, #a855f7 100%);
    color: #FFFFFF;
}

.success-project-tag.uiux {
    background: linear-gradient(135deg, #a855f7 0%, #c084fc 100%);
    color: #FFFFFF;
}

.success-project-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #FFFFFF;
    letter-spacing: -0.3px;
}

.success-project-desc {
    font-size: 0.95rem;
    color: #B3B3B3;
    margin-bottom: 18px;
    line-height: 1.5;
}

.success-project-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.success-project-stack span {
    background: rgba(109, 40, 217, 0.15);
    color: #c084fc;
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 999px;
    font-size: 0.8rem;
    padding: 6px 14px;
    font-weight: 500;
    backdrop-filter: blur(8px);
}

.success-project-link {
    display: block;
    text-align: center;
    padding: 12px 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #6d28d9 0%, #9333ea 50%, #a855f7 100%);
    color: #FFFFFF;
    border: 2px solid transparent;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 8px;
    position: relative;
    overflow: hidden;
}

.success-project-link::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 999px;
    padding: 2px;
    background: linear-gradient(135deg, #6d28d9, #9333ea, #a855f7, #c084fc);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.success-project-link:hover {
    box-shadow: 0 6px 24px rgba(147, 51, 234, 0.4);
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .success-stories-projects {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 24px;
    }
}

@media (max-width: 968px) {
    .success-stories-section {
        padding: 64px 20px 56px 20px;
    }
    
    .success-stories-title {
        font-size: 2.25rem;
    }
    
    .success-stories-projects {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .success-stories-section {
        padding: 56px 16px 48px 16px;
    }
    
    .success-stories-badge {
        font-size: 0.9rem;
        padding: 6px 20px;
    }
    
    .success-stories-title {
        font-size: 1.9rem;
    }
    
    .success-stories-desc {
        font-size: 1rem;
        margin-bottom: 32px;
    }
    
    .success-stories-pills {
        gap: 10px;
        margin-bottom: 36px;
    }
    
    .pill {
        font-size: 0.9rem;
        padding: 10px 24px;
    }
    
    .success-stories-projects {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .success-project-card {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .success-stories-section {
        padding: 56px 16px 48px 16px;
    }
    
    .success-stories-badge {
        font-size: 0.8rem;
        padding: 6px 16px;
    }
    
    .success-stories-title {
        font-size: 1.85rem;
        letter-spacing: -0.5px;
        line-height: 1.2;
    }
    
    .success-stories-desc {
        font-size: 0.92rem;
        margin-bottom: 32px;
        line-height: 1.5;
    }
    
    .success-stories-pills {
        gap: 8px;
        margin-bottom: 36px;
        padding: 0 4px;
    }
    
    .pill {
        font-size: 0.85rem;
        padding: 10px 22px;
    }
    
    .success-project-card {
        padding-bottom: 22px;
        border-radius: 18px;
        margin-bottom: 20px;
    }
    
    .success-project-img {
        height: 200px;
        border-radius: 0;
    }
    
    .success-project-content {
        padding: 22px 20px 0 20px;
    }
    
    .success-project-tag {
        font-size: 0.82rem;
        padding: 6px 15px;
        margin-bottom: 10px;
    }
    
    .success-project-title {
        font-size: 1.2rem;
        margin-bottom: 10px;
        line-height: 1.3;
    }
    
    .success-project-desc {
        font-size: 0.9rem;
        margin-bottom: 16px;
        line-height: 1.6;
    }
    
    .success-project-stack {
        gap: 7px;
        margin-bottom: 18px;
    }
    
    .success-project-stack span {
        font-size: 0.78rem;
        padding: 6px 13px;
    }
    
    .success-project-link {
        padding: 13px 0;
        font-size: 0.92rem;
        font-weight: 700;
    }
}

@media (max-width: 360px) {
    .success-stories-section {
        padding: 48px 14px 40px 14px;
    }
    
    .success-stories-title {
        font-size: 1.65rem;
    }
    
    .success-stories-desc {
        font-size: 0.88rem;
    }
    
    .success-stories-pills {
        gap: 7px;
    }
    
    .pill {
        font-size: 0.8rem;
        padding: 9px 18px;
    }
    
    .success-project-card {
        border-radius: 16px;
        padding-bottom: 20px;
    }
    
    .success-project-img {
        height: 180px;
    }
    
    .success-project-content {
        padding: 20px 18px 0 18px;
    }
    
    .success-project-tag {
        font-size: 0.78rem;
        padding: 5px 13px;
    }
    
    .success-project-title {
        font-size: 1.15rem;
    }
    
    .success-project-desc {
        font-size: 0.87rem;
    }
    
    .success-project-stack span {
        font-size: 0.73rem;
        padding: 5px 11px;
    }
    
    .success-project-link {
        padding: 12px 0;
        font-size: 0.88rem;
    }
}
/* Success Stories Section - Optimized with Exact Brand Colors */
.success-stories-section {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 80px 24px 72px 24px;
    text-align: center;
    background: #0E0820;
}

.success-stories-container {
    max-width: 1200px;
    margin: 0 auto;
}

.success-stories-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: rgba(88, 28, 135, 0.35);
    color: #FFFFFF;
    border: 1.5px solid rgba(126, 34, 206, 0.6);
    border-radius: 999px;
    font-size: 0.9rem;
    margin-bottom: 24px;
    letter-spacing: 0.3px;
    font-weight: 500;
    box-shadow: 0 0 20px rgba(126, 34, 206, 0.25);
}

.success-stories-badge::before {
    content: "•";
    color: #a855f7;
    font-size: 1.4rem;
    line-height: 1;
}

.success-stories-title {
    font-size: 2.75rem;
    font-weight: 800;
    margin-bottom: 16px;
    color: #FFFFFF;
    letter-spacing: -0.5px;
}

.success-stories-desc {
    font-size: 1.1rem;
    color: #B3B3B3;
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 1.6;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Pills */
.success-stories-pills {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.pill {
    padding: 14px 32px;
    border: 1.5px solid rgba(126, 34, 206, 0.6);
    border-radius: 999px;
    background: rgba(88, 28, 135, 0.3);
    color: #B3B3B3;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
    white-space: nowrap;
}

.pill:hover {
    background: rgba(109, 40, 217, 0.4);
    color: #FFFFFF;
    border-color: rgba(168, 85, 247, 0.7);
    box-shadow: 0 0 20px rgba(126, 34, 206, 0.35);
}

.pill.active {
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    color: #FFFFFF;
    border: 1.5px solid rgba(168, 85, 247, 0.7);
    box-shadow: 0 0 35px rgba(168, 85, 247, 0.6), 0 0 60px rgba(168, 85, 247, 0.3);
}

/* Project Cards */
.success-stories-projects {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    margin-top: 0;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.success-stories-projects.hidden {
    display: none;
}

.success-project-card {
    background: rgba(28, 28, 47, 0.5);
    border: 1px solid rgba(168, 85, 247, 0.15);
    border-radius: 20px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    transition: all 0.3s ease;
    overflow: hidden;
}

.success-project-card:hover {
    background: rgba(28, 28, 47, 0.7);
    border-color: rgba(168, 85, 247, 0.4);
    box-shadow: 0 8px 32px rgba(147, 51, 234, 0.25);
    transform: translateY(-8px);
}

.success-project-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    background: rgba(24, 24, 38, 0.9);
}

.success-project-content {
    padding: 24px 20px 0 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.success-project-tag {
    display: inline-block;
    padding: 10px 22px;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 999px;
    margin-bottom: 14px;
    letter-spacing: 0.3px;
    background: rgba(88, 28, 135, 0.4);
    color: #FFFFFF;
    border: 1px solid rgba(126, 34, 206, 0.5);
    white-space: nowrap;
    width: fit-content;
}

.success-project-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #FFFFFF;
    letter-spacing: -0.3px;
}

.success-project-desc {
    font-size: 0.95rem;
    color: #B3B3B3;
    margin-bottom: 18px;
    line-height: 1.5;
}

.success-project-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.success-project-stack span {
    background: rgba(109, 40, 217, 0.15);
    color: #c084fc;
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 999px;
    font-size: 0.8rem;
    padding: 6px 14px;
    font-weight: 500;
    backdrop-filter: blur(8px);
}

.success-project-link {
    display: block;
    text-align: center;
    padding: 12px 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #6d28d9 0%, #9333ea 50%, #a855f7 100%);
    color: #FFFFFF;
    border: none;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
    position: relative;
    overflow: hidden;
}

.success-project-link:hover {
    box-shadow: 0 6px 24px rgba(147, 51, 234, 0.4);
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .success-stories-projects {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 24px;
    }
}

@media (max-width: 968px) {
    .success-stories-section {
        padding: 64px 20px 56px 20px;
    }
    
    .success-stories-title {
        font-size: 2.25rem;
    }
    
    .success-stories-projects {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .success-stories-section {
        padding: 56px 20px 48px 20px;
    }
    
    .success-stories-badge {
        font-size: 0.85rem;
        padding: 10px 24px;
    }
    
    .success-stories-badge::before {
        font-size: 1.2rem;
    }
    
    .success-stories-title {
        font-size: 1.9rem;
    }
    
    .success-stories-desc {
        font-size: 1rem;
        margin-bottom: 32px;
    }
    
    .success-stories-pills {
        gap: 12px;
        margin-bottom: 36px;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        padding: 0 20px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    
    .success-stories-pills::-webkit-scrollbar {
        display: none;
    }
    
    .pill {
        font-size: 0.9rem;
        padding: 12px 28px;
        flex-shrink: 0;
    }
    
    .success-stories-projects {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 90%;
    }
    
    .success-project-card {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .success-stories-section {
        padding: 56px 20px 48px 20px;
    }
    
    .success-stories-badge {
        font-size: 0.8rem;
        padding: 8px 20px;
    }
    
    .success-stories-title {
        font-size: 1.85rem;
        letter-spacing: -0.5px;
        line-height: 1.2;
    }
    
    .success-stories-desc {
        font-size: 0.92rem;
        margin-bottom: 32px;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .success-stories-pills {
        gap: 8px;
        margin-bottom: 36px;
        padding: 0 4px;
    }
    
    .pill {
        font-size: 0.85rem;
        padding: 10px 22px;
    }
    
    .success-stories-projects {
        max-width: 85%;
        gap: 24px;
    }
    
    .success-project-card {
        padding-bottom: 22px;
        border-radius: 18px;
        margin-bottom: 0;
        width: 100%;
    }
    
    .success-project-img {
        height: 220px;
        border-radius: 0;
    }
    
    .success-project-content {
        padding: 22px 20px 0 20px;
    }
    
    .success-project-tag {
        font-size: 0.82rem;
        padding: 6px 15px;
        margin-bottom: 10px;
    }
    
    .success-project-title {
        font-size: 1.2rem;
        margin-bottom: 10px;
        line-height: 1.3;
    }
    
    .success-project-desc {
        font-size: 0.9rem;
        margin-bottom: 16px;
        line-height: 1.6;
    }
    
    .success-project-stack {
        gap: 7px;
        margin-bottom: 18px;
    }
    
    .success-project-stack span {
        font-size: 0.78rem;
        padding: 6px 13px;
    }
    
    .success-project-link {
        padding: 13px 0;
        font-size: 0.92rem;
        font-weight: 700;
    }
}

@media (max-width: 360px) {
    .success-stories-section {
        padding: 48px 16px 40px 16px;
    }
    
    .success-stories-badge {
        font-size: 0.75rem;
        padding: 7px 18px;
    }
    
    .success-stories-title {
        font-size: 1.65rem;
    }
    
    .success-stories-desc {
        font-size: 0.88rem;
        padding: 0 8px;
    }
    
    .success-stories-pills {
        gap: 7px;
    }
    
    .pill {
        font-size: 0.8rem;
        padding: 9px 18px;
    }
    
    .success-stories-projects {
        max-width: 82%;
        gap: 20px;
    }
    
    .success-project-card {
        border-radius: 16px;
        padding-bottom: 20px;
    }
    
    .success-project-img {
        height: 180px;
    }
    
    .success-project-content {
        padding: 20px 18px 0 18px;
    }
    
    .success-project-tag {
        font-size: 0.78rem;
        padding: 5px 13px;
    }
    
    .success-project-title {
        font-size: 1.15rem;
    }
    
    .success-project-desc {
        font-size: 0.87rem;
    }
    
    .success-project-stack span {
        font-size: 0.73rem;
        padding: 5px 11px;
    }
    
    .success-project-link {
        padding: 12px 0;
        font-size: 0.88rem;
    }
}
/* ========================================
   RESET & BASE STYLES
======================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #0E0820;
    color: #ffffff;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background-color: #0E0820;
    color: #ffffff;
    line-height: 1.6;
}

.reviews-section {
    padding: 80px 20px;
    background-color: #0E0820;
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Badge */
.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.2), rgba(147, 51, 234, 0.2));
    border: 1px solid rgba(168, 85, 247, 0.3);
    border-radius: 50px;
    font-size: 14px;
    color: #c084fc;
    margin-bottom: 30px;
}

.star-icon {
    font-size: 16px;
}

/* Section Heading */
.section-title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ffffff, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 60px;
    line-height: 1.8;
}

/* Reviews Carousel */
.reviews-carousel {
    max-width: 900px;
    margin: 0 auto 60px;
    position: relative;
}

.reviews-wrapper {
    position: relative;
    min-height: 400px;
}

.review-card {
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.1), rgba(147, 51, 234, 0.05));
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 24px;
    padding: 50px 40px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.95);
    transition: all 0.5s ease;
}

.review-card.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    position: relative;
}

.quote-icon {
    font-size: 48px;
    color: #9333ea;
    margin-bottom: 20px;
}

.review-text {
    font-size: 18px;
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 300;
}

.stars {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 30px;
}

.stars span {
    font-size: 20px;
    color: #9333ea;
}

.reviewer-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.reviewer-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #9333ea;
    object-fit: cover;
}

.reviewer-details {
    text-align: left;
}

.reviewer-name {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 5px;
}

.reviewer-title {
    font-size: 14px;
    color: #9333ea;
    margin-bottom: 2px;
}

.reviewer-company {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

/* Carousel Navigation */
.carousel-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(147, 51, 234, 0.2);
    border: 1px solid rgba(168, 85, 247, 0.3);
    color: #c084fc;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-btn:hover {
    background: linear-gradient(135deg, #6d28d9, #9333ea);
    border-color: #9333ea;
    transform: scale(1.1);
}

.dots {
    display: flex;
    gap: 10px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(168, 85, 247, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: linear-gradient(135deg, #6d28d9, #9333ea);
    width: 30px;
    border-radius: 5px;
}

/* Stats Grid */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 60px;
}

.stat-card {
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.1), rgba(147, 51, 234, 0.05));
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    border-color: #9333ea;
    box-shadow: 0 10px 30px rgba(147, 51, 234, 0.3);
}

.stat-number {
    font-size: 42px;
    font-weight: 700;
    background: linear-gradient(135deg, #a855f7, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .section-title {
        font-size: 40px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .reviews-section {
        padding: 60px 15px;
    }

    .section-title {
        font-size: 32px;
    }

    .section-subtitle {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .section-subtitle br {
        display: none;
    }

    .review-card {
        padding: 40px 25px;
        min-height: 450px;
    }

    .review-text {
        font-size: 16px;
    }

    .reviewer-info {
        flex-direction: column;
        gap: 15px;
    }

    .reviewer-details {
        text-align: center;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .stat-card {
        padding: 25px 15px;
    }

    .stat-number {
        font-size: 36px;
    }

    .carousel-nav {
        gap: 15px;
    }

    .nav-btn {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .reviews-section {
        padding: 40px 10px;
    }

    .section-title {
        font-size: 28px;
    }

    .badge {
        padding: 8px 16px;
        font-size: 13px;
    }

    .review-card {
        padding: 30px 20px;
    }

    .review-text {
        font-size: 15px;
    }

    .quote-icon {
        font-size: 36px;
    }

    .reviewer-name {
        font-size: 16px;
    }

    .stat-number {
        font-size: 32px;
    }

    .stat-label {
        font-size: 13px;
    }
}
/* Success Stories Section - Optimized with Exact Brand Colors */
.success-stories-section {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 80px 24px 72px 24px;
    text-align: center;
    background: #0E0820;
}

.success-stories-container {
    max-width: 1200px;
    margin: 0 auto;
}

.success-stories-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 22px;
    background: rgba(88, 28, 135, 0.35);
    color: #FFFFFF;
    border: 1.5px solid rgba(126, 34, 206, 0.6);
    border-radius: 999px;
    font-size: 0.8rem;
    margin-bottom: 24px;
    letter-spacing: 0.3px;
    font-weight: 500;
    box-shadow: 0 0 20px rgba(126, 34, 206, 0.25);
}

.success-stories-badge::before {
    content: "•";
    color: #a855f7;
    font-size: 1.2rem;
    line-height: 1;
}

.success-stories-title {
    font-size: 2.75rem;
    font-weight: 800;
    margin-bottom: 16px;
    color: #FFFFFF;
    letter-spacing: -0.5px;
}

.success-stories-desc {
    font-size: 1.1rem;
    color: #B3B3B3;
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 1.6;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Pills */
.success-stories-pills {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.pill {
    padding: 14px 32px;
    border: 1.5px solid rgba(126, 34, 206, 0.6);
    border-radius: 999px;
    background: rgba(88, 28, 135, 0.3);
    color: #B3B3B3;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
    white-space: nowrap;
}

.pill:hover {
    background: rgba(109, 40, 217, 0.4);
    color: #FFFFFF;
    border-color: rgba(168, 85, 247, 0.7);
    box-shadow: 0 0 20px rgba(126, 34, 206, 0.35);
}

.pill.active {
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    color: #FFFFFF;
    border: 1.5px solid rgba(168, 85, 247, 0.7);
    box-shadow: 0 0 35px rgba(168, 85, 247, 0.6), 0 0 60px rgba(168, 85, 247, 0.3);
}

/* Project Cards */
.success-stories-projects {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    margin-top: 0;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.success-stories-projects.hidden {
    display: none;
}

.success-project-card {
    background: rgba(28, 28, 47, 0.5);
    border: 1px solid rgba(168, 85, 247, 0.15);
    border-radius: 20px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    transition: all 0.3s ease;
    overflow: hidden;
}

.success-project-card:hover {
    background: rgba(28, 28, 47, 0.7);
    border-color: rgba(168, 85, 247, 0.4);
    box-shadow: 0 8px 32px rgba(147, 51, 234, 0.25);
    transform: translateY(-8px);
}

.success-project-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    background: rgba(24, 24, 38, 0.9);
}

.success-project-content {
    padding: 24px 20px 0 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.success-project-tag {
    display: inline-block;
    padding: 10px 22px;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 999px;
    margin-bottom: 14px;
    letter-spacing: 0.3px;
    background: rgba(88, 28, 135, 0.4);
    color: #FFFFFF;
    border: 1px solid rgba(126, 34, 206, 0.5);
    white-space: nowrap;
    width: fit-content;
}

.success-project-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #FFFFFF;
    letter-spacing: -0.3px;
}

.success-project-desc {
    font-size: 0.95rem;
    color: #B3B3B3;
    margin-bottom: 18px;
    line-height: 1.5;
}

.success-project-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.success-project-stack span {
    background: rgba(109, 40, 217, 0.15);
    color: #c084fc;
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 999px;
    font-size: 0.8rem;
    padding: 6px 14px;
    font-weight: 500;
    backdrop-filter: blur(8px);
}

.success-project-link {
    display: block;
    text-align: center;
    padding: 12px 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #6d28d9 0%, #9333ea 50%, #a855f7 100%);
    color: #FFFFFF;
    border: none;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
    position: relative;
    overflow: hidden;
}

.success-project-link:hover {
    box-shadow: 0 6px 24px rgba(147, 51, 234, 0.4);
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .success-stories-projects {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 24px;
    }
}

@media (max-width: 968px) {
    .success-stories-section {
        padding: 64px 20px 56px 20px;
    }
    
    .success-stories-title {
        font-size: 2.25rem;
    }
    
    .success-stories-projects {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .success-stories-section {
        padding: 56px 20px 48px 20px;
    }
    
    .success-stories-badge {
        font-size: 0.75rem;
        padding: 8px 20px;
        box-shadow: none;
    }
    
    .success-stories-badge::before {
        font-size: 1.1rem;
    }
    
    .success-stories-title {
        font-size: 1.9rem;
    }
    
    .success-stories-desc {
        font-size: 1rem;
        margin-bottom: 32px;
    }
    
    .success-stories-pills {
        gap: 12px;
        margin-bottom: 36px;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        padding: 0 20px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    
    .success-stories-pills::-webkit-scrollbar {
        display: none;
    }
    
    .pill {
        font-size: 0.85rem;
        padding: 11px 24px;
        flex-shrink: 0;
    }
    
    .pill:hover {
        box-shadow: none;
    }
    
    .pill.active {
        box-shadow: none;
    }
    
    .success-stories-projects {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 90%;
    }
    
    .success-project-card {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .success-stories-section {
        padding: 56px 20px 48px 20px;
    }
    
    .success-stories-badge {
        font-size: 0.8rem;
        padding: 8px 20px;
    }
    
    .success-stories-title {
        font-size: 1.85rem;
        letter-spacing: -0.5px;
        line-height: 1.2;
    }
    
    .success-stories-desc {
        font-size: 0.92rem;
        margin-bottom: 32px;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .success-stories-pills {
        gap: 8px;
        margin-bottom: 36px;
        padding: 0 4px;
    }
    
    .pill {
        font-size: 0.85rem;
        padding: 10px 22px;
    }
    
    .success-stories-projects {
        max-width: 85%;
        gap: 24px;
    }
    
    .success-project-card {
        padding-bottom: 22px;
        border-radius: 18px;
        margin-bottom: 0;
        width: 100%;
    }
    
    .success-project-img {
        height: 220px;
        border-radius: 0;
    }
    
    .success-project-content {
        padding: 22px 20px 0 20px;
    }
    
    .success-project-tag {
        font-size: 0.82rem;
        padding: 6px 15px;
        margin-bottom: 10px;
    }
    
    .success-project-title {
        font-size: 1.2rem;
        margin-bottom: 10px;
        line-height: 1.3;
    }
    
    .success-project-desc {
        font-size: 0.9rem;
        margin-bottom: 16px;
        line-height: 1.6;
    }
    
    .success-project-stack {
        gap: 7px;
        margin-bottom: 18px;
    }
    
    .success-project-stack span {
        font-size: 0.78rem;
        padding: 6px 13px;
    }
    
    .success-project-link {
        padding: 13px 0;
        font-size: 0.92rem;
        font-weight: 700;
    }
}

@media (max-width: 360px) {
    .success-stories-section {
        padding: 48px 16px 40px 16px;
    }
    
    .success-stories-badge {
        font-size: 0.75rem;
        padding: 7px 18px;
    }
    
    .success-stories-title {
        font-size: 1.65rem;
    }
    
    .success-stories-desc {
        font-size: 0.88rem;
        padding: 0 8px;
    }
    
    .success-stories-pills {
        gap: 7px;
    }
    
    .pill {
        font-size: 0.8rem;
        padding: 9px 18px;
    }
    
    .success-stories-projects {
        max-width: 82%;
        gap: 20px;
    }
    
    .success-project-card {
        border-radius: 16px;
        padding-bottom: 20px;
    }
    
    .success-project-img {
        height: 180px;
    }
    
    .success-project-content {
        padding: 20px 18px 0 18px;
    }
    
    .success-project-tag {
        font-size: 0.78rem;
        padding: 5px 13px;
    }
    
    .success-project-title {
        font-size: 1.15rem;
    }
    
    .success-project-desc {
        font-size: 0.87rem;
    }
    
    .success-project-stack span {
        font-size: 0.73rem;
        padding: 5px 11px;
    }
    
    .success-project-link {
        padding: 12px 0;
        font-size: 0.88rem;
    }
}
/* OUR PORTFOLIO */
.success-stories-section {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 80px 24px 72px 24px;
    text-align: center;
    background: #0E0820;
}

.success-stories-container {
    max-width: 1200px;
    margin: 0 auto;
}

.success-stories-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 18px;
    background: rgba(88, 28, 135, 0.35);
    color: #FFFFFF;
    border: 1.5px solid rgba(126, 34, 206, 0.6);
    border-radius: 999px;
    font-size: 0.75rem;
    margin-bottom: 24px;
    letter-spacing: 0.3px;
    font-weight: 500;
    box-shadow: 0 0 20px rgba(126, 34, 206, 0.25);
}

.success-stories-badge::before {
    content: "•";
    color: #a855f7;
    font-size: 1.1rem;
    line-height: 1;
}

.success-stories-title {
    font-size: 2.75rem;
    font-weight: 800;
    margin-bottom: 16px;
    color: #FFFFFF;
    letter-spacing: -0.5px;
}

.success-stories-desc {
    font-size: 1.1rem;
    color: #B3B3B3;
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 1.6;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Pills */
.success-stories-pills {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.pill {
    padding: 12px 28px;
    border: 1.5px solid rgba(126, 34, 206, 0.6);
    border-radius: 999px;
    background: rgba(88, 28, 135, 0.3);
    color: #B3B3B3;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
    white-space: nowrap;
}

.pill:hover {
    background: rgba(109, 40, 217, 0.4);
    color: #FFFFFF;
    border-color: rgba(168, 85, 247, 0.7);
    box-shadow: 0 0 20px rgba(126, 34, 206, 0.35);
}

.pill.active {
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    color: #FFFFFF;
    border: 1.5px solid rgba(168, 85, 247, 0.7);
    box-shadow: 0 0 35px rgba(168, 85, 247, 0.6), 0 0 60px rgba(168, 85, 247, 0.3);
}

/* Project Cards */
.success-stories-projects {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    margin-top: 0;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.success-stories-projects.hidden {
    display: none;
}

.success-project-card {
    background: rgba(28, 28, 47, 0.5);
    border: 1px solid rgba(168, 85, 247, 0.15);
    border-radius: 20px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    transition: all 0.3s ease;
    overflow: hidden;
}

.success-project-card:hover {
    background: rgba(28, 28, 47, 0.7);
    border-color: rgba(168, 85, 247, 0.4);
    box-shadow: 0 8px 32px rgba(147, 51, 234, 0.25);
    transform: translateY(-8px);
}

.success-project-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    background: rgba(24, 24, 38, 0.9);
}

.success-project-content {
    padding: 24px 20px 0 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.success-project-tag {
    display: inline-block;
    padding: 10px 22px;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 999px;
    margin-bottom: 14px;
    letter-spacing: 0.3px;
    background: rgba(88, 28, 135, 0.4);
    color: #FFFFFF;
    border: 1px solid rgba(126, 34, 206, 0.5);
    white-space: nowrap;
    width: fit-content;
}

.success-project-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #FFFFFF;
    letter-spacing: -0.3px;
}

.success-project-desc {
    font-size: 0.95rem;
    color: #B3B3B3;
    margin-bottom: 18px;
    line-height: 1.5;
}

.success-project-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.success-project-stack span {
    background: rgba(109, 40, 217, 0.15);
    color: #c084fc;
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 999px;
    font-size: 0.8rem;
    padding: 6px 14px;
    font-weight: 500;
    backdrop-filter: blur(8px);
}

.success-project-link {
    display: block;
    text-align: center;
    padding: 12px 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #6d28d9 0%, #9333ea 50%, #a855f7 100%);
    color: #FFFFFF;
    border: none;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
    position: relative;
    overflow: hidden;
}

.success-project-link:hover {
    box-shadow: 0 6px 24px rgba(147, 51, 234, 0.4);
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .success-stories-projects {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 24px;
    }
}

@media (max-width: 968px) {
    .success-stories-section {
        padding: 64px 20px 56px 20px;
    }
    
    .success-stories-title {
        font-size: 2.25rem;
    }
    
    .success-stories-projects {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .success-stories-section {
        padding: 56px 20px 48px 20px;
    }
    
    .success-stories-badge {
        font-size: 0.7rem;
        padding: 6px 16px;
        box-shadow: none;
    }
    
    .success-stories-badge::before {
        font-size: 1rem;
    }
    
    .success-stories-title {
        font-size: 1.9rem;
    }
    
    .success-stories-desc {
        font-size: 1rem;
        margin-bottom: 32px;
    }
    
    .success-stories-pills {
        gap: 10px;
        margin-bottom: 36px;
        flex-wrap: nowrap;
        justify-content: center;
        padding: 0 20px;
    }
    
    .pill {
        font-size: 0.75rem;
        padding: 9px 16px;
        flex-shrink: 1;
        min-width: 0;
    }
    
    .pill:hover {
        box-shadow: none;
    }
    
    .pill.active {
        box-shadow: none;
    }
    
    .success-stories-projects {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 90%;
    }
    
    .success-project-card {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .success-stories-section {
        padding: 56px 20px 48px 20px;
    }
    
    .success-stories-badge {
        font-size: 0.8rem;
        padding: 8px 20px;
    }
    
    .success-stories-title {
        font-size: 1.85rem;
        letter-spacing: -0.5px;
        line-height: 1.2;
    }
    
    .success-stories-desc {
        font-size: 0.92rem;
        margin-bottom: 32px;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .success-stories-pills {
        gap: 8px;
        margin-bottom: 36px;
        padding: 0 4px;
    }
    
    .pill {
        font-size: 0.85rem;
        padding: 10px 22px;
    }
    
    .success-stories-projects {
        max-width: 85%;
        gap: 24px;
    }
    
    .success-project-card {
        padding-bottom: 22px;
        border-radius: 18px;
        margin-bottom: 0;
        width: 100%;
    }
    
    .success-project-img {
        height: 220px;
        border-radius: 0;
    }
    
    .success-project-content {
        padding: 22px 20px 0 20px;
    }
    
    .success-project-tag {
        font-size: 0.82rem;
        padding: 6px 15px;
        margin-bottom: 10px;
    }
    
    .success-project-title {
        font-size: 1.2rem;
        margin-bottom: 10px;
        line-height: 1.3;
    }
    
    .success-project-desc {
        font-size: 0.9rem;
        margin-bottom: 16px;
        line-height: 1.6;
    }
    
    .success-project-stack {
        gap: 7px;
        margin-bottom: 18px;
    }
    
    .success-project-stack span {
        font-size: 0.78rem;
        padding: 6px 13px;
    }
    
    .success-project-link {
        padding: 13px 0;
        font-size: 0.92rem;
        font-weight: 700;
    }
}

@media (max-width: 360px) {
    .success-stories-section {
        padding: 48px 16px 40px 16px;
    }
    
    .success-stories-badge {
        font-size: 0.75rem;
        padding: 7px 18px;
    }
    
    .success-stories-title {
        font-size: 1.65rem;
    }
    
    .success-stories-desc {
        font-size: 0.88rem;
        padding: 0 8px;
    }
    
    .success-stories-pills {
        gap: 7px;
    }
    
    .pill {
        font-size: 0.8rem;
        padding: 9px 18px;
    }
    
    .success-stories-projects {
        max-width: 82%;
        gap: 20px;
    }
    
    .success-project-card {
        border-radius: 16px;
        padding-bottom: 20px;
    }
    
    .success-project-img {
        height: 180px;
    }
    
    .success-project-content {
        padding: 20px 18px 0 18px;
    }
    
    .success-project-tag {
        font-size: 0.78rem;
        padding: 5px 13px;
    }
    
    .success-project-title {
        font-size: 1.15rem;
    }
    
    .success-project-desc {
        font-size: 0.87rem;
    }
    
    .success-project-stack span {
        font-size: 0.73rem;
        padding: 5px 11px;
    }
    
    .success-project-link {
        padding: 12px 0;
        font-size: 0.88rem;
    }
}

/* ========================================
   RESET & BASE STYLES
======================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #0E0820;
    color: #ffffff;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background-color: #0E0820;
    color: #ffffff;
    line-height: 1.6;
}

.reviews-section {
    padding: 80px 20px;
    background-color: #0E0820;
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Badge */
.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.2), rgba(147, 51, 234, 0.2));
    border: 1px solid rgba(168, 85, 247, 0.3);
    border-radius: 50px;
    font-size: 14px;
    color: #c084fc;
    margin-bottom: 30px;
}

.star-icon {
    font-size: 16px;
}

/* Section Heading */
.section-title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ffffff, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 60px;
    line-height: 1.8;
}

/* Reviews Carousel */
.reviews-carousel {
    max-width: 900px;
    margin: 0 auto 60px;
    position: relative;
}

.reviews-wrapper {
    position: relative;
    min-height: 400px;
}

.review-card {
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.1), rgba(147, 51, 234, 0.05));
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 24px;
    padding: 50px 40px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.95);
    transition: all 0.5s ease;
}

.review-card.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    position: relative;
}

.quote-icon {
    font-size: 48px;
    color: #9333ea;
    margin-bottom: 20px;
}

.review-text {
    font-size: 18px;
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 300;
}

.stars {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 30px;
}

.stars span {
    font-size: 20px;
    color: #9333ea;
}

.reviewer-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.reviewer-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #9333ea;
    object-fit: cover;
}

.reviewer-details {
    text-align: left;
}

.reviewer-name {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 5px;
}

.reviewer-title {
    font-size: 14px;
    color: #9333ea;
    margin-bottom: 2px;
}

.reviewer-company {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

/* Carousel Navigation */
.carousel-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(147, 51, 234, 0.2);
    border: 1px solid rgba(168, 85, 247, 0.3);
    color: #c084fc;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-btn:hover {
    background: linear-gradient(135deg, #6d28d9, #9333ea);
    border-color: #9333ea;
    transform: scale(1.1);
}

.dots {
    display: flex;
    gap: 10px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(168, 85, 247, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: linear-gradient(135deg, #6d28d9, #9333ea);
    width: 30px;
    border-radius: 5px;
}

/* Stats Grid */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 60px;
}

.stat-card {
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.1), rgba(147, 51, 234, 0.05));
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    border-color: #9333ea;
    box-shadow: 0 10px 30px rgba(147, 51, 234, 0.3);
}

.stat-number {
    font-size: 42px;
    font-weight: 700;
    background: linear-gradient(135deg, #a855f7, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .section-title {
        font-size: 40px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .reviews-section {
        padding: 60px 15px;
    }

    .section-title {
        font-size: 32px;
    }

    .section-subtitle {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .section-subtitle br {
        display: none;
    }

    .review-card {
        padding: 40px 25px;
        min-height: 450px;
    }

    .review-text {
        font-size: 16px;
    }

    .reviewer-info {
        flex-direction: column;
        gap: 15px;
    }

    .reviewer-details {
        text-align: center;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .stat-card {
        padding: 25px 15px;
    }

    .stat-number {
        font-size: 36px;
    }

    .carousel-nav {
        gap: 15px;
    }

    .nav-btn {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .reviews-section {
        padding: 40px 10px;
    }

    .section-title {
        font-size: 28px;
    }

    .badge {
        padding: 8px 16px;
        font-size: 13px;
    }

    .review-card {
        padding: 30px 20px;
    }

    .review-text {
        font-size: 15px;
    }

    .quote-icon {
        font-size: 36px;
    }

    .reviewer-name {
        font-size: 16px;
    }

    .stat-number {
        font-size: 32px;
    }

    .stat-label {
        font-size: 13px;
    }
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background-color: #0E0820;
    color: #ffffff;
    line-height: 1.6;
}

.reviews-section {
    padding: 80px 20px;
    background-color: #0E0820;
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Badge */
.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 24px;
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.2), rgba(147, 51, 234, 0.2));
    border: 1px solid rgba(168, 85, 247, 0.3);
    border-radius: 50px;
    font-size: 14px;
    color: #c084fc;
    margin: 0 auto 30px;
    width: fit-content;
}

.glowing-dot {
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #a855f7, #c084fc);
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(168, 85, 247, 0.8), 0 0 20px rgba(168, 85, 247, 0.5);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 0 12px rgba(168, 85, 247, 0.8), 0 0 20px rgba(168, 85, 247, 0.5);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 18px rgba(168, 85, 247, 1), 0 0 30px rgba(168, 85, 247, 0.7);
        transform: scale(1.1);
    }
}

/* Section Heading */
.section-title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ffffff, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 60px;
    line-height: 1.8;
}

/* Reviews Carousel */
.reviews-carousel {
    max-width: 900px;
    margin: 0 auto 60px;
    position: relative;
}

.reviews-wrapper {
    position: relative;
    min-height: 480px;
    width: 100%;
}

.review-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 480px;
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.1), rgba(147, 51, 234, 0.05));
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 24px;
    padding: 50px 50px 40px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.95);
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.review-card.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    position: absolute;
}

.quote-icon {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #6d28d9, #9333ea);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #ffffff;
    box-shadow: 0 4px 20px rgba(147, 51, 234, 0.4);
    z-index: 5;
}

.review-text {
    font-size: 18px;
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 300;
    max-width: 700px;
}

.stars {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 30px;
}

.stars span {
    font-size: 20px;
    color: #9333ea;
}

.reviewer-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.reviewer-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #9333ea;
    object-fit: cover;
}

.reviewer-details {
    text-align: left;
}

.reviewer-name {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 5px;
}

.reviewer-title {
    font-size: 14px;
    color: #9333ea;
    margin-bottom: 2px;
}

.reviewer-company {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

/* Carousel Navigation */
.carousel-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    position: relative;
    z-index: 10;
}

.nav-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(147, 51, 234, 0.2);
    border: 1px solid rgba(168, 85, 247, 0.3);
    color: #c084fc;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-btn:hover {
    background: linear-gradient(135deg, #6d28d9, #9333ea);
    border-color: #9333ea;
    transform: scale(1.1);
    color: #ffffff;
}

.dots {
    display: flex;
    gap: 10px;
    position: relative;
    z-index: 10;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(168, 85, 247, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.dot.active {
    background: linear-gradient(135deg, #6d28d9, #9333ea);
    width: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(147, 51, 234, 0.6);
}

.dot:hover {
    background: rgba(168, 85, 247, 0.6);
}

/* Stats Grid */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 60px;
}

.stat-card {
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.1), rgba(147, 51, 234, 0.05));
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    border-color: #9333ea;
    box-shadow: 0 10px 30px rgba(147, 51, 234, 0.3);
}

.stat-number {
    font-size: 42px;
    font-weight: 700;
    background: linear-gradient(135deg, #a855f7, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .section-title {
        font-size: 40px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .reviews-wrapper {
        min-height: 520px;
    }

    .review-card {
        min-height: 520px;
    }
}

@media (max-width: 768px) {
    .reviews-section {
        padding: 60px 15px;
    }

    .section-title {
        font-size: 32px;
    }

    .section-subtitle {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .section-subtitle br {
        display: none;
    }

    .reviews-wrapper {
        min-height: 580px;
    }

    .review-card {
        min-height: 580px;
        padding: 50px 30px 40px;
    }

    .review-text {
        font-size: 16px;
    }

    .reviewer-info {
        flex-direction: column;
        gap: 15px;
    }

    .reviewer-details {
        text-align: center;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .stat-card {
        padding: 25px 15px;
    }

    .stat-number {
        font-size: 36px;
    }

    .carousel-nav {
        gap: 15px;
    }

    .nav-btn {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .reviews-section {
        padding: 40px 10px;
    }

    .section-title {
        font-size: 28px;
    }

    .badge {
        padding: 8px 18px;
        font-size: 13px;
    }

    .reviews-wrapper {
        min-height: 620px;
    }

    .review-card {
        min-height: 620px;
        padding: 50px 25px 35px;
    }

    .review-text {
        font-size: 15px;
    }

    .quote-icon {
        width: 45px;
        height: 45px;
        font-size: 24px;
        top: -22px;
    }

    .reviewer-name {
        font-size: 16px;
    }

    .stat-number {
        font-size: 32px;
    }

    .stat-label {
        font-size: 13px;
    }

    .nav-btn {
        width: 38px;
        height: 38px;
    }

    .dot {
        width: 8px;
        height: 8px;
    }

    .dot.active {
        width: 24px;
    }
}
/* ========================================
   FOOTER SECTION - OPTIMIZED
======================================== */

/* Footer Container */
.footer-section {
    background-color: #000000;
    color: #ffffff;
    padding: 80px 0 0;
    position: relative;
    overflow: hidden;
}

.footer-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(168, 85, 247, 0.5) 50%, transparent 100%);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========================================
   FOOTER CONTENT GRID
======================================== */
.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

/* Company Info Column */
.footer-about {
    max-width: 400px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.footer-logo img {
    width: 120px;
    height: auto;
    object-fit: contain;
}

.footer-description {
    font-size: 14px;
    line-height: 1.7;
    color: #a8a8b3;
    margin-bottom: 24px;
}

/* ========================================
   SOCIAL ICONS - CIRCULAR & REAL
======================================== */
.social-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(109, 40, 217, 0.15);
    border: 1px solid rgba(147, 51, 234, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a855f7;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.social-icon svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    background: linear-gradient(135deg, #6d28d9 0%, #9333ea 100%);
    border-color: #a855f7;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(109, 40, 217, 0.4);
}

.social-icon:hover svg {
    transform: scale(1.1);
}

/* ========================================
   FOOTER LINKS COLUMNS
======================================== */
.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-title {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #6d28d9 0%, #a855f7 100%);
    border-radius: 2px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    font-size: 14px;
    color: #a8a8b3;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
}

.footer-links a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, #6d28d9 0%, #a855f7 100%);
    transition: width 0.3s ease;
}

.footer-links a:hover {
    color: #c084fc;
    padding-left: 8px;
}

.footer-links a:hover::before {
    width: 100%;
}

/* ========================================
   NEWSLETTER SECTION
======================================== */
.newsletter-section {
    background: rgba(30, 20, 60, 0.4);
    border: 1px solid rgba(168, 85, 247, 0.25);
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    position: relative;
    overflow: hidden;
}

.newsletter-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.05) 0%, rgba(168, 85, 247, 0.05) 100%);
    pointer-events: none;
}

.newsletter-content {
    position: relative;
    z-index: 1;
}

.newsletter-title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

.newsletter-description {
    font-size: 14px;
    color: #a8a8b3;
    line-height: 1.6;
}

/* Newsletter Form */
.newsletter-form {
    display: flex;
    gap: 12px;
    position: relative;
    z-index: 1;
}

.newsletter-input {
    flex: 1;
    padding: 14px 20px;
    background: rgba(20, 10, 40, 0.6);
    border: 1px solid rgba(168, 85, 247, 0.3);
    border-radius: 12px;
    color: #ffffff;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.newsletter-input::placeholder {
    color: #8b8b9a;
}

.newsletter-input:focus {
    border-color: #a855f7;
    background: rgba(20, 10, 40, 0.8);
    box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.1);
}

.newsletter-btn {
    padding: 14px 32px;
    background: linear-gradient(135deg, #6d28d9 0%, #9333ea 100%);
    border: 1px solid transparent;
    border-radius: 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.newsletter-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.newsletter-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(109, 40, 217, 0.5);
    border-color: rgba(168, 85, 247, 0.5);
}

.newsletter-btn:hover::before {
    opacity: 1;
}

.newsletter-btn:active {
    transform: translateY(0);
}

/* ========================================
   FOOTER BOTTOM
======================================== */
.footer-bottom {
    padding: 30px 0;
    border-top: 1px solid rgba(168, 85, 247, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright {
    font-size: 14px;
    color: #8b8b9a;
    margin: 0;
}

.footer-bottom-links {
    display: flex;
    gap: 24px;
}

.footer-bottom-links a {
    font-size: 14px;
    color: #a8a8b3;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #c084fc;
}

/* ========================================
   RESPONSIVE - TABLET
======================================== */
@media (max-width: 1024px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 40px 30px;
    }

    .footer-about {
        grid-column: 1 / -1;
        max-width: 100%;
    }

    .newsletter-section {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 32px;
    }
}

/* ========================================
   RESPONSIVE - MOBILE
======================================== */
@media (max-width: 768px) {
    .footer-section {
        padding: 50px 0 0;
    }

    .footer-container {
        padding: 0 16px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 40px;
    }

    .footer-about {
        max-width: 100%;
    }

    .footer-logo img {
        width: 36px;
        height: 36px;
    }

    .logo-text {
        font-size: 20px;
    }

    .footer-description {
        font-size: 13px;
    }

    .social-links {
        gap: 10px;
    }

    .social-icon {
        width: 38px;
        height: 38px;
    }

    .social-icon svg {
        width: 16px;
        height: 16px;
    }

    .footer-title {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .footer-links a {
        font-size: 13px;
    }

    .newsletter-section {
        padding: 24px;
        border-radius: 16px;
        margin-bottom: 30px;
    }

    .newsletter-title {
        font-size: 20px;
    }

    .newsletter-description {
        font-size: 13px;
    }

    .newsletter-form {
        flex-direction: column;
        gap: 10px;
    }

    .newsletter-input,
    .newsletter-btn {
        width: 100%;
        padding: 12px 18px;
        font-size: 13px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 16px;
        padding: 24px 0;
        text-align: center;
    }

    .footer-bottom-links {
        flex-direction: column;
        gap: 12px;
    }

    .copyright,
    .footer-bottom-links a {
        font-size: 13px;
    }
}

/* ========================================
   RESPONSIVE - SMALL MOBILE
======================================== */
@media (max-width: 480px) {
    .footer-section {
        padding: 40px 0 0;
    }

    .footer-content {
        gap: 32px;
        margin-bottom: 32px;
    }

    .footer-logo img {
        width: 32px;
        height: 32px;
    }

    .logo-text {
        font-size: 18px;
    }

    .footer-description {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .social-icon {
        width: 36px;
        height: 36px;
    }

    .footer-title {
        font-size: 14px;
    }

    .footer-links li {
        margin-bottom: 10px;
    }

    .footer-links a {
        font-size: 12px;
    }

    .newsletter-section {
        padding: 20px;
    }

    .newsletter-title {
        font-size: 18px;
    }

    .newsletter-description {
        font-size: 12px;
    }

    .newsletter-input,
    .newsletter-btn {
        padding: 11px 16px;
        font-size: 12px;
        border-radius: 10px;
    }

    .footer-bottom {
        padding: 20px 0;
    }

    .copyright,
    .footer-bottom-links a {
        font-size: 12px;
    }
}

/* ========================================
   ANIMATIONS
======================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer-column,
.newsletter-section,
.footer-bottom {
    animation: fadeInUp 0.6s ease-out backwards;
}

.footer-column:nth-child(1) { animation-delay: 0.1s; }
.footer-column:nth-child(2) { animation-delay: 0.2s; }
.footer-column:nth-child(3) { animation-delay: 0.3s; }
.footer-column:nth-child(4) { animation-delay: 0.4s; }
.newsletter-section { animation-delay: 0.5s; }
.footer-bottom { animation-delay: 0.6s; }

/* ========================================
   ACCESSIBILITY
======================================== */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Focus Styles for Accessibility */
.social-icon:focus,
.footer-links a:focus,
.newsletter-input:focus,
.newsletter-btn:focus,
.footer-bottom-links a:focus {
    outline: 2px solid #a855f7;
    outline-offset: 2px;
}
.footer-bottom {
  text-align: center; /* Center align copyright */
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  color: #ccc;
}
/* ========================================
   FOOTER SECTION - OPTIMIZED WITH POPPINS
======================================== */

/* Import Poppins Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* Footer Container */
.footer-section {
    background-color: #000000;
    color: #ffffff;
    padding: 80px 0 0;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

.footer-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(168, 85, 247, 0.5) 50%, transparent 100%);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========================================
   FOOTER CONTENT GRID
======================================== */
.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

/* Company Info Column */
.footer-about {
    max-width: 400px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.footer-logo img {
    width: 180px; /* Increased from 120px */
    height: auto;
    object-fit: contain;
}

.footer-description {
    font-size: 16px; /* Increased from 14px */
    line-height: 1.8;
    color: #a8a8b3;
    margin-bottom: 28px;
    font-weight: 400;
}

/* ========================================
   SOCIAL ICONS - CIRCULAR & REAL
======================================== */
.social-links {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.social-icon {
    width: 44px; /* Increased from 40px */
    height: 44px;
    border-radius: 50%;
    background: rgba(109, 40, 217, 0.15);
    border: 1px solid rgba(147, 51, 234, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a855f7;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.social-icon svg {
    width: 20px; /* Increased from 18px */
    height: 20px;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    background: linear-gradient(135deg, #6d28d9 0%, #9333ea 100%);
    border-color: #a855f7;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(109, 40, 217, 0.4);
}

.social-icon:hover svg {
    transform: scale(1.1);
}

/* ========================================
   FOOTER LINKS COLUMNS
======================================== */
.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-title {
    font-size: 18px; /* Increased from 16px */
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 24px;
    position: relative;
    display: inline-block;
    letter-spacing: 0.3px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 35px;
    height: 2.5px;
    background: linear-gradient(90deg, #6d28d9 0%, #a855f7 100%);
    border-radius: 2px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 14px;
}

.footer-links a {
    font-size: 16px; /* Increased from 14px */
    color: #a8a8b3;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    font-weight: 400;
    line-height: 1.6;
}

.footer-links a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, #6d28d9 0%, #a855f7 100%);
    transition: width 0.3s ease;
}

.footer-links a:hover {
    color: #c084fc;
    padding-left: 8px;
}

.footer-links a:hover::before {
    width: 100%;
}

/* ========================================
   NEWSLETTER SECTION
======================================== */
.newsletter-section {
    background: rgba(30, 20, 60, 0.4);
    border: 1px solid rgba(168, 85, 247, 0.25);
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    position: relative;
    overflow: hidden;
}

.newsletter-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.05) 0%, rgba(168, 85, 247, 0.05) 100%);
    pointer-events: none;
}

.newsletter-content {
    position: relative;
    z-index: 1;
}

.newsletter-title {
    font-size: 26px; /* Increased from 24px */
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
}

.newsletter-description {
    font-size: 16px; /* Increased from 14px */
    color: #a8a8b3;
    line-height: 1.7;
    font-weight: 400;
}

/* Newsletter Form */
.newsletter-form {
    display: flex;
    gap: 12px;
    position: relative;
    z-index: 1;
}

.newsletter-input {
    flex: 1;
    padding: 16px 22px; /* Increased padding */
    background: rgba(20, 10, 40, 0.6);
    border: 1px solid rgba(168, 85, 247, 0.3);
    border-radius: 12px;
    color: #ffffff;
    font-size: 15px; /* Increased from 14px */
    outline: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.newsletter-input::placeholder {
    color: #8b8b9a;
    font-family: 'Poppins', sans-serif;
}

.newsletter-input:focus {
    border-color: #a855f7;
    background: rgba(20, 10, 40, 0.8);
    box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.1);
}

.newsletter-btn {
    padding: 16px 36px; /* Increased padding */
    background: linear-gradient(135deg, #6d28d9 0%, #9333ea 100%);
    border: 1px solid transparent;
    border-radius: 12px;
    color: #ffffff;
    font-size: 15px; /* Increased from 14px */
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.3px;
}

.newsletter-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.newsletter-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(109, 40, 217, 0.5);
    border-color: rgba(168, 85, 247, 0.5);
}

.newsletter-btn:hover::before {
    opacity: 1;
}

.newsletter-btn:active {
    transform: translateY(0);
}

/* ========================================
   FOOTER BOTTOM
======================================== */
.footer-bottom {
    padding: 32px 0;
    border-top: 1px solid rgba(168, 85, 247, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright {
    font-size: 15px; /* Increased from 14px */
    color: #8b8b9a;
    margin: 0;
    font-weight: 400;
}

.footer-bottom-links {
    display: flex;
    gap: 28px;
}

.footer-bottom-links a {
    font-size: 15px; /* Increased from 14px */
    color: #a8a8b3;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 400;
}

.footer-bottom-links a:hover {
    color: #c084fc;
}

/* ========================================
   RESPONSIVE - TABLET
======================================== */
@media (max-width: 1024px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 40px 30px;
    }

    .footer-about {
        grid-column: 1 / -1;
        max-width: 100%;
    }

    .footer-logo img {
        width: 160px;
    }

    .footer-description {
        font-size: 15px;
    }

    .footer-title {
        font-size: 17px;
    }

    .footer-links a {
        font-size: 15px;
    }

    .newsletter-section {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 36px;
    }

    .newsletter-title {
        font-size: 24px;
    }

    .newsletter-description {
        font-size: 15px;
    }
}

/* ========================================
   RESPONSIVE - MOBILE
======================================== */
@media (max-width: 768px) {
    .footer-section {
        padding: 50px 0 0;
    }

    .footer-container {
        padding: 0 16px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 40px;
    }

    .footer-about {
        max-width: 100%;
    }

    .footer-logo img {
        width: 160px; /* Increased from 36px */
        height: auto;
    }

    .footer-description {
        font-size: 15px; /* Increased from 13px */
        line-height: 1.7;
    }

    .social-links {
        gap: 12px;
    }

    .social-icon {
        width: 42px; /* Increased from 38px */
        height: 42px;
    }

    .social-icon svg {
        width: 19px; /* Increased from 16px */
        height: 19px;
    }

    .footer-title {
        font-size: 17px; /* Increased from 15px */
        margin-bottom: 20px;
        font-weight: 700;
    }

    .footer-links a {
        font-size: 15px; /* Increased from 13px */
    }

    .newsletter-section {
        padding: 28px;
        border-radius: 16px;
        margin-bottom: 32px;
    }

    .newsletter-title {
        font-size: 22px; /* Increased from 20px */
        margin-bottom: 8px;
    }

    .newsletter-description {
        font-size: 15px; /* Increased from 13px */
    }

    .newsletter-form {
        flex-direction: column;
        gap: 12px;
    }

    .newsletter-input,
    .newsletter-btn {
        width: 100%;
        padding: 14px 20px; /* Increased padding */
        font-size: 15px; /* Increased from 13px */
    }

    .footer-bottom {
        flex-direction: column;
        gap: 18px;
        padding: 28px 0;
        text-align: center;
    }

    .footer-bottom-links {
        flex-direction: column;
        gap: 14px;
    }

    .copyright,
    .footer-bottom-links a {
        font-size: 14px; /* Increased from 13px */
    }
}

/* ========================================
   RESPONSIVE - SMALL MOBILE
======================================== */
@media (max-width: 480px) {
    .footer-section {
        padding: 40px 0 0;
    }

    .footer-content {
        gap: 36px;
        margin-bottom: 32px;
    }

    .footer-logo img {
        width: 120px; /* Increased from 32px */
        height: auto;
    }

    .footer-description {
        font-size: 14px; /* Increased from 12px */
        margin-bottom: 24px;
        line-height: 1.7;
    }

    .social-icon {
        width: 40px; /* Increased from 36px */
        height: 40px;
    }

    .social-icon svg {
        width: 18px;
        height: 18px;
    }

    .footer-title {
        font-size: 16px; /* Increased from 14px */
        margin-bottom: 18px;
    }

    .footer-links li {
        margin-bottom: 12px;
    }

    .footer-links a {
        font-size: 14px; /* Increased from 12px */
    }

    .newsletter-section {
        padding: 24px;
    }

    .newsletter-title {
        font-size: 20px; /* Increased from 18px */
    }

    .newsletter-description {
        font-size: 14px; /* Increased from 12px */
    }

    .newsletter-input,
    .newsletter-btn {
        padding: 13px 18px; /* Increased padding */
        font-size: 14px; /* Increased from 12px */
        border-radius: 10px;
    }

    .footer-bottom {
        padding: 24px 0;
    }

    .copyright,
    .footer-bottom-links a {
        font-size: 13px; /* Increased from 12px */
    }
}

/* ========================================
   ANIMATIONS
======================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer-column,
.newsletter-section,
.footer-bottom {
    animation: fadeInUp 0.6s ease-out backwards;
}

.footer-column:nth-child(1) { animation-delay: 0.1s; }
.footer-column:nth-child(2) { animation-delay: 0.2s; }
.footer-column:nth-child(3) { animation-delay: 0.3s; }
.footer-column:nth-child(4) { animation-delay: 0.4s; }
.newsletter-section { animation-delay: 0.5s; }
.footer-bottom { animation-delay: 0.6s; }

/* ========================================
   ACCESSIBILITY
======================================== */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Focus Styles for Accessibility */
.social-icon:focus,
.footer-links a:focus,
.newsletter-input:focus,
.newsletter-btn:focus,
.footer-bottom-links a:focus {
    outline: 2px solid #a855f7;
    outline-offset: 2px;
}
/* ========================================
   FOOTER SECTION - OPTIMIZED WITH POPPINS
======================================== */

/* Import Poppins Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* Footer Container */
.footer-section {
    background-color: #000000;
    color: #ffffff;
    padding: 80px 0 0;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

.footer-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(168, 85, 247, 0.5) 50%, transparent 100%);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========================================
   FOOTER CONTENT GRID
======================================== */
.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

/* Company Info Column */
.footer-about {
    max-width: 400px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.footer-logo img {
    width: 180px; /* Increased from 120px */
    height: auto;
    object-fit: contain;
}

.footer-description {
    font-size: 16px; /* Increased from 14px */
    line-height: 1.8;
    color: #a8a8b3;
    margin-bottom: 28px;
    font-weight: 400;
}

/* ========================================
   SOCIAL ICONS - CIRCULAR & REAL
======================================== */
.social-links {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.social-icon {
    width: 44px; /* Increased from 40px */
    height: 44px;
    border-radius: 50%;
    background: rgba(109, 40, 217, 0.15);
    border: 1px solid rgba(147, 51, 234, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a855f7;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.social-icon svg {
    width: 20px; /* Increased from 18px */
    height: 20px;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    background: linear-gradient(135deg, #6d28d9 0%, #9333ea 100%);
    border-color: #a855f7;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(109, 40, 217, 0.4);
}

.social-icon:hover svg {
    transform: scale(1.1);
}

/* ========================================
   FOOTER LINKS COLUMNS
======================================== */
.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-title {
    font-size: 18px; /* Increased from 16px */
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 24px;
    position: relative;
    display: inline-block;
    letter-spacing: 0.3px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 35px;
    height: 2.5px;
    background: linear-gradient(90deg, #6d28d9 0%, #a855f7 100%);
    border-radius: 2px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 14px;
}

.footer-links a {
    font-size: 16px; /* Increased from 14px */
    color: #a8a8b3;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    font-weight: 400;
    line-height: 1.6;
}

.footer-links a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, #6d28d9 0%, #a855f7 100%);
    transition: width 0.3s ease;
}

.footer-links a:hover {
    color: #c084fc;
    padding-left: 8px;
}

.footer-links a:hover::before {
    width: 100%;
}

/* ========================================
   NEWSLETTER SECTION
======================================== */
.newsletter-section {
    background: rgba(30, 20, 60, 0.4);
    border: 1px solid rgba(168, 85, 247, 0.25);
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    position: relative;
    overflow: hidden;
}

.newsletter-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.05) 0%, rgba(168, 85, 247, 0.05) 100%);
    pointer-events: none;
}

.newsletter-content {
    position: relative;
    z-index: 1;
}

.newsletter-title {
    font-size: 26px; /* Increased from 24px */
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
}

.newsletter-description {
    font-size: 16px; /* Increased from 14px */
    color: #a8a8b3;
    line-height: 1.7;
    font-weight: 400;
}

/* Newsletter Form */
.newsletter-form {
    display: flex;
    gap: 12px;
    position: relative;
    z-index: 1;
}

.newsletter-input {
    flex: 1;
    padding: 16px 22px; /* Increased padding */
    background: rgba(20, 10, 40, 0.6);
    border: 1px solid rgba(168, 85, 247, 0.3);
    border-radius: 12px;
    color: #ffffff;
    font-size: 15px; /* Increased from 14px */
    outline: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.newsletter-input::placeholder {
    color: #8b8b9a;
    font-family: 'Poppins', sans-serif;
}

.newsletter-input:focus {
    border-color: #a855f7;
    background: rgba(20, 10, 40, 0.8);
    box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.1);
}

.newsletter-btn {
    padding: 16px 36px; /* Increased padding */
    background: linear-gradient(135deg, #6d28d9 0%, #9333ea 100%);
    border: 1px solid transparent;
    border-radius: 12px;
    color: #ffffff;
    font-size: 15px; /* Increased from 14px */
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.3px;
}

.newsletter-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.newsletter-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(109, 40, 217, 0.5);
    border-color: rgba(168, 85, 247, 0.5);
}

.newsletter-btn:hover::before {
    opacity: 1;
}

.newsletter-btn:active {
    transform: translateY(0);
}

/* ========================================
   FOOTER BOTTOM
======================================== */
.footer-bottom {
    padding: 32px 0;
    border-top: 1px solid rgba(168, 85, 247, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright {
    font-size: 15px; /* Increased from 14px */
    color: #8b8b9a;
    margin: 0;
    font-weight: 400;
}

.footer-bottom-links {
    display: flex;
    gap: 28px;
}

.footer-bottom-links a {
    font-size: 15px; /* Increased from 14px */
    color: #a8a8b3;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 400;
}

.footer-bottom-links a:hover {
    color: #c084fc;
}

/* ========================================
   RESPONSIVE - TABLET
======================================== */
@media (max-width: 1024px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 40px 30px;
    }

    .footer-about {
        grid-column: 1 / -1;
        max-width: 100%;
    }

    .footer-logo img {
        width: 160px;
    }

    .footer-description {
        font-size: 15px;
    }

    .footer-title {
        font-size: 17px;
    }

    .footer-links a {
        font-size: 15px;
    }

    .newsletter-section {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 36px;
    }

    .newsletter-title {
        font-size: 24px;
    }

    .newsletter-description {
        font-size: 15px;
    }
}

/* ========================================
   RESPONSIVE - MOBILE
======================================== */
@media (max-width: 768px) {
    .footer-section {
        padding: 50px 0 0;
    }

    .footer-container {
        padding: 0 16px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 40px;
    }

    .footer-about {
        max-width: 100%;
    }

    .footer-logo img {
        width: 200px; /* Significantly increased for mobile */
        height: auto;
    }

    .footer-description {
        font-size: 15px; /* Increased from 13px */
        line-height: 1.7;
    }

    .social-links {
        gap: 12px;
    }

    .social-icon {
        width: 42px; /* Increased from 38px */
        height: 42px;
    }

    .social-icon svg {
        width: 19px; /* Increased from 16px */
        height: 19px;
    }

    .footer-title {
        font-size: 17px; /* Increased from 15px */
        margin-bottom: 20px;
        font-weight: 700;
    }

    .footer-links a {
        font-size: 15px; /* Increased from 13px */
    }

    .newsletter-section {
        padding: 28px;
        border-radius: 16px;
        margin-bottom: 32px;
    }

    .newsletter-title {
        font-size: 22px; /* Increased from 20px */
        margin-bottom: 8px;
    }

    .newsletter-description {
        font-size: 15px; /* Increased from 13px */
    }

    .newsletter-form {
        flex-direction: column;
        gap: 12px;
    }

    .newsletter-input,
    .newsletter-btn {
        width: 100%;
        padding: 14px 20px; /* Increased padding */
        font-size: 15px; /* Increased from 13px */
    }

    .footer-bottom {
        flex-direction: column;
        gap: 18px;
        padding: 28px 0;
        text-align: center;
    }

    .footer-bottom-links {
        flex-direction: column;
        gap: 14px;
    }

    .copyright,
    .footer-bottom-links a {
        font-size: 14px; /* Increased from 13px */
    }
}

/* ========================================
   RESPONSIVE - SMALL MOBILE
======================================== */
@media (max-width: 480px) {
    .footer-section {
        padding: 40px 0 0;
    }

    .footer-content {
        gap: 36px;
        margin-bottom: 32px;
    }

    .footer-logo img {
        width: 170px; /* Significantly increased for small mobile */
        height: auto;
    }

    .footer-description {
        font-size: 14px; /* Increased from 12px */
        margin-bottom: 24px;
        line-height: 1.7;
    }

    .social-icon {
        width: 40px; /* Increased from 36px */
        height: 40px;
    }

    .social-icon svg {
        width: 18px;
        height: 18px;
    }

    .footer-title {
        font-size: 16px; /* Increased from 14px */
        margin-bottom: 18px;
    }

    .footer-links li {
        margin-bottom: 12px;
    }

    .footer-links a {
        font-size: 14px; /* Increased from 12px */
    }

    .newsletter-section {
        padding: 24px;
    }

    .newsletter-title {
        font-size: 20px; /* Increased from 18px */
    }

    .newsletter-description {
        font-size: 14px; /* Increased from 12px */
    }

    .newsletter-input,
    .newsletter-btn {
        padding: 13px 18px; /* Increased padding */
        font-size: 14px; /* Increased from 12px */
        border-radius: 10px;
    }

    .footer-bottom {
        padding: 24px 0;
    }

    .copyright,
    .footer-bottom-links a {
        font-size: 13px; /* Increased from 12px */
    }
}

/* ========================================
   ANIMATIONS
======================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer-column,
.newsletter-section,
.footer-bottom {
    animation: fadeInUp 0.6s ease-out backwards;
}

.footer-column:nth-child(1) { animation-delay: 0.1s; }
.footer-column:nth-child(2) { animation-delay: 0.2s; }
.footer-column:nth-child(3) { animation-delay: 0.3s; }
.footer-column:nth-child(4) { animation-delay: 0.4s; }
.newsletter-section { animation-delay: 0.5s; }
.footer-bottom { animation-delay: 0.6s; }

/* ========================================
   ACCESSIBILITY
======================================== */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Focus Styles for Accessibility */
.social-icon:focus,
.footer-links a:focus,
.newsletter-input:focus,
.newsletter-btn:focus,
.footer-bottom-links a:focus {
    outline: 2px solid #a855f7;
    outline-offset: 2px;
}
/* ========================================
   GLASSMORPHISM FLOATING HEADER
   Paste this at the bottom of your style.css
   ======================================== */

/* Body padding for fixed header */
body {
    padding-top: 120px;
}

/* Prevent body scroll when mobile menu is open */
body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

/* ========================================
   MAIN NAVBAR
   ======================================== */

.glass-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1.5rem 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.glass-navbar.scrolled {
    padding: 0.75rem 0;
}

/* Glass container with glassmorphism effect */
.glass-container {
    max-width: 90%;
    margin: 0 auto;
    background: rgba(20, 20, 30, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    padding: 0.75rem 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.glass-navbar.scrolled .glass-container {
    background: rgba(20, 20, 30, 0.8);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

/* ========================================
   LOGO
   ======================================== */

.glass-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.glass-logo:hover {
    transform: scale(1.05);
}

.glass-logo-img {
    height: 45px;
    width: auto;
}

/* ========================================
   DESKTOP MENU
   ======================================== */

.glass-menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.5rem;
}

.glass-menu-item {
    margin: 0;
    padding: 0;
}

.glass-menu-link {
    display: block;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.6rem 1.2rem;
    border-radius: 25px;
    transition: all 0.3s ease;
    position: relative;
}

.glass-menu-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.glass-menu-link.active {
    color: #ffffff;
    background: rgba(139, 92, 246, 0.3);
}

.glass-menu-link::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: rgba(139, 92, 246, 0.8);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.glass-menu-link:hover::after,
.glass-menu-link.active::after {
    width: 50%;
}

/* ========================================
   CONTACT BUTTON
   ======================================== */

.glass-btn-contact {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.7rem 1.5rem;
    border-radius: 30px;
    border: none;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
    transition: all 0.3s ease;
    cursor: pointer;
}

.glass-btn-contact:hover {
    background: linear-gradient(135deg, #9f7aea 0%, #8b5cf6 100%);
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.6);
    transform: translateY(-2px);
    color: #ffffff;
}

.glass-btn-icon {
    font-size: 1.1em;
    line-height: 1;
}

.glass-btn-text {
    line-height: 1;
}

/* ========================================
   MOBILE TOGGLE BUTTON
   ======================================== */

.glass-mobile-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 8px;
}

.glass-mobile-toggle:hover {
    background: rgba(255, 255, 255, 0.15);
}

.glass-toggle-line {
    width: 24px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease;
    margin: 3px 0;
}

.glass-mobile-toggle.active .glass-toggle-line:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.glass-mobile-toggle.active .glass-toggle-line:nth-child(2) {
    opacity: 0;
}

.glass-mobile-toggle.active .glass-toggle-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* ========================================
   MOBILE MENU
   ======================================== */

.glass-mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(20, 20, 30, 0.98);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    z-index: 1100;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.glass-mobile-menu.active {
    right: 0;
}

.glass-mobile-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    color: #ffffff;
    font-size: 2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.glass-mobile-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

.glass-mobile-nav {
    list-style: none;
    margin: 0;
    padding: 2rem;
    text-align: center;
    width: 100%;
}

.glass-mobile-nav li {
    margin: 1.5rem 0;
}

.glass-mobile-link {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 1rem;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.glass-mobile-link:hover,
.glass-mobile-link.active {
    color: #ffffff;
    background: rgba(139, 92, 246, 0.3);
}

.glass-mobile-contact-wrapper {
    margin-top: 2rem;
}

.glass-mobile-contact {
    display: inline-flex;
    font-size: 1.1rem;
    padding: 1rem 2rem;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* Tablet and Mobile */
@media (max-width: 991px) {
    body {
        padding-top: 100px;
    }
    
    .glass-navbar {
        padding: 1rem 0;
    }
    
    .glass-navbar.scrolled {
        padding: 0.5rem 0;
    }
    
    .glass-container {
        max-width: 95%;
        padding: 0.5rem 1.5rem;
        border-radius: 40px;
    }
    
    .glass-logo-img {
        height: 40px;
    }
    
    /* Hide desktop menu, show mobile toggle */
    .glass-menu {
        display: none;
    }
    
    .glass-mobile-toggle {
        display: flex;
    }
}

/* Mobile Small */
@media (max-width: 767px) {
    body {
        padding-top: 90px;
    }
    
    .glass-navbar {
        padding: 0.75rem 0;
    }
    
    .glass-container {
        max-width: 95%;
        padding: 0.5rem 1rem;
        border-radius: 35px;
    }
    
    .glass-logo-img {
        height: 35px;
    }
    
    .glass-mobile-toggle {
        width: 36px;
        height: 36px;
    }
    
    .glass-toggle-line {
        width: 20px;
    }
    
    .glass-mobile-link {
        font-size: 1.5rem;
    }
}

/* Extra Small Mobile */
@media (max-width: 480px) {
    body {
        padding-top: 80px;
    }
    
    .glass-container {
        max-width: 96%;
        padding: 0.4rem 0.8rem;
        border-radius: 30px;
    }
    
    .glass-logo-img {
        height: 32px;
    }
    
    .glass-mobile-toggle {
        width: 34px;
        height: 34px;
    }
    
    .glass-mobile-link {
        font-size: 1.3rem;
        padding: 0.8rem;
    }
    
    .glass-mobile-contact {
        font-size: 1rem;
        padding: 0.8rem 1.5rem;
    }
}

/* Desktop Large */
@media (min-width: 1400px) {
    .glass-container {
        max-width: 85%;
        padding: 0.75rem 3rem;
    }
}

/* Smooth animations */
@media (prefers-reduced-motion: no-preference) {
    * {
        scroll-behavior: smooth;
    }
}
body {
    background: transparent !important;
    background-color: transparent !important;
}

html {
    background: transparent !important;
    background-color: transparent !important;
}
/* Prevent white background flash on page load */
html {
    background-color: #0a0a0a !important;
}

body {
    background-color: transparent !important;
}

/* Ensure smooth loading */
html,
body {
    margin: 0;
    padding: 0;
}
/* ========================================
   GLASSMORPHISM FLOATING HEADER - OPTIMIZED
   ======================================== */

/* Remove all backgrounds */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    background: none !important;
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}

body {
    padding-top: 100px;
}

/* Prevent scroll when mobile menu open */
body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

/* ========================================
   MAIN NAVBAR
   ======================================== */

.glass-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1.5rem 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent !important;
}

.glass-navbar.scrolled {
    padding: 0.75rem 0;
}

/* Glass container */
.glass-container {
    max-width: 90%;
    margin: 0 auto;
    background: rgba(20, 20, 30, 0.6) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    padding: 0.75rem 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.glass-navbar.scrolled .glass-container {
    background: rgba(20, 20, 30, 0.8) !important;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

/* ========================================
   LOGO
   ======================================== */

.glass-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.glass-logo:hover {
    transform: scale(1.05);
}

.glass-logo-img {
    height: 45px;
    width: auto;
}

/* ========================================
   DESKTOP MENU
   ======================================== */

.glass-menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.5rem;
}

.glass-menu-item {
    margin: 0;
    padding: 0;
}

.glass-menu-link {
    display: inline-block;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.6rem 1.2rem;
    border-radius: 25px;
    transition: all 0.3s ease;
    position: relative;
}

.glass-menu-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.glass-menu-link.active {
    color: #ffffff;
    background: rgba(139, 92, 246, 0.3);
}

.glass-menu-link::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: rgba(139, 92, 246, 0.8);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.glass-menu-link:hover::after,
.glass-menu-link.active::after {
    width: 50%;
}

/* ========================================
   CONTACT BUTTON - Desktop
   ======================================== */

.glass-btn-contact {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #a78bfa 0%, #8b5cf6 100%);
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.65rem 1.3rem;
    border-radius: 30px;
    border: none;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
    transition: all 0.3s ease;
    cursor: pointer;
}

.glass-btn-contact:hover {
    background: linear-gradient(135deg, #c4b5fd 0%, #a78bfa 100%);
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.6);
    transform: translateY(-2px);
    color: #ffffff !important;
}

.glass-btn-icon,
.glass-btn-text {
    font-size: 1em;
    line-height: 1;
    color: #ffffff;
    font-weight: 600;
}

/* ========================================
   MOBILE TOGGLE BUTTON
   ======================================== */

.glass-mobile-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent !important;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    position: relative;
    flex-shrink: 0;
}

.glass-mobile-toggle:hover {
    background: transparent !important;
}

.glass-toggle-line {
    width: 24px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
}

.glass-toggle-line:nth-child(1) {
    top: 12px;
}

.glass-toggle-line:nth-child(2) {
    top: 19px;
}

.glass-toggle-line:nth-child(3) {
    top: 26px;
}

.glass-mobile-toggle.active .glass-toggle-line:nth-child(1) {
    top: 19px;
    transform: rotate(45deg);
}

.glass-mobile-toggle.active .glass-toggle-line:nth-child(2) {
    opacity: 0;
}

.glass-mobile-toggle.active .glass-toggle-line:nth-child(3) {
    top: 19px;
    transform: rotate(-45deg);
}

/* ========================================
   MOBILE MENU - Compact Version
   ======================================== */

.glass-mobile-menu {
    position: fixed;
    top: 6rem;
    right: 1.2rem;
    width: auto;
    max-height: 0;
    background: rgba(20, 20, 30, 0.95) !important;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    z-index: 1100;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px) scale(0.95);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.glass-mobile-menu.active {
    max-height: 350px;
    opacity: 1;
    transform: translateY(0) scale(1);
}

.glass-mobile-close {
    display: none;
}

.glass-mobile-nav {
    list-style: none;
    margin: 0;
    padding: 1rem 1.5rem 1rem 1rem;
    width: 100%;
}

.glass-mobile-nav li {
    margin: 0;
    padding: 0;
}

/* Mobile menu link */
.glass-mobile-link {
    display: block;
    width: 100%;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.7rem 1rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    text-align: left;
    box-sizing: border-box;
}

.glass-mobile-link:hover {
    color: #ffffff;
    background: rgba(139, 92, 246, 0.15);
}

.glass-mobile-link.active {
    color: #ffffff;
    background: rgba(88, 28, 135, 0.6);
}

/* Hide Mobile Contact Button in Menu */
.glass-mobile-contact-wrapper {
    display: none !important;
}

/* Mobile Contact Button in Header */
.glass-mobile-btn-contact {
    display: none;
    align-items: center;
    gap: 0.4rem;
    background: linear-gradient(135deg, #a78bfa 0%, #8b5cf6 100%);
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.6rem 1rem;
    border-radius: 25px;
    border: none;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
    transition: all 0.3s ease;
    cursor: pointer;
    white-space: nowrap;
}

.glass-mobile-btn-contact:hover {
    background: linear-gradient(135deg, #c4b5fd 0%, #a78bfa 100%);
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.6);
    transform: translateY(-2px);
    color: #ffffff !important;
}

.glass-mobile-btn-contact .glass-btn-icon,
.glass-mobile-btn-contact .glass-btn-text {
    color: #ffffff;
    font-weight: 600;
}

/* Mobile Controls Wrapper */
.glass-mobile-controls {
    display: none;
    align-items: center;
    gap: 0.75rem;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* Tablet and Mobile */
@media (max-width: 991px) {
    body {
        padding-top: 90px;
    }
    
    .glass-navbar {
        padding: 1rem 0;
    }
    
    .glass-navbar.scrolled {
        padding: 0.75rem 0;
    }
    
    .glass-container {
        max-width: 95%;
        padding: 0.75rem 1.5rem;
        border-radius: 40px;
    }
    
    .glass-logo-img {
        height: 40px;
    }
    
    .glass-menu {
        display: none;
    }
    
    .glass-mobile-controls {
        display: flex;
    }
    
    .glass-mobile-toggle {
        display: flex;
    }
    
    .glass-mobile-btn-contact {
        display: inline-flex;
    }
    
    .glass-btn-contact {
        display: none;
    }
}

/* Mobile Small */
@media (max-width: 767px) {
    body {
        padding-top: 85px;
    }
    
    .glass-navbar {
        padding: 0.75rem 0;
    }
    
    .glass-container {
        max-width: 95%;
        padding: 0.75rem 1.2rem;
        border-radius: 35px;
        min-height: 65px;
    }
    
    .glass-logo-img {
        height: 38px;
    }
    
    .glass-mobile-menu {
        top: 5.5rem;
        right: 1rem;
        min-width: 180px;
    }
    
    .glass-mobile-btn-contact {
        font-size: 0.8rem;
        padding: 0.55rem 0.9rem;
    }
    
    .glass-mobile-nav {
        padding: 0.75rem 0.75rem 0.75rem 0.75rem;
    }
    
    .glass-mobile-link {
        font-size: 0.95rem;
        padding: 0.65rem 0.9rem;
    }
}

/* Extra Small Mobile */
@media (max-width: 480px) {
    body {
        padding-top: 80px;
    }
    
    .glass-container {
        max-width: 96%;
        padding: 0.7rem 1rem;
        border-radius: 30px;
    }
    
    .glass-logo-img {
        height: 36px;
    }
    
    .glass-mobile-toggle {
        width: 38px;
        height: 38px;
    }
    
    .glass-toggle-line {
        width: 22px;
        height: 2px;
    }
    
    .glass-toggle-line:nth-child(1) {
        top: 11px;
    }
    
    .glass-toggle-line:nth-child(2) {
        top: 18px;
    }
    
    .glass-toggle-line:nth-child(3) {
        top: 25px;
    }
    
    .glass-mobile-toggle.active .glass-toggle-line:nth-child(1),
    .glass-mobile-toggle.active .glass-toggle-line:nth-child(3) {
        top: 18px;
    }
    
    .glass-mobile-menu {
        width: auto;
        min-width: 160px;
        max-width: 220px;
        top: 5.2rem;
        right: 0.8rem;
    }
    
    .glass-mobile-controls {
        gap: 0.6rem;
    }
    
    .glass-mobile-btn-contact {
        font-size: 0.75rem;
        padding: 0.5rem 0.8rem;
    }
    
    .glass-mobile-nav {
        padding: 0.6rem 0.6rem 0.6rem 0.6rem;
    }
    
    .glass-mobile-link {
        font-size: 0.9rem;
        padding: 0.6rem 0.8rem;
    }
}

/* Desktop Large */
@media (min-width: 1400px) {
    .glass-container {
        max-width: 85%;
        padding: 0.75rem 3rem;
    }
}

/* Smooth animations */
@media (prefers-reduced-motion: no-preference) {
    * {
        scroll-behavior: smooth;
    }
}
/* ========================================
   GLASSMORPHISM FLOATING HEADER - FINAL
   ======================================== */

/* Remove all backgrounds */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    background: none !important;
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}

body {
    padding-top: 100px;
}

/* Prevent scroll when mobile menu open */
body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

/* ========================================
   MAIN NAVBAR
   ======================================== */

.glass-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1.5rem 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent !important;
}

.glass-navbar.scrolled {
    padding: 0.75rem 0;
}

/* Glass container */
.glass-container {
    max-width: 90%;
    margin: 0 auto;
    background: rgba(20, 20, 30, 0.6) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    padding: 0.75rem 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.glass-navbar.scrolled .glass-container {
    background: rgba(20, 20, 30, 0.8) !important;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

/* ========================================
   LOGO
   ======================================== */

.glass-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.glass-logo:hover {
    transform: scale(1.05);
}

.glass-logo-img {
    height: 45px;
    width: auto;
}

/* ========================================
   DESKTOP MENU
   ======================================== */

.glass-menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.5rem;
}

.glass-menu-item {
    margin: 0;
    padding: 0;
}

.glass-menu-link {
    display: inline-block;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.6rem 1.2rem;
    border-radius: 25px;
    transition: all 0.3s ease;
    position: relative;
}

.glass-menu-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.glass-menu-link.active {
    color: #ffffff;
    background: rgba(139, 92, 246, 0.3);
}

.glass-menu-link::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: rgba(139, 92, 246, 0.8);
    transition: all 0.3s ease;
    transform: translateX(-50%);
    display: none;
}

.glass-menu-link:hover::after,
.glass-menu-link.active::after {
    width: 50%;
}

/* ========================================
   CONTACT BUTTON - Desktop
   ======================================== */

.glass-btn-contact {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: linear-gradient(135deg, #a78bfa 0%, #8b5cf6 100%);
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    padding: 0.8rem 1.7rem;
    border-radius: 30px;
    border: none;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
    transition: all 0.3s ease;
    cursor: pointer;
}

.glass-btn-contact:hover {
    background: linear-gradient(135deg, #c4b5fd 0%, #a78bfa 100%);
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.6);
    transform: translateY(-2px);
    color: #ffffff !important;
}

.glass-btn-icon,
.glass-btn-text {
    font-size: 1em;
    line-height: 1;
    color: #ffffff !important;
    font-weight: 600;
    filter: brightness(0) invert(1);
}

/* ========================================
   MOBILE TOGGLE BUTTON
   ======================================== */

.glass-mobile-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent !important;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    position: relative;
    flex-shrink: 0;
}

.glass-mobile-toggle:hover {
    background: transparent !important;
}

.glass-toggle-line {
    width: 24px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
}

.glass-toggle-line:nth-child(1) {
    top: 12px;
}

.glass-toggle-line:nth-child(2) {
    top: 19px;
}

.glass-toggle-line:nth-child(3) {
    top: 26px;
}

.glass-mobile-toggle.active .glass-toggle-line:nth-child(1) {
    top: 19px;
    transform: rotate(45deg);
}

.glass-mobile-toggle.active .glass-toggle-line:nth-child(2) {
    opacity: 0;
}

.glass-mobile-toggle.active .glass-toggle-line:nth-child(3) {
    top: 19px;
    transform: rotate(-45deg);
}

/* ========================================
   MOBILE MENU
   ======================================== */

.glass-mobile-menu {
    position: fixed;
    top: 6rem;
    right: 2.5rem;
    width: 140px;
    max-height: 0;
    background: rgba(20, 20, 30, 0.95) !important;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    z-index: 1100;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px) scale(0.95);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.glass-mobile-menu.active {
    max-height: 230px;
    opacity: 1;
    transform: translateY(0) scale(1);
}

.glass-mobile-close {
    display: none;
}

.glass-mobile-nav {
    list-style: none;
    margin: 0;
    padding: 0.75rem 0.5rem;
    width: 100%;
}

.glass-mobile-nav li {
    margin: 0;
    padding: 0;
}

/* Mobile menu link */
.glass-mobile-link {
    display: block;
    width: 100%;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.55rem 0.75rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-align: left;
    box-sizing: border-box;
}

.glass-mobile-link:hover {
    color: #ffffff;
    background: rgba(139, 92, 246, 0.15);
}

.glass-mobile-link.active {
    color: #ffffff;
    background: rgba(88, 28, 135, 0.6);
}

/* Hide Mobile Contact Button in Menu */
.glass-mobile-contact-wrapper {
    display: none !important;
}

/* Mobile Contact Button in Header */
.glass-mobile-btn-contact {
    display: none;
    align-items: center;
    gap: 0.4rem;
    background: linear-gradient(135deg, #a78bfa 0%, #8b5cf6 100%);
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.6rem 1rem;
    border-radius: 25px;
    border: none;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
    transition: all 0.3s ease;
    cursor: pointer;
    white-space: nowrap;
}

.glass-mobile-btn-contact:hover {
    background: linear-gradient(135deg, #c4b5fd 0%, #a78bfa 100%);
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.6);
    transform: translateY(-2px);
    color: #ffffff !important;
}

.glass-mobile-btn-contact .glass-btn-icon,
.glass-mobile-btn-contact .glass-btn-text {
    color: #ffffff !important;
    font-weight: 600;
    filter: brightness(0) invert(1);
}

/* Mobile Controls Wrapper */
.glass-mobile-controls {
    display: none;
    align-items: center;
    gap: 0.75rem;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* Tablet and Mobile */
@media (max-width: 991px) {
    body {
        padding-top: 90px;
    }
    
    .glass-navbar {
        padding: 1rem 0;
    }
    
    .glass-navbar.scrolled {
        padding: 0.75rem 0;
    }
    
    .glass-container {
        max-width: 95%;
        padding: 0.75rem 1.5rem;
        border-radius: 40px;
    }
    
    .glass-logo-img {
        height: 40px;
    }
    
    .glass-menu {
        display: none;
    }
    
    .glass-mobile-controls {
        display: flex;
    }
    
    .glass-mobile-toggle {
        display: flex;
    }
    
    .glass-mobile-btn-contact {
        display: inline-flex;
    }
    
    .glass-btn-contact {
        display: none;
    }
    
    .glass-mobile-menu {
        top: 5.5rem;
        right: 2.5rem;
    }
}

/* Mobile Small */
@media (max-width: 767px) {
    body {
        padding-top: 85px;
    }
    
    .glass-navbar {
        padding: 0.75rem 0;
    }
    
    .glass-container {
        max-width: 95%;
        padding: 0.75rem 1.2rem;
        border-radius: 35px;
        min-height: 65px;
    }
    
    .glass-logo-img {
        height: 38px;
    }
    
    .glass-mobile-btn-contact {
        font-size: 0.8rem;
        padding: 0.55rem 0.9rem;
    }
    
    .glass-mobile-nav {
        padding: 0.75rem 0.75rem 0.75rem 0.75rem;
    }
    
    .glass-mobile-link {
        font-size: 0.95rem;
        padding: 0.65rem 0.9rem;
    }
}

/* Extra Small Mobile */
@media (max-width: 480px) {
    body {
        padding-top: 80px;
    }
    
    .glass-container {
        max-width: 96%;
        padding: 0.7rem 1rem;
        border-radius: 30px;
    }
    
    .glass-logo-img {
        height: 36px;
    }
    
    .glass-mobile-toggle {
        width: 38px;
        height: 38px;
    }
    
    .glass-toggle-line {
        width: 22px;
        height: 2px;
    }
    
    .glass-toggle-line:nth-child(1) {
        top: 11px;
    }
    
    .glass-toggle-line:nth-child(2) {
        top: 18px;
    }
    
    .glass-toggle-line:nth-child(3) {
        top: 25px;
    }
    
    .glass-mobile-toggle.active .glass-toggle-line:nth-child(1),
    .glass-mobile-toggle.active .glass-toggle-line:nth-child(3) {
        top: 18px;
    }
    
    .glass-mobile-menu {
        width: 140px;
        top: 5.2rem;
        right: 2.5rem;
    }
    
    .glass-mobile-controls {
        gap: 0.6rem;
    }
    
    .glass-mobile-btn-contact {
        font-size: 0.75rem;
        padding: 0.5rem 0.8rem;
    }
    
    .glass-mobile-nav {
        padding: 0.6rem 0.6rem 0.6rem 0.6rem;
    }
    
    .glass-mobile-link {
        font-size: 0.9rem;
        padding: 0.6rem 0.8rem;
    }
}

/* Desktop Large */
@media (min-width: 1400px) {
    .glass-container {
        max-width: 85%;
        padding: 0.75rem 3rem;
    }
}

/* Smooth animations */
@media (prefers-reduced-motion: no-preference) {
    * {
        scroll-behavior: smooth;
    }
}
/* ========================================
   GLASSMORPHISM FLOATING HEADER - FIXED
   ======================================== */

/* Remove all backgrounds */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    background: none !important;
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Poppins', sans-serif;
}

body {
    padding-top: 100px;
}

/* Prevent scroll when mobile menu open */
body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

/* ========================================
   MAIN NAVBAR
   ======================================== */

.glass-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1.5rem 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent !important;
}

.glass-navbar.scrolled {
    padding: 0.75rem 0;
}

/* Glass container */
.glass-container {
    max-width: 90%;
    margin: 0 auto;
    background: rgba(20, 20, 30, 0.6) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    padding: 0.75rem 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.glass-navbar.scrolled .glass-container {
    background: rgba(20, 20, 30, 0.8) !important;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

/* ========================================
   LOGO
   ======================================== */

.glass-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.glass-logo:hover {
    transform: scale(1.05);
}

.glass-logo-img {
    height: 45px;
    width: auto;
}

/* ========================================
   DESKTOP MENU
   ======================================== */

.glass-menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.5rem;
}

.glass-menu-item {
    margin: 0;
    padding: 0;
}

.glass-menu-link {
    display: inline-block;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.6rem 1.2rem;
    border-radius: 25px;
    transition: all 0.3s ease;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.glass-menu-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.glass-menu-link.active {
    color: #ffffff;
    background: rgba(139, 92, 246, 0.4);
    padding: 0.6rem 1.2rem;
}

.glass-menu-link::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: rgba(139, 92, 246, 0.8);
    transition: all 0.3s ease;
    transform: translateX(-50%);
    display: none;
}

.glass-menu-link:hover::after,
.glass-menu-link.active::after {
    width: 50%;
}

/* ========================================
   CONTACT BUTTON - Desktop
   ======================================== */

.glass-btn-contact {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: linear-gradient(135deg, #a78bfa 0%, #8b5cf6 100%);
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    padding: 0.8rem 1.7rem;
    border-radius: 30px;
    border: none;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
    transition: all 0.3s ease;
    cursor: pointer;
}

.glass-btn-contact:hover {
    background: linear-gradient(135deg, #c4b5fd 0%, #a78bfa 100%);
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.6);
    transform: translateY(-2px);
    color: #ffffff !important;
}

.glass-btn-icon,
.glass-btn-text {
    font-size: 1em;
    line-height: 1;
    color: #ffffff !important;
    font-weight: 600;
    filter: brightness(0) invert(1);
}

/* ========================================
   MOBILE TOGGLE BUTTON
   ======================================== */

.glass-mobile-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent !important;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    position: relative;
    flex-shrink: 0;
    z-index: 1102;
}

.glass-mobile-toggle:hover {
    background: transparent !important;
}

.glass-toggle-line {
    width: 24px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
}

.glass-toggle-line:nth-child(1) {
    top: 12px;
}

.glass-toggle-line:nth-child(2) {
    top: 19px;
}

.glass-toggle-line:nth-child(3) {
    top: 26px;
}

.glass-mobile-toggle.active .glass-toggle-line:nth-child(1) {
    top: 19px;
    transform: rotate(45deg);
}

.glass-mobile-toggle.active .glass-toggle-line:nth-child(2) {
    opacity: 0;
}

.glass-mobile-toggle.active .glass-toggle-line:nth-child(3) {
    top: 19px;
    transform: rotate(-45deg);
}

/* ========================================
   MOBILE MENU - FIXED POSITIONING
   ======================================== */

.glass-mobile-menu {
    position: fixed;
    top: 85px;
    right: 2.5%;
    width: auto;
    max-height: 0;
    background: rgba(20, 20, 30, 0.85) !important;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    z-index: 1101;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px) scale(0.95);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.glass-mobile-menu.active {
    max-height: 230px;
    opacity: 1;
    transform: translateY(0) scale(1);
}

.glass-mobile-close {
    display: none;
}

.glass-mobile-nav {
    list-style: none;
    margin: 0;
    padding: 0.75rem;
    width: 100%;
    min-width: 150px;
}

.glass-mobile-nav li {
    margin: 0;
    padding: 0;
}

/* Mobile menu link - Adaptive width with pill shape */
.glass-mobile-link {
    display: inline-block;
    width: auto;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.65rem 1.2rem;
    border-radius: 25px;
    transition: all 0.3s ease;
    text-align: left;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.glass-mobile-link:hover {
    color: #ffffff;
    background: rgba(139, 92, 246, 0.15);
}

.glass-mobile-link.active {
    color: #ffffff;
    background: rgba(139, 92, 246, 0.5);
    border-radius: 25px;
}

/* Hide Mobile Contact Button in Menu */
.glass-mobile-contact-wrapper {
    display: none !important;
}

/* Mobile Contact Button in Header */
.glass-mobile-btn-contact {
    display: none;
    align-items: center;
    gap: 0.4rem;
    background: linear-gradient(135deg, #a78bfa 0%, #8b5cf6 100%);
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.6rem 1rem;
    border-radius: 25px;
    border: none;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
    transition: all 0.3s ease;
    cursor: pointer;
    white-space: nowrap;
    z-index: 1102;
}

.glass-mobile-btn-contact:hover {
    background: linear-gradient(135deg, #c4b5fd 0%, #a78bfa 100%);
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.6);
    transform: translateY(-2px);
    color: #ffffff !important;
}

.glass-mobile-btn-contact .glass-btn-icon,
.glass-mobile-btn-contact .glass-btn-text {
    color: #ffffff !important;
    font-weight: 600;
    filter: brightness(0) invert(1);
}

/* Mobile Controls Wrapper */
.glass-mobile-controls {
    display: none;
    align-items: center;
    gap: 0.75rem;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* Tablet and Mobile */
@media (max-width: 991px) {
    body {
        padding-top: 90px;
    }
    
    .glass-navbar {
        padding: 1rem 0;
    }
    
    .glass-navbar.scrolled {
        padding: 0.75rem 0;
    }
    
    .glass-container {
        max-width: 95%;
        padding: 0.75rem 1.5rem;
        border-radius: 40px;
    }
    
    .glass-logo-img {
        height: 40px;
    }
    
    .glass-menu {
        display: none;
    }
    
    .glass-mobile-controls {
        display: flex;
    }
    
    .glass-mobile-toggle {
        display: flex;
    }
    
    .glass-mobile-btn-contact {
        display: inline-flex;
    }
    
    .glass-btn-contact {
        display: none;
    }
    
    .glass-mobile-menu {
        top: 78px;
    }
    
    .glass-navbar.scrolled ~ * .glass-mobile-menu,
    .glass-navbar.scrolled + * .glass-mobile-menu {
        top: 68px;
    }
}

/* Mobile Small */
@media (max-width: 767px) {
    body {
        padding-top: 85px;
    }
    
    .glass-navbar {
        padding: 0.75rem 0;
    }
    
    .glass-container {
        max-width: 95%;
        padding: 0.75rem 1.2rem;
        border-radius: 35px;
        min-height: 65px;
    }
    
    .glass-logo-img {
        height: 38px;
    }
    
    .glass-mobile-btn-contact {
        font-size: 0.8rem;
        padding: 0.55rem 0.9rem;
    }
    
    .glass-mobile-nav {
        padding: 0.75rem 0.75rem 0.75rem 0.75rem;
    }
    
    .glass-mobile-link {
        font-size: 0.95rem;
        padding: 0.65rem 0.9rem;
    }
    
    .glass-mobile-menu {
        top: 75px;
        right: 2.5%;
    }
}

/* Extra Small Mobile */
@media (max-width: 480px) {
    body {
        padding-top: 80px;
    }
    
    .glass-container {
        max-width: 96%;
        padding: 0.7rem 1rem;
        border-radius: 30px;
    }
    
    .glass-logo-img {
        height: 36px;
    }
    
    .glass-mobile-toggle {
        width: 38px;
        height: 38px;
    }
    
    .glass-toggle-line {
        width: 22px;
        height: 2px;
    }
    
    .glass-toggle-line:nth-child(1) {
        top: 11px;
    }
    
    .glass-toggle-line:nth-child(2) {
        top: 18px;
    }
    
    .glass-toggle-line:nth-child(3) {
        top: 25px;
    }
    
    .glass-mobile-toggle.active .glass-toggle-line:nth-child(1),
    .glass-mobile-toggle.active .glass-toggle-line:nth-child(3) {
        top: 18px;
    }
    
    .glass-mobile-menu {
        width: auto;
        top: 70px;
        right: 2%;
    }
    
    .glass-mobile-controls {
        gap: 0.6rem;
    }
    
    .glass-mobile-btn-contact {
        font-size: 0.75rem;
        padding: 0.5rem 0.8rem;
    }
    
    .glass-mobile-nav {
        padding: 0.6rem 0.6rem 0.6rem 0.6rem;
    }
    
    .glass-mobile-link {
        font-size: 0.9rem;
        padding: 0.6rem 0.8rem;
    }
}

/* Desktop Large */
@media (min-width: 1400px) {
    .glass-container {
        max-width: 85%;
        padding: 0.75rem 3rem;
    }
}

/* Smooth animations */
@media (prefers-reduced-motion: no-preference) {
    * {
        scroll-behavior: smooth;
    }
}
/* ========================================
   GLASSMORPHISM FLOATING HEADER - FIXED
   ======================================== */

/* Remove all backgrounds */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    background: none !important;
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Poppins', sans-serif;
}

body {
    padding-top: 100px;
}

/* Prevent scroll when mobile menu open */
body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

/* ========================================
   MAIN NAVBAR
   ======================================== */

.glass-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1.5rem 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent !important;
}

.glass-navbar.scrolled {
    padding: 0.75rem 0;
}

/* Glass container */
.glass-container {
    max-width: 90%;
    margin: 0 auto;
    background: rgba(20, 20, 30, 0.6) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    padding: 0.75rem 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.glass-navbar.scrolled .glass-container {
    background: rgba(20, 20, 30, 0.8) !important;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

/* ========================================
   LOGO
   ======================================== */

.glass-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.glass-logo:hover {
    transform: scale(1.05);
}

.glass-logo-img {
    height: 45px;
    width: auto;
}

/* ========================================
   DESKTOP MENU
   ======================================== */

.glass-menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.5rem;
}

.glass-menu-item {
    margin: 0;
    padding: 0;
}

.glass-menu-link {
    display: inline-block;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.6rem 1.2rem;
    border-radius: 25px;
    transition: all 0.3s ease;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.glass-menu-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.glass-menu-link.active {
    color: #ffffff;
    background: rgba(139, 92, 246, 0.4);
    padding: 0.6rem 1.2rem;
}

.glass-menu-link::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: rgba(139, 92, 246, 0.8);
    transition: all 0.3s ease;
    transform: translateX(-50%);
    display: none;
}

.glass-menu-link:hover::after,
.glass-menu-link.active::after {
    width: 50%;
}

/* ========================================
   CONTACT BUTTON - Desktop
   ======================================== */

.glass-btn-contact {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: linear-gradient(135deg, #a78bfa 0%, #8b5cf6 100%);
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    padding: 0.8rem 1.7rem;
    border-radius: 30px;
    border: none;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
    transition: all 0.3s ease;
    cursor: pointer;
    margin-left: 3rem;
}

.glass-btn-contact:hover {
    background: linear-gradient(135deg, #c4b5fd 0%, #a78bfa 100%);
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.6);
    transform: translateY(-2px);
    color: #ffffff !important;
}

.glass-btn-icon,
.glass-btn-text {
    font-size: 1em;
    line-height: 1;
    color: #ffffff !important;
    font-weight: 600;
    filter: brightness(0) invert(1);
}

/* ========================================
   MOBILE TOGGLE BUTTON
   ======================================== */

.glass-mobile-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent !important;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    position: relative;
    flex-shrink: 0;
    z-index: 1102;
}

.glass-mobile-toggle:hover {
    background: transparent !important;
}

.glass-toggle-line {
    width: 24px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
}

.glass-toggle-line:nth-child(1) {
    top: 12px;
}

.glass-toggle-line:nth-child(2) {
    top: 19px;
}

.glass-toggle-line:nth-child(3) {
    top: 26px;
}

.glass-mobile-toggle.active .glass-toggle-line:nth-child(1) {
    top: 19px;
    transform: rotate(45deg);
}

.glass-mobile-toggle.active .glass-toggle-line:nth-child(2) {
    opacity: 0;
}

.glass-mobile-toggle.active .glass-toggle-line:nth-child(3) {
    top: 19px;
    transform: rotate(-45deg);
}

/* ========================================
   MOBILE MENU - FIXED POSITIONING
   ======================================== */

.glass-mobile-menu {
    position: fixed;
    top: 85px;
    right: 2.5%;
    width: auto;
    max-height: 0;
    background: rgba(20, 20, 30, 0.85) !important;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    z-index: 1101;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px) scale(0.95);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.glass-mobile-menu.active {
    max-height: 230px;
    opacity: 1;
    transform: translateY(0) scale(1);
}

.glass-mobile-close {
    display: none;
}

.glass-mobile-nav {
    list-style: none;
    margin: 0;
    padding: 0.75rem;
    width: 100%;
    min-width: 150px;
}

.glass-mobile-nav li {
    margin: 0;
    padding: 0;
}

/* Mobile menu link - Adaptive width with pill shape */
.glass-mobile-link {
    display: inline-block;
    width: auto;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.65rem 1.2rem;
    border-radius: 25px;
    transition: all 0.3s ease;
    text-align: left;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.glass-mobile-link:hover {
    color: #ffffff;
    background: rgba(139, 92, 246, 0.15);
}

.glass-mobile-link.active {
    color: #ffffff;
    background: rgba(139, 92, 246, 0.5);
    border-radius: 25px;
}

/* Hide Mobile Contact Button in Menu */
.glass-mobile-contact-wrapper {
    display: none !important;
}

/* Mobile Contact Button in Header */
.glass-mobile-btn-contact {
    display: none;
    align-items: center;
    gap: 0.4rem;
    background: linear-gradient(135deg, #a78bfa 0%, #8b5cf6 100%);
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.6rem 1rem;
    border-radius: 25px;
    border: none;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
    transition: all 0.3s ease;
    cursor: pointer;
    white-space: nowrap;
    z-index: 1102;
}

.glass-mobile-btn-contact:hover {
    background: linear-gradient(135deg, #c4b5fd 0%, #a78bfa 100%);
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.6);
    transform: translateY(-2px);
    color: #ffffff !important;
}

.glass-mobile-btn-contact .glass-btn-icon,
.glass-mobile-btn-contact .glass-btn-text {
    color: #ffffff !important;
    font-weight: 600;
    filter: brightness(0) invert(1);
}

/* Mobile Controls Wrapper */
.glass-mobile-controls {
    display: none;
    align-items: center;
    gap: 0.75rem;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* Tablet and Mobile */
@media (max-width: 991px) {
    body {
        padding-top: 90px;
    }
    
    .glass-navbar {
        padding: 1rem 0;
    }
    
    .glass-navbar.scrolled {
        padding: 0.75rem 0;
    }
    
    .glass-container {
        max-width: 95%;
        padding: 0.75rem 1.5rem;
        border-radius: 40px;
    }
    
    .glass-logo-img {
        height: 32px;
    }
    
    .glass-menu {
        display: none;
    }
    
    .glass-mobile-controls {
        display: flex;
    }
    
    .glass-mobile-toggle {
        display: flex;
    }
    
    .glass-mobile-btn-contact {
        display: inline-flex;
    }
    
    .glass-btn-contact {
        display: none;
    }
    
    .glass-mobile-menu {
        top: 78px;
    }
    
    .glass-navbar.scrolled ~ * .glass-mobile-menu,
    .glass-navbar.scrolled + * .glass-mobile-menu {
        top: 68px;
    }
}

/* Mobile Small */
@media (max-width: 767px) {
    body {
        padding-top: 85px;
    }
    
    .glass-navbar {
        padding: 0.75rem 0;
    }
    
    .glass-container {
        max-width: 95%;
        padding: 0.75rem 1.2rem;
        border-radius: 35px;
        min-height: 65px;
    }
    
    .glass-logo-img {
        height: 30px;
    }
    
    .glass-mobile-btn-contact {
        font-size: 0.8rem;
        padding: 0.55rem 0.9rem;
    }
    
    .glass-mobile-nav {
        padding: 0.75rem 0.75rem 0.75rem 0.75rem;
    }
    
    .glass-mobile-link {
        font-size: 0.95rem;
        padding: 0.65rem 0.9rem;
    }
    
    .glass-mobile-menu {
        top: 75px;
        right: 2.5%;
    }
}

/* Extra Small Mobile */
@media (max-width: 480px) {
    body {
        padding-top: 80px;
    }
    
    .glass-container {
        max-width: 96%;
        padding: 0.7rem 1rem;
        border-radius: 30px;
    }
    
    .glass-logo-img {
        height: 28px;
    }
    
    .glass-mobile-toggle {
        width: 38px;
        height: 38px;
    }
    
    .glass-toggle-line {
        width: 22px;
        height: 2px;
    }
    
    .glass-toggle-line:nth-child(1) {
        top: 11px;
    }
    
    .glass-toggle-line:nth-child(2) {
        top: 18px;
    }
    
    .glass-toggle-line:nth-child(3) {
        top: 25px;
    }
    
    .glass-mobile-toggle.active .glass-toggle-line:nth-child(1),
    .glass-mobile-toggle.active .glass-toggle-line:nth-child(3) {
        top: 18px;
    }
    
    .glass-mobile-menu {
        width: auto;
        top: 70px;
        right: 2%;
    }
    
    .glass-mobile-controls {
        gap: 0.6rem;
    }
    
    .glass-mobile-btn-contact {
        font-size: 0.75rem;
        padding: 0.5rem 0.8rem;
    }
    
    .glass-mobile-nav {
        padding: 0.6rem 0.6rem 0.6rem 0.6rem;
    }
    
    .glass-mobile-link {
        font-size: 0.9rem;
        padding: 0.6rem 0.8rem;
    }
}

/* Desktop Large */
@media (min-width: 1400px) {
    .glass-container {
        max-width: 85%;
        padding: 0.75rem 3rem;
    }
}


/* ====================================
   CONTACT SECTION STYLES - FINAL VERSION
   (Copy this entire CSS to your style.css file)
   ==================================== */

/* Contact Section */
.contact-section {
    padding: 100px 20px;
    background-color: #0E0820;
    position: relative;
}

.contact-container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

/* Section Header */
.contact-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.contact-get-in-touch-btn {
    background: rgba(109, 40, 217, 0.15);
    border: 1px solid rgba(168, 85, 247, 0.3);
    color: #c084fc;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.contact-get-in-touch-btn:hover {
    background: rgba(109, 40, 217, 0.25);
    border-color: rgba(168, 85, 247, 0.5);
    transform: translateY(-2px);
}

.contact-dot {
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #6d28d9, #a855f7);
    border-radius: 50%;
    display: inline-block;
    animation: contact-pulse 2s infinite;
}

@keyframes contact-pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.contact-section-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #ffffff, #e0e0e0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #ffffff;
}

.contact-section-subtitle {
    font-size: 16px;
    color: #b0b0b0;
    line-height: 1.6;
}

/* Content Grid */
.contact-content-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: stretch; /* Changed from start to stretch */
}

/* Contact Form */
.contact-form-wrapper {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(168, 85, 247, 0.15);
    border-radius: 24px;
    padding: 40px;
    backdrop-filter: blur(10px);
    height: 100%; /* Match height with info cards */
    display: flex;
    flex-direction: column;
}

.contact-form-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 28px;
    color: #ffffff;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Equal columns - 50% each */
    gap: 20px;
    align-items: start;
}

/* Force equal width for all form groups in rows */
.contact-form-row .contact-form-group {
    width: 100%;
    min-width: 0; /* Allow flex shrinking */
}

.contact-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #e0e0e0;
}

/* Phone group specific - remove extra space */
.contact-form-group.phone-group {
    width: 100%;
}

/* Phone Input Wrapper */
.phone-input-wrapper {
    display: flex;
    gap: 8px;
    width: 100%;
}

.country-code-select {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 12px;
    padding: 0 12px;
    font-size: 15px;
    color: #ffffff;
    transition: all 0.3s ease;
    font-family: inherit;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23a855f7' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
    width: 100px; /* Fixed width for country code */
    flex-shrink: 0;
    height: 50px;
    box-sizing: border-box;
}

.country-code-select:focus {
    outline: none;
    border-color: #a855f7;
    background-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.1);
}

.country-code-select option {
    background: #1a1028;
    color: #ffffff;
}

.phone-input-wrapper input[type="tel"] {
    flex: 1; /* Take remaining space */
    height: 50px;
    box-sizing: border-box;
}

.contact-form-group input,
.contact-form-group select,
.contact-form-group textarea {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 15px;
    color: #ffffff;
    transition: all 0.3s ease;
    font-family: inherit;
    box-sizing: border-box;
    width: 100%; /* Force all inputs to be 100% width of their container */
}

/* Consistent height for all inputs and selects */
.contact-form-group input,
.contact-form-group select {
    height: 50px; /* Consistent height */
}

.contact-form-group input::placeholder,
.contact-form-group textarea::placeholder {
    color: #808080;
}

.contact-form-group input:focus,
.contact-form-group select:focus,
.contact-form-group textarea:focus {
    outline: none;
    border-color: #a855f7;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.1);
}

.contact-form-group select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23a855f7' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

.contact-form-group select option {
    background: #1a1028;
    color: #ffffff;
}

/* Textarea - Extended to align with Timeline field bottom */
.contact-form-group textarea {
    resize: none;
    height: 148px; /* Matches: Service field (50px) + gap (20px) + Timeline field (50px) + label spacing (28px) = 148px */
    width: 100%;
}

.contact-submit-btn {
    background: linear-gradient(135deg, #6d28d9, #9333ea, #a855f7);
    color: #ffffff;
    border: none;
    padding: 16px 32px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-top: auto; /* Push button to bottom */
    width: 100%; /* Full width button */
}

.contact-submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #7c3aed, #a855f7, #c084fc);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.contact-submit-btn:hover::before {
    opacity: 1;
}

.contact-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(168, 85, 247, 0.4);
}

/* Contact Info Cards */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%; /* Match height with form */
}

.contact-info-card,
.contact-social-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(168, 85, 247, 0.15);
    border-radius: 20px;
    padding: 28px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.contact-info-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(168, 85, 247, 0.3);
    transform: translateX(5px);
}

.contact-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.contact-email-icon {
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.2), rgba(168, 85, 247, 0.2));
    color: #a855f7;
}

.contact-phone-icon {
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.2), rgba(168, 85, 247, 0.2));
    color: #a855f7;
}

.contact-location-icon {
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.2), rgba(168, 85, 247, 0.2));
    color: #a855f7;
}

.contact-info-content {
    flex: 1;
}

.contact-info-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #ffffff;
}

.contact-info-link {
    color: #a855f7;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
    transition: color 0.3s ease;
}

.contact-info-link:hover {
    color: #c084fc;
}

.contact-info-description {
    font-size: 14px;
    color: #909090;
}

/* Social Media Card */
.contact-social-card {
    flex-direction: column;
    gap: 16px;
}

.contact-social-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.contact-social-icons {
    display: flex;
    gap: 12px;
}

.contact-social-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.contact-social-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    opacity: 0.9;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.contact-social-icon:hover::before {
    opacity: 1;
}

.contact-social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.contact-facebook::before {
    background: linear-gradient(135deg, #1877f2, #0d5fbd);
}

.contact-twitter::before {
    background: linear-gradient(135deg, #1da1f2, #0d8bd9);
}

.contact-instagram::before {
    background: linear-gradient(135deg, #e1306c, #fd1d1d, #f77737, #fcaf45);
}

.contact-linkedin::before {
    background: linear-gradient(135deg, #0077b5, #005885);
}

.contact-social-icon svg {
    position: relative;
    z-index: 1;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .contact-section-title {
        font-size: 42px;
    }
    
    .contact-content-grid {
        gap: 30px;
    }
}

@media (max-width: 992px) {
    .contact-content-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-section-title {
        font-size: 38px;
    }
    
    .contact-form-wrapper {
        padding: 32px;
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 60px 16px;
    }
    
    .contact-section-header {
        margin-bottom: 40px;
    }
    
    .contact-section-title {
        font-size: 32px;
    }
    
    .contact-section-subtitle {
        font-size: 15px;
    }
    
    .contact-section-subtitle br {
        display: none;
    }
    
    .contact-form-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .contact-form-wrapper {
        padding: 24px;
    }
    
    .contact-form-title {
        font-size: 20px;
    }
    
    .contact-info-card,
    .contact-social-card {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .contact-section {
        padding: 40px 12px;
    }
    
    .contact-section-title {
        font-size: 28px;
    }
    
    .contact-section-subtitle {
        font-size: 14px;
    }
    
    .contact-form-wrapper {
        padding: 20px;
        border-radius: 16px;
    }
    
    .contact-form-group input,
    .contact-form-group select,
    .contact-form-group textarea {
        padding: 12px 14px;
        font-size: 14px;
    }
    
    .contact-submit-btn {
        padding: 14px 28px;
        font-size: 15px;
    }
    
    .contact-info-card,
    .contact-social-card {
        padding: 18px;
        border-radius: 16px;
    }
    
    .contact-icon-wrapper {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }
    
    .contact-info-content h3 {
        font-size: 16px;
    }
    
    .contact-info-link {
        font-size: 14px;
    }
    
    .contact-social-icon {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    
    .contact-social-icons {
        gap: 10px;
    }
}

/* Extra small devices */
@media (max-width: 360px) {
    .contact-section-title {
        font-size: 24px;
    }
    
    .contact-get-in-touch-btn {
        padding: 8px 20px;
        font-size: 13px;
    }
    
    .contact-form {
        gap: 16px;
    }
    
    .phone-input-wrapper {
        flex-direction: column;
        gap: 12px;
    }
    
    .country-code-select {
        width: 100%;
        min-width: auto;
    }
}

/* ====================================
   END OF CONTACT SECTION CSS
   ==================================== */
   * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background-color: #0E0820;
    color: #ffffff;
    line-height: 1.6;
}

.reviews-section {
    padding: 80px 20px;
    background-color: #0E0820;
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Badge */
.badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 24px;
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.2), rgba(147, 51, 234, 0.2));
    border: 1px solid rgba(168, 85, 247, 0.3);
    border-radius: 50px;
    font-size: 14px;
    color: #c084fc;
    margin: 0 auto 30px;
    max-width: fit-content;
}

.glowing-dot {
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #a855f7, #c084fc);
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(168, 85, 247, 0.8), 0 0 20px rgba(168, 85, 247, 0.5);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 0 12px rgba(168, 85, 247, 0.8), 0 0 20px rgba(168, 85, 247, 0.5);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 18px rgba(168, 85, 247, 1), 0 0 30px rgba(168, 85, 247, 0.7);
        transform: scale(1.1);
    }
}

/* Section Heading */
.section-title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ffffff, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 60px;
    line-height: 1.8;
}

/* Reviews Carousel */
.reviews-carousel {
    max-width: 900px;
    margin: 0 auto 60px;
    position: relative;
}

.reviews-wrapper {
    position: relative;
    min-height: 480px;
    width: 100%;
}

.review-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 480px;
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.1), rgba(147, 51, 234, 0.05));
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 24px;
    padding: 100px 50px 40px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.95);
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.review-card.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    position: absolute;
}

.quote-icon {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #6d28d9, #9333ea);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #ffffff;
    box-shadow: 0 4px 20px rgba(147, 51, 234, 0.4);
    z-index: 5;
}

.review-text {
    font-size: 18px;
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 300;
    max-width: 700px;
}

.stars {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 30px;
}

.stars span {
    font-size: 20px;
    color: #9333ea;
}

.reviewer-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.reviewer-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #9333ea;
    object-fit: cover;
}

.reviewer-details {
    text-align: left;
}

.reviewer-name {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 5px;
}

.reviewer-title {
    font-size: 14px;
    color: #9333ea;
    margin-bottom: 2px;
}

.reviewer-company {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

/* Carousel Navigation */
.carousel-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    position: relative;
    z-index: 10;
}

.nav-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(147, 51, 234, 0.2);
    border: 1px solid rgba(168, 85, 247, 0.3);
    color: #c084fc;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-btn:hover {
    background: linear-gradient(135deg, #6d28d9, #9333ea);
    border-color: #9333ea;
    transform: scale(1.1);
    color: #ffffff;
}

.dots {
    display: flex;
    gap: 10px;
    position: relative;
    z-index: 10;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(168, 85, 247, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.dot.active {
    background: linear-gradient(135deg, #6d28d9, #9333ea);
    width: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(147, 51, 234, 0.6);
}

.dot:hover {
    background: rgba(168, 85, 247, 0.6);
}

/* Stats Grid */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 60px;
}

.stat-card {
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.1), rgba(147, 51, 234, 0.05));
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    border-color: #9333ea;
    box-shadow: 0 10px 30px rgba(147, 51, 234, 0.3);
}

.stat-number {
    font-size: 42px;
    font-weight: 700;
    background: linear-gradient(135deg, #a855f7, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .section-title {
        font-size: 40px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .reviews-wrapper {
        min-height: 520px;
    }

    .review-card {
        min-height: 520px;
    }
}

@media (max-width: 768px) {
    .reviews-section {
        padding: 60px 15px;
    }

    .section-title {
        font-size: 32px;
    }

    .section-subtitle {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .section-subtitle br {
        display: none;
    }

    .reviews-wrapper {
        min-height: 480px;
    }

    .review-card {
        min-height: 480px;
        padding: 80px 30px 35px;
    }

    .review-text {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .stars {
        margin-bottom: 20px;
    }

    .stars span {
        font-size: 18px;
    }

    .reviewer-info {
        flex-direction: column;
        gap: 12px;
    }

    .reviewer-avatar {
        width: 50px;
        height: 50px;
    }

    .reviewer-details {
        text-align: center;
    }

    .reviewer-name {
        font-size: 16px;
    }

    .reviewer-title {
        font-size: 13px;
    }

    .reviewer-company {
        font-size: 12px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .stat-card {
        padding: 25px 15px;
    }

    .stat-number {
        font-size: 36px;
    }

    .carousel-nav {
        gap: 15px;
        margin-top: 30px;
    }

    .nav-btn {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .reviews-section {
        padding: 40px 10px;
    }

    .section-title {
        font-size: 28px;
    }

    .badge {
        padding: 8px 18px;
        font-size: 13px;
    }

    .reviews-wrapper {
        min-height: 620px;
    }

    .review-card {
        min-height: 620px;
        padding: 50px 25px 35px;
    }

    .review-text {
        font-size: 15px;
    }

    .quote-icon {
        width: 45px;
        height: 45px;
        font-size: 24px;
        top: -22px;
    }

    .reviewer-name {
        font-size: 16px;
    }

    .stat-number {
        font-size: 32px;
    }

    .stat-label {
        font-size: 13px;
    }

    .nav-btn {
        width: 38px;
        height: 38px;
    }

    .dot {
        width: 8px;
        height: 8px;
    }

    .dot.active {
        width: 24px;
    }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background-color: #0E0820;
    color: #ffffff;
    line-height: 1.6;
}

.reviews-section {
    padding: 80px 20px;
    background-color: #0E0820;
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Badge */
.badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 24px;
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.2), rgba(147, 51, 234, 0.2));
    border: 1px solid rgba(168, 85, 247, 0.3);
    border-radius: 50px;
    font-size: 14px;
    color: #c084fc;
    margin: 0 auto 30px;
    max-width: fit-content;
}

.glowing-dot {
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #a855f7, #c084fc);
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(168, 85, 247, 0.8), 0 0 20px rgba(168, 85, 247, 0.5);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 0 12px rgba(168, 85, 247, 0.8), 0 0 20px rgba(168, 85, 247, 0.5);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 18px rgba(168, 85, 247, 1), 0 0 30px rgba(168, 85, 247, 0.7);
        transform: scale(1.1);
    }
}

/* Section Heading */
.section-title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ffffff, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 60px;
    line-height: 1.8;
}

/* Reviews Carousel */
.reviews-carousel {
    max-width: 900px;
    margin: 0 auto 80px;
    position: relative;
}

.reviews-wrapper {
    position: relative;
    min-height: 350px;
    width: 100%;
}

.review-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 350px;
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.1), rgba(147, 51, 234, 0.05));
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 24px;
    padding: 50px 50px 35px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.95);
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.review-card.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    position: absolute;
}

.quote-icon {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #6d28d9, #9333ea);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffffff;
    box-shadow: 0 4px 20px rgba(147, 51, 234, 0.4);
    margin: 0 auto 20px;
}

.review-text {
    font-size: 17px;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 22px;
    font-weight: 300;
    max-width: 700px;
}

.stars {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 22px;
}

.stars span {
    font-size: 18px;
    color: #9333ea;
}

.reviewer-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.reviewer-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #9333ea;
    object-fit: cover;
}

.reviewer-details {
    text-align: left;
}

.reviewer-name {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 5px;
}

.reviewer-title {
    font-size: 14px;
    color: #9333ea;
    margin-bottom: 2px;
}

.reviewer-company {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

/* Carousel Navigation */
.carousel-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    position: relative;
    z-index: 10;
}

.nav-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(147, 51, 234, 0.2);
    border: 1px solid rgba(168, 85, 247, 0.3);
    color: #c084fc;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-btn:hover {
    background: linear-gradient(135deg, #6d28d9, #9333ea);
    border-color: #9333ea;
    transform: scale(1.1);
    color: #ffffff;
}

.dots {
    display: flex;
    gap: 10px;
    position: relative;
    z-index: 10;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(168, 85, 247, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.dot.active {
    background: linear-gradient(135deg, #6d28d9, #9333ea);
    width: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(147, 51, 234, 0.6);
}

.dot:hover {
    background: rgba(168, 85, 247, 0.6);
}

/* Stats Grid */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 60px;
}

.stat-card {
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.1), rgba(147, 51, 234, 0.05));
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    border-color: #9333ea;
    box-shadow: 0 10px 30px rgba(147, 51, 234, 0.3);
}

.stat-number {
    font-size: 42px;
    font-weight: 700;
    background: linear-gradient(135deg, #a855f7, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .section-title {
        font-size: 40px;
    }

    .reviews-carousel {
        margin-bottom: 70px;
    }

    .reviews-wrapper {
        min-height: 320px;
    }

    .review-card {
        min-height: 320px;
        padding: 45px 40px 30px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .reviews-section {
        padding: 50px 15px;
    }

    .section-title {
        font-size: 30px;
    }

    .section-subtitle {
        font-size: 14px;
        margin-bottom: 35px;
    }

    .section-subtitle br {
        display: none;
    }

    .reviews-carousel {
        margin-bottom: 60px;
    }

    .reviews-wrapper {
        min-height: 270px;
    }

    .review-card {
        min-height: 270px;
        padding: 35px 22px 25px;
    }

    .quote-icon {
        width: 38px;
        height: 38px;
        font-size: 18px;
        margin-bottom: 16px;
    }

    .review-text {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 14px;
    }

    .stars {
        margin-bottom: 14px;
    }

    .stars span {
        font-size: 14px;
    }

    .reviewer-info {
        flex-direction: row;
        gap: 10px;
    }

    .reviewer-avatar {
        width: 40px;
        height: 40px;
    }

    .reviewer-details {
        text-align: left;
    }

    .reviewer-name {
        font-size: 13px;
        margin-bottom: 2px;
    }

    .reviewer-title {
        font-size: 11px;
    }

    .reviewer-company {
        font-size: 10px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-top: 50px;
    }

    .stat-card {
        padding: 25px 20px;
    }

    .stat-number {
        font-size: 34px;
    }

    .carousel-nav {
        gap: 15px;
        margin-top: 35px;
    }

    .nav-btn {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .reviews-section {
        padding: 40px 10px;
    }

    .section-title {
        font-size: 28px;
    }

    .badge {
        padding: 8px 18px;
        font-size: 13px;
    }

    .reviews-wrapper {
        min-height: 620px;
    }

    .review-card {
        min-height: 620px;
        padding: 50px 25px 35px;
    }

    .review-text {
        font-size: 15px;
    }

    .quote-icon {
        width: 45px;
        height: 45px;
        font-size: 24px;
        top: -22px;
    }

    .reviewer-name {
        font-size: 16px;
    }

    .stat-number {
        font-size: 32px;
    }

    .stat-label {
        font-size: 13px;
    }

    .nav-btn {
        width: 38px;
        height: 38px;
    }

    .dot {
        width: 8px;
        height: 8px;
    }

    .dot.active {
        width: 24px;
    }
}
@media (max-width: 480px) {
    .reviews-section {
        padding: 35px 8px;
    }

    .section-title {
        font-size: 24px;
    }

    .badge {
        padding: 6px 14px;
        font-size: 12px;
    }

    .reviews-wrapper {
        min-height: 380px; /* smaller height */
    }

    .review-card {
        min-height: 380px;
        padding: 30px 18px 25px;
    }

    .review-text {
        font-size: 14px;
        margin-bottom: 15px;
        line-height: 1.5;
    }

    .quote-icon {
        width: 38px;
        height: 38px;
        font-size: 20px;
        top: -8px;
        margin-bottom: 10px;
    }

    .reviewer-info {
        gap: 8px;
    }

    .reviewer-name {
        font-size: 14px;
    }

    .reviewer-role {
        font-size: 12px;
    }

    .stars {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .stat-number {
        font-size: 28px;
    }

    .stat-label {
        font-size: 12px;
    }

    .nav-btn {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .dots {
        gap: 5px;
    }

    .dot {
        width: 7px;
        height: 7px;
    }

    .dot.active {
        width: 18px;
    }
}


/* ====================================
   CONTACT SECTION STYLES - ESPY MEDIA
   Brand Colors: Purple Gradient Theme
   ==================================== */

/* Contact Section */
.contact-section {
    padding: 100px 20px;
    background-color: #0E0820;
    position: relative;
}

.contact-container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

/* Section Header */
.contact-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.contact-get-in-touch-btn {
    background: rgba(109, 40, 217, 0.15);
    border: 1px solid rgba(168, 85, 247, 0.3);
    color: #c084fc;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.contact-get-in-touch-btn:hover {
    background: rgba(109, 40, 217, 0.25);
    border-color: rgba(168, 85, 247, 0.5);
    transform: translateY(-2px);
}

.contact-dot {
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #6d28d9, #a855f7);
    border-radius: 50%;
    display: inline-block;
    animation: contact-pulse 2s infinite;
}

@keyframes contact-pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.contact-section-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #ffffff, #e0e0e0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #ffffff;
}

.contact-section-subtitle {
    font-size: 16px;
    color: #b0b0b0;
    line-height: 1.6;
}

/* Content Grid */
.contact-content-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: stretch;
}

/* Contact Form */
.contact-form-wrapper {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(168, 85, 247, 0.15);
    border-radius: 24px;
    padding: 40px;
    backdrop-filter: blur(10px);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.contact-form-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 28px;
    color: #ffffff;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
}

/* Force equal width for all form groups */
.contact-form-row .contact-form-group {
    width: 100%;
    min-width: 0;
}

.contact-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #e0e0e0;
}

/* Phone group - remove extra space */
.contact-form-group.phone-group {
    width: 100%;
}

/* Phone Input Wrapper */
.phone-input-wrapper {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 10px;
    width: 100%;
}

.country-code-select {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 12px;
    padding: 0 10px 0 14px;
    font-size: 15px;
    color: #ffffff;
    transition: all 0.3s ease;
    font-family: inherit;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23a855f7' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    padding-right: 28px;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.country-code-select:focus {
    outline: none;
    border-color: #a855f7;
    background-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.1);
}

.country-code-select option {
    background: #1a1028;
    color: #ffffff;
    padding: 10px;
}

.phone-input-wrapper input[type="tel"] {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
}

/* All form inputs styling */
.contact-form-group input,
.contact-form-group select,
.contact-form-group textarea {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 15px;
    color: #ffffff;
    transition: all 0.3s ease;
    font-family: inherit;
    box-sizing: border-box;
    width: 100%;
}

/* Consistent height for inputs and selects */
.contact-form-group input,
.contact-form-group select {
    height: 50px;
}

.contact-form-group input::placeholder,
.contact-form-group textarea::placeholder {
    color: #808080;
}

.contact-form-group input:focus,
.contact-form-group select:focus,
.contact-form-group textarea:focus {
    outline: none;
    border-color: #a855f7;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.1);
}

.contact-form-group select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23a855f7' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

.contact-form-group select option {
    background: #1a1028;
    color: #ffffff;
}

/* Textarea - Extended to Timeline level, NO RESIZE GRIP */
.contact-form-group textarea {
    resize: none;
    height: 148px;
    width: 100%;
}

/* Submit Button */
.contact-submit-btn {
    background: linear-gradient(135deg, #6d28d9, #9333ea, #a855f7);
    color: #ffffff;
    border: none;
    padding: 16px 32px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-top: auto;
    width: 100%;
}

.contact-submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #7c3aed, #a855f7, #c084fc);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.contact-submit-btn:hover::before {
    opacity: 1;
}

.contact-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(168, 85, 247, 0.4);
}

/* Contact Info Cards */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
}

.contact-info-card,
.contact-social-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(168, 85, 247, 0.15);
    border-radius: 20px;
    padding: 28px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.contact-info-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(168, 85, 247, 0.3);
    transform: translateX(5px);
}

.contact-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.contact-email-icon {
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.2), rgba(168, 85, 247, 0.2));
    color: #a855f7;
}

.contact-phone-icon {
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.2), rgba(168, 85, 247, 0.2));
    color: #a855f7;
}

.contact-location-icon {
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.2), rgba(168, 85, 247, 0.2));
    color: #a855f7;
}

.contact-info-content {
    flex: 1;
}

.contact-info-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #ffffff;
}

.contact-info-link {
    color: #a855f7;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
    transition: color 0.3s ease;
}

.contact-info-link:hover {
    color: #c084fc;
}

.contact-info-description {
    font-size: 14px;
    color: #909090;
}

/* Social Media Card */
.contact-social-card {
    flex-direction: column;
    gap: 16px;
}

.contact-social-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.contact-social-icons {
    display: flex;
    gap: 12px;
}

.contact-social-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.contact-social-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    opacity: 0.9;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.contact-social-icon:hover::before {
    opacity: 1;
}

.contact-social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.contact-facebook::before {
    background: linear-gradient(135deg, #1877f2, #0d5fbd);
}

.contact-twitter::before {
    background: linear-gradient(135deg, #1da1f2, #0d8bd9);
}

.contact-instagram::before {
    background: linear-gradient(135deg, #e1306c, #fd1d1d, #f77737, #fcaf45);
}

.contact-linkedin::before {
    background: linear-gradient(135deg, #0077b5, #005885);
}

.contact-social-icon svg {
    position: relative;
    z-index: 1;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .contact-section-title {
        font-size: 42px;
    }
    
    .contact-content-grid {
        gap: 30px;
    }
}

@media (max-width: 992px) {
    .contact-content-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-section-title {
        font-size: 38px;
    }
    
    .contact-form-wrapper {
        padding: 32px;
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 60px 16px;
    }
    
    .contact-section-header {
        margin-bottom: 40px;
    }
    
    .contact-section-title {
        font-size: 32px;
    }
    
    .contact-section-subtitle {
        font-size: 15px;
    }
    
    .contact-section-subtitle br {
        display: none;
    }
    
    .contact-form-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .contact-form-wrapper {
        padding: 24px;
    }
    
    .contact-form-title {
        font-size: 20px;
    }
    
    .contact-info-card,
    .contact-social-card {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .contact-section {
        padding: 40px 12px;
    }
    
    .contact-section-title {
        font-size: 28px;
    }
    
    .contact-section-subtitle {
        font-size: 14px;
    }
    
    .contact-form-wrapper {
        padding: 20px;
        border-radius: 16px;
    }
    
    .contact-form-group input,
    .contact-form-group select,
    .contact-form-group textarea {
        padding: 12px 14px;
        font-size: 14px;
    }
    
    .contact-submit-btn {
        padding: 14px 28px;
        font-size: 15px;
    }
    
    .contact-info-card,
    .contact-social-card {
        padding: 18px;
        border-radius: 16px;
    }
    
    .contact-icon-wrapper {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }
    
    .contact-info-content h3 {
        font-size: 16px;
    }
    
    .contact-
    
