@charset "UTF-8";
.section {
  margin-bottom: 2rem; }

#main {
  margin-top: 1rem;
  min-height: 90vh; }
  #main .nav-container {
    padding: 1rem 0;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center; }
    #main .nav-container .nav-logo {
      width: 6rem;
      height: auto; }
      #main .nav-container .nav-logo img {
        width: 100%;
        height: auto; }
  #main .section-video .video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 0.75rem; }
    #main .section-video .video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #main .section-text {
    text-align: center; }
    #main .section-text p {
      margin-bottom: 2rem; }
  #main .location-map {
    border-radius: .7rem; }
  #main .section-gallery {
    display: flex;
    flex-direction: column;
    gap: 1rem; }
    #main .section-gallery h3 {
      margin-top: 1rem; }
    #main .section-gallery .gallery-row {
      display: flex;
      gap: 1rem;
      width: 100%;
      margin-bottom: 1rem;
      border-radius: 0.75rem; }
      #main .section-gallery .gallery-row .image-block {
        background-color: #ccc;
        border-radius: 8px;
        width: 100%;
        height: auto; }
        #main .section-gallery .gallery-row .image-block img {
          width: 100%;
          height: auto;
          border-radius: .75rem;
          aspect-ratio: 1 / 1;
          object-fit: cover; }
    #main .section-gallery .row-full .image-large {
      flex: 1;
      width: 100%;
      height: auto; }
      #main .section-gallery .row-full .image-large img {
        width: 100%;
        height: auto;
        border-radius: .75rem; }
    #main .section-gallery .row-halves .image-half {
      flex: 1; }
    #main .section-gallery .row-portrait-stack {
      height: 600px; }
      #main .section-gallery .row-portrait-stack .image-portrait {
        width: 50%;
        height: 100%; }
        #main .section-gallery .row-portrait-stack .image-portrait img {
          object-fit: cover;
          aspect-ratio: initial;
          height: 600px; }
      #main .section-gallery .row-portrait-stack .image-stack {
        width: 50%;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        height: 100%; }
        #main .section-gallery .row-portrait-stack .image-stack .image-half {
          flex: 1;
          height: 100%; }
      #main .section-gallery .row-portrait-stack .image-block {
        background-color: #ccc;
        border-radius: 8px; }
    #main .section-gallery .row-landscape-portrait .image-landscape {
      flex: 7; }
      #main .section-gallery .row-landscape-portrait .image-landscape img {
        height: 300px; }
    #main .section-gallery .row-landscape-portrait .image-portrait {
      flex: 3; }
      #main .section-gallery .row-landscape-portrait .image-portrait img {
        object-fit: cover;
        aspect-ratio: initial;
        height: 300px; }
  #main .testimonial {
    width: 100%;
    height: 15rem;
    border-radius: 0.7rem;
    background-color: grey;
    color: white;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center; }

@media screen and (max-width: 767.98px) {
  #main .section-gallery .row-portrait-stack {
    height: 500px; }
    #main .section-gallery .row-portrait-stack .image-portrait img {
      object-fit: cover;
      aspect-ratio: initial;
      height: 500px; }
    #main .section-gallery .row-portrait-stack .image-stack .image-half {
      height: 240px; }
      #main .section-gallery .row-portrait-stack .image-stack .image-half img {
        aspect-ratio: initial;
        height: 240px; } }
@media screen and (max-width: 538.98px) {
  #main .section-gallery .gallery-row {
    margin-bottom: 0.5rem;
    gap: 0.5rem; }
    #main .section-gallery .gallery-row .image-block img {
      aspect-ratio: unset; }
  #main .section-gallery .row-portrait-stack {
    height: 350px; }
    #main .section-gallery .row-portrait-stack .image-portrait img {
      object-fit: cover;
      aspect-ratio: initial;
      height: 350px; }
    #main .section-gallery .row-portrait-stack .image-stack {
      gap: 0.5rem; }
      #main .section-gallery .row-portrait-stack .image-stack .image-half {
        height: 165px; }
        #main .section-gallery .row-portrait-stack .image-stack .image-half img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          aspect-ratio: unset; }
  #main .section-gallery .row-landscape-portrait .image-landscape,
  #main .section-gallery .row-landscape-portrait .image-portrait {
    height: 10rem; }
    #main .section-gallery .row-landscape-portrait .image-landscape img,
    #main .section-gallery .row-landscape-portrait .image-portrait img {
      height: 100%; }
  #main .section-gallery .row-halves .image-half img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: unset; } }
.photo-click {
  cursor: pointer; }

.progress-indicator {
  display: flex;
  justify-content: space-between;
  margin: 30px 40px 20px; }
  .progress-indicator .progress-step {
    flex: 1;
    text-align: center;
    position: relative; }
    .progress-indicator .progress-step:not(:first-child)::before {
      content: "";
      position: absolute;
      top: 15px;
      left: -50%;
      width: 100%;
      height: 3px;
      background-color: #e9ecef;
      z-index: 1;
      transition: background-color 0.3s ease; }
    .progress-indicator .progress-step:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 15px;
      right: -50%;
      width: 100%;
      height: 3px;
      background-color: #e9ecef;
      z-index: 1;
      transition: background-color 0.3s ease; }
    .progress-indicator .progress-step.completed::before {
      background-color: #7fe3bd; }
    .progress-indicator .progress-step.completed::after {
      background-color: #7fe3bd; }
    .progress-indicator .progress-step.completed .step-number {
      background-color: #7fe3bd;
      color: white; }
    .progress-indicator .progress-step.completed .step-label {
      color: #7fe3bd;
      font-weight: 600; }
    .progress-indicator .progress-step.active .step-number {
      background-color: #3a86ff;
      color: white; }
    .progress-indicator .progress-step.active .step-label {
      color: #3a86ff;
      font-weight: 600; }
    .progress-indicator .progress-step .step-number {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #e9ecef;
      color: #adb5bd;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 10px;
      font-weight: bold;
      position: relative;
      z-index: 2;
      transition: all 0.3s ease; }
    .progress-indicator .progress-step .step-label {
      font-size: 12px;
      color: #6c757d;
      transition: all 0.3s ease; }

.input-row {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1rem; }
  .input-row .column {
    flex: 1;
    border-left: 1px solid #ccc;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-width: 0; }
    .input-row .column:first-child {
      border-left: none; }
    .input-row .column label {
      font-weight: bold;
      font-size: 14px; }
    .input-row .column input {
      padding: 0.5rem;
      border: 1px solid #ddd;
      border-radius: 4px;
      font-size: 14px; }
  .input-row .guest-counter {
    display: flex;
    flex-direction: column;
    gap: 1rem; }
    .input-row .guest-counter .guest-type {
      display: flex;
      justify-content: space-between;
      align-items: center;
      justify-content: space-between; }
      .input-row .guest-counter .guest-type .label {
        font-size: 14px; }
      .input-row .guest-counter .guest-type .controls {
        display: flex;
        align-items: center;
        gap: 0.5rem; }
        .input-row .guest-counter .guest-type .controls button {
          width: 28px;
          height: 28px;
          border: 1px solid #b0b0b0;
          border-radius: 50%;
          background: none;
          font-size: 16px;
          font-weight: bold;
          cursor: pointer;
          transition: border 0.2s; }
          .input-row .guest-counter .guest-type .controls button:hover, .input-row .guest-counter .guest-type .controls button:active {
            border-color: black; }
          .input-row .guest-counter .guest-type .controls button.hidden {
            display: none; }
        .input-row .guest-counter .guest-type .controls .count {
          text-align: center;
          width: 2rem;
          display: inline-block; }

#book_homestay_modal .section {
  display: none; }
  #book_homestay_modal .section.active {
    display: block; }
#book_homestay_modal .service-selection {
  display: flex;
  flex-direction: column;
  gap: 1rem; }
  #book_homestay_modal .service-selection .service-option {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative; }
    #book_homestay_modal .service-selection .service-option input[type="checkbox"] {
      display: none; }
      #book_homestay_modal .service-selection .service-option input[type="checkbox"]:checked ~ .content .title,
      #book_homestay_modal .service-selection .service-option input[type="checkbox"]:checked ~ .content .price {
        font-weight: 600;
        color: black; }
      #book_homestay_modal .service-selection .service-option input[type="checkbox"]:checked ~ .tick {
        display: block; }
      #book_homestay_modal .service-selection .service-option input[type="checkbox"]:checked ~ .content {
        background-color: transparent; }
      #book_homestay_modal .service-selection .service-option input[type="checkbox"]:checked ~ .service-option-highlight {
        border: 2px solid black; }
    #book_homestay_modal .service-selection .service-option.selected {
      border: 2px solid black;
      background-color: transparent; }
    #book_homestay_modal .service-selection .service-option.disabled {
      opacity: 0.4;
      pointer-events: none; }
    #book_homestay_modal .service-selection .service-option.no-thanks {
      justify-content: flex-start; }
      #book_homestay_modal .service-selection .service-option.no-thanks .content {
        justify-content: flex-start; }
    #book_homestay_modal .service-selection .service-option .content {
      display: flex;
      align-items: center;
      width: 100%;
      border-radius: 10px;
      padding: 8px 0; }
      #book_homestay_modal .service-selection .service-option .content img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        border-radius: 8px;
        margin-right: 16px; }
      #book_homestay_modal .service-selection .service-option .content .text .title {
        font-size: 16px;
        color: #333;
        margin-bottom: 4px; }
      #book_homestay_modal .service-selection .service-option .content .text .price {
        font-size: 14px;
        color: #888; }
    #book_homestay_modal .service-selection .service-option::after {
      content: "✓";
      position: absolute;
      top: 10px;
      right: 12px;
      font-size: 18px;
      color: black;
      display: none; }
    input[type="checkbox"]:checked + .content + #book_homestay_modal .service-selection .service-option::after {
      display: block; }
    #book_homestay_modal .service-selection .service-option.no-thanks .content {
      justify-content: flex-start; }
      #book_homestay_modal .service-selection .service-option.no-thanks .content .text .title {
        font-weight: 500;
        color: #555; }
      #book_homestay_modal .service-selection .service-option.no-thanks .content .text .price {
        font-size: 13px;
        color: #999; }
  #book_homestay_modal .service-selection .service-option input[type="checkbox"]:checked ~ .tick {
    display: block; }
#book_homestay_modal .modal-summary {
  border-top: 1px solid #b0b0b0;
  padding-top: 1rem; }
  #book_homestay_modal .modal-summary .summary-container {
    display: flex;
    justify-content: space-between; }
    #book_homestay_modal .modal-summary .summary-container .summary-title {
      display: flex;
      align-items: center;
      gap: 0.25rem;
      margin-bottom: .2rem; }
      #book_homestay_modal .modal-summary .summary-container .summary-title .summary-price {
        font-weight: bold; }
      #book_homestay_modal .modal-summary .summary-container .summary-title .summary-view-more {
        font-size: 0.6rem;
        color: white;
        padding: 0.5rem;
        margin-bottom: 0;
        display: none; }
        #book_homestay_modal .modal-summary .summary-container .summary-title .summary-view-more:hover {
          color: black; }
    #book_homestay_modal .modal-summary .summary-container .summary-details div {
      display: block;
      font-size: 0.8rem;
      color: #666; }
#book_homestay_modal .step-3 label {
  margin-bottom: 0.25rem; }
#book_homestay_modal .modal-summary-full {
  transition: transform 0.3s ease;
  display: flex;
  border-radius: 0.75rem;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
  flex-direction: column;
  height: 100%;
  display: none;
  z-index: 1080; }
  #book_homestay_modal .modal-summary-full.show {
    transform: translateY(0%); }
  #book_homestay_modal .modal-summary-full .summary-header {
    background: #fff;
    border-bottom: 1px solid #dee2e6;
    top: 0;
    z-index: 1;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem; }
  #book_homestay_modal .modal-summary-full .summary-body {
    display: flex;
    flex-direction: column;
    min-height: 89%;
    overflow-y: auto;
    padding: 1.5rem 1rem; }
    #book_homestay_modal .modal-summary-full .summary-body .summary-list,
    #book_homestay_modal .modal-summary-full .summary-body .summary-total {
      display: flex;
      justify-content: space-between;
      margin-bottom: 0.75rem; }
    #book_homestay_modal .modal-summary-full .summary-body .summary-total {
      margin-top: auto;
      padding-top: 0.75rem;
      border-top: 1px solid #dddddd;
      background: #fff; }
      #book_homestay_modal .modal-summary-full .summary-body .summary-total .summary-row {
        display: flex;
        justify-content: space-between; }

#gallery_modal .gallery-row img {
  width: 100%;
  height: auto;
  border-radius: 0.75rem; }

.fancybox__container {
  z-index: 1058; }

#loadingRedirectOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  #loadingRedirectOverlay .loading-content {
    text-align: center; }
    #loadingRedirectOverlay .loading-content img {
      width: 15rem;
      height: 15rem; }
    #loadingRedirectOverlay .loading-content p {
      margin-top: 12px;
      font-size: 1.1rem;
      color: #333;
      font-weight: 400; }

#main {
  min-height: unset; }

.container-wraper {
  position: relative;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto; }

.primary-btn, .secondary-btn {
  padding: 1.2rem;
  border-radius: 1rem;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #070707;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 1rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
  .disabled.primary-btn, .disabled.secondary-btn {
    opacity: 0.6;
    cursor: not-allowed; }
  .primary-btn:hover, .secondary-btn:hover {
    text-decoration: none;
    background-color: black;
    color: white; }

.secondary-btn {
  background-color: black;
  color: white; }
  .secondary-btn.main {
    background-color: #158a74; }
  .secondary-btn:hover {
    background-color: white;
    color: black; }

body {
  margin: 0;
  font-family: "Noto Sans SC", sans-serif;
  background: #fff;
  color: #333;
  line-height: 1.6; }

span.highlight {
  color: #158a74;
  font-weight: 800; }

.nav-container {
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  margin-top: 1rem; }
  .nav-container .nav-logo {
    width: 6rem;
    height: auto; }
    .nav-container .nav-logo img {
      width: 100%;
      height: auto; }

.section-video .video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 0.75rem; }
  .section-video .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.hero-title {
  margin-bottom: 2rem; }

main.content {
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem;
  text-align: center; }

section {
  margin-bottom: 3rem; }
  section.image .glider-contain {
    max-width: 960px;
    margin: 2rem auto; }
  section.image .glider img {
    border-radius: 12px;
    margin-right: 1rem;
    height: auto;
    width: 100%;
    object-fit: cover; }
  section.image img {
    border-radius: 12px;
    margin-right: 1rem;
    height: auto;
    width: 100%;
    object-fit: cover; }

.glider-next,
.glider-prev {
  top: 50%; }

h1,
h2,
h3 {
  margin-top: 0;
  font-weight: bold; }

h1 {
  font-size: 2.5rem;
  color: #111; }

h2 {
  font-size: 2rem;
  color: #222;
  margin-bottom: 1.3rem; }
  h2 span.highlight {
    color: #222;
    font-size: 2.3rem; }
  h2.highlight-addon {
    font-weight: 800;
    color: #158a74;
    font-size: 2.5rem; }

h3 {
  font-size: 1.4rem;
  color: #444; }

p {
  font-size: 1.3rem;
  margin-top: 0.5rem;
  margin-bottom: 0; }
  p span.highlight {
    font-size: 1.6rem; }

.features {
  background: #f5f5f5;
  padding: 2rem;
  border-radius: 12px;
  text-align: center; }

.cta {
  text-align: center; }

.buttons {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-top: 1rem;
  align-items: center;
  justify-content: center; }

.btn {
  background: #111;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s; }

.btn:hover {
  background: #444; }

.footer {
  padding: 2rem 1rem;
  background: #eee;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 4rem; }

.testimonials-block {
  margin: 80px auto;
  text-align: center;
  padding: 0 20px; }
  .testimonials-block h2 {
    font-size: 28px;
    margin-bottom: 40px; }
  .testimonials-block .testimonial-block {
    background: #f9f8f5;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05); }
    .testimonials-block .testimonial-block .images {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: center;
      flex-direction: column; }
      .testimonials-block .testimonial-block .images img {
        border-radius: 12px;
        max-width: 100%;
        width: auto;
        height: auto;
        max-height: 300px;
        object-fit: contain;
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04); }
        .testimonials-block .testimonial-block .images img.large {
          max-height: 36rem;
          width: 100%; }

@media (max-width: 768px) {
  .hero-title {
    font-size: 1.5rem;
    padding: 10px; }

  .buttons {
    flex-direction: column; }

  main.content {
    padding: 1rem; }

  h1 {
    font-size: 2rem; }

  h2 {
    font-size: 1.4rem; }

  p {
    font-size: 1rem; } }
footer p {
  font-size: 0.7rem;
  color: #444; }
