/* ── Hero ── */

/* Blue overlay */
.country-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 80, 180, 0.75) 0%, rgba(30, 130, 220, 0.65) 100%);
    z-index: 0;
}

.country-banner>* {
    position: relative;
    z-index: 1;
}

/* Badge */
.country-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 8px 14px;
    border-radius: 50px;
    margin-bottom: 18px;
    background: linear-gradient(90deg, #155DFC 0%, #51A2FF 100%);
}

.country-banner h1 {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px;
    line-height: 1.15;
}

.country-banner p {
    color: #ffffff;
    opacity: 0.80;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 300;
}

.btn-explore {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /* background: rgba(255, 255, 255, 0.15); */
    /* backdrop-filter: blur(8px); */
    border: 2px solid #ffffff;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 26px;
    border-radius: 50px;
    text-decoration: none;
    margin-bottom: 70px;
    /* transition: background 0.2s, border-color 0.2s; */
}

.btn-explore:hover {
    background: rgba(255, 255, 255, 0.28);
    border-color: #fff;
    color: #fff;
}

.banner-svg {
    position: absolute;
    bottom: 0;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    z-index: 9;
    width: 100%;
}

/* ── Stats Card ── */
.stats-wrapper {
    position: absolute;
    width: 100%;
    bottom: -20px;
    z-index: 99;
    padding: 0 24px 40px;
}

.stats-card {
    border-radius: 16px;
    border: 1px solid rgba(218, 224, 231, 0.50);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(195, 221, 255, 0.75) 100%);
    box-shadow: 0 12px 40px -8px rgba(17, 50, 95, 0.12);
    backdrop-filter: blur(6px);
    padding: 28px 16px 22px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 8px;
}

/* dividers between items */
.stat-item+.stat-item {
    border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.stat-icon {
    font-size: 1.3rem;
    color: #4a90d9;
    margin-bottom: 6px;
}

.stat-label {
    font-size: 12px;
    color: #555555;
    font-weight: 400;
    text-transform: uppercase;
    /* letter-spacing: 0.4px; */
    margin: 8px 0;
}

.stat-value {
    font-size: 14px;
    font-weight: 700;
    color: #151C28;
}

.uni-border-right {
    border-right: 1px solid rgba(255, 255, 255, 0.40);
}


/* ── Section ── */
.country-section {
    padding: 60px 0 70px;
    position: relative;
    overflow: hidden;
}



/* ── Badge ── */
.section-badge {
    display: inline-block;
    border: 1px solid rgba(43, 127, 255, 0.20);
    background: rgba(43, 127, 255, 0.10);
    color: #155DFC;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 20px;
    border-radius: 50px;
    margin-bottom: 14px;
}

/* ── Heading ── */
.section-title {
    font-size: 55px;
    font-weight: 700;
    color: #101828;
    margin-bottom: 15px;
}

.section-sub {
    font-size: 18px;
    color: #4A5565;
    margin-bottom: 0;
}

/* Read more truncation */
.read-more-content {
    max-height: 13.5rem; /* about 7-8 lines */
    overflow: hidden;
    transition: max-height 0.25s ease;
    position: relative;
}

.read-more-content.expanded {
    max-height: none;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    margin-top: 18px;
    padding: 10px 18px;
    border: 1px solid rgba(65, 84, 131, 0.35);
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.85);
    color: #1f2f5b;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.read-more-btn:hover {
    /* background: rgba(255, 255, 255, 1); */
    border-color: rgba(65, 84, 131, 0.55);
}

/* ── Custom Nav Buttons ── */
.slider-nav {
    display: flex;
    gap: 8px;
}

.slider-btn {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    border: 1.5px solid #d1d5db;
    background: #fff;
    color: #374151;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.18s, border-color 0.18s, color 0.18s;
    font-size: 0.95rem;
    outline: none;
}

.slider-btn:hover {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
}

/* ── Slick Overrides ── */
.uni-slider {
    margin: 0 -12px;
}

.uni-slider .slick-slide {
    padding: 8px 12px 16px;
}

/* Hide default arrows */
.uni-slider .slick-prev,
.uni-slider .slick-next {
    display: none !important;
}

/* Hide default dots */
.uni-slider .slick-dots {
    display: none !important;
}

/* ── University Card ── */
.uni-card {
    background: #fff;
    overflow: hidden;
    transition: transform 0.22s, box-shadow 0.22s;
    border-radius: 24px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.uni-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 40, 120, 0.13);
}

/* Image wrapper */
.uni-img-wrap {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.uni-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s;
}

.uni-card:hover .uni-img-wrap img {
    transform: scale(1.04);
}

/* Rank Badge */
.rank-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(90deg, #155DFC 0%, #51A2FF 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 15px;
    border-radius: 50px;
}

/* Card Body */
.uni-body {
    padding: 18px 20px 20px;
}

.uni-name {
    font-size: 18px;
    font-weight: 700;
    color: #101828;
    margin-bottom: 4px;
}

.uni-location {
    font-size: 0.82rem;
    color: #4A5565;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.uni-location i {
    font-size: 12px;
    color: #4A5565;
}

.uni-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.programs-link {
    font-size: 14px;
    font-weight: 600;
    color: #155DFC;
    text-decoration: none;
}

.programs-link:hover {
    text-decoration: underline;
}

.details-link {
    font-size: 14px;
    font-weight: 600;
    color: #155DFC;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
}

.details-link:hover {
    text-decoration: underline;
}

.big-circle {
    position: absolute;
    top: 50px;
    left: 25px;
    z-index: -1;
}

.small-circle {
    position: absolute;
    top: 150px;
    right: 20px;
    z-index: -1;
}

.text-white-light {
    color: #E9EBEE;
}

.section-badge-light {
    color: #FFFFFF;
    background: rgba(43, 127, 255, 0.40);
    border: 1px solid rgba(43, 127, 255, 0.60);
}

/* ── Slick Wrapper ── */
.streams-slider-wrap {
    margin: 0 -10px;
}

.streams-slider .slick-slide {
    padding: 0 10px 4px;
}

/* Row of 2 cards per column (via slick rows) */
/* We use a custom 2-row approach: each slide contains 2 cards stacked */
.slide-col {
    display: flex !important;
    flex-direction: column;
    gap: 20px;
}

/* ── Stream Card ── */
.stream-card {
    background: #fff;
    border-radius: 14px;
    padding: 24px 22px 22px;
    transition: transform 0.22s, box-shadow 0.22s;
    cursor: pointer;
}

.stream-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
}

/* Icon Box */
.stream-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, #155DFC 0%, #51A2FF 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #fff;
}

.stream-name {
    font-size: 20px;
    font-weight: 700;
    color: #101828;
    margin-bottom: 4px;
}

.stream-desc {
    font-size: 14px;
    color: #707D8F;
    margin-bottom: 14px;
}

.stream-courses {
    font-size: 14px;
    font-weight: 600;
    color: #155DFC;
    text-decoration: none;
}

.stream-courses:hover {
    text-decoration: underline;
}

/* ── Custom Nav Buttons ── */


.streams-slider-nav .slider-btn {
    width: 42px;
    height: 42px;
    border-radius: 7px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.18s, border-color 0.18s;
    outline: none;
}

.streams-slider-nav .slider-btn:hover {
    background: linear-gradient(135deg, #155DFC 0%, #51A2FF 100%);
    border-color: #2563eb;
    color: #FFFFFF;
}

/* ── Left Image ── */
.admission-img-wrap {
    border-radius: 16px;
    overflow: hidden;
    height: 380px;
    position: relative;
}

.admission-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.45s ease;
    border-radius: 16px;
}

.admission-img-wrap2 img {
    width: 100%;
    height: 50vh !important;
}

.admission-img-wrap img.active {
    opacity: 1;
}

/* ── Accordion ── */
.accordion-item {
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: none;
    background-color: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.admissionAccordion .accordion-button {
    background: #fff !important;
    color: #101828 !important;
    font-weight: 700;
    font-size: 20px;
    padding: 18px 20px;
    border-radius: 12px !important;
    box-shadow: none !important;
    gap: 14px;
}

.admissionAccordion .accordion-button:not(.collapsed) {
    background: #fff !important;
    color: #111827 !important;
    box-shadow: none !important;
}

/* Remove default arrow, use custom chevron */
.accordion-button::after {
    display: none;
}

.acc-chevron {
    margin-left: auto;
    color: #155DFC;
    font-size: 0.9rem;
    transition: transform 0.3s;
    flex-shrink: 0;
}

.admissionAccordion .accordion-button:not(.collapsed) .acc-chevron {
    transform: rotate(180deg);
    color: #2563eb;
}

/* Icon box */
.acc-icon {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    background: linear-gradient(135deg, #155DFC 0%, #51A2FF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}

.admissionAccordion .accordion-body {
    padding: 4px 20px 18px 72px;
    font-size: 0.88rem;
    color: #374151;
    line-height: 1.8;
}

.admissionAccordion .accordion-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.admissionAccordion .accordion-body ul li::before {
    content: '•';
    color: #2563eb;
    font-weight: 700;
    margin-right: 8px;
}

.admissionAccordion .accordion-collapse {
    transition: height 0.35s ease;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
}

.accordion-item:first-of-type {
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
}

/* Accordion css */

/* ── Match accordion column height with image ── */

/* Make the row stretch children to equal height */
.row_match_height.align-items-start.g-5.mt-4 {
    align-items: stretch !important;
}

/* Let the image column flex so the wrap can fill it */
.row_match_height.align-items-start.g-5.mt-4>.col-12.col-md-5 {
    display: flex;
    flex-direction: column;
}

/* Image wrap fills the full column height */
.admission-img-wrap {
    flex: 1;
    height: auto !important;
    /* override the fixed 380px */
    min-height: 380px;
    /* safety floor on small content */
}

/* Images inside fill the wrapper naturally */
.admission-img-wrap img {
    height: 100% !important;
    /* override the 50vh override */
}

/* Accordion css end */

/* ── Cost Card ── */
.cost-card {
    padding: 32px 28px 28px;
    text-align: center;
    transition: transform 0.22s, box-shadow 0.22s;
    height: 100%;

    border-radius: 24px;
    /* border: 2px solid rgba(255, 255, 255, 0.20); */
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.cost-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 32px rgba(0, 40, 120, 0.11);
}

/* Icon Box */
.cost-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #155DFC 0%, #51A2FF 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 18px;
}

/* Title */
.cost-title {
    font-size: 20px;
    font-weight: 700;
    color: #101828;
    margin-bottom: 10px;
}

/* Amount */
.cost-amount {
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(180deg, #0E3B78 0%, #1C6ED5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    margin-bottom: 2px;
}

/* Per year label */
.cost-period {
    font-size: 12px;
    color: #4A5565;
    margin-bottom: 12px;
}

/* Divider */
/* .cost-divider {
    border: none;
    border-top: 1px solid #f0f2f7;
    margin: 14px 0;
} */

/* Description */
.cost-desc {
    font-size: 14px;
    color: #364153;
    margin: 0;
}

.number-icon {
    border-radius: 50%;
    background: linear-gradient(135deg, #155DFC 0%, #51A2FF 100%);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}


.admissionAccordion .accordion-body p {
    color: #364153;
    font-size: 16px;
    font-weight: 400;
}

/* ── Nav Buttons ── */
.custom-slider-nav.slider-nav {
    display: flex;
    gap: 8px;
}

.custom-slider-nav .slider-btn {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    border: 1px solid #155DFC;
    background: #FFF;
    color: #155DFC;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.95rem;
    transition: background 0.18s, border-color 0.18s, color 0.18s;
    outline: none;
}

.custom-slider-nav .slider-btn:hover {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
}

/* ── Slick ── */
.testimonials-slider {
    margin: 0 -12px;
}

.testimonials-slider .slick-slide {
    padding: 8px 12px 16px;
}

/* ── Testimonial Card ── */
.testi-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px 22px;
    border-radius: 24px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    transition: transform 0.22s, box-shadow 0.22s;
    height: 100%;
}

.testi-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 40, 120, 0.12);
}

/* Avatar + Name row */
.testi-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.testi-avatar {
    border: 4px solid #DBEAFE;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.testi-name {
    font-size: 16px;
    font-weight: 700;
    color: #101828;
    margin-bottom: 2px;
}

.testi-uni {
    font-size: 12px;
    color: #4A5565;
}

/* Stars */
.testi-stars {
    color: #FDC700;
    font-size: 12px;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

/* Quote */
.testi-quote {
    font-size: 16px;
    color: #364153;
    line-height: 1.65;
    font-style: italic;
    margin: 0;
}

/* Force track to use flexbox */
.testimonials-slider .slick-track {
    display: flex !important;
}

/* Each slide stretches to full track height */
.testimonials-slider .slick-slide {
    display: flex !important;
    height: auto !important;
}

/* Slide's inner div fills the flex space */
.testimonials-slider .slick-slide>div {
    display: flex;
    width: 100%;
}

/* Card fills 100% and uses flex column */
.testi-card {
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* Quote stretches to fill remaining space */
.testi-quote {
    flex: 1;
}

/* ── FAQ Accordion ── */
.faq-accordion .accordion-item {
    background: #fff;
    border: 1px solid #e8edf5 !important;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 1px 6px rgba(0, 40, 120, 0.05);
}

.faq-accordion .accordion-button {
    background: #fff !important;
    color: #101828;
    font-weight: 600;
    font-size: 18px;
    padding: 20px 22px;
    border-radius: 12px !important;
    box-shadow: none !important;
}

/* Hide default Bootstrap arrow */
.faq-accordion .accordion-button::after {
    display: none;
}

/* Custom chevron */
.faq-chevron {
    margin-left: auto;
    color: #2563eb;
    font-size: 1rem;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.faq-accordion .accordion-button:not(.collapsed) .faq-chevron {
    transform: rotate(180deg);
}

.faq-accordion .accordion-body {
    padding: 0 22px 18px;
    font-size: 0.88rem;
    color: #6b7280;
    line-height: 1.7;
}

.country-slider .slick-slide {
    padding: 6px 10px 12px;
}

/* ── Country Card ── */
.country-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 14px rgba(0, 40, 120, 0.07);
    transition: transform 0.22s, box-shadow 0.22s;
}

.country-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 40, 120, 0.13);
}

/* Image with overlay text */
.country-img-wrap {
    position: relative;
    /* height: 170px; */
    overflow: hidden;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    /* margin: 8px 8px 0; */
}

.country-img-wrap img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.35s;
}

.country-card:hover .country-img-wrap img {
    transform: scale(1.05);
}

/* Dark gradient over image */
.country-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);
    border-radius: 12px;
}

/* Text on image */
.country-overlay {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;

}

.country-name {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 2px;
}

.country-unis {
    color: rgba(255, 255, 255, 0.90);
    font-size: 14px;
    font-weight: 400;
}

/* Card footer */
.country-footer {
    padding: 12px 16px 14px;
}

.explore-link {
    font-size: 16px;
    font-weight: 600;
    color: #155DFC;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.explore-link:hover {
    text-decoration: underline;
}


.read-more-btn {
    position: relative;
    background: none;
    border: none;
    background: linear-gradient(180deg, #0E3B78 0%, #1C6ED5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
    padding: 5px 0;
    transition: color 0.3s ease;
    font-size: 14px;
}

.read-more-btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: linear-gradient(180deg, #0E3B78 0%, #1C6ED5 100%);
    transition: width 0.3s ease;
}

.read-more-btn:hover {
    color: #0056b3;
}

.read-more-btn:hover::after {
    width: 100%;
}


/* Country page responsive css */

/* ====================================================
   RESPONSIVE STYLES — country page
   ==================================================== */

/* ── Large tablets (≤ 1024px) ── */
@media (max-width: 1024px) {
    .country-banner {
        height: 75vh;
        margin-top: 80px;
    }

    .country-banner h1 {
        font-size: 48px;
    }

    .country-banner p {
        font-size: 18px;
    }

    .section-title {
        font-size: 42px;
    }

    .stats-wrapper {
        padding: 0 16px 40px;
    }

    .row_match_height.align-items-start.g-5.mt-4>.col-12.col-md-5 {
        display: none;
    }

    .slick-dots li.slick-active button:before {
        color: #155DFC !important;
    }

    .slick-dots {
        bottom: -44px !important;
    }

}

/* ── Tablets (≤ 991px) ── */
@media (max-width: 991px) {
    .country-banner {
        height: 70vh;
        margin-top: 70px;
        padding: 30px 20px;
    }

    .country-banner h1 {
        font-size: 40px;
    }

    .country-banner p {
        font-size: 17px;
    }

    .country-banner p br {
        display: none;
    }

    .section-title {
        font-size: 36px;
    }

    .section-sub {
        font-size: 16px;
    }

    .stats-wrapper {
        position: static;
        padding: 0 16px 0;
        margin-top: -65px;
    }

    .stats-card {
        border-radius: 12px;
    }

    .banner-svg {
        display: none;
    }

    /* Admission image — stack below accordion on tablet */
    .admission-img-wrap {
        min-height: 260px;
    }

    .contact-uni h4 {
        font-size: 26px;
    }

    .contact-uni h5 {
        font-size: 22px;
    }

    .country-section {
        padding: 50px 0;
    }

    .big-circle,
    .small-circle {
        display: none;
    }
}

/* ── Mobile (≤ 767px) ── */
@media (max-width: 767px) {
    .country-banner {
        height: auto;
        min-height: auto;
        margin-top: 0;
        padding: 50px 20px 30px
    }

    .country-banner h1 {
        font-size: 32px;
        line-height: 1.2;
    }

    .country-banner p {
        font-size: 15px;
        padding: 0 10px;
    }

    .country-badge {
        font-size: 12px;
        padding: 6px 12px;
    }

    .btn-explore {
        font-size: 14px;
        padding: 9px 20px;
        margin-bottom: 60px;
    }

    .section-title {
        font-size: 28px;
        line-height: 1.25;
    }

    .section-sub {
        font-size: 15px;
    }

    .stats-wrapper {
        position: static;
        padding: 12px 12px 0;
    }

    .stats-card {
        padding: 16px 8px;
    }

    .stat-label {
        font-size: 10px;
    }

    .stat-value {
        font-size: 13px;
    }

    .stat-item img {
        width: 24px;
        height: 24px;
    }


    /* Accordion image hidden on mobile, accordion goes full width */
    .admission-img-wrap {
        min-height: 220px;
    }

    .admissionAccordion .accordion-button {
        font-size: 16px;
        padding: 14px 16px;
    }

    .admissionAccordion .accordion-body {
        padding: 4px 16px 16px 16px;
    }

    .cost-card {
        padding: 22px 18px 20px;
    }

    .cost-title {
        font-size: 16px;
    }

    .cost-amount {
        font-size: 20px;
    }

    .contact-uni {
        padding: 28px 20px;
    }

    .contact-uni h4 {
        font-size: 22px;
    }

    .contact-uni h5 {
        font-size: 18px;
    }

    .contact-uni::after {
        display: none;
    }

    .stream-name {
        font-size: 17px;
    }

    .testi-quote {
        font-size: 14px;
    }



    .stats-card .col-6 {
        margin-bottom: 0 !important;
    }

    .stat-item {
        padding: 20px 10px;
    }

    .slick-dots {
        bottom: -25px;
    }

    .accordion-body img {
        height: 250px;
        object-fit: cover;
        /* margin: 0 auto; */
        display: block;
        margin-top: 20px;
        border-radius: 10px;
        width: 100%;
    }


}

/* ── Small phones (≤ 480px) ── */
@media (max-width: 480px) {
    .country-banner h1 {
        font-size: 26px;
    }

    .country-banner p {
        font-size: 14px;
    }

    .section-title {
        font-size: 24px;
    }

    .stat-value {
        font-size: 12px;
    }

    .stat-label {
        font-size: 9px;
    }

    .uni-name {
        font-size: 15px;
    }

    .programs-link,
    .details-link {
        font-size: 13px;
    }

    .stream-card {
        padding: 18px 16px 16px;
        margin: 0 15px;
    }

    .cost-icon {
        width: 42px;
        height: 42px;
    }

    .country-name {
        font-size: 16px;
    }

    .explore-link {
        font-size: 14px;
    }

    .faq-accordion .accordion-button {
        font-size: 14px;
        padding: 14px 16px;
    }

    .testi-avatar {
        width: 50px;
        height: 50px;
    }

    .testi-name {
        font-size: 14px;
    }

    .testi-uni {
        font-size: 11px;
    }


    .stats-slider .slick-dots {
        display: none !important;
    }

    .stat-item+.stat-item {
        border-left: none;
        border-top: 1px solid rgba(0, 0, 0, 0.09);
    }

    .stats-card {
        padding: 20px 12px;
    }

    .slick-dots li.slick-active button:before {
        color: #ffffff !important;
    }
}