/* Study Abroad — keep AIMS hero-style-10 intact; only page extras */

.sa-hero .banner-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.sa-hero .banner-content .pre-title {
    display: inline-block;
    margin-bottom: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--color-secondary, #ee4a62);
}

/*
 * Cancel phantom gap from theme `top: -110px`, and pin the language-academy
 * wave to the hero bottom so no grey strip shows under the curve.
 */
.sa-hero.hero-style-10 {
    margin-bottom: -110px;
}

.sa-hero-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 6;
    line-height: 0;
    pointer-events: none;
}

.sa-hero-wave img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: -1px;
    vertical-align: bottom;
}

/* Avoid a second wave when highlights uses features-area-6 */
.sa-features.features-area-6::after {
    display: none;
}

.sa-destinations.edu-section-gap {
    position: relative;
    z-index: 2;
    padding-top: 20px;
    border: 0;
    box-shadow: none;
}

@media only screen and (max-width: 991px) {
    .sa-hero.hero-style-10 {
        margin-bottom: 0;
    }

    .sa-destinations.edu-section-gap {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .sa-hero-wave {
        display: none;
    }
}

.sa-wa-btn,
.sa-wa-cta {
    background: #25d366 !important;
    border-color: #25d366 !important;
}



.sa-wa-btn:hover,
.sa-wa-cta:hover {
    background: #1ebe57 !important;
    border-color: #1ebe57 !important;
}

.sa-flag-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 22px 14px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .06);
    box-shadow: 0 10px 30px rgba(15, 23, 42, .05);
    text-decoration: none;
    color: inherit;
    transition: transform .25s ease, box-shadow .25s ease;
    height: 100%;
}

.sa-flag-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, .1);
    color: inherit;
}

.sa-flag-card__flag {
    width: 88px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(15, 23, 42, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
}

.sa-flag-card__flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sa-flag-card__name {
    font-weight: 700;
    font-size: 15px;
    text-align: center;
}

.sa-features .features-box .icon {
    font-size: 34px;
    color: var(--color-primary, #1ab69d);
}

.sa-country-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, .06);
    box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
    overflow: hidden;
}

.sa-country-card__head {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    background: linear-gradient(135deg, #f0f9ff 0%, #fff7ed 100%);
    border-bottom: 1px solid rgba(15, 23, 42, .05);
}

.sa-country-card__head img {
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(15, 23, 42, .12);
}

.sa-country-card__head .title {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
}

.sa-country-card__body {
    padding: 20px;
    flex: 1;
}

.sa-country-card__body h5 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--color-secondary, #e2552d);
}

.sa-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sa-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.45;
    color: #475467;
}

.sa-list li i {
    margin-top: 2px;
    color: var(--color-primary, #1ab69d);
    flex-shrink: 0;
}

.sa-list--uni li i {
    color: #175cd3;
}

.sa-em {
    color: #d92d20;
    font-weight: 700;
}

.sa-country-card__foot {
    padding: 0 20px 20px;
}

.sa-cta-banner {
    position: relative;
    padding: 70px 30px;
    border-radius: 20px;
    background: linear-gradient(135deg, #0b1b33 0%, #183b6b 55%, #1ab69d 160%);
    overflow: hidden;
}

.sa-cta-banner .title,
.sa-cta-banner p {
    color: #fff !important;
}

.sa-cta-banner p {
    opacity: .9;
    margin-bottom: 24px;
}

.sa-cta-banner .shape-group {
    margin: 0;
}

.sa-office-card {
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .06);
    box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
    height: 100%;
}

.sa-office-card__map {
    aspect-ratio: 16 / 9;
    background: #eef2f6;
}

.sa-office-card__map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.sa-office-card__body {
    padding: 22px 24px;
}

.sa-office-card__body .title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}

.sa-office-card__body .title i {
    color: var(--color-secondary, #e2552d);
    margin-right: 6px;
}

.sa-office-card__body p {
    margin-bottom: 6px;
    color: #667085;
}

@media (max-width: 767px) {
    .sa-hero .banner-btn .edu-btn {
        width: 100%;
        justify-content: center;
    }

    .sa-cta-banner {
        padding: 48px 18px;
    }
}
