* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    line-height: 1.6;
    color: #333;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero, .local-producers, .footer {
    position: relative;
    text-align: center;
    color: white;
}

.hero-content, .content, .footer-content {
    position: relative;
    z-index: 1;
}

.logo {
    max-width: 150px;
    margin-bottom: 1rem;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 1rem;
    color: white;
    background: #007BFF;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;
}

.btn:hover {
    background: #0056b3;
}

.benefits {
    padding: 2rem;
    text-align: center;
    background: #f8f9fa;
}

.benefit-cards {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.benefit-card {
    text-align: center;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: white;
    transition: transform 0.3s;
}

.benefit-card:hover {
    transform: scale(1.05);
}

.benefit-card img {
    max-width: 50px;
    margin-bottom: 1rem;
}

.contact {
    padding: 2rem;
    text-align: center;
    background: #f1f1f1;
}

.contact form {
    max-width: 400px;
    margin: 0 auto;
}

.contact input, .contact textarea, .contact button {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.contact button {
    background: #007BFF;
    color: white;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.contact button:hover {
    background: #0056b3;
}

.footer {
    text-align: center;
    padding: 2rem;
    position: relative;
    color: white;
}

.hero {
    position: relative;
    width: 100%;
    height: 100vh; /* Full viewport height */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    overflow: hidden; /* Ensures no overflow issues */
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #4E614D, rgba(0, 0, 0, 0));
    z-index: 0; /* Place gradient behind content but above image */
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; /* Places the background image behind everything */
}

.hero-content {
    position: relative;
    z-index: 1; /* Ensures content is above the gradient */
    padding: 20px;
}

.logo {
    max-width: 150px;
    margin-bottom: 20px;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 1rem;
    color: white;
    background: #007BFF;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;
}

.btn:hover {
    background: #0056b3;
}

.benefits {
    padding: 4rem 2rem; /* Increased padding for more space */
    background: #f1f5f4; /* Updated background color */
    text-align: center;
}

.benefits h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #333;
}

.benefit-cards {
    display: flex;
    justify-content: center;
    gap: 2rem; /* Increased gap between cards */
    flex-wrap: wrap; /* Allows wrapping for smaller screens */
}

.benefit-card {
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 2rem;
    width: 250px; /* Increased width for bigger cards */
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.benefit-card:hover {
    transform: translateY(-5px); /* Adds a hover effect */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.benefit-card img {
    max-width: 80px; /* Increased image size */
    margin-bottom: 1rem;
}

.benefit-card h3 {
    font-size: 1.25rem;
    color: #333;
    margin-bottom: 0.5rem;
}

.benefit-card p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 1rem;
}

.contact {
    padding: 4rem 2rem; /* Increased padding for a larger section */
    background: #f1f5f4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-card {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 450px;
    width: 100%;
    text-align: center;
}

.contact-card h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #333;
}

.contact-card p {
    font-size: 1rem;
    margin-bottom: 2rem;
    color: #666;
}

.contact-card form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-card input,
.contact-card textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
}

.contact-card textarea {
    resize: none;
    height: 100px;
}

.contact-card button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background: #007BFF;
    color: white;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s ease;
}

.contact-card button:hover {
    background: #0056b3;
}

.footer {
    position: relative;
    background-color: #4e614d; /* Define uma cor de fundo para as áreas restantes */
    color: white;
    text-align: center;
    min-height: 400px; /* Define uma altura mínima */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.footer-image {
    position: absolute;
    top: 0;
    right: 0; /* Posiciona a imagem à direita */
    width: 60%; /* Define que a imagem ocupa 60% da largura */
    height: 100%; /* Faz a imagem cobrir toda a altura do rodapé */
    background: url('src/Fridge.png') no-repeat center center;
    background-size: cover; /* Faz o background cobrir o container */
    z-index: 0; /* Garante que o background fique atrás do conteúdo */
}

.footer-overlay {
    position: relative;
    z-index: 1; /* Garante que o conteúdo fique acima da imagem */
    padding: 2rem;
    text-align: left;
    width: 100%; /* O conteúdo ocupa 100% da largura disponível */
}

.footer-logo {
    max-width: 80px;
    margin-bottom: 1rem;
}

.footer-tagline {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
}

.footer-credits {
    font-size: 0.9rem;
    color: #ccc;
    margin-top: 1rem;
}

.footer-credits p {
    margin: 0;
    font-weight: 400;
}



/* Design responsivo */
@media (max-width: 768px) {
    .footer {
        padding: 2rem 1rem;
    }

    .footer-logo {
        max-width: 60px;
    }

    .footer-tagline {
        font-size: 1.2rem;
    }

    .footer-credits {
        font-size: 0.8rem;
    }
}


.local-producers {
    position: relative;
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    color: white;
    text-align: center;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('src/LocalProducers.jpg') no-repeat center center; /* Replace 'local.jpg' with your image path */
    background-size: cover; /* Ensures the image covers the entire section */
    z-index: -1; /* Places the image behind the content */
}

.content {
    position: relative;
    z-index: 1; /* Ensures content is above the background image */
    max-width: 600px;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.6); /* Adds a semi-transparent background for better text readability */
    border-radius: 8px; /* Optional: Rounded corners */
}

.content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.content p {
    font-size: 1rem;
    line-height: 1.5;
}


/* Responsive Design */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-logo-section {
        margin-bottom: 2rem;
    }

    .footer-image {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
}

