.egypt-page {
    direction: rtl;
    background: #ffffff;
    color: #173B6D;
}

/* =========================
   HERO
========================= */

.egypt-hero {
    position: relative;
    min-height: 560px;
    background:
        linear-gradient(
            90deg,
            rgba(23, 59, 109, 0.15) 0%,
            rgba(23, 59, 109, 0.72) 55%,
            rgba(23, 59, 109, 0.94) 100%
        ),
        url("/assets/images/routes/egypt.jpg") center center / cover no-repeat;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.egypt-hero-overlay {
    width: 100%;
    display: flex;
    align-items: center;
    background:
        linear-gradient(
            180deg,
            rgba(23, 59, 109, 0.08) 0%,
            rgba(23, 59, 109, 0.18) 45%,
            rgba(23, 59, 109, 0.45) 100%
        );
}

.egypt-hero-content {
    max-width: 760px;
    padding: 90px 0;
    color: #ffffff;
}

.egypt-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #ffffff;
}

.egypt-hero-content h1 {
    margin: 0 0 22px;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.25;
    font-weight: 900;
    color: #ffffff;
}

.egypt-hero-content p {
    max-width: 680px;
    margin: 0;
    font-size: 18px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.94);
}

/* =========================
   GENERAL
========================= */

.egypt-page .rt-container {
    width: min(1400px, 92%);
    margin: auto;
}

.egypt-section-heading {
    max-width: 850px;
    margin-bottom: 48px;
}

.egypt-section-heading > span {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 800;
    color: #E31E24;
}

.egypt-section-heading h2 {
    margin: 0 0 18px;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.4;
    font-weight: 900;
    color: #173B6D;
}

.egypt-section-heading p {
    margin: 0;
    font-size: 17px;
    line-height: 2;
    color: #5b6675;
}

/* =========================
   INTRO / ROUTE
========================= */

.egypt-intro {
    padding: 100px 0;
}

.egypt-route-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.egypt-route-card {
    position: relative;
    min-height: 260px;
    padding: 38px 32px;
    border-radius: 22px;
    overflow: hidden;
    color: #ffffff;
    background:
        linear-gradient(
            180deg,
            #173B6D 0%,
            #244f83 40%,
            #5d405e 63%,
            #a52831 82%,
            #E31E24 100%
        );
    box-shadow: 0 18px 45px rgba(23, 59, 109, 0.14);
}

.egypt-route-number {
    margin-bottom: 32px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1px;
    opacity: 0.8;
}

.egypt-route-card h3 {
    margin: 0 0 16px;
    font-size: 23px;
    line-height: 1.5;
    color: #ffffff;
}

.egypt-route-card p {
    margin: 0;
    font-size: 15px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.88);
}

/* =========================
   SERVICES
========================= */

.egypt-services {
    padding: 100px 0;
    background: #f7f9fc;
}

.egypt-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.egypt-service-card {
    padding: 36px 28px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(23, 59, 109, 0.08);
    box-shadow: 0 15px 40px rgba(23, 59, 109, 0.07);
}

.egypt-service-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 25px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #173B6D;
    color: #ffffff;
    font-size: 22px;
}

.egypt-service-card h3 {
    margin: 0 0 14px;
    font-size: 19px;
    line-height: 1.6;
    color: #173B6D;
}

.egypt-service-card p {
    margin: 0;
    font-size: 14px;
    line-height: 2;
    color: #667085;
}

/* =========================
   GOODS
========================= */

.egypt-goods {
    padding: 100px 0;
}

.egypt-goods-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.egypt-good-item {
    min-height: 150px;
    padding: 28px 20px;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-align: center;
    background: #f7f9fc;
    border: 1px solid rgba(23, 59, 109, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.egypt-good-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(23, 59, 109, 0.1);
}

.egypt-good-item i {
    font-size: 28px;
    color: #E31E24;
}

.egypt-good-item span {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
    color: #173B6D;
}

/* =========================
   ADVANTAGES
========================= */

.egypt-advantages {
    padding: 100px 0;
    background: #f7f9fc;
}

.egypt-advantages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.egypt-advantage-card {
    min-height: 245px;
    padding: 35px 30px;
    border-radius: 20px;
    color: #ffffff;
    background:
        linear-gradient(
            180deg,
            #173B6D 0%,
            #244f83 40%,
            #5d405e 63%,
            #a52831 82%,
            #E31E24 100%
        );
    box-shadow: 0 18px 45px rgba(23, 59, 109, 0.12);
}

.egypt-advantage-card > span {
    display: block;
    margin-bottom: 28px;
    font-size: 14px;
    font-weight: 800;
    opacity: 0.8;
}

.egypt-advantage-card h3 {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 1.6;
    color: #ffffff;
}

.egypt-advantage-card p {
    margin: 0;
    font-size: 14px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.88);
}

/* =========================
   CTA
========================= */

.egypt-cta {
    padding: 90px 0;
}

.egypt-cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 55px 60px;
    border-radius: 28px;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            #173B6D 0%,
            #244f83 45%,
            #8b3545 75%,
            #E31E24 100%
        );
    box-shadow: 0 20px 55px rgba(23, 59, 109, 0.2);
}

.egypt-cta-content > div {
    max-width: 800px;
}

.egypt-cta-content span {
    display: block;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.8);
}

.egypt-cta-content h2 {
    margin: 0 0 15px;
    font-size: clamp(25px, 4vw, 40px);
    line-height: 1.45;
    font-weight: 900;
    color: #ffffff;
}

.egypt-cta-content p {
    margin: 0;
    font-size: 16px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.9);
}

.egypt-cta-button {
    flex: 0 0 auto;
    min-width: 180px;
    padding: 17px 25px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #ffffff;
    color: #173B6D;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.egypt-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.egypt-cta-button i {
    font-size: 14px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px) {

    .egypt-services-grid,
    .egypt-advantages-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .egypt-goods-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media (max-width: 800px) {

    .egypt-hero {
        min-height: 500px;
    }

    .egypt-hero-content {
        padding: 70px 0;
    }

    .egypt-route-grid {
        grid-template-columns: 1fr;
    }

    .egypt-goods-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .egypt-cta-content {
        flex-direction: column;
        align-items: flex-start;
        padding: 42px 30px;
    }

}

@media (max-width: 600px) {

    .egypt-intro,
    .egypt-services,
    .egypt-goods,
    .egypt-advantages {
        padding: 70px 0;
    }

    .egypt-hero {
        min-height: 460px;
    }

    .egypt-hero-content h1 {
        font-size: 34px;
    }

    .egypt-hero-content p {
        font-size: 15px;
    }

    .egypt-section-heading {
        margin-bottom: 32px;
    }

    .egypt-services-grid,
    .egypt-advantages-grid,
    .egypt-goods-grid {
        grid-template-columns: 1fr;
    }

    .egypt-route-card {
        min-height: auto;
        padding: 30px 25px;
    }

    .egypt-service-card {
        padding: 30px 25px;
    }

    .egypt-good-item {
        min-height: 130px;
    }

    .egypt-cta {
        padding: 70px 0;
    }

    .egypt-cta-content {
        padding: 35px 25px;
        border-radius: 22px;
    }

    .egypt-cta-button {
        width: 100%;
    }

}