:root {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #bd2440;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

/* HEADER */
.navbar {
    background: #fff !important;
    padding: 12px 0;
    color: #f8f9fb;
    z-index: 10000;
}

.navbar .navbar-brand img {
    max-height: 62px;
    object-fit: contain;
}



/* Toggler color */
.navbar-toggler {
    border-color: rgba(57, 49, 133, 0.15);
}




.navbar-nav a {
    font-weight: 600;
    color: #000;
}






/* Mobile navbar background color */
@media (max-width: 991px) {
    .navbar-collapse {
        background: #393185 !important;
        /* Dark Blue */
        padding: 15px;
        border-radius: 8px;
    }

    .navbar-nav .nav-link {
        color: #fff !important;
        /* Make text white */
        padding: 10px 0;
    }

    .navbar-nav .nav-link:hover {
        color: #ED1C24 !important;
        /* Red on hover */
    }
}



.hero {
    background:
       url('../img/IUHimachal-Campus.jpg') center/cover no-repeat !important;
    color: #fff;
    min-height: 400px;
    display: flex;
    align-items: center;
    padding: 100px 0 20px 0px;
}

/* fallback bg color if image missing */
.hero.no-img {
    background: linear-gradient(135deg, var(--icfai-blue), #23225a);
}

.hero h1 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.08;
}

.hero p.lead {
    opacity: 0.95;
}

.hero-btn {
    padding: 12px 26px;
    border-radius: 50px;
    font-weight: 600;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
    .hero {
        padding: 70px 0;
        min-height: 380px;
    }

    .hero h1 {
        font-size: 2rem;
    }
}

@media (max-width: 575.98px) {
    .hero {
        padding: 42px 0;
        min-height: 320px;
    }

    .hero h1 {
        font-size: 1.6rem;
        text-align: center;
    }

    .hero p.lead {
        text-align: center;
        font-size: 0.98rem;
    }

    /* stack CTA buttons on small screens */
    .hero .btn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    /* center badges */
    .hero .bg-light {
        display: inline-block;
        width: auto;
    }


}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .25);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}



.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1e2a5a;
    margin-bottom: 40px;
}




.program-image img {
    width: 100%;
    border-radius: 14px;
}

.badge {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: linear-gradient(135deg, #00b894, #0984e3);
    color: #fff;
    padding: 10px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}



.info-block {
    margin-bottom: 22px;
}

.info-block h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1e2a5a;
    margin-bottom: 8px;
}

.info-block p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}



.bg1 {
    background-color: #e8f4ff;
}

.bg2 {
    background-color: #eafaea;
}

.bg3 {
    background-color: #fff3e6;
}

.bg4 {
    background-color: #e8fff4;
}





/* admission-table-section */
.admission-table-section {
    padding: 20px;
    background: linear-gradient(180deg, #f5f7ff, #ffffff);

}

.table-title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #1e2a5a;
    margin-bottom: 20px;
}

.table-card {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);

}

.admission-table {
    width: 100%;
    border-collapse: collapse;
}

.admission-table thead {
    background: #2b4cb8;
}

.admission-table th {
    padding: 18px 20px;
    text-align: left;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}

.admission-table td {
    padding: 18px 20px;
    font-size: 15.5px;
    color: #333;
    border-bottom: 1px solid #eef0f7;
    font-weight: 500;
}

.admission-table tbody tr:hover {
    background: #f6f8ff;
}

.date-badge {
    background: #2c2f8f;
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.date-range {
    background: #e8ecff;
    color: #2c2f8f;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.date-highlight {
    background: #00b894;
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
}

.highlight-row {
    background: #f0fff9;
}

@media (max-width: 768px) {

    .admission-table th,
    .admission-table td {
        padding: 14px 16px;
        font-size: 14.5px;
    }

    .table-title {
        font-size: 28px;
    }
}


.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #1e293b;
}


/* Mobile */
@media(max-width:576px) {
    .section-title {
        font-size: 26px;
    }
}

.title-width {
    max-width: 400px;
    margin: auto;
}



.social-links {
    display: flex;
    gap: 10px;
    max-width: 300px;
    margin: auto;

}


.social-links a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f1f3f6;
    color: #444;
    font-size: 18px;
    transition: .3s ease;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .15);
    text-decoration: none;
}

/* Hover Effects */
.social-links a:hover {
    transform: translateY(-4px) scale(1.05);
    color: #fff;
}

/* Brand Colors */
.fb:hover {
    background: #1877f2;
}

.ig:hover {
    background: radial-gradient(circle at 30% 30%, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}

.tw:hover {
    background: #000;
}

.in:hover {
    background: #0a66c2;
}

.yt:hover {
    background: #ff0000;
}

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
label {
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.form-control {
    color: #aaaaaa;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 45px;
    height: 45px;
    border: 1px solid e0e0e0;
    background: transparent;
    padding-left: 24px;
    margin-bottom: 15px;
    position: relative;
    border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #2e3192;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Placeholder */
.form-control::-webkit-input-placeholder {
    color: #aaaaaa;
}

.form-control:-moz-placeholder {
    color: #aaaaaa;
}

.form-control::-moz-placeholder {
    color: #aaaaaa;
}

.form-control:-ms-input-placeholder {
    color: #aaaaaa;
}

.input-group {
    border-radius: 25px;
    border: 1px solid #e0e0e0;
    background-color: transparent;
    overflow: hidden;
    padding: 0;
}

.input-group .btn {
    border-radius: 0 25px 25px 0;
}

.input-group .input-group-btn {
    overflow: hidden;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .input-group .btn {
        width: 120px;
    }
}


/* Small Devices, Tablets */
/*------------------------------------*\
    #Heading
\*------------------------------------*/
.heading .heading--title {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 550;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.heading .heading--desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    padding: 0 30px;
}

.divider--line {
    position: relative;
    height: 2px;
}

.divider--line:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    background-color: #2e3192;
    bottom: 0;
    left: 0;
    margin: 0 auto;
}

.divider--center:after {
    left: 50%;
    margin-left: -25px;
}

.heading .divider--line+.heading--desc {
    margin-top: 30px;
}

.heading .heading--desc+.divider--line {
    margin-top: 37px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .heading .heading--title {
        font-size: 30px;
    }
}

/* Small Devices, Tablets */
/*------------------------------------*\
    #LOADING-SECTION
\*------------------------------------*/
.preloader {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 99999;
    background-color: #ffffff;
    overflow: hidden;
}

/*------------------------------------*\
    #Hero
\*------------------------------------*/
.header-transparent+.slider {
    margin-top: -50px;
}

.slider {
    height: 800px;
    padding-top: 0;
    padding-bottom: 0;
}

.slider .slide--item {
    height: 800px;
}

.slider .row-content {
    padding-top: 180px;
}

.slider .slide--headline {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 60px;
    font-weight: 550;
    line-height: 70px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.slider .slide--bio {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 550;
    line-height: 32px;
    margin-bottom: 50px;
}

.slider .slide--holder {
    position: relative;
}

.slider .input-group {
    border: none;
}

.slider .input-group .form-control {
    background-color: #ffffff;
}

/* Slider Form */
.slider-form {
    padding-bottom: 50px;
}

.slider-form .row-content {
    padding-top: 60px;
}

.slider-form .slide--headline {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
}

.slider-form .slide--bio {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 32px;
}

.slider-form .slide--action {
    background: #ffffff;
    padding: 50px;
}

.slider-form .slide--action h6 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px;
    text-align: center;
    text-transform: capitalize;
}

.slider-form .slide--action p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 50px;
    text-align: center;
}

.btn--video {
    line-height: 55px;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
}

.btn--video i {
    width: 55px;
    height: 55px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    color: #363636;
    margin-right: 15px;
}

.btn--video:hover {
    color: #363636;
}

.btn--video:hover i {
    background: #363636;
    color: #ffffff;
}

.slider .bg-ytvideo {
    min-height: 800px;
}


@media only screen and (min-width: 320px) and (max-width: 767px) {

    .slider .row-content {
        padding-top: 60px;
    }

    .slider .slide--headline {
        font-size: 30px;
        line-height: 1.2;
        text-align: center;
        margin-top: 0;
    }

    .slider .slide--bio {
        font-size: 14px;
        line-height: 1.5;
        padding: 0 10px;
        text-align: center;
        margin-bottom: 20px;
    }

    .slider,
    .slider .slide--item {
        height: 500px;
    }

    .slider-form,
    .slider .slide--item {
        height: auto;
        padding-bottom: 50px;
    }

    .slide--video {
        margin-bottom: 30px;
        text-align: center;
    }

    .slider-form .slide--action {
        padding: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .slider,
    .slider .slide--item {
        height: 600px;
    }

    .slider .row-content {
        padding-top: 80px;
    }

    .slider .slide--headline {
        font-size: 30px;
        line-height: 1.2;
    }

    .slider .slide--bio {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .slider-form,
    .slider .slide--item {
        height: auto;
        padding-bottom: 50px;
    }

    .slider-form .slide--action {
        padding: 30px;
    }
}

.npf_wgts iframe {
    height: auto !important;
    min-height: 505px !important;
    overflow: visible !important;
}

.npf_wgts {
    overflow: visible !important;
    height: auto !important;
}

.slide--action {
    overflow: visible !important;
    max-height: none !important;
}

.apply-btn {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}



/*--------------------------------------------------------------
# Back to Top Button (Glassmorphism + Glow)
--------------------------------------------------------------*/

#scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: none;
    outline: none;
    cursor: pointer;

    background: rgba(227, 30, 36, 0.85);
    backdrop-filter: blur(8px);
    color: #fff;
    font-size: 24px;
    font-weight: bold;

    box-shadow: 0 6px 20px rgba(227, 30, 36, 0.4);
    transition: all 0.3s ease;
}

#scrollToTopBtn:hover {
    background: #e31e24;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(227, 30, 36, 0.6);
}

#scrollToTopBtn:active {
    transform: translateY(0px);
}


/* advantage-section */
.iud-advantage {
    background: #f8fafc;
}

.adv-card {
    background: #fff;
    padding: 30px 22px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
}

.adv-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.icon-box {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-danger-subtle {
    background-color: #ffd6d8 !important;
}

.icon-box i {
    font-size: 32px;
    color: #e63f45;
}

.adv-card h5 {
    margin-bottom: 12px;
}

.adv-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}




/* Ranking-section */
.ranking-carousel-section {
    background: linear-gradient(135deg, #f8f9fa, #eef2f7);
}

#rankingCarousel .carousel-control-prev,
#rankingCarousel .carousel-control-next {
    top: auto;
    bottom: 15px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

#rankingCarousel .carousel-control-next {
    right: 20px;
    left: auto;
    bottom: -50px;
}

#rankingCarousel .carousel-control-prev {
    right: 70px;
    left: auto;
    bottom: -50px;
}

#rankingCarousel .carousel-control-prev-icon,
#rankingCarousel .carousel-control-next-icon {
    filter: invert(1);
    width: 18px;
    height: 18px;
}

.carousel-flex {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.ranking-card {
    flex: 1;
    background: #fff;
    padding: 28px 22px;
    border-radius: 18px;
    text-align: center;
    /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12); */
}

.ranking-card h6 {
    font-weight: 700;
    margin-bottom: 6px;
}

.ranking-card p {
    font-size: 14px;
    color: #6c757d;
}

@media (max-width: 991px) {
    .ranking-card {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (max-width: 767px) {
    .ranking-card {
        flex: 0 0 100%;
    }
}

/* Programs Section */
.programs-pro {
    background: linear-gradient(180deg, #f8fafc, #eef2f6);
}


.programs-tabs-pro .nav-link {
    background: #fff;
    color: #333;
    border-radius: 14px;
    padding: 12px 22px;
    margin: 6px;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    max-width: 330px;
    text-align: left;
}

.programs-tabs-pro .nav-link i {
    margin-right: 8px;
}

.programs-tabs-pro .nav-link.active {
    /* background: linear-gradient(135deg, #0d6efd, #2563eb);
  color: #fff; */
    background: #2b4cb8;
    color: #ffffff;
}


.program-category {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.program-category:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.category-header {
    padding: 10px;
    color: white;
    display: flex;
    align-items: center;
    gap: 12px;
}

.undergrad .category-header {
    background: linear-gradient(to right, #1a237e, #3949ab);
}

.postgrad .category-header {
    background: linear-gradient(to right, #d32f2f, #f44336);
}

.category-header i {
    font-size: 1.8rem;
}

.category-header h2 {
    font-size: 18px;
    font-weight: 600;
}

.program-list {
    padding: 20px 25px;
}

.program-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    transition: background 0.2s;
}

.program-item:hover {
    background: #f8f9ff;
}

.program-item:last-child {
    border-bottom: none;
}

.program-name {
    font-size: 15px;
    color: #333;
    font-weight: 500;
}

.program-duration {
    background: #e8eaf6;
    color: #1a237e;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
}

.badge {
    display: inline-block;
    background: #ff6b6b;
    color: white;
    font-size: 0.7rem;
    padding: 2px 8px;
    border-radius: 10px;
    margin-left: 8px;
    vertical-align: middle;
}

/* Responsive */
@media (max-width: 768px) {
    .programs-container {
        grid-template-columns: 1fr;
    }

    .program-item {
        align-items: flex-start;
        gap: 8px;
    }

    .program-duration {
        align-self: flex-start;
    }
}

@media (max-width: 480px) {


    .category-header h2 {
        font-size: 1.3rem;
    }
}

.custom-border {
    border-right: 1px solid #dee2e6;
}

@media (max-width: 991px) {
    .custom-border {
        border-right: 0px;
    }
}

@media (max-width: 767px) {
    .programs-pro .card {
        margin-top: 10px;
    }
}



/* Footer */
.ant-footer {
    background: #f5f7fa;
    padding: 50px 0 30px;

}

.footer-card {
    background: #2b4cb8;
    border-radius: 16px;
    padding: 36px 40px 24px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.footer-item {
    display: flex;
    gap: 16px;
}

.footer-item i {
    font-size: 22px;
    color: #2c2f8f;

    margin-top: 4px;
}

.footer-item h6 {
    margin: 0 0 6px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

.footer-item p {
    margin: 0;
    font-size: 16px;
    color: #d9d9d9;
    line-height: 1.6;
}

.footer-item a {
    color: #d9d9d9;
    text-decoration: none;
}

.footer-item a:hover {
    text-decoration: underline;
}

.footer-divider {
    height: 1px;
    background: #818181;
    margin: 28px 0 18px;
}

.footer-bottom {
    text-align: center;
    font-size: 15px;
    color: #d9d9d9;
}

@media (max-width: 991px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .footer-card {
        padding: 30px 24px;
    }

    .footer-item {
        align-items: flex-start;
    }
}

.ft-icon-box {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ft-icon-box i {
    font-size: 20px;
    color: #2c2f8f;
}

.bg-blue-subtle {
    background-color: #e8ecff;
}


/* Programs Section */
.program-wrapper {
    display: flex;
    gap: 30px;
    justify-content: center;
    padding: 40px 20px;
    flex-wrap: wrap;
    background: #f4f7fb;
}

.program-card {
    width: 340px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.program-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 55px rgba(0, 0, 0, 0.15);
}

.prg-header {
    padding: 10px;
    font-size: 17px;
    font-weight: 700;
    color: #212121;
    display: flex;
    align-items: center;
    gap: 10px;
}

.prg-ug-header {
    /* background: linear-gradient(135deg, #2b4cb8, #4b6fe5); */
    /* background-color: #e6ebff; */
    display: inline-block;


}

.prg-pg-header {
    /* background: linear-gradient(135deg, #e53935, #ff6f61); */
    display: inline-block;


}

.card-header .icon {
    font-size: 22px;
}

.program-list {
    list-style: none;
    margin: 0;
    padding: 10px 10px;
}

.program-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 12px;
    margin-bottom: 8px;
    background: #f9fbff;
    font-weight: 500;
    transition: background 0.3s ease;
}

.program-list li:hover {
    background: #eef3ff;
}

.program-card.pg .program-list li:hover {
    background: #fff1f0;
}

.duration {
    background: #e6ebff;
    color: #2b4cb8;
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 20px;
    font-weight: 600;
}

.pg-duration {
    background: #ffe4e2;
    color: #e53935;
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 20px;
    font-weight: 600;
}


/* Elgibility-Section */
.eligibility-section {
    background: #f4f7fb;
    padding: 60px 20px;
}

.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #1f2937;
}

.eligibility-card {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    padding: 10px 20px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.eligibility-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent, rgba(0, 0, 0, 0.03));
}

.eligibility-card:hover {
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.15);
}

.card-head {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.eligibility-card ul {
    padding-left: 18px;
    margin: 0;
}

.eligibility-card li {
    margin-bottom: 14px;
    line-height: 1.6;
    color: #374151;
    position: relative;
}

.eligibility-card li::marker {
    color: #6b7280;
}




.ug-card{
  background:linear-gradient(135deg,#6a11cb,#2575fc);
}


.pr-card{
  height:100%;
  border-radius:20px;
  padding:22px;
  color:#fff;
  box-shadow:0 15px 40px rgba(0,0,0,.18);
}

.pr-card h3{
  font-size:20px;
  font-weight:700;
  margin-bottom:16px;
  padding-bottom:8px;
  border-bottom:1px solid rgba(255,255,255,.35);
  display:flex;
  align-items:center;
  gap:8px;
}

.pr-card ul li{
  padding:6px 0;
  font-size:16px;
  font-weight: 500;
}