/* ===== MBBS ABROAD PAGE STYLES ===== */

/* ===== NAVBAR ===== */
.abroad-navbar {
    background: white !important;
}

.abroad-navbar .logo .logo-icon.square {
    border-radius: 6px;
    background: var(--primary-red);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
}

.abroad-navbar .nav-links a.abroad-active {
    color: var(--primary-red);
    background: none;
    position: relative;
    font-weight: 600;
}

.abroad-navbar .nav-links a.abroad-active::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 2px;
    background: var(--primary-red);
    border-radius: 1px;
}

.abroad-navbar .nav-links a:hover {
    color: var(--primary-red);
    background: none;
}

.abroad-navbar .btn-book-session {
    display: none;
}

.nav-actions-abroad {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn-call-border {
    padding: 8px 20px;
    border: 1.5px solid var(--primary-red);
    border-radius: 6px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--primary-red);
    transition: all 0.2s;
    white-space: nowrap;
}

.btn-call-border:hover {
    background: var(--primary-red);
    color: white;
}

.btn-book-red-icon {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--primary-red);
    color: white;
    padding: 9px 20px;
    border-radius: 6px;
    font-size: 0.82rem;
    font-weight: 600;
    transition: all 0.2s;
    white-space: nowrap;
}

.btn-book-red-icon:hover {
    background: var(--primary-red-dark);
}

/* ===== HERO ===== */
.abroad-hero {
    margin-top: 60px;
    position: relative;
    min-height: 460px;
    background: url('https://images.unsplash.com/photo-1523050854058-8df90110c9f1?w=1400&q=80') center/cover no-repeat;
    display: flex;
    align-items: center;
}

.abroad-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.85) 0%, rgba(15, 23, 42, 0.6) 60%, rgba(15, 23, 42, 0.4) 100%);
}

.abroad-hero-container {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    padding: 64px 24px;
    display: flex;
    align-items: center;
    gap: 48px;
    width: 100%;
}

.abroad-hero-left {
    flex: 1;
}

.hero-tag {
    display: inline-block;
    background: var(--primary-red);
    color: white;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
}

.abroad-hero-left h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.65rem;
    font-weight: 800;
    color: white;
    line-height: 1.18;
    margin-bottom: 18px;
}

.abroad-hero-left p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.75;
    margin-bottom: 30px;
    max-width: 480px;
}

.hero-btns {
    display: flex;
    align-items: center;
    gap: 14px;
}

.btn-red-pill {
    background: var(--primary-red);
    color: white;
    padding: 12px 26px;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 600;
    transition: all 0.2s;
}

.btn-red-pill:hover {
    background: var(--primary-red-dark);
    transform: translateY(-1px);
}

.btn-dark-pill {
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    color: white;
    padding: 11px 26px;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 600;
    transition: all 0.2s;
}

.btn-dark-pill:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: white;
}

/* Glass Card */
.abroad-hero-right {
    flex-shrink: 0;
    width: 340px;
}

.hero-glass-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.glass-icon {
    width: 72px;
    height: 72px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.8rem;
}

/* ===== TRUST STRIP ===== */
.abroad-trust {
    padding: 24px;
    background: white;
    border-bottom: 1px solid #e5e7eb;
}

.abroad-trust-container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 56px;
    flex-wrap: wrap;
}

.abroad-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    color: var(--text-gray);
    font-weight: 500;
}

.abroad-trust-item i {
    font-size: 1rem;
    color: var(--text-gray);
    opacity: 0.6;
}

/* ===== TOP DESTINATIONS ===== */
.abroad-destinations {
    padding: 68px 24px 72px;
    background: linear-gradient(180deg, #f0f4ff 0%, #f8fafc 100%);
}

.abroad-destinations-container {
    max-width: 1060px;
    margin: 0 auto;
}

.abroad-destinations h2 {
    text-align: center;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.95rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.destinations-subtitle {
    text-align: center;
    font-size: 0.9rem;
    color: var(--text-gray);
    line-height: 1.7;
    max-width: 540px;
    margin: 0 auto 44px;
}

.destination-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 26px;
}

/* Destination Card */
.dest-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.dest-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.dest-card.blue-left-border {
    border-left: 3px solid #3b82f6;
}

.dest-card.red-top-border {
    border-top: 3px dashed var(--primary-red);
}

.dest-image {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.dest-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.dest-card:hover .dest-image img {
    transform: scale(1.05);
}

.dest-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 0.7rem;
    font-weight: 700;
}

.dest-badge.badge-dark {
    background: rgba(15, 23, 42, 0.85);
    color: white;
}

.dest-badge.badge-red {
    background: var(--primary-red);
    color: white;
}

.dest-body {
    padding: 18px 20px 20px;
}

.dest-name-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.dest-name-row h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-dark);
}

.flag {
    font-size: 1.3rem;
}

.dest-info {
    margin-bottom: 6px;
}

.dest-info span {
    font-size: 0.82rem;
    color: var(--text-gray);
    display: flex;
    align-items: center;
    gap: 8px;
}

.dest-info i {
    font-size: 0.75rem;
    color: #9ca3af;
    width: 14px;
    text-align: center;
}

.btn-explore {
    display: block;
    text-align: center;
    padding: 11px;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.84rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-top: 16px;
    transition: all 0.2s;
}

.btn-explore:hover {
    border-color: var(--primary-navy);
    background: #f8fafc;
    color: var(--primary-navy);
}

/* ===== COMPARISON TABLE ===== */
.comparison-section {
    padding: 68px 24px 80px;
    background: white;
}

.comparison-container {
    max-width: 900px;
    margin: 0 auto;
}

.comparison-container h2 {
    text-align: center;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.85rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.comparison-subtitle {
    text-align: center;
    font-size: 0.88rem;
    color: var(--text-gray);
    line-height: 1.7;
    max-width: 480px;
    margin: 0 auto 40px;
}

/* ===== ANIMATED COMPARISON CARDS GRID ===== */
.comparison-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 22px;
}

.cmp-card {
    background: white;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 22px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    animation: fadeInCard 0.4s ease forwards;
}

.cmp-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--primary-navy);
    transition: height 0.3s ease;
}

.cmp-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.09);
    border-color: #cbd5e1;
}

.cmp-card:hover::before {
    height: 6px;
    background: var(--primary-red);
}

.cmp-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f5f9;
}

.cmp-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.15rem;
    color: var(--text-dark);
}

.cmp-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
}

.cmp-metric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.82rem;
    padding: 8px 10px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #f1f5f9;
}

.cmp-label {
    color: var(--text-gray);
    font-size: 0.76rem;
}

.pass-badge {
    font-size: 0.72rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 6px;
}

.pass-badge.high { background: #dcfce7; color: #15803d; }
.pass-badge.very-high { background: #dbeafe; color: #1d4ed8; }
.pass-badge.top { background: #fef3c7; color: #b45309; }
.pass-badge.moderate { background: #f1f5f9; color: #475569; }

.cmp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: var(--text-dark);
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
}

.cmp-btn:hover {
    background: var(--primary-navy);
    color: white;
    border-color: var(--primary-navy);
}

.cmp-btn i {
    font-size: 0.75rem;
    transition: transform 0.2s;
}

.cmp-btn:hover i {
    transform: translateX(4px);
}

.table-flag {
    margin-right: 6px;
    font-size: 1.15rem;
}

.table-link {
    color: var(--primary-red);
    font-weight: 600;
    font-size: 0.82rem;
    text-decoration: none;
    transition: color 0.2s;
}

.table-link:hover {
    color: var(--primary-red-dark);
}

/* ===== ANIMATED 6-YEAR BUDGET BREAKDOWN CARDS ===== */
.budget-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    gap: 24px;
}

.budget-card {
    background: white;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}

.budget-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--primary-navy);
    transition: all 0.3s ease;
}

.budget-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
    border-color: #cbd5e1;
}

.budget-card:hover::before {
    height: 6px;
    background: var(--primary-red);
}

.bc-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f1f5f9;
}

.bc-country {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bc-country h4 {
    font-size: 1.12rem;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0;
}

.bc-country small {
    display: block;
    font-size: 0.76rem;
    color: var(--text-gray);
    margin-top: 2px;
}

.bc-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.bc-stat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 12px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #f1f5f9;
    font-size: 0.82rem;
}

.bc-label {
    color: var(--text-gray);
    font-size: 0.76rem;
}

.bc-val {
    color: var(--text-dark);
    font-weight: 600;
}

.bc-highlight-box {
    background: #eff6ff;
    border: 1px dashed #bfdbfe;
    border-radius: 10px;
    padding: 12px 14px;
    text-align: center;
    margin-top: 4px;
}

.bc-highlight-box span {
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #1e40af;
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
}

.bc-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: var(--text-dark);
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s;
}

.budget-card:hover .bc-btn {
    background: var(--primary-navy);
    color: white;
    border-color: var(--primary-navy);
}

.bc-btn i {
    font-size: 0.78rem;
    transition: transform 0.2s;
}

.budget-card:hover .bc-btn i {
    transform: translateX(4px);
}

/* ===== STAY & ACCOMMODATION GUIDELINES ===== */
.stay-guidelines-box {
    margin-top: 48px;
    background: #f8fafc;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    padding: 28px;
}

.sgb-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e2e8f0;
}

.sgb-header i {
    width: 44px;
    height: 44px;
    background: #eff6ff;
    color: var(--primary-blue);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.sgb-header h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 2px;
}

.sgb-header p {
    font-size: 0.82rem;
    color: var(--text-gray);
}

.sgb-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.sgb-card {
    background: white;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
    transition: transform 0.25s, box-shadow 0.25s;
}

.sgb-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.sgb-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-bottom: 14px;
}

.sgb-icon.blue { background: #eff6ff; color: var(--primary-blue); }
.sgb-icon.green { background: #f0fdf4; color: #16a34a; }
.sgb-icon.purple { background: #faf5ff; color: #9333ea; }

.sgb-card h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.sgb-card p {
    font-size: 0.8rem;
    color: var(--text-gray);
    line-height: 1.6;
}

@media (max-width: 900px) {
    .sgb-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== FEATURED UNIVERSITIES CARD ===== */
.featured-universities-card {
    margin-top: 36px;
    background: #f8fafc;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    padding: 28px;
}

.fuc-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e2e8f0;
}

.fuc-header i {
    width: 44px;
    height: 44px;
    background: #eff6ff;
    color: var(--primary-blue);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.fuc-header h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 2px;
}

.fuc-header p {
    font-size: 0.82rem;
    color: var(--text-gray);
}

.fuc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.fuc-item {
    background: white;
    padding: 16px 18px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}

.fuc-item h4 {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 6px;
}

.fuc-item p {
    font-size: 0.78rem;
    color: var(--text-gray);
    line-height: 1.6;
}

@media (max-width: 900px) {
    .fuc-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== ABROAD EXPERIENCE & CLINICAL SECTION ===== */
.abroad-experience-section {
    padding: 72px 24px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.abroad-exp-container {
    max-width: 1040px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.abroad-exp-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: var(--shadow-sm);
    transition: transform 0.3s, box-shadow 0.3s;
}

.abroad-exp-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.abroad-exp-img-wrap {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.abroad-exp-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.abroad-exp-card:hover .abroad-exp-img {
    transform: scale(1.05);
}

.abroad-badge {
    position: absolute;
    bottom: 14px;
    left: 14px;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(8px);
    color: white;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 0.76rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.abroad-badge.red {
    background: rgba(220, 38, 38, 0.9);
}

.abroad-exp-info {
    padding: 24px;
}

.abroad-exp-info h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
    line-height: 1.3;
}

.abroad-exp-info p {
    font-size: 0.86rem;
    color: var(--text-gray);
    line-height: 1.7;
}

@media (max-width: 800px) {
    .abroad-exp-container {
        grid-template-columns: 1fr;
    }
}

/* ===== FOOTER ===== */
.abroad-footer {
    background: var(--primary-navy);
    padding: 0;
}

.abroad-footer .footer-container,
.abroad-footer .footer-bottom {
    display: none;
}

.abroad-footer-main {
    padding: 48px 24px 44px;
}

.abroad-footer-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1fr;
    gap: 40px;
}

.abroad-footer-brand .footer-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.15rem;
    font-weight: 700;
    color: white;
    margin-bottom: 12px;
}

.abroad-footer-brand .footer-logo .logo-icon.square {
    background: var(--primary-red);
    border-radius: 6px;
}

.abroad-footer-brand > p {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.48);
    line-height: 1.7;
}

.abroad-footer-links h4 {
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    margin-bottom: 16px;
}

.abroad-footer-links ul {
    list-style: none;
}

.abroad-footer-links li {
    margin-bottom: 10px;
}

.abroad-footer-links a {
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgba(255, 255, 255, 0.25);
    transition: color 0.2s;
}

.abroad-footer-links a:hover {
    color: white;
    text-decoration-color: white;
}

/* ===== FLOATING BUTTONS ===== */
.abroad-floating {
    position: fixed;
    bottom: 24px;
    right: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 999;
}

.abroad-floating .floating-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

.abroad-floating .floating-btn:hover {
    transform: scale(1.1);
}

.abroad-floating .msg-btn {
    background: var(--primary-red);
}

.abroad-floating .call-btn {
    background: var(--primary-red);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .abroad-hero-container {
        flex-direction: column;
    }

    .abroad-hero-right {
        width: 100%;
        max-width: 400px;
    }

    .destination-cards {
        grid-template-columns: 1fr 1fr;
    }

    .nav-actions-abroad {
        display: none;
    }

    .abroad-footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }
}

@media (max-width: 768px) {
    .abroad-hero-left h1 {
        font-size: 1.9rem;
    }

    .abroad-hero {
        min-height: 380px;
    }

    .destination-cards {
        grid-template-columns: 1fr;
    }

    .abroad-trust-container {
        gap: 24px;
    }

    .comparison-table-wrapper {
        overflow-x: auto;
    }

    .abroad-destinations h2,
    .comparison-container h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 640px) {
    .abroad-hero-container {
        padding: 40px 16px;
    }

    .abroad-hero-left h1 {
        font-size: 1.55rem;
    }

    .hero-btns {
        flex-direction: column;
        align-items: flex-start;
    }

    .abroad-hero-right {
        display: none;
    }

    .abroad-trust-container {
        flex-direction: column;
        gap: 14px;
    }

    .abroad-destinations {
        padding: 48px 16px 52px;
    }

    .comparison-section {
        padding: 48px 16px 56px;
    }

    .abroad-footer-container {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}
