.buy-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 12px 16px;
            border-radius: 40px;
            text-decoration: none;
            background: linear-gradient(90deg, #6a11cb 0%, #2575fc 100%);
            color: #fff;
            font-size: 16px;
            font-weight: 500;
            transition: 0.3s;
            box-shadow: 0 4px 12px rgba(0,0,0,0.25);
            margin-bottom: 20px;
            overflow: hidden;
        }

/* Icon style */
.buy-btn i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: white;
    color: #6715cd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: 2px solid #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.buy-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.3);
}

.buy-btn:active {
    transform: translateY(0);
}



.section-smart{
    background-color: #070359;
    padding: 5rem 0;
}


 
.section-smart h4{
    color: #000;
    font-weight: 400;
}



.bg-dark-blue {
    background-color: #190a55;
}
.bg-light-purple {
    background-color: #e0e0ff;
}

.partnership-container {
    border-radius: 0.5rem;
    overflow: hidden;
    margin: 2rem auto;
}
.text-block {
    min-height: 200px;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.list-unstyled li {
    font-size: 1.15rem;
    margin-bottom: 0.75rem;
}


.section-awards{
    background-color: #07004D;
}
.header-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.header-title .highlight {
    color: #00ffff; /* Cyan/Bright Blue Highlight */
}

.gallery-container {
    max-width: 1200px;
}

.image-wrapper {
    background-color: #ffcc00;
    padding: 4px;
    border-radius: 4px;
}

.gallery-item a {
    display: block;
    line-height: 0;
    overflow: hidden;
    position: relative;
}

.gallery-item img {
    width: 100%;
    height: 380px;
    display: block;
    background-color: #cccccc;
    transition: transform 0.3s ease-in-out;
}

.gallery-item a:hover img {
    transform: scale(1.05);
    opacity: 0.8;
}




.section-certifications{
  background-color: #c0d1ff;
  padding: 4rem 0;
}

.section-certifications h2{
    color: #2f2c7d;
    font-weight: 300;
    font-size: 3rem;
    margin-bottom: 35px;
}


.section-video{
    position: relative;
}
.section-video .left-bar{
    background-color: #07004D;
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: -1;
    padding-top: 41px;
}
.section-video .right-bar{
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
}
.section-video h2{
    font-size: 3.3rem;
    color: #fff;
    margin-top: 102px;
}


.section-career{
    background-color: #E9EBFF;
    padding: 4rem 0;
}

.section-career h2{
    font-size: 2rem;
}

.career-list{
    padding: 0;
    margin: 0;
}

.career-list li{
    position: relative;
    padding-left: 24px;
    font-size: 1.3rem;
    margin-bottom: 8px;
}

.career-list li::after{
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    background-color: #07004D;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}


.section-platforms{
    padding: 4rem 0;
}

.section-platforms h2{
    font-size: 3rem;
    color: #070359;
}

.section-syllabus{
    background-color: #E9EBFF;
    padding: 4rem 0;
}

.section-syllabus h2{
    font-size: 3rem;
    color: #070359;
}


.nav-pills .nav-link.active{
    color: #fff !important;
    background-color: #000 !important;
    border-radius: 40px !important;
    padding: 5px 56px !important;
    font-size: 33px;
}

.nav-link{
    background-color: #393185 !important;
    color: #fff !important;
    border-radius: 40px !important;
    padding: 5px 56px !important;
    font-size: 33px;
}


.right-bar-img{
    position: absolute;
    right: 130px;
    width: 600px;
    bottom: 0;
}



    .comparison-wrapper {
        width: 100%;
        max-width: 900px;
    }

    table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0 16px; /* space between rows */
        color: #fff;
    }

    thead th {
        background: #fff;
        padding: 7px;
        font-size: 20px;
        font-weight: 600;
    }

    thead th:first-child {
        border-radius: 16px 0 0 16px;
    }

    thead th:last-child {
        border-radius: 0 16px 16px 0;
    }

    tbody td {
        background: #fff;
        /* padding: 6px 27px; */
        font-size: 16px;
        vertical-align: middle;
        color: #07004D;
    }

    table td {
        border: 1px solid transparent !important;
    }

    tbody td:first-child {
        border-radius: 16px 0 0 16px;
        text-align: left;
        font-weight: 500;
    }

    tbody td:not(:first-child) {
        font-weight: 600;
        font-size: 16px;
    }

    tbody td:last-child {
        border-radius: 20px;
    }

    .check {
        color: #ffffff;
        font-size: 20px;
    }

    .question {
        color: #07004D;
        font-size: 20px;
    }

    @media (max-width: 768px) {
        thead th {
            font-size: 16px;
        }
        tbody td {
            font-size: 10px;
            padding: 0;
        }
        .sem-col{
            width: 33px !important;
        }
    }


.section-benefit{
    padding: 4rem 0;
    background-color: #000E43;
    position: relative;
    overflow: hidden;
}

.benefit-side-image{
    position: absolute;
    left: -74px;
    width: 441px;
    bottom: 0;
}
.benefit-side-image2{
    position: absolute;
    right: -169px;
    width: 526px;
    bottom: -3px;
}

.section-benefit h2{
    color: #0b4aa2;
    font-size: 53px;
}


.section-benefit .benefit-wrapper {
    max-width: 900px;
    margin: auto;
    padding: 0 15px;
}

.section-benefit .benefit-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 14px;
    table-layout: fixed;
}

.section-benefit td {
    background: linear-gradient(90deg, rgba(52, 82, 235, 0.9), rgba(180, 92, 220, 0.9));
    color: #ffffff;
    text-align: center;
    padding: 35px 10px;
    font-weight: 600;
    border-radius: 10px;
    text-transform: uppercase;
}
.section-benefit .bottom-sign td{
    background: transparent !important;
    color: #ffffff;
    text-align: center;
    padding: 16px 10px;
    border: transparent;
}
.section-benefit .bottom-sign td i{ 
    font-size: 65px;
}
.section-benefit .benefit-header {
    font-size: 34px;
    padding: 26px 10px;
    border-radius: 18px;
}

/* Desktop / Large Screens */
.section-benefit .benefit-plus-col {
    width: 0px;
    background: transparent;
    padding: 0;
    border: none;
}

/* Laptop / Tablet */
@media (max-width: 992px) {
    .section-benefit .benefit-plus-col {
        width: 70px;
    }
}

/* Tablet / Small Tablet */
@media (max-width: 768px) {
    .section-benefit .benefit-plus-col {
        width: 55px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .section-benefit .benefit-plus-col {
        display: none;
        width: 0;
        padding: 0;
    }
}

.section-benefit .benefit-plus {
    width: 56px;
    height: 56px;
    margin: auto;
    background: #0b4aa2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
}

.section-benefit .benefit-footer {
    font-size: 34px;
    padding: 22px 10px;
    line-height: 1.1;
    border-radius: 18px;
}

.section-benefit .plus-small {
    font-size: 18px;
    vertical-align: super;
}

.section-benefit .benefit-sub {
    display: block;
    font-size: 11px;
    font-weight: 400;
    margin-top: 6px;
    text-transform: uppercase;
    opacity: 0.9;
}

.section-benefit .online-text {
    display: block;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

/* Responsive */
@media (max-width: 768px) {
    .section-benefit .benefit-header,
    .section-benefit .benefit-footer {
        font-size: 24px;
    }

    .section-benefit td {
        font-size: 19px;
        font-weight: 600 !important;
    }

    .section-benefit .benefit-plus {
        width: 46px;
        height: 46px;
        font-size: 24px;
    }
}



.tools-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    background: #ffffff;
}

.tool-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    background: #e8e6ff;
    color: #1d1b6f;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 0 0 1px rgba(29,27,111,0.15) inset;
    transition: all 0.3s ease;
}

.tool-icon {
    width: 28px;
    height: 28px;
    background: #2f2c8c;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
}

.tool-pill:hover {
    background: #2f2c8c;
    color: #ffffff;
}

.tool-pill:hover .tool-icon {
    background: #ffffff;
    color: #2f2c8c;
}

/* Tablet */
@media (max-width: 768px) {
    .tool-pill {
        font-size: 14px;
        padding: 12px 18px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .tools-wrap {
        justify-content: flex-start;
    }

    .tool-pill {
        width: 100%;
    }
}



.section-internship{
    padding: 4rem 0;
    background-color: #07004D;
}

.section-internship h2{
    color: #fff;
    font-size: 2.5rem;
}




/* Trigger Button */
.open-popup-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #0b4aa2;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 8px;
}

/* Overlay */
.lead-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 9999;
}

/* Active State */
.lead-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Popup Box */
.lead-popup-box {
    background: #ffffff;
    width: 100%;
    max-width: 480px;
    padding: 30px 25px;
    border-radius: 14px;
    position: relative;
    transform: scale(0.7);
    transition: transform 0.3s ease;
}

/* Magnify Effect */
.lead-popup-overlay.active .lead-popup-box {
    transform: scale(1);
}

/* Title */
.popup-title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Close Button */
.close-popup-btn {
    position: absolute;
    top: 12px;
    right: 14px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
}

/* Mobile */
@media (max-width: 480px) {
    .lead-popup-box {
        max-width: 92%;
        padding: 22px 18px;
    }
}



.certification-bar {
    background-color: #fff;
    padding: 11px 8px;
    text-align: center;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    height: 206px;
    display: flex;
}


.section-about{
    background-color: #07004D;
    padding: 4rem 0;
}

.section-about h2{
    color: #fff;
    position: relative;
    font-size: 3.5rem;
    margin-bottom: 48px;
}

.section-about h2::after{
    content: '';
    position: absolute;
    left: 0;
    top: 70px;
    background-color: #F4B62B;
    width: 200px;
    height: 3px;
}





/* banner-wrapper */
.hero-slider {
  overflow: hidden;
  position: relative;
}



.banner-form{
    position: absolute;
    z-index: 2;
    width: 440px;
    right: 116px;
    padding: 40px 50px;
    top: 94px;
}
.banner-form h3{
    display: none;
}

.banner-form h4{
    color: #060964;
    font-size: 2.2rem;
}

/* Large tablets / small laptops */
@media (max-width: 992px) {
    .banner-form {
        position: absolute;
        background-color: #fff;
        z-index: 2;
        width: 90%;
        right: 16px;
        padding: 40px 50px;
        text-align: center;
        border-radius: 25px;
        bottom: 86px;
        display: none;
    }
}

/* Tablets */
@media (max-width: 768px) {
    .banner-form {
        position: absolute;
        background-color: #fff;
        z-index: 2;
        width: 90%;
        right: 16px;
        padding: 40px 50px;
        text-align: center;
        border-radius: 25px;
        bottom: 86px;
        display: none;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .banner-form {
        position: absolute;
        background-color: #fff;
        z-index: 2;
        width: 90%;
        right: 16px;
        padding: 40px 50px;
        text-align: center;
        border-radius: 25px;
        top: 560px;
        display: none;

    }
}

/* Small mobile */
@media (max-width: 360px) {
    .banner-form {
        position: absolute;
        background-color: #fff;
        z-index: 2;
        width: 90%;
        right: 16px;
        padding: 40px 50px;
        text-align: center;
        border-radius: 25px;
        top: 560px;
        display: none;
    }
}






.hero-slide {
  position: relative;
  height: 50rem;
  padding: 8rem 0;
  background-size: cover;
  background-position: center;
}

/* Large tablets / small laptops */
@media (max-width: 992px) {
    .hero-slide {
        position: relative;
        min-height: 90vh;
        padding: 5rem 0;
        background-size: cover;
        background-position: center;
        }
}

/* Tablets */
@media (max-width: 768px) {
    .hero-slide {
        position: relative;
        min-height: 67rem;
        padding: 7rem 0;
        background-size: cover;
        background-position: center;
    }
}

/* Mobile */
@media (max-width: 576px) {
        .hero-slide {
        position: relative;
        min-height: 67rem;
        padding: 7rem 0;
        background-size: cover;
        background-position: center;
    }
}

/* Small mobile */
@media (max-width: 360px) {
        .hero-slide {
        position: relative;
        min-height: 67rem;
        padding: 5rem 0;
        background-size: cover;
        background-position: center;
    }
}



.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(52,82,235,0.9), rgba(180,92,220,0.9));
}

.hero-slide .container {
  position: relative;
  z-index: 2;
}

.hero-tags {
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
}

.hero-tags .tag {
  background: #5D7EEC;
  padding: 14px 26px;
  border-radius: 50px;
  font-size: 28px;
  color: #fff;
}

.hero-tags .plus {
  font-size: 30px;
  font-weight: bold;
}

.hero-slide h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.hero-slide h2 .number{
    font-size: 53px;
}

@media (max-width: 768px) {
    .hero-slide h2 .number{
        font-size: 30px;
    }
}



.hero-slide h2 span{
    position: relative;
}
.hero-slide h2 span img{
    width: 185px;
    position: absolute;
    top: 49px;
    left: 25px;
}

.hero-slide h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.hero-desc {
  color: #fff;
  font-size: 16px;
  max-width: 520px;
}

.hero-badge {
    display: inline-block;
    background: linear-gradient(90deg, #5b78ff, #b56cff);
    color: #ffffff;
    padding: 10px 36px;
    margin-bottom: 20px;
    font-size: 23px;
    border-radius: 60px;
}

.hero-logos {
    display: flex;
    gap: 33px;
    margin-top: 44px;
}

.hero-logos div {
    width: 126px;
    height: 90px;
    border-radius: 12px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.hero-logos div p{
    font-size: 1.2rem;
    line-height: 23px;
    margin-top: 10px;
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-slide h1 { font-size: 23px; }
  .hero-slide h2 { font-size: 18px; }
  .hero-tags { flex-wrap: wrap; }
}


.section-works{
    background-color: #a1c8d9;
}

.section-h-feature .feature-box {
  padding: 2rem;
  background: #5071F4;
  border: 1px solid #cddeed;
}

.section-h-feature .feature-box h5 {
    color: #fff;
    font-size: 3rem;
    margin-bottom: 0;
}

.section-h-feature .feature-box img{
    width: 60px;
}

.section-h-feature .feature-box p {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0;
}

.section-h-feature .feature-box:hover {
  transform: scale(1.1);
  background: #312962;
  color: #fff;
  transition: 0.5s;
  border-radius: 10px;
  border: rgba(0, 0, 0, 0);
}

.section-h-feature .feature-box:hover h5, .section-h-feature .feature-box:hover .h5 {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .section-h-feature .feature-box {
    margin-bottom: 10px;
  }
}




/* ==========================
   UNIVERSITY HEADER
========================== */
.university-header {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.uni-pill {
    background: linear-gradient(135deg, #040b8f, #0a1bd9);
    color: #ffffff;
    padding: 18px 14px;
    border-radius: 22px;
    font-size: 16px;
    font-weight: 700;
    width: 117px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* ==========================
   USAGE BAR
========================== */
.usage-wrapper {
  max-width: 1000px;
  margin: auto;
}

.usage-bar {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #5b78ff, #b56cff);
  border-radius: 40px;
  padding: 6px;
  margin-bottom: 8px;
}

.usage-label {
  flex: 1;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding-left: 30px;
}

.usage-progress {
  display: flex;
  width: 40%;
  height: 60px;
  position: relative;
}

.usage-main {
  width: 62%;
  background: linear-gradient(135deg, #5b78ff, #c46bff);
  color: #ffffff;
  border: 1px solid #fff;
  font-size: 26px;
  font-weight: 700;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.usage-main span{
    font-size: 1rem;
}

/* Large desktops */
@media (min-width: 1400px) {
  .usage-main {
    width: 62%;
  }
}

/* Laptops / tablets */
@media (max-width: 991px) {
  .usage-main {
    width: 80%;
    padding: 20px 18px;
  }
}

/* Tablets / large mobiles */
@media (max-width: 767px) {
  .usage-main {
        width: 59%;
        background: linear-gradient(135deg, #5b78ff, #c46bff);
        color: #ffffff;
        border: 1px solid #fff;
        font-size: 26px;
        font-weight: 700;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: all 0.3s ease;
        position: relative;
        z-index: 2;
        padding: 13px;
        line-height: 22px;
    }
}

/* Small mobiles */
@media (max-width: 575px) {
  .usage-main {
        width: 59%;
        background: linear-gradient(135deg, #5b78ff, #c46bff);
        color: #ffffff;
        border: 1px solid #fff;
        font-size: 26px;
        font-weight: 700;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: all 0.3s ease;
        position: relative;
        z-index: 2;
        padding: 13px;
        line-height: 22px;
    }
}


.usage-main:hover {
  transform: translateY(-12px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.3);
  border: 2px solid #ffffff;
}

.usage-rest {
  width: 42%;
  background: linear-gradient(135deg, #d879ff, #f08cff);
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 0 30px 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -10px;
}

/* ==========================
   RESPONSIVE
========================== */
@media (max-width: 992px) {
  .usage-progress {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .university-header {
    justify-content: center;
  }

  .uni-pill {
    width: 48%;
    max-width: 320px;
  }

  .usage-bar {
    flex-direction: column;
    padding: 15px;
  }

  .usage-label {
    padding-left: 10px;
    margin-bottom: 10px;
  }

  .usage-progress {
    width: 100%;
  }
}



.section-syllabus-bar{
    background: linear-gradient(90deg, #5b78ff, #b56cff);
    padding: 5rem 0;
}

.section-syllabus-bar h2 {
    font-size: 3rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1px;
}

.syllabus-wrapper{
  max-width:1100px;
  margin:30px auto;
  padding:10px;
}

.syllabus-wrapper h4{
    background-color: #06135b;
    padding: 10px 26px;
    display: inline-block;
    border-radius: 8px;
    font-size: 22px;
    color: #ffffff;
    margin-bottom: -7px;
    border: 1px solid #fff;
}

/* =====================
   MAIN TABLE
===================== */
.curriculum-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0 12px;
}

/* Semester column */
.sem-col{
  background:#06135b;
  color:#fff;
  font-weight:bold;
  text-align:center;
  width:60px;
  border-radius:12px 0 0 12px;
}

.sem-col span{
  writing-mode:vertical-rl;
  transform:rotate(180deg);
  display:block;
  font-size:16px;
}

/* Subject cell */
.subject-col{
  background:#ffffff;
  border-top:2px solid #06135b;
  border-bottom:2px solid #06135b;
  padding:0;
}

/* Subject list */
.subject-list{
  list-style:none;
  margin:0;
  padding:0;
}

.subject-list li{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:6px 12px;
  border-bottom:1px solid #06135b;
  font-size:14px;
}

.subject-list li:last-child{
  border-bottom:none;
}

.tick{
  color:#f58220;
  font-weight:bold;
  margin-right:8px;
}

/* Tool / label */
.tool{
    font-size:12px;
    font-weight:bold;
    color:#333;
    width: 107px;
}
.tool img{
    width: 110px !important;
}
/* Right award column */
.award-col{
  width:160px;
  text-align:center;
  vertical-align:middle;
  position: relative;
  border-left: 1px solid #000 !important;
}

.award-box{
    position: absolute;
    background: #3e4095;
    border: 2px solid #000;
    padding: 20px 10px;
    font-weight: bold;
    border-radius: 8px;
    top: 157px;
    z-index: 2;
    left: 26px;
    color: #fff;
}



/* Tablets */
@media (max-width: 991px) {
  .award-box {
    top: 100px;
    left: 15px;
    padding: 16px 14px;
    font-size: 14px;
  }
}

/* Small tablets & large mobiles */
@media (max-width: 767px) {
  .award-box {
    position: absolute;
    top: 291px;
  }
  .subject-list li{
    font-size: 10px;
  }
    .tool img{
        width: 77px !important;
        float: right;
    }
    .award-box {
        position: absolute;
        top: 166px;
        writing-mode: vertical-rl;
        transform: rotate(0deg);
        padding: 47px 5px;
    }
    .award-box-2 {
        position: absolute;
        background: #3e4095;
        border: 2px solid #000;
        padding: 20px 2px !important;
        font-weight: bold;
        border-radius: 8px;
        top: -47px;
        z-index: 2;
        left: 14px !important;
        left: 14px;
        color: #fff;
        writing-mode: vertical-rl;
        transform: rotate(0deg);
    }
}

/* Small mobiles */
@media (max-width: 575px) {
  .award-box {
    position: absolute;
    top: 291px;
  }
  .subject-list li{
    font-size: 10px;
  }
    .award-box {
        position: absolute;
        top: 166px;
        writing-mode: vertical-rl;
        transform: rotate(0deg);
        padding: 47px 5px;
    }
}


.award-box-2{
    position: absolute;
    background: #3e4095;
    border: 2px solid #000;
    padding: 20px 10px;
    font-weight: bold;
    border-radius: 8px;
    top: -47px;
    z-index: 2;
    left: 26px;
    color: #fff;
}




.traditional-bg{
    background-color: #f2e4f9;
    border-radius: 42px;
}

.hero-carousel {
  position: relative;
}


/* Positioning the Nav Buttons */
.hero-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5) !important; /* Semi-transparent background */
  color: #fff !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.hero-carousel .owl-nav button:hover {
  background: #000 !important;
}

@media (max-width: 768px) {
    .hero-carousel .owl-nav button {
        top: 34%;
    }
}


/* Specific Left/Right Placement */
.hero-carousel .owl-nav .owl-prev {
  left: 1px;
}

.hero-carousel .owl-nav .owl-next {
  right: 1px;
}

/* Ensure dots don't overlap if they are at the bottom */
.hero-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}



.certification-bar a {
  display: block;
  cursor: zoom-in;
}

.certification-bar img {
  transition: transform 0.3s ease;
  height: 182px;
}

.certification-bar:hover img {
  transform: scale(1.03);
}





.banner-certificate{
    border: 5px solid #d9d9d9;
    height: 172px;
}
.banner-certificate-text{
    font-size: 1rem;
}
@media (max-width: 576px) {
    .banner-certificate {
        width: 115px !important;
        height: 83px !important;
        display: inline-block !important;
    }
}



.semester-list li{
    padding: 13px 23px;
    border-radius: 34px;
    background-color: #d1f1ff;
    color: #030e47;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 13px;
}

.semester-list li i{
    margin-right: 10px;
    background: linear-gradient(90deg, #002dff, #0037ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.semester-heading{
    background: linear-gradient(90deg, #5c76ef, #b56cff);
    padding: 11px 24px;
    border: 1px solid #5d77ff;
    border-radius: 38px;
    color: #fff;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}


.section-bba-syllabus{
    background-color: #f4ebff;
    padding: 5rem 0;
}

.online-bba-text{
    width: 581px !important;
}

.internship-text{
    color: #ffffff;
    padding: 1rem 27px;
    text-align: center;
    border-radius: 50px;
    background-color: #5f76f0;
    margin-top: 21px;
    font-weight: 400;
}


.training-process-bar {
    background-color: #DFEDF3;
    padding: 3rem;
    border-radius: 50px;
}
.training-process-bar h2{
    color: #0a3c51;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 14px;
}

.training-process-bar h3{
    font-size: 2.87rem;
    font-weight: 400;
    color: #002287;
}
.training-process-bar h3 span{
  font-weight: 600;
}

.process-box{
  background-color: #fff;
  padding: 30px 21px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.process-box .line{
    width: 59px;
    height: 3px;
    background-color: #FC584F;
    border-radius: 27px;
    margin-bottom: 10px;
    position: relative;
}

.process-box .line::after{
  content: '';
  position: absolute;
  left: 64px;
  top: 0;
  width: 9px;
  height: 3px;
  background-color: #FC584F;
  border-radius: 27px;
}

.process-box h4{
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: #012181;
}

.exit-table-wrapper {
    max-width: 700px;
    border-radius: 24px;
    overflow: hidden;
}

.exit-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 6px;
    background: #ffffff;
}

.exit-table th {
    background: #0b49a8;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    padding: 9px;
    text-align: center;
    border-radius: 18px;
}

.exit-table td {
    background: #0b49a8;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 9px 16px;
    text-align: center !important;
    border-radius: 12px;
}

/* Responsive text sizing */
@media (max-width: 576px) {
    .exit-table th {
        font-size: 22px;
    }
    .exit-table td {
        font-size: 16px;
        padding: 16px 10px;
    }
}


/* Shared container */
.card-wrapper {
  max-width: 1100px;
  margin: auto;
  border: 2px solid var(--black);
  border-radius: 20px;
  background: var(--yellow);
  padding: 20px 30px;
  position: relative;
}

/* ---------- COLLAPSED BAR ---------- */
.card-collapsed {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.whatsapp-icon {
  width: 34px;
  height: 34px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}

.card-title {
  font-size: 20px;
  font-weight: 700;
}

/* ---------- EXPANDED CARD ---------- */
.card-expanded {
  display: none;
}

.tally-logo {
  font-size: 38px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 10px;
}

.tally-sub {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: bold;
}

.card-text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6;
  max-width: 900px;
}

.card-services {
  margin-top: 25px;
  font-weight: 700;
}

/* ---------- BUTTONS ---------- */
.btn {
  background: var(--black);
  color: #fff;
  padding: 8px 18px;
  border-radius: 8px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* ---------- ANIMATION ---------- */
.fade-in {
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
  .card-text {
    font-size: 14px;
  }
  .tally-logo {
    font-size: 30px;
  }
}



.section-pade-internship{
    padding: 4rem 0;
    background-color: #130878;
}



.industry-standard {
  padding: 5rem 0;
}

.industry-standard__wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.industry-standard__table {
  width: 100%;
  border-collapse: collapse;
}

.industry-standard__table th,
.industry-standard__table td {
  border: 2px solid #000 !important;
  padding: 14px 16px;
  vertical-align: middle;
}

/* Headers */
.industry-standard__table th {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.industry-standard__table td:first-child {
  font-size: 18px;
  font-weight: 600;
}

/* University headers */
.industry-standard__shobhit {
  background: #e4551c;
  color: #fff;
}

.industry-standard__others {
  background: #ffe36a;
  color: #000;
}

/* Percentage */
.industry-standard__percent {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
}

/* Icons */
.industry-standard__icon {
  font-size: 28px;
  font-weight: 900;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.industry-standard__tick {
  color: #0aa35b;
}

.industry-standard__cross {
  color: #e10000;
}

.industry-standard__question {
  color: #e10000;
}

/* Responsive */
@media (max-width: 768px) {
  .industry-standard__table td:first-child {
    font-size: 12px;
  }

  .industry-standard__percent {
    font-size: 22px;
  }
  
}



/* Desktop (default) */
.industry-standard h2 {
    font-size: 2.5rem;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.2;
}

.industry-standard h2 span{
    color: #FF9800;
}


/* Large tablets / small laptops */
@media (max-width: 992px) {
    .industry-standard h2 {
        font-size: 2.5rem;
    }
}

/* Tablets */
@media (max-width: 768px) {
    .industry-standard h2 {
        font-size: 2.1rem;
    }
    .industry-standard__table th{
        font-size: 13px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .industry-standard h2 {
        font-size: 1.75rem;
        margin-bottom: 8px;
    }
}

/* Small mobile */
@media (max-width: 360px) {
    .industry-standard h2 {
        font-size: 1.5rem;
    }
}






.hero-logos-2 {
    display: flex;
    gap: 33px;
    margin-top: 44px;
    flex-wrap: wrap;                 /* allow wrapping */
}

/* Logo box */
.hero-logos-2 div {
    width: 93px;
    height: 134px;
    border-radius: 12px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* -------- Tablet (≤ 992px) -------- */
@media (max-width: 992px) {
    .hero-logos-2 {
        display: ruby;
        gap: 24px;
        justify-content: center;
    }

    .hero-logos-2 div {
        width: 110px;
        height: 80px;
        font-size: 11px;
    }
}

/* -------- Mobile (≤ 768px) -------- */
@media (max-width: 768px) {
    .hero-logos-2 {
        display: ruby;
        margin-top: 30px;
        justify-content: center;
    }

    .hero-logos-2 div {
        width: 110px;
        height: 80px;
        font-size: 11px;
    }
}

/* -------- Small Mobile (≤ 480px) -------- */
@media (max-width: 480px) {
    .hero-logos-2 div {
        width: 110px;
        height: 80px;
        font-size: 10px;
    }
}



.banner-heading-text{
    font-size: 31px !important;
    text-transform: capitalize !important;
    background-color: #5d7eec;
    display: inline;
    padding: 22px 56px;
    border-radius: 45px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: #fff;
}

@media (max-width: 480px) {
    .banner-heading-text {
        font-size: 20px !important;
        padding: 16px 18px;
    }
}





.custom-social-bar {
  position: fixed;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
  z-index: 9999;
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-bottom: 6px;
    border-radius: 13px 0 0 13px;
    color: #fff;
    font-size: 26px;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
    border: 2px solid #fff;
}

.social-btn:hover {
  transform: translateX(-6px);
}

/* Colors */
.call {
  background-color: #0b5ed7;
}
.call img{
    width: 32px;
}

.whatsapp {
    background-color: #25D366;
}
.whatsapp img{
    width: 32px;
}

.brochure {
    background-color: #11195f;
}

.brochure img{
    width: 32px;
}


.practical-training-img{
    border: 2px solid #130878;
    border-radius: 16px;
}



/* Container */
.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

/* Main Wrapper */
.partnership-wrapper {
    display: grid;
    grid-template-columns: 280px 1fr;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
}

/* Left Section */
.partnership-text {
    background: #0d2b52;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 30px;
}

.partnership-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.partnership-text li {
    margin-bottom: 12px;
    font-size: 18px;
}

/* Right Section */
.partnership-logos {
    background: #f3efff;
    padding: 30px;
    display: flex;
    align-items: center;
}

/* Logo Grid */
.logo-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    width: 100%;
    align-items: center;
    justify-items: center;
}

.logo-grid img {
    max-width: 120px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Apply Button */
.apply-btn-wrapper {
    text-align: center;
    margin-top: 40px;
}

.buy-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #142a24;
    color: #fff;
    padding: 14px 30px;
    border-radius: 50px;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 992px) {
    .partnership-wrapper {
        grid-template-columns: 1fr;
    }

    .partnership-text {
        justify-content: center;
        text-align: center;
    }

    .logo-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .logo-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .logo-grid img {
        max-width: 90px;
    }
}




/* --- HOW CAN I HELP SECTION --- */

        .section-help {
            padding: 73px 20px; /* Padding already included in expertise section */
            background-color: #130878;
            color: var(--white);
            text-align: center;
        }

        .help-title {
            font-size: 2.5em;
            margin-bottom: 25px;
            color: #002d9f;
            font-weight: 800;
        }

        .help-item {
            display: flex;
            align-items: flex-start; /* Align text to top if it wraps */
            margin-bottom: 15px;
            font-size: 0.9em;
        }

        .help-icon {
            width: 25px;
            height: 25px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 15px;
            color: var(--black); /* Icon color inside circle */
            font-size: 0.7em;
            flex-shrink: 0; /* Prevent icon from shrinking */
            margin-top: 3px; /* Adjust icon vertical alignment */
        }

        .help-item a, .help-item span {
            color: var(--black);
            text-decoration: none;
            word-break: break-word; /* Handle long URLs */
            font-weight: 400;
        }

        .help-item strong {
            color: var(--white);
            font-weight: 700;
        }

        .awards-title {
            font-size: 1.4em;
            color: var(--white);
            text-align: center;
            padding: 0 20px;
            margin-bottom: 20px;
            font-weight: 700;
        }

        .awards-gallery {
            display: flex;
            flex-direction: column;
            gap: 5px; /* Spacing between images */
            padding: 0 20px; /* Add horizontal padding to images */
        }

        .award-image {
            width: 100%;
            height: auto;
            border-radius: 5px;
            object-fit: cover;
        }

        /* --- SOCIAL MEDIA LINKS SECTION --- */

        .section-social {
            background-color: var(--black);
            padding: 40px 20px 20px 20px;
        }

        .social-link-title {
            font-size: 1.4em;
            color: var(--white);
            margin-bottom: 20px;
            text-align: center;
            font-weight: 700;
        }

        .social-link {
            display: flex;
            align-items: center;
            background-color: var(--white);
            border-radius: 8px;
            margin-bottom: 15px;
            padding: 10px;
            text-decoration: none;
            color: var(--black);
            font-weight: 500;
            box-sizing: border-box; /* Include padding in width */
            border: 1px solid #ddd;
            overflow: hidden;
        }

        .social-icon {
            width: 40px;
            height: 40px;
            border-radius: 8px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 15px;
            font-size: 1.5em;
            color: var(--white);
            flex-shrink: 0; /* Prevent icon from shrinking */
        }

        /* Specific icon colors (using placeholder for actual font icons) */
        .icon-instagram { background-color: #E1306C; }
        .icon-youtube { background-color: #FF0000; }
        .icon-linkedin { background-color: #0A66C2; }
        .icon-facebook { background-color: #1877F2; }
        .icon-link{ background-color: #000;}


        /* --- SCHEDULE A MEETING SECTION --- */

        .section-schedule {
            background-color: var(--black);
            padding: 20px 20px 91px 20px;
            text-align: center;
            color: var(--black);
        }

        .schedule-title {
            font-size: 1.4em;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .schedule-description {
            font-size: 0.9em;
            margin-bottom: 30px;
            color: lightgray;
            font-weight: 400;
        }

        .schedule-button {
            display: inline-block;
            background-color: var(--white);
            color: var(--black);
            padding: 15px 30px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 700;
            transition: background-color 0.2s ease;
        }
        .schedule-button:hover {
            background-color: #1a5c88; /* Slightly darker blue on hover */
        }

        /* Horizontal Rule in black section */
        .separator {
            border: 0;
            height: 1px;
            background-color: var(--dark-gray);
            margin: 20px 0;
        }

        .buy-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 12px 16px;
            border-radius: 40px;
            text-decoration: none;
            background: linear-gradient(90deg, #6a11cb 0%, #2575fc 100%);
            color: #fff;
            font-size: 16px;
            font-weight: 500;
            transition: 0.3s;
            box-shadow: 0 4px 12px rgba(0,0,0,0.25);
            margin-bottom: 20px;
            overflow: hidden;
        }

        /* Icon style */
        .buy-btn i {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: white;
            color: #6715cd;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            border: 2px solid #fff;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        }

        .buy-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 16px rgba(0,0,0,0.3);
        }

        .buy-btn:active {
            transform: translateY(0);
        }



        .buy-btn-2 {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 12px 16px;
            border-radius: 40px;
            text-decoration: none;
            background: linear-gradient(90deg, #6a11cb 0%, #2575fc 100%);
            color: #fff;
            font-size: 16px;
            font-weight: 500;
            transition: 0.3s;
            box-shadow: 0 4px 12px rgba(0,0,0,0.25);
            margin-bottom: 20px;
            overflow: hidden;
            position: fixed;
            left: 28%;
            bottom: 0;
        }

        /* Icon style */
        .buy-btn-2 i {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: white;
            color: #6715cd;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            border: 2px solid #fff;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        }

        .buy-btn-2:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 16px rgba(0,0,0,0.3);
        }

        .buy-btn-2:active {
            transform: translateY(0);
        }

        .custom-social-bar {
            position: fixed;
            top: 50%;
            right: -6px;
            transform: translateY(-50%);
            z-index: 9999;
        }

        .custom-social-bar a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 47px;
            height: 47px;
            margin-bottom: 6px;
            color: #fff;
            font-size: 26px;
            text-decoration: none;
            border-radius: 22px 0 0 21px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
            border: 4px solid #fff;
        }

        .custom-social-bar a:hover {
            width: 70px;
        }

        /* Phone */
        .phone-btn {
            background-color: #0a8f08;
        }

        /* WhatsApp */
        .whatsapp-btn {
            background-color: #25D366;
        }

        /* LinkedIn */
        .linkedin-btn {
            background-color: #0077B5;
        }


        .tally-wrapper {
            max-width: 1100px;
            margin: 14px 0;
            padding: 0 0px;
        }

        .tally-card {
            background: #deebfd;
            border: 1px solid #98bff5;
            border-radius: 22px;
            padding: 20px 0px;
            display: none;
            align-items: center;
            justify-content: space-between;
        }

        .collapsed {
        display: flex;
        }

        .left {
            display: flex;
            align-items: center;
            gap: 15px;
            width: 55%;
            margin-left: 14px;
        }

        .logo {
        height: 32px;
        }

        .title {
            font-size: 1.3rem;
            font-weight: 600;
            color: #002d9f;
            text-align: left;
        }

        .btn {
            background: linear-gradient(90deg, #6a11cb 0%, #2575fc 100%);
            color: #fff;
            border: none;
            padding: 8px 16px;
            border-radius: 8px;
            cursor: pointer;
            font-size: 14px;
            margin-right: 15px;
        }

        .btn:hover {
        opacity: 0.9;
        }

        /* Expanded View */
        .expanded {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        }

        .top-row {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        }

        .logo-lg {
        height: 55px;
        }

        .description {
        font-size: 15px;
        line-height: 1.6;
        max-width: 900px;
        }

        .services {
        font-size: 15px;
        }

        
        .list-disc{
            padding: 11px 10px;
            margin: 0;
            text-align: left;
            list-style: none;
        }
        .list-disc li{
            margin-bottom: 5px;
            color: #2939a5;
            font-size: 16px;
            display: flex;
        }
        .list-disc li i{
            margin-right: 7px;
            font-size: 18px;
        }


        .video-card {
        position: relative;
        width: 100%;
        max-width: 520px;
        aspect-ratio: 16 / 9;
        overflow: hidden;
        border-radius: 16px;
        }

        /* Thumbnail */
        .video-thumb {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        }

        /* Anchor Play Button */
        .play-btn {
        position: absolute;
        inset: 0;
        display: grid;
        place-items: center;
        background: rgba(0,0,0,0.35);
        text-decoration: none;
        cursor: pointer;
        }

        /* Blue Button */
        .play-btn span {
        width: 72px;
        height: 72px;
        background: #1e5bff;
        border-radius: 50%;
        position: relative;
        animation: pulseBlue 1.5s infinite;
        }

        .play-btn span::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 55%;
        transform: translate(-50%, -50%);
        border-left: 18px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        }

        @keyframes pulseBlue {
        0%   { box-shadow: 0 0 0 0 rgba(30,91,255,.6); }
        70%  { box-shadow: 0 0 0 30px rgba(30,91,255,0); }
        100% { box-shadow: 0 0 0 0 rgba(30,91,255,0); }
        }


        .completing-text{
            background-color: #fff;
            padding: 22px;
            text-align: center;
            border-radius: 22px;
        }



.faq-section {
  background: #faf7f1;
  padding: 80px 15px;
}

.faq-tag {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #190a55;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.faq-title {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 50px;
}

.faq-section .card{
    margin-bottom: 13px;
}

.faq-section .btn{
    background: #f7f7f7 !important;
    font-size: 1.2rem;
    font-weight: 500;
}