.rooms-section img {
    border-radius: 10px;
}

@media only screen and (max-width: 1366px) {
    .banner-section-two .banner-slider {
        min-height: 675px;
    }
    .banner-section-two .banner-slider .banner-slide-v2 .image {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        /* Ensures no overflow outside the container */
    }
    .banner-section-two .banner-slider .banner-slide-v2 .image img {
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
    }
    .banner-section-two .banner-slider .banner-slide-v2 .image-container .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        /* Adjust the color and opacity as needed */
        pointer-events: none;
        /* Ensures the overlay does not interfere with interactions */
    }
}

.img-over .overlay {
    position: absolute;
    /* Position the overlay absolutely within the container */
    top: 0;
    /* Align to the top */
    left: 0;
    /* Align to the left */
    width: 100%;
    /* Make overlay cover the full width */
    height: 100%;
    /* Make overlay cover the full height */
    background: rgba(0, 0, 0, 0.5);
    /* Example overlay color with transparency */
    /* You can adjust the background color and transparency as needed */
    opacity: 0;
    /* Start with the overlay invisible */
    transition: opacity 0.5s ease;
    /* Smooth transition for the opacity */
}

.img-over .overlay {
    opacity: 1;
    /* Make the overlay visible on hover */
}

.aa {
    display: flex;
    justify-content: center;
}


/* Ensure proper rendering of icons in the nav links */

.nav-link svg {
    margin-bottom: 8px;
}

.nav-item {
    margin-top: -25px;
}

.active {
    font-weight: 500;
}

.active hr {
    color: #4a2811;
    height: 4px !important;
}

hr {
    height: 1px !important;
    color: #000;
}


/* Media query for mobile view */

@media (max-width: 767.98px) {
    .nav-pills {
        flex-direction: row !important;
        overflow-x: auto;
        white-space: nowrap;
        gap: 20px;
    }
    /* .nav-pills .nav-link {
                flex: 1;
                min-width: 80px;
            } */
    .nav-link .icon {
        margin-right: 10% !important;
    }
}

.nav-link {
    color: #000;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #4a2811;
    background-color: #fff;
}

p,
.text {
    font-size: 18px !important;
    word-wrap: break-word;
    word-break: break-word;
    /* Ensures text breaks and wraps to the next line */
}


/* Modal styling */

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    position: relative;
    margin: auto;
    padding: 20px;
    width: 80%;
    max-width: 100%;
    background-color: #fff;
}

.close-button {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

#promo-video {
    width: 100%;
    height: auto;
}

.bg.bg-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Adjust the color and opacity as needed */
    z-index: 1;
}

.auto-container,
.content-column,
.btn-column {
    z-index: 2;
}

.food-list h4 {
    margin-bottom: 0px !important;
    font-weight: 600 !important;
}

.food-list li i {
    margin-right: 10px;
}

.about-section .content-column .sec-title {
    margin-bottom: 1px;
}

.sm {
    font-size: 25px;
}

.feature-row .content-column .inner-column-1 {
    position: relative;
    background-color: #f8f5f0;
    padding: 15px 0 15px 35px;
    margin-top: 50px;
    border-radius: 15px;
}

.feature-row .image-column .inner-column-1 {
    margin-right: -276px;
    position: relative;
    z-index: 9;
}

.title i {
    color: #aa8453;
    margin-right: 10px;
}


/* .title {
  font-size: 20px !important;
  font-weight: 500 !important;
} */

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0 !important;
}

.choose-us {
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    background: #fff;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    box-shadow: 0 5px 15px rgba(88, 110, 125, 0.1);
    border: 1px solid #e5e5e5;
}

.choose-us img {
    width: 60px;
    margin-bottom: 10px;
}

.choose-content h4 {
    font-size: 16px !important;
    color: #333;
    font-weight: 500;
}

.choose {
    margin-bottom: 20px;
}

.choose-title {
    margin-bottom: 30px;
}

.choose-title h3 {
    text-align: center;
}

b {
    font-weight: bold !important;
}

#gallery {
    padding-top: 0px !important;
    padding-bottom: 40px;
}

@media screen and (min-width: 991px) {
    #gallery {
        padding: 60px 30px 60px 30px;
    }
}

.img-wrapper {
    position: relative;
    margin-top: 15px;
}

.img-wrapper img {
    width: 100%;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.img-overlay i {
    color: #fff;
    font-size: 3em;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton,
#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#nextButton:hover,
#prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #nextButton,
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

#exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}

.gallery-title h3 {
    text-align: center;
}

.gallery-title {
    margin-bottom: -30px;
}

.form {
    background-color: #fff;
    display: block;
    padding: 1rem;
    max-width: 350px;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.form-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    text-align: center;
    color: #000;
}

.input-container {
    position: relative;
}

.input-container label {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
    color: #6b7280;
}

.input-container input,
.input-container select,
.form button {
    outline: none;
    border: 1px solid #e5e7eb;
    margin: 8px 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.input-container input,
.input-container select {
    background-color: #fff;
    padding: 1rem;
    padding-right: 3rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    width: 100%;
    border-radius: 0.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.submit {
    display: block;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background-color: #4f46e5;
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    width: 100%;
    border-radius: 0.5rem;
    text-transform: uppercase;
}


/* .main-form {
  margin-left: 80px;
} */


/* Bootstrap adjustments for small screens */

@media (max-width: 767px) {
    .main-form {
        margin-left: 14px;
        margin-top: 15px;
    }
    /* #content {
    width: 62%;
  } */
    /* .contentb {
    margin-top: 30% !important;
  } */
}

.contentb h1,
.contentb a {
    color: #fff !important;
}


/* .contentb {
  margin-top: 25%;
} */

.rooms-section1 {
    position: relative;
    padding: 40px 0 60px 0;
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 40px;
    right: 25px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 999;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.home {
    position: relative;
    overflow: hidden;
}

.banner-slider {
    position: relative;
    z-index: 1;
    /* Ensures the slider is below other elements */
}

.banner-slide {
    position: relative;
}

.banner-slide figure.image {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    overflow: hidden;
}

.banner-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.containera {
    position: absolute;
    /* Makes the container overlay the image */
    top: 60%;
    /* Center vertically */
    left: 50%;
    /* Center horizontally */
    transform: translate(-50%, -50%);
    /* Ensure exact centering */
    z-index: 3;
    /* Above the overlay */
    display: flex;
    justify-content: space-between;
    /* Space between content and form */
    align-items: center;
    flex-wrap: wrap;
    /* Adjust layout on smaller screens */
    gap: 20px;
    /* Add spacing between items */
    width: 90%;
    /* Adjust width for responsiveness */
    max-width: 1200px;
    /* Limit max width */
    color: white;
    /* Text color for visibility */
}

.banner-section h1 {
    color: var(--theme-color-light);
    text-transform: uppercase;
    font-size: 56px !important;
    margin-bottom: 42px;
}

.banner-section .btn {
    color: var(--theme-color-light) !important;
    text-transform: uppercase !important;
    width: 170px !important;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 !important;
    border: 1px solid var(--theme-color-light) !important;
    position: relative !important;
    z-index: 9 !important;
}

.banner-section .btn:hover {
    border-color: var(--bg-theme-color1) !important;
    background-color: var(--bg-theme-color1);
}