/* ==========================================================================
   BLUE HAVEN RESORT QUY NHÆ N â€” COMBINED CUSTOM DESIGN SYSTEM (CSS v1.0)
   Thá»«a hÆ°á»Ÿng khung Paradise HTML-Menu-5 + Phong cÃ¡ch Hotale
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Allison&family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

:root,
:host {
    /* --- BỘ MÀU CHÍNH (PRIMARY COLORS) --- */
    --bh-primary: #00408A;
    --bh-primary-hover: #002B66;
    --bh-bg-light: #E8F4FA;
    --bh-bg-white: #FFFFFF;
    --bh-text-dark: #16496E;
    --bh-text-light: #FFFFFF;

    /* --- HEADER & FOOTER --- */
    --bh-header-sticky-bg: rgba(0, 64, 138, 0.95);
    --bh-footer-bg: #00408A;
    --bh-footer-overlay: rgba(0, 64, 138, 0.92);
  --navy: #111111;
  --navy-mid: #1A1A1A;
  --blue: var(--bh-primary);
  --blue-light: var(--bh-primary);
  --bs-primary: #111111;
  --bs-primary-rgb: 17, 17, 17;
  --black: #0A0A0A;
  --charcoal: #2B2F33;
  --white: #FFFFFF;
  --fog: #F8F9FA;
  --slate: #6B7580;
  --line-light: rgba(10, 10, 10, 0.10);
  --line-dark: rgba(255, 255, 255, 0.14);
  --serif: 'Cormorant Garamond', 'Cormorant', serif;
  --sans: 'Barlow', -apple-system, BlinkMacSystemFont, sans-serif;
  --script: 'Allison', cursive;

  /* Liquid Glass Refraction Tokens */
  --glass-frost: 0.1;
  --glass-saturation: 1.2;
  --filter-id: url(#glass-filter-_r_b_);
}

/* Force scrollCue & Animation Elements Visibility fallback */
[data-cue] {
  opacity: 1 !important;
  visibility: visible !important;
}

#preloader {
  display: none !important;
}

/* Global Site Background: Pure White #ffffff */
html,
body,
main,
#page,
.bg_gray,
.bg-light,
.bg-color-1,
.bg-color-2 {
  background-color: #ffffff !important;
  background: #ffffff !important;
}

/* Global typography system: Cormorant Garamond for titles, Barlow for base/number/subtitle */
:root {
  --font-primary: 'Barlow', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-title: 'Cormorant Garamond', 'Cormorant', serif;
  --font-secondary: 'Cormorant Garamond', 'Cormorant', serif;
  --color-accent-1: #122223;
}

body,
input,
select,
textarea,
button,
.btn,
p,
label,
li,
small,
span,
div,
.subtitle,
.sub-title,
.eyebrow,
.price,
.stat-number,
.counter,
.number,
.badge {
  font-family: var(--font-primary);
  font-weight: 400;
  color: #666;
  line-height: 1.75em;
}



h1,
h2,
h3,
h4,
h5,
h6,
.font-serif,
.font-title,
.title,
.section-title,
.section-heading,
.bh-section-title,
.card-title,
.entry-title {
  font-family: var(--font-title) !important;
  color: #222;
  line-height: 1.25em;
  font-weight: 400;
  margin: 0;
}

h1 {
  font-size: clamp(2.75rem, 5vw, 5rem);
}

h2 {
  font-size: clamp(2.25rem, 4vw, 4rem);
}

h3 {
  font-size: clamp(1.75rem, 3vw, 3rem);
}

h4 {
  font-size: clamp(1.45rem, 2.2vw, 2.2rem);
}

h5 {
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
}

h6 {
  font-size: clamp(1.05rem, 1.3vw, 1.3rem);
}

/* Hero display title: Cormorant Garamond - larger */
.owl-slide-animated.owl-slide-title,
h1.owl-slide-title,
.bh-banner-title {
  font-family: var(--font-title) !important;
  font-size: clamp(3.0rem, 5.8vw, 5.2rem) !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  text-transform: none !important;
  line-height: 1.15 !important;
  margin-bottom: 8px !important;
  text-align: center !important;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5) !important;
}

/* Subtitle / secondary text on hero slides: smaller, refined Barlow */
.owl-slide-animated.owl-slide-subtitle,
p.owl-slide-subtitle,
.bh-banner-eyebrow,
.section-title-script,
.sub-title-script {
  font-family: var(--font-primary) !important;
  font-size: clamp(0.78rem, 1.1vw, 0.92rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, 0.88) !important;
  margin-top: 6px !important;
}

.slide-text {
  text-align: center !important;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.owl-slide-animated.owl-slide-subtitle,
p.owl-slide-subtitle {
  font-size: clamp(0.9rem, 1.3vw, 1.25rem) !important;
  line-height: 1.45 !important;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .slide-text {
    max-width: 92vw;
  }

  .owl-slide-animated.owl-slide-subtitle,
  p.owl-slide-subtitle {
    font-size: clamp(0.85rem, 2.8vw, 1.05rem) !important;
    max-width: 92vw;
  }
}

.bh-hero-title-area .bh-banner-eyebrow {
  font-family: var(--font-primary) !important;
  font-size: clamp(0.75rem, 1.2vw, 0.9rem) !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
}

.text-navy {
  color: #111111 !important;
}

.text-blue {
  color: var(--bh-primary) !important;
}

.text-primary {
  color: #111111 !important;
}

.text-accent-blue {
  color: var(--bh-primary) !important;
}

.bg-navy {
  background-color: var(--bs-primary) !important;
}

.bg-navy-mid {
  background-color: #1A1A1A !important;
}

.bg-fog {
  background-color: #F8F9FA !important;
}

.bg-black {
  background-color: #0A0A0A !important;
}

.bg-primary {
  background-color: var(--bs-primary) !important;
}

.bg-accent-blue {
  background-color: var(--bh-primary) !important;
}

/* Buttons Default to Luxury Monochrome Black with Blue Accent Hover */
.btn-primary {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: #ffffff !important;
  transition: all 0.3s ease !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--bh-primary) !important;
  border-color: var(--bh-primary) !important;
  color: #ffffff !important;
}

/* --------------------------------------------------------------------------
   1. BOOTSTRAP FORM CONTROLS & COMPONENT OVERRIDES
   -------------------------------------------------------------------------- */
.form-control,
.form-select {
  display: block;
  width: 100%;
  padding: 0.625rem 0.875rem;
  font-family: var(--sans);
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--charcoal);
  background-color: var(--white);
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus,
.form-select:focus {
  color: var(--navy);
  background-color: var(--white);
  border-color: var(--blue);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(30, 95, 168, 0.25);
}

/* Dark variant form controls */
.bg-navy .form-control,
.bg-navy .form-select,
.booking_wrapper .form-control,
.booking_wrapper .form-select {
  background-color: var(--navy-mid);
  border-color: var(--line-dark);
  color: var(--white);
}

.bg-navy .form-control:focus,
.bg-navy .form-select:focus {
  border-color: var(--blue-light);
  box-shadow: 0 0 0 0.25rem rgba(95, 160, 219, 0.25);
}

/* Floating labels fix */
.form-floating>label {
  font-size: 0.875rem;
  color: var(--slate);
  padding: 1rem 0.75rem;
}

.form-floating>.form-control {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}

/* Nice Select Plugin Overrides */
.nice-select {
  height: 48px;
  line-height: 46px;
  border-radius: 4px;
  border: 1px solid #ced4da;
  font-family: var(--sans);
  font-size: 14px;
}

.nice-select .list {
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Quantity Plus/Minus Buttons */
.qty-buttons.version_2 {
  position: relative;
  width: 100%;
}

.qty-buttons.version_2 input.qty {
  width: 100%;
  text-align: center;
  padding-left: 35px;
  padding-right: 35px;
  height: 48px;
  font-weight: 600;
}

.qty-buttons.version_2 input.qtyplus,
.qty-buttons.version_2 input.qtyminus {
  position: absolute;
  top: 0;
  width: 36px;
  height: 48px;
  background: var(--fog);
  border: 1px solid #ced4da;
  color: var(--navy);
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  z-index: 5;
}

.qty-buttons.version_2 input.qtyplus {
  right: 0;
  border-radius: 0 4px 4px 0;
}

.qty-buttons.version_2 input.qtyminus {
  left: 0;
  border-radius: 4px 0 0 4px;
}

/* --------------------------------------------------------------------------
   2. EASEPICK / DATERANGEPICKER CALENDAR 7-COLUMN GRID FORCE FIX
   -------------------------------------------------------------------------- */
.calendar>.daynames-row,
.calendar>.days-grid,
.daynames-row,
.days-grid {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr) !important;
  row-gap: 4px !important;
  column-gap: 2px !important;
}

.calendar>.daynames-row>.dayname,
.calendar>.days-grid>.day {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  font-size: 13px !important;
  border-radius: 2px !important;
}

.calendar>.header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 10px !important;
}

.calendar>.header .month-name {
  font-weight: 700 !important;
  font-size: 15px !important;
  color: var(--navy) !important;
}

/* --------------------------------------------------------------------------
   3. TOPBAR & UNIFIED FRAMED HERO BOX
   -------------------------------------------------------------------------- */
/* ==========================================================================
   FRAMED HERO BOX â€” Inner pages banner
   ========================================================================== */
.bh-hero-framed-box {
  position: relative;
  margin: 20px 20px 0 20px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #0A0A0A;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  z-index: 10;
  min-height: 380px;
}

@media (max-width: 768px) {
  .bh-hero-framed-box {
    margin: 10px 10px 0 10px;
    border-radius: 10px;
  }
}

/* ==========================================================================
   HOME PAGE HEADER OVERLAY – Topbar + Header float ABOVE carousel
   ========================================================================== */

/* Blur strip sits ON the slide image, BEHIND the header text */
#carousel-home {
  position: relative;
}
#carousel-home::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 115px; /* covers topbar + nav height */
  z-index: 99;
  backdrop-filter: blur(0px) saturate(100%);
  -webkit-backdrop-filter: blur(0px) saturate(100%);
  background: linear-gradient(
    to bottom,
    rgba(4, 14, 30, 0.38) 0%,
    rgba(4, 14, 30, 0.10) 75%,
    transparent 100%
  );
  pointer-events: none;
}

/* Header overlay itself stays transparent — blur is handled by ::before above */
.bh-home-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  pointer-events: none;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.bh-home-header-overlay>* {
  pointer-events: auto;
}

body.home .bh-home-header-overlay .bh-topbar {
  position: relative;
  z-index: 101;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  padding: 8px 0;
  border-bottom: none !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.bh-topbar {
  font-family: var(--font-primary) !important;
  font-size: 13px;
  border-bottom: none !important;
}

.bh-topbar span,
.bh-topbar a {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 13px !important;
  text-decoration: none !important;
}

.bh-topbar i {
  color: #ffffff !important;
  font-size: 13px !important;
}

.bh-topbar a:hover {
  color: #7aaddb !important;
}

body.home .bh-home-header-overlay .bh-header-wrap {
  position: relative;
  z-index: 101;
  background: transparent !important;
  border-bottom: none !important;
}

/* Inner-page framed-box topbar and header */
.bh-hero-framed-box .bh-topbar {
  position: relative;
  z-index: 20;
  background-color: transparent !important;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  padding: 8px 0;
  border-bottom: none !important;
}

.bh-hero-framed-box .bh-header-wrap {
  position: relative;
  z-index: 20;
  background-color: transparent !important;
  border-bottom: none !important;
}

.bh-hero-framed-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.bh-hero-framed-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.10) 100%);
  z-index: 2;
}

/* ==========================================================================
   HOME PAGE: carousel in <main> is styled like a framed box
   WordPress adds class 'home' to body on front page
   ========================================================================== */
body.home #carousel-home {
  margin: 20px !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  position: relative !important;
}

@media (max-width: 768px) {
  body.home #carousel-home {
    margin: 10px !important;
    border-radius: 10px !important;
  }
}


/* Hotale 2-Row Hero Container: Row 1 Title, Row 2 Form */
body.home #carousel-home .slide-text {
  padding: 0 !important;
}

body.home .bh-home-header-overlay .bh-topbar .container,
body.home .bh-home-header-overlay .bh-header-wrap .container {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

/* bh-opacity-mask fill full slide and align 2 rows */
body.home #carousel-home .owl-slide .bh-opacity-mask,
#carousel-home .owl-slide .bh-opacity-mask,
.bh-opacity-mask {
  height: 100% !important;
  position: absolute !important;
  inset: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  padding-top: 200px !important;
  padding-bottom: 220px !important;
}

/* Non-home carousel: keep as relative */
#carousel-home {
  position: relative !important;
}


.bh-hero-search-wrapper {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0 15px;
}

/* Inner-page banner title area */
.bh-hero-title-area {
  position: relative;
  z-index: 10;
  padding: 50px 20px 70px 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .bh-hero-title-area {
    padding: 35px 15px 50px 15px;
  }
}

@media (max-width: 991.98px) {

  body.home #carousel-home,
  #carousel-home,
  #carousel-home .owl-carousel,
  #carousel-home .owl-carousel .owl-stage-outer,
  #carousel-home .owl-carousel .owl-stage,
  #carousel-home .owl-carousel .owl-slide {
    min-height: 800px !important;
    height: auto !important;
  }

  body.home #carousel-home {
    margin: 10px 10px 0 10px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
  }

  .owl-slide.background-image {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  body.home #carousel-home .slide-text,
  .slide-text {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    width: 100% !important;
    text-align: center !important;
  }

  .owl-slide-animated.owl-slide-title,
  h1.owl-slide-title {
    font-size: clamp(2.2rem, 7.8vw, 3.2rem) !important;
    margin-bottom: 6px !important;
    line-height: 1.2 !important;
  }

  .owl-slide-animated.owl-slide-subtitle,
  p.owl-slide-subtitle {
    font-size: clamp(0.75rem, 2.8vw, 0.88rem) !important;
    letter-spacing: 0.1em !important;
  }

  .bh-hero-search-wrapper {
    position: absolute !important;
    bottom: 12px !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    margin-top: 0 !important;
    width: 100% !important;
    padding: 0 10px !important;
    z-index: 100 !important;
  }

  .bh-hero-search-card {
    padding: 12px 14px !important;
    border-radius: 12px !important;
  }

  .bh-hero-search-card .bh-glass-input {
    height: 40px !important;
    font-size: 13px !important;
  }

  .bh-hero-search-card label {
    font-size: 10px !important;
    margin-bottom: 2px !important;
  }
}


/* ==========================================================================
   GLOBAL REUSABLE LIQUID GLASS UTILITY SYSTEM
   Usage: Add class 'bh-liquid-glass' to any card, form, badge, or container!
   ========================================================================== */
.bh-liquid-glass {
  position: relative;
  background: hsl(0 0% 0% / var(--glass-frost, 0.10)) !important;
  -webkit-backdrop-filter: var(--filter-id, url(#glass-filter-_r_b_)) saturate(var(--glass-saturation, 1.25)) blur(16px);
  backdrop-filter: var(--filter-id, url(#glass-filter-_r_b_)) saturate(var(--glass-saturation, 1.25)) blur(16px);
  box-shadow:
    inset 0 0 2px 1px #ffffff59,
    inset 0 0 10px 4px #ffffff26,
    inset 0 4px 16px #11111a0d,
    inset 0 8px 24px #11111a0d,
    0 15px 35px rgba(0, 0, 0, 0.35);
  border: none !important;
  border-radius: 14px;
  padding: 16px 22px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.bh-hero-search-card {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  background: hsl(0 0% 0% / var(--glass-frost, 0.10)) !important;
  -webkit-backdrop-filter: var(--filter-id, url(#glass-filter-_r_b_)) saturate(var(--glass-saturation, 1.25)) blur(16px);
  backdrop-filter: var(--filter-id, url(#glass-filter-_r_b_)) saturate(var(--glass-saturation, 1.25)) blur(16px);
  box-shadow:
    inset 0 0 2px 1px #ffffff59,
    inset 0 0 10px 4px #ffffff26,
    inset 0 4px 16px #11111a0d,
    inset 0 8px 24px #11111a0d,
    0 15px 35px rgba(0, 0, 0, 0.35);
  border: none !important;
  border-radius: 14px;
  padding: 18px 26px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.bh-liquid-glass-hover {
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.bh-liquid-glass-hover:hover {
  transform: translateY(-5px);
  box-shadow:
    inset 0 0 3px 1.5px #ffffff80,
    inset 0 0 14px 5px #ffffff33,
    0 20px 45px rgba(0, 0, 0, 0.45);
}

/* Hero Form Labels & Text Overrides (Ensure Light Text & Perfect Alignment) */
.bh-hero-search-card label,
.bh-hero-search-wrapper label {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
  font-weight: 600 !important;
}

.bh-hero-search-card .position-relative i.bi-calendar-event,
.bh-hero-search-wrapper .position-relative i.bi-calendar-event {
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: 14px !important;
  font-size: 16px !important;
  line-height: 1 !important;
  color: rgba(255, 255, 255, 0.75) !important;
}

.bh-glass-input {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 400;
  height: 44px !important;
  padding: 8px 14px;
  display: flex !important;
  align-items: center !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bh-glass-input *,
.bh-glass-input span,
.bh-glass-input input,
.bh-glass-input div {
  color: #ffffff !important;
}

.bh-glass-input i.bi {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 16px !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 1px !important;
}

span[id$="_label"] {
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  margin-right: 2px !important;
}

.bh-glass-input.ps-5 {
  padding-left: 38px !important;
  padding-right: 8px !important;
}

/* Quantity Stepper (+ / -) Buttons */
.bh-qty-btn {
  width: 26px;
  height: 26px;
  line-height: 1;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: rgba(255, 255, 255, 0.4) !important;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50% !important;
  transition: all 0.2s ease;
}

.bh-qty-btn:hover {
  background: rgba(255, 255, 255, 0.3) !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

/* Hide native calendar icon indicator to eliminate double icons */
.bh-glass-input::-webkit-calendar-picker-indicator {
  display: none !important;
  -webkit-appearance: none !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

/* Theme Built-in DateRangePicker Popup Custom Styling */
.daterangepicker {
  font-family: var(--font-primary) !important;
  border-radius: 12px !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.25) !important;
  z-index: 99999 !important;
  padding: 10px !important;
  background: #ffffff !important;
}

.daterangepicker.drop-up {
  margin-top: -10px !important;
  margin-bottom: 10px !important;
}

.daterangepicker.drop-up:before {
  top: initial !important;
  bottom: -7px !important;
  border-bottom: initial !important;
  border-top: 7px solid #ccc !important;
}

.daterangepicker.drop-up:after {
  top: initial !important;
  bottom: -6px !important;
  border-bottom: initial !important;
  border-top: 6px solid #fff !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: var(--bh-primary) !important;
  border-color: var(--bh-primary) !important;
  color: #ffffff !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
}

.daterangepicker td.available:hover {
  background-color: #e6f3fa !important;
  color: var(--bh-primary) !important;
  border-radius: 6px !important;
}

.daterangepicker th.month {
  color: #111111 !important;
  font-weight: 700 !important;
  font-size: 15px !important;
}

.flatpickr-months .flatpickr-month {
  background: transparent !important;
  color: #111111 !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  font-weight: 700 !important;
}

.flatpickr-weekday {
  color: #888888 !important;
  font-weight: 600 !important;
}

.bh-glass-input.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center !important;
  background-size: 14px 10px !important;
}

.bh-glass-input:focus {
  background: rgba(255, 255, 255, 0.25) !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}

.bh-glass-input option {
  background-color: #0A0A0A;
  color: #ffffff;
}

/* Submit button: White background, blue text, hover to blue background with white border */
.bh-search-submit-btn {
  background: #ffffff !important;
  color: var(--bh-primary) !important;
  border: 1px solid #ffffff !important;
  border-radius: 8px !important;
  letter-spacing: 0.08em;
  height: 44px;
  font-size: 14px !important;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bh-search-submit-btn i {
  color: var(--bh-primary) !important;
  transition: color 0.3s ease;
}

.bh-search-submit-btn:hover {
  background: var(--bh-primary) !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  box-shadow: 0 8px 25px rgba(0, 113, 178, 0.45);
  transform: translateY(-1px);
}

.bh-search-submit-btn:hover i {
  color: #ffffff !important;
}

.bh-hero-title-area .bh-banner-eyebrow {
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  margin-bottom: 12px;
}

.bh-topbar {
  position: relative;
  z-index: 10;
  background-color: transparent !important;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.bh-topbar a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.3s ease;
}

.bh-topbar a:hover {
  color: var(--blue-light);
}

/* Primary CTA Button */
.btn-bh-primary {
  background-color: var(--blue);
  color: var(--white) !important;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 12px 28px;
  border-radius: 2px;
  border: none;
  transition: all 0.35s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-bh-primary:hover {
  background-color: var(--blue-light);
  color: var(--white) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(30, 95, 168, 0.35);
}

.btn-bh-outline {
  background-color: transparent;
  color: var(--white) !important;
  border: 1px solid rgba(255, 255, 255, 0.6);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 12px 26px;
  border-radius: 2px;
  transition: all 0.35s ease;
}

.btn-bh-outline:hover {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: var(--white);
  color: var(--white) !important;
}

/* --------------------------------------------------------------------------
   4. MARQUEE ANNOUNCEMENT STRIP
   -------------------------------------------------------------------------- */
.bh-marquee-strip {
  background-color: var(--navy);
  color: var(--white);
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.bh-marquee-content {
  display: inline-block;
  animation: marquee 32s linear infinite;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* --------------------------------------------------------------------------
   5. WORDPRESS ADMIN BAR COMPATIBILITY FIX
   -------------------------------------------------------------------------- */
body.admin-bar header.reveal_header {
  top: 32px !important;
}

body.admin-bar .nav_panel {
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar header.reveal_header {
    top: 46px !important;
  }

  body.admin-bar .nav_panel {
    top: 46px !important;
  }
}

/* --------------------------------------------------------------------------
   6. LIQUID GLASS SCROLL MOUSE BUTTON OVERRIDE
   -------------------------------------------------------------------------- */
.mouse_wp {
  right: 30px !important;
  bottom: 30px !important;
  z-index: 99 !important;
}

.mouse {
  width: 36px !important;
  height: 58px !important;
  border-radius: 100px !important;
  background: hsl(0 0% 0% / var(--glass-frost, 0.15)) !important;
  -webkit-backdrop-filter: var(--filter-id, url(#glass-filter-_r_b_)) saturate(var(--glass-saturation, 1.3)) blur(12px) !important;
  backdrop-filter: var(--filter-id, url(#glass-filter-_r_b_)) saturate(var(--glass-saturation, 1.3)) blur(12px) !important;
  box-shadow:
    inset 0 0 2px 1px #ffffff80,
    inset 0 0 8px 2px #ffffff33,
    0 6px 20px rgba(0, 0, 0, 0.35) !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  position: relative !important;
}

.mouse:before {
  display: none !important;
}

.mouse:after {
  background-color: #ffffff !important;
  width: 5px !important;
  height: 5px !important;
  border-radius: 100% !important;
  box-shadow: 0 0 8px #ffffff !important;
}

/* --------------------------------------------------------------------------
   7. MOBILE HERO BACKGROUND FIT & RESPONSIVE OPTIMIZATION
   -------------------------------------------------------------------------- */
@media (max-width: 767.98px) {
  .owl-slide.background-image {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  .mouse_wp {
    display: none !important;
  }

  /* Home: slide text padding on mobile */
  body.home #carousel-home .slide-text {
    padding-top: 0 !important;
    padding-bottom: 5px !important;
  }
}

/* --------------------------------------------------------------------------
   8. FINAL OVERRIDES â€” Home carousel styled as rounded framed box
   -------------------------------------------------------------------------- */
/* Ensure cover image always fills slide */
body.home #carousel-home .cover {
  background-size: cover !important;
  background-position: center center !important;
}

/* ==========================================================================
   HOTALE HEADER SYSTEM — Blue Haven Resort (Extracted from header.php)
   ========================================================================== */
.bh-topbar {
  position: relative;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.75);
  height: 38px;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #ffffff;
}

.bh-topbar a {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.85;
}

.bh-topbar a:hover {
  opacity: 1;
}

.bh-header-background-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.bh-header-wrap {
  height: 80px;
  display: flex;
  align-items: center;
  border-bottom: none !important;
}

.bh-header-inner {
  display: flex;
  align-items: center;
  width: 100%;
}

.bh-logo img {
  height: 40px;
  width: auto;
}

.bh-nav-menu {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bh-nav-menu>li {
  position: relative;
}

.bh-nav-menu>li>a {
  display: block;
  padding: 28px 18px;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: var(--font-primary);
  transition: color 0.25s;
  white-space: nowrap;
}

.bh-nav-menu>li>a:hover,
.bh-nav-menu>li.current>a {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.bh-slide-bar {
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #ffffff;
  transition: left 0.25s, width 0.25s;
}

.bh-book-now-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 22px;
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  font-family: var(--font-primary);
  transition: all 0.3s ease;
  white-space: nowrap;
}

.bh-book-now-btn:hover {
  background: #ffffff;
  color: var(--bh-primary);
}

.bh-header-wrap.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--bh-header-sticky-bg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
  z-index: 999;
  height: 72px;
}

.bh-header-wrap.is-sticky .bh-book-now-btn {
  border-color: rgba(255, 255, 255, 0.6);
}

.bh-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  margin-left: 12px;
}

.bh-hamburger span {
  width: 24px;
  height: 2px;
  background: #fff;
  display: block;
  transition: all 0.3s;
}

.bh-mobile-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100vh;
  background: var(--bh-primary);
  z-index: 9999;
  padding: 30px 24px;
  transition: right 0.35s ease;
  overflow-y: auto;
}

.bh-mobile-drawer.open {
  right: 0;
}

.bh-mobile-drawer .close-drawer {
  position: absolute;
  top: 18px;
  right: 20px;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
  background: none;
  border: none;
  line-height: 1;
}

.bh-mobile-drawer ul {
  list-style: none;
  padding: 0;
  margin: 60px 0 0;
}

.bh-mobile-drawer ul li a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bh-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
}

.bh-drawer-overlay.active {
  display: block;
}

.bh-page-banner {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: var(--bh-primary);
}

.bh-page-banner .bh-banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bh-page-banner .bh-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(11, 30, 51, 0.40) 0%, rgba(11, 30, 51, 0.75) 100%);
}

.bh-page-banner .bh-banner-content {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  margin-top: 60px;
}

.bh-page-banner .bh-banner-eyebrow {
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  margin-bottom: 12px;
}

.bh-page-banner h1 {
  font-family: var(--font-title);
  font-size: clamp(30px, 4.5vw, 54px);
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  line-height: 1.15;
}

@media (max-width: 768px) {
  .bh-page-banner {
    height: 250px;
    margin: 10px 10px 0 10px;
    border-radius: 10px;
  }

  .bh-page-banner h1 {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .bh-nav-menu {
    display: none;
  }

  .bh-hamburger {
    display: flex;
  }

  .bh-book-now-btn {
    padding: 7px 14px;
    font-size: 11px;
  }

  .bh-header-wrap {
    height: 68px;
  }
}

@media (max-width: 767px) {
  .bh-topbar {
    display: none !important;
  }

  .bh-page-banner {
    height: 260px;
  }

  .bh-page-banner h1 {
    font-size: 28px;
  }
}

/* ==========================================================================
   UNIFIED HEADER & FOOTER TYPOGRAPHY & LAYOUT SYSTEM
   ========================================================================== */

/* --- Header Text Standardization --- */
.bh-topbar {
  font-family: var(--font-primary) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}

.bh-nav-menu>li>a {
  font-family: var(--font-primary) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

.bh-book-now-btn {
  font-family: var(--font-primary) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

.bh-mobile-drawer ul li a {
  font-family: var(--font-primary) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.08em !important;
}

/* --- Footer Text & Element Standardization --- */
footer h5,
footer .h5,
footer .footer-title {
  font-family: var(--font-title) !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  margin-bottom: 1.25rem !important;
}

footer p,
footer span,
footer li,
footer a,
footer small {
  font-family: var(--font-primary) !important;
  font-size: 15px !important;
  line-height: 1.65em !important;
  font-weight: 400 !important;
  color: var(--bh-text-light) !important;
}

.footer_links ul li a {
  position: relative;
  padding-left: 16px;
}
.footer_links ul li a::before {
  content: '\F285';
  font-family: bootstrap-icons !important;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}

footer a {
  color: var(--bh-text-light) !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
}

footer a:hover,
footer .hover-white:hover {
  color: #ffffff !important;
}

footer .bi,
footer .bi::before,
footer i[class*="bi-"],
footer i[class*="bi-"]::before {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.btn-social-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-social-circle:hover {
  background-color: var(--blue);
  border-color: var(--blue);
  color: #ffffff !important;
  transform: translateY(-2px);
}

 
 /* Typography Fix: Limit max sizes for display classes and h2 */
.display-4, h2.display-4 {
    font-size: clamp(2.2rem, 4vw, 46px) !important;
}
.display-5, h2.display-5, h2.font-serif {
    font-size: clamp(1.8rem, 3.5vw, 42px) !important;
}
.pinned_over_content h2, .bh-home-about-strip h3 {
    font-size: clamp(2.2rem, 4vw, 46px) !important;
}

/* Beautiful Buttons Override */
.button, .btn_1, .btn_1.outline {
    display: inline-block !important;
    padding: 10px 24px !important;
    border-radius: 30px !important;
    font-family: var(--font-primary), sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-align: center;
    text-decoration: none;
    line-height: normal !important;
    white-space: nowrap !important;
}

/* Arrow Icon */
.button::after, .btn_1::after {
    content: '\2192'; /* Right arrow */
    margin-left: 8px;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-2px); /* Kéo icon lên một chút để cân bằng với chữ */
    transition: transform 0.3s ease;
}

/* Solid Button (Primary) */
.button, .btn_1 {
    background-color: var(--bh-primary) !important;
    color: #ffffff !important;
    border: 1px solid var(--bh-primary) !important;
}
.button:hover, .btn_1:hover {
    background-color: #002c61 !important; /* Darker blue */
    border-color: #002c61 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 64, 138, 0.3);
}
.button:hover::after, .btn_1:hover::after {
    transform: translate(4px, -2px);
}

/* Outline Button */
.button.outline, .btn_1.outline {
    background-color: transparent !important;
    color: var(--bh-primary) !important;
    border: 1px solid var(--bh-primary) !important;
}
.button.outline:hover, .btn_1.outline:hover {
    background-color: var(--bh-primary) !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 64, 138, 0.3);
}

/* Force sans-serif for stats numbers to override global !important h3 rule */
.bh-stat-mini h3, h3.bh-stat-number {
    font-family: var(--font-primary), sans-serif !important;
    font-weight: 300 !important;
}

/* Product Page Hero Adjustments to match bh-page-hero */
.single-product .bh-hero-framed-box {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
}
.single-product .bh-hero-title-area {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 50px;
}
.single-product .bh-hero-title-area h1 {
  text-shadow: 0 4px 12px rgba(0,0,0,0.4);
  font-size: clamp(3rem, 5vw, 4.5rem);
}


/* Global Title Color Override */
:where(.bg-white, .bg-light, body, .card) h1:not(.text-white),
:where(.bg-white, .bg-light, body, .card) h2:not(.text-white),
:where(.bg-white, .bg-light, body, .card) h3:not(.text-white),
:where(.bg-white, .bg-light, body, .card) h4:not(.text-white),
:where(.bg-white, .bg-light, body, .card) h5:not(.text-white),
:where(.bg-white, .bg-light, body, .card) h6:not(.text-white),
:where(.bg-white, .bg-light, body, .card) .font-serif:not(.text-white),
:where(.bg-white, .bg-light, body, .card) .title:not(.text-white),
:where(.bg-white, .bg-light, body, .card) .section-title:not(.text-white) {
    color: #122223;
}

