.text-10 {
    font-size: 10px;
}

.vip-item-txt {
    font-size: 12px;
}

.vip-item-img {
    width: 48px !important;
    height: 48px !important;
}

.popular-txt {
    font-size: 20px;
}

.owl-theme .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 6px;
    background: #ddd;
    display: block;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #007bff;
    transform: scale(1.3);
    box-shadow: 0 0 6px rgba(0, 123, 255, 0.6);
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #0056b3;
}

/* استایل دکمه‌های ناوبری */
.owl-theme .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.owl-theme .owl-nav button.owl-prev {
    background: rgba(0, 0, 0, 0.6);
    color: #fff !important;
    border: none;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    transition: background 0.3s ease, transform 0.3s ease;
    margin-right: -5px;
}

.owl-theme .owl-nav button.owl-next {
    background: rgba(0, 0, 0, 0.6);
    color: #fff !important;
    border: none;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    transition: background 0.3s ease, transform 0.3s ease;
    margin-left: 0px;
}

.owl-theme .owl-nav button.owl-prev:hover,
.owl-theme .owl-nav button.owl-next:hover {
    background: #007bff;
    //transform: scale(1.1);
}

.owl-theme .owl-nav button span {
    font-size: 24px;
    line-height: 1;
}

.popular .items .flight-thumb-wrapper image {}

.img-fluid-popular {
    border-radius: .5rem .5rem 0 0;
}

.fs-title-popular {
    color: #434343;
    font-size: 1rem !important;
}

.owl-nav .owl-prev {
    background-color: white !important;
    border: 1px solid !important;
    position: relative;
    top: -190px;
    left: -1210px;
    border-radius: 6px !important;
    border-color: rgb(207, 212, 220) !important;
    height: 32px !important;
    width: 32px !important;

}

.owl-nav .owl-next {
    background-color: white !important;
    border: 1px solid !important;
    position: relative;
    top: -190px;
    border-radius: 6px !important;
    border-color: rgb(207, 212, 220) !important;
    height: 32px !important;
    width: 32px !important;
}

.owl-nav .owl-next span {
    color: black !important;
}

.owl-nav .owl-prev span {
    color: black !important;
}

.owl-nav .owl-prev:focus {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.owl-nav .owl-next:focus {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}


.dubai-rent .owl-nav .owl-next {
    top: -210px;
}

.dubai-rent .owl-nav .owl-prev {
    top: -210px;
    left: -1235px;

}

.dubai .owl-nav .owl-prev {
    top: -210px;
}

.dubai .owl-nav .owl-next {
    top: -210px;
}

.testimonial-card {
    width: 500px;
    /* اینجا کنترل عرض هر آیتم */
    max-width: 100%;
    /* توی موبایل نشکنه */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 20px;
    background: #fff;
}

.opinion .owl-carousel .item {
    padding: 0 2.5px;
    /* بین آیتم‌ها 5px فاصله */
}

.opinion .custom-item {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.vip {
    margin-top: -60px;
}

.opinion .avatar {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    /* مربع با گوشه‌های کمی گرد */
}

.opinion .owl-dots {
    display: block;
}

.opinion .owl-dots span {
    background-color: #d6d6de !important;
    opacity: 1 !important;
    border-radius: 8px !important;
    transition: all .3s;
}

.owl-dot span {
    width: 8px !important;
    height: 8px !important;
}

.opinion .owl-dots .active span {
    background-color: #48484e !important;
    width: 22px !important;
    height: 8px !important;
    box-shadow: none !important;
}

.opinion .owl-nav {
    display: none;
}

.fs-title {
    font-size: 15px !important;
}

.low-price {
    font-size: 15px !important;
    color: #989898;
}

.price {
    color: black;
}

.lh-base a {
    font-size: 15px !important;
    text-align: right !important;
    color: rgb(36, 36, 40) !important;
}

.blog .owl-nav .owl-prev {
    left: -1215px;
    top: -187px;
}

.blog .owl-nav .owl-next {
    left: 20px;
    top: -187px;
}

.visit-dubai-txt {
    padding-right: 20px;
    text-align: end;
}

.visit-blog-txt {
    padding-right: 10px;
}

.nav-menu.nav-menu-social .menu-border {
    border-right: 1px solid #e6e6e6 !important;
    border-left: 1px solid #e6e6e6 !important;
}

.btn-main {
    background-color: var(--bs-primary) !important;
    color: white;
    font-size: 12px;
}

.popular-item {
    background-color: white;
    border-radius: .5rem !important;
}

.color-white {
    color: white;
}

.fixed-sidebar {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 320px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 20px;
    z-index: 1000;
}

.content-wrapper {
    margin-left: 360px;
    padding: 0 20px;
}

.price-box {
    //text-align: center;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.price-box h4 {
    color: #000000;
    font-weight: 300;
    margin: 0;
    font-size: 18px;
}

.price-box p {
    font-size: 15px;
}

.date-picker {
    display: flex;
    gap: 10px;
    margin: 15px 0;
}

.date-input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fafafa;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.guest-selector {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fafafa;
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.guest-btn {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
}

.guest-count {
    font-weight: 600;
}

.checkbox-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0;
}

.btn-book {
    width: 100%;
    padding: 15px;
    background: var(--bs-primary) !important;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-book:hover {
    background: #c0392b;
}

.info-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.info-card h5 {
    margin-bottom: 15px;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.feature-list i {
    color: #27ae60;
}

.map-container {
    height: 300px;
    background: #eee;
    border-radius: 12px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #777;
}

.calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    margin: 15px 0;
}

.calendar-header {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
    background: #f1f1f1;
    border-radius: 8px 8px 0 0;
}

.calendar-day {
    text-align: center;
    padding: 10px;
    border: 1px solid #eee;
    background: #fff;
    cursor: pointer;
    transition: background 0.2s;
}

.calendar-day:hover {
    background: #f8f8f8;
}

.calendar-day.selected {
    background: #e74c3c;
    color: white;
}

.calendar-day.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.similar-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.card-similar {
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s;
}

.card-similar:hover {
    transform: translateY(-2px);
}

.card-img {
    height: 180px;
    background: #ddd;
    background-size: cover;
    background-position: center;
}

.card-body {
    padding: 15px;
}

.card-title {
    font-weight: 600;
    margin: 0 0 5px 0;
}

.card-price {
    color: #e74c3c;
    font-weight: 700;
}

.card-rating {
    color: #f1c40f;
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .fixed-sidebar {
        position: static;
        width: 100%;
        margin-bottom: 20px;
    }

    .content-wrapper {
        margin-left: 0;
    }
}

.Room_cta {
    box-shadow: 0 2px 12px 4px #f0f0f0;
    padding: 8px;
    //position: sticky;
    bottom: auto;
    left: 0;
    top: 10rem;
    z-index: 1;
    margin-bottom: 2rem;
    //height: -moz-fit-content;
    height: fit-content;
    max-height: 756px;
    border-radius: 1.25rem;
    grid-area: cta;
    width: 100%;
    background-color: rgb(255 255 255/var(--tw-bg-opacity, 1));
}

.header {
    border-bottom: 1px solid #e9ecef;
}

.title-hotel {
    font-size: 21px;
    letter-spacing: -.4px;
    line-height: 32px;
}

.justify-self-end {
    justify-self: end !important;
}


.rules-list li {
    padding: 10px 15px;
    border-radius: 8px;
    background: #fafafa;
    border: 1px solid #eee;
    transition: background 0.2s;
}

.rules-list li:hover {
    background: #f5f5f5;
}

.rules-list i {
    font-size: 1.1rem;
    color: #777;
}

.rules-list span {
    font-weight: 500;
    color: #333;
    flex: 1;
    margin-left: 10px;
}

.review-card {
    background: #fff;
    transition: box-shadow 0.2s;
}

.review-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.review-card .badge {
    font-weight: 500;
    padding: 4px 8px;
    font-size: 0.9rem;
}

.review-card i {
    font-size: 1.1rem;
    color: #777;
}

.review-card .text-muted {
    color: #666 !important;
}

.review-card span.me-2 {
    color: #e74c3c;
    font-weight: 600;
}

.icon-user {
    border-radius: 9999rem;
}


.Typography_caption4___Ua36 {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 300;
    color: rgb(100 100 110/var(--tw-text-opacity, 1)) !important;
    --tw-text-opacity: 1 !important;

}

.rating-stats .fs-5 {
    font-size: 1.2rem;
    line-height: 1.3;
}

.rating-stats i {
    font-size: 1.1rem;
}

.rating-stats .text-dark {
    color: #333 !important;
}

.rating-stats .text-success {
    color: #28a745 !important;
}

.rating-stats .text-warning {
    color: #ffc107 !important;
}

.rating-stats .text-muted {
    color: #6c757d !important;
}


.amenities-list i {
    font-size: 1.1rem;
    color: #777;
}

.amenities-list span {
    font-size: 18px;
    letter-spacing: -.2px;
    line-height: 28px;
    font-weight: 400;
    margin-left: 10px;
}

/* Link style */
.info-card a.text-primary {
    font-weight: 500;
    font-size: 0.9rem;
}

.info-card a.text-primary:hover {
    text-decoration: underline !important;
}

.TopAttributes_facilityContainer__lfYzm {
    display: flex;
    gap: .25rem;
    padding: .25rem;
}

.Button_container__RWyTD {
    user-select: auto;
    border-style: none;
    background-color: transparent;
    padding: 0;
    --tw-text-opacity: 1;
    color: rgb(71 84 103/var(--tw-text-opacity, 1));
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 200;
    box-sizing: border-box;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: .5rem;
    border-width: 1px;
    text-decoration-line: none;
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition-property: opacity, color, background;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;

}

.specifications-hotel h2 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.specifications-hotel h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    line-height: 30px;
}

.Typography_caption3__OpOnK {
    text-overflow: ellipsis;
    white-space: pre-wrap;
    text-align: justify !important;
    --tw-text-opacity: 1;
    color: rgb(100 100 110/var(--tw-text-opacity, 1));
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
}

.Typography_subtitle2__Ba9_x {
    font-size: 18px;
    letter-spacing: -.2px;
    line-height: 28px;
    font-weight: 300;
}

.text-Asphalt {
    color: rgb(72 72 78/var(--tw-text-opacity, 1)) !important;
}

.Typography_caption2__HAToj {
    font-size: 18px;
    letter-spacing: -.2px;
    line-height: 28px;
}

.text-Gunmetal {
    color: #afafaf !important;
}

.Rate_container__gaP_Q {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1rem;
}

.Rate_section__1o2ah {
    display: flex;
    justify-content: space-between;
}

.Typography_body3__mY_Fi {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 200;
}

.Rate_ratePoint__lMHeO {
    display: flex;
    align-items: center;
}

.Typography_body3__mY_Fi {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 200;
}

.Typography_subtitle2__Ba9_x {
    font-size: 18px;
    letter-spacing: -.2px;
    line-height: 28px;
    font-weight: 300;
}

.RoomComments_comments {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    gap: .5rem;
}

.RoomComments_commentContainer {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    gap: 1rem;
    border-radius: .75rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-style: solid;
    border-color: rgb(214 214 222/var(--tw-border-opacity, 1));
    padding: .625rem;
}

.RoomComments_profileSection {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: space-between;
}

.RoomComments_commentBody {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.RoomComments_profile {
    grid-column: span 2/span 2;
    display: flex;
    width: 100%;
    gap: .5rem;
    text-align: right;
}

.typography_subtitle3 {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 300;
}

.typography_body3 {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 200;
}

.RoomComments_rate {
    display: flex;
    align-items: center !important;
    justify-content: flex-end;
    gap: .25rem;
}


.RoomComments_commentBody {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.typography_caption3 {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 100;
}

.rounded-full {
    border-radius: 9999rem !important;
}

.typography_subtitle4 {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 24px;
}

.text-star {
    color: #818181;
}

.vip .owl-nav .owl-next {
    display: none !important;
}

.vip .owl-nav .owl-prev {
    display: none;
}

.RoomComments_Reply {
    --tw-divide-y-reverse: 0;
    border-top: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom: calc(1px * var(--tw-divide-y-reverse));
    border-left: calc(1px * var(--tw-divide-y-reverse));
    border-right: calc(1px * var(--tw-divide-y-reverse));
    --tw-divide-opacity: 1;
    border-color: rgb(215, 215, 223);
    border-style: solid;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: .5rem;
    padding-top: .5rem;
}

.RoomComments_Replier {
    display: flex;
    gap: .5rem;
}

.text-Misty {
    color: rgb(180 180 190/var(--tw-text-opacity, 1)) !important;
}

.top-scroll {
    z-index: 100;
    height: 31px !important;
}


.traveler-dropdown {
    z-index: 99999;
}

.suggestions {
    display: inline-block;
    z-index: 99999;
    opacity: 1;
    visibility: visible;
    position: relative;

}

/* تنظیمات پیش‌فرض برای دسکتاپ */
.RoomComments_comments {
    display: flex;
    flex-wrap: wrap;
    /* شکستن ردیف‌ها */
    gap: 16px;
    /* فاصله بین کامنت‌ها */
}

.RoomComments_commentContainer {
    flex: 1 1 calc(100%);
    /* ۲ کامنت در هر ردیف */
    max-width: calc(100%);
    /* محدود کردن عرض */
    box-sizing: border-box;
}

.residence-rules-item i {
    margin-left: 10px;
    display: flex;
    align-self: center;
}

.vip-item-img {
    margin: 0px auto;
    padding-top: 5px;
}

.foot-socials ul li {
    margin-left: 0px !important;
}

@media only screen and (max-width: 768px) {
    p {
        margin-top: 10px !important;
    }

    .vip .d-flex {
        flex-wrap: wrap;
        /* شکستن ردیف‌ها */
        gap: 8px;
        /* فاصله بین آیتم‌ها (gap-2) */
    }

    .vip {
        margin-top: 20px !important;
    }

    .owl-next {
        display: none !important;
    }

    .owl-prev {
        display: none !important;
    }

    .top-scroll {
        z-index: 100;
        ;
    }

    .RoomComments_commentContainer {
        flex: 1 1 auto;
        /* عرض خودکار */
        max-width: 100%;
        /* محدود کردن عرض کامنت‌ها */
        margin: 0 auto;
        /* مرکز‌چینی */
    }

    .specifications-hotel h3 {
        font-size: 15px;
    }

    .specifications-hotel h2 {
        font-size: 15px;
    }

    .specifications-hotel span {
        font-size: 13px;
    }

    .Typography_caption3__OpOnK {
        font-size: 13px;
    }

    .Typography_body3__mY_Fi {
        font-size: 13px;
    }

    .Typography_subtitle2__Ba9_x {
        font-size: 15px;
    }
}

.vip_section .owl-theme .owl-nav {
    top: 50%;
}

.vip_section2 .owl-theme .owl-nav {
    top: 40%;
}

.text-gray-product {
    text-align: right;
    font-size: 13px;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(100 100 110/var(--tw-text-opacity, 1));
    position: relative;
}

/* Ensure br-dashed is defined */
.br-dashed {
    border-style: dashed !important;
    border-color: #dee2e6 !important;
}

/* Optional: hover effect for border */
.hover-border-primary:hover .br-dashed,
.hover-border-primary:hover {
    border-color: #4361ee !important;
}

/* Gradient Text */
.text-gradient {
    background: linear-gradient(100deg, #4361ee, #3a0ca3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Active Category */
.active-cat {
    background: linear-gradient(100deg, #4361ee, #3a0ca3);
    color: white !important;
    border: none !important;
    box-shadow: none !important;
}

/* Category Link Default */
.nav-link.text-muted.bg-light {
    background-color: #f8f9fa !important;
}

/* Badge */
.badge.bg-gradient {
    background: linear-gradient(100deg, #06d6a0, #118ab2);
    color: white;
    font-weight: 600;
}

/* Form Control */
.form-control {
    background-color: #fff;
}

.form-control:focus {
    border-color: #4361ee;
    box-shadow: none;
}

/* Icons */
.bi-hourglass-split {
    display: inline-block;
    animation: spin 1.2s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .nav-link {
        font-size: 0.875rem;
        padding: 0.4rem 0.8rem !important;
    }

    h1.h2 {
        font-size: 1.75rem;
    }
}

.font-weight-normal {
    font-weight: normal !important;
}

.bg-gradient-cat {
    background: linear-gradient(100deg, #4361ee, #3a0ca3) !important;
}

.product-comments-section {
    margin-top: 2rem;
    direction: rtl;
    text-align: right;
}

.comment-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e6;
    border-radius: 12px;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    box-shadow: none;
    /* بدون سایه */
    transition: border-color 0.2s ease;
}

.comment-card:hover {
    border-color: #d0d0da;
}

/* --- هدر کامنت --- */
.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 1rem;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.user-name {
    font-size: 15px;
    font-weight: 400;
    color: #48484e;
    margin: 0;
    line-height: 1.4;
}

.comment-date {
    font-size: 13px;
    color: #afafaf;
    display: block;
    margin-top: 2px;
}

.rating-badge {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #f8f9fa;
    padding: 4px 10px;
    border-radius: 20px;
    height: fit-content;
}

.rating-badge i {
    color: #FFB300;
    font-size: 14px;
}

.rating-badge span {
    font-size: 14px;
    font-weight: 500;
    color: #48484e;
}

/* --- بدنه کامنت --- */
.comment-body {
    font-size: 15px;
    color: #64646e;
    line-height: 1.7;
    font-weight: 300;
    text-align: justify;
    word-break: break-word;
}

/* --- پاسخ میزبان --- */
.host-reply {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid #f0f0f5;
}

.reply-label {
    display: inline-block;
    background-color: #f8f9fa;
    color: #8a8a94;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
}

.reply-text {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    font-weight: 300;
    margin: 0;
    text-align: justify;
}

/* --- بدون کامنت --- */
.no-comments {
    color: #888;
    font-size: 15px;
}

/* --- ریسپانسیو --- */
@media (max-width: 576px) {
    .comment-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .rating-badge {
        align-self: flex-end;
    }
}

.btn-book {
    background: #4caf50;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
}

.btn-book:disabled,
.btn-book.disabled {
    background: #cccccc;
    cursor: not-allowed;
    opacity: 0.6;
}

.calendar-table {
    font-size: 0.85rem;
    width: 100%;
    table-layout: fixed;
}

.calendar-table td {
    height: 50px;
    padding: 0.25rem;
    vertical-align: middle;
    text-align: center;
    transition: all 0.2s ease;
    border-radius: 6px;
    position: relative;
    font-weight: 500;
    justify-content: center;
    align-items: center;
}

.calendar-table th {
    font-size: 0.9rem;
    padding: 0.4rem;
    font-weight: 600;
}

/* روزهای ناموجود یا رزرو شده: خاکستری */
.day-unavailable {
    background: #f0f0f0;
    color: #9e9e9e;
    cursor: default;
}

/* روزهای موجود (فعال) */
.day-available {
    background: #e8f5e9;
    color: #1b5e20;
    cursor: pointer;
    position: relative;
}

.day-available:hover {
    background: #c8e6c9;
    transform: scale(1.03);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* روزهای انتخاب‌شده */
.day-selected {
    background: #4caf50 !important;
    color: white !important;
    box-shadow: 0 0 0 2px white, 0 0 0 3px #4caf50;
}

/* قیمت در سلول */
.day-price {
    font-size: 0.75rem;
    margin-top: 4px;
    font-weight: 400;
}

/* لیست تایم‌های انتخاب‌شده */
.selected-dates-container {
    margin-top: 16px;
    padding: 12px;
    background: #f9f9f9;
    border-radius: 8px;
    min-height: 40px;
}

.selected-date-tag {
    display: inline-block;
    background: #e8f5e9;
    color: #1b5e20;
    padding: 6px 14px;
    margin: 4px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    position: relative;
}

.remove-tag {
    margin-left: 8px;
    cursor: pointer;
    color: #e53935;
    font-weight: bold;
}

.no-dates {
    color: #888;
    font-style: italic;
    font-size: 0.95rem;
}

/* لودر عمومی */
.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    z-index: 10;
}

.spinner {
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #4caf50;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* لودر دکمه */
.btn-book {
    background: #4caf50;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-book:disabled,
.btn-book.disabled {
    background: #cccccc;
    cursor: not-allowed;
    opacity: 0.6;
}

.btn-loading {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

@media (max-width: 576px) {
    .calendar-table td {
        height: 44px;
        font-size: 0.8rem;
        padding: 0.2rem;
    }

    .calendar-table th {
        font-size: 0.85rem;
        padding: 0.35rem;
    }

    .selected-date-tag {
        padding: 5px 12px;
        font-size: 0.85rem;
    }

    .day-price {
        font-size: 0.7rem;
    }
}

.day-unavailable {
    background: #f0f0f0;
    color: #9e9e9e;
    cursor: default;
    position: relative;
    overflow: hidden;
    cursor: not-allowed;
}

.day-unavailable::before {
    content: "×";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.6);
    z-index: 1;
    pointer-events: none;
}

.day-unavailable>div:first-child {
    position: relative;
    z-index: 2;
    opacity: 0.6;
}

.payment-option {
    transition: all 0.2s ease;
}

.payment-option.selected {
    border-color: #0d6efd !important;
    background-color: #f8f9ff;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.25);
}

.hover-text-white:hover {
    color: #4cc9f0 !important;
}

.hover-opacity-100:hover {
    opacity: 1 !important;
}

.owl_pr_0 .owl-stage {
    padding-right: 0px !important;
}

.footer-widget a:hover {
    color: white !important;
    transition: 0.2s ease-in-out;
}

.text-muted-white {
    color: var(--bs-gray-600) !important;
}