.mbbs-page {
    background: #f3f7fb;
    color: #102033;
}

.mbbs-page .mbbs-hero {
    min-height: 590px;
    background:
        linear-gradient(90deg, rgba(10, 23, 39, 0.82), rgba(19, 38, 58, 0.58)),
        var(--mbbs-hero-image) center / cover no-repeat;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 44px clamp(24px, 6vw, 112px);
}

.mbbs-hero-inner {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
    gap: clamp(30px, 4vw, 72px);
    align-items: center;
}

.mbbs-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border: 1px solid rgba(71, 186, 255, 0.55);
    border-radius: 999px;
    color: #51c5ff;
    font-size: 14px;
    font-weight: 800;
    background: rgba(6, 117, 181, 0.18);
}

.mbbs-eyebrow span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #38bdf8;
}

.mbbs-hero-copy h1 {
    max-width: 660px;
    margin: 22px 0 16px;
    font-size: clamp(34px, 2.7vw, 48px);
    line-height: 1.18;
    color: #fff;
}

.mbbs-hero-copy h1 span {
    display: block;
    color: #38bdf8;
}

.mbbs-hero-copy p {
    max-width: 760px;
    color: #c8d7ea;
    font-size: 17px;
    line-height: 1.65;
}

.mbbs-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 10px 24px;
    margin: 24px 0 22px;
}

.mbbs-feature-list span {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 700;
}

.mbbs-feature-list b {
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    background: #0f9f6e;
}

.mbbs-country-pills,
.mbbs-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.mbbs-country-pills a,
.mbbs-hero-actions a,
.mbbs-hero-actions button {
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 999px;
    padding: 9px 20px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.mbbs-hero-actions {
    margin-top: 24px;
}

.mbbs-hero-actions button {
    border: 0;
    background: #2563eb;
    cursor: pointer;
}

.mbbs-counselling-card {
    background: #fff;
    color: #0f172a;
    border-radius: 24px;
    padding: clamp(26px, 2.5vw, 38px);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.mbbs-counselling-card h2 {
    margin: 0 0 12px;
    font-size: 24px;
}

.mbbs-counselling-card p {
    color: #536179;
    margin-bottom: 26px;
}

.mbbs-counselling-card input,
.mbbs-counselling-card select {
    width: 100%;
    height: 58px;
    margin-bottom: 16px;
    border: 1px solid #d7e1ef;
    border-radius: 12px;
    padding: 0 18px;
    font: inherit;
    background: #f8fafc;
}

.mbbs-counselling-card button,
.mbbs-center-btn {
    width: 100%;
    min-height: 58px;
    border: 0;
    border-radius: 12px;
    background: #2563eb;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
}

.mbbs-counselling-card small {
    display: block;
    margin-top: 16px;
    text-align: center;
    color: #71829b;
}

.mbbs-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #d7e1ef;
}

.mbbs-stats div {
    text-align: center;
    padding: 12px 16px;
    border-right: 1px solid #d7e1ef;
}

.mbbs-stats strong {
    display: block;
    color: #2563eb;
    font-size: 22px;
    line-height: 1.2;
}

.mbbs-stats span {
    color: #64748b;
    font-size: 13px;
    line-height: 1.35;
}

.mbbs-section,
.mbbs-process,
.mbbs-universities {
    padding: 76px clamp(24px, 7vw, 140px);
}

.mbbs-section-head {
    margin-bottom: 34px;
}

.mbbs-section-head h2 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: clamp(28px, 3vw, 42px);
}

.mbbs-section-head h2 span,
.mbbs-section-head h2::first-letter {
    color: inherit;
}

.mbbs-section-head p,
.mbbs-copy {
    color: #536179;
    font-size: 18px;
    line-height: 1.8;
}

.mbbs-destination-carousel {
    position: relative;
}

.mbbs-destination-rail {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.mbbs-destination-rail::-webkit-scrollbar {
    display: none;
}

.mbbs-destination-card {
    flex: 0 0 calc((100% - 72px) / 4);
    scroll-snap-align: start;
    position: relative;
    overflow: hidden;
    min-height: 304px;
    padding: 164px 28px 22px;
    border-radius: 18px;
    background: #0d4162;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.mbbs-destination-card img {
    position: absolute;
    inset: 0 0 auto;
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.mbbs-destination-card span {
    font-size: 36px;
}

.mbbs-destination-card h3 {
    margin: 0 0 8px;
    color: #fff;
}

.mbbs-destination-card p {
    color: #dbeafe;
}

.mbbs-destination-card a {
    align-self: flex-start;
    margin-top: 12px;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
}

.mbbs-destination-nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: #087fbd;
    color: #fff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    box-shadow: 0 8px 24px rgba(0, 59, 112, 0.24);
}

.mbbs-destination-prev {
    left: -23px;
}

.mbbs-destination-next {
    right: -23px;
}

.mbbs-country-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    border-bottom: 1px solid #c9d7e8;
    margin-bottom: 32px;
}

.mbbs-country-tabs button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 0;
    border-bottom: 3px solid transparent;
    background: transparent;
    padding: 12px 0;
    color: #334155;
    font-weight: 800;
    cursor: pointer;
}

.mbbs-country-tabs button img {
    width: 36px;
    height: 24px;
    border-radius: 3px;
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.mbbs-country-tabs button.active {
    color: #005eb8;
    border-color: #2563eb;
}

.mbbs-country-panel {
    display: none;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    gap: 30px;
}

.mbbs-country-panel.active {
    display: grid;
}

.mbbs-country-panel > div,
.mbbs-country-facts,
.mbbs-counsellor-grid article,
.mbbs-why-grid article {
    background: #fff;
    border: 1px solid #cfe0f3;
    border-radius: 16px;
    padding: 28px;
}

.mbbs-country-panel h3 {
    margin-top: 0;
    color: #0f172a;
    font-size: 28px;
}

.mbbs-country-panel li {
    margin: 14px 0;
    color: #334155;
}

.mbbs-country-panel li::marker {
    color: #22c55e;
}

.mbbs-country-facts p {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid #bfd3ec;
    padding-bottom: 14px;
}

.mbbs-country-facts span {
    color: #2563eb;
    font-weight: 800;
}

.mbbs-country-facts button {
    width: 100%;
    margin-top: 18px;
    border: 0;
    border-radius: 12px;
    padding: 16px 10px;
    background: #2563eb;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
}

.mbbs-process {
    background: #dceaff;
}

.mbbs-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.mbbs-process-grid article {
    min-height: 180px;
    border-radius: 14px;
    background: #fff;
    padding: 28px;
    text-align: center;
}

.mbbs-process-grid span {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid #93c5fd;
    border-radius: 50%;
    color: #2563eb;
    font-weight: 900;
}

.mbbs-center-btn {
    display: block;
    width: auto;
    margin: 32px auto 0;
    padding: 0 34px;
}

.mbbs-counsellor-grid,
.mbbs-why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.mbbs-counsellor-grid article {
    text-align: center;
    overflow: hidden;
    padding-top: 0;
}

.mbbs-counsellor-band {
    height: 70px;
    margin: 0 -28px 0;
    background: #bfdbfe;
}

.mbbs-counsellor-avatar {
    display: grid;
    place-items: center;
    width: 76px;
    height: 76px;
    margin: -38px auto 18px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #fff;
    color: #005eb8;
    font-size: 30px;
    font-weight: 900;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.14);
}

.mbbs-counsellor-grid strong {
    color: #f97316;
}

.mbbs-counsellor-grid button {
    border: 0;
    border-radius: 999px;
    padding: 10px 18px;
    background: #fb923c;
    color: #fff;
    font-weight: 900;
}

.mbbs-universities {
    background: #e8f7ff;
}

.mbbs-university-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.mbbs-university-grid article {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    background: #eefaff;
    border: 1px solid #8dd5ff;
    border-radius: 14px;
    padding: 18px;
}

.mbbs-university-logo {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    font-weight: 900;
}

.mbbs-university-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mbbs-university-grid h3 {
    margin: 0 0 8px;
    color: #005eb8;
}

.mbbs-university-grid p {
    margin: 0 0 8px;
    color: #64748b;
}

.mbbs-university-grid span {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 6px;
    background: #bbf7d0;
    color: #047857;
    font-weight: 900;
}

.mbbs-university-grid a {
    border-radius: 8px;
    background: #2563eb;
    color: #fff;
    padding: 10px 16px;
    text-decoration: none;
    font-weight: 900;
}

.mbbs-copy {
    max-width: 1180px;
}

.mbbs-why-grid {
    margin-top: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.mbbs-why-grid span {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #2563eb;
    color: #fff;
}

.mbbs-table-wrap {
    overflow-x: auto;
}

.mbbs-highlight-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    background: #fff;
}

.mbbs-highlight-table th {
    background: #304985;
    color: #fff;
    text-align: left;
}

.mbbs-highlight-table th,
.mbbs-highlight-table td {
    border: 1px solid #cbd5e1;
    padding: 14px 18px;
}

.mbbs-highlight-table tr:nth-child(even) td {
    background: #eef2f7;
}

@media (max-width: 1024px) {
    .mbbs-page .mbbs-hero {
        min-height: auto;
    }

    .mbbs-hero-inner,
    .mbbs-country-panel,
    .mbbs-university-grid {
        grid-template-columns: 1fr;
    }

    .mbbs-destination-rail,
    .mbbs-counsellor-grid,
    .mbbs-why-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .mbbs-destination-card,
    .mbbs-counsellor-grid article,
    .mbbs-why-grid article {
        min-width: min(82vw, 360px);
        scroll-snap-align: start;
    }

    .mbbs-destination-card {
        flex-basis: min(82vw, 360px);
    }

    .mbbs-destination-prev {
        left: -8px;
    }

    .mbbs-destination-next {
        right: -8px;
    }

    .mbbs-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .mbbs-page .mbbs-hero,
    .mbbs-section,
    .mbbs-process,
    .mbbs-universities {
        padding: 36px 16px;
    }

    .mbbs-feature-list,
    .mbbs-process-grid {
        grid-template-columns: 1fr;
    }

    .mbbs-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .mbbs-university-grid article {
        grid-template-columns: 56px 1fr;
    }

    .mbbs-university-grid a {
        grid-column: 1 / -1;
        text-align: center;
    }
}
