    body {
        margin: 0;
        padding: 0;
    }

    /* Top Header */
    .top-header {
        position: fixed;
        top: 0;
        width: 100%;
        background: #212529;
        color: #fff;
        font-size: 14px;
        padding: 6px 0;
        z-index: 1060;
    }


    .top-header a {
        color: #ffc107;
        text-decoration: none;
    }

    /* Navbar */
    /* ===== RESET ===== */
    body {
        margin: 0;
        font-family: Segoe UI, sans-serif;
    }

    /* ===== TOP HEADER ===== */
    .top-header {
        position: fixed;
        top: 0;
        width: 100%;
        background: #212529;
        color: #fff;
        font-size: 14px;
        padding: 6px 0;
        z-index: 1060;
    }

    .top-header i {
        color: #ffc107;
    }

    /* ===== NAVBAR ===== */
    .main-navbar {
        position: fixed;
        width: 100%;
        background: #212529;
        z-index: 1050;
    }

    .navbar-brand img {
        max-height: 70px;
    }

    .navbar-dark .nav-link {
        color: #fff !important;
        font-weight: 500;
        padding: 14px 16px;
    }

    .navbar-dark .nav-link i {
        color: #ffc107;
        margin-right: 6px;
    }

    .dropdown-toggle::after {
        display: none;
    }

    /* ===== NAV SCOPE ===== */
    .nav-scope {
        position: relative;
    }

    /* ===== MEGA DROPDOWN ===== */
    .has-mega {
        position: static;
    }

    .has-mega .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
        padding: 25px;
    }

    /* dropdown items (NO icons) */
    .dropdown-item {
        font-size: 14px;
        padding: 7px 10px;
        color: #212529;
        border-radius: 6px;
    }

    .dropdown-item:hover {
        background: #f1f3f5;
    }

    /* ===== MOBILE FIX ===== */
    @media(max-width:991px) {

        .dropdown-menu {
            position: static !important;
            width: 100% !important;
            box-shadow: none !important;
            border-radius: 0 !important;
        }

        .has-mega .dropdown-menu {
            padding: 10px 15px;
        }

        .top-header {
            font-size: 13px;
        }
    }

    /* ===== HERO ===== */
    .hero-section {
        background: #fff;
        padding: 90px 0 70px;
        overflow: hidden;
        position: relative;
    }

    .hero-subtitle {
        font-size: .85rem;
        font-weight: 600;
        letter-spacing: 1px;
        color: #0b4f6c;
    }

    .hero-title {
        font-size: 2.6rem;
        font-weight: 700;
        color: #083d5d;
        transition: opacity .4s ease;
    }

    .hero-text {
        max-width: 820px;
        margin: 15px auto 0;
        font-size: 1.05rem;
        color: #555;
    }

    /* ===== SEARCH ===== */
    /* .search-box {
            margin: 40px auto 30px;
            max-width: 720px;
            display: flex;
            align-items: center;
            background: #fff;
            border-radius: 50px;
            padding: 12px 18px;
            border: 1px solid #ddd;
            box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
        }

        .search-box input {
            border: none;
            outline: none;
            width: 100%;
        } */

    /* ===== CONTINUOUS SLIDER ===== */
    .slider-wrapper {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .slider-track {
        display: flex;
        width: max-content;
        animation: scroll 40s linear infinite;
    }

    .slider-track:hover {
        animation-play-state: paused;
    }

    .service-pill {
        margin-right: 14px;
        padding: 8px 18px;
        border-radius: 30px;
        border: 1px solid #0b4f6c;
        font-size: .9rem;
        color: #0b4f6c;
        text-decoration: none;
        white-space: nowrap;
    }

    .service-pill:hover {
        background: #0b4f6c;
        color: #fff;
    }

    /* infinite movement */
    @keyframes scroll {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-50%);
        }
    }

    /* ===== RIGHT SOCIAL ===== */
    .hero-social-right {
        position: fixed;
        right: 25px;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .hero-social-right a {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        font-size: .85rem;
        color: #083d5d;
        text-decoration: none;
    }

    .hero-social-right a:hover {
        text-decoration: underline;
    }

    @media(max-width:768px) {
        .hero-title {
            font-size: 2rem;
        }

        .hero-social-right {
            display: none;
        }
    }

    /* ===== Our Story SECTION ===== */
    .if-ai-section {
        padding: 70px 0;
        background: #f8fafc;
    }

    .if-ai-surface {
        position: relative;
        border-radius: 22px;
        padding: 36px 28px;
        background: linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .82));
        box-shadow: 0 20px 60px rgba(2, 6, 23, .12);
        overflow: hidden;
    }

    /* ===== BACKGROUND GLOWS ===== */
    .if-ai-surface::before {
        content: "";
        position: absolute;
        inset: -40% -20%;
        background:
            radial-gradient(40% 40% at 20% 35%, rgba(99, 102, 241, .35), transparent 60%),
            radial-gradient(35% 35% at 85% 60%, rgba(14, 165, 233, .28), transparent 60%),
            radial-gradient(30% 30% at 50% 0%, rgba(16, 185, 129, .25), transparent 60%);
        filter: blur(70px);
        pointer-events: none;
    }

    .if-ai-cursor {
        position: absolute;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        pointer-events: none;
        background: radial-gradient(circle, rgba(125, 211, 252, .25), rgba(168, 85, 247, .18), transparent 65%);
        filter: blur(20px);
        opacity: 0;
        transition: .25s ease;
    }

    /* ===== FLOATING DOTS ===== */
    .if-ai-decor span {
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: linear-gradient(#a78bfa, #60a5fa);
        opacity: .55;
        animation: float 8s ease-in-out infinite;
    }

    .if-ai-decor span:nth-child(1) {
        left: 8%;
        top: 70%
    }

    .if-ai-decor span:nth-child(2) {
        left: 18%;
        top: 18%
    }

    .if-ai-decor span:nth-child(3) {
        left: 48%;
        top: 12%
    }

    .if-ai-decor span:nth-child(4) {
        left: 72%;
        top: 28%
    }

    .if-ai-decor span:nth-child(5) {
        left: 86%;
        top: 68%
    }

    .if-ai-decor span:nth-child(6) {
        left: 38%;
        top: 78%
    }

    .if-ai-decor span:nth-child(7) {
        left: 58%;
        top: 52%
    }

    .if-ai-decor span:nth-child(8) {
        left: 12%;
        top: 40%
    }

    @keyframes float {
        50% {
            transform: translateY(-18px) scale(1.15);
            opacity: .75
        }
    }

    /* ===== CONTENT LAYOUT ===== */
    .if-ai-wrap {
        position: relative;
        display: grid;
        grid-template-columns: 1.1fr .9fr;
        gap: 34px;
        z-index: 2;
    }

    .if-ai-copy h3 {
        font-size: 2.1rem;
        line-height: 1.25;
        margin: 0;
    }

    .title-grad {
        background: linear-gradient(90deg, #6366f1, #0ea5e9, #22c55e);
        -webkit-background-clip: text;
        color: transparent;
    }

    .if-ai-copy p {
        margin: 16px 0 26px;
        color: #475569;
        max-width: 520px;
    }

    /* ===== CTA ===== */
    .if-cta {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 12px 20px;
        border-radius: 999px;
        background: linear-gradient(90deg, #6366f1, #0ea5e9);
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        box-shadow: 0 10px 30px rgba(99, 102, 241, .35);
    }

    .if-cta svg {
        width: 20px
    }

    /* ===== VIDEO CARD ===== */
    .if-ai-video-shell {
        position: relative;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 15px 40px rgba(2, 6, 23, .25);
    }

    .if-ai-video-shell::before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, .15), transparent 40%);
        z-index: 1;
    }

    .if-ai-video-shell video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .if-ai-surface:hover .if-ai-cursor {
        opacity: 1
    }

    @media(max-width:900px) {
        .if-ai-wrap {
            grid-template-columns: 1fr
        }

        .if-ai-copy h3 {
            font-size: 1.7rem
        }
    }

    /* ===== Our Partners ===== */
    .partners {
        padding: 56px 0;
        background: #fff;
        overflow: hidden;
    }

    .partners h3 {
        text-align: center;
        color: #0f172a;
        font-size: 1.9rem;
        margin: 0;
    }

    .partners p {
        text-align: center;
        color: #64748b;
        max-width: 760px;
        margin: 8px auto 0;
    }

    .accent {
        height: 2px;
        width: 88px;
        margin: 12px auto 18px;
        border-radius: 999px;
        background: linear-gradient(90deg, transparent, #6366f1, transparent);
    }

    /* ===== SLIDER ===== */
    .partners-carousel {
        overflow: hidden;
        position: relative;
    }

    .partner-track {
        display: flex;
        width: max-content;
        animation: partners-scroll 45s linear infinite;
    }

    .partner-track:hover {
        animation-play-state: paused;
    }

    /* Seamless infinite scroll */
    @keyframes partners-scroll {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-50%);
        }
    }

    .logo-item {
        flex: 0 0 auto;
        min-width: 180px;
        padding: 12px 18px;
        margin-right: 22px;
        background: #fff;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow:
            0 1px 2px rgba(2, 6, 23, .05),
            0 0 0 1px rgba(2, 6, 23, .06);
        transition: .25s ease;
    }

    .logo-item:hover {
        transform: translateY(-2px);
        box-shadow:
            0 10px 22px rgba(2, 6, 23, .10),
            0 0 0 1px rgba(99, 102, 241, .15);
    }

    .logo-item img {
        height: 40px;
        width: auto;
        user-select: none;
        pointer-events: none;
    }

    @media(max-width:768px) {
        .logo-item {
            min-width: 140px;
        }

        .partner-track {
            animation-duration: 60s;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .partner-track {
            animation: none;
        }
    }

    /* ===== Why Choose Us ===== */
    .core-values {
        padding: 80px 0;
        background: #f8fafc;
    }

    /* badge */
    .core-badge {
        display: inline-block;
        padding: 6px 14px;
        border-radius: 50px;
        background: #fff;
        border: 1px solid #fde0c5;
        font-size: 12px;
        font-weight: 700;
        color: #ff6a00;
        box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
    }

    /* card */
    .value-card {
        background: #fff;
        padding: 32px;
        border-radius: 20px;
        border: 1px solid #eef2f7;
        transition: all .3s ease;
        height: 100%;
    }

    .value-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
    }

    /* icon box */
    .icon-box {
        width: 56px;
        height: 56px;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        margin-bottom: 24px;
        transition: all .3s ease;
    }

    /* icon colors */
    .orange {
        background: #fff1e6;
        color: #ff6a00;
    }

    .blue {
        background: #e8f0ff;
        color: #2563eb;
    }

    .green {
        background: #ecfdf5;
        color: #16a34a;
    }

    .purple {
        background: #f3e8ff;
        color: #7c3aed;
    }

    .red {
        background: #fee2e2;
        color: #dc2626;
    }

    .yellow {
        background: #fef9c3;
        color: #ca8a04;
    }

    .value-card:hover .orange {
        background: #ff6a00;
        color: #fff;
    }

    .value-card:hover .blue {
        background: #2563eb;
        color: #fff;
    }

    .value-card:hover .green {
        background: #16a34a;
        color: #fff;
    }

    .value-card:hover .purple {
        background: #7c3aed;
        color: #fff;
    }

    .value-card:hover .red {
        background: #dc2626;
        color: #fff;
    }

    .value-card:hover .yellow {
        background: #ca8a04;
        color: #fff;
    }

    .value-card h5 {
        font-weight: 700;
        margin-bottom: 12px;
        color: #334155;
    }

    .value-card p {
        color: #64748b;
        line-height: 1.7;
    }

    /* footer box */
    .company-box {
        margin-top: 64px;
        padding: 32px;
        background: #fff;
        border-radius: 28px;
        border: 1px solid #e5e7eb;
        position: relative;
        text-align: center;
    }

    .company-box::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(to right, #fb923c, #f97316);
    }

    /* ===== features-section ===== */
    .features-section {
        background: #f8fafc;
    }

    .feature-card {
        background: #ffffff;
        padding: 35px 25px;
        border-radius: 18px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
        height: 100%;
        transition: all 0.3s ease;
    }

    .feature-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
    }

    .icon-box {
        width: 60px;
        height: 60px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 18px;
        font-size: 26px;
    }

    /* Icon colors */
    .bg-orange {
        background: #fff1e6;
        color: #ff7a18;
    }

    .bg-blue {
        background: #e7f0ff;
        color: #2563eb;
    }

    .bg-green {
        background: #e6fff2;
        color: #16a34a;
    }

    .bg-purple {
        background: #f3e8ff;
        color: #9333ea;
    }

    .bg-red {
        background: #ffecec;
        color: #dc2626;
    }

    .bg-yellow {
        background: #fff8e1;
        color: #ca8a04;
    }

    .bg-indigo {
        background: #eef2ff;
        color: #4f46e5;
    }

    .bg-teal {
        background: #e6fffa;
        color: #0d9488;
    }

    .feature-card h5 {
        font-weight: 600;
        color: #0f172a;
        margin-bottom: 10px;
    }

    .feature-card p {
        font-size: 15px;
        color: #64748b;
        margin-bottom: 0;
    }