/* Formatted: consistent 2-space indentation */
@font-face {
  font-family: 'Helvetica';
  src: url('fonts/Helvetica-Bold.eot');
  src: url('fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Helvetica-Bold.woff2') format('woff2'),
    url('fonts/Helvetica-Bold.woff') format('woff'),
    url('fonts/Helvetica-Bold.ttf') format('truetype'),
    url('fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('fonts/Helvetica.eot');
  src: url('fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
    url('fonts/Helvetica.woff2') format('woff2'),
    url('fonts/Helvetica.woff') format('woff'),
    url('fonts/Helvetica.ttf') format('truetype'),
    url('fonts/Helvetica.svg#Helvetica') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'Helvetica Rounded';
    src: url('fonts/HelveticaRounded-Bold.eot');
    src: url('fonts/HelveticaRounded-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaRounded-Bold.woff2') format('woff2'),
        url('fonts/HelveticaRounded-Bold.woff') format('woff'),
        url('fonts/HelveticaRounded-Bold.ttf') format('truetype'),
        url('fonts/HelveticaRounded-Bold.svg#HelveticaRounded-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Light';
    src: url('fonts/Helvetica-Light.eot');
    src: url('fonts/Helvetica-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Helvetica-Light.woff2') format('woff2'),
        url('fonts/Helvetica-Light.woff') format('woff'),
        url('fonts/Helvetica-Light.ttf') format('truetype'),
        url('fonts/Helvetica-Light.svg#Helvetica-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



*{margin: 0; padding: 0; box-sizing: border-box;}
 
body {
  /* font-family: 'Helvetica'; */
  font-size: 16px;
   /* Smooth rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Better text rendering */
  text-rendering: optimizeLegibility;

  /* Prevent horizontal scroll issues */
  overflow-x: hidden;
}
img {
  max-width: 100%;
}

a{
  color: #00aeef;
  transition: 0.3s all;
}
a:hover{
  color: #0db5f3;
}
section {
  scroll-margin-top: 80px;
}
.btn-outline-dark{
  border: 1px solid #20202080;
    color: #000;
    border-radius: 50px;
    padding: 12px 25px;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}
.btn-outline-dark:hover{
  background: #00aeef;
  color: #fff;
  border: 1px solid #00aeef;
}
.btn-primary{
      border: 1px solid #00aeef;
    color: #fff;
    border-radius: 50px;
    padding: 12px 25px;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    background-color: #00aeef;
}
.btn-primary:hover{
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.btn-black{
      border: 1px solid #000000;
    color: #fff;
    border-radius: 0.375rem;
    padding: 12px 25px;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    background-color: #000000;
    transition: 0.3s all;
}
.btn-black:hover{
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
h1{
      font-size: 85px;
      font-weight: bold;
      font-family: 'Helvetica Rounded';
    line-height: 1.2;
    margin-bottom: 0;
    padding-top: 10px;
}
h2{
      font-size: 50px;
    font-weight: bold;
    color: #000;
    font-family: 'Helvetica';
}
h3{
  font-family: 'Helvetica';
}
h4{
      font-size: 28px;
      margin-bottom: 0;
      font-family: 'Helvetica';
}
h6{
  font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    font-family: 'Helvetica';
}
header{
  position: sticky;
  top: 0;
  z-index: 9;
  /* Glass effect */
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  /* subtle border + shadow */
  border-bottom: 1px solid rgba(255,255,255,0.3);
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
header .navbar{
      padding: 13px 0px;
}
header .navbar-nav .nav-item .nav-link{
  color: #000;
    font-size: 16px;
    position: relative;
}
header .navbar-nav .nav-item .nav-link:hover:after{
  content: '';
  background: #000;
  width: 100%;
  position: absolute;
  bottom: 0px;
  height: 2px;
  left: 0;
}
.section-space{
  padding: 80px 0;
}
.section-space-top{
  padding-top: 80px;
}
.section-space-bottom{
  padding-bottom: 80px;
}

/* banner css */
.hero-section{
  background: url(../images/banner-bg.png) no-repeat bottom;
  background-size: cover;
  padding-top: 80px;
  text-align: center;
}
.hero-section p{
      font-size: 24px;
      margin-bottom: 5px;
}


/* DATA CENTER CSS */
.data-center-section{
  text-align: center;
}
.data-center-section p {
  font-size: 20px;
    line-height: 30px;
    color: #6C6C6C;
    font-weight: bold;
}
@media(min-width:1921px){
  .data-center-section{
    max-width: 1920px;
    margin: auto;
  }
}
/* DATA CENTER CSS */

/* services-section css */
.services-section {
      padding: 20px 20px 0;
}
.services-section .services-box{
  display: flex;
    margin-left: -10px;
    margin-right: -10px;
    flex-flow: wrap;
}
.services-section .services-box .service-content{
  padding-left: 10px;
    padding-right: 10px;
    flex: 0 0 50%;
    padding-bottom: 20px;
    position: relative;
    max-width: 50%;
}
.services-section .services-box .service-text{
      position: absolute;
    width: 53%;
    right: 0;
    top: 80px;
    padding-right: 40px;
}

.service-text h3{
      font-size: 42px;
    font-weight: bold;
    color: #000;
}
.service-text h4{
  font-size: 34px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}
.service-text p{
      font-size: 18px;
    color: #000;
    line-height: 30px;
    font-weight: normal;
}


/* intelligence-section css */
.intelligence-section{
  background: #000;
}
.intelligence-section h6{
  color: #00AEEF;
}
.intelligence-section h2{
      color: #fff;
}
.intelligence-section p{
  font-size: 18px;
    color: #BCBCBC;
    padding-top: 10px;
}
/* intelligence-section css */


/* challenge-cooling-section css */
.challenge-cooling-section{
      background: #F5F5F7;
}
.challenge-cooling-section p.text-center{
font-size: 20px;
    line-height: 30px;
    color: #6C6C6C;
    font-weight: bold;
    padding-bottom: 30px;
}
.challenge-cooling-section .row .col-md-6{
  padding-bottom: 30px;
}
.challenge-box{
      background: #fff;
    height: 100%;
    padding: 50px;
    border-radius: 20px;
}
.challenge-box h4{
      font-weight: bold;
    padding: 25px 0;
    color: #000;
}
.challenge-box p{
      font-size: 18px;
    color: #000;
}
/* challenge-cooling-section css */
/* advanced-engineering-section css */
.advanced-engineering-section{
  background: url(../images/advanced-eng-bg.png) no-repeat bottom;
  background-size: cover;
      padding-bottom: 140px !important;
}
.advanced-engineering-section h2{
    padding: 10px 0;
    background: #1078FF;
    background: linear-gradient(to right, #1078FF 0%, #FF0000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.advanced-engineering-section p{
   font-size: 20px;
    line-height: 30px;
    color: #6C6C6C;
    font-weight: bold;
    padding-bottom: 30px;
}
.advanced-engineering-section .row{
      padding-top: 15px;
}
.advanced-box{
  padding: 20px;
}
.advanced-box img{
  margin-bottom: 15px;
}
.advanced-box h4{
  color: #000;
}
.advanced-engineering-section  .advanced-box p{
  font-size: 18px;
    color: #000;
    font-weight: 400;
    padding-top: 20px;
}
/* advanced-engineering-section css */
/* every-component-section css */
.every-component-section  p.text-center{
font-size: 20px;
    line-height: 30px;
    color: #6C6C6C;
    font-weight: bold;
    padding-bottom: 30px;
}
.component-content{
  display: flex; 
  background: #000000;
    border-radius: 30px;
}
.component-content .component-text{
   flex: 1;
    border-right: 1px solid #424242;
    padding: 50px;
}
.component-content .component-text img{
      margin-bottom: 25px;
}
.component-content .component-text h4{
      color: #fff;
    font-weight: bold;
}
.component-content .component-text:last-child{
  border-right: 0;
}
.component-text ul{
  margin-left: -16px;
    padding-top: 20px;
}
.component-text ul li{
  color: #fff;
  padding-bottom: 5px;
  font-size: 18px;
}


/* every-component-section css */


/* Globally certified css */
.certification-name {
    border-top: 1px solid #C3C3C3;
    border-bottom: 1px solid #C3C3C3;
    padding: 25px 0 10px;
        margin-bottom: 15px;
}
.certification-name h3{
      font-size: 40px;
       /* font-family: 'Helvetica Light'; */
       color: #000;

}
.global-certification .certification-name p{
  font-size: 20px;
    font-weight: 400;
    color: #000;
    padding-bottom: 0;
}
.global-certification img{
    margin-bottom: 30px;
}
.global-certification h2{
      margin-bottom: 15px;
}
.global-certification p{
      font-size: 20px;
    line-height: 30px;
    color: #6C6C6C;
    font-weight: bold;
    padding-bottom: 30px;
}
/* Globally certified css */


.insight-slider-new .slick-list.draggable {
    width: calc(100vw - ((100vw + 56px - 104%) / 2)) !important;
        padding: 0 20% 0 0;
}

.flip-card {
  background-color: transparent;
  /* width: 500px; */
  height: 550px;
      margin-right: 16px;
  perspective: 1000px;
}
.industry-slider{
  overflow-x: hidden;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  display: block;
}



.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
      border-radius: 30px;
    overflow: hidden;
}
.flip-card-front .industry-content{
      position: absolute;
    bottom: 0;
    background: #000000;
    left: 0;
    right: 0;
    text-align: left;
    padding: 25px 30px;
    min-height: 200px;
}
.flip-card-front .industry-content h4{
      color: #fff;
    margin-bottom: 10px;
    font-size: 26px;
}
.flip-card-front .industry-content p{
  color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}
.flip-card-front img{
    transition: 0.5s all;
}
.flip-card-front:hover img{
      transform: scale(1.3);
}

.flip-card-back {
  background-color: #EDF1FA;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
    text-align: left;
    padding: 50px 40px;
}
.flip-card-back h3{
   font-size: 40px;
    font-weight: 700;
    color: #000;
}
.flip-card-back p{
  font-size: 20px;
    font-weight: 700;
    color: #000;
}
.slick-prev, .slick-next{
  width:42px;
  height: 42px;
  background: url(../images/slider-icon.svg) no-repeat center center !important;
}

.slick-prev:before, .slick-next:before{
   content: none;
}
.slick-prev{
      right: 48px;
    left: initial;
    bottom: -70px;
    top: initial;
    transform: rotate(180deg);
}
.slick-next{
  right: 0;
    left: initial;
    bottom: -70px;
    top: initial;
    transform: none;
}
.slider-row{
  display: flex;
  position: relative;
}
.slider-row .slick-slider{
   position: static;
       flex: 0 0 calc(100% - 475px);
    max-width: calc(100% - 475px);
}
.slider-row .industry-box{
      flex: 0 0 475px;
}

/* contact-box css */
.contact-box{
  background: #00AEEF;
    border-radius: 18px;
    display: flex;
    padding: 40px;
}
.contact-box .contact-content{
      flex: 0 0 60%;
    max-width: 60%;
    padding-right: 40px;
}
.contact-box .contact-content h3{
      font-size: 42px;
    font-weight: bold;
    color: #ffffff;
}
.contact-box .contact-content p{
  font-size: 20px;
    color: #fff;
}
.contact-box .contact-content h4{
  font-size: 36px;
  color: #fff;
  padding-top: 20px;
}
.contact-box .contact-content h4 a{
  text-decoration: none;
  color: #fff;
}
.contact-form{
  flex: 0 0 40%;
  max-width: 40%;
}
.contact-form .form-control{
      padding: 12px 15px;
    font-size: 18px;
}
/* contact-box css */


/* footer css */
footer{
  border-top: 1px solid #E9E9E9;
    padding-top: 30px;
}
.footer-top{
    display: flex;
    justify-content: space-between;
}
.footer-menu ul{
  display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 40px;
}
.footer-menu ul li a{
      color: #000;
    text-decoration: none;
    font-size: 16px;
}
.footer-menu ul li a:hover, .footer-bottom p a:hover{
   color: #00aeef;
}
.footer-bottom {
      padding-top: 40px;
      padding-bottom: 20px;
}
.footer-bottom p{
  margin-bottom: 5px;
}
.footer-bottom p a{
     color: #000;
     text-decoration: none;
} 
/* footer css */
@media(min-width:1600px){
  .container{
    max-width: 1550px;
  }
}
@media (max-width:1599px) {
  .hero-section{
        padding-top: 50px;
  }
  .section-space {
    padding: 50px 0;
  }
  .industry-slider{
    padding: 70px 0;
  }
  h1 {
    font-size: 70px;
  }
  h2{
    font-size: 44px;
  }
  h4 {
    font-size: 24px;
    margin-bottom: 0;
 }
 h6 {
    font-size: 20px;
 }
 .hero-section p {
    font-size: 22px;
   }
   .btn-primary,  .btn-outline-dark, .btn-black{
        padding: 10px 30px;
    font-size: 14px;
   }
   .service-text h3{
    font-size: 32px;
   }
   .service-text h4 {
    font-size: 28px;
   }
   .service-text p, .intelligence-section p, .challenge-box p, .component-text ul li {
    font-size: 16px;
    line-height: 1.4;
   }
   .data-center-section p, .challenge-cooling-section p.text-center, .advanced-engineering-section p, .every-component-section p.text-center, .global-certification p, .global-certification .certification-name p, .contact-box .contact-content p{
        font-size: 16px;
    line-height: 1.4;
   }
   .challenge-box{
    padding: 41px;
   }
   .advanced-engineering-section .advanced-box p{
    font-size: 16px;
    margin: 0;
    line-height: 1.4;
    padding-bottom: 0;
   }
   .certification-name h3{
        font-size: 34px;
   }
   .slider-row .industry-box {
    flex: 0 0 400px;
   }
   .slider-row .slick-slider {
    position: static;
    flex: 0 0 calc(100% - 400px);
    max-width: calc(100% - 400px);
   }
   .flip-card-back h3 {
    font-size: 32px;
  }
  .flip-card-back p{
        font-size: 16px;
  }
  .flip-card{
        height: 480px;
  }
  .flip-card-front .industry-content{
        padding: 20px 25px;
  }
  .flip-card-front .industry-content h4{
        font-size: 23px;
  }
  .flip-card-front .industry-content p{
    line-height: 1.3;
    font-size: 16px;
  }
  .flip-card-back{
    padding: 35px 30px;
  }
  .contact-box .contact-content h3{
        font-size: 36px;
  }
  .contact-box .contact-content h4 {
    font-size: 28px;
    color: #fff;
    padding-top: 15px;
  }
  .contact-form .form-control {
    padding: 6px 15px;
    font-size: 16px;
  }
  .services-section .services-box .service-text{
           top: 60px;
        padding-right: 40px;
  }
  .service-content img{
    height: 390px;
    object-fit: cover;
    width: 100%;
  }
  .advanced-box {
    padding: 0px;
  }
  .advanced-box img, .challenge-box img {
    max-width: 55px;
  }
  .hero-image img{
      max-width: 600px;
    }
}
@media (max-width:1199px){
  .service-content img{
      height: 440px;
  }
  .services-section .services-box .service-text{
    width: 55%;
  }
      .challenge-box {
        padding: 20px;
    }
    .component-content .component-text{
      padding: 30px;
    }
    .component-content .component-text img {
    margin-bottom: 15px;
    max-width: 30px;
   }
   .slider-row .industry-box {
        flex: 0 0 350px;
    }
    .slider-row .slick-slider {
        flex: 0 0 calc(100% - 350px);
        max-width: calc(100% - 350px);
    }
    .hero-image img{
      max-width: 500px;
    }
}
@media (max-width:991px){
      h1 {
        font-size: 60px;
    }
  h2 {
        font-size: 38px;
    }
  .navbar .btn-outline-dark{
    width: 42px;
    height: 42px;
    padding: 0;
    display: inline-block;
    overflow: hidden;
    text-indent: -999px;
    border-radius: 8px;
    background: url(../images/support-icon.png) no-repeat center ;
    border: 1px solid rgba(0, 0, 0, 0.15);
            background-size: 26px;
  }
  .services-section .services-box .service-content{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .service-content img {
        height: auto;
    }
        .services-section .services-box .service-text {
        top: 60px;
    }
    .intelligence-section{
      padding: 30px 0;
    }
    .advanced-box {
        padding: 0px 0 40px;
    }
    .component-content{
      flex-flow: wrap;
    }
    .component-content .component-text {
        padding: 30px 30px 0;
        flex: 0 0 100%;
        border-bottom: 1px solid #424242;
    }
    .component-content .component-text:last-child{
      border-bottom: 0;
    }
    .data-center-section p, .challenge-cooling-section p.text-center, .advanced-engineering-section p, .every-component-section p.text-center, .global-certification p, .global-certification .certification-name p, .contact-box .contact-content p{
              font-size: 16px;
        line-height: 1.4;
    }
    .slider-row{
          flex-flow: wrap;
    }
    .slider-row .industry-box, .slider-row .slick-slider{
      flex: 0 0 100%;
    max-width: 100%;
    }
    .flip-card.title{
     height:auto;
    }
    .flip-card.title .flip-card-back{
          position: static;
    background: transparent;
    text-align: center;
    padding: 20px 0 30px;
            align-items: center;
    }
    .flip-card.title .flip-card-back img{
      display: none;
    }
    .contact-box{
      flex-flow: wrap;
    }
    .contact-box .contact-content, .contact-form{
          flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    }
     .contact-form{
      padding-top: 30px;
     }
     .footer-menu ul{
          gap: 25px;
     }
     header .navbar .navbar-collapse{
      position: absolute;
      top: 91px;
      left: 0;
      width: 100%;
      z-index: 9;
      background: rgba(255, 255, 255);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
      padding: 20px 35px;
     }
     header .navbar .navbar-collapse .navbar-nav{
      gap: 0 !important;
     }
      header .navbar .navbar-collapse .navbar-nav li{
        border-bottom: 1px solid #dddddd;
      }
      header .navbar .navbar-collapse .navbar-nav li:last-child{
        border-bottom: 0;
      }
}
@media(max-width:767px){
  .service-content img {
        height: 400px;
    }
  .intelligence-section .col-md-7,.intelligence-section .col-md-5{
    margin-bottom: 15px;
    text-align: center;
  }
  .intelligence-section .col-md-5 img{
        max-width: 75%;
    margin: auto;
  }
  .challenge-box, .global-certification{
    text-align: center;
  }
  .certification-name{
    border: 1px solid #C3C3C3;
  }
  .footer-top{
        flex-flow: wrap;
    gap: 15px;
    justify-content: center;
  }
  .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
}
@media(max-width:575px){
.navbar-brand img{
  max-width: 150px;
}
.hero-image img {
    max-width: 310px;
}
.hero-section .d-flex{
  flex-flow: wrap;
}
.footer-menu ul{
      flex-flow: wrap;
    gap: 15px;
    justify-content: center;
}
.service-content{
  border: 1px solid #d9d9d9;
    padding: 15px;
    margin-bottom: 20px;
}
.services-section .services-box .service-content{
  text-align: center;
}
.services-section .services-box .service-text{
  position: static;
    width: 100%;
    padding: 0;
    text-align: center;
    padding-top: 20px;
}
    .service-content img {
        height: 170px;
        width: 170px;
        object-fit: cover;
        object-position: left;
        margin: auto;
    }
    .flip-card {
        height: 370px;
    }
    header .navbar .navbar-collapse{
       top: 74px;
       padding: 10px 20px;
    }
}