.reveal img {
            height: auto;
        }

        @media screen and (max-width: 767px) {
            .cs_team_section .cs_team_img .cs_team_text .cs_team_text_title {
                color: #ff7703;
                margin-bottom: 5px;
                font-size: 13px;
            }

            .service-bg {
                background-image: url(/assets_ss/img/under.jpg) !important;
                background-size: cover;
                background-repeat: no-repeat;
                height: 124px;
            }

            .cs_team_section .cs_team_img .cs_team_text .cs_team_subtitle {
                color: #d5853a;
                margin: 0;
                font-size: 9px !important;
                line-height: 160%;
                font-weight: 800;
            }

            .ss_htext {
                height: 75px;
                font-family: "Libre Bodoni", Sans-serif;
                font-size: 35px !important;
                color: #023047;
                margin-top:14%;
            }

            .about__img-3 {
                width: 100% !important;
                margin-top: 7% !important;
            }

            .ss_txt2 {
                margin-top: 0% !important;
            }
        }


        .cs_team_img {
            width: 100%;
            height: 550px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            margin: 0 auto;
            transition: transform 2.1s ease;
        }


        @media screen and (max-width: 600px) {

            .cs_team_section .cs_team_img .cs_team_text {
                z-index: 200;
                position: absolute;
                color: #fff;
                transform: rotate(-90deg);
                transform-origin: left;
                bottom: 6px;
                /* font-size: 12px !important; */
                left: 25px;
                transition: transform 0.7s ease;
            }

                .cs_team_section .cs_team_img .cs_team_text .cs_team_text_title {
                    color: #ff7703;
                    margin-bottom: 5px;
                    font-size: 13px;
                }
        }

        @media screen and (max-width: 600px) {
            #about-text {
                margin-top: 4% !important;
            }
            .hai-choose-num {
                position: absolute;
                left: -31px !important;
            }
         }

        @media screen and (max-width: 600px) {
            #about-meet {
                padding-top: 10% !important;
            }

            .ss_sectxt {
                padding-left: 0px !important;
                padding-top: 0px !important;
            }

            .cs_portfolio_details .cs_solutions_section .cs_heading_text {
                margin-bottom: 4px;
            }

        }

        #about-text {
            margin-top: 10%;
        }

        #about-meet {
            padding-top: 2%;
            padding-bottom: 2%;
        }

        .about__img-3 {
            overflow: hidden;
            position: relative;
            width: calc(100% - 85px);
            height: 770px;
        }

            .about__img-3 img {
                width: 100%;
            }

            .about__img-3 img {
                position: absolute;
                bottom: 0;
                -o-object-fit: cover;
                object-fit: cover;
                width: 100%;
                height: 110%;
                margin-left: auto;
                margin-right: auto;
            }

        .ss_htext {
            height: 85px;
            font-family: "Libre Bodoni", Sans-serif;
            font-size: 73px;
            color: #0660a7;
        }

        .ss_txt2 {
            margin-top: 42%;
        }

        .abt_para {
            display: block;
            text-align: start;
            position: relative;
            translate: none;
            rotate: none;
            scale: none;
            transform-origin: 205px 12.5938px;
            transform: translate3d(0px, 0px, 0px);
            opacity: 1;
            /* font-family: "Open Sans", sans-serif;*/
            width: 93%;
            line-height: 1.4;
        }

            .abt_para::first-letter {
                font-size: 40px;
                font-weight: 700;
            }

        .ss_sectxt {
            padding-left: 97px;
            padding-top: 0px;
        }

        .team-text {
            letter-spacing: 2px;
            font-size: 30px;
            margin-bottom: 6px;
        }
@keyframes slides {
            from {
                transform: translateX(0);
            }

            to {
                transform: translateX(-100%);
            }
        }

        .logos {
            overflow: hidden;
            padding: 30px 0px;
            white-space: nowrap;
            position: relative;
        }

            .logos:before, .logos:after {
                position: absolute;
                top: 0;
                content: '';
                width: 250px;
                height: 100%;
                z-index: 2;
            }

        .logo_items {
            display: inline-block;
            white-space: nowrap;
            animation: 12s slides infinite linear; /* Adjusted duration for smooth loop */
        }

            .logo_items img {
                height: 115px;
                background: #fff;
                border-radius: 5px;
                padding: 16px 10px;
                border: 1px solid #eee;
            }

        /* Stop the animation on hover */
        .logos:hover .logo_items {
            animation-play-state: paused;
        }
.service-bg {
            background-image: url('/assets_ss/img/products/healthai.jpg') !important;
            background-size: cover;
            height: 300px;
        }

        .cs_text_style {
            text-align: left;
            word-spacing: -2px !important;
            font-size: 16px;
            font-weight: 400;
        }

        .ss_anim_heading_title {
            font-family: 'Bodoni Moda', Sans-serif !important;
            font-size: 75px !important;
            font-weight: 600 !important;
        }

        .ss_pars {
            padding-left: 87px;
            padding-top: 0px;
        }

        .ss_pgs {
            text-align: left !important;
            word-spacing: -2px !important;
            font-family: 'Open Sans', Sans-serif;
            font-size: 16px;
            font-weight: 400;
        }

        @media screen and (max-width: 600px) {
            .cs_text_style {
                text-align: left;
            }

            .ss_anim_heading_title {
                font-family: 'Bodoni Moda', Sans-serif !important;
                font-size: 25px !important;
                font-weight: 600 !important;
            }

            .ss_pars {
                padding-left: 20px;
                padding-top: 0px;
            }

            .ss_pgs {
                text-align: left !important;
                word-spacing: -2px !important;
                font-family: 'Open Sans', Sans-serif;
                font-size: 16px;
                font-weight: 400;
            }
        }
.slider {
            position: relative;
            max-width: 100%;
            height: 644px; /* Default height */
            margin: 0 auto;
            overflow: hidden;
        }

        /* Individual Slides */
        .slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            transition: transform 1s ease;
        }

            .slide img {
                width: 100%;
                /*  height: 100%;*/
                object-fit: contain;
            }

        /* Navigation Buttons */
        .btn-slide {
            position: absolute;
            top: 50%;
            z-index: 10;
            height: 50px;
            width: 50px;
            background: rgba(0, 0, 0, 0.5);
            border: none;
            border-radius: 50%;
            color: #fff;
            font-size: 1.5rem;
            cursor: pointer;
            transform: translateY(-50%);
        }

            .btn-slide.prev {
                left: 20px;
            }

            .btn-slide.next {
                right: 20px;
            }

        /* Dots Navigation */
        .dots-container {
            position: absolute;
            bottom: 15px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
        }

        .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgb(195 195 195);
            cursor: pointer;
        }

            .dot.active {
                background: #808080;
            }
/* Media Queries */
        @media (max-width: 768px) {
            .slider {
                height: 1024px; /* Adjust height for tablets */
            }

            .btn-slide {
                height: 40px;
                width: 40px;
                font-size: 1.2rem;
            }

            .dot {
                width: 10px;
                height: 10px;
                border-radius: 50%;
            }

            .dots-container {
                position: absolute;
                bottom: 11%;
            }

            .btn-slide {
                background: none;
                border: none;
                border-radius: 50%;
                color: #b0aeae;
            }
        }

        @media (max-width: 480px) {
            .slider {
                height: 555px; /* Adjust height for mobile */
            }

            .btn-slide {
                height: 30px;
                width: 30px;
                font-size: 1rem;
            }

            .dot {
                width: 10px;
                height: 10px;
                border-radius: 50%;
            }

            .dots-container {
                position: absolute;
                bottom: 4%;
            }

            .btn-slide {
                background: none;
                border: none;
                border-radius: 50%;
                color: #b0aeae;
            }
        }
.svai-section-title {
            font-size: 33px;
            font-weight: 700;
            color: #0060a7;
            margin-bottom: 22px;
        }

        .svai-subtitle {
            color: #4b5563;
            font-size: 17px;
            line-height: 1.8;
        }

        .svai-card {
            background: #fff;
            border: 1px solid #e5e7eb;
            border-radius: 14px;
            padding: 22px;
            height: 100%;
            box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
            transition: all 0.3s ease;
        }

            .svai-card:hover {
                transform: translateY(-5px);
                box-shadow: 0 14px 34px rgba(15, 23, 42, 0.1);
            }

            .svai-card h4 {
                font-size: 20px;
                margin-bottom: 10px;
                color: #111827;
            }

            .svai-card p, .svai-card li {
                color: #4b5563;
                line-height: 1.75;
            }

        .svai-number {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            color: #fff;
            background: #689103;
            margin-bottom: 12px;
        }

        .svai-highlight {
            background: linear-gradient(135deg, #689103 0%, #86b305 100%);
            color: #fff;
            border-radius: 16px;
            padding: 30px;
        }

            .svai-highlight p, .svai-highlight li {
                color: #ecfdf5;
            }

        .svai-list {
            margin: 0;
            padding-left: 20px;
        }

        /* ===== Key Features – phone image + radial cards ===== */
        .hai-features {
            --hai-green: #689103;
            --hai-title: #3d6b08;
            --hai-ink: #1a2332;
            --hai-muted: #64748b;
            margin-top: 12px;
        }

        .hai-features-lead {
            margin-bottom: 28px;
         
        }

        .hai-features-stage {
            position: relative;
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(380px, 520px) minmax(0, 1fr);
            gap: 12px 8px;
            align-items: center;
            padding: 28px 12px 32px;
            border-radius: 28px;
            border: 1px solid #e6eed8;
            background:
                #fff !important;
            overflow: visible;
            max-width: none;
            width: 100%;
        }

        .hai-features-col {
            position: relative;
            z-index: 2;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 12px;
            padding: 8px 2px;
        }

        .hai-feature-card {
            position: relative;
            display: flex;
            align-items: center;
            gap: 12px;
            background: #fff;
            border-radius: 14px;
            padding: 12px 14px;
            box-shadow: 0 6px 20px rgba(15, 23, 42, 0.06);
            border: 1px solid rgb(214 218 229 / 96%);
            transition: transform 0.22s ease, box-shadow 0.22s ease;
        }

        .hai-feature-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
        }

        /* .hai-feature-icon {
            width: 44px;
            height: 44px;
            min-width: 44px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            box-shadow: 0 3px 10px rgba(15, 23, 42, 0.12);
        } */

        .hai-feature-icon svg {
            width: 39px;
            height: 39px;
            fill: none;
            stroke: #689103;
            stroke-width: 1.85;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        /* .hai-feature-icon--green { background: linear-gradient(160deg, #86b305, #689103); }
        .hai-feature-icon--teal { background: linear-gradient(160deg, #2dd4bf, #0f766e); }
        .hai-feature-icon--red { background: linear-gradient(160deg, #fb7185, #dc2626); }
        .hai-feature-icon--blue { background: linear-gradient(160deg, #60a5fa, #1d4ed8); }
        .hai-feature-icon--purple { background: linear-gradient(160deg, #a78bfa, #6d28d9); }
        .hai-feature-icon--orange { background: linear-gradient(160deg, #fbbf24, #ea580c); } */

        .hai-feature-body {
            flex: 1;
            min-width: 0;
        }

        .hai-feature-heading {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 6px;
        }

        .hai-feature-num {
            position: static;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 22px;
            height: 22px;
            min-width: 22px;
            border-radius: 50%;
            background: #689103;
            color: #fff;
            font-size: 11px;
            font-weight: 800;
            line-height: 1;
            border: none;
            box-shadow: none;
            flex-shrink: 0;
        }

        .hai-feature-heading h4,
        .hai-feature-body h4,
        .hai-feature-card h4 {
            margin: 0;
            font-size: 13.5px;
            font-weight: 700;
            color: #1f2937;
            line-height: 1.25;
        }

        .hai-feature-body p,
        .hai-feature-card p {
            margin: 0;
            font-size: 11.5px !important;
            line-height: 1.45;
            color: #64748b;
        }

        .hai-features-phone-wrap {
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: center;
            align-self: stretch;
            padding: 0;
            min-height: 560px;
        }

        .hai-features-phone-img {
            display: block;
            width: 100%;
            max-width: 520px;
            height: auto;
            object-fit: contain;
            filter: drop-shadow(0 24px 48px rgba(15, 23, 42, 0.18));
            animation: hai-phone-float 5.5s ease-in-out infinite;
        }

        @keyframes hai-phone-float {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-6px); }
        }

        .svai-choose-wrap {
            margin-top: 28px;
        }

        .svai-choose-heading {
            font-size: 35px;
            font-weight: 700;
            line-height: 1.05;
            color: #0060a7;
            margin-bottom: 12px;
        }

        .svai-feature-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 24px;
        }

        .svai-feature-card {
            border-radius: 10px;
            border: 1px solid #e7e7e7;
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
            padding: 18px 20px;
            min-height: 120px;
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .svai-feature-icon {
            width: 72px;
            min-width: 65px;
            height: 65px;
            background: #0060a7;
            color: #fff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 36px;
            font-weight: 700;
            line-height: 1;
        }

        .svai-feature-body h4 {
            font-size: 16px;
            margin: 0 0 8px;
            font-weight: 700;
            line-height: 1.2;
        }

        .svai-feature-body p {
            margin: 0;
            font-size: 13px !important;
            line-height: 1.5;
        }

        @media (max-width: 767px) {
            .svai-hero-card, .svai-card, .svai-highlight {
                padding: 20px;
            }

            .svai-section-title {
                font-size: 26px;
            }

            .hai-features-stage {
                grid-template-columns: 1fr;
                gap: 18px;
                padding: 28px 16px 28px;
                border-radius: 18px;
            }

            .hai-features-phone-img {
                max-width: 300px;
                margin: 0 auto;
                animation: none;
            }

            .hai-features-phone-wrap {
                order: -1;
                padding: 4px 0 8px;
                min-height: 0;
            }

            .hai-features-col {
                gap: 16px;
            }

            .hai-feature-card {
                padding: 14px 14px 14px 12px;
            }

            .hai-feature-icon {
                width: 42px;
                height: 42px;
                min-width: 42px;
            }

            .hai-feature-body h4,
            .hai-feature-card h4 {
                font-size: 14px;
            }

            .svai-choose-wrap {
                padding: 22px 14px;
            }

            .svai-choose-heading {
                font-size: 26px;
            }

            .svai-choose-intro {
                font-size: 17px;
            }

            .svai-feature-grid {
                grid-template-columns: 1fr;
                gap: 14px;
                margin-top: 18px;
            }

            .svai-feature-card {
                min-height: auto;
                padding: 14px;
            }

            .svai-feature-icon {
                width: 58px;
                min-width: 58px;
                height: 58px;
                font-size: 26px;
            }

            .svai-feature-body h4 {
                font-size: 22px;
            }

            .svai-feature-body p {
                font-size: 16px;
            }

            .cs_ul_ml li {
                margin-bottom: 0px !important;
            }

            .cs_text_style, p {
                font-size: 13px !important;
            }
        }

        @media (min-width: 768px) and (max-width: 1199px) {
            .hai-features-stage {
                grid-template-columns: minmax(0, 1fr) minmax(300px, 380px) minmax(0, 1fr);
                gap: 10px 6px;
                padding: 20px 8px 28px;
            }

            .hai-features-phone-wrap {
                min-height: 480px;
            }

            .hai-features-phone-img {
                max-width: 380px;
            }

            .hai-feature-card {
                padding: 10px 12px;
                gap: 10px;
            }

            .hai-feature-icon {
                width: 38px;
                height: 38px;
                min-width: 38px;
            }

            .hai-feature-heading h4,
            .hai-feature-card h4 {
                font-size: 12.5px;
            }

            .hai-feature-card p {
                font-size: 10.5px !important;
            }
        }

        @media (min-width: 1200px) {
            .hai-features {
                width: calc(100% + 80px);
                max-width: none;
                margin-left: -40px;
                margin-right: -40px;
            }

            .hai-features-stage {
                max-width: 1360px;
                margin-left: auto;
                margin-right: auto;
                grid-template-columns: minmax(0, 1fr) minmax(420px, 540px) minmax(0, 1fr);
                gap: 10px 6px;
                padding: 24px 8px 36px;
            }

            .hai-features-phone-wrap {
                min-height: 640px;
            }

            .hai-features-phone-img {
                max-width: 540px;
            }
        }

        @media (min-width: 1400px) {
            .hai-features {
                width: calc(100% + 120px);
                margin-left: -60px;
                margin-right: -60px;
            }

            .hai-features-stage {
                max-width: 1480px;
                grid-template-columns: minmax(0, 1fr) minmax(460px, 580px) minmax(0, 1fr);
            }

            .hai-features-phone-img {
                max-width: 580px;
            }
        }

        /* How It Works – step cards */
        .hai-steps {
            margin: 36px auto 20px;
            max-width: 1100px;
            padding: 0 12px;
        }

        .hai-steps-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 28px;
            align-items: stretch;
        }

        .hai-step {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            height: 100%;
            --step-accent: #2ec4b6;
        }

        .hai-step--1 { --step-accent: #2ec4b6; }
        .hai-step--2 { --step-accent: #8b5cf6; }
        .hai-step--3 { --step-accent: #f5a623; }
        .hai-step--4 { --step-accent: #ef5b5b; }

        .hai-step-card {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            border-radius: 16px;
            overflow: visible;
            position: relative;
            padding-bottom: 36px;
        }

        .hai-step-header {
            background: var(--step-accent);
            color: #fff;
            font-size: 15px;
            font-weight: 700;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            padding: 14px 12px;
            border-radius: 16px 16px 0 0;
            flex-shrink: 0;
        }

        .hai-step-body {
            /* background: #1a1a1a;
            color: #fff; */
            padding: 22px 18px 48px;
            border-radius: 0 0 16px 16px;
            min-height: 180px;
            flex: 1 1 auto;
            display: flex;
            flex-direction: column;
            border: 1px solid #e7e7e7;
        }
        .hai-step-body h4 {          
            font-size: 18px;
            font-weight: 700;
            margin: 0 0 10px;
            line-height: 1.3;
        }

        .hai-step-body p {           
            font-size: 13px !important;
            line-height: 1.55;
            margin: 0;
        }
        .hai-step-icon {
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translate(-50%, 0);
            width: 72px;
            height: 72px;
            border-radius: 50%;
            background: var(--step-accent);
            border: 5px solid #0a0a0a;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 2;
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
        }

        .hai-step-icon svg {
            width: 34px;
            height: 34px;
            fill: none;
            stroke: #fff;
            stroke-width: 1.8;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        .hai-steps-track {
            position: relative;
            margin-top: 28px;
            height: 18px;
        }

        .hai-steps-track::before {
            content: "";
            position: absolute;
            left: 12.5%;
            right: 12.5%;
            top: 50%;
            border-top: 2px dashed #9ca3af;
            transform: translateY(-50%);
        }

        .hai-steps-dots {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 28px;
            height: 100%;
            align-items: center;
        }

        .hai-steps-dot {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            margin: 0 auto;
            background: var(--dot-color);
            border: 2px solid #fff;
            box-shadow: 0 0 0 2px var(--dot-color);
        }

        .hai-steps-dot--1 { --dot-color: #2ec4b6; }
        .hai-steps-dot--2 { --dot-color: #8b5cf6; }
        .hai-steps-dot--3 { --dot-color: #f5a623; }
        .hai-steps-dot--4 { --dot-color: #ef5b5b; }

        @media (max-width: 991px) {
            .hai-steps-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 36px 20px;
            }

            .hai-steps-track {
                display: none;
            }
        }

        @media (max-width: 575px) {
            .hai-steps-grid {
                grid-template-columns: 1fr;
                max-width: 340px;
                margin: 0 auto;
                gap: 40px;
            }

            .hai-step-body {
                min-height: 0;
            }
        }


/* Benefits – split board; big circles sit on the dark/white edge */
.hai-benefits {
    margin: 56px 0 48px;
    overflow: visible;
}

.hai-choose {
    --circle-size: 72px;
    --circle-ring: 7px;
    --edge-pad: calc(var(--circle-size) / 2 + 28px);
    display: grid;
    /* Give the right side more width for paragraph content */
    grid-template-columns: minmax(220px, 30%) minmax(0, 70%);
    align-items: stretch;
    min-height: 560px;
    overflow: visible;
}

.hai-choose-left {
    background:  linear-gradient(
        rgba(0, 96, 167, 0.85),
        rgba(0, 96, 167, 0.85)
    ),
    url('/assets_ss/img/products/bg-transparent1.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
    padding: 56px 36px 56px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hai-choose-title {
    margin: 0 0 16px;
    font-size: clamp(30px, 3.6vw, 46px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #fff;
}

.hai-choose-sub {
    margin: 0 0 28px;
    max-width: 28ch;
    font-size: 16px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.85);
}

.hai-choose-btn {
    display: inline-block;
    align-self: flex-start;
    background: #689103;
    color: #fff !important;
    font-weight: 700;
    font-size: 14px;
    padding: 13px 22px;
    border-radius: 4px;
    text-decoration: none !important;
    transition: background 0.25s ease, transform 0.25s ease;
}

.hai-choose-btn:hover {
    background: #567802;
    color: #fff !important;
    transform: translateY(-2px);
}

.hai-choose-right {
    background: #fff;
    padding: 48px 24px 48px var(--edge-pad);
    display: flex;
    align-items: center;
    position: relative;
    overflow: visible;
    min-width: 0;
}

.hai-choose-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}

.hai-choose-item {
    position: relative;
    min-height: var(--circle-size);
    display: flex;
    align-items: center;
    width: 100%;
}

/* Half on dark board, half on white — centered on the split */
.hai-choose-num {
    position: absolute;
    left: calc(-1 * var(--edge-pad));
    top: 50%;
    transform: translate(-50%, -50%);
    width: var(--circle-size);
    height: var(--circle-size);
    border-radius: 50%;
    border: var(--circle-ring) solid #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    z-index: 5;
}

.hai-choose-num--1 { background: #2f3e42; }
.hai-choose-num--2 { background: #5f7480; }
.hai-choose-num--3 { background: #c9a227; }
.hai-choose-num--4 { background: #0060a7; }
.hai-choose-num--5 { background: #689103; }
.hai-choose-num--6 { background: #8b6b4a; }

.hai-choose-copy {
    width: 100%;
    flex: 1 1 auto;
    min-width: 0;
    padding-right: 8px;
}

.hai-choose-copy h3 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 700;
    color: #1f2933;
    line-height: 1.3;
}

.hai-choose-copy p {
    margin: 0;
    width: 100%;
    max-width: 64ch;
    font-size: 15px !important;
    line-height: 1.65;
    color: #6b7280;
}

@media (max-width: 991px) {
    .hai-choose {
        --circle-size: 58px;
        --circle-ring: 5px;
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .hai-choose-left {
        padding: 40px 28px;
    }

    .hai-choose-right {
        padding: 36px 24px 36px var(--edge-pad);
    }

    .hai-choose-num {
        font-size: 22px;
    }

    .hai-choose-list {
        gap: 30px;
    }
}

@media (max-width: 575px) {
    .hai-choose {
        --circle-size: 48px;
        --circle-ring: 4px;
    }

    .hai-choose-title {
        font-size: 26px;
    }

    .hai-choose-num {
        font-size: 18px;
    }

    .hai-choose-copy h3 {
        font-size: 16px;
    }

    .hai-choose-list {
        gap: 24px;
    }
}

/* Moved from inline style attributes — keep visual parity */
.hai-hero-title {
    color: #fff !important;
}

.hai-about-img {
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 64.5973px);
    will-change: transform;
}

.hai-about-img-mobile {
    translate: none;
    rotate: none;
    scale: none;
    will-change: transform;
    object-fit: contain;
}

.hai-perspective {
    perspective: 400px;
}

.hai-text-center {
    margin: auto;
    text-align: center;
}

.hai-cta-link {
    color: #0060a7;
}

/* FAQ accordion */
.hai-faq {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.hai-faq-title {
    margin: 18px 0 8px;
    font-family: "Libre Bodoni", Sans-serif;
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 700;
    color: #023047;
    line-height: 1.2;
}

.hai-faq-sub {
    margin: 0 auto 8px;
    max-width: 42ch;
    font-size: 16px;
    line-height: 1.55;
    
}

.hai-accordeon .cs_accordion_item {
    margin-bottom: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.hai-accordeon .cs_accordion_item .cs_accordion_header {
    padding: 18px 22px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.45;
    gap: 16px;
    color: #023047;
    transition: background-color 0.2s ease;
}

.hai-accordeon .cs_accordion_item .cs_accordion_header:hover {
    background-color: #f7faf3;
}

.hai-accordeon .cs_accordion_item .cs_accordion_header.active {
    background-color: #f3f7eb;
    color: #689103;
}

.hai-accordeon .cs_accordion_item .cs_accordion_title {
    flex: 1;
    text-align: left;
}

.hai-accordeon .cs_accordion_item .cs_accordion_header .fa {
    flex-shrink: 0;
    font-size: 18px;
    color: #689103;
    transition: transform 0.35s ease;
}

.hai-accordeon .cs_accordion_item .cs_accordion_header.active .fa {
    transform: rotate(180deg);
}

.hai-accordeon .cs_accordion_item .cs_accordion_body {
    padding: 0 22px 20px;
    font-size: 15px;
    line-height: 1.65;
    color: #4b5563;
}

/* Final CTA */
.hai-final-cta {
    margin: 48px 0 24px;
    padding: 100px 95px;
    text-align: center;
    color: #fff;
    border-radius: 16px;
    overflow: hidden;
    position: relative;

    background:
    linear-gradient(135deg, rgb(0 96 167 / 41%), rgb(0 96 167 / 43%)), url(/assets_ss/img/products/bg-2.jpg);

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hai-final-cta-title {
    margin: 0 0 14px;
    font-family: "Libre Bodoni", Sans-serif;
    font-size: clamp(28px, 3.4vw, 42px);
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.hai-final-cta-lead {
    margin: 0 auto 16px;
    max-width: 48ch;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}

.hai-final-cta-body {
    margin: 0 auto 28px;
    max-width: 62ch;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.78);
}

.hai-final-cta .hai-choose-btn {
    align-self: center;
    margin: 0 auto;
}

.hai-final-cta-legal {
    margin: 28px auto 0;
    max-width: 56ch;
    font-size: 12px;
    line-height: 1.55;
    color: #fff;
}

@media (max-width: 767px) {
    .hai-accordeon .cs_accordion_item .cs_accordion_header {
        padding: 16px 16px;
        font-size: 15px;
    }

    .hai-accordeon .cs_accordion_item .cs_accordion_body {
        padding: 0 16px 16px;
        font-size: 14px;
    }

    .hai-final-cta {
        padding: 36px 22px;
        border-radius: 12px;
    }

    .hai-final-cta-lead {
        font-size: 16px;
    }
}
