@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap');

.flatpickr-day.glo-day-blocked {
  background: #eee !important;
  color: #999 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}

.glo-admin-manual-booking{
    background-color: #c3c3c3;
    border:solid 5px #142538;
    border-radius:7px;
}

.glo-admin-manual-bookingT{
    background-color: #142538;
    width:100%;
    padding-left:30px;
    padding-bottom:8px;
    color:#fff;
    position: relative;
}
.glo-admin-manual-bookingT button{
    background-color:#ff0000;
    border-radius:5px;
    color:#fff;
    font-size:18px;
    cursor:pointer;
    padding:0 3px;
    margin-bottom: 5px;
    right: 20px;
    font-weight: bold;
    position: absolute;

}
  .form-row {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5em;
            align-items: center;
            margin-top: 1em;
       margin-right: 10px;
        }
        .open-calendar-btn {
            padding: 0.5em 1em;
            border: 1px solid #0073aa;
            background: #fff;
            cursor: pointer;
        }
        .open-calendar-btn.selected {
            background: #0073aa;
            color: #fff;
        }
      .calendar-modal {
     position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2147483647;
  overflow-y: auto;
        }
       
        .calendar-modal-content {
             margin-top: 80px;
          display: flex;
  flex-direction: column;
  background: #fff;
  padding: 0 10px;
  min-width: 300px;
  max-width: 95vw;
  width: auto;
  border-radius: 5px;
  position: relative;
  max-height: calc(100vh - 100px);
  box-sizing: border-box;
  overflow-y: auto;
                }

.calendar-modal h3{
     font-weight: 700;
  color: #EA6150;
}
        .calendar-close {
            position: absolute;
            top: 0.5em;
            right: 0.5em;
            cursor: pointer;
            font-size: 1.5em;
        }
        
        .quick-durations button {
            padding: 0.4em 0.8em;
            background-color: #142538 !important;
            cursor: pointer;
            color: #fff;
        }
        .calendar-done-btn {
           
            padding: 0.5em 1em;
            background: #142538 !important;
            color: #fff !important;
            border: none !important;
            cursor: pointer;
        }

.quick-durations button:hover,
        .calendar-done-btn:hover {
          
            background: #ea6150 !important;
           
        }
        .flatpickr-day.inRange,
        .flatpickr-day.hoverRange {
            background: none !important;
            box-shadow: none !important;
            color: inherit !important;
            border-color: transparent !important;
        }
        .flatpickr-day:hover {
            background: #f0f8ff !important;
        }
        .flatpickr-day.startRange,
        .flatpickr-day.endRange {
            background: #ea6150 !important;
            color: #fff !important;
            border-color: #ea6150 !important;
        }
.flatpickr-calendar {
  box-shadow: none !important;
}

.quick-durations-heading {
  margin: 1em 0 0.5em;
  font-weight: bold;
  font-size: 1.1em;
}
.quick-durations {
  margin: 1em 0 0 0;
}
.flatpickr-current-month .cur-month {
  margin-right: 0.5em;
}
#selectedRangeDisplay {
 
  font-weight: bold;
    font-size: 1.5em;
    width:100%;
   
    display:block;
    text-align: center;
}

#selectedRangeDisplay .label-part{
    color:#142538;
}

.quick-durations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1em;
  max-width: 100%;
}

.quick-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  border-radius: 5px;
}

.quick-option button {
  padding: 0.4em 0.8em;
  border: 1px solid #ea6150;
  background: #f0f8ff;
  cursor: pointer;
  width: 100%;
}

.quick-option h3 {
 
  font-size: 1.5em;
  color: #ea6150;
  font-weight: bold;
}

/**********************/

.glo-customer-bookings-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.glo-table input[type="submit"], .glo-console-form input[type="submit"]{
    background-color: #132538 !important;
    border:none !important;
    color:#fff;
}
.glo-table input[type="submit"]:hover, .glo-console-form input[type="submit"]:hover, .glo-check-in-button:hover{
    background-color: #EA6150 !important;
     color:#fff; 
}
.glo-check-in-button{
    display:inline-block; 
    padding:10px; 
    background:#132538; 
    color:#fff; 
    text-decoration:none; 
    border-radius:4px;
   
}

.glo-tc-text{
    color: #EA6150 ;
}
.note-reply-modal-overlay{
position: fixed;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.hidden {
  display: none !important;
}
#vehicle-details, #non-uk-details {
    display: none;
}

/* Overlay for modal */
#terms-modal-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    display: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 10vh;
}

/* Modal content box */
#terms-modal-content {
    background: #fff;
    width: 70%;
    max-width: 900px;
    height: 80%;
    padding: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    animation: fadeSlideIn 0.3s ease;
}

/* Animate the fade/slide */
@keyframes fadeSlideIn {
    from { opacity: 0; transform: translateY(-30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Iframe inside modal */
#terms-modal-iframe {
    width: 100%;
    height: 100%;
    border: none;
}


.glo-booking-card {
  display: flex;
  flex-wrap: wrap;

  border-radius: 8px;
  overflow: hidden;
}

.glo-booking-left,
.glo-booking-right {
  flex: 1 1 50%;
  padding: 1rem;
  box-sizing: border-box;
}

.glo-booking-right {
  margin-top:60px;
}


.glo-booking-ref {
  font-weight: bold;
  margin-bottom: 0.5rem;
    font-family: 'Source Sans Pro', sans-serif;
    color:#EA6150;
    
}

.glo-booking-image img {
  max-width: 100%;
  height: auto;
    border-radius: 20px !important;
 
}

.glo-booking-image .no-image {
  background: #eee;
  padding: 2rem;
  text-align: center;
  color: #888;
}

.glo-lodge-type {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.glo-lodge-address {
  margin: 0.5rem 0 1rem;
}

.glo-accommodation-details{
    border:1px solid #ccc;
    padding:15px;
    margin-bottom:20px;
}

.glo-acc-row{
    display:flex;
    align-items:stretch;
    margin-bottom:20px;
}

.glo-acc-row-L{
    flex:0.25; 
    padding:10px; 
    display:flex; 
    flex-direction:column;
}

.glo-acc-row-M{
    flex:2; 
    padding:10px; 
    display:flex; 
    flex-direction:column;
}
.glo-acc-F1{
    flex:1;
}
.glo-acc-F1-EB{
    margin-bottom:20px;
}
.glo-acc-F1-EB2{
    margin-bottom:40px;
}
.glo-acc-Logo{
    width:100%;
    max-width:80px;
}
.glo-acc-row-R{
    flex:1.5; 
    padding:10px;
}
.glo-acc-row-R img{
    width:100%; 
    height:auto;
    border-radius: 20px !important;
}
.glo-arrival-departure {
  display: flex;
  gap: 1rem;
  margin: 1rem 0;
}
.glo-arrival-departure2 {
  display: flex;
  gap: 1rem;
  margin:  0;
}
.glo-arrival,
.glo-departure {
  flex: 1;
     margin-bottom: 1rem;
    margin-top: 1rem;
}


.glo-arrival-departure2 .glo-arrival{
  flex: 0.75;
     margin-bottom: 1rem;
    margin-top: 0;
    padding-right:0;
}

.glo-arrival-departure2 .glo-departure {
     flex: 1;
     margin-bottom: 1rem;
    padding-left:40px; 
    border-left:1px solid #ccc;
    margin-top: 0;
}



.glo-arrival .label,
.glo-departure .label {
  font-weight: bold;
  margin-bottom: 0.25rem;
    
}

.glo-status {
  margin-bottom: 1rem;
}

.glo-view-booking {
  display: inline-block;
  padding: 0.5rem 2rem;
  background: #142538;
  color: #fff;
  text-decoration: none;
  border-radius:20px;
}

.glo-view-booking:hover {
  color: #EA6150;
}


.GloBookingWrapper {
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #fff;
  color: #333;

  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 20px auto;
  max-width: 1200px;
}

/* ======== SUMMARY CARD ======== */
.GloBookingSummary {
  flex: 1 1 45%;
  min-width: 300px;
max-width: 600px;
  background-color: #fcfbf7;
  border: 1px solid #e2e2d6;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-family: 'Source Sans Pro', sans-serif;
}


/* Header band */
.GloBookingSummary h1 {
  margin: 0;
  padding: 0.75rem 2rem;
  background-color: #EDECD6;
  font-size: 2.2rem;
  font-weight: 700;
  color: #EA6150;
}

/* Image - ensures bottom corners match */
.GloBookingSummary img {
  display: block;
  width: 80%;
  height: auto;
    margin: 50px auto;
  border-top-left-radius: 50px !important;
  border-top-right-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  object-fit: cover;
}

.gloSummaryInside{
   width: 90%;
 
    margin: 0px auto 50px auto; 
    
}
.gloSummaryTitles{
 margin: 1rem 2rem;
}

.gloSummaryTitles h3, .addon-item h2{
   font-family: 'Source Sans Pro', sans-serif;
    font-size:30px;
    font-weight: bold;
    margin-bottom: 0px;
    

}
/* Text under image */
.GloBookingSummary > p {
  font-size: 1.1rem;
  line-height: 1.4;
  color: #333;
}

/* Check-in/out sections */
.opusCheckIn, .opusCheckOut, .addon-item, .GloDiscountForm, #addon-totals {
  margin: 1rem 2rem;
  padding: 1rem 0;
  border-top: 1px solid #e2e2d6;
    position: relative;
}
#addon-totals {
  font-weight: 700;
    
}
.opusCheckIn p, .opusCheckOut p {
  display: inline-block;
}
.addon-item:not(:first-of-type) h2{
    display: none !important;
    
}


.opusCheckIn p:first-child,
.opusCheckOut p:first-child {
  font-weight: 700;
  color: #555;
  font-size: 1rem;
    position: absolute;
    left:0;
}

.opusCheckIn p:last-child,
.opusCheckOut p:last-child {
  color: #EA6150;
  font-weight: 700;
  font-size: 1.05rem;
      position: absolute;
    right:0;
}

/* Price box */
.gloOfferContentR {
  background-color: #fcfbf7;
  padding: 2rem 2rem 1.5rem;
  margin-top: 1rem;
  border-top: 1px solid #e2e2d6;
    width:100% !important;
    text-align: right;
}

.gloPriceHeading {
  font-weight: 700;
  font-size: 2.5rem !important;

  margin: 0 0 1rem;
}

.gloOfferContentR p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.gloOfferContentR .discount-message {
  font-weight: 600;

  margin-bottom: 1rem;
}

.gloBiPr {
  font-size: 2.4rem;
  font-weight: 700;
  color: #EA6150;
}

.gloBiPr del {
  color: #999;
  margin-right: 0.5rem;
}

.gloBiTx {
  font-size: 2rem;
     font-weight: 700;
  color: #333;
}

.gloSmBo {
  font-size: 0.95rem;
  color: #666;
}

/* Discount Code area consistent styling */
.GloDiscountForm {
  background-color: #fcfbf7;
  padding: 1.5rem 2rem;
  border-top: 1px solid #e2e2d6;
}

.discount-header {
  font-size: 1.4rem;
  font-weight: 700;
  color: #EA6150;
  margin: 0 0 1rem;
}

.GloDiscountForm label {
  font-weight: 600;
  color: #333;
  display: block;
  margin-bottom: 0.5rem;
}

.GloDiscountForm input[type="text"] {
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: inherit;
  font-size: 1rem;
  box-sizing: border-box;
}

.GloDiscountForm button {
  background-color: #37475A;
  color: #fff;
  padding: 0.5rem 1.25rem;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}

.GloDiscountForm button:hover {
  background-color: #2a3747;
}


/* ======== DISCOUNT CODE SECTION ======== */
.GloDiscountForm {
  background-color: #fcfbf7;
  padding: 1.5rem 2rem;
  border-top: 1px solid #e2e2d6;
}

.discount-header {
  font-size: 1.4rem;
  font-weight: 700;
  color: #EA6150;
  margin-top: 0;
  margin-bottom: 1rem;
}

.GloDiscountForm label {
  font-weight: 600;
  color: #333;
}

.GloDiscountForm input[type="text"] {
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: inherit;
  font-size: 1rem;
  box-sizing: border-box;
}

.GloDiscountForm button {
  background-color: #37475A;
  color: #fff;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}

.GloDiscountForm button:hover {
  background-color: #2a3747;
}
/* ======== FORM SIDE ======== */

/* === Booking Form Container === */
.GloBookingForm {
  flex: 1 1 45%;
  min-width: 300px;
  max-width: 600px;
  background-color: #fff;
  padding: 10px 2rem;
  font-family: 'Source Sans Pro', sans-serif;
}

/* === Headings === */
.GloBookingForm h2,
.GloBookingForm h3 {
  margin-top: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #EA6150;
  border-bottom: 2px solid #EDECD6;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}

/* === Form Sections === */
.GloBookingForm .form-section {
  margin-bottom: 2rem;
}

/* === Form Fields === */
.GloBookingForm .form-field {
  margin-bottom: 1.25rem;
}

.GloBookingForm label {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 600;
  color: #333;
  font-size: 1rem;
}

/* === Inputs and Selects === */
.GloBookingForm input,
.GloBookingForm select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  color: #333;
  box-sizing: border-box;
  transition: border-color 0.2s;
}

.GloBookingForm input:focus,
.GloBookingForm select:focus {
  border-color: #43C1AC;
  outline: none;
}

/* === Select Box Styling === */
.GloBookingForm select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  padding-right: 3rem;
  padding-left: clamp(0.5rem, 2vw, 40px);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
}

.GloBookingForm select option {
  background-color: #fff;
  color: #333;
  padding: 0.5rem 1rem;
}

.GloBookingForm select::-ms-expand {
  display: none;
}

/* === Deposit Section === */
.GloBookingForm .deposit-section {
  margin-bottom: 2rem;
}

.GloBookingForm .deposit-section h3 {
  margin: 0 0 1rem 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #EA6150;
  border-bottom: 1px solid #EDECD6;
  padding-bottom: 0.5rem;
}

/* Deposit Row - Checkbox + Text on one line */
.GloBookingForm .deposit-row {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 0.5rem;
  width: 100%;
}

.GloBookingForm .deposit-row input[type="checkbox"] {
  margin: 0 !important;
    padding:0 !important;
        width:20px !important;
}

.GloBookingForm .deposit-row #deposit-amount {
  font-weight: 600;
  color: #333;
  font-size: 1rem;
}

/* === Total Amount Display === */
.GloBookingForm .total-amount {
  font-weight: 700;
  color: #333;
  margin-top: 1rem;
  font-size: 1.1rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e2e2d6;
}

/* === Submit Button === */
.GloBookingForm input[type="submit"],
.GloBookingForm button {
  background-color: #37475A;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  transition: background-color 0.2s;
  width: 100%;
}

.GloBookingForm input[type="submit"]:hover,
.GloBookingForm button:hover {
  background-color: #2a3747;
}

/* === Login Prompt Link === */
.GloBookingForm .login-prompt {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.GloBookingForm .login-prompt a {
  color: #EA6150;
  text-decoration: underline;
  cursor: pointer;
}

/* === Error Message Styling === */
.GloFormErrors {
  background-color: #FFE6E6;
  border: 1px solid #EA6150;
  color: #EA6150;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.GloFormErrors ul {
  margin: 0;
  padding-left: 1.2rem;
}

.GloFormErrors li {
  margin-bottom: 0.5rem;
  list-style: disc;
}

/* === Responsive Adjustments === */
@media (max-width: 768px) {
  .GloBookingWrapper {
    flex-direction: column;
    gap: 1.5rem;
  }

  .GloBookingForm {
    max-width: 100%;
    padding: 2rem 1.5rem;
  }

  .GloBookingForm .deposit-row {
    gap: 20px;
  }
}


/*Hide footer promotional product banner*/
#hideOnPage {
    display: none;
}


/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*SEARCH FORM STLYES*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/


/*BOOKING SEARCH FIELDS*/
select#date_field, input {
    border: 2px solid #ea6250 !important;
    border-radius: 0;
    background-color: #fadad6;
    color: #ea6250;
}
#booking-search-input::placeholder {
    color: #ea6250 !important;
}
label, .booking-search-filters-list ul, .glo-table th {
   /* width: 100%;*/
   color: black;
   font-family: "Plus Jakarta Sans";
   font-weight: bold;
}
#booking-search-form > label:nth-child(2) {
    margin: 20px 0 8px 0;
}
input#date_to, input#date_from {
    width: 33%;
    margin: 20px 32px 0 8px;
}
#booking-search-form > button {
    color: white;
    border: none;
    background-color: #132538;
    font-weight: bold;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    padding: 7px 32px;
    width: 19%;
}

/*SEARCH RESULTS NOTIF*/
#booking-search-results > p {
    width: 100%;
    text-align: center;
    padding: 80px 0;
    font-family: "Plus Jakarta Sans";
}

.booking-search-filters-list ul {
    margin-left: 32px;
}

div.glo-console-form > h2, .booking-search-filters-list h3  {
    font-family: "Plus Jakarta Sans" !important;
    font-size: 24px !important;
    font-weight: bold;
}

.glo-note-popup-wrapper{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    padding-top:60px;
    z-index:9999;
}

.glo-note-popup-wrapperI{
    background:#fff;
    margin:auto;
    padding:20px;
    border-radius:8px;
    width:1200px;
    max-width:90%;
    max-height:80vh;
    overflow-y:auto;
    position:relative;
}

/* Close button ONLY */
.glo-note-popup-wrapperI > button{
    position:absolute;
    top:10px;
    right:10px;
    background:#EA6150;
    color:#fff;
    border:none;
    padding:5px 10px;
    border-radius:3px;
    cursor:pointer;
}

/* Normal Save button inside forms */
.glo-note-popup-wrapperI form button{
    position:static;
    background:#EA6150;
    color:#fff;
    padding:6px 12px;
    border:none;
    border-radius:3px;
    cursor:pointer;
    margin-top:8px;
}

.glo-note-popup-wrapperI summary{
    cursor:pointer;
    font-size:0.9em;
    background:#EA6150;
    color:#fff;
    display:inline-block;
    padding:4px 8px;
    border-radius:3px;
}

.glo-note-popup-wrapperI div{
    padding:20px 0;
}

/* All popup text black & 10px */
.glo-note-popup-wrapperI,
.glo-note-popup-wrapperI *{
    color:#000 !important;
    font-size:18px !important;
}


.glo-new-bookings {
    margin: 20px 0;
}

.glo-new-bookings-header {
    background:#0f2235;
    color:#f5f5e8;
    text-align:center;
    padding:12px 20px;
    border-radius:16px;
    font-weight:bold;
    font-size:18px;
}

.glo-new-bookings-table {
    width:100%;
    border-collapse:collapse;
    margin-top:15px;
}

.glo-new-bookings-table th,
.glo-new-bookings-table td {
    padding:6px 10px;
    text-align:left;
}

.glo-new-bookings-table th {
    color:#e96a5b;
    font-weight:bold;
}

.glo-new-bookings-table td a {
    color:inherit;
    text-decoration:none;
}

.glo-new-bookings-table td a:hover {
    text-decoration:underline;
}



/*SEARCH RESULTS - TABLE*/
.glo-table > table  {
    margin: 20px 0 0 0;
}
.glo-table table, .glo-table thead, .glo-table tr, .glo-table th, .glo-table table tbody tr td {
    border: #ea6250 solid 2px;
}
/* Header row (first <tr> in the table) */
.glo-table table thead tr,
.glo-table table tr:first-child {
    background-color: white;
    color: black;
    font-weight: bold;
    font-family: "Plus Jakarta Sans";
}

/* Odd body rows (first, third, etc.) – white background */
.glo-table table tbody tr:nth-child(odd) td {
    background-color: white;
    color: black;
    font-weight: bold;
    font-family: "Plus Jakarta Sans";
}

/* Even body rows (second, fourth, etc.) – colored background */
.glo-table table tbody tr:nth-child(even) td {
    background-color: #fadad6;
    color: black;
    font-weight: bold;
    font-family: "Plus Jakarta Sans";
}



/***********   Notes on customer single booking page    ***********************/

/* Optional better styling */
.glo-booking-notes-section details summary {
    font-size: 1.1em;
    cursor:pointer; 
    font-weight:bold;
}

.glo-booking-notes-section details[open] summary {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.glo-booking-notes-section{
    
    border:1px solid #ccc; 
    padding:15px; 
    margin-bottom:20px;
}

.glo-booking-note{
    position:relative; 
    padding:10px; 
   
}
.glo-booking-note p{
    margin:0 0 5px 0;
}
.note-reply-link{
    position:absolute; 
    bottom:5px; 
    right:10px; 
    font-size:0.9em; 
    color:#EA6150; 
    cursor:pointer;
}

.see-replies-link{
    position:absolute; 
    top:5px; 
    right:10px; 
    font-size:0.9em; 
    color:#EA6150; 
    cursor:pointer;
}
.glo-console-form2, .glo-console-form{
    width:100%;
    max-width:700px;
    margin-top: 40px;
}

.glo-console-form2{
    margin-top:40px;
    margin-bottom:40px;
}

.glo-console-form2 textarea, .glo-console-form2 input, .glo-console-form2 select{
border: 2px solid #ea6250 !important;
  border-radius: 0;
  background-color: #fadad6;
  color: #132538;
}
.glo-console-form2 input[type="submit"]{
  background-color: #132538 !important;
  color: #fff;
  padding: 0.75rem 1.5rem;
   border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
  width: 100%;
    font-weight: bold;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
}

.glo-console-form2 input[type="submit"]:hover {
  background-color: #EA6150 !important;
}

.note-reply-modal-content{
    background:#fff;
    padding:20px;
    max-width:400px;
    width:90%;
    position:relative;
    border-radius:4px;
}
#booking-note-reply-close, #booking-note-edit-close{
    position:absolute;
    top:5px;
    right:10px;
    cursor:pointer;
    font-size:18px;
}

/*  Successful payment page */

.glo-success-page{
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #fff;
  color: #172536;

  display: block;
  
  margin: 40px auto;
  max-width: 1000px;
}
.glo-success-page h2{
    font-family: "IvyPresto Display",Sans-serif;
    font-size:62px;
    color: #EA6150 !important;
    font-weight: 800;
    margin-bottom: 0;
    padding-bottom:15px;
    line-height: 50px;
    display: block;
}

.glo-success-page h3{
    font-size:42px;
     
   
    font-weight: 700;
    line-height: 40px;
    display: block;
}
.glo-success-page p{
    font-size:24px;
     
}
.glo-success-page a, .glo-success-page button{
    display: block;
    font-size:24px;
     padding-bottom: 40px;
    color:white;
    text-align: center;
    padding:10px 30px;
    border-radius:40px;
     background-color: #132538 !important;
     margin: 40px 0 !important;
    max-width: 300px
    
}

.glo-success-page a:hover , .glo-success-page button:hover {
  background-color: #EA6150 !important;
      color:white;
}

.glo-success-page .gloOr{
 color: #EA6150 !important;
    padding-bottom: 0px;
     padding-top: 40px;
}

.CodeRoomButtontd{
    position: relative;
}
.CodeRoomButton{
    border-radius:3px !important;
    text-align: center !important;
   
    padding:9px 20px !important;
    position: absolute;
    top:15px;
  
    
}

.guests-display {
  margin-left: 10px;
  font-weight: bold;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*MOBILE/TABLET COMPATIBILITY CODE*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/* Mobile devices (up to 767px) */
@media screen and (max-width: 767px) {
  input#date_to, input#date_from {
      width: 100%;
      margin: 0;
  }
    
.glo-booking-left,
  .glo-booking-right {
    flex: none;
    width: 80%;
    max-width: 500px;
    margin: 1rem auto;
    padding: 0;
  }
    
}

/* Tablets (768px to 1024px) */
@media screen and (min-width: 0px) and (max-width: 1024px) {
  #booking-search-form > button {
      width: 100%;
      margin-top: 24px;
  }
    
    

    
    
    
    
}

/* Bullet-proof Flatpickr alignment inside the enquiry modal */
#calendarModal .flatpickr-days { width: 100% !important; }

/* Put each month’s day container on a strict 7-column grid */
#calendarModal .dayContainer{
  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  grid-auto-rows: 2.2em;           /* tweak height if you like */
  gap: 0 !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
}

/* Day cells fill their grid track; no margins that cause wraps */
#calendarModal .flatpickr-day{
  width: auto !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  text-align: center;
}

/* (optional) keep previous/next month padders visible to hold place */
#calendarModal .flatpickr-day.prevMonthDay,
#calendarModal .flatpickr-day.nextMonthDay{
  opacity: .35;                    /* or 0 to “fade”, but keep space */
  pointer-events: none;
}
#calendarModal .flatpickr-day.prevMonthDay,
#calendarModal .flatpickr-day.nextMonthDay {
  display: inline-block !important;
  visibility: hidden !important;  /* hidden = takes space, unlike display:none */
}

/* ===== ALT CARDS (same 50/50 as normal; image fits the card height) ===== */
:root{ --alt-card-min-h: 360px; }  /* tweak: 340–380 usually matches your “good” cards */

.gloAltDates .gloLodgeResult,
.gloAltShorter .gloLodgeResult,
.gloAltParks .gloLodgeResult{
  display:flex !important;
  align-items:stretch;             /* equal column heights */
  min-height: var(--alt-card-min-h);
  /* no fixed height; card can grow if the text needs it */
  gap:0;
}

.gloAltDates .gloLodgeResultL,
.gloAltShorter .gloLodgeResultL,
.gloAltParks .gloLodgeResultL,
.gloAltDates .gloLodgeResultR,
.gloAltShorter .gloLodgeResultR,
.gloAltParks .gloLodgeResultR{
  flex:0 0 50%;
  width:50%;
  max-width:50%;
  float:none !important;
  margin:0;
}

/* Left column holds the image; crop inside column, never grow card */
.gloAltDates .gloLodgeResultL,
.gloAltShorter .gloLodgeResultL,
.gloAltParks .gloLodgeResultL{
  display:flex;
  overflow:hidden;                 /* crop image edges, not the card */
}

.gloAltDates .gloLodgeResultL img,
.gloAltShorter .gloLodgeResultL img,
.gloAltParks .gloLodgeResultL img{
  display:block;
  width:100% !important;
  height:100% !important;          /* fill the column height */
  max-height:none !important;
  object-fit:cover;                /* nice centered rectangle */
  object-position:center center;
}

/* Right column should not be clipped */
.gloAltDates .gloLodgeResultR,
.gloAltShorter .gloLodgeResultR,
.gloAltParks .gloLodgeResultR{
  overflow:visible;
}

/* Mobile: stack like your normal cards */
@media (max-width:800px){
  .gloAltDates .gloLodgeResult,
  .gloAltShorter .gloLodgeResult,
  .gloAltParks .gloLodgeResult{
    display:block !important;
    min-height:auto;
  }
  .gloAltDates .gloLodgeResultL,
  .gloAltShorter .gloLodgeResultL,
  .gloAltParks .gloLodgeResultL,
  .gloAltDates .gloLodgeResultR,
  .gloAltShorter .gloLodgeResultR,
  .gloAltParks .gloLodgeResultR{
    flex:none; width:100%; max-width:none;
  }
  .gloAltDates .gloLodgeResultL img,
  .gloAltShorter .gloLodgeResultL img,
  .gloAltParks .gloLodgeResultL img{
    width:100% !important; height:auto !important;
  }
}

/* Popup hero image: full width, centered, fixed rectangle (by popup width) */
:root { --popup-media-ratio: 16/9; } /* change to 4/3 or 3/2 if you prefer */

.glo-popup-content .glo-pop-img{
  width:100%;
  aspect-ratio: var(--popup-media-ratio);
  overflow:hidden;
  border-radius:12px;        /* optional */
  background:#eee;
}
.glo-popup-content .glo-pop-img img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;          /* fills the rectangle */
  object-position:center;    /* centered V+H */
}

/* Date-variation cards: force same 50/50 layout as normal cards */
.gloAltDates .gloLodgeResult{display:flex !important; align-items:stretch;}
.gloAltDates .gloLodgeResultL,
.gloAltDates .gloLodgeResultR{flex:0 0 50%; max-width:50%; width:50%; float:none !important; margin:0;}
.gloAltDates .gloLodgeResultL{display:flex;}
.gloAltDates .gloLodgeResultL img{display:block; width:100%; height:100%; object-fit:cover; max-height:none !important;}

@media (max-width:800px){
  .gloAltDates .gloLodgeResult{display:block !important;}
  .gloAltDates .gloLodgeResultL,
  .gloAltDates .gloLodgeResultR{flex:none; max-width:none; width:100%;}
  .gloAltDates .gloLodgeResultL img{height:auto; object-fit:contain;}
}

#bc-table-wrap.is-loading { opacity:.6; cursor:progress; }

/* Sticky toolbar (filters + legend) */
#booking-calendar .bc-toolbar{
  position: sticky;
  top: 0;                 /* pins to top of the viewport */
  z-index: 50;            /* above the table header */
  background: #fff;       /* solid bg so it doesn't show rows under it */
  padding: .35rem .25rem; /* keep compact */
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 1px 0 rgba(0,0,0,.03);
}

/* header sticks right under the toolbar (height set by JS) */
#bc-table thead th{
  position: sticky;
  top: var(--bc-toolbar-h, 0px) !important; /* override the old top:0 */
  background:#f6f6f6;
  z-index: 40;
}

/* Keep first column on top of other cells when scrolled */
#bc-table th.sticky, #bc-table td.sticky{ z-index: 60; }

/* Optional: tidy spacing inside toolbar */
#booking-calendar .bc-toolbar .filters{ 
  display:flex; gap:.5rem; align-items:center; flex-wrap:wrap;
}
#booking-calendar .bc-toolbar #bc-legend{ 
  margin:.25rem 0 0 0; font-size:.9rem;
}

/* Center the calendar when we drop to 1 month */

/* keep the modal a simple column without global centering */
#calendarModal .flatpickr-calendar{
  display: block;
    text-align: center;
    margin:0 auto;/* center the calendar inside */
}


/* ===== prevent page/background scrolling when modal is open ===== */
html.glo-modal-open,
body.glo-modal-open{
  height:100% !important;
  overflow:hidden !important;
  overscroll-behavior:contain !important;
}


/* ===== overlay ===== */
.glo-overlay{
  position:fixed !important;
  inset:0 !important;
  display:none;           /* shown only for the active modal */
  background:rgba(0,0,0,.5) !important;
  z-index: 999998 !important;
  pointer-events:auto !important;
}
/* Center horizontally; whole modal scrolls */
/* centered modal; whole modal scrolls */
.glo-popup-main{
  position: fixed !important;
  top: 5vh !important;
  left: 50% !important;
  transform: translateX(-50%) !important; /* center horizontally */
  right: auto !important;
  margin: 0 !important;
  width: min(90vw, 1000px) !important;
  max-height: 90vh !important;
  background:#fff;
  border-radius:12px;
  box-shadow:0 18px 50px rgba(0,0,0,.3);
  display:none;
  overflow:auto !important;                 /* whole modal scrolls */
  -webkit-overflow-scrolling: touch !important;
  z-index: 999999 !important;
}
.glo-popup-main.show{
  display:block !important;
  overflow:auto !important;                 /* keep scrolling on */
}



/* ===== header (title + X) ===== */
.gloClose{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 16px;
  border-bottom:1px solid #eee;
}

/* ===== tabs row: keep horizontal ===== */

.glo-popup-nav{
  flex:0 0 auto !important;
  display:flex !important;
  flex-wrap:nowrap !important;       /* keep tabs horizontal */
  gap:12px;
  padding:10px 16px;
  border-bottom:1px solid #f3f3f3;
  background:#fff;
  white-space:nowrap !important;
  overflow-x:auto !important;
  -webkit-overflow-scrolling:touch;
}

/* ===== the part that scrolls (modal body) ===== */
/* make the body area consume remaining height so the content can scroll */
/* body should not trap scroll; let the modal scroll */
/* Do not trap scroll inside body; let the modal scroll */
.glo-popup-body{
  display:block !important;
  overflow:visible !important;
  min-height:auto !important;
}


/* content inherits scroll from the modal; do NOT create an inner scroller */
.glo-popup-content{
  flex: 0 0 auto !important;
  min-height: auto !important;
  overflow: visible !important;          /* inherit scroll from modal */
  padding:14px 16px ;                /* space for sticky Book Now */
}
/* sticky Book Now at bottom of the scrolling modal */
.gloPriceButton {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  background: linear-gradient(to top, rgba(255,255,255,.98), rgba(255,255,255,.88));

  padding: 12px 16px;
  margin: 0;                 /* ensure no offset from modal edges */
}

/* ensure hero image scrolls with content (not fixed) */
.glo-pop-img{
position: static !important;           /* ensure it scrolls with content */
  width:80% !important;
  margin:0 10% 12px !important;
  background:#f7f7f7;
  border-radius:10px;
  overflow:hidden !important;
}


.glo-pop-img img{
  width:100% !important;
  height:100% !important;
  display:block !important;
  object-fit:cover !important;        /* fill box, crop if too tall */
  object-position:center !important;  /* center the crop */
}

/* ===== gallery thumbs ===== */
.glo-thumbs-row{
  width:80%;
  margin:0 10% 12px;
  display:flex;
  align-items:center;
  gap:8px;
}
.glo-thumbs-prev,
.glo-thumbs-next{
  background:#fff;
  border:1px solid #ddd;
  width:34px;
  height:34px;
  border-radius:6px;
  cursor:pointer;
}
.glo-thumbs-viewport{ overflow:hidden; flex:1; }
.glo-thumbs-track{ display:flex; gap:8px; }
.glo-thumb{
  flex:0 0 auto;
  width:120px;
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:6px;
  cursor:pointer;
  opacity:.85;
  border:2px solid transparent;
}
.glo-thumb.active{ opacity:1; border-color:#e85c4a; }

/* ===== small screens ===== */
@media (max-width:640px){
  .glo-popup-main{ inset: 4vh 3vw !important; max-height: 92vh !important; }
  .glo-thumb{ width:90px; }
}



.glo-overlay {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.glo-overlay.active {
  opacity: 1;
  display: block;
}

.gloTileCont, .gloBreakdownCont{
    padding-top: 20px;
}

/* active tab styling override */
.glo-popup-nav button.active,
.glo-popup-nav button:focus {
  background-color: #e85c4a !important;
  color: #fff !important;
  border-color: #e85c4a !important;
}

/* optional: keep hover consistent too */
.glo-popup-nav button:hover {
  background-color: #e85c4a !important;
  color: #fff !important;
  border-color: #e85c4a !important;
}
/* === BOOK NOW button hover color === */
.gloPriceButton .GloUnitPrices input[type="submit"]:hover,
.gloPriceButton .GloUnitPrices button:hover,
.gloPriceButton .GloUnitPrices .button:hover {
  background-color: #132538 !important;
  border-color: #132538 !important;
  color: #fff !important;
}
/* === FORCE ALL POPUP IMAGES (single + slider) TO 16:9 AND SHORTER === */

/* Single image blocks */
.glo-popup-content .glo-pop-img {
  width: 80% !important;             /* same centering as before */
  margin: 0 10% 12px !important;
  aspect-ratio: 16 / 9 !important;   /* shorter rectangle */
  border-radius: 10px !important;
  overflow: hidden !important;
  background: #eee;
}

/* Single image <img> */
.glo-popup-content .glo-pop-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* Slider wrapper */
.glo-popup-content .gloSlideWrap[data-glo-slider="1"] {
  width: 80% !important;
  margin: 0 10% 12px !important;
  aspect-ratio: 16 / 9 !important;   /* same ratio */
  border-radius: 10px !important;
  overflow: hidden !important;
  background: #eee;
  position: relative !important;
}

/* Slider track and slides fill the 16:9 box */
.glo-popup-content .gloSlideWrap[data-glo-slider="1"] .gloSlideTrack {
  position: absolute !important;
  inset: 0 !important;
  height: 100% !important;
  display: flex !important;
  will-change: transform;
}
.glo-popup-content .gloSlideWrap[data-glo-slider="1"] .gloSlideItem {
  min-width: 100% !important;
  height: 100% !important;
}
.glo-popup-content .gloSlideWrap[data-glo-slider="1"] .gloSlideItem img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* Optional: thumbnails shorter too */
.glo-thumb {
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
}

/* Mobile tweak */
@media (max-width: 640px) {
  .glo-popup-content .glo-pop-img,
  .glo-popup-content .gloSlideWrap[data-glo-slider="1"] {
    width: 100% !important;
    margin: 0 0 12px !important;
  }
}
/* Popup slider arrows — clean reset + brand style (refined vertical alignment) */
.glo-popup-content .gloSlideWrap[data-glo-slider="1"] .gloSlidePrev,
.glo-popup-content .gloSlideWrap[data-glo-slider="1"] .gloSlideNext {
  background: #EA6150 !important;      /* orange */
  border: none !important;
  color: #fff !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-52%) !important; /* nudged upward slightly */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 20 !important;
  opacity: 0.95 !important;
  cursor: pointer !important;

  font-size: 0 !important; /* hide original arrow glyphs */
  line-height: 0 !important;
}

/* positions */
.glo-popup-content .gloSlideWrap[data-glo-slider="1"] .gloSlidePrev { left: 12px !important; }
.glo-popup-content .gloSlideWrap[data-glo-slider="1"] .gloSlideNext { right: 12px !important; }

/* arrow characters */
.glo-popup-content .gloSlideWrap[data-glo-slider="1"] .gloSlidePrev::before,
.glo-popup-content .gloSlideWrap[data-glo-slider="1"] .gloSlideNext::before {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  position: relative;
  top: -2px; /* moves the < > up just a touch */
}

.glo-popup-content .gloSlideWrap[data-glo-slider="1"] .gloSlidePrev::before { content: "<"; }
.glo-popup-content .gloSlideWrap[data-glo-slider="1"] .gloSlideNext::before { content: ">"; }

/* hover effect */
.glo-popup-content .gloSlideWrap[data-glo-slider="1"] .gloSlidePrev:hover,
.glo-popup-content .gloSlideWrap[data-glo-slider="1"] .gloSlideNext:hover {
  opacity: 1 !important;
  background: #c94c3f !important;
}

.opusGloN{
    display: none;
}


/* POINT OFFERS STYLING */
.glo-points-purchase-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.glo-points-purchase-wrap > div {
    flex: 0 1 30%;
    max-width: 30%;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
  .glo-points-purchase-wrap > div {
    flex: 0 1 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}

@media (max-width: 640px) {
  .glo-points-purchase-wrap > div {
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.glo-points-purchase{
    background-color: #132538;
    border-radius: 24px;
    padding: 80px 40px;
}

.glo-points-purchase h3, .glo-points-purchase h4 {
    color: #ea614f;
    font-family: "IvyPresto Display";
    font-weight: bold;
    font-size: 64px;
}

.glo-points-purchase-cleans h4{
    color: #ea614f;
    font-family: "IvyPresto Display";
    font-weight: bold;
    font-size: 54px;
}

.glo-points-purchase h3 {
    margin-bottom: -24px;
}

.glo-points-purchase p {
    color: #eeebd5;
}

.glo-points-purchase form button {
    color: #eeebd5;
    margin-top: 24px;
    background-color: #ea614f;
}

.glo-points-purchase form button:hover {
    color: #ea614f;
    background-color: #eeebd5;
}

.glo-points-purchase form button:active {
    opacity: 0.5;
    color: #ea614f;
    background-color: #eeebd5;}

.glo-points-purchase-cleans button {
    color: #eeebd5;
    margin-top: 24px;
    background-color: #ea614f;
     font-size: 20px;
    padding: 7px 32px;
    border-radius: 24px;
     font-weight: bold;
    font-family: "Plus Jakarta Sans";
}
.glo-points-purchase-cleans button hover {
    color: white;
    border: none;
    background-color: #eeebd5;
   
  
}

.glo-company-list{
    display: block;
}