

        .rs-counter-one .rs-counter-number, .rs-counter-one .prefix {
            font-size: 72px;
            position: relative;
            -webkit-text-fill-color: #0a3d66;
            color: #0a3d66;
            -webkit-text-stroke-width: 0;
            stroke-width: 0;
            font-weight: 800;
            line-height: 0.8;
        }

        .rs-counter-one .unit{
            font-size: 26px;
            font-weight: 700;
            color: #0a3d66;
            margin: 0 2px;
        }


        @media only screen and (max-width: 1366px) {
            h2, .h2 {
                font-size: 30px !important;
            }
        }

         @media only screen and (max-width: 1966px) {
            h2, .h2 {
                font-size: 36px !important;
            }
        }

          .rs-banner-eight .rs-banner-subtitle::before {
            position: unset;
            color: var(--rs-white);
            counter-increment: unset;
            content: unset;
            z-index: 2;
            inset-inline-start: 105px;
            font-weight: 500;
            top: 0;
            transition: 0.3s;
            display: none;
            align-items: center;
            justify-content: center;
        }
        
        .rs-banner-eight .rs-banner-subtitle {
            padding-inline-start: 95px;
        }
        
        .rs-services-eight .rs-services-thumb img{
            height: 270px;
        }
       /* =========================================
        SERVICES CARDS - EQUAL HEIGHT
        ========================================= */

        /* Make every slide stretch to the same row height */
        .rs-services-slide-wrapper .swiper-wrapper {
            align-items: stretch !important;
        }

        .rs-services-slide-wrapper .swiper-slide {
            height: auto !important;
            display: flex !important;
        }

        /* Make the complete card fill the slide */
        .rs-services-slide-wrapper .rs-services-item {
            width: 100% !important;
            height: 100% !important;
        }

        /* Keep image size */
        .rs-services-eight .rs-services-thumb img {
            height: 270px;
            width: 100%;
            object-fit: cover;
        }

        /* Do NOT stretch the content */
        .rs-services-slide-wrapper .rs-services-content {
            height: auto !important;
        }

        /* Number must remain visible */
        .rs-services-slide-wrapper .rs-services-number {
            display: block !

        /* ===== Mobile: center text across sections ===== */
        @media only screen and (max-width: 767px){
            .rs-section-title-wrapper{
                text-align: center;
            }
            .rs-section-title-wrapper .rs-section-subtitle{
                justify-content: center !important;
            }
            .rs-section-title-wrapper .descrip{
                margin-left: auto;
                margin-right: auto;
            }

            /* Our Solutions section */
            .rs-work-process-content-wrapper{
                text-align: center;
            }
            .rs-work-step-wrapper::before{
                display: none;
            }
            .rs-work-step-item{
                flex-direction: column;
                align-items: center;
                text-align: center;
                gap: 10px;
            }
            .rs-work-step-item .rs-work-step-number{
                margin: 0 auto 8px;
            }
            .rs-work-step-item .rs-work-step-body{
                padding-top: 0;
            }

            /* Ask Us a Question form */
            .rs-contact-form-title,
            .rs-contact-form .descrip{
                text-align: center;
            }

            /* Our Goal section */
            .rs-goal-feature-item{
                text-align: center;
            }
            .rs-goal-feature-icon{
                margin-left: auto;
                margin-right: auto;
            }

            /* Client Portfolio / testimonial left column */
            .rs-testimonial-section-wrapper{
                text-align: center;
            }
            .rs-testi-v2-title-divider{
                margin-left: auto;
                margin-right: auto;
            }
            .rs-testi-v2-stats{
                justify-content: center;
            }
            .rs-testi-v2-stat{
                justify-content: center;
            }
            .rs-testimonial-navigation{
                justify-content: center;
            }

            /* Testimonial cards */
            .rs-testimonial-item{
                text-align: center;
            }
            .rs-testimonial-item .rs-testimonial-quote{
                display: flex;
                justify-content: center;
            }
            .rs-testimonial-top{
                justify-content: center;
            }
            .rs-testi-v2-avatar-wrap{
                justify-content: center;
            }
            .rs-testimonial-avater-designation::after{
                left: 50%;
                transform: translateX(-50%);
            }
            .rs-testi-v2-stars{
                justify-content: center;
                display: flex;
            }

            /* Insights section */
            .rs-insights-card .content,
            .rs-insights-featured .content{
                text-align: center;
            }
            .rs-insights-featured .meta,
            .rs-insights-card .meta{
                justify-content: center;
            }
            .rs-insights-featured .btn-read{
                margin: 0 auto;
            }
            .rs-insights-cta{
                justify-content: center;
                text-align: center;
            }
            .rs-insights-cta-left{
                flex-direction: column;
                text-align: center;
            }
        }

           #ees-form-messages.is-error{ color:#d92d20; }
            #ees-form-messages.is-success{ color:#1a7f37; }

            