/* Villa Bajano custom overrides */

/* ── Force white page background (prevents black bg in Chrome + macOS dark mode) ── */
html,
body {
  background-color: #fff !important;
  color-scheme: light !important;
}

/* ── Nav: always dark blue, always fixed ── */
.thmv-top-nav {
  position: fixed !important;
  background: #074365 !important;
}
.thmv-top-nav.fixed-top {
  background: #074365 !important;
}
.thmv-nav-menu-list > li > a,
.thmv-navbar-light .nav-link,
.thmv-navbar-light.fixed-top .nav-link {
  color: #fff !important;
}
.thmv-nav-menu-list > li > a:hover {
  color: #cce4f0 !important;
}

.bajano-logo-text {
  font-family: 'Dancing Script', cursive;
  font-size: 1.8rem;
  color: #1a222c;
  text-decoration: none;
  font-weight: 700;
}
.bajano-logo-text:hover { color: #1a222c; text-decoration: none; }
.bajano-logo-footer { color: #fff; }
.bajano-footer-logo {
  height: 50px;
  width: auto;
}

/* Push hero below fixed nav */
.thmv-header-sec {
  padding-top: 70px;
}

/* Subpage hero — right image fills full height */
.thmv-header-sec .banner-wrapper {
  align-items: stretch !important;
}
.thmv-header-sec .col-lg-6.px-0 {
  display: flex;
}
.thmv-header-sec .thmv-top-right-banner {
  width: 100%;
  height: 100%;
  min-height: 480px;
  overflow: hidden;
}
.thmv-header-sec .thmv-top-right-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Wave logo in hero */
.thmv-wel-col {
  background-image: url('../images/wave_logo.png');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 110% auto;
}
.thmv-wel-text {
  padding-top: 180px;
}
.bajano-wave-logo {
  display: none;
}

h6.bajano-script {
  font-family: 'Dancing Script', cursive;
  font-size: 2rem;
  color: #1a222c;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

/* Hero slider */
.bajano-hero-slider {
  height: 100%;
  min-height: 520px;
}
.hero-swiper,
.hero-swiper .swiper-wrapper,
.hero-swiper .swiper-slide {
  height: 100%;
  min-height: 520px;
}
.hero-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bajano-hero-slider .swiper-button-prev,
.bajano-hero-slider .swiper-button-next {
  color: #fff;
}
@media (max-width: 768px) {
  .bajano-hero-slider {
    min-height: 280px;
  }
  .bajano-hero-slider .swiper,
  .bajano-hero-slider .swiper-wrapper,
  .bajano-hero-slider .swiper-slide {
    min-height: 280px;
  }
}

/* Full-width light blue section */
.bajano-lightblue-section {
  background-color: #edf4f8;
  padding: 60px 0;
  width: 100%;
}
.bajano-lightblue-section h2 {
  color: #1a222c;
  font-family: 'Domine', serif;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.bajano-lightblue-section p {
  color: #444;
  font-size: 1rem;
  line-height: 1.8;
}

/* Offer cards */
.bajano-offer-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  margin-bottom: 0.75rem;
}
.bajano-offer-card h3 {
  font-size: 1.2rem;
  color: #1a222c;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}
.bajano-offer-card p {
  font-size: 0.95rem;
  color: #444;
  text-align: left;
}

/* Responsive video embed */
.bajano-video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.bajano-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Mini sliders in impressie cards */
.bajano-mini-slider {
  position: relative;
  height: 260px;
  overflow: hidden;
}
.impressie-swiper,
.impressie-swiper .swiper-wrapper,
.impressie-swiper .swiper-slide {
  height: 260px;
}
.impressie-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.impressie-swiper .swiper-button-prev,
.impressie-swiper .swiper-button-next {
  color: #fff;
  --swiper-navigation-size: 22px;
}
.impressie-swiper .swiper-pagination-bullet-active {
  background: #1a222c;
}

/* Impressie cards */
.bajano-impressie-card .thmv-card-title {
  text-align: center;
  font-family: 'Domine', serif;
  font-size: 1.3rem;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid #5bc0de;
  margin-bottom: 0.75rem;
}
.bajano-impressie-card .card-text {
  font-size: 0.95rem;
  color: #444;
}

/* Image captions */
.bajano-img-caption {
  font-size: 0.85rem;
  color: #666;
  margin-top: 0.4rem;
  margin-bottom: 0;
}

/* Tarieven rates box */
.bajano-rates-box {
  background: #6aabca;
  padding: 2rem 2.5rem;
  border-radius: 4px;
}
.bajano-rates-box h3 {
  color: #1a222c;
  font-family: 'Domine', serif;
}
.bajano-rates-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}
.bajano-rates-table tr {
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.bajano-rates-table tr:last-child {
  border-bottom: none;
}
.bajano-rates-table td {
  padding: 0.75rem 0;
  color: #1a222c;
  background: transparent;
  border: none;
}
.bajano-rates-details {
  list-style: disc;
  padding-left: 1.5rem;
  color: #444;
}
.bajano-rates-details li {
  margin-bottom: 0.35rem;
}

/* Jan Thiel location cards */
.bajano-location-heading {
  color: #074365;
  font-size: 1.4rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

/* Map slider in locatie hero */
.bajano-map-slider {
  height: 100%;
  min-height: 520px;
}
.map-swiper,
.map-swiper .swiper-wrapper,
.map-swiper .swiper-slide {
  height: 100%;
  min-height: 520px;
}
.map-swiper .swiper-slide {
  position: relative;
}
.map-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bajano-slide-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(26, 34, 44, 0.65);
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.bajano-map-slider .swiper-button-prev,
.bajano-map-slider .swiper-button-next {
  color: #fff;
}
@media (max-width: 768px) {
  .bajano-map-slider {
    min-height: 280px;
  }
  .map-swiper,
  .map-swiper .swiper-wrapper,
  .map-swiper .swiper-slide {
    min-height: 280px;
  }
}

/* Room section: left text, right 2-col images */
.bajano-room-section {
  padding: 70px 0;
  background: #fff;
}
.bajano-room-section h2 {
  font-family: 'Domine', serif;
  font-size: 2.6rem;
  color: #1a222c;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.bajano-room-section p {
  color: #444;
  font-size: 1rem;
  line-height: 1.8;
}
.bajano-room-section .col-6 img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* Feature icons */
.thmv-svg-icon i { color: #1a222c; }

/* CTA section */
.bajano-cta {
  background-size: cover;
  background-position: center top;
  position: relative;
  padding: 100px 0;
}

.bajano-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(26, 34, 44, 0.45);
}
.bajano-cta-content {
  position: relative;
  z-index: 1;
  color: #fff;
}
.bajano-cta-content h2 {
  font-size: 3rem;
  font-family: 'Domine', serif;
  color: #fff;
  margin-bottom: 1rem;
}
.bajano-cta-content p {
  font-size: 1rem;
  margin-bottom: 2rem;
  color: #fff;
  opacity: 0.9;
}

/* ── Mobile nav menu background ── */
@media (max-width: 991px) {
  .thmv-nav-menu,
  .thmv-nav-menu-list,
  .thmv-top-navbar ul,
  .thmv-top-nav .thmv-top-navbar ul,
  .thmv-top-nav.thmv-top-nav-fix .thmv-top-navbar ul {
    background: #074365 !important;
  }
  .thmv-top-navbar ul li {
    border-top-color: rgba(255,255,255,0.15) !important;
  }
  .thmv-nav-menu-list li a,
  .thmv-nav-menu-list ul li a {
    color: #fff !important;
  }
}

/* ── Mobile overrides (≤ 767px) ── */
@media (max-width: 767px) {

  /* Headings */
  h1 { font-size: 32px; line-height: 42px; }
  h2 { font-size: 22px; line-height: 30px; }
  h3 { font-size: 19px; line-height: 26px; }

  /* Hero welcome text */
  .thmv-wel-text .thmv-wel-title { font-size: 26px !important; line-height: 34px !important; }
  .thmv-wel-text { padding-top: 80px; }

  /* Section vertical padding */
  .bajano-room-section  { padding: 40px 0; }
  .bajano-cta           { padding: 50px 0; }
  .bajano-lightblue-section { padding: 35px 0; }

  /* Section headings */
  .bajano-cta-content h2  { font-size: 1.8rem; }
  .bajano-room-section h2 { font-size: 1.5rem; line-height: 1.3; }
  .bajano-lightblue-section h2 { font-size: 1.4rem; }

  /* Subpage hero right-image: reduce min-height */
  .thmv-header-sec .thmv-top-right-banner { min-height: 220px; }

  /* Impression mini sliders */
  .bajano-mini-slider,
  .impressie-swiper,
  .impressie-swiper .swiper-wrapper,
  .impressie-swiper .swiper-slide { height: 190px; }

  /* Rates box */
  .bajano-rates-box { padding: 1.25rem 1rem; }

  /* CTA buttons: full-width stacked on mobile */
  .bajano-cta .btn-full-filled {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0 0 0.75rem 0;
  }
}

/* "Waarom kiezen gasten" — columns stack at <992px, use dynamic bg on text col */
@media (max-width: 991px) {
  .thmv-hostel-service-info {
    background-color: #074365;
    padding: 30px 20px;
  }
  .thmv-blue-bg::before {
    display: none !important;
  }
}
