@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

  .video-title {
    color: #FFFFFF;
    font-family: "Jost", Sans-serif;
    font-size: 100px;
    font-weight: 400;
  }

  .hero-section {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
  }

  .video-wrapper video {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  /* Ensure content is always readable */
  .hero-section h1,
  .hero-section p {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
  }

  /* Optimize for mobile */
  @media (max-width: 991.98px) {
    .fallback-image {
      background-position: center;
      background-size: cover;
    }
  }

  /* Respect reduced motion */
  @media (prefers-reduced-motion: reduce) {
    video {
      display: none !important;
    }
    
    .fallback-image {
      display: block !important;
    }
  }

  .custom-fixed-top {
    position: absolute;
    z-index: 9;
    top: 0;
    width: 100%;
  }

/*  .custom-bg {
    background-color: rgba(255,241,220,0.4);
  }
*/
  .custom-bg-opacity {
    background-color: rgba(125,166,179,0.4);
  }

  .custom-bg-no-opacity {
    background-color: rgb(125,166,179);
  }

  .custom-video-title {
    z-index: 10; padding-top: 250px;
  }

  .nav-item {
    padding-top: 15px;
  }

  .navbar {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.18);
  }

  .navbar .navbar-brand img {
    max-width: 50px;
  }

  @media screen and (min-width: 1200px) {
    .navbar {
      letter-spacing: 0.05em;
    }
    .navbar-collapse .navbar-nav .nav-link {
      padding: 0.2em 1em;
    }
    .navbar .navbar-brand img {
      max-width: 6em;
    }
  }

  @media screen and (min-width: 768px) {
    .navbar .navbar-brand img {
      max-width: 6em;
    }
    .navbar-collapse {
      display: flex;
      flex-direction: column-reverse;
      align-items: flex-end;
    }
    .contact-info {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end;
    }
  }

  .navbar-collapse .navbar-nav .nav-link {
      padding: 0px 20px;
      font-family: "Jost", Sans-serif;
      font-size: 14px;
      font-weight: normal;
      line-height: 1em;
      letter-spacing: 1px;
      color: #FFFFFF;
  }

  .contact-info p {
    justify-content: center;
    font-size: 0.8em;
    padding-right: 1em;
    color: #000;
  }

  .contact-info a {
    padding: 0px 10px;
    font-family: "Jost", Sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-decoration: none;
  }

  .dropdown-menu {
    margin-top: 15px !important;
  }


@media screen and (max-width: 768px) {
    .navbar-collapse {
      background-color: rgba(255,241,220,0.6) !important;
      margin: 20px 0;
      z-index: 999;
      position: absolute;
      top: 56px;
      left: 0;
      width: 100%;
    }

    .navbar-collapse .navbar-nav .nav-link {
      color: #000 !important;
    }

    .dropdown-menu {
      margin: 20px 20px 0 20px !important;
    }

    .contact-info a {
      color: #000 !important;
      display: block;
      padding: 15px 0 0 20px !important;
    }

    .custom-negative-left-margin-100 {
      margin-left: 0;
    }

  }

  h1 {
    color: #2E2E2E;
    font-family: "Jost", Sans-serif;
    font-size: 80px;
    font-weight: normal;
    line-height: 1.2em;
    letter-spacing: 1px;
  }

  h2 {
    color: #1C1C1C;
    font-family: "Jost", Sans-serif;
    font-size: 55px;
    font-weight: normal;
    line-height: 1.2em;
  }

  h3 {
    color: #5C5C5C;
    font-family: "Jost", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 4px;
  }

  h4 {
    color: #5C5C5C;
    font-family: "Jost", Sans-serif;
    font-size: 14px;
    line-height: 27px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: right;
  }

  h5 {
        color: #1C1C1C;
    font-family: "Jost", Sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 1px;
  }

  p {
    color: #5C5C5C;
    font-family: "Jost", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 2em;
    letter-spacing: 1px;
  }

  img.cover-image {
    width: 100%;             /* Fills the horizontal width of its container */
    height: 400px;           /* Your exact fixed height */
    object-fit: cover;       /* Crops and scales without stretching */
    object-position: center; /* Centers the crop window horizontally and vertically */
  }

    img.cover-thumb {
    width: 100px;             /* Fills the horizontal width of its container */
    height: 100px;           /* Your exact fixed height */
    object-fit: cover;       /* Crops and scales without stretching */
    object-position: center; /* Centers the crop window horizontally and vertically */
  }


  .custom-left-right-padding-100 {
    padding: 0 100px;
  }

  .custom-negative-left-margin-100 {
    margin-left: -100px;
  }

  @media screen and (max-width: 768px) {

    .custom-negative-left-margin-100 {
      margin-left: 0;
    }

  }

  .custom-button {
    background-color: #B35F18;
    font-family: "Jost", Sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: 2px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 15px;
    border: 0;
  }

  .custom-bg-activity {
    background-image: url('/image/catalog/bg/restaurant.png'); 
    background-size: cover;"
    position: center center;
  }

  .custom-h-300 {
    height: 300px;
  }

#activity h1 {
    color: #FFFFFF;
    font-family: "Jost", Sans-serif;
    font-size: 55px;
    font-weight: normal;
    line-height: 1.2em;
    text-align: center;
}

#activity h3 {
    color: #1C1C1C;
    font-family: "Jost", Sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2em;
}

#activity .text-white h3, #activity .text-white p {
    color: #fff;
}

.custom-bg-orange {
  background-color: #B35F18;
}

.custom-bg-blue {
  background-color: #003A70;
}

.custom-my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.custom-icon {
  font-size: 24px;
  color: #B35F18;
}

.custom-icon-title {
    margin-bottom: 5px;
    color: #1C1C1C;
    font-family: "Jost", Sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

  .custom-bg-spa {
    background-image: url('/image/catalog/bg/restaurant.png'); 
    background-size: cover;"
    position: center center;
  }

  #spa h3 {
    color: #FFFFFF;
    font-family: "Jost", Sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 4px;
  }

  #spa h1 {
    color: #FFFFFF;
    font-family: "Jost", Sans-serif;
    font-size: 55px;
    font-weight: normal;
    line-height: 1.2em;
  }

  #spa p {
    color: #FFFFFF;
    font-family: "Jost", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 2em;
    letter-spacing: 1px;
  }

  #spa a {
    color: #FFFFFF;
    font-family: "Jost", Sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 2px;
    text-decoration: none;
  }

  #map .custom-icon {
    font-size: 48px;
    color: #fff;
  }


  #map h2 {
    color: #FFFFFF;
    font-family: "Jost", Sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 2em;
    letter-spacing: 2px;
  }

  #map p {
    color: #FFFFFF;
    font-family: "Jost", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 2em;
    letter-spacing: 1px;
  }

  #map a {
    color: #FFFFFF;
    font-family: "Jost", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2em;
    letter-spacing: 2px;
    text-decoration: none;
  }

  footer h2 {
    color: #FFFFFF;
    font-family: "Jost", Sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2em;
    letter-spacing: 1px;
  }

  footer h3 {
    color: #A3A3A3;
    font-family: "Jost", Sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 2em;
    letter-spacing: 2px;
  }

  footer label {
    color: #FFFFFF;
    font-family: "Jost", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
  }

.custom-language-menu {
  padding-top: 8px;
}

.custom-language-menu .dropdown-toggle {
  padding: 0px 20px;
  font-family: "Jost", Sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1em;
  letter-spacing: 1px;
  color: #FFFFFF;
}

#page h1 {
  color: #1c1c1c;
  font-family: "Jost", Sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 1px;
}

#page p {
  color: #5c5c5c;
  font-family: "Jost", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 1px;
}