html, body {
  width: 100%;
  padding: 0;
  margin: 0 0 0 0; /* top right bottom left */
  overflow-x: hidden;
}

h1 { font-size: 2rem; padding: 20px 0; }
h2 { font-size: 1.8rem; padding: 12px 0; }
h3 { font-size: 1.3rem; padding: 8px 0; }
h3 { font-size: 1.1rem; padding: 8px 0; }

@media (max-width: 767px) {
  h1 {
    font-size: 1.6rem;
    padding: 18px 0;
  }

  h2 {
    font-size: 1.4rem;
    padding: 10px 0;
  }

  h3 {
    font-size: 1.2rem;
    padding: 8px 0;
  }
  h4 {
    font-size: 1.1rem;
    padding: 8px 0;
  }
}

.post-content {
  font-size: 1.1rem;
  line-height: 1.75;
}

/* =========================================================
   NAVBAR (clean + smaller height on desktop)
========================================================= */

/* Base navbar (applies to all sizes) */
.custom-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  width: 100%;
  background-color: #ffffff;
  transition: background-color 0.3s ease;

  /* keep tight by default */
  padding-top: 0;
  padding-bottom: 0;
}

/* Brand container (logo wrapper) */
.custom-navbar .navbar-brand {
  margin: 0;
  display: flex;
  align-items: center;
  height: auto;

  padding-top: 6px;
  padding-bottom: 6px;
}

/* Logo image */
.custom-navbar .navbar-brand img {
  display: block;
  width: auto;
  height: 110px;   /* desktop height */
  padding: 0;
  margin: 0;

  content: url('https://yellowstonebison.com/wp-content/themes/palisades/images/logo-black.png');
}

/* Desktop menus default hidden until lg */
.left-menu,
.right-menu {
  display: none;
}

@media (min-width: 992px) {
  .left-menu,
  .right-menu {
    display: flex !important;
  }

  #collapsemenu {
    display: none !important;
  }

  /* tighten container row */
  .custom-navbar > .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: center;
  }

  /* Nav items spacing */
.nav-item {
  margin-left: 0.7rem;
  margin-right: 0.7rem;
}

  /* Nav link sizing + NO extra vertical height */
.nav-link {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  transition: color 0.2s ease;

  font-size: 1.3rem;
  line-height: 1.1;

  padding: 0.2rem 0;
}

  .nav-link:hover,
  .nav-link:focus {
    color: #4a4a4a;
  }
}

/* Dropdown styles for desktop "Cabins" */
.cabins-dropdown {
  position: relative;
}

.cabins-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0.25rem;
  min-width: 220px;
  z-index: 1000;
  padding: 0.5rem 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.cabins-dropdown .dropdown-menu .dropdown-item {
  padding: 0.75rem 1.5rem;
  color: #000d38;
  font-size: 0.95rem;
  text-transform: none;
  font-weight: 500;
  white-space: nowrap;
  background-color: transparent;
}

.cabins-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #f0f0f0;
  color: #9d000e;
}

.cabins-dropdown:hover .dropdown-menu {
  display: block;
}

.navbar-nav {
  flex-wrap: nowrap;
}

/* Hide desktop hover dropdown on mobile */
@media (max-width: 991px) {
  .cabins-dropdown .dropdown-menu {
    display: none !important;
  }
}

/* =========================================================
   MOBILE NAV
========================================================= */
@media (max-width: 991px) {

  /* Mobile navbar stays white */
  .custom-navbar {
    background-color: #ffffff !important;
  }

  /* Mobile logo size */
  .custom-navbar .navbar-brand img {
    height: 75px;
    width: auto;
    padding: 0;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  /* Top bar layout */
  .custom-navbar > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    width: 100%;
  }

  .custom-navbar .navbar-brand {
    margin-left: 0;
    margin-right: auto;
    flex-shrink: 0;
  }

  /* Hamburger */
  .navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
    font-size: 1.3rem;
    color: #000d38;
    margin-left: auto;
    flex-shrink: 0;
  }

  .navbar-toggler-icon {
    filter: invert(15%) sepia(100%) saturate(700%) hue-rotate(190deg) brightness(15%) contrast(90%);
  }

  /* Mobile menu panel */
  #collapsemenu {
    background-color: #ffffff;
    margin-top: 0.5rem;
    padding: 1rem 1.5rem;
    border-radius: 4px;
  }

  #collapsemenu .nav-item {
    margin-left: 0;
    margin-right: 0;
  }

  #collapsemenu .nav-link {
    color: #000d38;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.75rem 0;
    border-bottom: 1px solid #e0e0e0;
  }

  #collapsemenu .nav-link:hover,
  #collapsemenu .nav-link:focus {
    color: #9d000e;
    background-color: #f9f9f9;
  }

  #collapsemenu .dropdown-toggle::after {
    content: " ▼";
    font-size: 1.2rem;
  }

  #mobileCabinsSubmenu .nav-link {
    font-size: 1.6rem;
    padding-left: 1rem;
  }
}

/* =========================================================
   HERO VIDEO (fixed width + smaller height)
========================================================= */

/* HERO VIDEO */
.video-hero {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  height: 30vh;
}

/* video fills hero */
.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Offset hero below navbar dynamically */
@media (min-width: 992px) {
  .video-hero {
    /* desktop navbar height */
    margin-top: 110px; /* match your logo height on desktop */
    height: 50vh; /* adjust hero height for desktop */
  }
}

@media (max-width: 991px) {
  .video-hero {
    /* mobile navbar height */
    margin-top: 75px; /* match mobile logo height */
    height: 26vh;     /* keep your previous mobile height */
  }
}

@media (max-width: 575px) {
  .video-hero {
    margin-top: 75px; /* same mobile offset */
    height: 22vh;
  }
}










/* =========================================================
   BOOKING CTA BAR (below hero video)
========================================================= */

.booking-cta {
  width: 100%;
  background: linear-gradient(90deg, #2f7d32 0%, #3f9a45 100%);
  padding: 18px 0;
  margin-bottom: 40px;
}

.booking-cta-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: center;
  flex-wrap: wrap;
}

.booking-cta-text {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.booking-cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  background: #ffffff;
  color: #2f7d32;
  text-decoration: none;

  padding: 10px 20px;
  border-radius: 50px;

  font-size: 1.2rem;
  font-weight: 700;

  transition: all 0.2s ease;
}

.booking-cta-phone:hover {
  background: #f3f3f3;
  transform: translateY(-2px);
  color: #2f7d32;
}

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

  .booking-cta-text {
    font-size: 1.05rem;
  }

  .booking-cta-phone {
    font-size: 1.05rem;
    padding: 8px 16px;
  }

}




























.navbar .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: all 0.2s ease;
}

.navbar .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}














/* CTA rows */
.booking-cta-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* Airbnb row spacing */
.airbnb-row {
  margin-top: 10px;
}

/* Make both CTA buttons align the same */
.booking-cta-phone,
.booking-airbnb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-height: 50px;
  padding: 10px 20px;
  border-radius: 50px;

  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all 0.2s ease;
  vertical-align: middle;
}

/* Phone button */
.booking-cta-phone {
  background: #ffffff;
  color: #2f7d32;
  font-size: 1.2rem;
}

.booking-cta-phone:hover {
  background: #f3f3f3;
  transform: translateY(-2px);
  color: #2f7d32;
}

/* Airbnb button */
.booking-airbnb {
  background: #ffffff;
  color: #FF5A5F;
  font-size: 1.2rem;
}

.booking-airbnb:hover {
  background: #f3f3f3;
  transform: translateY(-2px);
  color: #FF5A5F;
}

/* Keep icons visually centered */
.booking-cta-phone i,
.booking-airbnb i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1.2rem;
}

/* Mobile */
@media (max-width: 767px) {
  .booking-cta-text {
    font-size: 1.05rem;
  }

  .booking-cta-phone,
  .booking-airbnb {
    font-size: 1.05rem;
    min-height: 46px;
    padding: 8px 16px;
  }

  .booking-cta-phone i,
  .booking-airbnb i {
    font-size: 1.05rem;
  }
}

/* OR divider */
.booking-cta-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
  opacity: 0.95;
}

.booking-cta-divider span {
  padding: 0 8px;
}

/* subtle divider lines */
.booking-cta-divider::before,
.booking-cta-divider::after {
  content: "";
  height: 2px;
  width: 18px;
  background: rgba(255,255,255,0.6);
  margin: 0 6px;
}



/* ========================================
   MOBILE CTA LAYOUT IMPROVEMENT
======================================== */

@media (max-width: 767px) {

  /* stack elements nicely */
  .booking-cta-row {
    flex-direction: column;
    gap: 10px;
  }

  /* OR divider styling */
  .booking-cta-divider {
    width: 100%;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    opacity: 0.9;
  }

  /* change divider lines to longer ones on mobile */
  .booking-cta-divider::before,
  .booking-cta-divider::after {
    width: 28px;
  }

}

/* Make long desktop dropdowns scroll */
@media (min-width: 992px) {
  .cabins-dropdown .dropdown-menu {
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}