        body {
            font-family: Arial, sans-serif;
            background-color: #f8f9fa;
        }
        .navbar-brand img {
            height: 40px;
            margin-right: 10px;
        }
        .hero-section {
            padding-top: 56px; /* Adjust for fixed navbar */
        }
        .carousel-item img {
            height: 60vh;
            object-fit: cover;
            filter: brightness(0.8);
        }
        .carousel-caption {
            background: rgba(0, 0, 0, 0.5);
            padding: 15px;
            border-radius: 10px;
        }
        section {
            padding: 60px 0;
        }
        #charitra .card, #gallery .card {
            border: none;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        .footer {
            background-color: #343a40;
            color: white;
            padding: 40px 0;
        }