        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', 'Noto Sans Devanagari', sans-serif; }
        html { scroll-behavior: smooth; }
        body { background: #f8f9fa; color: #333; line-height: 1.7; }
        h1, h2, h3 { color: #1a237e; margin-bottom: 1rem; line-height: 1.3; }
        h1 { font-size: 2.5rem; margin-top: 1.5rem; }
        h2 { font-size: 2rem; border-left: 5px solid #ff9800; padding-left: 15px; margin-top: 2.5rem; }
        h3 { font-size: 1.5rem; color: #3949ab; margin-top: 2rem; }
        p { margin-bottom: 1.2rem; text-align: justify; }
        .lead { font-size: 1.25rem; color: #555; font-weight: 500; }
        .highlight { background: #fffacd; padding: 2px 5px; border-radius: 3px; }
        .emoji { font-size: 1.2em; margin-right: 5px; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        .main-grid { display: grid; grid-template-columns: 1fr 300px; gap: 30px; margin: 30px 0; }
        @media (max-width: 992px) { .main-grid { grid-template-columns: 1fr; } }
        header { background: linear-gradient(135deg, #1a237e, #3949ab); color: white; box-shadow: 0 4px 12px rgba(0,0,0,0.1); position: sticky; top: 0; z-index: 1000; }
        .header-top { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; }
        .logo a { color: white; text-decoration: none; font-size: 2rem; font-weight: 800; letter-spacing: -1px; }
        .logo span { color: #ffeb3b; }
        .desktop-nav ul { display: flex; list-style: none; }
        .desktop-nav li { margin-left: 25px; }
        .desktop-nav a { color: white; text-decoration: none; font-weight: 600; transition: color 0.3s; padding: 5px 0; position: relative; }
        .desktop-nav a:hover { color: #ffeb3b; }
        .desktop-nav a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: #ffeb3b; transition: width 0.3s; }
        .desktop-nav a:hover::after { width: 100%; }
        .mobile-toggle { display: none; font-size: 1.8rem; cursor: pointer; }
        .mobile-nav { display: none; background: #283593; position: absolute; top: 100%; left: 0; width: 100%; padding: 20px; box-shadow: 0 5px 10px rgba(0,0,0,0.1); }
        .mobile-nav.active { display: block; }
        .mobile-nav ul { list-style: none; }
        .mobile-nav li { margin-bottom: 15px; }
        .mobile-nav a { color: white; text-decoration: none; font-size: 1.1rem; display: block; padding: 10px; border-radius: 5px; transition: background 0.3s; }
        .mobile-nav a:hover { background: rgba(255,255,255,0.1); }
        @media (max-width: 768px) {
            .desktop-nav { display: none; }
            .mobile-toggle { display: block; }
            h1 { font-size: 2rem; }
            h2 { font-size: 1.7rem; }
        }
        .breadcrumb { background: #e8eaf6; padding: 12px 20px; border-radius: 5px; margin: 15px 0; }
        .breadcrumb ul { display: flex; list-style: none; flex-wrap: wrap; }
        .breadcrumb li { margin-right: 10px; font-size: 0.9rem; }
        .breadcrumb li:not(:last-child)::after { content: '›'; margin-left: 10px; color: #666; }
        .breadcrumb a { color: #3949ab; text-decoration: none; }
        .breadcrumb a:hover { text-decoration: underline; }
        .search-box { background: white; padding: 25px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); margin: 25px 0; }
        .search-form { display: flex; }
        .search-input { flex: 1; padding: 15px; border: 2px solid #ddd; border-radius: 8px 0 0 8px; font-size: 1rem; }
        .search-button { background: #ff9800; color: white; border: none; padding: 0 25px; border-radius: 0 8px 8px 0; cursor: pointer; font-size: 1.1rem; transition: background 0.3s; }
        .search-button:hover { background: #f57c00; }
        .content-card { background: white; border-radius: 12px; padding: 30px; margin-bottom: 30px; box-shadow: 0 8px 20px rgba(0,0,0,0.06); border-top: 5px solid #3949ab; transition: transform 0.3s; }
        .content-card:hover { transform: translateY(-5px); }
        .tip-box { background: #e8f5e9; border-left: 5px solid #4caf50; padding: 20px; margin: 25px 0; border-radius: 0 8px 8px 0; }
        .tip-box h4 { color: #2e7d32; margin-bottom: 10px; }
        .image-container { text-align: center; margin: 30px 0; }
        .image-container img { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); border: 1px solid #eee; }
        .image-caption { font-style: italic; color: #666; margin-top: 10px; font-size: 0.95rem; }
        .sidebar-widget { background: white; border-radius: 10px; padding: 25px; margin-bottom: 25px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
        .widget-title { color: #1a237e; border-bottom: 2px solid #ff9800; padding-bottom: 10px; margin-bottom: 20px; font-size: 1.3rem; }
        .related-links ul { list-style: none; }
        .related-links li { margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px dashed #eee; }
        .related-links a { color: #3949ab; text-decoration: none; transition: color 0.3s; display: flex; align-items: center; }
        .related-links a:hover { color: #ff9800; }
        .related-links i { margin-right: 10px; color: #ff9800; }
        .rating-section, .comment-section { background: white; border-radius: 12px; padding: 30px; margin: 30px 0; box-shadow: 0 8px 20px rgba(0,0,0,0.06); }
        .rating-form, .comment-form { display: grid; gap: 20px; margin-top: 20px; }
        .stars { display: flex; gap: 10px; font-size: 2rem; color: #ddd; cursor: pointer; margin-bottom: 15px; }
        .stars .active { color: #ffc107; }
        .form-group label { display: block; margin-bottom: 8px; font-weight: 600; color: #555; }
        .form-control { width: 100%; padding: 15px; border: 1px solid #ccc; border-radius: 8px; font-size: 1rem; }
        .submit-btn { background: #4caf50; color: white; border: none; padding: 15px 30px; border-radius: 8px; cursor: pointer; font-size: 1.1rem; font-weight: 600; transition: background 0.3s; }
        .submit-btn:hover { background: #388e3c; }
        .user-comment { background: #f9f9f9; padding: 20px; border-radius: 8px; margin-top: 20px; border-left: 4px solid #3949ab; }
        .web-links-container { background: #e8eaf6; padding: 30px; border-radius: 10px; margin: 40px 0; }
        .web-links-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 15px; }
        .web-link { background: white; padding: 15px; border-radius: 8px; box-shadow: 0 3px 8px rgba(0,0,0,0.05); transition: all 0.3s; }
        .web-link:hover { background: #fffacd; transform: scale(1.02); }
        .web-link a { color: #1a237e; text-decoration: none; font-weight: 500; display: block; }
        .web-link a:hover { text-decoration: underline; }
        footer { background: #1a237e; color: white; padding: 50px 0 20px; margin-top: 50px; }
        .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-bottom: 40px; }
        .footer-section h4 { color: #ffeb3b; margin-bottom: 20px; font-size: 1.3rem; }
        .footer-links ul { list-style: none; }
        .footer-links li { margin-bottom: 12px; }
        .footer-links a { color: #e8eaf6; text-decoration: none; transition: color 0.3s; }
        .footer-links a:hover { color: #ffeb3b; }
        .copyright { text-align: center; padding-top: 20px; border-top: 1px solid #3949ab; color: #c5cae9; font-size: 0.9rem; }
        .text-center { text-align: center; }
        .mt-4 { margin-top: 2rem; }
        .mb-4 { margin-bottom: 2rem; }
