body,
html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}

.hero {
    background-image: url('Images/herobg.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    /* Ensure the pseudo-element is positioned relative to the hero */
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250vh;
    /* Adjust width as needed */
    height: 100vh;
    /* Adjust height as needed */
    background-image: url('Images/overlay.png');
    /* Replace with your overlay image path */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: cover;
    transform: translate(-50%, -50%);

    z-index: 1;
    /* Ensure the image is above the background but below other content */
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 60px;
    background-color: transparent;
    z-index: 999;
    position: relative;
    top: 0;
    left: 0;
}

.navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    flex-direction: row;
}


.navbar ul li {
    list-style: none;
    padding: 0 20px;
    position: relative;

}

.navbar ul li a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #cccccc;
    transition: 0.3s ease;
    padding: 10px;
}

.navbar ul li a:hover,
.navbar ul li a.active {
    color: #ffffff;
}

#navbar li a.active::after,
#navbar li a:hover::after {
    content: "";
    width: 30%;
    height: 2px;
    background: #feffff;
    position: absolute;
    bottom: -4px;
    left: 20px;
}

/*.navbar ul li a:hover {
    text-decoration: underline;
}*/

.logo {
    font-size: 24px;
    font-weight: bold;
}

.logo img {
    max-height: 50px;
    margin-left: 42px;

}


.contact-button a {
    background-color: #46AF86;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 18px;
    margin-left: 40px;
    margin-right: 5px;
    width: 100%;
}


.contact-button a:hover
 {
    background-color: #218838;
}


.hero-content {
    padding: 0 120px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 100px;
    z-index: 2;
    /* Ensure the content is above the overlay image */


}

.hero-content h1 {
    font-size: 50px;
    margin-bottom: 5px;
    font-family: 'fredoka', sans-serif;
    font-weight: 500;

}

.hero-content p {
    /*font-size: 18px;
    padding-bottom: 80px;*/
    margin-bottom: 50px;
    color: white;
    font-family: 'DM Sans',Arial, sans-serif;



}

.contact-us {
    padding-top: 20px;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 30px;
    font-size: 18px;
    transition: background-color 0.3s, transform 0.3s;
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
}

.contact-us:hover {
    background-color: #ffffff;

}

.contact-us:hover .arrow {
    transform: translateX(5px);
}

.featured-products {
    text-align: center;
    padding: 50px 20px;
}

.featured-products h2 {
    font-size: 30px;
    margin-bottom: 30px;
    font-family: 'fredoka' , sans-serif;
    font-weight: 500;
    color: #554348;
}

.product-slider {
    display: flex;
    overflow-x: scroll;
    scroll-behavior: smooth;
    padding-bottom: 20px;
}

.product-card1 {
    background-color: white;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0 70px;
    padding: 10px;
    width: 300px;
    flex: none;
    position: relative;
    align-items: center;
}



.product-card1 img {
    width: 70%;
    display: block;
    /* Center the image horizontally */
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
}

.product-card1 img:hover {
    transform: scale(1.05);
    transition: trasform 0.3s ease;
}

.badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #3eb489;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
}

.product-card1 h3 {
    text-align: center;
    font-size: 24px;
    margin: 15px 0;
    font-family: 'fredoka' , sans-serif;
    font-weight: 500;
}

.product-card1 p {
    font-size: 12px;
    margin-bottom: 45px;
    color: #5E5E5E;
    width: 100%;
    text-align: center;
}


.product-card {
    background-color: white;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0 70px;
    padding: 10px;
    width: 300px;
    flex: none;
    position: relative;
    align-items: center;
}



.product-card img {
    width: 60%;
    display: block;
    /* Center the image horizontally */
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
}

.product-card img:hover {
    transform: scale(1.05);
    transition: trasform 0.3s ease;
}

.badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #3eb489;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
}

.product-card h3 {
    text-align: center;
    font-size: 24px;
    margin: 15px 0;
    font-family: 'fredoka' , sans-serif;
    font-weight: 500;
}

.product-card p {
    font-size: 12px;
    margin-bottom: 45px;
    color: #5E5E5E;
    width: 100%;
    text-align: center;
}



.know-more {
    color: #00C9A7;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    display: block; /* Ensures it takes full width of the container */
    margin-top: auto;
    font-family: 'fredoka', sans-serif;
    font-weight: 500;
    transform: translateX(-50%);
    transition: color 0.3s ease, transform 0.3s ease;
    position: absolute;
    bottom: 20px;
    left: 50%;
    
    
}

.know-more:hover{
    font-size: 17px; /* Adjust the size as needed */

}


.know-more:hover .arrow {
    transform: translateX(5px);
}

.view-more {
    display: inline-block;
    margin-top: 20px;
    background-color: #3eb489;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 18px;
}

.view-more:hover {
    background-color: #34a177;
}

/* Hide scrollbar */
.product-slider::-webkit-scrollbar {
    display: none;
}

/*.why-choose-us {
    background-image: url('Images/choose\ us\ frame.png'); /* Replace with your background image 
    background-size:cover;
    background-position: center;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}*/

.choose-us-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}


/*.why-choose-us::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Overlay 
    z-index: 1;
}*/

/*.content {
    position: relative;
    /*z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 20px;
    text-align: center;
}*/

/*.content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #333;
}

.content h2 span {
    color: #3eb489;
}

.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
}

.feature-card {
    background: #e8f5e9;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    text-align: left;
    width: 45%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.feature-card .icon {
    font-size: 30px;
    margin-right: 20px;
    color: #3eb489;
}

.feature-card .text h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.feature-card .text p {
    font-size: 14px;
    color: #666;
}

.know-more {
    display: inline-block;
    margin-top: 20px;
    background-color: #3eb489;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 18px;
}

.know-more:hover {
    background-color: #34a177;
}

.know-more .arrow {
    transition: transform 0.3s;
}

.know-more:hover .arrow {
    transform: translateX(5px);
}*/

.testimonials {
    text-align: center;
    padding: 50px 20px;
    background-color: #fff;
}

.testimonials h2 {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 40px;
    color: #554348;
    font-family: 'fredoka' , sans-serif;
    font-weight: 500;
    text-align: left;
    margin-left: 50px;
}

.testimonials-slider {
    display: flex;
    overflow-x: scroll;
    scroll-behavior: smooth;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
}

.testimonial-card {
    background-color: #D6FFD1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin: 0 50px;
    flex: none;
    width: 400px;
    text-align: center;
    position: relative;
    border-radius: 12px;
}

.testimonial-card::before {
    content: url('Images/quote_7350737\ 1.png');
    font-size: 10px;
    color: #3eb489;
    position: absolute;
    top: 2px;
    left: 1px;
}

.testimonial-card .quote {
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 10px;
}

.testimonial-card .author {
    font-size: 14px;
    color: #072360;
    text-align: center;
    margin-top: 20px;
}

.testimonial-card .author::before {
    content: '';
    display: block;
    width: 90%;
    height: 1px;
    background-color: #3eb489;
    margin: 10px auto 5px auto;
}

.contact-form {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
    background-color: #f1f8e9;
}

.contact-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    max-width: 1000px;
    background-color: #e8f5e9;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.plant-image {
    width: 40%;
    height: auto;
    border-radius: 10px;
    margin-right: 20px;
}


/* Hide scrollbar */
.testimonials-slider::-webkit-scrollbar {
    display: none;
}

/* For Firefox */
.testimonials-slider {
    scrollbar-width: none;
}

/*FORM SECTION*/

.contact-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    padding-bottom: -60px;
    margin-top: -20px;
}

.contact-form-container {
    background-color: #d1f0c8;
    padding: 20px;
    width: 50%;
    border-radius: 15px;
    margin-left: 190px;
    margin-top: 10px;
    
    margin-bottom: 40px;
}

.contact-form-container h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'fredoka', sans-serif;
    font-weight: 500;
    margin-left: 45px;

}

.contact-form-container form {
    display: flex;
    flex-direction: column;
    padding: 45px;
    margin-bottom: -20px;
}

.contact-form-container label {
    margin-bottom: 5px;
}

.phone{
    margin-left: 10px;
}

.name{
    width: calc(40%); /* Increase the length of the underline without going outside the box */
    max-width: 100%;
}

/*.contact-form-container input,
.contact-form-container textarea {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #ffffff;
}*/

.contact-form-container input,
.contact-form-container textarea {
    padding: 10px;
    margin-bottom: 15px;
    border: none;
    border-bottom: 2px solid #333;
    background-color: transparent;
    border-radius: 0;
    width: 100%;
    /* Ensures full width */
    box-sizing: border-box;
    /* Ensures padding is included in the element's total width */
}

.contact-form-container input:focus,
.contact-form-container textarea:focus {
    outline: none;
    border-bottom: 2px solid #28a745;
}

.input-field {
    background-color: #A9D7AF;
    /* Light green background */
    border: none;
    border-bottom: solid 2px #333;
    /* Dark line under input field */
    margin-bottom: 15px;
}

.input-field::placeholder {
    color: #666;
    font-family: 'DM Sans', Arial, sans-serif;
    /* Placeholder text color */
}


.contact-form-container button {

    padding: 10px 50px;
    font-size: 14px;
    background-color: #46AF86;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: fit-content;
    align-self: center;
}

.contact-form-container button:hover {
    background-color: #218838;
}

.form-row {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.form-row input {
    flex: 1;
}

.image-container {
    /*margin-left: 20px;
    margin-right: 30px;
    width: 35%;
    text-align: center;
    margin-top: -20px;
    margin-left: -50px;
    margin-bottom: 80px*/
    width: 18%;
    text-align: center;
    margin-left: 18px;
    margin-bottom: 80px;
}

.image-container img {

    width: 120%;
    height: auto;
    border-radius: 10px;
}




/*FOOTER*/

footer {
    background-color: #0E4420;
    color: white;
    padding: 20px;
    position: relative;
    overflow: hidden;
    margin: 0;

}

.footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.footer-content h3,
p {
    color: white;
    margin-right: 300px;


}



.footer-info,
.footer-links,
.footer-social {
    margin: 5px;
}

.footer-info {
    margin-top: -20px;
}

.footer-info img {
    margin-top: 10px;
}

.footer-links {
    margin-top: 70px;
    margin-left: -90px;
}

.footer-info h3 {
    margin-top: 40px;
    font-family: 'fredoka', sans-serif;
    font-weight: 500;
    font-size: 25px;
}

.footer-links h4,
.footer-social h4 {
    margin-bottom: 10px;
    font-family: 'fredoka', sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.footer-links ul {
    list-style-type: none;
    padding: 0;

}

.footer-links ul li {
    margin-bottom: 5px;

}

.footer-links ul li a {
    color: white;
    text-decoration: none;
    font-family: 'Maven Pro', Arial, sans-serif;
    /* Apply Maven Pro font to footer links */
}

.footer-links ul li a:hover {
    text-decoration: underline;
}

.footer-social {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    row-gap: 8px;
    justify-items: center;
    align-items: center;
    margin-top: 65px;
    margin-left: 180px;
}

.footer-social a {
    margin: 0 -10px;
}

.footer-social h4{
    margin-top: 20px;
    margin-right: -40px;
}

.footer-social i {
    size: 50px;
    text-align: center;
    color: white;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 80px;
    background-color: #0E4420;
    color: #ffffff;
    border: 2px solid #cce7d0;
    bottom: 20px;
    right: 10px;
    align-self: center;

}