section#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#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#section-one .content-box-wrapper img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}


section#section-two {
  padding: 100px 0 100px 0;
}
section#section-two  {

}
section#section-two h2 {
  font-family: "DM Serif Display", serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 100%;
  color: #0B4739;
  margin: 0 0 40px 0;
}
section#section-two p.subtitle {
  max-width: 1040px;
  font-size: 16px;
  font-weight: 600;
  color: #82928E;
  margin: 0 0 120px 0;
}
section#section-two h3 {
  font-family: "DM Serif Display", serif;
  font-size: 28px;
  font-weight: 400;
  color: #0B4739;
  margin: 0 0 30px 0;
}
section#section-two p.col-text {
  font-size: 16px;
  font-weight: 600;
  color: #82928E;
  margin: 0 0 40px 0;
}
section#section-two .cta {
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  color: #82928E;
  margin: 0 0 10px 0;
}
section#section-two .cta img {
  transition: transform 0.3s ease;
}
section#section-two .cta span {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #093027;
  transform: translateX(-100%);
  opacity: 0;
  white-space: nowrap;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  margin-left: 10px;
}
section#section-two .cta:hover span {
  transform: translateX(0);
  opacity: 1;
}


section#section-three {
  background-color: #0B4739;
  padding: 100px 0;
}
section#section-three .content-wrapper {
  padding: 50px;
}
section#section-three .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
section#section-three .image-wrapper img {
  display: block;
  max-width: 480px;
  width: 100%;
  height: auto;
}
section#section-three h2 {
  font-family: "DM Serif Display", serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 100%;
  color: #FFFFFF;
  margin: 0 0 40px 0;
}
section#section-three p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #FFFFFF;
  margin: 0 0 40px 0;
}
section#section-three a.cta {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #0B4739;
  text-decoration: none;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 12px; /* Rounded edges */
  padding: 4px 0; /* Ensures consistent padding */
  transition: padding 0.3s ease-out; /* Smooth slide effect */
}
section#section-three a.cta:hover {
  padding: 4px 36px 4px 16px;
}
section#section-three a.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0; /* Start at 0 width */
  height: 100%;
  background-color: #67e9af; /* Background color */
  border-radius: 12px;
  transition: width 0.3s ease-out; /* Smooth slide effect */
}
section#section-three a.cta:hover::before {
  width: 100%; /* Expand background */
}
section#section-three a.cta span {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #093027;
  transform: translateX(-100%);
  opacity: 0;
  white-space: nowrap;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  margin-left: 10px;
  z-index: 1; /* Keep text above background */
}
section#section-three a.cta:hover span {
  transform: translateX(0);
  opacity: 1;
}
section#section-three a.cta img {
  position: relative;
  z-index: 1; /* Keep image above background */
}


section#section-four {
  padding: 50px 0;
}
section#section-four .content-wrapper {
  padding: 50px;
}
section#section-four .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
section#section-four .image-wrapper img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 0 0 auto;
}
section#section-four h2 {
  font-family: "DM Serif Display", serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 100%;
  color: #0B4739;
  margin: 0 0 40px 0;
}
section#section-four p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #0B4739;
  margin: 0 0 40px 0;
}
section#section-four a.cta {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #0B4739;
  text-decoration: none;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 12px; /* Rounded edges */
  padding: 4px 0; /* Ensures consistent padding */
  transition: padding 0.3s ease-out; /* Smooth slide effect */
}
section#section-four a.cta:hover {
  padding: 4px 36px 4px 16px;
}
section#section-four a.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0; /* Start at 0 width */
  height: 100%;
  background-color: #67e9af; /* Background color */
  border-radius: 12px;
  transition: width 0.3s ease-out; /* Smooth slide effect */
}
section#section-four a.cta:hover::before {
  width: 100%; /* Expand background */
}
section#section-four a.cta span {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #093027;
  transform: translateX(-100%);
  opacity: 0;
  white-space: nowrap;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  margin-left: 10px;
  z-index: 1; /* Keep text above background */
}
section#section-four a.cta:hover span {
  transform: translateX(0);
  opacity: 1;
}
section#section-four a.cta img {
  position: relative;
  z-index: 1; /* Keep image above background */
}


section#section-five {
  background-color: #0B4739;
  padding: 50px 0;
}
section#section-five .content-wrapper {
  padding: 50px;
}
section#section-five .image-wrapper img {
  display: block;
  max-width: 480px;
  width: 100%;
  height: auto;
}
section#section-five h2 {
  font-family: "DM Serif Display", serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 100%;
  color: #FFFFFF;
  margin: 0 0 40px 0;
}
section#section-five p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #FFFFFF;
  margin: 0 0 40px 0;
}
section#section-five a.cta {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #0B4739;
  text-decoration: none;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 12px; /* Rounded edges */
  padding: 4px 0; /* Ensures consistent padding */
  transition: padding 0.3s ease-out; /* Smooth slide effect */
}
section#section-five a.cta:hover {
  padding: 4px 36px 4px 16px;
}
section#section-five a.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0; /* Start at 0 width */
  height: 100%;
  background-color: #67e9af; /* Background color */
  border-radius: 12px;
  transition: width 0.3s ease-out; /* Smooth slide effect */
}
section#section-five a.cta:hover::before {
  width: 100%; /* Expand background */
}
section#section-five a.cta span {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #093027;
  transform: translateX(-100%);
  opacity: 0;
  white-space: nowrap;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  margin-left: 10px;
  z-index: 1; /* Keep text above background */
}
section#section-five a.cta:hover span {
  transform: translateX(0);
  opacity: 1;
}
section#section-five a.cta img {
  position: relative;
  z-index: 1; /* Keep image above background */
}


section#section-six {
  padding: 50px 0;
}
section#section-six .content-wrapper {
  padding: 50px;
}
section#section-six .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
section#section-six .image-wrapper img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 0 0 auto;
}
section#section-six h2 {
  font-family: "DM Serif Display", serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 100%;
  color: #0B4739;
  margin: 0 0 40px 0;
}
section#section-six p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #0B4739;
  margin: 0 0 40px 0;
}
section#section-six a.cta {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #0B4739;
  text-decoration: none;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 12px; /* Rounded edges */
  padding: 4px 0; /* Ensures consistent padding */
  transition: padding 0.3s ease-out; /* Smooth slide effect */
}
section#section-six a.cta:hover {
  padding: 4px 36px 4px 16px;
}
section#section-six a.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0; /* Start at 0 width */
  height: 100%;
  background-color: #67e9af; /* Background color */
  border-radius: 12px;
  transition: width 0.3s ease-out; /* Smooth slide effect */
}
section#section-six a.cta:hover::before {
  width: 100%; /* Expand background */
}
section#section-six a.cta span {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #093027;
  transform: translateX(-100%);
  opacity: 0;
  white-space: nowrap;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  margin-left: 10px;
  z-index: 1; /* Keep text above background */
}
section#section-six a.cta:hover span {
  transform: translateX(0);
  opacity: 1;
}
section#section-six a.cta img {
  position: relative;
  z-index: 1; /* Keep image above background */
}


section#section-seven {
  padding: 50px 0 100px 0;
}
section#section-seven h2 {
  font-family: "DM Serif Display", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
  color: #0B4739;
  margin: 0 auto 20px;
}
section#section-seven p.subtitle {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 60px 0;
}
section#section-seven p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #82928E;
  margin: 0 0 40px 0;
}
section#section-seven h3 {
  font-family: "DM Serif Display", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 140%;
  color: #0B4739;
  margin: 40px 0 20px 0;
}
section#section-seven .contact-info-box {
  display: block;
  width: 100%;
}
section#section-seven .contact-info-box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: #0B4739;
  margin: 0 0 20px 0;
}
section#section-seven .contact-info-box p a {
  font-size: 18px;
  font-weight: 600;
  color: #0B4739;
}
section#section-seven .contact-box-wrapper {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 20px;
}
section#section-seven .contact-box-wrapper p {
  margin: 0;
}
section#section-seven .wpcf7 input,
section#section-seven .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#section-seven .wpcf7 input:focus,
section#section-seven .wpcf7 textarea:focus {
  outline: none;
}
section#section-seven .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#section-seven .wpcf7 .wpcf7-submit:hover {
  background-color: #0B4739;
  color: #FFFFFF;
  border: 1px solid #0B4739;
}
section#section-seven .wpcf7 .wpcf7-submit svg {
  transition: 0.15s linear all;
}
section#section-seven .wpcf7 .wpcf7-submit:hover svg {
  fill: #FFFFFF;
}


@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 992px) {

}


@media only screen and (max-width: 768px) {
  section#section-one {
    padding: 130px 0 50px 0;
  }
  section#section-one h1 {
    font-size: 40px;
  }

  section#section-two {
    padding: 50px 0 50px 0;
  }
  section#section-two h2 {
    font-size: 40px;
  }
  section#section-two p.subtitle {
    margin: 0 0 40px 0;
  }
  section#section-two a.cta {
    display: none;
  }
  section#section-two .col-md-4:last-of-type p.col-text {
    margin: 0;
  }

  section#section-three {
    padding: 50px 0;
  }
  section#section-three .content-wrapper {
    padding: 40px 20px;
  }
  section#section-three h2 {
    font-size: 40px;
  }
  section#section-three .image-wrapper img {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
  section#section-three a.cta {
    display: none;
  }

  section#section-four .content-wrapper {
    padding: 40px 20px;
  }
  section#section-four h2 {
    font-size: 40px;
  }
  section#section-four .image-wrapper img {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
  section#section-four a.cta {
    display: none;
  }

  section#section-five .content-wrapper {
    padding: 40px 20px;
  }
  section#section-five h2 {
    font-size: 40px;
  }
  section#section-five .image-wrapper img {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
  section#section-five a.cta {
    display: none;
  }

  section#section-six .content-wrapper {
    padding: 40px 20px;
  }
  section#section-six h2 {
    font-size: 40px;
  }
  section#section-six .image-wrapper img {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
  section#section-six a.cta {
    display: none;
  }

}
