 body {
            font-family: 'Arial', sans-serif;
            margin: 10px;
            padding: 0;
            background-color: #f5f5f5;
            color: #333;
        }

        /* Header Styles */
header {
    position: relative;
    padding: 20px;
    text-align: center;
}

header img {
    max-width: 100px;
    height: auto;
    margin-top: 20px;
}

header h1 {
    overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid #fff;
    font-size: 2em;
    animation: typing 4s steps(20) infinite, blink-caret 0.5s step-end infinite;
    margin-top: 20px;
}

@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes blink-caret {
    from, to {
        border-color: transparent;
    }
    50% {
        border-color: #fff;
    }
}

header p {
    color: #000; /* Black color for "Seeds for a Greener Tomorrow" */
    font-weight: bold;
    margin-top: 10px;
}

/* Responsive Design Adjustments */
@media only screen and (max-width: 767px) {
    header h1 {
        font-size: 20px;
        margin-left: 0;
    }

    header p {
        text-align: center; /* Adjusted for centering the text */
        margin-top: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    header h1 {
        font-size: 24px;
        margin-left: 0;
    }

    header p {
        text-align: center; /* Adjusted for centering the text */
        margin-top: 5px;
    }
}

        
/* Common Styles */
nav {
    background-color: #333;
    padding: 10px;
    text-align: center;
}

nav a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    margin: 0 10px;
}

/* PC Styles */
@media only screen and (min-width: 768px) {
    nav {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
}

/* Mobile and Tablet Styles */
@media only screen and (max-width: 767px) {
    nav {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #333;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 100%;
    left: 0;
    width: 200px;
}

.dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #555;
}

.dropdown:hover .dropdown-content {
    display: block;
}
        
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
            header h1 {
                font-size: 24px;
                margin-left: 0;
            }
        
            header p {
                left: 0;
                margin-top: 5px;
            }
        }
        
        .logo-section {
            position: absolute;
            top: 10px; /* Adjusted the top position */
            left: 20px;
        }

        .logo img {
            max-width: 150px;
            height: auto;
        }

        .news-item {
            margin-top: 20px;
        }

        .product-list {
            list-style-type: disc;
            margin-left: 20px;
        }

	.slideshow-container {
        display: flex;
        justify-content: center; /* Center the slides horizontally */
        align-items: center; /* Center the slides vertically */
        position: relative;
        max-width: calc(100vw - 6in); /* Set the maximum width of the slideshow container with a margin of 3 inches on each side */
        margin: auto; /* Center the slideshow container horizontally */
        overflow: hidden; /* Hide the overflowing content */
    }

    .slide {
        min-width: calc(100vw - 6in); /* Set the minimum width of each slide with a margin of 3 inches on each side */
    }
    footer {
        background-color: #333;
        color: white;
        text-align: center;
        padding: 20px 0;
    }
    
    .footer-container {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    
    .footer-section {
        flex: 1;
        max-width: 300px;
        margin: 0 20px;
    }
    
    .footer-section h4 {
        font-size: 20px;
        margin-bottom: 10px;
        color: #4CAF50;
    }
    
    .footer-section ul {
        list-style-type: none;
        padding: 0;
    }
    
    .footer-section ul li {
        margin-bottom: 10px;
    }
    
    .footer-section a {
        color: white;
        text-decoration: none;
        font-weight: bold;
    }
    
    .footer-section a:hover {
        text-decoration: underline;
    }
    
    .social-icon {
        display: block;
        background-color: #4CAF50;
        color: #fff;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 5px;
        text-decoration: none;
    }
    
    .social-icon:hover {
        background-color: #333;
    }
    
    .copyright {
        margin-top: 20px;
    }
    .section {
        margin: 20px;
        padding: 20px;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }
    
    .service-item {
        margin-bottom: 20px;
    }
    
    .service-item h3 {
        color: #4CAF50;
    }
    
    .cta-section {
        text-align: center;
        background-color: #4CAF50;
        color: #fff;
        padding: 20px;
        border-radius: 10px;
    }
    
    .footer-container {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding: 20px;
    }
    
    .footer-section {
        flex: 1;
        max-width: 300px;
        margin: 0 20px;
    }
    
    .social-icon {
        display: block;
        background-color: #4CAF50;
        color: #fff;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 5px;
        text-decoration: none;
    }
    
    .social-icon:hover {
        background-color: #333;
    }