﻿@font-face {
    font-family: 'Pelak';
    src: url('../fonts/pelakfa-black.ttf') format('truetype');
    font-weight: 900;
}

@font-face {
    font-family: 'Pelak';
    src: url('../fonts/pelakfa-bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Pelak';
    src: url('../fonts/pelakfa-regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Pelak';
    src: url('../fonts/pelakfa-light.ttf') format('truetype');
    font-weight: 300;
}

* {
    box-sizing: border-box;
    font-family: 'Pelak', sans-serif;
}

/* ===== Base ===== */
body {
    margin: 0;
    background: linear-gradient(180deg,#fffdf7,#f6f1e7);
    color: #1b1b1b;
    user-select:none;
}

.container {
    max-width: 1100px;
    margin: auto;
    padding: 20px;
}

/* ===== Hero ===== */
.hero {
    background: linear-gradient(135deg,#fff7e6,#fde7b0);
    padding: 40px 0;
    text-align: center;
}

h1 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 800;
    color: #3b2a00;
}

.hero-desc {
    color: #5c4a22;
    margin-bottom: 25px;
    font-size: 15px;
}

/* ===== Phone Banner ===== */
.phone-banner {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 20px 0;
    flex-wrap: wrap;
}

.phone-card {
    background: #ffffff;
    padding: 12px 18px;
    border-radius: 12px;
    text-decoration: none;
    color: #1b1b1b;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

    .phone-card strong {
        display: block;
        color: #c18a11;
        font-size: 16px;
        font-weight: 800;
    }

/* ===== Sections ===== */
section {
    padding: 35px 0;
}

.content,
.routes,
.faq {
    background: transparent;
}

    .content p {
        color: #444;
        line-height: 1.9;
        font-size: 15px;
    }

/* ===== Trust ===== */
.trust ul {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
    gap: 12px;
    padding: 0;
    list-style: none;
    margin: 40px 0;
}

.trust li {
    background: #ffffff;
    padding: 16px;
    border-radius: 14px;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 6px 20px rgba(0,0,0,.08);
    font-weight: 600;
    color: #3b3b3b;
}

/* ===== Routes ===== */
.routes ul {
    list-style: none;
    padding: 0;
}

.routes li {
    margin-bottom: 10px;
}

.routes a {
    color: #c18a11;
    font-weight: 700;
    text-decoration: none;
}

    .routes a:hover {
        text-decoration: underline;
    }

/* ===== FAQ ===== */
.faq h3 {
    font-size: 15px;
    margin-top: 18px;
    font-weight: 700;
    color: #3b2a00;
}

.faq p {
    color: #555;
    font-size: 14px;
    line-height: 1.8;
}

/* ===== Footer ===== */
.footer {
    text-align: center;
    padding: 20px;
    background: transparent;
    color: #777;
    font-size: 13px;
}

/* ===== Quick Reserve Box (Bright / Money Section) ===== */
.quick-reserve-box.light {
    display: block;
    text-decoration: none;
    margin: 32px auto 0;
    max-width: 480px;
    padding: 28px 24px;
    border-radius: 22px;
    background: linear-gradient(135deg,#fff7e6,#fde7b0);
    box-shadow: 0 14px 45px rgba(0,0,0,.18);
    text-align: center;
    transition: .3s ease;
}

    .quick-reserve-box.light:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 60px rgba(217,164,65,.35);
    }

    .quick-reserve-box.light .qr-title {
        font-size: 19px;
        font-weight: 900;
        color: #7a4a00;
        margin-bottom: 10px;
    }

    .quick-reserve-box.light .qr-desc {
        font-size: 14px;
        color: #5c4a22;
        line-height: 1.9;
        margin-bottom: 20px;
    }

    .quick-reserve-box.light .qr-action {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 12px 24px;
        border-radius: 999px;
        background: linear-gradient(135deg,#d9a441,#f5c16c);
        color: #000;
        font-size: 14px;
        font-weight: 900;
    }

        .quick-reserve-box.light .qr-action i {
            font-size: 13px;
        }









/* ===============================
   INTERCITY TAXI PRICE PAGE
   Scope-safe – TaxiShik
================================ */

.hero-section {
    padding: 70px 20px;
    background: linear-gradient(135deg, #111 0%, #1b1b1b 100%);
    color: #fff;
    text-align: center;
}

    .hero-section h1 {
        font-size: 2.2rem;
        font-weight: 800;
        margin-bottom: 12px;
    }

    .hero-section .subtitle {
        font-size: 1.05rem;
        color: #cfcfcf;
        margin-bottom: 25px;
    }

.hero-btn {
    display: inline-block;
    padding: 14px 28px;
    background: #f6c453;
    color: #111;
    border-radius: 40px;
    font-weight: 700;
    text-decoration: none;
    transition: all .25s ease;
}

    .hero-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(246,196,83,.35);
    }

/* ===== Sections ===== */

.section-box {
    margin: 50px auto;
    background: #ffffff;
    border-radius: 22px;
    padding: 35px 30px;
    box-shadow: 0 12px 35px rgba(0,0,0,.06);
}

    .section-box h2 {
        font-size: 1.6rem;
        font-weight: 800;
        margin-bottom: 20px;
        color: #111;
    }

    .section-box p {
        line-height: 2;
        color: #444;
        font-size: .98rem;
    }

/* ===== Check List ===== */

.check-list {
    margin: 20px 0 25px;
    padding: 0;
    list-style: none;
}

    .check-list li {
        padding-right: 28px;
        margin-bottom: 10px;
        position: relative;
    }

        .check-list li::before {
            content: "✔";
            position: absolute;
            right: 0;
            color: #f6c453;
            font-weight: bold;
        }

/* ===== Price Cards ===== */

.price-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 22px;
    margin-top: 25px;
}

.price-card {
    border-radius: 18px;
    padding: 25px;
    background: #fafafa;
    border: 1px solid #eee;
    text-align: center;
    transition: all .25s ease;
}

    .price-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 14px 35px rgba(0,0,0,.08);
    }

    .price-card h3 {
        font-size: 1.15rem;
        font-weight: 800;
        margin-bottom: 8px;
    }

    .price-card p {
        font-size: .9rem;
        color: #666;
    }

.price-box {
    margin-top: 18px;
}

.old-price {
    display: block;
    color: #aaa;
    font-size: .85rem;
}

.new-price {
    font-size: 1.05rem;
    font-weight: 800;
    color: #111;
}

.price-card.vip {
    border: 1px solid #f6c453;
}

.price-card.luxury {
    background: linear-gradient(135deg, #222, #000);
    color: #fff;
}

    .price-card.luxury p,
    .price-card.luxury .new-price {
        color: #f6c453;
    }

/* ===== Table ===== */

.route-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 25px;
}

    .route-table th,
    .route-table td {
        padding: 14px;
        text-align: center;
        border-bottom: 1px solid #eee;
        font-size: .95rem;
    }

    .route-table th {
        background: #f6c453;
        color: #111;
        font-weight: 800;
    }

    .route-table tr:hover {
        background: #fafafa;
    }

/* ===== FAQ ===== */

.faq-item {
    margin-bottom: 22px;
}

    .faq-item h3 {
        font-size: 1.05rem;
        font-weight: 700;
        margin-bottom: 6px;
    }

    .faq-item p {
        font-size: .95rem;
        color: #555;
    }

/* ===== CTA ===== */

.cta-box {
    margin: 60px 0;
    padding: 55px 20px;
    background: linear-gradient(135deg, #f6c453, #ffdf8a);
    text-align: center;
    border-radius: 28px;
}

    .cta-box h2 {
        font-size: 1.8rem;
        font-weight: 900;
        margin-bottom: 10px;
    }

    .cta-box p {
        font-size: 1rem;
        margin-bottom: 20px;
    }

.cta-btn {
    display: inline-block;
    padding: 14px 32px;
    background: #111;
    color: #fff;
    border-radius: 35px;
    font-weight: 800;
    text-decoration: none;
    transition: all .25s ease;
}

    .cta-btn:hover {
        background: #000;
        transform: translateY(-2px);
    }

/* ===== Notes ===== */

.note {
    margin-top: 18px;
    font-size: .85rem;
    color: #777;
}

/* ===== Responsive ===== */

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 1.7rem;
    }

    .section-box {
        padding: 25px 20px;
    }

    .cta-box h2 {
        font-size: 1.4rem;
    }
}


/* ===============================
   BACKLINK ROUTE CARDS
   =============================== */

.backlink-grid {
    list-style: none;
    padding: 0;
    margin: 25px 0 10px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 14px;
}

    .backlink-grid li {
        margin: 0;
    }

    .backlink-grid a {
        display: block;
        padding: 14px 16px;
        background: #ffffff;
        border-radius: 14px;
        border: 1px solid #eee;
        text-decoration: none;
        color: #111;
        font-weight: 700;
        font-size: .95rem;
        transition: all .25s ease;
        position: relative;
        overflow: hidden;
    }

        /* خط طلایی ظریف سمت راست */
        .backlink-grid a::before {
            content: "";
            position: absolute;
            right: 0;
            top: 15%;
            width: 4px;
            height: 70%;
            background: linear-gradient(180deg, #f6c453, #ffdf8a);
            border-radius: 4px;
            opacity: .9;
        }

        .backlink-grid a:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(0,0,0,.08);
            border-color: #f6c453;
            color: #000;
        }

            /* افکت نرم Hover */
            .backlink-grid a:hover::after {
                content: "";
                position: absolute;
                inset: 0;
                background: linear-gradient(135deg, rgba(246,196,83,.08), transparent);
                pointer-events: none;
            }

/* موبایل */
@media (max-width: 768px) {
    .backlink-grid {
        grid-template-columns: 1fr;
    }

        .backlink-grid a {
            font-size: .9rem;
            padding: 13px 14px;
        }
}



/* ===============================
   FAST RESERVE CTA BUTTON
   =============================== */

.cta-reserve-btn {
    display: inline-block;
    margin-top: 22px;
    padding: 16px 38px;
    background: linear-gradient(135deg, #f6c453, #ffdf8a);
    color: #111;
    font-size: 1.05rem;
    font-weight: 900;
    border-radius: 45px;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(246,196,83,.45);
    transition: all .25s ease;
}

    .cta-reserve-btn:hover {
        transform: translateY(-3px) scale(1.02);
        box-shadow: 0 14px 40px rgba(246,196,83,.6);
        color: #000;
    }


/* ===============================
   PRICE PAGE CTA WRAPPER
   =============================== */

.price-cta-wrapper {
    display: flex;
    justify-content: center;
    margin: 25px 0 10px;
}


.phone-banner {
    font-family: PelakFA-Black;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    padding: 14px 24px;
    margin-top: 0px;
    position: relative;
    overflow: hidden;
    z-index: 10;
    /* ✨ گرادینت چندرنگ */
    background: linear-gradient(120deg, rgba(246, 196, 83, 0.6), /* طلایی اصلی */
    rgb(204, 255, 77, 0.50), /* کهربایی */
    rgba(255, 217, 90, 0.4), /* زرد روشن */
    rgb(251, 255, 148, 0.50), /* کرمی */
    rgba(246, 196, 83, 0.6), /* طلایی دوباره */
    rgba(230, 169, 59, 0.5)); /* طلایی تیره */

    background: linear-gradient(120deg, #ffb1004f, #ff3dbf5c, #d4cc375b, #80b5c452, #cbffb071, #f6c4533e);
    background-size: 400% 400%;
    animation: gradientFlow 8s ease infinite;
    box-shadow: 0 6px 20px rgba(246,196,83,0.35);
    border-bottom: 2px solid rgba(255,255,255,0.15);
    box-shadow: 0 6px 20px rgba(246,196,83,0.5);
    margin-bottom: 0px;
}

/* انیمیشن گرادینت */
@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/*.contact-box i {
    color: #000;
    font-size: 1.4rem;
    animation: pulseIcon 1.3s infinite;
   
}*/
@keyframes pulseIcon {
    0%,100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.25);
        opacity: 0.8;
    }
}

.contact-box {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.15);
    padding: 8px 18px;
    border-radius: 50px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
    border: dotted 2px rgb(0, 0, 0);
    background-color: rgb(255, 255, 255, 0.55)
}

    .contact-box:hover {
        transform: translateY(-2px);
        background: rgba(255, 255, 255, 0.25);
    }

    .contact-box i {
        font-size: 1.3rem;
        color: #000;
        animation: pulseIcon 1.2s infinite;
    }

.phone-number {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    font-size: 1.05rem;
}

    .phone-number .label {
        font-weight: 800;
    }

    .phone-number .num {
        direction: ltr;
    }

    .phone-number .name {
        font-weight: 700;
    }

        .phone-number .name small {
            font-size: 0.8rem;
            font-weight: 500;
            color: #333;
        }



/* 📱 نسخه موبایل */
@media (max-width: 768px) {
    .phone-banner {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 16px;
    }

    .contact-box {
        width: 100%;
        justify-content: center;
    }
}

/* ===============================
   HERO SECTION – PRICE CITY
   =============================== */

.hero-section {
    background: linear-gradient(180deg, #fffdf6 0%, #f6f2ed 100%);
    padding: 60px 0 50px;
    border-bottom: 1px solid rgba(0,0,0,0.04);
}

    .hero-section h1 {
        color: #f6c453; /* طلایی روشن */
        font-weight: 900;
        font-size: 2.2rem;
        text-align: center;
        margin-bottom: 12px;
        text-shadow: 0 2px 14px rgba(246,196,83,0.28);
    }

    .hero-section .subtitle {
        color: #444;
        font-size: 1.05rem;
        text-align: center;
        max-width: 720px;
        margin: 0 auto;
        line-height: 1.9;
    }

