/* ── Utilities ── */
    .container {/* max-width: 80rem; */margin: 0 auto;padding: 0 1rem;}
    @media (min-width: 640px)  { .container { padding: 0 1.5rem; } }
    @media (min-width: 1024px) { .container { padding: 0 2rem; } }




#navbar {
    position: sticky;
    top: 0;
    z-index: 50;
    width: 100%;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid #e5e7eb;
    height: 5rem;
}

.navbar .nav-item .nav-link{
    padding: 0 18px !important;
    color: #4b5563;
    font-size: 0.875rem;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.15s;
}

section {
    padding-top: 3.5rem;
    padding-bottom: 2.8rem;
}

.bba-banner-wrapper{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.text-primary{
  color: #7f1813 !important;
}
.bg-orange{
  background-color: #fd7e141a;
}

.bg-grad-primary {
    background: -webkit-gradient(linear, left bottom, left top, from(#b02620), to(#7f1813));
    background: linear-gradient(360deg, #b02620 0%, #7f1813 100%);
}

.company-slider .item {
    text-align: center;
}

.company-slider .item img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.company-slider .item img:hover {
    filter: grayscale(0%);
}

.nav-pill-soft .nav-link{
  background-color: #f2e7e7;
  color: #7f1813;
  border: none;
}

.nav-pill-soft .nav-link.active, .nav-pill-soft .show > .nav-link{
  background-color: #7f1813 !important;
  color: #fff;
}

.coursera-promo{
    background: linear-gradient(135deg, #fdf6e8 0%, #f5e8d3 100%);
    border-radius: 20px;
    overflow: hidden;
}
.coursera-promo .promo-title {
    font-weight: 700;
    color: #2a1010;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
}
.coursera-promo .promo-title .highlight {
    color: #8B1414;
}


.nav-pills.nav-tabs-line .nav-link{
  background-color: #f2e7e7;
  color: #7f1813;
  border: none;
}

.nav-pills.nav-tabs-line .nav-link.active {
  background-color: #7f1813;
  color: #fff;
}


.btn-white:hover {
    background: #eff1f2;
    color: #24292d;
    border-color: #eff1f2;
}


footer a {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.icon-xxl {
    width: 7rem;
    height: 7rem;
    line-height: 7rem;
    text-align: center;
    font-size: 2.5rem;
}
.icon-xxl img{
  width: 100px;
}

.h-60px {
    height: 60px !important;
}
.h-100px {
    height: 100px !important;
}
.coursera-promo .ticket {
    position: relative;
    background: #0056d2;
    color: #fff;
    padding: 24px 45px;
    border-radius: 12px;
    min-width: 240px;
    box-shadow: 0 10px 30px rgba(139, 20, 20, 0.35);
    z-index: 2;
}

.coursera-promo .burst-tl {
    top: -40px;
    left: -40px;
}

.coursera-promo .burst-br {
    bottom: -40px;
    right: -40px;
}
.coursera-promo .burst {
    position: absolute;
    width: 120px;
    height: 120px;
    background: conic-gradient(#d4a541 0deg 12deg, transparent 12deg 30deg, #d4a541 30deg 42deg, transparent 42deg 60deg, #d4a541 60deg 72deg, transparent 72deg 90deg, #d4a541 90deg 102deg, transparent 102deg 120deg, #d4a541 120deg 132deg, transparent 132deg 150deg, #d4a541 150deg 162deg, transparent 162deg 180deg, #d4a541 180deg 192deg, transparent 192deg 210deg, #d4a541 210deg 222deg, transparent 222deg 240deg, #d4a541 240deg 252deg, transparent 252deg 270deg, #d4a541 270deg 282deg, transparent 282deg 300deg, #d4a541 300deg 312deg, transparent 312deg 330deg, #d4a541 330deg 342deg, transparent 342deg 360deg);
    -webkit-mask: radial-gradient(circle, transparent 26px, black 26px);
    mask: radial-gradient(circle, transparent 26px, black 26px);
}

.coursera-promo .ticket-strike {
    text-decoration: line-through;
    opacity: 0.85;
    font-size: 0.95rem;
}

.coursera-promo .ticket-price
 {
    font-size: 1.8rem;
    font-weight: 800;
}

.coursera-promo .ticket::before, .coursera-promo .ticket::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background: #fdf6e8;
    border-radius: 50%;
}

.coursera-promo .ticket::before {
    left: -11px;
}

.coursera-promo .ticket::after {
    right: -11px;
}

.bg-primary-soft {
    background-color: #7f181310 !important;
}

.degree-width {
    width: 300px;
}

.degree-position {
    position: absolute;
    left: 0 !important;
    bottom: 0 !important;
    z-index: 2;
}

.btn-primary{
    background: #8b0000 !important;
    border: none !important;
    border-radius: 30px !important;
    font-weight: 700 !important;
    font-size: 0.875rem !important;
    padding: 0.6rem 1.5rem;
}

.btn-primary:hover{
    background-color: #2a1010;
    color: #fff;
    border: #7f1813;
}

footer p{
    color: #767272;
}


.testimonial-slider .card{
    border:0;
    box-shadow:none;
    background:transparent;
    padding:0;
}

.testimonial-slider img{
    width:100%;
    border-radius:12px;
}

.testimonial-slider .owl-nav{
    margin-top:20px;
}

.testimonial-slider .owl-nav button{
    width:42px;
    height:42px;
    border-radius:50% !important;
    background:#fff !important;
    box-shadow:0 5px 15px rgba(0,0,0,.15);
    transition:.3s;
    margin:0 8px;
}

.testimonial-slider .owl-nav button:hover{
    background:#3e4095 !important;
    color:#fff !important;
}

.testimonial-slider .owl-nav span{
    display:none;
}

.testimonial-slider .owl-nav button.owl-prev::before{
    content:"\f053";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
}

.testimonial-slider .owl-nav button.owl-next::before{
    content:"\f054";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
}

.testimonial-slider .owl-dots{
    display:none;
}





.hero-section {
    padding: 43px 0 66px;
    background: linear-gradient(to bottom, #f9fafb, #ffffff);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #f59f0a26;
    color: #f59f0a;
    border: 1px solid #f59f0a33;
    border-radius: 9999px;
    padding: 0.375rem 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
}

.hero-title {
    font-size: clamp(2.25rem, 5vw, 3.75rem);
    font-weight: 700;
    color: #111827;
    line-height: 1.15;
    margin-bottom: 1.5rem;
    margin-top: 5px;
    font-family: 'Playfair Display', serif;
}

.hero-title span {
    color: #8c0d0d;
    font-style: italic;
}

.hero-subtitle {
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.hero-description {
    color: #6b7280;
    font-size: 0.9375rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
}

.hero-buttons {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.hero-btn {
    background: #8c0d0d;
    border: none;
    color: #fff;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .3s;
}

.hero-btn:hover {
    background: #720909;
    color: #fff;
}

.hero-btn-outline {
    border: 2px solid #8c0d0d;
    color: #8c0d0d;
    background: transparent;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    transition: .3s;
}

.hero-btn-outline:hover {
    background: #8c0d0d;
    color: #fff;
}

.student-box {
    display: flex;
    align-items: center;
    gap: 18px;
}

.student-images {
    display: flex;
}

.student-circle {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 2px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.6rem;
    font-weight: 700;
    margin-left: -12px;
}

.student-circle:first-child {
    margin-left: 0;
}

.student-1 {
    background: #8c0d0d;
}

.student-2 {
    background: #d39c12;
}

.student-3 {
    background: #9ca3af;
}

.student-4 {
    background: #4b5563;
}

.student-box p {
    font-size: 0.8125rem;
    color: #4b5563;
    font-weight: 500;
}

.hero-image {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
}

.hero-image img {
    width: 100%;
    display: block;
}

@media (max-width: 991px) {

    .hero-section {
        text-align: center;
        padding: 70px 0;
    }

    .hero-title {
        font-size: 42px;
    }

    .hero-subtitle {
        font-size: 19px;
    }

    .hero-description {
        margin: 0 auto 35px;
    }

    .hero-buttons {
        justify-content: center;
    }

    .student-box {
        justify-content: center;
        flex-direction: column;
        gap: 15px;
    }

}

@media (max-width: 575px) {

    .hero-title {
        font-size: 34px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .hero-description {
        font-size: 16px;
    }

    .hero-btn,
    .hero-btn-outline {
        width: 100%;
        justify-content: center;
    }

}



.accreditation-section {
    padding: 4rem 0;
    background: #f9fafb;
    border-top: 1px solid #f3f4f6;
    border-bottom: 1px solid #f3f4f6;
}

.accreditation-card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 25px;
    border: 1px solid #e5e7eb;
    border-radius: 15px;
    height: 100%;
    transition: all .3s ease;
}

.accreditation-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.card-orange {
    background: #fff7ed;
}

.card-blue {
    background: #eff6ff;
}

.card-green {
    background: #f0fdf4;
}

.accreditation-logo {
    width: 56px;
    min-width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(0,0,0,.08);
}

.accreditation-logo img {
    max-width: 36px;
}

.accreditation-content h5 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 700;
    color: #212529;
}

.accreditation-content p {
    margin: 0;
    font-size: 14px;
    color: #6c757d;
    line-height: 1.6;
}

@media (max-width: 991px) {

    .accreditation-card {
        padding: 20px;
    }

    .accreditation-content h5 {
        font-size: 17px;
    }

}

@media (max-width: 576px) {

    .accreditation-card {
        flex-direction: column;
        text-align: center;
    }

    .accreditation-logo {
        margin-bottom: 10px;
    }

}




.about-section {
    padding: 90px 0;
}

.about-image-wrapper {
    position: relative;
}

.about-circle {
    width: 220px;
    height: 220px;
    background: #fef2f2;
    border-radius: 50%;
    position: absolute;
    left: -40px;
    top: -40px;
    z-index: 0;
}

.about-image {
    position: relative;
    z-index: 1;
    border-radius: 25px;
    width: 100%;
    max-width: 20rem;
    object-fit: contain;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .12);
}

.about-card {
    position: absolute;
    bottom: -2rem;
    right: 0;
    width: 16rem;
    background: #fff;
    padding: 1.25rem;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    border: 1px solid #f3f4f6;
    z-index: 2;
}

.about-card-top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.about-icon {
    width: 48px;
    height: 48px;
    background: #f59f0a1a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-card h5 {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
}

.about-card span {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    color: #6b7280;
    margin-top: 0.15rem;
}

.about-card p {
    font-size: 0.8rem;
    color: #4b5563;
    line-height: 1.5;
}

.section-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}


.section-title h6 {
    margin: 0;
    color: #8c0d0d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-title {
    font-size: clamp(1.75rem, 3.5vw, 3rem);
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 1.5rem;
    line-height: 1.2;
    font-family: 'Playfair Display', serif;
}

.about-text {
    color: #4b5563;
    font-size: 1.0625rem;
    line-height: 1.75;
    margin-bottom: 2rem;
}

.about-list li {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.check-circle {
    width: 28px;
    height: 28px;
    background: #fdecec;
    color: #8c0d0d;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.about-list span {
    color: #495057;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width:991px) {

    .about-section {
        padding: 70px 0;
    }

    .about-title {
        font-size: 34px;
    }

    .about-card {
        margin-left: 15px;
        max-width: 300px;
    }

}

@media (max-width:767px) {

    .about-circle {
        display: none;
    }

    .about-card {
        margin: 20px auto 0;
        max-width: 100%;
    }

    .about-title {
        font-size: 30px;
    }

}






/* ============= PROGRAMS ============= */

#programs{
    padding:80px 0;
    
}

.programs-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    flex-wrap:wrap;
    gap:24px;
    margin-bottom:50px;
}

.programs-header h3{
    font-size: 3rem !important;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
    max-width: 32rem;
    font-family: 'Playfair Display', serif;
}

.programs-grid{
    display:grid;
    gap:24px;
}

@media (min-width:640px){
    .programs-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media (min-width:1024px){
    .programs-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

.prog-card{
    position:relative;
    background:#ffffff;
    border:1px solid #dee2e6;
    border-radius:16px;
    padding:28px;
    overflow:hidden;
    transition:.3s ease;
}

.prog-card:hover{
    transform:translateY(-5px);
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.prog-card-deco{
    position:absolute;
    top:-35px;
    right:-35px;
    width:100px;
    height:100px;
    border-radius:50%;
    background:#fdecec;
}

.prog-card-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:18px;
    position:relative;
    z-index:2;
}

.prog-abbr{
    font-size:30px;
    font-weight:700;
    font-family:"Playfair Display", serif;
    color:#8c0d0d;
}

.prog-level-badge{
    font-size:11px;
    font-weight:700;
    padding:5px 12px;
    border-radius:50px;
    text-transform:uppercase;
}

.prog-level-badge.ug{
    background:#dbeafe;
    color:#1d4ed8;
}

.prog-level-badge.pg{
    background:#fdecec;
    color:#8c0d0d;
}

.prog-name{
    font-size:18px;
    font-weight:600;
    color:#212529;
    margin-bottom:22px;
}

.prog-fees{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
    margin-bottom:22px;
}

.fee-box{
    background:#f8f9fa;
    border-radius:10px;
    padding:14px;
}

.fee-label{
    font-size:12px;
    color:#6c757d;
    margin-bottom:4px;
}

.fee-val{
    font-size:18px;
    font-weight:700;
    color:#212529;
    margin-bottom:0;
}

.rupee{
    font-weight:500;
}

.prog-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-top:18px;
    border-top:1px solid #f1f3f5;
}

.prog-meta{
    display:flex;
    align-items:center;
    gap:6px;
    font-size:14px;
    color:#6c757d;
}

.prog-meta svg{
    width:15px;
    height:15px;
}

.prog-apply{
    display:flex;
    align-items:center;
    gap:5px;
    color:#8c0d0d;
    font-size:14px;
    font-weight:700;
    text-decoration:none;
    transition:.3s;
}

.prog-apply:hover{
    color:#5f0909;
}

.prog-apply svg{
    width:12px;
    height:12px;
}




/*=============================
        FEATURES
=============================*/

.features-section{
    padding: 6rem 0;
    background: #f9fafb;
    border-top: 1px solid #f3f4f6;
    border-bottom: 1px solid #f3f4f6;
}

.section-heading{
    margin-bottom:60px;
}

.section-title{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
}

.section-title h6{
    margin:0;
    font-size:15px;
    font-weight:600;
    text-transform:uppercase;
    color:#8c0d0d;
    letter-spacing:1px;
}

.section-title .line{
    width:50px;
    height:2px;
    background:#8c0d0d;
}

.section-heading h2{
    font-size: 3rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.feature-card{
    background:#ffffff;
    border:1px solid #e9ecef;
    border-radius:16px;
    padding:35px 25px;
    height:100%;
    transition:all .3s ease;
}

.feature-card:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

.feature-icon{
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: #fdecec;
    color: #8c0d0d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.feature-icon svg{
    width:28px;
    height:28px;
}

.feature-card h4{
    font-size:20px;
    font-weight:700;
    margin-bottom:15px;
    color:#212529;
}

.feature-card p{
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.65;
}

@media (max-width:991px){

    .section-heading{
        margin-bottom:45px;
    }

    .section-heading h2{
        font-size:36px;
    }

    .feature-card{
        padding:30px 20px;
    }

}

@media (max-width:767px){

    .features-section{
        padding:60px 0;
    }

    .section-title .line{
        width:35px;
    }

    .section-heading h2{
        font-size:30px;
    }

    .feature-card h4{
        font-size:18px;
    }

}





/*=========================
    PEDAGOGY SECTION
==========================*/

.pedagogy-section{
    padding: 6rem 0;
    background:#f7f5f5;
}

.section-heading{
    margin-bottom:60px;
}

.section-heading h2{
    font-size:42px;
    font-weight:700;
    color:#212529;
    margin-bottom:15px;
}

.section-heading p{
    margin:0 auto;
    font-size:16px;
    line-height:1.8;
    color:#6c757d;
}

.pedagogy-card{
    background:#ffffff;
    border:1px solid #e9ecef;
    border-radius:16px;
    padding:30px 20px;
    text-align:center;
    height:100%;
    transition:all .3s ease;
}

.pedagogy-card:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.pedagogy-icon{
    margin: 0 auto 18px;
    color: #8c0d0d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pedagogy-icon svg{
    width:28px;
    height:28px;
}

.pedagogy-card h5{
    font-weight: 700;
    color: #1f2937;
    font-size: 0.875rem;
    line-height: 1.4;
    margin-top: 1rem;
}

.pedagogy-card p{
    margin:0;
    font-size:14px;
    line-height:1.6;
    color:#6c757d;
}

@media (max-width:991px){

    .pedagogy-section{
        padding:70px 0;
    }

    .section-heading h2{
        font-size:34px;
    }

}

@media (max-width:767px){

    .pedagogy-section{
        padding:60px 0;
    }

    .section-heading{
        margin-bottom:40px;
    }

    .section-heading h2{
        font-size:28px;
    }

    .pedagogy-card{
        padding:25px 15px;
    }

    .pedagogy-card h5{
        font-size:16px;
    }

    .pedagogy-card p{
        font-size:13px;
    }

}



/*==========================
      SUPPORT SECTION
==========================*/

.support-section{
    padding: 6rem 0;
    background: #111827;
    color: #fff;
    position: relative;
    overflow: hidden;
}


.support-section .container{
    position:relative;
    z-index:2;
}

.support-heading{
    margin-bottom:60px;
}

.support-heading .section-title{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
}

.support-heading .line{
    width:50px;
    height:2px;
    background:#d4a017;
}

.support-heading h6{
    color:#d4a017;
    font-size:14px;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:1px;
    margin:0;
}

.support-heading h2{
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    font-family: 'Playfair Display', serif;
}

.support-heading p{
    color: #9ca3af;
    font-size: 1.0625rem;
    line-height: 1.7;
}

.support-card{
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.12);
    border-radius:16px;
    padding:35px 30px;
    height:100%;
    transition:all .3s ease;
    text-align: center;
}

.support-card:hover{
    transform:translateY(-6px);
    background:rgba(255,255,255,0.08);
    box-shadow:0 15px 35px rgba(0,0,0,.25);
}

.support-icon{
    background: #f59f0a1a;
    border-radius: 0.75rem;
    padding: 1rem;
    width: fit-content;
    margin: 0 auto 1.25rem;
}

.support-icon svg{
    width:28px;
    height:28px;
    color: #f59f0a;
}

.support-card h4{
    color:#ffffff;
    font-size:20px;
    font-weight:700;
    margin-bottom:15px;
}

.support-card p{
    color:#cfcfcf;
    font-size:15px;
    line-height:1.8;
    margin:0;
}

@media (max-width:991px){

    .support-section{
        padding:70px 0;
    }

    .support-heading h2{
        font-size:34px;
    }

}

@media (max-width:767px){

    .support-section{
        padding:60px 0;
    }

    .support-heading{
        margin-bottom:40px;
    }

    .support-heading h2{
        font-size:28px;
    }

    .support-card{
        text-align:center;
        padding:30px 20px;
    }

    .support-icon{
        margin:0 auto 20px;
    }

}






/*==============================
        COURSERA SECTION
===============================*/

.coursera-section{
    padding:90px 0;
    background:#ffffff;
    position:relative;
    overflow:hidden;
}

.coursera-section:before{
    content:"";
    position:absolute;
    top:-180px;
    right:-180px;
    width:450px;
    height:450px;
    border-radius:50%;
    background:#8c0d0d0d;
}

.coursera-section .container{
    position:relative;
    z-index:2;
}

/* Section Title */

.section-title{
    display:flex;
    align-items:center;
    gap:12px;
}

.section-title .line{
    width:45px;
    height:2px;
    background:#d4a017;
}

.title-text{
    color:#8b0000;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.5px;
}

/* Badge */

.coursera-badge-wrap{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:25px;
}

.coursera-logo{
    background:#0056d2;
    color:#fff;
    padding:10px 18px;
    border-radius:10px;
    font-weight:700;
    display:inline-flex;
    align-items:center;
    gap:8px;
}

.yellow-box{
    color:#ffd500;
}

.official-text{
    color:#8b8b8b;
    font-size:14px;
    font-weight:500;
}

/* Heading */

.coursera-heading{
    font-size: clamp(1.75rem, 3.5vw, 2.75rem);
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-family: 'Playfair Display', serif;
}

.coursera-heading em{
    color:#8b0000;
    font-style:italic;
}

.coursera-desc{
    color: #666;
    line-height: 1.8;
    margin-bottom: 35px;
}

/* Stats */

.stat-box{
    background:#f8f5f5;
    border:1px solid #eddede;
    border-radius:16px;
    padding:25px;
}

.stat-box h3{
    font-family: 'Playfair Display', serif;
    font-size: 1.875rem;
    font-weight: 700;
    color: #8c0d0d;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.stat-box p{
    color:#666;
    font-size:14px;
    margin:0;
}

/* Tags */

.tag-list{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.tag-list span{
    background: #f3f4f6;
    color: #374151;
    border-radius: 9999px;
    padding: 0.35rem 0.875rem;
    font-size: 0.8125rem;
    font-weight: 400;
}

/* Image */

.coursera-image{
    position:relative;
}

.coursera-image img{
    border-radius:20px;
    width: 90%;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

/* Floating Card */

.floating-card{
    background:#fff;
    display:flex;
    align-items:center;
    gap:15px;
    padding:20px;
    border-radius:16px;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
    max-width:320px;
    margin-top:-45px;
    margin-left:25px;
    position:relative;
}

.floating-icon{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#f8e8e8;
    color:#8b0000;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.floating-icon svg{
    width:24px;
    height:24px;
}

.floating-card h6{
    margin-bottom:5px;
    font-weight:700;
}

.floating-card p{
    margin:0;
    color:#666;
    font-size:14px;
}

/* Button */

.btn-primary{
    background:#8b0000;
    border:none;
    border-radius:8px;
}

.btn-primary:hover{
    background:#700000;
}

/* Responsive */

@media(max-width:991px){

    .coursera-heading{
        font-size:36px;
    }

    .floating-card{
        margin-left:0;
    }

}

@media(max-width:767px){

    .coursera-section{
        padding:70px 0;
    }

    .coursera-heading{
        font-size:30px;
    }

    .stat-box{
        padding:18px;
    }

    .stat-box h3{
        font-size:28px;
    }

}






/*=============================
        ACCA SECTION
=============================*/

.acca-section{
    padding:90px 0;
    background:#f8f8f8;
}

.acca-heading{
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.75rem;
    line-height: 1.2;
    font-family: 'Playfair Display', serif;
}

.acca-heading em{
    color:#8c0d0d;
    font-style:italic;
}

.acca-description{
    color: #6b7280;
    font-size: 1.0625rem;
    max-width: 42rem;
    margin: 0 auto;
}

/* Feature Card */

.acca-feature-card{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:18px;
    overflow:hidden;
    height:100%;
}

.acca-image{
    width: 100%;
    height: 12rem;
    object-fit: cover;
    display: block;
}

.acca-body{
    padding:35px;
}

.acca-logo{
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #003875;
    border-radius: 0.375rem;
    padding: 0.3rem 0.75rem;
    margin-bottom: 1rem;
    color: #fff;
    font-weight: 800;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
}

.acca-body h3{
    font-size: 1.125rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem;
    font-family: 'Playfair Display', serif;
}

.acca-body p{
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.7;
}

/* Counters */

.acca-counter h4{
    font-size: 1.5rem;
    font-weight: 700;
    color: #8c0d0d;
    font-family: 'Playfair Display', serif;
}

.acca-counter span{
    color: #666;
    font-size: 14px;
}

/* Salary Card */

.salary-card{
    background:#8c0d0d;
    color:#fff;
    border-radius:18px;
    padding:40px 30px;
    height:100%;
}

.salary-card h2{
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.salary-card h5{
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.salary-card p{
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.6;
}

/* Gold Card */

.gold-card{
    background:linear-gradient(135deg,#f59f0a,#ba7908);
    border-radius:18px;
    padding:35px 30px;
    height:100%;
}

.gold-tag{
    font-size: 0.7rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}

.gold-card h4{
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a0a00;
    line-height: 1.3;
    margin-bottom: 0.75rem;
}

.gold-card p{
    line-height:1.7;
    margin-bottom:20px;
}

.gold-card a{
    display: inline-block;
    background: rgba(0, 0, 0, 0.12);
    border-radius: 9999px;
    padding: 0.4rem 1rem;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #1a0a00;
    width: 100%;
    text-decoration: none;
}

/* Modules */

.modules-card{
    padding:35px;
}

.modules-card h3{
    font-size: 1.375rem;
    font-weight: 700;
    color: #111827;
    font-family: 'Playfair Display', serif;
}

.modules-card p{
    color: #6b7280;
    font-size: 0.9375rem;
    margin-top: 0.375rem;
}

.module-list{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.module-list span{
    padding:10px 18px;
    background:#f5f5f5;
    border:1px solid #ddd;
    border-radius:12px;
    font-size:14px;
    font-weight:600;
    color:#555;
    position:relative;
    padding-left:30px;
}

.module-list span:before{
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    background:#FFC107;
    position:absolute;
    left:14px;
    top:50%;
    transform:translateY(-50%);
}

/* Responsive */

@media(max-width:991px){

    .acca-heading{
        font-size:34px;
    }

    .salary-card h2{
        font-size:42px;
    }

}

@media(max-width:767px){

    .acca-section{
        padding:70px 0;
    }

    .acca-heading{
        font-size:28px;
    }

    .acca-body{
        padding:25px;
    }

    .modules-card{
        padding:25px;
    }

    .salary-card,
    .gold-card{
        padding:30px 25px;
    }

}








.testimonial-section{
    background-color: #f0ebe0;
    margin:auto;
    padding:80px 20px;
}

.section-heading{

    text-align:center;

    margin-bottom:60px;
}

.sub-title{

    display:inline-flex;

    align-items:center;

    gap:15px;

    color:#8d1a14;

    font-size:13px;

    letter-spacing:2px;

    font-weight:600;

    margin-bottom:20px;
}

.sub-title span{

    width:50px;

    height:1px;

    background:#8d1a14;
}

.section-heading h2{
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.section-heading p{

    color:#666;

    font-size:18px;
}

/* CARD */

.testimonial-card{

    display:flex;

    background:#f6f2ea;

    border-radius:28px;

    overflow:hidden;

    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

/* LEFT */

.testimonial-left{

    width:34%;

    background:#ded6c4;

    position:relative;

    display:flex;

    justify-content:center;

    align-items:center;

    padding:60px 40px;
}

.vertical-text{

    position:absolute;

    left:25px;

    writing-mode:vertical-rl;

    transform:rotate(180deg);

    color:#8d1a14;

    letter-spacing:3px;

    font-size:13px;

    font-weight:700;
}

.image-box{

    position:relative;
}

.image-box img{

    width:220px;

    display:block;

    border:8px solid #f4f1eb;
}

.image-box:before{

    content:"";

    position:absolute;

    top:-12px;

    left:-12px;

    width:100px;

    height:100px;

    border-top:4px solid #8d1a14;

    border-left:4px solid #8d1a14;
}

.image-box:after{

    content:"";

    position:absolute;

    right:-12px;

    bottom:50px;

    width:100px;

    height:100px;

    border-bottom:4px solid #8d1a14;

    border-right:4px solid #8d1a14;
}

.student-name{

    background:#971313;

    color:#fff;

    text-align:center;

    padding:14px;

    font-size:20px;

    font-weight:700;
}

/* RIGHT */

.testimonial-right{

    width:66%;

    padding:60px;
}

.quote{

    font-size:75px;

    color:#d8aaa5;

    line-height:1;

    margin-bottom:20px;
}

.testimonial-right h3{
    font-size: 1.0625rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1.25rem;
    line-height: 1.45;
}

.testimonial-right p{
    color: #4b5563;
    font-size: 0.9375rem;
    line-height: 1.9;
    text-align: justify;
}

/* BUTTONS */

.testimonial-nav{

    display:flex;

    justify-content:center;

    gap:30px;

    margin-top:40px;
}

.testimonial-nav button{

    width:52px;

    height:52px;

    border-radius:50%;

    border:none;

    background:#fff;

    font-size:22px;

    cursor:pointer;

    box-shadow:0 8px 20px rgba(0,0,0,.12);

    transition:.3s;
}

.testimonial-nav button:hover{

    background:#971313;

    color:#fff;
}


/* TABLET */

@media(max-width:992px){

    .testimonial-card{

        flex-direction:column;
    }

    .testimonial-left,
    .testimonial-right{

        width:100%;
    }

    .testimonial-left{

        padding:50px 40px;
    }

    .vertical-text{

        display:none;
    }

    .section-heading h2{

        font-size:40px;
    }

    .testimonial-right{

        padding:40px;
    }

    .testimonial-right h3{

        font-size:28px;
    }

}


/* MOBILE */

@media(max-width:576px){

    .section-heading h2{

        font-size:34px;
    }

    .section-heading p{

        font-size:16px;
    }

    .testimonial-left{

        padding:40px 20px;
    }

    .image-box img{

        width:180px;
    }

    .student-name{

        font-size:18px;
    }

    .testimonial-right{

        padding:30px 20px;
    }

    .testimonial-right h3{

        font-size:22px;

        line-height:1.4;
    }

    .testimonial-right p{

        font-size:16px;

        line-height:1.8;
    }

    .quote{

        font-size:55px;
    }

    .testimonial-nav{

        gap:15px;
    }

}






.admission-section{
    position:relative;
    overflow:hidden;
    padding:80px 0;
    background:#ffffff;
}

.bg-circle{
    position:absolute;
    width:280px;
    height:280px;
    border-radius:50%;
    background:#f7f2ea;
    z-index:0;
}

.bg-left{
    top:-120px;
    left:-120px;
}

.bg-right{
    right:-120px;
    bottom:-120px;
}

.admission-section .container{
    position:relative;
    z-index:2;
}

.pre-heading{
    color: #8c0d0d;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.75rem;
    position: relative;
    margin-left: 79px;
}

.pre-heading::after {
    content: '';
    width: 60px;
    height: 1px;
    background-color: #8c0d0d;
    position: absolute;
    left: -76px;
    top: 7px;
}

.section-label span{
    width:60px;
    height:1px;
}

.section-label p{
    color: #8c0d0d;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.75rem;
    position: relative;
}
.section-label p::after{
    content: '';
    width: 100px;
    height: 1px;
    background-color: #8c0d0d;
    position: absolute;
    left: 0;
    top: 0;
}

.section-title{
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
    line-height: 1.2;
    font-family: 'Playfair Display', serif;
}

.section-desc{
    color: #6b7280;
    font-size: 1.0625rem;
}

.step-box{
    text-align:center;
    padding:15px;
}

.step-icon{
    position: relative;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #8c0d0d33;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s, box-shadow 0.3s;
    margin: 0 auto 30px;
}

.step-icon i{
    color: #8c0d0d;
    font-size: 1.6rem;
}

.step-icon span{
    position:absolute;
    top:-5px;
    right:-8px;
    width:26px;
    height:26px;
    border-radius:50%;
    background:#8b0000;
    color:#fff;
    font-size:12px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
}

.step-box h5{
    font-weight: 700;
    color: #111827;
    font-size: 0.9375rem;
    margin-bottom: 0.5rem;
}

.step-box p{
    font-size: 0.8125rem;
    color: #6b7280;
    line-height: 1.6;
}

.steps-line {
    position: absolute;
    top: 16rem;
    left: 10%;
    right: 10%;
    width: 80%;
    height: 1.5px;
    background: #8C0D0D33;
    background: linear-gradient(72deg, rgba(140, 13, 13, 0.233) 0%, rgba(140, 13, 13, 0.582) 38%, rgba(140, 13, 13, 0.582) 99%);
    z-index: -1;
}


.admission-cta{
    background:#1d1d1d;
    border-radius:18px;
    overflow:hidden;
}

.cta-content{
    padding:60px;
    color:#fff;
}

.cta-content small{
    color:#ffc107;
    font-weight:700;
    letter-spacing:1px;
}

.cta-content h3{
    font-size:36px;
    margin:20px 0;
    line-height:1.3;
}

.cta-content p{
    color:#d5d5d5;
    line-height:1.8;
}

.cta-content ul{
    list-style:none;
    padding:0;
    margin-top:30px;
}

.cta-content ul li{
    margin-bottom:15px;
    color:#f1f1f1;
}

.cta-content ul i{
    color:#ffc107;
    margin-right:10px;
}

.form-box{
    background:#fff;
    margin:35px;
    border-radius:15px;
    padding:35px;
}

.form-box h4{
    font-weight:700;
}

.form-control,
.form-select{
    border-radius:8px;
    min-height:48px;
}

.form-control:focus,
.form-select:focus{
    box-shadow:none;
    border-color:#971313;
}

.btn-danger{
    background:#971313;
    border:none;
    padding:12px;
    font-weight:600;
}

.btn-danger:hover{
    background:#7d0f0f;
}

@media (max-width:991px){

    .cta-content{
        padding:40px;
    }

    .form-box{
        margin:25px;
    }

    .section-title{
        font-size:34px;
    }

    .cta-content h3{
        font-size:30px;
    }

}

@media (max-width:767px){

    .step-box{
        padding:10px;
    }

    .cta-content{
        padding:30px;
    }

    .form-box{
        margin:20px;
        padding:25px;
    }

    .section-title{
        font-size:28px;
    }

    .cta-content h3{
        font-size:24px;
    }

}




#programs{
    padding:5rem 0;
    
}

.programs-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    flex-wrap:wrap;
    gap:1.5rem;
    margin-bottom:3rem;
}

.programs-header h3{
    font-size:clamp(1.7rem,3.5vw,2.3rem);
    max-width:34rem;
}

.programs-grid{
    display:grid;
    gap:1.5rem;
}

@media (min-width:640px){
    .programs-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media (min-width:1024px){
    .programs-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

.prog-card{
    position:relative;
    background:#ffffff;
    border-radius:12px;
    border:1px solid #e5e7eb;
    padding:1.75rem;
    overflow:hidden;
    transition:all .25s ease;
}

.prog-card:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 30px rgba(0,0,0,0.12);
}

.prog-card-deco{
    position: absolute;
    top: -5rem;
    right: -4rem;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    background: #fffafa;
}

.sem{
    background: #8c0d0d0d !important;
    border: 1px solid#8c0d0d26;
}

.sem .fee-label{
    color: #8c0d0d99;
}
.sem .fee-val{
    color: #8c0d0d;
    margin-bottom: 15px;
}

.prog-card-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:1rem;
    position:relative;
}

.prog-abbr{
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    background: #9d1111;
    padding: 8px 9px;
    border-radius: 7px;
}

.prog-level-badge{
    font-size:0.7rem;
    font-weight:700;
    padding:0.25rem 0.7rem;
    border-radius:999px;
    text-transform:uppercase;
}

.prog-level-badge.ug{
    background:#dceeff;
    color:#1d4e89;
}

.prog-level-badge.pg{
    background:#fdeaea;
    color:#9d1111;
}

.prog-name{
    font-weight:600;
    font-size:1.05rem;
    margin-bottom:1.25rem;
    color:#212529;
}

.prog-fees{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0.75rem;
    margin-bottom:1.25rem;
}

.fee-box{
    background:#f8f9fa;
    border-radius:8px;
    padding:0.75rem;
}

.fee-label{
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.fee-val{
    font-weight:700;
    font-size: 0.8rem;
    color:#212529;
}

.rupee{
    font-weight:500;
}

.prog-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-top:1rem;
    border-top:1px solid #f1f3f5;
}

.prog-meta{
    display:flex;
    align-items:center;
    gap:0.35rem;
    font-size:0.82rem;
    color:#6c757d;
}

.prog-apply{
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.85rem;
    font-weight: 700;
    color: #9d1111;
    text-decoration: none;
    transition: 0.3s;
    border: 1.5px solid #8c0d0d33;
    border-radius: 9999px;
    padding: 0.35rem 1rem;
    cursor: pointer;
}

.prog-apply:hover{
    color:#7a0d0d;
}



.pedagogy-img{
    width: 100%;
    max-width: 28rem;
    object-fit: contain;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.15));
}


.pre-title-text{
    color: #8c0d0d;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.75rem;
    position: relative;
    margin-left: 79px;
}


.pre-title-text::after {
    content: '';
    width: 60px;
    height: 1px;
    background-color: #8c0d0d;
    position: absolute;
    left: -76px;
    top: 7px;
}

.pre-title-text::before {
    content: '';
    width: 60px;
    height: 1px;
    background-color: #8c0d0d;
    position: absolute;
    right: -65px;
    top: 9px;
}





.form-container {
    width: 100%;
    max-width: 400px;
    flex-shrink: 0;
    border: 1px solid #8c0d0d;
    background: #ffffff;
    border-radius: 16px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    padding: 27px;
}

.tabs { display: flex; gap: 10px; margin-bottom: 20px; }

.tab { 
    border: none;
    color: white !important;
    border-radius: 26px;
    background: linear-gradient(135deg, #880000, #050000) !important;
    padding: 2px 15px;
}

.tab.active { 
  background: #7d0a0a; 
  color: white; 
}

input, select { 
    font-size: 12px;
    z-index: 11;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #E5E7EB;
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    color: #676767;
    height: 40px;
    font-family: inherit;
    outline: none;
    transition: border-color 0.2s, background 0.2s; 
    margin-bottom: 5px;
}



.mobile-group { display: flex; gap: 5px; }

.country-code { 
    background: rgba(255, 255, 255, 0.1);
    height: 40px !important;
    border: 1px solid #E5E7EB;
    border-radius: 0.75rem;
    padding: 8px 1rem;
    color: #676767;
    font-size: 0.875rem;
    font-family: inherit;
    outline: none;
    transition: border-color 0.2s, background 0.2s; 
}

.captcha-group { display: flex; gap: 10px; }

.captcha-img { 
    padding: 10px; 
    background: #eee; 
    border-radius: 8px; 
    flex-grow: 1; 
    text-align: center; 
    font-weight: bold; 
    width: 50%;
}

.input-2{
    width: 15px;
    margin-right: 5px;
}

.checkbox { 
  font-size: 12px; 
  display: flex; 
  gap: 5px; 
  margin-bottom: 15px; 
}

.submit-btn { 
    width: 100%;
    background: linear-gradient(135deg, #880000, #050000) !important;
    color: #fefeff;
    border: none;
    border-radius: 0.75rem;
    padding: 8px;
    font-size: 0.9375rem;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: background 0.2s, transform 0.15s;
    box-shadow: none;
}

.footer-link { text-align: center; font-size: 14px; margin-top: 15px; }

.footer-link span { 
  color: #7d0a0a; 
  font-weight: bold; 
  cursor: pointer; 
}


.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #fff;
    color: #374151;
    font-weight: 600;
    font-size: 0.875rem;
    border: 1.5px solid #d1d5db;
    cursor: pointer;
    text-decoration: none;
    border-radius: 9999px;
    padding: 0.6rem 2rem;
    transition: background 0.2s, border-color 0.2s;
}


.bba-banner-wrapper h1{
    margin-bottom: 0.5rem;
    font-family: "Heebo", sans-serif;
    font-weight: 700;
    line-height: 1.25;
    font-size: 2.6rem;
}


.number-wrapper h4{
    font-size: 1.640625rem;
    font-weight: 700;
    line-height: 1.25;
}

.number-wrapper h3{
    font-weight: 700;
}

.number-wrapper h6{
    font-size: 0.9375rem;
}


.section-opportunities-wrapper h3{
    font-weight: 700;
}

.section-working-wrapper h4{
    font-weight: 700;
}

.section-online h2{
    font-size: 2.8125rem;
    font-family: "Heebo", sans-serif;
    font-weight: 700;
    line-height: 1.25;
}

.section-online p{
    font-size: 0.9375rem;
    color: #747579;
    line-height: 1.5;
}


.section-highlights h3{
    font-size: 1.875rem;
    margin-bottom: 0.5rem;
    font-family: "Heebo", sans-serif;
    font-weight: 700;
    line-height: 1.25;
    color: #24292d;
}


.pedagogy-wrapper h5{
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.2;
}

.pedagogy-wrapper h2{
    font-size: 2.34375rem;
    font-weight: 700;
}

.pedagogy-wrapper h4{
    font-family: "Heebo", sans-serif;
    font-weight: 700;
    line-height: 1.25; 
    font-size: 1.3125rem;
}