.ziptrip-money,
.search-content-total,
[data-jdp],
.jdp-container,
.jdp-container * {
    font-family: inherit !important;
    font-variant-numeric: tabular-nums;
}

.ziptrip-loading-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.72);
    backdrop-filter: blur(6px);
}

body.ziptrip-is-loading .ziptrip-loading-overlay {
    display: flex;
}

.ziptrip-loading-card {
    width: min(420px, calc(100vw - 32px));
    border-radius: 24px;
    border: 1px solid #e9edf5;
    background: #fff;
    padding: 24px;
    box-shadow: 0 24px 80px rgba(15,23,42,.12);
    text-align: right;
}

.ziptrip-loading-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    color: #0f172a;
    font-size: 26px;
    margin-bottom: 14px;
}

.ziptrip-loading-title {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 6px;
}

.ziptrip-loading-text {
    color: #64748b;
    font-size: 13px;
    margin-bottom: 18px;
}

.ziptrip-profile-menu .list-group-item.active {
    background: #0f172a;
    border-color: #0f172a;
    color: #fff;
}

.ziptrip-skeleton {
    display: block;
    height: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, #eef2f7 25%, #f8fafc 37%, #eef2f7 63%);
    background-size: 400% 100%;
    animation: ziptripSkeleton 1.25s ease-in-out infinite;
}

.ziptrip-skeleton-lg { height: 26px; }
.ziptrip-skeleton-sm { height: 10px; }

@keyframes ziptripSkeleton {
    0% { background-position: 100% 50%; }
    100% { background-position: 0 50%; }
}

@media (max-width: 767.98px) {
    .ziptrip-passenger-form .col-md-6,
    .ziptrip-passenger-form .col-md-4,
    .ziptrip-passenger-form .col-md-3 {
        width: 100%;
    }

    .ziptrip-sticky-pay {
        position: sticky;
        bottom: 12px;
        z-index: 5;
        box-shadow: 0 12px 32px rgba(0,0,0,.18);
    }
}


/* ZipTrip final visual refinements */
html,
body,
button,
input,
select,
textarea,
.dropdown-menu,
.tooltip,
.popover {
    font-family: "VazirmatnVar", "Vazirmatn", Tahoma, Arial, sans-serif !important;
    font-feature-settings: "ss01" 1, "ss02" 1;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    line-height: 1.85;
    letter-spacing: -0.01em;
}

h1, h2, h3, h4, h5, h6,
.fw-bold,
.btn,
.form-label,
.booking-nav .btn {
    letter-spacing: -0.025em;
}

.form-control,
.form-select,
.btn,
.dropdown-menu,
.card,
.modal-content {
    border-radius: 18px;
}

.ziptrip-auth-modal {
    border: 0;
    border-radius: 28px;
    box-shadow: 0 28px 90px rgba(15, 23, 42, .22);
}

.ziptrip-auth-modal .modal-header {
    padding: 22px 24px 10px;
}

.ziptrip-auth-modal .modal-body {
    padding: 18px 24px 24px;
}

.ziptrip-auth-form .input-group .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.ziptrip-auth-form .input-group .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ziptrip-trust-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .75rem;
    margin-top: .75rem;
}

.ziptrip-trust-badge {
    width: 76px;
    height: 76px;
    padding: 8px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 18px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
}

.ziptrip-trust-badge img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.ziptrip-landing-summary {
    margin-top: 1.25rem;
    padding: 1.25rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 26px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 18px 50px rgba(15, 23, 42, .10);
    backdrop-filter: blur(12px);
}

.ziptrip-landing-summary h1,
.ziptrip-landing-summary h2 {
    font-size: clamp(1.1rem, 2vw, 1.55rem);
    font-weight: 850;
    margin-bottom: .55rem;
    color: #111827;
}

.ziptrip-landing-summary p {
    color: #475569;
    margin-bottom: 0;
    line-height: 2;
}

.ziptrip-landing-summary .ziptrip-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: .9rem;
}

.ziptrip-landing-summary .ziptrip-keywords span {
    padding: .3rem .75rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: #334155;
    font-size: .86rem;
}

@media (max-width: 767.98px) {
    .ziptrip-trust-badge {
        width: 68px;
        height: 68px;
        border-radius: 16px;
    }

    .ziptrip-landing-summary {
        padding: 1rem;
        border-radius: 22px;
    }
}

/* ZipTrip landing SEO replacement sections */
.ziptrip-seo-section {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.ziptrip-seo-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 32px;
    background:
        radial-gradient(circle at top left, rgba(255, 202, 40, .20), transparent 34%),
        linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 22px 70px rgba(15, 23, 42, .08);
    padding: clamp(1.5rem, 3vw, 3rem);
    color: #0f172a;
}

.ziptrip-seo-card::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    width: 7px;
    height: 100%;
    background: linear-gradient(180deg, var(--bs-primary), #facc15);
}

.ziptrip-seo-kicker {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1rem;
    padding: .45rem .9rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, .06);
    color: #334155;
    font-weight: 750;
    font-size: .92rem;
}

.ziptrip-seo-kicker i {
    font-size: 1.2rem;
    color: var(--bs-primary);
}

.ziptrip-seo-card h1 {
    max-width: 900px;
    margin-bottom: 1rem;
    color: #0f172a;
    font-size: clamp(1.45rem, 2.6vw, 2.25rem);
    font-weight: 900;
    line-height: 1.55;
    letter-spacing: -.04em;
}

.ziptrip-seo-card h2 {
    margin-bottom: .65rem;
    color: #111827;
    font-size: 1.06rem;
    font-weight: 850;
    line-height: 1.8;
}

.ziptrip-seo-card p {
    margin-bottom: 0;
    color: #475569;
    font-size: 1rem;
    line-height: 2.25;
    text-align: justify;
}

.ziptrip-seo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.35rem;
}

.ziptrip-seo-grid > div {
    padding: 1.15rem;
    border: 1px solid rgba(15, 23, 42, .07);
    border-radius: 22px;
    background: rgba(255, 255, 255, .72);
}

.ziptrip-seo-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: 1.25rem;
}

.ziptrip-seo-tags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: .35rem .85rem;
    border-radius: 999px;
    background: #eef2f7;
    color: #334155;
    font-size: .88rem;
    font-weight: 650;
}

/* Keep license badges compact and horizontal in the footer */
.ziptrip-trust-badges {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: .45rem !important;
    width: 100%;
    max-width: 490px;
    margin-top: .85rem;
}

.ziptrip-trust-badge.footer-badge,
.footer-badge.ziptrip-trust-badge {
    flex: 0 0 58px !important;
    width: 58px !important;
    min-width: 0 !important;
    height: 58px !important;
    padding: 5px !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, .94) !important;
    border-color: rgba(15, 23, 42, .08) !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .045) !important;
}

.ziptrip-trust-badge img,
.footer-badge.ziptrip-trust-badge img {
    width: 100% !important;
    height: 100% !important;
    max-width: 48px !important;
    max-height: 48px !important;
    object-fit: contain !important;
}

@media (max-width: 767.98px) {
    .ziptrip-seo-section {
        margin-top: 1.25rem;
    }

    .ziptrip-seo-card {
        border-radius: 24px;
    }

    .ziptrip-seo-grid {
        grid-template-columns: 1fr;
    }

    .ziptrip-seo-card p {
        text-align: right;
        line-height: 2.1;
    }

    .ziptrip-trust-badges {
        justify-content: center !important;
        max-width: 100%;
    }

    .ziptrip-trust-badge.footer-badge,
    .footer-badge.ziptrip-trust-badge {
        flex-basis: 54px !important;
        width: 54px !important;
        height: 54px !important;
    }
}
