/*
 Theme Name:   custom
 Theme URI:    http://webappsolutions.co.in
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       Webapp Solutions
 Author URI:   http://webappsolutions.co.in
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

.screen-reader-text {
  display: none;
}

.sliderfluid .txt_content p {
  font-weight: 500;
}

/*
 Homepage Video Banner Styling Fix
*/

.video-background-section {
  position: relative;
  min-height: 88vh;
  overflow: hidden;
  display: flex;
  padding: 45px 0 !important;
}

.video-container {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.video-container > video {
  object-fit: cover;
  height: 100%;
  object-position: center;
}

.video-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}

.hero-banner--content-overlay {
  z-index: 3;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 1290px;
  margin: auto;
  vertical-align: middle;
  padding: 40px 20px;
}

.overlay-content {
  max-width: 992px;
}

.main-title {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 700;
  text-align: left;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.1em;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.3);
}

.main-title .highlight {
  font-style: italic;
  color: #fff;
}

.enquire-btn {
  display: inline-block;
  background-color: #eab834;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  padding: 13px 25px 12px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease;
}

.enquire-btn:hover {
  background-color: #ffffff;
  color: #000;
}

.booking-form {
  display: flex;
  flex-direction: row;
  gap: 20px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.07);
  border-radius: 16px;
  padding: 24px;
  max-width: max-content;
  align-items: stretch;
}

.booking-field {
  display: flex;
  flex-direction: column;
}

.booking-field label {
  font-size: 0.85em;
  font-weight: 500;
  color: #333;
}

.booking-field select,
.booking-field input[type="text"],
.booking-field input[type="date"] {
  font-size: 1em;
  border: none;
  background: transparent;
  color: #232323;
  min-height: 44px;
}

.find-home-btn {
  background: #51c2b9;
  color: #fff;
  border: none;
  font-weight: 700;
  font-size: 1.1em;
  padding: 12px 28px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background 0.2s;
  white-space: nowrap;
  cursor: pointer;
}

.find-home-btn:hover,
.find-home-btn:focus {
  background: #0f493b;
}

.booking-bar {
  padding-top: 60px;
}

@media (max-width: 1150px) {
  .booking-form {
    flex-flow: row wrap;
  }

  .booking-form {
    gap: 30px 12px;
  }

  .booking-form > .booking-field {
    flex: 1;
  }
}

@media (max-width: 992px) {
  .booking-form > .booking-field {
    width: 100%;
  }

  .booking-form > .booking-field:first-child {
    flex: 1 1 100%;
  }

  .booking-form > .find-home-btn {
    flex: 1 1 100%;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .booking-form {
    flex-direction: column;
    justify-content: stretch;
  }
}

@media (max-width: 450px) {
  .find-home-btn span{
    font-size: 14px;
  }
}

.date-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.date-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.coliwoo-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #d0d4db;
  background: #fff;
  border-radius: 12px;
  padding: 0 12px;
  min-height: 44px;
  max-height: 48px;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.06);
}

.coliwoo-input-wrapper input {
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  font-size: 1rem;
  color: #111827;
  padding: 14px 0;
}

.coliwoo-input-wrapper input::placeholder {
  color: #9ca3af;
}

.date-icon {
  font-size: 1.05rem;
  color: #0f493b;
}