 :root {
            --p1: #d24786;
            --p2: #642866;
            --p3: #da4b89;
            --p4: #2d132c;
            --primary-gradient: linear-gradient(135deg, #d24786 0%, #642866 100%);
            --soft-bg: #f8f5f8;
            --glass: rgba(255, 255, 255, 0.95);
        }

        /* body { font-family: 'Outfit', sans-serif; background-color: var(--soft-bg); margin: 0; } */
/* Import from Google Fonts */
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&family=Roboto+Mono&display=swap');

body { 
    font-family: 'Inter', sans-serif; 
} */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;500;700;800&display=swap');

body { 
    font-family: 'Plus Jakarta Sans', sans-serif; 
}

 
/* @import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;700;800&family=Lexend:wght@300;400&display=swap');

h1, h2, .navbar-brand { 
    font-family: 'Sora', sans-serif; 
}
body { 
    font-family: 'Lexend', sans-serif; 
}
 */


/* @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;700&family=Public+Sans:wght@300;400&display=swap');

h1, .navbar-brand { font-family: 'Space Grotesk', sans-serif; letter-spacing: -1px; }
body { font-family: 'Public+Sans', sans-serif; } */

/* @import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@300;400;700;800&display=swap');

body { font-family: 'Urbanist', sans-serif; }
.brand-softwares { font-weight: 800; text-transform: uppercase; letter-spacing: 1px; } */



/* @import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,800&family=JetBrains+Mono:wght@400&display=swap');

h1 { font-family: 'Bricolage Grotesque', sans-serif; }
.nav-link { font-family: 'JetBrains Mono', monospace; font-size: 13px; }
 */






.brand-corp {
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.02em; /* Tighter tracking for a premium look */
}


        /* 🔹 Ultra-Modern Topbar */
        .topbar { 
            background: var(--p4); 
            color: rgba(255,255,255,0.7); 
            padding: 10px 0; 
            font-size: 13px; 
            border-bottom: 1px solid rgba(255,255,255,0.05);
        }
        .topbar i { color: var(--p1); margin-right: 8px; }
        .topbar a { color: inherit; text-decoration: none; transition: 0.3s; margin-left: 15px; }
        .topbar a:hover { color: white; }

        /* 🔹 Navbar Styling */
        .main-navbar {
            background: var(--glass);
            backdrop-filter: blur(15px);
            transition: all 0.4s ease;
            padding: 5px 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            border-bottom: 1px solid rgba(100, 40, 102, 0.05);
        }
        .main-navbar.sticky { padding: 10px 0; box-shadow: 0 10px 30px rgba(0,0,0,0.08); }

        /* 🔹 Stacked Logo Branding */
        .navbar-brand { 
            display: flex;
            flex-direction: column;
            line-height: 0.8;
            font-family: 'Syne', sans-serif; 
            text-decoration: none;
        }
        .brand-ign { 
            font-size: 28px; 
            font-weight: 300; 
            color: var(--p2); 
            letter-spacing: 2px;
        }
        .brand-softwares { 
            font-size: 22px; 
            font-weight: 800; 
            background: var(--primary-gradient); 
            -webkit-background-clip: text; 
            -webkit-text-fill-color: transparent; 
            letter-spacing: -1px;
        }

        .nav-link {
            color: var(--p2) !important;
            font-weight: 600;
            font-size: 15px;
            padding: 10px 20px !important;
            position: relative;
        }
        .nav-link::after {
            content: '';
            position: absolute;
            bottom: 5px; left: 20px; right: 20px;
            height: 2px; background: var(--p1);
            transform: scaleX(0); transition: 0.3s;
        }
        .nav-link:hover::after { transform: scaleX(1); }

        /* 🔹 Mega Menu */
        @media (min-width: 992px) {
            .nav-item.dropdown { position: static; }
            .megamenu {
                position: absolute;
                width: 100%;
                left: 0; right: 0;
                top: 100%;
                background: white;
                border: none;
                border-radius: 0 0 30px 30px;
                box-shadow: 0 30px 60px rgba(0,0,0,0.1);
                padding: 40px;
                opacity: 0; visibility: hidden;
                transform: translateY(20px);
                transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
                display: block !important;
            }
            .nav-item.dropdown:hover .megamenu { opacity: 1; visibility: visible; transform: translateY(0); }
        }

        .menu-title { font-family: 'Syne', sans-serif; font-size: 13px; font-weight: 800; text-transform: uppercase; color: #aaa; letter-spacing: 2px; margin-bottom: 20px; display: block; }
        
        .feature-box {
            background: var(--soft-bg);
            padding: 25px;
            border-radius: 20px;
            height: 100%;
            border: 1px solid rgba(0,0,0,0.03);
        }
        .feature-box h5 { font-family: 'Syne', sans-serif; font-weight: 800; color: var(--p2); }
        .badge-new { background: var(--p1); color: white; font-size: 10px; padding: 3px 8px; border-radius: 50px; vertical-align: middle; }

        .menu-card {
            display: flex;
            padding: 12px;
            border-radius: 15px;
            text-decoration: none !important;
            transition: 0.3s;
            margin-bottom: 5px;
        }
        .menu-card:hover { background: rgba(210, 71, 134, 0.08); transform: translateX(5px); }
        .m-icon {
            width: 40px; height: 40px; min-width: 40px;
            background: white; color: var(--p1);
            display: flex; align-items: center; justify-content: center;
            border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            margin-right: 15px; font-size: 16px;
        }
        .m-text h6 { margin: 0; color: var(--p2); font-weight: 700; font-size: 15px; }
        .m-text p { margin: 0; color: #888; font-size: 12px; }

        .btn-quote {
            background: var(--primary-gradient);
            color: white !important;
            border-radius: 50px;
            padding: 12px 28px;
            font-weight: 700;
            border: none;
            transition: 0.3s;
            box-shadow: 0 10px 20px rgba(210, 71, 134, 0.2);
        }
        .btn-quote:hover { transform: translateY(-3px); box-shadow: 0 15px 25px rgba(210, 71, 134, 0.3); }

        .offcanvas { background: var(--p4); border-left: 5px solid var(--p1); }
        .mobile-link { 
            color: white !important; font-size: 20px; font-weight: 700; 
            padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,0.05);
            text-decoration: none; display: flex; justify-content: space-between;
        }
        .mobile-sub { display: none; list-style: none; padding-left: 15px; margin-top: 10px; }
        .mobile-sub.active { display: block; }
        .mobile-sub a { color: rgba(255,255,255,0.6); text-decoration: none; padding: 10px 0; display: block; font-size: 15px; }












        /* hero section  */
   :root {
        --p1: #d24786;
        --p2: #642866;
        --p4: #2d132c;
        --glass: rgba(255, 255, 255, 0.03);
        --glass-border: rgba(255, 255, 255, 0.1);
    }

    .hero-wrapper {
        min-height: 100vh;
        background: #0a050a; /* Dark sleek background */
        position: relative;
        display: flex;
        align-items: center;
        overflow: hidden;
        font-family: 'Plus Jakarta Sans', sans-serif;
    }

    /* 🔹 Animated Background Mesh */
    .hero-mesh {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0; left: 0;
        background: 
            radial-gradient(circle at 20% 30%, rgba(210, 71, 134, 0.15) 0%, transparent 40%),
            radial-gradient(circle at 80% 70%, rgba(100, 40, 102, 0.2) 0%, transparent 40%);
        z-index: 1;
    }

    /* 🔹 Interactive Glow (Moves with mouse via JS) */
    #cursor-glow {
        position: absolute;
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(210, 71, 134, 0.08) 0%, transparent 70%);
        border-radius: 50%;
        pointer-events: none;
        z-index: 2;
        transform: translate(-50%, -50%);
        transition: 0.1s ease-out;
    }

    .container { z-index: 3; position: relative; }

    /* 🔹 Content Styling */
    .ai-badge {
        background: var(--glass);
        backdrop-filter: blur(10px);
        color: #fff;
        padding: 10px 24px;
        border-radius: 100px;
        border: 1px solid var(--glass-border);
        font-size: 13px;
        letter-spacing: 1px;
        display: inline-block;
        margin-bottom: 30px;
        animation: fadeInDown 1s ease;
    }

    .hero-title {
        color: #fff;
        font-weight: 800;
        font-size: clamp(3.5rem, 7vw, 5.5rem);
        line-height: 1;
        letter-spacing: -3px;
    }

    .text-gradient {
        background: linear-gradient(to right, var(--p1), #ff8aba);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    /* 🔹 Interactive Floating Cards */
    .humanoid-container {
        perspective: 1000px;
        position: relative;
    }

    .floating-bot {
        width: 100%;
        filter: drop-shadow(0 0 30px rgba(210, 71, 134, 0.2));
        animation: floatBot 5s ease-in-out infinite;
        transition: transform 0.5s ease;
    }

    .floating-bot:hover {
        transform: scale(1.05) rotateY(-5deg);
    }

    .ui-element {
        background: rgba(20, 10, 20, 0.6);
        backdrop-filter: blur(20px);
        border: 1px solid var(--glass-border);
        padding: 20px;
        border-radius: 24px;
        color: #fff;
        position: absolute;
        transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        cursor: pointer;
    }

    .ui-element:hover {
        background: rgba(210, 71, 134, 0.1);
        transform: translateY(-10px) scale(1.1);
        border-color: var(--p1);
    }

    .card-top { top: 0; right: -20px; z-index: 4; }
    .card-bottom { bottom: 50px; left: -40px; z-index: 4; }

    /* 🔹 Button Redesign */
    .btn-main {
        background: #fff;
        color: #000;
        padding: 18px 40px;
        border-radius: 100px;
        font-weight: 700;
        text-decoration: none;
        transition: 0.3s;
        display: inline-block;
    }

    .btn-main:hover {
        transform: scale(1.05);
        box-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
        color: #000;
    }

    .btn-outline {
        border: 1px solid var(--glass-border);
        color: #fff;
        padding: 18px 40px;
        border-radius: 100px;
        text-decoration: none;
        transition: 0.3s;
    }

    .btn-outline:hover { background: var(--glass); color: #fff; }

    @keyframes floatBot {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-20px); }
    }












            /* 🔹 Custom Variables for this Section */
    :root {
        --glass-bg: rgba(255, 255, 255, 0.7);
        --glass-border: rgba(255, 255, 255, 0.4);
        --shadow-glow: rgba(210, 71, 134, 0.15);
    }

    .services-section {
        padding: 120px 0;
        background: radial-gradient(circle at 50% 50%, rgba(100, 40, 102, 0.02) 0%, #ffffff 100%);
        font-family: 'Plus Jakarta Sans', 'Urbanist', sans-serif;
        overflow: hidden;
    }

    .section-tagline {
        color: var(--p1);
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 13px;
        background: rgba(210, 71, 134, 0.08);
        padding: 6px 16px;
        border-radius: 50px;
        display: inline-block;
        margin-bottom: 15px;
    }

    .section-title {
        font-weight: 800;
        color: var(--p4);
        font-size: clamp(2.5rem, 5vw, 3.5rem);
        letter-spacing: -1.5px;
        line-height: 1.1;
    }

    /* 🔹 Interactive Feature Cards */
    .feature-item {
        display: flex;
        padding: 25px;
        border-radius: 24px;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        cursor: pointer;
        border: 1px solid transparent;
        background: transparent;
        margin-bottom: 15px;
    }

    .feature-item:hover {
        background: var(--glass-bg);
        backdrop-filter: blur(10px);
        border: 1px solid var(--glass-border);
        box-shadow: 0 20px 40px var(--shadow-glow);
        transform: translateY(-5px) scale(1.02);
    }

    /* Right-aligned text logic for Desktop */
    @media (min-width: 992px) {
        .text-lg-end { text-align: right; }
        .flex-lg-row-reverse { flex-direction: row-reverse; }
        .feature-item:hover { transform: translateY(-5px) translateX(-10px) scale(1.02); }
    }

    .feature-icon {
        width: 54px;
        height: 54px;
        min-width: 54px;
        background: #fff;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: var(--p1);
        box-shadow: 0 8px 20px rgba(0,0,0,0.06);
        margin: 0 20px;
        transition: 0.4s;
        border: 1px solid rgba(0,0,0,0.03);
    }

    .feature-item:hover .feature-icon {
        background: var(--p1);
        color: white;
        transform: rotate(-10deg);
        box-shadow: 0 10px 20px rgba(210, 71, 134, 0.3);
    }

    .feature-text h5 {
        font-weight: 700;
        color: var(--p2);
        margin-bottom: 8px;
        font-size: 1.15rem;
    }

    .feature-text p {
        font-size: 14.5px;
        color: #6c757d;
        line-height: 1.6;
        margin-bottom: 0;
    }

    /* 🔹 Phone Mockup Styling */
    .mockup-wrapper {
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Decorative circle behind phone */
    .mockup-wrapper::before {
        content: '';
        position: absolute;
        width: 120%;
        height: 70%;
        background: radial-gradient(circle, rgba(210, 71, 134, 0.1) 0%, transparent 70%);
        z-index: -1;
        border-radius: 50%;
        animation: pulseGlow 4s ease-in-out infinite;
    }

    .phone-mockup {
        width: 100%;
        max-width: 300px;
        border-radius: 40px;
        filter: drop-shadow(0 50px 80px rgba(0,0,0,0.18));
        transition: 0.5s ease;
    }

    .mockup-wrapper:hover .phone-mockup {
        transform: scale(1.05) rotate(-2deg);
    }

    @keyframes pulseGlow {
        0%, 100% { transform: scale(1); opacity: 0.5; }
        50% { transform: scale(1.1); opacity: 0.8; }
    }

    /* Mobile Responsive Tweaks */
    @media (max-width: 991px) {
        .feature-item { 
            text-align: left !important; 
            flex-direction: row !important; 
            background: rgba(255,255,255,0.5);
            border: 1px solid var(--glass-border);
            margin-bottom: 20px;
        }
        .feature-icon { margin-left: 0 !important; margin-right: 20px !important; }
        .mockup-wrapper { margin: 60px 0; order: -1; }
        .section-title { font-size: 2.2rem; }
    }


















    /* who we are  */
    .about-interactive {
        padding: 120px 0;
        background: #0f0a10; /* Dark premium background */
        position: relative;
        overflow: hidden;
        color: white;
        font-family: 'Plus Jakarta Sans', sans-serif;
    }

    /* 🔹 Interactive Ambient Light */
    .ambient-glow {
        position: absolute;
        width: 500px; height: 500px;
        background: radial-gradient(circle, rgba(210, 71, 134, 0.15) 0%, transparent 70%);
        border-radius: 50%;
        pointer-events: none;
        z-index: 1;
        transition: transform 0.2s ease-out;
    }

    .container { position: relative; z-index: 2; }

    .about-label {
        color: var(--p1);
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 4px;
        font-size: 12px;
        margin-bottom: 20px;
        display: block;
    }

    .about-title {
        font-size: clamp(2.5rem, 5vw, 4rem);
        font-weight: 800;
        line-height: 1;
        margin-bottom: 30px;
    }

    /* 🔹 3D Tilt Cards */
    .pillar-wrapper {
        perspective: 1000px;
    }

    .interactive-card {
        background: rgba(255, 255, 255, 0.03);
        backdrop-filter: blur(15px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 40px;
        border-radius: 30px;
        height: 100%;
        transition: transform 0.1s, box-shadow 0.3s;
        transform-style: preserve-3d;
    }

    .interactive-card:hover {
        border-color: var(--p1);
        box-shadow: 0 25px 50px rgba(0,0,0,0.5);
    }

    .icon-box {
        width: 60px; height: 60px;
        background: linear-gradient(135deg, var(--p1), var(--p2));
        border-radius: 18px;
        display: flex; align-items: center; justify-content: center;
        font-size: 24px;
        margin-bottom: 25px;
        transform: translateZ(30px); /* 3D Pop effect */
    }

    .card-content { transform: translateZ(20px); }

    .card-content h4 { font-weight: 800; margin-bottom: 15px; color: #fff; }
    .card-content p { color: rgba(255,255,255,0.6); font-size: 15px; line-height: 1.7; }

    /* 🔹 Animated Stats */
    .stat-counter {
        background: linear-gradient(to right, #fff, rgba(255,255,255,0.4));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 3rem;
        font-weight: 800;
        display: block;
    }

    @media (max-width: 991px) {
        .about-title { font-size: 2.8rem; }
    }










    .roi-section {
        padding: 120px 0;
        background: #fff;
        font-family: 'Plus Jakarta Sans', sans-serif;
        overflow: hidden;
    }

    .roi-header {
        margin-bottom: 80px;
    }

    .roi-badge {
        color: var(--p1);
        font-weight: 800;
        font-size: 14px;
        letter-spacing: 2px;
        text-transform: uppercase;
        display: block;
        margin-bottom: 10px;
    }

    .roi-main-title {
        font-size: clamp(2.5rem, 6vw, 4.5rem);
        font-weight: 900;
        color: var(--p4);
        line-height: 1;
    }

    /* 🔹 Interactive Value Cards */
    .value-card {
        position: relative;
        padding: 40px;
        border-radius: 30px;
        background: #fdfafd;
        border: 1px solid rgba(100, 40, 102, 0.05);
        transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        cursor: pointer;
        height: 100%;
        overflow: hidden;
    }

    .value-card:hover {
        background: var(--p4);
        transform: translateY(-15px);
        box-shadow: 0 30px 60px rgba(45, 19, 44, 0.2);
    }

    /* 🔹 Floating Background Number */
    .card-number {
        position: absolute;
        top: -20px;
        right: -10px;
        font-size: 120px;
        font-weight: 900;
        color: rgba(210, 71, 134, 0.05);
        transition: 0.5s;
        z-index: 1;
        font-family: 'Inter', sans-serif;
    }

    .value-card:hover .card-number {
        color: rgba(210, 71, 134, 0.2);
        transform: scale(1.2) translate(-20px, 20px);
    }

    .card-icon {
        width: 60px;
        height: 60px;
        background: #fff;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: var(--p1);
        margin-bottom: 30px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.05);
        position: relative;
        z-index: 2;
        transition: 0.5s;
    }

    .value-card:hover .card-icon {
        background: var(--p1);
        color: #fff;
        transform: rotateY(360deg);
    }

    .card-content {
        position: relative;
        z-index: 2;
    }

    .card-content h3 {
        font-weight: 800;
        color: var(--p2);
        margin-bottom: 15px;
        transition: 0.5s;
    }

    .card-content p {
        color: #6c757d;
        line-height: 1.7;
        font-size: 15px;
        transition: 0.5s;
    }

    .value-card:hover h3 { color: #fff; }
    .value-card:hover p { color: rgba(255,255,255,0.7); }

    /* 🔹 ROI Multiplier Effect */
    .roi-accent-text {
        font-weight: 900;
        background: linear-gradient(45deg, var(--p1), var(--p2));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    @media (max-width: 768px) {
        .roi-main-title { font-size: 3rem; }
    }













  .dev-section {
        padding: 100px 0;
        background: var(--soft-bg);
        font-family: 'Plus Jakarta Sans', sans-serif;
        position: relative;
    }

    /* 🔹 Header Section */
    .dev-content-top {
        max-width: 900px;
        margin-bottom: 70px;
    }

    .badge-top {
        display: inline-block;
        padding: 6px 16px;
        background: rgba(210, 71, 134, 0.08);
        color: var(--p1);
        border-radius: 100px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        margin-bottom: 20px;
    }

    .dev-title {
        font-weight: 800;
        font-size: clamp(2.2rem, 5vw, 3.8rem);
        color: var(--p4);
        line-height: 1.1;
        letter-spacing: -2px;
    }

    .dev-description {
        font-size: 1.1rem;
        color: var(--text-muted);
        line-height: 1.8;
        border-left: 3px solid var(--p1);
        padding-left: 25px;
        margin-top: 30px;
        max-width: 700px;
    }

    /* 🔹 Slick Service Grid */
    .service-bento {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 30px;
    }

    .service-card {
        background: #ffffff;
        padding: 45px;
        border-radius: 30px;
        border: 1px solid rgba(0,0,0,0.04);
        transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
        position: relative;
        z-index: 1;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    /* Slick Glow Background on Hover */
    .service-card::after {
        content: '';
        position: absolute;
        top: -50%; left: -50%; width: 200%; height: 200%;
        background: radial-gradient(circle, rgba(210, 71, 134, 0.05) 0%, transparent 70%);
        opacity: 0;
        transition: opacity 0.6s ease;
        z-index: -1;
    }

    .service-card:hover {
        transform: translateY(-15px);
        box-shadow: 0 40px 80px rgba(100, 40, 102, 0.08);
        border-color: rgba(210, 71, 134, 0.2);
    }

    .service-card:hover::after { opacity: 1; }

    /* Icons */
    .service-icon-wrapper {
        width: 60px;
        height: 60px;
        background: var(--soft-bg);
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.6rem;
        color: var(--p1);
        margin-bottom: 35px;
        transition: all 0.4s ease;
    }

    .service-card:hover .service-icon-wrapper {
        background: var(--p1);
        color: white;
        transform: scale(1.1) rotate(8deg);
    }

    /* Typography */
    .service-card h4 {
        font-weight: 800;
        font-size: 1.4rem;
        color: var(--p2);
        margin-bottom: 15px;
    }

    .service-card p {
        font-size: 0.95rem;
        color: var(--text-muted);
        line-height: 1.6;
        margin: 0;
    }

    /* 🔹 High-Contrast CTA Box */
    .cta-card {
        background: var(--p4);
        color: white;
        text-align: center;
        justify-content: center;
        align-items: center;
        border: none;
    }

    .cta-card h4 { color: white; font-size: 1.8rem; }
    .cta-card p { color: rgba(255,255,255,0.6); margin-bottom: 30px; }

    .slick-btn {
        padding: 14px 35px;
        background: var(--p1);
        color: white;
        border-radius: 100px;
        font-weight: 700;
        text-decoration: none;
        transition: 0.3s;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .slick-btn:hover {
        background: white;
        color: var(--p1);
        transform: scale(1.05);
    }

    /* Responsive */
    @media (max-width: 768px) {
        .dev-section { padding: 60px 20px; }
        .service-bento { grid-template-columns: 1fr; }
        .dev-description { border-left: none; padding-left: 0; }
    }









    :root {
        --adv-p1: #d24786;
        --adv-p4: #0d060c;
        --adv-surface: rgba(255, 255, 255, 0.03);
        --adv-border: rgba(255, 255, 255, 0.08);
    }

    /* 🔹 Outer Wrapper for Scroll Length */
    .adv-sol-section-overflow {
        height: 400vh; 
        background-color: var(--adv-p4);
        position: relative;
    }

    /* 🔹 Sticky Container */
    .adv-sol-sticky-viewport {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        height: 100vh;
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-image: 
            radial-gradient(circle at 20% 30%, #1a0b1a 0%, transparent 40%),
            radial-gradient(circle at 80% 70%, #050205 0%, transparent 40%);
    }

    /* 🔹 Header Styling */
    .adv-sol-header-box {
        text-align: center;
        max-width: 800px;
        margin: 0 auto 40px auto;
        padding: 0 20px;
        z-index: 2;
    }

    .adv-sol-tag {
        color: var(--adv-p1);
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 4px;
        font-size: 11px;
        margin-bottom: 15px;
        display: block;
    }

    .adv-sol-main-title {
        font-size: clamp(2.5rem, 5vw, 3.5rem);
        font-weight: 800;
        line-height: 1.1;
        margin: 0;
        color: #fff;
        font-family: 'Plus Jakarta Sans', sans-serif;
    }

    .adv-sol-main-title span {
        background: linear-gradient(to right, #fff, var(--adv-p1));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    /* 🔹 Horizontal Sliding Rail */
    .adv-sol-slider-rail {
        display: flex;
        gap: 40px;
        padding: 0 10vw;
        width: fit-content;
        will-change: transform;
        transition: transform 0.1s linear; /* Smooths out scroll jitter */
    }

    /* 🔹 Card Styling */
    .adv-sol-card {
        flex: 0 0 450px;
        background: var(--adv-surface);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        border-radius: 40px;
        padding: 60px 45px;
        border: 1px solid var(--adv-border);
        transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        position: relative;
    }

    .adv-sol-card:hover {
        transform: translateY(-10px);
        border-color: var(--adv-p1);
        background: rgba(255, 255, 255, 0.06);
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
    }

    .adv-sol-number {
        position: absolute;
        top: 35px;
        right: 45px;
        font-size: 14px;
        font-weight: 800;
        color: var(--adv-p1);
        opacity: 0.4;
    }

    .adv-sol-icon-wrap {
        width: 80px;
        height: 80px;
        background: rgba(255, 255, 255, 0.04);
        border-radius: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        color: #fff;
        margin-bottom: 30px;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .adv-sol-card-content h4 {
        font-weight: 700;
        font-size: 1.6rem;
        margin-bottom: 15px;
        color: #fff;
        font-family: 'Plus Jakarta Sans', sans-serif;
    }

    .adv-sol-card-content p {
        color: rgba(255, 255, 255, 0.5);
        font-size: 1.05rem;
        line-height: 1.7;
        margin: 0;
    }

    .adv-sol-indicator {
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        color: rgba(255,255,255,0.3);
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    /* 📱 Mobile Responsiveness */
    @media (max-width: 991px) {
        .adv-sol-card { flex: 0 0 380px; }
    }

    @media (max-width: 768px) {
        .adv-sol-section-overflow { height: auto; }
        .adv-sol-sticky-viewport { position: relative; height: auto; padding: 80px 0; }
        .adv-sol-slider-rail { 
            flex-direction: column; 
            width: 100%; 
            padding: 0 20px;
            transform: none !important; 
        }
        .adv-sol-card { flex: 0 0 auto; width: 100%; }
        .adv-sol-indicator { display: none; }
    }











    :root {
        --adv-faq-p1: #d24786;
        --adv-faq-bg: #0d060c;
        --adv-faq-surface: rgba(255, 255, 255, 0.03);
        --adv-faq-border: rgba(255, 255, 255, 0.08);
    }

    .adv-faq-section {
        padding: 100px 0;
        background-color: var(--adv-faq-bg);
        font-family: 'Plus Jakarta Sans', sans-serif;
        color: #ffffff;
        position: relative;
        overflow: hidden;
    }

    /* Ambient Glow behind FAQs */
    .adv-faq-section::after {
        content: '';
        position: absolute;
        bottom: -10%;
        left: 50%;
        width: 600px;
        height: 400px;
        background: radial-gradient(circle, rgba(210, 71, 134, 0.1) 0%, transparent 70%);
        transform: translateX(-50%);
        pointer-events: none;
    }

    .adv-faq-container {
        max-width: 900px;
        margin: 0 auto;
        padding: 0 20px;
        position: relative;
        z-index: 2;
    }

    .adv-faq-header {
        text-align: center;
        margin-bottom: 60px;
    }

    .adv-faq-tag {
        color: var(--adv-faq-p1);
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 11px;
        display: block;
        margin-bottom: 15px;
    }

    .adv-faq-title {
        font-size: clamp(2rem, 4vw, 3rem);
        font-weight: 800;
        letter-spacing: -1px;
    }

    /* Accordion Styling */
    .adv-faq-wrapper {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .adv-faq-item {
        background: var(--adv-faq-surface);
        border: 1px solid var(--adv-faq-border);
        border-radius: 20px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .adv-faq-item:hover {
        border-color: rgba(210, 71, 134, 0.4);
        background: rgba(255, 255, 255, 0.05);
    }

    .adv-faq-item.active {
        background: rgba(255, 255, 255, 0.06);
        border-color: var(--adv-faq-p1);
        box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    }

    .adv-faq-question {
        padding: 25px 30px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        background: none;
        border: none;
        color: #fff;
        text-align: left;
        font-size: 1.1rem;
        font-weight: 600;
        outline: none;
    }

    .adv-faq-icon {
        width: 32px;
        height: 32px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        color: var(--adv-faq-p1);
    }

    .adv-faq-item.active .adv-faq-icon {
        transform: rotate(180deg);
        background: var(--adv-faq-p1);
        color: #fff;
    }

    .adv-faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        padding: 0 30px;
        color: rgba(255, 255, 255, 0.6);
        line-height: 1.8;
    }

    .adv-faq-item.active .adv-faq-answer {
        max-height: 300px; /* Adjust based on content */
        padding-bottom: 30px;
    }

    /* 📱 Responsive Adjustment */
    @media (max-width: 768px) {
        .adv-faq-section { padding: 60px 0; }
        .adv-faq-question { padding: 20px; font-size: 1rem; }
        .adv-faq-answer { padding: 0 20px; }
        .adv-faq-item.active .adv-faq-answer { padding-bottom: 20px; }
    }







    :root {
        --ai-p1: #d24786;
        --ai-glow: rgba(210, 71, 134, 0.15);
        --ai-bg: #f8fafc;
        --ai-card-bg: rgba(255, 255, 255, 0.8);
    }

    .ai-blog-section {
        padding: 100px 0;
        background-color: var(--ai-bg);
        font-family: 'Plus Jakarta Sans', sans-serif;
        overflow: hidden;
    }

    .ai-blog-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* 🔹 AI-Style Header */
    .ai-blog-header {
        text-align: center;
        margin-bottom: 70px;
    }

    .ai-blog-tag {
        display: inline-block;
        padding: 6px 15px;
        background: white;
        border: 1px solid var(--ai-glow);
        border-radius: 50px;
        font-size: 11px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: var(--ai-p1);
        margin-bottom: 20px;
        box-shadow: 0 5px 15px var(--ai-glow);
    }

    .ai-blog-title {
        font-size: clamp(2.2rem, 5vw, 3rem);
        font-weight: 800;
        color: #0f172a;
        letter-spacing: -1.5px;
    }

    /* 🔹 Row/Column System with Reveal Scroll Effect */
    .ai-blog-row {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    .ai-blog-col {
        flex: 0 0 33.333%;
        max-width: 33.333%;
        padding: 15px;
        opacity: 0; /* For Scroll Animation */
        transform: translateY(40px);
        transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
    }

    /* Visible state triggered by JS */
    .ai-blog-col.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

    /* 🔹 The AI Card */
    .ai-card {
        background: var(--ai-card-bg);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 35px;
        padding: 12px;
        height: 100%;
        display: flex;
        flex-direction: column;
        text-decoration: none;
        color: inherit;
        position: relative;
        transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        box-shadow: 0 10px 40px rgba(0,0,0,0.03);
    }

    /* Floating Glow on Hover */
    .ai-card:hover {
        transform: translateY(-15px) scale(1.02);
        background: white;
        border-color: var(--ai-p1);
        box-shadow: 0 30px 60px var(--ai-glow);
    }

    .ai-card-img {
        width: 100%;
        height: 220px;
        border-radius: 25px;
        overflow: hidden;
        position: relative;
    }

    .ai-card-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 1s ease;
    }

    .ai-card:hover .ai-card-img img {
        transform: scale(1.1);
    }

    /* 🔹 Card Body */
    .ai-card-body {
        padding: 25px 15px;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .ai-card-meta {
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        color: #94a3b8;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .ai-card-meta span {
        width: 5px;
        height: 5px;
        background: var(--ai-p1);
        border-radius: 50%;
    }

    .ai-card-title {
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.3;
        color: #0f172a;
        margin-bottom: 15px;
    }

    .ai-card-excerpt {
        font-size: 0.95rem;
        color: #64748b;
        line-height: 1.6;
        margin-bottom: 25px;
    }

    /* AI Button Link */
    .ai-card-btn {
        margin-top: auto;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-weight: 800;
        font-size: 13px;
        color: var(--ai-p1);
    }

    .ai-card-btn i {
        transition: transform 0.3s ease;
    }

    .ai-card:hover .ai-card-btn i {
        transform: translateX(5px);
    }

    /* 📱 Responsive Adjustment */
    @media (max-width: 991px) {
        .ai-blog-col { flex: 0 0 50%; max-width: 50%; }
    }

    @media (max-width: 768px) {
        .ai-blog-col { flex: 0 0 100%; max-width: 100%; }
        .ai-blog-section { padding: 60px 0; }
    }















