.landing-container {
    background: url("../../image/landing\ 1.png") #000;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}
/* Nav Bar */
.nav-link {
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    transition: all ease 0.3s;
}
.nav-link:hover {
    background-color: #000;
    box-shadow: rgba(244, 150, 43, 0.683) 0px 1px 4px;
}
/* main-content */
.heading {
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
}
.room-search-container {
    min-height: 150px;
    border: 1px solid #ad854d;
    border-radius: 10px;
    background: rgba(206, 203, 203, 0.128);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10.4px);
    -webkit-backdrop-filter: blur(10.4px);
}
.group-input {
    height: 55px;
    position: relative;
}
.input-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
}
.booking-select {
    border-radius: 10px !important;
    height: 100%;
    font-size: 15px;
    cursor: pointer;
}
.booking-input {
    border-radius: 10px !important;
    height: 100%;
    font-size: 15px;
    padding-left: 50px;
}
.booking-button {
    border-radius: 10px !important;
    height: 100%;
    font-size: 15px;
}


/* Booking Room  form css */
.btn-check:checked + label span{
    color: white !important;
}
.btn-check:checked + label box-icon{
        fill: white !important;
    }
.form-progress::after{
    content: "";
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 2px solid #ad854db6;
}
.form-button{
    width: 50px;
    height: 50px;
    border: none;
    background: #b5b3b0;
}
.form-button::after{
    content: "";
    width: 4px;
    height: 17px;
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    background: #b5b3b0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.form-button-active{
    background-color: #AD854D;
}
.form-button-active::after{
    content: "";
    width: 4px;
    height: 17px;
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    background: #AD854D;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.text-form-progresss{
    color: #b5b3b0;
}
@media (max-width:768px) {
    .form-title{
        width: 100px !important;
    }
    .text-form-progresss{
        font-size: 8px !important;
        font-weight: 400 !important;
    }
    .sub-heading{
        width: 100% !important;
    }
}

@media (max-width:380px) {
    .logo-image{
        width: 100px !important;
    }
    .nav-link{
        font-size: 12px !important;
    }
    .heading{
        font-size: 20px;
        line-height: normal;
    }
    .sub-heading{
        font-size: 14px;
    }
}
.form-button-active .text-form-progresss{
    color: #AD854D !important;
}
.btn-outline-primary:hover{
    color: #fff !important;
}
.btn-outline-danger:hover{
    color: #fff !important;
}
/* Update styles for the date pickers */
.flatpickr-calendar {
    font-family: 'poppins' !important;
    margin-top: -10px !important;
 }
 .flatpickr-current-month,
 .flatpickr-current-year {
     color: #000 !important;
 }
 /* Update styles for the selected dates */
 .flatpickr-day.selected {
     background-color: #AD854D !important;
     color: #fff !important;
 }
 .flatpickr-weekday{
   color: #000000c7 !important;
 }
 /* Update styles for the today date */
 .flatpickr-day.today {
     background-color: #067d06 !important;
     color: #fff !important;
 }
 .flatpickr-day:hover{
   background-color: #ad854d93 !important;
 }
 .flatpickr-disabled {
   opacity: 0.5;
   color: #9c1818 !important;
}

select option:checked {
   background-color: #AD854D !important; /* Set background color of selected option */
   color: white; /* Set text color of selected option */
}
