* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        body {
            background-color: #f8f5f0;
            color: #333;
            line-height: 1.8;
            padding-bottom: 50px;
        }
        .navbar {
            background-color: #2c3e50;
            color: white;
            padding: 15px 20px;
            position: sticky;
            top: 0;
            z-index: 1000;
        }
        .nav-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .logo {
            font-size: 1.8rem;
            font-weight: 700;
            color: #ffd700;
            text-decoration: none;
            letter-spacing: 1px;
        }
        .logo span {
            color: #ffffff;
        }
        .nav-links {
            display: flex;
            gap: 25px;
        }
        .nav-links a {
            color: white;
            text-decoration: none;
            font-size: 1rem;
            font-weight: 500;
            transition: color 0.3s;
        }
        .nav-links a:hover {
            color: #ffd700;
        }
        .daman-link {
            color: #ffd700 !important;
            font-weight: 600;
        }
        .hamburger {
            display: none;
            font-size: 1.5rem;
            cursor: pointer;
        }
        @media (max-width: 768px) {
            .nav-links {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 70px;
                left: 0;
                right: 0;
                background-color: #2c3e50;
                padding: 20px;
                gap: 15px;
            }
            .nav-links.active {
                display: flex;
            }
            .hamburger {
                display: block;
            }
        }
        .container {
            max-width: 1100px;
            margin: 30px auto;
            padding: 0 20px;
        }
        h1 {
            font-size: 2.5rem;
            color: #2c3e50;
            text-align: center;
            margin-bottom: 40px;
            padding-bottom: 15px;
            border-bottom: 3px solid #ffd700;
        }
        h2 {
            font-size: 2rem;
            color: #34495e;
            margin: 50px 0 25px;
            padding-left: 15px;
            border-left: 4px solid #ffd700;
        }
        h3 {
            font-size: 1.5rem;
            color: #2980b9;
            margin: 35px 0 15px;
        }
        p {
            margin-bottom: 20px;
            font-size: 1.05rem;
            text-align: justify;
        }
        .keyword {
            font-weight: 700;
            color: #e67e22;
        }
        .game-img {
            width: 100%;
            border-radius: 10px;
            margin: 30px 0;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        .btn-container {
            display: flex;
            gap: 20px;
            justify-content: center;
            margin: 40px 0;
            flex-wrap: wrap;
        }
        .btn {
            padding: 15px 35px;
            font-size: 1.1rem;
            font-weight: 600;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s;
            text-decoration: none;
            display: inline-block;
            text-align: center;
        }
        .download-btn {
            background-color: #27ae60;
            color: white;
        }
        .download-btn:hover {
            background-color: #219653;
            transform: translateY(-3px);
            box-shadow: 0 6px 12px rgba(39,174,96,0.3);
        }
        .login-btn {
            background-color: #e67e22;
            color: white;
        }
        .login-btn:hover {
            background-color: #d35400;
            transform: translateY(-3px);
            box-shadow: 0 6px 12px rgba(230,126,34,0.3);
        }
        ul, ol {
            margin: 20px 0 30px 40px;
            font-size: 1.05rem;
        }
        li {
            margin-bottom: 15px;
        }
        .footer {
            background-color: #2c3e50;
            color: white;
            padding: 40px 20px;
            margin-top: 60px;
        }
        .footer-container {
            max-width: 1100px;
            margin: 0 auto;
        }
        .game-types {
            margin-bottom: 30px;
        }
        .game-types h3 {
            color: #ffd700;
            border-bottom: 2px solid #ffd700;
            padding-bottom: 10px;
            margin-bottom: 20px;
        }
        .type-links {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
        }
        .type-links a {
            color: white;
            text-decoration: none;
            background-color: #34495e;
            padding: 8px 15px;
            border-radius: 20px;
            transition: background-color 0.3s;
        }
        .type-links a:hover {
            background-color: #ffd700;
            color: #2c3e50;
        }
        .tags {
            margin-bottom: 30px;
        }
        .tags h3 {
            color: #ffd700;
            border-bottom: 2px solid #ffd700;
            padding-bottom: 10px;
            margin-bottom: 20px;
        }
        .tag-links {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
        }
        .tag-links a {
            color: white;
            text-decoration: none;
            background-color: #2980b9;
            padding: 6px 12px;
            border-radius: 15px;
            font-size: 0.95rem;
            transition: background-color 0.3s;
        }
        .tag-links a:hover {
            background-color: #ffd700;
            color: #2c3e50;
        }
        .recommendation {
            background-color: #34495e;
            padding: 20px;
            border-radius: 10px;
            margin-bottom: 30px;
            text-align: center;
            font-size: 1.1rem;
        }
        .recommendation a {
            color: #ffd700;
            font-weight: 600;
            text-decoration: none;
        }
        .copyright {
            text-align: center;
            padding-top: 20px;
            border-top: 1px solid #34495e;
            font-size: 0.9rem;
            color: #bdc3c7;
        }
        .indian-decoration {
            text-align: center;
            margin: 20px 0;
            color: #e67e22;
            font-size: 1.5rem;
        }
        .guide-card {
            background-color: white;
            border-radius: 10px;
            padding: 25px;
            margin: 30px 0;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            border-left: 5px solid #ffd700;
        }
        .guide-card h4 {
            color: #2c3e50;
            font-size: 1.3rem;
            margin-bottom: 15px;
        }
        .review-card {
            background-color: white;
            border-radius: 10px;
            padding: 20px;
            margin: 25px 0;
            box-shadow: 0 3px 10px rgba(0,0,0,0.05);
        }
        .review-header {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 15px;
        }
        .reviewer-name {
            font-weight: 600;
            color: #2980b9;
        }
        .review-rating {
            color: #ffd700;
            font-size: 1.2rem;
        }
        .review-location {
            font-size: 0.9rem;
            color: #7f8c8d;
            margin-left: auto;
        }
        @media (max-width: 768px) {
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.7rem;
            }
            h3 {
                font-size: 1.3rem;
            }
            p {
                font-size: 1rem;
            }
            .btn {
                padding: 12px 25px;
                font-size: 1rem;
                width: 100%;
            }
            .btn-container {
                gap: 15px;
            }
        }
