.solution-header {
  padding: 40px 0 34px;
}

.normal {
  line-height: normal;
}

.solution-section {
  height: 100vh;
}

.md\:pl-\[20px\] {
  padding-left: 20px;
}

.gradient-s-border {
  position: relative;
  /* padding-left: 12px; */
}

.gradient-s-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: calc(100vh - 333px);
  background: #f9f9f9;
  /* your gradient */
  border-radius: 2px;
}

@media (min-width: 1744px) {
  .gradient-s-border::before {
    /* height: calc(100vh - 325px) */
    height: calc(100vh - 340px);
  }
}

@media (min-width: 1920px) {
  .gradient-s-border::before {
    /* height: calc(100vh - 333px) */
  }
}

@media (max-width: 1743px) {
  .gradient-s-border::before {
    /* height: calc(100vh - 316px) */
    height: calc(100vh - 339px);
  }
}

@media (max-width: 1536px) {
  .gradient-s-border::before {
    height: calc(100vh - 313px)
  }
}

@media (max-width: 1399px) {
  .gradient-s-border::before {
    height: calc(100vh - 313px);
  }
}

@media (max-width: 1095px) {
  .gradient-s-border::before {
    height: calc(100vh - 313px);
  }
}

@media (max-width: 991px) {
  .gradient-s-border::before {
    height: calc(100vh - 313px);
  }
}

@media (max-width: 768px) {
  .gradient-s-border::before {
    content: none;
  }

  .md\:pl-\[20px\] {
    padding-left: 0px;
  }
}

/* .bg-section-2 {
  background: linear-gradient(to bottom, #252d30, #0d151a);
} */

.bg-section-5 {
  background: linear-gradient(to bottom, #0d151a, #252d30);
}

.bg-section-6 {
  background: linear-gradient(to bottom, #0d151b, #162d65);
}

.bg-section-3 {
  padding-left: 200px;
  padding-right: 200px;
}

/* @media (max-width: 768px) {
  .sm\:pl-64 {
    padding-left: 2rem;
  }
} */
/* @media (min-width: 1200px) {
  .sm\:pl-64 {
    padding-left: 18.7rem;
  }
} */

/* @media (max-width: 1200px) {
  .sm\:pl-64 {
    padding-left: 8rem;
  }
} */
@media (max-width: 1916px) {
  .bg-section-3 {
    padding-left: 181px;
    padding-right: 181px;
  }
}

.carouselSlide-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  /* max-width: 1000px; */
  margin: auto;
  /* padding: 100px 200px 200px 200px; */
}

.carouselSlide-container.carouselSlide-container-ct {
  /* padding: 100px 200px; */
  gap: 0;
}

.carouselSlide-container.carouselSlide-container-ct.localize-slider {
  padding: 0px 24px 100px;
}

@media (max-width: 575px) {
  .carouselSlide-container.carouselSlide-container-ct.localize-slider {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 768px) {
  .carouselSlide-container.carouselSlide-container-ct.localize-slider {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 1200px) {
  .carouselSlide-container.carouselSlide-container-ct.localize-slider {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.carouselSlide-container-dup {
  display: flex;
  align-items: stretch;
  justify-content: center;
  /* max-width: 1000px; */
  margin: auto;
  overflow: hidden;
  padding: 100px 0;
  /* background: #162D66; */
}

.carouselSlide-image {
  flex: 1;
  background-size: cover;
  background-position: center;
  min-height: 541px;
}

.carouselSlide-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 720px;
}

.carouselSlide-content-back {
  /* position: absolute; */
  padding: 50px;
  background-color: #455785;

  &.label {
    top: 85px !important;
    left: 0px !important;
  }
}

.WarrantySlide-content-back {
  margin-top: 40px;
}

.dotSlide.warrantyDot {
  margin-top: auto;
  margin-right: 48px;
  margin-bottom: 48px;
  display: flex;
  gap: 20px;
  justify-content: end;
}

/* First slider: make card wrapper fill height so dots reach the bottom, matching slider 2 */
.reverse .WarrantySlide-content-back.label {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.WarrantySlide-sub-content {
  padding: 40px 48px;
  background-color: #455785;
}

/* .carouselSlide-content h1 {
  font-size: 3.125rem;
  font-weight: 700;
  color: #f9f9f9;
} */

.carouselSlide-content p {
  /* font-size: 0.9rem; */
  color: #bbb;
}

.carouselSlide-item-title {
  font-size: 40px;
  color: #f9f9f9;
  font-weight: 300;
  margin-bottom: 20px;
}

.carouselSlide-item-desc {
  font-size: 20px;
  color: #F9f9f9;
  font-weight: 300;
}

.px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

.dotSlide {
  text-align: end;
  margin-bottom: 48px;
  margin-right: 48px;

  .dot,
  .dot2 {
    height: 20px !important;
    width: 20px !important;
    background-color: transparent;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    border: 4px solid #F9F9F9;
  }

  .dot:hover,
  .dot2:hover {
    border-color: #2673ff;
  }

  .dot.active,
  .dot2.active {
    background-color: #F9F9F9;
    border-radius: 20px;
    border: none;
  }
}

.installation-top .left {
  align-content: flex-start;
}

.process-steps {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding-top: 30px;
}

.step-group {
  display: flex;
  align-items: center;
}

.step {
  background-color: transparent;
  border-radius: 10px;
  padding: 40px 45px 52.5px;
  text-align: center;
  max-width: 366px;
  border: 2px solid #455785;
  height: 288px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.step h4 {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* @media (max-width:974px) {
  .step h4 {
    min-height: 50px;
  }
}

@media (max-width:935px) {
  .step h4 {
    min-height: 30px;
  }
} */

.step p {
  font-weight: 300;
  font-size: 25px;
  color: #f9f9f9;
}


.step-group:nth-child(2) .step {
  border-color: #F9F9F9 !important;
}

.step-group:nth-child(3) .step {
  border-color: #37a1d4 !important;
}

.step-group:nth-child(4) .step {
  border-color: #2673ff !important;
}

.step-group:nth-child(1) .connector {
  background-color: #455785 !important;
}

.step-group:nth-child(2) .connector {
  background-color: #F9F9F9 !important;
}

.step-group:nth-child(3) .connector {
  background-color: #37A1D4 !important;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.connector {
  width: 18.7px;
  height: 2px;
  background-color: #b8b8b7;
  /* margin: 0 10px; */
}

/* .service-slider .Comprehensive-Service {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 200px;
} */
@media screen and (max-width: 1920px) {
  .container.Comprehensive-Service {
    width: 100%;
    max-width: 1473px;
  }
}

/* @media screen and (max-width: 1674px) {
  .step {
    max-width: 367px;
    padding: 40px 20px 52.5px;
  }

  .step .text-\[30px\] {
    font-size: 20px;
  }
} */

/* @media screen and (max-width: 1556px) { */
.step {
  max-width: 300px;
  padding: 30px 15px 20px;
  height: 288px;
}

.step .text-\[30px\] {
  font-size: 30px;
}

.step .text-\[25px\] {
  font-size: 25px;

  @media (max-width: 1279px) {
    font-size: 18px;
  }
}

/* } */

@media screen and (max-width: 1400px) {
  .mw-722px {
    max-width: 495px !important;
  }

  .step {
    max-width: 300px;
    padding: 25px 15px 20px !important;
    height: 260px;
  }

  .carouselSlide-item-title {
    font-size: 22px;
  }
}

@media (max-width: 1279px) {
  .step {
    max-width: 250px;
    padding: 20px !important;
    height: 234px !important;
  }
}

@media (max-width: 1079px) {
  .step {
    max-width: 250px;
    padding: 20px !important;
    height: 200px !important;
  }
}


@media screen and (max-width: 1300px) {
  /* .step {
    max-width: 273px;
  } */

  /* .service-slider .Comprehensive-Service {
    padding: 0 100px;
  } */
  /* .carouselSlide-container.carouselSlide-container-ct {
    padding: 100px 100px 100px 100px;
  } */
}

@media screen and (max-width: 1200px) {
  .mw-722px {
    max-width: 400px !important;
  }

  /* .step {
    max-width: 249px;
  } */

  /* .service-slider .Comprehensive-Service {
    padding: 0 32px;
  } */
}

@media screen and (max-width: 1079px) {
  .step {
    max-width: 400px;
  }

  /* .step .text-\[30px\] {
    font-size: 15px;
  }

  .step .text-\[25px\] {
    font-size: 15px;
  } */
}

@media (max-width: 1079px) {
  .process-steps {
    flex-direction: column;
    align-items: center;
  }

  .step-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .connector {
    width: 2px;
    height: 30px;
    margin: auto;
  }

}

@media screen and (max-width: 935px) {
  .mw-722px {
    max-width: 480px !important;
  }

  /* .step {
    max-width: 400px;
    height: 150px;
    padding: 20px 15px 20px !important;
  } */

  /* .text-30px {
    font-size: 20px !important; */
  /* } */
  /* .step .text-\[25px\] {
    font-size: 19px !important;
  } */
  .carouselSlide-item-title {
    font-size: 18px;
  }

  .WarrantySlide-sub-content {
    padding: 35px;
  }
}

@media (max-width: 768px) {
  .installation-top {
    display: contents;
  }

  .installation-top .left {
    margin-bottom: 20px;
  }

  .installation-top .left,
  .installation-top .right {
    width: 100%;
  }
}

.training-card-grid {
  gap: 10px;
  /* max-width: 1000px; */
  padding: 20px 0px 100px 0px;
}

.training-card {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 20px;
  border: 2px solid #494c4d;
  border-radius: 8px;
  background-color: transparent;
  color: #ccc;
}

.training-card img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.training-card-content h3 {
  font-size: 1.2rem;
  color: #fff;
  margin: 0 0 8px;
}

.training-card-content p {
  margin: 0;
  font-size: 0.95rem;
  color: #aaa;
}

@media (min-width: 1900px) {
  /* .training-section {
    max-width: 1068px;
    margin: 0 auto;
  } */
}

@media (max-width: 1899px) {
  /* .training-section {
    max-width: auto;
    margin: 0 auto;
    padding: 0 200px;
  } */
}

@media (max-width: 1250px) {
  .installation-top {
    margin-bottom: 2rem;
  }

  .installation-top-right {
    text-align: start;
  }
}

@media (max-width: 1079px) {
  .carouselSlide-content-back {
    position: relative;
    max-width: 100%;
    padding: 35px;
  }

  .carouselSlide-container {
    flex-direction: column-reverse;
    /* padding: 3rem 0; */
  }

  .carouselSlide-container-dup {
    flex-direction: column;
    padding: 80px 0;
  }

  .dotSlide {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .container.Comprehensive-Service {
    width: 100%;
  }

  .carouselSlide-content-back {
    &.label {
      top: 0px !important;
    }
  }

  .WarrantySlide-content-back {
    position: relative;
  }

  .dotSlide.warrantyDot {
    position: relative;
    left: 0;
    margin-top: 40px;
    margin-bottom: 0;
    margin-right: 0;
    flex: none;
    gap: 5px;
    justify-content: center;
  }

  .reverse .WarrantySlide-content-back.label {
    flex: none;
  }

  .content-header {
    margin-bottom: 20px;
  }

  .reverse {
    flex-direction: column-reverse;
  }

  .carouselSlide-content {
    max-width: 100%;
  }
}

@media (min-width: 926px) {
  .carouselSlide-content-back {
    max-width: 835px;
  }
}

/* @media (max-width: 1200px) {
  .carouselSlide-container,
  .Comprehensive-Service
  .carouselSlide-container.carouselSlide-container-ct 
  {
    padding-left: 32px;
    padding-right: 32px;
  }
} */
@media (max-width: 767px) {
  /* .carouselSlide-container,
  .Comprehensive-Service,
  .carouselSlide-container.carouselSlide-container-ct 
  {
    padding-left: 12px;
    padding-right: 12px;
  } */
}

@media (max-width: 575px) {

  /* .carouselSlide-container,
  .Comprehensive-Service,
  .carouselSlide-container.carouselSlide-container-ct {
    padding-left: 24px;
    padding-right: 24px;
  } */
  .carouselSlide-image {
    background-repeat: no-repeat;
    min-height: 300px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 1076px) {
  .carouselSlide-content .content-header {
    font-size: 26px !important;
  }
}

.install-service {
  margin-left: auto;
}

@media (min-width: 1900px) {
  .installation-section {
    max-width: 1000px;
    /* padding-bottom: 25px; */
  }
}

@media (max-width: 1649px) {
  /* .training-section {
  padding-left: 5rem;
  padding-right: 5rem;
} */
  /* .carouselSlide-content h1 {
    font-size: 40px;
  } */
}

/* @media (max-width: 925px) {
  .carouselSlide-content h1 {
    margin-top: 20px;
  }
} */
@media (min-width: 1079px) {

  /* .carouselSlide-content h1 {
    font-size: 50px;
  } */
  .md\:relative {
    position: relative;
  }

  .md\:pl-\[70px\] {
    padding-left: 70px;
  }

  .\!md\:ml-\[20px\] {
    margin-left: 20px !important;
  }
}

@media (min-width: 1644px) {
  .WarrantySlide-content-back {
    margin-top: 20px;
  }

  .mt-27px {
    margin-top: 27px !important;
  }
}

@media (min-width: 1926px) {
  .WarrantySlide-content-back {
    margin-top: 40px;
  }
}


@media (max-width: 1760px) {
  .step {
    padding: 40px 20px 52.5px;
  }
}

@media (max-width: 1536px) {
  .bg-section-3 {
    padding-left: 160px;
    padding-right: 160px;
  }

}



@media (max-width: 1280px) {
  .bg-section-3 {
    padding-left: 131px;
    padding-right: 131px;
  }

}

@media (max-width: 768px) {
  /* .step {
    max-width: 400px;
    padding: 20px 15px 20px !important;
  } */

  /* .text-30px {
    font-size: 20px !important;
} */
  /* .step .text-\[25px\] {
    font-size: 20px !important;
  } */
  .bg-section-3 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}