.course-hero {
    background: #b7b0db;
}

/* Rating Badge */
.rating-badge {
    background: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 16px;
}

/* Info Card */
.info-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* Discount */
.discount-strip {
    background: #5e4db2;
    color: #fff;
    padding: 12px;
    border-radius: 30px;
    font-weight: 500;
}

/* Fake Progress Circle */
.progress-circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 4px solid #5e4db2;
}

/* Responsive Fix */
@media (max-width: 991px) {
    .course-hero {
        text-align: center;
    }

    .info-card .row>div {
        border: none !important;
        margin-bottom: 15px;
    }
}

.career-section {
    background: #f4f4f8;
}

.career-card {
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.career-title {
    font-weight: 700;
    font-size: 36px;
}

.countdown-badge {
    background: #c7c2ef;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
}

/* Equal height for all inputs */
.form-control,
.input-group-text {
    height: 48px;
}

/* Remove double borders */
.phone-group .input-group-text {
    border-right: 0;
    background: #fff;
    border-radius: 12px 0 0 12px;
}

.phone-group .form-control {
    border-left: 0;
    border-radius: 0 12px 12px 0;
}

/* Focus state */
.phone-group .form-control:focus {
    border-color: #5e4db2;
    box-shadow: none;
}

.phone-group:focus-within .input-group-text {
    border-color: #5e4db2;
}

.custom-input:focus-within {
    border-color: #5e4db2;
    box-shadow: 0 0 0 0.1rem rgba(94, 77, 178, 0.25);
}

/* .apply-btn {
    background: #f4a67c;
    border: none;
    border-radius: 40px;
    font-weight: 600;
}

.apply-btn:hover {
    background: #ee9163;
} */

.custom-input {
    border-radius: 12px !important;
}

.form-control.custom-input {
    padding: 12px 15px;
}

.form-control.custom-input:focus {
    border-color: #5e4db2;
    box-shadow: 0 0 0 0.2rem rgba(94, 77, 178, .25);
}

/* Mobile */
@media (max-width: 768px) {
    .career-title {
        font-size: 26px;
        text-align: center;
    }

    .countdown-badge {
        align-self: center;
    }

    .apply-btn {
        width: 100%;
    }
}

.india-phone-group .input-group-text {
    background: #fff;
    border-radius: 12px 0 0 12px;
    border: 1px solid #ced4da;
    border-right: 0;
    font-weight: 500;
}

.india-phone-group .form-control {
    border-radius: 0 12px 12px 0 !important;
    border-left: 0;
    height: 48px;
}

.india-phone-group .form-control:focus {
    border-color: #5e4db2;
    box-shadow: none;
}

.india-phone-group:focus-within .input-group-text {
    border-color: #5e4db2;
}

@media (max-width: 576px) {
    .iti__flag-container {
        width: 70px;
    }

    .iti input {
        padding-left: 75px !important;
    }
}

.electives-section {
    background: #f4f4f8;
}

.electives-title {
    font-weight: 700;
    font-size: 32px;
}

/* Card */
.elective-card {
    background: #f1f1f1;
    border-radius: 20px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
    transition: 0.3s ease;
}

.elective-card:hover {
    background: #e6e6e6;
    transform: translateY(-4px);
}

/* Icon */
.icon-circle {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

/* Arrows */
.arrow-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
}

.arrow-btn:hover {
    background: #eee;
}

/* Dots */
.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 5px;
}

.dot.active {
    background: #000;
}

/* Note */
.note-text {
    font-size: 14px;
    color: #666;
}

/* Responsive */
@media (max-width: 768px) {
    .electives-title {
        font-size: 24px;
        text-align: center;
    }

    .nav-arrows {
        justify-content: center;
        width: 100%;
    }

    .elective-card {
        justify-content: flex-start;
    }
}

/* ===== ELECTIVES SLIDER FIX ===== */
.electivesSwiper {
    padding-bottom: 20px;
}

.electivesSwiper .swiper-slide {
    height: auto;
    display: flex;
}

.electivesSwiper .elective-card {
    width: 100%;
}

/* Pagination Style */
.swiper-pagination {
    position: relative;
    margin-top: 30px;
}

.swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #000;
}

/* Arrow */
.arrow-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.arrow-btn:hover {
    background: #eee;
}

/* ================= SECTION ================= */
.ranking-section {
    background: #f2f2f2;
    padding: 40px 0;
}

/* Header */
.ranking-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.ranking-header h2 {
    font-size: 38px;
    font-weight: 600;
}

/* Arrows */
.arrow-wrap button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    margin-left: 12px;
    font-size: 18px;
    transition: 0.3s;
}

.arrow-wrap button:hover {
    background: #044870;
    color: #fff;
}

/* Slick spacing fix */
.ranking-slider .slick-slide {
    padding: 0 18px;
}

.ranking-slider .slick-list {
    margin: 0 -18px;
}

/* CARD */
.ranking-card {
    background: #e8e8e8;
    border-radius: 22px;
    padding: 50px 25px 35px;
    text-align: center;
    min-height: 350px;
    position: relative;
}

/* Badge */
.top-badge {
    position: absolute;
    top: 10px !important;
    left: 75px !important;
    background: #ffd400;
    padding: 7px 18px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 30px;
}

/* Inner Image Box */
.inner-box {
    background: #f7f7f7;
    border-radius: 20px;
    padding: 20px 10px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-box img {
    max-height: 130px;
    object-fit: contain;
}

/* Text */
.ranking-card p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* ===== CUSTOM DIAMOND DOTS ===== */
.slick-dots {
    position: relative;
    margin-top: -10px;
    text-align: center;
}

.slick-dots li {
    margin: 0 3px;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li button {
    width: 0px;
    height: 0px;
    background: #cfcfcf;
    border: none;
    transform: rotate(45deg);
    transition: 0.3s;
}

.slick-dots li.slick-active button {
    background: #111;
    transform: rotate(45deg) scale(1.2);
}

/* ===== MOBILE PERFECT ALIGNMENT ===== */
@media (max-width: 768px) {

    .ranking-section {
        padding: 50px 0;
    }

    .ranking-header h2 {
        font-size: 26px;
    }

    .ranking-slider .slick-slide {
        padding: 0 8px !important;
    }

    .ranking-slider .slick-list {
        margin: 0 -8px !important;
    }

    .ranking-card {
        padding: 35px 15px 25px;
        min-height: 300px;
        border-radius: 18px;
    }

    .inner-box {
        padding: 15px;
    }

    .inner-box img {
        max-height: 90px;
    }

    .top-badge {
        left: 50% !important;
        transform: translateX(-50%);
        font-size: 11px;
        padding: 6px 14px;
    }

    .slick-dots {
        margin-top: -20px;
    }
}

/* ===== HEADER LAYOUT ===== */
.ranking-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.arrow-wrap {
    display: flex;
    gap: 12px;
}

/* Arrow Button Style */
.arrow-wrap button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    font-size: 18px;
    transition: 0.3s;
}

.arrow-wrap button:hover {
    background: #044870;
    color: #fff;
}

/* ===== MOBILE FIX ===== */
@media (max-width: 768px) {

    .ranking-header {
        margin-bottom: 30px;
    }

    .ranking-header h2 {
        font-size: 24px;
        line-height: 1.3;
        width: 65%;
    }

    .arrow-wrap {
        width: 35%;
        justify-content: flex-end;
        gap: 10px;
    }

    .arrow-wrap button {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
}

.benefits-section {
    background: #f2f2f2;
}

.section-title {
    font-size: 40px;
    font-weight: 600;
}

.benefit-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px;
    transition: 0.3s;
    height: 100%;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.benefit-img {
    border-radius: 18px;
    margin-bottom: 20px;
    height: 220px;
    object-fit: cover;
    width: 100%;
}

.benefit-card h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.benefit-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

/* Arrow Style */
.arrow-wrap {
    display: flex;
    gap: 12px;
}

.arrow-wrap button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 18px;
    transition: 0.3s;
}

.arrow-wrap button:hover {
    background: #044870;
    color: #fff;
    border-color: #044870;
}

/* Responsive */
@media (max-width: 768px) {

    .section-title {
        font-size: 26px;
    }

    .benefit-img {
        height: 180px;
    }

    .arrow-wrap button {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
}

.benefit-slider .slick-slide {
    padding: 0 15px;
}

.benefit-slider .slick-list {
    margin: 0 -15px;
}

.coursera-section {
    background: #f2f2f2;
}

.coursera-title {
    font-size: 40px;
    font-weight: 600;
}

.coursera-subtitle {
    color: #555;
    margin-bottom: 25px;
}

/* Tabs */
.coursera-tabs .nav-link {
    border-radius: 30px;
    padding: 10px 22px;
    border: 1px solid #ddd;
    color: #333;
    margin-right: 10px;
    background: transparent;
}

.coursera-tabs .nav-link.active {
    background: #111;
    color: #fff;
    border-color: #111;
}

/* Box */
.coursera-box {
    background: #e9e9e9;
    padding: 30px;
    border-radius: 25px;
}

/* University Card */
.uni-card {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
}

/* Checklist */
.check-list {
    list-style: none;
    padding-left: 0;
}

.check-list li {
    margin-bottom: 18px;
    font-size: 16px;
    position: relative;
    padding-left: 28px;
}

.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #9bbf30;
    font-weight: bold;
}

/* Note */
.note-text {
    font-size: 14px;
    color: #444;
}

/* Responsive */
@media (max-width: 768px) {
    .coursera-title {
        font-size: 26px;
    }

    .coursera-tabs {
        flex-wrap: wrap;
        gap: 10px;
    }

    .coursera-box {
        padding: 20px;
    }

    .uni-card {
        padding: 15px;
    }

    .check-list li {
        font-size: 14px;
    }
}

.foundation-section {
    background: #f5f5f5;
}

.foundation-title {
    font-size: 40px;
}

.foundation-tabs .nav-link {
    border-radius: 50px;
    padding: 10px 22px;
    background: #fff;
    border: 1px solid #ddd;
    color: #000;
}

.foundation-tabs .nav-link.active {
    background: #000;
    color: #fff;
}

.foundation-card {
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.foundation-card ul li {
    margin-bottom: 12px;
    font-size: 16px;
}

.foundation-img {
    max-height: 220px;
    object-fit: cover;
}

.curriculum-section {
    background: #0e0f1a;
    background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 40px 40px;
    color: #fff;
}

.main-title {
    font-size: 40px;
    font-weight: 600;
}

.subtitle {
    color: #cfcfcf;
    font-size: 16px;
}

.small-info span {
    opacity: 0.9;
}

.year-tabs .nav-link {
    border-radius: 50px;
    padding: 8px 25px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    margin-right: 10px;
}

.year-tabs .nav-link.active {
    background: #fff;
    color: #000;
}

.semester-card {
    background: #f2f2f2;
    padding: 30px;
    border-radius: 15px;
    position: relative;
    height: 100%;
}

.semester-badge {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.badge-blue {
    background: #8ecae6;
    color: #000;
}

.badge-green {
    background: #b7d12a;
    color: #000;
}

.subject-list {
    list-style: none;
    padding-left: 0;
}

.subject-list li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 18px;
    color: #333;
}

.subject-list li::before {
    content: "◆";
    position: absolute;
    left: 0;
    color: #000;
    font-size: 12px;
}

@media (max-width: 768px) {
    .main-title {
        font-size: 28px;
    }

    .semester-card {
        padding: 20px;
    }
}

.bloomberg-section {
    background: #f3f3f3;
}

.bloomberg-title {
    font-size: 38px;
    font-weight: 600;
}

.bloomberg-subtitle {
    color: #555;
    font-size: 16px;
    max-width: 900px;
}

.know-more-btn {
    border: 1px solid #000;
    border-radius: 50px;
    padding: 8px 25px;
    background: transparent;
    font-weight: 500;
}

.know-more-btn:hover {
    background: #000;
    color: #fff;
}

.bmc-badge {
    background: #0e0f1a;
    color: #fff;
    padding: 12px 25px;
    border-radius: 40px;
    display: inline-block;
    font-weight: 500;
}

.bloomberg-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    border: 1px solid #ddd;
}

.feature-list {
    list-style: none;
    padding-left: 0;
}

.feature-list li {
    margin-bottom: 18px;
    position: relative;
    padding-left: 35px;
    font-size: 16px;
}

.feature-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    background: #b7d12a;
    color: #fff;
    font-size: 12px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
}

.certificate-img {
    border-radius: 15px;
    max-width: 100%;
}

.small-note {
    font-size: 13px;
    color: #666;
}

/* Responsive */
@media (max-width: 991px) {
    .bloomberg-title {
        font-size: 28px;
    }

    .bloomberg-card {
        padding: 25px;
    }
}

.hiring-partners {
    background: #f3f3f3;
}

.partners-scroll-wrapper {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px;
}

.partners-scroll-wrapper::-webkit-scrollbar {
    display: none;
}

.partner-card {
    min-width: 180px;
    height: 120px;
    background: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 15px;
}

.partner-logo {
    max-height: 60px;
    object-fit: contain;
}

.control-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #fff;
}

.partner-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.partner-dot {
    width: 10px;
    height: 10px;
    background: #cfcfcf;
    transform: rotate(45deg);
    cursor: pointer;
    transition: 0.3s ease;
}

.partner-dot.active {
    background: #000;
    transform: rotate(45deg) scale(1.2);
}

.text-justify {
    text-align: justify;
}