/* Navbar */
.navbar {
    background-color: #333;
}

/* Hero Section */
.hero {
    background: url('../images/bhuleshwar-baba3.jpeg') no-repeat center center;
    background-size: cover;
    padding: 100px 0;
}

/* About Section */
.about {
    padding: 80px 0;
}

/* Services Section */
.services {
    padding: 80px 0;
}
.services.bhuleshwar {
    background-color: #fea68b!important;
}
.services h2 {
    margin-bottom: 1em;
}

.service {
    margin-bottom: 30px;
}

/* Gallery Section */
.gallery {
    padding: 80px 0;
}

.gallery-item img {
    width: 100%;
    height: 20em;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s;
}

.gallery-item img:hover {
    transform: scale(1.05);
}

/* Contact Section */
.contact {
    padding: 80px 0;
}

.contact-info {
    list-style-type: none;
    padding-left: 0;
}

/* Footer */
.footer {
    margin-top: 50px;
    background-color: #333;
}
