.info-boxes {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  display: flex;
  justify-content: space-between;
  width: 80%;
  gap: 28px;
  z-index: 2;
}

.info-box {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 30px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 3px 19px 3px rgba(61, 65, 75, 0.17);
  backdrop-filter: blur(13px);
}

.info-icon {
  height: 40px;
  width: auto;
  margin-right: 16px;
}

.info-text {
  color: #605a7d;
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

.main-title-text {
  display: flex;
  width: 80%;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 100px auto 0 auto;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  color: #1b6585;
  text-align: center;
}

.whatsapp-contact {
  display: flex;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  margin-top: 80px;
}

.contact-image {
  height: 414px;
  width: auto;
  object-fit: cover;
  display: block;
}

.contact-box {
  height: 318px;
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 0 12px 12px 0;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  color: #1b1b1b;
  box-sizing: border-box;
}

.whatsapp-contact {
  display: flex;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}

.contact-image {
  height: 414px;
  width: auto;
  object-fit: cover;
  display: block;
}

.contact-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}

.contact-title {
  color: #1b6585;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.contact-text {
  color: #1b6585;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.contact-button {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 32px;
  border-radius: 34px;
  background: #196585;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.button-icon {
  width: 32px;
  height: 32px;
}

.contact-info-section {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  flex-wrap: wrap;
}

.contact-info-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  text-align: left;
}

.contact-info-icon {
  height: 140px;
  width: auto;
}

.contact-info-texts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-info-subtitle {
  color: #001e2b;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
}

.contact-info-title {
  color: #1b6585;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  text-decoration-line: underline;
  margin: 0;
  display: inline-block;
}

.contact-info-divider {
  width: 2px;
  height: 180px;
  background-color: #d7dde1;
}

.section-title {
  margin-top: 64px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  color: #1b6585;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px;
  text-align: left;
}

.horizontal-slider {
  margin-top: 32px;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.slider-item {
  flex: 0 0 auto;
  width: 260px;
  height: 150px;
  border-radius: 5px;
  border: 1px solid #c0c7cd;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  scroll-snap-align: start;
}

.slider-item img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.horizontal-slider,
.slider-item {
  user-select: none;
}

.ac-title {
  color: #1b6585;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px;
  margin-top: 64px;
  margin-bottom: 32px;
  display: flex;
  width: 80%;
  justify-content: start;
  align-items: start;
  margin-left: auto;
  margin-right: auto;
}

.product-button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.product-button {
  display: flex;
  padding: 12px 32px;
  align-items: center;
  gap: 12px;
  border: none;
  border-radius: 34px;
  background: #196585;
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}

@media (max-width: 991px) {
  .info-boxes {
    position: static;
    transform: none;
    margin-top: -50px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 10%;
  }

  .info-text {
    font-size: 24px;
  }

  .info-box {
    width: 100%;
    margin-bottom: 28px;
  }

  .whatsapp-contact {
    flex-direction: column;
    align-items: center;
  }

  .contact-image {
    width: 100%;
    height: auto;
    z-index: 2;
  }

  .contact-box {
    margin-top: -10px;
    width: 90%;
    border-radius: 0 0 12px 12px;
    height: auto;
    padding: 24px 16px;
    z-index: 1;
  }

  .contact-info-divider {
    width: 80%;
    height: 2px;
    margin: 40px 0;
  }

  .contact-info-section {
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }

  .contact-info-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
  }

  .contact-info-icon {
    height: 100px;
  }

  .contact-info-subtitle {
    font-size: 18px;
    line-height: 28px;
  }

  .contact-info-title {
    font-size: 24px;
    line-height: 36px;
  }

  .contact-info-divider {
    width: 80%;
    height: 2px;
    margin: 20px 0;
  }
}
