/* =========================================================
   Romania Route Page
   Rahban Tir
   ========================================================= */

.romania-page {
    direction: rtl;
    font-family: "Vazirmatn", sans-serif;
    overflow: hidden;
}

.romania-page *,
.romania-page *::before,
.romania-page *::after {
    box-sizing: border-box;
}

.romania-container {
    width: min(1400px, 92%);
    margin: 0 auto;
}


/* =========================================================
   HERO
   ========================================================= */

.romania-hero {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(
            90deg,
            rgba(23, 59, 109, 0.72),
            rgba(23, 59, 109, 0.90)
        ),
        url("/assets/images/routes/romania.jpg") center center / cover no-repeat;
    color: #fff;
}

.romania-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            135deg,
            rgba(23, 59, 109, 0.95) 0%,
            rgba(23, 59, 109, 0.72) 45%,
            rgba(227, 30, 36, 0.60) 100%
        );
}

.romania-hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: 560px;
}

.romania-hero-content {
    width: min(760px, 100%);
    padding: 70px 0;
}

.romania-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
}

.romania-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.romania-breadcrumb strong {
    color: #fff;
}

.romania-hero-text {
    max-width: 720px;
}

.romania-label {
    display: inline-block;
    margin-bottom: 18px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

.romania-hero h1 {
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.25;
    font-weight: 900;
}

.romania-hero p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    line-height: 2;
}

.romania-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.romania-btn {
    min-height: 52px;
    padding: 13px 27px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.romania-btn:hover {
    transform: translateY(-3px);
}

.romania-btn-primary {
    background: #E31E24;
    color: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.romania-btn-primary:hover {
    background: #c9181e;
}

.romania-btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.romania-btn-outline:hover {
    background: rgba(255, 255, 255, 0.14);
}


/* =========================================================
   INTRO
   ========================================================= */

.romania-intro {
    padding: 100px 0;
    background: #fff;
}

.romania-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
    gap: 55px;
    align-items: center;
}

.romania-intro-content {
    min-width: 0;
}

.romania-section-label {
    display: inline-block;
    margin-bottom: 14px;
    color: #E31E24;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.romania-intro h2,
.romania-section-heading h2,
.romania-goods h2 {
    margin: 0 0 20px;
    color: #173B6D;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.45;
    font-weight: 900;
}

.romania-intro-content p {
    margin: 0 0 17px;
    color: #596575;
    font-size: 16px;
    line-height: 2.1;
}

.romania-intro-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 34px;
}

.romania-stat {
    padding: 20px 16px;
    border: 1px solid #e8edf3;
    border-radius: 14px;
    background: #f5f7fa;
}

.romania-stat strong {
    display: block;
    margin-bottom: 7px;
    color: #173B6D;
    font-size: 18px;
    font-weight: 900;
}

.romania-stat span {
    color: #7a8593;
    font-size: 13px;
}

.romania-intro-card {
    position: relative;
    min-height: 320px;
    padding: 40px 32px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:
        linear-gradient(
            180deg,
            #173B6D 0%,
            #244f83 40%,
            #5d405e 63%,
            #a52831 82%,
            #E31E24 100%
        );
    color: #fff;
    box-shadow: 0 22px 50px rgba(23, 59, 109, 0.18);
}

.romania-card-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 22px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 24px;
}

.romania-intro-card > span {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
}

.romania-intro-card h3 {
    margin: 0 0 17px;
    color: #fff;
    font-size: 25px;
    line-height: 1.7;
    font-weight: 900;
}

.romania-intro-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.87);
    font-size: 14px;
    line-height: 2;
}


/* =========================================================
   ROUTES
   ========================================================= */

.romania-routes {
    padding: 100px 0;
    background: #f7f9fc;
}

.romania-section-heading {
    max-width: 780px;
    margin-bottom: 48px;
}

.romania-section-heading p {
    margin: 0;
    color: #697585;
    font-size: 16px;
    line-height: 2;
}

.romania-route-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.romania-route-card {
    min-height: 290px;
    padding: 34px 28px;
    border-radius: 22px;
    background:
        linear-gradient(
            180deg,
            #173B6D 0%,
            #244f83 40%,
            #5d405e 63%,
            #a52831 82%,
            #E31E24 100%
        );
    color: #fff;
    box-shadow: 0 18px 40px rgba(23, 59, 109, 0.15);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.romania-route-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 25px 50px rgba(23, 59, 109, 0.22);
}

.romania-route-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 23px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.13);
    color: #fff;
    font-size: 23px;
}

.romania-route-card h3 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 21px;
    line-height: 1.7;
    font-weight: 900;
}

.romania-route-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    line-height: 2;
}


/* =========================================================
   SERVICES
   ========================================================= */

.romania-services {
    padding: 100px 0;
    background: #fff;
}

.romania-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.romania-service-card {
    min-height: 260px;
    padding: 32px 25px;
    border-radius: 20px;
    background:
        linear-gradient(
            180deg,
            #173B6D 0%,
            #244f83 40%,
            #5d405e 63%,
            #a52831 82%,
            #E31E24 100%
        );
    color: #fff;
    box-shadow: 0 17px 38px rgba(23, 59, 109, 0.13);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.romania-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(23, 59, 109, 0.20);
}

.romania-service-card i {
    width: 54px;
    height: 54px;
    margin-bottom: 21px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.13);
    color: #fff;
    font-size: 22px;
}

.romania-service-card h3 {
    margin: 0 0 13px;
    color: #fff;
    font-size: 19px;
    line-height: 1.7;
    font-weight: 900;
}

.romania-service-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    line-height: 2;
}


/* =========================================================
   GOODS
   ========================================================= */

.romania-goods {
    padding: 100px 0;
    background: #f7f9fc;
}

.romania-goods-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
    gap: 55px;
    align-items: center;
}

.romania-goods-content p {
    max-width: 760px;
    margin: 0 0 25px;
    color: #687585;
    font-size: 16px;
    line-height: 2.1;
}

.romania-goods-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 25px;
}

.romania-goods-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #354152;
    font-size: 15px;
    line-height: 1.8;
}

.romania-goods-list i {
    color: #E31E24;
    font-size: 15px;
}

.romania-goods-card {
    min-height: 310px;
    padding: 42px 34px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:
        linear-gradient(
            180deg,
            #173B6D 0%,
            #244f83 40%,
            #5d405e 63%,
            #a52831 82%,
            #E31E24 100%
        );
    color: #fff;
    box-shadow: 0 22px 50px rgba(23, 59, 109, 0.17);
}

.romania-goods-card > i {
    width: 60px;
    height: 60px;
    margin-bottom: 22px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 25px;
}

.romania-goods-card h3 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 24px;
    line-height: 1.6;
    font-weight: 900;
}

.romania-goods-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.87);
    font-size: 14px;
    line-height: 2;
}


/* =========================================================
   ADVANTAGES
   ========================================================= */

.romania-advantages {
    padding: 100px 0;
    background: #fff;
}

.romania-advantages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.romania-advantage {
    position: relative;
    min-height: 245px;
    padding: 30px 25px;
    border-radius: 20px;
    overflow: hidden;
    background:
        linear-gradient(
            180deg,
            #173B6D 0%,
            #244f83 40%,
            #5d405e 63%,
            #a52831 82%,
            #E31E24 100%
        );
    color: #fff;
    box-shadow: 0 17px 38px rgba(23, 59, 109, 0.13);
}

.romania-advantage span {
    display: block;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}

.romania-advantage h3 {
    margin: 0 0 13px;
    color: #fff;
    font-size: 19px;
    line-height: 1.7;
    font-weight: 900;
}

.romania-advantage p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    line-height: 2;
}


/* =========================================================
   CTA
   ========================================================= */

.romania-cta {
    padding: 30px 0 100px;
    background: #fff;
}

.romania-cta-card {
    padding: 50px 55px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    background:
        linear-gradient(
            135deg,
            #173B6D 0%,
            #244f83 45%,
            #8b3545 75%,
            #E31E24 100%
        );
    color: #fff;
    box-shadow: 0 25px 60px rgba(23, 59, 109, 0.20);
}

.romania-cta-content {
    max-width: 760px;
}

.romania-cta-content > span {
    display: inline-block;
    margin-bottom: 13px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
}

.romania-cta-content h2 {
    margin: 0 0 15px;
    color: #fff;
    font-size: clamp(27px, 4vw, 42px);
    line-height: 1.5;
    font-weight: 900;
}

.romania-cta-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
    line-height: 2;
}

.romania-cta-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    flex-shrink: 0;
}

.romania-btn-light {
    background: #fff;
    color: #173B6D;
}

.romania-btn-light:hover {
    background: #f3f5f8;
}

.romania-cta .romania-btn-outline {
    border-color: rgba(255, 255, 255, 0.65);
}


/* =========================================================
   RESPONSIVE — 1100px
   ========================================================= */

@media (max-width: 1100px) {

    .romania-intro-grid,
    .romania-goods-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .romania-route-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .romania-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .romania-advantages-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .romania-cta-card {
        align-items: flex-start;
        flex-direction: column;
    }

}


/* =========================================================
   RESPONSIVE — 767px
   ========================================================= */

@media (max-width: 767px) {

    .romania-hero {
        min-height: 520px;
    }

    .romania-hero-inner {
        min-height: 520px;
    }

    .romania-hero-content {
        padding: 55px 0;
    }

    .romania-hero h1 {
        font-size: 38px;
    }

    .romania-hero p {
        font-size: 15px;
        line-height: 2;
    }

    .romania-intro,
    .romania-routes,
    .romania-services,
    .romania-goods,
    .romania-advantages {
        padding: 75px 0;
    }

    .romania-route-grid,
    .romania-services-grid,
    .romania-advantages-grid {
        grid-template-columns: 1fr;
    }

    .romania-intro-stats {
        grid-template-columns: 1fr;
    }

    .romania-goods-list {
        grid-template-columns: 1fr;
    }

    .romania-cta {
        padding-bottom: 75px;
    }

    .romania-cta-card {
        padding: 38px 28px;
        border-radius: 22px;
    }

}


/* =========================================================
   RESPONSIVE — 480px
   ========================================================= */

@media (max-width: 480px) {

    .romania-container {
        width: 90%;
    }

    .romania-hero h1 {
        font-size: 31px;
    }

    .romania-hero-actions,
    .romania-cta-actions {
        width: 100%;
    }

    .romania-btn {
        width: 100%;
    }

    .romania-intro-card,
    .romania-goods-card {
        padding: 32px 24px;
    }

    .romania-route-card,
    .romania-service-card,
    .romania-advantage {
        padding: 28px 22px;
    }

    .romania-cta-content h2 {
        font-size: 28px;
    }

}