.location-con {
    padding: 0px 5px;
}

.heading1 {
    font-size: 18px;
    color: #084482;
}

.gap-1 {
    gap: 0rem;
}

.fw-para {
    font-size: 14px;
}

.review-para {
    font-size: 17px;
}

.paddinghorizontal {
    padding: 0px 12px;
}

.conSec {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
}

.facility-con {
    border: 1px solid #bdbdbd;
}

.border-b {
    border-bottom: 1px solid #bdbdbd;
}

.facility-heading {
    font-size: 24px;
    color: #333333;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 40px);
    gap: 4px;
}

.see-more {
    color: #00AEFF;
    text-align: center;
    cursor: pointer;
}

.hotel-type {
    display: flex;
    justify-content: space-between;
    order: 4;
    background-color: #FAFAFA;
    font-size: 14px;
}

.review-click {
    display: flex;
    align-items: center;
    order: 1;
    visibility: hidden;

}

.review-click-sub {
    display: flex;
    gap: 2px;
    align-items: center;
    padding-top: 0.5rem;
    /* Adjust the value as needed */
    padding-bottom: 0.5rem;
    /* Adjust the value as needed */
}

.review-anchor {
    color: #00AEFF;
    font-size: 16px;
    text-decoration: none;
}

.des-typo {
    font-size: 14px;
}

.hover-text:hover {
    color: #00AEFF
}

.fit-content-width {
    width: -moz-fit-content;
    /* For Firefox */
    width: fit-content;
    /* For modern browsers */
    background-color: rgba(0, 174, 255, .05);
    padding: 25px 27px;
}

.like-this {
    color: #084482;
    font-size: 18px;
}

.similar {
    background-color: #00AEFF;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.book-heading2 {
    font-size: 30px;
    color: #333333;
}

.w-10-12 {
    width: 83%;
}

.focus:focus-within {
    color: #cbd5e0;
}

.bookBtn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
}

.text-sm {
    font-size: 14px;
    color: #4f4f4f;
}

.book-input {
    border: 1px solid #bdbdbd;
    color: #4a5568;
    line-height: 1.25;
}

.book-input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
}

.adult-label {
    color: #4f4f4f;
    font-size: 14px;
}


.select-adult {
    border: 1px solid #d1d5db;
}

.enter-name-con {
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
}

.enter-phone {
    color: #881337;
    font-size: 12px;
}

.book-room-btn {
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0 0 4px 4px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00aeff;
    text-decoration: none;
    color: #fff;
}

.match-con {
    background-color: #FAFAFA;
}

.match-text {
    color: #084482;
    font-size: 16px;
}

.driven-para {
    font-size: 14px;
}

.form-driven-con {
    width: 66%;
}

/* .svg-position {
    position: relative;
    top: 9x;
    left: 2px;
} */

.driven-form-con {
    display: flex;
    border: 1px solid #bdbdbd;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    padding: 5px;
}

.input-cus-email {
    color: #4f4f4f;
}

.input-cus-email:focus {
    outline: none;
}

.send-driven {
    color: #fff;
    background-color: #00AEFF;
    width: calc((4 / 12) * 100%);
    border: none;
}

.validation-success {
    background-color: #047857;
    font-style: italic;
    color: #fff;
    display: none;
}

.validation-failed {
    font-style: italic;
    color: #fff;
    display: none;
    background-color: #dc2626;
}

.review-con {
    border-bottom: 1px solid #bdbdbd;
    /* border-top: 1px solid #bdbdbd; */

}

.border-hng-border {
    border: 1px solid #bdbdbd;
}

.review-heading {
    font-weight: medium;
    font-size: 2rem;
}

.review-anchor {
    color: #00AEFF;
    font-size: 16px;
}

.sph-reviews-overview-rating {
    color: #fff;
    font-size: 28px;
    background-color: #32A636;
}

.rating-value {
    color: #32A636;
    font-size: 18px;
}

.review-count {
    color: #4F4F4F;
    font-size: 16px;
}

.sph-reviews-cleanliness {
    width: 30rem;
}

.progress-con {
    height: 18px;
    width: 55%;
}

/* .contact-con {
    border-bottom: 1px solid #bdbdbd;
} */

.contact-con-sub-heading {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.contact-con-sub-hr {
    width: 6rem;
    border: 2px solid #00AEFF;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-self: auto;
}

.grid-con {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.grid-con span {
    width: 20%;
}

.search-single-supply {
    border: 0;
    width: calc(100% - 10px);
    padding-left: 0;
    line-height: 41px;
    box-shadow: none;
    font-size: 14px;
    color: #4f4f4f;
}

/*------------ FAQ --------------*/
.faq-con {
    border-bottom: 1px solid #bdbdbd;
    border-top: 1px solid #bdbdbd;
    margin-top: 100px;
}

.faq-heading2 {
    font-size: 1.5rem;
}

.faq-sub-con {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ask-con {
    width: auto;
    border: 1px solid #bdbdbd;
}

.ask-con-heading3 {
    color: #00AEFF;
    font-size: 18px;
}

.ask-con-para {
    font-size: 16px;
}

.sph-driving-email-first {
    background-color: #fff;
    border: 1px solid #bdbdbd;
    color: #4f4f4f;
    width: 100%;
}

.sph-driving-email-second {
    background-color: #fff;
    border: 1px solid #bdbdbd;
    color: #4f4f4f;
    width: 100%;
}

.w-8-12 {
    width: 66%;
}

.driving-instructions-subscriptions-btn {
    background-color: #00AEFF;
    color: #fff;
    width: 100%;
}

.do-you {
    margin-left: 2rem;
}

/*------------ FAQ --------------*/

/*------------ REVIEW ------------*/



.feature-review {
    border-bottom: 1px solid #bdbdbd;
}

.sph-reviews-title-heading3 {
    color: #333;
    font-size: 16px;
}

.sph-reviews-title-para {
    color: #828282;
    font-size: 14px;
}

.review-comment {
    font-size: 14px;
    color: #333;
}

.rating-value {
    color: #32A636;
    font-size: 14px;
}

.show-all-review {
    font-size: 16px;
    color: #00AEFF;
}

.supplier-anchor {
    color: #00aeff;
}

.text-lg {
    font-size: 1.25rem;
}

.supplier-para {
    font-size: 12px;
}

.book-anchor {
    font-size: 16px;
    line-height: 1.5;
}

.hng-border {
    border-top: 1px solid #bdbdbd;

}

.sph-contact-header {
    font-weight: 400;
    line-height: 1;
    font-size: 18px;
    margin-bottom: 2rem;
}

.sph-contact-header span {
    width: 15%;
    display: inline-block;
    border-bottom: 2px solid #00aeff;
}

.sph-contact-para {
    display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/*------------ REVIEW ------------*/


/*----------- Nearby Hotel ---------*/

.nearbyHeading {
    color: #333;
    font-size: 22px;
    z-index: 100;
    font-weight: 600;
}

.nearbyHeading a {
    text-decoration: none;
    color: #333;

}

.heading-3 {
    font-size: 24px;
}

.heading-3 a {
    color: #00AEFF;
}

/*----------- Nearby Hotel ---------*/

.input-calendar {
    /* display: flex;  */
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: #F8FAFC;
}

.sub {
    width: 100%;
}

.head-pad {
    padding: 1rem 0;
}

.select-room {
    min-width: 100px;
    height: 30px;
    font-size: 12px;
    background-color: #fff;
    color: #00aeff;
    border: 1px solid #00aeff;
}

.select-room:hover {
    background-color: #00aeff;
    color: #fff;
}

@media screen and (min-width: 800px) {
    .location-con {
        padding: 0px 30px;
    }

    .location-con {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }

    .heading1 {
        font-size: 24px;
    }

    .gap-1 {
        gap: 0.25rem;
    }

    .review-para {
        font-size: 28px;
    }

    .paddinghorizontal {
        padding: 0px;
    }


    .facility-heading {
        font-size: 20px;
    }

    .hotel-type {
        order: 4;
    }

    .review-click {
        order: 4;
        visibility: visible;
        gap: 30px;
    }

    .review-click-sub {
        padding-top: 0rem;
        /* Adjust the value as needed */
        padding-bottom: 0rem;
        /* Adjust the value as needed */
    }

    .book-heading2 {
        font-size: 20px;
    }

    .check-con {
        border: 1px solid #bdbdbd;
        width: 100%;
    }

    .contact-con {
        display: flex;
    }

    .contact-con-sub {
        width: 30rem;
    }

    .faq-sub-con {
        flex-direction: row;
    }

    .ask-con {
        width: 33%;
    }

    .head-pad {
        padding: 2rem 0;
    }

}

@media screen and (min-width: 1024px) {
    .booking-form {
        width: 41%;
    }

    .sub {
        width: 50%;
    }

    .conSec {
        flex-direction: row;
        width: 100%;
    }

}

/* LiteAPI Payment Button Styling */
.lp-submit-button {
    background-color: #00aeff !important;
    color: #fff !important;
    border: none !important;
    padding: 12px 24px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease, transform 0.1s ease !important;
    margin-top: 15px !important;
    width: 120px !important;
    display: block !important;
}

.lp-submit-button:hover {
    background-color: #008ecc !important;
    transform: translateY(-1px) !important;
}

.lp-submit-button:active {
    transform: translateY(0) !important;
}