@media (max-width: 480px) {
        
    .pmct p, .pmct span, .pmct li, .nearby-locations ,.ab-nxtsfr p ,.tel-nsctusbx ,.mail-nsctusbx ,.add-nsctusbx{
        font-weight: 300;
        font-size: 15px;
        line-height: 1.6;
    }
    .single-posts-index ,.hd-ttpges ,.ur-archive-hotels, .hotel-archive-sec {
        margin-top: 14px;
    }
    .ab-nxtsfr {
        padding: 0px 10px;
        text-align: justify;
    }
    .header-aus {
        height: 80px;
    }



    .nxt-header-ph{
        position: sticky;
        top: 0;
        justify-items: center;
        align-content: center;
        width: 100%;
        height: 55px;
        background-color: white;
        border-bottom: solid 1px #E0E0E0;
        z-index: 100;
    }
    .main-header-ph {
        display: flex;
        width: 100%;
    }
    .nav-menu-icon {
        width: 25%;
        display: flex;
        align-items: center;
        padding-left: 10px;
    }
    .user-nav-icon, .user-profile-nav-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #50C4ED;
        width: 50%;
    }
    .search-icon-ph {
        color: #50C4ED;
        width: 50%;
    }
    .nav-logo{
        width: 50%;
        display: flex;
        justify-content: center;
    }
    .modal-content svg {
        width: auto;
    }
    .search-results-nav-p {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 800px;
        background: #fff;
        border-radius: 12px;
        margin-top: 10px;
        z-index: 80;
        display: none;
        padding: 0px 20px 10px 10px;
        animation: fadeIn 0.3s ease-in-out;
    }
    .search-results-nav-p.active {
        display: block;
    }
    form.nav-p-search-box input[type="submit"] {
        display: none;
    }
    input.searchInputModal {
        width: 75%;
    }
    .nav-p-search-box{
        justify-content: space-around;
        padding: 15px 20px 13px;
        border-bottom: solid 1px #E0E0E0;
    }
    .submit-search-ph {
        padding: 5px 0px;
        color: #50C4ED;
    }
    /* استایل‌های کلی wrapper و دکمه باز کردن منو */
    .mobile-menu-wrapper {
        position: fixed; /* یا absolute بسته به نیازتون */
        top: 0;
        right: 0;
        width: 65%;
        height: 100%;
        background-color: #fff; /* رنگ پس‌زمینه منو */
        box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.5);
        z-index: 90; /* برای قرارگیری روی سایر عناصر */
        transform: translateX(+100%); /* مخفی کردن منو در حالت پیش‌فرض */
        transition: transform 0.3s ease-in-out;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 60px;
        border-radius: 20px;
    }
    .mobile-menu-wrapper.open {
        height: 85%;
        transform: translateX(0);
        margin: 60px 10px 10px 10px;
        border-radius: 20px;
    }
    .menu-toggle {
        position: absolute;
        top: 17px;
        right: 20px;
        display: block;
        width: 25px;
        height: 25px;
        cursor: pointer;
        background: none;
        border: none;
        padding: 0;
        z-index: 200; /* برای قرارگیری روی منوی باز شده */
    }
    .menu-toggle .hamburger {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #50C4ED;
        margin-bottom: 5px;
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
        border-radius: 15px;
    }
    .menu-toggle.open .hamburger:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
    }
    .menu-toggle.open .hamburger:nth-child(2) {
        opacity: 0;
    }
    .menu-toggle.open .hamburger:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }
    /* استایل‌های navigation */
    #mobile-navigation {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        padding: 25px 15px 0px 15px;
    }
    
    /* user btn */
    .user-btn {
        width: 100%;
        padding: .5rem 1rem;
    }
    .ph-pflusr {
        padding: .5rem 1rem;
        border-radius: 10px;
        background: #50C4ED;
    }

    .back-button {
        background: none;
        border: none;
        color: #555;
        padding: 10px 20px;
        margin-bottom: 2px;
        cursor: pointer;
        font-size: 16px;
        border-bottom: solid 1px #ededed;
        width: 100%;
        text-align: inherit;
    }
    
    .mobile-menu-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .mobile-menu-list li {
        position: relative;
        border-bottom: 1px solid #eee;
    }
    
    .mobile-menu-list li:last-child {
        border-bottom: none;
    }
    
    .mobile-menu-list > li > a ,.menu-item-wrapper a {
        display: block;
        padding: 10px 20px;
        text-decoration: none;
        font-size: 14px;
        color: #333;
        width: 80%;
    }
    
    .mobile-menu-list > li > a:hover ,.menu-item-wrapper a:hover {
        background-color: #f2f2f2;
    }
    
    .menu-item-wrapper {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .submenu-toggle {
        background: none;
        border: none;
        font-size: 18px;
        color: #777;
        cursor: pointer;
        padding: 10px;
        width: 20%;
        border-right: 1px solid #eee;
    }
    
    .mobile-menu-list .sub-menu {
        display: none;
        padding-left: 0;
    }
    
    .mobile-menu-list .sub-menu.active {
        display: block;
    }
    
    .mobile-menu-list .sub-menu li a {
        padding: 10px 20px;
        display: block;
        font-size: 15px;
        color: #777;
    }
    .hidden {
        display: none !important;
    }
    .user-button {
        display: flex;
        justify-content: center;
        background: #50C4ED;
        color: #fff;
        padding: 5px;
        border-radius: 10px;
        margin-bottom: 15px;
    }



    .login-modal-backdrop {
        align-items: end;
    }
    .login-modal {
        width: 100%;
        background: #fff;
        border-radius: 15px 15px 0px 0px;
        animation: fadeInUp 0.3s ease;
    }
    .login-body {
        padding: 2.5rem 3rem;
    }

    /* ------------------------     nav-bar    -------------------------- */
    .nxt-navbar-ph{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        justify-items: center;
        align-content: center;
        width: 100%;
        height: 60px;
        z-index: 100;
        background-position: center; 
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0rem .5rem;
    }
    .main-nav-ph{
        display: flex;
        gap: 10px;
        width: 100%;
        background: #ffffff;
        border-radius: 8px;
        height: 55px;
        align-items: center;
    }
    .nav-bar-items{
        width: 25%;
    }
    .icon-navbar{
        display: grid;
        justify-items: center;
    }
    .icon-navbar span{
        font-size: 12px;
        font-weight: 300;
    }
    .icon-navbar .bi-airplane {
        transform: rotate(45deg);
    }
    .icon-navbar.nav-bar-item.active {
        color: #50C4ED;
    }
    .horizontal-scroll {
        display: flex;
        overflow-x: auto;
        gap: 15px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-left: 5px;
    }

    .ltgd-inx {
        flex: 0 0 auto;
        width: 250px; /* یا هر عرض دلخواه */
        scroll-snap-align: start;
    }
    .hotel-box-cat {
        width: 100%;
        border-radius: 15px;
        transition: 0.3s ease !important;
    }




    /* -------------------------     index    -------------------------- */
    .title-index {
        padding: 50px 0px 40px 0px;
    }
    .nxtheader-2 ,.nxtheader ,.nxtheader-main{
        display: none;
    }
    .title-index h1 {
        font-size: 24px;
        font-weight: 400;
    }
    .title-index h2 {
        font-size: 14px;
        font-weight: 300;
    }
    .tour-title,.hotels-title,.tnews-title,.dest-title,.visa-title,.tguide-title ,.travel-guide-header-title, .hd-ttpgesspn 
    ,.ab-nxtsfr h3 ,.ab-nxtsfr h4
    {
        font-size: 16px;
        font-weight: 500;
    }
    .tab-btn ,.tab-btn.active {
        font-size: 16px;
    }
    .show-more-post-index-btn {
        font-size: 14px;
        color: #fff;
    }
    .show-more-post-index-btn:hover {
        font-size: 14px;
        background-color: #387ADF;
        transition: 0.3s ease!important;
        cursor: pointer;
    }




    .tab-index-box{
        display: flex;
        justify-content: normal;
    }
    .tab-index-box {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .tab-index {
        width: max-content;
        display: flex;
        flex-wrap: nowrap;
        padding: 10px 10px 25px 0px;
    }
    .tab-item {
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        gap: 0;
    }
    .search-box-tab {
        padding: 10px 10px 15px 10px;
        border-radius: 0;
        border-bottom: solid 1px #d8d8d8;
    }
    .tab-btn {
        font-size: 16px;
        flex-shrink: 0;
        margin-left: 1px;
        display: flex;
        justify-content: center;
    }
    /* حذف اسکرول بار در موبایل */
    .tab-index-box::-webkit-scrollbar {
        display: none; 
    }
    .tab-index-box
    {
        scrollbar-width:none;
    }
    .tab-search-box {
        width: 90%;
        border-radius: 15px;
        flex-direction: column;
        justify-content: normal;
        padding: 10px;
    }
    .submit-search-tab {
        padding: 10px 20px;
        border-radius: 15px;
        margin: 15px 0px 5px 0px;
    }
    .trvl-gde-sec-title.w1280.df.jcai {
        padding: 0px 10px;
    }
    .grid-box {
        width: auto;
        display: grid;
        row-gap: 20px;
        padding: 0px 10px;
    }
    .main-tours-grid ,.main-visa-grid,.main-hotels-grid,.main-tg-grid,.main-tnews-grid,.main-dest-grid{
        display: grid;
        justify-items: normal;
    }
    .grid-cont {
        display: grid;
        gap: 25px;
    }
    img.trgd-bkg.wp-post-image {
        height: 120px;
    }
    .t-g-posts-container,.hotel-girds ,.t-g-post-list{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    /* ------------------------     breadcrumbs    -------------------------- */
    .breadcrumbs-pages {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        display: flex;
        margin: 5px 0px 15px;
        height: 38px;
        border-radius: 10px;
    }
    .breadcrumbs-page-icon {
        border-radius: 10px;
    }
    #breadcrumbs {
        white-space: nowrap;
        display: inline-block;
        padding: 2px 10px 5px 5px;
    }

    #breadcrumbs span a {
        font-size: 13px;
    }
    .breadcrumb_last {
        font-size: 14px;
    }
    /* ------------------------     search result    -------------------------- */
    .search-results{
        width: 90%;
    }
    /* ------------------------     category - Destenations    -------------------------- */
    .spix ,.hotel-archive ,.p-s-list-sec{
        padding: 0px 10px;
    }
    .post-header-sp {
        display: grid;
        gap: 15px;
        margin-top: 0;
    }
    .post-header-sp.sns20 {
        gap: 0 !important;
    }
    .section-128080 ,.section-128020 ,.p-l-d-more ,.section-128070 ,.section-128030
    ,.about-us-index ,.nsctusbx ,.single-posts-index {
        width: 100%;
    }
    .post-list-items {
        display: grid;
    }
    .post-list-img ,.post-list-img-a ,.list-guide-post-img {
        width: 100%;
        height: 150px;
        border-radius: 15px 15px 0px 0px;
    }
    .post-list-details {
        width: 100%;
    }
    .p-l-d-cat span {
        margin-left: 0;
    }
    .p-l-d-cat {
        justify-content: space-between;
        border: solid 1px #d8d8d8;
        border-radius: 15px;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
    }
    .p-l-d-pg p{
        margin-top: 10px;
        font-size: 14px;
    }
    .p-l-d-morbtn {
        height: auto;
        display: inline-block;
    }
    .p-l-d-btn-bn {
        display: none;
    }
    .p-l-d-btn {
        margin-top: 10px;
        width: 100%;
        padding: 5px 0;
    }
    .p-l-d-more {
        padding: 10px;
    }
    /* ------------------------     travelguide    -------------------------- */
    .hd-ttpges{
        width: 100%;
        justify-items: normal;
    }
    span.travel-guide-header-title
    {
        text-align: center;
    }
    section.travel-guid-post-sec ,.travel-guide-list-section {
        width: auto;
    }
    .list-section ,.t-news-post-list{
        grid-template-columns: repeat(1, 1fr);
    }
    .section-128070 {
        display: grid;
    }
    /* ------------------------     hotel    -------------------------- */
    .single-posts-index.w1280 .grid-box {
        padding: 0;
    }
    .hotel-girds-cat {
        grid-template-columns: repeat(1,1fr) !important;
        gap: 1.25rem;
    }
    .htl-tltl {
        font-size: 18px;
    }
    .htl-tltl-en {
        font-weight: 300;
        font-size: 1rem;
        margin-top: 5px;
    }
    h6.htl-tltl-en {
        font-size: 12px !important; 
        text-align: left !important;
    }
    .hotel-location-item {
        height: 200px;
    }
    .modal-gallery-header .htl-tltl-en {
        font-weight: 400;
        font-size: 16px;
        margin-top: 0;
    }
    .modal-content-htl {
        width: 95%;
        height: 83vh;
        z-index: 500;
        margin: 70px auto 35px auto;
    }
    .header-archive-page {
        display: none;
    }
    .hotels-archive-gride {
        height: auto;
        grid-template-columns: repeat(2, 1fr);
    }
    .hotel-dis-border-sec span ,.hotel-dis-border-sec-dt span{
        font-size: 16px;
    }
    .htl-ces-pics .section-128070 {
        display: none;
    }
    .htl-ces-pics-2 {
        margin: 10px 0px 20px 0px;
    }
    .custom-nav {
        background-color: rgba(0,0,0,0.6);
        border-radius: 50%;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .custom-nav:hover {
        background-color: rgba(0,0,0,0.9);
    }
    .custom-nav svg {
        width: 24px;
        height: 24px;
        stroke: white;
    }
    .swiper .swiper-button-prev,
    .swiper .swiper-button-next {
        display: flex !important;
        color: #fff;
        background: #9f9f9fb5;
        border-radius: 20px;
        width: 28px;
        padding: 5px;
        height: 37px;
    }
    .swiper-button-prev::after,
    .swiper-button-next::after {
        display: none !important;
    }
    .progress-bar-spn {
        font-size: 14px !important;
    }
    /* ------------------------     contactus    -------------------------- */
    .nextsft-team {
        margin-top: 1.5rem !important;
    }
    .nsctusbx {
        flex-direction: column;
        gap: 20px;
    }
    .tel-nsctusbx, .mail-nsctusbx, .add-nsctusbx {
        height: 120px;
        width: 100%;
    }
    .hedrttl-aus h1 {
        font-size: 20px;
    }
    .hedrttl-aus h2 {
        font-size: 16px;
        font-weight: 400;
    }
    /* ------------------------     Single    -------------------------- */
    img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
        height: 200px;
    }
    .pmtul {
        display: grid;
        justify-items: start;
        gap: 10px;
        justify-content: space-between;
    }
    .pm-tabx {
        flex-direction: column;
        height: auto;
    }
    .section-128070 .post-title h1 {
        line-height: 1.5;
    }
    .sngl-pgsdb {
        margin-top: 20px;
    }
    .pmct img {
        height: 170px !important;
    }
    .post-title h1 {
        font-size: 17px;
    }
    /* ------------------------     Hotel Page    -------------------------- */
    .htl-sec-dis, .htl-sec-commenst {
        display: grid;
        gap: 20px;
    }
    .htl-sec-hdr {
        flex-direction: column-reverse;
        gap: 10px;
        padding: 5px;
    }
    .htl-spcn-str {
        width: 18px;
        height: 16px;
    }
    .hotel-details{
        padding: 10px;
    }
    .hotel-details-sec {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        gap: 20px;
    }
    .htl-spcn {
        gap: 10px;
    }
    .htl-spcn span {
        font-size: 14px;
    }
    .hotel-details-sec {
        height: 52px;
    }
    .bi-share ,.bi-heart {
        width: 18px;
        height: 18px;
    }
    .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;
    }
    .swiper-button-next,
    .swiper-button-prev {
    color: #c60000; /* یا رنگ دلخواه */
    display: block !important;
    opacity: 1 !important;
    }
    .swiper-slide img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        border-radius: 15px;
    }
    .thl-dtls-box-ttl {
        font-size: 15px;
        font-weight: 500;
    }
    /* modal gallery */
    .modal {
        display: none;
        position: fixed;
        z-index: 90;
        left: 0;
        top: 40px;
        width: 100%;
        height: 100%;
        background: rgba(0 0 0 / 60%);
        overflow-y: auto;
    }
    .modal-gallery-gl {
        height: calc(var(--real-vh, 1vh) * 100 - 140px);
        overflow-y: auto;
        border-radius: 0px 0px 15px 15px;
    }
    .modal-close{
        right: 30px;
        top: 66px;
    }
    .modal-gallery-image {
        max-width: 170px;
    }
    .htl-spcn-svg {
        height: 18px;
        width: 16px;
    }
    #close-map-modal {
        top: 10px !important;
        right: 10px !important;
        border-radius: 10px;
    }
    .swiper {
        z-index: 90;
    }
    #hotel-map-preview {
        z-index: 80;
        margin: 20px 0px;
    }
    #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%;
    }
    .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 shair */
    div#shareModal ,a#whatsappShare ,a#telegramShare ,a#twitterShare ,a#facebookShare {
        font-size: 14px;
    }
    /* ------------------------     Footer    -------------------------- */
    .mainfooter{
        margin-top: 0rem !important;
        display: inline;
    }
    .nav-logo-link img {
        width: 160px;
        height: 50px;
    }
    .footer-sec{
        width: auto;
        height: auto;
        margin: 30px 10px 10px 10px;
        padding-top: 10px;
    }
    .footer-sec1 {
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        padding: 0px 20px 20px 20px;
    }
    .footer-logo-box {
        margin: 0;
        padding-right: 20px;
    }
    span.mfsecspn {
        font-size: 16px;
    }
    ul.fmstul, #fmstul {
        display: flex;
        margin-top: 10px;
    }
    .mfse {
        margin: 15px 0px;
    }
    .nxrsfr-fmstw {
        text-align: center;
    }
    .fmst {
        padding-right: 0;
    }
    .fmst.d-flex {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
    .fmstul-soc {
        margin-left: .5rem;
        margin-right: .5rem;
    }
    .fmstliac {
        display: flex;
    }
    .fmstw {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-items: center;
    }
    .fmstw-2 {
        margin-top: 15px;
        display: flex;
        gap: 20px;
        list-style-type: none;
    }
    .fmst-wbi {
        background-color: #fff;
        width: 70px;
        height: 70px;
        border-radius: 10px;
        padding: 10px;
    }
    li.fmstliac ,li.fmstli ,li.fmstlint{
        width: 100%;
        margin: 5px 0px;
    }
    .fmst.df {
        display: grid;
        gap: 10px;
    }
    span.fmstlisp, .widget_block ul li a ,.nxtrls-m {
        text-align: center;
    }
    .fmst a {
        font-size: 14px;
    }
    .footer-sec1>div:nth-child(1) .fmst li ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-sec1>div:nth-child(1) .fmst li ul li{
        width: 100%;
    }
    .footer-sec1>div:nth-child(3) .fmst li ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .footer-sec1>div:nth-child(6) .fmst li ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .freesp{
        margin-bottom: 80px;
    }


    /* ------------------- Comments -------------------- */
    .comment-form-cookies-consent {
        display: inline-flex;
        gap: 20px;
    }
















    .p-l-d-cat ,.nxtrls {
        display: none;
    } 
}
