/* Custom Styles for MPBIAN Homepage */
body {
    font-family: 'Hind Siliguri', 'Noto Sans Bengali', Arial, sans-serif;
    background: #faf8f6;
}

.navbar-brand, .section-title, .card-title, .card-text, .feature-card, .accordion-button, .accordion-body, footer, h1, h2, h5, h6, p, a, button, .btn, .small {
    font-family: 'Hind Siliguri', 'Noto Sans Bengali', Arial, sans-serif !important;
}

.navbar-brand {
    font-size: 1.6rem;
    letter-spacing: 1px;
}

.section-title {
    font-weight: 700;
    color: #3b3b3b;
    letter-spacing: 1px;
}

.hero-section {
    background: linear-gradient(90deg, #e0eafc 0%, #cfdef3 100%);
}

.card {
    border: none;
    border-radius: 1rem;
    transition: box-shadow 0.2s;
}
.card:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.10);
    transform: translateY(-4px);
}
.card-img-top {
    border-radius: 1rem 1rem 0 0;
    height: 180px;
    object-fit: cover;
}

.feature-card {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: box-shadow 0.2s;
}
.feature-card:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.10);
}

.btn {
    border-radius: 2rem;
    font-weight: 500;
}

footer {
    background: #23272b !important;
}
footer h5, footer span {
    font-weight: 600;
}
footer a {
    transition: color 0.2s;
}
footer a:hover {
    color: #0dcaf0 !important;
}

/* Accordion Custom */
.accordion-button:not(.collapsed) {
    color: #0d6efd;
    background-color: #e7f1ff;
}

/* Search Filter Form Styles */
.search-filter-form input[type="search"] {
    min-width: 140px;
    font-size: 1rem;
}
.search-filter-form select {
    min-width: 90px;
    font-size: 1rem;
}
.search-filter-form button {
    min-width: 44px;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .navbar-nav {
        text-align: center;
    }
    .navbar .btn {
        margin: 10px 0 0 0;
    }
    .search-filter-form {
        margin-top: 10px;
        width: 100%;
    }
    .search-filter-form input,
    .search-filter-form select {
        width: 100%;
        margin-bottom: 8px;
    }
    .search-filter-form button {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .card-img-top {
        height: 140px;
    }
    .feature-card {
        padding: 1.2rem 0.5rem;
    }
}
@media (max-width: 575px) {
    .hero-section h1 {
        font-size: 1.5rem;
    }
    .section-title {
        font-size: 1.2rem;
    }
}

/* App Install Bar */
.app-bar {
    background: #f8f3ef;
    color: #444;
    font-size: 0.98rem;
    border-bottom: 1px solid #f0e6e6;
}
.app-bar a {
    color: #8e44ad;
}

/* Header Search Box */
.search-header-form {
    position: relative;
    width: 100%;
}
.search-header-form input[type="search"] {
    padding-right: 44px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    background: #fff;
    border: 1px solid #eee;
}
.search-header-form button {
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #888;
    font-size: 1.1rem;
}
.search-header-form .search-category-select {
  min-width: 90px;
  border-radius: 2rem;
  font-size: 1rem;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  padding-left: 16px;
  padding-right: 8px;
}
@media (max-width: 991px) {
  .search-header-form .search-category-select {
    min-width: 80px;
    font-size: 0.98rem;
    margin-right: 6px !important;
    padding-left: 10px;
    padding-right: 4px;
  }
}

/* Category Menu Bar */
.category-menu-bar {
    /* background: #f6f0ff; */
    border-radius: 14px;
    margin-top: 12px;
    margin-bottom: 18px;
    /* box-shadow: 0 2px 8px rgba(142,68,173,0.04); */
}
.cat-menu-item {
    display: inline-flex;
    align-items: center;
    background: #fff;
    color: #8e44ad;
    font-weight: 500;
    border-radius: 8px;
    padding: 6px 18px;
    font-size: 1.08rem;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 1px 4px rgba(142,68,173,0.04);
}
.cat-menu-item:hover {
    background: #e9d8fd;
    color: #5e3370;
}

/* Hero Info Box */
.hero-info-box {
    background: #d6ffe6;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.07);
    max-width: 650px;
    border: 3px solid #1a3d2b10;
}
.hero-info-box .btn-success {
    background: #9A0009;
    border: none;
    font-size: 1.15rem;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(46,204,113,0.08);
}
.hero-info-box .btn-success:hover {
    background: #af010d;
}

/* Responsive */
@media (max-width: 991px) {
    .category-menu-bar {
        border-radius: 10px;
        margin-top: 8px;
        margin-bottom: 12px;
    }
    .cat-menu-item {
        font-size: 1rem;
        padding: 5px 12px;
    }
    .hero-info-box {
        padding: 1.2rem 0.7rem;
    }
}
@media (max-width: 575px) {
    .category-menu-bar {
        border-radius: 7px;
        margin-top: 5px;
        margin-bottom: 7px;
    }
    .cat-menu-item {
        font-size: 0.98rem;
        padding: 4px 8px;
    }
    .hero-info-box {
        padding: 0.7rem 0.3rem;
    }
}

/* Founder About Section */
.about-founder-section {
    background: transparent;
}
.text-founder {
    color: #9A0009;
    font-weight: 700;
    font-size: 3rem;
    display: inline-block;
    line-height: 1.1;
}
.founder-img-box {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(146,102,246,0.08);
    padding: 0.5rem;
    max-width: 320px;
}
.founder-img {
    border-radius: 18px;
    width: 100%;
    max-width: 320px;
    object-fit: cover;
}
.founder-name-badge {
    background: #9A0009;
    color: #fff;
    font-size: 1.2rem;
    margin-top: -8px;
    box-shadow: 0 2px 8px rgba(146,102,246,0.10);
    display: inline-block;
}
.about-founder-desc {
    color: #5a5a5a;
    font-size: 1.15rem;
    max-width: 600px;
}
@media (max-width: 991px) {
    .about-founder-section .display-4 {
        font-size: 2.1rem;
    }
    .text-founder {
        font-size: 2rem;
    }
    .founder-img-box {
        max-width: 220px;
    }
    .founder-img {
        max-width: 220px;
    }
}
@media (max-width: 575px) {
    .about-founder-section .display-4 {
        font-size: 1.3rem;
    }
    .text-founder {
        font-size: 1.1rem;
    }
    .about-founder-desc {
        font-size: 1rem;
    }
}

/* Dark Mode Styles */
body.dark-mode {
    background: #181a1b;
    color: #e4e6eb;
}
body.dark-mode .navbar,
body.dark-mode .navbar-brand,
body.dark-mode .app-bar {
    background: #23272b !important;
    color: #e4e6eb !important;
    border-bottom: 1px solid #23272b;
}
body.dark-mode .search-header-form input[type="search"] {
    background: #23272b;
    color: #e4e6eb;
    border: 1px solid #333;
}
body.dark-mode .search-header-form input[type="search"]::placeholder {
    color: #b0b3b8;
}
body.dark-mode .category-menu-bar {
    background: #23272b;
    box-shadow: none;
}
body.dark-mode .cat-menu-item {
    background: #181a1b;
    color: #b39ddb;
    box-shadow: none;
}
body.dark-mode .cat-menu-item:hover {
    background: #2d2f31;
    color: #fff;
}
body.dark-mode .hero-info-box {
    background: #23272b;
    color: #e4e6eb;
    border-color: #333;
}
body.dark-mode .hero-info-box .btn-success {
    background: #7ed957;
    color: #23272b;
}
body.dark-mode .hero-info-box .btn-success:hover {
    background: #5bbd3e;
}
body.dark-mode .card,
body.dark-mode .feature-card {
    background: #23272b;
    color: #e4e6eb;
    box-shadow: none;
}
body.dark-mode .accordion-button,
body.dark-mode .accordion-body {
    background: #23272b;
    color: #e4e6eb;
}
body.dark-mode .accordion-button:not(.collapsed) {
    background: #181a1b;
    color: #7ed957;
}
body.dark-mode .about-founder-section {
    background: transparent;
}
body.dark-mode .founder-img-box {
    background: #23272b;
    box-shadow: none;
}
body.dark-mode .founder-name-badge {
    background: #7c4dff;
    color: #fff;
}
body.dark-mode .about-founder-desc {
    color: #b0b3b8;
}
body.dark-mode footer {
    background: #181a1b !important;
    color: #e4e6eb;
}
body.dark-mode footer a {
    color: #b39ddb;
}
body.dark-mode footer a:hover {
    color: #7ed957 !important;
}
body.dark-mode .navbar .fs-5 i,
body.dark-mode .navbar .fa,
body.dark-mode .navbar .fa-solid,
body.dark-mode .navbar .fa-shopping-cart,
body.dark-mode .navbar .fa-bell,
body.dark-mode .navbar .fa-moon,
body.dark-mode .navbar .fa-sun,
body.dark-mode .navbar .fa-bars {
    color: #fff !important;
}
body.dark-mode .hero-section {
    background: linear-gradient(90deg, #23272b 0%, #181a1b 100%) !important;
}
body.dark-mode #books,
body.dark-mode #pdf,
body.dark-mode .about-founder-section,
body.dark-mode .features-section,
body.dark-mode .category-menu-bar {
    background: #181a1b !important;
}
body.dark-mode section,
body.dark-mode .py-5,
body.dark-mode .bg-light {
    background: #181a1b !important;
} 

/* Course Page Specific Styles */
.course-page-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 0 0 20px 20px;
    margin-bottom: 20px;
}
.course-stats .badge {
    font-size: 0.9rem;
    padding: 8px 16px;
}
.course-filters {
    border-radius: 12px;
    margin: 0 15px 20px 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.course-card {
    transition: all 0.3s ease;
    border: none;
    border-radius: 15px;
    overflow: hidden;
}
.course-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}
.course-image-container {
    position: relative;
    overflow: hidden;
}
.course-image-container img {
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.course-card:hover .course-image-container img {
    transform: scale(1.05);
}
.course-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    justify-content: space-between;
}
.course-meta {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    font-size: 0.9rem;
    color: #666;
}
.course-rating {
    margin-bottom: 15px;
}
.course-price {
    font-size: 1.2rem;
}
.cat-menu-item.active {
    background: #8e44ad;
    color: white;
}
.cat-menu-item.active:hover {
    background: #7d3c98;
    color: white;
}

/* Dark Mode for Course Page */
body.dark-mode .course-page-header {
    background: linear-gradient(135deg, #23272b 0%, #181a1b 100%);
}
body.dark-mode .course-filters {
    background: #23272b !important;
    color: #e4e6eb;
}
body.dark-mode .course-filters .form-select {
    background: #181a1b;
    color: #e4e6eb;
    border: 1px solid #333;
}
body.dark-mode .course-meta {
    color: #b0b3b8;
}
body.dark-mode .course-card {
    background: #23272b;
    color: #e4e6eb;
}
body.dark-mode .cat-menu-item.active {
    background: #7c4dff;
    color: white;
}
body.dark-mode .cat-menu-item.active:hover {
    background: #6a3de8;
    color: white;
}

/* Responsive Course Page */
@media (max-width: 991px) {
    .course-page-header {
        border-radius: 0 0 15px 15px;
    }
    .course-stats {
        text-align: center;
        margin-top: 15px;
    }
    .course-filters {
        margin: 0 10px 15px 10px;
    }
}
@media (max-width: 767px) {
    .course-page-header .display-5 {
        font-size: 1.8rem;
    }
    .course-meta {
        flex-direction: column;
        gap: 5px;
    }
    .course-overlay {
        flex-direction: column;
        gap: 5px;
    }
} 

/* Profile Drawer Styles */
.profile-drawer {
    position: fixed;
    top: 0;
    right: -400px;
    width: 350px;
    max-width: 95vw;
    height: 100vh;
    background: transparent;
    z-index: 1055;
    transition: right 0.3s cubic-bezier(.4,2,.6,1);
    pointer-events: none;
}
.profile-drawer.open {
    right: 0;
    pointer-events: auto;
}
.profile-drawer-content {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(60,60,60,0.18);
    margin: 32px 16px 16px 16px;
    padding: 28px 20px 18px 20px;
    min-height: 80vh;
    max-height: 92vh;
    overflow-y: auto;
}
.profile-avatar {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    background: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-menu li {
    margin-bottom: 10px;
}
.profile-menu li a {
    color: #444;
    font-size: 1.08rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 7px 0 7px 0;
    border-radius: 6px;
    transition: background 0.15s;
}
.profile-menu li a:hover {
    background: #f6f0ff;
    color: #8e44ad;
}
.edit-profile-link {
    font-size: 0.98rem;
}
.logout-link {
    font-size: 1.08rem;
    text-align: left;
    margin-top: 10px;
}
.profile-drawer-backdrop {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(60,60,60,0.18);
    z-index: 1050;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
}
.profile-drawer.open ~ .profile-drawer-backdrop {
    opacity: 1;
    pointer-events: auto;
}
.btn-close-drawer {
    position: absolute;
    top: 18px;
    right: 18px;
    background: none;
    border: none;
    color: #888;
    font-size: 1.5rem;
    z-index: 2;
    transition: color 0.2s;
}
.btn-close-drawer:hover {
    color: #e74c3c;
    background: none;
}

/* Dark Mode Drawer */
body.dark-mode .profile-drawer-content {
    background: #23272b;
    color: #e4e6eb;
    box-shadow: 0 8px 32px rgba(30,30,30,0.28);
}
body.dark-mode .profile-menu li a {
    color: #e4e6eb;
}
body.dark-mode .profile-menu li a:hover {
    background: #2d2f31;
    color: #7ed957;
}
body.dark-mode .profile-avatar {
    background: #181a1b;
}
body.dark-mode .logout-link {
    color: #ff7675;
}
body.dark-mode .edit-profile-link {
    color: #7ed957;
} 

/* Subject Mega Dropdown Styles */
.dropdown-subject {
    display: inline-block;
    position: relative;
}
.dropdown-toggle-subject {
    cursor: pointer;
}
.subject-mega-dropdown {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    min-width: 260px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(60,60,60,0.13);
    padding: 18px 0 18px 0;
    z-index: 2000;
    transition: all 0.2s;
}
.dropdown-subject.show .subject-mega-dropdown {
    display: block;
}
.subject-main-list > li {
    padding: 10px 28px 10px 22px;
    font-size: 1.08rem;
    font-weight: 500;
    color: #444;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    transition: background 0.15s;
}
.subject-main-list > li:hover, .subject-main-list > li:focus {
    background: #f6f0ff;
    color: #8e44ad;
}
.subject-has-sub {
    position: relative;
}
.subject-has-sub > ul.subject-sub-list {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 180px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(60,60,60,0.10);
    padding: 10px 0;
    z-index: 2100;
}
.subject-has-sub:hover > ul.subject-sub-list {
    display: block;
}
.subject-sub-list > li {
    padding: 7px 18px 7px 16px;
    font-size: 1rem;
    color: #444;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.15s;
}
.subject-sub-list > li:hover {
    background: #e9d8fd;
    color: #5e3370;
}

/* Responsive */
@media (max-width: 991px) {
    .subject-mega-dropdown {
        left: 0;
        min-width: 210px;
        padding: 10px 0;
    }
    .subject-has-sub > ul.subject-sub-list {
        min-width: 140px;
    }
}
@media (max-width: 575px) {
    .subject-mega-dropdown {
        min-width: 160px;
        padding: 6px 0;
    }
    .subject-main-list > li {
        font-size: 0.98rem;
        padding: 7px 12px 7px 10px;
    }
}

/* Dark Mode Mega Dropdown */
body.dark-mode .subject-mega-dropdown,
body.dark-mode .subject-has-sub > ul.subject-sub-list {
    background: #23272b;
    color: #e4e6eb;
    box-shadow: 0 8px 32px rgba(30,30,30,0.18);
}
body.dark-mode .subject-main-list > li,
body.dark-mode .subject-sub-list > li {
    color: #e4e6eb;
}
body.dark-mode .subject-main-list > li:hover,
body.dark-mode .subject-main-list > li:focus {
    background: #2d2f31;
    color: #7ed957;
}
body.dark-mode .subject-sub-list > li:hover {
    background: #2d2f31;
    color: #7ed957;
} 

/* Mobile Sidebar Menu Styles */
.mobile-mainmenu-btn {
    display: none;
}
@media (max-width: 991px) {
    .mobile-mainmenu-btn {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        background: none;
        border: none;
        color: #444;
        font-size: 1.5rem;
        margin-right: 8px;
    }
    .search-header-form {
        display: none !important;
    }
}
.mobile-sidebar-menu {
    display: none;
}
@media (max-width: 991px) {
    .mobile-sidebar-menu {
        display: block;
        position: fixed;
        top: 0; left: 0; bottom: 0;
        width: 100vw;
        z-index: 3000;
        pointer-events: none;
    }
    .mobile-sidebar-content {
        position: fixed;
        top: 0; left: -270px;
        width: 250px;
        height: 100vh;
        background: #f8f3ef !important;
        box-shadow: 2px 0 24px rgba(60,60,60,0.13), 0 0 0 1px #e0d7d0;
        border-radius: 0 18px 18px 0;
        border-right: 1.5px solid #e0d7d0;
        padding: 0 0 24px 0;
        transition: left 0.3s cubic-bezier(.4,2,.6,1);
        overflow-y: auto;
        pointer-events: auto;
    }
    .mobile-sidebar-menu.open .mobile-sidebar-content {
        left: 0;
    }
    .mobile-sidebar-backdrop {
        position: fixed;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(60,60,60,0.18);
        z-index: 2999;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s;
    }
    .mobile-sidebar-menu.open .mobile-sidebar-backdrop {
        opacity: 1;
        pointer-events: auto;
    }
    .mobile-sidebar-menu:not(.open) .mobile-sidebar-content {
        left: -270px;
    }
    .mobile-sidebar-menu:not(.open) .mobile-sidebar-backdrop {
        opacity: 0;
        pointer-events: none;
    }
    .btn-close-mobile-sidebar {
        position: absolute;
        top: 18px;
        right: 18px;
        background: none;
        border: none;
        color: #888;
        font-size: 1.5rem;
        z-index: 2;
        transition: color 0.2s;
    }
    .btn-close-mobile-sidebar:hover {
        color: #e74c3c;
    }
    .mobile-menu-list > li {
        padding: 10px 24px 10px 18px;
        font-size: 1.08rem;
        font-weight: 500;
        color: #444;
        border-radius: 8px;
        position: relative;
        cursor: pointer;
        transition: background 0.15s;
    }
    .mobile-menu-list > li > a {
        color: #444;
        text-decoration: none;
        display: flex;
        align-items: center;
        transition: color 0.2s ease;
    }
    .mobile-menu-list > li:hover, .mobile-menu-list > li:focus {
        background: #f6f0ff;
        color: #8e44ad;
    }
    .mobile-menu-list > li:active {
        background: #e9d8fd;
        transform: scale(0.98);
    }
    .mobile-has-sub > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        user-select: none;
    }
    .mobile-has-sub > a .fa-chevron-down,
    .mobile-has-sub > a .fa-chevron-right {
        transition: transform 0.3s ease;
    }
    .mobile-has-sub.open > a .fa-chevron-down {
        transform: rotate(180deg);
    }
    .mobile-has-sub.open > a .fa-chevron-right {
        transform: rotate(90deg);
    }
    .mobile-has-sub > ul.mobile-sub-list {
        display: none;
        background: #f3eaff;
        border-radius: 8px;
        margin-top: 6px;
        margin-bottom: 6px;
        padding: 4px 0 4px 0;
        box-shadow: 0 2px 8px rgba(142,68,173,0.04);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-in-out;
    }
    .mobile-has-sub.open > ul.mobile-sub-list {
        display: block;
        max-height: 500px;
    }
    .mobile-sub-list > li > a {
        color: #444;
        font-size: 0.98rem;
        text-decoration: none;
        padding: 7px 0 7px 0;
        display: flex;
        align-items: center;
        transition: all 0.2s ease;
        border-radius: 6px;
        margin: 2px 0;
    }
    .mobile-sub-list > li > a:hover {
        color: #8e44ad;
        background: #f6f0ff;
        transform: translateX(5px);
    }
    .mobile-sub-list > li > a:active {
        background: #e9d8fd;
        transform: translateX(5px) scale(0.98);
    }
    .mobile-sub-list .mobile-has-sub > a {
        justify-content: space-between;
    }
}
@media (min-width: 992px) {
    .mobile-sidebar-menu, .mobile-mainmenu-btn {
        display: none !important;
    }
}
/* Dark Mode Mobile Sidebar */
body.dark-mode .mobile-sidebar-content {
    background: #23272b;
    color: #e4e6eb;
    box-shadow: 2px 0 24px rgba(30,30,30,0.18);
}
body.dark-mode .mobile-menu-list > li,
body.dark-mode .mobile-menu-list > li > a,
body.dark-mode .mobile-sub-list > li > a {
    color: #e4e6eb;
}
body.dark-mode .mobile-menu-list > li:hover,
body.dark-mode .mobile-menu-list > li:focus {
    background: #2d2f31;
    color: #7ed957;
}
body.dark-mode .mobile-sub-list {
    background: #181a1b;
}
body.dark-mode .btn-close-mobile-sidebar {
    color: #fff;
} 

@media (max-width: 575px) {
    .navbar .container.align-items-center {
        flex-wrap: nowrap !important;
        gap: 0.2rem;
    }
    .navbar-brand {
        font-size: 1.1rem;
        margin-right: 0.2rem;
    }
    .navbar-brand img {
        width: 24px !important;
        margin-right: 4px !important;
    }
    .mobile-mainmenu-btn {
        font-size: 1rem !important;
        margin-right: 2px !important;
        padding: 2px 6px !important;
    }
    .d-flex.align-items-center.ms-auto > a,
    .d-flex.align-items-center.ms-auto > .mode-toggle {
        font-size: 1.1rem !important;
        margin-right: 0.3rem !important;
    }
    .d-flex.align-items-center.ms-auto > a:last-child {
        margin-right: 0 !important;
    }
    .category-menu-bar {
        display: none !important;
    }
} 

.navbar.sticky-top {
  z-index: 1040;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  .navbar.sticky-top {
    z-index: 1040;
  }
}

.teacher-card {
  transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
  cursor: pointer;
  background: #fff;
}
.teacher-card:hover {
  box-shadow: 0 6px 24px rgba(142,68,173,0.10);
  border-color: #8e44ad !important;
  transform: translateY(-4px) scale(1.03);
  z-index: 2;
}
.teacher-card img {
  box-shadow: 0 2px 8px rgba(142,68,173,0.08);
  background: #f8f3ef;
}
.footer-menu ul{
    text-align: center;
}
.footer-menu ul li {
    display: inline-block;
    padding: 0px 8px;

}
.footer-menu ul li a{
    text-decoration: none;
    color: #fff;

}

.payment-img{
    width:450px;
}
.payment-img img{
    width: 100%;
}

@media (max-width: 575px) {
  .teacher-card {
    padding: 1.1rem 0.3rem;
  }
  .teacher-card img {
    width: 56px !important;
    height: 56px !important;
  }
} 

