.elementor-2046 .elementor-element.elementor-element-ea580e8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9ab6cb4 */.booking-section {
  padding: 40px 15px;
  background: #f8f9fb;
}

/* Wrapper Card */
.booking-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Responsive iframe */
.rezdy-iframe {
  width: 100%;
  height: 400px;
  border: none;
}

/* Tablet */
@media (max-width: 1024px) {
  .rezdy-iframe {
    height: 900px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .rezdy-iframe {
    height: 500px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .rezdy-iframe {
    height: 500px;
  }
}/* End custom CSS */