@font-face {
    font-family: YekanBakhFaNum;
    font-style: normal;
    font-weight: 100;
    src: url(fonts/woff/YekanBakhFaNum-thin.woff) format("woff"), url(fonts/woff2/YekanBakhFaNum-thin.woff2) format("woff2"), url(fonts/ttf/YekanBakhFaNum-Thin.ttf) format("truetype"), url(fonts/otf/YekanBakhFaNum-Thin.otf) format("opentype")
}

@font-face {
    font-family: YekanBakhFaNum;
    font-style: normal;
    font-weight: 300;
    src: url(fonts/woff/YekanBakhFaNum-Light.woff) format("woff"), url(fonts/woff2/YekanBakhFaNum-Light.woff2) format("woff2"), url(fonts/ttf/YekanBakhFaNum-Light.ttf) format("truetype"), url(fonts/otf/YekanBakhFaNum-Light.otf) format("opentype")
}

@font-face {
    font-family: YekanBakhFaNum;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/woff/YekanBakhFaNum-Regular.woff) format("woff"), url(fonts/woff2/YekanBakhFaNum-Regular.woff2) format("woff2"), url(fonts/ttf/YekanBakhFaNum-Regular.ttf) format("truetype"), url(fonts/otf/YekanBakhFaNum-Regular.otf) format("opentype")
}

@font-face {
    font-family: YekanBakhFaNum;
    font-style: normal;
    font-weight: 600;
    src: url(fonts/woff/YekanBakhFaNum-SemiBold.woff) format("woff"), url(fonts/woff2/YekanBakhFaNum-SemiBold.woff2) format("woff2"), url(fonts/ttf/YekanBakhFaNum-SemiBold.ttf) format("truetype"), url(fonts/otf/YekanBakhFaNum-SemiBold.otf) format("opentype")
}

@font-face {
    font-family: YekanBakhFaNum;
    font-style: normal;
    font-weight: 700;
    src: url(fonts/woff/YekanBakhFaNum-Bold.woff) format("woff"), url(fonts/woff2/YekanBakhFaNum-Bold.woff2) format("woff2"), url(fonts/ttf/YekanBakhFaNum-Bold.ttf) format("truetype"), url(fonts/otf/YekanBakhFaNum-Bold.otf) format("opentype")
}

@font-face {
    font-family: YekanBakhFaNum;
    font-style: normal;
    font-weight: 800;
    src: url(fonts/woff/YekanBakhFaNum-ExtraBold.woff) format("woff"), url(fonts/woff2/YekanBakhFaNum-ExtraBold.woff2) format("woff2"), url(fonts/ttf/YekanBakhFaNum-ExtraBold.ttf) format("truetype"), url(fonts/otf/YekanBakhFaNum-ExtraBold.otf) format("opentype")
}

@font-face {
    font-family: YekanBakhFaNum;
    font-style: normal;
    font-weight: 900;
    src: url(fonts/woff/YekanBakhFaNum-Black.woff) format("woff"), url(fonts/woff2/YekanBakhFaNum-Black.woff2) format("woff2"), url(fonts/ttf/YekanBakhFaNum-Black.ttf) format("truetype"), url(fonts/otf/YekanBakhFaNum-Black.otf) format("opentype")
}

@font-face {
    font-family: YekanBakhFaNum;
    font-style: normal;
    font-weight: 950;
    src: url(fonts/woff/YekanBakhFaNum-ExtraBlack.woff) format("woff"), url(fonts/woff2/YekanBakhFaNum-ExtraBlack.woff2) format("woff2"), url(fonts/ttf/YekanBakhFaNum-ExtraBlack.ttf) format("truetype"), url(fonts/otf/YekanBakhFaNum-ExtraBlack.otf) format("opentype")
}

@font-face {
    font-family: YekanBakhFaNum;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/ttf/YekanBakhFaNum-VF.ttf) format("truetype")
}

:root {
    /* 🎨 رنگ‌های پایه */
    --color-background: #FAFBD4; /* پس‌زمینه لطیف */
    --color-surface: #FFFFFF; /* سطح‌های سفید خالص برای تضاد */

    /* 🎯 رنگ‌های برند و تأکیدی */
    --color-primary: #3E5060; /* آبی خاکستری تیره، مناسب برای هدر، فوتر، دکمه‌ها */
    --color-accent: #04AA6D; /* نارنجی مسی ملایم برای CTA */
    --color-secondary: #A8B5BD; /* آبی خاکستری روشن برای hover و عناصر فرعی */

    /* ✅ رنگ‌های متنی */
    --color-text-primary: #2F2F2F; /* متن اصلی، خوانا و رسمی */
    --color-text-secondary: #6F6F6F; /* متن ثانویه یا توضیحی */

    /* 📏 مرز و خطوط */
    --color-border: #E2E2E2; /* خطوط جداکننده نرم */

    /* 🟢 رنگ‌های وضعیت */
    --color-success: #4CAF50; /* موفقیت (مثلاً "رزرو با موفقیت انجام شد") */
    --color-error: #D9534F; /* خطا (مثل "اتاقی یافت نشد") */
}

.test-color {
    color: rgb(201, 123, 73);
    color: rgb(212, 147, 103);
    color: rgb(234, 195, 163);
    color: rgb(245, 219, 193);
    color: rgb(255, 243, 223);
    color: var(--color-accent);
}

.text-justify {
    text-align: justify;
}

.primary-text-color {
    color: var(--color-text-primary);
}

.secondry-text-color {
    color: var(--color-text-secondary);
}

.star-color {
    color: oklch(76.9% .188 70.08);

}

.off-color {
    color: var(--color-error);
}

.without-off {
    color: var(--color-accent);
}

body {
    font-family: YekanBakhFaNum !important;
}

.fs-7 {
    font-size: 7px;
}

.fs-8 {
    font-size: 8px;
}

.fs-9 {
    font-size: 9px;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-30 {
    font-size: 30px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    direction: rtl !important;
}

a {
    text-decoration: none !important;
}

.header-inner.style-2 {
    position: absolute;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.4); /* می‌تونی میزان شفافیت رو تنظیم کنی */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* برای سافاری */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* سایه نرم اختیاری */
}

.new-header-hotel-tik a {
    font-size: 16px;
    color: var(--color-background);
    font-weight: bold;
}

.new-header-hotel-tik a:hover {
    color: var(--color-accent);
}

.new-header-hotel-tik {
    background-color: transparent;
}

.padding-header {
    padding-top: 30px;
}

.header-icon-style {
    font-size: 22px;
    margin-top: -2px;
}

.header-icon-style-mobile {
    font-size: 25px;
    color: var(--color-background);
    margin-top: 5px;
}

.font-size-icon-header-mobile {
    font-size: 20px;
    color: #fafbd4;
}

.background-header-mobile {
    position: absolute;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid var(--color-border);
    background-color: rgba(0, 0, 0, 0.4); /* مشکی شیشه‌ای */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.open-background-header-menu {
    background-color: rgba(0, 0, 0, 0.6) !important; /* مشکی نیمه‌شفاف */
    backdrop-filter: blur(12px); /* محو شدن پس‌زمینه */
    -webkit-backdrop-filter: blur(12px); /* برای سافاری */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4); /* سایه عمیق‌تر */
}

.menu-item-header-mobile a {
    color: var(--color-background) !important;
    font-size: 20px;
}

.menu-mobile li {
    color: var(--color-background);
}

header {
    position: sticky;
    top: 0;
    z-index: 1050;
}

.hero-section {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)),
    url("/static/image/styles/test-13.webp");
    background-size: cover;
    background-position: center;
    color: white;
    min-height: 75vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 1rem;
}

.hero-section-other-pages {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)),
    url("/static/image/styles/test-13.png");
    background-size: cover;
    background-position: center;
    color: white;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 1rem;
}

.hero-section-profile-pages {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)),
    url("/static/image/styles/test-13.png");
    background-size: cover;
    background-position: center;
    color: white;
    min-height: 40vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 1rem;
}

.background-information-index {
    background-image: url("/static/image/styles/background-information-index.jpg");
    background-size: cover;
    background-position: center;
    color: white;
    max-height: 72vh;
    min-height: 72vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 1rem;
    border-radius: 12px;
}

.background-blog-post {
    background-image: url("/static/image/styles/background-blog-post.jpg");
    background-size: cover;
    background-position: center;
    color: white;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 1rem;
}

.hero-title {
    font-size: 3rem !important;
    margin-bottom: 2.5rem;
    margin-top: 7.5rem !important;
    color: var(--color-background);
    font-weight: 700;
}

.hero-title-mobile {
    font-size: 2rem !important;
    margin-bottom: 2.5rem;
    margin-top: 7.5rem !important;
    color: var(--color-background);
    font-weight: 700;
}

.hotel-tik-name-banner {
    color: var(--color-accent);
    font-size: 4.5rem;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: 700 !important;
}

.hotel-tik-name-banner-mobile {
    color: var(--color-accent);
    font-size: 3rem;
    font-weight: 700 !important;
}


@media (min-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }
}

.search-box {
    margin-top: 4rem;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    padding: 1rem;
    border-radius: 1rem;
    max-width: 75%;
    width: 75%;
}

.search-box-mobile {
    margin-top: 6rem;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    padding: 1rem;
    border-radius: 1rem;
    max-width: 90%;
    width: 90%;
}

.search-form .form-select,
.search-form .form-control,
.search-form .btn {
    border-radius: 0.5rem;
}

.search-box-select-desktop, .search-box-input-desktop {
    width: 40%;
    border-radius: 12px;
    border: 1px solid rgb(250, 251, 212, 0.3);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    color: var(--color-background) !important;
    font-size: 16px;
    padding: 12px 16px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.search-box-input-mobile, .search-box-select-mobile {
    border-radius: 12px;
    border: 1px solid rgb(250, 251, 212, 0.3);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    color: var(--color-background);
    font-size: 16px;
    padding: 8px 16px;
    transition: all 0.3s ease-in-out;
}

.search-box-input-desktop::placeholder, .search-box-input-mobile::placeholder {
    color: var(--color-background);
}

.search-box-btn-desktop {
    width: 20%;
    border: none;
    color: var(--color-background);
    background-color: var(--color-accent);
    border-radius: 8px;
}

.search-box-btn-mobile {
    border: none;
    color: var(--color-background);
    background-color: var(--color-accent);
    border-radius: 8px;
    padding: 8px 16px;
}

.search-box-btn-desktop i {
    vertical-align: -webkit-baseline-middle;
}

@media (min-width: 768px) {
    .search-form {
        display: flex;
        gap: 1rem;
        align-items: center;
    }

    /*.search-form .form-select,*/
    /*.search-form .form-control {*/
    /*    flex: 1;*/
    /*}*/
    .search-form .btn {
        white-space: nowrap;
    }
}

.hotel-content-holder {
    background: rgba(255, 255, 255, 0.35); /* نیمه شفاف سفید */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05); /* خط دور خیلی ظریف تیره */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* سایه ملایم برای برجسته شدن */
    color: #000; /* متن تیره برای خوانایی بهتر */
}

.hotel-card-holder {
    height: 170px;
    width: 80%;
    background: rgba(255, 255, 255, 0.35); /* نیمه شفاف سفید */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05); /* خط دور خیلی ظریف تیره */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* سایه ملایم برای برجسته شدن */
    color: #000; /* متن تیره برای خوانایی بهتر */
}

.hotel-card-holder img {
    height: 168px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.hotel-card-holder button {
    border: none;
    background-color: var(--color-accent);
    padding: 5px 0;
    font-size: 16px;
    border-radius: 8px;
    color: var(--color-background);
}


@media (max-width: 768px) {

    .hotel-card-holder {
        height: auto;
        width: 95%;
        padding-bottom: 10px;
    }

    .hotel-card-holder > .d-flex {
        flex-direction: column;
    }

    /* تصویر */
    .hotel-card-holder img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        border-radius: 12px 12px 0 0;
    }

    /* ستون‌ها */
    .hotel-card-holder .col-md-3,
    .hotel-card-holder .col-md-6,
    .hotel-card-holder .col-3,
    .hotel-card-holder .col-6 {
        width: 100%;
        max-width: 100%;
        border-left: none !important;
    }

    /* بخش وسط */
    .hotel-card-holder .col-md-6.col-6.my-auto {
        padding: 10px 12px;
        text-align: right;
    }

    /* امکانات */
    .feature-holder-card {
        margin-bottom: 4px;
    }

    /* بخش قیمت و دکمه */
    .hotel-card-holder .col-md-3.col-3.my-auto {
        padding: 10px 12px;
        border-top: 1px solid #e0e0e0;
        margin-top: 5px;
    }

    .hotel-card-holder button {
        font-size: 14px;
        padding: 8px 0;
    }

    /* فونت‌ها */
    .fs-18 {
        font-size: 15px !important;
    }

    .fs-14 {
        font-size: 13px !important;
    }

    .fs-12 {
        font-size: 11px !important;
    }
}


.hotel-content-holder img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.hotel-content-holder button {
    border: none;
    background-color: var(--color-accent);
    padding: 10px 0;
    font-size: 16px;
    border-radius: 8px;
    color: var(--color-background);
}

.hotel-content-holder h {
    color: var(--color-text-primary);
}

.feature-holder-card {
    background-color: #EEFCF7;
    border-radius: 10px;
    padding: 4px 2px;
}

.badge-discount,
.badge-hotel-type {
    position: absolute;
    top: 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: bold;
    color: var(--color-background);
}

.badge-discount {
    right: 10px;
    background-color: var(--color-accent);
    padding: 2px 10px;
}

.badge-hotel-type {
    left: 10px;
    background-color: var(--color-accent);
    padding: 5px 10px;
}

.open-close-address {
    cursor: pointer;
}

.information-holder {
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    color: #000;
    padding: 5px;
    margin: 20px 20px;
    z-index: 10;
    position: relative;
}

.reserve-calender-holder {
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    color: #000;
    padding: 5px;
    z-index: 10;
    margin: 15px 0 5px 0;
}

.reserve-calender-holder-mobile {
    max-height: 190px;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    color: #000;
    padding: 5px;
    z-index: 10;
    margin: 20px 0 0 0;
}

.reserve-calender-holder-mobile-2 {
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    color: #000;
    padding: 5px;
    z-index: 10;
    margin: 20px 0 0 0;
}

.room-selected-room-holder {
    max-height: 298px;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    color: #000;
    padding: 5px;
    z-index: 10;
    margin: 5px 0 5px 0;
}

#map {
    border-radius: 10px;
    height: 120px;
    width: 300px;
}

#map-mobile {
    border-radius: 10px;
    height: 120px;
    width: 300px;
}

.leaflet-bottom {
    display: none !important;
}

.image-gallery {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: right;
    margin: 1rem 0;
}

.main-image img {
    width: 600px;
    max-width: 600px;
    height: 353px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    transition: transform 0.3s ease;
}

.thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 5px;
    max-width: 600px;
    width: 100%;
    justify-content: center;
    overflow: auto;
    max-height: 62vh;
}


.thumbs img {
    width: 100%;
    height: 85px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: border 0.2s ease;
}


.thumbs img:hover,
.thumbs img.active {
    border: 2px solid #C97B49;
}

/* Responsive for tablet and mobile */
@media (max-width: 768px) {
    .image-gallery {
        flex-direction: column;
        align-items: center;
    }

    .thumbs {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        max-height: 30vh;
        overflow: auto;
        padding-right: 10px;
        padding-left: 10px;

    }

    .thumbs img {
        width: 150px;
        height: 85px;
    }

    .main-image img {
        /*max-width: 90vw;*/
        width: 80vw;
        max-width: 80vw;
        height: 160px;
    }
}

.fade {
    /*opacity: 0;*/
    transition: opacity 0.4s ease;
}

.line {
    width: 98%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 20px auto;
}

.line-faqs {
    width: 98%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 10px auto;
}

.line-2 {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 0px auto 10px auto;
}

.line-3 {
    width: 95%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: auto;
    text-align: center;
}

.feature-name h5 {
    color: var(--color-text-primary);
}

.card-image img {
    width: 100%;
    border-radius: 10px;
}

.lg-img-wrap, .lg-object {
    opacity: 1 !important;
    visibility: visible !important;
}

.lg-backdrop {
    opacity: 1 !important;
}

.lg-show-in .lg-img-wrap img {
    opacity: 1 !important;
    transition: none !important;
}

.lg-show-in .lg-img-wrap {
    transition: none !important;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    right: 0 !important;
}

.main-image-fancybox {
    height: 51vh;
}

.small-image {
    height: 25vh;
}

@media (max-width: 768px) {
    .main-image-fancybox-holder {
        margin-bottom: 8px;
    }

    .main-image-fancybox {
        height: 34vh;
    }

    .small-image {
        height: 15vh;
    }
}

.room-name-style {
    background-color: var(--color-accent);
    width: fit-content;
    padding: 7px;
    color: var(--color-background);
    border-radius: 5px;
}

.select-room-btn-custom {
    border: none;
    padding: 7px 0;
    width: 100%;
    background-color: #eeeeee;
    color: var(--color-text-primary);
    border-radius: 5px;
    text-align: center;
    margin: auto;
}

.select-room-btn {
    border: none;
    padding: 7px 0;
    width: 100%;
    background-color: var(--color-accent);
    color: var(--color-background);
    border-radius: 5px;
}

.select-room-btn-pop-up {
    border: none;
    padding: 7px 0;
    width: 100%;
    background-color: var(--color-accent);
    color: var(--color-background);
    border-radius: 5px;
}

.select-room-btn-pop-up-mobile {
    border: none;
    padding: 7px 0;
    width: 100%;
    background-color: var(--color-accent);
    color: var(--color-background);
    border-radius: 5px;
}

.select-room-holder {
    border-right: 1px solid rgb(0, 0, 0, 0.3);
}

.off-count-holder {
    background-color: var(--color-accent);
    color: var(--color-background);
    width: 100%;
    padding: 4px;
    border-radius: 5px;
}

.breakfast-holder, .extra-person-holder {
    background-color: #f5f5f5;
    width: fit-content;
    padding: 6px 8px;
    border-radius: 5px;
}

/*.reserve-card {*/
/*    border-top-left-radius: 5px;*/
/*    border-bottom-left-radius: 5px;*/

/*}*/

/*@media (max-width: 768px) {*/
/*    .reserve-card {*/
/*        border-bottom-right-radius: 5px;*/
/*    }*/
/*}*/

.input-hotel-name {
    border: none;
    padding: 8px 6px;
    outline: 1px solid rgb(0, 0, 0, 0.3);
    width: 100%;
    border-radius: 8px;
}

.input-hotel-name::placeholder {
    font-size: 17px;
    font-weight: 700;
    color: var(--color-text-secondary);
}

.arrival-date-input {
    padding: 8px 6px;
    outline: 1px solid rgb(0, 0, 0, 0.3);
    width: 100%;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 700;
    color: var(--color-text-primary);
    cursor: pointer;
    user-select: none;
}

.arrival-date-input-mobile {
    padding: 0px 2px;
    width: 100%;
    color: var(--color-text-primary);
    cursor: pointer;
    user-select: none;
}

.reserve-calender-holder-position {
    transition: all 0.3s ease;
}

.fixed-top-box {
    position: fixed;
    z-index: 999;
}

.bi-plus-square, .bi-dash-square {
    color: var(--color-accent);
}

.room-selected-name {
    color: var(--color-text-primary);
}

.date-holder-selected {
    background: rgba(255, 255, 255, 0.35); /* نیمه شفاف سفید */
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.3); /* خط دور خیلی ظریف تیره */
    padding: 0 !important;
}

.test {
    background-color: rgb(168, 230, 207);
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.custom-footer {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    position: absolute;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    color: var(--color-background);
}

.bi-telegram:hover, .bi-instagram:hover, .bi-whatsapp:hover {
    color: var(--color-accent);
}

.footer-item {
    margin: 20px 0 20px 0;
    text-align: right;
    font-size: 15px;
}

.footer-item:hover {
    color: var(--color-accent);
}

.custom-footer a {
    color: var(--color-background);
}

.about-image-style {
    border-radius: 8px;
    width: 90%;
    height: 50vh;
}

.input-contact-email, .input-contact-name {
    border: none;
    outline: 1px solid #DFE2E7;
    border-radius: 3px;
    width: 90%;
    padding: 5px 8px;
    font-size: 16px;
}

.input-contact-email:hover, .input-contact-name:hover {
    color: #DFE2E7;
}

.contact-textarea {
    border: none;
    outline: 1px solid #DFE2E7;
    border-radius: 3px;
    width: 95%;
    height: 30vh;
    padding: 5px 8px;
    font-size: 16px;
}

.contact-textarea:hover {
    color: #DFE2E7;
}

.contact-confirm-btn {
    color: var(--color-background);
    background-color: var(--color-accent);
    padding: 10px 0;
    border: none;
    border-radius: 4px;
    width: 40%;
}

.faqs-number {
    display: inline-block;
    width: 5px;
    height: 5px;
    line-height: 5px;
    background-color: var(--color-text-primary);
    border-radius: 50%;
    font-weight: bold;
}

.faqs-holder {
    border: 1px solid #8A8A8A;
    padding: 10px;
    border-radius: 10px;
    width: 70%;
    margin: 8px auto 8px auto;
    text-align: center;
}

.blog-img-information {
    width: 268px;
    height: 268px;
}

.blog-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    z-index: 10;
    height: 30vh;
}

.blog-card-index {
    background: rgb(252, 252, 224);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
    z-index: 10;
    height: 25vh;
}

.blog-img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.luxury-hotel-img-index {
    width: 85px;
    height: 85px;
    background-color: #cceee9;
    padding: 10px;
    border-radius: 50%;
}

.beach-hotel-img-index {
    width: 85px;
    height: 85px;
    background-color: #fdd5d6;
    padding: 10px;
    border-radius: 50%;
}

.camping-hotel-img-index {
    width: 85px;
    height: 85px;
    background-color: #fdebd0;
    padding: 10px;
    border-radius: 50%;
}

.apartment-hotel-img-index {
    width: 85px;
    height: 85px;
    background-color: #cfe7fc;
    padding: 10px;
    border-radius: 50%;
}

@media (max-width: 768px) {
    .luxury-hotel-img-index {
        width: 65px;
        height: 65px;
        background-color: #cceee9;
        padding: 10px;
        border-radius: 50%;
    }

    .beach-hotel-img-index {
        width: 65px;
        height: 65px;
        background-color: #fdd5d6;
        padding: 10px;
        border-radius: 50%;
    }

    .camping-hotel-img-index {
        width: 65px;
        height: 65px;
        background-color: #fdebd0;
        padding: 10px;
        border-radius: 50%;
    }

    .apartment-hotel-img-index {
        width: 65px;
        height: 65px;
        background-color: #cfe7fc;
        padding: 10px;
        border-radius: 50%;
    }

    .luxury-hotel-txt-index {
        font-size: 15px;
        font-weight: bold;
    }

    .beach-hotel-txt-index {
        font-size: 15px;
        font-weight: bold;
    }

    .camping-hotel-txt-index {
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 0px;
        word-spacing: 0px;
    }

    .apartment-hotel-txt-index {
        font-size: 15px;
        font-weight: bold;
    }

    .fs-mobile {
        font-size: 9px;
    }

    .top-hotel-label-mobile-size {
        font-size: 18px;
    }

    .top-hotel-view-all-mobile-size {
        font-size: 11px;
    }
}

.top-hotel-holder {
    background-color: #FDFDEB;
    /*background-color: var(--color-accent);*/
    border-radius: 10px;
}

.owl-custom-nav {
    position: relative; /* parent is relative */
}

.owl-prev-custom,
.owl-next-custom, .owl-prev-custom-blog,
.owl-next-custom-blog {
    position: absolute;
    top: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* سایه نرم اختیاری */
    transform: translateY(-50%);
    background-color: #FDFDEB;
    color: var(--color-text-primary);
    border: none;
    border-radius: 50%;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 1000;
    transition: background-color 0.3s;
}

.owl-prev-custom:hover,
.owl-next-custom:hover,
.owl-prev-custom-blog:hover,
.owl-next-custom-blog:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
    background-color: var(--color-accent);
}

.owl-prev-custom {
    left: -15px;
    top: -230px;
}

.owl-next-custom {
    right: -15px;
    top: -230px;
}

.owl-prev-custom-blog {
    left: -7px;
    top: -85px;
}

.owl-next-custom-blog {
    right: -7px;
    top: -85px;
}

.top-blog-holder {
    background-color: #FDFDEB;
    border-radius: 10px;
}

.information-holder-index {
    padding: 10px;
    border-radius: 10px;
    max-height: 60vh;
    min-height: 60vh;
    width: 90%;
    text-align: center;
    background-color: rgb(250, 251, 212, 0.6);
}

.information-img-index {
    width: 80%;
    max-height: 55vh;
    border-radius: 10px;
}

@media (max-width: 768px) {


    .information-img-index {
        width: 50%;
        max-height: 20vh;
        border-radius: 10px;
    }

    .top-blog-label-mobile-size {
        font-size: 16px;
    }

    .top-blog-des-mobile-size {
        font-size: 12px;
    }

    .information-holder-index p {
        font-size: 11px
    }

    .information-holder-index h4 {
        font-size: 14px;
        margin-top: 20px;
    }

    .information-holder-index h5 {
        font-size: 10px;
        margin-top: 20px;
    }

    .information-holder-index i {
        font-size: 10px;
    }


    .number-hotel-information-mobile {
        font-size: 20px;
    }

    .text-hotel-information-mobile {
        font-size: 10px;
    }

    .number-text-information-index {
        margin: 0 !important;
    }
}

.number-text-information-index {
    margin-top: 1.5rem;
}


.number-hotel-information-desktop:hover {
    transform: rotate(360deg);
}

.number-hotel-information-desktop {
    transition: transform 1s ease;
}

.popup {
    display: none; /* مخفی در ابتدا */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.popup-content {
    background: white;
    padding: 30px;
    border-radius: 12px;
    position: relative;
    width: 80vh;
    text-align: center;
    transform: scale(0.8) rotate(0deg);
    transition: all 0.5s ease;
}


.popup-content-rule {
    background: white;
    padding: 30px;
    border-radius: 12px;
    position: relative;
    width: 100vh;
    text-align: center;
    transform: scale(0.8) rotate(0deg);
    transition: all 0.5s ease;
    max-height: 80vh;
    overflow-y: auto;
}


.popup-content h1 {
    color: var(--color-accent);
}

/* افکت چرخش موقع نمایش */
.popup.show .popup-content {
    transform: scale(1);
}

.popup.show {
    display: flex !important;
}


.close {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 24px;
    cursor: pointer;
    color: #888;
}


.pop-up-login-title {
    color: var(--color-accent);
}

.input-email-popup, .input-code-popup {
    width: 80%;
    border: 2px solid var(--color-accent);
    padding: 4px;
    border-radius: 5px;
    color: var(--color-text-primary);
    font-weight: bold;
    font-size: 14px;
    background-color: white;
}

.input-email-popup::placeholder {
    color: var(--color-text-secondary);
    font-size: 14px;
    padding: 4px;
    font-weight: bold;
    text-align: center;
    margin: auto;
}

.confirm-btn-email-popup, .confirm-btn-code-popup {
    border: none;
    width: 40%;
    background-color: var(--color-accent);
    color: var(--color-background);
    padding: 4px;
    border-radius: 5px;
}

.confirm-btn-reserve-popup {
    border: none;
    width: 100%;
    background-color: var(--color-accent);
    color: var(--color-background);
    padding: 6px;
    border-radius: 5px;
}

.confirm-btn-email-popup:hover {
    background-color: #A4653B;
}

.body-index {
    background-color: #FDFDEB;
}

.profile-header {
    background-color: #FDFDEB;
    border-radius: 6px;
}

.custom-tab-btn-profile {
    padding: 12px !important;
    color: var(--color-accent) !important;
}

.nav-tabs .nav-link.active {
    background-color: var(--color-accent) !important;
    color: var(--color-background) !important;
    border-color: var(--color-accent) !important;
}

.nav-tabs .nav-link:hover {
    border-color: var(--color-accent) !important;
}

.tab-pane {
    transition: opacity 0.3s ease;
}

.tab-pane:not(.show) {
    opacity: 0 !important;
    display: none;
}

.tab-pane.show {
    opacity: 1 !important;
    display: block;
}


.dashboard-holder {
    background-color: rgb(252, 252, 224);
    box-shadow: 0 4px 10px rgba(252, 252, 224, 0.6);
    border-radius: 6px;
    padding: 45px;
}

.plus-wallet, .minus-wallet {
    color: var(--color-background);
    background-color: var(--color-accent);
    border-radius: 6px;
    width: 50%;
    padding: 8px 5px;
    border: none;
    font-size: 14px !important;
}

.information-profile-input {
    width: 80%;
    border: 2px solid var(--color-accent);
    padding: 8px;
    border-radius: 5px;
    color: var(--color-accent);
    font-weight: bold;
    font-size: 14px;
    background-color: rgb(252, 252, 224);
    margin-top: 4px;
}

.information-profile-input::placeholder {
    color: #E7B99C;
    font-size: 14px;
    padding: 4px;
    font-weight: bold;
}

.information-holder-profile {
    background-color: rgb(252, 252, 224);
    box-shadow: 0 4px 10px rgba(252, 252, 224, 0.6);
    border-radius: 6px;
    margin: auto;
    text-align: center;
}

.confirm-btn-information-profile {
    color: var(--color-background);
    background-color: var(--color-accent);
    border-radius: 6px;
    padding: 10px 6px;
    border: none;
    font-size: 14px !important;
}

.profile-img-reserve-history {
    width: 200px;
    height: 210px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

@media (max-width: 768px) {
    .profile-img-reserve-history {
        width: 100px;
        height: 100px;
    }
}

.blog-post-img {
    width: 100%;
    height: 450px;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .blog-post-img {
        height: 200px;
    }
}

.reserve-history-holder {
    background-color: rgb(252, 252, 224);
    box-shadow: 0 4px 10px rgba(252, 252, 224, 0.6);
    border-radius: 6px;
    border: 2px solid var(--color-accent);
}

.reserve-status-profile-cancel {
    color: #BF405B;
    background-color: #eeccd1;
    border-radius: 4px;
    padding: 5px;
    font-size: 14px;
    font-weight: 700;
}

.reserve-status-profile {
    color: #40BFB4;
    background-color: #cceee9;
    border-radius: 4px;
    padding: 5px;
    font-size: 14px;
    font-weight: 700;
}

.post-content {
    padding: 1.5rem;
    background-color: white;
    border-radius: 8px;
}

.newest-content {
    padding: 0.5rem;
    background-color: white;
    border-radius: 8px;
}

.newest-img {
    width: 110px;
    height: 90px;
    border-radius: 8px;
}

.hotel-information-hotel-reservation {
    background-color: white;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}


.check-in-holder-reservation {
    background-color: #FAEDE3;
    padding: 8px 0;
}

.check-in-holder-reservation-mobile {
    background-color: #FAEDE3;
    padding: 4px 0;
}

.check-in-holder-reservation h5 {
    margin-bottom: 0;
}

.notice-holder {
    background-color: #FFF3E0;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #FBC89D;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.notice-holder span {
    color: #F57C00;
}

.input-user-information-reservation {
    border: 1px solid #e0e0e0;
    padding: 8px;
    border-radius: 5px;
    color: var(--color-text-secondary);
    font-weight: bold;
    font-size: 14px;
    background-color: white;
    width: 95%;
    margin-top: 6px;
}

.input-user-information-reservation::placeholder {
    color: #c0c0c0;
    font-weight: bold;
}

.increase-person {
    background-color: white;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    padding: 8px 16px 5px 16px;
    margin: 0px 8px;
}

.reserver-information-holder {
    background-color: white;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.custom-checkbox input[type="checkbox"] {
    display: none;
}

.custom-checkbox span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: white;
    border: 2px solid #555;
    border-radius: 4px;
    vertical-align: middle;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
}

.custom-checkbox input[type="checkbox"]:checked + span {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
}

.custom-checkbox input[type="checkbox"]:checked + span::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.reserve-confirm-btn-holder {
    background-color: var(--color-accent);
    color: var(--color-background);
    border: none;
    padding: 5px;
    border-radius: 6px;
}

.price-checker-holder {
    background-color: white;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.price-checker-holder-mobile {
    background-color: white;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    border-top: 1px solid #e0e0e0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    transition: max-height 0.3s ease;
    max-height: 115px; /* فقط دکمه و فوتر در ابتدا */
    overflow: hidden;
}

.price-checker-holder-mobile.open {
    max-height: 110vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.details-content {
    padding-bottom: 160px; /* جا برای فوتر پایین */
}

.price-summary-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    z-index: 1000;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.05);
}

.confirm-btn-price-checker {
    background-color: var(--color-accent);
    color: var(--color-background);
    border: none;
    padding: 5px;
    border-radius: 6px;
    width: 100%;
}

.confirm-btn-price-checker-mobile {
    background-color: var(--color-accent);
    color: var(--color-background);
    border: none;
    border-radius: 4px;
    width: 100%;
    padding: 4px;
}

.close-btn-price-checker {
    background-color: var(--color-accent);
    color: var(--color-background);
    border: none;
    border-radius: 4px;
    width: 30%;
    padding: 4px;
}

.room-price-holder-mobile {
    background-color: #FAEDE3;
    padding: 4px 0;
}

.datepicker-state-no-meridian {
    box-sizing: border-box !important;
    overflow: hidden !important;
    min-height: 50vh !important;
    min-width: 400px !important;
    width: 600px !important;
    padding: 20px !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    font-family: YekanBakhFaNum !important;
    font-size: 14px !important;
    border: 1px solid #ccc !important;
    background-color: #fff !important;
    z-index: 1001 !important;
    border-radius: 10px !important;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2) !important;
}

@media (max-width: 768px) {
    .datepicker-state-no-meridian {
        width: 90% !important;
        min-width: unset !important;
        min-height: 60vh !important;
        padding: 15px !important;
        font-size: 13px !important;
    }
}


.table-days td {
    padding: 6px !important;
    width: fit-content !important;
}

.table-days span:hover {
    color: var(--color-accent) !important;
    background-color: var(--color-background) !important;
}

.datepicker-plot-area .datepicker-day-view .table-days td.selected span {
    color: var(--color-accent) !important;
    background-color: white !important;
    text-shadow: none !important;
}


.selected span {
    color: var(--color-background) !important;
    background-color: var(--color-accent) !important;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-switch {
    color: var(--color-accent) !important;
    font-size: 18px !important;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-prev,
.datepicker-plot-area .datepicker-navigator .pwt-btn-next {
    color: var(--color-background) !important;
    background-color: var(--color-accent) !important;
    border-radius: 6px !important;
}


.datepicker-plot-area .datepicker-day-view .table-days td.disabled span {
    background-color: white !important;
}

.datepicker-plot-area .toolbox .pwt-btn-today {
    color: var(--color-background) !important;
    background-color: var(--color-accent) !important;
    border-radius: 6px !important;
}

.datepicker-plot-area .toolbox .pwt-btn-calendar {
    color: var(--color-accent) !important;
    background-color: var(--color-background) !important;
    border-radius: 6px !important;
}


.datepicker-plot-area .datepicker-day-view .table-days td.disabled span {
    text-decoration: line-through !important;
    color: #aaa !important;
}

.night-counter {
    color: var(--color-background) !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 12px !important;
    width: 100% !important;
    border: 1px solid rgb(250, 251, 212, 0.3) !important;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2) !important;
    color: var(--color-background) !important;
    font-size: 16px !important;
    padding: 12px 16px !important;
    transition: all 0.3s ease-in-out !important;
}

.select2-container .select2-selection--single {
    height: 100% !important;
    width: 100% !important;

}

.select2-selection__placeholder {
    color: var(--color-background) !important;
    font-size: 16px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}


.select2-container {
    width: 40% !important;
}

.select2-results__group {
    color: var(--color-accent) !important;
}

.select2-container--open .select2-dropdown--above {
    background-color: white !important;
}

.select2-search__field {
    border-radius: 6px !important;
    border: none !important;
    background-color: white !important;
    padding: 4px !important;
    outline: 2px solid var(--color-accent) !important;
    color: var(--color-accent) !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--color-accent) !important;
    color: var(--color-background) !important;
}

.select2-dropdown {
    background-color: white !important;
}

@media (max-width: 768px) {
    /* فقط در موبایل */
    #select-city-hotel-mobile.select2-hidden-accessible + .select2-container {
        width: 100% !important;
    }

    .select2-container--default .select2-selection--single {
        height: 45px !important;
        padding: 12px 16px !important;
        font-size: 14px !important;
        text-align: right !important;
    }

    .select2-container--open .select2-dropdown {
        width: 100% !important;
        left: 0 !important;
        border-radius: 12px !important;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
        background-color: white !important;
        z-index: 9999;
        color: var(--color-text-primary) !important;
        text-align: right !important;
    }

    .select2-results__option {
        font-size: 14px;
        padding: 10px;
    }

    .search-box-mobile {
        position: relative;
        width: 100%; /* اطمینان */
    }

    .select2-container {
        width: 100% !important;
    }
}


.overlay-extra-count {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white !important;
}

.reserve-hotel-room-name-pop-up, .reserve-hotel-room-count-pop-up,
.reserve-hotel-start-date-pop-up, .reserve-hotel-nights-pop-up,
.reserve-final-price-pop-up {
    color: var(--color-text-secondary);
    font-weight: bold;
    font-size: 16px !important;
}

.reserve-hotel-room-name-pop-up, .reserve-hotel-room-count-pop-up {
    width: 100% !important;
}

.reserve-hotel-room-name-pop-up:hover, .reserve-hotel-room-count-pop-up:hover,
.reserve-hotel-start-date-pop-up:hover, .reserve-hotel-nights-pop-up:hover,
.reserve-final-price-pop-up:hover {
    font-weight: bold;
    font-size: 16px !important;
}

#myPopup-reserve {
    z-index: 1059;
}

.room-list-wrapper {
    max-height: 120px; /* یا هر ارتفاع دلخواه */
    overflow-y: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow-x: hidden; /* 🚫 جلوگیری از اسکرول افقی */
}

@media (max-width: 768px) {
    .custom-padding-mobile {
        padding-bottom: 4.5rem
    }
}

.extra-bed-select-reservation {
    border: 1px solid #e0e0e0;
    padding: 8px;
    border-radius: 5px;
    color: var(--color-text-secondary);
    font-weight: bold;
    font-size: 14px;
    background-color: white;
    width: 95%;
    margin-top: 6px;
}

.table.custom-table-bg > tbody > tr > th,
.table.custom-table-bg > tbody > tr > td {
    background-color: #FCFDE8 !important;
    color: var(--color-text-secondary) !important;
}

.table.custom-table-bg > thead > tr > th,
.table.custom-table-bg > thead > tr > td {
    background-color: #FCFDE8 !important;
    color: var(--color-text-secondary) !important;
}

#myPopup-check {
    z-index: 10000;
}

.download-voucher {
    border: none;
    background-color: var(--color-accent);
    color: var(--color-background);
    padding: 9px;
    font-size: 14px;
    border-radius: 6px;
}

#room_information {
    max-height: 120px;
    overflow-y: auto;
}

.highlight-range {
    background-color: black !important;
    border-radius: 50% !important;
}

.popover-header {
    background-color: var(--color-accent) !important;
    color: var(--color-background) !important;
}

.mds-bs-dtp-container table table tbody.days td[data-day][data-today] {
    background-color: white !important;
    color: var(--color-accent) !important;
    border-radius: 5px !important;
    border: 1px solid var(--color-accent) !important;
}

.mds-bs-dtp-container table table tbody.days td[disabled] {
    text-decoration: var(--color-text-secondary) !important;
}

.mds-bs-dtp-container table table tbody.days td.selected-range-days {
    background-color: rgb(234, 195, 163) !important;
}

.input-new-calander-hotel {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    margin: auto;
    padding: 9px;
}

.input-new-calander-hotel-mobile {
    border: none;
    width: 120px;
}

.facilities-icon {
    color: var(--color-accent);
}

.near-place-card {
    background: #f9f9f9;
    transition: all 0.3s ease-in-out;
    border: 1px solid #eee;
}

.near-place-card:hover {
    background: #f0f0f0;
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.icon-circle {
    width: 35px;
    height: 35px;
    background-color: #EEFCF7; /* رنگ برند با شفافیت */
    border-radius: 50%;
}

.distance-badge {
    background: var(--color-accent);
    color: white;
    font-size: 12px !important;
    border-radius: 50px;
}