#section-one {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 880px;
  padding: 80px 0 160px 0;
  background-color: #000000;
  overflow: hidden;
}
#section-one .bottom-text {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF;
  z-index: 1;
  padding: 50px 0;
  letter-spacing: 4px;
}
#section-one .bottom-text span {
  color: #FF5F00;
}
#section-one .videoembed {
  position: absolute;
  top: calc(50% + 40px);
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  background: #000000;
}
#section-one .content-wrapper {
  position: relative;
  z-index: 2;
  margin: 100px 0 0 0;
}
#section-one .eyebrow-text {
  font-size: 21px;
  font-weight: 500;
  color: #F5F5FA;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#section-one .eyebrow-text span {
  color: #FF5F00;
}
#section-one h1 {
  font-size: 101px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 4px;
  color: #F5F5FA;
  margin: 0;
}
#section-one h1 span {
  color: #FF5F00;
}

#section-two {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 840px;
  padding: 100px 0;
  overflow: hidden;
  background-color: #000;
  z-index: 1;
}
#section-two:after {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  bottom: -2px;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: -98;
}
#section-two .videoembed {
  position: absolute;
  top: 0;
  transform: none;
  z-index: -99;
  width: 100%;
  background: #333;
}
#section-two .eyebrow-text {
  font-size: 21px;
  font-weight: 500;
  color: #F5F5FA;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#section-two .eyebrow-text span {
  color: #FF5F00;
}
#section-two h2 {
  font-size: 84px;
  font-weight: 500;
  line-height: 90%;
  color: #F5F5FA;
  margin: 0 0 30px 0;
}
#section-two h2 span {
  color: #FF5F00;
}
#section-two p {
  font-size: 26px;
  line-height: 140%;
  margin: 0 0 20px 0;
}

#section-three {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 960px; /* Ensure proper section height */
  background-image: url("/wp-content/uploads/2025/03/mai-section-three-bg-image.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll; /* Avoid Safari issues */
  overflow: hidden;
}

#section-three .eyebrow-text {
  font-size: 21px;
  font-weight: 500;
  color: #FF5F00;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#section-three h2 {
  font-size: 84px;
  font-weight: 500;
  line-height: 90%;
  color: #F5F5FA;
  margin: 0 0 30px 0;
}
#section-three h2 span {
  color: #FF5F00;
}
#section-three p {
  font-size: 26px;
  line-height: 140%;
  margin: 0 0 20px 0;
}

#section-four {
  position: relative;
  display: flex;
  align-items: center;
  background: #0C0C0F;
  padding: 250px 0 100px 0;
}
#section-four .eyebrow-text {
  position: absolute;
  top: 120px;
  font-size: 21px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 20px;
}
#section-four .titles-wrapper {
  margin: 0 0 30px 0;
}
#section-four h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: 100%;
  color: #F5F5FA;
  margin: 0;
}
#section-four h2 span {
  color: #FF5F00;
}
#section-four .images-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
}


#section-five {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #0C0C0F;
  padding: 150px 0;
}
#section-five h2 {
  text-align: center;
  font-size: 67px;
  font-weight: 500;
  line-height: 120%;
  color: #F5F5FA;
  margin: 0 0 200px 0;
}
#section-five h2 span {
  color: #FF5F00;
}
#section-five h3 {
  font-size: 101px;
  font-weight: 500;
  line-height: 90%;
  color: #F5F5FA;
  margin: 0 0 30px 0;
}
#section-five h3 span {
  color: #FF5F00;
}
#section-five p {
  max-width: 560px;
  font-size: 26px;
  line-height: 140%;
  color: #CACACA;
  margin: 0 0 30px 0;
}
#section-five .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
#section-five .image-wrapper img {
  display: block;
  max-width: 700px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#section-six-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 960px;
  background-image: url("/wp-content/uploads/2025/03/mai-section-six-image.jpg"); /* Make sure the path is correct */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
#section-six-top h2 {
  font-size: 84px;
  font-weight: 500;
  line-height: 90%;
  color: #F5F5FA;
  margin: 0 0 60px 0;
}
#section-six-top h2 span {
  color: #FF5F00;
}
#section-six-top p.subtitle {
  max-width: 560px;
  font-size: 26px;
  font-weight: 500;
  line-height: 140%;
  color: #FFFFFF;
  margin: 0 0 60px 0;
}
#section-six-top p.text {
  max-width: 560px;
  font-size: 26px;
  line-height: 140%;
  color: #CACACA;
  margin: 0;
}
#section-six-bottom {
  background: url(/wp-content/uploads/2025/03/section-eleven-pattern-image.png) center right no-repeat, #0C0C0F;
  padding: 100px 0;
}
#section-six-bottom h3 {
  text-align: center;
  font-size: 67px;
  font-weight: 500;
  line-height: 120%;
  color: #F5F5FA;
  margin: 0;
}
#section-six-bottom h3 span {
  color: #FF5F00;
}

#section-seven {
  position: relative;
  min-height: 960px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/wp-content/uploads/2025/03/mai-section-seven-image-scaled.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll; /* Fixes Safari issues */
  overflow: hidden;
  padding: 220px 0 120px 0;
}
#section-seven p {
  font-size: 26px;
  font-weight: 400;
  line-height: 140%;
  color: #CACACA;
  margin: 0 0 20px 0;
}
#section-seven p:last-of-type {
  margin: 0;
}
#section-seven p span {
  color: #FF5F00;
}
#section-seven p strong {
  font-weight: 700;
}

#section-eight {
  background-color: #0C0C0F;
  padding: 100px 0;
}
#section-eight h2 {
  text-align: center;
  font-size: 67px;
  font-weight: 500;
  line-height: 100%;
  color: #F5F5FA;
  margin: 0 0 100px 0;
}
#section-eight h2 span {
  color: #FF5F00;
}
#section-eight .section-eight-slider {
  position: relative;
}
#section-eight .slick-prev {
  position: absolute;
  top: 50%;
  left: -60px;
  text-indent: -10000px;
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2025/03/Leftch.png) center center no-repeat !important;
  border: 0;
  cursor: pointer;
}
#section-eight .slick-next {
  position: absolute;
  top: 50%;
  right: -60px;
  text-indent: -10000px;
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2025/03/Rigthch.png) center center no-repeat !important;
  border: 0;
  cursor: pointer;
}
#section-eight .section-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 30px;
  min-height: 420px;
  background-color: rgba(0,0,0,0.6);
  padding: 60px 50px;
  border-radius: 36px;
  border: 1px solid #5252524D;
}
#section-eight .image-wrapper {
  flex: 1;
}
#section-eight .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
#section-eight .content-wrapper {
  flex: 1;
}
#section-eight .content-wrapper h3 {
  font-size: 24px;
  font-weight: 500;
  color: #FF5F00;
  margin: 0 0 20px 0;
}
#section-eight .content-wrapper p {
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  margin: 0;
}
#section-eight .slick-slide {
    margin: 0 27px;
}
#section-eight .slick-list {
    margin: 0 -27px;
}

#section-nine {
  background-color: #0C0C0F;
  padding: 100px 0;
}
#section-nine .eyebrow-text {
  font-size: 21px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 20px;
  /* text-transform: uppercase; */
}
#section-nine h2 {
  font-size: 67px;
  font-weight: 500;
  line-height: 90%;
  color: #F5F5FA;
  margin: 0 0 90px 0;
}
#section-nine h2 span {
  color: #FF5F00;
}
#section-nine .slick-track {
  display: flex !important;
}
#section-nine .slick-slide {
  height: inherit !important;
}
#section-nine .our-customers-slide {
  height: 100%;
  position: relative;
  background-color: #000000;
  padding: 25px;
  margin: 0 15px;
  border: 1px solid #5252524D;
  border-radius: 25px;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  transform: translate3d(0, 0, 0);
}
#section-nine .testimonial-top-section {
  display: flex;
}
#section-nine .testimonial-image img {
  display: block;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  margin: 0 20px 0 0;
}
#section-nine .testimonial-author .name {
  font-size: 20px;
  color: #FF6F19;
  margin: 0;
}
#section-nine .testimonial-author .job-title {
  font-size: 16px;
  font-weight: 300;
  min-height: 48px;
}
#section-nine .testimonial-content .quote {
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
  min-height: 168px;
  margin: 0 0 25px 0;
}
#section-nine .testimonial-bottom-part a {
  display: inline-block;
}

#section-ten {
  background-color: #0C0C0F;
}
#section-ten .proglove-awards-slider {
  position: relative;
}
#section-ten img {
  margin: 0 auto;
  max-width: 240px;
}
#section-ten .slick-slide {
  height: 225px !important;
}
#section-ten .slick-slide img {
  height: 100%;
}

#section-eleven {
  background: url(/wp-content/uploads/2025/03/section-eleven-pattern-image.png) top right no-repeat, #0C0C0F;
  padding: 100px 0 150px 0;
}
#section-eleven h2 {
  font-size: 45px;
  font-weight: 500;
  color: #FF5F00;
  margin: 0 0 45px 0;
}
#section-eleven p {
  font-size: 26px;
  font-weight: 400;
  line-height: 140%;
  color: #CACACA;
  margin: 0 0 45px 0;
}
#section-eleven .primary-button-transparent {
  display: inline-block;
  cursor: pointer;
}


.titles-wrapper {
  position: relative;
  height: 428px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.images-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center; /* Centers horizontally */
  justify-content: center; /* Centers vertically */
  height: 428px; /* Adjust based on your design */
  overflow: hidden;
}

.changed-title, .images-wrapper img {
  position: absolute;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.changed-title.visible, .images-wrapper img.visible {
  opacity: 1;
  transform: translateY(0);
}

.images-wrapper {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Aligns images vertically */
  height: 100%; /* Ensures full height */
  position: relative;
}

.images-wrapper img {
  max-width: 100%; /* Ensures responsive sizing */
  max-height: 428px; /* Matches title height */
  object-fit: contain; /* Keeps aspect ratio */
}


.modal-wrapper {
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  cursor: pointer;
}
.modal-holder {
  background-color: #FAFAFA;
  padding: 50px;
  border-radius: 25px;
  max-width: 720px;
  cursor: default;
}


#footer-top-wrapper {
  display: none;
}
/* ---- slide in animation ---- */
.hidden-fade {
  opacity: 0;
  filter: blur(4px);
  transform: translateY(30px);
  transition: opacity 0.4s ease-in, transform ease-in .8s;
  transition-delay: .2s;
}
.show-fade {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
  transition: opacity 0.4s ease-out, transform ease-out .8s;
  transition-delay: .2s;
}

@media only screen and (min-width: 1921px) {
  #section-one {
    min-height: 1200px;
  }
  #section-two .videoembed {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 1600px) {
  #section-one {
    min-height: 760px;
  }
}

@media only screen and (max-width: 1440px) {
  #section-one {
    min-height: 720px;
  }
  #section-one .videoembed {
    top: 0;
    transform: unset;
  }
  #section-two {
    min-height: unset;
  }
  #section-two .videoembed {
    height: 100%;
    width: auto;
  }
}

@media only screen and (max-width: 1280px) {
  #section-one {
    min-height: 660px;
  }
  #section-one .eyebrow-text {
    font-size: 18px;
  }
  #section-one h1 {
    font-size: 72px;
  }

  #section-two .eyebrow-text {
    font-size: 18px;
  }
  #section-two h2 {
    font-size: 67px;
  }
  #section-two p {
    font-size: 21px;
  }

  #section-three {
    min-height: unset;
    padding: 100px 0;
  }
  #section-three .eyebrow-text {
    font-size: 18px;
  }
  #section-three h2 {
    font-size: 67px;
  }
  #section-three p {
    font-size: 21px;
  }

  #section-four {
    padding: 100px 0;
  }
  #section-four .eyebrow-text {
    font-size: 18px;
    top: 80px;
  }
  #section-four h2 {
    font-size: 48px;
    line-height: 90%;
    margin: 0 0 40px 0;
  }
  #section-four .images-wrapper {
    justify-content: center;
  }

  #section-five {
    padding: 100px 0;
  }
  #section-five h2 {
    font-size: 67px;
    margin: 0 0 100px 0;
  }
  #section-five h3 {
    text-align: center;
    font-size: 67px;
  }
  #section-five p {
    max-width: unset;
    text-align: center;
    font-size: 21px;
  }
  #section-five .powered {
    display: block;
    margin: 0 auto 40px;
  }

  #section-six .top-content {
    padding: 100px 0;
  }
  #section-six h2 {
    font-size: 67px;
    margin: 0 0 30px 0;
  }
  #section-six p.subtitle {
    max-width: unset;
    font-size: 21px;
    margin: 0 0 30px 0;
  }
  #section-six p.text {
    max-width: unset;
    font-size: 21px;
    margin: 0;
  }

  #section-seven {
    min-height: unset;
    padding: 150px 0;
  }
  #section-seven p {
    font-size: 21px;
  }

  #section-nine .eyebrow-text {
    font-size: 18px;
  }
  #section-nine h2 {
    margin: 0 0 60px 0;
  }

  #section-eleven {
    padding: 100px 0;
  }
  #section-eleven p {
    font-size: 21px;
  }
}

@media only screen and (max-width: 992px) {
  #section-one {
    min-height: unset;
    padding: 100px 0 180px;
  }
  #section-one .content-wrapper {
    margin: 0;
  }
  #section-one .videoembed {
    display: none;
  }

  #section-two .videoembed {
    display: none;
  }

  #section-four .eyebrow-text {
    text-align: center;
    width: 100%;
    top: 20px;
  }
  #section-four .titles-wrapper {
    text-align: center;
    min-height: 140px;
  }
  #section-four .images-wrapper img {
    max-width: 300px;
  }

  #section-five {
    padding: 100px 0 50px 0;
  }
  #section-five {
    padding: 50px 0 100px 0;
  }

  #section-eight .section-slide {
    min-height: unset;
    padding: 30px;
  }

  #section-ten img {
    max-width: 120px;
  }
}

@media only screen and (max-width: 768px) {
  #section-three h2 {
    font-size: 36px;
  }
  #section-four h2 {
    font-size: 36px;
    line-height: 90%;
  }
  #section-four .titles-wrapper {
    min-height: 220px;
  }
  #section-five h2 {
    font-size: 36px;
    line-height: 90%;
  }
  #section-five h3 {
    font-size: 36px;
  }
  #section-six h2 {
    font-size: 36px;
  }
  #section-six h3 {
    font-size: 36px;
    line-height: 90%;
  }
  #section-six-bottom h3 {
    font-size: 36px;
  }
  #section-eight .section-slide {
    display: block;
  }
  #section-eight h2 {
    font-size: 36px;
  }
  #section-nine h2 {
    font-size: 36px;
    line-height: 90%;
  }

  .modal-holder {
    padding: 20px;
    margin: 40px 40px 160px 40px;
    overflow: auto;
    width: auto;
    height: 80%;
  }
}
