.slick-arrow svg {
  font-size: 20px;
}

.homepage-banner-widget {
  background-color: #fff;
  padding: 25px 20px;
}

.mphb-check-in-date-wrapper,
.mphb-check-out-date-wrapper,
.mphb_sc_search-check-in-date,
.mphb_sc_search-check-out-date,
.mphb-check-in-date,
.mphb-check-out-date {
  position: relative !important;
  overflow: visible !important;
}

/* Home page search box containers overflow fix */
/* .hero__search-box,
.homepage-banner-widget {
  overflow: visible !important;
} */

/* Force popup to show up relative to its new parent */
.mphb-check-in-date-wrapper .datepick-popup,
.mphb-check-out-date-wrapper .datepick-popup,
.mphb_sc_search-check-in-date .datepick-popup,
.mphb_sc_search-check-out-date .datepick-popup,
.mphb-check-in-date .datepick-popup,
.mphb-check-out-date .datepick-popup {
  top: 100% !important;
  left: 0 !important;
  position: absolute !important;
  z-index: 999999 !important;
}



.post-thumbnail img {
  max-width: 100%;
}

abbr[title] {
  cursor: default !important;
}


.mphb-reserve-rooms-details .mphb-room-type-title a {
  pointer-events: none;
  cursor: default;
  color: inherit;
}

.flatpickr-calendar.animate.arrowTop.arrowLeft.open {
  top: 58px !important;
  left: 0 !important;
  right: auto;
}

/*----------------------checkout page------------------------------*/
.mphb_cb_checkout_form .mphb_checkout-service-quantity,
.mphb_sc_checkout-form .mphb_checkout-service-quantity {
  width: 100px !important;
}

.wpcf7 form .wpcf7-response-output {
  border: 2px solid #ffffff;
}

label.mphb-gateway-title {
  width: 100%;
  text-align: center;
}

.mphb-stripe-payment-fields .card label {
  width: 100%;
  border: 1.2px solid rgba(0, 0, 0, 0.2);
  background: rgba(117, 117, 117, 0.1) !important;
  padding: 12px 15px;
  border-radius: 4px;
  font-size: var(--text-sm);
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 10px 0;
}

.mphb-stripe-payment-container .StripeElement {
  border: 1.2px solid rgba(0, 0, 0, 0.2);
  /* margin-inline: 10px; */
}

.hero-media {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-video,
.hero-media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



@media (max-width: 576px) {


  .page-template-template-home .datepick-popup .datepick {
    width: 96% !important;
    margin-inline: auto;
  }

  .page-template-template-home .datepick-popup .datepick-month {
    width: 100% !important;
    margin: 0 0 0px !important;
  }

  .datepick-nav {
    margin: 20px 0;
  }

  .datepick-ctrl {
    margin: 0 0 20px;

  }


  .datepick-month.last {
    display: none;
  }


  .page-template-template-home .datepick-popup,
  .page-template-template-accommondation .datepick-popup {
    right: 0;
    left: 0 !important;
  }

  .page-template-template-accommondation .datepick-popup .datepick {
    width: 96% !important;
    margin-inline: auto;
  }

  .homepage-banner-widget {
    padding: 18px 20px 30px;
  }
}

@media (max-width: 540px) {}

@media (max-width: 510px) {}

@media (max-width: 525px) {}

@media (max-width: 480px) {

  .homepage-banner-widget {
    padding: 15px 10px 25px;
  }
}

@media (max-width: 460.98px) {}

@media (max-width: 435.98px) {}

@media (max-width: 416.98px) {}

@media (max-width: 344.98px) {}

@media (max-width: 335.98px) {}

/*---------------------- Two-column Checkout Layout ------------------------------*/
.rias-mphb-checkout-container {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: start;
  margin-top: 20px;
}

.rias-mphb-checkout-left,
.rias-mphb-checkout-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.rias-mphb-checkout-left .mphb-checkout-section,
.rias-mphb-checkout-right .mphb-checkout-section {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 0 !important;
}

.rias-mphb-checkout-left h3,
.rias-mphb-checkout-right h3,
.rias-mphb-checkout-left h4,
.rias-mphb-checkout-right h4 {
  margin-top: 0;
  border-bottom: 2px solid #ececec;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 1.25rem;
  color: #333;
}

.mphb_sc_checkout-submit-wrapper {
  margin-top: 30px;
  text-align: right;
}

.mphb_sc_checkout-submit-wrapper input[type="submit"] {
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s ease;
}

@media (max-width: 1199.98px) {
  /* .page-id-615 .mphb_sc_checkout-wrapper {
    margin-top: 0;
  } */

  .mphb_sc_checkout-wrapper form {
    margin-top: 0;
  }

  .rias-mphb-checkout-container,
  .mphb-booking-details,
  .mphb-booking-details-title {
    margin-top: 0 !important;
  }

  .rias-mphb-checkout-right {
    margin-top: 20px;
  }

  .mphb_sc_checkout-wrapper form .rias-mphb-checkout-right {
    top: 140px;
    margin: 0;
  }
}

@media (max-width: 991.98px) {
  .rias-mphb-checkout-container {
    /* grid-template-columns: 1fr; */
    gap: 30px;
  }

  .mphb_sc_checkout-wrapper form .rias-mphb-checkout-right {
    top: 120px;
  }

  .page-id-615 .mphb_sc_checkout-wrapper, .page-id-1076 .mphb_sc_checkout-wrapper {
    margin-top: 110px;
  }
}

@media (max-width: 767.98px) {
  .mphb_sc_checkout-wrapper form .rias-mphb-checkout-right {
    top: inherit;
    position: relative;
  }

  .rias-mphb-checkout-container {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .mphb_sc_checkout-wrapper form .mphb_sc_checkout-submit-wrapper {
    margin-top: 0;
  }

  .page-id-615 .mphb_sc_checkout-wrapper, .page-id-1076 .mphb_sc_checkout-wrapper {
    margin-top: 95px;
  }

  .mphb_sc_checkout-wrapper form .mphb_sc_checkout-submit-wrapper {
    grid-template-columns: 1fr;
  }
}