body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;

}
nav {
    background-color: #333;
    color: #fff;
    padding: 10px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
}

nav a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
}

nav a:hover {
    background-color: #555;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

section {
    min-height: 100vh; 
}
#home  {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#home .parentcontainer{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    padding: 20px;
}
#home .container {
    background-color: #dfd5c7;
    flex-grow: 1;
    padding-left: 20px;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#home .text-container {
display: flex;  
flex-direction: column; 
 justify-content: center;
    align-items: center;
    width: 40%;
}

#home .text-container h1 {
    font-size: 2rem;
    margin-bottom: 10px;
}

#home .text-container p {
    font-size: 1rem;
    margin-bottom: 20px;
}

#home .text-container .btn {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1rem;
    display: inline-block;
}

#home .image-container {
    flex: 1;
    display: flex;
    justify-content: center;
    height: auto;

}

#home .image-container img {
    width: 100%;
    border-radius:8px;

}
#about  {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#about .container {
    display: flex;
    height: 80%;
    width: 90%;
    padding: 20px;
    align-items: center;
    background-color: #ffffff;
    border: 5px solid #00A4A6;
    justify-content:space-evenly;
    gap: 20px;

}
#about .container video {
    max-height: 80vh;
    max-width: 600px; /* Ensure it doesn't get too large */
    border-radius: 8px; /* Optional: match styling with other elements */
}
#about .container img {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
}
#about h1 {
    text-align: center;
    margin-top: 20px;
    font-size: 30px;
    color: #333;
}
#about .container p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}
#about .container .icon {
    text-align: right;
    margin-top: 10px;
}
#about .container .icon svg {
    fill: #333;
    width: 24px;
    height: 24px;
}
#contact  {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

#contact .container {
    padding: 20px;
    background-color: #fff;
    text-align: center;
    display: grid;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

#contact  h1 {
    font-size: 2em;
    margin-bottom: 10px;
}

#contact  hr {
    width: 50px;
    height: 2px;
    background-color: #333;
    border: none;
    margin: 20px auto;
}

#contact .subheading {
    font-size: 1.2em;
    margin-bottom: 10px;
}

#contact .description {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 20px;
}

#contact .whatsapp-button {
    padding: 20px 20px;
    font-size: 1em;
    color: #fff;
    background-color: #485861;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    text-decoration: none;
    margin-bottom: 30px;
    width: 230px;
}

#contact .whatsapp-button:hover {
    background-color: #333f46;
}

#contact .info {
    text-align: center;
    display: flex;
    justify-content: space-between;
    max-width: 500px;
}

#contact .business-name p, .hours p {
    font-size: 1em;
    margin: 5px 0;
}

#contact .hours p strong {
    font-weight: bold;
}

#contact .logos{
    display: flex;
    gap: 20px;
    margin-top: 40px;
    justify-content: center;
   
}

@media (max-width: 760px) {
 
    #home .container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        /* margin-top: 160px; */
        padding-left: 0px;
    }
    #home .text-container {
        display: flex;  
        flex-direction: column; 
         justify-content: center;
            align-items: center;
            width: 100%;
            text-align: center;
        }
        #about{
            margin-top: 50px;
        }
    #about .container {
        flex-direction: column;
    }
    #contact{
        margin-top: 30px;
    }

}


@media(max-width: 400px)
{
    #home .container{
        display: flex;  
        flex-direction: column;
        align-items: center;
        justify-content: center;     
        padding-left: 0px;
        /* margin-top: 200px; */
    }
  
    #about .container{
        flex-direction: column;
        width: 80%;
    }
}