        #datesDisplay {
            cursor: pointer;
            background-color: #fff;
        }

        .daterangepicker.rtl.auto-apply.show-calendar.openscenter {
            left: -70px !important;
        }

        .daterangepicker {
            z-index: 2000;
        }

        /* اعكس ترتيب التقويمين في RTL */
        .daterangepicker.rtl .drp-calendar.left {
            float: right;
        }

        .daterangepicker.rtl .drp-calendar.right {
            float: left;
        }

        .daterangepicker {
            z-index: 2000;
        }

        .daterangepicker td.booked-day {
            opacity: .5;
            text-decoration: line-through;
            cursor: not-allowed;
        }

        .t1 {
            max-width: 80%;
        }



        @media (max-width: 992px) {
            .t1 {
                max-width: 80%;
            }

            .tt {
                height: 100px !important;
            }

            .tt1 {
                display: none;
            }

            a.btn.btn-outline-dark.w-100 {
                margin-top: 20px;
            }

            .card.shadow-sm.sticky-lg-top {
                top: 0 !important;
            }

            .container.my-4 {
                margin-top: 100px !important;
            }
        }
        @media (max-width: 768px) {
            .t1 {
                max-width: 70%;
            }

            /* .container.my-4 {
                margin-top: 10px !important;
            } */
        }
        @media (max-width: 500px) {

            .container.my-4 {
                margin-top: 20px !important;
            }
        }
        .clamp-4 {
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        #descWrap {
            position: relative;
        }

        .fade-edge {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 2.5rem;
            /* تدرّج خفيف لإيحاء أن هناك نصاً أكثر */
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
            pointer-events: none;
            display: none;
            /* تُظهر فقط عند القصّ */
        }

        .amenity-pill i {
            font-size: .95rem;
            width: 1.25rem;
            /* محاذاة أفضل */
            text-align: center;
            opacity: .9;
        }

        .d-flex.align-items-center.gap-2.mb-2 {
            color: var(--brand);
        }


        @media (max-width: 767px) {
            .row.g-2.flex-fill {
                height: 50px !important;
            }

            .col-6 {
                display: none;
            }

            .daterangepicker.rtl.auto-apply.show-calendar.openscenter {
                right: 50px !important;
                display: flex;
                flex-direction: column;
            }

            .daterangepicker.ltr.auto-apply.show-calendar.openscenter {
                right: auto !important;
                left: 35px !important;
            }

            .card.shadow-sm.sticky-lg-top {
                top: auto !important;
            }

            .col-lg-5 {
                margin-bottom: 60px !important;
            }
        }
