#section-one {
  background: url(/wp-content/uploads/2025/02/hp-hero-section-bg-v2.jpg) center center no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 160px 0 80px 0;
}
#section-one h1 {
  text-align: center;
  font-family: "DM Serif Display", serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 100%;
  color: #FFFFFF;
  max-width: 920px;
  margin: 0 auto 40px;
}
#section-one .content-box-wrapper img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

#section-two {
  padding: 100px 0 50px 0;
}
#section-two h2 {
  display: block;
  width: 100%;
  font-family: "DM Serif Display", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
  color: #0B4739;
  margin: 0 auto 20px;
}
#section-two p.subtitle {
  font-size: 20px;
  font-weight: 600;
}
#section-two p {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: #82928E;
  margin: 0 0 40px 0;
}
#section-two .faq-item {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
#section-two .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #0B4739;
  cursor: pointer;
  transition: color 0.3s ease;
}
#section-two .faq-question:hover {
  color: #65EBB1;
}
#section-two .faq-answer {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: #82928E;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  padding: 0 10px;
  opacity: 0;
}
#section-two .faq-answer p {
  margin: 0;
}
#section-two .faq-answer strong {
  color: #0B4739;
}
#section-two .faq-answer.open {
  max-height: 300px;
  padding: 10px;
  opacity: 1;
  transition: max-height 0.5s ease-in, opacity 0.5s ease-in;
}
#section-two .toggle-icon {
  font-size: 24px;
  transition: transform 0.3s ease;
}
#section-two .faq-question.open .toggle-icon {
  transform: rotate(180deg);
}

#section-three {
  padding: 50px 0 100px 0;
}
#section-three h2 {
  font-family: "DM Serif Display", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
  color: #0B4739;
  margin: 0 auto 20px;
}
#section-three p.subtitle {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 60px 0;
}
#section-three p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #82928E;
  margin: 0 0 40px 0;
}
#section-three h3 {
  font-family: "DM Serif Display", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 140%;
  color: #0B4739;
  margin: 40px 0 20px 0;
}
#section-three .contact-info-box {
  display: block;
  width: 100%;
}
#section-three .contact-info-box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: #0B4739;
  margin: 0 0 20px 0;
}
#section-three .contact-info-box p a {
  font-size: 18px;
  font-weight: 600;
  color: #0B4739;
}
#section-three .contact-box-wrapper {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 20px;
}
#section-three .contact-box-wrapper p {
  margin: 0;
}
#section-three .wpcf7 input,
#section-three .wpcf7 textarea {
  width: 100%;
  background-color: #E4EEEB;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 14px;
  color: #888888;
  padding: 14px 20px;
  border: 0;
  border-radius: 10px;
  margin: 0 0 16px 0;
  overflow: hidden;
}
#section-three .wpcf7 input:focus,
#section-three .wpcf7 textarea:focus {
  outline: none;
}
#section-three .wpcf7 .wpcf7-submit {
  display: flex;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 18px;
  font-weight: 600;
  color: #0B4739;
  background-color: #67e9af;
  padding: 12px 36px;
  border: 1px solid #67e9af;
  border-radius: 12px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.15s linear all;
}
#section-three .wpcf7 .wpcf7-submit:hover {
  background-color: #0B4739;
  color: #FFFFFF;
  border: 1px solid #0B4739;
}
#section-three .wpcf7 .wpcf7-submit svg {
  transition: 0.15s linear all;
}
#section-three .wpcf7 .wpcf7-submit:hover svg {
  fill: #FFFFFF;
}
