.guesty-search-form {
    display: flex;
    gap: 10px;
    max-width: 100%;
    margin-bottom: 20px;
    width: 1220px;
}

/*.guesty-listings {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));*/
/*    gap: 20px;*/
/*}*/

/*.guesty-card {*/
/*    border: 1px solid #eee;*/
/*    border-radius: 10px;*/
/*    padding: 15px;*/
/*    background: #fff;*/
/*}*/

/*.guesty-card img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    border-radius: 8px;*/
/*    margin-bottom: 10px;*/
/*}*/

.guesty-calendar-desktop .calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
    margin-top: 10px;
}
.calendar-day {
    padding: 8px;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    background: #f5f5f5;
}
.calendar-day.available:hover {
    background: #1a73e8;
    color: #fff;
}
.calendar-day.selected-start,
.calendar-day.selected-end,
.calendar-day.selected-range {
    background: #4caf50;
    color: #fff;
}

.guesty-calendar-mobile {
    display: none;
}

/* Responsive: mobile = range picker only */
@media (max-width: 768px) {
    .guesty-calendar-desktop { display: none; }
    .guesty-calendar-mobile { display: block; }
}

/* 27-12-2025 */
.guesty-book-now-btn {
   margin: 40px auto;
    cursor: pointer;
    background-color: rgb(239, 81, 0);
    font-size: 14px;
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 12px 18px -12px;
    border-radius: 0px;
    border: none;
    padding: 14px 28px;
}

/*.guesty-booking-overlay {*/
/*    position: fixed;*/
/*    inset: 0;*/
/*    background: rgba(0,0,0,.6);*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    z-index: 9999;*/
/*}*/

/*#guesty-booking-popup {*/
/*    position: fixed;*/
/*    inset: 0;*/
/*    z-index: 99999;*/
/*    display: none;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/*#guesty-booking-popup.open {*/
/*    display: flex;*/
/*}*/

/*#guesty-booking-popup .popup-overlay {*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background: rgba(0,0,0,0.6);*/
/*}*/

/*#guesty-booking-popup .popup-content {*/
/*    position: relative;*/
/*    background: #fff;*/
/*    padding: 30px;*/
/*    width: 100%;*/
/*    max-width: 480px;*/
/*    z-index: 2;*/
/*    border-radius: 8px;*/
/*}*/

/* New CSS code After Meeting Booking.css 13-01-2025 */

/* ===== BOOK NOW BUTTON ===== */
.gbp-book-now-btn {
    margin: 10px auto;
    cursor: pointer;
    background-color: rgb(239, 81, 0);
    font-size: 14px;
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 12px 18px -12px;
    border-radius: 0px;
    border: none;
    padding: 12px 24px;
}

.gbp-book-now-btn:hover {
  background: #e85a24;
}

/* ===== FLOW WRAPPER ===== */
#gbp-booking-flow {
  margin-top: 20px;
  padding: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #fff;
  max-width: 520px;
}

/* ===== FORM ELEMENTS ===== */
#gbp-booking-flow input,
#gbp-booking-flow select {
  width: 100%;
  padding: 12px;
  margin-bottom: 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
}
button.gbp-book-now-btn {
    width: 100%;
}

button.gbp-book-now-btn:hover {
    transform: scale(0.94);
}

#gbp-booking-flow button {
  width: 100%;
  padding: 14px;
  background: #222;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

#gbp-booking-flow button:hover {
  background: #000;
}

/* ===== PRICING BOX ===== */
#gbp-pricing-box {
  margin-top: 20px;
  padding: 16px;
  border-radius: 8px;
  background: #f9f9f9;
}

#gbp-pricing-box p {
  margin: 6px 0;
}

#gbp-pricing-box strong {
  font-size: 18px;
}

/* ===== ERROR ===== */
.gbp-error {
  color: #c0392b;
  margin-top: 10px;
}

/* ===== ALTERNATE DATES ===== */
#gbp-alt-dates ul {
  padding-left: 18px;
}

#gbp-alt-dates li {
  cursor: pointer;
  padding: 6px 0;
  color: #0066cc;
}

/* ===== LOADER ===== */
.gbp-loader {
  display: none;
  margin: 15px auto;
  width: 34px;
  height: 34px;
  border: 4px solid #eee;
  border-top: 4px solid #222;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% { transform: rotate(360deg); }
}

/* Extened CSS 13-01-2025 */ 

#gbp-booking-inline {
  margin-top: 20px;
}

.gbp-availability-step {
  border: 1px solid #e5e5e5;
  padding: 20px;
  border-radius: 0px;
  background: #fff;
}

button.gbp-book-now-btn {
    /*width: 100%;*/
}

.booking-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media(max-width: 768px) {
  .booking-grid {
    grid-template-columns: 1fr;
  }
}

.gbp-availability-step input, .gbp-availability-step select {
    margin-bottom: 15px;
}
.gbp-availability-step label {
    padding-bottom: 10px;
    color: #69727d;
}
.gbp-availability-step button#gbp-check-availability {
    color: #f4860e;
    border: 1px solid #f4860e;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.gbp-availability-step button#gbp-check-availability:hover, .gbp-availability-step button#gbp-check-availability:focus {
    background: #e85a24;
    color: #fff;
}






