
body {
    background-color: #e0f7fa;
    color: #004d40;
  }
  
  h1, h2, h3, h4, h5, h6 {
    color: #004d40;
  }
  
  p {
    color: #004d40;
  }
  
  a {
    color: #00796b;
    text-decoration: none;
  }
  
  a:hover {
    color: #009688; 
  }
    
  nav {
    background-color: #006064;
    color: #e0f7fa;
  }
  
  footer {
    background-color: #02352d;
    color: #e0f7fa; 
  }
  
  footer h4 {
    color: #ffffff; 
  }

  footer p {
    color: #00796b;
  }
    
  
  .accent {
    color: #80cbc4;
  }
  
  .accent-bg {
    background-color: #b2dfdb;
  }
  
  



  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px; 
    border-radius: 1px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.logo {
    color: white;
    font-size: 24px;
    font-weight: bold;
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }
.navbar-menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.navbar-item {
    margin-left: 1rem;
    position: relative;
}

.navbar-item a {
    text-decoration: none;
    padding: 0.5rem 1rem;
    display: block;
    color: #e0f7fa;
    transition: color 0.3s ease;
}

.navbar-item a:hover {
    color: #009688; 
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    width: auto;
    max-width: 150px;
    background-color: #00796b;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dropdown-item a {
    padding: 0.5rem 1rem;
    display: block;
    color: #e0f7fa;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.dropdown-item a:hover {
    background-color: #005b57; 
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.bar {
    height: 3px;
    width: 25px;
    background-color: #e0f7fa;
    margin: 4px 0;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .navbar-menu {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    .navbar-menu.active {
        display: flex;
    }

    .navbar-item {
        width: 100%;
        text-align: center;
    }

    .navbar-toggle {
        display: flex;
    }
}





section {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
}

h2 {
    color: #004d40;
    font-size: 24px;
    margin-bottom: 15px;
}

form label {
    display: block;
    margin: 10px 0 5px;
    font-weight: bold;
}

form input, form select {
    width: 100%;
    padding: 10px;
    margin: 5px 0 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    color: #004d40;
}

form button {
    width: auto;
    padding: 12px;
    border: none;
    border-radius: 4px;
    background-color: #00796b;
    color: #e0f7fa;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

form button:hover {
    background-color: #004d40;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

blockquote {
    padding: 10px 20px;
    margin: 10px 0;
    border-left: 5px solid #00796b;
    font-style: italic;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #555;
    font-style: normal;
    margin-top: 5px;
}

.info-sections {
    display: flex;
    justify-content:space-around;
    gap: 20px;
    margin: 20px auto;  
    max-width: auto;  
}

.info-sections section {
    flex: 1;
    min-width: 280px; 
    max-width: 500px; 
    box-sizing: border-box;
}

@media (max-width: 768px) {
    section {
        margin: 10px;
        padding: 15px;
    }

    form button {
        padding: 14px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    section {
        margin: 5px;
        padding: 10px;
    }

    form input, form select {
        padding: 12px;
    }

    form button {
        padding: 16px;
        font-size: 18px;
    }

    .info-sections {
        flex-direction: column;
    }
}




footer {
    padding: 40px 0;
    border-bottom-left-radius: 20px; 
    border-bottom-right-radius: 20px;     

}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.footer-col {
    flex: 1 1 200px;
    margin: 20px;
}

.footer-col h4 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    text-decoration: none;
}

.footer-col ul li a:hover {
    text-decoration: underline;
}

.social-links a {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
}

.social-links a:hover {
    color: #f90;
}

#newsletter-form input {
    padding: 10px;
    width: 70%;
    margin-right: 30px;
    border: none;
    border-radius: 5px;
}

#newsletter-form button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #f90;
    color: #fff;
    cursor: pointer;
    margin: 10px;
}

#newsletter-form button:hover {
    background-color: #ffb84d;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom span {
    font-weight: 600;
}


@media (max-width: 768px) {
    .footer-row {
        flex-direction: column;
    }

    .footer-col {
        margin: 20px 0;
    }

    #newsletter-form input {
        width: 70%;
        margin: 10px 0;
    }

    #newsletter-form button {
        width: 40%;
    }
}

@media (max-width: 480px) {
    .footer-container {
        padding: 20px 10px;
    }

    .footer-col h4 {
        font-size: 16px;
    }

    .footer-col ul li {
        font-size: 14px;
    }

    .social-links a {
        font-size: 16px;
    }
}

