body {
    font-family: 'Noto Serif Devanagari', sans-serif;
}
.footer {
    background-color: #f8f9fa;
    padding: 20px 0;
}
.footer a {
    color: #333;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.navbar {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.navbar-brand img {
    height: 40px;
    margin-right: 10px;
}
.sidebar {
    min-height: 100vh;
    background-color: #f8f9fa;
}
.content {
    padding: 20px;
}
.dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}
.header-image img {
    max-height: 200px;
    object-fit: cover;
    width: 100%;
}
.tox-tinymce {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.gallery-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 8px;
}

