/* =========================================================
   RAHBAN TIR
   BELGIUM ROUTE PAGE
   ========================================================= */

.belgium-page {
    direction: rtl;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    color: #173B6D;
    font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
}

.belgium-page *,
.belgium-page *::before,
.belgium-page *::after {
    box-sizing: border-box;
}

.belgium-page a {
    text-decoration: none;
}

.belgium-container {
    width: min(1400px, 92%);
    margin: 0 auto;
}


/* =========================================================
   HERO
   ========================================================= */

.belgium-hero {
    position: relative;
    min-height: 560px;

    display: flex;
    align-items: center;

    background:
        linear-gradient(
            135deg,
            rgba(23, 59, 109, 0.98) 0%,
            rgba(25, 66, 122, 0.96) 52%,
            rgba(39, 86, 143, 0.94) 100%
        ),
        url("/assets/images/routes/belgium.jpg")
        center center / cover no-repeat;

    color: #ffffff;
}

.belgium-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(23, 59, 109, 0.18),
            rgba(23, 59, 109, 0.45)
        );

    pointer-events: none;
}

.belgium-hero .belgium-container {
    position: relative;
    z-index: 2;
}

.belgium-hero-content {
    width: min(760px, 100%);

    margin-right: auto;
    margin-left: 0;

    padding: 80px 0;

    text-align: right;
}

.belgium-breadcrumb {
    display: flex;
    align-items: center;

    gap: 8px;
    margin-bottom: 24px;

    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
}

.belgium-breadcrumb a {
    color: #ffffff;
}

.belgium-breadcrumb a:hover {
    opacity: 0.72;
}

.belgium-breadcrumb span {
    opacity: 0.55;
}

.belgium-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 34px;

    margin-bottom: 20px;
    padding: 7px 18px;

    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 30px;

    background: rgba(255, 255, 255, 0.07);

    color: #ffffff;

    font-size: 13px;
    font-weight: 500;
}

.belgium-hero-text h1 {
    margin: 0 0 22px;

    color: #ffffff;

    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.45;
    font-weight: 800;
}

.belgium-hero-text p {
    max-width: 680px;

    margin: 0;

    color: rgba(255, 255, 255, 0.88);

    font-size: 16px;
    line-height: 2.2;
}

.belgium-hero-actions {
    display: flex;
    align-items: center;

    gap: 12px;
    margin-top: 34px;
}

.belgium-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 150px;
    min-height: 50px;

    padding: 12px 24px;

    border-radius: 7px;

    font-size: 14px;
    font-weight: 600;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.belgium-btn:hover {
    transform: translateY(-2px);
}

.belgium-btn-primary {
    background: #E31E24;
    color: #ffffff;

    box-shadow:
        0 8px 22px rgba(227, 30, 36, 0.24);
}

.belgium-btn-primary:hover {
    background: #c9181e;
    color: #ffffff;
}

.belgium-btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.38);

    background: transparent;

    color: #ffffff;
}

.belgium-btn-outline:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}


/* =========================================================
   INTRO
   ========================================================= */

.belgium-intro {
    padding: 90px 0 100px;

    background: #ffffff;
}

.belgium-intro-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.25fr)
        minmax(300px, 0.75fr);

    gap: 55px;

    align-items: center;
}

.belgium-intro-content {
    text-align: right;
}

.belgium-section-label {
    display: inline-block;

    margin-bottom: 15px;

    color: #E31E24;

    font-size: 13px;
    font-weight: 700;
}

.belgium-intro-content h2 {
    margin: 0 0 20px;

    color: #173B6D;

    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.5;
    font-weight: 800;
}

.belgium-intro-content > p {
    margin: 0;

    color: #626f80;

    font-size: 15px;
    line-height: 2.2;
}


/* =========================================================
   INTRO CARD
   ========================================================= */

.belgium-intro-card {
    position: relative;

    padding: 35px 30px;

    border: 1px solid #edf0f4;
    border-radius: 12px;

    background: #ffffff;

    box-shadow:
        0 12px 35px rgba(23, 59, 109, 0.09);

    text-align: center;
}

.belgium-intro-card::before {
    content: "";

    position: absolute;

    top: 0;
    right: 12%;
    left: 12%;

    height: 3px;

    border-radius: 0 0 8px 8px;

    background:
        linear-gradient(
            90deg,
            #173B6D 0%,
            #315f91 50%,
            #E31E24 100%
        );
}

.belgium-card-icon {
    width: 64px;
    height: 64px;

    margin: 0 auto 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #173B6D;
    color: #ffffff;

    font-size: 24px;

    box-shadow:
        0 7px 18px rgba(23, 59, 109, 0.20);
}

.belgium-intro-card h3 {
    margin: 0 0 10px;

    color: #173B6D;

    font-size: 20px;
    font-weight: 800;
}

.belgium-intro-card p {
    margin: 0;

    color: #737d8c;

    font-size: 13px;
    line-height: 2;
}

.belgium-intro-stats {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 14px;

    margin-top: 28px;
}

.belgium-stat {
    padding: 18px 10px;

    border: 1px solid #edf0f4;
    border-radius: 9px;

    background: #f7f9fc;

    text-align: center;
}

.belgium-stat strong {
    display: block;

    margin-bottom: 5px;

    color: #173B6D;

    font-size: 20px;
    font-weight: 800;
}

.belgium-stat span {
    display: block;

    color: #7b8491;

    font-size: 11px;
}


/* =========================================================
   SECTION HEADING
   ========================================================= */

.belgium-section-heading {
    max-width: 720px;

    margin: 0 auto 45px;

    text-align: center;
}

.belgium-section-heading h2 {
    margin: 0 0 13px;

    color: #173B6D;

    font-size: clamp(27px, 3vw, 38px);
    line-height: 1.5;
    font-weight: 800;
}

.belgium-section-heading p {
    margin: 0;

    color: #707b89;

    font-size: 14px;
    line-height: 2.1;
}


/* =========================================================
   ROUTES
   ========================================================= */

.belgium-routes {
    padding: 90px 0;

    background: #f8f9fb;
}

.belgium-route-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 20px;
}

.belgium-route-card {
    position: relative;

    min-height: 235px;

    padding: 30px 24px 27px;

    overflow: hidden;

    border: 0;
    border-radius: 10px;

    background:
        linear-gradient(
            180deg,
            #173B6D 0%,
            #244f83 40%,
            #5d405e 63%,
            #a52831 82%,
            #E31E24 100%
        );

    color: #ffffff;

    box-shadow:
        0 10px 24px rgba(23, 59, 109, 0.16);

    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease;
}

.belgium-route-card::before {
    content: "";

    position: absolute;

    top: 0;
    right: 0;
    left: 0;

    height: 3px;

    background: #E31E24;
}

.belgium-route-card::after {
    content: "";

    position: absolute;

    width: 150px;
    height: 150px;

    right: -70px;
    bottom: -75px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.05);

    pointer-events: none;
}

.belgium-route-card:hover {
    transform: translateY(-6px);

    box-shadow:
        0 17px 34px rgba(23, 59, 109, 0.23);
}

.belgium-route-icon {
    position: relative;
    z-index: 2;

    width: 54px;
    height: 54px;

    margin-bottom: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.10);

    color: #ffffff;

    font-size: 20px;
}

.belgium-route-card h3 {
    position: relative;
    z-index: 2;

    margin: 0 0 10px;

    color: #ffffff;

    font-size: 18px;
    line-height: 1.6;
    font-weight: 800;
}

.belgium-route-card p {
    position: relative;
    z-index: 2;

    margin: 0;

    color: rgba(255, 255, 255, 0.84);

    font-size: 12px;
    line-height: 2;
}


/* =========================================================
   SERVICES
   ========================================================= */

.belgium-services {
    padding: 95px 0;

    background: #ffffff;
}

.belgium-services-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 20px;
}

.belgium-service-card {
    position: relative;

    min-height: 220px;

    padding: 30px 25px;

    overflow: hidden;

    border: 0;
    border-radius: 10px;

    background:
        linear-gradient(
            180deg,
            #173B6D 0%,
            #244f83 40%,
            #5d405e 63%,
            #a52831 82%,
            #E31E24 100%
        );

    color: #ffffff;

    box-shadow:
        0 10px 24px rgba(23, 59, 109, 0.14);

    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease;
}

.belgium-service-card::before {
    content: "";

    position: absolute;

    top: 0;
    right: 0;
    left: 0;

    height: 3px;

    background: #E31E24;
}

.belgium-service-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 16px 32px rgba(23, 59, 109, 0.21);
}

.belgium-service-card h3 {
    position: relative;
    z-index: 2;

    margin: 0 0 12px;

    color: #ffffff;

    font-size: 17px;
    line-height: 1.7;
    font-weight: 800;
}

.belgium-service-card p {
    position: relative;
    z-index: 2;

    margin: 0;

    color: rgba(255, 255, 255, 0.84);

    font-size: 12px;
    line-height: 2;
}


/* =========================================================
   GOODS
   ========================================================= */

.belgium-goods {
    padding: 90px 0;

    background: #f8f9fb;
}

.belgium-goods-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 0.9fr)
        minmax(0, 1.1fr);

    gap: 45px;

    align-items: center;
}

.belgium-goods-content {
    text-align: right;
}

.belgium-goods-content h2 {
    margin: 0 0 18px;

    color: #173B6D;

    font-size: clamp(27px, 3vw, 38px);
    line-height: 1.5;
    font-weight: 800;
}

.belgium-goods-content p {
    margin: 0;

    color: #687485;

    font-size: 14px;
    line-height: 2.2;
}

.belgium-goods-list {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 13px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.belgium-goods-list li {
    position: relative;

    padding: 18px 20px 18px 18px;

    border: 1px solid #edf0f4;
    border-radius: 8px;

    background: #ffffff;

    color: #4e5a69;

    font-size: 13px;
    line-height: 1.8;

    box-shadow:
        0 7px 20px rgba(23, 59, 109, 0.06);
}

.belgium-goods-list li::before {
    content: "";

    position: absolute;

    top: 50%;
    right: 0;

    width: 4px;
    height: 32px;

    transform: translateY(-50%);

    border-radius: 4px 0 0 4px;

    background:
        linear-gradient(
            180deg,
            #173B6D,
            #E31E24
        );
}


/* =========================================================
   ADVANTAGES
   ========================================================= */

.belgium-advantages {
    padding: 95px 0;

    background: #ffffff;
}

.belgium-advantages-grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 18px;
}

.belgium-advantage {
    position: relative;

    min-height: 205px;

    padding: 28px 22px;

    overflow: hidden;

    border: 0;
    border-radius: 10px;

    background:
        linear-gradient(
            180deg,
            #173B6D 0%,
            #244f83 40%,
            #5d405e 63%,
            #a52831 82%,
            #E31E24 100%
        );

    color: #ffffff;

    box-shadow:
        0 10px 23px rgba(23, 59, 109, 0.14);

    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease;
}

.belgium-advantage::before {
    content: "";

    position: absolute;

    top: 0;
    right: 0;
    left: 0;

    height: 3px;

    background: #E31E24;
}

.belgium-advantage:hover {
    transform: translateY(-5px);

    box-shadow:
        0 16px 32px rgba(23, 59, 109, 0.21);
}

.belgium-advantage h3 {
    position: relative;
    z-index: 2;

    margin: 0 0 12px;

    color: #ffffff;

    font-size: 16px;
    line-height: 1.7;
    font-weight: 800;
}

.belgium-advantage p {
    position: relative;
    z-index: 2;

    margin: 0;

    color: rgba(255, 255, 255, 0.84);

    font-size: 12px;
    line-height: 2;
}


/* =========================================================
   CTA
   ========================================================= */

.belgium-cta {
    padding: 85px 0 95px;

    background: #f8f9fb;
}

.belgium-cta-card {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 35px;

    padding: 45px 50px;

    overflow: hidden;

    border-radius: 12px;

    background:
        linear-gradient(
            135deg,
            #173B6D 0%,
            #234f86 50%,
            #E31E24 100%
        );

    color: #ffffff;

    box-shadow:
        0 15px 35px rgba(23, 59, 109, 0.18);
}

.belgium-cta-card::after {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    left: -100px;
    top: -130px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.05);

    pointer-events: none;
}

.belgium-cta-content {
    position: relative;
    z-index: 2;
}

.belgium-cta-content h2 {
    margin: 0 0 12px;

    color: #ffffff;

    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.6;
    font-weight: 800;
}

.belgium-cta-content p {
    margin: 0;

    color: rgba(255, 255, 255, 0.84);

    font-size: 14px;
    line-height: 2;
}

.belgium-cta-actions {
    position: relative;
    z-index: 2;

    flex-shrink: 0;

    display: flex;
    align-items: center;

    gap: 12px;
}

.belgium-btn-light {
    background: #ffffff;
    color: #173B6D;

    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.10);
}

.belgium-btn-light:hover {
    background: #f4f6f8;
    color: #173B6D;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .belgium-hero {
        min-height: 510px;
    }

    .belgium-hero-content {
        width: min(680px, 100%);
    }

    .belgium-intro-grid,
    .belgium-goods-grid {
        gap: 35px;
    }

    .belgium-route-grid,
    .belgium-services-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .belgium-advantages-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .belgium-cta-card {
        padding: 40px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .belgium-container {
        width: min(92%, 600px);
    }

    .belgium-hero {
        min-height: auto;
        text-align: center;
    }

    .belgium-hero-content {
        width: 100%;

        margin: 0;

        padding: 70px 0 80px;

        text-align: center;
    }

    .belgium-breadcrumb {
        justify-content: center;
        flex-wrap: wrap;
    }

    .belgium-hero-text h1 {
        font-size: 30px;
        line-height: 1.55;
    }

    .belgium-hero-text p {
        font-size: 13px;
        line-height: 2.15;
    }

    .belgium-hero-actions {
        justify-content: center;
        flex-wrap: wrap;
    }

    .belgium-btn {
        min-width: 135px;
        min-height: 46px;

        padding: 10px 18px;

        font-size: 13px;
    }

    .belgium-intro,
    .belgium-routes,
    .belgium-services,
    .belgium-goods,
    .belgium-advantages {
        padding: 65px 0;
    }

    .belgium-intro-grid,
    .belgium-goods-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .belgium-intro-content,
    .belgium-goods-content {
        text-align: center;
    }

    .belgium-intro-content h2,
    .belgium-goods-content h2 {
        font-size: 27px;
    }

    .belgium-intro-content > p,
    .belgium-goods-content p {
        font-size: 13px;
    }

    .belgium-intro-stats {
        gap: 8px;
    }

    .belgium-stat {
        padding: 15px 7px;
    }

    .belgium-stat strong {
        font-size: 18px;
    }

    .belgium-stat span {
        font-size: 10px;
    }

    .belgium-section-heading {
        margin-bottom: 32px;
    }

    .belgium-section-heading h2 {
        font-size: 26px;
    }

    .belgium-section-heading p {
        font-size: 13px;
    }

    .belgium-route-grid,
    .belgium-services-grid,
    .belgium-advantages-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .belgium-route-card,
    .belgium-service-card,
    .belgium-advantage {
        min-height: auto;
        padding: 25px 21px;
    }

    .belgium-route-icon {
        width: 50px;
        height: 50px;

        margin-bottom: 16px;
    }

    .belgium-goods-list {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .belgium-goods-list li {
        padding: 15px 17px;

        font-size: 12px;
    }

    .belgium-cta {
        padding: 60px 0 70px;
    }

    .belgium-cta-card {
        flex-direction: column;
        align-items: stretch;

        padding: 32px 22px;

        gap: 25px;

        text-align: center;
    }

    .belgium-cta-content h2 {
        font-size: 24px;
    }

    .belgium-cta-content p {
        font-size: 12px;
    }

    .belgium-cta-actions {
        justify-content: center;
        flex-wrap: wrap;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .belgium-container {
        width: 91%;
    }

    .belgium-hero-content {
        padding: 55px 0 65px;
    }

    .belgium-hero-text h1 {
        font-size: 26px;
    }

    .belgium-hero-actions {
        flex-direction: column;
        width: 100%;
    }

    .belgium-btn {
        width: 100%;
        max-width: 280px;
    }

    .belgium-intro-stats {
        grid-template-columns: 1fr;
    }

    .belgium-intro-card {
        padding: 28px 20px;
    }

    .belgium-route-card h3,
    .belgium-service-card h3,
    .belgium-advantage h3 {
        font-size: 16px;
    }
}