/* =========================================================
   RAHBAN TIR
   Georgia Route Page
   ========================================================= */

.georgia-page {
    direction: rtl;
    font-family: "Vazirmatn", sans-serif;
    color: #173B6D;
    background: #ffffff;
}

.georgia-container {
    width: min(1400px, 92%);
    margin: 0 auto;
}


/* =========================================================
   HERO
   ========================================================= */

.georgia-hero {
    position: relative;
    min-height: 560px;

    display: flex;
    align-items: center;

    overflow: hidden;

    background-image:
        url("/assets/images/routes/georgia.jpg");

    background-size: cover;
    background-position: center;
}

.georgia-hero .country-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(23, 59, 109, 0.94) 0%,
            rgba(23, 59, 109, 0.82) 35%,
            rgba(83, 57, 83, 0.72) 65%,
            rgba(227, 30, 36, 0.80) 100%
        );

    z-index: 1;
}

.georgia-hero .georgia-container {
    position: relative;
    z-index: 2;
}

.georgia-hero .country-hero-inner {
    min-height: 560px;

    display: flex;
    align-items: center;
}

.georgia-hero .country-hero-content {
    width: 100%;
    max-width: 850px;

    color: #ffffff;
}

.georgia-hero .country-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;

    margin-bottom: 28px;

    font-size: 14px;
    color: rgba(255, 255, 255, 0.78);
}

.georgia-hero .country-breadcrumb a {
    color: rgba(255, 255, 255, 0.86);
    text-decoration: none;

    transition: 0.3s ease;
}

.georgia-hero .country-breadcrumb a:hover {
    color: #ffffff;
}

.georgia-hero .country-hero-text {
    margin-bottom: 34px;
}

.georgia-hero .country-label {
    display: inline-block;

    margin-bottom: 16px;
    padding: 8px 16px;

    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 30px;

    font-size: 14px;

    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.georgia-hero h1 {
    margin: 0 0 20px;

    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.35;
    font-weight: 800;

    color: #ffffff;
}

.georgia-hero .country-hero-text p {
    max-width: 720px;

    margin: 0;

    font-size: 18px;
    line-height: 2;

    color: rgba(255, 255, 255, 0.9);
}

.georgia-hero .country-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.georgia-page .country-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 50px;
    padding: 0 26px;

    border-radius: 10px;

    text-decoration: none;

    font-size: 15px;
    font-weight: 700;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}

.georgia-page .country-btn:hover {
    transform: translateY(-2px);
}

.georgia-page .country-btn-primary {
    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #173B6D 0%,
            #244f83 45%,
            #8b3545 75%,
            #E31E24 100%
        );

    box-shadow:
        0 12px 28px rgba(23, 59, 109, 0.20);
}

.georgia-page .country-btn-outline {
    color: #ffffff;

    border: 1px solid rgba(255, 255, 255, 0.65);

    background: rgba(255, 255, 255, 0.06);
}

.georgia-page .country-btn-outline:hover {
    background: rgba(255, 255, 255, 0.14);
}

.georgia-page .country-btn-light {
    color: #173B6D;
    background: #ffffff;
}

.georgia-page .country-btn-light:hover {
    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.14);
}


/* =========================================================
   INTRO
   ========================================================= */

.georgia-page .country-intro {
    padding: 90px 0;
    background: #ffffff;
}

.georgia-page .country-intro-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.5fr)
        minmax(300px, 0.8fr);

    gap: 60px;

    align-items: center;
}

.georgia-page .country-section-label {
    display: inline-block;

    margin-bottom: 14px;

    font-size: 14px;
    font-weight: 800;

    color: #E31E24;
}

.georgia-page .country-intro-content h2,
.georgia-page .country-section-heading h2,
.georgia-page .country-goods-content h2 {
    margin: 0 0 22px;

    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.45;

    color: #173B6D;
}

.georgia-page .country-intro-content p,
.georgia-page .country-goods-content p {
    margin: 0 0 18px;

    font-size: 16px;
    line-height: 2.1;

    color: #53657d;
}

.georgia-page .country-intro-card {
    padding: 42px 34px;

    border-radius: 22px;

    color: #ffffff;

    background:
        linear-gradient(
            180deg,
            #173B6D 0%,
            #244f83 40%,
            #5d405e 63%,
            #a52831 82%,
            #E31E24 100%
        );

    box-shadow:
        0 25px 60px rgba(23, 59, 109, 0.18);
}

.georgia-page .country-card-icon {
    width: 64px;
    height: 64px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 24px;

    border-radius: 18px;

    font-size: 25px;

    color: #173B6D;
    background: #ffffff;
}

.georgia-page .country-intro-card h3 {
    margin: 0 0 14px;

    font-size: 24px;

    color: #ffffff;
}

.georgia-page .country-intro-card p {
    margin: 0 0 16px;

    font-size: 19px;
    line-height: 1.9;
    font-weight: 700;

    color: #ffffff;
}

.georgia-page .country-intro-card span {
    display: block;

    font-size: 14px;
    line-height: 1.9;

    color: rgba(255, 255, 255, 0.82);
}

.georgia-page .country-intro-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;

    margin-top: 32px;
}

.georgia-page .country-stat {
    min-width: 130px;

    padding: 16px 20px;

    border-radius: 14px;

    background: #f4f7fb;
}

.georgia-page .country-stat strong {
    display: block;

    margin-bottom: 5px;

    font-size: 18px;

    color: #173B6D;
}

.georgia-page .country-stat span {
    font-size: 13px;
    color: #718198;
}


/* =========================================================
   ROUTES
   ========================================================= */

.georgia-page .country-routes {
    padding: 90px 0;
    background: #f7f9fc;
}

.georgia-page .country-section-heading {
    max-width: 780px;

    margin: 0 auto 45px;

    text-align: center;
}

.georgia-page .country-section-heading p {
    margin: 0;

    font-size: 16px;
    line-height: 2;

    color: #687991;
}

.georgia-page .country-route-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 24px;
}

.georgia-page .country-route-card {
    min-height: 270px;

    padding: 32px;

    border-radius: 20px;

    color: #ffffff;

    background:
        linear-gradient(
            180deg,
            #173B6D 0%,
            #244f83 40%,
            #5d405e 63%,
            #a52831 82%,
            #E31E24 100%
        );

    box-shadow:
        0 20px 45px rgba(23, 59, 109, 0.14);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.georgia-page .country-route-card:hover {
    transform: translateY(-6px);

    box-shadow:
        0 28px 55px rgba(23, 59, 109, 0.22);
}

.georgia-page .country-route-icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 22px;

    border-radius: 16px;

    font-size: 22px;

    color: #173B6D;
    background: #ffffff;
}

.georgia-page .country-route-card h3 {
    margin: 0 0 14px;

    font-size: 21px;
    line-height: 1.6;

    color: #ffffff;
}

.georgia-page .country-route-card p {
    margin: 0;

    font-size: 15px;
    line-height: 2;

    color: rgba(255, 255, 255, 0.86);
}


/* =========================================================
   SERVICES
   ========================================================= */

.georgia-page .country-services {
    padding: 90px 0;
    background: #ffffff;
}

.georgia-page .country-services-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 22px;
}

.georgia-page .country-service-card {
    padding: 32px 26px;

    text-align: center;

    border: 1px solid #e7edf5;
    border-radius: 18px;

    background: #ffffff;

    box-shadow:
        0 12px 35px rgba(23, 59, 109, 0.07);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.georgia-page .country-service-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 20px 40px rgba(23, 59, 109, 0.12);
}

.georgia-page .country-service-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;

    margin-bottom: 20px;

    border-radius: 16px;

    font-size: 22px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #173B6D,
            #E31E24
        );
}

.georgia-page .country-service-card h3 {
    margin: 0 0 12px;

    font-size: 19px;

    color: #173B6D;
}

.georgia-page .country-service-card p {
    margin: 0;

    font-size: 14px;
    line-height: 1.9;

    color: #718198;
}


/* =========================================================
   GOODS
   ========================================================= */

.georgia-page .country-goods {
    padding: 90px 0;

    background: #f7f9fc;
}

.georgia-page .country-goods-grid {
    display: grid;
    grid-template-columns: 1fr;
}

.georgia-page .country-goods-content {
    max-width: 1100px;
    margin: 0 auto;
}

.georgia-page .country-goods-list {
    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 16px;

    margin-top: 32px;
}

.georgia-page .country-goods-card {
    min-height: 145px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 14px;

    padding: 20px;

    text-align: center;

    border-radius: 18px;

    background: #ffffff;

    box-shadow:
        0 10px 30px rgba(23, 59, 109, 0.07);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.georgia-page .country-goods-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 18px 35px rgba(23, 59, 109, 0.12);
}

.georgia-page .country-goods-card i {
    font-size: 25px;
    color: #E31E24;
}

.georgia-page .country-goods-card span {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 700;

    color: #173B6D;
}


/* =========================================================
   ADVANTAGES
   ========================================================= */

.georgia-page .country-advantages {
    padding: 90px 0;
    background: #ffffff;
}

.georgia-page .country-advantages-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 22px;
}

.georgia-page .country-advantage {
    padding: 32px 26px;

    text-align: center;

    border-radius: 18px;

    color: #ffffff;

    background:
        linear-gradient(
            180deg,
            #173B6D 0%,
            #244f83 40%,
            #5d405e 63%,
            #a52831 82%,
            #E31E24 100%
        );

    box-shadow:
        0 18px 40px rgba(23, 59, 109, 0.12);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.georgia-page .country-advantage:hover {
    transform: translateY(-5px);

    box-shadow:
        0 25px 50px rgba(23, 59, 109, 0.19);
}

.georgia-page .country-advantage i {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;

    margin-bottom: 20px;

    border-radius: 16px;

    font-size: 22px;

    color: #173B6D;
    background: #ffffff;
}

.georgia-page .country-advantage h3 {
    margin: 0 0 12px;

    font-size: 20px;

    color: #ffffff;
}

.georgia-page .country-advantage p {
    margin: 0;

    font-size: 14px;
    line-height: 1.9;

    color: rgba(255, 255, 255, 0.84);
}


/* =========================================================
   CTA
   ========================================================= */

.georgia-page .country-cta {
    padding: 80px 0;

    background: #f7f9fc;
}

.georgia-page .country-cta-card {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 40px;

    padding: 55px;

    border-radius: 26px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #173B6D 0%,
            #244f83 45%,
            #8b3545 75%,
            #E31E24 100%
        );

    box-shadow:
        0 25px 60px rgba(23, 59, 109, 0.18);
}

.georgia-page .country-cta-content {
    max-width: 760px;
}

.georgia-page .country-cta-content .country-section-label {
    color: rgba(255, 255, 255, 0.82);
}

.georgia-page .country-cta-content h2 {
    margin: 0 0 16px;

    font-size: clamp(27px, 4vw, 40px);
    line-height: 1.5;

    color: #ffffff;
}

.georgia-page .country-cta-content p {
    margin: 0;

    font-size: 16px;
    line-height: 2;

    color: rgba(255, 255, 255, 0.86);
}

.georgia-page .country-cta-actions {
    display: flex;

    align-items: center;
    flex-wrap: wrap;

    gap: 12px;

    flex-shrink: 0;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {

    .georgia-page .country-intro-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .georgia-page .country-intro-card {
        max-width: 600px;
    }

    .georgia-page .country-route-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .georgia-page .country-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .georgia-page .country-goods-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .georgia-page .country-advantages-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .georgia-page .country-cta-card {
        flex-direction: column;
        align-items: flex-start;
    }

}


@media (max-width: 767px) {

    .georgia-page .country-intro,
    .georgia-page .country-routes,
    .georgia-page .country-services,
    .georgia-page .country-goods,
    .georgia-page .country-advantages {
        padding: 65px 0;
    }

    .georgia-hero {
        min-height: 500px;
    }

    .georgia-hero .country-hero-inner {
        min-height: 500px;
    }

    .georgia-hero h1 {
        font-size: 34px;
    }

    .georgia-hero .country-hero-text p {
        font-size: 15px;
    }

    .georgia-page .country-route-grid {
        grid-template-columns: 1fr;
    }

    .georgia-page .country-services-grid {
        grid-template-columns: 1fr;
    }

    .georgia-page .country-goods-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .georgia-page .country-advantages-grid {
        grid-template-columns: 1fr;
    }

    .georgia-page .country-cta {
        padding: 60px 0;
    }

    .georgia-page .country-cta-card {
        padding: 38px 26px;
    }

}


@media (max-width: 480px) {

    .georgia-container {
        width: 90%;
    }

    .georgia-hero h1 {
        font-size: 29px;
    }

    .georgia-page .country-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .georgia-page .country-hero-actions .country-btn {
        width: 100%;
    }

    .georgia-page .country-intro-stats {
        display: grid;
        grid-template-columns: 1fr;
    }

    .georgia-page .country-stat {
        width: 100%;
    }

    .georgia-page .country-goods-list {
        grid-template-columns: 1fr;
    }

    .georgia-page .country-cta-actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .georgia-page .country-cta-actions .country-btn {
        width: 100%;
    }

}