body {
    font-family: 'Comic Sans MS', 'Chalkboard', 'Marker Felt', sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #04345a, #0e2235);
    background-color: white;
    color: white;
    overflow-x: hidden;
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
}

.hero-section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    color: white;
}

.hero-section::before {
    content: "";
    background: url('https://c4.wallpaperflare.com/wallpaper/242/645/285/hd-justin-bieber-with-guitar-hd-wallpaper-preview.jpg') no-repeat center center/cover;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.hero-text h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

.hero-text h1 span {
    color: #ffce00;
    font-size: 3rem;
    font-style: italic;
}

.hero-text p {
    font-size: 1.1rem;
    margin-top: 1rem;
}

.btn-book-now {
    background-color: #ffce00;
    color: #0e2235;
    font-weight: bold;
    border-radius: 30px;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-top: 2rem;
}

/* Navigation Styles */
.navbar-nav .nav-link {
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
}

.navbar-nav .nav-link:hover {
    color: #ffce00;
}

.navbar-toggler-icon {
    color: white;
}

.social-icons {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 100;
}

.social-icons a {
    color: white;
    font-size: 1.2rem;
    margin-right: 10px;
}

.about-section {
    padding: 60px 20px;
    color: #333;
}
.about-title {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}
.about-title span {
    color: #6c757d;
}
.about-text {
    font-size: 1rem;
    color: #666;
}
.more-about-btn {
    border: 1px solid #ffc107;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}
.more-about-btn:hover {
    background-color: #ffc107;
    color: #fff;
}
.volunteer-section {
background: linear-gradient(135deg, rgba(0, 77, 0, 0.8), rgba(128, 185, 24, 0.8)), 
        url('https://img.freepik.com/free-vector/rainbow-coloured-watercolour-splatter-design-0307_1048-19245.jpg') no-repeat center center;
background-size: cover;
color: #fff;
padding: 40px;
border-radius: 10px;
text-align: center;
position: relative;
overflow: hidden;
min-height: 300px;
max-height: 300px;
}    

.volunteer-section h2 {
    font-size: 1.5rem;
    font-weight: bold;
}
.volunteer-section p {
    font-size: 1rem;
}
.book-star-btn {
    background-color: #ffc107;
    color: #333;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s;
}
.book-star-btn:hover {
    background-color: #e0a800;
    color: #fff;
}

.card-img-top{
 max-width: 100%;
 min-width: 100%;
 max-height: 200px;
 min-height: 200px;
 object-fit: fill;
}


.footer-section {
background-color: #23273a;
color: white;
padding: 30px 0;
}
.footer-section .footer-logo {
font-size: 1.5rem;
font-weight: bold;
}
.footer-section a {
color: white;
}
.footer-section .btn-booking {
background-color: #ffcc00;
color: #23273a;
border: none;
}

#celeb_list{
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), 
        url('https://img.freepik.com/free-vector/rainbow-coloured-watercolour-splatter-design-0307_1048-19245.jpg') no-repeat center center;
background-size: cover;
border-radius: 10px;
color: white;
}

.meet-greet-section {
text-align: center;
padding: 60px 20px;
position: relative;
}
.meet-greet-section h1 {
font-family: 'Brush Script MT', cursive;
color: #F4C25B; /* Approximate yellow color */
font-size: 5rem;
font-weight: bold;
line-height: 1.1;
}
.meet-greet-section h2 {
font-family: Arial, sans-serif;
font-weight: 400;
font-size: 1.5rem;
color: #333;
margin-top: 1rem;
}
.meet-greet-section p {
font-family: Arial, sans-serif;
font-size: 1rem;
color: #666;
max-width: 600px;
margin: 0 auto;
}
.btn-reach-out {
font-family: Arial, sans-serif;
font-size: 1rem;
background-color: #F4C25B;
color: #333;
padding: 10px 20px;
border: none;
border-radius: 50px;
margin-top: 20px;
}
.decorative-splash {
position: absolute;
bottom: 0;
right: 10%;
width: 200px;
height: 200px;
background: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS0D2oTNK8sKWwSD_E3z6t2bQdRHoCf7lWJWg&s') no-repeat center center;
background-size: contain;
}