.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(47,62,70,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');



:root {
    --primary: #0b3d91;
    --secondary: #d4af37;
    --dark: #1f2937;
    --light: #f8f9fa;
}

* {
    font-family: 'Poppins', sans-serif;
}

body {
    overflow-x: hidden;
}

html,
body {
    overflow-x: hidden;
}


.bg-gray {
    background: #f8fafc;
}

.bg-light {
    background: #f2f5f7;
}

/* Topbar sections  */
.topbar {
    background: var(--primary);
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
}

.topbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.topbar-left,
.topbar-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.topbar i {
    margin-right: 5px;
}

/* Mobile */
@media (max-width: 767px) {

    .topbar {
        padding: 10px 0;
        font-size: 13px;
    }

    .topbar-content {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }

    .topbar-right {
        flex-direction: column;
        gap: 5px;
    }
}

/* topbar edn  */


/* =========================
   NAVBAR
========================= */

.navbar-brand img {
    height: 60px;
    width: auto;
}

@media(max-width:991px) {
    .navbar-brand img {
        height: 45px;
    }
}

.navbar {
    background: #fff;
    padding: 0;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .08);
    transition: .3s;
    z-index: 999;
}

.navbar-brand {
    font-size: 11px;
    font-weight: 800;
    color: var(--primary) !important;
    letter-spacing: .5px;
}

.navbar-collapse {
    text-align: left;
}

.dropdown-menu {
    text-align: left;
}

.navbar-nav {
    align-items: center;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .nav-link {
    color: #222 !important;
    font-size: 15px;
    font-weight: 600;
    padding: 25px 8px !important;
    transition: .3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

/* =========================
   DROPDOWN
========================= */

.dropdown-menu {
    border: none;
    border-radius: 0;
    min-width: 260px;
    padding: 10px 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .12);
    border-top: 3px solid var(--primary);

    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: .3s;
    display: block;
}

/* Show Dropdown on Hover */

@media(min-width:992px) {

    .navbar .dropdown:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

}

/* Dropdown Items */

.dropdown-item {
    padding: 11px 22px;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    transition: .3s;
}

.dropdown-item:hover {
    background: #f4f7fd;
    color: var(--primary);
    padding-left: 28px;
}

/* =========================
   SUB MENU
========================= */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: -13px;
    left: 100%;
    margin-left: 0;
}

.dropdown-submenu:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-submenu>a::after {
    content: "\F285";
    font-family: "bootstrap-icons";
    float: right;
    font-size: 12px;
}



/* =========================
   APPLY BUTTON
========================= */

.btn-admission {
    background: var(--primary);
    color: #fff !important;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
    border: none;
}

.btn-admission:hover {
    background: #082d6d;
    transform: translateY(-2px);
}

/* =========================
   MOBILE
========================= */

@media (max-width:991px) {

    .navbar-brand {
        font-size: 22px;
        max-width: 70%;
    }

    .navbar {
        display: flex;
        align-items: center;
    }

    .navbar>.container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .navbar-brand {
        font-size: 20px;
        max-width: 75%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .navbar-toggler {
        border: 1px solid #ddd;
        padding: 6px 10px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-collapse {
        background: #fff;
        margin-top: 10px;
        padding: 10px 0;
        max-height: 80vh;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .navbar-nav {
        width: 100%;
        align-items: flex-start !important;
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .navbar-nav .nav-link {
        padding: 12px 15px !important;
        border-bottom: 1px solid #eee;
    }

    .dropdown-menu {
        position: static !important;
        display: none;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        width: 100%;
        margin: 0;
        box-shadow: none;
        border: none;
        border-left: 3px solid var(--primary);
        padding-left: 10px;
    }

    .dropdown.show>.dropdown-menu {
        display: block;
    }

    .dropdown-submenu .submenu {
        display: none;
    }

    .dropdown-submenu.open .submenu {
        display: block !important;
    }

    .submenu-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .btn-admission {
        width: 100%;
        margin-top: 15px;
    }
}

@media (min-width:992px) {

    .navbar-nav .nav-item:last-child .dropdown-menu {
        left: auto;
        right: 0;
    }

}

/* end navbar  */


.stats {
    margin-top: -70px;
    position: relative;
    z-index: 2;
}

.stat-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.stat-card h2 {
    color: var(--primary);
    font-weight: 800;
}

.section-title {
    margin-bottom: 50px;
}

.section-title h2 {
    color: var(--primary);
    font-weight: 700;
}



/* =========================
   HERO SLIDER
========================= */

.hero-slider {
    position: relative;
    overflow: hidden;
}

.hero-slider .carousel {
    position: relative;
}

/* Image */

.hero-img {
    width: 100%;
    height: 570px;
    object-fit: cover;
    transition: transform 8s ease;
}

.carousel-item.active .hero-img {
    transform: scale(1.08);
}

/* Overlay */

.carousel-item {
    position: relative;
}

.carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, .75) 0%,
            rgba(0, 0, 0, .45) 50%,
            rgba(0, 0, 0, .20) 100%);
    z-index: 1;

    /* Important */
    pointer-events: none;
}

/* Caption */

.carousel-caption {
    position: absolute;
    left: 8%;
    top: 45%;
    transform: translateY(-45%);
    text-align: left;
    max-width: 650px;
    z-index: 2;
    right: auto;
    bottom: auto;
}

/* Badge */

.hero-badge {
    display: inline-block;
    background: #d4af37;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 30px;
    margin-bottom: 15px;
}

/* Heading */

.carousel-caption h1 {
    font-size: 46px;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 15px;
    text-shadow: 0 3px 10px rgba(0, 0, 0, .4);
}

/* Text */

.carousel-caption p {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .95);
    margin-bottom: 25px;
}

/* Buttons */

.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.hero-btn {
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    transition: .3s;
}

.hero-btn-primary {
    background: #d4af37;
    color: #000;
}

.hero-btn-primary:hover {
    background: #f2cb52;
    color: #000;
}

.hero-btn-outline {
    border: 2px solid #fff;
    color: #fff;
}

.hero-btn-outline:hover {
    background: #fff;
    color: #0b3d91;
}




/* =========================
   NAVIGATION BUTTONS
========================= */

.custom-arrow {
    width: 60px !important;
    height: 60px !important;
    background: rgba(255, 255, 255, .20);
    backdrop-filter: blur(8px);
    border-radius: 50%;
    opacity: 1 !important;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.custom-arrow i {
    color: #fff;
    font-size: 28px;
    line-height: 1;
}

.carousel-control-prev {
    left: 25px;
}

.carousel-control-next {
    right: 25px;
}

.custom-arrow:hover {
    background: #d4af37;
}

.custom-arrow:hover i {
    color: #000;
}

/* Remove Bootstrap default icon background */

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: none;
}

/* =========================
   INDICATORS
========================= */

.custom-indicators {
    bottom: 20px;
    z-index: 999;
}

.custom-indicators button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    margin: 0 5px !important;
    background: #fff !important;
    opacity: .5;
}

.custom-indicators .active {
    background: #d4af37 !important;
    opacity: 1;
    transform: scale(1.3);
}

/* =========================
   MOBILE
========================= */

@media (max-width: 991px) {

    .hero-img {
        height: 400px;
    }

    .carousel-caption {
        left: 15px;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        max-width: 100%;
        z-index: 2;
    }

    .carousel-caption h1 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .carousel-caption p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 15px;
    }

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

    .hero-btn {
        padding: 10px 18px;
        font-size: 14px;
    }

    /* Mobile arrows */

    .custom-arrow {
        width: 42px !important;
        height: 42px !important;
        z-index: 5;
    }

    .custom-arrow i {
        font-size: 18px;
    }

    .carousel-control-prev {
        left: 8px;
    }

    .carousel-control-next {
        right: 8px;
    }

    .custom-indicators {
        bottom: 10px;
    }
}


/* =====================================
   KRISH NEWS TICKER
===================================== */
.krish-notice-section {
    position: relative;
    margin-top: -35px;
    z-index: 10;
}

.krish-notice-wrapper {
    background: #fff;
    display: flex;
    align-items: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .12);
    border-radius: 10px;
    overflow: hidden;
    margin: 0 40px;
}

.krish-notice-label {
    background: #0b3d91;
    color: #fff;
    padding: 18px 28px;
    font-weight: 700;
    white-space: nowrap;
    min-width: 220px;
}

.krish-notice-label i {
    margin-right: 8px;
}

.krish-notice-marquee {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.krish-notice-track {
    display: flex;
    align-items: center;
    font-size: 17px;
    width: max-content;
    animation: krishNoticeScroll 30s linear infinite;
}

.krish-notice-track a {
    color: #222;
    text-decoration: none;
    font-weight: 600;
    padding: 0 25px;
}

.krish-notice-track a:hover {
    color: #0b3d91;
}

.krish-notice-dot {
    width: 8px;
    height: 8px;
    background: #d4af37;
    border-radius: 50%;
}

@keyframes krishNoticeScroll {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

.krish-notice-marquee:hover .krish-notice-track {
    animation-play-state: paused;
}

/* Mobile */
@media (max-width: 768px) {

    .krish-notice-wrapper {
        flex-direction: column;
        margin: 0 15px;
    }

    .krish-notice-label {
        width: 100%;
        text-align: center;
        min-width: auto;
    }

    .krish-notice-marquee {
        width: 100%;
        padding: 12px 0;
    }
}


/* Admission CTA */

.admission-cta {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    border-radius: 30px;
    margin: 40px 0;
    background:
        linear-gradient(rgba(7, 28, 69, .88),
            rgba(7, 28, 69, .88)),
        url('https://images.pexels.com/photos/267885/pexels-photo-267885.jpeg');

    background-size: cover;
    background-position: center;
}

.cta-badge {
    display: inline-block;
    background: #d4af37;
    color: #000;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 20px;
}

.admission-cta h2 {
    color: #fff;
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
}

.admission-cta p {
    color: rgba(255, 255, 255, .85);
    font-size: 17px;
    line-height: 1.8;
    max-width: 700px;
}

.cta-features {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 25px;
}

.cta-features div {
    color: #fff;
    font-weight: 500;
}

.cta-features i {
    color: #d4af37;
    margin-right: 8px;
}

.btn-admission {
    display: block;
    text-align: center;
    background: #d4af37;
    color: #000;
    font-weight: 700;
    padding: 16px 35px;
    border-radius: 50px;
    text-decoration: none;
    margin-bottom: 15px;
    transition: .3s;
}

.btn-admission:hover {
    background: #f2c94c;
    color: #000;
    transform: translateY(-3px);
}

.btn-prospectus {
    display: block;
    text-align: center;
    border: 2px solid #fff;
    color: #fff;
    padding: 16px 35px;
    border-radius: 50px;
    text-decoration: none;
    transition: .3s;
}

.btn-prospectus:hover {
    background: #fff;
    color: #0b3d91;
}

@media(max-width:991px) {

    .admission-cta {
        text-align: center;
        padding: 70px 25px;
    }

    .admission-cta h2 {
        font-size: 36px;
    }

    .cta-features {
        justify-content: center;
    }
}

/* CONTACT SECTION */

.contact-section {
    background: #f8fafc;
}

.contact-info-box {
    background: #0b3d91;
    color: #fff;
    padding: 40px;
    border-radius: 25px;
    height: 100%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
}

.contact-info-box h3 {
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-info-box p {
    color: rgba(255, 255, 255, .85);
    margin-bottom: 30px;
    font-size: 14px;
}

.contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.contact-item .icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 50%;
    background: #d4af37;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.contact-item h6 {
    margin-bottom: 5px;
    font-weight: 600;
}

.contact-item span {
    color: rgba(255, 255, 255, .85);
}

.contact-form-box {
    background: #fff;
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
}

.custom-input {
    height: 55px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

textarea.custom-input {
    height: auto;
}

.custom-input:focus {
    border-color: #0b3d91;
    box-shadow: none;
}

.contact-btn {
    background: #0b3d91;
    color: #fff;
    border: none;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    transition: .3s;
}

.contact-btn:hover {
    background: #072f72;
}

@media(max-width:991px) {

    .contact-info-box,
    .contact-form-box {
        padding: 30px;
    }

}


/* testimonial sections  */

.testimonial-section {
    background: #f8fafc;
}

.testimonial-card {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    height: 100%;
    transition: .4s;
    position: relative;
}

.testimonial-card:hover {
    transform: translateY(-10px);
}

.quote-icon {
    width: 60px;
    height: 60px;
    background: #0b3d91;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
}

.testimonial-card p {
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 20px;
}

.stars {
    color: #d4af37;
    font-size: 18px;
    margin-bottom: 20px;
}

.student-info {
    display: flex;
    align-items: center;
    gap: 15px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.student-info img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
}

.student-info h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.student-info span {
    color: #6b7280;
    font-size: 14px;
}

.section-badge {
    display: inline-block;
    background: #e8efff;
    color: #0b3d91;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
}

.section-heading {
    font-size: 35px;
    font-weight: 800;
    margin-top: 15px;
    color: #1f2937;
}

.section-text {
    color: #6b7280;
}

@media(max-width:991px) {
    .section-heading {
        font-size: 34px;
    }
}


/* course sections */

.krish-course-section {
    padding: 80px 0;
    background: #f5f8fc;
}

.krish-title {
    font-size: 34px;
    font-weight: 700;
}

.krish-slider {
    overflow: hidden;
    position: relative;
}

.krish-track {
    display: flex;
    gap: 20px;
    width: max-content;
}

.krish-card {
    width: 320px;
    min-width: 320px;

    background: #fff;

    padding: 30px;

    border-radius: 25px;

    box-shadow:
        0 10px 25px rgba(0, 0, 0, .08);

    border-top: 4px solid #4da7f5;

    transition: .4s;
}

.krish-card:hover {
    transform: translateY(-8px);
}

.krish-icon {
    width: 60px;
    height: 60px;

    border-radius: 18px;

    background:
        linear-gradient(135deg,
            #22689b,
            #4da7f5);

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 20px;
}

.krish-icon i {
    color: #fff;
    font-size: 26px;
    transform: rotate(45deg);
}

.krish-card h3 {
    font-size: 20px;
    font-weight: 700;
    min-height: 60px;
}

.krish-card p {
    color: #666;
    line-height: 1.8;
    min-height: 90px;
}

/* Mobile View */

@media (max-width: 768px) {

    .krish-meta {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .krish-meta span {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

}

.krish-meta {
    display: flex;
    gap: 10px;
    margin: 25px 0;
    justify-content: space-between;
}

.krish-meta span {
    background: #eef5fc;
    color: #22689b;

    padding: 8px 12px;

    border-radius: 30px;

    font-size: 14px;
    font-weight: 600;
}

.krish-explore {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    text-decoration: none;

    background: #22689b;
    color: #fff;

    padding: 14px;

    border-radius: 12px;

    font-weight: 600;
}

.krish-explore:hover {
    color: #fff;
    background: #184f77;
}

.krish-controls {
    display: flex;
    gap: 10px;
}

.krish-btn {
    width: 45px;
    height: 45px;

    border: none;

    border-radius: 50%;

    background: #22689b;
    color: #fff;
}

.krish-btn:hover {
    background: #184f77;
}

@media(max-width:991px) {

    .krish-card {
        width: 280px;
        min-width: 280px;
    }

}

@media(max-width:768px) {

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

}





/* gallery sections */

/* ===========================
   GALLERY SECTION
=========================== */

.krish-gallery-section {
    padding: 80px 0;
    background: #f8fafc;
}

.krish-gallery-title {
    font-size: 36px;
    font-weight: 700;
    color: #222;
}

.krish-gallery-subtitle {
    color: #6c757d;
    max-width: 650px;
    margin: auto;
}

/* Gallery Card */

.krish-gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 280px;
    cursor: pointer;

    box-shadow:
        0 10px 30px rgba(0, 0, 0, .08);
}

.krish-gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: .6s;
}

.krish-gallery-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(rgba(34, 104, 155, .2),
            rgba(34, 104, 155, .8));

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;

    transition: .4s;
}

.krish-gallery-card:hover .krish-gallery-overlay {
    opacity: 1;
}

.krish-gallery-card:hover .krish-gallery-img {
    transform: scale(1.1);
}

.krish-gallery-view {
    width: 70px;
    height: 70px;

    border-radius: 50%;

    background: #fff;
    color: #22689b;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 28px;
    text-decoration: none;
}

.krish-gallery-view:hover {
    color: #22689b;
}

/* Button */

.krish-gallery-btn {
    background: #22689b;
    color: #fff;
    text-decoration: none;

    padding: 14px 30px;

    border-radius: 50px;

    font-weight: 600;

    transition: .3s;
}

.krish-gallery-btn:hover {
    background: #184f77;
    color: #fff;
}

/* Modal */

.modal-content {
    border-radius: 20px;
    overflow: hidden;
}

/* Mobile */

@media(max-width:768px) {

    .krish-gallery-title {
        font-size: 28px;
    }

    .krish-gallery-card {
        height: 240px;
    }

}


/* COUNTER SECTION */

.counter-section {
    background: linear-gradient(135deg,
            #0b3d91,
            #072f72);
    position: relative;
}

.counter-box {
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 20px;
    text-align: center;
    padding: 35px 20px;
    transition: .4s;
    height: 100%;
}

.counter-box:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, .12);
}

.counter-icon {
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 50%;
    background: #d4af37;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 20px;
}

.counter-box h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 10px;
}

.counter-box h6 {
    color: rgba(255, 255, 255, .85);
    font-size: 16px;
    margin: 0;
}


/* ==================================
   KRISH FACILITIES SECTION
================================== */

.krish-facility-section {
    padding: 90px 0;
    background: #f8fbff;
}

.krish-facility-header {
    text-align: center;
    margin-bottom: 1px;
}

.krish-facility-header span {
    color: #0d6efd;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.krish-facility-header h2 {
    font-size: 33px;
    font-weight: 800;
    color: #003a69;
    margin: 10px 0 15px;
}

.krish-facility-header p {
    max-width: 700px;
    margin: auto;
    color: #6b7280;
    line-height: 1.8;
}

/* Card */

.krish-facility-card {
    background: #fff;
    border-radius: 24px;
    padding: 35px 25px;
    text-align: center;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: .4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}

.krish-facility-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #003a69, #0d6efd);
}

.krish-facility-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
}

/* Icon */

.krish-facility-icon {
    width: 120px;
    height: 120px;
    margin: auto;
    background: #eef5ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
}

.krish-facility-icon img {
    max-width: 70px;
    max-height: 70px;
    transition: .4s;
}

.krish-facility-card:hover .krish-facility-icon {
    transform: rotate(10deg) scale(1.05);
}

/* Text */

.krish-facility-card h4 {
    margin-top: 25px;
    font-size: 22px;
    font-weight: 700;
    color: #003a69;
}

.krish-facility-card p {
    margin-top: 15px;
    color: #6b7280;
    line-height: 1.8;
    font-size: 15px;
}

/* Entrance Animation */

.krish-facility-card {
    animation: krishFacilityFade .8s ease;
}

@keyframes krishFacilityFade {

    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile */

@media(max-width:768px) {

    .krish-facility-section {
        padding: 60px 0;
    }

    .krish-facility-header h2 {
        font-size: 32px;
    }

    .krish-facility-icon {
        width: 100px;
        height: 100px;
    }

    .krish-facility-icon img {
        max-width: 60px;
    }
}


/* gallery section  */
.gallery img {
    border-radius: 15px;
    width: 100%;
    transition: .4s;
}

.gallery img:hover {
    transform: scale(1.05);
}

.testimonial {
    background: #fff;
    border-radius: 15px;
    padding: 35px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.cta {
    background: linear-gradient(135deg,
            var(--primary),
            #184eb1);
    color: white;
    border-radius: 25px;
    padding: 70px 40px;
}

.footer {
    background: #0a234f;
    color: white;
}

.footer a {
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
}

.footer-section {
    background: #071c45;
    color: #fff;
    padding-top: 80px;
    position: relative;
}

.footer-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg,
            #d4af37,
            #f7d774,
            #d4af37);
}

.footer-logo h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-logo p {
    color: rgba(255, 255, 255, .75);
    line-height: 1.8;
}

.footer-section h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
}

.footer-section h5::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 3px;
    background: #d4af37;
}

.footer-links {
    padding: 0;
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, .75);
    text-decoration: none;
    transition: .3s;
}

.footer-links a:hover {
    color: #d4af37;
    padding-left: 5px;
}

.contact-item {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 14px;
}

.contact-item i {
    color: white;
    font-size: 18px;
    margin-top: 3px;
}

.social-icons a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .1);
    border-radius: 50%;
    margin-right: 8px;
    color: white;
    text-decoration: none;
    transition: .3s;
}

.social-icons a:hover {
    background: #d4af37;
    color: #000;
    transform: translateY(-4px);
}

.footer-bottom {
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 20px 0;
    color: rgba(255, 255, 255, .7);
}

.whatsapp {
    position: fixed;
    right: 20px;
    bottom: 82px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: white;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 999;
    text-decoration: none;
}



/* ==========================================
   KRISH ABOUT SECTION
========================================== */

.krish-about-section {
    background: #f8fafc;
    overflow: hidden;
}

.krish-about-tag {
    display: inline-block;
    background: rgba(11, 61, 145, .1);
    color: #0b3d91;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

.krish-about-title {
    font-size: 33px;
    font-weight: 800;
    margin: 20px 0;
    color: #1f2937;
    line-height: 1.2;
}

.krish-about-title span {
    color: #0b3d91;
}

.krish-about-text {
    color: #6b7280;
    line-height: 1.9;
    font-size: 15px;
    text-align: justify;
}

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

.krish-about-main-image {
    border-radius: 25px;
    width: 100%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
}

.krish-about-small-image {
    position: absolute;
    bottom: -40px;
    right: -30px;
    width: 220px;
    border-radius: 20px;
    border: 8px solid #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
}

.krish-about-experience-box {
    position: absolute;
    top: 30px;
    left: -20px;
    background: #0b3d91;
    color: #fff;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    min-width: 180px;
    box-shadow: 0 20px 40px rgba(11, 61, 145, .35);
}

.krish-about-experience-box h2 {
    margin: 0;
    font-size: 42px;
    font-weight: 800;
}

.krish-about-feature-item {
    background: #fff;
    font-size: 16px;
    padding: 15px 18px;
    border-radius: 12px;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
    transition: .3s;
}

.krish-about-feature-item:hover {
    transform: translateY(-5px);
}

.krish-about-feature-item i {
    color: #d4af37;
    margin-right: 10px;
}

.krish-about-btn-primary {
    background: #0b3d91;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
}

.krish-about-btn-primary:hover {
    background: #072f72;
    color: #fff;
}

.krish-about-btn-outline {
    border: 2px solid #0b3d91;
    color: #0b3d91;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
}

.krish-about-btn-outline:hover {
    background: #0b3d91;
    color: #fff;
}

@media (max-width: 991px) {

    .krish-about-title {
        font-size: 36px;
    }

    .krish-about-small-image {
        display: none;
    }

    .krish-about-experience-box {
        left: 20px;
        top: 20px;
    }
}

/* ==========================================
   END KRISH ABOUT SECTION
========================================== */


/* ==========================================
  scrollTopBtn start
========================================== */
#scrollTopBtn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);

    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
}

#scrollTopBtn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#scrollTopBtn:hover {
    background: #082d6d;
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    #scrollTopBtn {
        width: 45px;
        height: 45px;
        bottom: 20px;
        right: 15px;
    }
}

/* ==========================================
  scrollTopBtn end
========================================== */



/* ==========================================
   WHY CHOOSE US SECTION
========================================== */

.strength-section {
    padding: 90px 0;
    background: #eef2f7;
    overflow: hidden;
}

/* ==========================================
   HEADING
========================================== */

.strength-heading {
    text-align: center;
    margin-bottom: 60px;
}

.strength-heading span {
    display: inline-block;
    color: #2563eb;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.strength-heading h2 {
    font-size: 33px;
    font-weight: 800;
    color: #173b72;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.strength-heading h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    width: 90px;
    height: 4px;
    border-radius: 20px;
    background: #2563eb;
    animation: lineGrow 1.2s ease;
}

@keyframes lineGrow {
    from {
        width: 0;
    }

    to {
        width: 90px;
    }
}

.strength-heading p {
    max-width: 800px;
    margin: auto;
    color: #6b7280;
    line-height: 1.8;
    font-size: 18px;
}

/* ==========================================
   CARD
========================================== */

.strength-card {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    height: 100%;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
    transition: .4s ease;
    animation: fadeUp .8s ease;
}

.strength-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==========================================
   LEFT LIST
========================================== */

.strength-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.strength-list li {
    position: relative;
    padding-left: 42px;
    margin-bottom: 20px;
    color: #374151;
    font-size: 15px;
    line-height: 1.8;
    transition: .3s ease;
}

.strength-list li:hover {
    color: #2563eb;
    transform: translateX(8px);
}

.strength-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
    height: 24px;
    background: #2563eb;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 13px;
    transition: .4s ease;
}

.strength-list li:hover::before {
    transform: rotate(360deg) scale(1.15);
}

/* ==========================================
   RIGHT SIDE
========================================== */

.method-title {
    font-size: 27px;
    font-weight: 800;
    color: #173b72;
    margin-bottom: 30px;
}

/* ==========================================
   METHOD GRID
========================================== */

.method-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.method-box {
    background: #edf3fb;
    border-radius: 14px;
    padding: 18px;
    font-size: 15px;
    font-weight: 600;
    color: #223f73;
    transition: .35s ease;
    cursor: pointer;
}

.method-box:hover {
    background: #2563eb;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(37, 99, 235, .25);
}

/* ==========================================
   HIGHLIGHT BOXES
========================================== */

.highlight-box {
    position: relative;
    overflow: hidden;
    background: #f8fafc;
    border-radius: 16px;
    padding: 20px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #374151;
    transition: .3s ease;
}

.highlight-box:hover {
    transform: translateX(6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.highlight-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, .7),
            transparent);
    transition: .8s;
}

.highlight-box:hover::before {
    left: 130%;
}

/* ==========================================
   ICONS
========================================== */

.icon {
    font-size: 32px;
    flex-shrink: 0;
    animation: floatIcon 3s ease-in-out infinite;
}

@keyframes floatIcon {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
    }
}

/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width:991px) {

    .strength-heading h2 {
        font-size: 48px;
    }

    .method-title {
        font-size: 36px;
    }

    .method-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width:768px) {

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

    .strength-card {
        padding: 28px;
    }

    .strength-heading h2 {
        font-size: 38px;
    }

    .strength-heading p {
        font-size: 16px;
    }

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

    .strength-list li {
        font-size: 15px;
    }

    .method-box {
        font-size: 16px;
    }

    .highlight-box {
        font-size: 16px;
    }
}

@media (max-width:576px) {

    .strength-heading h2 {
        font-size: 32px;
    }

    .strength-heading span {
        font-size: 13px;
    }

    .strength-card {
        padding: 22px;
    }

    .strength-list li {
        font-size: 15px;
        padding-left: 36px;
    }

    .method-box {
        font-size: 15px;
        padding: 15px;
    }

    .highlight-box {
        font-size: 15px;
        padding: 16px;
    }

    .icon {
        font-size: 26px;
    }
}


/* ===================================
   KRISH ONLINE FEE SECTION
=================================== */

.krish-fee-section {
    padding: 80px 0;
    margin-bottom: 60px;
}

.krish-fee-wrapper {
    background: linear-gradient(135deg, #0d6efd, #38b6ff);
    border-radius: 30px;
    padding: 11px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
}

/* Floating Background Circle */

.krish-fee-wrapper::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(255, 255, 255, .08);
    border-radius: 50%;
    top: -120px;
    right: -100px;
}

.krish-fee-wrapper::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    background: rgba(255, 255, 255, .05);
    border-radius: 50%;
    bottom: -80px;
    left: -80px;
}

/* Badge */

.krish-fee-badge {
    display: inline-block;
    background: rgba(255, 255, 255, .18);
    color: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}

/* Title */

.krish-fee-title {
    font-size: 35px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
}

/* Text */

.krish-fee-text {
    color: rgba(255, 255, 255, .92);
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 35px;
    max-width: 650px;
}

/* Button */

.krish-fee-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #0d6efd;
    text-decoration: none;
    padding: 8px 22px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    transition: all .35s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
}

.krish-fee-btn:hover {
    transform: translateY(-5px);
    color: #0d6efd;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .25);
}

.krish-fee-btn span {
    transition: .3s;
}

.krish-fee-btn:hover span {
    transform: translateX(5px);
}

/* Image */

.krish-fee-image {
    max-width: 100%;
    height: 300px;
    object-fit: contain;
    animation: krishFloat 4s ease-in-out infinite;
}

/* Floating Animation */

@keyframes krishFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

/* Responsive */

@media (max-width:991px) {

    .krish-fee-wrapper {
        padding: 40px 30px;
        text-align: center;
    }

    .krish-fee-title {
        font-size: 36px;
    }

    .krish-fee-image {
        margin-top: 30px;
        height: 280px;
    }
}

@media (max-width:767px) {

    .krish-fee-section {
        padding: 50px 0;
    }

    .krish-fee-title {
        font-size: 28px;
    }

    .krish-fee-text {
        font-size: 15px;
    }

    .krish-fee-btn {
        width: 100%;
        justify-content: center;
    }

    .krish-fee-image {
        height: 220px;
    }
}


/* =====================================
   KRISH ANNOUNCEMENT SECTION
===================================== */

.krish-announcement-section {
    padding: 70px 0;
    background: #f7f9fc;
}

.krish-announcement-header {
    text-align: center;
    margin-bottom: 40px;
}

.krish-announcement-header span {
    display: inline-block;
    color: #0d6efd;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.krish-announcement-header h2 {
    font-size: 33px;
    font-weight: 800;
    color: #003a69;
    margin-top: 10px;
}

.krish-announcement-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.krish-announcement-top {
    background: linear-gradient(135deg, #003a69, #0d6efd);
    padding: 18px 25px;
}

.krish-announcement-top h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.krish-announcement-top i {
    margin-right: 10px;
}

.krish-announcement-marquee {
    padding: 20px;
}

/* Announcement Item */

.krish-announcement-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 15px;
    background: #f8fbff;
    border-left: 4px solid #0d6efd;
    transition: .3s;
}

.krish-announcement-item:hover {
    background: #eef5ff;
    transform: translateX(5px);
}

/* Date Badge */

.krish-announcement-date {
    min-width: 85px;
    text-align: center;
    background: #003a69;
    color: #fff;
    border-radius: 12px;
    padding: 12px 10px;
}

.krish-announcement-date span {
    display: block;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.krish-announcement-date small {
    font-size: 12px;
    opacity: .9;
}

/* Content */

.krish-announcement-content {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.krish-announcement-content a {
    color: #222;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

.krish-announcement-content a:hover {
    color: #0d6efd;
}

.krish-announcement-content img {
    width: 40px;
}

/* Responsive */

@media(max-width:768px) {

    .krish-announcement-header h2 {
        font-size: 30px;
    }

    .krish-announcement-item {
        flex-direction: column;
        text-align: center;
    }

    .krish-announcement-date {
        width: 100%;
        max-width: 120px;
    }
}


/* ==================================
   KRISH BEYOND ACADEMICS SECTION
================================== */

.krish-beyond-section {
    padding: 80px 0;
    background: #f8fafc;
}

.krish-beyond-header {
    text-align: center;
    margin-bottom: 60px;
}

.krish-beyond-header span {
    display: inline-block;
    color: #0d6efd;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.krish-beyond-header h2 {
    font-size: 33px;
    font-weight: 800;
    color: #003a69;
    margin-bottom: 15px;
}

.krish-beyond-header p {
    max-width: 700px;
    margin: auto;
    color: #6b7280;
    font-size: 16px;
    line-height: 1.8;
}

/* Card */

.krish-beyond-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    transition: all .4s ease;
}

.krish-beyond-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
}

/* Image */

.krish-beyond-image {
    overflow: hidden;
    height: 250px;
}

.krish-beyond-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .8s ease;
}

.krish-beyond-card:hover .krish-beyond-image img {
    transform: scale(1.1);
}

/* Content */

.krish-beyond-content {
    padding: 22px 20px;
    text-align: center;
}

.krish-beyond-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #003a69;
    margin-bottom: 8px;
}

.krish-beyond-content span {
    display: block;
    color: #6b7280;
    font-size: 15px;
}

/* Animated Line */

.krish-beyond-content::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #0d6efd;
    margin: 15px auto 0;
    border-radius: 50px;
    transition: .4s;
}

.krish-beyond-card:hover .krish-beyond-content::after {
    width: 100px;
}

/* Card Entry Animation */

.krish-beyond-card {
    animation: krishFadeUp .8s ease;
}

@keyframes krishFadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile */

@media(max-width:991px) {
    .krish-beyond-image {
        height: 220px;
    }
}

@media(max-width:767px) {

    .krish-beyond-section {
        padding: 60px 0;
    }

    .krish-beyond-header h2 {
        font-size: 32px;
    }

    .krish-beyond-image {
        height: 220px;
    }

    .krish-beyond-content h3 {
        font-size: 20px;
    }
}


/* ==========================
   NEWS & EVENTS SECTION
========================== */

.krish-news-section {
    padding: 60px 0;
    overflow: hidden;
}

.krish-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.krish-title {
    font-size: 32px;
    font-weight: 700;
    color: #0b3780;
    margin: 0;
}

/* ==========================
   NAVIGATION BUTTONS
========================== */

.krish-nav {
    display: flex;
    gap: 10px;
}

.krish-btn {
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: #22689b;
    color: #fff;
    cursor: pointer;
    transition: .3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
}

.krish-btn:hover {
    background: #184f77;
    transform: translateY(-2px);
}

/* ==========================
   SCROLL WRAPPER
========================== */

.krish-scroll-wrapper {
    overflow: hidden;
    position: relative;
}

/* Fade effect */

.krish-scroll-wrapper::before,
.krish-scroll-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.krish-scroll-wrapper::before {
    left: 0;
    background: linear-gradient(to right, #f8fafc, transparent);
}

.krish-scroll-wrapper::after {
    right: 0;
    background: linear-gradient(to left, #f8fafc, transparent);
}

.krish-scroll-track {
    display: flex;
    gap: 25px;
    width: max-content;
}

/* ==========================
   CARD DESIGN
========================== */

.krish-card {
    width: 330px;
    min-width: 330px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    transition: .3s ease;
}

.krish-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .12);
}

/* ==========================
   IMAGE
========================== */

.krish-img-box {
    display: block;
    overflow: hidden;
}

.krish-img-box img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: .5s;
}

.krish-card:hover img {
    transform: scale(1.05);
}

/* ==========================
   CONTENT
========================== */

.krish-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 220px;
}

.krish-card-title {
    color: #222;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    min-height: 49px;
}

.krish-card-title:hover {
    color: #22689b;
}

.krish-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-top: 10px;
    flex-grow: 1;
}

.krish-read-more {
    display: inline-block;
    margin-top: 15px;
    color: #22689b;
    font-weight: 600;
    text-decoration: none;
}

.krish-read-more:hover {
    color: #184f77;
}

/* ==========================
   RESPONSIVE
========================== */

@media(max-width:991px) {

    .krish-card {
        width: 300px;
        min-width: 300px;
    }

}

@media(max-width:768px) {

    .krish-header {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

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

    .krish-card {
        width: 260px;
        min-width: 260px;
    }

    .krish-img-box img {
        height: 180px;
    }

    .krish-card-body {
        height: auto;
    }

}


/* Popular Media */

.krish-media-section {
    padding: 60px 0;
    background: #ffffff;
    overflow: hidden;
}

.krish-media-wrapper {
    overflow: hidden;
    position: relative;
}

.krish-media-wrapper::before,
.krish-media-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.krish-media-wrapper::before {
    left: 0;
    background: linear-gradient(to right, #fff, transparent);
}

.krish-media-wrapper::after {
    right: 0;
    background: linear-gradient(to left, #fff, transparent);
}

.krish-media-track {
    display: flex;
    gap: 25px;
    width: max-content;
}




/* ==========================
   STUDENT ACHIEVEMENTS
========================== */

.krish-achievers-section{
    padding:80px 0;
    background:#f7f9fc;
}

.krish-subtitle{
    display:inline-block;
    color:#0d6efd;
    font-weight:600;
    margin-bottom:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.krish-achievers-section h2{
    font-size:38px;
    font-weight:700;
    margin-bottom:10px;
}

.krish-achievers-section p{
    color:#666;
}

.krish-achiever-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    position:relative;
    text-align:center;
    padding:30px 20px;
    height:100%;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.krish-achiever-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.krish-rank-badge{
    position:absolute;
    top:15px;
    right:15px;
    background:linear-gradient(135deg,#ff9800,#ff5722);
    color:#fff;
    padding:6px 14px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
}

.krish-achiever-img{
    width:140px;
    height:140px;
    margin:15px auto 20px;
    border-radius:50%;
    overflow:hidden;
    border:5px solid #f3f5f8;
}

.krish-achiever-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.krish-achiever-body h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:10px;
}

.krish-achiever-year{
    display:inline-block;
    background:#eef4ff;
    color:#0d6efd;
    padding:6px 14px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:15px;
}

.krish-achiever-body p{
    font-size:14px;
    line-height:1.7;
    color:#666;
    margin:0;
}

@media(max-width:768px){

    .krish-achievers-section{
        padding:60px 0;
    }

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

    .krish-achiever-img{
        width:120px;
        height:120px;
    }
}




/* Admission Modal */

/* =========================
   MODAL
========================= */

.admission-modal{
    border:none;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,.15);
}

/* =========================
   HEADER
========================= */

.admission-header{
    background:linear-gradient(135deg,#0d47a1,#1976d2);
    color:#fff;

    padding:14px 20px;
    min-height:75px;

    display:flex;
    align-items:center;
    justify-content:space-between;
}

.admission-header h3{
    margin:5px 0 0;
    font-size:22px;
    font-weight:700;
    line-height:1.2;
}

.admission-badge{
    display:inline-block;

    padding:4px 12px;

    border-radius:30px;

    background:rgba(255,255,255,.18);

    font-size:11px;
    font-weight:600;
    letter-spacing:.5px;
}

.btn-close{
    transform:scale(.85);
}

/* =========================
   BODY
========================= */

.modal-body{
    padding:22px;
}

.form-label{
    font-size:13px;
    font-weight:600;
    margin-bottom:5px;
}

.custom-form-control{
    height:46px;
    border-radius:10px;
}

.input-group-text{
    background:#f8f9fa;
    border-radius:10px 0 0 10px;
}

/* =========================
   BUTTON
========================= */

.admission-modal-btn{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-width:180px;
    height:44px;

    border:none;
    border-radius:10px;

    background:#0d47a1;
    color:#fff;

    font-size:14px;
    font-weight:600;

    padding:0 22px;

    transition:.3s;
}

.admission-modal-btn:hover{
    background:#08357c;
    color:#fff;
    transform:translateY(-2px);
}

.admission-modal-btn i{
    margin-left:6px;
    font-size:13px;
}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

    .modal-dialog{
        margin:15px;
    }

    .admission-header{
        padding:12px 15px;
    }

    .admission-header h3{
        font-size:18px;
    }

    .modal-body{
        padding:18px;
    }

    .admission-modal-btn{
        width:100%;
    }

}