/*---------------------------------------------------------- Single Pages ----------------------------------------------------------*/
.post-title{
    border-radius: 8px; background: #fff; padding: 10px 15px;
}
.post-title h1{
    font-size: 20px; font-weight: 500; margin-bottom: 0;
}
.post-header-sp{
    display: flex; gap: 1.5rem;
}
.section-128070 { width: 70%; }
.section-128030 { width: 30%; }
@media (max-width: 1023px) {
    .post-header-sp { flex-direction: column;}
    .section-128070, .section-128030 { width: 100% !important; }
}
/*-----------------------------------------------------------
	Comments
------------------------------------------------------------*/
.comment-border-sec{
    padding: 15px;
}
.cmemlttr{
    font-weight: 300; text-align: center;
}
p.comment-warp textarea {
    height: 160px; margin-bottom: 10px; resize: vertical;
}
p.author-warp{
    padding-left: 20px;
}
p.author-warp, p.email-warp{
    width: 50%; float: right; margin-bottom: 15px;
}
input#author ,input#email ,textarea{
    width: 100%; border: 1px solid #d8d8d8; outline: 0; padding: 10px 12px; border-radius: 8px;
}
.submit {
    background-color: #fff; padding: 10px; border: 1px solid #ebebeb; border-radius: 8px; transition: 0.3s ease!important; font-weight: 300;
}
.submit:hover {
    background-color: #50C4ED; color: #fff; transition: 0.3s ease!important;
}
.alert-info-comment {
    font-weight: 300; padding: 5px; background: #f7f7f7; border-radius: 6px;
}
.article-comments article{
    display: flex;
}
.article-comments-thumb{
    align-content: center;
}
.article-comments-thumb img{
    padding: 5px; border-radius: 8px; border: 1px solid #ebebeb;
}
.comment-date , .comments-bxtle-num{
    font-weight: 200; color: #8e8e8e; margin-top: 5px;
}
.comments-bxtle-num {
    font-size: 14px;
}
.comment-date {
    font-size: 12px;
}
.comment-detalis {
    margin-right: 20px;
}
.ti-back-right {
    font-size: 12px; font-weight: 200;
}
.comment-text {
    font-size: 16px; font-weight: 300; color: #2E3A59; padding-top: 5px; padding-left: 35px;
}
.comment-list ul .children {   
    margin-right: 30px;
}
.reply {
    gap: 5px;
}
.cm-auther-name img{
    margin-right: 5px; margin-top: 1px;
}
.comment-form-cookies-consent label {
    font-size: 14px; font-weight: 300;
}
.form-submit {
    margin-top: 10px;
}
.form-submit-md{
    margin-bottom: 0px;
}
.modal-footer- {
    display: -ms-flexbox; display: flex; -ms-flex-align: center; -ms-flex-pack: end; justify-content: flex-end; padding: 15px; gap: 7px;
}
.comment-pagination{
    text-align: end;
}
.page-numbers.current {
    background: #387ADF; color: #fff; padding: 5px 12px; border-radius: 8px; display: inline-block; width: 30px; height: 30px;
}
.comment-pagination a, .comment-pagination span{
    margin: 0px 4px;
}
.comment-pagination a.next.page-numbers{
    color: #fff; background: #50C4ED; padding: 5px 12px; border-radius: 8px; transition: 0.3s; display: inline;
}
.comment-pagination a.next.page-numbers:hover , .comment-pagination a.prev.page-numbers:hover ,.comment-pagination a.page-numbers:hover{
    background: #387ADF; transition: 0.3s;
}
.comment-pagination a.page-numbers{
    color: #fff; background: #50C4ED; padding: 5px 11px; border-radius: 8px; transition: 0.3s; display: inline-block; width: 30px; height: 30px;
}
@media (max-width: 480px) {
    .comment-form-cookies-consent {
        display: inline-flex; gap: 20px;
    }
    .p-l-d-cat ,.nxtrls {
        display: none;
    }   
}
/*------------------------------------------------------------
	Favorite Bottom
------------------------------------------------------------*/
.favorite-btn {
    background: none; border: none; cursor: pointer; display: inline-flex; align-items: center; position: relative;
}
.heart-icon {
    fill: #000000ff; stroke: #0000; stroke-width: 0.8; transition: fill 0.3s, stroke 0.3s;
}
.favorite-btn:hover .heart-icon {
    fill: #50C4ED; stroke: #0000;
}
.heart-icon.active {
    fill: #50C4ED;
    stroke: #50C4ED;
    animation: pulse 0.3s ease;
}
.favorite-count {
    position: absolute; left: 0; bottom: -3px; font-size: 14px; color: #555; min-width: 15px; text-align: center;
}
@keyframes pulse {
    0% { transform: scale(1); } 50% { transform: scale(1.3); } 100% { transform: scale(1); }
}
/*------------------------------------------------------------
	Shair Bottom
------------------------------------------------------------*/
.entry-content-wrapper {
    position: relative;
}
.entry-content {
    max-height: 400px; overflow: hidden; transition: max-height 0.6s ease; position: relative;
}
.entry-content.short-text.des {
    max-height: 580px !important;
}
.entry-content.open {
    max-height: 1000rem;
}
.fade-overlay {
    content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 80px; background: linear-gradient(to top, #fff, transparent); transition: opacity 0.4s ease;
}
.entry-content.open .fade-overlay {
    opacity: 0; pointer-events: none;
}
.read-more-btn {
    color: #1d1d1d; border: none; padding: 10px 10px 0px; cursor: pointer; font-size: 15px; transition: all 0.3s ease; background: none; text-align: center; width: 100%;
}
.read-more-btn:hover {
    transform: translateY(-2px);
}
#toc-container {
    border: 1px solid #ebebeb; padding: 8px 15px; background: #fdfdfd; max-width: 100%; line-height: 1.5; position: relative; margin-bottom: 15px; border-radius: 8px; direction: rtl;
}
#toc-header {
    cursor: pointer; font-weight: bold; user-select: none; display: flex; align-items: center; justify-content: space-between;
}
#toc-toggle-icon svg {
    transition: transform 0.3s ease; display: flex;
}
#toc-list {
    margin-top: 12px; padding-left: 0; list-style: none; max-height: 0; overflow: hidden; transition: max-height 0.4s ease;
}
#toc-list.open {
    max-height: 500px;
}
#toc-list li {
    margin: 6px 0;
}
#toc-list li a {
    text-decoration: none; color: #387ADF;
}
#toc-list li a:hover {
    text-decoration: underline;
}
#toc-list li.toc-h3 { margin-right: 15px; }
#toc-list li.toc-h4 { margin-right: 30px; }
@media (max-width: 480px) {
    #toc-container {
        max-width: 100%; font-size: 13px;
    }
}
/*------------------------------------------------------------
	Shair Bottom
------------------------------------------------------------*/
#openShareBtn, .heart-icon {
    padding: 10px; border: solid 1px #eee; border-radius: 6px; cursor: pointer; transition: 0.2s ease !important;
}
.sr-dt-arpspn {
    font-size: 1.125rem;
}
.rls-tm-sc.dktdn-aptrm {
    display: none;
}
@media (max-width: 480px) {
    #openShareBtn, .heart-icon {
        width: 35px; height: 35px;
    }
    .sr-dt-arp.ph-aipg-dn {
        display: none !important;
    }
    .sr-dt-arpspn {
        font-size: 1rem;
    }
    .rls-tm-sc.dktdn-aptrm {
        display: flex !important;
    }
}
#openShareBtn:hover, .heart-icon:hover {
    border: solid 1px #50C4ED; box-shadow: 0px 0px 8px 0px rgba(200, 200, 200, 0.5); transition: 0.2s ease !important; background: #fff;
}
.borderbws
{
    padding: 12px;
}
.phmimg.dfjc picture img {
    width: 100% !important; height: 400px !important; border-radius: 8px; margin-bottom: 15px; object-fit: cover; object-position: center;
}
.pbx-shli {
    height: 100%; justify-content: space-between; align-items: center;
}   
.pbx-bxs{
    gap: 20px;
}
.shli-icon ,.pbx-post-str, .mdl-hdr {
    height: 100%; display: flex; align-items: center;
} 
svg.bi.bi-heart {
    transition: 0.3s ease !important;
}  
svg.bi.bi-heart:hover {
    color: #50C4ED;transition: 0.3s ease !important;
}
svg.bi.bi-share{
    transition: 0.3s ease !important;
}
svg.bi.bi-share:hover{
    color: #50C4ED; transition: 0.3s ease !important;
}
.shairbtn-htl:hover {
    background: #387ADF; transition: 0.3s;
}
.shairbtn-htl {
    background: #50C4ED;  color: white;  border: none;  padding: 10px;  border-radius: 5px;  width: 100%; transition: 0.3s;
}
@media (max-width: 768px) {

    .phmimg.dfjc picture img {
        height: 200px !important;
    }
    .pmtul {
        justify-items: start; gap: 10px; justify-content: space-between;
    }
    .pm-tabx {
        flex-direction: column; height: auto !important; gap: .5rem;
    }
    .section-128070 .post-title h1 {
        line-height: 1.5;
    }
    .phmc img {
        height: 170px !important;
    }
    .post-title h1 {
        font-size: 17px !important;
    }
}
/*------------------------------------------------------------
	Single Hotel Page
------------------------------------------------------------*/
.pbx-shli-htl {
    height: 100%; justify-content: end;
}
.htl-tltl{
    font-size: 1.5rem; font-weight: 500; margin-bottom : 0;
}
.htl-add-sec {
    margin-top: .5rem; justify-content: end;
}
.htl-tltl-en, .rst-tltl-en {
    font-family: sans-serif; font-weight: 500; margin-bottom : 0; font-size: 1.5rem; align-items: center;
}
.htl-add-lc { align-items: baseline; }
.htl-add-lc h6 {
    margin-bottom : 0; font-size: .975rem; padding-top: .25rem; text-align: left; font-weight: 300;
}
.htl-sec-hdr
,.htl-ces-pics
,.htl-sec-dis
,.htl-sec-commenst
,.htl-sec-hdr-add
{
    display: flex; gap: 1.5rem;
}
.htl-sec-hdr {
    flex-direction: row;
}
.htl-sec-hdr .section-128070 {
    flex: 1; margin-left: -9px;
}
.nrby-itm.full-width {
    display: flex; justify-content: space-between;
}
.d-flex.spc-nrht span {
    width: 33%; justify-content: flex-end; text-align: left;
}
.phimg.ner-htl-lc {
    width: 71%;
}
.map-near-hotel-locs {
    width: 29%;
}
.map-near-hotel-locs {
    z-index: 90;
}
.hours-row {
    display: flex;
    margin: .25rem 0;
}
.hours-popup {
    display: none;
}
.hotel-info-cards {
    display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.hotel-card {
    background: #fff; border: 1px solid #eee; border-radius: 10px; padding: 16px; transition: transform 0.2s;
}
.hotel-card:hover {
    transform: translateY(-3px);
}
.hotel-card h5 {
    margin: 0 0 8px 0; font-size: .9rem;
}
.hotel-card-text {
    color: #444; line-height: 1.8;
}
.hotel-nearby-tabs .tab-nav {
    display: flex; gap: 10px; overflow-x: auto; margin-bottom: .5rem;
}
.hotel-nearby-tabs .tab-nav li {
    cursor: pointer; padding: 6px 12px; background: #fafafa; border-radius: 6px; white-space: nowrap; font-size: .95rem; transition: all .3s ease;
}
.hotel-nearby-tabs .tab-nav li.active {
    background: #50c4ed; color: #fff;
}
.hotel-nearby-tabs .tab-pane {
    display: none;
}
.hotel-nearby-tabs .tab-pane.active {
    display: grid;
}
.hotel-title { align-items: center; }
@media (max-width: 768px) {
    .hours-popup.mobile-centered {
        position: fixed !important; top: 50% !important; left: 50% !important; transform: translate(-50%, -50%); width: 90% !important; max-width: 320px; padding: 12px 16px; background: #fff; border: 1px solid #ccc; border-radius: 10px; z-index: 110; box-shadow: 0 4px 12px rgba(0,0,0,0.15); height: fit-content;
    }
}
@media (max-width: 480px) {
    .htl-add-lc h6 { font-size: .775rem !important; }
    .htl-sec-hdr-add {
        padding: 5px;
    }
    .htlnr-lc {
        flex-direction: column;
        gap: .5rem !important;
    }
    .map-near-hotel-locs, .ner-htl-lc, .mp-nr-hloc {
        width: 100% !important;
    }
    .mp-nr-hloc {
        height: 120px !important;
    }
    .htl-sec-hdr-add .section-128030 {
        display: none;
    }
    .htl-add-lc {
        width: 100%; align-items: center !important; justify-content: left !important;
    }
    .htl-add-lc-h6 {
        padding-top: 0rem !important;
    }
    .hotel-strs.d-flex {
        height: 20px !important; align-items: center;
    }
    .txm-bx-details.d-grid .txm-bx-details-name {
        text-align: left;
    }
    .grd-img-ix{
        width: 100%; height: 150px !important; border-radius: 8px;
    }
    .htl-sec-dis, .htl-sec-commenst {
        display: grid; gap: 1rem;
    }
    .htl-sec-hdr {
        flex-direction: column-reverse; gap: 1rem;
    }
    .htl-sec-hdr .hotel-title-sec {
        flex-direction: column;
    }
    .hotel-title-en {
        justify-content: left;
    }
    .htl-spcn-str {
        width: 18px; height: 16px;
    }
    .index-loop-details {
        padding: 10px; width: 100%; border-radius: 8px;
    }
    .htl-spcn {
        gap: 10px;
    }
    .htl-spcn span {
        font-size: 14px;
    }
    .htl-dts-pntprgrs span ,.rls-tm-sc span ,.rls-tm-sc-2 span ,.thl-chbx-optr span ,.alert-info-comment{
        font-size: 14px !important;
    }
    .htl-dtls-bxsex ,.sns20.df{
        display: grid;
    }
    .htl-dtls-bxsex {
        grid-template-columns: repeat(1,1fr);
    }
    .hotel-weather-widget {
        flex-direction: column;
    }
    .thl-dtls-box {
        width: 100%; padding: 10px 10px;
    }
    .thl-chbx-optr {
        padding: 4px 15px;
    }
    .thl-dtls-box-ttl {
        font-size: 15px; font-weight: 500;
    }
    .htl-spcn-svg {
        height: 18px; width: 16px;
    }
    #close-map-modal, #close-map-near-location {
        top: 10px !important; right: 10px !important; border-radius: 8px;
    }
    #hotel-map-preview {
        z-index: 90;
    }
    #map-modal .modal-content {
        width: 100%; height: 100%; background: #fff; border-radius: 0; position: relative; overflow: hidden;
    }
    .hotel-weather-widget.full.df {
        display: grid;
    }
    .weather-current {
        width: 100% !important;
    }
    .weather-icon img {
        width: 70px; height: 65px; object-fit: contain;
    }
    .forecast-item img {
        width: 30px !important; height: 30px !important;
    }
    .weather-city  {
        font-size: 1rem !important;
    }
    .weather-temp {
        font-size: 1.25rem;
    }
    .forecast-days {
        margin-top: 10px;
    }
    .hotel-weather-widget.simple .weather-icon img {
        width: 50px; height: 50px;
    }
    .hotel-section-top ul {
        gap: .5rem;
        overflow-x: auto;
    }
    .hotel-section-top ul li {
        padding-left: 1rem;
    }
    div#shareModal ,a#whatsappShare ,a#telegramShare ,a#twitterShare ,a#facebookShare {
        font-size: 14px;
        align-items: end !important;
    }
    .sharemdl-box {
        width: 100% !important; max-width: 100% !important;
    }
    .ner-htl-lc {
        flex-direction: column !important; gap: 1rem;
    }
    .hotel-info-cards {
        grid-template-columns: none !important;
    }
    .nrby-itm.full-width {
        flex-direction: column; justify-content: space-between;
    }
    .spm-km-nrhtl {
        margin-right: 1.25rem;
    }
    .mpn-mdl-stl {
        width: 100% !important; height: 100% !important;
    }
    .mpn-mdl-stl {
        flex-direction: column;
    }
    #map-near-location-map, #map-near-location-list {
        width: 100% !important;
    }
    #map-near-location-map {
        height: 60% !important;
    }
    #map-near-location-list {
        height: 40% !important;
    }
}
/* --------------- Hotel details --------------- */
.hotel-section-top ul {
    width: 100%; display: flex; justify-content: space-between; white-space: nowrap;
}
.hotel-section-top ul li {
    display: flex; gap: .5rem;
}
.txm-bx-details-sec{
    width: 100%; display: flex; align-items: center; justify-content: space-around; padding: 15px; border-radius: 8px;
}
.hotes-facilities-sec.borderbws {
    display: grid; gap: 20px;
}
.hotes-facilities-sec{
    width: 100%;
}
.htl-spcn-svg {
    color: #50C4ED;
}
.htl-spcn-svg-str {
    color: #FFD700; transition: 0.3s ease !important;
}
.htl-spcn-str {
    color: #FFD700; transition: 0.3s ease !important;
}
.htl-spcn-str:hover {
    color: #50C4ED; transition: 0.3s ease !important;
}
.htl-spcn {
    align-items: center;
}
.hotel-sections-wrapper {
    column-count: 4; column-gap: 10px;
}
.hotel-sections-wrapper-hnloc {
    column-count: 2; column-gap: 10px;
}
.airport-facilities-wrapper {
    column-count: 2; column-gap: 10px; row-gap: 20px;
}
.default-icon {
    margin: 0 .25rem;
}
@media (max-width: 1200px) {
    .hotel-sections-wrapper, .hotel-sections-wrapper-hnloc ,.airport-facilities-wrapper 
    { column-count: 3 !important; }
}

@media (max-width: 992px) {
    .hotel-sections-wrapper, .hotel-sections-wrapper-hnloc ,.airport-facilities-wrapper 
    { column-count: 2 !important; }
}

@media (max-width: 576px) {
    .hotel-sections-wrapper, .hotel-sections-wrapper-hnloc ,.airport-facilities-wrapper 
    { column-count: 1 !important; }
}
.hotel-section {
    display: inline-block; width: 100%; break-inside: avoid; border-radius: 8px; padding: 10px; background: #fff; margin: 5px 0px; border: 1px solid #eee;
}
.airport-section-card.desktop-section {
    width: 100%; break-inside: avoid; border-radius: 8px; padding: 10px; background: #fff; margin: 10px 0px; border: 1px solid #eee; box-shadow: 0px 0px 5px 0px rgba(200, 200, 200, 0.2);
}
.airport-section-card {
    display: inline-block; width: 100%; break-inside: avoid; border-radius: 8px; padding: 10px; background: #fff;
}
.modal-section-card ul {
  margin-right: 15px;
}
.arsmp {
    display: grid; gap: 1.5rem;
}
.arsmp .bx-brpd.borderbws.bx-shd {
    width: 35% !important;
}
.hotel-section ul ,.airport-section-card ul {
    margin: 0; padding-right: 0.5rem; display: grid; gap: .5rem;
}
.hotel-section ul li ,.airport-section-card ul li {
    display: flex; align-items: center; color: #444;
}
.dtlspl-nrht {
    display: grid; grid-template-columns: repeat(3, 1fr); margin-left: .5rem; justify-items: end;
}
.nr-htlsection ul li svg {
    width: 16px; height: 16px; flex-shrink: 0; fill: #387ADF;
}
.airport-section-card ul li svg {
    width: 20px; height: 20px; flex-shrink: 0; fill: #387ADF;
}
.hotel-section ul li .default-icon ,.airport-section-card ul li .default-icon {
    opacity: 0.8; flex-shrink: 0; line-height: 1; user-select: none;
}
.hotel-nearby-locations .hotel-section span, .nrby-itm .spc-nrht span {
    font-weight: 300; color: #5d5d5d;
}
.desktop-items { display: block; }
.mobile-preview, .mobile-show-btn, .mobile-modal { display: none; }
@media (max-width:768px){
    .desktop-items { display: none; }
    .mobile-preview, .mobile-show-btn { display: block; }
    .mobile-modal {
        display: none; position: fixed; top:0; left:0; width:100%; height:100%; background: rgba(0,0,0,0.5); z-index: 110;
    }
    .mobile-modal .modal-content {
        background:#fff; margin:50px auto; padding:1rem; border-radius:12px; max-width:90%; max-height:80%; overflow-y:auto;
    }
    .arsmp {
        flex-direction: column; gap: 1rem;
    }
    .arsmp .bx-brpd.borderbws.bx-shd {
        width: 100% !important;
    }
    .bx-brpd.borderbws.bx-shd.mt-4 {
        margin-top: 1rem !important;
    }
    .comment-border-sec.bx-brpd.bx-shd.mt-4 {
        margin-top: 1rem !important;
    }
    .hotel-section-top ul li svg {
        height: 20px !important; width: 20px !important;
    }
    .comment-bdr-sec {
        display: grid;
    }
    .d-flex.gap-1.strng, .d-flex.spc-nrht {
        width: 100% !important;
    } 
}
/* --------------- Hotel Details Sidebar --------------- */
.progress-bar-spn ,.pntof-progress ,.rls-tm-sc span ,.rls-tm-sc-2 span {
    font-weight: 300; margin-top: .5rem;
}
.progress-bar {
    height: .4rem !important; background:#50C4ED;
}
.progress{
    height: .4rem !important; width: 90%; display: flex; overflow: hidden; font-size: .75rem; background-color: #e9ecef; border-radius: 2px;
}
.pntrgrs {
    display: flex; align-items: center; gap: 10px; margin-bottom: .25rem; margin-top: -5px;
}
span.pntof-progress{
    margin-top: 0;
}
.htl-dts-pntprgrs{
    margin-bottom: 15px;
}
.rls-tm-sc{
    margin-top: -8px;
}
.rls-tm-scspn{
    letter-spacing: 1px;
}
.nearby-locations {
    padding: 0px 15px 20px 10px; font-weight: 300; text-align: justify;
}
/*------------------------------------------------------------
	Single Aiport Page
------------------------------------------------------------*/
.airport-mainsc {
    margin-top: 1rem;
}
.phmimg.airport {
    position: relative;
}
.phmimg.airport h1, .phmimg.airport h2 {
    position: absolute; right: 15px; color: #fff; font-size: 1.5rem; text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.7);
}
.phmimg.airport h1{
    bottom: 30px; margin-right: 1rem;
}
.phmimg.airport h2{
    bottom: 60px; margin-right: 1rem;
}
.airport .breadcrumbs-pages {
    margin-top: 0px;
}
.airport-sec30 {
    position: sticky; top: 100px;
}
.airport-sec30  #hotel-map-preview {
    margin: 0 !important;
}
.sid-airpt-dtls .sr-dt-arp {
    width: 100%; justify-content: center; gap: .5rem; display: grid;
}
.airport-sec30.sd-i {
  gap: 1.5rem;
}
.airlines-list {
    display: grid; gap: .7rem; grid-template-columns: repeat(2,1fr);
}
.airlines-list li {
    font-weight: 300 !important;  
}
.modal-nearby-item strong {
    font-weight: 400;
}
#modal-nearby-list li {
    padding-bottom: .5rem; margin-bottom: .5rem; border-bottom: 1px solid #eee !important; transition: background 0.2s; cursor: pointer;
}
#modal-nearby-list li:last-child {
    border-bottom: none;
}
#modal-nearby-list li .nrby-itm {
    border: solid 2px transparent;
}
#modal-nearby-list li.active .nrby-itm {
    color: #387ADF; border: solid 2px #387ADF; border-radius: 6px;
}
.desktop-section { display: block; }
.mobile-section { display: none; }
.mobile-modal-airport {
    display: none; position: fixed; top:0; left:0; right:0; bottom:0; background: rgba(0,0,0,0.5); z-index: 110; align-content: center;
}
.mobile-modal-airport .modal-content-airport {
    background: #fff; max-width: 100%; max-height: 100%; height:100%;
}
.mobile-modal-airport .close-modal-airport-btn , .mobile-modal-airport .close-modal-airport {
    background: transparent; cursor: pointer; align-items: center; border: solid 1px #eee; padding: .5rem 1rem; border-radius: 4px;
}
.modal-section-card {
    border-radius: 10px; padding: 10px; margin-bottom: 15px;
}
.modal-section-card h4 {
    margin-bottom: 8px; font-size: 1em;
}
.modal-section-card ul li, .airport-section-card ul li {
    display: flex; align-items: center; gap: 5px; font-size: 0.95em; color: #444;
}
.modal-section-card ul li .default-icon, .airport-section-card ul li .default-icon {
    font-size: 0.9em; opacity: 0.8; flex-shrink: 0; line-height: 1; user-select: none;
}
.grid-container-airport {
    width: 100%; display: grid; grid-template-columns: 7fr 3fr; grid-template-rows: auto auto; gap: 1.5rem;  grid-template-areas: "item1 item2" "item3 item3";
}
.item1 { grid-area: item1; }
.item2 { grid-area: item2; }
.item3 { grid-area: item3; }
.item {
    transition: all 0.3s ease;
}
.airport-gallery-style {
    width:65%; display: grid; grid-template-areas: "left-big right-mini"; gap: 10px;
}
.right-mini-airport {
    display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; width: 100%; gap:10px; max-height: 250px;
}
.airport-gallery-style .left-big {
    height: 250px; max-height: 250px;
}
.right-mini-airport .gallery-item img {
    width: 100%; height: 100%; cursor: pointer;
}
.right-mini-airport .gallery-item {
    height: 120px;
}
.right-mini-airport img {
    border-radius: 8px;
}
@media screen and (max-width: 720px) {
.airport-gallery-style {
    width: 100%; max-height: 170px;
}
}
@media screen and (max-width: 720px) {
.airport-gallery-style .left-big {
    height: 170px;
}
.right-mini-airport .gallery-item {
    height: 80px;
}
}
@media (max-width: 768px) {
    .grid-container-airport { grid-template-columns: 1fr; grid-template-rows: auto auto auto; grid-template-areas: "item2" "item3" "item1";
    }
    .arpt-fldtls {
        gap:1rem !important;
    }
    .desktop-section { display: none; } .mobile-section { display: block; }
}
@media (max-width: 480px) {
    .d-flex.airport-mainsc {
        margin-top: 0px !important;
    }
    .airport .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
        border-radius: 0 !important; margin-bottom: 0 !important; height: 180px !important;
    }
    .phmimg.airport h1 ,.phmimg.airport h2 {
        font-size: 1rem;
    }
    .phmimg.airport h2{
        bottom: 55px;
    }
    .pb-re-mn-sp.airport {
        z-index: 100;
    }
    .pb-re-mn-sp.airport .breadcrumbs-pages {
        margin-top: -34px;
    }
    .airport-sec30.section-128030 {
        display: block !important;
    }
    .airport-sec30  #hotel-map-preview {
        z-index: 90; margin: 0 0 .95rem;
    }
    .airport .grid-container-airport {
        margin-top: 1rem !important; gap: 1rem !important;
    }
    .airport-sec30.sd-i {
        gap: 1rem !important;
    }
}
/*------------------------------------------------------------
	Single Destination Page
------------------------------------------------------------*/
.destination-meta {
    display: grid; gap: .7rem;
}
.destination-meta li ,.destination-meta li strong {
    font-weight: 300 !important;
}
.stky-sd {
    position: sticky; top: 100px;
}
.destination-gallery-style {
    width:100%; display: grid; grid-template-areas: "left-big right-mini";
}
.destination-gallery-style .left-big {
    height: 350px;
}
.right-mini-destination .gallery-item img {
    width: 100%; height: 100%; cursor: pointer;
}
.right-mini-destination .gallery-item {
    height: 170px;
}
.right-mini-destination img {
    border-radius: 8px;
}
.destination-gallery-style {
    grid-template-columns: 60% 39%; gap: 1%;
}
.right-mini-destination {
    display: grid; grid-template-columns: repeat(2, 1fr);  grid-template-rows: auto auto;  gap: 10px; max-height: 350px; position: relative;
}
.right-mini-destination .gallery-item {
    width: 100%; height: 170px; border-radius: 8px; overflow: hidden;
}
.right-mini-destination .gallery-item:nth-child(1) {
    grid-column: 1; grid-row: 1;
}
.right-mini-destination .gallery-item:nth-child(2) {
    grid-column: 2; grid-row: 1;
}
.right-mini-destination .gallery-item:nth-child(3) {
    grid-column: 1 / span 2; grid-row: 2; justify-self: center; width: 100%;
}
@media screen and (max-width: 720px) {
    .destination-gallery-style {
        width: 100% ;
    }
}
@media screen and (max-width: 720px) {
    .destination-gallery-style .left-big {
        height: 170px;
    }
    .right-mini-destination .gallery-item {
        height: 80px;
    }
}
/*------------------------------------------------------------
	Single Restaurant Page
------------------------------------------------------------*/
.grid-container-restaurant {
    width: 100%; display: grid; grid-template-columns: 7fr 3fr; grid-template-rows: auto auto; gap: 1.5rem; grid-template-areas: "item1 item3"  "item2 item3";
}
.item1 {
    grid-area: item1;
}
.item2 {
    grid-area: item2;
}
.item3 {
    grid-area: item3;
}
.item {
    transition: all 0.3s ease;
}
.hotel-info-cards {
    display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.hotel-card {
    background: #fff; border: 1px solid #eee; border-radius: 10px; padding: 16px; transition: transform 0.2s;
}
.hotel-card:hover {
    transform: translateY(-3px);
}
.hotel-card h5 {
    margin: 0 0 8px 0; font-size: .9rem;
}
.hotel-card-text { color: #444; line-height: 1.8;
}
.restaurant-links-slider {
    width: 100%; display: flex; align-items: center; justify-content: space-around; border-radius: 10px;
}
.restaurant-gallery-style {
    width:100%; display: grid; grid-template-areas: "left-big right-mini"; gap: 10px;
}
.right-mini-restaurant {
    display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; width: 100%; gap:10px; max-height: 350px;
}
.restaurant-gallery-style .left-big {
    height: 350px;
}
.right-mini-restaurant .gallery-item img {
    width: 100%; height: 100%; cursor: pointer;
}
.right-mini-restaurant .gallery-item {
    height: 170px;
}
.right-mini-restaurant img {
    border-radius: 8px;
}
@media screen and (max-width: 720px) {
    .restaurant-gallery-style {
        width: 100% ;
    }
}
@media screen and (max-width: 720px) {
    .restaurant-gallery-style .left-big {
        height: 170px;
    }
    .right-mini-restaurant .gallery-item {
        height: 80px;
    }
}
@media (max-width: 768px) {
    .grid-container-restaurant {
        grid-template-columns: 1fr; grid-template-rows: auto auto auto; grid-template-areas: "item1"  "item3"  "item2";
    }
}
@media (max-width: 480px) {
    .rst-tltl-en {
        font-size: 1rem;
    }
    .grid-container-restaurant {
        margin-top: 1rem !important; gap: 1rem !important;
    }
    .restaurant-link {
        border: solid 1px #eee; height: 30px; align-content: center; padding: 0 .5rem; border-radius: 4px;
    }
}
/*------------------------------------------------------------
	Single Blog Page
------------------------------------------------------------*/
/* --------------- post meta ----------------- */
.nb-ttl-pg{
    font-size: 20px;
}
.pm-tabx{
    height: 25px; justify-content: space-between;
}
.hr-pm-tabx {
    border-color: #ebebeb; display: block; margin-top: 6px; margin-bottom: 10px; margin-left: auto; margin-right: auto; border-style: solid; border-width: 1px;
}
.pmtul{
    gap: 20px;
}
.pmtul li{
    color: #adadad; gap: 5px; font-size: 14px; font-weight: 300;
}
.pmtulst{
    color: #767676; font-size: 14px;
}
.pttgs{
    margin-top: 10px; gap: 10px;
}
.pttgs li a{
    color: #2E3A59; font-size: 14px; font-weight: 300; padding: 3px 10px; border: solid 1px #50C4ED; border-radius: 5px; transition: 0.3s ease!important;
}
.pttgs li a:hover{
    color: #fff; border: solid 1px #50C4ED; background: #50C4ED; transition: 0.3s ease!important;
}
/* --------------- post Pics ----------------- */
.post-vid{
    height: 200px; border-radius: 8px; width: 50%;
}
/*---------------------------------------------------------- MAP & GALLERY & WEATHER ----------------------------------------------------------*/
/*------------------------------------------------------------
	Gallery
------------------------------------------------------------*/
.modal-slider {
    position: relative; text-align: center;
}
.slider-main {
    position: relative; height: 82%; padding: 15px;
}
.modal-slider img#slider-image {
    border-radius: 8px; height: 100%;
}
.slider-nav {
    position: absolute; top: 50%; transform: translateY(-50%); background: rgb(67 67 67 / 63%); border: none; color: white; font-size: 24px; cursor: pointer; padding: 10px 6px 4px; border-radius: 6px; z-index: 90;
}
.slider-nav:hover {
    background: #d3d3d3;
}
.slider-nav.prev { left: 10px; }
.slider-nav.next { right: 10px; }
.close-slider {
    position: absolute; left: 0; background-color: #ffffff; border: none; padding: 6px 10px; border-radius: 16px 4px 4px 4px; cursor: pointer; z-index: 90; height: 100%; width: 60px; display: flex !important; align-items: center !important; justify-content: center;
}
.slider-thumbs {
    display: flex; overflow-x: auto; gap: 10px; padding: 10px 0; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; flex-wrap: nowrap; scroll-behavior: smooth; flex: 0 0 auto; scroll-snap-align: start; width: 96%; height: 17%; object-fit: cover; border-radius: 6px; cursor: pointer; transition: opacity 0.3s; align-items: center; margin-left: auto; margin-right: auto;
}
.slider-thumb {
    flex: 0 0 auto; opacity: 0.5; height: 70px; width: 70px;
}
.slider-thumb.active {
    opacity: 1; border: 2px solid #007bff; height: 80px; width: 80px;
}
.slider-counter {
    color: #222222; font-size: 1rem; font-weight: 500; padding: 5px 0;
}
.htl-tltl-en-md {
    font-family: sans-serif; font-weight: 500; margin-bottom: 0; font-size: 1.025rem;
}
@media (max-width: 480px) {
    .htl-tltl-en-md {
        font-size: 0.75rem;
    }
    .slider-thumb.active {
        height: 70px; width: 70px;
    }
    .slider-thumb {
        height: 55px; width: 65px;
    }
    .slider-thumbs {
        height: 13% !important;
    }
    .slider-main {
        height: 84% !important;
    }
}
.hotels-pic-show, .airport-pic-show {
    padding-bottom: 20px;
}
.booking-gallery-style {
    display: grid; grid-template-areas: "left-big right-mini" "bottom bottom"; grid-template-columns: 2fr 1fr; gap: 10px; max-width: 1000px; margin: auto;
}
.left-big {
    grid-area: left-big; height: 330px;
}
.left-big img, .bottom-gallery img {
    width: 100%; height: 100%; object-fit: cover; border-radius: 8px;
}
.right-mini img{
    width: 100%; height: 100%; object-fit: cover; border-radius: 8px;
}
.right-mini {
    grid-area: right-mini; display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(2, 1fr); gap: 10px;
}
.right-mini .gallery-item{
    height: 160px;
}
.bottom-gallery {
    grid-area: bottom; display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 10px;
}
.img-thumb {
    position: relative; display: block;
}
.photo-count {
    position: absolute; inset: 0; background: rgba(0,0,0,0.5); color: #fff; font-weight: bold; font-size: var(--fs-h6); display: flex; align-items: center; justify-content: center; border-radius: 8px;
}
.bottom-gallery .gallery-item{
    height: 100px;
}
.modal-slider {
    text-align: center; position: relative;
}
.modal-slider img {
    max-width: 100%; max-height: 80vh; border-radius: 8px;
}
.slide-gallery-wrapper {
    position: relative;
}
@media screen and (min-width: 1024px) {
    .slide-gallery-wrapper {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .booking-gallery-style {
        display: none;
    }
    .hotels-pic-show {
        overflow: hidden !important;
    }
    .htl-ces-pics {
        gap: .5rem; flex-direction: column;
    }
    .slide-gallery-container {
        margin: .5rem 0 .25rem !important;
    }
    .hotels-pic-show {
        padding-bottom: 0;
    }
}
.slide-gallery-container {
    overflow-x: auto; display: flex; gap: 10px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 10px; margin: 20px 0; scroll-behavior: smooth; width: 100% !important;
}
.slide-gallery-item {
    width: 100%; flex: 0 0 auto; scroll-snap-align: center; height: 210px; aspect-ratio: 16/9; border-radius: 8px; cursor: pointer; transition: transform 0.3s ease; object-fit: cover;
}
.slide-gallery-item:hover {
    transform: scale(1.03);
}
.slide-gallery-container::-webkit-scrollbar {
    display: none;
}
.slide-gallery-nav {
    position: absolute; top: 50%; transform: translateY(-50%); background: rgb(67 67 67 / 63%); border: none; color: white; font-size: 24px; cursor: pointer; padding: 6px 10px; border-radius: 6px; z-index: 90;
}
.slide-gallery-prev { left: 0; }
.slide-gallery-next { right: 0; }

.glryhtl-cont .modal { 
    padding: 40px;
}
.modal-content-htl {
    width: 100%; height: 100%; text-align: center; border-radius: 8px; position: relative; align-content: center;
}
.modal-close {
    position: absolute; cursor: pointer; color: #000; z-index: 110; height: 100%; align-content: center; width: 45px; border-radius: 4px 16px 4px 4px; right: 0; transition: transform 0.3s ease;
}
.modal-gallery-header {
    position: sticky; top: 0; width: 95vw; background: #fff; border-bottom: solid 1px #2E3A59; display: flex; align-items: center; justify-content: center; gap: 20px;z-index: 110; margin-left: auto; margin-right: auto;
}
.modal-gallery-header .modal-close:hover, .close-slider:hover {
    background: #eee; transition: transform 0.3s ease;
}
.modal-gallery-gl {
    flex: 1; background: #fff; height: 94%; width: 100%; overflow-y: auto; margin-left: auto; margin-right: auto;
}
.modal-gallery-wrapper {
    display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; overflow-y: auto; height: 99%; padding: 10px 15px; column-gap: 15px; background: #fff; border-radius: 0 0 10px 10px;
}
.modal-gallery-image {
    width: 100%; height: 200px; object-fit: cover; border-radius: 8px; aspect-ratio: 1 / 1; /* پیش‌فرض مربع */ transition: transform 0.3s ease; cursor: pointer;
}
.modal-gallery-image:hover {
  transform: scale(1.02);
}
.modal-gallery-image.vertical {
    height: 400px; grid-row: span 2; aspect-ratio: 2 / 3; cursor: pointer;
}
.modal-gallery-image {
    border-radius: 8px; transition: 0.3s; width: 100%;
}
@media screen and (max-width: 1180px) {
  .modal-gallery-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .modal-gallery-image {
    height: 180px;
   }
   .modal-gallery-image.vertical {
    height: 360px;
    }
}
@media screen and (max-width: 980px) {
  .modal-gallery-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
   .modal-gallery-image {
    height: 150px;
   }
  .modal-gallery-image.vertical {
    height: 300px;
   }
}
@media screen and (max-width: 768px) {
    .modal-slider img#slider-image {
        height: auto !important;
    }
    .slider-main {
        align-content: center !important;
    }
    .glryhtl-cont .modal {
        padding: 0 !important;
    }
    .modal-gallery-wrapper {
        grid-template-columns: repeat(2, 1fr); height: 99%;
    }
    .modal-gallery-image {
    height: 130px;
   }
    .modal-gallery-image.vertical {
        height: 260px;
    }
}
.gallery-item {
    cursor: pointer; height: 100%;
}
/*------------------------------------------------------------
	Map
------------------------------------------------------------*/
#hotel-map-preview {
    position: relative; width: 100%; height: 230px; border-radius: 8px; overflow: hidden; box-shadow: 0px 0px 8px 0px rgba(200, 200, 200, 0.2); margin-bottom: 12px; z-index: 90;
}
#hotel-map-preview #open-map-modal {
    position: absolute; bottom: 50px; left: 50%; transform: translateX(-50%); z-index: 500; padding: 6px 14px; font-size: 14px; color: white; border: none; border-radius: 6px; font-weight: 300;
}
#map-modal {
    position: fixed !important; top: 0; left: 0; width: 100vw; height: 100vh; height: 100dvh; background: rgba(0,0,0,0.6); z-index: 110; display: none; align-items: center; justify-content: center; transition: opacity 0.3s ease;
}
#map-modal.active {
    display: flex; opacity: 1; align-content: center; justify-items: center; z-index: 250;
}
#map-modal .modal-content {
    position: relative; width: 90%; height: 85%; background: #fff; position: relative; overflow: hidden; margin-right: auto; margin-left: auto; padding: 0 !important; max-width: 90%;
}
#close-map-modal, #close-map-near-location {
    position: absolute; top: 10px; right: 10px; background: #ffffff !important; border: none; font-size: 22px; cursor: pointer; z-index: 500; color: #333; padding: 5px 15px 2px; border-radius: 8px;
}
#hotel-map-full {
    width: 100%; height: calc(var(--vh, 1vh) * 100); position: relative; z-index: 90;
}
.mphtlpc {
    width: 40%;
}
.leaflet-popup.leaflet-zoom-animated {
    width: 320px;
}
.leaflet-popup-content {
    height: 100%; width: 100%; margin: 0 !important;
}
.leaflet-touch .leaflet-bar a {
    display: none !important;
}
.mphtldts {
    display: grid; justify-items: flex-start;
}
.leaflet-popup-content-wrapper {
    padding: 10px !important; display: flex; justify-content: center;
}
.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
    display: flex; justify-content: center; align-items: center;
}
/* انیمیشن پرتاب از بالا */
.marker-drop {
    opacity: 0;
    transform: translateY(-60px);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s ease-out;
}
.marker-drop.drop-animate {
    opacity: 1;
    transform: translateY(0);
}

/* حذف کامل دایره و عدد کلاستر */
.leaflet-marker-icon.marker-cluster {
    width: 0 !important;
    height: 0 !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}
.leaflet-marker-icon.marker-cluster div {
    display: none !important;
}

/* دکمه و مودال */
#open-map-modal {
    cursor: pointer;
    background-color: #2f80ed;
    transition: background-color 0.3s ease;
}
#open-map-modal:hover {
    background-color: #1664c0;
}
#map-modal {
    background-color: rgba(0,0,0,0.5);
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 110;
    justify-content: center;
    align-items: center;
}
.modal-content {
    position: relative;
    width: 90%;
    height: 90%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}
#close-map-modal:hover {
    color: #2f80ed;
}
#hotel-map-full {
    height: 100%;
    border-radius: 10px;
}
.leaflet-top.leaflet-right {
    top: 50px !important;
}
.leaflet-touch .leaflet-control-layers-toggle {
    width: 40px !important;
    height: 40px !important;
}
.leaflet-control-attribution.leaflet-control, .leaflet-control-attribution.leaflet-control a {
    display: none;
}
.leaflet-control-zoom-in, .leaflet-control-zoom-out, .leaflet-control-layers.leaflet-control {
    border-radius: 8px !important;
}
.leaflet-bar a:last-child, .leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
@media (max-width: 480px) {
    #hotel-map-preview {
        height: 180px !important;
    }
    #map-modal .modal-content {
        width: 100vw !important; height: 100vh !important; height: 100dvh !important; border-radius: 0 !important; max-width: 100%;
    }
}
@media (max-width: 1024px) {
    #fixed-marker-panel {
        top: unset !important; left: auto !important; bottom: .125rem; width: 96% !important; display: flex; gap: 1rem;
    }
    #marker-image {
        width: 90px !important; height: 90px !important; margin-bottom: 0 !important;
    }
    #close-panel-btn {
        display: none !important;
    }
    .mdl-prtgmp {
        position: relative;
    }
    .mdl-pabgmp { 
        position: absolute; bottom: 0;
    }
    .btcnt-mpd {
        width: 100% !important; position: absolute; bottom: 0; display: flex; justify-content: center;
    }
}
/*------------------------------------------------------------
	Weahert
------------------------------------------------------------*/
.hotel-weather-widget.simple {
    background: #fff; border-radius: 8px; padding: 15px; margin-bottom: 10px; box-shadow: 0px 0px 5px 0px rgba(200, 200, 200, 0.2);
}
.hotel-weather-widget.simple .weather-icon img {
    width: 60px; height: 60px;
}
.hotel-weather-widget {
    width: 100%; background: #fff; border-radius: 8px; padding: 12px; box-shadow: 0px 0px 5px 0px rgba(200, 200, 200, 0.2); font-family: 'Vazirmatn', sans-serif; direction: rtl; display: flex; justify-content: space-between;
}
.weather-current {
    width: 25%;
}
.weather-icon img {
    width: 60px; height: 60px; object-fit: contain;
}
.weather-current .df{
    margin-top: 10px;
}
.weather-info {
    margin-right: 20px; width: 100%;
}
.weather-city {
    align-content: center; font-size: 1.25rem; font-weight: 500;
}
.weather-temp {
    font-size: 1.5rem; color: #50C4ED;
}
.weather-desc {
    font-size: 16px; color: #555; margin-bottom: 0 !important;
}
.weather-details {
    font-size: 14px; color: #777;
}
.weather-forecast h5 {
    font-size: 18px; margin-bottom: 10px; color: #333;
}
.forecast-days {
    display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap;
}
.forecast-item {
    width: 150px; background: #fff; border: 1px solid #eee; border-radius: 8px; padding: 10px; flex: 1; min-width: 80px; text-align: center;
}
.forecast-item img {
    width: 40px; height: 40px;
}
.forecast-day {
    font-weight: bold; color: #444; margin-bottom: 5px;
}
.forecast-temp {
    font-size: 1.125rem; color: #387ADF;
}
.forecast-desc {
    font-size: 13px; color: #666;
}
@media (min-width: 768px) {
    .forecast-item img {
        width: 35px; height: 35px;
    }
}
/*------------------------------------------------------------
	Single Visa
------------------------------------------------------------*/
.container.tr .breadcrumbs-page-icon, .tour-archive-sec .breadcrumbs-page-icon {
    background-color: #FBA834;
}
.container.tr a:hover, .tour-archive-sec a:hover {
    color: #FBA834;
}
.modal-slider {
position: relative;
text-align: center;
}
.modal-slider img#slider-image {
    border-radius: 10px;
    height: 100%;
}
.slider-thumbs {
display: flex;
overflow-x: auto;
gap: 10px;
padding: 10px 0;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
flex-wrap: nowrap;
scroll-behavior: smooth;
flex: 0 0 auto;
scroll-snap-align: start;
width: 96%;
height: 17%;
object-fit: cover;
border-radius: 6px;
cursor: pointer;
transition: opacity 0.3s;
align-items: center;
margin-left: auto;
margin-right: auto;
}
.slider-thumb {
flex: 0 0 auto;
opacity: 0.5;
height: 70px;
width: 70px;
}
.slider-thumb.active {
    opacity: 1;
    border: 2px solid #007bff; /* کادر آبی */
    height: 80px;
    width: 80px;
}
.slider-counter {
    color: #222222;
    font-size: 1rem;
    font-weight: 500;
    padding: 5px 0;
}

/* -------------- booking sidebar ------------ */
/* استایل کلی */
#visa-booking-box {
    font-size: 14px;
}
/* استایل انتخاب نوع ویزا */
.custom-visa-select {
    position: relative;
    margin-bottom: 15px;
}
.custom-visa-select .selected {
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    cursor: pointer;
}
.custom-visa-select .select-items {
    display: none;
    position: absolute;
    top: 105%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    z-index: 10;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.custom-visa-select.active .select-items {
    display: block;
}
.custom-visa-select .option {
    padding: 8px 5px;
    margin: 4px 0px;
    border-radius: 8px;
}
.custom-visa-select .option:hover {
    background-color: #eee;
    border-radius: 8px;
    cursor: pointer;
}
/* دکمه رزرو */
button#go-to-details {
    background: #ee1500;
    width: 100%;
    padding: 8px 15px;
    font-size: 16px;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}
button#go-to-details:hover {
    background: #FF7800;
}

/* استایل تعداد نفرات */
.quantity-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    padding: 5px 10px;
    width: 150px;
}
.quantity-control button {
    background: none;
    border: solid 1px #ddd;
    padding: 2px 0px;
    font-size: 18px;
    border-radius: 6px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.quantity-control button:hover {
    background: #bbb;
}
.quantity-control span {
    font-weight: bold;
    font-size: 16px;
}
#confirm-people-btn {
    padding: 8px 20px;
    border-radius: 6px;
    background: #fff;
    border: solid 1px #ddd;
    transition: 0.3s; 
    cursor: pointer;
} 
#confirm-people-btn:hover {
    background: #ee1500;
    color: #fff;
    transition: 0.3s;  
} 
/* تماس با ما */
.vsc-contus-bx {
    height: auto;
}
.vsc-sid-cnus {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 35px;
    width: 100%;
    background: #fff;
    border: solid 1px;
    border-radius: 8px;
    margin-top: 15px;
    justify-content: center;
    transition: 0.3s ease !important;
}
.vsc-sid-cnus:hover {
    background-color: #ee1500;
    color: #fff;
    transition: 0.3s ease !important;
}

/* Visa Table */

.visa-price-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
    font-family: yekan, sans-serif;
}
.visa-price-table thead , .visa-price-table tbody tr{
    border-bottom:solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
}
.visa-price-table thead {
    border-top: solid 1px #ddd;;
}
.visa-price-table th,
.visa-price-table td {
    /* border: 1px solid #ddd; */
    padding: 10px 15px;
    text-align: center;
    font-size: .9rem;
}

.visa-price-table th {
    background-color: #f0f0f0;
    color: #333;
}

/* .visa-price-table tr:nth-child(even) {
    background-color: #fafafa;
}

.visa-price-table tr:hover {
    background-color: #f5f5f5;
} */

.visa-person-title {
    font-size: 18px;
    font-weight: bold;
    margin: 40px 0 10px;
    color: #2a2a2a;
    border-right: 4px solid #3498db;
    padding-right: 10px;
    display: inline-block;
}


@media (max-width: 480px) {

   /* ------------------------     Single Visa    -------------------------- */

    .vscttl h1 {
        font-size: 1.125rem;
    }
    .vshdr {
        height: auto;
        gap: 10px;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .vscflg img {
        width: 60px !important;
        height: 35px !important;
        border-radius: 4px !important;
    }
    .vshdr {
        flex-direction: column;
    }
    .vscttl, .vscflg, .vscdts {
        width: 100% !important;
    }
    .vscdts {
        gap: .5rem !important;
    }
    .mn-vs-sec, .sid-reserve-vsp {
        width: 100% !important;
    }
    section.sid-reserve-vsp {
        margin-top: 1rem;
    }
    .vs-dm-sd {
        flex-direction: column;
    }
    .visa-documents-list {
        grid-template-columns: repeat(1,1fr);
    }
}
/* ------------------------------------------------------------
	Visa Single
------------------------------------------------------------ */
.hdrbiv {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: var(--card-radius);
    z-index: 1;
}
.vshdr {
    z-index: 10;
    border-radius: var(--card-radius);
    margin-top: 1.5rem;
    justify-content: space-between;
    align-content: center;
}
.vscttl.acc {
    align-content: center;
}
.vs-dm-sd { gap: 1.5rem; }
.mn-vs-sec { width: 80%; gap: 1.5rem; }
.sid-reserve-vsp { width: 20%; }
.srtsv { flex-direction: column; gap: 1.5rem; position: sticky; top: 120px;}
.sid-ttl {
  font-size: var(--fs-h5);
}

.visa-documents-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
@media (max-width: 767px) {
    .visa-documents-list {
        display: grid;
        grid-template-columns: repeat(1,1fr);
    }
}
.visa-doc-icon {
    height: 50px;
    width: 50px;
    padding: .5rem;
    border: solid 1px var(--color-border);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* ------------------------------------------------------------
	Single Page
------------------------------------------------------------ */
.section-118075-hp{
    width: 75%;
}
.section-118075-sidph {
    display: none;
}
.section-118025-hp{
    width: 25%;
}
.ht-sl-hdr{
    padding: 10px 15px;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 0px rgba(200, 200, 200, 0.2);
}
.ht-sl-hdr h1{
    font-size: 28px;
}
.ht-sl-hdr h3{
    font-size: 16px;
    font-weight: 300;
}
.tr-dtls-hp ,.tr-dtls-hp-dts {
    align-items: center;
    justify-content: space-between;
}
.tr-dtls-hp-dts {
    gap: 20px;
}
.dtls-hp{
    border-radius: 8px;
    box-shadow: 0px 0px 5px 0px rgba(200, 200, 200, 0.2);
    width: 32%;
    padding: 15px;
}
.htl-dtls-hp{
    align-items: center;
    padding-right: 20px;
}

.litdt-img-hp{
    background: #FBA834;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
}

.dtls-glry-hp, .htl-prc-bx{
    border-radius: 8px;
    box-shadow: 0px 0px 5px 0px rgba(200, 200, 200, 0.2);
    width: 100%;
    padding: 15px;
    gap: 1.5rem;
}
.hlprcsc {
    position: sticky;
    top: 100px;
}
.section-118045{
    width: 45%;
}
.section-118055{
    width: 55%;
    height: 100%;
    height: auto;
    padding-right: 15px;
}
.dtslit-dt {
    height: 60%;
}
.hp-tursl-dtls{
    height: 20%;
}
.hp-tursl-glry{
    height: 250px;
    width: 100%;
}
.hp-trs-ttr {
    justify-content: end;
}
.glry-hp-btn,.nxt-hp-btn{
    padding: 7px 10px;
    border-radius: 8px;
    width: 130px;
    color: #fff;
    background: #FBA834;
    cursor: pointer;
    transition: 0.3s ease !important;
}
.glry-hp-btn:hover{
    background: #FF7800;
    transition: 0.3s ease !important;
}
.swm-ds-nxs{
    height: 20%;
    align-items: center;
    justify-content: space-between;
}
.swm-ds-nxs span{
    color: #2E3A59;
    font-size: 16px;
    font-weight: 300;
}
.nxt-hp-btn:hover{
    background: #FBA834;
    transition: 0.3s ease !important;
}
.ht-sl-cnctus{
    height: 80px;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 0px rgba(200, 200, 200, 0.2);
    padding: 15px;
    display: flex;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
}
.ht-cnctus-btn {
    height: 40px;
    display: flex;
    gap: 20px;
}
.cns-btn-c1,.cns-btn-c2,.cns-btn-c3 {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    border: solid 1px #FBA834;
    background: #FBA834;
    padding: 0px 30px;
    border-radius: 10px;
    transition: 0.3s ease !important;
}
.cns-btn-c2,.cns-btn-c3{
    display: flex;
    align-items: center;
    gap: 10px;
}
button.cns-btn-c2 svg ,button.cns-btn-c3 svg {
    color: #fff;
    transition: 0.3s ease !important
}
button.cns-btn-c2:hover svg ,button.cns-btn-c3:hover svg {
    color: #000000;
    transition: 0.3s ease !important
}
.cns-btn-c1:hover,.cns-btn-c2:hover,.cns-btn-c3:hover {
    background: #fff;
    color: #000000;
    border: solid 1px #FBA834;
    transition: 0.3s ease !important;
}
.htl-prc-bx{
    height: 280px;
}
 .htl-bdprc{
    justify-content: space-between;
    padding: 7px 0px;
    border-bottom: solid 1px #E0E0E0;
 }
 .box-bd-prc{
    gap: 5px;
 }
 .box-bd-prc-n {
    font-size: 17px;
 }
 .htl-bdprc span{
    font-weight: 300;
    color: #2E3A59;
 }
 
#filterBtn ,#filterModal {
    display: none;
}

/* --------------- Modal Gallery --------------- */
.modal-slider {
    text-align: center;
    position: relative;
}
.modal-slider img {
  max-width: 100%;
  max-height: 80vh;
  border-radius: 8px;
}

.slide-gallery-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 1024px) {
    .hotels-pic-show {
        overflow: hidden !important;
    }
    .htl-ces-pics {
        flex-direction: column;
    }
}

.slide-gallery-container {
    overflow-x: auto;
    display: flex;
    gap: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.slide-gallery-item {
    flex: 0 0 auto;
    scroll-snap-align: center;
    height: 100%;
    aspect-ratio: 16/9;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease;
    object-fit: cover;
    width: 100%;
}

.slide-gallery-item:hover {
    transform: scale(1.03);
}

.slide-gallery-container::-webkit-scrollbar {
    display: none;
}

.slide-gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(67 67 67 / 63%);
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 6px;
    z-index: 10;
}

.slide-gallery-prev { left: 10px; }
.slide-gallery-next { right: 10px; }

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; 
    right: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #4b4b4b99;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.glryhtl-cont .modal { 
    padding: 40px;
}
.modal.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-close {
    color: #000;
    padding: 15px;
}
.modal-gallery-header {
    height: 50px !important;
    border-radius: 15px 15px 0px 0px;
}
.modal-gallery-gl {
    flex: 1;
    border-radius: 0px 0px 15px 15px;
    background: #fff;
    height: 85vh;
    width: 95vw;
    overflow-y: auto;
}
.modal-gallery-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    overflow-y: auto;
    height: 99%;
    padding: 10px 15px;
    column-gap: 15px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}

.modal-gallery-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    aspect-ratio: 1 / 1; /* پیش‌فرض مربع */
    transition: transform 0.3s ease;
    cursor: pointer;
}

.modal-gallery-image:hover {
  transform: scale(1.02);
}

/* عکس عمودی: ارتفاع دو برابر */
.modal-gallery-image.vertical {
    height: 400px;
    grid-row: span 2;
    aspect-ratio: 2 / 3;
    cursor: pointer;
}

/* ریسپانسیو */
@media screen and (max-width: 1180px) {
  .modal-gallery-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .modal-gallery-image {
    height: 180px;
   }
   .modal-gallery-image.vertical {
    height: 360px;
    }
}
@media screen and (max-width: 980px) {
  .modal-gallery-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
   .modal-gallery-image {
    height: 150px;
   }
  .modal-gallery-image.vertical {
    height: 300px;
   }
}
.gallery-item {
    cursor: pointer;
    height: 100%;
}
/* --------------- Hotel Weather --------------- */
.hotel-weather-widget.simple {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 5px 0px rgba(200, 200, 200, 0.2);    
    transition: 0.3s ease!important;
}
.hotel-weather-widget.simple .weather-icon img {
    width: 80px;
    height: 80px;
}
.hotel-weather-widget {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0px 0px 5px 0px rgba(200, 200, 200, 0.2);    
    transition: 0.3s ease!important;
    font-family: 'Vazirmatn', sans-serif;
    direction: rtl;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.weather-current {
    width: 25%;
}
.weather-icon img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.weather-current .df{
    margin-top: 10px;
}
.weather-info {
    margin-right: 20px;
    width: 100%;
}
.weather-city {
    align-content: center;
}
.weather-city {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.weather-temp {
    font-size: 28px;
    color: #FBA834;
    margin-bottom: 5px;
}
.weather-desc {
    font-size: 16px;
    color: #555;
    margin-bottom: 5px;
}
.weather-details {
    font-size: 14px;
    color: #777;
}
.weather-forecast h5 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}
.forecast-days {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
.forecast-item {
    width: 150px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 10px;
    flex: 1;
    min-width: 80px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.forecast-item img {
    width: 40px;
    height: 40px;
    /* margin: 5px auto; */
}
.forecast-day {
    font-weight: bold;
    color: #2E3A59;
    margin-bottom: 5px;
}
.forecast-temp {
    font-size: 16px;
    color: #FF7800;
}
.forecast-desc {
    font-size: 13px;
    color: #666;
}
.pb-re-mn-sp.tr .breadcrumbs-page-icon {
    background-color: #FBA834;
}
.tr-arhe-avd { gap: 1.5rem;}

@media (max-width: 480px) {
    .tr-arhe-avd { flex-direction: column;}
.gap-2.df.sns20 {
    display: grid;
}
.ht-sl-hdr h1 {
    font-size: 18px;
}
.htl-tltl-en {
    font-size: 14px; margin-top: .5rem;
}
.section-118075-hp .tr-dtls-hp.d-flex.sns20.gap-2 {
    gap: 0px !important;
}
.tr-dtls-hp {
    flex-direction: column;
    margin-top: 10px;
}
.tr-dtls-hp.sns20 {
    margin-top: 20px;
}
.dtls-hp ,.section-118075-hp {
    width: 100%;
}
.section-118025-hp {
    display: none;
}
.dtls-glry-hp {
    flex-direction: column;
}
.section-118045 ,.section-118055 {
    width: 100%;
    padding-right: 0;
}
.hp-tursl-glry {
    width: 100%;
    height: 210px;
}
.ht-cnctus-btn ,.section-118055{
    display: grid;
}
.features-htltr {
    grid-template-columns: repeat(1, 1fr);
}
.tdtls {
    height: auto;
    width: 100%;
    margin-top: 20px;
}
.litdt-bx-hp {
    display: flex;
    gap: 10px;
    padding-right: 0;
}
.htl-dtls-hp {
    padding: 0;
}
.litdt-bx-hp svg {
    width: 35px;
    padding: 8px;
}
.litdt-img-hp {
    border-radius: 10px;
}

.dtls-hp {
    margin: 10px 0px;
    height: 50px;
    padding: 0px 10px;
    display: flex;
}
.litdt-bx-t1 {
    display: flex;
    justify-content: space-between;
}
.dtslit-dt {
    padding-top: 5px;
    height: auto !important;
}
.swm-ds-nxs {
    height: auto;
    margin-top: 10px;
}
.swm-ds-nxs span {
    display: none;
}
.swm-ds-nxs a ,.nxt-hp-btn ,#open-gallery-modal{
    width: 100%;
}
.tr-dtls-hp-dts {
    flex-direction: column;
    gap: 0;
    margin-top: 0;
}
.ht-sl-cnctus {
    display: block;
    height: auto;
    width: 100%;
    text-align: center;
}
.box-bd-prc ,.htl-bdprc {
    align-items: center;
}
.dfjc.gp10.sns20 svg {
    width: 16px;
}
.cns-btn-c1 ,.cns-btn-c2 ,.cns-btn-c3 {
    justify-content: center;
    height: 40px;
    border-radius: 8px;
}
.glry-hp-btn, .nxt-hp-btn {
    height: 40px;
}
.ht-cnctus-btn {
    gap: 10px;
    height: auto;
    margin-top: 10px;
}
  .modal-content-htl {
    width: 95%;
    height: 96vh;
    z-index: 500;
  }
  .modal-gallery-gl {
    height: 95%;
  }
.modal-slider img#slider-image {
  height: auto;
}
.modal-close {
    width: 25px;
}

/* weather box */

.weather-current {
    width: 100%;
}
.weather-icon img {
    width: 85px;
    height: 85px;
    object-fit: contain;
}
.weather-desc ,.forecast-day{
    font-size: 14px;
}
.weather-city  {
    font-size: 16px;
}
.weather-temp {
    font-size: 22px;
}
.forecast-days {
    margin-top: 10px;
}
.hotel-weather-widget.simple .weather-icon img {
    width: 70px;
    height: 70px;
}

.modal {
    padding: 0;
}
.breadcrumbs-pages {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: flex;
    margin: 5px 0px 15px;
    height: 38px;
    border-radius: 10px;
    max-width: 95vw;
}
.breadcrumbs-page-icon {
    border-radius: 10px;
}
#breadcrumbs {
    white-space: nowrap;
    display: inline-block;
    padding: 2px 10px 5px 5px;
}
.breadcrumb_last {
    font-size: 14px;
}

}