        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', 'Noto Sans Devanagari', sans-serif; }
        html { scroll-behavior: smooth; }
        body { background: #0f172a; color: #cbd5e1; line-height: 1.8; overflow-x: hidden; }
        img { max-width: 100%; height: auto; display: block; }
        h1, h2, h3, h4 { color: #60a5fa; margin-bottom: 1rem; font-weight: 700; }
        h1 { font-size: 2.8rem; margin-top: 1.5rem; border-bottom: 3px solid #3b82f6; padding-bottom: 0.5rem; }
        h2 { font-size: 2.2rem; margin-top: 2.5rem; border-left: 5px solid #3b82f6; padding-left: 15px; }
        h3 { font-size: 1.8rem; margin-top: 2rem; color: #93c5fd; }
        p { margin-bottom: 1.5rem; text-align: justify; font-size: 1.1rem; }
        b, strong { color: #fbbf24; }
        em { color: #a5b4fc; font-style: italic; }
        .highlight { background: linear-gradient(90deg, #1e3a8a, #0f766e); padding: 0.2rem 0.5rem; border-radius: 4px; }
        .container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 20px; }
        header { background: linear-gradient(135deg, #1e293b, #0f172a); padding: 1rem 0; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); position: sticky; top: 0; z-index: 1000; }
        .header-content { display: flex; justify-content: space-between; align-items: center; }
        .logo a { font-size: 2.2rem; font-weight: 900; color: #60a5fa; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; text-shadow: 0 0 10px #3b82f6; }
        .logo a:hover { color: #fbbf24; }
        nav ul { display: flex; list-style: none; gap: 2rem; }
        nav a { color: #cbd5e1; text-decoration: none; font-weight: 600; padding: 0.5rem 1rem; border-radius: 5px; transition: all 0.3s; }
        nav a:hover, nav a.active { background: #3b82f6; color: #0f172a; }
        .hamburger { display: none; font-size: 1.8rem; color: #60a5fa; cursor: pointer; }
        .breadcrumb { margin: 1rem 0; font-size: 0.95rem; color: #94a3b8; }
        .breadcrumb a { color: #60a5fa; text-decoration: none; }
        .breadcrumb a:hover { text-decoration: underline; }
        .search-box { background: #1e293b; padding: 2rem; border-radius: 10px; margin: 2rem 0; text-align: center; }
        .search-box h2 { border: none; margin-top: 0; }
        .search-form { display: flex; max-width: 600px; margin: 0 auto; }
        .search-input { flex: 1; padding: 15px; border: 2px solid #3b82f6; border-radius: 8px 0 0 8px; background: #0f172a; color: #fff; font-size: 1rem; }
        .search-btn { padding: 0 25px; background: #3b82f6; color: white; border: none; border-radius: 0 8px 8px 0; cursor: pointer; font-weight: bold; transition: background 0.3s; }
        .search-btn:hover { background: #1d4ed8; }
        section { margin-bottom: 3rem; }
        .section-content { background: #1e293b; padding: 2rem; border-radius: 12px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); margin-bottom: 2rem; transition: transform 0.3s; }
        .section-content:hover { transform: translateY(-5px); }
        .img-container { margin: 2rem auto; text-align: center; max-width: 800px; }
        .img-container img { border-radius: 12px; border: 3px solid #3b82f6; box-shadow: 0 10px 25px rgba(59, 130, 246, 0.4); }
        .img-caption { margin-top: 10px; font-style: italic; color: #94a3b8; }
        .rating-section, .comment-section { background: #1e293b; padding: 2rem; border-radius: 12px; margin-bottom: 2rem; }
        .rating-form, .comment-form { display: flex; flex-direction: column; gap: 1.5rem; }
        .star-rating { display: flex; gap: 0.5rem; direction: rtl; justify-content: center; }
        .star-rating input { display: none; }
        .star-rating label { font-size: 2.5rem; color: #475569; cursor: pointer; transition: color 0.3s; }
        .star-rating label:hover,
        .star-rating label:hover ~ label,
        .star-rating input:checked ~ label { color: #fbbf24; }
        textarea, input[type="text"], input[type="email"] { width: 100%; padding: 15px; background: #0f172a; border: 2px solid #475569; border-radius: 8px; color: #fff; font-size: 1rem; }
        textarea { min-height: 150px; resize: vertical; }
        .submit-btn { background: #10b981; color: white; padding: 15px 30px; border: none; border-radius: 8px; font-weight: bold; cursor: pointer; transition: background 0.3s; align-self: flex-start; }
        .submit-btn:hover { background: #059669; }
        .web-links { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1.5rem; margin: 3rem 0; }
        .web-link { background: #1e293b; padding: 1.5rem; border-radius: 10px; border-left: 5px solid #3b82f6; transition: all 0.3s; }
        .web-link:hover { background: #334155; transform: translateX(10px); }
        .web-link a { color: #60a5fa; text-decoration: none; font-weight: 600; display: block; font-size: 1.1rem; }
        .web-link a:hover { color: #fbbf24; text-decoration: underline; }
        footer { background: #0d1321; padding: 3rem 0 1.5rem; margin-top: 3rem; }
        .footer-content { display: flex; flex-direction: column; align-items: center; text-align: center; }
        .copyright { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #334155; width: 100%; color: #94a3b8; font-size: 0.95rem; }
        @media (max-width: 992px) {
            h1 { font-size: 2.4rem; }
            h2 { font-size: 2rem; }
            nav ul { gap: 1rem; }
        }
        @media (max-width: 768px) {
            .header-content { flex-wrap: wrap; }
            .hamburger { display: block; }
            nav { width: 100%; max-height: 0; overflow: hidden; transition: max-height 0.5s; }
            nav.active { max-height: 400px; margin-top: 1rem; }
            nav ul { flex-direction: column; gap: 0; }
            nav li { width: 100%; }
            nav a { display: block; padding: 1rem; border-bottom: 1px solid #334155; }
            .search-form { flex-direction: column; }
            .search-input, .search-btn { border-radius: 8px; width: 100%; }
            .search-btn { margin-top: 10px; padding: 15px; }
            .web-links { grid-template-columns: 1fr; }
        }
