body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    overflow-x: hidden;
    width: 100%;
}

header {
    position: relative;
    height: 100vh;
    color: white;
    overflow: hidden;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.whatsapp-button:hover {
    transform: scale(1.1);
}

.whatsapp-button img {
    width: 35px;
    height: 35px;
}

#myVideo {
    position: absolute;/*fixed*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.logo {
    position: absolute;
    left: 20px;
    width: 125px;
}

.title {
    font-size: 48px;
    font-weight: bold;
    margin: 0;
    color: #fcfcfc;
    padding-left: 150px;
    padding-top: 250px;
    text-align: left;
}

.learn-more {
    display: inline-block;
    padding: 15px 30px;
    margin-left: 150px;
    margin-top: 100px;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    transition: background-color 0.3s, color 0.3s;
}

.learn-more:hover {
    background-color: #fff;
    color: #000;
}

.menu-toggle {
    display: none;
    font-size: 30px;
    cursor: pointer;
    color: white;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 100;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 15px;
    border-radius: 5px;
}

.nav-buttons {
    position: absolute;
    top: 30px;
    right: 5%;
    display: flex;
    gap: 15px;
}

.nav-buttons a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    transition: background-color 0.3s, color 0.3s;
}

.nav-buttons a:hover {
    background-color: #fff;
    color: #000;
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.nav-buttons.active {
    display: flex !important;
}


.section {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding: 0 150px;
}

#who-we-are {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #333;
    background: #fff;
    overflow: hidden;
}

.content-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 100px;
}

.text-content, .image-container {
    opacity: 0;
    transform: translateX(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.text-content.animated {
    animation: slideInLeft 1s ease-out forwards;
}

.image-container.animated {
    animation: slideInRight 1s ease-out forwards;
}

@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.text-content {
    flex: 1;
    margin-top: -60px;
    margin-left: 120px;
    /*
    animation: slideInLeft 1s ease-out forwards;
    */
}

.text-content h2 {
    font-size: 80px;
    font-weight: bold;
    color: #006039;
    margin-bottom: 20px;
    line-height: 1.2;
}

.text-content h2 .who {
    display: block;
}

.text-content h2 .we-are {
    display: block;
    margin-top: -10px; 
}

.text-content p {
    font-size: 20px;
    line-height: 1.6;
    color: #000;
    margin-bottom: 30px;
}

.learn-more-green {
    display: inline-block;
    padding: 15px 30px;
    background-color: rgba(0, 96, 57, 0.28);
    border: none;
    border-radius: 10px;
    color: #006039;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    transition: background-color 0.3s;
}

.learn-more-green:hover {
    background-color: #006039;
    color: #fff;
}

.image-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    /*
    animation: slideInRight 1s ease-out forwards;
    */
}


.image-container img {
    max-width: 90%;
    height: auto;
    border-radius: 5px;
}

#happy-client {
    background-color: #3A1D0A;
    color: #fff;
    padding: 50px 0;
    text-align: center;
}

.counter-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
}

.counter-item {
    text-align: center;
    font-family: Arial, sans-serif;
    flex: 1;
}

.counter-item .counter {
    font-size: 50px;
    font-weight: bold;
    margin-right: 10px;
    display: inline-block;
}
.counter-item .counter + {
    font-size: 600px;
}

.counter-item p {
    font-size: 16px;
    margin: 10px 0 0;
}

#our-services {
    display: flex; 
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 500px;
    padding: 0 50px;
}

#our-services h2 {
    color: black;
    font-size: 36px;
    margin-bottom: 30px;
    white-space: nowrap;
}

.service-items {
    display: flex;
    justify-content: space-around;
    gap: 20px; 
    flex-wrap: wrap;
    width: 100%;
    
}

.service-item {
    text-align: center;
    display: flex; 
    flex-direction: column;
    align-items: center;
    
    width: 250px;
}

.service-item img {
    width: 100px;
    height: auto;
    margin-bottom: 15px;
}

.service-item h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

#our-section {
    text-align: center;
    padding: 50px 10%;
}

.section-title h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #006039;
    margin-bottom: 10px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}

.product-item {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.25);
}

.product-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

@media (max-width: 1024px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .product-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .menu-toggle {
        display: block;
    }

    .nav-buttons {
        display: none; 
        flex-direction: column;
        position: absolute;
        top: 50px;
        right: 20px;
        background: rgba(0, 0, 0, 0.9);
        padding: 10px;
        border-radius: 5px;
        width: 200px;
    }

    .nav-buttons a {
        display: block;
        text-align: left;
        padding: 10px;
        font-size: 18px;
        color: white;
        text-decoration: none;
    }

    .nav-buttons a:hover {
        background: white;
        color: black;
    }
    
    .title {
        font-size: 32px; 
        padding: 0;
        text-align: center; 
        padding-top: 200px;
    }

    .learn-more {
        padding: 12px 30px;
        max-width: 70%;
        margin: 50px auto 0; 
        display: block; 
        text-align: center;
    }
    
    #our-services{
        margin-top:170px;
    }
    
    #our-services h2 {
        color: black;
        font-size: 20px;
        margin-bottom: 30px;
        white-space: nowrap;
    }
    
    .image-container {
        display: none;
    }
    
    .content-container {
        flex-direction: column;
        align-items: center;
        text-align: center; 
    }

    .text-content {
        margin: 0;
        padding: 0 20px; 
    }

    .text-content h2 {
        font-size: 40px; 
        text-align: center;
        white-space: nowrap; 
    }

    .text-content h2 .who,
    .text-content h2 .we-are {
        display: inline; 
    }

    .text-content p {
        font-size: 18px;
        line-height: 1.5;
    }

}