html{
    scroll-behavior:smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

.container-fluid {
    width: 90% !important;

}

.phone-number a{
    color:#fff;
}
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        url('../images/Group5807@2x.png');
    background-size: cover;
    background-position: center;
    height: auto;
    color: white;
    position: relative;
    z-index: 99;
    padding-bottom: 50px;
}

.contact-info span {
    font-size: 23px;
    font-weight: 200;
}

.contact-info strong {
    font-size: 22px;
    font-weight: 500;
}

.header-top {
    padding: 0px;
}


.logo {
    max-width: 250px;
}

.contact-info {
    text-align: right;
    font-size: 16px;
}

.footer-text p {
    font-size: 27px;
    font-weight: lighter;
}

.footer-text h3 {
    font-size: 29px;
    font-weight: 600 !important;
}

.promo-text h1 {
    font-size: 48px;
    font-weight: 600;
}

.promo-text h2 {
    font-size: 40px;
    font-weight: 300;
}

.header-logo img {
    width: 322px;
    height: auto;
}

.btn-apply-now {
    background-color: #ff3400;
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 20px;
    border: 1px solid #ff3400;
}
.hero-section .btn-apply-now:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.btn-apply-now:hover {
    background-color: transparent;
    border: 1px solid #ff3400;
    color: #ff3400;
}

.form-card {
    background: white;
    color: #333;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    margin-top: 20px;
    margin-left: 90px;
}
.footer-text{
        position: absolute !important;
    bottom: 30px;
}
.form-tabs {
    display: flex;
    border-bottom: 1px solid #ddd;
}

.tab-item {
    flex: 1;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    color: #000;
}

.form-tabs .active {
    color: #e31e24;
    border-bottom: 3px solid #e31e24;
}

.form-body {
    padding: 25px;
}

.form-control,
.form-select {
    border-radius: 0;
    margin-bottom: 12px;
    font-size: 0.9rem;
}

.captcha-box {
    background: #f8f9fa;
    border: 1px solid #ccc;
    padding: 5px;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-block;
}

.btn-submit {
    background-color: #e31e24;
    color: white;
    width: 100%;
    padding: 12px;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
}

.hero-section {
    position: relative;
    overflow: hidden;
    z-index: 999;
}

.student-image {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 75%;
    z-index: 1;
    pointer-events: none;
}
.global-sec{
    padding:80px 0;
}
.pagesec {
    margin-top: 0px;
    position: relative !important;
}
.steps{
    margin-top:80px;
    padding:80px 0;
}
.section5{
    padding:80px 0;
}
.deorative {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    z-index: 0;
}

.thapar-section {
    padding: 80px 0;
    position: relative;
    z-index: 99;
}

.main-title {
    font-weight: 300;
    font-size: 35px;
    margin-bottom: 3px;
}

.brand-title {
    font-weight: 800;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.description {
    color: #666;
    font-size: 15.5px;
    line-height: 1.6;
    max-width: 450px;
}

.btn-apply {
    background-color: #ff0022;
    color: white;
    border-radius: 50px;
    padding: 12px 35px;
    font-weight: bold;
    font-size: 0.8rem;
    border: none;
    margin-top: 20px;
}

.feature-box {
    padding: 40px 20px;
    text-align: center;
    border-bottom: 1px solid #dee2e6;
    height: 100%;
}

.promo-text {
    margin-top: 50px;
}


@media (min-width: 768px) {
    .border-md-end {
        border-right: 1px solid #dee2e6;
    }

    .no-border-bottom-md {
        border-bottom: none;
    }
}
.icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 24px;

}

.bg-cyan {
    background-color: #00bcd4;
    color: white;
    border: none;
}

.bg-blue {
    background-color: #03a9f4;
    color: white;
    border: none;
}

.bg-yellow {
    background-color: #fdd835;
    color: #333;
    border: none;
}

.feature-title {
    font-size: 22px;
    font-weight: 300;
    color: #333;
    line-height: 1.2;
}
.promo-text,
.form-card,
.footer-text {
    position: relative;
    z-index: 2;
}


.accreditation-section {
    padding: 0px 0 80px;
    background-color: #fff;
    text-align: center;
}

.section-header h2 {
    font-weight: 800;
    font-size: 33px;
    margin-bottom: 15px;
    font-weight: 600;
}

.section-header p {
    color: #666;
    max-width: 600px;
    margin: 0 auto 50px;
    font-size: 1rem;
    line-height: 1.5;
}

.acc-card {
    border: 1px solid #e0e0e0;
    padding: 40px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    background: white;
}



.acc-logo {
    height: 80px;
    width: auto;
    margin-bottom: 25px;
    object-fit: contain;
}

.acc-title {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #333;
}

.acc-text {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.4;
    margin-bottom:0;
}

.swirl-container {
    position: absolute;
    left: 0;
    top: 10%;
    z-index: -1;
    opacity: 0.5;
}

.program-container {
    padding: 80px 0;
    background-color: #fcfcfc;
    position: relative;
}

.program-card {
    position: relative;
    background: #fff;
    z-index: 5;
}

.program-section {
    position: relative;
    overflow: hidden;
}

.rightImage {
    position: absolute;
    right: -40px;
    bottom: -20px;
    width: 260px;
    z-index: 1;
    pointer-events: none;
}

.program-card {
    background: #fff;
    border: 1px solid #ddd;
    height: 100%;
    transition: box-shadow 0.3s ease;
    margin: 8px;
}

.program-header {
    padding: 15px 25px;
    font-size: 1.5rem;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
}

.bg-undergrad {
    background-color: #e2e8f7;
}

.bg-postgrad {
    background-color: #d1fbf1;
}


.bg-phd {
    background-color: #f2d9ff;
}

.sub-text {
    display: block;
    font-size: 0.9rem;
    color: #777;
    font-weight: normal;
    margin: 17px 0 0 0px;
}

.program-body {
    padding: 20px 25px 0;
}

.list-unstyled li {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    font-size: 0.95rem;
    color: #333;
}

.list-unstyled li i {
    margin-right: 12px;
    color: #555;
    font-size: 1.1rem;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-unstyled li a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s;
    font-size: 16px;
    color:#666 !important;
}

.list-unstyled li a:hover {
    color: #ff0022;
}

.nav-pills .nav-link {
    text-align: left;
    border: 1px solid #ced4da;
    border-radius: 50px;
    color: #333;
    margin-bottom: 15px;
    padding: 12px 25px;
    transition: all 0.3s ease;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-pills .nav-link.active {
    background-color: #7cfc00 !important;
    border-color: #7cfc00;
    color: #000;
}

.nav-link small {
    opacity: 0.6;
    font-size: 0.75rem;
}

.tab-content-container {
    border: 1px solid grey;
    border-radius: 20px;
    padding: 40px 40px 40px 90px;
    min-height: 500px;
    position: relative;
    z-index: 999;
    background: #fff;
}

.program-title i {
    margin-right: 15px;
}

.course-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.course-name {
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 2px;
    position: relative;
    padding-left: 15px;
}

.course-name::before {
    content: "»";
    position: absolute;
    left: 0;
    color: #333;
}

.course-requirement {
    font-size: 0.75rem;
    color: #888;
    padding-left: 15px;
}

/* Header Text */
.main-heading {
    font-weight: 300;
    font-size: 2.5rem;
}

.main-heading span {
    font-weight: 700;
    display: block;
}

.sub-desc {
    color: #666;
    font-size: 16px;
    margin-top: 15px;
}

.section-title {
    font-weight: 300;
    font-size: 2.2rem;
    margin-bottom: 40px;
}

.section-title span {
    font-weight: 700;
    display: block;
}

.leftImage {
    position: absolute;
    height: auto;
    top: 0;
    left: 0;
}

.cardWrapper {
    position: relative;
    overflow: hidden;
    transition: all ease 0.3s;
}

.cardWrapper:hover {
    border-bottom: 4px solid #ff0022;
}

.leftImage {
    z-index: 1;
}

.card {
    position: relative;
    z-index: 5;
    background: #fff;
}

.step-card {
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 20px;
    padding: 40px 25px;
    height: 100%;
    transition: transform 0.3s ease;
}

.step-card {
    text-align: left;
}

.step-card .icon-circle {
    margin-left: 0 !important;
}

.step-label,
.step-desc {
    text-align: left;
}

.icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    font-size: 2rem;
}


.bg-step-1 {
    background-color: #ffe4e6;
    color: #333;
}


.bg-step-2 {
    background-color: #dcfce7;
    color: #333;
}


.bg-step-3 {
    background-color: #e0e7ff;
    color: #333;
}


.bg-step-4 {
    background-color: #ccfbf1;
    color: #333;
}

.bg-step-5 {
    background-color: #f3e8ff;
    color: #333;
}


.step-label {
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.step-desc {
    color: #6c757d;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom:0;
}

.btn-register {
    background-color: #ff001d;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 40px;
    /* font-weight: 600; */
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-top: 50px;
}

.btn-register:hover {
    background-color: #cc0017;
    color: white;
}


.help-footer {
    background-color: #ff001d;
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
}


.help-footer h2 {
    font-weight: 300;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.help-footer h2 span {
    font-weight: 700;
}

.help-footer .sub-text {
    font-size: 20px;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 400;
}

.contact-label {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 15px;
}

.contact-value {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 5px;
    text-decoration: none;
    color: #ffffff;
    display: block;
}

.contact-value:hover, .contact-value :focus {
color: inherit;
}
.contact-days {
    font-size: 0.9rem;
    opacity: 0.8;
}
.gallery-header {
    text-align: center;
    margin-bottom: 0px;
    position: relative;
}

.gallery-header h2 {
    font-weight: 300;
    font-size: 2.5rem;
}

.gallery-header h2 span {
    font-weight: 700;
}

.gallery-header p {
    color: #6c757d;
    font-size: 16px;
}

.gallery-container img:hover {
    transform: scale(1.02);
}

.ourIndustry {
    margin: 60px 0 0 0;
}

.small {
    font-size: 18px;
    font-weight: 200;
}

.outcomes-text {
    font-size: 16px;
    color: #707070;
}

.recruiter-logo {
    width: 240px;
    height: auto;
    padding: 20px;
}

.divider {
    border-bottom: 1px solid #dee2e6;
    margin: 2rem 0;
    position: relative;
}

.carousel-controls button {
    padding: 0px 5px;
    border: none;
}

.carousel-controls {
    position: absolute;
    right: 56px;
    top: -13px;
    background: white;
    padding-left: 10px;
    border: 1px solid #000;
    border-radius: 21px;
    height: 28px;
    width: 88px;
}

.nav.flex-column.nav-pills{
    margin-top:30px
}
.slick-dots li button:before {
    font-size: 13px;
}
.slick-dots li.slick-active button:before {
   color: #ff0000;
   opacity: 1;
}
.uni-card {
    border: 1px solid #e0e0e0;
    border-radius: 0;
    height: auto;
    transition: transform 0.2s;
    margin-bottom: 30px;
}

.uni-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.logo-container {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.logo-container img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.uni-info {
    background-color: #F1F2F2;
    border-top: 1px solid #e0e0e0;
    padding: 15px;
    min-height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.uni-name {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0;
    color: #333;
}

.display {
    font-size: 31px;
    margin-bottom: 28px;
}

.community{
    padding-bottom:80px;
}

.about-section {
    padding: 0px 0 80px;
    overflow: hidden;
}

.display-4 {
    font-weight: 300;
}

.institution-name {
    font-weight: 700;
    color: #000;
}

.description-text {
    color: #666;
    line-height: 1.6;
    font-size: 16px;
}

#thaparCarousel {
    cursor: grab;
}

#thaparCarousel:active {
    cursor: grabbing;
}

.carousel-container {

    border-radius: 25px;
    overflow: hidden;

    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ccc;
    border: none;
    margin: 0 5px;
}

.carousel-indicators .active {
    background-color: #e60000;
}

.placeholder-icon {
    opacity: 0.2;
    width: 150px;
}

.carousel-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.carousel-container {
    position: relative;
}

/* Header Styling */
.section-title {
    font-size: 3rem;
    line-height: 1.1;
    font-weight: 300;
}

.section-title b {
    font-weight: 700;
    display: block;
}

.intro-text {
    color: #9f9c9c;
    padding-top: 17px;
    font-size: 17px;
    padding-left: 63px;
}


.outcomHead {
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
}

.line {
    background: #dad8d8;
    height: 4px;
    width: 60% !important;
    position: absolute;
    right: 26px;
    top: 99px;
    height: 1px;
    left: 38%;
}




.card-custom {
    border: none;
    border-radius: 0;
    color: white;
    padding: 40px;
    margin-bottom: 20px;
}

.roundImg {
    position: absolute;
    top: 0;
    right: 0;
}

@media (min-content: 992px) {
    .card-orange {
        width: 75%;
        z-index: 1;
    }

    .card-black {
        width: 65%;
        position: absolute;
        right: 0;
        top: 80px;
        z-index: 2;
        display: block !important;
    }

    .profile-img {
        position: absolute;
        bottom: 0;
        right: 0;
        max-height: 110%;
    }
}
.roundImg01 {
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 1 !important;
}

.yourImageClass {
    position: relative;
    z-index: 10;
    width: 100%;
}

.roundImg02 {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.roundImg03 {
    position: absolute;
    top: -386px;
    left: -9%;
    z-index: 1;
}

.roundImg04 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.swirl-graphic {
    position: absolute;
    top: -210px;
    left: 75%;
    z-index: 0;
}

@media (min-width: 1900px) {
    .roundImg03 {
        position: absolute;
        top: -386px;
        left: -25%;
        z-index: 1;
    }

    .swirl-graphic {
        position: absolute;
        top: -216px;
        left: 84%;
    }

    .roundImg02 {
        position: absolute;
        left: -460px;
        top: -206px;
        z-index: 99;
    }

    .roundImg01 {
        position: absolute;
        left: -46%;
        top: 559px;
        z-index: 1 !important;
    }
}
.mainContainer {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.subContainer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.recruiter-logo {
    width: 200px;
    height: auto;
    object-fit: contain;
}

.aboutVideo {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.playBtnOverlay {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.playBtnOverlay:hover {
    background: rgba(0, 0, 0, 0.1);
}

.small-btn img {
    width: 35px !important;
    height: 35px !important;
}

video {
    object-fit: cover;
}

.video-grid-container {
    display: flex;
    align-items: stretch;
}

.thumbnail-stack {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.thumb-wrapper {
    position: relative;
    flex: 1;
    margin-bottom: 8px;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
}

.thumb-wrapper:last-child {
    margin-bottom: 0;
}

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

.play-overlay {
    position: absolute;
    top: 48%;
    left: 33%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: transform 0.2s ease;
}

.thumb-wrapper:hover .play-overlay {
    transform: translate(-50%, -50%) scale(1.1);
}

video.smallVideo {
    width: 70%;
    height: auto;
}

.text-content {
    flex: 1;
    padding: 40px;
    z-index: 2;
}
.content-box {
    max-width: 350px;
}

.testimonial-card {
    display: flex;
    background-color: #ff3b00;
    color: white;
    overflow: hidden;
    line-height: 1.5;
    padding: 52px 24px;
}

.rajesUtpal {
    height: auto;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    right: -32px;
    width: 316px;
    top: 78px !important;
}

.content-side {
    flex: 1.2;
    /* padding: 60px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.name {
    font-size: 2.5rem;
    margin-bottom: 5px;
    font-weight: 700;
}

.title,
.company {
    font-size: 1.1rem;
    margin: 0;
    opacity: 0.9;
}

/* Quote Section */
.quote-container {
    position: relative;
}

.testimonial-text {
    font-size: 1.2rem;
    font-weight: 300;
    text-align: justify;
}

.quote-icon {
    font-size: 4rem;
    opacity: 0.3;
    line-height: 0;
}

.quote-icon.open {
    position: absolute;
    top: -10px;
    left: -45px;
}

.quote-icon.close {
    float: right;
    margin-top: -10px;
}

.image-side {
    flex: 0.8;
    display: flex;
    align-items: flex-end;
}

.image-side img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.testimonial-container {
    position: relative;
    margin-top: 50px;
}

.nav-arrows {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    display: none;
}

.card-custom {
    border: none;
    border-radius: 0;
    color: white;
    padding: 40px;
    margin-bottom: 20px;
}

.card-orange {
    background-color: #FF4500;
    width: 50%;
    z-index: 1;
}

.nav-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: white;
}

.testimonial-body {
    font-size: 0.9rem;
    line-height: 1.6;
    opacity: 0.9;
}

.quote-icon {
    font-size: 2rem;
    opacity: 0.5;
    display: block;
    margin-bottom: 10px;
}

.singhGujral {
    height: auto;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    right: -32px;
    width: 316px;
    top: 53px;
}

.profile-img {
    height: auto;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    right: -26px;
    width: 360px !important;
    top: 66px;
}

.black-card {
    background: #000;
    padding: 19px 29px;
}

.image-box {
    position: absolute;
    width: 45%;
    bottom: 0px;
    right: 0px;
}

.orange-card {
    padding: 26.5px;
    position: relative;
    top: 0px;
}

.content-box h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'bootstrap-icons';
}

p.designation {
    border-bottom: 2px solid;
    max-width: 244px;
    margin-bottom: 17px;
}

.content-box p {
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 14px;
}

.quote-text {
    font-size: 17px;
    font-weight: 300;
}

.testimonial-slider .item {
    padding: 33px 0;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff0000 !important;
}
.owl-theme .owl-dots .owl-dot{
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.testimonial-slider .owl-item:nth-child(odd) .testimonial-card {
    transform: translateY(-40px);
}


.testimonial-slider .owl-item:nth-child(even) .testimonial-card {
    transform: translateY(40px);
}

.testimonial-card {
    transition: 0.4s ease;
}

.testimonial-card {
    display: flex;
    align-items: center;
    gap: 20px;
}
.slick-prev, .slick-next{
    display: none !important;
}
.program-body .list-unstyled{
    margin-bottom: 0;
}
.program-body .list-unstyled li img{
    padding-right:10px;
}

@media (max-width: 767px) {
    .desktop, .roundImg04, .leftImage, .roundImg, .roundImg01, .roundImg02{
        display: none;
    }
    .uni-info {
    height: 140px;
    }
    .btn-register {
    margin-top: 30px;
}
     .testimonial-card {
        flex-direction: column;
        text-align: center;
    }
    .image-box img {
        max-width: 250px;
        margin: auto;
    }
    video.smallVideo {
        width: 100%;
        height: auto;
    }

    .play-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .singhGujral {
        height: auto;
        object-fit: cover;
        position: absolute;
        bottom: 0;
        right: 75%;
        width: 333px;
        top: 97px;
    }

    .content-box {
        width: 100%;
        padding: 0px 0 280px 0;
        max-width: 100%;
    }

    .profile-img {
        height: auto;
        object-fit: cover;
        position: absolute;
        bottom: 0;
        right: 71%;
        width: 360px !important;
        top: 131px;
    }
    .rajesUtpal {
        top: 113px !important;
    }

    .designation {
        border-bottom: 2px solid;
        max-width: 244px;
        margin-bottom: 17px;
        margin-left: 21px;
    }
        .surbhiImg {
        height: auto;
        object-fit: cover;
        position: absolute;
        bottom: 0;
        right: 75%;
        width: 333px;
        top: 124px;
    }
        .jyantDavar {
        height: auto;
        object-fit: cover;
        position: absolute;
        bottom: 0;
        right: 75%;
        width: 333px;
        top: 132px;
    }
    .roundImg {
        display: none;
    }

    .leftImage {
        display: none;
    }

    .form-card {
        margin-left: 0px;
    margin-bottom:30px;
    }

    .promo-text {
        text-align: center;
        margin-top: 0;
    }
    .promo-text h1 {
        font-size: 35px;
    }
    .promo-text h2 {
        font-size: 30px;
    }
    .footer-text{
        margin-top:30px;
    }
    .footer-text p {
    font-size: 23px;
    }
    .footer-text h3 {
    font-size: 25px;
    }
    .hero-section {
    padding-bottom: 30px;
    }
    .thapar-section {
    padding: 40px 0 0;
    }
    .program-container {
    padding: 40px 0 40px;
    margin-top: 40px;
    }
    .gallery-header h2 {
    font-size: 30px;
    }
    .pagesec {
    margin-top: 0px;
    }
    .pt-5.newWrapper{
        padding-top:0 !important;
    }
    .tab-pane.mt-5{
        margin-top:0 !important;
    }
    .tab-content-container {
    padding: 30px;
    }
    .course-item {
    margin-bottom: 15px;
    }
    .gallery-header {
    margin-bottom: 0px;
    }
    .gallery-header p {
    margin:0 15px 0;
    }
    .main-title {
    font-size: 30px;
    }
    .contact-label {
    margin-bottom: 0px;
}
    .brand-title {
    font-size: 2rem;
    }
    .feature-box {
    padding: 20px 20px;
    }
    .header-top {
    padding: 0px 0px 20px;
}

    .icon-circle {
    margin-bottom: 20px;
    }
    .accreditation-section {
    padding: 40px 0 0px;
    }
    .acc-card {
    padding: 20px;
    }
    .student-image {
        display: none;
    }

.main-heading {
    font-size: 30px;
}
    .intro-text br {
        display: none;
    }

    .intro-text {
        padding-left: 0 !important;
    }

    .outcomHead {
        display: inline !important;
    }
    .line {
        display: none;
    }
     .student-image {
        display: none;
    }
    .contact-value {
        font-size: 1.4rem;
    }
    .help-footer {
        padding: 30px 20px;
    }
    .steps{
        padding:40px 0 !important;
        margin-top:40px;
    }
    .section5 {
    padding: 40px 0;
}
.global-sec {
    padding: 40px 0;
}
.about-section {
    padding: 0px 0 40px;
}
        .section-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .step-card {
    padding: 30px;
    }
    .help-footer h2 {
    font-size: 30px;
    }
    h1{
        font-size:30px;
    }
    .outcomes-text{
        margin-bottom:0;
    }
    .ourIndustry {
    margin: 0px 0 0 0;
}
.mainContainer {
    grid-template-columns: repeat(3, 1fr);
    gap: 0px;
}
.testimonial-container {
    margin-top: 20px;
}
.orange-card {
    padding-bottom: 0;
}
    .image-box {
        width: auto;
        left: 0;
        margin: 0 auto;
        height: 270px;
        overflow: hidden;
    }
.testimonial-slider .item {
    padding: 0;
}
.section-header p {
    margin-bottom: 20px;
}
.testimonial-slider .owl-item:nth-child(odd) .testimonial-card, .testimonial-slider .owl-item:nth-child(even) .testimonial-card {
    transform: none;
}
.testimonial-card {
    align-items: start;
}
.black-card {
    padding: 26.5px 26.5px 0;
}
.mt-5{
    margin-top:30px !important;
}
.mb-5{
    margin-bottom: 30px !important;
}
.community {
    padding-bottom: 40px;
}
.description-text{
    margin-bottom: 0;
}
.help-footer .sub-text {
    margin-bottom: 0px;
}
.btn-apply-now{
    margin-top:0;
}
p.designation {
    max-width: 100%;
}
.border-start{
    border:none;
}
.feature-title, .small {
    font-size: 16px;
}
.nav.flex-column.nav-pills {
    margin-top: 0px;
}
.carousel-controls{
    display: none;
}
.divider {
    margin: 1rem 0;
}
.community p{
    margin-bottom: 25px;
}

}
@media (min-width: 768px) {
    .mobile{
        display: none !important;
    }
}
@media (max-width: 991px) {
    .uni-card {
        margin-bottom: 20px;
        height: auto;
    }
    .student-image{
        display: none;
    }
    .card-custom {
        width: 100% !important;
        position: static !important;
        padding: 25px;
    }

    .card-black {
        display: block !important;
    }

    .profile-img {
        margin-top: 20px;
        position: static;
        width: 100%;
    }

    

    .nav-arrows {
        display: none !important;
    }
    
.hero-section {
    height: auto;
}
.footer-text {
    position: relative !important;
}
}

@media (min-width:768px) and (max-width: 991px) {
.form-card {
    margin-left: 0px;
}
.promo-text h1 {
    font-size: 45px;
}
.promo-text h2 {
    font-size: 38px;
}
.leftImage {
    left: -158px;
}
.mainContainer {
    grid-template-columns: repeat(4, 1fr);
    gap: 0px;
}
}
@media (min-width:992px) and (max-width: 1199px) {
    .hero-section {
    height: auto;
}
    .uni-card {
        margin-bottom: 20px;
        height: auto;
    }
    .mainContainer {
    grid-template-columns: repeat(4, 1fr);
    gap: 0px;
}
.image-box {
    position: absolute;
    width: 30%;
}
.content-box {
    max-width: 450px;
}
}
@media (min-width:1200px) and (max-width: 1440px) {
.image-box {
    width: 40%;
}
}


.video-thumbnail{
    width: 100%;
}
.section2, .section5{
    position:relative
}
.program-card {
    height: 489px; /* adjust if needed */
    display: flex;
    flex-direction: column;
}

.program-body {
    overflow-y: auto;
    max-height: 409px; 
    padding-right: 8px;
}


.program-body::-webkit-scrollbar {
    width: 6px;
}

.program-body::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 4px;
}

.program-body::-webkit-scrollbar-thumb:hover {
    background: #888;
}
.program-card{
    height: 480px;
    overflow:hidden; 
    display:flex;
    flex-direction:column;
}

.program-body{
    flex:1;
    overflow-y:auto;
}

.program-body *{
    overflow:visible !important;
}

i.bi.bi-mortarboard {
    margin-right: 15px;
}