/* Resetting default browser styles */
body,
html {
    min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: darkolivegreen;
    text-decoration: none;
    font-family: 'poppins', sans-serif;
}


/* Body styles */
body {
    background-image: url("images/veganmeal.jpg");
    background-size: cover;
    background-position-y: 20%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-bottom: 5%;
    font-family: 'poppins', sans-serif;
    font-size: 22px;
    line-height: 1.6;
    color: rgb(145, 207, 145);
    
}

/* Header styles */
header {

    background-color: #B1D8B7;
    /* Medium Green */

    color: #fff;

    padding: 20px;

    text-align: center;

    width: 100%;

    opacity: 0.9;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;

}

.logo img {

    width: 50px;
    /* Adjust the size of your logo */

}

.menu {

    margin-top: 20px;

}

.menu li {

    display: inline-block;

    margin-right: 20px;

}

.menu a {

    text-decoration: none;

    color: #189AB4;

    font-size: 16px;

}

/* Main section styles */
main {
    padding: 20px;
}

/* Hero section styles */
.hero {
    text-align: center;
    margin-bottom: 40px;
}

.hero-image {
    max-width: 50%;
    height: auto;
    border-spacing: 5px;
}


/* Featured meals section styles */
.featured-meals {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.meal {
    flex: 0 1 calc(33.33% - 20px);
    text-align: center;
    margin-bottom: 20px;
}

.meal img {
    max-width: 50%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease;
}


.meal img:hover {
    transform: scale(1.00);
}

.meal figcaption {
    font-size: 18px;
    margin-top: 10px;
}

/* About section styles */
.about-section {
    margin-bottom: 40px;
    margin-right: 15%;
    margin-left: 15%;
}

.about-section h2,
h3 {
    text-align: center;
    margin-bottom: 20px;
}

.about-section p {
    margin-bottom: 20px;
}

/* Testimonials section styles */
.testimonials-section {
    margin-bottom: 40px;
}

.testimonial {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 20px;
}

.testimonial p {
    margin-bottom: 10px;
}

.testimonial footer {
    font-style: italic;
}

/* Contact section styles */

.contact-section {

    align-content: center;
    text-align: center;
    margin-bottom: 40px;

}

.contact-form {
    align-content: center;
    max-width: 600px;
    margin: 0 auto;
}

.contact-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.contact-form input[type="text"] .cotact-form input[type="email"] .contact-form textarea {

    text-align: center;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    transition: border-color 0.3s ease;
}

.contact-form input[type="submit"] {
    background-color: #4f772d;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.contact-form input[type="submit"]:hover {
    background-color: #0056b3;

}

.social-media img {
    box-sizing: border-box;
    float: right;
    margin: 100px;
    margin-bottom: 20px;

}

.pin iframe {
    margin: 50px;

}

.contact {
    margin: auto;
    background: #fff;
    max-width: 250px;
    padding: 14px;
    border-radius: 8px;

}

.button:hover {
    background: #189AB4;

}

.foodsource .hidden,
.why .hidden {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.foodsource img,
.why img {
    width: 48%; 
    height: auto; 
    margin-bottom: 10px; 
}


/* Footer styles */
footer {
    background-color: transparent;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.footer-logo img {
    max-width: 100%;
    height: auto;
}

.footer-nav ul {
    list-style: none;
    padding: 0;
}

.footer-nav ul li {
    display: inline-block;
    margin-right: 20px;
}

.footer-nav ul li:last-child {
    margin-right: 0;
}

.footer-nav ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

/* Social media icons */
.social-media a {
    margin: 0 10px;
}

.social-media img {
    width: 100px;
    height: auto;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.social-media img:hover {
    transform: scale(1.1);
}

.image-row {
    display: inline-flex;
    box-sizing: border-box;
    padding: 5px;
}

.hidden {
    text-align: center;
}


.team-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 10rem;
    transition: transform 0.3s ease-in-out;
}

.box:hover:hover {
    transform: scale(1.1);
    /* Enlarge on hover */
    transition: transform 0.3s ease;
}

.execs {
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    border-radius: 10rem;
    transition: transform 0.3s ease-in-out;
    /* Add transition for smooth effect */

}

.hidden {
    transition: all 3s;
}

.show {
    opacity: 1;
}

/* Suggestion Box*/

.container {
    width: 100%;
    height: 100vh;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

form {
    background: #ddd6d6;
    display: flex;
    flex-direction: column;
    padding: 2vw 4vw;
    max-width: 600px;
    border-radius: 10px;
}

form h3 {
    color: rgb(145, 207, 145);
    font-weight: 800;
    margin-bottom: 20px;
}

form input,
form textarea {
    border: 0;
    margin: 10px 0;
    padding: 20px;
    outline: none;
    background: #f5f5f5;
    font-size: 16px;
}

form button {
    padding: 15px;
    background: rgb(145, 207, 145);
    color: #189AB4;
    font-size: 18px;
    border: 0;
    outline: none;
    cursor: pointer;
    width: 150px;
    margin: 20px auto 0;
    border-radius: 30px;
}