/* =========================================================
   MARGLOBAL MBBS ABROAD PAGE
========================================================= */

.marglobal-mbbs-hero {
    padding: 100px 0;
    background: #f5f8fd;
    position: relative;
    overflow: hidden;
}

.marglobal-mbbs-label,
.marglobal-mbbs-section-heading > span,
.marglobal-hostel-content > span,
.marglobal-documents-heading > span,
.marglobal-mbbs-counselling > .container span,
.marglobal-final-cta-inner > span {
    color: #f2b900;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
}

.marglobal-mbbs-hero-content h1 {
    color: #172d68;
    font-size: 58px;
    line-height: 1.08;
    font-weight: 700;
    margin: 15px 0 20px;
}

.marglobal-mbbs-hero-content h1 strong {
    display: block;
    color: #f2b900;
}

.marglobal-mbbs-hero-content > p {
    color: #5c6880;
    font-size: 17px;
    line-height: 1.7;
    max-width: 600px;
}

.marglobal-mbbs-hero-buttons {
    display: flex;
    gap: 12px;
    margin-top: 28px;
}

.marglobal-mbbs-primary-btn,
.marglobal-mbbs-secondary-btn {
    min-height: 50px;
    padding: 0 25px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: all .3s ease;
}

.marglobal-mbbs-primary-btn {
    background: #fbbd08;
    color: #172d68 !important;
}

.marglobal-mbbs-primary-btn:hover {
    background: #172d68;
    color: #fff !important;
}

.marglobal-mbbs-secondary-btn {
    border: 1px solid #172d68;
    color: #172d68;
}

.marglobal-mbbs-secondary-btn:hover {
    background: #172d68;
    color: #fff;
}

.marglobal-mbbs-trust {
    display: flex;
    gap: 25px;
    margin-top: 35px;
}

.marglobal-mbbs-trust div {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #172d68;
    font-size: 12px;
    font-weight: 600;
}

.marglobal-mbbs-trust i {
    color: #f2b900;
    font-size: 20px;
}

.marglobal-mbbs-hero-image {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}

.marglobal-mbbs-hero-image > img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    display: block;
}

.marglobal-mbbs-floating-card {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: #fff;
    border-radius: 10px;
    padding: 15px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
}

.marglobal-mbbs-floating-card > i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff3c9;
    color: #172d68;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marglobal-mbbs-floating-card strong,
.marglobal-mbbs-floating-card span {
    display: block;
}

.marglobal-mbbs-floating-card strong {
    color: #172d68;
    font-size: 13px;
}

.marglobal-mbbs-floating-card span {
    color: #69758b;
    font-size: 11px;
    margin-top: 3px;
}


/* =========================================================
   COMMON SECTION
========================================================= */

.marglobal-mbbs-intro,
.marglobal-mbbs-countries,
.marglobal-mbbs-details,
.marglobal-mbbs-process,
.marglobal-mbbs-documents,
.marglobal-mbbs-success,
.marglobal-mbbs-faq {
    padding: 80px 0;
}

.marglobal-mbbs-section-heading {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 45px;
}

.marglobal-mbbs-section-heading h2 {
    color: #172d68;
    font-size: 40px;
    line-height: 1.2;
    margin: 10px 0 12px;
}

.marglobal-mbbs-section-heading h2 strong {
    color: #f2b900;
}

.marglobal-mbbs-section-heading p {
    color: #65718a;
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   BENEFITS
========================================================= */

.marglobal-mbbs-benefit {
    height: 100%;
    padding: 30px 22px;
    background: #fff;
    border: 1px solid #e5e9f0;
    border-radius: 12px;
    text-align: center;
    transition: .3s;
}

.marglobal-mbbs-benefit:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(23,45,104,.1);
}

.marglobal-mbbs-benefit-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff3c9;
    color: #172d68;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 22px;
}

.marglobal-mbbs-benefit h3 {
    color: #172d68;
    font-size: 19px;
    margin-bottom: 10px;
}

.marglobal-mbbs-benefit p {
    color: #65718a;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}


/* =========================================================
   COUNTRIES
========================================================= */

.marglobal-mbbs-countries {
    background: #f7f9fd;
}

.marglobal-country-card {
    height: 100%;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e9f0;
    transition: .3s;
}

.marglobal-country-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(23,45,104,.12);
}

.marglobal-country-image {
    height: 190px;
    overflow: hidden;
}

.marglobal-country-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.marglobal-country-card:hover img {
    transform: scale(1.05);
}

.marglobal-country-content {
    padding: 20px;
}

.marglobal-country-content > span {
    color: #f2b900;
    font-size: 12px;
    font-weight: 700;
}

.marglobal-country-content h3 {
    color: #172d68;
    font-size: 20px;
    margin: 8px 0;
}

.marglobal-country-content p {
    color: #68748b;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.marglobal-country-content a {
    color: #172d68;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.marglobal-country-content a i {
    margin-left: 5px;
}


/* =========================================================
   DETAILS
========================================================= */

.marglobal-detail-box {
    height: 100%;
    padding: 35px;
    border-radius: 14px;
    background: #f7f9fd;
    border: 1px solid #e4e8ef;
}

.marglobal-detail-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fbbd08;
    color: #172d68;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 18px;
}

.marglobal-detail-box h3 {
    color: #172d68;
    font-size: 25px;
}

.marglobal-detail-box p {
    color: #65718a;
    font-size: 14px;
    line-height: 1.7;
}

.marglobal-detail-box ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.marglobal-detail-box li {
    color: #172d68;
    font-size: 13px;
    margin-bottom: 9px;
}

.marglobal-detail-box li i {
    color: #f2b900;
    margin-right: 8px;
}


/* =========================================================
   HOSTEL
========================================================= */

.marglobal-mbbs-hostel {
    padding: 80px 0;
    background: #f7f9fd;
}

.marglobal-hostel-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}

.marglobal-hostel-content {
    padding-left: 40px;
}

.marglobal-hostel-content h2 {
    color: #172d68;
    font-size: 40px;
    line-height: 1.2;
    margin: 12px 0;
}

.marglobal-hostel-content h2 strong {
    color: #f2b900;
    display: block;
}

.marglobal-hostel-content > p {
    color: #65718a;
    line-height: 1.7;
}

.marglobal-hostel-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 25px;
}

.marglobal-hostel-list div {
    padding: 13px;
    background: #fff;
    border-radius: 7px;
    color: #172d68;
    font-size: 13px;
    font-weight: 600;
}

.marglobal-hostel-list i {
    color: #f2b900;
    margin-right: 7px;
}


/* =========================================================
   PROCESS
========================================================= */

.marglobal-process-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}

.marglobal-process-step {
    text-align: center;
    padding: 25px 15px;
}

.marglobal-process-step > div {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #172d68;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.marglobal-process-step h3 {
    color: #172d68;
    font-size: 18px;
}

.marglobal-process-step p {
    color: #65718a;
    font-size: 13px;
    line-height: 1.6;
}


/* =========================================================
   DOCUMENTS
========================================================= */

.marglobal-mbbs-documents {
    background: #172d68;
    padding: 75px 0;
}

.marglobal-documents-heading h2 {
    color: #fff;
    font-size: 40px;
    margin: 12px 0;
}

.marglobal-documents-heading h2 strong {
    color: #fbbd08;
}

.marglobal-documents-heading p {
    color: #d8e0f0;
    line-height: 1.7;
}

.marglobal-documents-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.marglobal-documents-grid div {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    padding: 18px;
    border-radius: 8px;
    color: #fff;
    font-size: 13px;
}

.marglobal-documents-grid i {
    color: #fbbd08;
    margin-right: 8px;
}


/* =========================================================
   COUNSELLING CTA
========================================================= */

.marglobal-mbbs-counselling {
    padding: 55px 0;
    background: #fbbd08;
}

.marglobal-mbbs-counselling h2 {
    color: #172d68;
    font-size: 34px;
    margin: 10px 0;
}

.marglobal-mbbs-counselling p {
    color: #39476a;
    margin: 0;
}

.marglobal-mbbs-counselling .marglobal-mbbs-primary-btn {
    background: #172d68;
    color: #fff !important;
}


/* =========================================================
   SUCCESS STORIES
========================================================= */

.marglobal-success-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e4e8ef;
}

.marglobal-success-image {
    height: 230px;
}

.marglobal-success-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.marglobal-success-content {
    padding: 20px;
}

.marglobal-success-content h3 {
    color: #172d68;
    margin: 0;
    font-size: 19px;
}

.marglobal-success-content span {
    color: #f2b900;
    font-size: 12px;
}

.marglobal-success-content p {
    color: #65718a;
    font-size: 13px;
    line-height: 1.6;
    margin: 12px 0 0;
}


/* =========================================================
   FAQ
========================================================= */

.marglobal-faq-wrapper {
    max-width: 850px;
    margin: auto;
}

.marglobal-faq-wrapper details {
    border: 1px solid #e2e6ee;
    border-radius: 8px;
    margin-bottom: 10px;
    background: #fff;
}

.marglobal-faq-wrapper summary {
    padding: 18px 20px;
    color: #172d68;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.marglobal-faq-wrapper summary i {
    color: #f2b900;
}

.marglobal-faq-wrapper details p {
    color: #65718a;
    font-size: 13px;
    line-height: 1.6;
    padding: 0 20px 18px;
    margin: 0;
}


/* =========================================================
   FINAL CTA
========================================================= */

.marglobal-mbbs-final-cta {
    padding: 80px 0;
    background: #f7f9fd;
}

.marglobal-final-cta-inner {
    background: #172d68;
    border-radius: 18px;
    padding: 55px 30px;
    text-align: center;
}

.marglobal-final-cta-inner h2 {
    color: #fff;
    font-size: 40px;
    margin: 12px 0;
}

.marglobal-final-cta-inner h2 strong {
    color: #fbbd08;
}

.marglobal-final-cta-inner p {
    color: #dbe3f3;
    margin-bottom: 25px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 991px) {

    .marglobal-mbbs-hero-content {
        margin-bottom: 40px;
    }

    .marglobal-mbbs-hero-content h1 {
        font-size: 45px;
    }

    .marglobal-process-grid {
        grid-template-columns: 1fr 1fr;
    }

    .marglobal-hostel-content {
        padding-left: 0;
        padding-top: 35px;
    }

}


@media (max-width: 767px) {

    .marglobal-mbbs-hero {
        padding: 55px 15px;
    }

    .marglobal-mbbs-hero-content h1 {
        font-size: 36px;
    }

    .marglobal-mbbs-hero-content > p {
        font-size: 14px;
    }

    .marglobal-mbbs-hero-buttons {
        flex-direction: column;
    }

    .marglobal-mbbs-trust {
        flex-direction: column;
        gap: 12px;
    }

    .marglobal-mbbs-hero-image > img {
        height: 300px;
    }

    .marglobal-mbbs-intro,
    .marglobal-mbbs-countries,
    .marglobal-mbbs-details,
    .marglobal-mbbs-process,
    .marglobal-mbbs-documents,
    .marglobal-mbbs-success,
    .marglobal-mbbs-faq {
        padding: 55px 15px;
    }

    .marglobal-mbbs-section-heading h2 {
        font-size: 30px;
    }

    .marglobal-hostel-image {
        height: 280px;
    }

    .marglobal-hostel-content h2 {
        font-size: 30px;
    }

    .marglobal-hostel-list {
        grid-template-columns: 1fr;
    }

    .marglobal-process-grid {
        grid-template-columns: 1fr;
    }

    .marglobal-documents-grid {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    .marglobal-mbbs-counselling {
        padding: 45px 15px;
    }

    .marglobal-mbbs-counselling h2 {
        font-size: 28px;
    }

    .marglobal-mbbs-counselling .text-lg-end {
        text-align: left !important;
        margin-top: 25px;
    }

    .marglobal-final-cta-inner {
        padding: 40px 20px;
    }

    .marglobal-final-cta-inner h2 {
        font-size: 30px;
    }

}




/* =========================================================
   MBBS ABROAD UNIVERSITIES
========================================================= */

.marglobal-mbbs-universities {
    padding: 80px 0;
}

.marglobal-abroad-university-card {
    height: 100%;
    background: #fff;
    border: 1px solid #e6e9ef;
    border-radius: 14px;
    overflow: hidden;
    transition: all .3s ease;
    box-shadow: 0 6px 20px rgba(27, 57, 117, 0.06);
}

.marglobal-abroad-university-card:hover {
    transform: translateY(-5px);
    border-color: #d4a862;
    box-shadow: 0 12px 28px rgba(27, 57, 117, 0.10);
}

.marglobal-abroad-university-image {
    height: 210px;
    position: relative;
    overflow: hidden;
}

.marglobal-abroad-university-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.marglobal-abroad-university-image span {
    position: absolute;
    left: 15px;
    bottom: 15px;
    padding: 7px 13px;
    background: #1b3975;
    color: #fff;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
}

.marglobal-abroad-university-image span i {
    margin-right: 5px;
}

.marglobal-abroad-university-content {
    padding: 22px;
}

.marglobal-abroad-university-content h3 {
    margin: 0 0 10px;
    color: #1b3975;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 600;
}

.marglobal-abroad-university-content p {
    margin: 0 0 16px;
    color: #697589;
    font-size: 14px;
    line-height: 1.7;
}

.marglobal-abroad-university-content a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1b3975;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.marglobal-abroad-university-content a:hover {
    color: #d4a862;
}

@media (max-width: 767px) {

    .marglobal-mbbs-universities {
        padding: 60px 0;
    }

    .marglobal-abroad-university-image {
        height: 190px;
    }

}