﻿:root {
    --button_default: var(--primary);
    --button_default_hover: linen;
    --primary: #1b4781;
    --primary-soft: rgba(27,71,129,0.08);
    --accent-red: #ff4d4f;
    --accent-blue: #1890ff;
    --color_the_third: #3498db;
    --color_the_third_text: #fff;
    --bg-white: #fff;
    --bg-light: #f8fafc;
    --dark: #1a1c1e;
    --dark-alt: #2d3436;
    --gray-text: #6b7280;
    --gray-muted: #636e72;
    --gray-light: #94a3b8;
    --border-color: #f1f5f9;
    --whatsapp: #25D366;
    --telegram: #08c;
    --phone-blue: #4ba2ff;
    --brand-blue: #1b4781;
    --text-main: #1e293b;
    --text-muted: #64748b;
    --bg-hover: #fbfcfd;
    --primary-deep: #1b4781;
    --primary-dark: #218838;
    --primary-light: #d4edda;
    --gray: #6c757d;
    --light: #f8f9fa;
    --border: #dee2e6;
    --radius: 12px;
    --shadow-sm: 0 4px 12px rgba(0,0,0,0.06);
    --shadow-md: 0 8px 24px rgba(0,0,0,0.10)
}

.background-light-grey {
    background-color: var(--background);
}

.background-third-color {
    background-color: var(--primary-deep);
}

.search-filter .nav-tabs .nav-link {
    background-color: transparent;
    color: #000;
    display: flex !important;
    flex-direction: column !important;
    font-size: var(--base-font);
    height: 100%;
    align-items: center;
    justify-content: center;
    gap: var(--text-sm-4);
}

    .search-filter .nav-tabs .nav-link i {
        font-size: var(--text-lg-4);
    }

    .search-filter .nav-tabs .nav-link.active {
        color: var(--primary);
        background: transparent;
    }

.app-download-links {
    display: flex;
    gap: 15px;
    justify-content: flex-end
}

.app-btn {
    color: var(--white,#fff) !important;
    background: rgba(0,0,0,0.2);
    color: var(--white,#fff) !important;
    padding: 8px 15px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: 0.3s;
    display: flex;
}

    .app-btn:hover {
        color: var(--dark) !important;
        transform: translateY(-3px)
    }

.app-text {
    text-align: right;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    margin-left: 0;
}

    .app-text span {
        font-size: 10px;
        opacity: 0.8
    }

    .app-text strong {
        font-size: 14px
    }

@media (max-width:991px) {
    .app-download-links {
        justify-content: center;
        margin-top: 20px
    }
}

.fab-wrapper {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    height: 160px
}

html[lang=en] .fab-wrapper {
    right: unset;
    left: 30px
}

#closeIcon {
    opacity: 0;
    transform: rotate(-90deg)
}

.fab-main.active #mainIcon {
    opacity: 0
}

.fab-main.active #closeIcon {
    opacity: 1;
    transform: rotate(0)
}

.fab-item i {
    font-size: 22px
}

.fa-whatsapp {
}

.fa-paper-plane {
    color: var(--telegram)
}

.fa-phone {
    color: var(--phone-#00f)
}

.fab-item:hover {
    transform: scale(1.15) !important;
    background-color: var(--bg-light)
}

.main-footer {
    background-color: var(--dark);
    color: #cbd5e0;
    padding-top: 0
}

.footer-top {
    background-color: var(--primary);
    padding: 30px 0;
    color: var(--white,#fff);
    border-radius: 0 0 50px 50px;
    margin-bottom: 50px
}

.footer-cta-title {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 20px
}

.footer-cta-text {
    opacity: 0.9;
    font-size: 14px
}

.newsletter-form {
    display: flex;
    background: var(--white,#fff);
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1)
}

    .newsletter-form input {
        border: none;
        padding: 10px 15px;
        flex-grow: 1;
        border-radius: 10px;
        outline: 0
    }

    .newsletter-form button {
        background-color: var(--dark);
        color: var(--white,#fff);
        border: none;
        padding: 10px 25px;
        border-radius: 8px;
        cursor: pointer;
        transition: 0.3s
    }

        .newsletter-form button:hover {
            background-color: #333
        }

.footer-content {
    padding-bottom: 40px
}

footer .widget-title {
    color: var(--white,#fff);
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    text-align: right
}

html[lang=en] footer .widget-title {
    text-align: left
}

    html[lang=en] footer .widget-title:after {
        right: unset;
        left: 0
    }

.footer-about {
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: justify
}

.footer-links li {
    margin-bottom: 12px
}

    .footer-links li a {
        color: #cbd5e0;
        transition: 0.3s;
        text-decoration: none;
        font-size: 14px
    }

.footer-contact li {
    font-size: 13px;
    margin-bottom: 15px;
    display: flex;
    align-items: center
}

.footer-contact i {
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    color: var(--accent-#00f)
}

.footer-social {
    display: flex;
    gap: 10px
}

.social-link {
    width: 35px;
    height: 35px;
    background: rgba(255,255,255,0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white,#fff);
    transition: 0.3s
}

    .social-link:hover {
        background: var(--primary);
        transform: translateY(-3px);
        color: var(--white,#fff)
    }

.certificates-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
    background: var(--bg-white);
    padding: 15px;
    border-radius: 12px
}

    .certificates-grid img {
        width: 100%;
        height: auto;
        cursor: pointer;
        filter: grayscale(100%);
        transition: 0.3s
    }

        .certificates-grid img:hover {
            filter: grayscale(0%);
            transform: scale(1.1)
        }

.footer-bottom {
    background-color: #121416;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.05)
}

.copyright-text {
    font-size: 13px;
    margin: 0;
    color: #718096
}

.widget_categories ul {
    padding: 0;
    margin: 0;
    list-style: none
}

    .widget_categories ul li {
        padding: 5px 0;
        border-bottom: 1px solid #eeeded
    }


.recentFlightTraffic {
    background: #fff;
    padding-bottom: 30px;
    position: relative;
    z-index: 1
}

.c-card {
    background: #fff;
    background: var(--white,#fff);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%
}

.header-minimal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px
}

.m-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--dark);
    position: relative;
    padding-right: 12px
}

    .m-title::before {
        content: '';
        position: absolute;
        right: 0;
        top: 20%;
        width: 4px;
        height: 60%;
        background: var(--primary);
        border-radius: 10px
    }

.m-link {
    font-size: 0.85rem;
    color: var(--gray-text);
    text-decoration: none !important;
    font-weight: 600;
    transition: 0.3s;
    flex-direction: row;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .m-link i {
        transform: rotateZ(180deg);
    }

    .m-link:hover {
        color: var(--primary)
    }

.c-thumb {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden
}

    .c-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.5s transform ease
    }

.c-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(4px);
    color: var(--white,#fff);
    font-size: 10px;
    padding: 2px 10px;
    border-radius: 6px
}

.c-body {
    padding: 15px
}

.c-title {
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 12px;
    height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

    .c-title a {
        color: var(--dark);
        text-decoration: none;
        transition: 0.2s
    }

        .c-title a:hover {
            color: var(--primary)
        }

.c-meta {
    display: flex;
    gap: 15px;
    font-size: 11px;
    color: var(--gray-text);
    border-top: 1px solid;
    padding-top: 10px
}

.c-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.06);
    border-color: var(--primary)
}

    .c-card:hover img {
        transform: scale(1.08)
    }



.n-date-box {
    background: #fff;
    min-width: 70px;
    height: fit-content;
    min-width: 65px;
    height: 65px;
    background: var(--white,#fff);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #edf2f7;
    margin-right: 15px;
    margin-left: 0;
}

.n-day {
    display: block;
    font-size: 1.2rem;
    font-weight: 900;
    color: var(--dark-alt);
    line-height: 1
}

.n-month {
    font-size: 10px;
    color: var(--gray-muted);
    margin-top: 4px
}

.n-badge.urgent {
    background: #fff1f0;
    background: #fff1f0;
    color: var(--accent-red)
}

.n-item:hover {
    background: var(--white,#fff);
    border-color: var(--primary);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    transform: translateY(-3px)
}

.n-info {
    flex-grow: 1
}

.n-badge-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px
}

.n-badge {
    font-size: 9px;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 4px;
    text-transform: uppercase
}

    .n-badge.info {
        background: #e6f7ff;
        color: var(--accent-#00f)
    }

.n-time {
    font-size: 10px;
    color: #b2bec3
}

.n-title {
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.5
}

    .n-title a {
        color: var(--dark-alt);
        text-decoration: none;
        transition: 0.2s
    }

.n-item:hover .n-title a {
    color: var(--primary)
}

.n-desc {
    font-size: 0.8rem;
    color: var(--gray-muted);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media (max-width:576px) {
    .n-item {
        padding: 12px
    }

    .n-date-box {
        min-width: 55px;
        height: 55px
    }

    .n-day {
        font-size: 1rem
    }

    .n-desc {
        display: none
    }
}

.faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.header-minimal-center {
    text-align: center;
    margin-bottom: 40px
}

.m-pre {
    display: block;
    font-size: 11px;
    font-weight: 800;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px
}

.m-title-center {
    font-size: 1.4rem;
    font-weight: 850;
    color: var(--dark);
    margin-bottom: 12px
}

.m-divider {
    width: 40px;
    height: 3px;
    background: var(--primary);
    margin: 0 auto;
    border-radius: 10px
}

.faq-item {
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 10px;
    margin-bottom: 10px;
}

.faq-header {
    user-select: none;
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.faq-question {
    font-weight: 700;
    font-size: 15px;
    margin: 0;
    color: #4a5568
}

.faq-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    transition: 0.4s;
    font-size: 12px
}

.faq-item:hover {
    border-color: #e2e8f0;
    background: #fbfcfd
}

.faq-item:has(.show) {
    border-color: var(--primary);
    background: var(--faq-hover);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05)
}

    .faq-item:has(.show) .faq-icon {
        transform: rotate(45deg);
        color: var(--accent-red)
    }

.faq-body {
    line-height: 1.8;
    text-align: justify;
    padding: 0 20px 20px;
    color: #718096;
    line-height: 1.8;
    font-size: 14px
}

.faq-footer {
    text-align: center;
    margin-top: 30px;
    font-size: 0.85rem;
    color: var(--text-a)
}

    .faq-footer a {
        color: var(--primary);
        font-weight: 700;
        text-decoration: none;
        margin-right: 8px
    }

@media (max-width:576px) {
    .faq-header {
        padding: 15px 20px
    }

    .faq-question {
        font-size: 0.85rem
    }
}

.popular-header-slim {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background: var(--white,#fff);
    border-bottom: 1px solid
}

.header-main-info {
    display: flex;
    align-items: center;
    gap: 10px
}

.header-text {
    font-size: 0.95rem;
    font-weight: 850;
    color: var(--primary);
    margin: 0
}

.custom-pills-slim .nav-link {
    font-size: 11px;
    padding: 4px 12px;
    border-radius: 50px;
    color: var(--text-light);
    border: 1px solid transparent;
    transition: 0.2s
}

    .custom-pills-slim .nav-link.active {
        color: var(--white,#fff) !important
    }

/* ──────────────── en Overrides ──────────────── */
[lang="en"] .f-airline-part {
    border-left: none;
    border-right: 1px solid var(--border);
    margin-right: 0;
    margin-left: 0;
}

[lang="en"] .f-price-part {
    text-align: right;
    border-left: none;
    border-right: 1px solid var(--border);
    padding-left: 0px;
    padding-right: 10px;
    align-items: flex-start;
}

[lang="en"] .f-plane-icon i {
    margin-right: 0;
    margin-left: 2px;
}

[lang="en"] .f-price-amount {
    langection: en;
}

@media (max-width: 640px) {
    [lang="en"] .f-airline-part {
        border-left: none;
        border-right: none;
        border-bottom: 1px solid var(--border);
        flex-langection: row-reverse;
    }

    [lang="en"] .f-price-part {
        border-right: none;
        border-top: 1px solid var(--border);
        padding-right: 0;
        align-items: flex-end;
    }
}

.HistorySearch_item {
    display: flex;
    justify-content: space-between;
    background: #f8fafc;
    background: #f8fafc;
    border: 1px solid #edf2f7;
    border-radius: 12px;
    margin-left: 10px;
    margin-bottom: 10px;
    transition: all 0.2s ease-in-out;
    min-width: 200px
}

.iata-sm {
    font-size: 10px;
    color: #94a3b8
}

.city-name {
    font-size: 15px;
    font-weight: 700;
    color: var(--text-dark,#2d3748)
}

.HistorySearch_item_time {
    font-size: 11px;
    color: #64748b
}

.lastSearches {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0em;
}

    .lastSearches.HistorySearch1 {
        margin-top: 0em;
        background: #fff;
        border: 1px solid #eef2f6;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    }

.lastSearchContainer .headline {
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 15px;
    margin-bottom: 20px !important
}

.last-search-label {
    font-size: 15px;
    font-weight: 800;
    color: #4a5568;
    display: flex;
    align-items: center
}

    .last-search-label::before {
        content: "";
        width: 4px;
        height: 18px;
        background: #007bff;
        margin-left: 10px;
        border-radius: 10px
    }

html[lang=en] .last-search-label::before {
    margin-left: 0;
    margin-right: 10px
}

html[lang=en] .m-title::before {
    left: 0;
    right: unset
}

html[lang=en] .m-title {
    padding-left: 12px;
    padding-right: 0
}

.HistorySearch_item:hover {
    background: #fff;
    border-color: #007bff;
    box-shadow: 0 4px 12px rgba(0,123,255,0.1);
    transform: translateY(-2px)
}

.HistorySearch_item a {
    text-decoration: none !important
}

.HistorySearch_item:hover .HistorySearch_item_close {
    opacity: 1;
    left: unset !important;
    right: 8px !important;
}

@media screen and (max-width:760px) {
    .lastSearchContainer {
        margin-inline: 12px
    }
}

.visa-search-wrapper {
    display: flex;
    background: #fff;
    border-radius: 12px;
    width: 80%;
    align-items: center;
    border: 1px solid #ccc;
    flex-grow: 1
}

.custom-select-container {
    position: relative;
    flex: 1;
    min-width: 0;
    border-radius: 12px;
}

.select-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: #444;
    cursor: pointer;
    user-select: none;
    min-height: 40px;
    align-items: center;
    min-height: 50px;
    padding: 10px 14px 8px;
    border: none;
    background: var(--surface-1);
    cursor: pointer;
    transition: border-color 0.2s;
    max-width: 100%;
    position: relative;
    border-radius: 12px;
}

    .select-trigger:hover {
    }

    .select-trigger span {
        display: flex;
        align-items: center;
        gap: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 14px;
        color: var(--on-surface-1);
        overflow: hidden;
        min-width: 0;
    }

    .select-trigger img {
        width: 24px;
        height: 16px;
        object-fit: cover;
        border-radius: 3px;
        box-shadow: 0 0 2px rgba(0,0,0,0.2)
    }

.arrow {
    margin-right: 10px;
    font-size: 20px;
    color: #666;
    transition: transform 0.3s;
    margin-right: 8px
}

.custom-select-container.open .arrow {
    transform: rotate(180deg);
    color: var(--secondary)
}

.select-options {
    overflow: hidden;
    background: #fff;
    z-index: 100;
    padding: 10px;
    border: 1px solid #f0f0f0;
    transition: opacity 0.2s,transform 0.2s;
}

.custom-select-container.open .select-options {
    opacity: 1;
    transform: translateY(0);
    display: block;
    visibility: visible;
    animation: slideDown 0.2s ease-out
}

.search-box {
    border-radius: 6px;
    margin-bottom: 8px;
    width: 100%;
    padding: 12px 16px;
    border: none;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    font-family: inherit;
    outline: 0;
    background: #fafafa;
    transition: background 0.2s;
}

    .search-box:focus {
        outline: 0;
        border-color: #007bff;
        background: #fff;
        border-bottom-color: var(--secondary)
    }

.options-list {
    max-height: 250px;
    list-style: none;
    padding: 8px 0;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
}

.option-item {
    gap: 10px;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    cursor: pointer;
    transition: background 0.15s;
    font-size: 14px;
    color: #212121
}

    .option-item:hover {
        background: #f5f5f5;
        color: var(--primary)
    }

    .option-item.selected {
        background-color: var(--primary-border);
        font-weight: bold;
        color: var(--primary-hover)
    }

        .select-options .option-item.selected span.option-text .mute, .selected-value .mute, .option-item.selected .mute {
            color: var(--color_the_third_text)
        }

    .option-item img {
        width: 24px;
        height: 16px;
        object-fit: cover;
        border-radius: 2px
    }

button.search-btn {
    background-color: var(--secondary);
    color: #fff;
    border: none;
    padding: 0 40px;
    height: 50px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
    transition: background 0.3s
}



.select-options {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,.1);
    max-height: 300px;
    overflow-y: auto;
    z-index: 9999;
}

.search-box {
    width: 100%;
    border: none;
    border-bottom: 1px solid #eee;
    padding: 10px;
    outline: none;
}

.option-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    cursor: pointer;
}

    .option-item:hover {
        background: #f5f5f5;
    }

.option-image {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.trigger-image {
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.checkbox-mark {
    margin-right: auto;
    color: #2196f3;
    opacity: 0;
}

.option-item.selected .checkbox-mark {
    opacity: 1;
}

.mute {
    display: block;
    font-size: 11px;
    color: #888;
}

ch-btn:hover {
    background-color: var(--primary)
}

.options-list::-webkit-scrollbar {
    width: 6px
}

.options-list::-webkit-scrollbar-track {
    background: #f1f1f1
}

.options-list::-webkit-scrollbar-thumb {
    background: #bdbdbd;
    border-radius: 3px
}

    .options-list::-webkit-scrollbar-thumb:hover {
        background: #9e9e9e
    }

#country-select i.beforeIconClass {
    display: block;
    width: 20px;
    height: 16px;
    background-size: contain;
    background: no-repeat center;
    border-radius: 4px
}

.select-line {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: transparent;
    transition: background 0.3s
}

    .select-line::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        right: 50%;
        height: 2px;
        background: #e9e9e9;
        transition: left 0.3s,right 0.3s
    }

.custom-select-container.open .select-line::before, .select-trigger.is-focused ~ .select-line::before {
    left: 0;
    right: 0
}

.floating-label {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: var(--on-surface-1);
    pointer-events: none;
    transition: all 0.2s ease-out;
    background: transparent;
    padding: 0 4px;
    margin: 0
}

html[lang=en] .floating-label {
    right: 0;
    left: 9px
}

html[lang="en"] .custom-input-container input {
    text-align: left
}

.select-trigger.has-value .floating-label, .select-trigger.is-focused .floating-label {
    top: 6px;
    transform: translateY(0);
    font-size: 12px
}

.custom-select-container.open .floating-label {
    color: #434343
}

.trigger-content {
    flex: 1;
    display: flex;
    align-items: center;
    min-height: 24px;
    position: relative;
    z-index: 1;
    bottom: -7px;
    min-width: 50%;
    max-width: 100%;
}

.placeholder-text {
    font-size: 16px;
    color: #999;
    transition: opacity 0.2s
}

.before-icon {
    font-size: 16px;
    width: 22px;
    text-align: center;
    flex-shrink: 0;
    border-radius: 4px
}

.trigger-image {
    width: 24px;
    height: 16px;
    object-fit: cover;
    border-radius: 2px;
    flex-shrink: 0
}

.selected-value.trigger-multi {
    gap: 6px
}

.multi-sep {
    color: #999;
    margin: 0 2px
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-8px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.option-item .option-image {
    width: 28px;
    height: 18px;
    object-fit: cover;
    border-radius: 2px
}

.option-item .option-text {
    flex: 1;
    display: flex;
    white-space: nowrap;
    align-items: center;
    gap: 5px;
}

.option-item .checkbox-mark {
    color: var(--secondary);
    font-size: 16px;
    opacity: 0;
    transition: opacity 0.2s
}

.option-item.selected .checkbox-mark {
    opacity: 1;
    color: var(--primary)
}

.option-separator {
    height: 1px;
    background: linear-gradient(to right,transparent,#e0e0e0,transparent);
    margin: 8px 16px;
    list-style: none
}

@media (max-width:480px) {
    .custom-select-container {
        max-width: 100%
    }

    .select-trigger {
        padding: 14px 12px 6px
    }

    .floating-label {
        right: 12px
    }
}

.select-trigger:not(.has-value) span {
    opacity: 0
}

@media (max-width:768px) {
    .visa-search-wrapper {
        flex-direction: column;
        background: transparent;
        box-shadow: none;
        padding: 0;
        margin-bottom: 12px
    }

    .custom-select-container, .search-btn {
        width: 100%;
        margin-bottom: 10px;
        background: #feffff;
        border-radius: 12px;
        border: none;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05)
    }

        .custom-select-container:last-child {
            margin-bottom: 0
        }

    button.search-btn {
        margin: 0
    }

    ul.nav.search-filter.nav-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
        justify-content: start
    }

        ul.nav.search-filter.nav-tabs li a {
            white-space: nowrap;
            width: auto;
            flex-grow: 1;
            display: flex;
            align-items: center;
            min-width: 100px
        }

        ul.nav.search-filter.nav-tabs li {
            flex-grow: 1;
            display: flex
        }
}

ul.search-filter {
    display: flex;
    justify-content: center;
    border-radius: var(--radius-lvl1) var(--radius-lvl1) 0 0;
    overflow: hidden;
    background-color: var(--surface-1);
}

    ul.search-filter li {
        flex-grow: 1
    }

        ul.search-filter li.nav-item {
            margin: 0
        }

            ul.search-filter li.nav-item a {
                margin: 0 0 !important;
                border-radius: 0px !important;
                border: 0 !important
            }

            ul.search-filter li.nav-item:first-child a {
                border-radius:
            }

            ul.search-filter li.nav-item:last-child a {
                border-radius:
            }

div#search-filter-2 .nav-link {
    display: block;
    padding: 1rem;
    position: relative;
}

.select-options span.option-text .mute, .selected-value .mute {
    font-size: 0.8em;
    color: #959595;
    display: inline-block;
}

.flight-form-row {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.flight-input-group.locations-group {
    display: flex;
    border-radius: 12px;
    border: 1px solid #eee;
    align-items: center;
    width: 40%
}

    .flight-input-group.locations-group > button, .hero-input-group > button {
        border-radius: 50px;
        padding: 0;
        min-width: 28px;
        min-height: 28px;
        border: 1px solid #ccc;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 3%);
        background: #fff;
        z-index: 4;
    }

.flight-input-group.dates-group {
    display: flex;
    position: relative;
    border-radius: 12px;
    border: 1px solid #eee;
    align-items: center;
    flex-grow: 1;
    max-width: 39%
}

.custom-input-container, .mat-input-wrapper, .mat-form-field, .input-group, .form-group, [data-floating-label] {
    position: relative;
    margin: 0;
    direction: rtl
}

    .custom-input-container input, .custom-input-container textarea, .custom-input-container select, .mat-input-wrapper input, .mat-input-wrapper textarea, .mat-input-wrapper select, .input-group input, .input-group textarea, .input-group select {
        padding: 8px 0px 3px !important;
        background: transparent;
        font-size: 14px;
        color: var(--on-surface-1);
        outline: 0;
        transition: border-color 0.3s;
        box-sizing: border-box;
        bottom: -7px;
        background: var(--surface-1);
        border-color: transparent;
    }

    .custom-input-container label, .custom-input-container .floating-label, .mat-input-wrapper label, .mat-input-wrapper .floating-label, .input-group label, .input-group .floating-label, [data-floating-label] label {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        background: var(--surface-1);
        padding: 0 4px;
        color: var(--on-surface-1);
        font-size: 14px;
        pointer-events: none;
        transition: all 0.25s ease-out;
        z-index: 1;
        width: 94%
    }

    .custom-input-container:not(.has-value) input {
        opacity: 0;
        background: var(--surface-1);
    }

    .custom-input-container.is-focused label, .custom-input-container.is-focused .floating-label, .mat-input-wrapper.is-focused label, .mat-input-wrapper.is-focused .floating-label, .input-group.is-focused label, .input-group.is-focused .floating-label, [data-floating-label].is-focused label {
        top: -8px;
        top: 6px;
        transform: translateY(0);
        font-size: 11px;
        color: var(--primary)
    }

    .custom-input-container.has-value label, .custom-input-container.has-value .floating-label, .mat-input-wrapper.has-value label, .mat-input-wrapper.has-value .floating-label, .input-group.has-value label, .input-group.has-value .floating-label, [data-floating-label].has-value label {
        top: 6px;
        transform: translateY(0);
        font-size: 12px;
        color: var(--on-surface-1);
    }

.input-line, .mat-input-line {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: #1976d2;
    transition: width 0.3s ease
}

.is-focused .input-line, .is-focused .mat-input-line {
    width: 100%
}

.custom-input-container {
    padding: 10px 14px 8px;
    background: var(--surface-1);
}

@media screen and (max-width:768px) {
    .flight-form-row {
        flex-wrap: wrap
    }

    .flight-input-group.locations-group {
        width: 100%;
        margin-bottom: 10px
    }

    .flight-input-group.dates-group {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px
    }

    .custom-select-container, .search-btn {
        margin-bottom: 0;
        box-shadow: none
    }
}


button.calendar__day.calendar__day--selected.calendar__day--range {
    border-radius: 12px 0 0 12px;
    border: 1px solid var(--primary)
}

button.calendar__day.calendar__day--selected.calendar__day--end {
    border-radius: 0px 12px 12px 0px;
    border: 1px solid var(--primary)
}

button.calendar__day.calendar__day--range {
    border-radius: 0
}

.calendar__price:empty {
    display: none
}

.calendar-shell.calendar--two-col {
    width: 129%
}

button.calendar__day:hover {
    background: var(--primary-hover)
}


.flight-input-group.locations-group .select-options {
    width: 340px
}

@media screen and (max-width :720px) {
    .calendar-shell {
        width: 100%
    }

    .flight-input-group.locations-group .select-options {
        width: 100%
    }
}

.can-toggle-triple {
    position: relative;
    display: inline-block;
    direction: rtl;
    font-family: inherit
}

    .can-toggle-triple input {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0
    }

.trip-toggle-track {
    display: flex;
    background: #e0e0e0;
    border-radius: 28px;
    padding: 4px;
    cursor: pointer;
    user-select: none;
    position: relative;
    transition: background 0.3s ease
}

.trip-toggle-options {
    display: flex;
    position: relative;
    z-index: 2;
    width: 100%;
    flex-direction: row-reverse;
}

.trip-toggle-option {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 500;
    color: #666;
    transition: color 0.3s ease;
    white-space: nowrap;
    cursor: pointer;
    flex-direction: row-reverse;
}

.toggle-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0
}

.cargo-toggle-track {
    display: flex;
    background: #e0e0e0;
    border-radius: 28px;
    padding: 4px;
    cursor: pointer;
    user-select: none;
    position: relative;
    transition: background 0.3s ease;
    border: 1px solid var(--border);
}

.cargo-toggle-options {
    display: flex;
    position: relative;
    z-index: 2;
    width: 100%;
    flex-direction: row-reverse;
}

.cargo-toggle-option {
    flex-direction: row-reverse;
}

.can-toggle-triple input:nth-of-type(1):checked ~ .cargo-toggle-track .cargo-toggle-slider {
    transform: translateX(-94%);
}

.can-toggle-triple input:nth-of-type(1):checked ~ .cargo-toggle-track .cargo-toggle-option[data-for="OneWay"] {
    color: var(--color_the_third,#007bff);
    font-weight: 700
}

.can-toggle-triple input:nth-of-type(2):checked ~ .cargo-toggle-track .cargo-toggle-slider {
    transform: translateX(1%);
    /* transform: translateX(-109.33%); */
}

.can-toggle-triple input:nth-of-type(2):checked ~ .cargo-toggle-track .cargo-toggle-option[data-for="RoundTrip"] {
    color: var(--color_the_third,#007bff);
    font-weight: 700
}

.can-toggle-triple input:nth-of-type(3):checked ~ .cargo-toggle-track .cargo-toggle-slider {
    transform: translateX(-66.66%)
}

.can-toggle-triple input:nth-of-type(3):checked ~ .cargo-toggle-track .cargo-toggle-option[data-for="SeveralTrip"] {
    color: var(--color_the_third,#007bff);
    font-weight: 700
}


.can-toggle-triple input:focus + .cargo-toggle-track, .can-toggle-triple input:focus ~ .cargo-toggle-track {
    outline: 2px solid #007bff;
    outline-offset: 2px
}

[dir="rtl"] .can-toggle-triple input:nth-of-type(2):checked ~ .cargo-toggle-track .cargo-toggle-slider {
    transform: translateX(33.33%)
}

[dir="rtl"] .can-toggle-triple input:nth-of-type(3):checked ~ .cargo-toggle-track .cargo-toggle-slider {
    transform: translateX(66.66%)
}

@media (max-width:768px) {
    .trip-toggle-option {
        padding: 6px 8px;
        font-size: 11px;
        gap: 0
    }

        .trip-toggle-option .toggle-icon {
            width: 14px;
            height: 14px
        }
}

.cargo-toggle-slider {
    position: absolute;
    top: 4px;
    bottom: 4px;
    width: 50%;
    background: var(--surface-1);
    border-radius: 24px;
    transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    z-index: 1;
    right: 4px
}

.trip-toggle-slider {
    position: absolute;
    top: 4px;
    bottom: 4px;
    width: 50%;
    background: var(--surface-1);
    border-radius: 24px;
    transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    z-index: 1;
    right: 4px
}

#OneWay:checked ~ .trip-toggle-track .trip-toggle-slider {
    transform: translateX(-93%);
}

#RoundTrip:checked ~ .trip-toggle-track .trip-toggle-slider {
    transform: translateX(calc(0% + 0px));
}

#SeveralTrip:checked ~ .trip-toggle-track .trip-toggle-slider {
    transform: translateX(calc(-112% + 0px))
}

#OneWay:checked ~ .trip-toggle-track .trip-toggle-option[data-for="OneWay"], #RoundTrip:checked ~ .trip-toggle-track .trip-toggle-option[data-for="RoundTrip"], #SeveralTrip:checked ~ .trip-toggle-track .trip-toggle-option[data-for="SeveralTrip"] {
    color: var(--color_the_third,#007bff);
    font-weight: 700
}

.trip-toggle-option:hover {
    opacity: 0.9
}

div#rev_slider_wrapper {
    max-width: 98%;
    margin-top: 14px !important;
    border-radius: 12px
}

    div#rev_slider_wrapper > div {
        border-radius: 20px;
        overflow: hidden
    }

.main-header {
    animation: fadeInDown 0.6s ease;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: color-mix(in oklch, var(--surface) 0%, white);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
    padding: 15px 0;
    transition: background .25s ease, border-color .25s ease;
}

    .main-header::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 1px;
        background: color-mix(in oklch, var(--primary) 20%, transparent);
        opacity: .4;
    }


.logo-desktop img {
    max-height: 60px;
    transition: transform 0.3s ease;
    border-radius: 6px
}

.navbar-desktop {
    display: flex;
    gap: 8px;
    align-items: center
}

.nav-link-item {
    color: var(--on-background);
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
    white-space: nowrap;
    overflow: hidden;
    font-size: 14.5px;
}

    .nav-link-item::before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 50%;
        width: 0;
        height: 3px;
        transition: all 0.3s ease;
        border-radius: 2px
    }

    .nav-link-item:hover::before {
        width: 70%
    }

    .nav-link-item:hover {
        color: var(--primary) !important;
        background: var(--primary-soft) !important;
    }

    .nav-link-item.active {
        color: #3498db !important;
        background: rgba(52,152,219,0.12)
    }

.auth-section .btn:hover {
    background: var(--accent-#00f);
    border: none
}

.lang-selector {
    border-radius: 20px;
    padding: 8px 16px;
    border: 1px solid #e0e0e0;
    background: #fff;
    transition: all 0.3s ease
}

@media (max-width:768px) {
    .main-header {
        padding: 10px 0
    }

    .mobile-logo img {
        max-height: 45px
    }

    .nav-link-item {
        font-size: 13px;
        padding: 8px 12px
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.lang-selector-desktop {
    position: relative;
    display: inline-flex;
    align-items: center
}

    .lang-selector-desktop select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: linear-gradient(135deg,#f8f9fa 0%,#fff 100%);
        border: 2px solid #e9ecef;
        border-radius: 25px;
        padding: 8px 40px 8px 16px;
        font-size: 13px;
        font-weight: 500;
        color: #495057;
        cursor: pointer;
        transition: all 0.3s ease;
        outline: 0;
        min-width: 110px
    }

        .lang-selector-desktop select:hover {
            border-color: #3498db;
            box-shadow: 0 2px 12px rgba(52,152,219,0.15);
            transform: translateY(-1px)
        }

        .lang-selector-desktop select:focus {
            border-color: #3498db;
            box-shadow: 0 0 0 4px rgba(52,152,219,0.1)
        }

.lang-selector-mobile {
    justify-content: center;
    position: relative;
    display: inline-flex;
    align-items: center
}

    .lang-selector-mobile select {
        appearance: none;
        -webkit-appearance: none;
        background: transparent;
        border: 2px solid #e9ecef;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        padding: 0;
        cursor: pointer;
        transition: all 0.3s ease;
        outline: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden
    }

        .lang-selector-mobile select:hover {
            border-color: #3498db;
            box-shadow: 0 2px 12px rgba(52,152,219,0.2);
            transform: scale(1.05)
        }

.lang-flag-icon {
    font-size: 20px;
    display: inline-block
}

.lang-text-mobile {
    display: none !important
}

.mobile-side-menu {
    position: fixed;
    top: 0;
    right: -300px;
}

    .mobile-side-menu.active {
        right: 0
    }

html[lang="en"] .mobile-side-menu {
    right: unset;
    left: -300px;
    transition: left 0.4s cubic-bezier(0.4,0,0.2,1)
}

    html[lang="en"] .mobile-side-menu.active {
        right: unset;
        left: 0
    }

.mobile-menu-close {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #f8f9fa;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #6c757d;
    transition: all 0.3s ease;
    z-index: 10
}

    .mobile-menu-close:hover {
        background: #e9ecef;
        color: #dc3545;
        transform: rotate(90deg)
    }

.mobile-menu-items {
    margin-top: 20px;
    padding: 0;
    list-style: none
}

html[lang="en"] .mobile-menu-close {
    left: unset;
    right: 15px
}

.mobile-menu-items li {
    margin-bottom: 8px;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease
}

.mobile-menu-items a {
    display: flex;
    align-items: center;
    padding: 8px 4px;
    color: #2c3e50;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 14.5px
}

    .mobile-menu-items a:hover {
        background: linear-gradient(135deg,rgba(52,152,219,0.1) 0%,rgba(52,152,219,0.05) 100%);
        color: #3498db;
        transform: translateX(-5px)
    }

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(4px);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease
}

    .mobile-menu-overlay.active {
        opacity: 1;
        visibility: visible
    }

.mobile-side-menu.active .mobile-menu-items li {
    opacity: 1;
    transform: translateX(0)
}

    .mobile-side-menu.active .mobile-menu-items li:nth-child(1) {
        transition-delay: 0.1s
    }

    .mobile-side-menu.active .mobile-menu-items li:nth-child(2) {
        transition-delay: 0.15s
    }

    .mobile-side-menu.active .mobile-menu-items li:nth-child(3) {
        transition-delay: 0.2s
    }

    .mobile-side-menu.active .mobile-menu-items li:nth-child(4) {
        transition-delay: 0.25s
    }

    .mobile-side-menu.active .mobile-menu-items li:nth-child(5) {
        transition-delay: 0.3s
    }

@media (max-width:768px) {
    .lang-selector-desktop {
        display: none
    }

    .lang-selector-mobile {
        display: inline-flex !important
    }

    .lang-text-desktop {
        display: none
    }

    .lang-text-mobile {
        display: inline !important
    }
}

.lang-dropdown-btn {
    background: linear-gradient(135deg,#f8f9fa 0%,#fff 100%);
    border: 2px solid #e9ecef;
    border-radius: 25px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 500;
    color: #495057;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 140px;
    justify-content: space-between
}

    .lang-dropdown-btn.show {
        border-color: #3498db;
        box-shadow: 0 0 0 4px rgba(52,152,219,0.1)
    }

    .lang-dropdown-btn .flag-icon {
        font-size: 16px;
        width: 20px;
        display: inline-block
    }

    .lang-dropdown-btn .currency-code {
        color: var(--on-surface-1);
        font-size: 12px;
        font-weight: 400
    }

    .lang-dropdown-btn .dropdown-arrow {
        font-size: 10px;
        color: #6c757d;
        transition: transform 0.3s ease
    }

    .lang-dropdown-btn.show .dropdown-arrow {
        transform: rotate(180deg)
    }

.lang-dropdown-btn-mobile {
    background: linear-gradient(135deg,#f8f9fa 0%,#fff 100%);
    border: 2px solid #e9ecef;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center
}

    .lang-dropdown-btn-mobile:hover {
        border-color: #3498db;
        box-shadow: 0 2px 12px rgba(52,152,219,0.2);
        transform: scale(1.05);
        background: #fff
    }

    .lang-dropdown-btn-mobile.show {
        border-color: #3498db;
        box-shadow: 0 0 0 4px rgba(52,152,219,0.1)
    }

    .lang-dropdown-btn-mobile .flag-icon {
        font-size: 20px
    }

.lang-dropdown-menu {
    border: 1px solid #e9ecef;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    padding: 8px;
    min-width: 180px;
    margin-top: 8px;
    animation: dropdownFadeIn 0.3s ease
}

@keyframes dropdownFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.lang-dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 8px;
    transition: all 0.3s ease;
    color: #2c3e50;
    font-size: 13.5px;
    font-weight: 500
}

    .lang-dropdown-menu .dropdown-item:hover {
        background: linear-gradient(135deg,rgba(52,152,219,0.1) 0%,rgba(52,152,219,0.05) 100%);
        color: #3498db;
        transform: translateX(-3px)
    }

    .lang-dropdown-menu .dropdown-item .flag-icon {
        font-size: 18px;
        width: 24px;
        margin-left: 0;
        margin-right: 8px;
    }

    .lang-dropdown-menu .dropdown-item .lang-name {
        flex: 1
    }

    .lang-dropdown-menu .dropdown-item .lang-currency {
        color: #6c757d;
        font-size: 12px;
        font-weight: 400
    }

.mobile-menu-items a.btn.btn-primary {
    justify-content: start;
    color: #fff
}

@media (max-width:768px) {
    .lang-selector-desktop {
        display: none !important
    }

    .lang-selector-mobile {
        display: inline-block !important
    }

    html[lang=fa] header .dropdown-menu.show {
        transform: translate3d(125px,22px,-12px) !important
    }
}

@media (min-width:769px) {
    .lang-selector-mobile {
        display: none !important
    }

    .lang-selector-desktop {
        display: inline-block !important
    }

    html[lang=fa] header .lang-dropdown-menu.dropdown-menu.show {
        transform: translate3d(125px,22px,-12px) !important
    }
}

#listTicketTrackingChangePayModal .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
}

#listTicketTrackingChangePayModal .modal-content {
    border: none;
    border-radius: 20px;
    box-shadow: 0 10px 50px rgba(0,0,0,0.15);
    overflow: hidden;
    animation: modalSlideIn 0.4s cubic-bezier(0.4,0,0.2,1)
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px) scale(0.95)
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

#listTicketTrackingChangePayModal .modal-header .modal-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 1
}

    #listTicketTrackingChangePayModal .modal-header .modal-title i {
        font-size: 24px
    }

#listTicketTrackingChangePayModal .modal-header .close {
    position: relative;
    z-index: 1;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 2px solid rgba(255,255,255,0.3);
    padding: 0;
    margin: 0
}

    #listTicketTrackingChangePayModal .modal-header .close:hover {
        background: rgba(255,255,255,0.2);
        border-color: rgba(255,255,255,0.5)
    }

    #listTicketTrackingChangePayModal .modal-header .close span {
        position: relative;
        top: 2px
    }

#listTicketTrackingChangePayModal .modal-body {
    padding: 30px;
    background: #fff
}

#listTicketTrackingChangePayModal .form-group {
    margin-bottom: 24px;
    position: relative;
    animation: formFadeIn 0.5s ease backwards
}

    #listTicketTrackingChangePayModal .form-group label {
        font-size: 14px;
        font-weight: 600;
        color: #2c3e50;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        gap: 6px;
        justify-content: end;
    }


#listTicketTrackingChangePayModal .form-control {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 14.5px;
    transition: all 0.3s ease;
    background: linear-gradient(135deg,#f8f9fa 0%,#fff 100%);
    width: 100%
}


    #listTicketTrackingChangePayModal .form-control::placeholder {
        color: #adb5bd;
        font-size: 13.5px
    }

#listTicketTrackingChangePayModal .input-icon-wrapper {
    position: relative
}

    #listTicketTrackingChangePayModal .input-icon-wrapper i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        opacity: 0.5;
        pointer-events: none;
        color: #6c757d;
        transition: all 0.3s ease
    }

html[lang="fa"] #listTicketTrackingChangePayModal .input-icon-wrapper i, html[lang="ar"] #listTicketTrackingChangePayModal .input-icon-wrapper i {
    right: 15px
}

html[lang="en"] #listTicketTrackingChangePayModal .input-icon-wrapper i {
    left: 15px
}

html[lang="fa"] #listTicketTrackingChangePayModal .input-icon-wrapper .form-control, html[lang="ar"] #listTicketTrackingChangePayModal .input-icon-wrapper .form-control {
    padding-right: 45px
}

html[lang="en"] #listTicketTrackingChangePayModal .input-icon-wrapper .form-control {
    padding-left: 45px;
    text-align: left;
}

#listTicketTrackingChangePayModal .img-captcha {
    width: 100%;
    height: 50px;
    border-radius: 12px;
    border: 2px solid #e9ecef;
    cursor: pointer;
    transition: all 0.3s ease;
    object-fit: cover;
    background: linear-gradient(135deg,#f8f9fa 0%,#fff 100%)
}

    #listTicketTrackingChangePayModal .img-captcha:hover {
        border-color: #3498db;
        box-shadow: 0 4px 15px rgba(52,152,219,0.2);
        transform: scale(1.02)
    }

#listTicketTrackingChangePayModal .img-captcha-overlay {
    position: relative;
}

    #listTicketTrackingChangePayModal .img-captcha-overlay::after {
        content: '\f021';
        font: 18px/1 FontAwesome;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background: rgba(52,152,219,0.9);
        color: #fff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: all 0.3s ease
    }

    #listTicketTrackingChangePayModal .img-captcha-overlay:hover::after {
        opacity: 1
    }

#listTicketTrackingChangePayModal .modal-footer {
    background: linear-gradient(135deg,#f8f9fa 0%,#fff 100%);
    border: none;
    padding: 20px 30px;
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap
}

    #listTicketTrackingChangePayModal .modal-footer .btn {
        padding: 12px 32px;
        border-radius: 25px;
        font-size: 14.5px;
        font-weight: 600;
        transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
        border: none;
        min-width: 140px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        cursor: pointer;
    }

        #listTicketTrackingChangePayModal .modal-footer .btn i {
            font-size: 16px
        }


    #listTicketTrackingChangePayModal .modal-footer .btn-info:active {
        transform: translateY(0)
    }

    #listTicketTrackingChangePayModal .modal-footer .btn-secondary {
        background: linear-gradient(135deg,#95a5a6 0%,#7f8c8d 100%);
        color: #fff;
        box-shadow: 0 4px 15px rgba(149,165,166,0.3)
    }

        #listTicketTrackingChangePayModal .modal-footer .btn-secondary:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 25px rgba(149,165,166,0.4);
            background: linear-gradient(135deg,#7f8c8d 0%,#95a5a6 100%)
        }

#listTicketTrackingChangePayModal .form-group:nth-child(1) {
    animation-delay: 0.1s
}

#listTicketTrackingChangePayModal .form-group:nth-child(2) {
    animation-delay: 0.2s
}

#listTicketTrackingChangePayModal .form-group:nth-child(3) {
    animation-delay: 0.3s
}

@keyframes formFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

#listTicketTrackingChangePayModal.show .modal-backdrop {
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(4px)
}

#listTicketTrackingChangePayModal .btn-info.loading {
    position: relative;
    pointer-events: none
}

    #listTicketTrackingChangePayModal .btn-info.loading i {
        animation: fa-spin 0.8s linear infinite
    }

@media (max-width:576px) {
    #listTicketTrackingChangePayModal .modal-dialog {
        margin: 0.5rem
    }

    #listTicketTrackingChangePayModal .modal-header {
        padding: 20px
    }

        #listTicketTrackingChangePayModal .modal-header .modal-title {
            font-size: 18px
        }

    #listTicketTrackingChangePayModal .modal-body {
        padding: 20px
    }

    #listTicketTrackingChangePayModal .modal-footer {
        padding: 15px 20px;
        flex-direction: column
    }

        #listTicketTrackingChangePayModal .modal-footer .btn {
            width: 100%;
            min-width: auto
        }
}

html[lang="fa"] #listTicketTrackingChangePayModal, html[lang="ar"] #listTicketTrackingChangePayModal {
    direction: rtl;
    text-align: right
}

html[lang="en"] #listTicketTrackingChangePayModal {
    direction: ltr;
    text-align: left
}

html[lang="fa"] #listTicketTrackingChangePayModal .modal-header .close, html[lang="ar"] #listTicketTrackingChangePayModal .modal-header .close {
    margin-left: -10px;
    margin-right: auto
}

html[lang="en"] #listTicketTrackingChangePayModal .modal-header .close {
    margin-right: -10px;
    margin-left: auto
}

html[lang="fa"] #listTicketTrackingChangePayModal .float-right, html[lang="ar"] #listTicketTrackingChangePayModal .float-right {
    float: left !important
}

html[lang="en"] #listTicketTrackingChangePayModal .float-right {
    float: right !important
}

#listTicketTrackingChangePayModal .modal-body::-webkit-scrollbar {
    width: 8px
}

#listTicketTrackingChangePayModal .modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px
}

#listTicketTrackingChangePayModal .modal-body::-webkit-scrollbar-thumb {
    background: #3498db;
    border-radius: 10px
}

    #listTicketTrackingChangePayModal .modal-body::-webkit-scrollbar-thumb:hover {
        background: #2980b9
    }

.tab-content.background-white {
    border-color: var(--border);
    border-radius: 0 0 var(--radius-lvl1) var(--radius-lvl1);
    background: var(--surface-1);
    /* border: 1px solid var(--border); */
    box-shadow: 0 6px 18px var(--shadow-sm);
}


.resultSortingItem.activeTab {
    color: var(--secondary)
}

.search-filter .nav-tabs .nav-link.active:after {
    opacity: 1;
}

.search-filter .nav-tabs .nav-link:after {
    content: "";
    width: 60px;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    background: currentColor;
    height: 6px;
    border-radius: 20px 20px 0 0;
    opacity: 0;
    transition: 0.3s all;
}

@media (max-width:991px) {
    .app-download-links {
        justify-content: center;
        margin-top: 20px
    }
}

.fab-main {
    background: var(--brand-primary);
    color: var(--white,#fff);
    z-index: 10
}

.main-footer ul {
    padding: 0;
}

footer .widget-title:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: var(--accent-#00f)
}

.footer-links li a:hover {
    color: var(--accent-#00f);
    padding-right: 8px
}

html[lang=en] .footer-contact i {
    margin-left: 0;
    margin-right: 10px
}

.copyright-text a {
    color: var(--brand-primary);
    text-decoration: none
}

@media (max-width:576px) {
    .n-item {
        padding: 12px
    }

    .n-date-box {
        min-width: 55px;
        height: 55px
    }

    .n-day {
        font-size: 1rem
    }

    .n-desc {
        display: none
    }
}

@media (max-width:576px) {
    .faq-header {
        padding: 15px 20px
    }

    .faq-question {
        font-size: 0.85rem
    }
}

@media (max-width:768px) {
    .f-airport-name, .f-airline-part {
        display: none
    }

    .f-route-part {
        padding: 0
    }

    .f-loc-node {
        min-width: 70px
    }
}

@media screen and (max-width:760px) {
    .lastSearchContainer {
        margin-inline: 12px
    }
}


@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-8px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (max-width:480px) {
    .custom-select-container {
        max-width: 100%
    }

    .select-trigger {
        padding: 14px 12px 6px
    }

    .floating-label {
        right: 12px
    }
}

@media (max-width:768px) {
    .visa-search-wrapper {
        flex-direction: column;
        background: transparent;
        box-shadow: none;
        padding: 0;
        margin-bottom: 12px
    }

    .custom-select-container, .search-btn {
        width: 100%;
        margin-bottom: 10px;
        background: #feffff;
        border-radius: 12px;
        border: none;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05)
    }

        .custom-select-container:last-child {
            margin-bottom: 0
        }

    button.search-btn {
        margin: 0
    }

    ul.nav.search-filter.nav-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
        justify-content: start
    }

        ul.nav.search-filter.nav-tabs li a {
            white-space: nowrap;
            width: auto;
            flex-grow: 1;
            display: flex;
            align-items: center;
            min-width: 100px
        }

        ul.nav.search-filter.nav-tabs li {
            flex-grow: 1;
            width: 100%;
            display: flex
        }
}

.flight-input-group.locations-group > button {
    border-radius: 50px;
    padding: 0;
    width: 28px;
    height: 28px;
    background: transparent;
    border: 1px solid #ccc
}

@media screen and (max-width:768px) {
    .flight-form-row {
        flex-wrap: wrap
    }

    .flight-input-group.locations-group {
        width: 100%;
        margin-bottom: 10px
    }

    .flight-input-group.dates-group {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px
    }

    .custom-select-container, .search-btn {
        margin-bottom: 0;
        box-shadow: none
    }
}

@media screen and (max-width :720px) {
    .calendar-shell {
        width: 100%
    }

    .flight-input-group.locations-group .select-options {
        width: 100%
    }
}

.can-toggle {
    position: relative;
    display: inline-block;
    font-family: inherit;
    direction: rtl
}

    .can-toggle input {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0
    }

    .can-toggle label {
        display: flex;
        align-items: center;
        gap: 12px;
        cursor: pointer;
        user-select: none
    }

.can-toggle__switch {
    position: relative;
    width: 56px;
    height: 28px;
    background: #e0e0e0;
    border-radius: 28px;
    transition: background 0.3s ease;
    flex-shrink: 0
}

    .can-toggle__switch:before {
        content: "";
        position: absolute;
        width: 24px;
        height: 24px;
        background: #fff;
        border-radius: 50%;
        top: 2px;
        right: 2px;
        transition: transform 0.3s ease;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        display: flex;
        align-items: center;
        justify-content: center
    }

    .can-toggle__switch .icon-unchecked, .can-toggle__switch .icon-checked {
        position: absolute;
        width: 16px;
        height: 16px;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        transition: opacity 0.3s ease,transform 0.3s ease;
        pointer-events: none
    }

    .can-toggle__switch .icon-unchecked {
        right: 6px;
        opacity: 1;
        color: #999
    }

    .can-toggle__switch .icon-checked {
        left: 6px;
        opacity: 0;
        color: var(--secondary)
    }

.can-toggle__label-text {
    font-size: 14px;
    font-weight: 500;
    color: #666
}

    .can-toggle__label-text .text-unchecked, .can-toggle__label-text .text-checked {
        transition: opacity 0.3s ease
    }

    .can-toggle__label-text .text-checked {
        display: none
    }

.can-toggle input:checked + label .can-toggle__switch {
    background: var(--secondary)
}

    .can-toggle input:checked + label .can-toggle__switch:before {
        transform: translateX(-28px);
        animation: toggleSlide 0.3s ease
    }

    .can-toggle input:checked + label .can-toggle__switch .icon-unchecked {
        opacity: 0
    }

    .can-toggle input:checked + label .can-toggle__switch .icon-checked {
        opacity: 1
    }

.can-toggle input:checked + label .can-toggle__label-text .text-unchecked {
    display: none
}

.can-toggle input:checked + label .can-toggle__label-text .text-checked {
    display: inline;
    color: var(--secondary)
}

.can-toggle label:hover .can-toggle__switch {
    background: #d0d0d0
}

.can-toggle input:checked + label:hover .can-toggle__switch {
    background: var(--secondary)
}

.can-toggle input:focus + label .can-toggle__switch {
    outline: 2px solid;
    outline-offset: 2px
}

@keyframes toggleSlide {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-14px)
    }

    100% {
        transform: translateX(-28px)
    }
}

.auth-section .btn {
    padding: 9px 24px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 13.5px;
    border: 0px solid var(--primary);
    background: var(--primary);
    color: #fff !important
}

@media (max-width:768px) {
    .main-header {
        padding: 10px 0
    }

    .mobile-logo img {
        max-height: 45px
    }

    .nav-link-item {
        font-size: 13px;
        padding: 8px 12px
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.mobile-menu-items a i {
    margin-left: 0;
    font-size: 18px;
    width: 24px;
    text-align: center;
    margin-right: 12px;
}

html[lang="en"].mobile-menu-items a i {
    margin-right: 12px;
    margin-left: 0
}

@media (max-width:768px) {
    .lang-selector-desktop {
        display: none
    }

    .lang-selector-mobile {
        display: inline-flex !important
    }

    .lang-text-desktop {
        display: none
    }

    .lang-text-mobile {
        display: inline !important
    }
}

@media (min-width: 920px) {
    .lang-selector-mobile {
        display: none !important
    }

    .mobile-side-menu, .mobile-menu-overlay {
        display: none !important
    }
}


@keyframes dropdownFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (max-width:768px) {
    .lang-selector-desktop {
        display: none !important
    }

    .lang-selector-mobile {
        display: inline-block !important
    }

    html[lang=fa] header .dropdown-menu.show {
        transform: translate3d(125px,22px,-12px) !important
    }
}

@media (min-width:769px) {
    .lang-selector-mobile {
        display: none !important
    }

    .lang-selector-desktop {
        display: inline-block !important
    }

    html[lang=fa] header .lang-dropdown-menu.dropdown-menu.show {
        transform: translate3d(36px,29px,-12px) !important
    }

    html[lang=fa] header .user-area.dropdown-menu.show {
        transform: translate3d(60%,35px,-12px) !important;
        border: 1px solid #e9ecef;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        padding: 8px
    }

        html[lang=fa] header .user-area.dropdown-menu.show li a {
            color: #2c3e50
        }
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px) scale(0.95)
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

@keyframes headerShine {
    0%,100% {
        transform: translate(0,0)
    }

    50% {
        transform: translate(-10px,-10px)
    }
}

@keyframes formFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (max-width:576px) {
    #listTicketTrackingChangePayModal .modal-dialog {
        margin: 0.5rem
    }

    #listTicketTrackingChangePayModal .modal-header {
        padding: 20px
    }

        #listTicketTrackingChangePayModal .modal-header .modal-title {
            font-size: 18px
        }

    #listTicketTrackingChangePayModal .modal-body {
        padding: 20px
    }

    #listTicketTrackingChangePayModal .modal-footer {
        padding: 15px 20px;
        flex-direction: column
    }

        #listTicketTrackingChangePayModal .modal-footer .btn {
            width: 100%;
            min-width: auto
        }
}

body {
    background: #f3f4f6;
}

.visa-card-modern {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow-sm);
    transition: all 0.25s ease;
    margin-bottom: 2rem
}

.card-header-modern {
    background: linear-gradient(to right,#fff,#f9f9f9);
    border-bottom: 1px solid;
    padding: 1.25rem 1.5rem
}

.country-flag-box {
    width: 64px;
    height: 48px;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.08)
}

    .country-flag-box img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.widget-title {
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer
}

.sorting-chips-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    padding: 0.5rem 0
}

.sorting-chip {
    padding: 0.5rem 1.1rem;
    font-size: 0.92rem;
    font-weight: 500;
    border-radius: 999px;
    background: #f1f3f5;
    border: 1px solid #e2e6ea;
    color: var(--gray);
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap
}

    .sorting-chip:hover {
        background: #e5e7eb;
        color: #374151
    }

    .sorting-chip.active {
        background: var(--primary-light);
        border-color: var(--primary);
        color: var(--primary);
        font-weight: 600
    }

.visa-option-card {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: all 0.22s
}

    .visa-option-card:hover {
        border-color: var(--primary);
        box-shadow: 0 6px 18px rgba(40,167,69,0.1)
    }

.visa-info-row .col-3 {
    border-left: 1px solid
}

    .visa-info-row .col-3:first-child {
        border-right: 0
    }

.visa-info-row i {
    font-size: 1rem;
    margin-bottom: 0.35rem
}

.passenger-box {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 0.9rem 0.6rem;
    text-align: center;
    background: #fff
}

.passenger-title {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
    color: #4b5563
}

.btn-success {
    background: var(--primary) !important;
    border: none !important;
    padding: 0.85rem 1.6rem;
    font-size: 1.05rem;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(40,167,69,0.22);
    transition: all 0.25s
}

    .btn-success:hover {
        background: var(--primary-dark) !important;
        transform: translateY(-2px);
        box-shadow: 0 8px 22px rgba(40,167,69,0.3)
    }

.nav-tabs .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    color: var(--gray);
    font-weight: 600
}

    .nav-tabs .nav-link.active {
        color: var(--primary);
        border-bottom-color: var(--primary)
    }

@media (max-width:992px) {
    .visa-action-row .btn-success {
        width: 100%;
        margin-top: 1rem
    }
}

.flight-form-container.multi-active .flight-form-row {
    justify-content: start;
    margin-bottom: 10px
}

    .flight-form-container.multi-active .flight-form-row > button {
        margin-right: auto
    }

.flight-form-container.multi-active .flight-input-group.locations-group {
    width: 55%
}

.add-multi-flight {
    padding: 0;
    border: none
}

.flight-form-container:not(.multi-active) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between
}

    .flight-form-container:not(.multi-active) .multi-city-wrap {
        width: 80%
    }

        .flight-form-container:not(.multi-active) .multi-city-wrap .flight-input-group.locations-group {
            width: 60%
        }

.flight-form-container.multi-active .search-flight-wrap {
    justify-content: end;
    display: flex
}

.flight-form-container.multi-active .flight-input-group.dates-group {
    max-width: unset;
    flex-grow: 1
}

.hero-items-rows {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    max-width: 100%;
}

@media screen and (max-width:640px) {
    .hero-items-rows {
        /* overflow-x: hidden; */
    }
}

.hero-form-row {
    display: flex;
    flex-wrap: wrap
}

.hero-input-group {
    border-radius: 12px;
    align-items: center;
    width: 20%;
    flex-grow: 1;
    overflow: hidden;
}

.hero-form-row.hero-input-group-nowrap {
    flex-wrap: nowrap
}


.bg-gray.w-100.mt-4 {
    border: 3px dashed #ddd;
    border-radius: 13px;
    padding-bottom: 16px;
    padding-top: 16px;
    position: relative
}

.gap-2 {
    gap: 1rem
}

.cargo-info-row div {
    font-size: 12px;
    text-align: right
}

:root {
    /* ================= Foundation ================= */
    --base-font: 14px;
    --base-radius: 20px;
    --base-gap: 16px;
    --radius-lvl1: 20px;
    --radius-lvl2: 15px;
    --radius-lvl3: 10px;
    --radius-lvl4: 5px;
    /* ================= Typography ================= */
    --text-sm-4: 8px;
    --text-sm-3: 9px;
    --text-sm-2: 11px;
    --text-sm-1: 12px;
    --text-base: 14px;
    --text-lg-1: 16px;
    --text-lg-2: 19px;
    --text-lg-3: 21px;
    --text-lg-4: 24px;
    --text-lg-5: 28px;
    --text-lg-6: 32px;
    /* ================= Brand Inputs ================= */
    /* فقط این‌ها در تم‌ها عوض می‌شوند */
    --brand-primary: oklch(65% 0.20 40);
    --brand-secondary: oklch(60% 0.18 25);
    --brand-accent: oklch(55% 0.12 160);
    --brand-hue: 40;
    /* ================= PRIMARY ENGINE ================= */
    --primary: var(--brand-primary);
    --primary-light-1: color-mix(in oklch, var(--brand-primary) 80%, white);
    --primary-light-2: color-mix(in oklch, var(--brand-primary) 60%, white);
    --primary-dark-1: color-mix(in oklch, var(--brand-primary) 80%, black);
    --primary-dark-2: color-mix(in oklch, var(--brand-primary) 60%, black);
    --primary-soft: color-mix(in oklch, var(--brand-primary) 12%, transparent);
    --primary-border: color-mix(in oklch, var(--brand-primary) 30%, transparent);
    --primary-glow: color-mix(in oklch, var(--brand-primary) 35%, transparent);
    --primary-glow-lg: color-mix(in oklch, var(--brand-primary) 45%, transparent);
    --primary-glow-xl: color-mix(in oklch, var(--brand-primary) 55%, transparent);
    --on-primary: white;
    /* ================= SECONDARY ENGINE ================= */
    --secondary: var(--brand-secondary);
    --secondary-light-1: color-mix(in oklch, var(--brand-secondary) 80%, white);
    --secondary-light-2: color-mix(in oklch, var(--brand-secondary) 60%, white);
    --secondary-dark-1: color-mix(in oklch, var(--brand-secondary) 80%, black);
    --secondary-dark-2: color-mix(in oklch, var(--brand-secondary) 60%, black);
    --secondary-soft: color-mix(in oklch, var(--brand-secondary) 12%, transparent);
    --secondary-border: color-mix(in oklch, var(--brand-secondary) 30%, transparent);
    --secondary-glow: color-mix(in oklch, var(--brand-secondary) 35%, transparent);
    --on-secondary: white;
    /* ================= ACCENT ENGINE ================= */
    --accent: var(--brand-accent);
    --accent-light-1: color-mix(in oklch, var(--brand-accent) 80%, white);
    --accent-light-2: color-mix(in oklch, var(--brand-accent) 60%, white);
    --accent-dark-1: color-mix(in oklch, var(--brand-accent) 80%, black);
    --accent-dark-2: color-mix(in oklch, var(--brand-accent) 60%, black);
    --accent-soft: color-mix(in oklch, var(--brand-accent) 12%, transparent);
    --accent-border: color-mix(in oklch, var(--brand-accent) 30%, transparent);
    --accent-glow: color-mix(in oklch, var(--brand-accent) 35%, transparent);
    --on-accent: white;
    /* ================= LIGHT SURFACE ENGINE ================= */
    --background: color-mix(in oklch, var(--brand-primary) 1%, white);
    --surface-1: color-mix(in oklch, var(--brand-primary) 1%, white);
    --surface: color-mix(in oklch, var(--brand-primary) 3%, white);
    --surface-2: color-mix(in oklch, var(--brand-primary) 6%, white);
    --surface-3: color-mix(in oklch, var(--brand-primary) 10%, white);
    --surface-variant: color-mix(in oklch, var(--brand-primary) 16%, white);
    --border: color-mix(in oklch, var(--brand-primary) 14%, oklch(92% 0 0));
    --on-background: oklch(28% 0.02 var(--brand-hue));
    --on-surface: oklch(28% 0.02 var(--brand-hue));
    --on-surface-1: oklch(30% 0.02 var(--brand-hue));
    --on-surface-2: oklch(38% 0.02 var(--brand-hue));
    --on-surface-3: oklch(45% 0.02 var(--brand-hue));
    /* ================= SHADOW ENGINE ================= */
    --shadow-sm: color-mix(in oklch, var(--primary-dark-2) 12%, transparent);
    --shadow-md: color-mix(in oklch, var(--primary-dark-2) 20%, transparent);
    --shadow-lg: color-mix(in oklch, var(--primary-dark-2) 30%, transparent);
    --knob-shadow: color-mix(in oklch, var(--primary-dark-2) 40%, transparent);
    /* ================= WHITE OVERLAYS ================= */
    --white-20: oklch(100% 0 0 / 0.20);
    --white-25: oklch(100% 0 0 / 0.25);
    --white-30: oklch(100% 0 0 / 0.30);
    --white-40: oklch(100% 0 0 / 0.40);
}

/* ================= DARK MODE ================= */
[data-theme="dark"] {
    --background: color-mix(in oklch, var(--brand-primary) 8%, oklch(18% 0 0));
    --surface: color-mix(in oklch, var(--brand-primary) 6%, oklch(22% 0 0));
    --surface-1: color-mix(in oklch, var(--surface) 92%, black);
    --surface-2: color-mix(in oklch, var(--surface) 86%, black);
    --surface-3: color-mix(in oklch, var(--surface) 80%, black);
    --surface-variant: color-mix(in oklch, var(--surface) 84%, black);
    --border: color-mix(in oklch, white 14%, transparent);
    --on-background: oklch(94% 0.01 var(--brand-hue));
    --on-surface: oklch(94% 0.01 var(--brand-hue));
    --on-surface-1: oklch(94% 0.01 var(--brand-hue));
    --on-surface-2: oklch(86% 0.01 var(--brand-hue));
    --on-surface-3: oklch(78% 0.01 var(--brand-hue));
    --shadow-sm: color-mix(in oklch, black 35%, transparent);
    --shadow-md: color-mix(in oklch, black 45%, transparent);
    --shadow-lg: color-mix(in oklch, black 70%, transparent);
    --knob-shadow: color-mix(in oklch, black 55%, transparent);
}

/* ================= THEMES ================= */
:root.cargo-theme {
    --brand-primary: oklch(72% 0.19 70); /* cargo orange */
    --brand-secondary: oklch(0.81 0.18 67.11); /* amber */
    --brand-accent: oklch(60% 0.14 200); /* teal accent */
    --brand-hue: 70;
    - primary: var(--brand-primary);
    --secondary: var(--brand-secondary);
    --accent: var(--brand-accent);
    --on-primary: oklch(20% 0.05 70);
}



:root.hotel-theme {
    --brand-primary: oklch(60% 0.22 12); /* burgundy */
    --brand-secondary: oklch(0.65 0.21 6.88); /* rose */
    --brand-accent: oklch(55% 0.18 340); /* plum */
    --brand-hue: 12;
    --primary: var(--brand-primary);
    --secondary: var(--brand-secondary);
    --accent: var(--brand-accent);
    --on-primary: white;
}

:root.flight-theme {
    --brand-primary: oklch(65% 0.19 250); /* sky blue */

    --brand-secondary: oklch(72% 0.15 235); /* azure */

    --brand-accent: oklch(52% 0.18 265); /* deep aviation blue */

    --brand-hue: 250;
    --primary: var(--brand-primary);
    --secondary: var(--brand-secondary);
    --accent: var(--brand-accent);
    --on-primary: white;
}


:root.visa-theme {
    --brand-primary: oklch(65% 0.18 150); /* emerald */

    --brand-secondary: oklch(72% 0.16 135); /* fresh green */

    --brand-accent: oklch(52% 0.17 165); /* forest */

    --brand-hue: 150;
    --primary: var(--brand-primary);
    --secondary: var(--brand-secondary);
    --accent: var(--brand-accent);
    --on-primary: white;
}



.btn-read-more {
    color: var(--secondary);
    border-color: var(--secondary);
}

a {
    color: var(--brand-primary);
}

.text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(transparent, var(--dark));
    pointer-events: none; /* Ø¬Ù„ÙˆÚ¯ÛŒØ±ÛŒ Ø§Ø² ØªØ¯Ø§Ø®Ù„ Ø¨Ø§ Ú©Ù„ÛŒÚ© */
    transition: 0.3s;
}

.back-to-top {
    background-color: var(--brand-primary);
    border: var(--brand-primary);
}


/* body */
[data-theme="dark"] body {
    background: var(--background);
    color: var(--on-background);
}

/* header */
[data-theme="dark"] header {
    background: var(--surface-3);
    color: var(--on-surface-3);
    border-bottom: 1px solid var(--border);
}

    /* لینک های داخل هدر */
    [data-theme="dark"] header a {
        color: var(--on-surface);
    }

        [data-theme="dark"] header a:hover {
            color: var(--primary);
        }

/* کارت ها یا باکس های داخل صفحه */
[data-theme="dark"] .card,
[data-theme="dark"] .box {
    background: var(--surface-2);
    color: var(--on-surface-2);
    border: 1px solid var(--border);
}

[data-theme="dark"] .lang-dropdown-btn, [data-theme="dark"] header .dropdown-menu.show {
    background: var(--surface-1);
    color: var(--on-surface-1);
    border: 1px solid var(--border);
}


.box-shadow {
    -webkit-box-shadow: 0 0 32px -8px var(--shadow-lg);
    -moz-box-shadow: 0 0 32px -8px var(--shadow-lg);
    box-shadow: 0 0 32px -8px var(--knob-shadow);
}


.select-wrapper {
    border-radius: 12px;
}


.container.cargo-color {
    background: #f4f6f9
}

.cargo-card {
    background: #fff;
    border-radius: 16px;
    border: 1.5px solid #e8edf3;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.2s,border-color 0.2s
}

    .cargo-card::before {
        content: ''
    }

    .cargo-card:hover {
        box-shadow: 0 6px 24px rgba(0,0,0,0.12);
        border-color: var(--primary)
    }

.company-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex-shrink: 0
}

.company-logo-wrap {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid #e8edf3;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    padding: 6px
}

    .company-logo-wrap img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }

.company-name {
    font-size: 12px;
    font-weight: 700;
    color: var(--text-dark);
    background: var(--primary-soft);
    padding: 2px 10px;
    border-radius: 20px;
    border: 1px solid var(--primary-border);
    white-space: nowrap
}

.route-cities {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px
}

.route-weight-badge {
    background: var(--primary-soft);
    color: var(--primary);
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
    border: 1px solid var(--primary-border)
}

.route-line-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 0
}

.route-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary);
    flex-shrink: 0
}

.route-dashes {
    flex: 1;
    height: 2px;
    background: repeating-linear-gradient(90deg,var(--primary) 0px,var(--primary) 9px,transparent 9px,transparent 18px);
    background-size: 200% 100%;
}

.cargo-card:hover .route-dashes {
    animation: dashMove 20s linear infinite
}

@keyframes dashMove {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -200% 0
    }
}

.truck-icon {
    color: var(--primary);
    font-size: 18px;
    margin: 0 6px;
    flex-shrink: 0
}

.info-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px
}

.info-badge {
    background: #f7f9fc;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 11px;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap
}

    .info-badge i {
        color: var(--primary);
        font-size: 11px
    }

.price-card {
    border-radius: 12px;
    overflow: hidden;
    border: 1.5px solid #e8edf3;
    text-align: center
}

.price-header {
    background: linear-gradient(135deg,var(--primary),var(--primary-hover));
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.price-body {
    padding: 10px 8px;
    background: #f8fafc
}

.price-amount {
    font-size: 17px;
    font-weight: 800;
    color: var(--text-dark,#2d3748);
    direction: ltr;
    letter-spacing: -0.5px;
    line-height: 1.2
}

.price-unit {
    font-size: 11px;
    color: #94a3b8;
    margin-top: 2px
}

.cargo-btn {
    width: 100%;
    border: 1.5px solid var(--primary);
    background: transparent;
    color: var(--primary);
    border-radius: 10px;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: all 0.2s;
    font-family: inherit;
    outline: none
}

    .cargo-btn:hover, .cargo-btn[aria-expanded="true"] {
        background: var(--primary);
        color: #fff
    }

        .cargo-btn[aria-expanded="true"] .fa-chevron-down {
            transform: rotate(180deg);
            transition: transform 0.2s
        }

    .cargo-btn .fa-chevron-down {
        transition: transform 0.2s
    }

.cargo-details {
    background: #f8fafc;
    border-radius: 12px;
    padding: 16px;
    margin-top: 14px;
    border: 1.5px solid #e8edf3
}

.details-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--text-dark,#2d3748);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px
}

    .details-title i {
        color: var(--primary)
    }

.detail-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 8px
}

    .detail-item i {
        color: var(--primary);
        width: 16px;
        text-align: center
    }

.detail-highlight {
    font-weight: 700;
    color: var(--text-dark,#2d3748);
    margin-right: auto
}

.details-divider {
    height: 1px;
    background: #e2e8f0;
    margin: 12px 0
}

.final-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px
}

.final-price-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-dark,#2d3748);
    display: flex;
    align-items: center;
    gap: 5px
}

    .final-price-label i {
        color: #22c55e
    }

.final-price-value {
    font-size: 16px;
    font-weight: 800;
    color: var(--primary)
}

.btn-confirm {
    width: 100%;
    background: linear-gradient(135deg,var(--primary),var(--primary-hover));
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    transition: opacity 0.2s,transform 0.1s;
    font-family: inherit
}

    .btn-confirm:hover {
        opacity: 0.92;
        transform: translateY(-1px)
    }

.steps .step.completed .step-icon {
    border-color: var(--primary);
    background-color: var(--primary);
    color: #fff
}

.steps .step.completed .step-icon-wrap::before, .steps .step.completed .step-icon-wrap::after {
    background-color: var(--primary)
}

.select-options .option-item.selected span.option-text .mute, .option-item.selected .mute {
    color: var(--primary)
}

@media (max-width:768px) {
    .cargo-card::before {
        content: '';
        display: none
    }

    .cargo-card {
        padding: 14px 14px !important
    }

        .cargo-card > .d-flex {
            flex-direction: column !important;
            gap: 14px
        }

    .company-section {
        flex-direction: row !important;
        align-items: center;
        gap: 12px;
        min-width: unset !important;
        width: 100%;
        border-bottom: 1px solid #e8edf3;
        padding-bottom: 12px
    }

    .company-logo-wrap {
        width: 48px;
        height: 48px;
        flex-shrink: 0
    }

    .company-name {
        font-size: 14px
    }

    .flex-fill {
        padding: 0 0 !important;
        width: 100%
    }

    .city-name {
        font-size: 14px
    }

    .route-weight-badge {
        font-size: 11px
    }

    .info-badge {
        font-size: 10px;
        padding: 2px 8px
    }

    .cargo-card > .d-flex > div:last-child {
        display: flex !important;
        flex-direction: row !important;
        align-items: stretch;
        gap: 10px;
        min-width: unset !important;
        width: 100%
    }

    .price-card {
        flex: 1;
        position: relative
    }

    .price-amount {
        font-size: 14px
    }

    .cargo-btn {
        flex: 1;
        margin-top: 0 !important;
        align-self: stretch;
        font-size: 11px;
        padding: 7px 6px
    }
}

@media (max-width:480px) {
    .price-header {
        transform: rotate(90deg);
        width: 100px;
        position: absolute;
        top: 0;
        right: -36px
    }

    .cargo-card {
        padding: 12px 12px !important;
        border-radius: 12px
    }

        .cargo-card > .d-flex > div:last-child {
            flex-direction: column !important
        }

    .price-amount {
        font-size: 15px
    }

    .cargo-btn {
        padding: 9px 10px;
        font-size: 12px
    }

    .info-badges {
        gap: 4px
    }

    .info-badge {
        font-size: 10px;
        padding: 2px 7px
    }

    .city-name {
        font-size: 13px
    }

    .cargo-details {
        padding: 12px
    }

    .final-price-row {
        flex-direction: column;
        align-items: flex-start
    }

    .final-price-value {
        font-size: 15px
    }
}

.filter-sidebar {
    background: #fff;
    border-radius: 14px;
    border: 1px solid var(--primary-light-2);
    box-shadow: 0 2px 12px var( --shadow-md);
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    top: 16px
}

.filter-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 16px;
    background: linear-gradient(135deg,var(--primary),var(--primary-hover));
    color: var(--on-background);
    font-weight: 700;
    font-size: 14px
}

.filter-header-icon {
    width: 30px;
    height: 30px;
    background: var(--white-20);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
    font-size: 14px
}

.filter-reset-btn {
    margin-right: auto;
    background: var(--primary-soft);
    border: 1px solid var(--white-30);
    color: var(--on-background);
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s
}

    .filter-reset-btn .fa {
        margin-left: 4px
    }

    .filter-reset-btn:hover {
        background: var(--white-30)
    }

.filter-section {
    padding: 14px 16px
}

.filter-section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 12px
}

    .filter-section-title .fa {
        color: var(--primary);
        margin-left: 7px;
        width: 14px;
        text-align: center
    }

.filter-divider {
    height: 1px;
    background: linear-gradient(to left,transparent,var(--primary-light-2),transparent);
    margin: 0 16px
}

.sort-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px
}

.sort-option {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    padding: 8px 4px;
    border: 1.5px solid var(--primary-border);
    border-radius: 10px;
    font-size: 10px;
    color: var(--gray);
    cursor: pointer;
    transition: .2s;
    text-align: center;
    background: #fff
}

    .sort-option .fa {
        font-size: 13px
    }

    .sort-option:hover {
        border: 1px solid var(--primary-glow-lg);
        color: var(--primary);
        background: var(--primary-soft)
    }

    .sort-option.active {
        border-color: var(--primary);
        color: var(--primary);
        background: var(--primary-soft);
        font-weight: 700
    }

.price-range-wrap {
    padding: 0 2px
}

.price-range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 5px;
    background: linear-gradient(to left,var(--primary) 100%,var(--border-soft) 100%);
    border-radius: 10px;
    outline: 0;
    cursor: pointer;
    margin-bottom: 10px
}

    .price-range::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 20px;
        height: 20px;
        background: var(--primary);
        border-radius: 50%;
        border: 3px solid #fff;
        box-shadow: 0 2px 8px var(--primary-glow);
        cursor: pointer;
        transition: .2s
    }

    .price-range::-moz-range-thumb {
        width: 20px;
        height: 20px;
        background: var(--primary);
        border-radius: 50%;
        border: 3px solid #fff;
        box-shadow: 0 2px 8px var(--primary-glow);
        cursor: pointer
    }

.price-range-labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 11px;
    color: var(--text-muted)
}

.price-range-val {
    font-weight: 700;
    color: var(--primary)
}

.checkbox-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px
}

.custom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 7px 10px;
    border-radius: 10px;
    border: 1.5px solid transparent;
    transition: .2s;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden
}

    .custom-checkbox:hover {
        background: var(--primary-soft);
        border-color: var(--primary-border)
    }

    .custom-checkbox input[type="checkbox"] {
        display: none
    }

.checkbox-box {
    width: 17px;
    height: 17px;
    border: 2px solid #ccc;
    border-radius: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    transition: .2s;
    margin-left: 9px;
    background: #fff
}

    .checkbox-box::after {
        content: '\f00c';
        font: 9px 'FontAwesome';
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        opacity: 0;
        transition: .15s
    }

.custom-checkbox input[type="checkbox"]:checked + .checkbox-box {
    background: var(--primary);
    border-color: var(--primary)
}

    .custom-checkbox input[type="checkbox"]:checked + .checkbox-box::after {
        opacity: 1
    }

.checkbox-label {
    font-size: 12px;
    color: var(--text-mid);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.checkbox-badge {
    font-size: 10px;
    background: linear-gradient(135deg,var(--primary),var(--primary-hover));
    color: #fff;
    padding: 2px 7px;
    border-radius: 20px;
    font-weight: 600
}

.toggle-filter-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 11px 12px;
    border: 1.5px solid var(--border-light);
    border-radius: 12px;
    cursor: pointer;
    transition: .25s
}

    .toggle-filter-card:hover {
        border-color: var(--primary-border);
        background: var(--primary-soft)
    }

    .toggle-filter-card.is-active {
        border-color: var(--primary);
        background: var(--primary-soft)
    }

.toggle-filter-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.toggle-filter-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: var(--primary-soft);
    border: 1px solid var(--primary-border);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--primary);
    font-size: 13px;
    margin-left: 10px;
    transition: .2s;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.toggle-filter-card.is-active .toggle-filter-icon {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary)
}

.toggle-filter-name {
    font-size: 12px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 2px
}

.toggle-filter-desc {
    font-size: 10px;
    color: var(--text-muted)
}

.custom-toggle {
    width: 40px;
    height: 22px;
    background: #ddd;
    border-radius: 20px;
    position: relative;
    transition: .3s;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

    .custom-toggle.is-on {
        background: var(--primary)
    }

.toggle-knob {
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    right: 3px;
    box-shadow: 0 1px 4px var(--knob-shadow);
    transition: .3s
}

.custom-toggle.is-on .toggle-knob {
    right: calc(100% - 19px)
}

.fragile-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px
}

.fragile-option {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    margin-bottom: 0
}

    .fragile-option input[type="radio"] {
        display: none
    }

.fragile-option-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    padding: 9px 4px;
    border-radius: 10px;
    font-size: 11px;
    transition: .2s;
    text-align: center;
    border: 1.5px solid var(--primary-border);
    color: var(--gray);
}

    .fragile-option-inner .fa {
        font-size: 15px
    }

.fragile-option:hover .fragile-option-inner {
    border-color: var(--primary-border);
    color: var(--primary);
    background: var(--primary-soft)
}

.fragile-option input[type="radio"]:checked + .fragile-option-inner {
    border-color: var(--primary);
    color: var(--primary);
    background: var(--primary-soft);
    font-weight: 700
}

.weight-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 8px
}

.weight-input-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.weight-label {
    display: block;
    font-size: 10px;
    color: var(--text-muted);
    margin-bottom: 4px;
    font-weight: 600
}

.weight-input {
    width: 100%;
    padding: 7px 10px;
    border: 1.5px solid var(--border-mid);
    border-radius: 10px;
    font-size: 12px;
    color: var(--text-dark);
    outline: 0;
    transition: .2s;
    text-align: center
}

    .weight-input:focus {
        border-color: var(--primary);
        box-shadow: 0 0 0 3px var(--primary-soft)
    }

.weight-separator {
    font-size: 16px;
    color: #ccc;
    padding-bottom: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.filter-apply-wrap {
    padding: 14px 16px
}

.filter-apply-btn {
    width: 100%;
    background: linear-gradient(135deg,var(--primary),var(--primary));
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 10px;
    font-size: 13px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: .25s;
    box-shadow: 0 4px 16px var(--primary-glow);
    cursor: pointer
}

    .filter-apply-btn .fa {
        margin-left: 7px
    }

    .filter-apply-btn:hover {
        color: #fff;
        box-shadow: 0 6px 20px var(--primary-glow-xl);
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px)
    }

.filter-count-badge {
    background: var(--white-25);
    border: 1px solid var(--white-40);
    border-radius: 20px;
    padding: 1px 9px;
    font-size: 11px;
    font-weight: 700;
    min-width: 22px;
    text-align: center;
    margin-right: 8px;
    transition: .2s
}

.seo-heading {
    border-right: 0px solid var(--brand-primary);
    border-left: 4px solid var(--brand-primary);
    padding-left: 15px;
    padding-right: 0px;
}

label.HistorySearch_item_city i {
    transform: rotate(180deg);
}

@media (max-width:767px) {
    .filter-sidebar {
        position: static;
        margin-bottom: 20px
    }
}

.calendar__header button {
    transform: rotate(180deg);
}


@media screen and (max-width: 920px) {
    button.swap-btn.fa.fa-exchange {
        position: absolute;
        left: 39%;
        transform: translate(50%,0%);
        z-index: 6;
        background: #fff
    }

    ul.search-filter li.nav-item a.nav-link i {
        width: auto
    }

    .flight-form-container:not(.multi-active) {
        display: flex;
        flex-wrap: wrap;
        width: 100%
    }

    .hero-form-row.hero-input-group-nowrap {
        flex-wrap: wrap
    }

    .flight-form-container:not(.multi-active) .multi-city-wrap {
        width: 100%
    }

        .flight-form-container:not(.multi-active) .multi-city-wrap .flight-input-group.locations-group {
            width: 100%
        }

    .flight-form-container.multi-active .flight-input-group.locations-group {
        width: 100%;
        margin-bottom: 10px
    }

    .minimal-calendar-wrapper {
        max-width: 100% !important;
        overflow: hidden;
        left: 0 !important;
    }

    header .dropdown-menu.show {
        transform: translate3d(-138px, 31px, 0px) !important;
    }
}
