.great_for span i {
        width: 30px;
        height: 30px;
        font-size: 16px;
        text-align: center;
        align-content: center;
        background-color: #e7c084;
        /* color: white; */
        padding: 4px;
        border-radius: 100%;
    }

    .basic_amenities_flex {
        text-align-last: center;
    }

    .basic_amenities {
        gap: 2rem
    }

    @media(max-width:768px) {
        .whatsapp_float {
            bottom: 96px;
        }
    }

    /* ============================================
   MAIN FORM CONTAINER
   ============================================ */

    /* Desktop */
    @media (min-width: 768px) {
        #myBookFormMobileView {
            display: none;
        }

        #myBookingForm {
            display: block !important;
        }
        .hide_on_mobile{
            display: block;
        }
        .view_on_mobile{
            display: none;
        }
    }

    /* ============================================
   MOBILE BOTTOM BAR - FIXED
   ============================================ */
    @media (max-width: 767px) {
        .flex_cta_part2 p{
            font-size: 14px;
        }
        .flex_cta_part2 button{
            font-size: 12px;
        }
        .spanvv, .spanvp {
            position: absolute;
            border: 1px solid lightgray;
            padding: 7px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 600;
            color: #fff;
            background-color: #0000007e;
        }
        .spanvp {
            right: 12px;
            bottom: 1.1rem;
        }
        .hide_on_mobile{
            display: none;
        }
        .view_on_mobile{
            display: block;
        }
        #myBookFormMobileView {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 0px 15px 0px 25px;
            background-color: #0b0b4f;
            border-radius: 50px;
            z-index: 999;
            display: flex;
            border: 2px solid #e7c084;
            justify-content: space-between;
            align-items: center;
            height: 80px;
        }

        #myBookFormMobileView h5 {
            color: #e7c084;
            font-size: 18px;
            margin-bottom: 3px;
            font-weight: 600;
        }

        #myBookFormMobileView p {
            color: #eceaea;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 0px;
        }

        #myBookFormMobileView .my-fssmall {
            color: #eceaea;
            font-size: 11px;
            font-weight: 400;
            margin-bottom: 0px;
        }

        #myBookFormMobileView .my-fssmall i {
            color: #e7c084;
        }

        .my-fixed-book-btn2 {
            background-color: #e7c084;
            color: #0B0B4F;
            border-radius: 30px;
            padding: 15px 20px;
            border: none;
            font-size: 17px;
            font-weight: 700;
            cursor: pointer;
            transition: 0.3s;
        }

        .my-fixed-book-btn2:hover {
            transform: scale(1.05);
        }

        /* Main Form - Hidden by default */
        #myBookingForm {
            display: block !important;
            position: fixed;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 85vh;
            background: #fff;
            z-index: 1050;
            overflow-y: auto;
            transform: translateY(100%);
            transition: transform 0.35s ease-in-out;
            border-radius: 20px 20px 0 0;
        }

        /* Form visible state */
        #myBookingForm.my-show-form {
            transform: translateY(0);
        }

        /* Overlay */
        .my-form-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1049;
            display: none;
        }

        .my-form-overlay.my-show {
            display: block;
        }

        /* Close button */
        .my-mobile-form-close {
            position: fixed;
            top: 10px;
            right: 20px;
            text-align: right;
            padding-bottom: 10px;
            z-index: 1051;
        }

        .my-mobile-form-close button {
            border: none;
            background: none;
            font-size: 28px;
            color: #333;
            padding: 10px;
            cursor: pointer;
        }
    }

    /* Desktop - Hide mobile view */
    @media (min-width: 768px) {
        #myBookFormMobileView {
            display: none !important;
        }

        #myBookingForm {
            display: block !important;
            position: relative !important;
            transform: none !important;
            height: auto !important;
            border-radius: 0 !important;
        }

        .my-form-overlay {
            display: none !important;
        }

        .my-mobile-form-close {
            display: none !important;
        }
    }

    /* Mobile responsiveness fixes */
    @media (max-width: 374px) {
        .my-fixed-book-btn2 {
            padding: 14px 13px;
            font-size: 13px;
        }
    }

    @media (min-width: 375px) and (max-width: 767px) {
        .my-fixed-book-btn2 {
            padding: 15px 20px;
            font-size: 17px;
        }
    }

    /* ============================================
   FORM HEADER / BOOKING LIST CONTENT
   ============================================ */
    .my-booking-list-content {
        display: flex;
        align-items: center;
        padding: 3px 5px 3px 14px;
        border-radius: 15px 15px 0 0;
    }

    .my-gredientbgcolor {
        background-color: #f7ecdf;
    }

    .my-fid {
        width: 60px;
        height: 60px;
        align-content: center;
    }

    .my-fid i {
        background-color: #e7c084;
        font-size: 25px;
        padding: 12px 13px;
        border-radius: 40px;
    }

    .my-mbminus3 {
        margin-bottom: -3px;
    }

    .my-mb-1 {
        margin-bottom: 1px;
    }

    .my-price-big-h4 {
        margin-bottom: 0;
    }

    .my-price-big {
        font-size: 21px;
        /* font-weight: 700; */
        color: #0B0B4F;
    }

    .my-price-small {
        font-size: 13px;
        color: #666;
        margin-bottom: 0;
    }

    /* ============================================
   FORM BODY
   ============================================ */
    .my-booking-form-section-in {
        padding: 10px;
    }

    /* ============================================
   CHECK-IN / CHECK-OUT
   ============================================ */
    .my-check-in-out-div {
        border-radius: 6px;
        padding: 10px 15px;
        background: #fff;
    }

    .my-fdd-box-shadow {
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .my-check-in-out-div-in {
        display: flex;
        /* gap: 15px; */
    }

    .my-ciodf1,
    .my-ciodf2 {
        flex: 1;
    }

    .my-ciodf1p1 {
        font-size: 13px;
        color: #888;
        margin-top: 0px;
        margin-bottom: 1px;
        font-weight: 800;
    }

    .my-ciodf1p2 {
        width: 100%;
        border: none;
        background-color: #fff;
        padding: 0 0 0px 0;
        font-size: 16px;
        font-weight: 700;
    }

    .my-ciodf1p2:focus,
    .my-ciodf1p2:focus-visible {
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
    }

    .my-ciodf1 input,
    .my-ciodf2 input {
        width: 100%;
        border: none;
        background-color: #fff;
    }

    /* ============================================
   SELECTED DATES OFFER
   ============================================ */
    #mySelectedDatesOffer {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 12px;
        background: #e8f5e9;
        border-radius: 8px;
        margin-top: 10px;
    }

    #mySelectedDatesOffer i {
        color: #4CAF50;
        font-size: 18px;
    }

    #mySelectedDatesOffer p {
        margin: 0;
        font-size: 13px;
        color: #2e7d32;
        font-weight: 500;
    }

    /* ============================================
   PROPERTY & ROOM DETAILS
   ============================================ */
    .my-check-in-out-div-in.mt-2 {
        margin-top: 10px;
    }

    .my-fddd {
        display: contents;
    }

    .my-fddd2 {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .my-fidddicon {
        width: 47px;
        height: 47px;
        align-content: center;
    }

    .my-fidddicon i {
        background-color: #e7c084;
        font-size: 18px;
        padding: 10px;
        width: 40px;
        text-align: center;
        height: 40px;
        border-radius: 40px;
        align-content: center;
    }

    .my-fidddiconlm {
        margin-left: 10px;
    }

    .my-fidddiconrm {
        margin-right: 2px;
    }

    /* ============================================
   GUEST SECTION
   ============================================ */
    .my-guestandroom {
        border-radius: 12px;
        padding: 10px 15px;
        background: #fff;
        position: relative;
    }
    .border-right-one{
        border-right: 1px solid;
    }

    .my-gar-div {
        width: 100%;
        /* position: relative; */
    }

    .my-gar-div.d-none {
        display: none;
    }

    /* Guest Trigger */
    #myGuestTrigger {
        width: 100%;
        border-radius: 8px;
        border: none;
        height: auto;
        cursor: pointer;
        position: relative;
        background: white;
        padding: 0px 0;
    }

    #myGuestTrigger .my-ciodf1p2 {
        display: inline-block;
        width: auto;
    }

    /* Guest Dropdown */
    #myGuestDropdown {
        display: none;
        position: absolute;
        background: white;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 15px;
        width: 100%;
        z-index: 1000;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        left: 0;
        top: 63px;
        margin-top: 5px;
    }

    #myGuestDropdown.my-show {
        display: block !important;
    }

    .my-guest-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 0;
        border-bottom: 1px solid #f5f5f5;
    }

    .my-guest-row:last-child {
        border-bottom: none;
    }

    .my-guest-row span:first-child {
        font-size: 14px;
        font-weight: 500;
        color: #333;
    }

    .my-guest-controls {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .my-guest-controls button {
        width: 30px;
        height: 30px;
        border: 1px solid #ddd;
        border-radius: 50%;
        background: white;
        cursor: pointer;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
    }

    .my-guest-controls button:hover {
        background: #f0f0f0;
        border-color: #e7c084;
    }

    .my-guest-controls span {
        min-width: 20px;
        text-align: center;
        font-weight: 500;
        font-size: 14px;
    }

    /* ============================================
   BEST OFFER APPLIED
   ============================================ */
    #myBestOfferApplied {
        padding: 15px;
        background: #f8fff8;
        border: 1px solid #4CAF50;
        border-radius: 8px;
        margin: 10px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .my-boa-first {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .my-boa-first i {
        color: #4CAF50;
        font-size: 24px;
    }

    .my-boa-second p:first-child {
        font-weight: 600;
        color: #2e7d32;
        margin-bottom: 2px;
        font-size: 14px;
    }

    .my-boa-second p:last-child {
        margin: 0;
        font-size: 13px;
        color: #555;
    }

    .my-boa-second p:last-child span {
        color: #4CAF50;
        font-weight: 700;
    }

    .my-boa-third {
        text-align: right;
    }

    .my-boa-third p:first-child {
        color: #4CAF50;
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 2px;
    }

    .my-boa-third p:last-child {
        margin: 0;
        font-size: 12px;
        color: #4CAF50;
    }

    .my-boa-third p:last-child i {
        color: #4CAF50;
    }

    /* ============================================
   PRICE SUMMARY
   ============================================ */
    .my-formtotaldiv {
        background: #f7ecdfa8;
        border-radius: 8px;
        padding: 1px 14px;
        margin: 10px 0;
    }

    .my-formtotaldiv-in {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 6px 0;
    }

    .my-formtotaldiv-in .my-fsbd-p1 p {
        margin: 0;
        font-size: 14px;
        color: #555;
        text-align: left;
    }

    .my-formtotaldiv-in .my-fsbd-p1:last-child p {
        font-weight: 600;
        color: #333;
    }

    .my-bordertopdash {
        border-top: 1px dashed #ddd;
        padding-top: 5px;
        margin-top: 5px;
    }

    .my-fsbd-p1 h5 {
        margin: 0;
        font-weight: 700;
        font-size: 16px;
        color: #0B0B4F;
    }

    #myOriginalPrice {
        font-size: 12px;
        color: #999;
        text-decoration: line-through;
        margin-bottom: 0;
    }

    #myDiscountText {
        font-size: 12px;
        color: #4CAF50;
        margin-bottom: 0;
    }

    #myRoomPrice {
        font-weight: 700;
        font-size: 18px;
        color: #0B0B4F;
    }

    /* ============================================
   SAVING MESSAGE
   ============================================ */
    #myFormTotalDivBtm {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px 12px;
        background: #e8f5e9;
        border-radius: 8px;
        margin: 10px 0;
    }

    #myFormTotalDivBtm i {
        color: #4CAF50;
        font-size: 16px;
    }

    #myFormTotalDivBtm p {
        margin: 0;
        font-size: 13px;
        color: #2e7d32;
        font-weight: 500;
        text-align: left;
    }

    /* ============================================
   SUBMIT BUTTON
   ============================================ */
    .my-formsubmitbtn {
        width: 100%;
        background: linear-gradient(135deg, #0B0B4F, #1E2A8A, #1A0F5E);
        color: #fff;
        border: none;
        padding: 14px;
        border-radius: 8px;
        font-weight: 700;
        font-size: 16px;
        transition: 0.3s;
        margin-top: 10px;
    }

    .my-formsubmitbtn:hover {
        background: #0B0B4F;
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(11, 11, 79, 0.3);
    }

    .my-formsubmitbtn:disabled {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none !important;
    }

    .my-formsubmitbtn i {
        margin-right: 8px;
    }

    /* ============================================
   SUPPORT SECTION
   ============================================ */
    .my-gredient-bgcolor {
        background-color: rgba(156, 205, 251, 0.1);
        border-radius: 8px;
        padding: 12px 15px;
    }

    .my-flex-cta-part2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .my-flex-cta-part2 p {
        margin: 0;
        font-size: 14px;
        color: #0B0B4F;
        font-weight: 500;
        text-align: left;
    }

    .my-flex-cta-part2 p i {
        color: #25D366;
        font-size: 18px;
        margin-right: 8px;
    }

    .my-liveChatBtn {
        background: #0B0B4F;
        color: #fff;
        border: none;
        padding: 8px 16px;
        border-radius: 30px;
        font-size: 13px;
        font-weight: 600;
        transition: 0.3s;
        cursor: pointer;
    }

    .my-liveChatBtn:hover {
        background: #1E2A8A;
        transform: scale(1.05);
    }

    .my-liveChatBtn i {
        margin-right: 6px;
    }

    /* ============================================
   ROOM TYPE SELECT
   ============================================ */
    #myRoomType {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: none;
        width: 100%;
        border: none;
        background-color: #fff;
        padding: 8px 0;
        font-size: 14px;
    }

    #myRoomType::-ms-expand {
        display: none;
    }

    #myRoomType:focus,
    #myRoomType:focus-visible {
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
    }

    /* ============================================
   FIXED BOOK BUTTON (Mobile)
   ============================================ */
    .my-fixed-book-btn {
        display: none;
    }

    @media (max-width: 768px) and (min-width: 375px) {
        .my-fixed-book-btn2 {
            background-color: #e7c084;
            color: #0B0B4F;
            border-radius: 30px;
            padding: 15px 20px;
            border: none;
            font-size: 17px;
            font-weight: 700;
            cursor: pointer;
            transition: 0.3s;
        }

        .my-fixed-book-btn2:hover {
            transform: scale(1.05);
        }
    }

    @media (max-width: 374px) {
        .my-fixed-book-btn2 {
            background-color: #e7c084;
            color: #0B0B4F;
            border-radius: 30px;
            padding: 14px 13px;
            border: none;
            font-size: 13px;
            font-weight: 700;
            cursor: pointer;
            transition: 0.3s;
        }

        .my-fixed-book-btn2:hover {
            transform: scale(1.05);
        }
    }

    /* ============================================
   TAB MENU
   ============================================ */
    .my-tab-menu-vdp-outer {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .my-tab-menu-vdp {
        display: flex;
        white-space: nowrap;
        gap: 10px;
    }

    .my-tab-menu-vdp a {
        flex: 0 0 auto;
        text-decoration: none;
        color: #333;
        padding: 8px 16px;
        border-radius: 20px;
        font-size: 14px;
        transition: 0.3s;
    }

    .my-tab-menu-vdp a:hover {
        background: #f5f0eb;
    }

    .my-tab-menu-vdp a.active {
        background: #e7c084;
        color: #0B0B4F;
        font-weight: 600;
    }

    .my-tab-menu-vdp .my-fixed-tab {
        overflow-x: scroll;
        flex-wrap: unset !important;
        white-space: nowrap !important;
        gap: 18px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background: white;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        padding: 10px 15px;
    }

    /* ============================================
   WHATSAPP FLOATING BUTTON
   ============================================ */
    .my-whatsapp-float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 130px;
        left: 20px;
        background-color: #25D366;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        font-size: 28px;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
        z-index: 100;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: 0.3s ease;
    }

    .my-whatsapp-float:hover {
        transform: scale(1.1);
        color: #fff;
    }

    /* ============================================
   DIGIRUSH CHAT
   ============================================ */
    .my-digirushchaticon {
        opacity: 0 !important;
        visibility: hidden !important;
    }

    /* ============================================
   MISC UTILITIES
   ============================================ */
    .my-cpadd2 {
        padding: 11px 13px;
    }

    .my-cipadd {
        padding: 11px 10px 11px 38px;
    }

    .my-text-danger {
        color: #dc3545;
    }

    .my-text-muted {
        color: #999;
    }

    /* ============================================
   CONTACT FORM (Get In Touch)
   ============================================ */
    .my-get-in-touch-form {
        padding: 25px;
        border-radius: 27px;
        border-top: 6px solid #e7c084;
        background: #fff;
    }

    .my-get-in-touch-form label {
        font-size: 14px;
        margin-bottom: 6px;
        font-weight: 500;
        color: #333;
    }

    .my-get-in-touch-form .my-contact-input {
        border: 1px solid #b1845770 !important;
        border-radius: 8px !important;
        padding: 11px 13px;
        width: 100%;
    }

    .my-get-in-touch-form .my-contact-input2 {
        border: 1px solid #b1845770 !important;
        border-radius: 8px !important;
        padding: 13px 10px 13px 38px;
        width: 100%;
    }

    .my-get-in-touch-form .my-contact-input:focus,
    .my-get-in-touch-form .my-contact-input2:focus {
        box-shadow: none !important;
        border-color: #e7c084 !important;
    }

    .my-get-in-touch-form .my-input-group {
        gap: 20px;
    }

    .my-get-in-touch-form .my-input-group .form-control,
    .my-get-in-touch-form .my-input-group .form-select {
        border: 1px solid #b1845770 !important;
        border-radius: 8px !important;
    }

    .my-get-in-touch-form button {
        width: 100%;
        background: linear-gradient(135deg, #0B0B4F, #1E2A8A, #1A0F5E);
        color: #fff;
        border: none;
        padding: 12px;
        border-radius: 8px;
        font-weight: 600;
        transition: 0.3s;
        cursor: pointer;
    }

    .my-get-in-touch-form button:hover {
        background: #0B0B4F;
        transform: translateY(-2px);
    }

    .my-get-in-touch-form .my-section-title {
        text-align: center;
        margin-bottom: 20px;
    }

    .my-get-in-touch-form .my-section-title h3 {
        margin: 0;
        font-size: 32px;
        font-family: serif;
    }

    .my-get-in-touch-form .my-crown {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        font-size: 18px;
        margin-top: 0px;
    }

    .my-get-in-touch-form .my-crown::before {
        content: "";
        position: absolute;
        top: 59%;
        right: 100%;
        width: 85px;
        height: 2px;
        background: #e7c084;
        transform: translateY(-50%);
        margin-right: 10px;
    }

    .my-get-in-touch-form .my-crown::after {
        content: "";
        position: absolute;
        top: 59%;
        left: 100%;
        width: 85px;
        height: 2px;
        background: #e7c084;
        transform: translateY(-50%);
        margin-left: 10px;
    }

    .my-get-in-touch-form .my-input-icon {
        position: relative;
    }

    .my-get-in-touch-form .my-input-icon i {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        color: #b18457;
    }

    .my-is-invalid {
        border: 1px solid #dc3545 !important;
    }

    .my-text-danger-error {
        font-size: 13px;
        color: #dc3545;
    }

    /* ============================================
   RESPONSIVE FIXES
   ============================================ */
    @media (max-width: 767px) {
        .my-cpadd2 {
            padding: 11px 13px;
            margin-bottom: 1rem;
        }

        .my-get-in-touch-form .my-crown::before,
        .my-get-in-touch-form .my-crown::after {
            width: 30px;
        }

        .my-booking-list-content {
            padding: 3px 5px 3px 14px;
        }

        .my-check-in-out-div-in {
            /* flex-direction: column; */
            /* gap: 10px; */
        }

        #myBestOfferApplied {
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
        }

        .my-boa-third {
            text-align: left;
            width: 100%;
        }

        .my-flex-cta-part2 {
            flex-direction: column;
            gap: 10px;
        }

        .my-fddd2 {
            /* flex-direction: column; */
            /* align-items: stretch; */
        }
    }

    @media (max-width: 480px) {
        .my-whatsapp-float {
            bottom: 120px;
            width: 50px;
            height: 50px;
            font-size: 24px;
            left: 15px;
        }

        .my-price-big {
            font-size: 22px;
        }

        #myRoomPrice {
            font-size: 18px;
        }
    }

    /* ============================================
   UTILITY OVERRIDES
   ============================================ */
    .my-form-control:focus,
    .my-form-select:focus {
        box-shadow: none !important;
    }

    .my-btn-close-dark {
        position: absolute;
        top: 1.5rem;
        right: 1.5rem;
        z-index: 11;
        border: 1px solid black !important;
        padding: 10px;
        border-radius: 25px;
        background: white;
        cursor: pointer;
    }

    .my-baf-img {
        border-radius: 30px;
        padding: 10px;
    }

    .my-amenity-text {
        word-break: break-word;
        overflow-wrap: break-word;
        white-space: normal;
    }

    .my-moreReviewPopop-btn {
        border: 1px solid #252525;
        padding: 10px 20px;
        border-radius: 5px;
        background-color: #fff;
        cursor: pointer;
        transition: 0.3s;
    }

    .my-moreReviewPopop-btn:hover {
        background-color: #f5f5f5;
    }

    .my-btn-btn-dark {
        border: 1px solid #252525;
        padding: 6px 14px;
        border-radius: 5px;
        background-color: #fff;
        cursor: pointer;
        transition: 0.3s;
    }

    .my-btn-btn-dark:hover {
        background-color: #f5f5f5;
    }

    /* Hide scrollbar for tab menu */
    .my-tab-menu-vdp::-webkit-scrollbar {
        height: 0;
        background: transparent;
    }

    .my-tab-menu-vdp {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
