/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

/* Text logo branding styles */
.logo_text {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff !important;
  text-decoration: none !important;
  display: flex !important;
  align-items: center;
  line-height: 1;
  transition: color 0.3s ease;
}

.logo_text .brand_caveat {
  font-family: 'Caveat', cursive;
  font-size: 38px;
  text-transform: none;
  color: #ebd7b2;
  margin-right: 6px;
  font-weight: 500;
  line-height: 0.8;
  display: inline-block;
  vertical-align: middle;
}

/* Sticky header overrides for logo text */
header.fixed_header.sticky .logo_text {
  color: #333333 !important;
}

header.fixed_header.sticky .logo_text .brand_caveat {
  color: #978667;
}

/* Fix mobile menu panel logo text */
.logo_panel .logo_text {
  color: #333333 !important;
}
.logo_panel .logo_text .brand_caveat {
  color: #978667;
}

/* Overwrite logo-area styling to remove background box and align properly */
.logo-area {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  display: flex !important;
  align-items: center !important;
  height: auto;
}

/* Booking search bar relocation to the bottom of the banner on desktop */
@media (min-width: 992px) {
  .hero.home-search .wrapper {
    position: relative;
    padding-bottom: 120px; /* Make sure centered content has space */
  }

  .hero.home-search .container {
    padding-top: 60px; /* Shift the main text down slightly to center it vertically in the new layout */
  }

  .booking_form_bottom {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 99;
  }

  /* Adjust mouse scroll arrow positioning to fit nicely with bottom search bar */
  .mouse_wp {
    right: 40px;
    bottom: 45px;
    z-index: 100;
  }
}

/* Responsive booking form styles on mobile */
@media (max-width: 991px) {
  .booking_form_bottom {
    position: relative;
    width: 100%;
    margin-top: 30px;
  }
  .booking_form_bottom .booking_form {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
  }
}

/* General design touches for premium look */
.btn_1, .btn_search {
  border-radius: 4px !important;
  transition: all 0.3s ease-in-out;
}

/* Premium Glassmorphic Header & Navigation Styling */
header.fixed_header {
  padding: 15px 0 !important;
  background: rgba(0, 0, 0, 0.45) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

header.fixed_header.sticky {
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  padding: 10px 0 !important;
}

/* Float styling on desktop to look extremely premium */
@media (min-width: 992px) {
  header.fixed_header {
    width: 96% !important;
    left: 2% !important;
    top: 15px !important;
    border-radius: 50px !important;
    padding: 12px 30px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
  }
  
  header.fixed_header.sticky {
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    border-radius: 0 !important;
    padding: 10px 30px !important;
  }
  
  /* Menu item layout */
  header nav ul li {
    margin-left: 10px !important;
  }
  
  header nav ul li a {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    padding: 8px 16px !important;
    border-radius: 30px !important;
    transition: all 0.3s ease !important;
    color: #ffffff !important;
  }
  
  /* Hover visual pills */
  header nav ul li a:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #ebd7b2 !important;
    opacity: 1 !important;
  }
  
  header.fixed_header.sticky nav ul li a {
    color: #333333 !important;
  }
  
  header.fixed_header.sticky nav ul li a:hover {
    background: rgba(151, 134, 103, 0.1) !important;
    color: #978667 !important;
    opacity: 1 !important;
  }
  
  /* Make the active page link stand out */
  header nav ul li a.active, 
  header nav ul li a.show-submenu:hover {
    color: #ebd7b2 !important;
  }
  header.fixed_header.sticky nav ul li a.active {
    color: #978667 !important;
  }

  /* Booking Button in Navbar */
  header nav ul li a.btn_1 {
    background: #ebd7b2 !important;
    color: #111111 !important;
    border: none !important;
    padding: 8px 20px !important;
    border-radius: 30px !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 15px rgba(235, 215, 178, 0.3) !important;
    transform: none;
  }
  
  header nav ul li a.btn_1:hover {
    background: #ffffff !important;
    color: #978667 !important;
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.25) !important;
    transform: translateY(-2px) !important;
    opacity: 1 !important;
  }

  header.fixed_header.sticky nav ul li a.btn_1 {
    background: #978667 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(151, 134, 103, 0.25) !important;
  }

  header.fixed_header.sticky nav ul li a.btn_1:hover {
    background: #242424 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15) !important;
  }
}

