/********** Template CSS **********/
:root {
    --primary: #34AD54;
    --secondary: #FF9933;
    --light: #F6FFF2;
    --dark: #263A4F;
}

.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);
}
.drop-do{
    width: 600px;
    background-color: #FF9933;
}
@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        padding: 10px;
    }
    .navbar-dark  h3{
        font-size: 20px !important;
    }
    .drop-do{
      max-width: 330px;
    }
}

@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;
}
.carousel-inner .carousel-item img {
    width: 100%;
    height: 650px; /* Optional: maintain aspect ratio */
}
/* Ensure carousel takes full width on mobile */
@media (max-width: 768px) {
    .carousel-inner .carousel-item img {
        width: 100%;
        height: 350px; /* Optional: maintain aspect ratio */
    }
    .banner {
        position: relative;
        margin-top: -50px;
        z-index: 1;
    }
   
   
    /* Optionally adjust padding or margin for a better fit on mobile */
    .carousel-caption {
        padding: 2rem; /* Adjust padding as needed for mobile */
    }
}

.bg-hero {
    background: url(../img/one.jpg) top right no-repeat;
    background-size: cover;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -120px;
        z-index: 1;
    }
}

.bg-vegetable {
    background: linear-gradient(rgba(52, 173, 84, .2), rgba(52, 173, 84, .2)), url(../img/banner1.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/banner2.png) bottom right no-repeat;
    background-size: contain;
}

/* For mobile view styling */
@media (max-width: 768px) {
    .bg-vegetable, .bg-fruit  {
        background-position: bottom right;
        background-size:62%; /* Makes the image cover the div */
        height: 300px;
    }
    
    .banner .col-md-6 .bg-primary {
        justify-content: end; /* Align background at the bottom */
    }
    
    .bg-vegetable, .bg-fruit h4 {
        order: -1; /* Ensures h4 is displayed at the top */
        margin-bottom: auto; /* Pushes the h4 text to the top */
    }
    .banner h4{
        margin-top: -100px !important;
    }

}

.about img{
    width: 100%;
}

.service-item {
    box-shadow: 0 0 45px #EDEDED;
    transition: .5s;
}

.about i,
.service-item i {
    background-image: linear-gradient(var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .5s;
}

.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 {
    color: #FF9933;
}

.product-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 55%;
    bottom: 0;
    left: 0;
    background: url(../img/banner1.png) left bottom no-repeat, url(../img/banner2.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/DD.jpeg) top center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(2, 80, 23, 0.7);
    z-index: 999;
}

.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;
    }
}
.hero-section {
    background: url('img/hero-bg.jpg') no-repeat center center/cover;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    position: relative;
    height: 400px !important;
}

.hero-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.list-group-item .btn {
    font-size: 1.5rem;
    border-radius: 50%;
    padding: 0.5rem 1rem;
}
.box {
    min-height: 250px; /* Ensures a baseline height */
}
.icon {
    color: #007bff; /* Matches your theme color */
}
#hero-individual-counseling {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url('path/to/hero-image.jpg') no-repeat center center;
    background-size: cover;
}

#individual-counseling .text-secondary {
    color: #6c757d;
}

#individual-counseling ul {
    list-style-type: disc;
    padding-left: 20px;
}

#individual-counseling .btn-primary {
    background-color: #007bff;
    border: none;
}
.img1 img {
height: 300px !important;
margin-left: 20%;
}
.hero-section h1{

    color: #FF9933;

}

/* For devices with a maximum width of 768px (tablets and smaller screens) */
@media (max-width: 768px) {
    .img1 img {
     
        margin-left: 10%;
    }
}

/* For devices with a maximum width of 480px (mobile devices) */
@media (max-width: 480px) {
    .img1 img {
      
        margin-left: 5%;
    }
}

.feature-box, .benefit-box {
    min-height: 300px; /* Consistent box height */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.feature-box i, .benefit-box i {
    font-size: 40px; /* Icon size */
    margin-bottom: 15px;
    color: #007bff; /* Primary color for icons */
}

@media (max-width: 768px) {
    .feature-box, .benefit-box {
        min-height: 260px; /* Adjust height for smaller screens */
    }
}


.aspect-box, .benefit-box {
    min-height: 300px; /* Ensures uniform height */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.aspect-box i, .benefit-box i {
    font-size: 40px; /* Icon size */
    margin-bottom: 15px;
    color: #007bff; /* Primary icon color */
}

@media (max-width: 768px) {
    .aspect-box, .benefit-box {
        min-height: 260px; /* Adjust height for smaller screens */
    }
}


.blog1 img{
    height: 300px !important;
}
