﻿/*  Guest Connect Theme Factory
 *
 *    Updates values on main.less
 *    
*/
/* Guest Connect Mixins*/
/*-- header styles --*/
#header #top-header {
  line-height: 20px;
  padding: 0;
  font-size: 14px;
  background: #777c66;
  color: #fff;
  margin-bottom: 0;
  min-height: 30px;
}
#header #top-header a {
  color: #ffffff;
  height: auto;
  padding: 5px 10px;
  font-size: 16px;
  transition: color 0.3s ease;
}
#header #top-header a:hover {
  color: #ffffff;
  text-decoration: none;
}
#header .nav > li > a:focus,
#header .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}
#header .social-header {
  margin-right: 0;
}

#header .social-header li {
  margin-left: 5px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

#header .social-header li:first-child {
  border-left: none;
}

#header .social-header a:focus,
#header .social-header a:hover {
  color: #ffffff !important;
  background-color: transparent !important;
}

/* Social media specific hover colors */
#header .social-header li {
  transition: background-color 0.3s ease;
}

#header .social-header li:first-child:hover {
  background-color: #37589b !important;
}

#header .social-header li:last-child:hover {
  background-color: #a67658 !important;
}

#header .social-header li:last-child {
  margin-left: 0;
}

/* Hide social media header on mobile */
@media (max-width: 768px) {
  #header #top-header {
    display: none !important;
  }
}

/* Hide footer globally for all pages */
#footer {
    display: none !important;
}

/* ===== BOOK PAGE STYLES FROM PREVIEW ===== */

/* Booking section top spacing to prevent header overlap */
#booking {
    padding-top: 80px !important;
}

/* Main booking heading */
#booking h2.hline {
    font-family: Raleway !important;
    font-size: 26px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    margin-bottom: 24px !important;
    color: #777c66 !important;
    padding: 0px 16px !important;
}

/* Remove hline before and after elements */
#booking h2.hline:before,
#booking h2.hline:after {
    display: none !important;
}

/* Insurance section text styling */
.panel-default:nth-child(2) .form-group,
.panel-default:nth-child(2) .form-group p,
.panel-default:nth-child(2) .form-group label,
.panel-default:nth-child(2) .panel-body p {
    font-family: 'Noto Sans', sans-serif !important;
}

/* More specific targeting for insurance paragraph */
section:nth-child(2) .panel-body .form-group p {
    font-family: 'Noto Sans', sans-serif !important;
}

/* All labels within checkout section */
#checkout label {
    color: #474943 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    margin-bottom: 5px !important;
    font-family: 'Noto Sans', sans-serif !important;
}

/* Insurance section label font-weight - override general label styling */
#insuranceAccepted label,
#insuranceRejected label {
    font-weight: 600 !important;
}

/* Insurance accepted form group margin */
#insuranceAccepted {
    margin-bottom: 4px !important;
    margin-top: 20px !important;
}

/* Link color styling - only within booking section */
#booking a {
    color: #97a271 !important;
    text-decoration: none !important;
}

#booking a:hover {
    color: #545a46 !important;
    text-decoration: underline !important;
}

/* Override hover underline specifically for Book Room button */
#booking a#bookBtn:hover {
    text-decoration: none !important;
}

/* Summary section h3 styling */
#booking #summary h3 {
    background-color: #f5f5f5 !important;
    font-weight: 400 !important;
}

/* Summary section label styling */
#booking #summary label {
    font-weight: normal !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    color: #808080 !important;
}

/* Summary pull-right elements styling */
#booking #summary .pull-right {
    font-family: 'Noto Sans', sans-serif !important;
    color: #474944 !important;
}

/* Totals section h2 styling */
#totals h2 {
    background-color: #777c66 !important;
}

/* Totals .total background styling */
#booking #summary #totals .total {
    background-color: #f1f2ef !important;
}

/* Body background */
body {
    background-color: #f8f9fa !important;
}

/* Remove margin-bottom from termAndCondition */
#termAndCondition {
    margin-bottom: 0 !important;
}

/* Remove box shadow from panels */
.panel-default {
    box-shadow: none !important;
}

#header .navbar-default .navbar-toggle {
  border: 0 none;
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
#header #nav-header {
  height: 120px;
  background: #ffffff;
  padding: 10px 0;
  margin-bottom: 0;
}
#header #nav-header .navbar-nav a {
  height: auto;
  line-height: 1.4;
  padding: 35px 10px;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #777c66;
  display: block;
}
@media (max-width: 768px) {
  #header #nav-header .navbar-nav a {
    height: auto;
    line-height: 1.6;
    padding: 16px 20px;
    border-bottom: 1px solid #e5e5e5;
    color: #777c66;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    display: block;
  }
}
#header #nav-header .navbar-nav a:focus {
  background: transparent;
}
#header #nav-header .navbar-nav a:hover {
  color: #5a5e4d;
}
@media (max-width: 768px) {
  #header #nav-header .navbar-nav a:hover {
    background: #f5f5f5;
    color: #666b5a;
  }
}
#header #nav-header .navbar-nav .active > a {
  backgroud: rgba(255, 255, 255, 0.1);
}
#header .navbar {
  border-radius: 0;
  border: none;
}
#header .collapse.in,
#header .collapsing {
  display: block;
  position: initial;
  border: 0;
}
@media (max-width: 768px) {
  #header .collapse.in,
  #header .collapsing {
    border-bottom: none;
    margin-top: 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }
}
@media (max-width: 768px) {
  #header .collapse.in .navbar-nav,
  #header .collapsing .navbar-nav {
    background: #ffffff;
    margin: 0 !important;
    padding: 0;
    width: 100%;
  }

  #header .navbar-nav {
    margin: 0 !important;
    float: none !important;
  }

  #header .navbar-nav > li {
    float: none !important;
    width: 100%;
  }

  #header .navbar-nav > li > a {
    padding: 16px 20px;
    border-bottom: 1px solid #e5e5e5;
  }
}

/* Resort Logo Styling - Responsive */
#header .navbar-brand {
  height: auto;
  float: left;
  display: flex;
  align-items: center;
  padding: 0;
}

#header .navbar-brand .resort-logo {
  width: auto;
  height: 100px;
  max-width: 100%;
  object-fit: contain;
}

/* Smaller logo on tablets and mobile */
@media (max-width: 991px) {
  #header .navbar-brand {
    max-height: 80px;
  }

  #header .navbar-brand .resort-logo {
    height: 80px;
  }
}

/* Mobile header height adjustment */
@media (max-width: 768px) {
  #header #nav-header {
    height: 100px !important;
  }

  #header .navbar-brand .resort-logo {
    height: 80px !important;
  }
}

/* Extra small mobile - add left padding to logo */
@media (max-width: 480px) {
  #header .navbar-brand {
    padding-left: 12px;
  }
}

/* Navigation Menu Styling */
#header #nav-header .navbar-main {
  margin-left: 0;
  float: right;
}

#header #nav-header .navbar-main > li {
  margin: 0 2px;
  display: inline-block;
  float: left;
}

#header #nav-header .navbar-main > li > a {
  text-transform: none;
  letter-spacing: 0px;
  transition: color 0.3s ease;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #777c66;
}

#header #nav-header .navbar-main > li > a:hover {
  color: #5a5e4d;
}

/* Hide dropdown carets */
#header #nav-header .navbar-main > li > a .caret {
  display: none;
}

/* Dropdown Menu Styling */
#header .dropdown-menu {
  border: 1px solid #ffffff;
  border-radius: 0;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
  margin-top: 0;
  padding: 0;
  display: none;
}

#header .dropdown:hover .dropdown-menu {
  display: block;
}

#header #nav-header .dropdown-menu > li > a {
  width: 100% !important;
  height: auto !important;
  float: left !important;
  text-align: left !important;
  line-height: 23px !important;
  padding: 8px 15px !important;
  font-size: 15px !important;
  min-height: 23px !important;
  max-width: none !important;
  text-decoration: none !important;
  color: #3d3d08 !important;
  background-color: #ffffff !important;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 300 !important;
}

#header #nav-header .dropdown-menu > li > a:hover {
  background-color: #777c66 !important;
  color: #ffffff !important;
}

/* Mobile Dropdown Menu Styling */
@media (max-width: 768px) {
  #header .dropdown-menu {
    position: static !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    background-color: #f8f9fa !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
  }

  #header .dropdown:hover .dropdown-menu {
    display: none !important;
  }

  #header .dropdown.open .dropdown-menu {
    display: block !important;
  }

  #header #nav-header .dropdown-menu > li > a {
    padding: 14px 20px 14px 40px !important;
    font-size: 16px !important;
    color: #666 !important;
    border-bottom: 1px solid #e5e5e5 !important;
    background-color: #f8f9fa !important;
  }

  #header #nav-header .dropdown-menu > li > a:hover {
    background-color: #e5e5e5 !important;
    color: #777c66 !important;
  }

  #header .navbar-nav > li.dropdown > a {
    position: relative;
  }
}

/* Container and layout fixes */
#header #nav-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  max-width: 1410px;
  width: 100%;
}

#header #nav-header .navbar-collapse {
  padding: 0;
  border: 0;
  box-shadow: none;
}

#header #nav-header .navbar-collapse.collapse {
  display: flex !important;
  height: auto !important;
  visibility: visible !important;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  #header #nav-header .container {
    display: block;
  }

  #header #nav-header .navbar-main {
    margin-left: 0;
    float: none;
  }

  #header #nav-header .navbar-main > li {
    margin: 0;
    float: none;
  }
}

@media (max-width: 767px) {
  #header #nav-header .navbar-collapse.collapse {
    display: none !important;
  }

  #header #nav-header .navbar-collapse.in {
    display: block !important;
  }
}
#hero {
  height: 500px;
  margin-top: -20px;
  overflow: hidden;
  width: 100%;
}
#hero .background-image-cover {
  min-height: 550px;
  background-image: url(../../css/Images/ImageSlider/hero_2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#hero .hero-call-to-action {
  padding: 30px 30px 80px 30px;
  color: #ffffff;
}
#hero .hero-call-to-action h1,
#hero .hero-call-to-action h2,
#hero .hero-call-to-action h3,
#hero .hero-call-to-action h4 {
  color: #ffffff;
}
#hero .hero-call-to-action .hline:before {
  border-top: 2px solid rgba(255, 255, 255, 0.4);
}
#hero .hero-call-to-action .hline span {
  background: none;
}
section#index {
  margin-top: -25px;
}
/*-- footer styles --*/
#footer {
  font-size: 12px;
}
#footer h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
#footer .pre-footer .container .pb20 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#footer .footer {
  background: #434b5a;
  color: rgba(255, 255, 255, 0.7);
  padding: 20px 0 0;
}
#footer .footer a {
  color: rgba(255, 255, 255, 0.7);
}
#footer .footer a:hover {
  color: #ffffff;
}
#footer .post-footer {
  background: #292e37;
  color: rgba(255, 255, 255, 0.7);
  padding: 30px 0;
  margin-top: 50px;
  line-height: 14px;
}
#footer .post-footer a {
  color: rgba(255, 255, 255, 0.4);
}
#footer a {
  text-decoration: none;
}
/*
*
* 	carrousel styles
*
*/
.carousel-homepage {
  height: 400px;
  overflow: hidden;
  margin-top: -20px;
  -webkit-transition: height 0.6s;
  -moz-transition: height 0.6s;
  -ms-transition: height 0.6s;
  -o-transition: height 0.6s;
}
.carousel-homepage.expanded {
  height: 600px;
}
.carousel-homepage.expanded .cslide {
  min-height: 600px;
}
.carousel-homepage .slide1,
.carousel-homepage .slide2,
.carousel-homepage .slide3 {
  min-height: 400px;
  /* Must have a height or min-height set due to use of background images */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: min-height 0.6s;
  -moz-transition: min-height 0.6s;
  -ms-transition: min-height 0.6s;
  -o-transition: min-height 0.6s;
}
.carousel-homepage .slide1 {
  background-image: url(../../css/Images/ImageSlider/hero_1.jpg);
}
.carousel-homepage .slide2 {
  background-image: url(../../css/Images/ImageSlider/hero_2.jpg);
}
.carousel-homepage .slide3 {
  background-image: url(../../css/Images/ImageSlider/hero_3.jpg);
}
.carousel-homepage .carousel-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 30px 30px 80px 30px;
  background: #379bff;
  border-top: 3px solid #ffffff;
  color: #ffffff;
}
.carousel-homepage .carousel-overlay .hline:before {
  border-top: 2px solid rgba(255, 255, 255, 0.4);
}
.carousel-homepage .carousel-overlay .hline span {
  background: #379bff;
}
/*
*
* 	./ carrousel styles ends
*
*/

/* Availability Page Hero Section Improvements */
/* Replace carousel with single hero background */
#carousel-availability {
    display: none !important;
}

/* Hero section with background image */
#resort-features {
    position: relative;
    background-image: url('../css/Images/ImageSlider/hero_2.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Overlay for better text readability */
#resort-features::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

/* Ensure content appears above overlay */
#resort-features .container {
    position: relative;
    z-index: 2;
}

/* Hide the left sidebar search on availability page by default */
#resort-features .col-xs-12.col-md-3 {
    display: none !important;
}

/* Show sidebar when search widget is active */
#resort-features.show-sidebar .col-xs-12.col-md-3 {
    display: block !important;
}

/* Adjust layout when sidebar is shown */
#resort-features.show-sidebar .col-xs-12.col-md-9 {
    width: 75% !important;
}

/* Style the Change Search button */
.resort-description-menu .btn-primary {
    background-color: #777c66 !important;
    border-color: #777c66 !important;
    font-family: 'Noto Sans', sans-serif !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
}

.resort-description-menu .btn-primary:hover {
    background-color: #666b5a !important;
    border-color: #666b5a !important;
}

/* Search widget toggle functionality */
.search-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}

.search-widget-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    max-width: 600px;
    width: 90%;
    z-index: 1001;
    display: none;
}

.search-widget-popup-large {
    max-width: 800px;
    width: 95%;
    max-height: 80vh;
    overflow-y: auto;
}

/* Style the search widget within the popup */
.search-widget-popup #spiSearchWidget {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.search-widget-popup .row {
    margin: 0 !important;
}

.search-widget-popup input,
.search-widget-popup select {
    margin-bottom: 10px !important;
}

.search-widget-popup #srchBtn {
    background-color: #777c66 !important;
    border-color: #777c66 !important;
    font-family: 'Noto Sans', sans-serif !important;
    font-weight: 500 !important;
    margin-top: 15px !important;
}

.search-widget-popup #srchBtn:hover {
    background-color: #666b5a !important;
    border-color: #666b5a !important;
}

.search-widget-popup .close-button {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #777c66;
}

.search-widget-popup .close-button:hover {
    color: #666b5a;
}

/* Center the search widget horizontally */
#resort-features .col-xs-12.col-md-9 {
    width: 100% !important;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

/* Style the hero title */
#resort-heading h2 {
    color: #ffffff !important;
    font-size: 48px !important;
    font-weight: 300 !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
    margin-bottom: 20px !important;
}

/* Style the address */
#resort-heading .address {
    color: #ffffff !important;
    font-size: 18px !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
    margin-bottom: 40px !important;
}

/* Center the search widget container */
.search-widget-container {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    max-width: 700px;
    margin: 0 auto;
}

/* Resort heading background styling */
#availability #resort-heading {
    position: relative !important;
    background-image: url('../images/POSR-Summer-Aerial-View.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    padding: 40px 0 !important;
}

/* Olive green overlay */
#availability #resort-heading::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(119, 124, 102, 0.45) !important;
    z-index: 1 !important;
}

/* Ensure content appears above overlay */
#availability #resort-heading .container {
    position: relative !important;
    z-index: 2 !important;
}

/* Style text for better readability over background */
#availability #resort-heading h2 {
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7) !important;
}

#availability #resort-heading .address {
    color: #ffffff !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7) !important;
}

/* Search Results Widget Styling - Matching Embedded Search Widget Exactly */
.search-sidebar {
    background: rgba(255, 255, 255, 0.95) !important;
    border-radius: 8px !important;
    padding: 30px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    margin-bottom: 20px !important;
    border: none !important;
    font-family: 'Noto Sans', sans-serif !important;
}

.search-sidebar h4 {
    color: #777c66 !important;
    font-family: 'Noto Sans', sans-serif !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    border-bottom: 2px solid rgba(119, 124, 102, 0.2) !important;
    padding-bottom: 10px !important;
}

.search-sidebar p {
    margin-bottom: 12px !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    color: #333333 !important;
}

.search-sidebar p strong {
    color: #777c66 !important;
    font-weight: 500 !important;
    display: inline-block !important;
    min-width: 80px !important;
    font-family: 'Noto Sans', sans-serif !important;
}

/* Search Results Actions - Matching Embedded Search Widget Button Styling */
.resort-description-menu {
    margin-top: 15px !important;
}

.resort-description-menu .btn-primary {
    background-color: #777c66 !important;
    border-color: #777c66 !important;
    font-family: 'Noto Sans', sans-serif !important;
    font-weight: 500 !important;
    color: white !important;
    border: none !important;
    padding: 12px 25px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
    width: 100% !important;
}

.resort-description-menu .btn-primary:hover {
    background-color: #666b5a !important;
    border-color: #666b5a !important;
}

.resort-description-menu .btn-primary:focus,
.resort-description-menu .btn-primary:active {
    background-color: #666b5a !important;
    border-color: #666b5a !important;
    outline: none !important;
}

/* Responsive adjustments matching embedded widget */
@media (max-width: 768px) {
    .search-sidebar {
        margin: 0 20px !important;
        padding: 20px !important;
        margin-bottom: 30px !important;
    }

    .search-sidebar h4 {
        font-size: 16px !important;
        margin-bottom: 15px !important;
    }

    .search-sidebar p {
        font-size: 13px !important;
        margin-bottom: 10px !important;
    }

    .search-sidebar p strong {
        min-width: 70px !important;
    }
}

/* Room type availability improvements */
.roomTypeAvailability .picture-box {
    display: none !important;
}

.roomTypeAvailability .daily-rate-box {
    width: 83.33333333% !important;
}

/* Responsive design for hero section */
@media (max-width: 768px) {
    #resort-features {
        min-height: 400px;
    }

    #resort-heading h2 {
        font-size: 36px !important;
    }

    #resort-heading .address {
        font-size: 16px !important;
    }

    .search-widget-container {
        margin: 0 20px;
        padding: 20px;
    }
}

@media (max-width: 480px) {
    #resort-features {
        min-height: 350px;
    }

    #resort-heading h2 {
        font-size: 28px !important;
    }

    #resort-heading .address {
        font-size: 14px !important;
    }
}

/* ==========================================
 * HORIZONTAL SEARCH DETAILS STYLING
 * ========================================== */

/* Horizontal Search Details Layout - For Availability View Hero Section */
.search-details-horizontal {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    margin-top: 30px !important;
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    padding: 25px 30px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    max-width: 700px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.search-detail-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 5px 10px !important;
}

.search-label {
    color: #777c66 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    margin-bottom: 4px !important;
    text-transform: none !important;
    letter-spacing: 0.3px !important;
    font-family: 'Noto Sans', sans-serif !important;
    line-height: 1.2 !important;
}

.search-value {
    color: #333333 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    font-family: 'Noto Sans', sans-serif !important;
    line-height: 1.3 !important;
}

.search-details-horizontal .btn-outline-light {
    background-color: #777c66 !important;
    border: 1px solid #777c66 !important;
    color: white !important;
    font-family: 'Noto Sans', sans-serif !important;
    font-weight: 600 !important;
    padding: 8px 18px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 2px 4px rgba(119, 124, 102, 0.2) !important;
}

.search-details-horizontal .btn-outline-light:hover {
    background-color: #666b5a !important;
    border-color: #666b5a !important;
    color: white !important;
}

.search-details-horizontal .btn-outline-light:focus,
.search-details-horizontal .btn-outline-light:active {
    background-color: #666b5a !important;
    border-color: #666b5a !important;
    outline: none !important;
}

/* ==========================================
 * BOOKING FORM STYLING CONSOLIDATION
 * ========================================== */

/* Form Panel Styling for Consistency Across All Views */
#booking .panel,
#formBook .panel,
.panel-default {
    background-color: #ffffff !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    margin-bottom: 30px !important;
}

#booking .panel-heading,
#formBook .panel-heading,
.panel-heading {
    background-color: #777c66 !important;
    border-bottom: 1px solid #777c66 !important;
    color: #ffffff !important;
    padding: 15px !important;
    font-family: 'Noto Sans', sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px !important;
}

#booking .panel-body,
#formBook .panel-body,
.panel-body {
    padding: 20px !important;
}

/* Form Input Styling for All Views - Exclude phone inputs */
#booking input:not([type=tel]),
#booking select,
#booking textarea,
#formBook input:not([type=tel]),
#formBook select,
#formBook textarea,
.form-control:not([type=tel]) {
    background-color: #ffffff !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    font-family: 'Noto Sans', sans-serif !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1) !important;
    transition: border-color 0.3s ease !important;
}

/* Preserve intlTelInput specific padding for phone number fields */
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel] {
    padding-right: 6px !important;
    padding-left: 52px !important;
    margin-left: 0 !important;
}

#booking input:focus,
#booking select:focus,
#booking textarea:focus,
#formBook input:focus,
#formBook select:focus,
#formBook textarea:focus,
.form-control:focus {
    border-color: #777c66 !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(119, 124, 102, 0.2) !important;
}

/* Label Styling */
#booking label,
#formBook label {
    color: #777c66 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    margin-bottom: 5px !important;
    font-family: 'Noto Sans', sans-serif !important;
}

/* Button Styling for All Views */
#booking .btn-primary,
#formBook .btn-primary,
#bookBtn,
.btn-primary,
#booking input[type="submit"],
#booking button[type="submit"],
#formBook input[type="submit"],
#formBook button[type="submit"] {
    background-color: #777c66 !important;
    border-color: #777c66 !important;
    color: white !important;
    font-family: 'Noto Sans', sans-serif !important;
    font-weight: 500 !important;
    border: none !important;
    padding: 12px 25px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
    font-size: 14px !important;
}

#booking .btn-primary:hover,
#formBook .btn-primary:hover,
#bookBtn:hover,
.btn-primary:hover,
#booking input[type="submit"]:hover,
#booking button[type="submit"]:hover,
#formBook input[type="submit"]:hover,
#formBook button[type="submit"]:hover {
    background-color: #666b5a !important;
    border-color: #666b5a !important;
    color: white !important;
}

#booking .btn-primary:focus,
#booking .btn-primary:active,
#formBook .btn-primary:focus,
#formBook .btn-primary:active,
#bookBtn:focus,
#bookBtn:active,
.btn-primary:focus,
.btn-primary:active,
#booking input[type="submit"]:focus,
#booking input[type="submit"]:active,
#booking button[type="submit"]:focus,
#booking button[type="submit"]:active,
#formBook input[type="submit"]:focus,
#formBook input[type="submit"]:active,
#formBook button[type="submit"]:focus,
#formBook button[type="submit"]:active {
    background-color: #666b5a !important;
    border-color: #666b5a !important;
    outline: none !important;
}

/* ==========================================
 * COMPLETION PAGE STYLING
 * ========================================== */

/* Reservation Complete Page Styling */
#confirmation .panel {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    margin-bottom: 30px !important;
}

#confirmation .panel-body {
    padding: 20px !important;
}

#confirmation h3 {
    color: #777c66 !important;
    font-family: 'Noto Sans', sans-serif !important;
    font-weight: 500 !important;
    margin-bottom: 15px !important;
}

#confirmation .table {
    margin-bottom: 0 !important;
}

#confirmation .table td {
    padding: 8px 12px !important;
    border-top: 1px solid #f0f0f0 !important;
    font-family: 'Noto Sans', sans-serif !important;
}

#confirmation .table .bold {
    font-weight: 600 !important;
    color: #333333 !important;
}

#confirmation .btn {
    background-color: #777c66 !important;
    border-color: #777c66 !important;
    color: white !important;
    font-family: 'Noto Sans', sans-serif !important;
    font-weight: 500 !important;
    padding: 10px 20px !important;
    border-radius: 4px !important;
}

#confirmation .btn:hover {
    background-color: #666b5a !important;
    border-color: #666b5a !important;
}

/* ==========================================
 * RESPONSIVE DESIGN FOR HORIZONTAL SEARCH
 * ========================================== */

@media (max-width: 768px) {
    .search-details-horizontal {
        gap: 20px !important;
        margin: 0 20px !important;
        padding: 20px !important;
    }

    .search-detail-item {
        min-width: 80px !important;
    }

    .search-value {
        font-size: 14px !important;
    }

    .search-label {
        font-size: 12px !important;
    }

    #booking .panel-body,
    #formBook .panel-body {
        padding: 15px !important;
    }

    #booking .btn-primary,
    #formBook .btn-primary,
    .btn-primary {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
}

@media (max-width: 480px) {
    .search-details-horizontal {
        gap: 15px !important;
        padding: 15px !important;
        margin: 0 10px !important;
    }

    #booking .panel-heading,
    #formBook .panel-heading {
        padding: 12px !important;
        font-size: 16px !important;
    }
}

/*# sourceMappingURL=extras.css.map */