
    <!-- spacer -->.theme-color-light-blue {
    color:#28D8FC;
}
.separator_clss_tx{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;               /* spacing between text and lines */
  margin: 0 auto 1rem;
  color: var(--button-fill);
  font-size: 1.2rem;
}
.separator_clss_tx.left_align{
   justify-content: left;
}
.separator_clss_tx::before,
.separator_clss_tx::after{
  content: "";
  width: 30px;
  height: 2px;
  background: currentColor; /* inherits var(--button-fill) from text */
  flex: 0 0 auto;
}
/********  .industry-slider_data_site   *******/
        .industry-slider_data_site {
            background: #e8f4ff;
            border: 1px solid transparent;
            border-right-color: transparent;
             border-bottom-color: transparent;
            border-radius: 50px 50px 0px 0px;
            padding: 3.5rem 0rem 3.5rem 2rem; 
            position:relative;
        }
        .industry-slider_data_site .header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 60px;
            margin-bottom: 40px;
        }
        .industry-slider_data_site .header-left {
            flex-shrink: 0;
        }
        .industry-slider_data_site .accent-line {
            width: 60px;
            height: 4px;
            background: #2563eb;
            border-radius: 2px;
        }
        .industry-slider_data_site .header-right {
            flex: 1;
            color: #474747;
            line-height: 1.6;
        }
        /* Updated carousel wrapper for Swiper */
        .industry-slider_data_site .carousel-wrapper {
            position: relative;
            margin-bottom: 30px;
        }
        .industry-slider_data_site .swiper {
            width: 100%;
            padding-bottom: 0;
        }
        .industry-slider_data_site .carousel-slide {
            border-radius: 30px;
            overflow: hidden;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            transition: transform 0.5s ease;
            position: relative;
            width: 100%;
            height: 100%;
        }
        .industry-slider_data_site  .carousel-slide.inner-item {
            position:relative;
            transition:all 0.5s ease;
        }
        .industry-slider_data_site .carousel-slide.inner-item .slide-overlay {
            position:absolute;
            bottom:1rem;
            margin:0 auto;
            width:calc(100% - 2rem);
            background:rgba(255,255,255,0.8);
            color:#000;
            border-radius:1rem;
         }
         .industry-slider_data_site .carousel-slide.inner-item .content_div_sec {
            position: absolute;
            left: -100%;
        }

        .industry-slider_data_site .carousel-slide.inner-item:hover  .content_div_sec {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            background: rgba(255, 255, 255, 0.9);
            height: 100%;
            padding: 1.5rem;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            transition:all 0.5s ease;
            flex-direction:column;
            gap:1rem;
            transform:scale(1);
        }
        .industry-slider_data_site .carousel-slide.inner-item:hover  .content_div_sec h3{ 
            font-size:1.2rem;
            color:var(--button-fill);
            text-align:left
        }
        .industry-slider_data_site .carousel-slide.inner-item .content_div_sec ul {
            list-style:disc;
            padding-left:14px;
        }

        .industry-slider_data_site .slide-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .industry-slider_data_site .slide-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(255, 255, 255, 0.95);
            padding: 16px;
            color: #333;
            font-size: 14px;
            font-weight: 600;
            text-align: center;
            letter-spacing: 0.2px;
        }
        .industry-slider_data_site .slide-overlay a{ 
            color:#000;
            cursor:pointer;
        }

        .industry-slider_data_site .carousel-controls {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 30px;
            max-width: 90%;
            margin-right: auto;
        }

        .industry-slider_data_site .controls-left {
            width: 60px;
        }

        .industry-slider_data_site  .accent-line-bottom {
            width: 100%;
            height: 3px;
            background: #2563eb;
            border-radius: 2px;
        }

        .industry-slider_data_site .carousel-nav {
            flex: 1;
            display: flex;
            justify-content: flex-end;
            gap: 12px;
            border: 1px solid var(--button-fill);
            padding: 5px;
            border-radius: 20px;
        }
        .industry-slider_data_site .carousel-nav button{
            border:none;
            background:transparent;
            color:var(--button-fill);
        }
        .industry-slider_data_site  .nav-button {
            width: 40px;
            height: 40px;
            border: 2px solid #2563eb;
            background: white;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            color: #2563eb;
            font-size: 18px;
            font-weight: bold;
        }

        .industry-slider_data_site .nav-button:hover:not(.swiper-button-disabled) {
            background: #2563eb;
            color: white;
            transform: scale(1.05);
        }

        .industry-slider_data_site .nav-button.swiper-button-disabled {
            opacity: 0.4;
            cursor: not-allowed;
        }

        /* Styled Swiper scrollbar */
        .industry-slider_data_site  .swiper-scrollbar {
            background: #e0e0e0;
            border-radius: 10px;
        }

        .industry-slider_data_site .swiper-scrollbar-drag {
            background: #2563eb;
            border-radius: 10px;
        }
        .industry-slider_data_site  .carousel-controls {
            display:flex;
            gap:30px;
            justify-content:space-between;
            align-items:center;
        }
        .industry-slider_data_site  .carousel-controls .swiper-scrollbar-horizontal {
            width: calc(100% - 90px);
            position:relative;
        }
        .industry-slider_data_site  .carousel-controls .carousel-nav {
             width:70px;
             align-self:center;
        }
        .industry-slider_data_site .carousel-nav button.swiper-button-disabled {
            color: #ccc !important;
        }
        .industry-slider_data_site .header-right {
            padding-left: 2rem;
            border-left: 1px solid #ccc;
        }

/********  .industry-slider_data_site end   *******/
 
/********  .industry-slider_data_site  sec 2 *******/ 
.industry-slider_data_site_sec_2 {
    background:#00478C;
    padding:3rem 0rem;

}
.industry-slider_data_site_sec_2  .separator_clss_tx {
    color:#7FA9D2;
}
.industry-slider_data_site_sec_2 .carousel-wrapper { margin-top:1rem }
        /* Updated carousel wrapper for Swiper */
        .industry-slider_data_site_sec_2 .carousel-wrapper {
            position: relative;
            margin-bottom: 30px;
        }
        .industry-slider_data_site_sec_2 .swiper {
            width: 100%;
            padding-bottom: 0;
        }
        .industry-slider_data_site_sec_2 .carousel-slide {
            border-radius: 30px;
            overflow: hidden;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
            position: relative;
            width: 100%;
            height: 100%;
        }
        .industry-slider_data_site_sec_2  .carousel-slide.inner-item {
            position:relative;
        }

        .industry-slider_data_site_sec_2 .slide-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .industry-slider_data_site_sec_2 .slide-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 16px;
            color: #333;
            font-size: 14px;
            font-weight: 600;
            text-align: center;
            letter-spacing: 0.2px;
        }
        .industry-slider_data_site_sec_2 .slide-overlay h3 { 
            color:#fff;
            margin-top:1rem;
            text-align:left;
            font-size:1.2rem;
            font-weight:500;
            line-height:1.5;
        }
         .industry-slider_data_site_sec_2 .slide-overlay h3 a { 
            color:#fff;
            cursor:pointer;
        }
        .industry-slider_data_site_sec_2 .slide-overlay h5 { 
            color:#fff;
            text-align:left;
            color:#C5C5C5;
            font-weight:300;
            font-size:13px;
        }
        .industry-slider_data_site_sec_2 .carousel-controls {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 30px;
            max-width: 90%;
            margin-right: auto;
        }

        .industry-slider_data_site_sec_2 .controls-left {
            width: 60px;
        }

        .industry-slider_data_site_sec_2 .carousel-nav {
            flex: 1;
            display: flex;
            justify-content: flex-end;
            gap: 12px;
            border: 1px solid var(--button-fill);
            padding: 5px;
            border-radius: 20px;
        }
        .industry-slider_data_site_sec_2 .carousel-nav button{
            border:none;
            background:transparent;
            color:var(--button-fill);
        }
        .industry-slider_data_site_sec_2  .nav-button {
            width: 40px;
            height: 40px;
            border: 2px solid #2563eb;
            background: white;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            color: #2563eb;
            font-size: 18px;
            font-weight: bold;
        }

        .industry-slider_data_site_sec_2 .nav-button:hover:not(.swiper-button-disabled) {
            background: #2563eb;
            color: white;
            transform: scale(1.05);
        }

        .industry-slider_data_site_sec_2 .nav-button.swiper-button-disabled {
            opacity: 0.4;
            cursor: not-allowed;
        }

        /* Styled Swiper scrollbar */
        .industry-slider_data_site_sec_2  .swiper-scrollbar {
            background: #e0e0e0;
            border-radius: 10px;
        }

        .industry-slider_data_site_sec_2 .swiper-scrollbar-drag {
            background: #2563eb;
            border-radius: 10px;
        }
        .industry-slider_data_site_sec_2  .carousel-controls {
            display:flex;
            gap:30px;
            justify-content:space-between;
            align-items:center;
        }
        .industry-slider_data_site_sec_2  .carousel-controls .swiper-scrollbar-horizontal {
            width: calc(100% - 90px);
            position:relative;
        }
        .industry-slider_data_site_sec_2  .carousel-controls .carousel-nav {
             width:70px;
             align-self:center;
        }
        .industry-slider_data_site_sec_2 .carousel-nav button.swiper-button-disabled {
            color: #ccc !important;
        }
        .industry-slider_data_site_sec_2  .data-box{
            background: #082846;
            color: #fff!important;
            display:flex;
            gap:30px;
            border-radius:10px;
            margin-top:2rem;
            width:60%;
            padding:0rem 0.5rem;
        }
        .industry-slider_data_site_sec_2 .data-box.twice{
            width:100%;
        }
        .industry-slider_data_site_sec_2 .data-box .item_data-box {
            padding-left: 0.5rem;
            min-height: 86px;
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }
        .industry-slider_data_site_sec_2 .data-box .item_data-box h4 {
            margin-top:0.5rem;
        }
        .industry-slider_data_site_sec_2 .data-box .item_data-box p {
            margin-bottom:0.5rem;
        }
        .industry-slider_data_site_sec_2 .data-box.twice .item_data-box:nth-of-type(2) {
            border-left:1px solid  #255D93;
        }
        .industry-slider_data_site_sec_2 .data-box h4{
            font-size:1.5rem;
        }

/********  .industry-slider_data_site  sec 2 end*******/  

/***** what powers us  ****/
        /* Parent Container */
        .powers-section_data_site {
            margin: 60px auto;
            padding: 0 20px;
        }

        /* Header Styling */
        .powers-section_data_site__header {
            text-align: center;
            margin-bottom: 80px;
        }


        /* Main Container */
        .powers-section_data_site__main {
            display: grid;
            grid-template-columns: 1fr 1.2fr 1fr;
            gap: 30px;
            align-items: center;
        }

        /* Left Column - Features */
        .powers-section_data_site__features {
            display: flex;
            flex-direction: column;
            gap: 28px;
        }

        .powers-section_data_site__feature-card {
            background: #F3F3F3;
            padding: 1.5rem;
            border-radius: 24px;
            transition: all 0.3s ease;
            border:1px solid transparent;
        }
        .powers-section_data_site__feature-card:nth-of-type(2) {
                margin-right: -80px;
                z-index: 0;
                margin-left: 30px;
                z-index:9;
        }
        .powers-section_data_site .type_2 .powers-section_data_site__feature-card:nth-of-type(2) { 
                margin-right: 0px;
                margin-left: -80px;
        }
        .powers-section_data_site__feature-card:hover {
            background: #F3F3F3;
            border:1px solid #E4E0E0;
            box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
        }

        .powers-section_data_site__feature-icon {
            width: 48px;
            height: 48px;
            margin-bottom: 0.5rem;
            font-size: 28px;
        }
        .powers-section_data_site__feature-icon img  {
            max-width:40px;
            object-fit:contain;
        }


        .powers-section_data_site__feature-title {
            font-size: 1.2rem;
            font-weight: 600;
            color: #272727;
            margin-bottom: 0.5rem;
        }
        .powers-section_data_site__feature-title a{
            cursor:pointer;
            color:#272727;
        }

        .powers-section_data_site__feature-description {
            color: #272727;
            line-height: 1.6;
        }

        /* Center - Hero Image */
        .powers-section_data_site__hero-column {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .powers-section_data_site__hero-image {
            width: 100%;
            border-radius: 32px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
            position: relative;
        }
        .powers-section_data_site__hero-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            /*max-height: 480px; */
            border-radius: 30px;
        }

        /* Right Column - Benefits */
        .powers-section_data_site__benefits {
            display: flex;
            flex-direction: column;
            gap: 32px;
        }

        .powers-section_data_site__benefit-item {
            display: flex;
            gap: 16px;
            align-items: flex-start;
        }

        .powers-section_data_site__benefit-icon {
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            margin-top: 4px;
            font-size: 12px;
            font-weight: 600;
            object-fit: contain;
        }

        .powers-section_data_site__benefit-content {
            flex: 1;
        }

        .powers-section_data_site__benefit-title {
            font-size: 1rem;
            font-weight: 600;
            color: #272727;
            margin-bottom: 4px;
        }

        .powers-section_data_site__benefit-description {
            color: #272727;
            line-height: 1.6;
        }

/**** what powers us end ****/

/**** data site partners section --->
        /* Parent Container */
        .service_areas_data_site {
            background-image: url('../../../images/bg-services-data-site.webp');
            background-size:cover;
            background-repeat:no-repeat;
             position:relative;

        }
        .service_areas_data_site .image_section_serv_areas img {
            margin-left: auto;
            display: table;
            position: absolute;
            top: 0;
            right: 0;
            width: 40%;
            height: 400px;
            z-index: 1;
            border-radius: 50px 0px 0px 0px;
            object-position: right;
        }
        /* Left Column - Title and Cards Grid */
        .service_areas_data_site__left {
            display: flex;
            flex-direction: column;
            z-index: 1;
            padding:3.5rem 0rem;
        }


        /* Service Cards Grid */
        .service_areas_data_site__cards-grid {
            display: flex;
            gap:1rem;
            flex-wrap:wrap;
            margin-bottom:1rem;
        }

        .service_areas_data_site__card {
         
            background:#fff;
            padding: 32px 24px;
            border-radius: 16px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            transition: all 0.3s ease;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
            width:30%;
            border:1px solid #BCD3E7;
            z-index:2;
        }


        .service_areas_data_site__card-icon {
            margin-bottom: 16px;
            border-bottom: 2px solid #E7E7E7;
            padding-bottom: 0.5rem;
        }
        .service_areas_data_site__card-icon img {
            width: 30px;
            object-fit: contain;
        }

        .service_areas_data_site__card-title {
            font-size: 1.2rem;
            font-weight: 600;
            color: #000000;
            line-height: 1.5;
            margin-bottom:0.5rem;
        }
        .service_areas_data_site__card-title p{ 
                color:#000;

        }
        .service_areas_data_site__card-title  a {
            color: #000000;
            text-decoration:none;
            cursor:pointer;

        }
        .service_areas_data_site__card-title p a {
            font-size:inherit;
        }



        /* Right Column - Hero Image Background */
        .service_areas_data_site__right {
            display: none;
        }

        .service_areas_data_site__hero-image {
            display: none;
        }

        .service_areas_data_site__hero-image img {
            display: none;
        }
/**** data site partners section end here *********************************************************/

/******************** process flow data site ***************************************************/
        .process_flow_data_site {
           /*  background: #003466; */
           /* padding: 3.5rem 0rem; */
            margin: 0;
           /* min-height: 400px; */
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        /* Header */
        .process_flow_data_site .process_flow_data_site__header {
            text-align: center;
            margin-bottom: 2rem;
        }



        /* Main Container */
        .process_flow_data_site .process_flow_data_site__main {
            max-width: 1200px;
            width: 100%;
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 0;
            position: relative;
        }

        /* Step Card */
        .process_flow_data_site .process_flow_data_site__step {
            padding: 40px 30px;
            text-align: left;
            position: relative;
            border-right: 2px solid rgba(255, 255, 255, 0.2);
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            /*background: linear-gradient(90deg, #074785 0%, #003466 100%);*/
            background: #F8F8F8;
            position:relative;
        }

        .process_flow_data_site .process_flow_data_site__step-description:after{
          content:"";
          position:absolute;
          width:15px;
          height:40px;
          display:block;
          top:50%;
          left:0%;
          transform: translateY(-50%);
          background: url('../../../images/arrow-process-2.webp') no-repeat center/contain;
          background-repeat:no-repeat;
          background-size:contain;
          background-position: left;
        }
        .process_flow_data_site  .process_flow_data_site__step:first-child .process_flow_data_site__step-description:after,
        .process_flow_data_site  .process_flow_data_site__step:last-child .process_flow_data_site__step-description:after{
            display:none;

        }
        /*
        .process_flow_data_site .process_flow_data_site__step:last-child {
            border-right: none;
        }
        */



        /* Icon Container */
        .process_flow_data_site .process_flow_data_site__icon-wrapper {
            width: 60px;
            height: 60px;
            background: var(--button-fill);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 0 20px 0;
            transition: all 0.3s ease;
            line-height: 60px;
            position:relative;
        }

        .process_flow_data_site .process_flow_data_site__icon-wrapper img {
          width: 30px;
          max-width: 30px;
          height: 30px;          /* optional but recommended */
          object-fit: contain;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          filter: brightness(0) invert(1);
          filter: contrast(0) brightness(2);
        }
        .process_flow_data_site .process_flow_data_site__icon {
            width: 50px;
            height: 50px;
            filter: invert(1) brightness(1.1);
        }

        /* Step Title */
        .process_flow_data_site .process_flow_data_site__step-title {
            font-size: 1.2rem;
            font-weight: 500;
            color: #393737;
            margin-bottom: 12px;
        }

        /* Step Description */
        .process_flow_data_site .process_flow_data_site__step-description {
            color: #393A3C;
            line-height: 1.6;
            text-align: left;
        }
/******************** process flow data site  end***************************************************/

/************* data site steps section start ***************************************************/
.data_site_steps.process_flow_data_site {
    padding:0px!important;
    background:#fff;
}
.process_flow_data_site.data_site_steps .process_flow_data_site__step {
    background:#fff;
}
.process_flow_data_site.data_site_steps .process_flow_data_site__step-title {
    color:#454545!important;
    min-height:40px;
}
.process_flow_data_site.data_site_steps .process_flow_data_site__step-description {
     color:#454545!important;
}

.process_flow_data_site.data_site_steps .process_flow_data_site__step {
    border-right: 1px solid #D9D9D9 ;
}
.process_flow_data_site.data_site_steps .process_flow_data_site__step:last-child {
    border-right: 0;
}
.process_flow_data_site.data_site_steps .process_flow_data_site__step {
    padding-top:20px;
    padding-bottom:20px;
}
.process_flow_data_site.data_site_steps .process_flow_data_site__step {
    padding-left:1rem;
    padding-right:1rem;

}
.process_flow_data_site.data_site_steps .process_flow_data_site__main.six {
    grid-template-columns: repeat(6, 1fr);
}
.process_flow_data_site.data_site_steps .process_flow_data_site__main.five {
    grid-template-columns: repeat(5, 1fr);
}
.process_flow_data_site.data_site_steps .process_flow_data_site__main.four {
    grid-template-columns: repeat(4, 1fr);
}
.process_flow_data_site.data_site_steps .process_flow_data_site__main.three {
    grid-template-columns: repeat(3, 1fr);
}
.process_flow_data_site.data_site_steps .process_flow_data_site__icon-wrapper {
    width: unset !important;
    height: unset !important;
    background: unset !important;
    border-radius: unset !important;
    display: unset !important;
    align-items: unset !important;
    justify-content: unset !important;
    margin: 0 0 20px 0;
    transition: all 0.3s ease;
    line-height: unset !important;
    position: relative;
    font-size: 1.5rem;
    border-bottom: 3px solid #1E7BD0;
    padding-bottom: 10px;
    color:#454545;
}
.process_flow_data_site.data_site_steps .process_flow_data_site__step-description:after {
    content:unset;

}
.process_flow_data_site .process_flow_data_site__step {

}
/************* data site steps section end here ***************************************************/



/******************************* engineers cta section start here ***********************************/
        /* Section Container */
        .engineer_cta_data_site {
            background: #ffffff;
        }

        /* Parent Container */
        .engineer_cta_data_site .engineer_cta_data_site__container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        /* Left Content Box */
        .engineer_cta_data_site .engineer_cta_data_site__content {
            background: #f0f0f0;
            padding: 60px;
            border-radius: 20px;
        }



        .engineer_cta_data_site .engineer_cta_data_site__title-main {
            color: #181717;
        }

        .engineer_cta_data_site .engineer_cta_data_site__title-accent {
            color: var(--button-fill);
        }

        /* Bullet Points */
        .engineer_cta_data_site .engineer_cta_data_site__features {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .engineer_cta_data_site .engineer_cta_data_site__feature-item {
            display: flex;
            gap: 16px;
            align-items: flex-start;
        }

        .engineer_cta_data_site .engineer_cta_data_site__feature-dot {
            width: 8px;
            height: 8px;
            background: #1a1a1a;
            border-radius: 50%;
            margin-top: 8px;
            flex-shrink: 0;
        }

        .engineer_cta_data_site .engineer_cta_data_site__feature-text {
            color: #3C3C3C;
        }

        /* Right Form Box */
        .engineer_cta_data_site .engineer_cta_data_site__form-wrapper {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }
        .engineer_cta_data_site .engineer_cta_data_site__form-wrapper .error {
            color:red;
            font-size:12px;
        }
        .engineer_cta_data_site .engineer_cta_data_site__form-wrapper .error a { 
            color:var(--button-fill);
            font-weight:600;
        }

        .engineer_cta_data_site .engineer_cta_data_site__form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .engineer_cta_data_site .engineer_cta_data_site__form-group {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .engineer_cta_data_site .engineer_cta_data_site__form-group.full {
            grid-column: 1 / -1;
        }

        .engineer_cta_data_site . engineer_cta_data_site__label {
            font-size: 14px;
            color: #666666;
            font-weight: 500;
        }

        .engineer_cta_data_site .engineer_cta_data_site__input,
        .engineer_cta_data_site .engineer_cta_data_site__textarea {
            padding: 14px 16px;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            font-size: 14px;
            color: #1a1a1a;
            font-family: inherit;
            transition: border-color 0.3s ease;
        }

        .engineer_cta_data_site .engineer_cta_data_site__input:focus,
        .engineer_cta_data_site .engineer_cta_data_site__textarea:focus {
            outline: none;
            border-color: var(--button-fill);
            box-shadow: 0 0 0 3px rgba(30, 136, 229, 0.1);
        }

        .engineer_cta_data_site .engineer_cta_data_site__input::placeholder,
        .engineer_cta_data_site .engineer_cta_data_site__textarea::placeholder {
            color: #999999;
        }

        .engineer_cta_data_site .engineer_cta_data_site__textarea {
            min-height: 120px;
            resize: vertical;
        }

        /* Checkbox Section */
        .engineer_cta_data_site .engineer_cta_data_site__checkbox-wrapper {
            display: flex;
            gap: 12px;
            align-items: flex-start;
            font-size: 13px;
            color: #666666;
            line-height: 1.6;
        }

        .engineer_cta_data_site .engineer_cta_data_site__checkbox {
            width: 18px;
            height: 18px;
            margin-top: 2px;
            cursor: pointer;
            flex-shrink: 0;
        }

        .engineer_cta_data_site .engineer_cta_data_site__checkbox-label {
            flex: 1;
        }

        .engineer_cta_data_site .engineer_cta_data_site__checkbox-link {
            color: var(--button-fill);
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s ease;
        }

        .engineer_cta_data_site .engineer_cta_data_site__checkbox-link:hover {
            color: #1565c0;
            text-decoration: underline;
        }
        .engineer_cta_data_site .engineer_cta_data_site__submit {
            border-radius: 100px !important;
            max-width: 200px;
        }
/********************************** engineers cta section end here ************************************/

/************************************ partnerws section css *******/
.tx-new-partner-grey-wrap.data_site_txminds .tx-new-partner-grey .comm-hdn{
    color:#272727;

}
/************************************ partnerws section css *******/

/******************************************************services section start ****************************/
.data_site_txminds.our_automation_services_clone_3 {
    background:#00478C!important;
    padding:3.5rem 0rem;
}
.data_site_txminds.our_automation_services_clone_3.automation-services.testing-mobile-auto.security-testing-solutions.quality-en .flx-automation {
    border: 1px solid transparent !important;
    background: #052E56;
    border-radius:16px;
}
.data_site_txminds.our_automation_services_clone_2.automation-services.security-testing-solutions .flex-heading h3 {
    color:#fff!important;
}
.data_site_txminds.our_automation_services_clone_2.automation-services.testing-mobile-auto.security-testing-solutions.quality-en .flx-automation p{
    color:#fff!important;
    font-weight:300;
}
.data_site_txminds.automation-services.our_automation_services_clone_3 img {
    border-bottom: 3px solid #5A7795;
}
.data_site_txminds.automation-services h2::before {
    display:none!important;
}
.data_site_txminds.our_automation_services_clone_3 .flx-automation ul li {
    color:#fff!important;
    font-weight:300;
}
.data_site_txminds.our_automation_services_clone_3.automation-services.testing-mobile-auto.security-testing-solutions.quality-en .flx-automation:hover {
    border: 1px solid #000 !important;
}
/********************************************************services section end here **********************/


/*********************************************** why txminds data_sites_sec_why_txminds_section ***************/
.data_sites_sec_why_txminds_section {
    padding:3.5rem 0rem;
    background-color:#003466;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}

/************************************************ why txminds data_sites_sec_why_txminds_section  ************/

/* Responsive Design */
@media (min-width: 768px) {
    .tx-new-partner-grey-wrap.data_site_txminds .tx-new-partner-grey div {
        min-width: 15%;
        border-radius: 8px;
        box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
        padding: 0.75rem 0.5rem;
        margin-right: 10px;
        margin-bottom:18px;
    }
    .tx-new-partner-grey-wrap.data_site_txminds .tx-new-partner-grey div img{
         margin-bottom:0px!important; 
    }
}



@media(min-width:1200px){
    .industry-slider_data_site_sec_2 .swiper,.industry-slider_data_site .swiper {
        overflow: visible;
    }
    .summary-section-data-site .wrapper{
      display:flex;
      justify-content:space-between;
      gap: 20px;              /* optional, nicer spacing */
    }
    .summary-section-data-site .wrapper .div-left{
      width:47%;              /* FIXED: width */
      flex: 0 0 47%;          /* makes it behave reliably in flex */
    }
    .summary-section-data-site .wrapper .div-right{
      width:50%;
      flex: 0 0 50%;
      border-left:1px solid #D9D9D9;
      padding-left: 20px;     /* optional so border isn't tight */
    }
    .summary-section-data-site .wrapper .div-right p {
      color:#474747;
    }
    .home-page-website .new-hero-internal-pages {
          padding-top: 180px;
          padding-bottom:180px;
    }
    .home-page-website .new-hero-internal-pages .hero-content {
         max-width:100%;
          text-align:center;
    }  
    .home-page-website .new-hero-internal-pages .hero-content h1 {
        font-size:3.5rem;
        line-height:1.2;
    }
}

@media(min-width:1900px){
    .home-page-website .new-hero-internal-pages {
          padding-top: 315px;
          padding-bottom:315px;
    }
    .home-page-website .new-hero-internal-pages .hero-content h1 {
        font-size: 4.5rem;
    }
}


@media(max-width:1300px){
    .process_flow_data_site.data_site_steps .process_flow_data_site__step-title {
        font-size:1.1rem;
    }
}
@media (max-width: 1024px) {
            .process_flow_data_site .process_flow_data_site__main {
                 grid-template-columns: repeat(2, 1fr) !important;
            }
           .process_flow_data_site {
                padding: 60px 30px;
            }


            .process_flow_data_site__main {
                grid-template-columns: repeat(3, 1fr);
                gap: 30px;
            }

            .process_flow_data_site__step {
                border-right: none;
                border-bottom: 1px solid #D9D9D9;
                padding: 30px 20px !important;
            }
            .process_flow_data_site__step:nth-child(even) {
                border-right: 0 !important;
            }




            .service_areas_data_site__card {
                width:47%;
            }

            .service_areas_data_site__left {
                padding: 60px 40px;
            }
            .powers-section_data_site__main {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .powers-section_data_site__title {
                font-size: 36px;
            }

            .powers-section_data_site__hero-image {
                max-width: 300px;
            }
            .powers-section_data_site__feature-card:nth-of-type(2) {
                margin-right: 0px;
                z-index: 0;
                margin-left: 0px;
            }
            .engineer_cta_data_site .engineer_cta_data_site__container {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .engineer_cta_data_site .engineer_cta_data_site__content {
                padding: 40px;
            }

}

@media (max-width: 768px) {
            .industry-slider_data_site .carousel-slide.inner-item .content_div_sec ul li p {
                font-size: 12px;
            }
            .industry-slider_data_site_sec_2 .slide-overlay h3 {
                font-size: 0.8rem;
            }
            .industry-slider_data_site_sec_2 .data-box .item_data-box h4 {
                font-size:15px
            }
            .industry-slider_data_site_sec_2 .data-box .item_data-box p {
                font-size:10px
            }
            .industry-slider_data_site_sec_2 .data-box {
                margin-top:0.5rem;
            }
            .industry-slider_data_site .carousel-slide.inner-item:hover  .content_div_sec h3{ 
                font-size:1rem;
            }
            .process_flow_data_site {
                padding: 40px 20px;
            }
            .process_flow_data_site .process_flow_data_site__main {
                    grid-template-columns: repeat(1, 1fr) !important;
            }


            .process_flow_data_site__main {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
            }

            .process_flow_data_site__step {
                padding: 25px 15px !important;
                border-bottom: 1px solid #D9D9D9;
                border-right: none !important;
            }
           

            .process_flow_data_site__step:nth-child(even) {
                border-right: none;
            }



            .process_flow_data_site__icon {
                width: 40px;
                height: 40px;
            }

            .process_flow_data_site__step-title {
                font-size: 16px;
                min-height: unset !important;
            }

            .process_flow_data_site__step-description {
                font-size: 13px;
            }


            .service_areas_data_site__left {
                gap: 32px;
                padding: 40px 20px;
            }

            .service_areas_data_site .image_section_serv_areas img {
                opacity:0.3;
            }
            .service_areas_data_site__card {
                padding: 24px 16px;
                width:100%;
            }



            .industry-slider_data_site  .container {
                padding: 24px;
            }

            .industry-slider_data_site  .header {
                flex-direction: column;
                gap: 24px;
            }

            
            .powers-section_data_site {
                margin: 40px auto;
            }

            .powers-section_data_site__header {
                margin-bottom: 60px;
            }

            .powers-section_data_site__title {
                font-size: 28px;
            }

            .powers-section_data_site__tagline {
                font-size: 12px;
            }

            .powers-section_data_site__tagline::before,
            .powers-section_data_site__tagline::after {
                width: 20px;
            }

            .powers-section_data_site__main {
                gap: 30px;
            }

            .powers-section_data_site__feature-card {
                padding: 24px;
            }

            .powers-section_data_site__hero-image {
                max-width: 250px;
            }

            .powers-section_data_site__benefits {
                gap: 24px;
            }

            .powers-section_data_site__benefit-item {
                gap: 12px;
            }


            .engineer_cta_data_site .engineer_cta_data_site__container {
                gap: 30px;
            }

            .engineer_cta_data_site .engineer_cta_data_site__content {
                padding: 30px;
            }



            .engineer_cta_data_site .engineer_cta_data_site__feature-item {
                gap: 12px;
            }


            .engineer_cta_data_site .engineer_cta_data_site__form-row {
                grid-template-columns: 1fr;
                gap: 16px;
            }
}

@media (max-width: 480px) {

           .process_flow_data_site {
                padding: 30px 16px;
            }



            .process_flow_data_site__main {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .process_flow_data_site__step {
                padding: 20px 15px !important;
                border-right: none !important;
                border-bottom: 1px solid #D9D9D9;
            }

            .process_flow_data_site__step:last-child {
                border-bottom: none;
            }

            .process_flow_data_site__icon-wrapper {
                margin-bottom: 15px;
            }

            .process_flow_data_site__icon {
                width: 35px;
                height: 35px;
            }

            .process_flow_data_site__step-title {
                font-size: 15px;
                margin-bottom: 8px;
            }

            .process_flow_data_site__step-description {
                font-size: 12px;
            }


            .service_areas_data_site__left {
                gap: 24px;
                padding: 30px 16px;
            }

            .service_areas_data_site__card {
                padding: 20px 16px;
                width:100%;
            }

            .powers-section_data_site {
                padding: 0 16px;
                margin: 30px auto;
            }

            .powers-section_data_site__title {
                font-size: 24px;
            }

            .powers-section_data_site__main {
                gap: 24px;
            }

            .powers-section_data_site__feature-card {
                padding: 20px;
                gap: 16px;
            }



            .powers-section_data_site__feature-title {
                font-size: 1rem;
            }

            .powers-section_data_site__hero-image {
                max-width: 200px;
            }

            .powers-section_data_site__benefit-title {
                font-size: 14px;
            }


            .engineer_cta_data_site .engineer_cta_data_site__container {
                gap: 24px;
            }

            .engineer_cta_data_site .engineer_cta_data_site__content {
                padding: 24px;
            }



            .engineer_cta_data_site .engineer_cta_data_site__features {
                gap: 16px;
            }

            .engineer_cta_data_site .engineer_cta_data_site__form-wrapper {
                gap: 20px;
            }

            .engineer_cta_data_site .engineer_cta_data_site__input,
            .engineer_cta_data_site .engineer_cta_data_site__textarea {
                padding: 12px 14px;
                font-size: 16px;
            }


}