@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Lobster&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap');




html {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

.navbar-brand img {
    width: 125px;
}

a {
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
}

ul li {
    list-style: none;
}

.padding-70 {
    padding: 70px 0px;
}


.topbar {
    background: #7b002c;
    color: #fff;
    padding: 8px 0px;
    font-size: 14px;
    font-weight: 500;
    position: sticky;
    top: 0;
    z-index: 100;
}

.topbar-left a {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
}

.topbar-right {
    display: flex;
    gap: 8px;
    align-items: center;
}

.topbar-btn {
    background: #ad2b32;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 4px 12px;
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
}

.topbar-btn:hover {
    background: #c7363e;
    color: #fff;
}

/**start-header**/
.logo img {
    max-width: 250px;
    height: auto;
}

header.header {
    background: #fff;
    padding: 15px 0px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 37px;
    z-index: 99;
}

ul.hdr-manu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

ul.hdr-manu li {
    padding: 0px;
    border-right: none;
}

ul.hdr-manu li a {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 4px;
}

ul.hdr-manu li a i {
    font-size: 10px;
    opacity: 0.8;
}

ul.hdr-manu li.active a,
ul.hdr-manu li:hover a {
    color: #7b002c;
}

ul.hdr-manu li a.nav-phone-btn {
    background: #0b1c39;
    color: #fff !important;
    padding: 8px 18px !important;
    border-radius: 30px;
    font-size: 14px !important;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

ul.hdr-manu li a.nav-phone-btn i {
    font-size: 12px;
    opacity: 1;
}

ul.hdr-manu li a.nav-phone-btn:hover {
    background: #ad2b32;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(173, 43, 50, 0.25);
}

/**end-header**/

/**start-banner**/
section.course-bnr {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 600px;
    padding: 60px 0px 80px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 50%, #bae6fd 100%);
}

.banner-bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
    opacity: 0.3;
    mix-blend-mode: multiply;
}

.z-index-10 {
    z-index: 10;
}

.banner-left-content {
    position: relative;
    z-index: 10;
}

.bnr-new-title {
    font-family: "Outfit", sans-serif;
    color: #000;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 5px;
}

.bnr-mba-wrap {
    margin-bottom: 25px;
}

.bnr-mba-highlight {
    font-family: "Outfit", sans-serif;
    font-weight: 800;
    font-size: 58px;
    color: #992B35;
    line-height: 1;
    margin: 0;
}

.bnr-mba-underline {
    width: 220px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.8);
    margin-top: 6px;
    margin-left: 2px;
}

.bnr-uni-info {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 30px;
}

.bnr-uni-bar {
    width: 4px;
    min-width: 4px;
    height: 48px;
    background-color: #992B35;
    border-radius: 2px;
    display: inline-block;
}

.bnr-uni-text {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
    margin: 0;
}

.bnr-features-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 35px;
}

.bnr-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bnr-feature-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #000;
}

.bnr-feature-text {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin: 0;
}

.bnr-ai-btn-wrap {
    margin-top: 20px;
}

.bnr-ai-tools-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    background-color: #992B35;
    color: #fff !important;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 600;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
    text-decoration: none;
}

.bnr-ai-tools-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

/* Right Column Form Card */
.banner-form-card {
    position: relative;
    z-index: 20;
    width: 100%;
    max-width: none;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    padding: 24px 28px;
    margin-left: 0;
}

/* Compact confirmation state after a lead is submitted. */
.banner-form-card.is-success {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 22px;
}

.banner-form-card.is-success .thank-you-screen {
    padding: 0 !important;
}

.banner-form-card.is-success .success-icon {
    font-size: 42px !important;
    margin-bottom: 12px !important;
}

.banner-form-card.is-success .thank-you-screen h4 {
    margin-bottom: 10px !important;
    font-size: 27px;
}

.banner-form-card.is-success .thank-you-screen p {
    margin-bottom: 18px !important;
    font-size: 14px !important;
    line-height: 1.45;
}

.banner-form-card.is-success .thank-you-screen > div:last-child {
    gap: 8px !important;
}

.banner-form-card.is-success .contact-option-btn {
    padding: 11px;
    font-size: 15px;
    border-radius: 8px;
}

/* Keep the form clear of the student image on desktop. */
@media (min-width: 992px) {
    .banner-form-column {
        transform: translateX(40px);
    }
}

.form-card-title {
    font-family: "Outfit", sans-serif;
    color: #111827;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4px;
    line-height: 1.25;
}

.form-card-subtitle {
    font-family: "Jost", sans-serif;
    color: #4b5563;
    font-size: 14px;
    text-align: center;
    margin-bottom: 22px;
}

.banner-post-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-field-label {
    display: block;
    color: #334155;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 3px;
    font-family: "Outfit", sans-serif;
}

.form-field-input,
.form-field-select {
    width: 100%;
    height: 32px;
    border-radius: 8px;
    border: 1px solid #d7dbe0;
    background: #fff;
    padding: 0 12px;
    font-size: 13px;
    font-family: "Jost", sans-serif;
    color: #333;
    outline: none;
    transition: border-color 0.2s;
}

.form-field-input:focus,
.form-field-select:focus {
    border-color: #992B35;
}

.form-field-select {
    color: #6b7280;
    padding-right: 20px;
    cursor: pointer;
}

.form-checkbox-row {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.form-field-checkbox {
    width: 16px;
    height: 16px;
    accent-color: #992B35;
    margin-top: 2px;
    cursor: pointer;
}

.form-checkbox-label {
    font-family: "Jost", sans-serif;
    font-size: 11px;
    color: #555;
    line-height: 14px;
    margin: 0;
    cursor: pointer;
}

.banner-form-submit-btn {
    width: 100%;
    height: 42px;
    background-color: #992B35;
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 10px;
}

.banner-form-submit-btn:hover {
    background-color: #7b002c;
}

/* Girl Image positioning */
.banner-girl-image-container {
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 530px;
    height: auto;
    z-index: 10;
    pointer-events: none;
}

.banner-girl-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.eligy-bar {
    background: #7b002c;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 20px;
}

/* SEO keywords and disclaimer at the end of the page */
.seo-disclaimer-section {
    background: #f4f5f8;
    padding: 46px 0 28px;
}

.seo-keywords {
    margin: 0;
    color: #214d80;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 1.55;
}

.seo-disclaimer-divider {
    height: 1px;
    margin: 36px 0 34px;
    background: #1f2937;
}

.seo-disclaimer-title {
    margin: 0 0 18px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.seo-disclaimer-text {
    max-width: 1080px;
    margin: 0 auto;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    text-align: center;
}

/**end-banner**/

/* =============================================
   RANK SECTION - Uniform image sizes
============================================= */
.rank-sec {
    background: #fff;
}

.rank-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    min-height: 160px;
    text-align: center;
    border-right: 1px solid #eee;
}

.rank-card:last-child {
    border-right: none;
}

.rank-card.color-1 {
    background: #fff5f7;
}

.rank-card.color-2 {
    background: #f5f0ff;
}

.rank-card.color-3 {
    background: #f0f8ff;
}

.rank-card.color-4 {
    background: #fff8f0;
}

.rank-img-box {
    width: 120px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px auto;
}

.rank-img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.rank-card h4 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.4;
}

/* Banner form card - fills column width */
.banner-form-card {
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

.over-ranks {
    border: 5px #ad2b32 solid;
    padding: 5px;
    border-radius: 15px 0px 15px;
    text-transform: capitalize;
}

.inr-ranks {
    border: 3px #ad2b32 solid;
    border-style: dashed;
    padding: 20px;
    border-radius: 15px 0px 15px;
    min-height: 230px;
    display: flex;
    align-items: center;
}

.inr-ranks h4 {
    margin: 0px;
    color: #ad2b32;
    font-weight: bold;
    font-size: 30px;
}

h3.hdg {
    color: #000;
    font-weight: bold;
    text-align: center;
    font-family: 'Jost';
    font-size: 34px;
}

h3.hdg span {
    color: #ad2b32;
}

.testimonial {
    background: #fff;
    text-align: center;
    margin: 0 15px;
    border: 2px #ad2b32 solid;
    padding: 20px;
    border-radius: 15px;
    min-height: 180px;
}

.owl-theme .owl-controls {
    margin-top: 30px;
}

.owl-theme .owl-controls .owl-page span {
    width: 15px;
    height: 10px;
    border-radius: 0;
    background: #ad2b32;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span {
    width: 35px;
    background: #ad2b32;
}

.testimonial p {
    margin-bottom: 0px;
    line-height: 18px;
    font-size: 15px;
    font-weight: 500;
}

.testimonial img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 10px;
}

.onlines .owl-pagination {
    display: none;
}

.onlines .owl-buttons {
    bottom: 40%;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.onlines .owl-buttons div {
    opacity: 1 !important;
    background: #ad2b32 !important;
    padding: 8px !important;
    width: 70px !important;
    border-radius: 10px !important;
    text-transform: uppercase;
}

.onlines .owl-prev {
    margin-left: -30px !important;
}

.onlines .owl-next {
    margin-right: -30px !important;
}


.unite-box {
    background: #424242;
    color: #fff;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
}

.unite-box.scd {
    background: #ad2b32;
}

.unite-box p {
    font-size: 18px;
}

.pro-box {
    background: #424242;
    color: #fff;
    text-align: center;
    padding: 90px 0px;
    border-right: 6px #ad2b32 solid;
}

.pro-box h4 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Jost';
}


.inr-flex ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    border: 1px #a3a3a3 solid;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    width: 100%;
    max-width: 1120px;
    box-shadow: 0px 0px 10px 0px #ccc;
}

.inr-flex ul li img {
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.inr-flex ul li {
    border-right: 3px #a3a3a3 solid;
    padding: 20px;
    text-align: center;
    width: 18%;
    font-weight: 600;
}

.inr-flex ul li:last-child {
    border: 0px;
}

section.fearure-sec {
    background: #fafafa;
}

.degree-box {
    background: #ccc;
    text-align: center;
    padding: 40px;
}

.inr-degree img {
    width: 100%;
    max-width: 450px;
}

.degree-box h3 {
    font-weight: 600;
    margin-bottom: 15px;
}

.upskil {
    background: #7e0100;
    text-align: center;
    height: 100%;
    padding: 60px;
}

.inr-skils h4 {
    font-size: 19px;
    color: #ffae00;
    font-weight: 700;
}

.inr-skils h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.inr-skils img {
    width: 100%;
    max-width: 530px;
    margin-top: -60px;
}

.build-box img {
    width: 100%;
    max-width: 280px;
    margin: auto;
    display: block;
}

.build-box {
    margin-top: 30px;
}

.pro-logos {
    border: 1px #ccc solid;
    padding: 15px;
}

.pro-logos h3 {
    font-weight: 600;
    color: #ad2b32;
    margin-bottom: 20px;
}

.logo-box img {
    width: 100%;
    margin: 10px 0px;
    max-width: 180px;
    height: 80px;
    object-fit: contain;
}

.word-slide {
    background: #efefef;
    height: 100%;
    padding: 30px;
}

div#carouselExampleControls {
    height: 100%;
}

.slide-txt h3 {
    font-weight: 600;
    color: #ad2b32;
    margin-bottom: 20px;
}

.slide-txt h4 {
    font-size: 18px;
    font-weight: 600;
}

.slide-txt .stars {
    margin-bottom: 20px;
}

.slide-txt .stars i {
    color: #ffd203;
}

.slide-txt p {
    font-size: 20px;
    color: #555;
    font-family: 'Jost';
}

div#carouselExampleControls .carousel-control-next,
.carousel-control-prev {
    width: 40px;
    height: 40px;
    background: #000;
    opacity: 1;
    bottom: 0;
    position: absolute;
    top: 82%;
}

div#carouselExampleControls button.carousel-control-next {
    left: 56px;
}

.copyright {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
}

/* =============================================
   FLOATING ELEMENTS & MODAL OVERLAY
============================================= */
.sticky-enquire-tab {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right bottom;
    background: #ad2b32;
    color: #fff;
    padding: 12px 25px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 8px 8px 0px 0px;
    box-shadow: -2px -5px 15px rgba(0, 0, 0, 0.15);
    z-index: 999;
    cursor: pointer;
    transition: background 0.3s ease;
}

.sticky-enquire-tab:hover {
    background: #7b002c;
}

.floating-whatsapp {
    position: fixed;
    left: 20px;
    bottom: 20px;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 50px;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.15);
    z-index: 999;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.floating-whatsapp i {
    font-size: 22px;
}

.floating-whatsapp:hover {
    transform: translateY(-3px);
    box-shadow: 0px 10px 22px rgba(0, 0, 0, 0.2);
    background: #20ba5a;
    color: #fff;
}

/* Compact WhatsApp contact button, fixed to the right side of the page. */
.floating-whatsapp-icon {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1000;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.22);
    font-size: 27px;
    transition: transform 0.2s ease, background 0.2s ease;
}

.floating-whatsapp-icon:hover {
    transform: scale(1.08);
    background: #20ba5a;
    color: #fff;
}

.floating-assistant {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 999;
}

.assistant-tooltip {
    background: #fff;
    color: #333;
    padding: 8px 16px;
    border-radius: 8px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #eee;
    white-space: nowrap;
    position: relative;
    animation: bounceTooltip 3s infinite;
}

.assistant-tooltip::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: #fff;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
}

.assistant-icon {
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #7b002c;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    overflow: visible;
    transition: transform 0.3s ease;
}

.assistant-icon:hover {
    transform: scale(1.05);
}

.assistant-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.assistant-icon .online-indicator {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 12px;
    height: 12px;
    background: #25d366;
    border: 2px solid #fff;
    border-radius: 50%;
}

@keyframes bounceTooltip {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-5px);
    }
}

/* Modal Overlay */
.enquire-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 35, 64, 0.6);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.enquire-modal-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.enquire-modal-container {
    background: #fff;
    width: 100%;
    max-width: 450px;
    border-radius: 20px;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
    padding: 30px;
    position: relative;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.enquire-modal-overlay.active .enquire-modal-container {
    transform: scale(1);
}

.enquire-modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 28px;
    font-weight: 300;
    background: none;
    border: none;
    color: #888;
    cursor: pointer;
    line-height: 1;
}

.enquire-modal-close:hover {
    color: #333;
}

.enquire-modal-header h4 {
    color: #7b002c;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.enquire-modal-body .form {
    border: none !important;
    padding: 0 !important;
    max-width: 100% !important;
    background: none !important;
}

.enquire-modal-body .field input {
    background: #f7f7f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px;
    font-size: 15px;
    width: 100%;
    transition: all 0.3s ease;
}

.enquire-modal-body .field input:focus {
    border-color: #7b002c;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(123, 0, 44, 0.1);
    outline: none;
}

.enquire-modal-body .agree {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 15px;
}

.enquire-modal-body .agree input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    accent-color: #7b002c;
}

.enquire-modal-body .agree p {
    font-size: 12px;
    color: #666;
    line-height: 16px;
    margin: 0;
}

.enquire-modal-body .submit {
    background: linear-gradient(135deg, #ad2b32 0%, #7b002c 100%) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 12px !important;
    font-weight: 700 !important;
    margin-top: 15px !important;
    transition: all 0.3s ease !important;
}

.enquire-modal-body .submit:hover {
    opacity: 0.95;
    transform: translateY(-1px);
}

/* =============================================
   PROGRAMS TAB SWITCHER & CARDS
============================================= */
.program-tab-header {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.program-tab-btn {
    background: #fff;
    border: 2px solid #7b002c;
    color: #7b002c;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.program-tab-btn.active,
.program-tab-btn:hover {
    background: #7b002c;
    color: #fff;
    box-shadow: 0px 8px 15px rgba(123, 0, 44, 0.2);
}

.program-tab-pane {
    display: none;
}

.program-tab-pane.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.program-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 25px;
    height: 100%;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.program-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.08);
    border-color: #7b002c;
}

.program-card-hdr {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.program-card-hdr .tag {
    background: rgba(123, 0, 44, 0.08);
    color: #7b002c;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
}

.prog-icon {
    width: 45px;
    height: 45px;
    background: #7b002c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
}

.program-card-body {
    flex-grow: 1;
}

.program-card-body h4 {
    font-size: 22px;
    font-weight: 750;
    color: #0c2340;
    margin-bottom: 5px;
}

.program-card-body p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.program-card-body ul {
    margin-bottom: 20px;
    padding-left: 0;
}

.program-card-body ul li {
    font-size: 14px;
    color: #444;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none !important;
}

.program-card-body ul li i {
    color: #7b002c;
    font-size: 14px;
}

.program-card-footer {
    display: flex;
    gap: 10px;
}

.btn-card-enquire {
    flex: 2;
    background: linear-gradient(135deg, #ad2b32 0%, #7b002c 100%);
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-card-enquire:hover {
    opacity: 0.95;
    color: #fff;
}

.btn-card-brochure {
    flex: 1.2;
    background: #fff;
    border: 1.5px solid #7b002c;
    color: #7b002c;
    border-radius: 30px;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 13px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-card-brochure:hover {
    background: #7b002c;
    color: #fff;
}

/* =============================================
   DISCOVER DPU & TAKEAWAY CARDS
============================================= */
.sub-hdr {
    color: #ad2b32;
    font-size: 13px;
    font-weight: 755;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.discover-content h2 {
    font-size: 38px;
    line-height: 44px;
    color: #0c2340;
    font-weight: 800;
    margin-bottom: 20px;
    font-family: 'Jost', sans-serif;
}

.discover-content p {
    font-size: 16px;
    color: #555;
    line-height: 26px;
    margin-bottom: 15px;
}

.discover-img-box img {
    width: 100%;
}

.takeaways-sec {
    background: #fdfdfd;
}

.takeaway-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.02);
    transition: transform 0.3s ease;
    border: 1px solid #f0f0f0;
}

.takeaway-card:hover {
    transform: translateY(-5px);
    border-color: #7b002c;
}

.takeaway-icon {
    width: 60px;
    height: 60px;
    background: rgba(123, 0, 44, 0.08);
    color: #7b002c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    margin-bottom: 20px;
}

.takeaway-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0c2340;
    margin-bottom: 12px;
}

.takeaway-card p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin: 0;
}

/* =============================================
   FAQ SECTION (Bootstrap Override)
============================================= */
.faq-sec {
    background: #fff;
}

.accordion-item {
    border: 1px solid #f0f0f0 !important;
    border-radius: 10px !important;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
}

.accordion-header {
    margin: 0 !important;
}

.accordion-button {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #0c2340 !important;
    background: #fff !important;
    padding: 20px 25px !important;
    border: none !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #7b002c !important;
    background: rgba(123, 0, 44, 0.02) !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.accordion-body {
    font-size: 15px;
    line-height: 24px;
    color: #555;
    padding: 20px 25px !important;
    background: #fff;
}

/* =============================================
   REDESIGNED 4-COLUMN FOOTER
============================================= */
.footer-sec {
    background: #0c2340;
    color: #fff;
    padding: 70px 0 20px;
    font-family: 'Inter', sans-serif;
}

.footer-col h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2.5px;
    background: #ad2b32;
    border-radius: 2px;
}

.footer-col p {
    font-size: 14px;
    line-height: 22px;
    opacity: 0.8;
    color: #fff;
}

.footer-contact p {
    font-size: 13.5px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0.85;
}

.footer-contact p i {
    color: #ad2b32;
    font-size: 14px;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social a {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #ad2b32;
    color: #fff;
    transform: translateY(-2px);
}

.footer-col ul {
    padding-left: 0;
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 12px;
    list-style: none !important;
}

.footer-col ul li a {
    font-size: 14px;
    color: #fff;
    opacity: 0.75;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-col ul li a:hover {
    opacity: 1;
    color: #ad2b32;
    transform: translateX(3px);
}

.footer-bottom hr {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
}

/* Contact Counselor Modal Styles */
.contact-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 35, 64, 0.6);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.contact-modal-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.contact-modal-container {
    background: #fff;
    width: 100%;
    max-width: 420px;
    border-radius: 20px;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
    padding: 30px;
    position: relative;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.contact-modal-overlay.active .contact-modal-container {
    transform: scale(1);
}

.contact-modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 28px;
    font-weight: 300;
    background: none;
    border: none;
    color: #888;
    cursor: pointer;
    line-height: 1;
}

.contact-modal-close:hover {
    color: #333;
}

.contact-modal-header h4 {
    color: #7b002c;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.contact-modal-body {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
}

.contact-option-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
}

.contact-option-btn.phone {
    background: linear-gradient(135deg, #ad2b32 0%, #7b002c 100%);
    color: #fff;
}

.contact-option-btn.whatsapp {
    background: #25D366;
    color: #fff;
}

.contact-option-btn.email {
    background: #f7f7f9;
    color: #333;
    border: 1px solid #e0e0e0;
}

.contact-option-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #fff;
}

.contact-option-btn.email:hover {
    color: #7b002c;
    background: #fff;
    border-color: #7b002c;
}

/* Accreditations / Ranks Section styling */
/* Why Choose Bharati Vidyapeeth Online MBA Section Styling */
.why-choose-sec {
    background-color: #fff;
    padding: 120px 0 60px 0;
    scroll-margin-top: 130px;
}

.why-choose-title {
    font-size: 32px;
    font-weight: 700;
    color: #0b1c39;
    margin-bottom: 12px;
    text-align: center;
    font-family: 'Jost', sans-serif;
}

.title-underline {
    width: 120px;
    height: 3px;
    background-color: #f15a24;
    margin: 0 auto;
}

.wreath-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
    transition: transform 0.3s ease;
}

.wreath-card:hover {
    transform: translateY(-3px);
}

.wreath-container {
    width: 200px;
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.wreath-svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.emblem-wrapper {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.emblem-img {
    position: absolute;
    object-fit: contain;
}

.ugc-emblem {
    width: 170px;
    height: 170px;
    top: -48px;
    left: -42.5px;
}

.naac-emblem {
    width: 170px;
    height: 170px;
    top: -48px;
    left: -42.5px;
}

.aicte-emblem {
    width: 150px;
    height: 150px;
    top: -36px;
    left: -32.5px;
}

.nirf-emblem {
    width: 150px;
    height: 150px;
    top: -30px;
    left: -32.5px;
}

.wreath-label {
    font-size: 15px;
    font-weight: 700;
    color: #0b1c39;
    margin-top: 5px;
    font-family: 'Jost', sans-serif;
}

/* Premium Program Cards with Background Image Overlay */
.program-card-new {
    position: relative;
    width: 100%;
    height: 320px;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: flex-end;
}

.program-card-new:hover {
    transform: translateY(-5px);
    box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.2);
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 1;
}

.card-content-box {
    position: relative;
    z-index: 2;
    padding: 25px 12px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.program-title-overlay {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    margin: 0;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    font-family: 'Jost', sans-serif;
    padding-left: 4px;
}

.program-btn-row {
    display: flex;
    gap: 6px;
    align-items: center;
    width: 100%;
}

.btn-prog-enquire {
    background: #ad2b32;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px 4px;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease;
    white-space: nowrap;
    flex: 1.2 1 auto;
}

.btn-prog-enquire:hover {
    background: #7b002c;
    color: #fff;
}

.btn-prog-brochure {
    background: #fff;
    color: #333;
    border: none;
    border-radius: 4px;
    padding: 8px 4px;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease;
    white-space: nowrap;
    flex: 1.5 1 auto;
}

.btn-prog-brochure:hover {
    background: #f0f0f0;
}

/* Programs Offered Section */
.programs-offered-sec {
    padding: 56px 0 70px;
    background: #fff;
}

.programs-offered-heading {
    text-align: center;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 800;
    color: #101936;
    font-family: 'Outfit', sans-serif;
    margin: 0 0 22px;
}

.programs-heading-mark,
.program-card-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.programs-heading-mark {
    margin: 0 auto 38px;
}

.programs-heading-mark span,
.program-card-mark span {
    display: block;
    width: 31px;
    height: 4px;
}

.programs-heading-mark span:first-child,
.program-card-mark span:first-child {
    background: #ff4a0a;
}

.programs-heading-mark span:last-child,
.program-card-mark span:last-child {
    background: #d9d9d9;
}

.programs-offered-grid {
    max-width: 1170px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.program-offered-card {
    min-height: 560px;
    background: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 24px rgba(16, 25, 54, 0.12);
}

.program-offered-img {
    position: relative;
    height: 176px;
    overflow: hidden;
    background: #f4f4f5;
}

.program-offered-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.program-offered-img span {
    position: absolute;
    top: 38px;
    right: 38px;
    padding: 5px 12px;
    background: #c99555;
    color: #301b08;
    border-radius: 2px;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 1px;
    font-family: 'Outfit', sans-serif;
    transform: rotate(-6deg);
    box-shadow: 0 4px 8px rgba(48, 27, 8, 0.22);
}

.program-offered-body {
    flex: 1;
    padding: 38px 24px 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.program-offered-body h3 {
    font-size: 48px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 8px;
    color: #101936;
    font-family: 'Outfit', sans-serif;
    margin: 0 0 18px;
}

.program-duration {
    min-height: 44px;
    color: #ff4a0a;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: 'Outfit', sans-serif;
    margin: 0 0 20px;
}

.program-card-mark {
    margin-bottom: 26px;
}

.program-name {
    min-height: 88px;
    color: #00113a;
    font-size: 16px;
    line-height: 1.38;
    font-weight: 800;
    font-family: 'Outfit', sans-serif;
    margin: 0 0 28px;
}

.program-click-btn {
    margin-top: auto;
    width: 148px;
    height: 48px;
    border: 1px solid #ff4a0a;
    background: #fff;
    color: #ff4a0a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    font-family: 'Outfit', sans-serif;
    transition: background 0.2s ease, color 0.2s ease;
}

.program-click-btn:hover {
    background: #ff4a0a;
    color: #fff;
}

.btn-prog-know {
    background: #fff;
    color: #333;
    border: none;
    border-radius: 4px;
    padding: 8px 4px;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease;
    white-space: nowrap;
    flex: 1 1 auto;
}

.btn-prog-know:hover {
    background: #f0f0f0;
}

/* Global Education Section */
.globaleducation {
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/Asset14-80.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 0;
    color: #fff;
    text-align: center;
}

.globaleducation h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-family: "Jost", sans-serif;
}

.globaleducation p {
    font-size: 16px;
    color: #e0e0e0;
    margin-bottom: 35px;
    font-family: "Poppins", sans-serif;
}

.globaleducation .owl-carousel .item {
    padding: 0 10px;
}

.globaleducation .owl-carousel .item a {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.globaleducation .owl-carousel .item a:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.globaleducation .owl-carousel .item img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}

.globaleducation .cityname {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 15px 15px 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    font-family: "Jost", sans-serif;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}

.globaleducation .owl-theme .owl-controls .owl-page span {
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.globaleducation .owl-theme .owl-controls .owl-page.active span,
.globaleducation .owl-theme .owl-controls .owl-page:hover span {
    background: #fff;
}

/* =============================================
   ADDED SECTIONS STYLES
   ============================================= */
#about-section,
#Comfirt-learning {
    padding: 20px 0;
}

#about-section h6,
#Comfirt-learning h6 {
    font-weight: bold;
}

#about-section h3,
#Comfirt-learning h3 {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 32px;
}

.info-box {
    padding: 30px 0px;
    margin-bottom: 20px;
}

.info-box h5 {
    color: #fff;
}

.keypoints {
    background-color: #d1d3d4;
    padding: 30px;
}

.keypoint-image {
    margin-top: -145px;
}

.keypoints h3 {
    font-weight: bold;
    color: #000;
}

.keypoints h6 {
    font-weight: bold;
    color: #000;
}

.keypoints ul li {
    border: 1px solid #b02930;
    margin-bottom: 10px;
    width: 84%;
    padding: 5px;
    background: linear-gradient(to bottom, #e5345c, #792358) !important;
    color: #fff;
}

.keypoints i.fa.fa-arrow-right {
    color: #fff;
    margin-right: 10px;
    margin-left: 10px;
}

section.alumni {
    background: linear-gradient(to bottom, #e5345c, #792358) !important;
}

#alumni .seo-title {
    color: #fff !important;
    text-align: center !important;
}

#alumni a.knowmoreBtn {
    background-color: #fff;
    color: #AD314D;
    margin-bottom: 10px;
    font-weight: bold;
    border: 1px solid #fff;
}

#alumni a.knowmoreBtn:hover {
    background-color: transparent;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
}

.knowmoreBtn {
    position: relative;
    display: inline-block;
    font-size: 15px;
    padding: 4px 12px;
    color: #fff;
    border-radius: 0;
    background-color: #b02930;
    border: 2px solid transparent;
    outline: 0;
    text-decoration: none;
}

.knowmoreBtn:active,
.knowmoreBtn:focus,
.knowmoreBtn:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #b02401;
}

/* Responsive Overrides */
@media(max-width:991px) {
    .keypoint-image {
        margin-top: unset !important;
    }

    .keypoints ul li {
        width: 100% !important;
    }
}

@media(max-width:768px) {

    .about-section,
    .Comfirt-learning {
        padding: 10px;
    }

    #about-section h3,
    #Comfirt-learning h3 {
        font-size: 18px;
        margin-bottom: 0;
    }
}

/* =============================================
   ADDED VIDEO SECTION STYLES
   ============================================= */
.video-play-button {
    position: absolute;
    z-index: 10;
    top: 55%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #fa183d;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: #d11230;
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.wrap h2 {
    position: absolute;
    top: -25%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
}

.wrap p {
    position: absolute;
    top: -10%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.wrap {
    position: relative;
    height: 70vh;
    margin-top: 30px;
    background-color: transparent;
    z-index: 0;
}

.video-bg {
    position: relative;
    height: 100%;
    background: #000;
    overflow: hidden;
}

.video-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(176, 41, 48, 0.25);
}

.video-bg iframe {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 60vw;
    pointer-events: none;
}

@media(max-width:992px) {
    .wrap {
        position: relative;
        height: 40vh;
        margin-top: 30px;
        background-color: transparent;
    }

    .wrap h2 {
        position: absolute;
        top: -35%;
        right: 0;
        left: 0;
        text-align: center;
        bottom: 0;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 23px;
    }

    .wrap p {
        position: absolute;
        top: 25%;
        right: 0;
        left: 0;
        bottom: 0;
        text-align: center;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 13px;
    }

    .video-play-button {
        position: absolute;
        z-index: 10;
        top: 61%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        box-sizing: content-box;
        display: block;
        width: 32px;
        height: 44px;
        border-radius: 50%;
        padding: 18px 20px 18px 28px;
    }
}

/* =============================================
   BHARATI VIDYAPEETH THEME OVERRIDES
   ============================================= */

/* Header Override & Layout */
.logo img {
    max-width: 320px !important;
    height: auto;
}

@media (max-width: 768px) {
    .logo img {
        max-width: 200px !important;
    }
}

/* Header Orange Pill Button */
.header-brochure-btn {
    background-color: #f15a24;
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(241, 90, 36, 0.2);
}

.header-brochure-btn:hover {
    background-color: #eb5723;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(241, 90, 36, 0.35);
}

/* Banner Background Dark Navy & Text */
section.course-bnr {
    background: linear-gradient(135deg, #1e40af 0%, #0f172a 100%) !important;
    color: #ffffff;
}

.bnr-new-title {
    color: #ffffff !important;
    font-size: 46px !important;
    font-weight: 800 !important;
    line-height: 1.25;
    margin-bottom: 10px;
}

.bnr-uni-text {
    color: #ffffff !important;
    opacity: 0.95;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 25px;
}

.bnr-feature-text {
    color: #ffffff !important;
    font-size: 18px;
}

.bnr-feature-icon {
    color: #f15a24 !important;
    /* Standout orange icons */
}

/* Banner Left Column CTA Button (White with black text) */
.bnr-cta-btn-wrap {
    margin-top: 30px;
}

.bnr-download-brochure-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    background-color: #ffffff;
    color: #0b1c39 !important;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    text-decoration: none;
    border: none;
}

.bnr-download-brochure-btn:hover {
    background-color: #f1f5f9;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

/* Form Card Styling (Orange theme) */
.banner-form-card {
    background: #ffffff !important;
    border-radius: 20px !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35) !important;
    overflow: hidden !important;
    width: 100% !important;
    max-width: 450px !important;
    margin-left: auto;
    border: none !important;
    padding: 0px !important;
    /* Remove original padding to allow full-bleed header */
}

.form-header-banner {
    background: #f15a24;
    padding: 22px 24px;
    text-align: center;
    color: #ffffff;
}

.form-header-banner h3 {
    font-family: "Outfit", sans-serif;
    font-weight: 800;
    font-size: 24px;
    margin: 0 0 4px 0;
    color: #ffffff !important;
    letter-spacing: 0.5px;
}

.form-header-banner p {
    font-family: "Jost", sans-serif;
    font-size: 13px;
    margin: 0;
    color: #ffffff !important;
    opacity: 0.9;
}

.form-body-wrapper {
    padding: 24px 28px;
}

/* Phone Number Field with country prefix styling */
.phone-input-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #d7dbe0;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
    height: 38px;
    transition: border-color 0.2s;
}

.phone-input-wrapper:focus-within {
    border-color: #f15a24;
}

.country-prefix {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 10px;
    background: #f8fafc;
    border-right: 1px solid #d7dbe0;
    height: 100%;
    user-select: none;
    font-size: 13px;
    font-family: "Jost", sans-serif;
    color: #334155;
}

.flag-icon {
    width: 20px;
    height: auto;
    border-radius: 2px;
}

.form-field-input-phone {
    flex: 1;
    border: none;
    outline: none;
    padding: 0 12px;
    font-size: 13px;
    font-family: "Jost", sans-serif;
    color: #333333;
    height: 100%;
}

/* Make normal inputs height slightly larger for a premium feel */
.form-field-input,
.form-field-select {
    height: 38px !important;
    border: 1px solid #d7dbe0 !important;
}

.form-field-input:focus,
.form-field-select:focus {
    border-color: #f15a24 !important;
}

/* Checkboxes and Labels */
.form-field-checkbox {
    accent-color: #f15a24 !important;
}

/* Submit Button Override */
.banner-form-submit-btn {
    background-color: #f15a24 !important;
    height: 46px !important;
    font-size: 16px !important;
    border-radius: 8px !important;
    transition: background 0.3s ease, transform 0.2s ease !important;
    margin-top: 15px !important;
    width: auto !important;
    padding: 0 40px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.banner-form-submit-btn:hover {
    background-color: #eb5723 !important;
    transform: translateY(-1px);
}

/* Floating admissions assistant chat design */
.floating-assistant {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    z-index: 999;
}

.assistant-tooltip {
    background: #ffffff;
    color: #1e293b;
    padding: 12px 28px 12px 18px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #e2e8f0;
    max-width: 280px;
    white-space: normal;
    position: relative;
    animation: bounceTooltip 3s infinite;
}

.assistant-tooltip::after {
    display: none;
}

.tooltip-close {
    position: absolute;
    top: 5px;
    right: 8px;
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: #94a3b8;
    line-height: 1;
    padding: 0;
}

.tooltip-close:hover {
    color: #475569;
}

.assistant-chat-container {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    padding: 6px 12px 6px 6px;
    border-radius: 40px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border: 1px solid #e2e8f0;
}

.assistant-icon {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #f15a24;
    box-shadow: none;
    cursor: pointer;
    overflow: visible;
}

.assistant-chat-bar {
    display: flex;
    align-items: center;
    background: #f1f5f9;
    border-radius: 30px;
    padding: 4px 6px 4px 14px;
    height: 38px;
    width: 180px;
    cursor: pointer;
}

.assistant-chat-bar input {
    border: none;
    background: transparent;
    font-size: 12.5px;
    font-family: "Jost", sans-serif;
    color: #64748b;
    outline: none;
    width: 100%;
    cursor: pointer;
}

.chat-send-btn {
    background: #000000;
    color: #ffffff;
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 11px;
}

/* Adjust girl positioning to match reference (center bottom) */
.banner-girl-image-container {
    position: absolute !important;
    bottom: 0px !important;
    left: 48% !important;
    transform: translateX(-50%) !important;
    width: 440px !important;
    height: auto !important;
    z-index: 2 !important;
    pointer-events: none;
}

.banner-girl-image {
    width: 100%;
    height: auto;
    display: block;
}

/* =============================================
   BLUE THEME OVERRIDES FOR WEBSITE BRANDING
   ============================================= */

/* Main top bar color to blue */
.topbar {
    background: #0b1c39 !important;
}

/* Eligibility bar to blue */
.eligy-bar {
    background: #0b1c39 !important;
}

/* Section headings */
h3.hdg span {
    color: #0d47a1 !important;
}

/* Header hover states */
ul.hdr-manu li.active a,
ul.hdr-manu li:hover a {
    color: #0d47a1 !important;
}

/* Buttons and accents throughout the page */
.knowmoreBtn {
    background-color: #0d47a1 !important;
    border-color: #0d47a1 !important;
}

.knowmoreBtn:hover {
    background-color: #0a3780 !important;
    border-color: #0a3780 !important;
}

.btn-prog-enquire,
.btn-prog-brochure,
.btn-prog-know {
    background-color: #0d47a1 !important;
    border-color: #0d47a1 !important;
}

.btn-prog-enquire:hover,
.btn-prog-brochure:hover,
.btn-prog-know:hover {
    background-color: #0a3780 !important;
    border-color: #0a3780 !important;
}

.unite-box.scd {
    background: #0b1c39 !important;
}

.pro-box {
    border-right: 6px #0b1c39 solid !important;
}

.inr-ranks h4 {
    color: #0d47a1 !important;
}

.testimonial {
    border: 2px #0d47a1 solid !important;
}

.owl-theme .owl-controls .owl-page span {
    background: #0d47a1 !important;
}

.onlines .owl-buttons div {
    background: #0d47a1 !important;
}

.sticky-enquire-tab {
    background: #0d47a1 !important;
}

.sticky-enquire-tab:hover {
    background: #0b1c39 !important;
}

/* =============================================
   STANDOUT SECTION STYLES
   ============================================= */
.standout-sec {
    background-color: #eef2f6 !important;
}

.standout-card {
    background-color: #0b1c39;
    border-radius: 12px;
    padding: 40px 20px;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.standout-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(11, 28, 57, 0.25) !important;
}

.standout-card .icon-wrap {
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.standout-card .icon-wrap i {
    color: #0b1c39;
    font-size: 30px;
}

    .tooltip-close:hover {
        color: #475569;
    }

    .assistant-chat-container {
        display: flex;
        align-items: center;
        gap: 10px;
        background: #ffffff;
        padding: 6px 12px 6px 6px;
        border-radius: 40px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        border: 1px solid #e2e8f0;
    }

    .assistant-icon {
        position: relative;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: #fff;
        border: 2px solid #f15a24;
        box-shadow: none;
        cursor: pointer;
        overflow: visible;
    }

    .assistant-chat-bar {
        display: flex;
        align-items: center;
        background: #f1f5f9;
        border-radius: 30px;
        padding: 4px 6px 4px 14px;
        height: 38px;
        width: 180px;
        cursor: pointer;
    }

    .assistant-chat-bar input {
        border: none;
        background: transparent;
        font-size: 12.5px;
        font-family: "Jost", sans-serif;
        color: #64748b;
        outline: none;
        width: 100%;
        cursor: pointer;
    }

    .chat-send-btn {
        background: #000000;
        color: #ffffff;
        border: none;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 11px;
    }

    /* Adjust girl positioning to match reference (center bottom) */
    .banner-girl-image-container {
        position: absolute !important;
        bottom: 0px !important;
        left: 48% !important;
        transform: translateX(-50%) !important;
        width: 440px !important;
        height: auto !important;
        z-index: 2 !important;
        pointer-events: none;
    }

    .banner-girl-image {
        width: 100%;
        height: auto;
        display: block;
    }

    /* =============================================
   BLUE THEME OVERRIDES FOR WEBSITE BRANDING
   ============================================= */

    /* Main top bar color to blue */
    .topbar {
        background: #0b1c39 !important;
    }

    /* Eligibility bar to blue */
    .eligy-bar {
        background: #0b1c39 !important;
    }

    /* Section headings */
    h3.hdg span {
        color: #0d47a1 !important;
    }

    /* Header hover states */
    ul.hdr-manu li.active a,
    ul.hdr-manu li:hover a {
        color: #0d47a1 !important;
    }

    /* Buttons and accents throughout the page */
    .knowmoreBtn {
        background-color: #0d47a1 !important;
        border-color: #0d47a1 !important;
    }

    .knowmoreBtn:hover {
        background-color: #0a3780 !important;
        border-color: #0a3780 !important;
    }

    .btn-prog-enquire,
    .btn-prog-brochure,
    .btn-prog-know {
        background-color: #0d47a1 !important;
        border-color: #0d47a1 !important;
    }

    .btn-prog-enquire:hover,
    .btn-prog-brochure:hover,
    .btn-prog-know:hover {
        background-color: #0a3780 !important;
        border-color: #0a3780 !important;
    }

    .unite-box.scd {
        background: #0b1c39 !important;
    }

    .pro-box {
        border-right: 6px #0b1c39 solid !important;
    }

    .inr-ranks h4 {
        color: #0d47a1 !important;
    }

    .testimonial {
        border: 2px #0d47a1 solid !important;
    }

    .owl-theme .owl-controls .owl-page span {
        background: #0d47a1 !important;
    }

    .onlines .owl-buttons div {
        background: #0d47a1 !important;
    }

    .sticky-enquire-tab {
        background: #0d47a1 !important;
    }

    .sticky-enquire-tab:hover {
        background: #0b1c39 !important;
    }

    /* =============================================
   STANDOUT SECTION STYLES
   ============================================= */
    .standout-sec {
        background-color: #eef2f6 !important;
    }

    .standout-card {
        background-color: #0b1c39;
        border-radius: 12px;
        padding: 40px 20px;
        min-height: 230px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        text-align: center;
    }

    .standout-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 25px rgba(11, 28, 57, 0.25) !important;
    }

    .standout-card .icon-wrap {
        width: 70px;
        height: 70px;
        background-color: #fff;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    .standout-card .icon-wrap i {
        color: #0b1c39;
        font-size: 30px;
        transition: transform 0.3s ease;
    }

    .standout-card:hover .icon-wrap i {
        transform: scale(1.1);
    }

    .standout-card h4 {
        color: #fff;
        font-size: 19px;
        font-weight: 600;
        margin: 0;
        line-height: 1.4;
    }

    /* =============================================
   SPECIALIZATIONS SECTION
============================================= */
    .specializations-sec {
        padding: 70px 0;
        background: #fff;
    }

    .spec-title {
        text-align: center;
        font-size: 36px;
        font-weight: 700;
        color: #111;
        font-family: 'Outfit', sans-serif;
        margin-bottom: 10px;
    }

    .spec-underline {
        width: 80px;
        height: 3px;
        background: #f24b01;
        margin: 0 auto 45px auto;
        border-radius: 2px;
    }

    .spec-card {
        position: relative;
        background: #0b1c39;
        border-radius: 12px;
        padding: 0 20px;
        text-align: center;
        overflow: hidden;
        height: 110px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 12px rgba(11, 28, 57, 0.18);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        cursor: default;
    }

    .spec-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 14px 30px rgba(11, 28, 57, 0.32);
    }

    .spec-card span {
        position: relative;
        z-index: 2;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        font-family: 'Outfit', sans-serif;
        line-height: 1.45;
    }

    .spec-circle {
        position: absolute;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.06);
    }

    .spec-circle-tl {
        width: 90px;
        height: 90px;
        top: -30px;
        left: -30px;
    }

    .spec-circle-br {
        width: 70px;
        height: 70px;
        bottom: -25px;
        right: -25px;
        background: rgba(242, 75, 1, 0.12);
    }
