#hp-section-one {
  background-color: #003332;
  padding: 100px 0 50px 0;
}
#hp-section-one h1.title {
  max-width: 1400px;
  text-align: center;
  font-size: 111px;
  font-weight: 400;
  line-height: 100%;
  color: #F2E0DF;
  margin: 0 auto 50px;
}
#hp-section-one p.subtitle {
  max-width: 750px;
  text-align: center;
  font-size: 21px;
  color: #F2E0DF;
  margin: 0 auto 50px;
}
#hp-section-one .buttons-row {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
#hp-section-one .primary-button {
  display: block;
  background: #034C36;
  background: -webkit-linear-gradient(180deg, rgba(3, 76, 54, 1) 0%, rgba(0, 51, 50, 1) 100%);
  background: -moz-linear-gradient(180deg, rgba(3, 76, 54, 1) 0%, rgba(0, 51, 50, 1) 100%);
  background: linear-gradient(180deg, rgba(3, 76, 54, 1) 0%, rgba(0, 51, 50, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#034C36", endColorstr="#003332", GradientType=0);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #F2E0DF;
  text-decoration: none;
  border: 0;
  border-radius: 30px;
  padding: 18px 25px;
  cursor: pointer;
  transition: 0.2s linear all;
}
#hp-section-one .primary-button:hover {
  background: #0A8F4F;
  background: -webkit-linear-gradient(135deg, rgba(10, 143, 79, 1) 0%, rgba(13, 187, 103, 1) 100%);
  background: -moz-linear-gradient(135deg, rgba(10, 143, 79, 1) 0%, rgba(13, 187, 103, 1) 100%);
  background: linear-gradient(135deg, rgba(10, 143, 79, 1) 0%, rgba(13, 187, 103, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0A8F4F", endColorstr="#0DBB67", GradientType=0);
}
#hp-section-one .secondary-button {
  display: block;
  background: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #F2E0DF;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 30px;
  padding: 18px 40px;
  cursor: pointer;
  transition: 0.2s linear all;
}
#hp-section-one .secondary-button:hover {
  border: 2px solid #F2E0DF;
}
#hp-section-one img.main-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#hp-section-two {
  background-color: #F4E6E5;
  padding: 100px 0 150px 0;
}
#hp-section-two h2.title {
  max-width: 1400px;
  text-align: center;
  font-size: 90px;
  font-weight: 400;
  line-height: 100%;
  color: #003332;
  margin: 0 auto 50px;
}
#hp-section-two p.subtitle {
  max-width: 750px;
  text-align: center;
  font-size: 21px;
  color: #003332;
  margin: 0 auto 50px;
}
#hp-section-two .row:nth-of-type(2) {
  margin: 0 auto 100px;
}
#hp-section-two .image-wrapper {
  height: 100%;
}
#hp-section-two .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
#hp-section-two h3 {
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
  color: #003332;
  margin: 0 auto 36px;
}
#hp-section-two p.text {
  font-size: 21px;
  color: #003332;
  margin: 0 auto 20px;
}
#hp-section-two p.text:last-of-type {
  margin: 0 auto 40px;
}
#hp-section-two .stats-wrapper {
  display: flex;
  gap: 40px;
}
#hp-section-two .stats-wrapper h3 {
  margin: 0 0 14px 0;
}
#hp-section-two p.item {
  font-size: 20px;
  font-weight: 700;
  color: #003332;
  margin: 0 0 15px 0;
}
#hp-section-two p.value {
  font-size: 18px;
  color: #003332;
  margin: 0;
}
#hp-section-two a.cta {
  display: inline-block;
  background-color: #FF8128;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #003332;
  padding: 18px 40px;
  border-radius: 30px;
}

#hp-section-three {
  background: #033F3E;
  background: -webkit-linear-gradient(180deg, rgba(3, 63, 62, 1) 0%, rgba(7, 165, 162, 1) 100%);
  background: -moz-linear-gradient(180deg, rgba(3, 63, 62, 1) 0%, rgba(7, 165, 162, 1) 100%);
  background: linear-gradient(180deg, rgba(3, 63, 62, 1) 0%, rgba(7, 165, 162, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#033F3E", endColorstr="#07A5A2", GradientType=0);
  padding: 150px 0 150px 0;
}
#hp-section-three h2.title {
  max-width: 920px;
  font-size: 90px;
  font-weight: 400;
  line-height: 100%;
  color: #F4E6E5;
  margin: 0 0 50px 0;
}
#hp-section-three p.subtitle {
  max-width: 580px;
  font-size: 21px;
  color: #F4E6E5;
  margin: 0 0 40px 0;
}
#hp-section-three .slick-prev {
  position: absolute;
  top: -60px;
  right: 60px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF8128;
  padding: 5px;
  border: 2px solid #FF8128;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s linear all;
}
#hp-section-three .slick-next {
  position: absolute;
  top: -60px;
  right: 0;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF8128;
  padding: 5px;
  border: 2px solid #FF8128;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s linear all;
}
#hp-section-three .slick-prev:hover,
#hp-section-three .slick-next:hover {
  background-color: transparent;
}
#hp-section-three .slick-prev svg,
#hp-section-three .slick-next svg {
  transition: 0.2s linear all;
}
#hp-section-three .slick-prev:hover svg,
#hp-section-three .slick-next:hover svg {
  fill: #F4E6E5;
}
#hp-section-three .slick-slide {
   margin: 0 25px;
}
#hp-section-three .slick-list {
   margin: 0 -25px;
}
#hp-section-three .slide {
  background-color: #F4E6E5;
  border-radius: 20px;
  padding: 35px;
}
#hp-section-three .slider-top {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 30px 0;
}
#hp-section-three .image-wrapper {
  min-width: 60px;
  max-width: 60px;
  width: 100%;
  height: 60px;
  background-color: #003332;
  border-radius: 50%;
}
#hp-section-three p.name {
  font-family: "Abril Fatface", serif;
  font-size: 34px;
  line-height: 100%;
  color: #003332;
  margin: 0 0 7px 0;
}
#hp-section-three p.job-title {
  font-size: 17px;
  font-weight: 500;
  color: #003332;
  margin: 0;
}
#hp-section-three .slider-bottom p {
  font-size: 21px;
  color: #003332;
  margin: 0;
}

#hp-section-four {
  background: url(/wp-content/uploads/2025/08/hp-section-four-image.png) center center no-repeat, #F4E6E5;
  background-size: cover;
  padding: 100px 0;
}
#hp-section-four h2.title {
  max-width: 1050px;
  text-align: center;
  font-size: 90px;
  font-weight: 400;
  line-height: 100%;
  color: #003332;
  margin: 0 auto 50px;
}
#hp-section-four p.subtitle {
  max-width: 750px;
  text-align: center;
  font-size: 21px;
  color: #003332;
  margin: 0 auto 80px;
}
/* --- Cards ---- */
#hp-section-four .cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto 100px;
}
#hp-section-four .card {
  flex: 1;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  border-radius: 14px;
  padding: 46px 32px;
}
#hp-section-four .card.highlight {
  background: #013229;
  background: -webkit-linear-gradient(180deg, rgba(1, 50, 41, 1) 0%, rgba(0, 72, 48, 1) 100%);
  background: -moz-linear-gradient(180deg, rgba(1, 50, 41, 1) 0%, rgba(0, 72, 48, 1) 100%);
  background: linear-gradient(180deg, rgba(1, 50, 41, 1) 0%, rgba(0, 72, 48, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#013229", endColorstr="#004830", GradientType=0);
  color: #F2E0DF;
}
#hp-section-four .card p.card-title {
  letter-spacing: 6px;
  font-weight: 300;
  font-size: 21px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
#hp-section-four .weight {
  margin: 0 0 20px 0;
}
#hp-section-four .weight p {
  display: inline-block;
  font-family: "Abril Fatface", serif;
  font-size: 60px;
  line-height: 100%;
  color: #003332;
  margin: 0;
}
#hp-section-four .highlight .weight p {
  color: #F2E0DF;
}
#hp-section-four .weight span {
  font-size: 16px;
  font-weight: 600;
}
#hp-section-four .company {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
}
#hp-section-four .card hr {
  border: none;
  border-top: 1px solid #E9D5D3;
  margin: 36px 0;
}
#hp-section-four .card.highlight hr {
  border-top: 1px solid #11605E;
}
#hp-section-four .features-title {
  font-family: "Abril Fatface", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 100%;
  color: #003332;
  margin: 0 0 30px 0;
}
#hp-section-four .highlight .features-title {
  color: #F2E0DF;
}
#hp-section-four .features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
#hp-section-four .features li {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #003332;
  margin: 0 0 20px 0;
}
#hp-section-four .highlight .features li {
  color: #F2E0DF;
}
#hp-section-four .features li:last-of-type {
  margin: 0;
}
#hp-section-four .features li::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "✔";
  color: #36E0AD;
  font-size: 14px;
  font-weight: 400;
  margin-right: 8px;
  width: 22px;
  height: 22px;
  background-color: #003332;
  border-radius: 50%;
}
#hp-section-four .highlight .features li::before {
  color: #003332;
  background-color: #36E0AD;
}
#hp-section-four .btn {
  display: inline-block;
  background-color: #FF8128;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #003332;
  padding: 18px 40px;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
}
#hp-section-four .btn:hover {
  background: #e96e20;
}
/* ---- FAQs ---- */
#hp-section-four .faqs {
  width: 100%;
}
#hp-section-four h2.second-title {
  max-width: 750px;
  font-size: 90px;
  font-weight: 400;
  line-height: 100%;
  color: #003332;
  margin: 0 0 80px 0;
}
#hp-section-four .accordion {

}
#hp-section-four .accordion-item {
  background-color: #FFFFFF;
  border-radius: 14px;
  margin: 0 0 30px 0;
  overflow: hidden;
}
#hp-section-four .accordion-item:last-child {
  border-bottom: none;
}
#hp-section-four .accordion-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  color: #003332;
  padding: 20px 30px;
  transition: background 0.3s;
}
#hp-section-four .accordion-header:hover {
  background: #f1f1f1;
}
#hp-section-four .accordion-header::after {
  content: "+";
  font-size: 40px;
  color: #003332;
  transition: transform 0.3s;
}
#hp-section-four .accordion-header.active::after {
  content: "–";
  transform: rotate(180deg);
}
#hp-section-four .accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
#hp-section-four .accordion-body p {
  font-size: 18px;
  color: #003332;
  margin: 20px 0;
}
#hp-section-four .accordion-body.open {
  padding: 0 30px;
}

@media (max-width: 992px) {

  #hp-section-one h1.title {
    font-size: 60px;
  }

  #hp-section-two h2.title {
    font-size: 60px;
  }
  #hp-section-two .image-wrapper img.first-image {
    max-width: 411px;
    margin: 0 0 40px 0;
  }
  #hp-section-two .image-wrapper img.second-image {
    max-width: 531px;
    margin: 40px 0 0 0;
  }

  #hp-section-three h2.title {
    font-size: 60px;
  }

  #hp-section-four h2.title {
    font-size: 60px;
  }
  #hp-section-four .cards {
    display: block;
  }
  #hp-section-four .card {
    margin: 0 0 40px 0;
  }
  #hp-section-four h2.second-title {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  #hp-section-two h3 {
    font-size: 40px;
  }

  #hp-section-three .slider-wrapper {
    margin: 80px 0 0 0;
  }
}

@media (max-width: 576px) {
  #hp-section-one h1.title {
    font-size: 40px;
  }
  #hp-section-one img.main-image {
    margin: 40px auto 0;
  }

  #hp-section-two h2.title {
    font-size: 40px;
  }
  #hp-section-two .stats-wrapper {
    display: block;
  }
  #hp-section-two .stats-box:first-of-type {
    margin: 0 0 40px 0;
  }

  #hp-section-three h2.title {
    font-size: 40px;
  }

  #hp-section-four h2.title {
    font-size: 40px;
  }
  #hp-section-four h2.second-title {
    font-size: 40px;
  }
  #hp-section-four .accordion-header {
    padding: 15px;
    font-size: 21px;
  }
}
