@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('/assets/font/IRANSansX-Regular.woff') format('woff');
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}


* {
    font-family: 'IRANSansXFaNum', sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    text-align: right;
    direction: rtl !important;
    background-color: #ffffff;

}

body a {
    text-decoration: none;
}

.section__container {
    max-width: var(--max-width);
    margin: auto;
    padding: 5rem 5rem;
    margin: 0 170px;
}

.section__header {
    max-width: 600px;
    margin-bottom: 1rem;
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--text-dark);

}

.section__description {
    max-width: 600px;
    margin-bottom: 1rem;
    color: var(--text-light);
}

.landing__img {
    width: 100%;
    display: flex;
}

.logo {
    width: 60px;
}

html,
body {
    scroll-behavior: smooth;
}

.user__login__btn {
    margin-right: 20px;
    align-items: center;
    color: #000000b4;
    border: none;
    border-radius: 20px;
    padding: 5px 20px;
    font-size: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.user__login__btn__image__container {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 10px;
}

.btnLogin__popup {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header {

    background-size: cover !important;
    background-repeat: no-repeat;
    min-height: 90vh;
    background-size: contain;
    box-shadow: inset 0px 290px 300px rgba(5, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
}

main {
    border-bottom: 1px solid rgba(128, 128, 128, 0.295);
}

main .nav__links li a {
    color: rgba(0, 0, 0, 0.767);
}
main nav {
    position: fixed;
    background-color: white;
    top: -3px!important;
    width: 100%;
    max-width: var(--max-width);
    z-index: 999;
    border-bottom: 1px solid rgb(209, 208, 208);
}
nav {
    /* position: fixed; */
    /* isolation: isolate; */
    top: 0;
    width: 100%;
    max-width: var(--max-width);
    z-index: 999;
}

.nav__bar {
    padding: 1rem;
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 2rem;

}

.nav__links {
    list-style: none;
    position: absolute;
    width: 100%;
    padding: 2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2rem;

}

.nav__links li a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
}

.header__container {
    padding-block: 2rem 5rem;
    margin: 0 250px;
}

.header__container h1 {
    margin-bottom: 1rem;
    font-size: 2.2rem;
    color: #ffffff;
    text-align: center;
    opacity: 1;
}

.header__container h2 {
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    opacity: 1;
}

.booking__container {
    padding-block: 0;
}

.booking__form {
    padding: 0.5rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #ffffff;
    border-radius: 10px;
    transform: translateY(-50%);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

.search__form {
    padding: 0.5rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #ffffff;
    border-radius: 10px;
    /* transform: translateY(-50%); */
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

.input__group {
    flex: 1 1 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding-left: 10px;
    padding-right: 10px;

}

.input__group:not(:last-child) {
    border-left: 1px solid #80808066;
}

.input__group span {
    font-size: 1rem;
    color: #03ade2;
}

.input__group label {
    font-weight: 500;
    color: black;
}

.input__group input {
    display: block;
    width: 100%;
    max-width: 150px;
    padding-block: 5px;
    color: black;
    font-size: 0.7rem;
    outline: none;
    border: none;
}
.input__group-calendar {
    flex: 5 ;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding-left: 15px;

}

.input__group-calendar:not(:last-child) {
    border-left: 1px solid #80808066;
}

.input__group-calendar span {
    font-size: 0.7rem;
    /* color: #03ade2; */
    max-width: 150px;
}

.input__group-calendar label {
    font-weight: 500;
    color: black;
}

.input__group-calendar input {
    display: block;
    width: 100%;
    max-width: 150px;
    padding-block: 5px;
    color: black;
    font-size: 0.7rem;
    outline: none;
    border: none;
}
.search__btn {
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.9rem 2rem;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    display: inline-block;
    letter-spacing: 0.05rem;
    font-weight: 700;
    font-size: 10px;
    border-radius: 500px;
    overflow: hidden;
    background: #03ade2;
    color: ghostwhite;
}

.logo img {
    width: 50px;
}

nav {
    padding: 0.5rem 1rem;
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* position: fixed; */
}

.nav__bar {
    padding: 0;
    background-color: transparent
}

.nav__links {
    padding: 0;
    width: unset;
    position: static;
    transform: none;
    flex-direction: row;
    color: white;
    background-color: transparent;
    margin-bottom: 5px;
}

.suggestions-list {
    border: 1px solid #ccc;
    list-style: none;
    margin: 0;
    padding: 0;
    right: 0px;
    top: 65px;
    max-height: 300px;
    overflow-y: auto;
    position: absolute;
    background-color: white;
    z-index: 1000;
    width: 90%;
    max-width: 190px;
    border-radius: 10px;
}
.suggestions-filed {
    top: 45px!important;
    min-width: 100%!important;
}
.suggestions-list::-webkit-scrollbar {
    width: 8px;
}
.suggestions-list li {
    font-size: 12px;
}
.suggestions-list::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

.suggestions-list::-webkit-scrollbar-thumb {
    background: #03ade2;
    border-radius: 10px;
}

.suggestions-list::-webkit-scrollbar-thumb:hover {
    background: #0296b3;
}
.searching {
    color: #666;
    font-style: italic;
    padding: 8px 15px;
    cursor: default;
    text-align: center;
}

.not-found {
    color: #666;
    padding: 8px 15px;
    cursor: default;
    text-align: center;
}
.suggestions-list li {
    padding: 15px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}

.suggestions-list li:last-child {
    border-bottom: none;
}

.suggestions-list li:hover {
    background-color: #f0f0f0;
}

.input__group span {
    font-size: 12px !important;
    color: rgba(0, 0, 0, 0.479);
}
.input__group-calendar span {
    font-size: 12px !important;
    color: rgba(0, 0, 0, 0.479);
}
.datepicker-plot-area {
    top: 30px !important;
    right: -210px !important;
    border-radius: 10px !important;
    width: 300px !important;
}

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

.datepicker-plot-area .datepicker-day-view .table-days td.selected span,
.datepicker-plot-area .datepicker-year-view .year-item.selected,
.datepicker-plot-area .datepicker-month-view .month-item.selected {
    background-color: #000000 !important;
}

.datepicker-plot-area .datepicker-day-view .month-grid-box {
    margin: 20px 0px !important;
}

.focused {
    outline: none;
    border-bottom: 1px solid #0296b3 !important;

}

.service__category {
    margin: 5px 50px 5px 50px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    justify-items: center;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px; */
}

.category__items {
    text-align: center;
    padding: 0px 40px;
}

.category__items img {
    width: 4rem;
    height: 4rem;
}

.category__items__title {
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    margin-top: 0;
}




.popular__carousel {
    padding: 0px 20px 30px 20px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
}

.carousel__inner {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease;
}

/* .carousel__item {
    flex: 0 0 calc(100% / 6.22);
    box-sizing: border-box;
    background: #fff;
    margin: 0 5px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
} */

.carousel__controls {
    position: absolute;
    top: 30%;
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.carousel__controls .btn {
    background-color: #ffffff;
    color: #007bff;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    pointer-events: auto;
}

.carousel__controls .btn[disabled] {
    opacity: 0.5;
    pointer-events: none;
}

.carousel__controls .btn svg {
    width: 40px;
    height: 40px;
    fill: #007bff;
}


.carousel__title {
    padding: 20px;
}

.carousel__title h1 {
    font-size: 14px;
    font-weight: 600;
}

.carousel__title h2 {
    font-size: 11px;
    font-weight: 600;
    color: #00000079;
}

.popular__city {
    justify-content: center;
    display: flex;
    margin-top: 10px;
    /* margin-right: 5px; */
    font-size: 15px;
    font-weight: 600;
    color: #000000b2;
}

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

.carousel__header__btn {
    display: flex;
    padding-top: 10px;
}

.splide__carousel__controls {
    display: flex;
    position: absolute;
    left: 0px;
    margin-left: 10px;
}

.splide__carousel__controls .btn {
    background-color: #ffffff;
    color: #007bff;
    border: 1px solid rgba(128, 128, 128, 0.445);
    padding: 10px;
    margin: 10px 5px;
    cursor: pointer;
    border-radius: 10px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    pointer-events: auto;
}

.see__all {
    position: absolute;
    left: 110px;
    margin-top: 15px;
}

.see__all .btn {
    background: transparent;
    padding: 7px;
    border: 1px solid #8080808f;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
}

.hosting__home__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
    transition: transform 0.5s ease;
}

.carousel__Items__inner {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease;
}

.carousel__item {
    flex: 0 0 calc(100% /4.3);
    box-sizing: border-box;
    background: #fff;
    margin: 0 5px;
    position: relative;
    overflow: hidden;
}

.carousel__item img {
    width: 100%;
    height: 240px;
    display: block;
    object-fit: cover;
}

.carousel__controls .btn {
    background-color: #ffffff;
    color: #007bff;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    pointer-events: auto;
}

.splide__carousel__controls .btn[disabled] {
    opacity: 0.5;
    pointer-events: none;
}

.slider {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    /* z-index: -1; */
}

.slide.active {
    opacity: 1;
}

.slide img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.slide__home__carousel__controls {
    display: flex;
    position: relative;
    left: 0px;
    margin-left: 10px;
    margin-right: 10px;
    justify-content: space-between;
    top: 40%;

}

.slide__home__carousel__controls .btn {
    background-color: #ebe9e9;
    color: #007bff;
    border: none;
    padding: 10px;
    margin: 10px 5px;
    cursor: pointer;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    pointer-events: auto;
}
.scrolled {
    background-color: #ffffff;
    position: fixed !important;
    z-index: 998;
    width: 100%;
    height: auto;
    transition: background-color 0.2s, all 0.2s;
    min-height: 18vh!important;
    box-shadow: 0px -25px 20px -20px rgba(0, 0, 0, 0.45), 25px 0 20px -20px rgba(0, 0, 0, 0.45), 0px 25px 20px -20px rgba(0, 0, 0, 0.45), -25px 0 20px -20px rgba(0, 0, 0, 0.45);
}

.scrolled a {
    color: rgba(0, 0, 0, 0.795) !important;
}

.search__box {
    display: none;
    position: absolute;
    left: 43%;
    transition: 0.1s;
    transform: scale(1) translateY(0);
    box-shadow: 0 0 .9375rem 0 rgba(19, 27, 31, .07);
}

.search__box input {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    transition: 0.5s;
    background: #fff;
    width: 250px;
    height: 40px;
    border: 1px solid #ddd;
    outline: none;
    padding: 5px 30px;
    border-radius: 10px;
    font-size: 10px;
    cursor: pointer;
}

.search__box .ri-search-line {
    position: absolute;
    left: 90%;
    top: 30%;
    color: #03ade2;
}

.search__active {
    top: 100px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 600;
    position: fixed;
    transform-origin: 50% 0;
    background-color: #fff;
    will-change: transform, opacity;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    padding: 7.5rem 0 1.875rem;
    padding-right: 20%;
    padding-left: 20%;
    transition: background-color 0.3s, all 0.3s;
}

.search__active .suggestions-list {
    right: 300px !important;
    top: 185px !important;
}
.search__active .calendar {
    right: 300px !important;
    top: 115px !important;
}
.search__active .PeopleCount__filter {
    top: 170px !important;
}
.header__title__container {
    padding-top: 10px;
    padding-right: 1rem;
}

.header__title__container p {
    color: white;
    line-height: 30px;
}

.header__title__text {
    font-size: 12px;
}

.header__title__subText {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;

}
.header__title__subText a {
    color: white;
}
.header__title__btn {
    padding: 10px 20px;
    border: 1px solid rgb(207, 203, 203);
    color: #000000;
    background: white;
    font-size: 10px;
    border-radius: 8px;
    font-weight: 600;
}

.slide__home__carousel__controls {
    transition: opacity 0.5s ease-in-out;
    visibility: hidden;

}

.slide:hover .slide__home__carousel__controls {
    transition: opacity 0.5s ease-in-out;
    visibility: visible;
}

.rating__box {
    display: flex;
}

.rating__box .star {
    color: orange;
    font-size: 20px;
}

.rating__result {
    font-size: 11px;
    padding: 10px 3px;
}

.rating__box span {
    font-size: 11px;
    padding-right: 3px;
}

.apartment__container {
    padding-right: 10px;
}
.apartment__container p {
    margin-bottom: 0!important;
}
.apartment__title {
    font-size: 13px;
}

.apartment__location {
    font-size: 11px;
    color: #525252;
}

.apartment__location span {
    padding-right: 10px;
}

.apartment__price__container {
    display: flex;
    padding-bottom: 10px;
}

.apartment__price {
    font-size: 14px;
}

.apartment__price__container span {
    padding-right: 3px;
    padding-top: 2px;
    font-size: 12px;
    color: #525252;
}

.discount {
    background: orange;
    min-height: 400px;
}

.aani {
    background: #03ade2;
}

.discount__counter {
    padding: 30px;
}

.discount .carousel__title h1,
.discount .carousel__title h2 {
    color: #ffffff;
    padding-right: 10px;
}

.discount .carousel__title h1 {
    font-size: 16px;
}

.discount .carousel__title h2 {
    color: #ffffff;
    font-weight: 500;
}

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

.flip-clock-wrapper {
    height: 60px;
    margin: 2px;
    display: flex;
    justify-content: center;
    direction: ltr;
}

.flip-clock-wrapper ul li a div div.inn {
    font-size: 50px;
    background: #2c3e50;
    color: #fff;
    text-shadow: 0 1px 2px #000;
}

.flip-clock-label {
    display: none !important;
}

.flip-clock-wrapper ul {
    width: 35px !important;
    height: 55px !important;
    border-radius: 10px !important;
}

.flip-clock-wrapper ul li {
    line-height: 70px !important;
}

.flip-clock-wrapper ul li a div div.inn {
    font-size: 20px !important;
}

.flip-clock-divider {
    width: 15px !important;
    height: 90px !important;
}
.flip-clock-dot {
    width: 7px!important;
    height: 7px!important;
}
.flip-clock-dot.top {
    top: 25px !important;
}

.flip-clock-dot.bottom {
    bottom: 45px !important;
}

.discount__cities {
    display: flex;
    margin-top: 20px;
}

.discount__cities li {
    cursor: pointer;
    list-style: none;
    font-size: 14px;
    color: #ffffff !important;
    padding: 5px 15px;
}

.discount__cities li.active {
    background: #ffffff;
    color: #000000 !important;
    border-radius: 30px;
}

.carousel__discount__item img {
    border-radius: 0px 0px 5px 5px;
}

.carousel__magazine__item img {
    height: 180px !important;
}

.magazine__title {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 12px;
    background: #f1d435;
    padding: 3px 10px;
    border-radius: 15px;
}

.magazine__description {
    font-size: 14px;
    padding: 10px 5px;
    text-align: center;
    border-bottom: 1px solid rgb(187, 187, 187);
}

.magazine .see__all {
    position: absolute !important;
    left: 20px !important;
    margin-top: -22px !important;
}

.footer .row {
    display: flex;
    flex-wrap: wrap;
}

.footer ul {
    list-style: none;
}

.footer {
    background-color: #24262b;
    padding: 70px 0;
}

.footer-col {
    width: 25%;
    padding: 0 15px;
}

.footer-col h4 {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}

.footer-col h4::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -10px;
    background-color: #0296b3;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
}

.footer-col .social-links a {
    display: inline-block;
    height: 50px;
    width: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
    color: #24262b;
    background-color: #ffffff;
}

.card_link {
    display: flex;
    height: 70px;
    width: 270px;
}

.card_link svg {
    position: absolute;
    display: flex;
    width: 25px;
    height: 100%;
    font-size: 24px;
    font-weight: 700;
    opacity: 1;
    transition: opacity 0.25s;
    z-index: 2;
    cursor: pointer;
    right: 12px;
}

.card_link .social-link1,
.card_link .social-link2,
.card_link .social-link3,
.card_link .social-link4 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    color: whitesmoke !important;
    font-size: 24px;
    text-decoration: none;
    transition: 0.25s;
    border-radius: 50px;
}

.card svg {
    transform: scale(1);
}

.card_link .social-link1:hover {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    animation: bounce_613 0.4s linear;
}

.card_link .social-link4:hover {
    background-color: #12a50b !important;
    animation: bounce_613 0.4s linear !important;
}

.card_link .social-link2:hover {
    background-color: #0088cc !important;
    animation: bounce_613 0.4s linear !important;
}

@keyframes bounce_613 {
    40% {
        transform: scale(1.4);
    }

    60% {
        transform: scale(0.8);
    }

    80% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.login__modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.verification__code {
    padding: 12px 5px 12px 5px;
    font-size: 12px;
    background: #80808038;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}

.modal__content {
    background-color: white;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 30vw;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(0);
}

.modal__content h2 {
    font-size: 15px;
    padding-top: 3px;
    padding-right: 15px;
    font-weight: 600;
}


.modal__close {
    color: #aaa;
    float: right;
    font-size: 24px;
    font-weight: bold;
}

.modal__close:hover,
.modal__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.login__modal__body {
    margin: 20px 0;
}

.login__modal__footer {
    text-align: center;
    font-size: 12px;
}

.login__modal__body .container .heading {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bolder;
}

.login__modal__body .form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.login__modal__body .form .btn-container {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.submit__login__btn {
    cursor: pointer;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 15px;
    border: none;
    border-bottom: none;
    background: #4756b4;
    color: #fff;
    transition: all 0.2s ease;
    width: 100%;
    font-size: 12px!important;
}

.login__modal__body .form .submit__login__btn:active {
    box-shadow: inset 0px 4px 5px #0070f0, inset 0px -4px 5px #002cbb;
    transform: scale(0.995);
}

.login__input__field {
    position: relative;
    margin: 10px 0px;
}

.login__input__field label {
    position: absolute;
    color: #8d8d8d;
    pointer-events: none;
    background-color: transparent;
    right: 15px;
    transform: translateY(0.6rem);
    transition: all 0.3s ease;
    font-size: 12px;
}

.login__input__field input {
    padding: 10px 15px;
    border-radius: 15px;
    border: solid 1px #8d8d8d6b;
    letter-spacing: 1px;
    width: 100%;
    margin-right: auto;
}

.login__input__field input:focus,
.login__input__field input:valid {
    outline: none;
    border: solid 1px #0034de;
}

.login__input__field input:focus~label,
.login__input__field input:valid~label {
    transform: translateY(-51%) translateX(-10px) scale(0.8);
    background-color: #fff;
    padding: 0px 5px;
    color: #0034de;
    font-weight: bold;
    letter-spacing: 1px;
    border: none;
    border-radius: 100px;
}

.login__modal__body .form .passicon {
    cursor: pointer;
    font-size: 1.3rem;
    position: absolute;
    top: 6px;
    right: 8px;
}

.login__modal__body .form .close {
    display: none;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f0f0f0;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    left: 15px;
    top: 65px;
    border-radius: 25px;
    text-align: center;
}

.dropdown-content a {
    color: black;
    padding: 20px 16px;
    text-decoration: none;
    display: block;
    font-size: 10px;
}

.dropdown-content p:not(:last-child) {
    border-bottom: 1px solid rgba(128, 128, 128, 0.295);
}
.dropdown-content a:hover {
    color: #03ade2;
    font-weight: 600;
}
.dropdown-content p:hover {
    color: #03ade2;
    font-weight: 600;
}
.dropdown-content #log__out {
    color: rgb(204, 6, 6);
}

.dropdown-content-main {
    display: none;
    position: absolute;
    background-color: #f0f0f0;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: 15px;
    top: 65px;
    border-radius: 25px;
    text-align: center;
}

.dropdown-content-main a {
    color: black;
    padding: 20px 16px;
    text-decoration: none;
    display: block;
    font-size: 10px;
}

.dropdown-content-main p:not(:last-child) {
    border-bottom: 1px solid rgba(128, 128, 128, 0.295);
}

.dropdown-content-main #log__out {
    color: rgb(204, 6, 6);
}

.dashboard__container {
    margin: 90px 20px 80px;
    display: flex;
    align-items: flex-start;
}

.profile__list {
    top: 2.5rem;
    width: 20rem;
    position: sticky;
    margin-left: 2.5rem;
}

.profile__menu {
    width: 100%;
    color: #131b1f;
    padding: .9375rem 1.25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
}

.profile__menu__item {
    width: 100%;
    font-size: 13px;
    color: #131b1f;
    display: flex;
    align-items: center;
    padding: 1rem 1rem;
    position: relative;
    display: flex;
    align-items: center;
}

.profile__list__icon {
    font-size: 20px;
    padding-left: 10px;
    transition: opacity 0.5s ease;
}

.profile__menu__item:not(:last-child) {
    border-bottom: 1px solid rgba(128, 128, 128, 0.295);
}

.dashboard__info {
    width: 100%;
    /* margin-top: 20px; */
}

.dashboard__info .be__hosting {
    width: 180px;
    padding: 10px 20px;
    background: #4BB543;
    border-radius: 10px;
    display: flex;
    justify-content: center;

}

.be__hosting a {
    color: white;
}

.be__hosting .btn {
    border: none
}

.be__hosting button {
    cursor: pointer;
}

.be__hosting__border {
    border-bottom: 1px solid rgba(128, 128, 128, 0.295);
    margin: 20px 0 20px;
    font-size: 10px;

}

.dashboard__info ul li {
    padding: 10px;
}

.new__home__container {
    margin: 50px 20px 20px 20px;
    padding-bottom: 40px;
}

.new__home__container ul {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.new__home__container ul li {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.new__home__container ul li i {
    font-size: 35px;
    margin: 0 70px;
}

.new__home__container .step__text {
    font-size: 13px;
    font-weight: 600;
}

.new__home__container ul li .ste__progress {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(128, 128, 128, 0.295);
    margin: 30px 0;
    display: grid;
    place-items: center;
    color: rgba(0, 0, 0, 0.616);
    position: relative;
}

.new__home__container ul li .ste__progress::after {
    content: "";
    position: absolute;
    width: 127px;
    height: 5px;
    background-color: rgba(128, 128, 128, 0.295);
    left: 49px;

}

.new__home__container ul li .step__one::after {
    width: 0;
    height: 0;
}

.new__home__container ul li .ste__progress i {
    display: none;
}

.new__home__container ul li .ste__progress p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;

}

.new__home__container ul li .active__step {
    background-color: #03ade2;
    display: grid;
    place-items: center;
    z-index: 100;
}

.new__home__container ul li .active__step::after {
    background-color: #03ade2;
}

.new__home__container ul li .active__step p {
    display: none;
}

.new__home__container ul li .active__step i {
    display: flex;
    margin-right: 11px !important;
    color: white;
    font-size: 24px;
}

.home__info {
    margin: 10px 10px 10px 10px;
}

.type__of__residence__items {
    background: #f3f3fed6;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-radius: 15px;
}

#home_name {
    border-radius: 15px !important;
}

.form-floating textarea {
    border-radius: 15px !important;
}

.home__name {
    font-size: 13px;
    font-weight: 600;
}

.row {
    --bs-gutter-x: 0 !important;
}

::placeholder {
    font-size: 10px;
}

.home__name .inp {
    margin: 20px 0px 20px auto;
}

.home__owner__role {
    display: flex;
    gap: 30px;
}

.home__owner__role label {
    font-size: 10px;
    max-width: 170px;
    min-height: 30px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #091e3528;
    border-radius: 10px;
    cursor: pointer;

}

.home__owner__role input:checked+.radio__label {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

.home__owner__role input {
    display: none;
}

.home__owner__role input:checked+.choose__radio__label {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

.home__owner__role input:checked+.watchman_label {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

.custom__line {
    height: 1px;
    background: linear-gradient(to right, #00000067 30%, #eeeeee 50%, #00000067 70%);

}
.custom__line2 {
    height: 1px;
    background:  rgba(128, 128, 128, 0.295);
}
.master_rooms__derails {
    font-size: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.alert-warning,
.alert-success {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.type__of__residence__items label {
    font-size: 12px;
    padding: 5px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #091e3528;
    border-radius: 10px;
    cursor: pointer;
}

.register__continue {
    display: flex;
    justify-content: end;
}

.register__continue a {
    font-size: 12px;
    margin-left: 5px;
}

.register__continue button {
    font-size: 12px;
}

.home__address {
    margin: 10px 10px 10px 10px;
}

.home__address .all__province,
.vilage__name {
    margin: 10px;
}

.home__address .all__cities {
    margin: 5px;
}

.home__address #vilage__name {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.vilage__name input {
    font-size: 10px;
}

.home__address .address__details {
    margin: 10px;
}

.home__address .add__details .postal__code,
.num__code,
.num__floor__add,
.unit__number__add {
    margin: 5px;
    width: 126px !important;
}

.home__address .postal__code {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

#map {
    height: 260px;
    width: 500px;
}

.leaflet-control-attribution a {
    display: none !important;
}
.leaflet-top, .leaflet-bottom{
    z-index: 900!important;
}
#search {
    width: 500px;
    margin-bottom: 20px;
}

.suggestions {
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    background: white;
    z-index: 1020;
    border-radius: 5px;
    top: 455px;
}

.suggestion-item {
    padding: 8px;
    width: 480px;
    font-size: 12px;
    cursor: pointer;
}

.suggestion-item:hover {
    background-color: #f0f0f0;
}

.latlag {
    display: flex;
}

#x-coord,
#y-coord {
    width: 230px;
    margin: 10px;
}

.facilities__card {
    width: 300px;
    min-height: 180px;
    height: auto;
    background: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.1);
    margin: 20px;
    padding: 0 10px;
}

.facilities__card__wrapper {
    display: block;
    padding-top: 15px;
    width: 100%;
}

.facilities__card__title__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: baseline;
    width: 100%;
}

.facilities__card__title {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    padding: 20px 0 0 10px;
}

.facilities__card__text {
    padding: 5px;
}

.facilities__card__text span {
    font-size: 12px;
    margin: 5px;
}

.facilities__card__text .form-check .form-check-input {
    margin: 5px;
}

.facilities__card__text .form-check label {
    font-size: 10px;
}

/* .guest_restrictions_input  {
    text-align: center;
} */
.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    user-select: none;
}

.checkbox-group>* {
    margin: 0.5rem 0.5rem;
}

.checkbox-group-legend {
    font-size: 1.5rem;
    font-weight: 700;
    color: #9c9c9c;
    text-align: center;
    line-height: 1.125;
    margin-bottom: 1.25rem;
}

.checkbox-input {
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.checkbox-input:checked+.checkbox-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #2260ff;
}

.checkbox-input:checked+.checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: #2260ff;
    border-color: #2260ff;
}

.checkbox-input:focus+.checkbox-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
}

.checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 7rem;
    min-height: 7rem;
    border-radius: 0.5rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
}

.checkbox-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    border-radius: 50%;
    top: 0.25rem;
    left: 0.25rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.checkbox-tile:hover {
    border-color: #2260ff;
}

.checkbox-tile:hover:before {
    transform: scale(1);
    opacity: 1;
}

.checkbox-icon {
    transition: .375s ease;
    color: #494949;
}

.checkbox-icon img {
    width: 2rem;
    height: 2rem;
}

.checkbox-label {
    color: #707070;
    transition: .375s ease;
    text-align: center;
}

.facilities_items {
    padding: 15px;
}

.facilities {
    padding-bottom: 20px;
}

.facilities_items p {
    padding: 15px 50px 5px 0px;
    font-size: 17px;
    font-weight: 600;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
}

.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.facilities_items .modalIcon {
    font-size: 10px;
    padding-top: 2px;
    top: 5px;
    padding-bottom: 2px;
    padding-right: 6px;
    padding-left: 6px;
    position: absolute;
    border-radius: 20px;
    background-color: #b1b1ee;
    border-color: #b1b1ee;
}

.modal-footer button {
    font-size: 12px;
}

.home__pool__options {
    margin-top: 5px;
    display: flex;
    gap: 30px;
}

.home__pool__options label {
    font-size: 10px;
    max-width: 170px;
    min-height: 30px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #091e3528;
    border-radius: 10px;
    cursor: pointer;
    margin: 5px;

}

.home__pool__options input:checked+.radio__label {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

.home__pool__options input {
    display: none;

}

.home__pool__options input:checked+.choose__radio__label {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

.pool__size .form-control {
    width: 90% !important;
}

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

.food__check__form .form-check-input {
    float: right !important;
    margin-left: 0 !important;
}

.food__check__form label {
    margin-right: 10px;
}
.home_images{
    margin-top:130px;
}
[data-section] {
    scroll-margin-top: 100px; /* متناسب با ارتفاع هدر */
    position: relative;
}
.home__images {
    padding: 20px;
}

.image__description {
    font-size: 13px;
}

.home__images .image__title {
    font-size: 16px;
    padding-bottom: 20px;
}

.home__images .image__grouping {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    margin-bottom: 25px;
}

.home__images .image__grouping span {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 15px;
    background: #f5f5f5;
    border-radius: 20px;
    font-size: 0.9rem;
}

.home__images .image__grouping span img {
    width: 24px;
    height: 24px;
    /* padding-left: 5px; */
}

.home__images .images__rules {
    margin: 20px auto;
}

.image-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 10px;
    width: 100%;
    position: relative;
}

.uploaded-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
    position: relative;
    transition: filter 0.3s;
}

.add-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px dashed #ccc;
    border-radius: 5px;
    height: 250px;
    cursor: pointer;
    background-color: #f9f9f9;
    color: #777;
    font-size: 20px;
}

.file__upload input {
    display: none;
}

.file__upload .svgicon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}

.file__upload .svgicon svg {
    height: 60px;
    fill: #03ade2;
}

.file__upload .text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.file__upload .text span {
    font-size: 16px;
    font-weight: 400;
    color: rgba(75, 85, 99, 1);
}

.image-overlay {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.uploaded-image:hover .image-overlay {
    display: flex;
}

.image-overlay button {
    background-color: #fff;
    border: none;
    padding: 10px;
    margin: 5px;
    cursor: pointer;
    border-radius: 10px;
    font-size: 12px;
}

.home__price {
    margin: 10px;
}

.home__price label {
    font-size: 13px;
}

.home__price small {
    padding: 5px;
    font-size: 12px;
    color: rgba(134, 6, 6, 0.76) !important;
    position: relative;
    top: 15px;
}

#persianPrice {
    padding: 5px;
    font-size: 12px;
    color: rgba(134, 6, 6, 0.76) !important;
    position: relative;
    top: 15px;
}

.home__price .inp {
    padding: 5px;
}

.home__price__row {
    padding-top: 30px;
    /* text-align: center; */
}

.home__price__row .text-danger {
    display: block;
    font-size: 12px;
    padding: 0px 5px;
    position: relative;
    top: -20px;
}

.guest_restrictions_input .modalIcon {
    font-size: 10px;
    padding-top: 2px;
    top: 5px;
    padding-bottom: 2px;
    padding-right: 6px;
    padding-left: 6px;
    position: absolute;
    border-radius: 20px;
    background-color: #b1b1ee;
    border-color: #b1b1ee;
}

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

.hosting__reminder {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1.3em 2.5em;
    display: inline-block;
    cursor: pointer;
    border-radius: 6em;
    transition: all 0.2s;
    border: none;
    font-family: inherit;
    font-weight: 500;
    color: black;
    background-color: #ddddddbd;
    margin: 15px;
}

.hosting__reminder:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.hosting__reminder:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* .hosting__reminder::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s;
} */

.hosting__reminder::after {
    background-color: #fff;
}

.hosting__reminder:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}


.featured img {
    width: 100%;
    height: 515px;
    object-fit: cover;
    border-radius: 5px;
}

.small img {
    width: 100%;
    height: 250px;
    max-height: 250px;
    object-fit: cover;
    border-radius: 5px;
}
.position-relative {
    position: relative;
}
.small__image__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.small__image__overlay:hover {
    background: rgba(0, 0, 0, 0.8);
}
.thumbnail {
    width: 80px;
    height: 80px;
    margin: 5px;
    cursor: pointer;
    object-fit: cover;
    border: 2px solid transparent;
    transition: border 0.3s ease;
}
#mainImage {
    transition: opacity 0.5s ease-in-out;
}
.thumbnail:hover, .thumbnail.active {
    border: 2px solid #007bff;
}

.home_sliderBar {
    top: 58px;
    position: fixed;
    background-color: white;
    width: 100%;
    height: 65px;
    padding: 10px;
    z-index: 990;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.home_bar {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.bar__interestedAndShAring {
    display: flex;
    padding: 10px;
}
.bar__choice{
    position: relative;
    display: flex;
    gap: 20px;
    padding-bottom: 5px;
    overflow-x: auto;
}
.bar__choice a {
    font-size: 16px;
    font-weight: 600;
    color: #080a1a;
    cursor: pointer;
    padding: 8px 12px;
    white-space: nowrap;
    position: relative;
    color: #666;
    transition: all 0.3s ease;

}
.bar__choice a.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: blue;
    transition: 0.3s;
}
.bar__choice a.active {
    color: #007bff;
}
.bar__interestedAndShAring div {
    padding: 0px 20px 0px 0px;
}

.houseDesktopLayout {
    width: 100%;
    margin: 0 auto 4px;
    padding: 16px 5px 32px;
    display: flex;
    gap: 24px;
}

.houseDesktop_layout__info {
    flex: 7 1;

}

.houseInfo_container {
    padding: 16px;

}

.house__title {

    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

.house__review__location__ranking {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 8px;
    padding: 10px 0;
}

.house__review__location__ranking .rating__box .rating__result {
    font-size: 14px;
    padding: 4px 3px;
    color: #5b5d72;
}

.house__review__location__ranking .rating__box span {
    font-size: 14px;
    color: #939396;
}

.divider__class {
    margin: 0;
    border: solid rgb(50 47 53 / 64%);
    border-width: 0 0 thin;
    align-self: stretch;
    height: auto;
    width: 1px;
    border-right-width: thin;
}

.house__review__location__ranking .house_location span {
    font-size: 14px;
    font-weight: 500;
}

.hostProfile_host_profile {
    /* cursor: pointer; */
    padding: 8px 12px;
    border: 1px solid rgba(77, 87, 169, .122);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.aboutHouse {
    border: 1px solid rgba(77, 87, 169, .122);
    border-radius: 12px;
}

.aboutHouse__tilte {
    padding: 15px;
}

.aboutHouse__tilte h3 {
    font-size: 16px;
}

.aboutHouse__description {
    padding: 5px 25px 0px 25px;
    font-size: 14px;
    text-align: justify;
}

.hostProfile__user__info {
    display: flex;
    column-gap: 10px;
}

.hostProfile__user__avatar {
    display: flex;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #74768b;
    overflow: hidden;
    width: 42px;
    height: 42px;
}

.HostProfile__user__name {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.typography_body__host {
    color: #5b5d72;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
}

.typography_body__name {
    color: #5b5d72;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.HostProfile__house__number {
    background-color: #f5f5f7;
    color: #5d5e64;
    height: 24px;
    min-width: 52px;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 100px;
    line-height: 16px;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    column-gap: 4px;
    justify-content: center;
}

.houseInformation__info {
    margin: 16px 0;
}

.houseInformation__content {
    margin-bottom: 16px;
}

.houseInformation__contetn__type {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 6px;
}

.houseInformation__contetn__info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    margin: 0px 15px;
}

.houseInformation__content__home__type {
    color: #322f35;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}

.houseInformation__content__home__info {
    color: #5b5d72;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.houseInformation_capacity {
    margin-top: 16px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 6px;
}

.houseInformation__content__home__capacity {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px 15px 0px 0px;
}

.houseInformation_sleeping {
    margin-top: 16px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 6px;
}

.houseFeatures_house_features {
    margin-top: 15px;
}

.HouseFeatures_house_features__container {
    margin: 16px 0;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.houseFeatures_house_features__container h3 {
    color: #322f35;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}

.houseFeatures_house_features__flat__item {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.house_features__flat__items {
    width: calc(50% - 300px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 4px;
    padding: 5px 1px;
}

.house_features__flat__items__eleman {
    flex: 1 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.house_features__flat__eleman__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 4px;
}

.house_features__flat__eleman__span {
    color: #322f35;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.houseFeatures_house_features__all {
    width: fit-content;
    margin-bottom: 12px;
    margin-top: 12px;
}

.show__all__features__modal {
    height: 32px;
    min-height: 32px;
    min-width: 52px;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    background-color: transparent;
    color: #03ade2;
    padding: 12px 12px;
    border: none;
    width: 100%;
    display: flex;
    flex: 1 1;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    border-radius: 100px;
    cursor: pointer;
    position: relative;
}
.show__all__features__modal-label {
    font-size: 13px;
    background-color: transparent;
    color: #03ade2;
    border: none;
    width: 100%;
    display: flex;
    flex: 1 1;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    border-radius: 100px;
    cursor: pointer;
    position: relative;
}

.range-container {
    position: relative;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}
#form-switch{
    cursor: pointer;
    display: flex!important;
}
.checkbox-wrapper-46 {
    padding-top: 15px;
}
.checkbox-wrapper-46 input[type="checkbox"] {
    display: none;
    visibility: hidden;
  }

  .checkbox-wrapper-46 .cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
  }
  .checkbox-wrapper-46 .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
    font-size: 12px;
  }
  .checkbox-wrapper-46 .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098a9;
    transition: all 0.2s ease;
  }
  .checkbox-wrapper-46 .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-46 .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #506eec;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
  }
  .checkbox-wrapper-46 .cbx span:last-child {
    padding-right: 8px;
  }
  .checkbox-wrapper-46 .cbx:hover span:first-child {
    border-color: #506eec;
  }

  .checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child {
    background: #506eec;
    border-color: #506eec;
    animation: wave-46 0.4s ease;
  }
  .checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
  }
  .checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
  }

  @keyframes wave-46 {
    50% {
      transform: scale(0.9);
    }
  }

.rangeSlider {
    -webkit-appearance: none;
    position: absolute;
    width: 100%;
    pointer-events: none;

}

.rangeSlider::-webkit-slider-thumb {
    pointer-events: auto;
}

input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background: #7b8a7b34;
    outline: none;
    margin: 5px 0; /* ایجاد فضای بیشتر برای thumbs */
}

/* Webkit Browsers */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #4CAF50;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    margin-top: -2px; /* تغییر این مقدار */
    position: relative;
    z-index: 2;
}

/* Firefox */
input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #4CAF50;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    top: -2px; /* تنظیم موقعیت عمودی برای فایرفاکس */
}

/* تنظیم track در فایرفاکس */
input[type="range"]::-moz-range-track {
    height: 5px;
    background: #4CAF50;
}

.values {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    font-family: Arial, sans-serif;
}
#minValue{
    margin: 20px 0;
    font-size: 12px;
}
#maxValue{
    margin: 20px 0;
    font-size: 12px;
}
#minValue1{
    margin: 20px 0;
    font-size: 12px;
}
#maxValue1{
    margin: 20px 0;
    font-size: 12px;
}

.show__all__features__modal:hover {
    background-color: #03aee21f;
}

.houseFeaturesAll {
    margin-bottom: 8px;
}

.houseFeaturesAll__items {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.houseFeatureAll__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 4px;
}

.custom-modal-body {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 15px;
}


.custom-modal-body::-webkit-scrollbar {
    width: 8px;
}

.custom-modal-body::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

.custom-modal-body::-webkit-scrollbar-thumb:hover {
    background-color: #a5a4a4;
}

.custom-modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.pool__dimension {
    color: #322f35bd;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
}

.houseRule_host__Ruling {
    margin: 10px;
}

.houseRule_host__Ruling__canceling {
    display: flex;
    justify-content: space-between;
    border: 1px solid rgba(77, 87, 169, .122);
    border-radius: 12px;
    padding: 15px;
}

.cancelingBtn {
    border: none;
    padding: 5px;
    font-size: 12px;
    border-radius: 12px;
    background-color: #0000ff30;
}

.houseRule_host__content {
    margin-top: 12px;
}

.houseRule_host__content table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: white;
}

.houseRule_host__content table td {
    padding: 15px;
    text-align: start;
    border: 1px solid #ddd;
    font-size: 13px;
}

.calendar {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 20px;
}
.filter_calander {
    position: absolute;
    z-index: 1000;
    top: 10%;
    background-color: white;
    border:1px solid #ddd;
    border-radius: 10px;
    margin: 10px;
    display: none;
    margin-top: 100px !important;
}
#calendar.show {
    display: flex !important;
    transition: background-color 0.3s;
}
#calendar.show .days div {
    font-size: 12px!important;
}
#calendar.show .day{
    padding: 10px 15px!important;
}
.filters_filter-item-container.active {
    background-color: #007bff !important;
    color: white !important;
}
.PeopleCount__filter {
    display: none;
    z-index: 1000;
    position: absolute;
    top: 140px;
    right: 160px;
    border: 1px solid #dadada;
    border-radius: 15px;
}
.PeopleCount__filter-main {
    right: 58%;
    top: 60px;
}
.price__filter {
    display: none;
    z-index: 1000;
    position: absolute;
    top: 140px;
    right: 200px;
    border: 1px solid #dadada;
    border-radius: 15px;
}
#PeopleCount__filter.show {
    display: block !important;
    transition: background-color 0.3s;
    background-color: white;
}
#price__filter.show {
    display: block !important;
    transition: background-color 0.3s;
    background-color: white;
    min-width: 350px;
}
.price__container {
    display: block;
    padding:20px
}
.peopleCount__container {
    display: flex;
    padding:20px
}
.peopleCount__btn .reservationBtn button {
    margin: 20px 5px;
    font-size: 12px;
}
.nav-arrow {
    cursor: pointer;
    padding: 8px 12px;
    /* background: #f5f5f5; */
    border-radius: 4px;
    /* user-select: none; */
    z-index: 1000;
}

.nav-arrow.prev {
    left: 5px;
}

.nav-arrow.next {
    right: 5px;
}
.month {
    border: 1px solid #54bab21f;
    border-radius: 8px;
    padding: 5px;
    margin: 5px;
}

.month-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-right: 10px;
}

.days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 3px;
    text-align: center;

}

.days div {
    padding-bottom: 10px !important;
}

.day {
    padding: 15px 20px;
    border: 1px solid #54bab252;
    border-radius: 4px;
    position: relative;
}

.reservation-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(-45deg, #fafafa, #fafafa 6px, #ddd 0, #ddd 7px);
    z-index: -1;
}

.block-reservation-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(-45deg, #fafafa, #fafafa 6px, #ddd 0, #ddd 7px);
    z-index: -1;
}
.half-day-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: repeating-linear-gradient(
        -45deg,
        #fafafa,
        #fafafa 6px,
        #ddd 0,
        #ddd 7px
    );
    z-index: -1;
    pointer-events: none;
}
.day.disabled {
    text-decoration: line-through;
    color: #999;
}

.houseRule_host__price {
    margin: 10px 0;
}

.houseRule_host__price__extra {
    border: 1px solid rgba(77, 87, 169, .122);
    border-radius: 12px;
    padding: 15px;
}

.houseRule_host__price__extra_peak {
    font-size: 13px;
    padding: 5px
}

.houseRule_host__location {
    margin: 10px 0;
}

.houseRule_host__location__title {
    display: flex;
}

.hosting__home_buttons {
    display: flex;
    justify-content: center;
}

.hosting__home_buttons a {
    color: #242222;
    padding: 5px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 0.5em;
    cursor: pointer;
    transition: all 0.3s;
    margin: 5px;

}

.hosting__home_buttons a:active {
    border: 1px solid white;
}

.hosting__home__title {
    margin: 25px;
}

.custom-title {
    font-size: 13px;
}

.add__home__input__group {
    display: flex;
    width: 180px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 5px;
    align-items: center;
    justify-content: center;
}

.add__home__input__group .btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ebebfd;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.add__home__input__group .form-control {
    text-align: center;
    border: none !important;
    outline: none !important;
    background: transparent;
    width: 100px;
}

.add__home__input__group .form-control:focus {
    box-shadow: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    --moz-appearance: textfield;
    border-radius: 15px;
}

.form-control {
    border-radius: 15px !important;
}

.form-select {
    border-radius: 15px !important;
}

.identity-image .file__upload {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px;
}

.agency__rule .form-check-input {
    float: right !important;
    margin-left: 0 !important;
}

.agency__rule label {
    margin-right: 10px;
}

.user__profile {
    border: 1px solid rgb(218, 217, 217);
    border-radius: 15px;
}

.user__profile p {
    padding: 15px;
    margin: 0;
    background-color: rgb(230, 228, 228);
    border-radius: 15px 15px 0 0;
}

.user__profile .user__profile-image {
    display: flex;
}

.user__profile-image span {
    padding: 40px 0;
}

.user__profile .user__profile-image img {
    padding: 10px;
    width: 100px !important;
    width: 7rem !important;
    height: 7rem !important;
    border-radius: 50%;
}

.user__profile-times {
    margin: 15px;
}

.user__profile-times .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.update__profile-button button {
    font-size: 13px;
}

.user__profile-times .row .col:first-child {
    margin-left: 0;
}

.user__profile-times .row .col:last-child {
    margin-right: 0;
}

.user__profile__edit-btn {
    justify-content: end;
    display: flex;
    padding: 5px;
}

.user__profile__edit-btn button {
    background-color: #03ade2;
    font-size: 12px;
    border-color: #03ade2;
}

.profile__form-edit .col {
    padding: 5px;
}

.profile__form-edit input {
    font-size: 12px;
}

.profile__form-edit label {
    padding: 5px 10px;
    font-size: 12px;
}

.hosting__error-message {
    padding: 8px;
    display: block;
}

.swal-custom-icon {
    font-size: 12px !important;
}

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

.dashoard__container-hosting-profile {
    margin: 90px 20px 80px;
    z-index: 999;
}

/* .dropdown {
    position: relative;
    isolation: isolate;
} */
.hosting__active-home {
    padding: 0px 20px 20px 0px !important;
}

.accordion .contentBx {
    position: relative;
}

.accordion .accordion__label {
    position: relative;
    background-color: #ccc;
    cursor: pointer;
}

.accordion .accordion__label::before {
    content: '+';
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: bold;
}

.accordion .contentBx.active .accordion__label::before {
    content: '-';
}

.accordion .contentBx .accordion__content {
    display: grid;
    position: relative;
    background: transparent;
    height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.accordion .accordion__content span {
    padding: 10px 0px;
    font-size: 13px;
    font-weight: 600;
}

.accordion .accordion__content span a {
    color: #161515
}

.accordion .contentBx.active .accordion__content {
    height: 175px !important;
    padding: 10px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 0px 0px 10px 10px;

}

.custom-select-wrapper {
    position: relative;
    width: 100%;
}

.custom-selected {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.custom-select-placeholder {
    font-size: 13px;
    color: #555;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.selected-home-number {
    font-size: 13px;
    color: #555;
    margin-right: auto;
    padding: 7px;
    border-radius: 15px;
    background: #e7ecf8;
}

.custom-select-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    max-height: 300px;
    overflow-y: auto;
    z-index: 10;
    padding-left: 0px !important;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-right: 0px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.custom-select-option {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    gap: 10px;
}

.custom-select-option img {
    border-radius: 15px
}

.custom-select-option:hover {
    background-color: #f0f0f0;
}

.option-text {
    display: flex;
    flex-direction: column;
}

.home-name,
.home-number {
    display: block;
    font-size: 13px;
    color: black;
}

.custom-select-option.selected {
    background-color: #bac6ea57;
    color: white;
}

.custom-select-option.selected .option-text .home-name {
    font-weight: bold;
}

.fillOrEmpty {
    display: flex;
    justify-content: space-between;
    padding: 2px 15px;
    border-radius: 15px;
}

.fillOrEmpty label {
    font-size: 14px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #091e3528;
    border-radius: 10px;
    cursor: pointer;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

#actionError {
    color: #ff0000;
    font-size: 0.9em;
    padding: 10px 20px;
    text-align: center;
    display: none;
    animation: blink 1s infinite;
}

.discountStyle label {
    margin-bottom: .5rem;
    font-size: 13px;
    padding: 0px 10px;
}

.settHomepreview {
    flex: 3 1;
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    z-index: 10;
}

.PriceBox_pricebox-main__container {
    border: 1px solid rgba(50, 47, 53, .122);
    border-radius: 8px;
    padding: 16px;
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    z-index: 100;
    overflow: inherit;
}

.PriceBox_pricebox-main-info {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
}

.Typography_bodyM {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.colorsClass_text-neutral {
    color: #7b7b7d;
}

.Typography_bodyM_Bold {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}

.PriceBox_pricebox-main-info-pricing {
    flex-grow: 1;
    flex-basis: 0;
    margin-bottom: 4px;
    display: flex;
    justify-content: space-between;
}

.colorsClass_text-neutral__f {
    color: #1d1b20;
}

.PriceBox_pricebox-main-info-datepicker__DZiI4 {
    flex-grow: 1;
    flex-basis: 0;
    margin-top: 12px;
}

.rtl-mui-16n9nor {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px #E6E7F2 solid;
    border-radius: 15px 15px 0 0;
    position: relative;
    background-color: #fff;
}

.rtl-mui-16n9nor .date-title-checkin-wrapper {
    border-left: 1px #e6e7f2 solid;
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 15px 0px 0;
}

.rtl-mui-16n9nor .date-title-checkin-wrapper .date-title-checkin {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 16px 8px 8px;
    padding-right: 16px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.rtl-mui-16n9nor .date-title-filled {
    padding-bottom: 4px;
}

.rtl-mui-1q8ha3d {
    margin: 0px;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    color: rgb(147, 147, 150);
}

.rtl-mui-1wwl6v8 {
    margin: 0;
    font-weight: bold;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0;
    color: #322f35;
}

.rtl-mui-16n9nor .date-title-checkout-wrapper {
    border-radius: 15px 0 0 0px;
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 16px;
}

.rtl-mui-16n9nor .date-title-checkout-wrapper .date-title-checkout {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 16px 10px 12px;
    padding-right: 16px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.PeopleCount_people-count__WgkNf {
    display: flex;
    align-items: center;
    border: 1px solid rgba(50, 47, 53, .122);
    border-top: none;
    border-radius: 0 0 12px 12px;
    padding: 10px;
    background-color: #fff;
}

.Factor_factor-container__Wx2td {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    background-color: #fff;
    border: 1px solid #e4e5e9;
    padding: 12px;
    border-radius: 10px;
}

.Factor_factor-detail-container___ssVV {
    display: flex;
}

.Factor_factor-detail-list__4B4HR {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 8px;
    row-gap: 12px;
}

.Factor_factor-detail-item__6pgHO {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #939396;
}

.Factor_row-title__Zqnjn {
    display: flex;
    align-items: center;
    column-gap: 4px;
}

.Typography_bodyS__EUcLv {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
}

.Factor_factor-detail-final-price__KjqYE {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgb(228, 229, 233);
    padding-top: 12px;
}

.Factor_factor-detail-final-price__KjqYE__plus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-top: 1px solid rgb(228, 229, 233); */
    padding-top: 12px;
}

.Typography_bodyM_Bold__IYbgG {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}

.Factor_factor-container__Wx2td .Factor_factor-detail-final-price__KjqYE .Factor_final-price-cost-value__qIIHH,
.Factor_factor-container__Wx2td .Factor_factor-detail-final-price__KjqYE .Factor_final-price-title__RVw_X {
    color: rgb(50, 47, 53);
}

.Factor_final-price-cost-value__qIIHH {
    color: rgb(50, 47, 53);
    border-bottom: 1px solid rgb(228, 229, 233);
}

.Factor_final-price-cost-value__qIIHHH {
    color: rgb(50, 47, 53);
    /* border-bottom: 1px solid rgb(228, 229, 233); */
}

.reservationBtn {
    display: flex;
    justify-content: center;
}

.reservationBtn button {
    width: 100%;
    border-radius: 25px;
    background: #03ade2;
    border-color: #03ade2;
}

.reservation-badge {
    background: #ff4444;
    color: white;
    border-radius: 50%;
    padding: 10px 10px;
    font-size: 0.8em;
    margin-right: 5px;
}

.animate-pulse {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        opacity: 0.4;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.4;
    }
}

.hosting__all__reservation-container {
    border: 1px solid rgb(228, 229, 233);
    min-height: 50px;
    border-radius: 10px;
}

.hosting__all__reservation-title {
    margin-bottom: 15px;
}

.hosting__all__reservation-title p {
    padding: 15px;
    margin: 0;
    background-color: rgb(230, 228, 228);
    border-radius: 10px 10px 0 0;
}

.hosting__all__reservation-container .hosting__image {
    display: flex;
}

.hosting__all__reservation-container .hosting__image span:not(:last-child) {
    padding-bottom: 5px;
}

.hosting__all__reservation-container .hosting__image span:last-child {
    font-size: 12px;
    background: rgb(228, 229, 233);
    padding: 5px 10px;
    border-radius: 30px;
}

.hosting__all__reservation-container .hosting__image img {
    padding: 10px;
    width: 100px !important;
    width: 7rem !important;
    height: 7rem !important;
    border-radius: 50%;
}

.hosting__all__reservation-information:not(:last-child) {
    border-bottom: 1px solid rgb(228, 229, 233);
}

.trips__container:not(:last-child) {
    border-bottom: 1px solid rgb(228, 229, 233);
}

.guest__reservation__container:not(:last-child) {
    border-bottom: 1px solid rgb(228, 229, 233);
}

.guest__reservation__container {
    background: #ffffff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    /* position: absolute; */
    overflow: hidden;
}

.decorative-border {
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    height: 70%;
    width: 2px;
    background: linear-gradient(180deg,
            rgba(46, 204, 113, 0) 0%,
            #2ecc71 50%,
            rgba(46, 204, 113, 0) 100%);
    opacity: 0.7;
}

.section-title {
    color: #2c3e50;
    font-size: 14px;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1rem;
    text-align: center;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 3px;
    background: linear-gradient(90deg, #27ae60 0%, #2ecc71 100%);
    border-radius: 2px;
}

.guest__reservation__container-status {
    color: #2c3e50;
    margin-bottom: 40px;
    text-align: center;
    font-size: 14px;
    position: relative;
    padding-bottom: 15px;
}

.guest__reservation__container-status::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 3px;
    background: linear-gradient(90deg, #27ae60 0%, #2ecc71 100%);
    border-radius: 2px;
}

.full-width-item {
    grid-column: 1 / -1 !important;
}

.guest__reservation__container__status-filed {
    color: #2c3e50;
    margin-bottom: 40px;
    text-align: center;
    font-size: 14px;
    position: relative;
    padding-bottom: 15px;
}

.guest__reservation__container__status-filed::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 3px;
    background: linear-gradient(90deg, #db4011 0%, #e40f08 100%);
    border-radius: 2px;
}

.guest__reservation__container-content {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.guest__reservation__home__property-image {
    width: 340px;
    height: 300px;
    border-radius: 15px;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.guest__reservation__home__property-image:hover {
    transform: translateY(-5px);
}

.guest__reservation__container-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.guest__reservation__container__detail-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .guest__reservation__container-details {
        grid-template-columns: 1fr;
    }
}

.guest__reservation__container__detail-item span:first-child {
    color: #7f8c8d;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.guest__reservation__container__detail-item span:last-child {
    color: #2c3e50;
    font-weight: 600;
    font-size: 10px;
}

.guest__reservation__container__payment-btn {
    display: flex;
    width: 240px;
    margin: 10px auto 0;
    padding: 18px;
    /* background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%); */
    color: white;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    gap: 10px;
    position: relative;
    overflow: hidden;
}

.cancel-btn {
    background: linear-gradient(135deg, #aa1207 0%, #fa1515 100%);
}

.paid-state {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    color: #ffffff;
    cursor: not-allowed;
    opacity: 0.8;
}

.unpaid-state {
    background-color: #2196F3;
    color: #ffffff;
    cursor: pointer;
}

.unpaid-state:hover {
    background-color: #1976D2;
    /* سایه تیرهتر برای افکت هاور */
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

/* حالت غیرفعال (برای دسترسی پذیری بهتر) */
.payment-btn:disabled {
    opacity: 0.7;
    pointer-events: none;
}

.guest__reservation__container__payment-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: 0.5s;
}

.guest__reservation__container__payment-btn:hover::before {
    left: 100%;
}

.guest__reservation__container__payment-btn:hover {
    box-shadow: 0 8px 20px rgba(46, 204, 113, 0.3);
    transform: translateY(-2px);
}

.guest__reservation-icon {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.cancelling__container {
    max-width: 800px;
    margin: 30px auto;

}

.cancelling__container h1 {
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 20px;
}

.cancelling__container .section {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;

}

.cancelling__container .section:first-of-type {
    border-right: 3px solid #163561;
}

.cancelling__container .section:nth-of-type(2) {
    border-right: 3px solid #1a55ad;
}

.cancelling__container .section:nth-of-type(3) {
    border-right: 3px solid #c71212;
}

.cancelling__container .section:nth-of-type(4) {
    border-right: 3px solid #4CAF50;
}

.cancelling__container .section:nth-of-type(5) {
    border-right: 3px solid #1a55ad;
}

.cancelling__container .section:nth-of-type(6) {
    border-right: 3px solid #c71212;
}

.cancelling__container .section h1,
h2,
h3 {
    color: #444;
}

.cancelling__container .section h1 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 20px;
}

.cancelling__container .section h2 {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 600;
    ;
    color: #555;
}

.cancelling__container .section h3 {
    font-size: 1.4em;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #666;
}

.cancelling__container .section p {
    font-size: 1em;
    margin-bottom: 15px;
}

.cancelling__container .section ul {
    list-style-type: disc;
    margin-left: 20px;
}

.cancelling__container .section ul li {
    margin-bottom: 10px;
    list-style: none;
}

.cancelling__container .section .highlight {
    background-color: #ffeb3b;
    padding: 3px;
    border-radius: 20px;
}

.cancelling__container .note {
    background-color: #e3f2fd;
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
}

.cancelling__container .noteF {
    background-color: #fd464613;
}

.cancelling__container .note p {
    margin: 0;
}

.swal-rounded {
    border-radius: 20px !important;
}

.swal-confirm-button,
.swal-cancel-button {
    border-radius: 20px !important;
    font-size: 14px !important;
    padding: 10px 20px !important;
}

.luxury-wallet {
    margin: 10px auto;
    padding: 10px 0px;
}

.glass-card {
    border-radius: 20px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.bank-section {
    position: relative;
    overflow: hidden;
}

.flex-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    padding: 0px 10px;
}

.gradient-text {
    font-size: 16px;
}

.bank-details {
    display: grid;
    gap: 1rem;
    border: 1px solid rgb(221 221 221);
    border-radius: 20px;
    padding: 10px
}

.detail-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: rgba(245, 245, 245, 0.8);
    border-radius: 12px;
}

.detail-label {
    color: #666;
    font-weight: 500;
}

.detail-value {
    color: #333;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 13px;
}

.edit-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease;

}

.edit-btn svg {
    width: 20px;
    height: 20px;
}

/* .edit-btn:hover {
    transform: rotate(90deg);
  } */

.balance-card {
    margin: 10px;
    padding: 1.5rem;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(221 221 221);
}

.balance-header {
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0.5rem;
}

.balance-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.amount-container {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

.balance-amount {
    font-size: 1rem;
    font-weight: 600;
    color: #2d3748;
    letter-spacing: -1px;
}

.currency {
    font-size: 1.2rem;
    color: #718096;
    font-weight: 500;
}

.gradient-btn {
    background: linear-gradient(135deg, #3b82f6 0%, #6366f1 100%);
    color: white;
    border: none;
    border-radius: 25px;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    justify-content: center;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.gradient-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.btn-icon {
    font-size: 1.4rem;
    font-weight: 700;
    margin-left: 0.3rem;
}

/* انیمیشن پالس برای مبلغ */
@keyframes pulse {
    0% {
        opacity: 0.9;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        opacity: 0.9;
    }
}

.animate-pulse {
    animation: pulse 1.5s ease-in-out infinite;
}


.credit-grid {
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.credit-card {
    padding: 2rem;
    border-radius: 20px;
    text-align: center;
    transition: transform 0.3s ease;
    position: relative;
}

.credit-card h4 {
    font-size: 14px;
}

.card-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.card-balance {
    font-size: 13px;
    font-weight: 700;
    margin: 1rem 0;
}

.card-currency {
    font-size: 13px;
}

.corporate-card {
    background: linear-gradient(45deg, #a8edea 0%, #fed6e3 100%);
}

.gift-card {
    background: linear-gradient(45deg, #fff1eb 0%, #ace0f9 100%);
}

.withdrawable-card {
    background: linear-gradient(45deg, #e0c3fc 0%, #8ec5fc 100%);
}

.pending-card {
    background: linear-gradient(45deg, #f6d365 0%, #fda085 100%);
}


@keyframes pulse {
    0% {
        opacity: 0.9;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        opacity: 0.9;
    }
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.shimmer {
    position: relative;
    overflow: hidden;
}

.shimmer::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent 25%,
            rgba(255, 255, 255, 0.4) 50%,
            transparent 75%);
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    100% {
        left: 200%;
    }
}

.progresing__cel__line {
    border: 2px solid #03ade2;
}

#construction_type option {
    font-size: 12px;
}

#shared_bathroom_toilet {
    padding: 15px;
    margin-left: 10px;
    float: right !important;
}

.guide-box {
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
    border: 1px solid #03ade2;
    border-radius: 12px;
    padding: 20px;
    margin: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    position: absolute;
    max-width: 400px;
    z-index: 1000;
    overflow: hidden;
}

.guide-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #03ade2;
}

.guide-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.guide-box h5 {
    color: #03ade2;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.guide-box h5::before {
    content: "📌";
    margin-left: 8px;
    font-size: 20px;
}

.guide-box p {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}

.guide-box ul {
    padding-right: 15px;
    list-style: none;
}

.guide-box li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}

.guide-box li::before {
    content: "✔";
    color: #03ade2;
    font-size: 16px;
    margin-left: 8px;
}

@media (max-width: 768px) {
    .guide-box {
        padding: 15px;
    }

    .guide-box h5 {
        font-size: 16px;
    }

    .guide-box p {
        font-size: 13px;
    }

    .guide-box li {
        font-size: 13px;
    }
}

.edit-mode {
    display: none;
}

.edit-mode.active {
    display: inline-block;
}

.display-mode.active {
    display: none;
}

input.edit-mode {
    background: transparent;
    border: 1px solid rgb(99 97 97 / 30%);
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    padding: 5px;
    border-radius: 10px;
    width: 250px;
    direction: ltr;
}

.submit-btn {
    display: flex;
    width: 240px;
    margin: 10px auto 0;
    padding: 18px;
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    color: white;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    gap: 10px;
    position: relative;
    overflow: hidden;
    border: none;
}

.card-inputs {
    display: flex;
    align-items: center;
    gap: 2px;
}

.card-part {
    width: 70px;
    height: 45px;
    text-align: center;
    border: 1px solid rgb(99 97 97 / 30%);
    border-radius: 8px;
    background: transparent;
    /* color: rgb(20, 20, 20); */
    font-size: 16px;
    padding: 5px;
}

.card-part:focus {
    border-color: #00ff88;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 255, 136, 0.5);
}

.card-separator {
    color: rgba(97, 97, 97, 0.5);
    font-size: 24px;
    margin: 0 5px;
}

.card-display .card-segment {
    display: inline-block;
    width: 60px;
    text-align: center;
    letter-spacing: 2px;
    font-family: monospace;
}

input.edit-mode:focus {
    border-color: #00ff88;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 255, 136, 0.5);
}

.sheba-input-group {
    direction: ltr;
}

.sheba-input-container {
    display: flex;
    align-items: center;
    gap: 5px;
}

.sheba-prefix {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 8px 10px;
    border: 1px solid rgb(99 97 97 / 30%);
    /* border-right: none; */
}

.sheba-prefix-input {
    background: transparent;
    border: none;
    color: #1a08b6;
    font-weight: bold;
    font-size: 16px;
    width: 30px;
    pointer-events: none;
    text-align: center;
}

.sheba-input {
    flex: 1;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgb(99 97 97 / 30%);
    border-radius: 10px;
    padding: 8px 10px;
    color: rgb(34, 34, 34);
    font-size: 16px;
    letter-spacing: 1px;
    direction: ltr;
    width: 300px;
}

.sheba-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 2px;
}

.sheba-input:focus {
    outline: none;
    border-color: #00ff88;
    box-shadow: 0 0 8px rgba(0, 255, 136, 0.3);
}

.custom-swal-popup {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid #e2e8f0;
}

.custom-swal-title {
    padding-bottom: 1rem;
    border-bottom: 2px solid #e2e8f0;
}

.custom-swal-input {
    width: 85% !important;
    padding: 12px 20px !important;
    border: 1px solid #cbd5e0 !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    transition: all 0.3s ease;
}

.custom-swal-input:focus {
    border-color: #00ff88;
    box-shadow: 0 0 8px rgba(0, 255, 136, 0.3);
}

.custom-swal-confirm-btn {
    background-color: #48bb78 !important;
    color: white !important;
    border-radius: 8px !important;
    padding: 10px 25px !important;
    transition: all 0.3s ease !important;
}

.custom-swal-confirm-btn:hover {
    background-color: #38a169 !important;
    transform: translateY(-1px);
}

.custom-swal-cancel-btn {
    background-color: #fc8181 !important;
    color: white !important;
    border-radius: 8px !important;
    padding: 10px 25px !important;
    transition: all 0.3s ease !important;
}

.custom-swal-cancel-btn:hover {
    background-color: #f56565 !important;
    transform: translateY(-1px);
}

.swal2-icon.swal2-info {
    color: #4a5568 !important;
    border-color: #cbd5e0 !important;
}

.custom-swal-ok-btn {
    background-color: #4299e1 !important;
    color: white !important;
    border-radius: 8px !important;
    padding: 8px 20px !important;
}

.swal2-icon {
    border: 1px solid #a39f9f !important;
    border-radius: 50%;
}

.swal2-icon i {
    display: block;
    margin: -5px auto;
}

.dashboard__info {

    flex-grow: 1;
}

.quick-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin: 2rem 1rem;
}

.stat-card {
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.stat-card i {
    padding: 4px 0px;
}

.dashboard__section {
    margin: 2rem 1rem;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
}

.notifications {
    margin-top: 15px;
}

.notification-item {
    /* display: flex; */
    align-items: center;
    padding: 10px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.notification-item i {
    font-size: 18px;
    color: gray;
    margin-left: 5px;
    margin-top: 5px;
}

.notification-item p {
    margin: 8px 0px;
    font-size: 16px;
    color: #333;
}

.reservation-count {
    color: red;
    font-weight: bold;
}

.notification-item small {
    display: block;
    margin: 8px;
    font-size: 12px;
    color: #777;
}

/* استایل‌های آیکون زنگوله */
.notification-bell {
    font-size: 24px;
    color: #888;
    transition: color 0.3s ease, transform 0.3s ease;
}

.notification-bell.has-notification {
    color: rgb(177, 4, 4);
    animation: blink 1.5s ease-in-out infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.dashboard__section h2 {
    font-size: 16px;
    color: #163561
}

.reservation-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #eee;
}

.status-badge {
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.9rem;
}

.status-badge.confirmed {
    background: #d4edda;
    color: #155724;
}

.status-badge.pending {
    background: #fff3cd;
    color: #856404;
}

.status-badge.cancelled {
    background: #f8d7da;
    color: #721c24;
}

.stat-card h3 {
    font-size: 16px;
    margin: 8px 8px;
    color: #163561
}

.stat-card p {
    padding: 10px 0px;
    font-size: 14px;
    font-weight: 600;
}

.accommodation-count {
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
}

.accommodation-count.active {
    color: #28a745;
    /* سبز برای اقامتگاه‌های فعال */
    background-color: #e8f5e9;
}

.accommodation-count.pending {
    color: #ffc107;
    /* زرد برای اقامتگاه‌های در انتظار */
    background-color: #fff3cd;
}

.reservations-list {
    margin-top: 1rem;
}

.reservation-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.reservation-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.reservation-info i {
    font-size: 1.5rem;
    color: #163561;
}

.reservation-info h4 {
    margin: 0;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.reservation-info p {
    margin: 0;
    font-size: 12px;
    color: #777;
}

.status-badge {
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: bold;
}

.status-badge.confirmed {
    background-color: #e8f5e9;
    color: #28a745;
}

.status-badge.pending {
    background-color: #fff3cd;
    color: #ffc107;
}

.btn-link {
    display: block;
    text-align: center;
    margin-top: 1rem;
    color: #163561;
    text-decoration: none;
    font-weight: bold;
}

.btn-link:hover {
    text-decoration: underline;
}

.reservation-item {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    margin-bottom: 1rem;
}

.reservation-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.reservation-info i {
    font-size: 1.5rem;
    color: #163561;
}

.reservation-details {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    flex: 1;
}

.detail-item {
    flex: 1;
    min-width: 200px;
    text-align: center;
}

.detail-item h4 {
    margin: 0;
    font-size: 14px;
    color: #333;
}

.detail-item p {
    margin: 0;
    font-size: 12px;
    color: #777;
}

.action-needed {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.alert-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    text-align: center;
    width: 100%;
    max-width: 300px;
}

.progress-circle {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 1rem;
}

.progress-circle__overlay {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    /* font-weight: bold; */
    color: #163561;
}

.progress-circle svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.progress-circle circle {
    fill: none;
    stroke-width: 8;
}

.progress-circle circle.background {
    stroke: #e0e0e0;
}

.progress-circle circle.progress {
    stroke: #163561;
    /* stroke-dasharray: 283; */
    stroke-dashoffset: 283;
    transition: stroke-dashoffset 0.5s ease;
}

.btn-warning {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    background-color: #163561;
    color: rgba(255, 255, 255, 0.952);
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.btn-warning:hover {
    background-color: #163561;
    color: rgba(255, 255, 255, 0.808);
}

.dashboard__section {
    margin: 2rem 1rem;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.dashboard__section h2 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.25rem;
    color: #333;
    margin-bottom: 1.5rem;
}

.dashboard__section h2 i {
    font-size: 1.5rem;
    color: #163561;
}

.support-options {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.btn-support {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 1rem;
    background-color: #f9f9f9;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: 1px solid #e0e0e0;
}

.btn-support:hover {
    background-color: #e0e0e0;
    transform: translateY(-5px);
}

.btn-support i {
    font-size: 1.5rem;
    color: #163561;
    margin-bottom: 0.5rem;
}

.btn-support span {
    font-size: 0.9rem;
    font-weight: bold;
}

.instant-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    padding: 10px 18px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    z-index: 2;
    transition: all 0.3s ease;
}

.lightning-container {
    position: relative;
    width: 24px;
    height: 24px;
}

.lightning {
    width: 100%;
    height: 100%;
    color: #ffbb00;
    filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.4));
    animation: lightningGlow 1.5s infinite alternate;
}

.spark {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    background: #FFF;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: sparkle 1.2s infinite;
}

.badge-text {
    color: #FFF;
    font-family: 'IranYekan', sans-serif;
    font-weight: 500;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* انیمیشن‌ها */
@keyframes lightningGlow {
    from {
        filter: drop-shadow(0 0 4px rgba(255, 215, 0, 0.2));
    }

    to {
        filter: drop-shadow(0 0 12px rgba(255, 215, 0, 0.6));
    }
}

@keyframes sparkle {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.5);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(2);
    }
}

/* افکت هاور برای تعامل بهتر */
.slide:hover .instant-badge {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.carousel__magazine__item {
    scroll-snap-align: start;
    width: 300px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: white;
    position: relative;
}

.magazine__description {
    padding: 1rem;
    color: #444;
    font-size: 0.9rem;
    line-height: 1.6;
    background: linear-gradient(to bottom, white 30%, #f8f9fa);
}

.mobile__category__items {
    display: none;
}
.mobile-bottom-nav {
    position: fixed;
    bottom: -3px;
    left: 0;
    right: 0;
    top: auto;
    background: #fff;
    border-top: 1px solid #7f8c8d;
    box-shadow: 0px -25px 20px -20px rgba(0, 0, 0, 0.45);
    z-index: 1000;
    padding: 8px 0;
    display: none;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.nav-items {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #666;
    padding: 8px;
    transition: all 0.2s ease;
}

.nav-item.active {
    color: #007bff;
}

.nav-icon {
    width: 24px;
    height: 24px;
    fill: currentColor;
    margin-bottom: 4px;
}

.nav-item span {
    font-size: 10px;
    font-weight: 500;
}
.profile__list__mobile-layuot{
    display: none;
}
.mobile__return_dashboard {
    display: none;
}
.new__home__container__mobile {
    display: none;
}
ol{
    margin-bottom: 0!important;
}
@media (max-width: 480px) {
    header{
        background-image: none!important;
        min-height: 130px;
        box-shadow: inset 0 290px 300px rgba(200, 220, 255, 0.15);
    }
    .scrolled{
        box-shadow: inset 0 290px 300px rgba(200, 220, 255, 0.15);
        min-height: 130px!important;
    }
    .user__login__btn {
        position: absolute;
        top: 15px;
        left: 15px;
    }
    .color__logo {
        position: absolute;
        top: 10px;
    }
    .color__logo {
        display: block!important;
    }
    .main__logo {
        display: none!important;
    }
    .category__items__container {
        display: none;
    }
    .search__box {
        display: none;
    }
    .search__box input {
        display: none;
    }
    .search__box .ri-search-line{
      display: none;
    }
    .nav__links {
        display: none;
    }
    .booking__form {
         transform: translateY(80%)!important;
         z-index: 998!important;
         position: fixed!important;
         top: 30px!important;
       	 width: 90%!important;
         left: 0px!important;
         right: 20px!important;
         margin: 0px!important;
         padding: 0.2rem!important;
         border-radius: 20px!important;

    }
    .input__group-calendar {
        display: none;
    }
    .input__group-guest_number {
        display: none;
    }
    .section__container{
        padding: 0rem 1rem;
    }
    .modal__content {
        max-width: 100%;
    }
    .header__title__container {
        display: none;
    }
    .header__container {
       margin: 0px!important;
       padding-block: 1rem 4rem;

    }
    .suggestions-list {
        max-width: 100%;
    }
    .mobile__category__items {
        display: block;
        padding: 1rem;
    }
    .service__category__mobile {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
        width: 100%;
        margin: 0!important;
    }
    .category__items__mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0.8rem;
        border: 1px solid rgb(0 0 0 / 27%);
        border-radius: 12px;
        box-sizing: border-box;
        background: #fff;
        transition: all 0.2s ease;
        min-height: 8rem;
        justify-content: end;
    }
    .category__items__mobile:hover {
        border-color: rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      }
    .category__items__mobile figure {
        width: 100%;
        max-width: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    .category__items__mobile img {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 0.5rem;
    }
    .category__items__title__mobile {
        font-size: 0.8rem;
        color: #333;
        margin-top: 0.5rem;
        line-height: 1.2;
    }
    .carousel__item {
        flex: 0 0 calc(100% / 2.5);
        box-sizing: border-box;
        background: #fff;
        margin: 0 5px;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
    }
    .carousel__item img {
        width: 100%;
        height: 180px;
        display: block;
        object-fit: cover;
    }
    .carousel__controls {
        display: none;
        position: absolute;
        top: 35%;
        width: 100%;
        padding-right: 20px;
        padding-left: 30px;
        justify-content: space-between;
        transform: translateY(-50%);
        pointer-events: none;
    }
    /* .carousel__popular__inner {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    } */
    .carousel__inner {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }
    .slider {
        height: 180px;
    }
    .carousel__villa__inner {
        isolation: isolate;
    }
    .carousel__villa__item {
        transition: filter 0.3s ease;
    }

    .carousel__villa__item:not(.active) {
        filter: none !important;
    }
    .discount__header {
        display: block;
    }
    .discount__cities {
        display: none;
    }
    .discount__counter  {
        display: flex;
        padding: 20px 0px;
    }
    .magazine__description {
        border-bottom: none;
    }
    .mobile-bottom-nav {
        display: block;
    }
    .splide__carousel__controls {
        display: none;
    }
    .see__all {
        left: 10px;
    }
    .popular__carousel {
        padding: 0px 0px 30px 0px;
        overflow-x: auto;
    }
    .new__home__container {
        display: none;
    }
    .new__home__container__mobile{
        display: block;
        overflow-x: hidden;
    }
    .new__home__container__mobile ul {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        padding-left: 0!important;
    }

    .new__home__container__mobile ul li {
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #000000;
    }

    .new__home__container__mobile ul li i {
        font-size: 35px;
        margin: 0 58px;
    }

    .new__home__container__mobile .step__text {
        font-size: 13px;
        font-weight: 600;
    }

    .new__home__container__mobile ul li .ste__progress {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: rgba(128, 128, 128, 0.295);
        margin: 30px 0;
        display: grid;
        place-items: center;
        color: rgba(0, 0, 0, 0.616);
        position: relative;
    }

    .new__home__container__mobile ul li .ste__progress::after {
        content: "";
        position: absolute;
        width: 100px;
        height: 5px;
        background-color: rgba(128, 128, 128, 0.295);
        left: 49px;
        /* z-index: 1; */
    }
    .new__home__container__mobile ul li .ste__progress__mobile::before {
        content: "";
        position: absolute;
        right: 49px;
        top: 50%;
        transform: translateY(-50%);
        width: 100px;
        height: 5px;
        background-color: rgba(128, 128, 128, 0.295);
        /* z-index: 1; */
    }
    .new__home__container__mobile ul li .step__one::after {
        width: 0;
        height: 0;
    }

    .new__home__container__mobile ul li .ste__progress i {
        display: none;
    }

    .new__home__container__mobile ul li .ste__progress p {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0px;

    }

    .new__home__container__mobile ul li .active__step {
        background-color: #03ade2;
        display: grid;
        place-items: center;
        z-index: 100;
    }

    .new__home__container__mobile ul li .active__step::after {
        background-color: #03ade2;
    }
    .new__home__container__mobile ul li .active__step::before {
        background-color: #03ade2;
    }

    .new__home__container__mobile ul li .active__step p {
        display: none;
    }

    .new__home__container__mobile ul li .active__step i {
        display: flex;
        margin-right: 11px !important;
        color: white;
        font-size: 24px;
    }


    .home__owner__role {
        display: inherit;

    }
    .home_type {
        display: flex!important;
        justify-content: center!important;
    }
    .home__owner__role label {
        max-width: 100%;
        padding: 20px;
        margin: 10px;
    }
    .beHosting__identification{
        display: block!important;
    }
    .beHosting__delete{
        width: 100%!important;
        font-size: 17px!important;
        margin: 15px 0!important;
        padding: 15px!important;
    }
    #edit-code {
        width: 100%!important;
        text-align:center!important
    }
    .all__province {
        padding: 16px!important;
        margin: 0!important;
    }
    .all__cities {
        padding: 10px!important;
        margin: 0px!important;
    }
    .vilage__name {
        margin: 10px 0;
    }
    #address_text {
        width: 23rem!important;
    }
    .address__details {
        margin: 20px 0px!important;
    }
    .home__address .add__details .postal__code, .num__code, .num__floor__add, .unit__number__add {
        width: 50%!important;
        margin: 0!important;
        padding: 5px!important;
    }
    #map {
        height: 260px!important;
        width: 100%!important;
    }
    #search {
        width: 100%!important;
    }
    #x-coord, #y-coord {
        width: 100%!important;
    }
    .mobile__view__search_address {
        margin-top: 20px!important
    }
    .register__continue {
        justify-content: end!important;
        margin-top: 10px!important;
    }
    .image__grouping {
        gap: 10px;
    }

    .image__grouping span {
        font-size: 0.8rem;
        padding: 6px 12px;
    }
    .image-container {
        justify-content: center;
    }

    .identity-image__title span {
        font-size: 1rem;
    }
    .add__home__input__group {
        width: 170px!important;
    }
    .PeopleCount__filter .add__home__input__group {
        width: 100%!important;
    }
    .home_bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 5px;
    }

    .bar__choice {
        display: flex;
        overflow-x: auto;
        gap: 5px;
        padding: 5px 0;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .bar__choice::-webkit-scrollbar {
        display: none;
    }

    .bar__choice a {
        white-space: nowrap;
        font-size: 12px;
        padding: 8px 12px;
        background: #f5f5f5;
        border-radius: 20px;
        flex-shrink: 0;
    }
    .home_sliderBar {
        padding: 8px 0px;
    }
    .bar__interestedAndShAring {
        display: none!important;
    }
    .laptopLayouts-images__home {
        display: none!important;
    }
    .custom-carousel {
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        margin: 15px;
    }

    .mobile-carousel-img {
        height: 300px;
        object-fit: cover;
        border-radius: 15px;
    }

    .custom-indicators {
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 8px;
        z-index: 2;
    }

    .custom-indicators button {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 2px solid #fff;
        background: transparent;
        padding: 0;
        opacity: 0.5;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .custom-indicators .active {
        background: #fff;
        opacity: 1;
        transform: scale(1.2);
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 15%;
        background: rgba(0,0,0,0.3);
        backdrop-filter: blur(1px);
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        filter: invert(1);
        width: 2rem;
        height: 2rem;
    }
    /* .priceLoptopLayout {
        display: none;
    } */
    .home_sliderBar.hidden {
        position: sticky;
        top: -58px;
    }
    .home_sliderBar.visible {
        top: 58px;
    }
    .home_images{
        margin-top: 120px!important;
    }
    .houseDesktopLayout {
        padding: 0px!important;
    }
    .hostProfile_host_profile{
        background-color: #f5f5f5;
    }
    .houseFeatures_house_features__flat__item {
        flex-wrap: wrap;
        gap: 12px;
    }

    .house_features__flat__items {
        width: calc(50% - 6px);
        padding: 8px;
        background: #f5f5f5;
        border-radius: 8px;
    }

    .house_features__flat__items:nth-child(n+5) {
        display: none; /* مخفی کردن آیتم‌های بعد از 4 مورد اول */
    }

    .show-all .house_features__flat__items {
        display: flex !important; /* نمایش تمام آیتم‌ها در حالت توسعه یافته */
    }

    .houseFeatures_house_features__all {
        width: 100%;
        text-align: center;
        margin: 15px 0;
    }

    .show__all__features__modal {
        width: 100%;
        padding: 12px;
        background: transparent;
        border: 1px solid #007bff;
        color: #007bff;
        border-radius: 8px;
        font-size: 14px;
    }
    .houseRule_host__Ruling__canceling {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 12px;
        width: 100%;
    }

    .houseRule_host__canceling__palicy,
    .houseRule_host__all__canceling {
        width: 100%;
    }

    .houseRule_host__all__canceling .cancelingBtn {
        width: 100%;
        text-align: center;
        padding: 8px 12px;
        font-size: 14px;
    }
    .houseRule_host__content table {
        width: 100%;
        border-collapse: collapse;
    }

    .houseRule_host__content tr {
        display: flex;
        flex-direction: column;
        background: #f9f9f9;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }

    .houseRule_host__content td {
        display: block;
        width: 100% !important;
        padding: 12px 15px;
        border-bottom: 1px solid #eee;
        font-size: 12px;
    }

    .houseRule_host__content td:last-child {
        border-bottom: none;
    }

    .houseRule_host__content td:before {
        content: "• ";
        color: #007bff;
        margin-left: 5px;
    }
    .calendar {
        flex-direction: column;
        position: relative;
        overflow: hidden;
    }

    .month {
        width: 100%;
        margin: 0;
        transition: transform 0.3s ease;
    }
    .day {
        padding: 0!important;
    }
    .month:not(.active) {
        display: none;
    }
    .PriceBox_pricebox__preview {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto!important;
        width: 100%;
        z-index: 1000;
        padding: 0 !important;
        margin: 0;
        transform: translateY(100%);
        transition: all 0.3s ease;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
        border-radius: 15px 15px 0 0;
    }
    .PeopleCount_people-count__WgkNf .add__home__input__group {
        width: 100%!important;
    }
    .PriceBox_pricebox__preview.active {
        transform: translateY(0);
    }

    .PriceBox_pricebox__preview::before {
        content: '';
        position: absolute;
        top: -55px;
        left: 50%;
        transform: translateX(-50%) rotate(180deg);
        width: 60px;
        height: 60px;
        background-image: url(/assets/arrow/arrow-down.png);
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        width: 100%!important;
        background-color: white;
        transition: transform 0.8s ease;
    }

    /* .PriceBox_pricebox__preview.activebtn::before {
        background-image: url(/assets/arrow/arrow-up.png);
        background-repeat: no-repeat;
        background-position: center;
        background-color: white;
    } */

    .PriceBox_pricebox-main__container {
        border-radius: 15px 15px 0 0;
        max-height: 70vh;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .reservationBtn {
        position: sticky;
        bottom: 0;
        background: white;
        padding: 10px;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    }

    #priceContainer {
        display: none !important;
    }

    .PriceBox_pricebox__preview.active #priceContainer {
        display: flex !important;
    }
    #location {
        margin: 0px!important;
    }
    .profile__list {
        display: none;
    }
    .dashboard__info__mobile {
        display: none;
    }
    .profile__list__mobile-layuot{
        top: 2.5rem;
        display: block;
        width: 100%;
    }

    .profile__menu__mobile-layout {
        width: 100%;
        color: #131b1f;
        /* padding: .9375rem 1.25rem; */
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 10px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
    }

    .profile__menu__item__mobile-layout {
        width: 100%;
        font-size: 13px;
        color: #131b1f;
        display: flex;
        align-items: center;
        padding: 1rem 1rem;
        position: relative;
        display: flex;
        align-items: center;
    }

    .profile__list__icon__mobile-layout {
        font-size: 20px;
        padding-left: 10px;
        transition: opacity 0.5s ease;
    }

    .profile__menu__item__mobile-layout:not(:last-child) {
        border-bottom: 1px solid rgba(128, 128, 128, 0.295);
    }
    .mobile__return_dashboard {
        display: block;
    }
    .dashboard__reserve__user-peyment{
        display: block!important;
    }
    .reservation-info {
        display: block;
        text-align: center;
        align-items: center;
    }
    .btn-support span {
        font-size: 12px!important;
    }
    .reservation-information__mobile__view-p {
        font-size: 12px!important;
        display: flex!important;
        flex-direction: column!important;
        text-align: center!important;
        width: 100%!important;
        margin-bottom: 0px!important;
    }
    .hosting__image {
        text-align: center;
        justify-content: center!important;
        padding: 10px!important;
        display: block!important;
    }
    .reservations__update{
        justify-content: center!important;
        margin-top: 15px!important;
    }
    .reservations__update-btn {
        flex-direction: row!important;
        margin-bottom: 10px;
    }
    .reservations__update_btn {
        flex-direction: row!important;
    }
    .dashoard__container-hosting-profile {
        margin: 80px 10px 80px!important;

    }
    .detail-item {
        display: block;
        min-width: 100%;
    }
    .card-part {
        width: 45px;
        height: 35px;
        font-size: 12px;
    }
    .detail-label {
        float: right;
    }
    .detail-value {
        float: left;
    }
    .sheba-input{
        width: 200px;
        font-size: 11px;
    }
    .sheba-prefix {
        padding: 4px 8px;
    }
    .balance-amount {
        font-size: 12px;
    }
    .currency {
        font-size: 12px;
    }
    .gradient-btn {
        padding: 5px 15px;
        font-size: 12px;
    }
    .guest__reservation__container__detail-item {
        display: block;
        text-align: center;
    }
    .guest__reservation__container__payment-btn {
        width: auto!important;
        padding: 15px 30px;
        font-size: 12px;
    }
    .hosting__all__reservation-information {
        background-color: #b6b6b61c;
        border-radius: 25px;
    }
    .guest__reservation__container__detail-item span:first-child{
        color: #7f8c8d;
        font-size: 12px;
        display: flex;
        align-items: center;
        gap: 8px;
        text-align: center;
        justify-content: center;
        padding-bottom: 8px;
    }
    .accordion .contentBx.active .accordion__content {
        height: 250px !important;
        padding: 20px;
    }
    .hosting__active-home {
        padding: 0px 0px 20px 0px !important;
    }
    #house_reservation-image {
        padding-right: 0px!important;
        justify-content: right!important;

    }
    .sliderImageMobile {
        height: 250px!important;
    }
    .settHomepreview {
        display: none;
    }
    .suggestions {
        top: auto!important;
        width: 370px!important;
    }
    .hosting__all__reservation-title p {
        font-size: 14px;
        padding: 12px;
    }

    .guest__reservation__container {
        padding: 15px;
        margin: 10px 0;
        border-radius: 8px;
    }

    .guest__reservation__container-status,
    .guest__reservation__container__status-filed {
        font-size: 13px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .guest__reservation__container-status::after,
    .guest__reservation__container__status-filed::after {
        width: 80px;
        height: 2px;
    }
    .guest__reservation__container-content {
        flex-direction: column;
        gap: 15px;
    }
    .guest__reservation__home__property-image {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
    .guest__reservation__container-details {
        width: 100%;
    }
    .KFxd677_pKD-x {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px;
        margin-bottom: 8px;
        gap: 4px;
    }
    .guest__reservation-icon {
        width: 16px;
        height: 16px;
    }
    .btnBtn__peymentMtheod {
        width: 100%!important;
        padding: 12px;
        font-size: 13px;
        border-radius: 8px;
        margin-top: 15px;
    }
    .mobile-calendar-controls {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        background-color: #f0f0f0;
        border-bottom: 1px solid #ccc;
    }

    .mobile-calendar-controls button {
        padding: 5px 10px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        background-color: #007bff;
        color: white;
        border-radius: 5px;
    }

    .mobile-calendar-controls button:disabled {
        background-color: #ccc;
        cursor: not-allowed;
    }

    #currentMonthYear {
        font-size: 16px;
        font-weight: bold;
    }
    .filterMenu_filter-container__section {
        overflow-x: auto;
        padding: 20px 0px 5px 0px!important;
    }
    #price__filter.show {
        min-width: 320px;
    }
    .price__filter {
        right: 50px;
    }
    .filter_calander {
        margin-top: 135px !important;
    }
    .PeopleCount__filter {
        right: 50px;
        min-width: 320px;
    }
    .guest__num {
        display: block!important;
    }
    .filter__search__box{
        display: block;
        position: absolute;
        top: 60%;
        left: 0!important;
        padding: 0px 50px;
        width: 100%;
        background-color: #f9f9f9
    }
    .filter__top-container {
        min-height: 120px!important;
    }
    .filter__top-container .logo img {
        width: 50px;
        position: absolute;
        top: 5px;
    }
    .filters {
        padding: 0;
        top: 100px!important;
    }
    .filter__container {
        top: 35%!important;
    }
    .filter__search__box .ri-search-line {
        left: 80%!important;
    }
    .footer {
        padding-bottom: 100px;
    }
    .footer-col {
        width: 50%!important;
        padding: 0 15px;

    }
    .card_link {
        width: 100%;
    }
    .footer-col .social-links a {
        margin: 2px;
    }
    .role h1 {
         font-size: 14px;
    }
    .section-title::before {
        width: 20px;
        height: 20px;
    }
    .contact-container {
        padding: 25px;
    }

    .contact-header h1 {
        font-size: 2em;
    }

    .contact-details {
        font-size: 1em;
    }
    .filter__container {
        padding: 13rem 1rem!important;
    }
    .guide-container {
        padding: 25px;
    }

    .guide-header h1 {
        font-size: 1.5em !important;
    }

    .guide-step::before {
        left: -15px!important;
        top: -15px!important;
        width: 40px!important;
        height: 40px!important;
        font-size: 1.2em!important;
    }
    ul.guide-list {
        padding-right: 0px!important;
    }
    ul.guide-list li {
        margin-bottom: 10px!important;
        padding-right: 15px!important;
    }
  .reservation-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .details-button {
        width: 100%;
    }
}
.guest__num {
    display: flex;
    padding:10px 20px;
    justify-content: space-between;
    align-items: center;
}
.reservations__update-btn {
    flex-direction: column;
}
.reservations__update_btn {
    flex-direction: column;
}
.filter__search__box {
    display: block;
    position: absolute;
    left: 43%;
    transition: 0.1s;
    transform: scale(1) translateY(0);
    box-shadow: 0 0 .9375rem 0 rgba(19, 27, 31, .07);
}

.filter__search__box input {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    transition: 0.5s;
    background: #fff;
    width: 300px;
    height: 40px;
    border: 1px solid #ddd;
    outline: none;
    padding: 5px 30px;
    border-radius: 10px;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
}

.filter__search__box .ri-search-line {
    position: absolute;
    left: 92%;
    top: 23%;
    color: #03ade2;
}
.filters {
    top: 10%;
    background: #fff;
    position: fixed;
    z-index: 100;
    width: 100%;
    padding: 1rem;
}
.filterMenu_menu-container {
    border-bottom: 1px solid rgba(128, 128, 128, 0.295);
}
.filterMenu_filter-container__section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

    max-width: 1440px;
    margin: 0 auto;
}
.filterMenu_filter-container__section-item{
    flex: 1 1;
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.filterMenu_filter-item__items {
    height: 34px;
    flex-shrink: 0;
}
.filters_filter-item-container {
    display: flex;
    align-items: center;
    padding: 4px 12px;
    border: 1px solid rgba(128, 128, 128, 0.295);
    border-radius: 25px;
    column-gap: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.filters_filter-item-container_label {
    display: flex;
    column-gap: 8px;
    align-items: center;
}
.filter__container {
    /* position: absolute; */
    top: 30%;
    padding: 10.5rem 1rem;
    width: 100%;
}
.day.active {
    background-color: #547BEE !important;
    color: white !important;
    border-radius: 4px;
}
.selected-dates-container {
    padding: 0 10px;
}
.selected-dates-container span {
    font-size: 13px;
    padding: 0px 15px;
}
.selected-dates {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #547BEE;
    font-weight: 500;
}

.close-selection {
    cursor: pointer;
    font-size: 20px!important;
    line-height: 1;
    padding: 0 5px;
}

.close-selection:hover {
    color: #ff4444;
}
.close-selection-main {
    cursor: pointer;
    font-size: 20px!important;
    line-height: 1;
    padding: 0 5px;
}

.close-selection-main:hover {
    color: #ff4444;
}
.selection-line {
    height: 2px;
    background: #547BEE;
    margin-top: 5px;
    opacity: 0.3;
}
.date-display-container {
    position: relative;
    display: inline-block;
}

.close-selection {
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: red;
    font-size: 18px;
}
.close-selection-main {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: red;
    font-size: 18px;
}
.selected-guests-container {
    position: relative;
    display: inline-block;
}

.guest-counter {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
}

.guest-counter-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: white;
    font-size: 20px;
    cursor: pointer;
}

.guest-count-input {
    width: 60px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    font-size: 16px;
}

.counter-container {
    padding: 20px;
    border-bottom: 1px solid #eee;
}
.selected-count {
    font-size: 13px;
    color:#547BEE ;
}
.filters_filter-item-container.active .selected-count {
    color: white;
}
.autocomplete-container {
    position: relative;
    width: 100%;
}

.autocomplete-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 10px;
    z-index: 1000;
    background: #fff;
    border-radius: 0.25rem;
    margin-top: 0.25rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    max-height: 300px;
    overflow-y: auto;
    list-style: none;
    padding-left: 0;
    margin: 0;
}
#searchForm {
    background-color: #f9f9f9;
    display: flex;
}
.autocomplete-item {
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.2s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    font-size: 12px;
}
.autocomplete-item:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.autocomplete-item:hover {
    background-color: #f8f9fa;
}
.btn-outline-danger {
    --bs-btn-padding-y: 5px !important;
    --bs-btn-padding-x: 10px !important;
    --bs-btn-font-size: 18px !important;
    border-radius: 8px !important;
    margin: 0px 5px!important;
    height: 40px!important;
}
.filter_calander-main {
    margin-top: 55px !important;
}
body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}
.filter_calander-main,
.PeopleCount__filter-main {
    max-height: 70vh;
    overflow-y: auto;
    background: white;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 20px;
    z-index: 1000;
}
.role {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.role h1 {
    color: #2c3e50;
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.2em;
    border-bottom: 3px solid #3498db;
    padding-bottom: 15px;
}
.law-section {
    margin-bottom: 40px;
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    transition: transform 0.3s ease;
}

.law-section:hover {
    transform: translateY(-3px);
}
.section-title {
    color: #3498db;
    font-size: 1.4em;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-title::before {
    content: '';
    width: 25px;
    height: 25px;
    background: #3498db;
    border-radius: 50%;
    display: inline-block;
}

.clause {
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-right: 3px solid #3498db;
}

.clause-number {
    color: #3498db;
    font-weight: bold;
    margin-left: 5px;
}
.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.contact-header {
    text-align: center;
    margin-bottom: 50px;
}

.contact-header h1 {
    color: #3498db;
    font-size: 2.5em;
    margin-bottom: 15px;
}

.contact-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.contact-card {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s ease;
    border: 2px solid #e9ecef;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.2);
}

.contact-icon {
    font-size: 2.5em;
    color: #3498db;
    margin-bottom: 20px;
}

.contact-details {
    font-size: 1.1em;
}

.contact-details a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-details a:hover {
    color: #3498db;
}
.contact-container .social-links {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 40px;
}
.contact-container .social-link {
    font-size: 1.8em;
    color: #2c3e50;
    transition: transform 0.3s ease;
}
.contact-container .social-link:hover {
    transform: scale(1.2);
    color: #3498db;
}

.rights-container {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.rights-header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 20px;
}

.rights-header h1 {
    color: #3498db;
    font-size: 2.5em;
    margin-bottom: 15px;
}

.rights-header::after {
    content: '';
    width: 100px;
    height: 3px;
    background: #3498db;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.rights-content {
    font-size: 1.1em;
    text-align: justify;
    margin-bottom: 40px;
}

.certificates {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 50px;
}

.certificate-item {
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    background: #f8f9fa;
    width: 250px;
    transition: transform 0.3s ease;
}

.certificate-item:hover {
    transform: translateY(-5px);
}

.certificate-icon {
    font-size: 2.5em;
    color: #3498db;
    margin-bottom: 15px;
}

.certificate-text {
    font-weight: 500;
    color: #444;
}
.guide-container {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.guide-header {
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 3px solid #3498db;
    padding-bottom: 20px;
}

.guide-header h1 {
    color: #3498db;
    font-size: 2.2em;
    margin-bottom: 15px;
}

.guide-steps {
    counter-reset: step-counter;
}

.guide-step {
    margin-bottom: 40px;
    padding: 25px;
    border: 2px solid #e9ecef;
    border-radius: 15px;
    position: relative;
    transition: transform 0.3s ease;
}

.guide-step:hover {
    transform: translateY(-3px);
}

.guide-step::before {
    counter-increment: step-counter;
    content: counter(step-counter);
    position: absolute;
    left: -25px;
    top: -25px;
    background: #3498db;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4em;
    font-weight: bold;
}

.step-icon {
    color: #3498db;
    font-size: 1.4em;
    margin-left: 10px;
}

.guide-container  .highlight {
    color: #e74c3c;
    font-weight: bold;
}

ul.guide-list {
    list-style-type: none;
    padding-right: 20px;
}

ul.guide-list li {
    margin-bottom: 15px;
    padding-right: 30px;
    position: relative;
}

ul.guide-list li::before {
    content: "⦁";
    color: #3498db;
    font-weight: bold;
    position: absolute;
    right: 0;
}

.note-box {
    background: #f8f9fa;
    border-right: 4px solid #3498db;
    padding: 20px;
    margin: 30px 0;
    border-radius: 10px;
}
.reservation-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}

.reservation-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  padding: 10px 14px;
  gap: 12px;
  height: auto;
  min-height: 80px;
  border: 1px solid #f0f0f0;
}

.reservation-image {
  width: 100px;
  height: 95px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid #eee;
}

.reservation-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 12px;
  color: #444;
}

.reservation-title {
  font-weight: bold;
  color: #222;
  font-size: 13px;
}

.reservation-meta,
.reservation-address,
.reservation-dates,
.reservation-status {
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reservation-dates {
  display: flex;
  gap: 8px;
  color: #555;
}

.reservation-status {
  padding: 2px 8px;
  border-radius: 999px;
  font-weight: bold;
  font-size: 11px;
  display: inline-block;
  margin-top: 2px;
  width: fit-content;
}

.status-approved {
  background-color: #d1fae5;
  color: #065f46;
}

.status-pending {
  background-color: #fef3c7;
  color: #92400e;
}

.status-rejected {
  background-color: #fee2e2;
  color: #991b1b;
}

.details-button {
  background-color: #3b82f6;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  cursor: pointer;
  transition: background-color 0.2s;
  white-space: nowrap;
}

.details-button:hover {
  background-color: #2563eb;
}
.reservation-completed {
  margin-top: 4px;
  font-size: 11px;
  color: #2563eb;
  background-color: #e0f2fe;
  padding: 4px 8px;
  border-radius: 8px;
  display: inline-block;
}


.custom-pagination {
    direction: rtl;
    text-align: center;
    margin-top: 30px;
    font-family: Vazir, sans-serif;
}
.custom-pagination a,
.custom-pagination span {
    display: inline-block;
    margin: 0 4px;
    padding: 8px 14px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
}
.custom-pagination a:hover {
    background: #f3f4f6;
}
.custom-pagination .active {
    background-color: #3b82f6;
    color: #fff;
    font-weight: bold;
    border-color: #3b82f6;
}
.custom-pagination .disabled {
    color: #999;
    border-color: #ddd;
    background-color: #f9fafb;
    cursor: not-allowed;
}
input[name="sms_code"],
input[name="phone"] {
font-size: 16px;
}
.error {
     background-color: #f9fafb;
    color: #333;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
}
.error .icon {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
}
.error h1 {
    font-size: 2rem;
    color: #e11d48;
    margin-bottom: 10px;
}
.error p {
    font-size: 1.2rem;
    max-width: 90%;
}
.custom-admin-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1055;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-admin-modal-backdrop {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.custom-admin-modal-content {
    position: relative;
    z-index: 2;
    background: white;
    border-radius: 1rem;
    max-width: 500px;
    width: 90%;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    min-height: 130px;
    padding: 50px;
    text-align: center;
}
.message-card {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 10px;
}

.message-card:hover {
    background-color: #f8f9fa;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.message-title {
    font-weight: bold;
    color: #343a40;
}

.message-date {
    font-size: 0.875rem;
    color: #6c757d;
}

.message-icon {
    width: 24px;
    height: 24px;
    fill: #6c757d;
    margin-left: 0.5rem;
}

.user__profile__title {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 0.5rem;
    color: #333;
}
/* .discount-price-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 10px 0;
    flex-wrap: wrap;
} */

.apartment__price__container {
    display: flex;

}

.badge-discount {
    position: absolute;
    top: 25px;
    left: 10px;
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #ff416c, #ff4b2b);
    color: #fff;
    padding: 6px 14px;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(255, 75, 43, 0.25);
    transition: transform 0.2s ease-in-out;
    gap: 6px;
    white-space: nowrap;
    margin-top: -10px;

}

.badge-discount__icon {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
}

.no-discount-message {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #a00;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 16px;
}
.carousel__discount__inner {
    position: relative;
    min-height: 100px;
    min-width: 600px;
}
.guide-card {
        border: 1px solid #eee;
        border-radius: 12px;
        padding: 20px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #f9f9f9;
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
        transition: 0.3s ease;
        flex-wrap: wrap;
    }
    .guide-card:hover {
        background: #fff;
        box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    }
    .guide-info {
        display: flex;
        align-items: center;
        gap: 15px;
        flex: 1 1 auto;
        min-width: 220px;
        margin-bottom: 10px;
    }
    .guide-info svg {
        color: #e74c3c;
        width: 32px;
        height: 32px;
        flex-shrink: 0;
    }
    .guide-title {
        font-size: 18px;
        font-weight: 600;
        color: #333;
    }
    .guide-actions {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
    .guide-actions a {
        background: #3498db;
        color: #fff;
        padding: 6px 14px;
        border-radius: 6px;
        text-decoration: none;
        font-size: 14px;
        transition: 0.2s ease;
    }
    .guide-actions a:hover {
        background: #2c80b4;
    }
    @media (max-width: 768px) {
        .guide-card {
            flex-direction: column;
            align-items: flex-start;
            padding: 16px;
        }
        .guide-title {
            font-size: 16px;
        }
        .guide-actions {
            width: 100%;
            justify-content: center;
        }
        .guide-actions a {
            width: calc(50% - 6px);
            text-align: center;
        }
        .rights-header h1 {
            font-size: 1.5em;
        }
    }


.trip-status {
    margin-top: 8px;
    font-weight: bold;
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 14px;
    display: inline-block;
}

.trip-status-finished {
    background-color: #f3f4f6; /* طوسی ملایم */
    color: #374151; /* خاکستری تیره */
    border: 1px solid #d1d5db;
}

.trip-status-upcoming {
    background-color: #fef3c7; /* زرد ملایم */
    color: #92400e; /* قهوه‌ای تیره */
    border: 1px solid #fde68a;
}

.trip-status-active {
    background-color: #d1fae5; /* سبز روشن */
    color: #065f46; /* سبز تیره */
    border: 1px solid #6ee7b7;
}
.section-title_trip {
    font-size: 18px;
    text-align: center;

}
.disabled-btn {
    background-color: #e5e7eb !important; /* خاکستری روشن */
    color: #9ca3af !important; /* متن خاکستری */
    cursor: not-allowed !important;
    opacity: 0.6;
}
.review-form {
    max-width: 600px;
    margin: 30px auto;
    padding: 25px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    direction: rtl;
}

.review-form h3 {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 20px;
    color: #333;
}

.review-form textarea {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    resize: vertical;
    font-size: 14px;
    margin-top: 15px;
}

.review-form button {
    display: block;
    width: 100%;
    background: #007bff;
    color: white;
    padding: 12px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    margin-top: 20px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.review-form button:hover {
    background: #0056b3;
}

.star-rating {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 15px;
}

.star-rating input {
    display: none;
}

.star-rating label {
    font-size: 2rem;
    color: #ccc;
    cursor: pointer;
    transition: color 0.3s;
}

.star-rating input:checked ~ label,
.star-rating label:hover,
.star-rating label:hover ~ label {
    color: gold;
}

.alert {
    max-width: 600px;
    margin: 10px auto;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
}

.alert.success {
    background: #d4edda;
    color: #155724;
}

.alert.error {
    background: #f8d7da;
    color: #721c24;
}
  .reviews-container {
      max-width: 700px;
      /* margin: auto; */
    }

    .review {
      background: #ffffff;
      border-radius: 12px;
      padding: 20px;
      margin-bottom: 20px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
      display: flex;
      gap: 15px;
      align-items: flex-start;
    }

    .review .avatar {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: #4084e8;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 18px;
      color: #fff;
    }

    .review-content {
      flex: 1;
    }

    .review-content .username {
      font-weight: bold;
      font-size: 16px;
      color: #333;
      margin-bottom: 5px;
    }

    .review-content .comment {
      font-size: 14px;
      color: #555;
      line-height: 1.6;
    }

    @media (max-width: 600px) {
      .review {
        flex-direction: column;
        align-items: flex-start;
      }

      .review .avatar {
        margin-bottom: 10px;
      }
    }
.reviews-title {
      font-size: 24px;
      font-weight: bold;
      color: #333;
      margin-bottom: 25px;
      /* text-align: center; */
      border-bottom: 2px solid #ccc;
      padding-bottom: 10px;
    }

