/* GENERAL */

@font-face {
    font-family: 'Noto Serif Display';
    src: url('/fonts/NotoSerifDisplay-Regular.eot');
    src: url('/fonts/NotoSerifDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/NotoSerifDisplay-Regular.woff2') format('woff2'),
        url('/fonts/NotoSerifDisplay-Regular.woff') format('woff'),
        url('/fonts/NotoSerifDisplay-Regular.ttf') format('truetype'),
        url('/fonts/NotoSerifDisplay-Regular.svg#NotoSerifDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Sofia Pro';
    src: url('/fonts/SofiaPro-Light.eot');
    src: url('/fonts/SofiaPro-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/SofiaPro-Light.woff2') format('woff2'),
        url('/fonts/SofiaPro-Light.woff') format('woff'),
        url('/fonts/SofiaPro-Light.ttf') format('truetype'),
        url('/fonts/SofiaPro-Light.svg#SofiaPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('/fonts/SofiaPro-SemiBold.eot');
    src: url('/fonts/SofiaPro-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/SofiaPro-SemiBold.woff2') format('woff2'),
        url('/fonts/SofiaPro-SemiBold.woff') format('woff'),
        url('/fonts/SofiaPro-SemiBold.ttf') format('truetype'),
        url('/fonts/SofiaPro-SemiBold.svg#SofiaPro-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Domaine Display';
    src: url('/fonts/DomaineDisplay-Semibold.eot');
    src: url('/fonts/DomaineDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/DomaineDisplay-Semibold.woff2') format('woff2'),
        url('/fonts/DomaineDisplay-Semibold.woff') format('woff'),
        url('/fonts/DomaineDisplay-Semibold.ttf') format('truetype'),
        url('/fonts/DomaineDisplay-Semibold.svg#DomaineDisplay-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Domaine Display';
    src: url('/fonts/DomaineDisplay-Regular.eot');
    src: url('/fonts/DomaineDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/DomaineDisplay-Regular.woff2') format('woff2'),
        url('/fonts/DomaineDisplay-Regular.woff') format('woff'),
        url('/fonts/DomaineDisplay-Regular.ttf') format('truetype'),
        url('/fonts/DomaineDisplay-Regular.svg#DomaineDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('/fonts/Outfit-Bold.eot');
    src: url('/fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Outfit-Bold.woff2') format('woff2'),
        url('/fonts/Outfit-Bold.woff') format('woff'),
        url('/fonts/Outfit-Bold.ttf') format('truetype'),
        url('/fonts/Outfit-Bold.svg#Outfit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('/fonts/Outfit-Medium.eot');
    src: url('/fonts/Outfit-Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Outfit-Medium.woff2') format('woff2'),
        url('/fonts/Outfit-Medium.woff') format('woff'),
        url('/fonts/Outfit-Medium.ttf') format('truetype'),
        url('/fonts/Outfit-Medium.svg#Outfit-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('/fonts/Outfit-Thin.eot');
    src: url('/fonts/Outfit-Thin.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Outfit-Thin.woff2') format('woff2'),
        url('/fonts/Outfit-Thin.woff') format('woff'),
        url('/fonts/Outfit-Thin.ttf') format('truetype'),
        url('/fonts/Outfit-Thin.svg#Outfit-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('/fonts/Outfit-Regular.eot');
    src: url('/fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Outfit-Regular.woff2') format('woff2'),
        url('/fonts/Outfit-Regular.woff') format('woff'),
        url('/fonts/Outfit-Regular.ttf') format('truetype'),
        url('/fonts/Outfit-Regular.svg#Outfit-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('/fonts/Outfit-Light.eot');
    src: url('/fonts/Outfit-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Outfit-Light.woff2') format('woff2'),
        url('/fonts/Outfit-Light.woff') format('woff'),
        url('/fonts/Outfit-Light.ttf') format('truetype'),
        url('/fonts/Outfit-Light.svg#Outfit-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}




body {
  font-family: 'Sofia Pro';
  color: #333;
  font-weight: 300;
  font-display: swap;
  background-color: #fff;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  width: 100%;
}

/* HERO SECTION */
.hero.has-background-image {
  position: relative;
  display: flex;
  align-items: flex-end;

  min-height: 750px;
  color: #fff;
  overflow: hidden;

  background-color: rgba(170, 175, 167, 1); /* fallback */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


.hero {
  position: relative;
  background-position: center;
  min-height: 700px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
  background-color: #b6bbb2;
}

.hero-logo {
    margin-top: 30px;
    padding-left: 4%;
}

.site-logo {
   height: auto;
    display: block;
    width: auto;
}

.banner-divider {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  width: 100%;
  z-index: 2;
  line-height: 0;
}

.tilt-divider {
  display: block;
  width: 100%;
  height: 110px;
}

.banner-divider svg.svg-slant {
  width: calc(100% + 1.3px);
  height: 137px;
  transform: rotateY(180deg);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-bottom: 110px;
  max-width: 60%;
  text-align: left;
     padding-top: 270px;
    margin-bottom: 80px;
  padding-left: 4%;
}

.hero-content h1 {
  font-family: 'Domaine Display';
  font-weight: normal;
  font-display: swap;
  font-size: 3rem;
  line-height: 1.12;
  margin-bottom: 18px;
  color: #fff;
}
.hero-content span,.why-book span {
    font-family: 'Noto Serif Display';
    font-weight: normal;
}
.hero-content p {
      font-family: 'Sofia Pro';
    font-weight: 300;
    font-display: swap;
    font-size: 1.125rem;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 1);
    max-width: 480px;
    line-height: 24px;
}

.hero-content .btn-primary {
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  font-family: 'Outfit', sans-serif;
  text-shadow: none;
  position: relative;
  min-height: 43px;
  min-width: 72px;
  padding: 0px 21px;
  background: transparent;
  border-radius: 10000px;
  font-size: 1.125rem;
  overflow: hidden;
  transition: color 0.4s linear;
  text-decoration: none;
}

/* Add the fill animation using ::before */
.hero-content .btn-primary::before {
  content: "";
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 0;
  background: #fff;
  border-radius: 10000px;
  z-index: -1;
  transition: width 0.4s ease;
}

.hero-content .btn-primary:hover {
  color: rgb(170, 175, 167);
}

.hero-content .btn-primary:hover::before {
  width: 100%;
}

/* SVG DIVIDERS */
.svg-divider {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.svg-divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 48px;
}

.svg-divider-top {
  margin-top: -48px;
}

.svg-divider-bottom {
  margin-bottom: -48px;
}

/* SECTIONS WITH BACKGROUND */
.section-bg {
  max-width: 55%;
  margin: 0 auto 60px auto;
  padding: 20px 20px 40px 20px;
  background: #fff;
}

/* LIGHT BACKGROUND VARIATION */
.light-bg {
  background: #f3f3f1 !important;
}

/* WHY BOOK SECTION */
.why-book h2 {
  font-family: 'Domaine Display';
    font-size: 3rem;
    font-display: swap;
    color: rgb(47, 45, 46);
    text-align: center;
    margin-bottom: 30px;
    font-weight: normal;
    margin-top: 10px;
    line-height: 55px;
}
.why-book > div {
  font-family: 'Sofia Pro';
  font-size: 1.125rem;
  font-weight: 300;
  font-display: swap;
  max-width: 100%;
  margin: 0 auto;
  color: #585c53;
  line-height: 1.5;
  text-align: center;
}
.why-book p{
    color: rgb(47, 45, 46);
    font-family: "Outfit", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* PROCESS SECTION */
.the-process {
    margin: 0 auto 0;
    padding: 40px 20px 60px 20px;
    color: #fff;
    background: #AAAFA7;
}

.section-title {
    font-family: 'Domaine Display';
   font-size: 3rem;
   font-weight: normal;
   font-display: swap;
  text-align: center;
  margin-bottom: 48px;
  color: rgba(255, 255, 255, 1);
  margin-top: 0;
  padding-top: 30px;
}

.process-row {
  display: flex;
  align-items: center;
  gap: 60px; /* wider gap for more air */
  margin-bottom: 56px;
}

.process-row.reverse {
  flex-direction: row-reverse;
}

.process-text {
 font-family: 'Sofia Pro';
  font-weight: 300;
  font-display: swap;
    flex: 0 1 38%; /* Text column is narrower */
      max-width: 400px;
  padding: 0 12px;

}

.process-title {
  font-family: 'Domaine Display';
  font-size: 2rem;
  font-weight: 300;
  font-display: swap;
  line-height: 1.1;
  margin-bottom: 18px;
  color: #fff;
}

.process-description {
     font-family: "Outfit", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-size: 1.125rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
}

.process-image {
  flex: 1 1 55%; /* Image takes more space */
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 0;
  padding: 0;
}

.process-image img {
     width: 100%;
    border-radius: 24px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.20);
    display: block;
    height: 340px;
    object-fit: cover;
}

/* WHAT TO KNOW SECTION */
.what-to-know-section {
  background: #fff;
  padding: 60px 20px 80px;
  max-width: 100%;
  margin: 0 auto;
}

.what-to-know-header {
  text-align: center;
  margin-bottom: 70px;
}

.what-to-know-header h2 {
   font-family: 'Domaine Display';
  font-size: 3rem;
  font-display: swap;
  line-height: 1.25;
  color: rgb(47,45,46);
  margin: 0;
  font-weight: 300;
}

.what-to-know-columns {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.what-to-know-column {
  flex: 1 1 30%; /* 3 columns */
  min-width: 280px; /* responsive minimum */
  box-sizing: border-box;
}

.what-to-know-column h3 {
    font-family: 'Domaine Display';
    font-size: 1.25rem;
    font-weight: bold;
    font-display: swap;
    margin-bottom: 16px;
    color: rgb(47, 45, 46);
    line-height: 1.25;
}
.what-to-know-column h3 strong{
    font-weight: 900;
    color: #000;
}
.what-to-know-column div strong {
    color: rgb(0, 0, 0);
    font-family: 'Sofia Pro';
    font-weight: 300;
    font-display: swap;
    white-space: pre-wrap;
    font-size: 1.125rem;
    line-height: 1.25;
}
.what-to-know-column div p,.what-to-know-column div ul li {
    font-family: 'Sofia Pro';
    font-weight: 300;
    font-size: 1.125rem;
    font-display: swap;
    margin: 0 0 7px 0px;
    color: rgb(0, 0, 0);
     line-height: 1.25;
}

.what-to-know-column div {
  font-family: 'Domaine Display';
  font-size: 1rem;
  font-display: swap;
  line-height: 1.6;
  color: #444;
}

.section-info {
  margin-bottom: 40px;
}

.section-info h2 {
  font-family: 'Domaine Display';
  font-size: 1.6rem;
  font-display: swap;
  margin-bottom: 12px;
  color: #4a4a4a;
}

.section-info div {
  font-size: 1rem;
  line-height: 1.5;
  color: #565656;
}

/* TESTIMONIALS */
.testimonials {
  position: relative;
      background-color: #AAAFA7 !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 450px;
    padding: 30px 0 40px 0;
    display: flex;
    align-items: flex-end;
}
.booking-brand img.henri-logo-footer {
    width: 86px;
}
.container#hero-desktop {
  position: relative;
  z-index: 2;
}

.testimonials h2 {
  font-family: "Domain Display";
  font-size: 3rem;
  font-display: swap;
  color: rgba(255, 255, 255, 1);
  line-height: 1.25;
  margin-bottom: 35px;
  margin-left: 0;
  text-align: center;
      font-weight: 300;
}

.testimonial-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  max-width: 100%;
    width: 100%;
    margin-left: 0;
}

.testimonial {
      background-color: rgba(247, 242, 237, 1) !important;
  border-radius: 24px;
  box-shadow: 0 2px 16px rgba(48,48,48,.09);
  padding: 32px 38px;
  font-style: normal;
  color: #353733;
  font-size: 1.1rem;
  border-left: 0;
  border-right: 0;
  text-align: left;
      max-width: 60%;
  width: 100%;
}

.testimonial p {
    font-family: "Outfit", sans-serif;
  font-size: 1.125rem;
  font-display: swap;
  line-height: 1.25;
  margin: 0 0 16px 0;
}

.testimonial footer {
text-align: left;
    font-style: normal;
    font-family: "Domain Display";
    font-weight: 300;
    font-display: swap;
    font-size: 1.25rem;
    line-height: 1.25;
    color: rgb(47, 45, 46);
    margin: 0;
}
.svg-divider-bottom-testi {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

/* BOOKING FORM */
.booking-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  background-color: #fff;
  min-height: 650px;
  padding: 0 0 40px 0;
  width: auto;
  overflow: hidden;
  font-family: 'Sofia Pro';
}

.booking-container {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
}

.booking-title {
  font-family: "Domain Display";
  font-size: 3rem;
  font-display: swap;
  font-weight: normal;
 color: rgba(170, 175, 167, 1);
  font-weight: 500;
  margin-bottom: 38px;
      line-height: 55px;
}

.booking-form .form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 14px;
}
.booking-form .form-row input {
  flex: 1 1 50%;
  box-sizing: border-box;
}
.booking-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 32px;
}

.booking-form input,
.booking-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 1rem;
  font-family: 'Sofia Pro';
  font-weight: 300;
  box-sizing: border-box;
}

.booking-form textarea {
  resize: vertical;
}

.booking-form button {
  font-family: 'Outfit', sans-serif;
  position: relative;
  font-display: swap;
  width: 140px;
  padding: 10px 0;
  font-weight: 400;
  font-size: 1.125rem;
  color: rgb(170,175,167);
  border: 1.5px solid rgb(170,175,167);
  border-radius: 30px;
  background: transparent;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  transition: color 0.4s ease;
}

.booking-form button::before {
  content: "";
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 0;
  background-color: #AAAFA7;
  border-radius: 30px;
  z-index: -1;
  transition: width 0.4s ease;
}

.booking-form button:hover {
  color: #fff;
}

.booking-form button:hover::before {
  width: 100%;
}

.booking-info {
  font-family: 'Sofia Pro';
  font-weight: 300;
  font-size: 0.95rem;
  color: rgb(170, 175, 167);
  margin-top: 10px;
  margin-bottom: 28px;
}

.booking-brand {
  font-family: 'Domain Display';
  font-size: 2rem;
  font-display: swap;
  color: #222;
  font-weight: bold;
  margin-bottom: 32px;
  margin-top: 18px;
}

.booking-footer {
      font-size: .875rem;
    color: #000;
  margin: 0 auto 20px auto;
}

.booking-footer a {
  color: #000;
  text-decoration: underline;
}


/* RESPONSIVE */
@media (max-width: 900px) {
  .hero.has-background-image{
        background-position: center center;
  }
  .container {
  padding-left: 2%;
    padding-right: 2%;
}
    .testimonials {
    padding: 40px 0 50px 0;
    min-height: 320px;
  }
  .testimonial-list {
    gap: 22px;
    max-width: 90%;
    margin-left: 0;
  }
  .testimonial {
    max-width: 70%;
    padding: 22px 16px;
  }
  .testimonials h2 {
    font-size: 1.6rem;
    margin-left: 0;
  }
    .what-to-know-columns {
    flex-direction: column;
    gap: 30px;
  }
  .what-to-know-column {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .process-steps {
    flex-direction: column;
    gap: 32px;
  }
  .process-row {
    flex-direction: column !important;
    gap: 32px;
  }
  .process-text,
  .process-image {
    max-width: 90%;
    width: 100%;
    padding: 0;
  }
  .process-image img {
    max-width: 100%;
  }
  .process-row,
  .process-row.reverse {
    flex-direction: column;
    gap: 28px;
  }

  .hero-content {
    padding: 40px 2vw 80px 2vw;
    max-width: 100%;
  }

  .why-book,
  .what-to-know {
    padding: 60px 20px;
    max-width: 90%;
  }
}
@media (max-width: 800px) {
  .booking-section {
    background-size: 320px;
    padding: 45px 10px 28px 10px;
  }

  .booking-container {
    max-width: 100%;
  }

  .booking-title {
    font-size: 2rem;
  }

  .booking-form button {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .process-row, .process-row.reverse {
    flex-direction: column;
  }
  .process-image, .process-text {
    padding: 0;
  }
  .process-image img {
    max-width: 100%;
    border-radius: 15px;
  }
}
