@charset "UTF-8";

/* ==========================================================================
   1. VARIABLES & TOKENS (Glassmorphism & Colors)
   ========================================================================== */
:root {
  --primary-green: #061a12;
  --primary-green-light: #0b2e21;
  --gold-accent: #c49a45;
  --gold-accent-hover: #b08636;
  --glass-bg: rgba(6, 26, 18, 0.98);
  --glass-border: rgba(255, 255, 255, 0.15);
  --font-primary: 'DM Sans', sans-serif;
  --font-heading: 'Raleway', sans-serif;
}

/* ==========================================================================
   2. NORMALIZE & BASE
   ========================================================================== */
html,
body {
  height: 100%;
}

body {
  font-family: var(--font-primary);
  color: #4a5568;
  display: flex;
  flex-direction: column;
  min-height: 100vh !important;
  margin: 0;
  background: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  position: relative;
}

::-moz-selection {
  color: #fff;
  background: var(--gold-accent);
}

::selection {
  color: #fff;
  background: var(--gold-accent);
}

a {
  transition: .3s all ease;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* ==========================================================================
   3. TYPOGRAPHY
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
.heading,
.font-family-serif {
  font-family: var(--font-heading);
  color: #000;
  font-weight: 700;
}

.font-family-sans-serif {
  font-family: var(--font-primary);
}

.heading-serif,
.heading {
  font-size: 60px;
}

@media (max-width: 991.98px) {

  .heading-serif,
  .heading {
    font-size: 40px;
  }
}

/* Utils Typography */
.letter-spacing-1 {
  letter-spacing: .1em;
}

.letter-spacing-2 {
  letter-spacing: .2em;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-black {
  color: #000 !important;
}

.custom-caption {
  font-size: 14px;
  letter-spacing: .2em;
}

/* ==========================================================================
   4. LAYOUT
   ========================================================================== */
.bg-light {
  background-color: #f7f9f8 !important;
}

.section {
  padding: 5em 0;
}

@media (max-width: 991.98px) {
  .section {
    padding: 3em 0;
  }
}

.container-fluid {
  max-width: 1600px;
}

/* ==========================================================================
   5. NAVBAR / HEADER (Modern Glassmorphism)
   ========================================================================== */
.navbar-glass {
  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--glass-border);
  transition: all 0.3s ease;
  padding: 20px 0;
}

.navbar-glass .navbar-nav {
  align-items: center;
}

.navbar-glass.scrolled {
  background: #061a12;
  padding: 15px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.navbar-brand img {
  transition: all 0.3s ease;
}

.site-logo {
  padding-left: 0;
}

/* Removed legacy 40px padding to fit better */
.site-logo a {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-family: var(--font-heading);
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--font-primary);
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--gold-accent);
}

.navbar-dark .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.3);
}

/* ==========================================================================
   6. HERO SECTION
   ========================================================================== */
.site-hero {
  background-size: cover;
  height: 75vh;
  min-height: 500px;
  width: 100%;
  position: relative;
  background-position: center center;
  display: flex;
  align-items: stretch;
}

.site-hero.overlay:before {
  background: rgba(0, 0, 0, 0.45);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Flex column layout: título arriba, buscador abajo */
.site-hero-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  padding-top: 80px;
  padding-bottom: 0;
}

.site-hero-title {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.site-hero-inner {
  height: 75vh;
  min-height: 500px;
}

.site-hero-inner .heading {
  font-size: 80px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}

.site-hero .heading {
  font-size: 80px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .site-hero-inner .heading {
    font-size: 40px;
  }

  .site-hero .heading {
    font-size: 40px;
  }

  .site-hero-container {
    padding-top: 60px;
  }
}

.site-hero.inner-page {
  height: 50vh;
  min-height: 500px;
}

.site-hero.inner-page.overlay:before {
  height: 50vh;
  min-height: 500px;
}

.inner-page .site-hero-inner {
  height: 50vh;
  min-height: 500px;
}

/* Secondary Hero (bg-image general) */
.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}

.bg-image.overlay {
  position: relative;
}

.bg-image.overlay>.container {
  position: relative;
  z-index: 3;
}

.bg-image.overlay:before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.6);
}

/* ==========================================================================
   7. BUTTONS
   ========================================================================== */
.btn {
  padding: 10px 30px;
  border-radius: 50px;
  outline: none;
  box-shadow: none !important;
}

.btn:focus,
.btn:active {
  outline: none;
}

.btn-primary {
  background-color: var(--gold-accent) !important;
  border-color: var(--gold-accent) !important;
  box-shadow: 0 4px 15px rgba(204, 164, 84, 0.3);
  transition: all 0.3s ease-in-out !important;
  color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: var(--gold-accent-hover) !important;
  border-color: var(--gold-accent-hover) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(204, 164, 84, 0.4);
}

.btn-reserve {
  font-weight: 600;
  letter-spacing: 1px;
}

.btn.btn-outline-white-primary {
  border: 2px solid #fff;
}

.btn.btn-outline-white-primary:hover {
  border: 2px solid transparent;
  background: var(--gold-accent);
  color: #fff;
}


/* ==========================================================================
   8. FORMS & INPUTS
   ========================================================================== */
.form-control {
  box-shadow: none !important;
  height: 50px;
  border-width: 1px;
  /* Changed from 2px */
  border-color: #e2e8f0;
  border-radius: 8px;
  /* Modern border radius */
}

.form-control:focus,
.custom-select:focus,
select.form-control:focus {
  border-color: var(--primary-green) !important;
  box-shadow: 0 0 0 0.15rem rgba(6, 26, 18, 0.15) !important;
  outline: none;
}

textarea.form-control {
  height: inherit;
  padding-top: 15px;
}

/* Custom field icon wrapping (for selects/dates) */
.field-icon-wrap {
  position: relative;
}

.field-icon-wrap .form-control {
  position: relative;
  padding-right: 40px;
  color: #4a5568;
}

.field-icon-wrap .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  z-index: 2;
  color: var(--gold-accent);
}

.field-icon-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

/* Sección inmediatamente después del hero — espacio para el buscador solapado */
.section-after-hero {
  padding-top: 80px !important;
}

@media (max-width: 767.98px) {

  /* En mobile el card no se solapa: queda dentro del hero y la sección empieza limpia */
  .section-after-hero {
    padding-top: 40px !important;
  }
}

/* Search availability block — ahora dentro del hero */
.check-availabilty {
  position: relative;
  width: 100%;
  padding-bottom: 0;
  transform: translateY(50%);
}

@media (max-width: 767.98px) {
  .check-availabilty {
    transform: none;
    padding: 0 0 24px 0;
  }
}

.check-availabilty .block-32 {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  padding: 28px 32px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25), 0 4px 16px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 10;
  width: 100%;
}

.check-availabilty label {
  color: var(--primary-green) !important;
  font-weight: 600;
  font-size: 14px;
}

/* ==========================================================================
   9. DATEPICKER CUSTOMIZATION
   ========================================================================== */
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover {
  background-image: none !important;
  background-color: var(--primary-green) !important;
  border-color: var(--primary-green) !important;
  color: white !important;
  text-shadow: none !important;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background-image: none !important;
  background-color: var(--gold-accent) !important;
  border-color: var(--gold-accent) !important;
  color: white !important;
}

.datepicker table tr td.day:hover {
  background: rgba(6, 26, 18, 0.05) !important;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: rgba(6, 26, 18, 0.05) !important;
}

/* ==========================================================================
   10. COMPONENTS & CARDS
   ========================================================================== */
.room {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  display: block;
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid #edf2f7;
  position: relative;
}

.room:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15) !important;
}

.room .img-wrap {
  overflow: hidden;
  position: relative;
}

.room .img-wrap img {
  transition: transform 0.6s ease;
  width: 100%;
}

.room:hover .img-wrap img,
.room:focus .img-wrap img {
  transform: scale(1.05);
}

.room .room-info {
  background: #fff;
}

.room .room-info h2 {
  font-size: 22px;
  color: var(--primary-green);
  margin-bottom: 8px;
  font-weight: 600;
}

.room .room-info span {
  color: var(--gold-accent);
  font-weight: 700;
}

.img-absolute {
  position: absolute;
  bottom: -100px;
  right: -100px;
}

.img-absolute img {
  max-width: 250px;
  border-radius: 12px;
  border: 10px solid #f2f4fb;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
  .img-absolute {
    right: 0px;
  }

  .img-absolute img {
    max-width: 160px;
  }
}

/* ==========================================================================
   11. OWLCAROUSEL FIXES
   ========================================================================== */
.owl-carousel .owl-item {
  opacity: .4;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel.home-slider {
  z-index: 1;
  position: relative;
}

.owl-carousel.home-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.owl-carousel.home-slider .slider-item img {
  border-radius: 12px;
}

.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.owl-carousel.major-caousel .slider-item {
  height: inherit;
  min-height: inherit;
}

.owl-carousel.major-caousel .owl-nav {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.owl-carousel.major-caousel .owl-nav .owl-prev {
  left: -60px !important;
  position: absolute;
}

.owl-carousel.major-caousel .owl-nav .owl-next {
  right: -60px !important;
  position: absolute;
}

.owl-carousel.major-caousel .owl-dots {
  text-align: center;
  margin-top: 15px;
}

.owl-carousel.major-caousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #e9ecef;
  border: none;
  outline: none;
}

.owl-carousel.major-caousel .owl-dots .owl-dot.active {
  background: var(--gold-accent);
}

/* ==========================================================================
   12. MISCELLANEOUS (Mouse animation, Footer, Pagination)
   ========================================================================== */
.mouse {
  width: 100px;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 1;
  transform: translateX(-50%);
}

.mouse-icon {
  width: 25px;
  height: 45px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.mouse-wheel {
  height: 6px;
  margin: 2px auto 0;
  display: block;
  width: 3px;
  background-color: var(--gold-accent);
  border-radius: 50%;
  animation: 1.6s ease infinite wheel-up-down;
}

@keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    margin-top: 20px;
    opacity: 0;
  }
}

.footer-section {
  background: var(--primary-green);
  color: #fff;
}

.footer-section a {
  color: rgba(255, 255, 255, 0.7);
}

.footer-section a:hover {
  color: #fff;
}

.footer-section .social a {
  font-size: 18px;
  padding: 10px;
}