    body {
        /* background: #0d1b2a; */
        /* color: white; */
        font-family: 'lato';
    }

    .hero-section {
        min-height: 780px;
        /* display: flex;
        align-items: center;
        justify-content: center; */
        background-image: url('/newimages/magajFront.png');
        /* padding: 2rem;
        background-size: cover; */
        margin-top: 50px;
    }

    .hero-content {
        padding-top: 100px;
    }

    #qrhero {
        background-image: url('/newimages/magajFront.png');
        background-size: cover;
        background-position: center;
        margin-top: 100px;
        padding-bottom: 0px;
        width: 100%;
        height: 750px;
        top: 0px;
        left: 0px;
    }

    .heading {
        font-size: 3.6rem;
        font-weight: 600;
        color: #FFFFFF;
    }

    .subtext {
        font-size: 18px;
        color: #ccc;
    }

    .card-box {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 25px;
        padding: 30px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .tab-buttons {
        display: flex;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 50px;
        padding: 4px;
        margin-bottom: 2rem;
        backdrop-filter: blur(10px);
        border: 1px solid #a3a0a04d;
    }

    .tab-btn {
        flex: 1;
        padding: 16px 2px;
        border: none;
        border-radius: 50px;
        background: transparent;
        color: #ffffff;
        font-size: 1rem;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .active-btnn {
        background: #06AED4 !important;
        color: white;
        box-shadow: 0 4px 15px rgba(0, 188, 212, 0.3);
        font-weight: 600;
    }

    .tab-btn .inactive-btnn {
        background-color: transparent !important;
        color: #ccc !important;
    }

    .search-container {
        position: relative;
        margin-bottom: 2rem;
    }

    .search-input {
        width: 100%;
        padding: 12px 160px 12px 25px;
        border: none;
        border-radius: 50px;
        background: rgba(255, 255, 255, 0.95);
        font-size: 1rem;
        color: #666;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        outline: none;
    }

    .search-input::placeholder {
        color: #999;
        font-weight: 400;
    }

    .search-btn {
        position: absolute;
        right: 6px;
        top: 50%;
        transform: translateY(-50%);
        background: linear-gradient(135deg, #00bcd4, #00acc1);
        border: none;
        border-radius: 50px;
        padding: 8px 20px;
        color: white;
        font-weight: 600;
        font-size: 0.95rem;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .search-btn:hover {
        background: #00acc1;
        transform: translateY(-50%) scale(1.05);
    }

    .platforms {
        margin-top: 20px;
        display: flex;
        gap: 15px;
        align-items: center;
        justify-content: space-between;
        overflow: scroll;
    }

    .platforms img {
        height: 35px;
        filter: grayscale(1) brightness(1.2);
    }

    .btn-discover {
        background: #06AED4 !important;
        color: white !important;
        padding: 12px 30px;
        border-radius: 10px;
        font-weight: 600;
        font-size: 1rem;
        text-decoration: none;
        transition: all 0.3s ease;
        text-align: center;
    }

    @media (max-width: 1440px) {
        #qrhero {
            height: 850px;
        }

        .heading {
            font-size: 3rem;
        }

    }

    @media (max-width: 1040px) {
        #qrhero {
            height: 780px;
        }

        .heading {
            font-size: 2.5rem;
        }
        .platforms img {
            height: 25px;
    }
    }

    @media (max-width: 425px) {
        #qrhero {
            height: 800px;
        }

        .heading {
            font-size: 1.5rem;
        }

        .tab-btn {
            padding: 5px 10px;
        }
    
    

    }

    .smart-assistance-section {
        background: #ffffff;
        padding: 80px 0;
        color: #000;
        text-align: center;
    }

    .smart-assistance-section .logo-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 40px;
    }

    .smart-assistance-section img {
        margin: 15px 75px;
        max-height: 100px;
    }

    /* Responsive: Horizontal scroll on mobile */
    @media (max-width: 1440px) {
        .smart-assistance-section .logo-container {
            flex-wrap: nowrap;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            scroll-behavior: smooth;
            justify-content: center;
            padding: 0 20px;
            gap: 50px;
            font-size: 16px;
        }

        .smart-assistance-section img {
            flex: 0 0 auto;
            margin: 10px;
        }
    }

    @media (max-width: 768px) {
        .smart-assistance-section .logo-container {
            flex-wrap: nowrap;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            scroll-behavior: smooth;
            justify-content: center;
            padding: 0 20px;
            gap: 50px;
            font-size: 16px;
        }
        .smart-assistance-section img {
            margin: 0px 0px;
            max-height: 90px;
    }
    }

    /* Additional sections */
    .feature-section {
        padding: 80px 0;
        background: #FFFFFF;
        min-height: 100vh;
        display: flex;
        align-items: center;
    }

    .feature-section-hero {
        padding: 60px 0;
        background: #FFFFFF;
        display: flex;
        align-items: center;
    }

    .feature-section-cta {
        padding: 80px 0;
        background: #FFFFFF;
        display: flex;
        align-items: center;
        padding-bottom: 150px;
    }

    .content-section h1 {
        font-size: 2.3rem;
        font-weight: 700;
        color: #2c3e50;
        margin-bottom: 2rem;
    }

    .feature-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 2rem;
        /* padding: 1rem 0; */
    }

    .feature-icon {
        width: 24px;
        height: 24px;
        background: #00bfff;
        border-radius: 50% !important;
        border: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 1rem;
        margin-top: 0.1rem !important;
        flex-shrink: 0;
    }

    .feature-icon::after {
        content: '✓';
        color: white;
        font-weight: bold;
        font-size: 12px;
    }

    .feature-content h3 {
        font-size: 1.25rem;
        font-weight: 600;
        color: #2c3e50;
        margin-bottom: 0.5rem;
    }

    .feature-content p {
        color: #6c757d;
        font-size: 0.95rem;
        line-height: 1.5;
        margin: 0;
    }

    .btn-custom {
        padding: 12px 30px;
        border-radius: 10px;
        font-weight: 600;
        text-decoration: none;
        display: inline-block;
        transition: all 0.3s ease;
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .btn-primary-custom {
        background: #06AED4;
        color: white;
        border: none;
    }

    .btn-primary-custom:hover {
        background: #06AED4;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0, 191, 255, 0.3);
        color: white;
    }

    .btn-outline-custom {
        background: transparent;
        color: #00bfff;
        border: 2px solid #00bfff;
    }

    .btn-outline-custom:hover {
        background: #00bfff;
        color: white;
        transform: translateY(-2px);
    }

    /* Responsive Design */
    @media (max-width: 991px) {
        .feature-section {
            padding: 60px 0;
        }

        .feature-section-hero {
            padding: 40px 0;
        }

        .feature-section-cta {
            padding: 40px 0;
        }

        .content-section h1 {
            font-size: 2rem;
            text-align: left;
            margin-bottom: 1.5rem;
        }


    }

    @media (max-width: 767px) {
        .feature-section {
            padding: 20px 0;
        }

        .content-section h1 {
            font-size: 1.75rem;
        }

        .feature-item {
            margin-bottom: 1.5rem;
        }

        .feature-content h3 {
            font-size: 1.1rem;
        }

        .btn-custom {
            width: 100%;
            text-align: center;
            margin-right: 0;
        }
        #qrhero {
        background-image: url('/newimages/newfigma/m-v-b.png');
        }
       
    }

    @media (max-width: 575px) {
        .container {
            padding: 0 15px;
        }

        .content-section h1 {
            font-size: 1.5rem;
        }
    }

    .how-it-works {
        background: #FAFAFA;
        padding: 80px 0;
    }

    .steps-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
        gap: 20px;
        z-index: 1;
    }

    .step {
        flex: 1;
        text-align: center;
        max-width: 280px;
        position: relative;
    }

    .step-visual {
        width: 100%;
        height: 120px;
        margin-bottom: 30px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Step 1 - Document lines */
    .step-1 .step-visual {
        flex-direction: column;
        gap: 8px;
        padding: 0 20px;
    }

    .qr-icon {
        width: 80px;
        height: 80px;
        background: white;
        border: 2px solid #ddd;
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        grid-template-rows: repeat(8, 1fr);
        gap: 1px;
        padding: 4px;
    }

    .qr-pixel {
        background: #333;
    }

    .qr-pixel:nth-child(2n+1) {
        background: #333;
    }

    .qr-pixel:nth-child(4n) {
        background: transparent;
    }

    .qr-pixel:nth-child(8n) {
        background: transparent;
    }

    .step-2 .cyan-bar {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 120px;
        height: 15px;
        background: #17a2b8;
    }

    /* Step 3 - People icons */
    .step-3 .step-visual {
        flex-direction: row;
        justify-content: center;
        gap: 20px;
    }

    .person-icon {
        width: 40px;
        height: 60px;
        background: #bbb;
        position: relative;
        border-radius: 20px 20px 0 0;
    }

    .person-icon::before {
        content: '';
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 20px;
        height: 20px;
        background: #bbb;
        border-radius: 50%;
    }

    .step-3 .cyan-bars {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        gap: 10px;
        justify-content: center;
    }

    .step-3 .cyan-bar {
        width: 30px;
        height: 8px;
        background: #bbb;
    }

    .step-3 .cyan-bar:first-child {
        background: #17a2b8;
    }

    /* Connecting lines */
    .connecting-line {
        position: absolute;
        top: 60px;
        height: 2px;
        border-top: 2px dashed #17a2b8;
        z-index: 1;
    }

    .line-1 {
        left: 32%;
        width: 16%;
    }

    .line-2 {
        right: 32%;
        width: 16%;
    }

    .step-text {
        font-size: 16px;
        color: #333;
        line-height: 1.4;
        text-align: center;
    }

    .step-number {
        font-weight: bold;
    }

    /* Mobile Styles */
    @media (max-width: 768px) {

        .container {
            padding: 30px 20px;
            margin: 10px;
        }

        h1 {
            font-size: 28px;
            margin-bottom: 40px;
        }

        .steps-wrapper {
            display: none;
        }

        .mobile-slider {
            display: block;
        }

        .slider-track {
            overflow-x: auto;
            overflow-y: hidden;
            scrollbar-width: none;
            -ms-overflow-style: none;
            scroll-behavior: smooth;
            scroll-snap-type: x mandatory;
        }

        .slider-track::-webkit-scrollbar {
            display: none;
        }

        .slides-container {
            display: flex;
            width: max-content;
            gap: 20px;
        }

        .slide {
            width: calc(100vw - 60px);
            max-width: 300px;
            flex-shrink: 0;
            padding: 0 10px;
            scroll-snap-align: start;
        }

        .slide .step-visual {
            /* height: 100px; */
            margin-bottom: 25px;
        }

        .slide .step-text {
            font-size: 15px;
            padding: 0 5px;
        }



        .slider-track {
            overflow-x: auto;
            scrollbar-width: none;
            -ms-overflow-style: none;
            scroll-behavior: smooth;
        }

        .slider-track::-webkit-scrollbar {
            display: none;
        }
    }

    .mobile-slider {
        display: none;
    }

    @media (max-width: 768px) {
        .mobile-slider {
            display: block;
        }
    }

    .trusted-section {
        background: #ffffff;
        padding: 80px 0;
        color: #000;
        text-align: center;
    }

    .trusted-section .logo-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 40px;
    }

    .trusted-section img {
        margin: 15px 50px;
        max-height: 60px;
    }

    /* Responsive: Horizontal scroll on mobile */
    @media (max-width: 1440px) {
        .trusted-section .logo-container {
            /* flex-wrap: nowrap;     */
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            scroll-behavior: smooth;
            /* justify-content: flex-start; */
            padding: 0 20px;
            /* gap: 20px; */
        }

        .trusted-section img {
            flex: 0 0 auto;
            margin: 10px;
        }
    }
    @media (max-width: 768px) {
        .trusted-section img {
            /* margin: 15px 50px; */
            max-height: 40px;
        }
    }
    .platform-badge {
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
        border-radius: 25px;
        padding: 8px 20px;
        color: white;
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        margin-bottom: 20px;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .hero-title {
        font-size: 3.5rem;
        font-weight: 700;
        color: white;
        margin-bottom: 20px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

    .hero-subtitle {
        font-size: 1.3rem;
        color: rgba(255, 255, 255, 0.9);
        margin-bottom: 40px;
        font-weight: 300;
    }

    .hero-illustration {
        position: relative;
        text-align: center;
    }

    .person-icon {
        width: 200px;
        height: 200px;
        background: linear-gradient(45deg, #ff9a9e, #fecfef);
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 80px;
        color: white;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
        animation: pulse 2s infinite;
    }

    @keyframes pulse {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.05);
        }

        100% {
            transform: scale(1);
        }
    }

    .chat-bubble {
        position: absolute;
        background: white;
        border-radius: 20px;
        padding: 15px 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        animation: fadeInUp 1s ease-out;
    }

    .chat-bubble-1 {
        top: 20px;
        right: 20px;
        background: #00d4ff;
        color: white;
    }

    .chat-bubble-2 {
        bottom: 20px;
        left: -20px;
        background: #4CAF50;
        color: white;
    }

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

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .feature-text2 {
        font-size: 22px;
    }

    /* hr {
        width: 400px;
    } */

    .cta-subtitle {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    /* AI content */
    .ai-section {
        background-image: url('/newimages/smartAiBg.png');
        background-size: cover;
        color: white;
        height: 563px;
    }

    .ai-section-new {
        background-color: #101828;
        color: white;
        height: 50%;
    }

    .main-content {
        display: flex;
        min-height: 100vh;
        gap: 60px;
        position: relative;
        z-index: 10;
    }

    .left-section {
        flex: 1;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .left-section img {
        /* max-width: 100%; */
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 460;
        margin: auto;
        z-index: 1;
    }

    .ai-robot {
        height: auto;
        display: block;
        border-radius: 20px;
        filter: drop-shadow(0 20px 40px rgba(0, 212, 255, 0.3));
    }

    .right-section-ai {
        flex: 1;
        padding-left: 40px;
    }

    .title {
        font-size: 3.5rem;
        font-weight: 700;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .highlight {
        background: linear-gradient(45deg, #00d4ff, #0099cc);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .subtitle {
        font-size: 1.2rem;
        margin-bottom: 40px;
        margin-top: 30px;
        opacity: 0.9;
        color: #FFFFFF !important;
    }

    .features-list {
        list-style: none;
        space-y: 20px;
        display: block;
    }

    .feature-item-ai {
        background: rgba(30, 39, 73, 0.6);
        border: 1px solid rgba(0, 212, 255, 0.3);
        border-radius: 15px;
        padding: 20px 25px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        gap: 15px;
        transition: all 0.3s ease;
        backdrop-filter: blur(10px);
        position: relative;
        overflow: hidden;
    }

    .feature-item-ai::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.1), transparent);
        transition: all 0.6s ease;
    }

    .feature-item-ai:hover::before {
        left: 100%;
    }

    .feature-item-ai:hover {
        transform: translateX(5px);
        box-shadow: 0 10px 30px rgba(0, 212, 255, 0.3);
        border-color: rgba(0, 212, 255, 0.6);
    }

    .feature-icon-ai {
        width: 24px;
        height: 24px;
        border: 2px solid #00d4ff;
        border-radius: 50%;
        position: relative;
        flex-shrink: 0;
    }

    .feature-icon-ai::after {
        content: '✓';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #00d4ff;
        font-size: 14px;
        font-weight: bold;
    }

    .feature-text-ai {
        font-size: 1.1rem;
        color: white;
        font-weight: 500;
    }

    /* Slider Navigation */
    .features-slider-container {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .slider-nav {
        display: flex;
        justify-content: center;
    }

    .nav-dot {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: rgba(0, 212, 255, 0.3);
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .nav-dot.active {
        background: #00d4ff;
        transform: scale(1.2);
    }

    .nav-dot:hover {
        background: rgba(0, 212, 255, 0.7);
    }

    /* Auto-slide animation */
    .features-slider.sliding {
        animation: slideUp 0.5s ease-in-out;
    }

    @keyframes slideUp {
        0% {
            transform: translateY(20px);
            opacity: 0.8;
        }

        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }

    /* Hexagon SVG */
    .hex-svg {
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
        animation: rotate 20s linear infinite;
    }

    @keyframes rotate {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    h2 {
        font-family: 'lato' !important;
        line-height: inherit !important;
        font-weight: 600 !important;
    }

    .chat-bot-img {
        position: absolute;
        margin-top: 50%;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
        .ai-robot {
            max-width: 550px;
        }

        .ai-section {
            height: 650px;
            padding: 40px 0;
        }
        
        .feature-text-ai {
            font-size: 10px;
        }

        .feature-item-ai {
          padding: 10px 8px;
        }
         .feature-icon-ai {
            width: 18px;
            height: 18px;
        }
        .chat-bot-img {
        position: absolute;
        margin-top: 72%;
        width: 200px;
    }
    }

    @media (max-width: 768px) {
        .main-content {
            flex-direction: column;
            text-align: center;
            padding: 40px 0;
            gap: 40px;
            min-height: auto;
        }

        .ai-section {
            height: auto;
            padding: 40px 0;
        }

        .right-section-ai {
            padding-left: 0;
        }

        .title {
            font-size: 2.5rem;
        }

        .ai-robot {
            max-width: 300px;
        }

        .feature-item-ai {
            padding: 15px 20px;
        }

        /* Mobile: Show all features in a list, hide slider navigation */
        .features-slider-container {
            display: block !important;
        }

        .features-slider {
            display: block;
        }

        .slider-nav {
            display: none !important;
        }

        /* Add all the missing feature items for mobile */
        .features-slider::after {
            content: '';
            display: block;
        }
        .feature-text-ai {
        font-size: 1.1rem;
        }
        .feature-icon-ai {
        width: 24px;
        height: 24px;
        }
    }

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

        .ai-robot {
            max-width: 250px;
        }

        .feature-text-ai {
            font-size: 1rem;
        }

        .container {
            padding: 0 15px;
        }

        .feature-item-ai {
            padding: 12px 15px;
            margin-bottom: 12px;
        }
    }








    .plans-section {
        background-color: #FAFAFA;
        padding: 80px 0;
        color: #101828;
    }

    .plan-card {
        background: white;
        border-radius: 15px;
        padding: 40px 30px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        height: 100%;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .plan-card-inner {
        background: white;
        border: 1px solid #F0F0F0;
        border-radius: 15px;
        padding: 20px 15px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .plan-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    }

    .feature-list {
        list-style: none;
        padding: 0;
        /* margin: 30px 0; */
        display: block;
    }

    .feature-list li {
        /* padding: 12px 0; */
        color: #1B1B1B;
        display: flex;
        align-items: center;
        font-size: 16px;
    }

    .feature-list li i {
        color: #06AED4;
        margin-right: 12px;
        font-size: 16px;
    }

    .btn-signup {
        background: #06AED4 !important;
        border: none !important;
        padding: 15px 30px !important;
        border-radius: 8px !important;
        font-weight: 600 !important;
        letter-spacing: 1px;
        transition: all 0.3s ease;
        width: 100%;
        font-size: 20px !important;
    }

    .btn-signup:hover {
        background: linear-gradient(135deg, #138496, #117a8b);
        transform: translateY(-2px);
    }



    .testimonials-section {
        padding: 80px 0;
        background: #FFFFFF;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .section-title {
        font-size: 2.5rem;
        font-weight: 700;
        text-align: center;
        margin-bottom: 60px;
        color: #333;
    }

    .quote-container {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }

    .quote-line {
        flex: 1;
        height: 2px;
        background: #e0e0e0;
    }

    .quote-icon {
        color: #17a2b8;
        font-size: 2.5rem;
        margin: 0 20px;
    }

    .testimonial-text {
        font-size: 18px;
        line-height: 1.6;
        color: #000000;
        margin-bottom: 40px;
        font-weight: 500;
        text-align: center;
        /* padding: 0px 100px; */
    }

    .avatars-slider {
        position: relative;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .avatars-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        transition: transform 0.3s ease;
    }

    .avatar {
        width: 60px !important;
        height: 60px;
        border-radius: 50%;
        border: 3px solid white;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        cursor: pointer;
        transition: all 0.3s ease;
        object-fit: cover;
    }

    .avatar.active {
        width: 80px !important;
        height: 80px;
        border-color: #17a2b8;
        /* transform: scale(1.1);
        z-index: 10;
        position: relative; */
    }

    /* .avatar:hover {
        transform: scale(1.05) translateY(-2px);
    } */

    .author-info h5 {
        font-weight: 700;
        color: #333;
        margin-bottom: 5px;
        font-size: 1.2rem;
        text-align: center;
    }

    .author-info p {
        color: #17a2b8;
        margin: 0;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
    }

    .slider-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 30px;
    }

    .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #ddd;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .dot.active {
        background: #17a2b8;
        transform: scale(1.2);
    }

    .dot:hover {
        background: #17a2b8;
        opacity: 0.7;
    }

    @media (max-width: 768px) {
        .testimonials-section {
            padding: 60px 0;
        }

        .section-title {
            font-size: 2rem;
        }

        .testimonial-text {
            font-size: 16px;
        }

        .avatar {
            width: 50px;
            height: 50px;
        }

        .avatar.active {
            width: 65px;
            height: 65px;
        }
    }





    .brand-section {
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        padding: 80px 0;
        min-height: 100vh;
        display: flex;
        align-items: center;
    }

    .main-title {
        font-size: 2.5rem;
        font-weight: 700;
        color: #2c3e50;
        margin-bottom: 1.5rem;
        text-align: center;
        line-height: 1.2;
    }

    .subtitle-brand {
        font-size: 1.1rem;
        color: #1B1B1B;
        text-align: center;
        margin-bottom: 2rem;
        line-height: 1.6;
    }

    .cta-button {
        background: #06AED4;
        border: none;
        color: white;
        padding: 15px 35px;
        font-size: 1.1rem;
        font-weight: 600;
        border-radius: 10px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(23, 162, 184, 0.3);
        text-decoration: none;
        display: inline-block;
    }

    .cta-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(23, 162, 184, 0.4);
        color: white;
    }

    .feature-card {
        background: white;
        border-radius: 20px;
        padding: 40px 30px;
        text-align: center;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        height: 100%;
        border: 1px solid #f1f3f4;
    }

    .feature-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    }

    .feature-icon-brand {
        width: 70px;
        height: 70px;
        border-radius: 15%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 25px;
        font-size: 28px;
        color: white;
        position: relative;
        overflow: hidden;
    }

    .feature-icon-brand.email {
        background: #06AED4;
    }

    .feature-icon-brand.translate {
        background: #06AED4;
    }

    .feature-icon-brand.support {
        background: #06AED4;
    }

    .feature-title {
        font-size: 1.4rem;
        font-weight: 700;
        color: #2c3e50;
        margin-bottom: 15px;
        line-height: 1.3;
    }

    .feature-description {
        color: #6c757d;
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 25px;
    }

    .learn-more-btn {
        background: #06AED4;
        border: none;
        color: white;
        padding: 12px 25px;
        font-size: 0.95rem;
        font-weight: 600;
        border-radius: 10px;
        transition: all 0.3s ease;
        text-decoration: none;
        display: inline-block;
    }

    .learn-more-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 5px 15px rgba(23, 162, 184, 0.3);
        color: white;
    }

    .features-row {
        margin-top: 60px;
    }

    .features-container {
        overflow-x: auto;
        padding-bottom: 10px;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* Internet Explorer 10+ */
    }

    .features-container::-webkit-scrollbar {
        display: none;
        /* Safari and Chrome */
    }

    @media (max-width: 991px) {
        .features-row {
            flex-wrap: nowrap;
            margin: 60px -15px 0 -15px;
        }

        .feature-col {
            flex: 0 0 280px;
            max-width: 280px;
            padding: 0 15px;
        }

        .feature-col:first-child {
            margin-left: 15px;
        }

        .feature-col:last-child {
            margin-right: 15px;
        }
    }

    @media (max-width: 768px) {
        .main-title {
            font-size: 2.2rem;
        }

        .brand-section {
            padding: 60px 0;
        }

        .feature-col {
            flex: 0 0 260px;
            max-width: 260px;
        }

        .feature-card {
            padding: 30px 20px;
        }

        .feature-title {
            font-size: 1.2rem;
        }
    }

    /* Banner Section */

    .banner-container {
        background: #009CBF;
        border-radius: 20px;
        /* padding: 40px; */
        margin: 100px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .banner-grid {
        background-image:
            linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
        background-size: 40px 40px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    .banner-content {
        position: relative;
        z-index: 2;
    }

    .banner-title {
        color: white;
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .banner-subtitle {
        color: rgba(255, 255, 255, 0.9);
        font-size: 1.1rem;
        margin-bottom: 30px;
        line-height: 1.5;
    }

    .start-btn {
        background: white;
        color: #1eb5c4;
        border: none;
        padding: 15px 30px;
        border-radius: 8px;
        font-weight: 600;
        font-size: 1rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .start-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
        color: #1eb5c4;
    }

    .illustration-container {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    /* Mobile Responsive Styles */
    @media (max-width: 768px) {
        .banner-container {
            padding: 30px 20px;
            margin: 10px;
            border-radius: 15px;
        }

        .banner-title {
            font-size: 1.8rem;
            margin-bottom: 15px;
        }

        .banner-subtitle {
            font-size: 1rem;
            margin-bottom: 25px;
        }

    }

    @media (max-width: 576px) {
        .banner-title {
            font-size: 1.5rem;
        }

        .banner-subtitle {
            font-size: 0.9rem;
        }
        #findBtn{
            font-size: 12px;
        }
        #uploadBtn{
            font-size: 12px;
        }
        .tab-buttons {
            padding: 10px;
        }
    }

    /* Feature styling */
    .feature-box {
        display: flex;
        align-items: center;
        background-color: #141A2A;
        padding: 12px 16px;
        border-radius: 8px;
        border: 1px solid #00BFFF;
        gap: 10px;
    }

    .feature-icon {
        width: 16px;
        height: 16px;
        background-color: #00BFFF;
        border-radius: 50%;
    }

    .feature-text {
        color: #fff;
        font-size: 14px;
    }

    .pattern-top-img {
        margin-bottom: 20%;
        margin-top: 15%;
    }

    .pattern-bottom-img {
        margin-bottom: 18%;
        filter: blur(8px);

    }

    .pattern-top-img-right {
        float: inline-end;
        margin-bottom: 200%;
    }

    .pattern-top-img-left {
        display: none;
    }

    /* Mobile-specific layout fixes */
    @media (max-width: 768px) {
        .ai-main-img {
            position: relative !important;
            width: 100%;
            max-width: 100%;
            top: -60px
        }

        .chat-bot-img {
            display: none;
            position: absolute;
            top: 230px;
            left: 25px;
            width: 80px;
        }

        .pattern-top-img {
            position: absolute;
            top: 10px;
            left: 15px;
            width: 40px;
        }

        .pattern-bottom-img {
            position: absolute;
            bottom: 20%;
            left: 0px;
            width: 110px;
            filter: blur(8px);
        }

        .pattern-top-img-right {
            margin-bottom: unset;
            display: none;

        }

        .pattern-top-img-left {
            display: block;
            float: inline-end;
            margin-top: -230px;
            width: 30px;
        }
    }

    @media (max-width: 520px) {
        .ai-main-img {
            position: relative !important;
            width: 100%;
            max-width: 90%;
        }

        .ai-image-wrapper {
            background-color: #0B1220;
            padding-top: 3rem;
            position: relative;
            z-index: 2;
        }

        .ai-image-wrapper img.ai-main-img {
            max-width: 100%;
            position: relative;
            top: -80px;
            /* move up */
            z-index: 2;
            left: 12px;
        }
    }

    /* Desktop layout */
    @media (min-width: 992px) {
        .ai-main-img {
            position: absolute;
            bottom: 0;
            left: 15%;
            width: auto;
        }


        .pattern-top-img,
        .pattern-bottom-img {
            display: block;
        }
    }

    .twist-line-img {
        position: absolute;
        top: -13px;
        left: 18%;
        width: 64%;
        height: auto;
        z-index: 0;
        pointer-events: none;
    }

    @media (max-width: 800px) {
        .features-slider-container {
            flex-direction: column !important;
            align-items: flex-start;
            gap: 20px;
        }

        .features-slider {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            gap: 15px;
        }

        .feature-item-ai {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .slider-nav {
            display: none !important;
        }
    }

    .video-placeholder {
        width: 100%;
        background-color: #000;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
    }

     .rounded-video {
        border: 1px solid #00000059;
        border-radius: 25px;
        height: 500px;
        object-fit: cover;
    }

    .modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

    .modal-content.contact-form {
        background: #fff;
        padding: 30px;
        width: 90%;
        max-width: 400px;
        border-radius: 12px;
        position: relative;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }

    .modal-content h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .close-button {
        position: absolute;
        top: 12px;
        right: 16px;
        font-size: 24px;
        font-weight: bold;
        cursor: pointer;
    }
    .modal-content.calendly-iframe-wrapper {
    background: #fff;
    padding: 0;
    width: 90%;
    max-width: 800px; /* adjust width as needed */
    height: auto;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}