/* =========================================================
   RAHBAN TIR
   Austria Route Page
   ========================================================= */

.austria-page {
    direction: rtl;
    font-family: "Vazirmatn", sans-serif;
    color: #173B6D;
    overflow: hidden;
}

.austria-container {
    width: min(1400px, 92%);
    margin: 0 auto;
}


/* =========================================================
   HERO
   ========================================================= */

.austria-hero {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    background:
        url("/assets/images/routes/austria.jpg")
        center center / cover no-repeat;
    color: #fff;
}

.austria-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(23, 59, 109, 0.78) 0%,
            rgba(23, 59, 109, 0.62) 45%,
            rgba(23, 59, 109, 0.82) 100%
        );
}

.austria-hero-content {
    position: relative;
    z-index: 2;
    padding: 80px 0;
}

.austria-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 35px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.82);
}

.austria-breadcrumb a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.25s ease;
}

.austria-breadcrumb a:hover {
    opacity: 0.75;
}

.austria-breadcrumb span {
    opacity: 0.55;
}

.austria-breadcrumb strong {
    color: #fff;
    font-weight: 500;
}

.austria-hero-text {
    max-width: 760px;
}

.austria-label,
.austria-section-label {
    display: inline-block;
    position: relative;
    margin-bottom: 18px;
    padding-right: 18px;
    font-size: 14px;
    font-weight: 700;
    color: #E31E24;
}

.austria-label::before,
.austria-section-label::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #E31E24;
    transform: translateY(-50%);
}

.austria-hero h1 {
    margin: 0 0 24px;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.35;
    font-weight: 800;
    color: #fff;
}

.austria-hero-text p {
    max-width: 700px;
    margin: 0;
    font-size: 18px;
    line-height: 2.1;
    color: rgba(255, 255, 255, 0.9);
}

.austria-hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 35px;
}

.austria-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 155px;
    min-height: 52px;
    padding: 0 26px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.austria-btn:hover {
    transform: translateY(-3px);
}

.austria-btn-primary {
    color: #fff;
    background: #E31E24;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
}

.austria-btn-primary:hover {
    background: #c9191f;
}

.austria-btn-outline {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: transparent;
}

.austria-btn-outline:hover {
    background: rgba(255, 255, 255, 0.12);
}


/* =========================================================
   INTRO
   ========================================================= */

.austria-intro {
    padding: 100px 0;
    background: #fff;
}

.austria-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    gap: 70px;
    align-items: center;
}

.austria-intro-content {
    max-width: 720px;
}

.austria-section-label {
    color: #E31E24;
}

.austria-intro h2,
.austria-section-heading h2,
.austria-goods h2,
.austria-cta h2 {
    margin: 0 0 22px;
    color: #173B6D;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.5;
    font-weight: 800;
}

.austria-intro-content p,
.austria-section-heading p,
.austria-goods-content p,
.austria-cta-content p {
    margin: 0 0 18px;
    color: #5c6775;
    font-size: 16px;
    line-height: 2.1;
}

.austria-intro-card {
    position: relative;
    padding: 42px 36px;
    border-radius: 18px;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(
            180deg,
            #173B6D 0%,
            #244f83 40%,
            #5d405e 63%,
            #a52831 82%,
            #E31E24 100%
        );
    box-shadow: 0 20px 45px rgba(23, 59, 109, 0.18);
}

.austria-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin-bottom: 25px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.15);
    font-size: 28px;
}

.austria-intro-card h3 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 23px;
}

.austria-intro-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 2;
}

.austria-intro-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 32px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.austria-stat {
    text-align: center;
}

.austria-stat strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 15px;
}

.austria-stat span {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
}


/* =========================================================
   ROUTES
   ========================================================= */

.austria-routes {
    padding: 100px 0;
    background: #f6f8fb;
}

.austria-section-heading {
    max-width: 720px;
    margin-bottom: 50px;
}

.austria-route-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.austria-route-card {
    position: relative;
    min-height: 300px;
    padding: 35px 30px;
    border-radius: 18px;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(
            180deg,
            #173B6D 0%,
            #244f83 40%,
            #5d405e 63%,
            #a52831 82%,
            #E31E24 100%
        );
    box-shadow: 0 15px 35px rgba(23, 59, 109, 0.15);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.austria-route-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 45px rgba(23, 59, 109, 0.22);
}

.austria-route-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin-bottom: 25px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.15);
    font-size: 25px;
}

.austria-route-card h3 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
}

.austria-route-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    line-height: 2;
}


/* =========================================================
   SERVICES
   ========================================================= */

.austria-services {
    padding: 100px 0;
    background: #fff;
}

.austria-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.austria-service-card {
    position: relative;
    min-height: 245px;
    padding: 32px 25px;
    border-radius: 16px;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(
            180deg,
            #173B6D 0%,
            #244f83 40%,
            #5d405e 63%,
            #a52831 82%,
            #E31E24 100%
        );
    box-shadow: 0 14px 32px rgba(23, 59, 109, 0.14);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.austria-service-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 20px 40px rgba(23, 59, 109, 0.2);
}

.austria-service-card > i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    margin-bottom: 22px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.15);
    font-size: 22px;
}

.austria-service-card h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
}

.austria-service-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    line-height: 2;
}


/* =========================================================
   GOODS
   ========================================================= */

.austria-goods {
    padding: 100px 0;
    background: #f6f8fb;
}

.austria-goods-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 70px;
    align-items: center;
}

.austria-goods-content {
    max-width: 650px;
}

.austria-goods-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.austria-goods-list div {
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 82px;
    padding: 18px 20px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(23, 59, 109, 0.08);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.austria-goods-list div:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(23, 59, 109, 0.13);
}

.austria-goods-list i {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    color: #fff;
    background: #E31E24;
    font-size: 18px;
}

.austria-goods-list span {
    color: #173B6D;
    font-size: 14px;
    font-weight: 700;
}


/* =========================================================
   ADVANTAGES
   ========================================================= */

.austria-advantages {
    padding: 100px 0;
    background: #fff;
}

.austria-advantages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.austria-advantage {
    position: relative;
    padding: 32px 25px;
    border-radius: 16px;
    background:
        linear-gradient(
            180deg,
            #173B6D 0%,
            #244f83 40%,
            #5d405e 63%,
            #a52831 82%,
            #E31E24 100%
        );
    color: #fff;
    box-shadow: 0 14px 32px rgba(23, 59, 109, 0.14);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.austria-advantage:hover {
    transform: translateY(-7px);
    box-shadow: 0 20px 40px rgba(23, 59, 109, 0.2);
}

.austria-advantage > i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    margin-bottom: 22px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.15);
    font-size: 22px;
}

.austria-advantage h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 18px;
}

.austria-advantage p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    line-height: 2;
}


/* =========================================================
   CTA
   ========================================================= */

.austria-cta {
    padding: 80px 0 100px;
    background: #fff;
}

.austria-cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 55px 60px;
    border-radius: 22px;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            #173B6D 0%,
            #244f83 42%,
            #743b50 70%,
            #E31E24 100%
        );
    box-shadow: 0 20px 50px rgba(23, 59, 109, 0.2);
}

.austria-cta-content {
    max-width: 760px;
}

.austria-cta-content .austria-section-label {
    color: #fff;
}

.austria-cta-content .austria-section-label::before {
    background: #fff;
}

.austria-cta h2 {
    color: #fff;
}

.austria-cta-content p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.88);
}

.austria-cta-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.austria-btn-light {
    color: #173B6D;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.austria-btn-light:hover {
    background: #f4f6f9;
}

.austria-cta .austria-btn-outline {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.65);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {

    .austria-intro-grid,
    .austria-goods-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .austria-intro-content,
    .austria-goods-content {
        max-width: 100%;
    }

    .austria-route-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .austria-services-grid,
    .austria-advantages-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .austria-cta-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .austria-cta-actions {
        width: 100%;
    }
}


@media (max-width: 767px) {

    .austria-hero {
        min-height: 520px;
    }

    .austria-hero-content {
        padding: 65px 0;
    }

    .austria-breadcrumb {
        flex-wrap: wrap;
        margin-bottom: 25px;
        font-size: 12px;
    }

    .austria-hero-text p {
        font-size: 15px;
        line-height: 2;
    }

    .austria-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .austria-btn {
        width: 100%;
    }

    .austria-intro,
    .austria-routes,
    .austria-services,
    .austria-goods,
    .austria-advantages {
        padding: 70px 0;
    }

    .austria-route-grid,
    .austria-services-grid,
    .austria-advantages-grid,
    .austria-goods-list {
        grid-template-columns: 1fr;
    }

    .austria-intro-card {
        padding: 32px 25px;
    }

    .austria-cta {
        padding: 60px 0 75px;
    }

    .austria-cta-card {
        padding: 38px 25px;
        gap: 30px;
    }

    .austria-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }
}


@media (max-width: 480px) {

    .austria-container {
        width: 90%;
    }

    .austria-hero {
        min-height: 500px;
    }

    .austria-hero h1 {
        font-size: 30px;
    }

    .austria-hero-text p {
        font-size: 14px;
    }

    .austria-intro h2,
    .austria-section-heading h2,
    .austria-goods h2,
    .austria-cta h2 {
        font-size: 27px;
    }

    .austria-route-card,
    .austria-service-card,
    .austria-advantage {
        padding: 28px 22px;
    }

    .austria-intro-stats {
        gap: 5px;
    }

    .austria-stat strong {
        font-size: 13px;
    }

    .austria-stat span {
        font-size: 11px;
    }
}