@charset "UTF-8";
/* Modern visual system for the public Persian website */
:root {
    --brand: #0e7490;
    --brand-dark: #064e63;
    --brand-light: #ecfeff;
    --accent: #f59e0b;
    --ink: #102a43;
    --muted: #627d98;
    --surface: #ffffff;
    --canvas: #f4f8fb;
    --line: #e3edf3;
    --radius-sm: 12px;
    --radius: 20px;
    --radius-lg: 30px;
    --shadow-sm: 0 8px 28px rgba(15, 62, 78, .08);
    --shadow: 0 18px 55px rgba(15, 62, 78, .13);
}

html { scroll-behavior: smooth; }
body.rtl {
    background: var(--canvas);
    color: var(--ink);
    font-family: "IRANSans", Tahoma, Arial, sans-serif;
    line-height: 1.9;
    overflow-x: hidden;
}
a { transition: color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease; }
img { max-width: 100%; }
main { background: var(--canvas); }
.container { max-width: 1180px; }

/* Header */
header {
    position: sticky;
    top: 0;
    z-index: 1000;
    height: auto;
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(14, 116, 144, .1);
    box-shadow: 0 8px 35px rgba(15, 62, 78, .07);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}
#top_line {
    height: 36px;
    padding: 4px 0;
    background: var(--brand-dark);
    color: #dff9ff;
    font-size: 12px;
    border: 0;
}
#top_line strong, #top_line a { color: #fff; }
#top_links { margin-top: 0; }
#top_links li { border-left-color: rgba(255,255,255,.18); }
header > .container > .row { min-height: 78px; align-items: center; }
#logo_home { height: auto; }
#logo_home h1 { margin: 0; line-height: 1; }
#logo_home h1 a {
    width: 180px;
    height: 58px;
    display: flex;
    align-items: center;
    background: none !important;
}
#logo_home img { max-width: 180px; max-height: 58px; object-fit: contain; }
.main-menu > ul > li > a {
    color: var(--ink);
    font-size: 14px;
    font-weight: 700;
    padding: 27px 10px;
}
.main-menu > ul > li > a:hover { color: var(--brand); }
.main-menu ul ul {
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow);
    overflow: hidden;
    padding: 8px;
}
.main-menu ul ul li { border: 0; }
.main-menu ul ul li a { border-radius: 9px; padding: 9px 12px; }
.main-menu ul ul li a:hover { background: var(--brand-light); color: var(--brand-dark); }
#top_tools { margin-top: 22px; }
#top_tools a { color: var(--brand-dark); }

/* Type and common sections */
.margin_60 { padding-top: 76px; padding-bottom: 76px; }
.white_bg { background: var(--surface); }
.main_title { margin-bottom: 38px; }
.main_title h2 {
    color: var(--ink);
    font-size: clamp(25px, 3vw, 36px);
    font-weight: 900;
    letter-spacing: -.7px;
}
.main_title h2:after {
    content: "";
    display: block;
    width: 52px;
    height: 4px;
    margin: 14px auto 0;
    border-radius: 5px;
    background: linear-gradient(90deg, var(--accent), var(--brand));
}
.main_title h2 span { color: var(--brand); }
.main_title p { color: var(--muted); font-size: 15px; }
hr { border-color: var(--line); }

a.btn_1, .btn_1, .btn_full, .btn_login, button.btn_1, input.btn_full {
    border: 0 !important;
    border-radius: 13px !important;
    background: linear-gradient(135deg, var(--brand), #0891b2) !important;
    color: #fff !important;
    font-weight: 800;
    padding: 11px 24px !important;
    box-shadow: 0 10px 22px rgba(14, 116, 144, .22);
}
a.btn_1:hover, .btn_1:hover, .btn_full:hover, .btn_login:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, var(--brand-dark), var(--brand)) !important;
    box-shadow: 0 15px 28px rgba(14, 116, 144, .28);
}
.btn_full_outline {
    border: 1px solid var(--brand) !important;
    border-radius: 13px !important;
    color: var(--brand) !important;
}

/* Home hero */
#full-slider-wrapper { background: var(--brand-dark); }
#layerslider { max-height: 650px; }
.ls-slide:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4,47,58,.28), rgba(4,47,58,.72));
    pointer-events: none;
}
.slide_typo {
    width: min(820px, 72vw) !important;
    font-size: clamp(28px, 3.6vw, 48px) !important;
    font-weight: 900 !important;
    line-height: 1.45 !important;
    white-space: normal !important;
    text-align: center;
    text-shadow: 0 5px 25px rgba(0,0,0,.28);
    z-index: 2;
}
.slide_typo_2 {
    width: min(740px, 68vw) !important;
    font-size: clamp(15px, 1.5vw, 20px) !important;
    line-height: 1.9 !important;
    white-space: normal !important;
    text-align: center;
    z-index: 2;
}
.button_intro_2 { z-index: 2; border-radius: 13px !important; border: 0 !important; background: var(--accent) !important; color: #3b2500 !important; font-weight: 900; padding: 13px 25px !important; }

/* Services */
.feature_home_2 { row-gap: 22px; }
.feature_home_2 > div {
    padding: 28px 22px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: var(--shadow-sm);
    transform: scale(.94);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.feature_home_2 > div:hover { transform: scale(.97) translateY(-5px); border-color: #a5e4ef; box-shadow: var(--shadow); }
.feature_home_2 img { width: 64px; height: 64px; padding: 10px; border-radius: 18px; background: var(--brand-light); }
.feature_home_2 h3 { margin: 18px 0 8px; font-size: 18px; }
.feature_home_2 h3 a { color: var(--ink); }
.feature_home_2 p { color: var(--muted); margin: 0; }
.banner_2 { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); margin-top: 42px; }
.banner_2 .wrapper { padding: 55px; background: linear-gradient(90deg, rgba(4,47,58,.88), rgba(4,47,58,.3)) !important; }
.banner_2 h3 { font-size: clamp(26px, 4vw, 44px); font-weight: 900; }

/* Cards, listings and editorial content */
.tour_container, .hotel_container, .strip_all_tour_list, .box_style_1, .box_style_2,
.review_strip, .step, #login, .box_news, .post, .widget, .table-responsive {
    border: 1px solid var(--line) !important;
    border-radius: var(--radius) !important;
    background: var(--surface) !important;
    box-shadow: var(--shadow-sm) !important;
}
.tour_container, .hotel_container { overflow: hidden; margin-bottom: 18px; }
.tour_container:hover, .hotel_container:hover { transform: translateY(-6px); box-shadow: var(--shadow) !important; }
.tour_container .img_container img, .hotel_container .img_container img { width: 100%; object-fit: cover; transition: transform .5s ease; }
.tour_container:hover img, .hotel_container:hover img { transform: scale(1.045); }
.tour_title, .hotel_title { padding: 18px 20px; }
.tour_title h3, .hotel_title h3 { color: var(--ink); font-size: 17px; }
.rating i { color: var(--accent) !important; }
.ribbon_3 { top: 16px; right: 16px; left: auto; width: auto; height: auto; background: none; }
.ribbon_3 span { position: static; display: inline-flex; background: rgba(255,255,255,.92); color: var(--brand-dark); padding: 5px 12px; border-radius: 20px; font-size: 11px; transform: none; box-shadow: var(--shadow-sm); }
.categories_grid a { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.categories_grid a:before { background: linear-gradient(0deg, rgba(4,47,58,.8), rgba(4,47,58,.05)); }
.categories_grid .wrapper { padding: 25px; }
.categories_grid h2 { font-weight: 900; }
.box_news { display: block; padding: 18px; margin-bottom: 24px; min-height: 220px; }
.box_news figure { border-radius: 15px; overflow: hidden; }
.box_news h4 { color: var(--ink); font-weight: 800; }
.box_news p, .box_news ul { color: var(--muted); }
.laptop { filter: drop-shadow(0 25px 25px rgba(15,62,78,.18)); }
.list_order li span { background: var(--brand); }

/* Inner page hero and breadcrumb */
.parallax-window { min-height: 340px; }
.parallax-window:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,47,58,.35), rgba(4,47,58,.78)); }
.parallax-content-1 { z-index: 1; }
.parallax-content-1 h1 { font-size: clamp(34px, 5vw, 56px); font-weight: 900; text-shadow: 0 5px 25px rgba(0,0,0,.24); }
#position { background: #edf6f8; border-bottom: 1px solid var(--line); }
#position ul li, #position ul li a { color: var(--muted); }
.features-content { background: linear-gradient(135deg, var(--brand-dark), var(--brand)); }
.features-content h3 { font-weight: 900; }
.review_strip { padding: 30px; color: #334e68; }

/* Forms */
.form-control, select.form-control, textarea.form-control {
    min-height: 48px;
    border: 1px solid #d7e5ec;
    border-radius: 12px;
    background: #fbfdfe;
    color: var(--ink);
    box-shadow: none;
    padding: 10px 14px;
}
textarea.form-control { min-height: 130px; }
.form-control:focus {
    border-color: var(--brand);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(14,116,144,.1);
}
.form_title h3, .form_title p { color: var(--ink); }
.form_title h3 strong { background: var(--brand); }
.step, #login { padding: 28px !important; }
section#hero.login { min-height: calc(100vh - 114px); background: linear-gradient(135deg, #dff7fa, #f8fbfd 55%, #fff4dc); }
#login { backdrop-filter: blur(10px); }

/* Footer */
footer.revealed {
    position: relative;
    z-index: 1;
    background: #062f3b;
    color: #b8d4dc;
    padding: 65px 0 25px;
}
footer h3 { color: #fff; font-size: 17px; font-weight: 800; }
footer a { color: #cce4ea; }
footer a:hover { color: #fff; padding-right: 3px; }
footer #phone { color: #fff; font-size: 22px; }
#social_footer { border-top-color: rgba(255,255,255,.1); }
#social_footer ul li a { background: rgba(255,255,255,.08); border-radius: 50%; }

/* Mobile app-style navigation */
.mobile-app-nav { display: none; }
.mobile-menu-auth { display: none; }

@media (max-width: 991px) {
    body.rtl { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
    header {
        position: sticky;
        background: #fff;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
    #top_line { display: none; }
    header > .container > .row { min-height: 66px; }
    #logo_home h1 a { width: 145px; height: 50px; }
    #logo_home img { max-width: 145px; max-height: 48px; }
    header .col-3 { flex: 0 0 55%; max-width: 55%; }
    header nav.col-9 {
        position: relative;
        flex: 0 0 45%;
        max-width: 45%;
        height: 66px;
        margin-top: 0 !important;
    }
    .cmn-toggle-switch {
        top: 12px;
        left: max(18px, env(safe-area-inset-left));
        right: auto;
        width: 42px;
        height: 42px;
        z-index: 1002;
    }
    .cmn-toggle-switch span {
        top: 20px;
        right: 7px;
        left: 7px;
    }
    .cmn-toggle-switch span::before { top: -8px; }
    .cmn-toggle-switch span::after { bottom: -8px; }
    .cmn-toggle-switch span,
    .cmn-toggle-switch span::before,
    .cmn-toggle-switch span::after { background-color: var(--brand-dark); }
    #top_tools { margin: 15px 44px 0 0; }
    .layer { z-index: 1500; }
    .main-menu {
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
        width: min(88vw, 380px);
        height: 100vh;
        height: 100dvh;
        padding-bottom: 32px;
        background: #fff;
        box-shadow: -20px 0 60px rgba(15,62,78,.22);
        transform: translateX(105%);
        z-index: 1600;
        overscroll-behavior: contain;
    }
    body > .main-menu {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: auto !important;
        left: auto !important;
        height: 100vh !important;
        height: 100dvh !important;
        margin: 0 !important;
    }
    .main-menu.show { transform: translateX(0); }
    #header_menu {
        min-height: 82px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 16px 52px 12px;
        border-bottom: 1px solid var(--line);
    }
    #header_menu img { max-width: 150px; height: auto; object-fit: contain; }
    #close_in {
        display: flex !important;
        align-items: center;
        justify-content: center;
        top: 19px !important;
        right: 18px !important;
        left: auto !important;
        width: 42px !important;
        height: 42px !important;
        border-radius: 13px;
        background: var(--brand-light);
    }
    #close_in i { color: var(--brand-dark) !important; font-size: 18px; }
    .mobile-menu-auth {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 14px 16px 8px;
    }
    .mobile-menu-auth a {
        min-height: 46px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 7px;
        padding: 9px 12px !important;
        border-radius: 13px;
        font-size: 13px;
        font-weight: 800;
    }
    .mobile-menu-auth a i { font-size: 17px; }
    .mobile-menu-auth__login {
        background: linear-gradient(135deg, var(--brand), #0891b2);
        color: #fff !important;
        box-shadow: 0 8px 18px rgba(14,116,144,.2);
    }
    .mobile-menu-auth__register {
        border: 1px solid #b8dce5;
        background: var(--brand-light);
        color: var(--brand-dark) !important;
    }
    .main-menu > ul { padding: 10px 14px 30px; }
    .main-menu > ul > li { border-bottom: 1px solid var(--line); }
    .main-menu > ul > li > a { padding: 13px 10px !important; font-size: 14px; }
    .main-menu ul li { border-color: var(--line); }
    .main-menu ul li a { color: var(--ink); }
    .main-menu ul ul { box-shadow: none; border: 0; border-radius: 0; }
    .mobile-app-nav {
        position: fixed;
        z-index: 9999;
        right: 10px;
        bottom: max(10px, env(safe-area-inset-bottom));
        left: 10px;
        height: 66px;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        align-items: center;
        padding: 6px 8px;
        background: rgba(255,255,255,.96);
        border: 1px solid rgba(14,116,144,.14);
        border-radius: 22px;
        box-shadow: 0 15px 45px rgba(4,47,58,.22);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
    }
    .mobile-app-nav a {
        min-width: 0;
        height: 54px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1px;
        color: #7b93a3;
        font-size: 10px;
        font-weight: 700;
        border-radius: 16px;
    }
    .mobile-app-nav a i { font-size: 21px; line-height: 1; }
    .mobile-app-nav a.is-active { color: var(--brand); background: var(--brand-light); }
    .mobile-app-nav__primary { transform: translateY(-12px); background: linear-gradient(135deg, var(--brand), #0891b2) !important; color: #fff !important; box-shadow: 0 9px 22px rgba(14,116,144,.3); }
    .mobile-app-nav__primary.is-active { background: linear-gradient(135deg, var(--brand-dark), var(--brand)) !important; }
    footer.revealed { margin-bottom: -86px; padding-bottom: 105px; }
    #toTop { bottom: 88px; }
    .parallax-window { min-height: 260px; }
    .margin_60 { padding-top: 52px; padding-bottom: 52px; }
}

@media (max-width: 767px) {
    .container { padding-right: 18px; padding-left: 18px; }
    .main_title { margin-bottom: 28px; }
    .main_title h2 { line-height: 1.45; }
    #layerslider { height: 470px !important; }
    .slide_typo {
        top: 30% !important;
        left: 50% !important;
        width: 86% !important;
        max-height: 3em;
        overflow: hidden;
        font-size: clamp(24px, 7vw, 32px) !important;
        line-height: 1.5 !important;
        white-space: normal !important;
        text-align: center;
    }
    .slide_typo_2 {
        top: 52% !important;
        left: 50% !important;
        width: 82% !important;
        max-height: 4.8em;
        display: -webkit-box !important;
        overflow: hidden;
        font-size: 14px !important;
        line-height: 1.8 !important;
        white-space: normal !important;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    #layerslider .button_intro_2 {
        top: 72% !important;
        left: 50% !important;
        font-size: 13px !important;
        padding: 10px 20px !important;
    }
    .feature_home_2 > div { transform: none; margin: 0 12px; }
    .feature_home_2 > div:hover { transform: translateY(-3px); }
    .banner_2 .wrapper { padding: 35px 25px; min-height: 350px; }
    .banner_2 h3 { line-height: 1.55; }
    .categories_grid .col-sm-6, .categories_grid .col-sm-12 { margin-top: 12px !important; }
    .box_news { min-height: 0; padding: 14px; }
    .box_news figure { width: 115px; height: 115px; }
    .box_news h4 { font-size: 15px; }
    .step, #login, .review_strip { padding: 20px !important; }
    section#hero.login { padding-top: 35px; padding-bottom: 35px; }
    .form_title { padding-right: 0; }
    .form_title h3 strong { position: static; display: inline-flex; margin-left: 8px; }
    footer .col-md-2, footer .col-md-3, footer .col-md-4 { margin-bottom: 26px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *:before, *:after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

