* {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Times New Roman', Times, serif !important;
}

img {
    max-width: 100%;
}

.nav-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.container {
    max-width: 1140px;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.wrapper {
    overflow-x: hidden;
}

/* Topbar-Section-Css-start */

.topbar-area {
    width: 100%;
    text-align: center;
    background-color: #cc161e;
    padding: 0px 0px;
}

.topbar-left-box {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
}

.topbar-left {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    border-right: 1px solid #ffffff7d;
    padding-right: 10px;
}

.topbar-left:last-child {
    border-right: 0px;
}

.topbar-icon {
    font-size: 14px;
    color: #fff;
}

.topbar-text {
    font-size: 14px;
    color: #fff;
}

.topbar-right {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

@media (max-width:675px) {
    .topbar-right {
        display: none;
    }

    .topbar-text {
        font-size: 12px;
    }
}


.topbar-icon {
    font-size: 14px;
    color: #fff;
    border-right: 1px solid #ffffff7d;
    padding-right: 10px;
    transition: 0.3s;
}

.topbar-icon:hover {
    color: #C2755F;
    transition: 0.3s;
}

.topbar-icon:last-child {
    border-right: none;
}

/* Topbar-Section-Css-end*/



/* Navbar-Section-Css-start*/




.navbar {
    position: relative;
    display: flex;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.offcanvas {
    height: 100vh;
}

.offcanvas-body {
    overflow-y: auto;
}

.offcanvas-btn {
    display: none !important;
}

.offcanvas-header img {
    width: 60%;
    /* background: #f1f1f1; */
    box-shadow: 0px 0px 15px #00000012;
    padding: 4%;
}

.contact-info {
    margin-top: 8%;
    text-align: left;
    border: 1px solid #000;
    padding: 5% 3%;
    box-shadow: 0px 0px 15px #00000030;
    border-radius: 8px;
}

.contact-info h6 {
    text-decoration: underline solid 2px;
    text-underline-offset: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-align: left;
    margin: 0px 0px 15px;
}

.contact-ph {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.contact-icon {
    font-size: 14px;
    color: #000;
}

.contact-text-box {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.navbar-area {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 15px #0000001c;
}

.navbar-area.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    animation: smoothSlide 0.3s ease-in-out;
}

body.nav-fixed {
    padding-top: 80px;
    /* equal to navbar height */
}

/* Navbar Background */


.custom-navbar {
    background-color: #ffffff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 10px 0;
}

/* Logo */
.navbar-brand img {
    height: 66px;
    width: auto;
}

/* Nav Links */
.navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 600;
    color: #000 !important;
    padding: 8px 14px !important;
    transition: 0.3s ease-in-out;
    border-radius: 6px;
}

/* Hover Effect */
.navbar-nav .nav-link:hover {
    background-color: #cc161e;
    color: #fff !important;
}

/* Login Button */
.login-btn {
    background-color: #cc161e;
    color: #fff;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 30px;
    transition: 0.3s ease;
    text-decoration: none;
}

/* Button Hover Effect */
.login-btn:hover {
    background-color: #152561;
    color: #fff;
    transform: translateY(-2px);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .navbar-brand img {
        height: 50px;
    }

    .navbar-nav {
        text-align: center;
    }

    .login-btn {
        width: 100%;
    }
}

/* Normal Navbar */
.custom-navbar {
    background-color: #ffffff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 12px 0;
    transition: all 0.3s ease-in-out;
}

/* Fixed Navbar on Scroll */
.custom-navbar {
    background: #fff !important;
    min-height: 80px;
    width: 100%;
}


/* Smooth Slide Animation */
@keyframes smoothSlide {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* Prevent Content Jump */

/* Fixed Navbar */

/* Prevent content jump */
body.nav-fixed {
    padding-top: 80px;
    /* equal to navbar height */
}

.fixed-top-nav {
    position: fixed;
    top: 10%;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    animation: smoothSlide 0.3s ease-in-out;
}

@keyframes smoothSlide {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* Mega Menu Base */
.mega-menu {
    position: static;
}

.mega-menu-dropdown {
    left: 0;
    right: 0;
    top: 100%;
    border: none;
    border-radius: 0;
    background: #152561 !important;
}

/* Hover Desktop */
/* ===== Desktop Mega Menu ===== */
@media (min-width: 992px) {

    .mega-menu .mega-menu-dropdown {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 70%;
        background: #152561;
        padding: 20px;
    }

    .mega-menu:hover .mega-menu-dropdown {
        display: block;
    }
}

/* ===== Offcanvas Fix ===== */
.mega-menu-dropdown {
    display: block;
    position: static;
    background: #f5f4f4 !important;
    padding: 15px;
    box-shadow: 0px;
}

/* Mega Box Styling */
.mega-box {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 13%);
    height: 100%;
    transition: 0.3s ease;
}

.mega-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.mega-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #cc161e;
}

.mega-box a {
    display: block;
    font-size: 13px;
    color: #111;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 8px;
    transition: 0.3s;
}

.mega-box a:hover {
    color: #cc161e;
    padding-left: 5px;
}




/* Navbar-Section-Css-end*/



/* Banner-Section-Css-start*/

.banner {
    width: 100%;
    float: left;
    height: 450px;
    position: relative;
    /* padding: 0px 0px 53px; */
    margin-bottom: 60px;
}

.banner-left-area {
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 20% 15% 10% 0%;
}

.banner-title {

    font-size: 40px;
    font-weight: 500;
    color: #000;
}

.banner-title span {
    color: #cc161e;
    font-weight: 700;
}

.banner-left-area h3 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.banner-left-area p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.banner-righ-area {
    width: 65%;
    margin-left: 20%;
    margin-top: 2%;
}

.whatsapp-btn {
    background-color: #1ebe5d !important;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 8px 18px !important;
    border-radius: 30px !important;
    transition: 0.3s ease !important;
    margin-top: 20px;
}

.whatsapp-btn:hover {
    background-color: #25D366 !important;
    color: #fff;
    transform: translateY(-5px) !important;
}

/* Button Row */
.banner-btn-group {
    display: flex;
    gap: 10px;
    /* 10px gap */
    margin-top: 20px;
    flex-wrap: wrap;
    /* Responsive */
}

/* WhatsApp Button */
.whatsapp-btn {
    background-color: #1ebe5d !important;
    color: #fff !important;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 30px;
    transition: 0.3s ease;
}

.whatsapp-btn:hover {
    background-color: #25D366 !important;
    transform: translateY(-4px);
}

/* MRC Button */
.mrc-course-btn {
    background: #cc161e;
    color: #fff !important;
    font-weight: 600;
    padding: 10px 40px;
    border-radius: 30px;
    font-size: 14px;
    text-align: center;
    transition: 0.3s ease;
    margin-top: 20px;
}

.mrc-course-btn:hover {
    background: #0b1a3a;
    transform: translateY(-4px);
}

/* Mobile Responsive */
@media (max-width: 576px) {
    .banner-btn-group {
        margin-top: 0px;
        align-items: flex-start;
    }

    .mrc-course-btn {
        background: #cc161e;
        color: #fff !important;
        font-weight: 600;
        padding: 10px 22px;
        border-radius: 30px;
        font-size: 14px;
        text-align: center;
        transition: 0.3s ease;
        margin-top: 20px;
    }
}

/* Banner-Section-Css-end*/

/* Banner-nxt-carousel-Section-Css-start*/

.banner-carousel {
    width: 100%;
    float: left;
    /* margin-top: 30px; */
}

.banner-nxt-gallery {
    width: 100%;
    float: left;
    position: relative;
    /* background-color: #eee; */
}

.live-test-card {
    background: #cc161e29;
    border-radius: 12px;
    padding: 20px;
    margin: 1%;
    box-shadow: 0px 0px 15px #00000024;
    text-align: center;
}

.live-img img {
    max-width: 120px;
}

.live-test-card h4 {
    font-weight: 600;
}

.live-btn .btn {
    border-radius: 8px;
    background-color: #cc161e;
    color: #fff;
    font-weight: 600;
    border: 1px solid #cc161e;
    transition: 0.3s;
}

.live-btn .btn:hover {
    background-color: transparent;
    color: #cc161e;
    border: 1px solid #cc161e;
    transition: 0.3s;
}

.banner-nxt-gallery .owl-nav {
    width: 98%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 45%;
    margin-left: 1%;
}

.banner-nxt-gallery .owl-nav .owl-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #fff !important;
    transition: 0.3s;
}

.banner-nxt-gallery .owl-nav .owl-prev span {
    font-size: 20px;
    color: #fff;
    margin-bottom: 22%;
    transition: 0.3s;
}

.banner-nxt-gallery .owl-nav .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #fff !important;
    transition: 0.3s;
}

.banner-nxt-gallery .owl-nav .owl-next span {
    font-size: 20px;
    color: #fff;
    margin-bottom: 22%;
    transition: 0.3s;
}


.banner-nxt-gallery .owl-nav .owl-next:hover {
    background-color: #cc161e !important;
    border: 2px solid #fff !important;
    transition: 0.3s;
}

.banner-nxt-gallery .owl-nav .owl-next:hover span {
    color: #fff;
    transition: 0.3s;
}

.banner-nxt-gallery .owl-nav .owl-prev:hover {
    background-color: #cc161e !important;
    border: 2px solid #fff !important;
    transition: 0.3s;
}

.banner-nxt-gallery .owl-nav .owl-prev:hover span {
    color: #fff;
    transition: 0.3s;
    color: #fff;
}

/* Banner-nxt-carousel-Section-Css-end--*/

/* --Faq-Section-Css-start--*/

.faq-area {
    width: 100%;
    float: left;
    padding: 80px 0;
    text-align: center;
}

.faq-right-area {
    background-color: #fff5f5;
}

.faq-area .section-title {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 10px;
    color: #cc161e;
    font-size: 40px;
    font-weight: 600;
}

/* Grid Layout */
.exam-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 2%;
    background-color: #faf2f221;
}

/* Card */
.exam-card {
    background: #ffffff;
    padding: 30px 20px;
    text-align: center;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgb(0 0 0 / 18%);
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 5%;
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none !important;
}

/* Hover Effect */
.exam-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Logo Box */
.exam-logo {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.exam-logo img {
    max-width: 60px;
    max-height: 60px;
}

/* Title */
.exam-card h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #222;
}

.faq-gallery {
    position: relative;
}

.faq-gallery .owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    margin-left: 0%;
}

.faq-gallery .owl-nav .owl-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #cc161e !important;
    transition: 0.3s;
}

.faq-gallery .owl-nav .owl-prev span {
    font-size: 15px;
    color: #cc161e;
    margin-bottom: 23%;
    transition: 0.3s;
}

.faq-gallery .owl-nav .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #cc161e !important;
    transition: 0.3s;
}

.faq-gallery .owl-nav .owl-next span {
    font-size: 15px;
    color: #cc161e;
    margin-bottom: 23%;
    transition: 0.3s;
}

.faq-gallery .owl-nav .owl-next:hover {
    background-color: #152561 !important;
    border: 2px solid #152561 !important;
    transition: 0.3s;
}

.faq-gallery .owl-nav .owl-next:hover span {
    color: #fff;
    transition: 0.3s;
}

.faq-gallery .owl-nav .owl-prev:hover {
    background-color: #152561 !important;
    border: 2px solid #152561 !important;
    transition: 0.3s;
}

.faq-gallery .owl-nav .owl-prev:hover span {
    transition: 0.3s;
    color: #fff;
}

/* ======================
   Responsive Breakpoints
====================== */

/* Large Tablet */
@media (max-width: 1200px) {
    .exam-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Tablet */
@media (max-width: 992px) {
    .exam-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile */
@media (max-width: 600px) {
    .exam-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .exam-card {
        padding: 20px 15px;
    }

    .exam-logo {
        width: 65px;
        height: 65px;
    }

    .exam-card h4 {
        font-size: 14px;
    }
}

/* Small Mobile */
@media (max-width: 400px) {
    .exam-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* --Faq-Section-Css-end--*/

/* job-updates-section-start */

.job-section {

    width: 100%;
    float: left;
    padding: 0px 0px 60px 0px;
}

/* LEFT */
.job-left {
    margin: 0% 10%;
}

.job-left h3 {
    font-size: 28px;
    font-weight: 700;
    color: #cc161e;
    margin-bottom: 15px;
}

.job-left p {
    font-size: 14px;
    color: #111;
    line-height: 1.7;
}


/* RIGHT BOX */
.job-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 320px;
    text-align: center;
    margin: 0% 15%;
}

.job-header {
    background: #cc161e;
    color: #fff;
    padding: 12px;
    font-weight: 600;
    text-align: center;
}


/* MARQUEE AREA */
.job-marquee {
    height: 270px;
    overflow: hidden;
    position: relative;
}

.job-track {
    display: flex;
    flex-direction: column;
    animation: scrollUp 10s linear infinite;
}

.job-marquee:hover .job-track {
    animation-play-state: paused;
}

.job-list {
    display: flex;
    flex-direction: column;
}

/* smooth infinite scroll */
@keyframes scrollUp {

    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }

}

/* JOB ITEM */
.job-item {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #111;
    font-size: 14px;
    transition: 0.3s;
}

.job-item:hover {
    background: #fff3f3;
    color: #cc161e;
    padding-left: 20px;
}



/* RESPONSIVE */
@media(max-width:992px) {

    .job-box {
        margin-top: 30px;
    }

}

/* job-updates-section-end */




/* popular-section-start */

.popular-courses {
    background: #f9f9f9;
    padding: 80px 0;
    width: 100%;
    float: left;
    text-align: center;
}

.popular-courses .section-title {
    font-size: 40px;
    font-weight: 700;
    color: #cc161e;
    margin: 0px auto 10px;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #cc161e;
}

.section-subtitle {
    color: #111;
    font-size: 14px;
}

.course-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    /* overflow: hidden;
    border-radius: 10px; */
}

.course-card {
    background: #fff;
    border: 1px solid #ddd;
    transition: 0.3s ease;
    border-radius: 10px;
    height: 100%;
}

.course-img {
    border-radius: 8px;
    overflow: hidden;
}

.course-content {
    padding: 20px;
    height: 50%;
}

.course-footer {
    padding: 0px 20px 20px;
    border-top: 1px solid #eee;
    font-size: 14px;
    color: #666;
    height: 20%;
}

.course-content h5 {
    font-weight: 700;
    margin-bottom: 10px;
}

.course-content p {
    font-size: 14px;
    color: #666;
}

.course-card {
    background: #fff;
    border: 1px solid #ddd;
    transition: 0.3s ease;
    border-radius: 10px;
}

.course-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

/* Responsive Adjustments */
@media(max-width:768px) {
    .section-title {
        font-size: 26px;
    }

    .course-img img {
        height: 200px;
    }
}

.explore-btn {
    background: #cc161e !important;
    color: #fff !important;
    font-weight: 600;
    border-radius: 30px !important;
    transition: 0.3s ease !important;
    border: 2px solid transparent !important;
}

.explore-btn:hover {
    background: transparent !important;
    color: #cc161e !important;
    transform: translateY(-3px);
    border: 2px solid #cc161e !important;
}


.view-details {
    position: relative;
    display: inline-block;
    padding: 8px 22px;
    font-size: 14px;
    font-weight: 600;
    color: #152561;
    border: 2px solid #152561;
    border-radius: 30px;
    text-decoration: none;
    overflow: hidden;
    transition: color 0.4s ease-in-out;
    z-index: 1;
}

/* Hover Fill Effect */
.view-details::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #cc161e;
    transition: width 0.4s ease-in-out;
    z-index: -1;
}

/* Hover */
.view-details:hover {
    color: #fff;
    border-color: #cc161e;
}

.view-details:hover::before {
    width: 100%;
}

.view-details:hover {
    box-shadow: 0 6px 18px rgba(204, 22, 30, 0.3);
}

/* Responsive */
@media (max-width: 576px) {
    .view-details {
        padding: 8px 20px;
        font-size: 14px;
    }
}



/* popular-section-end */

/* solution-section-start */

.solution-section {
    width: 100%;
    float: left;
    padding: 80px 0;
}

.solution-wrapper {
    background: #fff5f5;
    border-radius: 20px;
    margin: 0% 5%;
}

.solution-section .solution-title {
    font-weight: 700;
    font-size: 34px;
    line-height: 1.3;
    color: #cc161e;
}

.padding-area {
    padding: 0% 6%;
}

.text-muted {
    font-size: 14px;
    font-weight: 500;
    color: #111 !important;
}

.feature-box {
    background: #ffffff;
    border: 1px solid #ffd6d6;
    border-radius: 15px;
    padding: 25px 15px;
    text-align: center;
    transition: all 0.4s ease;
    height: 100%;
}

.feature-box h4 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    text-align: center;
    transition: all 0.4s ease;
}

.feature-box p {
    font-size: 14px;
    color: #555;
    font-weight: 500;
    margin: 0;
    text-align: center;
    transition: all 0.4s ease;
}

.small-feature {
    background: #fff;
    padding: 15px 10px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    max-width: 160px;
    margin: auto;
}

.small-feature h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.small-feature p {
    font-size: 13px;
    margin-bottom: 0;
}

.small-feature:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(255, 77, 77, 0.2);
}

/* mobile */
@media (max-width:768px) {
    .small-feature {
        max-width: 140px;
        padding: 12px 8px;
    }
}

.custom-btn-solution {
    background: #ff4d4d;
    color: #fff;
    border-radius: 8px;
    transition: 0.3s ease;
    border: 0;
    outline: 0;
    border: 1px solid #cc161e;
}

.custom-btn-solution:hover {
    background: transparent;
    color: #cc161e;
    border: 1px solid #cc161e;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 77, 77, 0.096);
}

@media (max-width: 768px) {
    .solution-title {
        font-size: 1.7rem;
    }
}


/* solution-section-end */






/* top-courses-section-start */

/* Section */
.top-couses {
    padding: 80px 0;
    background: #f8f9fc;
    width: 100%;
    float: left;
}

/* Card */
.top-course-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
}

/* Big Icon */
.top-course-icon {
    font-size: 45px;
    color: #cc161e;
    min-width: 60px;
    transition: 0.4s;
}

/* Text */
.top-course-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #152561;
    margin-bottom: 6px;
}

.top-course-content p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Hover Lift */
.top-course-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(21, 37, 97, 0.15);
}

/* Icon Hover Effect */
.top-course-card:hover .top-course-icon {
    transform: scale(1.2);
    color: #152561;
}

/* Left to Right Background Animation */
.top-course-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #cc161e;
    z-index: 0;
    transition: 0.4s ease;
    opacity: 0.08;
}

.top-course-card:hover::before {
    width: 100%;
}

/* Keep content above animation */
.top-course-card>* {
    position: relative;
    z-index: 1;
}

/* Responsive */
@media (max-width: 768px) {
    .top-course-card {
        flex-direction: column;
        text-align: center;
    }

    .top-course-icon {
        font-size: 40px;
    }
}

/* top-courses-section-end */




/* footer-section-start */


/* ===============================
   Footer Main Section
=================================*/
.footer-main {
    background: #0c1b36;
    color: #fff;
    padding: 80px 0 0px;
    font-size: 14px;
    width: 100%;
    float: left;
}

.footer-logo {
    max-width: 140px;
    margin-bottom: 15px;
}

.footer-about p {
    color: #ccc;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 400;
}

.footer-title-left {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
}

.footer-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 10px;
    text-align: left;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #cc161e;
    padding-left: 6px;
}

.footer-contact i {
    margin-right: 8px;
    color: #cc161e;
}

/* Social Icons */
.footer-social a {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
    border: 1px solid #fff;
    padding: 1%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
}

.footer-social a:hover {
    color: #cc161e;
    transform: translateY(-3px);
}

.admin-login {
    padding: 8px 20px;
    background-color: #cc161e;
    border-radius: 8px;
    margin-top: 20px;
    text-align: center;
    display: inline-block;
    border: 2px solid #cc161e;
    transition: 0.3s;
}

.admin-login a {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    transition: 0.3s;
}

.admin-login:hover {
    background-color: transparent;
    transition: 0.3s;
}

.admin-login:hover a {
    color: #cc161e;
    transition: 0.3s;
}


/* Divider */
.footer-divider {
    border-color: rgb(255 255 255);
    margin: 40px 0;
}

/* Services Section */
.footer-services {
    margin-top: 20px;
}

.circle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border: 1px solid #cc161e;
    /* 1px circle border */
    border-radius: 50%;
    font-size: 11px;
    margin-right: 8px;
    color: #cc161e;
    transition: 0.3s ease;
}

/* Hover Effect */
.footer-links a:hover .circle-icon {
    background: #cc161e;
    color: #fff;
    transform: scale(1.1);
}

/* Responsive */
@media (max-width: 768px) {
    .footer-main {
        text-align: center;
    }

    .footer-social {
        margin-top: 15px;
        text-align: center;
        margin-bottom: 15px;
    }

    .footer-links a:hover {
        padding-left: 0;
    }
}


.policy-section {
    background: #0b1a3a;
    color: #fff;
    padding: 0px 0px 20px;
    text-align: center;
    width: 100%;
    float: left;
}

.policy-title {
    font-size: 22px;
    margin: 20px 0;
}

.policy-title i {
    color: #cc161e;
    margin-right: 8px;
}

.policy-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 15px;
    margin-bottom: 20px;
}

.policy-links a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.policy-links a i {
    margin-right: 6px;
    color: #cc161e;
}

.policy-links a:hover {
    color: #cc161e;
}

.policy-separator {
    color: rgba(255, 255, 255, 0.4);
}

.policy-dmca img {
    max-width: 160px;
    margin: 20px 0;
}

.policy-description {
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

.policy-description p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 18px;
}

.policy-description i {
    color: #cc161e;
    margin-right: 8px;
}

.policy-divider {
    border-color: #fff;
    margin: 25px 0;
}

/* Responsive */
@media (max-width: 768px) {
    .policy-links {
        flex-direction: column;
        gap: 10px;
    }
}



/* ===============================
   Bottom Bar
=================================*/
.footer-bottom {
    background: #152561;
    padding: 15px 0;
    color: #fff;
    width: 100%;
    float: left;
}

.footaer-bottom-left {
    font-size: 14px;
    font-weight: 400;
}

.footer-bottom-right a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-right: 1px solid #fff;
    padding-right: 10px;
}

.footer-bottom-right a:last-child {
    border-right: none;

}

.footer-bottom-right a span {
    color: #cc161e;
    text-decoration: none;
    font-size: 14px;
    padding-right: 10px;
}

/* Responsive */
@media(max-width:768px) {
    .newsletter-title {
        text-align: center;
        margin-bottom: 20px;
    }

    /* .newsletter-form{
        flex-direction:column;
    } */
    .newsletter-form input {
        margin-bottom: 10px;
    }

}




/* footer-section-end */


/* about-banner-section-start */

.about-banner {
    width: 100%;
    height: 300px;
    float: left;
    text-align: center;
    position: relative;
    /* background: #D98E70; */
    /* background: linear-gradient(to right, #D98E70, #F5B59B); */
}

.breadcrumbs-area {
    width: 100%;
    float: left;
    text-align: center;
    /* padding-top: 16%; */
    position: absolute;
    top: 30%;
    left: 0;
}

.breadcrumbs-area-two {
    width: 100%;
    float: left;
    text-align: center;
    /* padding-top: 16%; */
    position: absolute;
    top: 40%;
    left: 0;
}

.breadcrumbs-area-two h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
}

.breadcrumbs-area-two h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
}

.breadcrumbs-area h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
}

.breadcrumbs-color {
    padding: 1% 43%;
}

.bread-text {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    border: 2px solid #fff;
    padding: 6% 0%;
    border-radius: 10px;
}

.bread-text a {
    text-decoration: none;
    color: #fff;
}

.bread-text a:hover {
    text-decoration: none;
    color: #cc161e;
}

.about-banner-section {
    background: linear-gradient(-45deg,
            #152561,
            #0f1e4d,
            #7a1b3d,
            #cc161e);
    background-size: 400% 400%;
    animation: gradientMove 12s ease infinite;
    position: relative;
    overflow: hidden;
    color: #fff;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.about-banner-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15), transparent 70%);
    top: -150px;
    left: -150px;
    animation: lightMove 8s linear infinite;
}

@keyframes lightMove {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(200px, 150px);
    }

    100% {
        transform: translate(0, 0);
    }
}

/* about-banner-section-end */

/* about-main-section-start */
.about-main-area {
    width: 100%;
    float: left;
    text-align: center;
    padding: 40px 0px;
}

.about-main-left {
    width: 65%;
    box-shadow: 0px 0px 15px #00000053;
    overflow: hidden;
    border-radius: 8px;
    padding: 10px;
    margin-left: 20%;
}

.about-main-right {
    width: 100%;
    text-align: left;
    padding: 1% 4%;
}

.about-main-right h2 {
    font-size: 34px;
    color: #e12c48;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-main-right p {
    font-size: 14px;
    color: #111;
    font-weight: 400;
    margin-bottom: 20px;
}

/* next-section-start */

.meet-teacher-section {
    padding: 80px 0;
    background: #f9f9f9;
}

.teacher-content {
    padding: 10%;
}

.teacher-content h2 {
    font-size: 40px;
    font-weight: 700;
    color: #152561;
    margin-bottom: 10px;
}

.teacher-content h4 {
    font-size: 22px;
    color: #cc161e;
    margin-bottom: 20px;
    font-weight: 600;
}

.teacher-content p {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
    color: #555;
    margin-bottom: 15px;
}

.teacher-btn {
    display: inline-block;
    padding: 10px 25px;
    background-color: #cc161e;
    border: 2px solid transparent;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    transition: 0.4s ease;
}

.teacher-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    border: 2px solid #cc161e;
    background: transparent;
    color: #cc161e;
}
.teacher-image{
    text-align: center;
}
.teacher-image img {
    width: 60%;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* Responsive */
@media (max-width: 991px) {
    .teacher-content {
        text-align: center;
        margin-bottom: 40px;
    }
}



/* about-main-section-end */

/* contact-section-start */

.contact-section {
    padding: 80px 0;
    float: left;
    width: 100%;
}

.contact-heading span {
    color: #cc161e;
    font-weight: 600;
    letter-spacing: 2px;
}

.contact-heading h2 {
    font-size: 42px;
    font-weight: 700;
    margin-top: 10px;
    color: #152561;
}

.contact-left h5 {
    color: #cc161e;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.contact-left h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #152561;
}

.contact-left p {
    color: #111;
    line-height: 1.7;
    margin-bottom: 25px;
}

.contact-info-left .info-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
}

.contact-info-left .info-box .info-box-icon {
    width: 45px;
    height: 45px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.info-box span {
    display: block;
    font-size: 14px;
    color: #111;
    text-align: left;
}

.info-box strong {
    font-size: 16px;
    color: #152561;
    text-align: left;
}

/* Form Box */
.contact-form-box {
    background: #e9ecf5;
    padding: 35px;
    border-radius: 10px;
}

.contact-form-box h4 {
    margin-bottom: 20px;
    font-weight: 600;
    color: #152561;
}

.contact-form-box input,
.contact-form-box textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: none;
    border-radius: 6px;
    background: #fff;
    outline: none;
}

.contact-form-box button {
    background-color: #cc161e;
    color: #fff;
    padding: 10px 25px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.contact-form-box button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 991px) {
    .contact-heading h2 {
        font-size: 24px;
    }

    .contact-left {
        margin-bottom: 40px;
        text-align: center;
    }

    .info-box {
        justify-content: center;
    }
}

.google-map-area {
    width: 100%;
    overflow: hidden;
    padding: 40px 0px;
}



/* contact-section-end */

/* login-section-start */

.login-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f6fb;
    padding: 40px 15px;
}

.login-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #152561;
    margin-bottom: 30px;
}

.login-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #111;
    font-size: 16px;
}

.form-group input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #111;
    border-radius: 6px;
    outline: none;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 500;
    color: #111;
}

.form-group input:focus {
    border-color: #152561;
    box-shadow: 0 0 0 2px rgba(21, 37, 97, 0.1);
}

.login-btn-end {
    width: 100%;
    padding: 10px;
    background-color: #152561;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.login-btn-end:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* login-section-end */

/* apply-section-start */

.apply-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f6fb;
    padding: 40px 15px;
}

.apply-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #cc161e;
    margin-bottom: 30px;
}

.apply-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #111;
    font-size: 15px;
}

.form-group input {
    width: 100%;
    padding: 11px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    transition: 0.3s;
    font-size: 15px;
}

.form-group input:focus {
    border-color: #cc161e;
    box-shadow: 0 0 0 2px rgba(204, 22, 30, 0.1);
}

.apply-btn-submit {
    width: 100%;
    padding: 12px;
    background-color: #cc161e;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.apply-btn-submit:hover {
    background: #a31218;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}


/* MOBILE */
@media(max-width:576px) {

    .apply-title {
        font-size: 28px;
    }

    .apply-card {
        padding: 25px;
    }

}

/* apply-section-end */

/* admin-login-section-start */

.sidebar {
    height: 100vh;
    background: #152561;
    color: #fff;
    padding: 20px;
    position: fixed;
    width: 240px;
    left: 0;
    top: 0;
    transition: 0.3s;
    z-index: 1000;
}

.sidebar h3 {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.sidebar a {
    display: block;
    color: #fff;
    padding: 8px;
    margin-bottom: 5px;
    text-decoration: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
}

.sidebar a:hover {
    background: #cc161e;
}

.sidebar a.active {
    background: #fff;
}

.main-content {
    margin-left: 240px;
    padding: 30px;
    transition: 0.3s;
    background-color: #1525611a;
}

/* ACTIVE MENU STYLE */
.sidebar a.active,
.sidebar .dropdown-content a.active {
    background: #cc161e;
    color: #fff;
}


/* TOGGLE BUTTON */
.menu-toggle {
    display: none;
    background: #152561;
    color: #fff;
    border: none;
    padding: 10px 15px;
    font-size: 18px;
    border-radius: 6px;
    margin-bottom: 15px;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {

    .sidebar {
        left: -260px;
        width: 240px;
        height: 100%;
    }

    .sidebar.active {
        left: 0;
    }

    .main-content {
        margin-left: 0;
        padding: 15px;
    }

    .menu-toggle {
        display: inline-block;
    }

    .dashboard-header {
        /* flex-direction: column; */
        align-items: flex-start;
        gap: 10px;
    }

    .dashboard-box {
        margin-bottom: 15px;
    }

    .table {
        font-size: 14px;
        overflow-x: auto;
        display: block;
    }

    .admin-navbar {
        display: none;
    }

    .main-content {
        margin-top: 0px;
        padding: 20px;
    }


}


.tab-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}


.tab-box h3 {
    font-size: 32px;
    color: #cc161e;
    font-weight: 600;
    margin-bottom: 11px;
}

.tab-box p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.dashboard-box {
    border: 1px solid #000 !important;
    box-shadow: 0px 0px 15px #00000021;
    background-color: #152561 !important;
    height: 100% !important;
}

.dashboard-box h5 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.dashboard-box h2 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.dashboard-card {
    padding: 20px;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.dashboard-table {
    padding: 20px;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.dashboard-function {
    padding: 20px;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.dashboard-header h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.add-btn {
    background: #cc161e;
    color: #fff;
    padding: 6px 12px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    outline: 0;
    border: 1px solid #cc161e;
}

.function-btn {
    display: block;
    background: #152561;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    border-radius: 6px;
    text-align: center;
}

.edit-btn {
    background: #0d6efd;
    color: #fff;
    border: none;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 13px;
}

.delete-btn {
    background: #f0061e;
    color: #fff;
    border: none;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 13px;
}

.dropdown-content {
    display: none;
    margin-left: 15px;
    border: 1px solid #fff;
    border-radius: 8px;
}

.dropdown-content a {
    font-size: 14px;
    /* background: #0b3d91; */
    margin-bottom: 1px;
}
/* 
.dropdown-content a:hover {
    background: #082c6c;
} */
.admin-tab-logo img {
    height: 100%;
    width: 60%;
}

/* admin-login-section-end */

/* student-login-section-start */



/* FIXED HEADER */
.fixed-tab-box {

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #cc161e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;

}

.fixed-tab-box h3 {

    margin: 0;
    color: #cc161e;

}

#default {
    display: block;
    height: 100%;
}


/* TAB BUTTONS */
.tab-buttons button {

    padding: 8px 15px;
    border: none;
    background: #eee;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 5px;

}


.tab-buttons button.active-btn{

    background:#0d6efd;
    color: #fff;

}
.tab-buttons button:hover {

    background: #0d6efd;
    color: #fff;

}


/* CONTENT AREA */
.tab-content-area {

    margin-top: 70px;
    padding: 20px;
}

/* TAB BOX */
.tab-box {
    background: #e411111a;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.student-tab-logo {
    width: 5%;
}

.student-tab-logo-canvas {
    width: 35%;
}

/* MOBILE */
@media(max-width:768px) {

    .fixed-tab-box {
        flex-direction: row;
        /* height: auto; */
        padding: 10px;
    }

    .student-tab-logo {
        width: 10%;
    }

}


/* Outer grey container */
.courses-section {
    background: #f1f3f6;
    padding: 25px;
    border-radius: 10px;
    /* border: 1px solid #e0e0e0; */
    height: 100%;
    margin-left: 280px;
    width: 100%;
}

/* Title */
.courses-title {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600;

    color: #111;
}

/* Grid */
.courses-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
}

/* Inner white card */
.courses-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);

    transition: 0.3s;
}

.courses-box p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

/* Hover */
.courses-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

/* Course name */
.courses-name {
    color: #0d6efd;
    font-size: 18px;
    margin-bottom: 12px;
}

/* Button */
.courses-btn {
    margin-top: 12px;
    padding: 8px 18px;
    background: #0d6efd;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.courses-btn:hover {
    background: #0b5ed7;
}


/* Desktop same design */
@media(min-width:992px) {

    .courses-section {
        padding: 30px;
    }

    .courses-box {
        padding: 25px;
    }

}

/* Mobile */
@media(max-width:576px) {

    .courses-section {
    padding: 15px;
    margin-left: 0px;
}
    .courses-container {
        grid-template-columns: 1fr;
    }

}




/* Section */
.track-section {
    background: #f4f6f9;
    padding: 25px;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    margin-left: 280px;
}

/* Title */
.track-title {
    margin-bottom: 20px;
    font-size: 26px;
    color: #000;
    font-weight: 600;
}

/* Container Grid */
.track-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

/* Card */
.track-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.track-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

/* Header */
.track-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

/* Status */
.track-status {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    color: #fff;
}

.track-status.active {
    background: #28a745;
}

.track-status.pending {
    background: #ffc107;
    color: #000;
}

.track-status.completed {
    background: #007bff;
}

/* Progress Bar */
.track-progress {
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 10px;
    margin: 8px 0;
}

.track-progress-bar {
    height: 100%;
    background: #007bff;
    border-radius: 10px;
}

/* Responsive */
@media(max-width:768px) {

    .track-section {
        padding: 15px;
        margin-left: 0px;
    }

}

@media(max-width:480px) {

    .track-container {
        grid-template-columns: 1fr;
    }

}


/* Section */
.video-section {
    background: #f4f6f9;
    padding: 25px;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    margin-left: 280px;
}

/* Title */
.video-title {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000;
}

/* Grid */
.video-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
}

/* Card */
.video-card {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

/* Video responsive wrapper */
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 10px;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Course name */
.video-course-name {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #cc161e;
}

/* Description */
.video-desc {
    font-size: 14px;
    color: #111;
    font-weight: 500;
}

/* Mobile */
@media(max-width:576px) {

    .video-section {
        padding: 15px;
        margin-left: 0px;
    }
    .video-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 20px;
}

}

/* Hide desktop tabs on mobile */
@media(max-width:768px) {
    .tab-buttons {
        display: none;
    }

     .video-section {
        padding: 15px;
        margin-left: 0px;
    }


}

/* Logo size fix */
.student-tab-logo img {
    width: 120px;
}




/* =========================
   PDF SECTION
========================= */

.pdf-section {
    background: #f4f6f9;
    padding: 25px;
    border-radius: 12px;
    height: 100%;
    width: 100%;
    margin-left: 280px;
}

/* Title */
.pdf-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000;
}

/* Container */
.pdf-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Card */
.pdf-card {
    background: #fff;
    border-radius: 12px;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
    transition: 0.3s ease;
}

.pdf-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
}

/* Icon */
.pdf-icon {
    font-size: 30px;
    color: #cc161e;
    margin-right: 15px;
}

/* Content */
.pdf-content {
    flex: 1;
}

.pdf-content h5 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}

.pdf-content p {
    font-size: 14px;
    color: #111;
}

/* Button */
.pdf-btn {
    background: #1e73ff;
    color: #fff;
    padding: 8px 18px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.pdf-btn:hover {
    background: #cc161e;
}

/* Responsive */
@media(max-width:768px) {

    .pdf-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .pdf-action {
        width: 100%;
    }

    .pdf-btn {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    
.pdf-section {
    margin-left: 0px;
}

}




/* ================= LEFT SIDEBAR ================= */
/* MAIN LAYOUT */
.student-layout {
    display: flex;
    gap: 20px;
}
.student-sidebar {
    width: 260px;
    background: #f8f9fc;
    border-radius: 20px;
    padding: 25px;
    transition: 0.3s;
    position: fixed;
}

.student-profile {
    text-align: center;
    margin-bottom: 25px;
}

.student-profile img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.student-profile h4 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #000;
    font-weight: 700;
}

.student-mini-stats {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.box{
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    flex-direction: column;
}

.box strong {
    display: block;
    font-size: 14px;
    color: #000;
}

.box span {
    display: block;
    font-size: 14px;
    color: #000;
}

.student-menu h5 {
    margin: 10px 0 0px;
    font-size: 14px;
    color: #111;
    font-weight: 600;
}
.student-menu h5 a{
    margin: 10px 0 0px;
    font-size: 16px;
    color: #111;
    font-weight: 600;
}
.logout {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 3px;
    text-align: center;
}
.logout-icon{
    font-size: 16px;
    color: #000;
    margin-top: 12px;
    transition: 0.3s;
}
.logout-icon:hover{
    color: #0056d2;
    transition: 0.3s;
}
.student-menu a {
    display: block;
    padding: 8px 0;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
}

.student-menu a:hover {
    color: #0d6efd;
    padding-left: 5px;
}
/* ===============================
   MOBILE DROPDOWN SIDEBAR
================================ */

.mobile-toggle {
    display: none;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 10px;
}

@media(max-width:768px){

    .student-sidebar{
        width: 100%;
        position: relative;
        border-radius: 0;
    }

    .student-mini-stats,
    .student-menu{
        display: none;
    }

    .mobile-toggle{
        display: block;
    }

    .student-sidebar.active .student-mini-stats,
    .student-sidebar.active .student-menu{
        display: block;
    }

    .student-sidebar.active .mobile-toggle i{
        transform: rotate(180deg);
        transition: 0.3s;
    }
}



/* ================= RIGHT DASHBOARD ================= */

.student-dashboard {
    /* flex: 1; */
    display: flex;
    gap: 10px;
    /* justify-content: center; */
    /* align-items: center; */
    flex-direction: column;
    margin-left: 300px;
    width: 100%;
}
/* .student-dashboard-top{
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
} */
/* BLUE BOX */
.dashboard-blue-box {
    background: linear-gradient(135deg, #1e73ff, #0056d2);
    color: #fff;
    border-radius: 25px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    transition: 0.4s;
}

.dashboard-blue-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* LEFT SIDE */
.dashboard-left {
    /* flex:1; */
    min-width: 280px;
}

.dashboard-left h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #fff;
}

.dashboard-left p {
    margin-bottom: 25px;
    opacity: 0.9;
    font-size: 14px;
    color: #fff;
}

/* STATS */
.dashboard-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 20px;
}

.dash-stat {
    background: rgba(255, 255, 255, 0.15);
    padding: 15px;
    border-radius: 12px;
    text-align: center;
    backdrop-filter: blur(5px);
    transition: 0.3s;
}

.dash-stat:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.05);
}

.dash-stat h3 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.dash-stat span {
    margin-bottom: 5px;
    font-size: 14px;
}

.dashboard-blue-box-two {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* ================= Upgrade Card ================= */

.dashboard-blue-two-top {
    background: linear-gradient(135deg, #1e73ff, #0056d2);
    border-radius: 25px;
    padding: 30px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
}

.dashboard-blue-two-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.upgrade-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #fff;
}

.upgrade-content p {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 15px;
    color: #fff;
}
.pro-badge-icon{
    background:linear-gradient(135deg,#ffb703,#fb8500);
    color:#fff;
    font-size:12px;
    font-weight:600;
    padding:5px 12px;
    border-radius:20px;
    display:inline-flex;
    align-items:center;
    gap:5px;
    box-shadow:0 5px 15px rgba(0,0,0,0.2);
    animation:glow 2s infinite alternate;
}

@keyframes glow{
    from{ box-shadow:0 0 5px rgba(255,183,3,0.5); }
    to{ box-shadow:0 0 15px rgba(255,183,3,0.9); }
}
.upgrade-btn {
    background: #fff;
    color: #1e73ff;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.3s;
}

.upgrade-btn:hover {
    background: #cc161e;
    color: #fff;
    transition: 0.3s;
}

.upgrade-img img {
    width: 90px;
    transition: 0.4s;
}

.dashboard-blue-two-top:hover .upgrade-img img {
    transform: scale(1.1) rotate(5deg);
}

/* ================= Balance Card ================= */

.dashboard-blue-two-bottam {
    background: linear-gradient(135deg, #1e73ff, #0056d2);
    border-radius: 25px;
    padding: 30px;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
}

.dashboard-blue-two-bottam:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.balance-top h4 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 600;
}

.balance-top span {
    font-size: 13px;
    opacity: 0.8;
    color: #fff;
}

.balance-amount {
    font-size: 40px;
    margin: 25px 0;
    font-weight: 700;
}

.balance-footer {
    background: rgba(0, 0, 0, 0.25);
    padding: 12px;
    border-radius: 12px;
    font-size: 14px;
}

/* ================= Responsive ================= */

@media(max-width:768px) {

    .dashboard-blue-two-top {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .upgrade-img img {
        width: 70px;
    }

    .balance-amount {
        font-size: 32px;
    }

}


/* RIGHT IMAGE */
.dashboard-right {
    flex: 1;
    text-align: right;
    min-width: 150px;
    margin-left: 20px;
}

.dashboard-right img {
    max-width: 280px;
    width: 100%;
    transition: 0.4s;
}

.dashboard-right img:hover {
    transform: scale(1.05);
}

/* ================= RESPONSIVE ================= */

@media(max-width:992px) {

    .student-layout {
        flex-direction: column;
    }

    .student-sidebar {
        width: 100%;
        position: relative;
    }

    .dashboard-blue-box {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .dashboard-right {
        text-align: center;
        margin-top: 20px;
    }

    .student-dashboard {
        /* flex: 1; */
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: center;
        margin-left: 0px;
    }
    .student-dashboard-top {
        /* flex: 1; */
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }



}
/* ===============================
   STUDENT DASHBOARD BOTTOM CARD
================================= */

.student-dashboard-bottam {
    width: 100%;
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

/* Main Card */
.course-overview-card {
    width: 100%;
    /* max-width: 520px; */
    background: #f5f7fb;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.4s ease;
}

.course-overview-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

/* Title */
.overview-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #222;
}

/* Row */
.overview-row {
    background: #ffffff;
    border-radius: 15px;
    padding: 18px 20px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s ease;
}

.overview-row:hover {
    transform: translateX(6px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

/* Text */
.overview-text span {
    font-size: 14px;
    color: #111;
    font-weight: 500;
}

.overview-text h2 {
    margin-top: 6px;
    font-size: 22px;
    font-weight: 700;
    color: #111;
}

/* Image Icon Box */
.overview-img {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    font-size: 22px;
}

.overview-img i {
    font-size: 22px;
    transition: 0.3s ease;
}

.overview-row:hover .overview-img i {
    transform: scale(1.15);
}
/* Background Colors */
.blue-bg {
    background: #dbeafe;
}

.green-bg {
    background: #d1fae5;
}

.orange-bg {
    background: #fde7c3;
}

/* ===============================
   RESPONSIVE
================================= */

@media(max-width:768px){

    .course-overview-card {
        max-width: 100%;
        padding: 20px;
    }

    .overview-row {
        padding: 15px;
    }

    .overview-text h2 {
        font-size: 18px;
    }

    .overview-img {
        width: 45px;
        height: 45px;
    }

}

.student-footer {
    width: 100%;
    background-color: #0b1a3a;
    padding: 10px 0px;
    position: relative;
    z-index: 9999;
    margin-top: 40vh;
}
.student-footer .footaer-bottom-left{
    color: #fff;
}



/* ==========================
   PURCHASE SECTION
========================== */
/* ===============================
   MY PURCHASE FULL WIDTH STYLE
================================ */

.student-purchase {
    margin-left: 280px;
    width: 100%;
}

/* Title */
.purchase-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Single Purchase Item */
.purchase-item {
    background: #e411111a;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 20px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;

    transition: 0.3s ease;
}

.purchase-item:hover {
    transform: translateY(-4px);
}

/* Left Content */
.purchase-left h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.purchase-left p {
    font-size: 14px;
    margin-bottom: 5px;
    color: #111;
}

/* Right Section */
.purchase-right {
    min-width: 250px;
}

/* Progress */
.progress-bar {
    height: 8px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: #e41111;
    border-radius: 10px;
    transition: 0.4s ease;
}

.progress-box span {
    font-size: 12px;
    display: block;
    margin-top: 5px;
}

/* Button */
.purchase-btn {
    display: inline-block;
    margin-top: 12px;
    padding: 8px 18px;
    background: #e41111;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.purchase-btn:hover {
    background: #b30d0d;
}

.purchase-btn.renew {
    background: #111;
}

/* ===============================
   RESPONSIVE
================================ */

@media(max-width:768px){

    .student-purchase {
        margin-left: 0;
        margin-top: 20px;
    }

    .purchase-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .purchase-right {
        width: 100%;
    }

}
.tab-box-two {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.purchase-item {
    background: #e411111a;
}

.student-video {
    margin-left: 280px;
    width: 100%;
}
@media(max-width:768px){
    .student-video {
        margin-left: 0;
        margin-top: 20px;
    }
}


/* student-login-section-end */

/* why-choose-section-start */

.why-choose-section {
    padding: 80px 20px;
    background: #f4f6fb;
    width: 100%;
    float: left;
}

.contact-info-left {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.section-title {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #152561;
    margin-bottom: 15px;
}

.section-title p {
    font-size: 16px;
    color: #111;
}

.why-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.why-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
}

.why-card:hover {
    transform: translateY(-10px);
}

.why-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.why-content {
    padding: 20px;
}

.why-content h3 {
    font-size: 20px;
    font-weight: 400;
    color: #152561;
    margin-bottom: 10px;
}

.why-content p {
    font-size: 14px;
    color: #111;
    font-weight: 400;
}

/* Responsive */
@media (max-width: 992px) {
    .why-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .why-row {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* why-choose-section-end */

/* mission_vission-section-start */

.mission-vision-section {
    padding: 80px 0;
    background: #f8f9fc;
    width: 100%;
    float: left;
}

.mission-vision-section .section-title {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.section-title h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #152561;
}

.section-title p {
    font-size: 16px;
    color: #555;
}

.mv-row {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.mv-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

.mv-card:hover {
    transform: translateY(-10px);
}

.mv-icon {
    font-size: 40px;
    color: #cc161e;
    margin-bottom: 20px;
}

.mv-card h3 {
    margin-bottom: 15px;
    color: #152561;
    font-size: 22px;
    font-weight: 600;
}

.mv-card p {
    font-size: 14px;
    color: #111;
    font-weight: 400;
    line-height: 1.7;
}

/* Responsive */
@media (max-width: 768px) {
    .mv-row {
        flex-direction: column;
        align-items: center;
    }
}

/* mission_vission-section-end */


/* Achivment-section-start */


.achievement-section {
    padding: 80px 0;
    color: #fff;
    width: 100%;
    float: left;
}

.section-title {
    text-align: center;
    max-width: 850px;
    /* margin: 0px 0px 10px; */
    margin: 0 auto 60px;
}

.section-title h2 {
    font-size: 34px;
    margin-bottom: 20px;
    color: #cc161e;
}

.section-title p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    opacity: 0.9;
    color: #000;
}

.achievement-row {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.achievement-card {
    background: #ffffff;
    color: #333;
    padding: 30px 25px;
    border-radius: 12px;
    width: 100%;
    max-width: 260px;
    text-align: center;
    transition: 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.achievement-card:hover {
    transform: translateY(-10px);
}

.achievement-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #152561;
}

.achievement-card p {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    color: #111;
}

/* Responsive */
@media (max-width: 992px) {
    .achievement-row {
        justify-content: center;
        /* display: grid;
    grid-template-columns: repeat(2,1fr); */
    }
}

@media (max-width: 768px) {
    .achievement-card {
        max-width: 100%;
    }
}

/* Achivment-section-end */


/* gallery-section-start */


.gallery-section {
    padding: 80px 0;
    background: #f8f9fc;
    width: 100%;
    float: left;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* Desktop 4 images */
    gap: 20px;
}

.gallery-item {
    position: relative;
    width: 100%;
    height: 250px;
    /* Fixed height */
    overflow: hidden;
    border-radius: 10px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Prevent image stretch */
    transition: 0.4s ease;
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(21, 37, 97, 0.85), rgba(204, 22, 30, 0.85));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s ease;
}

.gallery-overlay h4 {
    color: #fff;
    font-size: 16px;
    transform: translateY(15px);
    transition: 0.4s ease;
}

/* Hover Effect */
.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover .gallery-overlay h4 {
    transform: translateY(0);
}

/* Mobile Responsive - 2 images per row */
@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-item {
        height: 200px;
    }
}

/* gallery-section-end */

/* bank-maha-pack-section-start */

.mrc-bank-pack {
    width: 100%;
    float: left;
    padding: 80px 0px;
    background-color: #fff5f5;
}

.mrc-bank-pack h2 {
    font-size: 28px;
    font-weight: 700;
    color: #cc161e;
}

.mrc-bank-pack p {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

/* CONTENT */
.bank-pack-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}


/* IMAGE SAME HEIGHT */
.bank-img-wrapper {
    height: 100%;
    display: flex;
}

.bank-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}


/* FEATURES */
.bank-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 15px 0;
    /* background-color: #fff; */
    /* box-shadow: 5px 0px 15px #00000059; */
    border-radius: 10px;
}

.feature-item {
    background: #fff5f5;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #cc161e;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.explore-btn-two {
    align-items: start;
    background: #cc161e !important;
    color: #fff !important;
    font-weight: 600;
    border-radius: 30px !important;
    transition: 0.3s ease !important;
    border: 2px solid transparent !important;
    /* margin: auto; */
    padding: 8px 10px;
    text-align: center;
}

.explore-btn-two:hover {
    background: transparent !important;
    color: #cc161e !important;
    transform: translateY(-3px);
    border: 2px solid #cc161e !important;
}


/* PRICING CARD CENTER */
.pricing-card {

    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 280px;

}


/* PLAN */
/* DEFAULT PLAN */
.plan {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    background: #fafafa;
    border: 2px solid transparent;
    cursor: pointer;
    transition: 0.3s;
}

.plan h6 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

/* HOVER ONLY FOR DESKTOP */
@media (hover: hover) and (pointer: fine) {
    .plan:hover {
        border: 2px solid #cc161e;
        background: #fff;
    }
}


/* ACTIVE (CLICK/TOUCH) */
.plan.active {
    border: 2px solid #cc161e;
    background: #fff;
}


/* PRICE */
.price {
    font-size: 22px;
    font-weight: 700;
    color: #cc161e;
}

.old-price {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.old-price span {
    color: green;
    font-weight: 600;
}


/* BUTTON */
.apply-btn {
    width: 100%;
    padding: 10px;
    background: #cc161e;
    color: #fff;
    border: none;
    border-radius: 6px;
}


/* MOBILE */
@media(max-width:992px) {

    .bank-img {
        height: auto;
    }

    .pricing-card {
        margin: 20px 0;
    }

}

/* next-tab-area */

.course-tabs {
    display: flex;
    gap: 30px;
    border-bottom: 2px solid #eee;
    background: #fff;
    position: sticky;
    top: 80px;
    z-index: 999;
    padding: 10px 16px;
    border-radius: 8px;
}

.tab-btn {
    background: none;
    border: none;
    padding: 15px 0;
    font-weight: 600;
    font-size: 16px;
    color: #111;
    border-bottom: 3px solid transparent;
}

.tab-btn.active {
    color: #cc161e;
    border-color: #cc161e;
}

/* CONTENT */
.content-box {
    padding: 40px 0;
    border-bottom: 1px solid #cc161f;
}

.content-box:last-child {
    border-bottom: none;
}

.content-box h3 {
    font-size: 18px;
    color: #cc161e;
    font-weight: 600;
    margin-bottom: 20px;
}

.content-box p {
    font-size: 14px;
    color: #000;
    font-weight: 400;

}

.exam-list {
    padding-left: 0;
    margin-top: 10px;
    list-style: none;
}

.exam-list li {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-bottom: 6px;
    padding-left: 22px;
    position: relative;
}

/* Dot icon */
.exam-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #cc161e;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

/* syllabus */
.syllabus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.syllabus-card {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.syllabus-card h5 {
    font-size: 16px;
    font-weight: 700;
    color: #cc161e;
    margin-bottom: 10px;
}

.syllabus-card ul {
    padding-left: 0px;
    margin: 0;
}

.syllabus-card ul li {
    font-size: 13px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 18px;
}

.syllabus-card ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #cc161e;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

/* demo */
.demo-grid {
    display: grid;
    /* grid-template-columns:1fr 1fr; */
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.demo-grid iframe {
    width: 100%;
    height: 250px;
    border-radius: 10px;
}

.button-box-apply {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.apply-btn-two {
    width: 100%;
    padding: 8px 20px;
    background: #cc161e;
    color: #fff;
    border: none;
    border-radius: 8px;
    border: 2px solid #cc161e;
    transition: 0.3s;
}

.apply-btn-two:hover {
    background-color: transparent;
    border: 2px solid #cc161e;
    color: #cc161e;
    transition: 0.3s;
}


/* bank-maha-pack-section-end */

/* blog-job-css-start */

.blog-job-details-section {
    width: 100%;
    float: left;
    padding: 80px 0px;
}


/* HEADER */
.blog-job-header-box {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.blog-job-title-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.blog-job-title-area h2 {
    font-weight: 700;
    color: #cc161e;
    font-size: 28px;
}

.blog-job-subtitle {
    margin-top: 10px;
    color: #111;
    font-size: 14px;
}


/* BADGES */
.badge {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.badge.vacancy {
    background: #e8f5e9;
    color: #2e7d32;
}

.badge.new {
    background: #cc161e;
    color: #fff;
}


/* GRID */
.blog-section-title {
    font-size: 20px;
    font-weight: 700;
    color: #cc161e;
    margin-bottom: 15px;
    margin-top: 30px;
    border-left: 4px solid #cc161e;
    padding-left: 10px;
}

.blog-job-details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
    margin-bottom: 30px;
}

.blog-detail-box {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.blog-detail-box span {
    display: block;
    font-size: 14px;
    color: #111;
}

.blog-detail-box strong {
    font-size: 16px;
    color: #111;
}


/* DESCRIPTION */
.blog-job-description {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.blog-job-description h4 {
    color: #cc161e;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}


/* BUTTONS */
.blog-job-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}


/* APPLY NOW THREE */
.apply-now-three {
    background: #cc161e;
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

.apply-now-three:hover {
    background: #a31218;
}


/* NOTIFICATION */
.notification-btn {
    background: #0c1b36;
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}

.notification-btn:hover {
    background: #091224;
}

/* blog-job-css-end */








/* ===== WhatsApp Floating Button ===== */
.whatsapp-float {
    position: fixed;
    right: 25px;
    /* slightly off-screen */
    bottom: 90px;
    /* ABOVE back-to-top button */
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #25D366, #1EBE5D);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 26px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
    z-index: 9998;
    /* below top button if needed */
    transition: all 0.3s ease;
}

/* Hover Effect */
.whatsapp-float:hover {
    /* slide fully into view */
    transform: scale(1.08);
    color: #FFFFFF;
}



/* top_to_bottam-css-start */

#scroll {
    position: fixed;
    right: 24px;
    bottom: 20px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #cc161e;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 9999;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #152561;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

/* top_to_bottam-css-end */







@media (max-width: 361px) {


    .mega-title {
        font-size: 10px;
        font-weight: 700;
        margin-bottom: 15px;
        text-transform: uppercase;
        color: #cc161e;
    }

    .topbar-left-box {
        gap: 5px;
    }

    /* .topbar-area {
    height: 55px !important;
} */
    .topbar-text {
        font-size: 10px;
    }

    .topbar-right {
        display: none;
    }

    .section-title h2 {
        font-size: 30px;
        margin-bottom: 20px;
        color: #cc161e;
    }

    .banner-btn-group {
        margin-top: 0px;
        flex-direction: row;
        align-items: flex-start;
    }

    .whatsapp-btn {
        background-color: #1ebe5d !important;
        color: #fff !important;
        font-weight: 600 !important;
        padding: 6px 10px !important;
        border-radius: 30px !important;
        transition: 0.3s ease !important;
        margin-top: 20px;
    }

    .mrc-course-btn {
        background: #cc161e;
        color: #fff !important;
        font-weight: 600;
        padding: 8px 10px;
        border-radius: 30px;
        font-size: 14px;
        text-align: center;
        transition: 0.3s ease;
        margin-top: 20px;
    }



}


/* Extra Small Devices (phones <576px) */
@media (max-width: 575.98px) {


    .mega-title {
        font-size: 10px;
        margin-bottom: 8px;
    }

    .mega-box a {
        font-size: 12px;
    }

    .topbar-area {
        height: 40px;
    }

    .topbar-left-box {
        justify-content: center;
    }

    .offcanvas {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
        z-index: 99999;
    }

    .banner {
        height: 600px;
    }

    .about-main-left {
        width: 100%;
        box-shadow: 0px 0px 15px #00000053;
        overflow: hidden;
        border-radius: 8px;
        padding: 10px;
        margin-left: 0%;
    }

    .banner-left-area {
        align-items: center;
        padding: 0% 0% 10% 0%;
    }

    .banner-title {
        font-size: 18px;
        /* margin-top: 10%; */
        text-align: center;
        /* margin-left: 2%; */
        margin: 10% 10% 2%;
    }

    .banner-left-area p {
        text-align: center;
    }

    .offcanvas-title {
        width: 50%;
    }

    .navbar-nav {
        text-align: left;
    }

    .live-test-card {
        display: flex;
        flex-direction: column;
    }

    .live-test-card h4 {
        font-weight: 600;
        font-size: 18px;
        text-align: center;
    }

    .about-main-right {
        width: 100%;
        text-align: center;
        padding: 1% 4%;
        margin-top: 3%;
    }

    .popular-courses .section-title {
        font-size: 24px;
        font-weight: 700;
        color: #cc161e;
        margin: 0px auto 10px;
    }

    .padding-area {
        padding: 0% 0%;
    }

    .solution-section .solution-title {
        font-weight: 700;
        font-size: 20px;
        line-height: 1.3;
        color: #cc161e;
    }

    .section-title {
        text-align: center;
        max-width: 850px;
        margin: 0px 0px 10px;
        /* margin: 0 auto 60px; */
    }

    .faq-area .section-title {
        text-align: center;
        max-width: 850px;
        margin: 0 auto 10px;
        color: #cc161e;
        font-size: 28px;
        font-weight: 600;
    }

    .footer-about {
        text-align: left;
    }

    .footer-title {
        text-align: left;
    }

    .policy-links {
        flex-direction: row;
        gap: 10px;
    }

    .policy-links a {
        color: #fff;
        font-size: 12px;
    }

    .breadcrumbs-color {
        padding: 1% 28%;
    }

    .breadcrumbs-area h2 {
        font-size: 28px;
    }

    .breadcrumbs-area-two h3 {
        font-size: 28px;
        color: #fff;
        font-weight: 600;
    }

    .bread-text {
        padding: 4% 0%;
    }

    .blog-job-title-area h2 {
        font-size: 22px;
    }

    .demo-grid {
        display: grid;
        /* grid-template-columns: 1fr 1fr; */
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .footer-social {
        margin-top: 15px;
        text-align: left;
        margin-bottom: 15px;
    }

    #scroll {
        right: 22px;
        bottom: 16px;
        z-index: 99999;
    }
.student-footer {
    width: 100%;
    background-color: #0b1a3a;
    padding: 10px 0px;
    position: relative;
    z-index: 9999;
    margin-top: 0vh;
}

}

/* Small Devices (≥576px and <768px) */
@media (min-width: 576px) and (max-width: 767.98px) {

    .topbar-area {
        height: 40px;
    }

    .topbar-left-box {
        justify-content: center;
    }

    .offcanvas {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
        z-index: 99999;
    }

    .banner {
        height: 600px;
    }

    .about-main-left {
        width: 100%;
        box-shadow: 0px 0px 15px #00000053;
        overflow: hidden;
        border-radius: 8px;
        padding: 10px;
        margin-left: 0%;
    }

    .banner-left-area {
        align-items: center;
        padding: 0% 0% 10% 0%;
    }

    .banner-title {
        font-size: 24px;
        /* margin-top: 10%; */
        text-align: center;
        /* margin-left: 2%; */
        margin: 10% 10% 2%;
    }

    .banner-left-area p {
        text-align: center;
    }

    .offcanvas-title {
        width: 50%;
    }

    .navbar-nav {
        text-align: left;
    }

    .live-test-card {
        display: flex;
        flex-direction: column;
    }

    .live-test-card h4 {
        font-weight: 600;
        font-size: 18px;
        text-align: center;
    }

    .about-main-right {
        width: 100%;
        text-align: center;
        padding: 1% 4%;
        margin-top: 3%;
    }

    .section-title {
        text-align: center;
        max-width: 850px;
        margin: 0px 0px 10px;
        /* margin: 0 auto 60px; */
    }

    .footer-about {
        text-align: left;
    }

    .footer-title {
        text-align: left;
    }

    .policy-links {
        flex-direction: row;
        gap: 10px;
    }

    .policy-links a {
        color: #fff;
        font-size: 12px;
    }

    .breadcrumbs-color {
        padding: 1% 28%;
    }

    .breadcrumbs-area h2 {
        font-size: 28px;
    }

    .bread-text {
        padding: 4% 0%;
    }

    .padding-area {
        padding: 0% 0%;
    }



    #scroll {
        right: 23px;
        bottom: 10px;
        z-index: 9999;
    }

.student-footer {
    width: 100%;
    background-color: #0b1a3a;
    padding: 10px 0px;
    position: relative;
    z-index: 9999;
    margin-top: 0vh;
}

}

/* Medium Devices (≥768px and <992px) */
@media (min-width: 768px) and (max-width: 991.98px) {

    .container {
        max-width: 100%;
    }

    .topbar-area {
        height: 40px;
    }

    .topbar-left-box {
        justify-content: center;
    }

    .banner-title {
        font-size: 28px;
        font-weight: 600;
        color: #000;
    }

    .banner {
        width: 100%;
        float: left;
        height: 360px;
        position: relative;
        /* padding: 0px 0px 53px; */
        margin-bottom: 0px;
    }

    .live-test-card {
        background: #cc161e29;
        border-radius: 12px;
        padding: 20px;
        margin: 1%;
        box-shadow: 0px 0px 15px #00000024;
        text-align: center;
        flex-direction: column;
        gap: 10px;
    }

    .faq-area .section-title {
        font-size: 32px;
    }

    .popular-courses .section-title {
        font-size: 32px;
    }

    .padding-area {
        padding: 0% 0%;
    }

    .section-title h2 {
        font-size: 32px;
        margin-bottom: 20px;
        color: #cc161e;
    }

    .breadcrumbs-color {
        padding: 1% 37%;
    }

    .breadcrumbs-area h2 {
        font-size: 36px;
    }

    .about-main-right {
        width: 100%;
        text-align: left;
        padding: 4% 4%;
    }

    .teacher-content h2 {
        font-size: 32px;
    }

    .footaer-bottom-left {
        font-size: 13px;
        font-weight: 400;
    }

    .footer-bottom-right a {
        font-size: 13px;
    }

    .footer-links,
    .footer-contact {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer-title-left {
        text-align: center;
    }

    .policy-links {
        flex-direction: row;
        gap: 10px;
    }

    .policy-links a {
        color: #fff;
        font-size: 12px;
    }

    #scroll {
        right: 23px;
        bottom: 10px;
        z-index: 9999;
    }

.student-footer {
    width: 100%;
    background-color: #0b1a3a;
    padding: 10px 0px;
    position: relative;
    z-index: 9999;
    margin-top: 0vh;
}


}

/* Large Devices (≥992px and <1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {

    .topbar-right {
        color: #fff;
        font-size: 14px;
        text-align: center;
        display: block;
    }

    .navbar-area {
        width: 100%;
        background-color: #fff;
        box-shadow: 0px 0px 15px #0000001c;
    }

    .navbar-nav .nav-link {
        font-size: 14px;
        font-weight: 600;
        color: #000 !important;
        padding: 8px 8px !important;
        transition: 0.3s ease-in-out;
        border-radius: 6px;
    }

    .banner-nxt-gallery .owl-nav {
        width: 98%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        top: 30%;
        margin-left: 1%;
    }

    #scroll {
        right: 23px;
        bottom: 10px;
        z-index: 9999;
    }

}

/* Extra Large Devices (≥1200px) */
@media (min-width: 1200px) {}

/* ===============================================ADMIN LOGIN START HERE ==================================== */
/* ADMIN PANEL  */
.img_wrap {
 display: flex;
 justify-content: center;
 align-items: center;
 margin-bottom: 20px;
}
.img_wrap img {
 height: 100px;
 width: 100px;
 border-radius: 5px;
}
/* ===========success msg================= */
.success-msg{
background:#d4edda;
color:#155724;
padding:10px;
border-radius:6px;
text-align:center;
margin-bottom:15px;
}

.error-popup{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.5);
display:flex;
align-items:center;
justify-content:center;
z-index:9999;
}

.popup-box{
background:#fff;
padding:25px;
border-radius:8px;
text-align:center;
width:300px;
box-shadow:0 5px 20px rgba(0,0,0,0.3);
}

.popup-box i{
font-size:40px;
color:red;
margin-bottom:10px;
}

.popup-box button{
margin-top:15px;
padding:6px 15px;
border:none;
background:#dc3545;
color:#fff;
border-radius:4px;
cursor:pointer;
}

/*============================ STUDENTS ====================================*/
/* MAIN CONTENT AREA */

.student-content{
margin-left:240px;
padding:30px;
background:#f3f4f7;
min-height:100vh;
}

/* FORM CONTAINER */

.content-wrapper{
background:#ead6d8;
padding:35px;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
max-width:100%;
}

/* PAGE TITLE */

.page-title{
color:#d81b1b;
font-size:30px;
font-weight:600;
margin-bottom:25px;
}

/* FORM GROUP */

.form-group{
margin-bottom:20px;
}

.form-group label{
font-weight:600;
margin-bottom:6px;
display:block;
}

/* INPUT */

.form-control{
width:100%;
padding:12px;
border:1px solid #ccc;
border-radius:6px;
font-size:14px;
}

/* BUTTON */

.add-btn{
background:#d71920;
color:#fff;
border:none;
padding:10px 20px;
border-radius:6px;
cursor:pointer;
margin-top:10px;
}

.add-btn:hover{
background:#b7151a;
}

/* RESPONSIVE */

@media(max-width:992px){

.student-content{
margin-left:0;
padding:20px;
}

.content-wrapper{
padding:25px;
}

}

@media(max-width:600px){

.page-title{
font-size:24px;
}

.form-control{
padding:10px;
}

.add-btn{
width:100%;
}

}
.action-top .action-edit {
    background: green;
    padding: 8px 37px;
    border-radius: 5px;
    color: #fff;
}
.action-top .action-dlt {
    background: red;
    padding: 8px 37px;
    border-radius: 5px;
    color: #fff;
} 
.action-image img {
    height: 80px;
    width:  80px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 10px;
}

/* Edit blog */
.edit_up {
 margin-left: 200px;
}


