.hotels-area {
  padding: 60px;
  border-radius: 36px;
  background: #F7F7F7;
  margin-top: 16px;
}
.hotels-area h3 {
  margin-bottom: 16px;
}
.hotels-area p {
  margin-bottom: 16px;
}
.hotels-area .link {
  margin-bottom: 40px;
}
.hotels-area .link a {
  color: #B78035;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  line-height: 24px; /* 150% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hotels-area .link a img {
  margin-left: 8px;
}

/* ====================== */
/* GRID SYSTEM */
/* ====================== */
@media (max-width: 1024px) {
  .hotels-area {
    display: none !important;
  }
}
.hotels-area .h-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hotels-area .h-wrapper .hotels--list {
  width: calc(100% - 298px - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.hotels-area .h-wrapper .hotels--list > .item {
  width: calc(100% / 3 - 16px);
  margin: 0 8px;
  margin-bottom: 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.hotels-area .h-wrapper .manager {
  width: 298px;
}

/* ====================== */
/* BASE STYLES */
/* ====================== */
.hotels-area {
  display: none;
  margin-top: 60px;
}
.hotels-area.active {
  display: block;
}
.hotels-area .owl-item .item {
  border-radius: 0 !important;
}
.hotels-area .item {
  min-width: 0;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 64px rgba(34, 34, 34, 0.1);
          box-shadow: 0 8px 64px rgba(34, 34, 34, 0.1);
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}
.hotels-area .item .hotels-slider .item {
  height: 200px;
  background-size: cover;
  background-position: center;
}
.hotels-area .item .hotels-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hotels-area .item .hotels-slider .owl-nav button {
  background: rgba(255, 255, 255, 0.7) !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hotels-area .item .hotels-slider .owl-nav button:hover {
  background: rgba(255, 255, 255, 0.9) !important;
}
.hotels-area .item .hotels-slider .owl-nav button span {
  font-size: 30px;
  line-height: 1;
}
.hotels-area .item .area {
  padding: 20px;
}
.hotels-area .item .area .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.hotels-area .item .area h4 {
  color: var(--Primary, #222);
  font-family: Prata;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
  min-height: 40px;
}
.hotels-area .item .area .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}
.hotels-area .item .area .info .i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #888;
  /* Paragraph L */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.hotels-area .item .area .info .i img {
  margin-left: 8px;
}
.hotels-area .item .area .button_a a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 16px;
  border-radius: 20px;
  background: #B78035;
  cursor: pointer;
  margin-bottom: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.hotels-area .item .area .button_a a:hover {
  background: #885f27;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.hotels-area .item .area .button_a a:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.hotels-area .item .area .button_a a.disabled {
  background: #887964;
  cursor: not-allowed;
  opacity: 0.7;
}
.hotels-area .item .area .get-info_a a {
  color: #B78035;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.hotels-area .item .area .get-info_a a svg {
  margin-left: 8px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.hotels-area .item .area .get-info_a a:hover {
  color: #c78d3e;
}
.hotels-area .item .area .get-info_a a:hover::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.hotels-area .item .area .get-info_a a:hover svg {
  -webkit-transform: translateX(5px) scale(1.1);
          transform: translateX(5px) scale(1.1);
}
.hotels-area .item .area .get-info_a a:focus-visible {
  outline: 2px dashed #B78035;
  outline-offset: 3px;
}
.hotels-area .item .area .get-info {
  text-align: center;
}
.hotels-area .item .area .get-info a {
  display: block;
  color: #B78035;
  padding: 8px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.hotels-area .item .area .get-info a:hover {
  opacity: 0.8;
}
.hotels-area .manager {
  width: 298px;
  background: #E8F4D3;
  padding: 24px;
  border-radius: 16px;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1000px) {
  .hotels-area .manager {
    width: 100%;
    position: relative;
    top: auto;
    margin-top: 40px;
  }
}
.hotels-area .manager img {
  width: 100px;
  height: 100px;
  margin-bottom: 18px;
}
.hotels-area .manager .status {
  color: #888;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 16px;
}
.hotels-area .manager .quote {
  color: var(--Black, #000);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 150% */
  margin-bottom: 18px;
}
.hotels-area .manager .button a {
  border-radius: 20px;
  background: #54D65A;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 32px;
  margin-bottom: 16px;
  text-decoration: none;
}
.hotels-area .manager .button a svg {
  margin-left: 8px;
}
.hotels-area .manager .online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #888;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.hotels-area .manager .online svg {
  margin-left: 8px;
  margin-top: -8px;
}

/* Expert Section */
.expert-section {
  background: rgb(233, 235, 216);
  padding: 40px 20px;
  border-radius: 36px;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .expert-section {
    padding: 60px;
    margin-top: 80px;
  }
}
.expert-section .expert-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .expert-section .expert-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 60px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .expert-section .expert-container {
    gap: 100px;
  }
}
.expert-section .expert-container .expert-content {
  width: 100%;
  min-width: 0;
}
@media (min-width: 768px) {
  .expert-section .expert-container .expert-content {
    min-width: 400px;
  }
}
.expert-section .expert-container .expert-content h2 {
  font-family: "Prata", serif;
  font-size: 28px;
  color: #222;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .expert-section .expert-container .expert-content h2 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .expert-section .expert-container .expert-content h2 {
    font-size: 40px;
  }
}
.expert-section .expert-container .expert-content p {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .expert-section .expert-container .expert-content p {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .expert-section .expert-container .expert-content p {
    font-size: 20px;
  }
}
.expert-section .expert-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .expert-section .expert-form {
    gap: 20px;
  }
}
.expert-section .expert-form input:not([type=checkbox]),
.expert-section .expert-form .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit) {
  padding: 14px 16px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  font-size: 14px;
  background: white;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  width: 100%;
}
@media (min-width: 768px) {
  .expert-section .expert-form input:not([type=checkbox]),
  .expert-section .expert-form .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit) {
    padding: 16px 20px;
    border-radius: 20px;
    font-size: 16px;
  }
}
.expert-section .expert-form input:not([type=checkbox]):focus,
.expert-section .expert-form .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit):focus {
  outline: none;
  border-color: #B78035;
}
.expert-section .expert-form .checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 13px;
}
@media (min-width: 768px) {
  .expert-section .expert-form .checkbox-label {
    padding-left: 35px;
    font-size: 14px;
  }
}
.expert-section .expert-form .checkbox-label input[type=checkbox],
.expert-section .expert-form .checkbox-label .wpcf7-checkbox .wpcf7-list-item-label {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.expert-section .expert-form .checkbox-label input[type=checkbox] ~ .checkmark,
.expert-section .expert-form .checkbox-label .wpcf7-checkbox .wpcf7-list-item-label ~ .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: white;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .expert-section .expert-form .checkbox-label input[type=checkbox] ~ .checkmark,
  .expert-section .expert-form .checkbox-label .wpcf7-checkbox .wpcf7-list-item-label ~ .checkmark {
    height: 24px;
    width: 24px;
  }
}
.expert-section .expert-form .checkbox-label input[type=checkbox] ~ .checkmark:after,
.expert-section .expert-form .checkbox-label .wpcf7-checkbox .wpcf7-list-item-label ~ .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid #B78035;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 768px) {
  .expert-section .expert-form .checkbox-label input[type=checkbox] ~ .checkmark:after,
  .expert-section .expert-form .checkbox-label .wpcf7-checkbox .wpcf7-list-item-label ~ .checkmark:after {
    left: 7px;
    top: 3px;
    height: 12px;
  }
}
.expert-section .expert-form .checkbox-label input[type=checkbox]:checked ~ .checkmark:after,
.expert-section .expert-form .checkbox-label .wpcf7-checkbox .wpcf7-list-item-label:checked ~ .checkmark:after {
  display: block;
}
.expert-section .expert-form .checkbox-label input[type=checkbox]:checked ~ .checkmark,
.expert-section .expert-form .checkbox-label .wpcf7-checkbox .wpcf7-list-item-label:checked ~ .checkmark {
  border-color: #B78035;
}
.expert-section .expert-form .checkbox-label a {
  color: #B78035;
  text-decoration: underline;
}
.expert-section .expert-form .wpcf7-form-control-wrap {
  width: 100%;
}
.expert-section .expert-form .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #dc3232;
  margin-top: 4px;
}
.expert-section .expert-form .wpcf7-response-output {
  margin: 16px 0 0 !important;
  padding: 8px 16px !important;
  border-radius: 16px !important;
  font-size: 14px;
}
@media (min-width: 768px) {
  .expert-section .expert-form .wpcf7-response-output {
    margin: 20px 0 0 !important;
    padding: 10px 20px !important;
    border-radius: 20px !important;
    font-size: inherit;
  }
}
.expert-section .expert-form .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}
@media (min-width: 480px) {
  .expert-section .expert-form .form-actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.expert-section .expert-form .form-actions .btn, .expert-section .expert-form .expert--form-wrapper .wpcf7 form .form-actions .wpcf7-submit, .expert--form-wrapper .wpcf7 form .expert-section .expert-form .form-actions .wpcf7-submit, .expert-section .expert-form .final-cta-form .form-actions .btn-secondary, .final-cta-form .expert-section .expert-form .form-actions .btn-secondary, .expert-section .expert-form .final-cta-form .form-actions .btn-primary, .final-cta-form .expert-section .expert-form .form-actions .btn-primary, .expert-section .expert-form .form-actions .wpcf7-submit {
  width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
}
@media (min-width: 768px) {
  .expert-section .expert-form .form-actions .btn, .expert-section .expert-form .expert--form-wrapper .wpcf7 form .form-actions .wpcf7-submit, .expert--form-wrapper .wpcf7 form .expert-section .expert-form .form-actions .wpcf7-submit, .expert-section .expert-form .final-cta-form .form-actions .btn-secondary, .final-cta-form .expert-section .expert-form .form-actions .btn-secondary, .expert-section .expert-form .final-cta-form .form-actions .btn-primary, .final-cta-form .expert-section .expert-form .form-actions .btn-primary, .expert-section .expert-form .form-actions .wpcf7-submit {
    padding: 16px 20px;
    border-radius: 20px;
    font-size: 16px;
  }
}
.expert-section .expert-form .form-actions .btn-primary, .expert-section .expert-form .expert--form-wrapper .wpcf7 form .form-actions .wpcf7-submit, .expert--form-wrapper .wpcf7 form .expert-section .expert-form .form-actions .wpcf7-submit, .expert-section .expert-form .form-actions .wpcf7-submit {
  background-color: #B78035;
  color: white;
  border: 2px solid #B78035;
}
.expert-section .expert-form .form-actions .btn-primary:hover, .expert-section .expert-form .form-actions .wpcf7-submit:hover {
  background-color: #8f642a;
  border-color: #8f642a;
}
.expert-section .expert-form .form-actions .btn-outline {
  background-color: transparent;
  color: #B78035;
  border: 2px solid #B78035;
}
.expert-section .expert-form .form-actions .btn-outline:hover {
  background-color: #B78035;
  color: white;
}
.expert-section .expert-card {
  width: 100%;
  background: white;
  border-radius: 20px;
  padding: 20px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  max-width: 100%;
  text-align: center;
}
@media (min-width: 480px) {
  .expert-section .expert-card {
    max-width: 400px;
  }
}
@media (min-width: 1024px) {
  .expert-section .expert-card {
    border-radius: 24px;
    padding: 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.expert-section .expert-card .expert-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  margin: 0 auto 12px;
  display: block;
}
@media (min-width: 768px) {
  .expert-section .expert-card .expert-photo {
    width: 120px;
    height: 120px;
    margin-bottom: 16px;
  }
}
.expert-section .expert-card .expert-info h3 {
  font-family: "Prata", serif;
  font-size: 20px;
  color: #222;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .expert-section .expert-card .expert-info h3 {
    font-size: 24px;
  }
}
.expert-section .expert-card .expert-info .expert-specialty {
  color: #888;
  font-size: 14px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .expert-section .expert-card .expert-info .expert-specialty {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.expert-section .expert-card .expert-info blockquote {
  font-style: italic;
  font-size: 16px;
  line-height: 1.4;
  color: #222;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .expert-section .expert-card .expert-info blockquote {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.expert-section .expert-card .expert-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .expert-section .expert-card .expert-contact {
    gap: 12px;
  }
}
.expert-section .expert-card .online-status {
  font-size: 13px;
  color: #22C55E;
  text-align: center;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .expert-section .expert-card .online-status {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .final-cta-content {
    max-width: 100% !important;
  }
}

.final-cta-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
}
.final-cta-form form {
  max-width: 100%;
}
.final-cta-form .wpcf7-spinner {
  display: none !important;
}
.final-cta-form input:not([type=checkbox]):not([type=submit]):not([type=button]) {
  padding: 16px 20px;
  border: none;
  border-radius: 20px;
  font-size: 16px;
  background: white;
  margin-bottom: 1rem;
  color: #222;
  max-width: 100%;
}
.final-cta-form input:not([type=checkbox]):not([type=submit]):not([type=button])::-webkit-input-placeholder {
  color: #999;
}
.final-cta-form input:not([type=checkbox]):not([type=submit]):not([type=button])::-moz-placeholder {
  color: #999;
}
.final-cta-form input:not([type=checkbox]):not([type=submit]):not([type=button]):-ms-input-placeholder {
  color: #999;
}
.final-cta-form input:not([type=checkbox]):not([type=submit]):not([type=button])::-ms-input-placeholder {
  color: #999;
}
.final-cta-form input:not([type=checkbox]):not([type=submit]):not([type=button])::placeholder {
  color: #999;
}
.final-cta-form .acceptance {
  color: white;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.final-cta-form .acceptance a {
  color: white;
}
.final-cta-form .acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 25px;
}
.final-cta-form .acceptance .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
.final-cta-form .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.final-cta-form .wpcf7-response-output {
  color: white;
  border-color: white !important;
  margin: 0 !important;
  padding: 10px !important;
  font-size: 14px;
}

.expert--form-wrapper {
  /* Buttons base styles */
}
.expert--form-wrapper .acceptance a {
  color: #b78035;
}
.expert--form-wrapper .wpcf7 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  /* Input fields styling */
  /* Checkbox custom styling */
  /* Validation messages */
  /* Form actions */
}
.expert--form-wrapper .wpcf7 form input:not([type=checkbox]),
.expert--form-wrapper .wpcf7 form .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit):not(.wpcf7-acceptance) {
  padding: 16px 20px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  font-size: 16px;
  background: white;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  width: 100%;
}
.expert--form-wrapper .wpcf7 form input:not([type=checkbox]):focus,
.expert--form-wrapper .wpcf7 form .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-submit):not(.wpcf7-acceptance):focus {
  outline: none;
  border-color: #B78035;
}
.expert--form-wrapper .wpcf7 form .wpcf7-form-control-wrap {
  width: 100%;
}
.expert--form-wrapper .wpcf7 form .wpcf7-form-control-wrap .checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
}
.expert--form-wrapper .wpcf7 form .wpcf7-form-control-wrap .checkbox-label .wpcf7-list-item {
  margin: 0;
}
.expert--form-wrapper .wpcf7 form .wpcf7-form-control-wrap .checkbox-label .wpcf7-list-item-label {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.expert--form-wrapper .wpcf7 form .wpcf7-form-control-wrap .checkbox-label .wpcf7-list-item-label ~ .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: white;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.expert--form-wrapper .wpcf7 form .wpcf7-form-control-wrap .checkbox-label .wpcf7-list-item-label ~ .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #B78035;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.expert--form-wrapper .wpcf7 form .wpcf7-form-control-wrap .checkbox-label .wpcf7-list-item-label:checked ~ .checkmark:after {
  display: block;
}
.expert--form-wrapper .wpcf7 form .wpcf7-form-control-wrap .checkbox-label .wpcf7-list-item-label:checked ~ .checkmark {
  border-color: #B78035;
}
.expert--form-wrapper .wpcf7 form .wpcf7-form-control-wrap .checkbox-label a {
  color: #B78035;
  text-decoration: underline;
}
.expert--form-wrapper .wpcf7 form .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #dc3232;
  margin-top: 4px;
}
.expert--form-wrapper .wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0 !important;
  padding: 10px 20px !important;
  border-radius: 20px !important;
  border-width: 1px !important;
}
.expert--form-wrapper .wpcf7 form .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 10px;
}
.expert--form-wrapper .btn, .expert--form-wrapper .expert-section .expert-form .form-actions .wpcf7-submit, .expert-section .expert-form .form-actions .expert--form-wrapper .wpcf7-submit, .expert--form-wrapper .final-cta-form .form-actions .btn-primary, .final-cta-form .form-actions .expert--form-wrapper .btn-primary, .expert--form-wrapper .final-cta-form .form-actions .btn-secondary, .final-cta-form .form-actions .expert--form-wrapper .btn-secondary, .expert--form-wrapper .wpcf7 form .form-actions .wpcf7-submit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 20px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
  border: 2px solid transparent;
}
.expert--form-wrapper .btn-primary, .expert--form-wrapper .expert-section .expert-form .form-actions .wpcf7-submit, .expert-section .expert-form .form-actions .expert--form-wrapper .wpcf7-submit, .expert--form-wrapper .final-cta-form .form-actions .btn-primary, .final-cta-form .form-actions .expert--form-wrapper .btn-primary, .expert--form-wrapper .wpcf7 form .form-actions .wpcf7-submit {
  background-color: #B78035;
  color: white;
  border-color: #B78035;
}
.expert--form-wrapper .btn-primary:hover, .expert--form-wrapper .expert-section .expert-form .form-actions .wpcf7-submit:hover, .expert-section .expert-form .form-actions .expert--form-wrapper .wpcf7-submit:hover, .expert--form-wrapper .final-cta-form .form-actions .btn-primary:hover, .final-cta-form .form-actions .expert--form-wrapper .btn-primary:hover, .expert--form-wrapper .wpcf7 form .form-actions .wpcf7-submit:hover {
  background-color: #8f642a;
  border-color: #8f642a;
}
.expert--form-wrapper .btn-outline {
  background-color: transparent;
  color: #B78035;
  border-color: #B78035;
}
.expert--form-wrapper .btn-outline:hover {
  background-color: #B78035;
  color: white;
}

.about-section {
  background: rgb(233, 235, 216);
  padding: 60px;
  border-radius: 36px;
}
@media (max-width: 1024px) {
  .about-section {
    padding: 40px;
    border-radius: 24px;
  }
}
@media (max-width: 768px) {
  .about-section {
    padding: 30px 20px;
    border-radius: 16px;
  }
}
.about-section .about-container {
  max-width: 1240px;
  margin: 0 auto;
}
.about-section .about-container .about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .about-section .about-container .about-content {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .about-section .about-container .about-content {
    gap: 40px;
    margin-bottom: 30px;
  }
}
.about-section .about-container .about-content .about-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 400px;
  max-width: 720px;
}
@media (max-width: 1024px) {
  .about-section .about-container .about-content .about-text {
    min-width: 300px;
  }
}
@media (max-width: 480px) {
  .about-section .about-container .about-content .about-text {
    min-width: 100%;
  }
}
.about-section .about-container .about-content .about-text .about-header h2 {
  font-size: 40px;
  color: #222;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .about-section .about-container .about-content .about-text .about-header h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .about-section .about-container .about-content .about-text .about-header h2 {
    font-size: 28px;
  }
}
.about-section .about-container .about-content .about-text .about-header p {
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  margin-bottom: 59px;
}
@media (max-width: 1024px) {
  .about-section .about-container .about-content .about-text .about-header p {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .about-section .about-container .about-content .about-text .about-header p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.about-section .about-container .about-content .about-text .about-quote {
  margin-bottom: 59px;
}
@media (max-width: 768px) {
  .about-section .about-container .about-content .about-text .about-quote {
    margin-bottom: 40px;
  }
}
.about-section .about-container .about-content .about-text .about-quote blockquote {
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  margin-bottom: 16px;
  font-style: normal;
}
.about-section .about-container .about-content .about-text .about-quote .founders-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-section .about-container .about-content .about-text .whatsapp-btn {
  margin-top: 59px;
}
@media (max-width: 768px) {
  .about-section .about-container .about-content .about-text .whatsapp-btn {
    margin-top: 40px;
  }
}
.about-section .about-container .about-content .about-image {
  width: 403px;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1200px) {
  .about-section .about-container .about-content .about-image {
    width: 350px;
    height: 400px;
  }
}
@media (max-width: 1024px) {
  .about-section .about-container .about-content .about-image {
    width: 300px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .about-section .about-container .about-content .about-image {
    width: 100%;
    height: auto;
    max-height: 400px;
  }
}
.about-section .about-container .about-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .about-section .about-container .about-stats {
    gap: 12px;
  }
}
.about-section .about-container .about-stats .stat-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 250px;
  background: white;
  padding: 40px;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1024px) {
  .about-section .about-container .about-stats .stat-card {
    padding: 30px;
    min-width: 200px;
  }
}
@media (max-width: 768px) {
  .about-section .about-container .about-stats .stat-card {
    padding: 20px;
    min-width: calc(50% - 8px);
  }
}
@media (max-width: 480px) {
  .about-section .about-container .about-stats .stat-card {
    min-width: 100%;
  }
}
.about-section .about-container .about-stats .stat-card h3 {
  font-family: "Prata", serif;
  font-size: 24px;
  color: #222;
  margin-bottom: 16px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .about-section .about-container .about-stats .stat-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.about-section .about-container .about-stats .stat-card p {
  font-size: 16px;
  color: #888;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .about-section .about-container .about-stats .stat-card p {
    font-size: 14px;
  }
}

.services-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 80px;
}
.services-section h2 {
  font-size: 40px;
  color: #222;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .services-section h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.services-section .services-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 1024px) {
  .services-section .services-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .services-section .services-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.services-section .service-card {
  position: relative;
  width: calc((100% - 32px) / 3);
  max-width: 442px;
  height: 400px;
  border-radius: 36px;
  overflow: hidden;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: white;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .services-section .service-card {
    width: calc((100% - 16px) / 2);
  }
}
@media (max-width: 768px) {
  .services-section .service-card {
    width: 100%;
    height: 350px;
  }
}
@media (max-width: 480px) {
  .services-section .service-card {
    height: 300px;
    padding: 20px;
    border-radius: 24px;
  }
}
.services-section .service-card .service-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 36px;
}
@media (max-width: 480px) {
  .services-section .service-card .service-bg {
    border-radius: 24px;
  }
}
.services-section .service-card .service-content {
  position: relative;
  z-index: 10;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.services-section .service-card .service-content h3 {
  font-family: "Prata", serif;
  font-size: 24px;
  line-height: 1.3;
  color: white;
}
@media (max-width: 768px) {
  .services-section .service-card .service-content h3 {
    font-size: 20px;
  }
}
.services-section .service-card .service-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(183, 128, 53, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 40px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 15;
}
@media (max-width: 768px) {
  .services-section .service-card .service-hover {
    padding: 30px;
  }
}
.services-section .service-card .service-hover h3 {
  font-family: "Prata", serif;
  font-size: 24px;
  color: white;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .services-section .service-card .service-hover h3 {
    font-size: 20px;
  }
}
.services-section .service-card .service-hover p {
  font-size: 16px;
  line-height: 1.5;
  color: white;
}
@media (max-width: 768px) {
  .services-section .service-card .service-hover p {
    font-size: 14px;
  }
}
.services-section .service-card:hover .service-hover {
  opacity: 1;
}
.services-section .service-card:hover .service-content {
  opacity: 0;
}
.services-section .services-cta {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .services-section .services-cta {
    margin-top: 30px;
  }
}

.travel-styles-section {
  background: rgb(233, 235, 216);
  padding: 60px;
  border-radius: 36px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .travel-styles-section {
    padding: 30px;
    border-radius: 24px;
    margin-top: 40px;
  }
}
.travel-styles-section .travel-styles-header h2 {
  font-family: "Prata", serif;
  font-size: 40px;
  color: #222;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .travel-styles-section .travel-styles-header h2 {
    font-size: 32px;
  }
}
.travel-styles-section .travel-styles-header p {
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .travel-styles-section .travel-styles-header p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.travel-styles-section .travel-styles-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.travel-styles-section .travel-styles-accordion .travel-style-item {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .travel-styles-section .travel-styles-accordion .travel-style-item {
    border-radius: 16px;
  }
}
.travel-styles-section .travel-styles-accordion .travel-style-item .travel-style-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 8px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .travel-styles-section .travel-styles-accordion .travel-style-item .travel-style-header {
    gap: 20px;
    padding: 12px;
  }
}
.travel-styles-section .travel-styles-accordion .travel-style-item .travel-style-header .travel-style-image {
  width: 118px;
  height: 118px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .travel-styles-section .travel-styles-accordion .travel-style-item .travel-style-header .travel-style-image {
    width: 80px;
    height: 80px;
    border-radius: 12px;
  }
}
.travel-styles-section .travel-styles-accordion .travel-style-item .travel-style-header h3 {
  font-family: "Prata", serif;
  font-size: 24px;
  color: #222;
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 240px;
}
@media (max-width: 768px) {
  .travel-styles-section .travel-styles-accordion .travel-style-item .travel-style-header h3 {
    font-size: 18px;
    min-width: auto;
  }
}
.travel-styles-section .travel-styles-accordion .travel-style-item .travel-style-header .travel-style-toggle {
  width: 42px;
  height: 42px;
  background: rgb(247, 247, 247);
  border: none;
  border-radius: 16px;
  color: #222;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .travel-styles-section .travel-styles-accordion .travel-style-item .travel-style-header .travel-style-toggle {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    margin-right: 8px;
  }
}
.travel-styles-section .travel-styles-accordion .travel-style-item .travel-style-header .travel-style-toggle:hover {
  background: rgb(230, 230, 230);
}
.travel-styles-section .travel-styles-accordion .travel-style-item.active .travel-style-toggle {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.travel-styles-section .travel-styles-accordion .travel-style-item.active .travel-style-content {
  max-height: 300px;
  padding: 24px 138px 24px;
}
@media (max-width: 768px) {
  .travel-styles-section .travel-styles-accordion .travel-style-item.active .travel-style-content {
    padding: 16px 20px 16px;
  }
}
.travel-styles-section .travel-styles-accordion .travel-style-item .travel-style-content {
  padding: 0 138px 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, padding 0.3s ease;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
@media (max-width: 768px) {
  .travel-styles-section .travel-styles-accordion .travel-style-item .travel-style-content {
    padding: 0 20px 0;
  }
}
.travel-styles-section .travel-styles-accordion .travel-style-item .travel-style-content .travel-style-features {
  margin-bottom: 24px;
}
.travel-styles-section .travel-styles-accordion .travel-style-item .travel-style-content .travel-style-features .feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #000;
}
@media (max-width: 768px) {
  .travel-styles-section .travel-styles-accordion .travel-style-item .travel-style-content .travel-style-features .feature-item {
    font-size: 14px;
  }
}
.travel-styles-section .travel-styles-accordion .travel-style-item .travel-style-content .travel-style-features .feature-item .feature-dot {
  width: 8px;
  height: 8px;
  background: #B78035;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.hero {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 800px;
  margin: 0 auto;
  border-radius: 36px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1440px) {
  .hero {
    height: 700px;
    border-radius: 32px;
  }
}
@media (max-width: 1024px) {
  .hero {
    height: 600px;
    border-radius: 28px;
  }
}
@media (max-width: 768px) {
  .hero {
    height: 500px;
    border-radius: 24px;
  }
}
@media (max-width: 480px) {
  .hero {
    height: 400px;
    border-radius: 0px;
  }
}
.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-bg .hero-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 36px;
}
@media (max-width: 1440px) {
  .hero-bg .hero-image {
    border-radius: 32px;
  }
}
@media (max-width: 1024px) {
  .hero-bg .hero-image {
    border-radius: 28px;
  }
}
@media (max-width: 768px) {
  .hero-bg .hero-image {
    border-radius: 24px;
  }
}
@media (max-width: 480px) {
  .hero-bg .hero-image {
    border-radius: 0px;
  }
}
.hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  color: white;
  max-width: 1240px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .hero-content {
    padding: 0 15px;
  }
}
.hero-title {
  font-size: 64px;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .hero-title {
    font-size: 56px;
  }
}
@media (max-width: 1024px) {
  .hero-title {
    font-size: 48px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 36px;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .hero-title {
    font-size: 28px;
    margin-bottom: 12px;
  }
}
.hero-subtitle {
  font-size: 20px;
  margin-bottom: 24px;
  max-width: 712px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .hero-subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .hero-subtitle {
    font-size: 16px;
    margin-bottom: 16px;
    max-width: 90%;
  }
}
@media (max-width: 480px) {
  .hero-subtitle {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.hero-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .hero-features {
    gap: 12px;
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .hero-features {
    gap: 8px;
    margin-bottom: 24px;
  }
}
.hero-features .divider {
  opacity: 0.5;
}
@media (max-width: 480px) {
  .hero-features .divider {
    display: none;
  }
}
.hero-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 480px) {
  .hero-actions {
    gap: 12px;
  }
}
.hero-badge {
  position: absolute;
  top: 32px;
  left: 32px;
  width: 320px;
  min-height: 48px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-family: "Stolzl", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  padding: 12px 16px;
  text-align: center;
}
@media (max-width: 1024px) {
  .hero-badge {
    width: 280px;
    top: 24px;
    left: 24px;
  }
}
@media (max-width: 768px) {
  .hero-badge {
    width: 240px;
    top: 16px;
    left: 16px;
    border-radius: 12px;
  }
}
@media (max-width: 480px) {
  .hero-badge {
    width: 180px;
    min-height: 40px;
    font-size: 10px;
    padding: 8px 12px;
    border-radius: 8px;
    display: none;
  }
}