/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* ===============================
   COMPACT SEARCH BAR (DESKTOP)
================================ */
/* ===============================
   SEARCH BAR
================================ */

.airbnb-search {
  display: flex;
  align-items: center;
  background: #f7f7f7;
  border-radius: 40px;
  padding: 10px;
  max-width: 1000px;
  margin: auto;
}

.as-field {
  flex: 1;
  padding: 12px 20px;
  position: relative;
}

.as-field label {
  font-size: 12px;
  color: #555;
}

.as-field input,
.as-field select {
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  width: 100%;
}

.as-btn {
  background: #ff385c;
  color: #fff;
  border: none;
  padding: 14px 22px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
}

/* Guest Popup */
.as-guests .guest-popup {
  position: absolute;
  top: 70px;
  right: 0;
  background: #fff;
  width: 300px;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
  display: none;
  z-index: 9999;
}

.as-guests.active .guest-popup {
  display: block;
}

.gp-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.gp-controls button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 18px;
}

.payment-success-box {
  max-width: 520px;
  margin: 40px auto;
  padding: 24px;
  background: #f7f7f5;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.payment-success-box h2 {
  color: #2e7d32;
}

.success-status {
  color: #2e7d32;
  font-weight: 600;
}

.success-btn {
  display: inline-block;
  margin-top: 16px;
  padding: 10px 20px;
  background: #b28a5a;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
}


