*{
    margin: 0;
    padding: 0;
}

html{
    scroll-behavior: smooth;
    
}



i{
    scale: 150%;
    color: rgb(247, 242, 97);
    padding-left: 5px;
    padding-right: 5px;
}
.heading {
    margin-top:85px;
    display: flex;
   font-size:30px;
    justify-content: center;
  align-items: center;
    font-family: "Agbalumo", system-ui;
    font-weight: 400;
  gap: 15px;
   color: rgb(255, 255, 255);
  }
  

.navbar {
    position: fixed;
    /* Fix navbar at the top */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    /* Ensure it's above other content */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    /* Optional: Adds shadow */

    background-color: rgba(25, 255, 232, 0.818) !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);

}

/* Ensure content doesn't hide under navbar */
body {
    padding-top: 70px;
    /* Adjust based on navbar height */
    background-color: #B6E2D3;
    
}


.card-img-top {
    width: 150px;
    /* Set fixed width */
    height: 150px;
    /* Set fixed height */
    object-fit: cover;
    /* Ensures the image covers the area without distortion */
    border-radius: 50%;
    /* Makes the image circular */
    margin: 10px auto;
    /* Centers the image inside the card */
    display: block;
    /* Ensures proper alignment */
}


.navbar-logo {
    width: 100px;
    height: auto;
    opacity: 0.8;
    border-radius: 15px;
    /* Adjust transparency */
}

#section3 {
    min-height: 300px;
    width: 100vw; /* Corrected from 'wv' to 'vw' */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Prevents content from increasing height */
    white-space: wrap; /* Prevents text from wrapping */
}





.carousel-inner img {
    width: 100%;
    height: 500px;
    /* Adjust height as needed */
    object-fit: contain;
    /* Ensures images cover the area without distortion */
    border-radius: 10px;
    /* Optional: Adds rounded corners */

}


body {
    background-image: url('gradient/Freebie-GradientTextures-04.jpg');
    height: 100vh;
    /* Ensures full viewport coverage */
    margin: 0;
    padding: 0;
    background-size: fill;
    background-position: center;
    background-repeat: repeat;
}

.container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px; /* Space between quote-box and main_body */
    max-width: 1000px; /* Adjust container width */
    margin: auto;
    padding: 20px;
}

/* Default mobile-friendly layout: quote-box on top */
.quote-box {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    max-width: 400px;
    padding: 15px;
    /* background-color: rgba(255, 255, 255, 0.8); */
    background: linear-gradient(to right, #65f4b1df, hsla(65, 92%, 67%, 0.9));

    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.8);
    font-family: 'Dancing Script', cursive;
    font-weight: 1000; /* Makes it bold */
    font-size: 28px;  /* Adjust size */
    color: #333; /* Darker text for better readability */
   
}

.fade-in {
    opacity: 0;
    animation: fadeIn 2s forwards;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}


.main_body {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: calc(100% - 40px);
    min-height: auto;
    background: rgba(239, 207, 45, 0.4);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

/* Desktop layout: quote-box on the left */

    


.youtube{
   height: 400px;
   width:100%;
   
 
}

.youtube iframe {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    border: none;
}







.card-container {
    margin: 20px 20px;
    /* 20px gap on left & right */
    display: flex;
    justify-content: center;
    /* Centers the cards */
    gap: 50px;
    /* Adds space between cards */
    flex-wrap: wrap;
    /* Allows wrapping on smaller screens */

    max-width: calc(100% - 40px);
    /* Ensures 20px gap on both sides */
    padding: 20px;
    border-radius: 15px;
    background: rgba(255, 253, 233, 0.399);
    /* Semi-transparent white */
    backdrop-filter: blur(2px);
    /* Frosted glass effect */
    -webkit-backdrop-filter: blur(2px);
    /* Safari support */
    border: 1px solid rgba(255, 255, 255, 0.3);
    /* Subtle border */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    /* Soft shadow */
    color: rgb(0, 0, 0);
    /* Text visibility */
    text-align: center;
    font-family: Arial, sans-serif;
}





.card {
    border-radius: 25px;
    background-color: #fae8e0a4;
  
}

.btn {
    border-radius: 25px;
    margin-top: auto;
}





.main_body {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    overflow: hidden;
}

.content-container {
    display: flex;
    flex-direction: column; /* Default for mobile */
    gap: 100px; /* Space between video and carousel */
    width: 100%;
    max-width: 2000px; /* Adjust based on design */
}

/* On desktop: Side by side */
@media screen and (min-width: 768px) {
    .content-container {
        flex-direction: row;
        align-items: center;
    }

    .youtube {
        flex: 1; /* Equal width */
    }

    #carouselExampleIndicators {
        flex: 1; /* Equal width */
    }
}












#bg-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}










/* Sticky Footer */
.footer {
    background-color: #222;
    color: #fff;
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 360px;
    margin-top: 30px; /* Pushes footer to the bottom */
}

.footer .contact {
    display: flex;
    flex-direction: column;
}

.footer .contact p {
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.footer .contact p i {
    margin-right: 10px;
    font-size: 18px;
}

.footer a {
    color: #4da6ff;
    text-decoration: none;
}

.footer .about {
    max-width: 400px;
}

.footer .social-icons {
    margin-top: 10px;
}

.footer .social-icons a {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px;
    border-radius: 5px;
    transition: 0.3s;
}

.footer .social-icons a:hover {
    background: #4da6ff;
}

.bottom-footer{
    height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
   font-style: italic;
   color: #fff;
    background-color: #000000;
}

/* Bottom Navigation Bar */
.bottom-nav {
    
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, #1e3c72, #1faffd);

    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

/* Nav Items */
.bottom-nav a {
    text-align: center;
    color: white;
    text-decoration: none;
    flex: 1;
    padding: 1px 0;
}

.bottom-nav i {
    font-size:20px;
    color: #fff;
}

.bottom-nav span {
    display: block;
    font-size: 12px;
    margin-top:1px;
}


@media screen and (max-width: 768px) {
    .youtube {
       
        width: 100%; /* Full width */
        height: auto; /* Auto height */
    }

    .youtube iframe {
        width: 100%; /* Slight margin for better fit */
        height: 200px; /* Adjust height as needed */
    }
    .heading{
        font-size: large;
    }

    .footer{
        height: 750px;
        display: flex;
        justify-content:flex-start;
        align-items: center;
        text-align: center;
        flex-direction: column;
        
        
    }
    #whatsapp-link{
        display: none;
    }


}


/* Hide on Desktop */
@media screen and (min-width: 768px) {
    .bottom-nav {
        display: none;
    }
}

/* Basic styling */
body {
    font-family: Arial, sans-serif;
    text-align: center;
}

/* Button styling */
button {
    padding: 12px 20px;
    font-size: 18px;
    cursor: pointer;
    background: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    transition: 0.3s;
}



/* Modal Background */
/* Ensure modal is hidden on page load */
/* Modal - Hidden by Default */
.modal {
    display: none; /* Ensures it doesn’t appear on page load */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Dark overlay */
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
}

/* Modal Content */
.modal-content {
    background: linear-gradient(to right, #1e3b725c, #1faffd99);
    color: white;
    font-weight: 600;
    padding: 20px;
    border-radius: 10px;
    width: 500px;
    text-align: center;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
}

/* Close Button */
/* Close Button */
.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
    transition: transform 0.3s ease-in-out, color 0.3s;
}
/* Hover Effect */
.close:hover {
    transform: scale(1.2) rotate(180deg);
    color: red;
}


/* Form styling */
input, select {
    width: 100%;
    padding: 8px;
    margin: 8px 0;
    display: block;
}

button[type="submit"] {
    width: 100%;
    background: #007BFF;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    transition: 0.3s;
}

button[type="submit"]:hover {
    background: #0056b3;
}


html, body {
    
    overflow-x: hidden;
}
