/* Import Poppins font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* Apply everywhere */
* {
    font-family: "Poppins", sans-serif;
}

html, body {
    font-family: "Poppins", sans-serif;
    letter-spacing: .2px;
    margin: 0;
    padding: 0;
}



/* navgation bar*/



.navbar-brand img {
    margin: 0 auto;
    width: 172.34px;
    height: 77.01px;
}

.whatsapp-link img{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 8px;
    width: 32px;
    height: 32px;
}

.navbar-light .navbar-nav .nav-link{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #000000 !important;
}

#heroSlider {
    background:#EEF2FA;
    margin: 0 auto;
    padding: 30px 0;
}

/* RESPONSIVE SLIDER */
.carousel-inner {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
}

/* Make images responsive & same width */
.carousel-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Desktop height */
@media (min-width: 992px) {
    .carousel-item img {
        height: 420px;
    }
}

/* Mobile: full width & auto height */
@media (max-width: 991px) {
    .carousel-inner {
        width: 100%;
        border-radius: 0;
    }

    .carousel-item img {
        height: auto;
    }
}

.carousel-indicators .active {
    background-color: #011D42;
}

.carousel-indicators li {
    background-color:#BAC4D5;
}

a {
    color: #fff !important;
    text-decoration: none;
    background-color: transparent;
}



.faq-section {
    background: #F9FAFB;
}
.faq-title {
    width: 100%;
    height: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 53px;
    align-items: center;
    text-align: center;
    color: #1C398E;
}
.faq-subtitle {
    width: 100%;
    height: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    color: #4D4D4D;
}
.faq-box {
    width: 896px;
}
.faq-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.08);
    overflow: hidden;
}
.faq-btn {
    width: 100%;
    background: #fff;
    border: none;
    padding: 18px 24px;
    text-align: left;
    justify-content: space-between;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #0A0A0A;
}
}
.faq-btn:focus {
    outline: none;
    box-shadow: none;
}
.arrow {
    transition: transform 0.3s ease;
    font-size: 18px;
}
.faq-btn:not(.collapsed) .arrow {
    transform: rotate(180deg);
}
.faq-body {
    padding: 20px 24px;
    background: #fff;
    color: #555;
    font-size: 16px;
    border-top: 1px solid #eee;
}



/* Custom Indicator Styling */

.custom-indicators li {
    width: 34px;        /* Long pill shape */
    height: 6px;
    border-radius: 4px;
    background: #C4CCD7;
    cursor: pointer;
    transition: 0.3s ease;
    border: none;
}

.custom-indicators .active {
    background: #1E4BAF; /* Blue highlight */
    width: 42px;         /* Active indicator slightly longer */
}



.legacy-section .container {
    max-width: 1200px !important;
}

.legacy-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    height: 580px;
    padding: 40px 120px;
    background: #00368C;
    color: #fff;
    margin: 40px 0;
}

.legacy-title {
    width: 100%;
    height: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    display: flex;
    align-items: center;
    color: #83C343;
    margin-bottom: 25px;
}

.legacy-desc {
    width: 100%;
    height: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.know-more-btn {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9px 17px;
    width: 105px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #155DFC;
    border-radius: 8px;
    flex: none;
    font-weight: 600;
    transition: 0.3s;
}
.btn.know-more-btn {
    color: #155DFC !important;
}
.know-more-btn:hover {
    background: #FBFCFA;
    color: #fff;
}

.legacy-image {
    max-width: 100%;
    border-radius: 12px;
}






.academics-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 120px;
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 10px;
    height: 506px;
    background: #EEF2FA;
}

.academics-title {
    width: 100%;
    height: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    display: flex;
    align-items: center;
    color: #00368C;
    margin-bottom: 25px;
}

.academics-desc {
    width: 100%;
    height: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #4D4D4D;
    margin-bottom: 25px;
}

.academics-btn {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9px 17px;
    width: 105px;
    height: 36px;
    background: #00368C;
    border: 1px solid #00368C;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s;
}

.academics-btn:hover {
    background: #012a63;
    color: #fff;
}

.academics-img {
    border-radius: 12px;
    width: 100%;
    max-width: 426px;
}
.campus-section {
    background: #FFF;
    color: #0b0b0b;
    padding-bottom: 120px;
}

.campus-title {
    width: 100%;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    display: flex;
    align-items: center;
    color: #1C398E;
}

.campus-desc {
    width: 1200px;
    height: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #364153;
}

.explore-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    width: 208px;
    height: 52px;
    background: #00368C;
    border-radius: 4px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
}

.form-box {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1200px;
    /*height: 366px;*/
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    padding:20px 40px;
}

.form-title {
    width: 100%;
    height: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #00368C;
}

.step-box {
    background: #E8F0E6;
    padding: 12px 16px;
    border-radius: 8px;
    display: flex;
    gap: 12px;
    align-items: center;
    height: 83px;
}

.step-number {
    width: 36px;
    height: 36px;
    background: #0C4DBF;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.form-control-lg,
.form-select-lg {
    border-radius: 0;
    padding: 5px;
    background: #F7F7F7;
    border: 1px solid #e4e4e4;
}

.submit-btn {
    background: #0C4DBF;
    color: #fff;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
}


/* Reduce height of all large fields */
.form-control-lg {
    padding: 8px 14px !important;
    font-size: 1rem !important;
    height: 42px !important;
}

/* Dropdown size reduce */
.form-select-lg {
    padding: 8px 14px !important;
    font-size: 1rem !important;
    height: 42px !important;
}

/* OTP input also same height */
#otp-input {
    height: 42px !important;
    font-size: 1rem !important;
}

/* Input Group button style */
#get-otp {
    padding: 8px 16px !important;
    font-size: 0.95rem !important;
    height: 42px !important;
    border-radius: 0 6px 6px 0 !important;
}

/* OTP buttons beautified */
#verify-otp,
#resend-otp {
    padding: 8px 16px !important;
    font-size: 0.95rem !important;
    height: 42px !important;
}

/* Submit button beautification */
.submit-btn {
    background: #00368C;
    color: #fff;
    padding: 8px 18px !important;
    height: 42px !important;
    border-radius: 6px;
    font-size: 1rem !important;
    border: none;
    transition: 0.3s;
}

.submit-btn:hover {
    background: #00368C;
    color: #fff;
}

/* Label spacing */
.form-label {
    font-weight: 600;
    margin-bottom: 4px;
}

/* Gap between inputs is good—just polish */
.g-3 > div {
    margin-bottom: 6px !important;
}




.equation-excellence {
    background-color: #ffffff;
}

/* Title */
.excellence-title {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #0155DB;
}

/* Subtitle */
.excellence-subtitle {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #717171;
}

/* Full-width image wrapper */
.fullwidth-image-wrapper {
    width: 100%;
    margin-top: 20px;
}

.equation-img {
    width: 100%;
    height: auto;
    display: block;
}



.equation-heading-section {
    width: 100%;
    padding: 40px 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.equation-heading-section .section-title {
    width: 100%;
    height: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    text-align: center;
    color: #0155DB;
    line-height: 48px;
    margin-bottom: 15px;
}
}

.equation-heading-section .section-description {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    font-weight: 400;
}



.why-resonance .section-title {
    width: 100%;
    height: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 53px;
    color: #1C398E;
}

.feature-box {
    background: #ffffff;
    border-radius: 14px;
    padding: 9px;
    border: 1px solid #e9eef5;
    min-height: 183px;
    transition: 0.3s;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.feature-box .icon {
    width: 50px;
    height: 50px;
    background: #eaf1ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.feature-box .icon img {
    width: 28px;
}

.feature-box h5 {
    width: 100%;
    height: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 10px;
}

.feature-box p {
    width: 100%;
    height: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #4D4D4D;
}



.programs-section {
    background: #EEF2FA;
}

.programs-title {
    width: 100%;
    height: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #00368C;
}

.programs-subtitle {
    width: 100%;
    height: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #4D4D4D;
}

.program-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.08);
    padding: 32px;
    display: flex;
    flex-direction: column;   /* icon top, content below */
    height: 434px;            /* makes both equal height */
}

.program-icon {
    width: 65px;
    height: 65px;
    background: #E5EDFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.program-content {
    flex: 1; /* pushes button down */
    display: flex;
    flex-direction: column;
}

.program-text {
    flex-grow: 1;
}

.program-btn {
    margin-top: auto;
}
.program-icon img {
    width: 64px;
    height: 32px;
}

.program-icon.green {
    background: #E4F6E8;
}

.program-heading {
    width: 100%;
    height: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #1C398E;
}

.program-heading.purple {
    color: #462682;
}

.program-text {
    margin: 15px 0 20px;
    width: 100%;
    height: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #4D4D4D;
}

.program-btn {
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
}

.program-btn.btn-primary {
    background: #003C96;
    border: none;
}

.program-btn.btn-success {
    background: #39B14A;
    border: none;
}

.bottom-line {
    width: 100%;
    height: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #364153;
}

.program-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.08);
    padding: 32px;
    display: flex;
    flex-direction: column;   /* icon top, content below */
    height: 434px;             /* makes both equal height */
}

.program-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #E5EDFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.program-icon.green {
    background: #E4F6E8;
}

.program-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

/* Content grows & pushes button to bottom */
.program-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.program-text {
    flex-grow: 1; /* pushes button down */
    margin-bottom: 20px;
}

.program-btn {
    align-self: flex-start;
}



.testimonials-section {
    background: #EEF2FA;
    margin-top: 60px;
}

.section-title {
    width: 100%;
    height: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #00368C;
}

.section-subtitle {
    width: 100%;
    height: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #4D4D4D;
}

.testimonial-card {
    background: #002C77;
    border-radius: 16px;
    color: #fff;
    min-height: 308px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.quote-icon i {
    font-size: 40px;
    color: #82A9FF;
    margin-right: -10px;
}

.testimonial-text {
    font-size: 14px;
    line-height: 1.6;
    color: #E6EFFF;
}

.stars i {
    color: #FFD700;
    font-size: 20px;
}

/* Swiper Custom */
.swiper {
    padding-bottom: 60px;
}

.swiper-slide {
    height: auto;
}

.swiper-button-next,
.swiper-button-prev {
    color: #002C77;
}

.swiper-pagination-bullet-active {
    background: #002C77;
}




.blog-card img {
    height: 220px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}
.badge {
    background: #155DFC !important;
    font-size: 13px;
    border-radius: 30px;
}
.card-title {
    width: 100%;
    height: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #0A0A0A;
}
.read-more {
    width: 100%;
    height: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    color: #155DFC !important;
}
.read-more:hover {
    text-decoration: underline;
}
.blog-title {
    width: 100%;
    height: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-size: 32px;
    line-height: 53px;
    align-items: center;
    color: #00368C;
}

.tt-text {
    padding: 0px;
    width: 100%;
    height: auto;
}

.btn.btn-outline-primary.rounded-pill.px-4 {
    color: #155DFC !important;
    border-radius: 10px !important;
}

.btn.btn-outline-primary.rounded-pill.px-4:hover {
    color: #fff !important;
    background-color: #155DFC;
    border-color: #155DFC;
}
.txt-desc{
    width: 100%;
    height: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}