:root {
    --navy-blue: #001f3f;
    --gold: #d4af37;
    --soft-bg: #f8f9fa;
    --navy: #001f3f;
        
}

body { background-color: var(--soft-bg); font-family: 'Noto Sans Devanagari', Arial, sans-serif; }

.text-navy { color: var(--navy-blue) !important; }
.btn-navy { background-color: var(--navy-blue); color: white; border: none; }
.btn-navy:hover { background-color: #003366; color: white; }
.bg-gold { background-color: var(--gold); }
.text-gold { color: var(--gold) !important; }
.border-gold { border: 2px solid var(--gold) !important; }

/* Cards Styling */
.category-card {
    transition: all 0.3s ease;
    border-radius: 12px;
    border: 1px solid #eee;
}
.category-card:hover {
    transform: translateY(-5px);
    background: var(--navy-blue);
}
.category-card:hover span { color: white !important; }

.article-card {
    transition: all 0.3s ease;
    border-radius: 15px;
}
.article-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

/* Pagination Styling */
.pagination .page-link {
    color: var(--navy-blue);
    border: none;
    margin: 0 3px;
    border-radius: 8px !important;
}
.pagination .page-item.active .page-link {
    background-color: var(--navy-blue);
    color: white;
}




.card-img-top {
    height: 180px;
    object-fit: cover;
}



.article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 15px;
    display: block;
}


.article-content {
    font-family: 'Noto Sans Devanagari', Arial, sans-serif; 
    color: #333;
    line-height: 1.8;
}

.text-navy { color: #001f3f !important; }

.breadcrumb-item a { text-decoration: none; font-weight: 500; }

.article-content p {
    margin-bottom: 1.5rem;
}

/* मोबाईलवर मजकूर अधिक स्पष्ट दिसण्यासाठी */
@media (max-width: 768px) {
    .display-6 { font-size: 1.8rem; }
    .article-content { font-size: 1.1rem; }
}

@media (min-width: 992px) {
    .sidebar {
        position: sticky;
        top: 100px;
        align-self: flex-start;
    }
}


.breadcrumb {
    font-size: 14px;
}

.breadcrumb a:hover {
    color: #0d6efd;
    text-decoration: underline;
}


 .bg-navy { background-color: #001f3f; }
    .border-top-gold { border-top: 4px solid #d4af37; }
    .text-gold { color: #d4af37 !important; }
    .btn-gold { background-color: #d4af37; color: #001f3f; fw-bold; }
    .btn-gold:hover { background-color: #b8962d; color: #001f3f; }
    .text-light-muted { color: #adb5bd; }
    
    .footer-links li { margin-bottom: 10px; }
    .footer-links a { 
        color: #adb5bd; 
        text-decoration: none; 
        transition: 0.3s; 
        font-size: 0.95rem;
    }
    .footer-links a:hover { 
        color: #d4af37; 
        padding-left: 5px; 
    }
    .small-caps { 
        font-size: 0.9rem; 
        text-transform: uppercase; 
        letter-spacing: 1px; 
    }
    
    
    
    #goTopBtn {
    position: fixed;
    bottom: 30px;
    right: 25px;
    z-index: 999;
    display: none;
    background-color: #001f3f;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

#goTopBtn:hover {
    background-color: #d4af37;
    color: #001f3f;
    transform: translateY(-3px);
}
    
    

/* -------------------------------------------------------------- */

       
        .navbar-custom {
            background-color: var(--navy);
            border-bottom: 3px solid var(--gold);
        }
        .navbar-brand {
            font-weight: 700;
            color: var(--gold) !important;
            letter-spacing: 1px;
        }
        .nav-link {
            color: rgba(255,255,255,0.9) !important;
            font-weight: 500;
            transition: 0.3s;
        }
        .nav-link:hover {
            color: var(--gold) !important;
        }

        /* --- रिफाईन केलेला साइडबार CSS --- */
        .offcanvas {
            background: var(--navy);
            width: 280px;
            border-right: 2px solid var(--gold);
        }
        .menu-link {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px 15px;
            color: rgba(255,255,255,0.85);
            text-decoration: none;
            transition: all 0.3s ease;
            border-radius: 10px;
            margin: 4px 10px;
        }
        .menu-link i {
            font-size: 1.1rem;
            color: var(--gold);
        }
        .menu-link:hover {
            background: rgba(212, 175, 55, 0.15) !important;
            color: var(--gold) !important;
            transform: translateX(8px);
        }
        .menu-section {
            margin: 20px 0 8px 20px;
            /* font-size: 11px; */
            font-weight: 700;
            color: var(--gold);
            text-transform: uppercase;
            letter-spacing: 1.5px;
            opacity: 0.8;
        }
        
        
        /* ===== MENU BUTTON CLEAN ===== */
.menu-toggle {
    background: transparent;
    border: none;
    outline: none;
    width: 30px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
}

/* 3 lines */
.menu-toggle span {
    display: block;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    transition: all 0.3s ease;
}

/* hover effect */
.menu-toggle:hover span {
    background: var(--gold);
}

/* animation (open state) */
.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}
        
        
        
        
        
        
        
        /* सर्च इनपुट स्टाईल */
        .search-input { border-radius: 20px 0 0 20px; border: none; }
        .search-btn { border-radius: 0 20px 20px 0; background-color: var(--gold); color: var(--navy); border: none; font-weight: bold; }







