.service-bg {
            background-image: url('/assets_ss/img/products/banner.jpg') !important;
            background-size: cover;
            height: 300px;
        }

        .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;
            }

            .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;
            }
        }

        @media screen and (max-width: 600px) {
            #about-meet {
                padding-top: 10% !important;
            }

            .ss_sectxt {
                padding-left: 0px !important;
                padding-top: 50px !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: 50%;
        }

        .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/banner.jpg') !important;
            background-size: cover;
            height: 300px;
        }

        .reveal img {
            height: auto;
        }

        .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;
        }

        .svai-modules-radial {       
            border-radius: 20px;
         
            border: 1px solid #e6eef7;
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(260px, 340px) minmax(0, 1fr);
            gap: 28px;
            align-items: stretch;
            padding: 28px 24px;
        }

        .svai-radial-col {
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        .svai-center-wrap {
            position: relative;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            align-self: stretch;
            min-height: 100%;
        }

        .svai-center-img {
            width: 100%;
            max-width: 320px;
            height: auto;
            display: block;
            object-fit: contain;
            object-position: center bottom;
        }

        .svai-module-point {
            position: relative;
         
            border: 1px solid #e4ebf3;
            border-radius: 14px;
            padding: 12px !important;
            box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

            .svai-module-point:hover {
                transform: translateY(-3px);
                box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
            }


            .svai-module-point.left::before {
                right: -18px;
            }

            .svai-module-point.right::before {
                left: -18px;
            }

        .svai-module-chip {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background: linear-gradient(135deg, #689103 0%, #86b305 100%);
            color: #fff;
            font-size: 13px;
            font-weight: 700;
            margin-right: 7px;
            vertical-align: middle;
        }

        .svai-module-point h4 {
            display: inline;
            margin: 0;
            font-size: 15px;
        
            line-height: 1.35;
        }

        .svai-module-point p {
            margin: 8px 0 0;        
            line-height: 1.5;
            font-size: 13px;
        }

        .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;
            }

            .svai-modules-radial {
                grid-template-columns: 1fr;
                padding: 14px;
                border-radius: 14px;
                display:none;
            }

            .svai-center-wrap {
                order: -1;
                margin-bottom: 8px;
            }

            .svai-center-img {
                max-width: 260px;
                margin: 0 auto;
            }

            .svai-module-point {
                margin-bottom: 0;
            }

                .svai-module-point::before {
                    display: none;
                }

            .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) {
            .svai-modules-radial {
                grid-template-columns: 1fr 280px 1fr;
                gap: 16px;
            }

            .svai-center-img {
                max-width: 280px;
            }
        }
