.elementor-2657 .elementor-element.elementor-element-c595624{--display:flex;}.elementor-2657 .elementor-element.elementor-element-365236f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-2657 .elementor-element.elementor-element-9caa666{--divider-border-style:rhombus;--divider-color:#BB4F49;--divider-pattern-height:20px;--divider-pattern-size:20px;}.elementor-2657 .elementor-element.elementor-element-9caa666 .elementor-divider-separator{width:45%;margin:0 auto;margin-center:0;}.elementor-2657 .elementor-element.elementor-element-9caa666 .elementor-divider{text-align:center;padding-block-start:8px;padding-block-end:8px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2657 .elementor-element.elementor-element-47fa993{text-align:center;}.elementor-2657 .elementor-element.elementor-element-47fa993 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:52px;font-weight:600;color:#000000;}.elementor-2657 .elementor-element.elementor-element-f6bf267{--divider-border-style:rhombus;--divider-color:#BB4F49;--divider-pattern-height:20px;--divider-pattern-size:20px;}.elementor-2657 .elementor-element.elementor-element-f6bf267 .elementor-divider-separator{width:45%;margin:0 auto;margin-center:0;}.elementor-2657 .elementor-element.elementor-element-f6bf267 .elementor-divider{text-align:center;padding-block-start:8px;padding-block-end:8px;}.elementor-2657 .elementor-element.elementor-element-83fa79f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-365236f *//* ===== Base Styles ===== */
.mphb-availability-search {
  font-family: 'Montserrat', sans-serif;
  max-width: 800px;
  margin: 40px auto;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
  transform: translateY(20px);
  animation: cardRise 0.8s ease-out forwards;
  animation-delay: 0.3s;
}

/* ===== Form Elements ===== */
.mphb-availability-search .mphb_sc_search-form-title {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}

.mphb-availability-search .mphb_sc_search-form-title h2 {
  font-size: 28px;
  font-weight: 600;
  color: #222;
  margin: 0;
  position: relative;
  display: inline-block;
}

.mphb-availability-search .mphb_sc_search-form-title h2:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #b94b45;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
}

.mphb-availability-search:hover .mphb_sc_search-form-title h2:after {
  transform: scaleX(1);
  transform-origin: left;
}

/* ===== Form Fields ===== */
.mphb-availability-search .mphb-rooms-quantity-wrapper,
.mphb-availability-search .mphb-adults-amount-wrapper,
.mphb-availability-search .mphb-children-amount-wrapper,
.mphb-availability-search .mphb-check-in-date-wrapper,
.mphb-availability-search .mphb-check-out-date-wrapper {
  margin-bottom: 20px;
  position: relative;
}

.mphb-availability-search label {
  display: block;
  margin-bottom: 8px;
  color: #555;
  font-weight: 500;
  font-size: 14px;
}

.mphb-availability-search select,
.mphb-availability-search input[type="text"],
.mphb-availability-search input[type="date"] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.mphb-availability-search select:focus,
.mphb-availability-search input[type="text"]:focus,
.mphb-availability-search input[type="date"]:focus {
  outline: none;
  border-color: #b94b45;
  box-shadow: 0 0 0 3px rgba(185, 75, 69, 0.2);
}

/* ===== Submit Button ===== */
.mphb-availability-search .mphb-submit-button-wrapper {
  margin-top: 30px;
}

.mphb-availability-search button[type="submit"] {
  background: #b94b45;
  color: white;
  border: none;
  padding: 14px 25px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.mphb-availability-search button[type="submit"]:hover {
  background: #a03a34;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(185, 75, 69, 0.3);
}

.mphb-availability-search button[type="submit"]:after {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(30deg);
  transition: all 0.3s ease;
}

.mphb-availability-search button[type="submit"]:hover:after {
  left: 100%;
}

/* ===== Datepicker Styling ===== */
.ui-datepicker {
  background: white;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 15px;
  font-family: 'Montserrat', sans-serif;
}

.ui-datepicker-header {
  background: #f8f8f8;
  border-radius: 5px;
  padding: 8px;
}

.ui-datepicker-title {
  font-weight: 600;
  color: #333;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
  color: #b94b45;
}

.ui-datepicker-calendar th {
  color: #555;
  font-weight: 500;
}

.ui-datepicker-calendar td a {
  text-align: center;
  padding: 5px;
  color: #333;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.ui-datepicker-calendar td a:hover {
  background: #f0f0f0;
}

.ui-datepicker-calendar .ui-state-active {
  background: #b94b45;
  color: white;
}

/* ===== Animation Keyframes ===== */
@keyframes cardRise {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* ===== Responsive Adjustments ===== */
@media (max-width: 768px) {
  .mphb-availability-search {
    padding: 20px;
    margin: 20px auto;
  }
  
  .mphb-availability-search .mphb_sc_search-form-title h2 {
    font-size: 22px;
  }
  
  .mphb-availability-search .mphb-form-fields {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

/* ===== Custom Class Variations ===== */
.mphb-availability-search.luxury {
  border-top: 3px solid #4CAF50;
}

.mphb-availability-search.luxury button[type="submit"] {
  background: #4CAF50;
}

.mphb-availability-search.luxury button[type="submit"]:hover {
  background: #3d8b40;
  box-shadow: 0 5px 15px rgba(76, 175, 80, 0.3);
}

.mphb-availability-search.beach {
  border-top: 3px solid #2196F3;
}

.mphb-availability-search.beach button[type="submit"] {
  background: #2196F3;
}

.mphb-availability-search.beach button[type="submit"]:hover {
  background: #0b7dda;
  box-shadow: 0 5px 15px rgba(33, 150, 243, 0.3);
}/* End custom CSS */