* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #6A9C89;
    line-height: 1.6;
}

/* Navigation Bar */
.navbar {
    display: flex;
    justify-content: space-between; /* Space between left (logo) and center (nav links) */
    align-items: center;
    padding: 1rem;
    background-color: #16423C;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: background-color 0.3s ease;
}

.logo {
    color:#151515;
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: 20px; /* Align logo to the left */
    flex: 0 0 auto; /* Make sure logo stays on the left */
}

.nav-center {
    display: flex;
    justify-content: center;
    flex: 1; /* Make nav links take up the center of the navbar */
}

.nav-links {
    list-style: none;
    display: flex;
}

.nav-links li {
    margin-left: 2rem;
}

.nav-links li a {
    color:#151515;
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.nav-links li a:hover {
    color :#C4DAD2;
}
/* Navbar Scroll Effect */
.navbar.scrolled {
    background-color: #6A9C89;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Responsive styles */
@media (max-width: 768px) {
    nav ul {
      flex-direction: column;
    }
}
/* Header Section */
header {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgba(196,209,202,255);
    margin-top: 60px; /* Adjust margin to account for fixed navbar */
}

.header-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide.active {
    opacity: 1;
}

.header-text {
    position: relative;
    z-index: 10;
    max-width: 700px;
}

.header-text h1 {
    font-size: 3rem;
    animation: slideDown 1.5s ease-out;
}

.header-text p {
    font-size: 1.3rem;
    margin: 1rem 0;
}

header {
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color:#C4DAD2;
}

.btn {
    padding: 0.5rem 1rem;
    background-color:#16423C;
    color:#C4DAD2;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background 0.3s ease;
    animation: bounceIn 2s ease;
}
/* Responsive Design */
.btn:hover {
    background-color: #151515;
}

@keyframes bounceIn {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
/*Responsive Design*/
@media (max-width: 786px){
    header {
        flex-direction: column;
    }
}
/* About Us Section Styling */
.about-us {
    padding: 60px 20px;
    background-color:#6A9C89;
    
}

.container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}

.about-content {
    flex: 1;
    margin-right: 20px;
}

.about-content h1 {
    font-size: 50px;
    margin-bottom: 20px;
    color:#16423C;
}

.about-content p {
    font-size: 20px;
    color: #151515;
    margin-bottom: 15px;
}

.about-image {
    flex: 1;
    text-align: center;
}

.about-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .about-content {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .about-image img {
        width: 100%;
    }
}


    /* Responsive Design */
@media (max-width: 768px) {
    /* Responsive Styles for Navbar */
@media (max-width: 768px) {
    .navbar {
        flex-direction: column;
    }

    .nav-links {
        flex-direction: column;
        display: none;
    }

    .navbar .main {
        display: block;
        cursor: pointer;
    }

    .navbar .main .bar {
        display: block;
        width: 25px;
        height: 3px;
        background-color: #C4DAD2;
        margin: 5px;
    }

    .navbar.show .nav-links {
        display: flex;
    }
}
}

   

/* Unique Wave Effect */
.footer {
    position: relative;
    background: #0c7583;
    color: rgba(196,209,202,255);
    padding: 40px 20px;
    text-align: center;
    overflow: hidden;
}

.wave {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: url('https://i.imgur.com/6LKQhKk.png');
    background-size: cover;
    animation: wave-animation 4s infinite ease-in-out;
}

/* Unique Wave Effect */
.footer {
    position: relative;
    background:#C4DAD2;
    color:#16423C;
    padding: 40px 20px;
    text-align: center;
    overflow: hidden;
}

.wave {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: url('https://i.imgur.com/6LKQhKk.png');
    background-size: cover;
    animation: wave-animation 4s infinite ease-in-out;
}

#wave1 {
    z-index: 100;
    opacity: 1;
    bottom: 0;
    animation-delay: 0s;
}

#wave2 {
    z-index: 99;
    opacity: 0.5;
    bottom: 10px;
    animation-delay: -1s;
}

#wave3 {
    z-index: 98;
    opacity: 0.3;
    bottom: 20px;
    animation-delay: -2s;
}

#wave4 {
    z-index: 97;
    opacity: 0.1;
    bottom: 30px;
    animation-delay: -3s;
}

@keyframes wave-animation {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: 1000px;
    }
}

/* Footer Content */
.footer-content {
    position: relative;
    z-index: 101;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
}

.footer-section {
    flex: 1;
    min-width: 200px;
    margin: 10px;
}

.footer-section h2 {
    font-size: 20px;
    margin-bottom: 15px;
    color: 
    #16423C;
}

.footer-section p {
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-section ul {
    list-style-type: none;
    padding: 0;
}

.footer-section ul li {
    margin: 8px 0;
}

.footer-section ul li a {
    color:#16423C;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #0c7583;
}

.footer-bottom {
    background-color: #6A9C89;
    padding: 10px 0;
    font-size: 14px;
    z-index: 101;
    position: relative;
    
}