/********** Template CSS **********/

:root {

    --primary: #34AD54;

    --secondary: #FF9933;

    --light: #F6FFF2;

    --dark: #263A4F;

}



.logo img {

    height: 60px;

    margin-left: 50px;

}

.btn {

    font-family: 'Roboto', sans-serif;

    letter-spacing: 1px;

    font-weight: 700;

    transition: .5s;

}



.btn-primary,

.btn-secondary {

    color: #FFFFFF;

}



.btn-square {

    width: 36px;

    height: 36px;

}



.btn-sm-square {

    width: 28px;

    height: 28px;

}



.btn-lg-square {

    width: 46px;

    height: 46px;

}



.btn-square,

.btn-sm-square,

.btn-lg-square {

    padding-left: 0;

    padding-right: 0;

    text-align: center;

}



.back-to-top {

    position: fixed;

    display: none;

    right: 30px;

    bottom: 0;

    border-radius: 0;

    z-index: 99;

}



.navbar-dark .navbar-nav .nav-link {

    padding: 30px 15px;

    font-size: 16px;

    font-weight: 600;

    color: #FFFFFF;

    text-transform: uppercase;

    transition: .5s;

}



.sticky-top.navbar-dark .navbar-nav .nav-link {

    padding: 20px 15px;

}



.navbar-dark .navbar-nav .nav-link:hover,

.navbar-dark .navbar-nav .nav-link.active {

    background: var(--secondary);

}



@media (max-width: 991.98px) {

    .navbar-dark .navbar-nav .nav-link {

        padding: 10px;

    }

}



@media (max-width: 576px) {

    .carousel-caption h4 {

        font-size: 18px;

        font-weight: 500 !important;

    }



    .carousel-caption h1 {

        font-size: 30px;

        font-weight: 600 !important;

    }

}



.carousel-control-prev,

.carousel-control-next {

    width: 10%;

}



.carousel-control-prev-icon,

.carousel-control-next-icon {

    width: 3rem;

    height: 3rem;

}



.bg-hero {

    background: url(../img/carousel-1.jpg) top right no-repeat;

    background-size: cover;

}



@media (min-width: 991.98px) {

    .banner {

        position: relative;

        margin-top: -90px;

        z-index: 1;

    }

}



.bg-vegetable {

    background: linear-gradient(rgba(52, 173, 84, .2), rgba(52, 173, 84, .2)), url(../img/vegetable.png) bottom right no-repeat;

    background-size: contain;

}



.bg-fruit {

    background: linear-gradient(rgba(255, 153, 51, .2), rgba(255, 153, 51, .2)), url(../img/fruit.png) bottom right no-repeat;

    background-size: contain;

}



.service-item {

    box-shadow: 0 0 45px #EDEDED;

    transition: .5s;

}



.about i,
.service-item i {

    color: var(--primary);
    /* Use your primary color for icons */
    transition: .5s;
}

/* Add this to ensure all Font Awesome icons display correctly */
.fa,
.fas,
.far,
.fal,
.fab {
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}


.service-item:hover {

    color: var(--light);

    background: var(--primary) !important;

}



.service-item:hover i {

    background-image: linear-gradient(var(--light), var(--secondary));

}



.service-item:hover h4 {

    transition: .5s;

}



.service-item:hover h4 {

    color: var(--light);

}



.product-item {

    padding: 0 30px 30px 30px;

}



.product-item .btn-action {

    position: absolute;

    width: 100%;

    bottom: -40px;

    left: 0;

    opacity: 0;

    transition: .5s;

}



.product-item:hover .btn-action {

    bottom: 0;

    opacity: 1;

}



.product-item h5 {

    transition: .5s;

}



.product-item:hover h5 {

    opacity: 0;

}



.product-carousel::after {

    position: absolute;

    content: "";

    width: 100%;

    height: 55%;

    bottom: 0;

    left: 0;

    background: url(../img/bg-product-1.png) left bottom no-repeat, url(../img/bg-product-2.png) right bottom no-repeat;

    background-size: contain;

    background-color: var(--primary);

    z-index: -1;

}



.product-carousel .owl-nav {

    width: 100%;

    text-align: center;

    display: flex;

    justify-content: center;

}



.product-carousel .owl-nav .owl-prev,

.product-carousel .owl-nav .owl-next {

    position: relative;

    width: 55px;

    height: 45px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: var(--primary);

    background: #FFFFFF;

    font-size: 22px;

    transition: .5s;

}



.product-carousel .owl-nav .owl-prev:hover,

.product-carousel .owl-nav .owl-next:hover {

    color: var(--secondary);

}



.bg-testimonial {

    background: url(../img/testimonial.jpg) top center no-repeat;

    background-size: cover;

}



.testimonial-carousel {

    background: rgba(52, 173, 84, .7);

}



.testimonial-carousel .owl-nav {

    position: absolute;

    width: calc(100% + 46px);

    height: 46px;

    top: calc(50% - 23px);

    left: -23px;

    display: flex;

    justify-content: space-between;

    z-index: 1;

}



.testimonial-carousel .owl-nav .owl-prev,

.testimonial-carousel .owl-nav .owl-next {

    position: relative;

    width: 46px;

    height: 46px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: var(--primary);

    background: #FFFFFF;

    font-size: 22px;

    transition: .5s;

}



.testimonial-carousel .owl-nav .owl-prev:hover,

.testimonial-carousel .owl-nav .owl-next:hover {

    color: var(--secondary);

}



.testimonial-carousel .owl-item img {

    width: 120px;

    height: 120px;

}



.blog-item img {

    transition: .5s;

}



.blog-item:hover img {

    transform: scale(1.2);

}



.blog-overlay {

    position: absolute;

    padding: 30px;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    justify-content: flex-end;

    background: linear-gradient(rgba(52, 173, 84, 0), rgba(52, 173, 84, 1));

    z-index: 1;

}



.bg-footer {

    background: linear-gradient(rgba(52, 173, 84, .7), rgba(52, 173, 84, .7)), url(../img/footer.png) center bottom no-repeat;

    background-size: contain;

}



@media (min-width: 991.98px) {

    .bg-footer {

        margin-top: 90px !important;

    }

}

/* Modernized Banner */
/* Rounded, shadow, and hover effect */
.bg-vegetable,
.bg-fruit {
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.bg-vegetable:hover,
.bg-fruit:hover {
    transform: translateY(-5px);
}

/* Smooth arrow movement */
.transition {
    transition: transform 0.3s ease;
}

a:hover .transition {
    transform: translateX(5px);
}

.card.team-card,
.service-item,
.feature-card {
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(52, 173, 84, 0.10), 0 1.5px 8px rgba(0, 0, 0, 0.04);
    padding: 2rem 1.5rem;
    background: #fff;
    /* Or your preferred color */
    margin-bottom: 2rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 576px) {

    .card.team-card,
    .service-item,
    .feature-card {
        padding: 1.25rem 0.75rem;
        border-radius: 0.75rem;
    }
}

.card.team-card,
.service-item,
.feature-card {
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(52, 173, 84, 0.10), 0 1.5px 8px rgba(0, 0, 0, 0.04);
    padding: 2rem 1.5rem;
    background: #fff;
    /* Or your preferred color */
    margin-bottom: 2rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 576px) {

    .card.team-card,
    .service-item,
    .feature-card {
        padding: 1.25rem 0.75rem;
        border-radius: 0.75rem;
    }
}

.card.team-card,
.service-item,
.feature-card {
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(52, 173, 84, 0.10), 0 1.5px 8px rgba(0, 0, 0, 0.04);
    padding: 2rem 1.5rem;
    background: #fff;
    /* Or your preferred color */
    margin-bottom: 2rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 576px) {

    .card.team-card,
    .service-item,
    .feature-card {
        padding: 1.25rem 0.75rem;
        border-radius: 0.75rem;
    }
}

.card.team-card,
.service-item,
.feature-card {
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(52, 173, 84, 0.10), 0 1.5px 8px rgba(0, 0, 0, 0.04);
    padding: 2rem 1.5rem;
    background: #fff;
    /* Or your preferred color */
    margin-bottom: 2rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 576px) {

    .card.team-card,
    .service-item,
    .feature-card {
        padding: 1.25rem 0.75rem;
        border-radius: 0.75rem;
    }
}

.card.team-card,
.service-item,
.feature-card {
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(52, 173, 84, 0.10), 0 1.5px 8px rgba(0, 0, 0, 0.04);
    padding: 2rem 1.5rem;
    background: #fff;
    /* Or your preferred color */
    margin-bottom: 2rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 576px) {

    .card.team-card,
    .service-item,
    .feature-card {
        padding: 1.25rem 0.75rem;
        border-radius: 0.75rem;
    }
}

.card.team-card,
.service-item,
.feature-card {
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(52, 173, 84, 0.10), 0 1.5px 8px rgba(0, 0, 0, 0.04);
    padding: 2rem 1.5rem;
    background: #fff;
    /* Or your preferred color */
    margin-bottom: 2rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 576px) {

    .card.team-card,
    .service-item,
    .feature-card {
        padding: 1.25rem 0.75rem;
        border-radius: 0.75rem;
    }
}

.card.team-card,
.service-item,
.feature-card {
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(52, 173, 84, 0.10), 0 1.5px 8px rgba(0, 0, 0, 0.04);
    padding: 2rem 1.5rem;
    background: #fff;
    /* Or your preferred color */
    margin-bottom: 2rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 576px) {

    .card.team-card,
    .service-item,
    .feature-card {
        padding: 1.25rem 0.75rem;
        border-radius: 0.75rem;
    }
}

.card.team-card,
.service-item,
.feature-card {
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(52, 173, 84, 0.10), 0 1.5px 8px rgba(0, 0, 0, 0.04);
    padding: 2rem 1.5rem;
    background: #fff;
    /* Or your preferred color */
    margin-bottom: 2rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 576px) {

    .card.team-card,
    .service-item,
    .feature-card {
        padding: 1.25rem 0.75rem;
        border-radius: 0.75rem;
    }
}

.card.team-card,
.service-item,
.feature-card {
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(52, 173, 84, 0.10), 0 1.5px 8px rgba(0, 0, 0, 0.04);
    padding: 2rem 1.5rem;
    background: #fff;
    /* Or your preferred color */
    margin-bottom: 2rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 576px) {

    .card.team-card,
    .service-item,
    .feature-card {
        padding: 1.25rem 0.75rem;
        border-radius: 0.75rem;
    }
}

.card.team-card,
.service-item,
.feature-card {
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(52, 173, 84, 0.10), 0 1.5px 8px rgba(0, 0, 0, 0.04);
    padding: 2rem 1.5rem;
    background: #fff;
    /* Or your preferred color */
    margin-bottom: 2rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 576px) {

    .card.team-card,
    .service-item,
    .feature-card {
        padding: 1.25rem 0.75rem;
        border-radius: 0.75rem;
    }
}

.card.team-card,
.service-item,
.feature-card {
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(52, 173, 84, 0.10), 0 1.5px 8px rgba(0, 0, 0, 0.04);
    padding: 2rem 1.5rem;
    background: #fff;
    /* Or your preferred color */
    margin-bottom: 2rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 576px) {

    .card.team-card,
    .service-item,
    .feature-card {
        padding: 1.25rem 0.75rem;
        border-radius: 0.75rem;
    }
}

.card.team-card,
.service-item,
.feature-card {
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(52, 173, 84, 0.10), 0 1.5px 8px rgba(0, 0, 0, 0.04);
    padding: 2rem 1.5rem;
    background: #fff;
    /* Or your preferred color */
    margin-bottom: 2rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 576px) {

    .card.team-card,
    .service-item,
    .feature-card {
        padding: 1.25rem 0.75rem;
        border-radius: 0.75rem;
    }
}

.card.team-card,
.service-item,
.feature-card {
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(52, 173, 84, 0.10), 0 1.5px 8px rgba(0, 0, 0, 0.04);
    padding: 2rem 1.5rem;
    background: #fff;
    /* Or your preferred color */
    margin-bottom: 2rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 576px) {

    .card.team-card,
    .service-item,
    .feature-card {
        padding: 1.25rem 0.75rem;
        border-radius: 0.75rem;
    }
}

.card.team-card,
.service-item,
.feature-card {
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(52, 173, 84, 0.10), 0 1.5px 8px rgba(0, 0, 0, 0.04);
    padding: 2rem 1.5rem;
    background: #fff;
    /* Or your preferred color */
    margin-bottom: 2rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 576px) {

    .card.team-card,
    .service-item,
    .feature-card {
        padding: 1.25rem 0.75rem;
        border-radius: 0.75rem;
    }
}

.card.team-card,
.service-item,
.feature-card {
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(52, 173, 84, 0.10), 0 1.5px 8px rgba(0, 0, 0, 0.04);
    padding: 2rem 1.5rem;
    background: #fff;
    /* Or your preferred color */
    margin-bottom: 2rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 576px) {

    .card.team-card,
    .service-item,
    .feature-card {
        padding: 1.25rem 0.75rem;
        border-radius: 0.75rem;
    }
}

.card.team-card,
.service-item,
.feature-card {
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(52, 173, 84, 0.10), 0 1.5px 8px rgba(0, 0, 0, 0.04);
    padding: 2rem 1.5rem;
    background: #fff;
    /* Or your preferred color */
    margin-bottom: 2rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 576px) {

    .card.team-card,
    .service-item,
    .feature-card {
        padding: 1.25rem 0.75rem;
        border-radius: 0.75rem;
    }
}

.card.team-card,
.service-item,
.feature-card {
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(52, 173, 84, 0.10), 0 1.5px 8px rgba(0, 0, 0, 0.04);
    padding: 2rem 1.5rem;
    background: #fff;
    /* Or your preferred color */
    margin-bottom: 2rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 576px) {

    .card.team-card,
    .service-item,
    .feature-card {
        padding: 1.25rem 0.75rem;
        border-radius: 0.75rem;
    }
}

.card.team-card,
.service-item,
.feature-card {
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(52, 173, 84, 0.10), 0 1.5px 8px rgba(0, 0, 0, 0.04);
    padding: 2rem 1.5rem;
    background: #fff;
    /* Or your preferred color */
    margin-bottom: 2rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 576px) {

    .card.team-card,
    .service-item,
    .feature-card {
        padding: 1.25rem 0.75rem;
        border-radius: 0.75rem;
    }
}

.card.team-card,
.service-item,
.feature-card {
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(52, 173, 84, 0.10), 0 1.5px 8px rgba(0, 0, 0, 0.04);
    padding: 2rem 1.5rem;
    background: #fff;
    /* Or your preferred color */
    margin-bottom: 2rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 576px) {

    .card.team-card,
    .service-item,
    .feature-card {
        padding: 1.25rem 0.75rem;
        border-radius: 0.75rem;
    }
}

.card.team-card,
.service-item,
.feature-card {
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(52, 173, 84, 0.10), 0 1.5px 8px rgba(0, 0, 0, 0.04);
    padding: 2rem 1.5rem;
    background: #fff;
    /* Or your preferred color */
    margin-bottom: 2rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card.team-card,
.service-item,
.feature-card {
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(52, 173, 84, 0.10), 0 1.5px 8px rgba(0, 0, 0, 0.04);
    padding: 2rem 1.5rem;
    background: #fff;
    /* Or your preferred color */
    margin-bottom: 2rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 576px) {

    .card.team-card,
    .service-item,
    .feature-card {
        padding: 1.25rem 0.75rem;
        border-radius: 0.75rem;
    }
}

.card.team-card,
.service-item,
.feature-card {
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(52, 173, 84, 0.10), 0 1.5px 8px rgba(0, 0, 0, 0.04);
    padding: 2rem 1.5rem;
    background: #fff;
    /* Or your preferred color */
    margin-bottom: 2rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 576px) {

    .card.team-card,
    .service-item,
    .feature-card {
        padding: 1.25rem 0.75rem;
        border-radius: 0.75rem;
    }
}

.team-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: default;
    background: white;
}

.team-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.team-img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 4px 15px rgba(8, 194, 1, 0.25);
    border: 4px solid rgba(52, 173, 84, .7);
    transition: box-shadow 0.3s ease;
}

.team-card:hover .team-img {
    box-shadow: 0 8px 30px rgba(47, 194, 3, 0.5);
}

.team-name {
    color: #003366;
    font-weight: 600;
    font-size: 1.15rem;
    text-align: center;
    margin-top: 1rem;
    letter-spacing: 1.2px;
}

.team-desc {
    font-size: 0.9rem;
    color: #555555;
    line-height: 1.5;
    margin-top: 0.75rem;
    text-align: justify;
}

/* modernized navigation bar */
/* Main Navbar Style */
.navbar-agri {
    background-color: #00a132 !important;
    /* Earthy dark green */
    font-family: 'Inter', sans-serif;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Brand Name */
.navbar-agri .navbar-brand {
    font-size: 1.75rem;
    font-weight: 700;
    color: #ffffff !important;
    letter-spacing: 1px;
}

.navbar-agri .navbar-brand span {
    color: #b7e4c7;
    /* Soft highlight green */
}

/* Nav Links */
.navbar-agri .nav-link {
    color: #f8f9fa !important;
    margin: 0 0.75rem;
    font-weight: 500;
    position: relative;
    transition: color 0.3s ease;
}

/* Underline effect only on hover */
.navbar-agri .nav-link::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #95d5b2;
    /* Light green */
    transition: width 0.3s ease;
}

/* On hover, show full underline */
.navbar-agri .nav-link:hover::after {
    width: 100%;
}

/* Active link is colored differently (no underline) */
.navbar-agri .nav-link.active {
    color: #b7e4c7 !important;
    background-color: transparent !important;

}

/* Remove extra effects from focused/active links */
.navbar-agri .nav-link:focus,
.navbar-agri .nav-link:active {
    background-color: transparent !important;
    color: #b7e4c7 !important;
    box-shadow: none !important;
}

/* Dropdown Menu */
.navbar-agri .dropdown-menu {
    background-color: #ffffff;
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Dropdown Items */
.navbar-agri .dropdown-item {
    color: #2d6a4f;
    font-weight: 500;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.navbar-agri .dropdown-item:hover {
    background-color: #e6f4ea;
    color: #1b4332;
}

/* Toggler Button (Mobile) */
.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* === RESPONSIVE FIXES FOR MOBILE, TABLET, LAPTOP === */

/* Make images responsive */
img {
    max-width: 100%;
    height: auto;
}

/* Smaller headings and paragraph sizes on mobile */
@media (max-width: 576px) {

    h1.display-5,
    h1.display-4,
    h1.display-1 {
        font-size: 1.8rem !important;
        line-height: 1.3;
    }

    p,
    .team-desc {
        font-size: 0.95rem;
    }

    .carousel-caption {
        padding: 1rem !important;
    }

    .team-card {
        padding: 1rem;
    }

    .btn {
        font-size: 0.9rem;
        padding: 10px 18px;
    }
}

/* Adjust team image size */
.team-img {
    width: 100px;
    height: 100px;
}

/* Scrollable navbar on mobile */
@media (max-width: 768px) {
    .navbar-nav {
        overflow-x: auto;
        white-space: nowrap;
    }

    .bg-vegetable,
    .bg-fruit {
        height: 200px !important;
        padding: 1.5rem !important;
    }

    .bg-vegetable h3,
    .bg-fruit h3 {
        font-size: 1.25rem;
    }
}

/* Reduce carousel caption font size on very small screens */
@media (max-width: 480px) {
    .carousel-caption h1 {
        font-size: 1.5rem !important;
    }

    .carousel-caption h3 {
        font-size: 1rem !important;
    }

    .carousel-caption {
        padding: 1rem !important;
        background: rgba(0, 0, 0, 0.4);
        border-radius: 0.5rem;
    }
}

/* responsive at tablet and smartphone on blog section*/
@media (max-width: 576px) {
    .blog-overlay h4 {
        font-size: 1.1rem;
    }

    .blog-overlay span {
        font-size: 0.85rem;
    }
}

/* banner responsive */
@media (max-width: 576px) {

    .bg-vegetable,
    .bg-fruit {
        padding: 1.5rem !important;
        height: auto !important;
    }

    .bg-vegetable h3,
    .bg-fruit h3 {
        font-size: 1.2rem !important;
    }

    .bg-vegetable p,
    .bg-fruit p {
        font-size: 0.9rem !important;
    }

    .bg-vegetable a,
    .bg-fruit a {
        font-size: 0.9rem;
    }
}

.about-section h1,
.about-section h5 {
    letter-spacing: 0.5px;
}

@media (max-width: 576px) {
    .about-section h1 {
        font-size: 1.6rem;
    }

    .about-section h5 {
        font-size: 1rem;
    }
}

/* === Modern Feature Card Styles === */
.feature-card {
    background: #afafae54;
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background-color: #6c757d;
    color: white;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

@media (max-width: 576px) {
    .feature-card {
        padding: 1.5rem 1rem;
    }

    .feature-card h5 {
        font-size: 1.1rem;
    }

    .feature-card p {
        font-size: 0.9rem;
    }

    .feature-card img {
        margin-top: 1rem;
    }
}

.feature-gradient {
    background: linear-gradient(96deg, #04950c, #007334);
    background-size: cover;
    background-repeat: no-repeat;
}

.feature .small {
    color: #555555 !important;
}

/* Responsive input and textarea height for contact form */
.form-control {
    height: 3.2rem;
    /* Default for desktop */
}

@media (max-width: 768px) {
    .form-control {
        height: 2.6rem;
        /* Slightly smaller on tablets */
    }
}

@media (max-width: 576px) {
    .form-control {
        height: 2.2rem;
        /* Smaller on mobile */
        font-size: 1rem;
    }

    textarea.form-control {
        min-height: 4rem;
    }
}

/* Modern form styles for contact form */
.contact-form-modern {
    background: #fff;
    border-radius: 1.25rem;
    box-shadow: 0 8px 32px rgba(52, 173, 84, 0.10), 0 1.5px 8px rgba(0, 0, 0, 0.04);
    padding: 2.5rem 2rem;
    margin-bottom: 2rem;
}

.contact-form-modern .form-control {
    border-radius: 0.75rem;
    border: 1.5px solid #e0e0e0;
    background: #f8fafc;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-shadow: none;
    font-size: 1.08rem;
    color: #263A4F;
}

.contact-form-modern .form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 2px rgba(52, 173, 84, 0.10);
    background: #fff;
    outline: none;
}

.contact-form-modern textarea.form-control {
    min-height: 5.5rem;
    resize: vertical;
}

.contact-form-modern .btn {
    border-radius: 0.75rem;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(52, 173, 84, 0.08);
    transition: background 0.2s, box-shadow 0.2s;
}

.contact-form-modern .btn:hover,
.contact-form-modern .btn:focus {
    background: var(--primary);
    color: #fff;
    box-shadow: 0 4px 16px rgba(52, 173, 84, 0.15);
}

.contact-form-modern .form-label {
    font-weight: 500;
    color: #263A4F;
    margin-bottom: 0.4rem;
    letter-spacing: 0.2px;
}

@media (max-width: 768px) {
    .contact-form-modern {
        padding: 1.5rem 0.75rem;
    }

    .contact-form-modern .btn {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .contact-form-modern {
        padding: 1rem 0.25rem;
        border-radius: 0.75rem;
    }

    .contact-form-modern .form-control {
        font-size: 0.98rem;
        border-radius: 0.55rem;
    }

    .contact-form-modern textarea.form-control {
        min-height: 4rem;
    }
}

/* Apply same border-radius to Get In Touch container as contact-form-modern */
.get-in-touch-modern {
    border-radius: 1.25rem;
    box-shadow: 0 8px 32px rgba(52, 173, 84, 0.10), 0 1.5px 8px rgba(0, 0, 0, 0.04);
}

@media (max-width: 576px) {
    .get-in-touch-modern {
        border-radius: 0.75rem;
    }
}

/* Unified card style for team, service, and feature cards */
.card.team-card,
.service-item,
.feature-card {
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(52, 173, 84, 0.10), 0 1.5px 8px rgba(0, 0, 0, 0.04);
    padding: 2rem 1.5rem;
    background: #fff;
    margin-bottom: 2rem;
}

/* Consistent padding for card content */
.card.team-card .team-img,
.service-item .icon,
.feature-card .feature-icon {
    margin-bottom: 1.25rem;
}

/* Optional: Ensure all cards have the same margin at the bottom */
.card.team-card,
.service-item,
.feature-card {
    margin-bottom: 2rem;
}

/* Responsive adjustments for cards on mobile */
@media (max-width: 576px) {

    .card.team-card,
    .service-item {
        padding: 1.25rem 0.75rem;
        border-radius: 0.75rem;
    }
}

body {
    font-family: 'Open Sans', 'Roboto', Arial, sans-serif;
}