.course-hero {
    background: #b7b0db
}

.rating-badge {
    background: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 16px
}

.info-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgb(0 0 0 / .05)
}

.discount-strip {
    background: #5e4db2;
    color: #fff;
    padding: 12px;
    border-radius: 30px;
    font-weight: 500
}

.progress-circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 4px solid #5e4db2
}

@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 rgb(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
}

.form-control,
.input-group-text {
    height: 48px
}

.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
}

.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 .1rem rgb(94 77 178 / .25)
}

.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 .2rem rgb(94 77 178 / .25)
}

@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
}

.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-circle {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px
}

.arrow-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff
}

.arrow-btn:hover {
    background: #eee
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 5px
}

.dot.active {
    background: #000
}

.note-text {
    font-size: 14px;
    color: #666
}

@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
    }
}

.electivesSwiper {
    padding-bottom: 20px
}

.electivesSwiper .swiper-slide {
    height: auto;
    display: flex
}

.electivesSwiper .elective-card {
    width: 100%
}

.swiper-pagination {
    position: relative;
    margin-top: 30px
}

.swiper-pagination-bullet {
    background: #ccc;
    opacity: 1
}

.swiper-pagination-bullet-active {
    background: #000
}

.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
}

.ranking-section {
    background: #f2f2f2;
    padding: 40px 0
}

.ranking-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px
}

.ranking-header h2 {
    font-size: 38px;
    font-weight: 600
}

.arrow-wrap button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: #fff;
    box-shadow: 0 6px 20px rgb(0 0 0 / .08);
    margin-left: 12px;
    font-size: 18px;
    transition: 0.3s
}

.arrow-wrap button:hover {
    background: #044870;
    color: #fff
}

.ranking-slider .slick-slide {
    padding: 0 18px
}

.ranking-slider .slick-list {
    margin: 0 -18px
}

.ranking-card {
    background: #e8e8e8;
    border-radius: 22px;
    padding: 50px 25px 35px;
    text-align: center;
    min-height: 350px;
    position: relative
}

.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-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
}

.ranking-card p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0
}

.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: 0;
    height: 0;
    background: #cfcfcf;
    border: none;
    transform: rotate(45deg);
    transition: 0.3s
}

.slick-dots li.slick-active button {
    background: #111;
    transform: rotate(45deg) scale(1.2)
}

@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
    }
}

.ranking-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px
}

.arrow-wrap {
    display: flex;
    gap: 12px
}

.arrow-wrap button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: #fff;
    box-shadow: 0 6px 20px rgb(0 0 0 / .08);
    font-size: 18px;
    transition: 0.3s
}

.arrow-wrap button:hover {
    background: #044870;
    color: #fff
}

@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: #fff;
    border-radius: 20px;
    padding: 25px;
    transition: 0.3s;
    height: 100%
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgb(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-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
}

@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
}

.coursera-tabs .nav-link {
    border-radius: 30px;
    padding: 10px 22px;
    border: 1px solid #ddd;
    color: #333;
    margin-right: 10px;
    background: #fff0
}

.coursera-tabs .nav-link.active {
    background: #111;
    color: #fff;
    border-color: #111
}

.coursera-box {
    background: #e9e9e9;
    padding: 30px;
    border-radius: 25px
}

.uni-card {
    background: #fff;
    padding: 25px;
    border-radius: 20px
}

.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: 700
}

.note-text {
    font-size: 14px;
    color: #444
}

@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(rgb(255 255 255 / .05) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / .05) 1px, transparent 1px);
    background-size: 40px 40px;
    color: #fff
}

.main-title {
    font-size: 30px;
    font-weight: 600
}

.subtitle {
    color: #cfcfcf;
    font-size: 16px
}

.small-info span {
    opacity: .9
}

.year-tabs .nav-link {
    border-radius: 50px;
    padding: 8px 25px;
    background: #fff0;
    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: #8ecae6;
    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;
    top: 3px
}

@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: #fff0;
    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
}

@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
}

.elective-card {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 15px
}

.elective-card:hover {
    text-decoration: none;
    color: inherit
}

.icon-circle img {
    width: 26px;
    height: 26px;
    object-fit: contain
}

.elective-card {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 15px
}

.elective-card:hover {
    text-decoration: none;
    color: inherit
}

.icon-circle img {
    width: 26px;
    height: 26px;
    object-fit: contain
}

.mba-highlight-section {
    background: #f3f3f3
}

.mba-title {
    font-size: 34px;
    font-weight: 700;
    color: #333;
    line-height: 1.3
}

.mba-title span {
    border-bottom: 3px solid #00a2b9
}

.mba-point {
    margin-top: 25px;
    align-items: flex-start
}

.icon-box {
    width: 55px;
    height: 55px;
    background: #00a2b9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    margin-right: 15px;
    flex-shrink: 0
}

.mba-point h5 {
    font-weight: 700;
    margin-bottom: 5px
}

.mba-point p {
    font-size: 15px;
    color: #555;
    margin: 0
}

.certificate-wrapper {
    background: linear-gradient(90deg, #008c9f, #00a2b9);
    padding: 20px;
    border-radius: 10px;
    display: inline-block
}

.certificate-img {
    border-radius: 6px;
    background: #fff;
    padding: 10px
}

@media (max-width:992px) {
    .mba-title {
        font-size: 26px;
        text-align: center
    }

    .mba-point {
        flex-direction: row
    }

    .certificate-wrapper {
        margin-top: 20px
    }
}

@media (max-width:768px) {
    .mba-title {
        font-size: 22px
    }

    .icon-box {
        width: 45px;
        height: 45px;
        font-size: 18px
    }

    .mba-point h5 {
        font-size: 16px
    }

    .mba-point p {
        font-size: 14px
    }
}

.certificate-img {
    max-height: 520px;
    width: auto;
    object-fit: contain
}

@media (max-width:768px) {
    .certificate-img {
        max-height: 300px
    }
}

.benefit-card h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.benefit-card h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%
}

.electives-title {
    font-size: 26px;
    font-weight: 700;
    color: #222
}

.elective-card {
    display: block;
    text-align: center;
    padding: 25px 15px;
    border-radius: 16px;
    background: #fff;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid #eee
}

.elective-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #00a2b9, #00c6d7);
    opacity: 0;
    transition: 0.4s;
    z-index: 0
}

.elective-card:hover::before {
    opacity: 1
}

.elective-card * {
    position: relative;
    z-index: 2
}

.icon-circle {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: rgb(0 162 185 / .1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s
}

.icon-circle img {
    width: 40px;
    height: 40px;
    object-fit: contain
}

.elective-card h5 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    transition: 0.3s
}

.elective-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgb(0 162 185 / .25)
}

.elective-card:hover h5 {
    color: #fff
}

.elective-card:hover .icon-circle {
    background: #fff
}

.arrow-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #00a2b9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s
}

.arrow-btn:hover {
    background: #008ea3
}

.note-text {
    font-size: 14px;
    color: #666;
    margin-top: 15px
}

@media (max-width:768px) {
    .elective-card {
        padding: 20px 10px
    }

    .icon-circle {
        width: 65px;
        height: 65px
    }

    .icon-circle img {
        width: 32px;
        height: 32px
    }

    .elective-card h5 {
        font-size: 14px
    }
}

h1 span:nth-child(2) {
    font-size: 18px;
}

/* Date 11-04-2026 */
.career-section {
    background: linear-gradient(135deg, #00a2b9, #004f5a);
    color: #fff;
}

/* Layout */
.career-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}

/* LEFT SIDE */
.career-left {
    flex: 1;
}

.career-left h2 {
    font-size: 40px;
    font-weight: 700;
}

.career-left p {
    opacity: 0.9;
    margin: 15px 0;
}

.career-left ul {
    padding: 0;
    list-style: none;
}

.career-left ul li {
    margin-bottom: 10px;
}

/* Countdown */
.countdown-box {
    margin-top: 20px;
    background: rgba(255,255,255,0.15);
    padding: 10px 15px;
    border-radius: 10px;
    display: inline-block;
}

/* FORM CARD */
.career-form-card {
    flex: 1;
    background: rgba(255,255,255,0.95);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    color: #000;
}

/* Floating Input */
.form-group {
    position: relative;
}

.form-group input,
.form-group select {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    outline: none;
    background: transparent;
}

.form-group label {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    background: #fff;
    padding: 0 5px;
    color: #777;
    transition: 0.3s;
    pointer-events: none;
}

/* Floating animation */
.form-group input:focus + label,
.form-group input:valid + label,
.form-group select:focus + label,
.form-group select:valid + label {
    top: -8px;
    font-size: 15px;
    color: #00a2b9;
}

/* Button */
.apply-btns {
    width: 100%;
    background: linear-gradient(135deg, #00a2b9, #007f90);
    color: #fff;
    border: none;
    height: 50px;
    border-radius: 12px;
    font-weight: 600;
    transition: 0.3s;
}

.apply-btns:hover{
    background:#fff;
    color:#00a2b9;
    border:1px solid #00a2b9
}

.apply-btns{
    border:none;
    outline:none
}

/* Responsive */
@media (max-width: 992px) {
    .career-wrapper {
        flex-direction: column;
    }

    .career-left h2 {
        font-size: 28px;
    }
}

/* Tabs */
.fee-tab {
    border-radius: 30px;
    border: 1px solid #ddd;
    padding: 8px 18px;
    background: #fff;
    color: #333;
    transition: 0.3s;
}

.fee-tab.active,
.fee-tab:hover {
    background: #00a2b9;
    color: #fff;
    border-color: #00a2b9;
}

/* Main Wrapper */
.fee-wrapper {
    background: linear-gradient(135deg, #00a2b9, #5fd0e0);
    border-radius: 20px;
    color: #fff;
}

/* Amount */
.fee-amount {
    font-size: 48px;
    font-weight: 700;
}

/* Right Boxes */
.fee-box {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.fee-box h3 {
    font-weight: 700;
    color: #000;
}

/* Note */
.note-box {
    background: #ffffff;
    border-radius: 30px;
    padding: 12px 20px;
    font-size: 14px;
    color: #333;
    gap: 10px;
}

.note-box .icon {
    width: 24px;
    height: 24px;
    background: #00a2b9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
    .fee-amount {
        font-size: 32px;
    }

    .fee-wrapper {
        padding: 20px !important;
    }
}

/* Section */
.eligibility-section {
    background: #f9fbfc;
}

/* Title */
.eligibility-title {
    font-weight: 600;
}

/* Tabs Wrapper */
.eligibility-tabs {
    background: #e6f7fa;
    padding: 10px;
    border-radius: 12px;
}

/* Tab */
.eligibility-tab {
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.3s;
}

/* Active Tab */
.eligibility-tab.active {
    background: #00a2b9;
    color: #fff;
}

/* Card */
.eligibility-card {
    display: flex;
    gap: 15px;
    padding: 20px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    height: 100%;
}

/* Icon */
.eligibility-icon {
    width: 50px;
    height: 50px;
    background: #e6f7fa;
    color: #00a2b9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
    font-size: 20px;
}

/* Text */
.eligibility-card h5 {
    font-weight: 600;
    margin-bottom: 5px;
}

.eligibility-card p {
    margin: 0;
    color: #6c757d;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
    .eligibility-card {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}

/* Today Changes 13-04-2026 */
.emi-section {
    background: #f8f9fa;
}

.emi-card {
    background: #f1f3f5;
    border-radius: 16px;
    transition: 0.3s ease;
}

.emi-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.icon-box {
    width: 60px;
    height: 60px;
    background: rgba(0,162,185,0.15);
    color: #00a2b9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.learn-more {
    color: #00a2b9;
    font-weight: 500;
    text-decoration: none;
}

.learn-more:hover {
    text-decoration: underline;
}

.btn-custom {
    background-color: #00a2b9;
    color: #fff;
    border-radius: 30px;
    font-weight: 500;
}

.btn-custom:hover {
    background-color: #008c9f;
    color: #fff;
}