.room-sideber .form-clt {
    text-align: center;
}

.room-sideber button {
    display: inline-block;
}
.room-sideber h4,
.room-sideber span,
.room-sideber p {
    text-align: center;
    display: block;
}
.room-sideber button {
    display: inline-block;
    margin: 0 auto;
}
.room-sideber input {
    text-align: center;
}

.room-sideber input::placeholder {
    font-size: 10px;
    color: rgba(170, 170, 170, 0.84);
}
.rtl-footer {
    direction: rtl;
    text-align: right;
}

.rtl-footer .row {
    flex-direction: row-reverse;
}
.rtl-footer .widget-title h5::before {
    left: auto;
    right: 0;
}

.rtl-footer .widget-title h5::after {
    left: auto;
    right: 10px;
}
.instagram-banner-items .banner-image {
    height: 350px;
    max-width: 250px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20%;
    margin-top: 40px;
    box-shadow: 0 8px 15px #000, 0 20px 40px #000, 0 40px 40px rgba(255, 255, 255, 0.41), 0 30px 10px rgba(255, 255, 255, 0.41);
}
.instagram-section-2 {
    background-color: rgba(247, 243, 238, 0);

}

.room-sideber {
    background: #fff;
    /*border: 2px solid rgba(220, 192, 149, 0.94);*/
    border-radius: 25px;
    padding: 25px;

    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.12),
        inset 0 0 20px rgba(220, 220, 149, 0.08);
}

.date-input-wrapper {
    position: relative;
}

.date-input-wrapper .form-control {
    padding-right: 45px; /* برای RTL */
}

.calendar-icon {
    position: absolute;
    /*right: 15px;*/
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
    font-size: 16px;
}
.room-card{
    background: #090000;
    border-radius:18px;
    padding:20px;
    margin-bottom:20px;
    box-shadow:0 10px 25px rgba(0,0,0,0.06);
    transition:.25s ease;
}

.room-card:hover{
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(0,0,0,0.10);
}

/* HEADER */
.room-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:12px;
}

.room-title{
    font-size:20px;
    font-weight:600;
    margin:0;
}

.room-badge{
    background:#AA8453;
    color:#fff;
    padding:6px 12px;
    border-radius:20px;
    font-size:12px;
}

.nice-select.open .list {
    background:#000;
    margin-top: 16px;
    width: 100%;
    text-transform: capitalize;
    color: #ffffff;
}
.nice-select .option.selected.focus {
    background: #000;
    outline: none;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    border: none;
}
.booking-reserve-wrapper .form-clt span {
    font-size: 14px;
    font-weight: 0;
    display: inline-block;
    font-family: "Gilda Display", serif;
    color: var(--white);
    margin-bottom: 10px;
}
.booking-section,
.booking-reserve-wrapper,
.container,
.row {
    overflow: visible !important;
}
.nice-select,
.single-select {
    position: relative;
    z-index: 9999;
}
.theme-btn {
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: 0.9s;
    background-color: rgba(244, 68, 56, 0);
    color: #AA8453;
    padding: 16px 25px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    font-family: Barlow;
    display: inline-flex !important;
    align-items: center;
}
/* INFO */
.room-info{
    display:flex;
    justify-content:space-between;
    font-size:14px;
    color: #fff;
    margin-bottom:10px;
}

.room-info span{
    font-weight:600;
    color:#fff;
}

/* DIVIDER */
.divider{
    height:1px;
    background:#eee;
    margin:12px 0;
}

/* TITLE */
.section-title{
    font-size:15px;
    font-weight:600;
    margin-bottom:12px;
    text-align: center;
}
.room-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(160px, 180px));
    gap:12px;
    justify-content:center; /* مهم: وسط چین کل گرید */
}

.room-box {
    width: 180px;
    justify-self: center;
    border: 2px solid #AA8453;
    border-radius: 14px;
    padding: 12px;
    text-align: center;
    transition: .2s;
    background: #000;
}

.room-box:hover{
    background:#000;
    border-color: white;
}

.room-number{
    font-size:14px;
    margin-bottom:8px;
    font-weight:500;
}

/* BUTTON */
.room-btn{
    display:inline-block;
    padding:6px 10px;
    border-radius:8px;
    background:#fff;
    color:#AA8453;
    font-size:12px;
    text-decoration:none;
    transition:.2s;
}
.room-box-item .content-item .room-content h6 {

    border: 1px solid #000;

}

.room-btn:hover{
    background:#AA8453;
}

/* EMPTY */
.empty-text, .empty-box{
    text-align:center ;
    color:#d9534f;
    font-size:14px;
}



/* ویدیو فول بک‌گراند */
.hero-video {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* لیست سمت چپ روی ویدیو */
.hero-list {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

/* فرم روی ویدیو */
.container-fluid {
    position: relative;
    z-index: 3;
}

/* خود باکس فرم */
.from-box {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);

    width: 30%;
    min-height: 350px;   /* 👈 این مشکل اصلی تو رو حل می‌کنه */

    padding: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

/* اگر فرم حذف شد هم ارتفاع نمی‌ریزه */
.from-box:empty {
    min-height: 350px;
}
.hero-btn {
    display: inline-block;
    width: 100%;
    margin-top: 20px;

    text-align: center;
    padding: 14px 20px;

    background: linear-gradient(135deg, #c59d5f, #a67c52);
    color: #fff;
    font-size: 16px;
    font-weight: 600;

    border-radius: 8px;
    text-decoration: none;

    transition: all 0.3s ease;
}

.hero-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    color: #fff;
}
.hero-section {
    position: relative;
    overflow: hidden;

}

/* ویدیو فول بکگراند */
.hero-video {
    position: absolute;
    inset: 0;
}



/* مهم‌ترین بخش: وسط دقیق صفحه */
.hero-center {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    margin-top:45vh;
}

/* دکمه خاص */
.hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 18px 38px;

    font-size: 18px;
    font-weight: 700;
    color:#AA8453;
    text-decoration: none;

    border-radius: 50px;

    background: rgba(0, 0, 0, 0.99);
    border: 1px solid rgba(255,255,255,0.25);
    backdrop-filter: blur(10px);

    box-shadow: 0 15px 40px rgba(0,0,0,0.35);

    transition: 0.3s ease;

    animation: pulse 2.5s infinite;
}

/* hover جذاب */
.hero-cta:hover {
    transform: scale(1.08);
    background: rgb(170, 132, 83);
    box-shadow: 0 20px 60px rgb(114, 30, 189);
}

/* انیمیشن ضربان */
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgb(170, 132, 83); }
    70% { box-shadow: 0 0 0 20px rgba(212,175,55,0); }
    100% { box-shadow: 0 0 0 0 rgba(212,175,55,0); }
}
.about-section-2 h1,
.about-section-2 h2,
.about-section-2 h3,
.about-section-2 h4,
.about-section-2 p,
.about-section-2 span,
.about-section-2 li {
    text-align: right;   /* متن‌ها راست‌چین */
}

/* آیکن‌ها در سمت راست متن */
.about-section-2 .about-list li i {
    margin-left: 19px;
    margin-right: 8px;   /* فاصله بین آیکن و متن */
    float: right;         /* آیکن سمت راست قرار بگیرد */
}


@media (max-width: 575px) {
    .faq-wrapper .faq-content .faq-items .accordion .accordion-item h5 button {
        font-size: 15px;
        line-height: 1.6;
        padding: 22px 20px;
    }
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border:2px;
    border-radius: 10px;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
}

.no-link-style {
    color: inherit;
    text-decoration: none;
    cursor: default;
}
/* موبایل و تبلت */
@media (max-width: 991px) {
    .hero-section {
        height: 60vh;
    }
}

/* لپ‌تاپ و دسکتاپ */
@media (min-width: 992px) {
    .hero-section {
        height: 80vh;
    }
}
.mean__menu-wrapper .main-menu {
    direction: rtl;
    text-align: right;
}

.mean__menu-wrapper .main-menu ul {
    padding-right: 0;
    text-align: right;
}

.mean__menu-wrapper .main-menu li {
    text-align: right;
}

.mean__menu-wrapper .main-menu a {
    text-align: right;
    display: block;
}
.mean-container .mean-nav {
    direction: rtl;
    text-align: right;
}

.mean-container .mean-nav ul li a {
    text-align: right;
    float: none;
}

.mean-container .mean-nav ul li {
    text-align: right;
}


.q {
    background: #fff;
    border-radius: 22px;
    padding: 20px 15px;
    text-align: center;
    box-shadow: inset 0 0 25px #aa8453, inset 0 0 8px rgb(170 132 83);
}
.our-facilities-wrapper .our-facilities-item {
    padding: 30px 12px;
    text-align: center;
    background-color: #aa84530d;
    box-shadow: 0 4px 60px 0 rgba(170, 132, 83, 0.12);
    border-radius: 4px;
    position: relative;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 20px;
    display: flex;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    flex-direction: row-reverse;
    text-align: center;
}
.ggggg {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 20px;
    display: flex;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    flex-direction: column;
    text-align: center;
}
.booking-reserve-wrapper{
    max-width: 65%;
    margin: 0 auto;
    padding: 25px;
}
.room-section-2 .bg-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(28 28 28 / 59%);
    overflow: hidden;
    z-index: 9;
}

.section-title-area {
    display: flex;
    align-items: stretch;
    justify-content: center;
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
    align-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
}
.section-title .sub-title::before,
.section-title .sub-title::after {
    display: none !important;
}
.room-card-items-2{
    /*border: none !important;*/
    border-radius: 3%;
    /*box-shadow: none !important;*/
    background: black !important;
}

.room-image{
    border: none !important;
    box-shadow: none !important;
}

.swiper-slide{
    border: none !important;
}
.swiper,
.swiper-wrapper{
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}
.tab-content .array-buttonss {

    margin-top: 0px;

}
@media (max-width: 991px) {
    .section-padding {
        padding: 20px 1px;
    }
}


@media (max-width: 1199px) {
    .section-padding {
        padding: 20px 1px;
    }
}
.section-title .sub-title.sub-title-2 {
     padding-bottom: 0px;

}
.section-title-area {
     margin-bottom: 0px;

}
.tab-content {
    margin-top: 0px;
}


.section-title .sub-title {

    margin-bottom: 0px;
    }

.room-image{
    position: relative;
    overflow: hidden;
}
.room-image::after{
    content: "";
    position: absolute;
    inset: 0;

    pointer-events: none;




    box-shadow:
        inset 0 0 25px rgb(34, 11, 13),
        inset 0 0 8px rgb(34, 11, 13);
}
body {

    color: var(--text);
    background-color: #000 !important;
}
:root {
    --header: rgb(0, 0, 0);
}
.faq-wrapper .faq-content .faq-items .accordion .accordion-item h5 button {

    color: #aa8453;

}
.faq-wrapper .faq-content .faq-items .accordion .accordion-button::after {

    color: #aa8453;
}
@font-face {
    font-family: "Vazirmatn";
    src: url("/static/fonts/Vazirmatn.woff2") format("woff2");
}

body {
    font-family: "Vazirmatn", Tahoma, sans-serif;
}
.header-main .header-right .sidebar__toggle {

    color: #aa8453;
}
.sticky.header-1 .header-main .header-right .sidebar__toggle {
    color: #aa8453;
}

.hero-video {
    position: relative;
    overflow: hidden;
}

.hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*#glassCanvas {*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    z-index: 2;*/
/*    pointer-events: none;*/
/*    height: 100%;*/
/*}*/
#glassCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* کلیک‌ها به سایت برسن */
    z-index: 1; /* زیر یا روی سایت؟ پایین توضیح دادم */
}
#glassCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.section-under-rain {
    position: relative;
    z-index: 1;
}
.section-over-rain {
    position: relative;
    z-index: 10;
}
#glassCanvas {
    z-index: 5;
}
/*body{*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    background-image: url("/static/img/hotel-abshar-absafid-21.webp");*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    background-attachment: fixed;*/
/*    background-repeat: no-repeat;*/
/*}*/
/*@media (max-width:768px){*/
/*    body{*/

/*        background-image: url("/static/img/hotel-abshar-absafid-20.webp");*/
/*        background-size: contain;*/
/*        background-position: center;*/
/*        background-repeat: no-repeat;*/
/*        background-color: #000;*/
/*    }*/
/*}*/
/*@media (max-width:768px){*/
/*    body.ppp{*/

/*          margin: 0;*/
/*          padding: 0;*/
/*          background-image: url("/static/img/hotel-abshar-absafid-20.webp");*/
/*          background-size: cover;*/
/*          background-position: center;*/
/*          background-attachment: fixed;*/
/*          background-repeat: no-repeat;*/
/*    }*/
/*}*/
/*@media (max-width:768px){*/
/*    body.opo{*/
/*        background-image: url("/static/img/hotel-abshar-absafid-20.webp");*/
/*        background-size: cover;*/
/*        background-position: 50% 100%;*/
/*        background-repeat: no-repeat;*/
/*        background-attachment: scroll;*/
/*    }*/
/*}*/
/*@media (max-width:768px){*/
/*    body.opo2{*/
/*        background-image: url("/static/img/hotel-abshar-absafid-20.webp");*/
/*        background-size: cover;*/
/*        background-position: 50% 100%;*/
/*        background-repeat: no-repeat;*/
/*        !*background-attachment: scroll;*!*/
/*    }*/
/*}*/

body{
    margin:0;
    padding:0;
    background:#000;
}

.fixed-bg{
    position:fixed;
    inset:0;
    z-index:-1;
    overflow:hidden;
}

.fixed-bg img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
}

@media (max-width:768px){

    .fixed-bg img{
        content:url("/static/img/hotel-abshar-absafid-20.webp");
        object-position:center;
    }

}
body::before{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    z-index: -1;
}
section{
    position: relative;
    z-index: 2;
}
.facility-item{
    background: rgba(0,0,0,.35);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,.1);
    color: #fff;
}
/*.dark-section{*/
/*    background: rgba(0,0,0,0.6);*/
/*    padding: 60px 0;*/
/*}*/
.dark-section{
    background: rgba(0, 0, 0, 0.13);
    backdrop-filter: blur(6px);
    border-top: 1px solid rgb(170, 132, 83);
    border-bottom: 1px solid rgb(170, 132, 83);
}
.s{
    background: rgb(255, 255, 255);
    backdrop-filter: blur(6px);
    border-top: 1px solid rgba(255, 255, 255, 0.44);
    border-bottom: 1px solid rgba(255, 255, 255, 0.53);
}


.facility-grid{
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap:12px;
    text-align:center;
}

.facility-box{
    background: rgba(0, 0, 0, 0.93);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 10px;
    padding: 12px 8px;
    transition: .25s;
    backdrop-filter: blur(6px);
}

.facility-box i{
    font-size: 18px;
    color: #aa8453;
    margin-bottom: 6px;
}

.facility-box span{
    display:block;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
}

.facility-box:hover{
    transform: translateY(-3px);
    border-color: #aa8453;
    background: rgba(170,132,83,.12);
}
.tour-card{
    background: rgba(0,0,0,.35);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    overflow: hidden;
    transition: .3s;
    backdrop-filter: blur(6px);
}

.tour-card:hover{
    transform: translateY(-5px);
    border-color: #aa8453;
}

.tour-img{
    width:100%;
    height: 200px;
    overflow:hidden;
}

.tour-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.4s;
}

.tour-card:hover .tour-img img{
    transform: scale(1.05);
}

.tour-content{
    padding: 15px;
    color:#fff;
}

.tour-content h5{
    font-size: 15px;
    margin-bottom: 6px;
}

.tour-content p{
    font-size: 12px;
    opacity: .85;
    margin-bottom: 10px;
}

.tour-btn{
    display:inline-block;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 20px;
    background: #aa8453;
    color:#fff;
    text-decoration:none;
    transition:.2s;
}

.tour-btn:hover{
    background:#c9a46a;
}
.room-type-card{
    background: rgba(0,0,0,.35);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    overflow: hidden;
    transition: .3s;
    backdrop-filter: blur(6px);
    color:#fff;
    text-align:center;
}

.room-type-card:hover{
    transform: translateY(-5px);
    border-color:#aa8453;
}

.room-type-card img{
    width:100%;
    height:180px;
    object-fit:cover;
}

.room-type-card h5{
    margin-top:10px;
    font-size:15px;
}

.room-type-card p{
    font-size:12px;
    opacity:.85;
    margin:5px 0 10px;
}

.room-btn{
    display:inline-block;
    margin-bottom:12px;
    padding:6px 12px;
    font-size:12px;
    background:#aa8453;
    color:#fff;
    border-radius:20px;
    text-decoration:none;
    transition:.2s;
}

.room-btn:hover{
    background:#c9a46a;
}
.section-title {
    font-size: 15px;
    font-weight: 400;

}
.room-types-section{
    background: radial-gradient(circle at top, rgba(170,132,83,.15), transparent 60%),
                rgba(0,0,0,.55);
}


.footer-widget-wrapper .single-footer-widget .list li a {
    color: #fff;
}
.footer-widget-wrapper .single-footer-widget .footer-content p {
    color: #fff;
    max-width: 290px;
}
.footer-widget-wrapper .single-footer-widget .date-list li {
    display: flex;
    align-items: center;
    gap: 30px;
    color: #fff;
}
.footer-widget-wrapper .single-footer-widget .contact-item li {
    display: flex;
    align-items: start;
    color: #fff;
    gap: 8px;
}
.footer-bottom .footer-wrapper p {
    color: #fff;
}
.footer-widget-wrapper .single-footer-widget .contact-item li a {
    color: #fff;
}
.footer-widget-wrapper .single-footer-widget .widget-title h5 {
    color: #AA8453;
    position: relative;
    padding-bottom: 15px;
}

.tab-content  .room-card-items-2 .room-content h4 a {
    color: #ffffff;

}


.tab-content  .room-card-items-2 .room-content .list li {
    color: #ffffff;

}

.nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.nav-item {
    flex: 1;
    text-align: center;
}
.nav {
    display: flex;
    justify-content: center; /* وسط چین */
    align-items: center;
    gap: 20px; /* فاصله بین آیتم‌ها */
    flex-wrap: nowrap; /* جلوگیری از رفتن به خط بعد */
}

.nav-item {
    margin: 0;
}

.nav-link {
    white-space: nowrap;
    font-size: 14px !important;
    padding: 10px 15px;

}

.nav {
    flex-wrap: nowrap !important;
    /*overflow-x: auto;*/

}
.nav-item .nav-link {
    font-size: 16px !important;

    line-height: 1.4;
}
@media (max-width: 767px) {
    .nav {
        gap: 5px;
    }

    .nav-item .nav-link {
        font-size: 13px;
        padding: 6px 5px;
    }
}
@media (min-width: 992px) {
    .nav {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .nav-item {
        margin-top: 0 !important;
    }

    .nav-link {
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

@media (max-width: 768px) {
    .about-section-2 {
        padding-top: 10px !important;
        margin-top: 100C0202FFpx !important;
    }

    .about-wrapper-2 {
        margin-top: 0 !important;
        padding-top: 5px !important;
    }

    .section-title {
        margin-top: 5px !important;
    }

    .sub-title {
        margin-top: 5px !important;
    }
}
.mean-container .mean-nav ul li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    color: #AA8456;
    font-size: 16px;

    line-height: 2;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 1px solid rgb(9, 0, 0) !important;
    border: none;
}
.mean-container .mean-nav ul li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    color: #AA8456;
    font-size: 16px;

    line-height: 2;
    font-weight: 500;
    text-transform: capitalize;
    /*border-bottom: 1px solid rgb(9, 0, 0) !important;*/
    border: none;
}
.tab-content .room-card-items-2 .y {
    position: absolute;
    width: 83%;
    height: 85%;
    top: 30px;
    right: 30px;
    overflow: hidden;
    border-radius: 6px;
    transition: all 0.6s ease;
    z-index: 3;
    transform-origin: top right;
}
@media (max-width: 767px) {
    .tab-content .room-card-items-2:hover .y {
        width: 83%;
        height: 85%;
    }
}
.tab-content .room-card-items-2 {
    margin-top: 45px;
    border: 1px solid #AA8453;



}
.tab-content .room-card-items-2 .r {
    position: absolute;
    width: 85%;
    height: 68%;
    top: 20px;
    right: 20px;
    overflow: hidden;
    border-radius: 6px;
    transition: all 0.6s ease;
    z-index: 3;
    transform-origin: top right;
}
@media (max-width: 1399px) {
    .room-section-2 .section-title-area .left-content .nav {
        flex-wrap: wrap;
        margin-top: 30px;
        gap: 20px;

}}
.array-buttonss {
    display: flex;
    justify-content: center; /* وسط افقی */
    align-items: center;
    gap: 20px; /* فاصله بین دکمه‌ها */
    margin-top: 13px;
}
button {
    border: none;
    background-color: #00050a;
    color: white;
    padding: 10px 18px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgb(170, 132, 83);
}

button:hover {
    background-color: #495057;
    transform: translateY(-2px);
}

button:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.room-section-2 .section-title-area .left-content .nav li .nav-link {
    color: #fff;
    font-size: 18px;
    font-weight: 440;
}
.info-cards {
    display: flex;
    justify-content: center; /* وسط افقی */
    align-items: center;
     margin: 20px 0; /* فاصله بالا و پایین */
}

.info-card {
    text-align: center;
}
.info-btn {
    color: #AA8453;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.info-btn:hover {
    color: #8c6b3f; /* کمی تیره‌تر در هاور */
}
.room-card-items-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* محتوای داخل کارت */
.room-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* عنوان */
.room-content h4 {
    width: 100%;
    text-align: center;
}

/* لیست قیمت */
.room-content .list {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

/* آیتم داخل لیست */
.room-content .list li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

/* لینک اطلاعات بیشتر */
.more-info-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}

.hero-bg {
    background-color: rgb(255 255 255 / 0%) !important;}

h1, h2, h3, h4, h5, h6 {

    color: #fff;

}

.booking-reserve-wrapper .form-clt input {

    background: #ffffff2e;
    border-bottom: 1px solid #fff !important;
    padding-bottom: 12px;
    color-scheme: dark;
}

.room-box-item .content-item .theme-btn {
    background-color: #f8f8f8;
}
.booking-reserve-wrapper {

    background-color: #000 !important;

}
.nice-select.open .list {
    background: #000;

}


:root {
    --white: #ffffff;
}
.booking-reserve-wrapper .form-clt span {
    color: var(--white, #fff);
}
/*select.single-select {*/
/*    direction: rtl;*/
/*    text-align: right;*/
/*}*/

select.single-select option {
    text-align: right;
}
.room-details-wrapper .room-sideber {
    background-color: #000;

}
.room-details-wrapper .room-sideber .side-reservation-from .form-clt span {

    color: #AA8453;

}
.room-details-wrapper .room-sideber h4 {
    border-bottom: 1px solid #AA8453;


}

.room-details-wrapper .room-sideber .side-reservation-from .form-clt input {
    border: none !important;
    width: 100% !important;
    background: transparent !important;
    border-bottom: 1px solid var(--white) !important;
    padding-bottom: 12px !important;
    color-scheme: dark !important;

    outline: none !important;
    height: 50px !important;
    border-radius: 10px !important;
    background-color: rgb(0, 0, 0) !important;
    padding: 0 12px !important;
    margin: 0 !important;
    color: var(--text) !important;
}
.theme-btn {

    background-color: #000;
    color: #AA8453;}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 20px;
    display: flex;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    flex-direction: row-reverse;
    text-align: center;
}
.room-details-wrapper .room-sideber {
    background-color: #000;

}

.room-details-wrapper .room-sideber {
    background-color: #000;

}
.room-details-wrapper .room-details-post .details-content .list {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid var(--border) !important;
    border-bottom: 1px solid var(--border) !important;
    padding: 30px 0px;
}
.swiper-button-next, .swiper-button-prev {

    color: rgba(244, 68, 56, 0);
}
.sticky {

    background-color: black !important}
.sticky.header-1 .header-main .header-right .sidebar__toggle {
    color: #AA8453 !important;
}
style-offcanvas-2 .offcanvas__info {

    background-color: black !important;

}

.header-main .header-right .sidebar__toggle {
    cursor: pointer;
    font-size: 20px;
    color: #AA8453 !important;

}
.mean-container .mean-nav ul li a {
    color: #AA8453 !important;
}
.style-offcanvas-2 .offcanvas__info {

    background-color: #000 !important;

}


@media (max-width: 991px) {
    .abo {
        height: 10vh !important;
    }
}

/* لپ‌تاپ و دسکتاپ */
@media (min-width: 992px) {
    .abo {
        height: 10vh !important;
    }
}
.header-1.header-2 .header-main .header-left .header__hamburger .sidebar__toggle i {
    color: #AA8453 !important;
    font-size: 30px;

}

.header-1.header-2 .header-main .header-left .header__hamburger .sidebar__toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 10px;
    padding: 20px 20px;
    background-color: #000;
}
@media (min-width: 1500px){

    .header-1.header-2 .header-main{
        display: flex !important;
        justify-content: space-between !important;
        align-items: center;
        direction: ltr; /* مهم برای جلوگیری از وسط شدن در RTL */
    }

    .header-1.header-2 .header-main .logo{
        display: flex !important;
        position: static !important;
        transform: none !important;
        margin-left: auto !important;   /* می‌برد سمت راست */
        margin-right: 0 !important;
    }

}
.header-1 {
    background-color: black !important;
}
.list-item .list li i {
    order: -1;
}.list-item,
.list-item .list {
    direction: rtl;
    text-align: right;
}

.list-item .list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-item .list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}
.about-wrapper .about-content .list-item .list li {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.about-wrapper .about-content .text {

    border-bottom: 1px solid #aa8453;
    }
.about-wrapper .about-content .list-item {

    border-bottom: 1px solid #aa8453;

}

.contact-wrapper .contact-left-items .contact-list li {

    background-color: rgba(7, 6, 6, 0.84);

}
a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: #aa8453;

}
.contact-wrapper .contact-right-items {

    background-color: #000;

}
.faq-wrapper .faq-content .faq-items .accordion .accordion-button:not(.collapsed) {
    background-color: #060000;
    color: var(--theme);}


.accordion-item {
    color: #ffffff;
    background-color: #130202;
    border: var(--bs-accordion-border-width) solid rgba(255, 255, 255, 0);
}

.faq-wrapper .faq-content .faq-items .accordion .accordion-item .accordion-body {
    padding: 0 25px 20px;
    background-color: #100000;
}
.faq-wrapper .faq-content .faq-items .accordion .accordion-button {
    background-color: #000;
    color: var(--header);
}



.faq-items .accordion-body {
    direction: rtl;
    text-align: right;
    unicode-bidi: embed;
}
contact-wrapper .contact-right-items .contact-form-box .form-clt input, .contact-wrapper .contact-right-items .contact-form-box .form-clt textarea {

    color: black;
}
