@font-face {
    font-family: IRANSansSerif;
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/eot/IRANSansWeb(FaNum).eot');
    src: url('/fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
         url('/fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),
         url('/fonts/woff/IRANSansWeb(FaNum).woff') format('woff'),
         url('/fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
    font-display: swap;
}

html,
body,
body *:not(i):not(.fa):not(.far):not(.fas):not(.fab):not(.fal):not(.fat) {
    font-family: IRANSansSerif, Tahoma, sans-serif !important;
}

body {
    direction: inherit;
}

.hotel-item .hotel-title a,
.room-item .room-title a {
    font-family: IRANSansSerif, Tahoma, sans-serif !important;
}

.lang-select {
    min-width: 110px;
    height: 38px;
    padding: 4px 12px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    background-color: #fff;
    font-family: IRANSansSerif, Tahoma, sans-serif !important;
    cursor: pointer;
}

.lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    background-color: #fff;
}

.lang-switcher .lang-item {
    font-size: 14px;
    line-height: 1.4;
    color: #666;
    text-decoration: none;
    padding: 2px 6px;
    border-radius: 4px;
}

.lang-switcher .lang-item.active {
    color: var(--theme-color, #F96731);
    font-weight: 700;
}

.lang-switcher a.lang-item:hover {
    color: var(--theme-color, #F96731);
}

.site-brand {
    font-size: 22px;
    font-weight: 700;
    color: var(--theme-color, #F96731) !important;
    text-decoration: none;
}

.site-brand:hover {
    color: var(--theme-color, #F96731) !important;
    opacity: 0.9;
}

.header-top-right .lang {
    display: inline-block;
    vertical-align: middle;
}

body.inner-page .main {
    margin-top: 0 !important;
}

body.inner-page .header {
    background: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
}

body.inner-page .header-top {
    border-bottom: 1px solid #eee;
}

body.inner-page .navbar .nav-link,
body.inner-page .header-top-right .account a {
    color: #333 !important;
}

body.inner-page .navbar .nav-link:hover,
body.inner-page .header-top-right .account a:hover {
    color: var(--theme-color, #F96731) !important;
}

body.inner-page .site-brand {
    color: var(--theme-color, #F96731) !important;
}

.hotel-price-summary {
    background: #fafafa;
}

.hotel-price-amount {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--theme-color, #F96731);
}

.sms-auth-panel-compact h5 {
    font-size: 1.1rem;
}

.hotel-site-footer {
    padding: 20px 0;
    margin-top: 40px;
}

.hotel-site-footer .footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.hotel-site-footer .footer-content > div {
    flex: 1 1 200px;
}

.hotel-site-footer .head {
    font-size: 1.1rem;
    font-weight: 700;
    color: #414141;
    margin-bottom: 16px;
}

.hotel-site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hotel-site-footer li {
    margin-bottom: 10px;
}

.hotel-site-footer li a {
    color: #616161;
    text-decoration: none;
}

.hotel-site-footer li a:hover {
    color: var(--theme-color, #F96731);
}

.hotel-site-footer .footer-about {
    color: #616161;
    line-height: 1.8;
}

.hotel-site-footer .social a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: var(--theme-color, #F96731);
    margin-left: 8px;
}

.hotel-site-footer .cert img {
    max-height: 90px;
}

.hotel-site-footer .footer-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
    padding: 16px 0;
    color: #616161;
}

.hotel-site-footer .footer-contact .contact span {
    display: inline-block;
    margin-left: 16px;
}

.hotel-site-footer .copyright {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 12px;
    text-align: center;
    color: #757575;
}
