/*
Theme Name:   Elitestay Child
Theme URL:    https://wowtheme7.com/elitestay-child/
Description:  Hotel Booking WordPress Theme
Author:       Wowtheme7
Author URL:   https://wowtheme7.com/
Template:     elitestay
Version:      1.0.2
License:      GNU General Public License v2 or later
License URL:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  elitestaychildtheme
*/

/*
    Please Add your custom styles here
*/
:root {
    --main-600: #496740 !important;
}

.hero-section .tw-btn-hover-white::before {
    background-color: #496740;
}

.hero-section .banner-play-button {
    display: none !important;
}

.second-section a.advance-btn {
    display: none !important;
}

.feature-item.active .feature-icon span img {
    filter: brightness(0) invert(1);
}

.feature-item.active h4 {
    color: white;
}

.offer-wrapper.active .offer-title .offer-title-inner {
    color: white;
}

.package-price span,
.package-price p {
    color: white;
}

.feature-item.active h4 {
    color: white;
}

.offer-wrapper.active .offer-title .offer-title-inner {
    color: white;
}

.package-price span,
.package-price p {
    color: white;
}

.main-button a {
    color: white;
}

.checkout-button {
    color: white;
}

.form-submit button {
    color: white;
}

.counter-right h6,
.counter-right p {
    color: white;
}

/* 11-3-2026 */
.accordion-button:not(.collapsed) {
    color: #496740;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.room-details-accordion-button {
    font-weight: 400;
    font-size: 26px !important;
}

.room-details-accordion-button:not(.collapsed)::after {
    color: #fff;
}

/* field wrapper */
#appointment .input-filled {
    position: relative;
    margin-bottom: 25px;
}

#appointment label.label,
#appointment span.wpcf7-form-control-wrap,
.home-page span.wpcf7-form-control-wrap {
    width: 100% !important;
}

.home-page .tw-mt-12 {
    margin-top: 0px;
}

.home-page input.wpcf7-submit {
    color: #fff;
    cursor: pointer;
}

.home-page input.wpcf7-submit:hover {
    background-color: #152a38 !important;
}

.home-page {
    background-color: #496740 !important;
    ;
}

/* ICON STYLE */
#appointment .input-filled i {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #000;
}

/* inputs */
#appointment input,
#appointment textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #000;
    background: transparent;
    padding: 12px 10px 12px 35px;
    font-size: 15px;
    outline: none;
}

/* textarea */
#appointment textarea {
    height: 110px;
    resize: none;
}

/* button */
#appointment .send_btn {
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    border: 2px solid #496740;
    background: #496740;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

#appointment .send_btn:hover {
    background: #152a38;
    color: #fff;
}

.sendwrap {
    padding-top: 20px;
}

i.fa-solid.fa-message {
    top: 22% !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #496740 !important;
    box-shadow: #496740 0 1px 3px 0 inset !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    background: #FFE9C0 !important;
    color: #000 !important;
}

h4.booking_head {
    font-family: "Marcellus", Sans-serif;
    font-weight: 400;
    line-height: 97px;
    letter-spacing: -1px;
}

.breadcrumb-wrap .page-list li:after {
    color: #FFE9C0 !important
}

#offers_head h2.cta-title {
    font-size: 50px;
}

#offers_head h2 span {
    color: #FFE9C0 !important
}

.home-page textarea {
    height: 100px;
}

#contact_us .wpcf7-form-control-wrap {
    display: block;
}

#contact_us .wpcf7 input {
    width: 100%;
}

#contact_us .top-15 {
    top: 15%;
}

input.wpcf7-form-control {
    color: #fff;
}

#contact_us input.wpcf7-submit.contact_submit:hover {
    background: #152a38 !important;
    cursor: pointer !important;
}

/* Main container */
#booking_form {
    background: #fff;
    padding: 44px 20px;
    border-radius: 6px;
    box-shadow: 0 4px 72px 17px rgba(0, 0, 0, 0.05);
}

/* Row alignment */
#booking_form .row {
    display: flex;
    align-items: center;
}

/* Field styling */
#booking_form .field {
    position: relative;
    padding: 0 25px;
    border-right: 1px solid #ddd;
    display: flex;
    align-items: center;
}

#booking_form .field:last-child {
    border-right: none;
}

/* Icons */
#booking_form .field i {
    position: absolute;
    left: 10px;
    color: #000000;
    font-size: 22px;
    font-weight: 500;
}

/* Inputs & Select */
#booking_form input,
#booking_form select {
    width: 100%;
    border: none;
    background: transparent;
    padding-left: 20px;
    height: 45px;
    outline: none;
    font-size: 14px;
    color: #000000;
    border-bottom: 1px solid #ddd;
}

#booking_form input::placeholder {
    color: #000;
}

/* Fix select width issue */
#booking_form select {
    display: block;
    min-width: 100%;
    padding-right: 35px;/ cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23888' height='20' viewBox='0 0 20 20'><path d='M5 7l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}

/* Fix option text */
#booking_form select option {
    color: #000;
}

/* Ensure no spacing issues */
#booking_form .field select {
    margin: 0;
}

/* Nice Select (if used) */
#booking_form .nice-select {
    width: 100% !important;
    height: 45px;
    line-height: 43px;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 35px;
    background: transparent;
    color: #000;
}

#booking_form .nice-select ul.list {
    width: 100% !important;
}

#booking_form .nice-select:after {
    right: 12px;
}

/* Button styling */
#booking_form .booking-btn {
    background: #4c6b3c;
    color: #fff;
    padding: 12px 28px;
    border-radius: 8px;
    border: none;
    white-space: nowrap;
    transition: 0.3s;
}

#booking_form .booking-btn:hover {
    background: #152a38;
}

/* Button alignment */
#booking_form .d-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.col-md-3.select span.wpcf7-form-control-wrap {
    width: 100% !important;
}

.col-md-3.select span.wpcf7-form-control-wrap .nice-select {
    width: 100% !important;
}

#gallery_img_url a.rounded-circle {
    display: none !important;
}

#gallery_img_url .experience-thumb,
#gallery_img_url .experience-content,
#gallery_img_url .gallery-two-thumb {
    pointer-events: none;
}

#about_us_form span.wpcf7-form-control-wrap {
    width: 100%;
}

#about_us_form input {
    color: #000 !important;
}

#about_us_form input.wpcf7-submit {
    color: #fff !important;
}

#about_us_form input.wpcf7-submit:hover {
    background: #152a38 !important;
    cursor: pointer !important;
}

#about_us_form .nice-select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
    height: 70px;
    border-radius: 10px;
}

#about_us_form .nice-select {
    line-height: 67px;
}

#about_us_form .nice-select ul.list {
    width: 100% !important;
}

#about_us_form .nice-select {
    font-size: 16px !important;
    color: #a5a4a4 !important;
    font-weight: 500;
}

#relaxing_farm_amenities .bg-main-600 {
    background-color: #ffc861 !important;
}

#relaxing_farm_amenities .border-main-600 {
    border-color: #ffc861 !important;
}

.offer-title {
    inset-block-start: 198px !important;
    inset-inline-start: -200px !important;
}

p#popup {
    font-family: "Marcellus", Sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.ays-pb-modal_2 .position-relative.tw-mb-11 {
    margin-bottom: 10px;
}

.ays-pb-modal_2 span.wpcf7-spinner {
    display: none;
}

#open_popup a {
    cursor: pointer;
    transition: all .5s;
}

#open_popup a:hover {
    background: #152a38;
}

button.e-n-tab-title {
    cursor: pointer;
}

/* Laptop Responsive */

@media (min-width: 1366px) and (max-width: 1600px) {
    #booking_form {
        background: #fff;
        padding: 44px 20px;
        border-radius: 6px;
        box-shadow: 0 4px 72px 17px rgba(0, 0, 0, 0.05);
        margin-inline: 40px;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    #booking_form {
        margin-inline: 38px;
    }

    .banner-two-form {
        max-width: 685px;
    }

    #booking_form .row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    #booking_form .field {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ddd;
        padding: 12px 0;
        padding-left: 40px;
    }

    #booking_form .booking-btn {
        width: 100%;
        margin-top: 10px;
    }

    #booking_form .d-flex {
        width: 100%;
        justify-content: center;
    }

    #booking_form input {
        border-bottom: unset;
    }

    #booking_form .nice-select {
        padding-left: 21px;
    }

    #booking_form select,
    #booking_form .nice-select {
        height: 45px;
        line-height: 45px;
        border-bottom: unset;
    }
}

@media (max-width: 479px) {
    #booking_form .row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

/*23-3-2026*/
/*
.accordion {
  max-width: 1170px;
  margin: 40px auto 0;
}

.at-tab {
  display: none;
  padding: 15px;
  border: 1px solid #dddddd;
  border-top: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.at-title {
  cursor: pointer;
  background-color: #f5f5f5;
  position: relative;
  transition: background-color 0.3s ease;
}

.at-title:hover {
  background-color: #e0e0e0;
}

.at-title:after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.3s ease;
  font-size: 24px;
}

.at-title.active:after {
  content: "-";
}

.at-item {
  border-radius: 5px;
  margin-bottom: 15px;
}

.at-title h2 {
  font-size: 22px;
  font-weight: 600;
  padding: 10px 15px;
  margin: 0;
}

.accordion-header {
  text-align: center;
  background-color: #222222;
  color: white;
  padding: 20px 0;
}*/


#capitalized_heading h6.section-subtitle {
    text-transform: capitalize !important;
}

#privacy_list ul {
    list-style: disc;
    margin-left: 20px;
}

html {
    scroll-behavior: smooth;
}

.elementor-icon-list-item a {
    color: #4f6f46;
    text-decoration: none;
    transition: 0.3s ease;
}

.elementor-icon-list-item a:hover {
    color: #000;
}

span.pull-quote__attr {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f0c060;
    font-family: 'DM Sans', sans-serif;
}

#pull-quote::before {
    content: '\201C';
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 9rem;
    color: #ffffff12;
    position: absolute;
    top: -1rem;
    left: 1.5rem;
    line-height: 1;
}