.testiphoto {
    background-image: url(/images/testiback.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 590px;
    /* display: flex; */
    /* justify-content: center; Centers horizontally */
    /* align-items: flex-start; Aligns text to the top */
    text-align: center;
    /* padding-top: 100px; */
    /* position: relative; */
}

/* Responsive Design */
@media (width: 1024px) {
    .testiphoto {
        height: 450px; /* Reduce height for medium screens */
        padding-top: 80px; /* Adjust spacing */
    }
}

@media (width: 768px) {
    .testiphoto {
        height: 400px; /* Further reduce height for tablets */
        padding-top: 60px; /* Adjust spacing */
    }
}

@media (max-width: 480px) {
    .testiphoto {
        height: 350px; /* Smaller height for mobile */
        padding-top: 0px; /* Adjust spacing */
        background-size: contain; /* Ensures background fits better */
        margin-top: 0px;
    }
}


.clients {
    background: #fff;
  
} 
.clients .titlepage {padding-bottom: 0px;}
.clients .titlepage h2 {
    color: #000;
}

.clients_red {
    background: #fff;
    padding-bottom: 50px;
} 

.cross_inner h3 {
   text-align: left;
   padding-left: 60px;
   padding-top: 58px;   
   font-size: 30px;
   line-height: 25px;
   padding-bottom: 58px;
text-transform: uppercase;
}

.pa_right {padding-right: 0px;}
.pa_left {padding-left: 0px;}

.testimonial_cont p {color: #fff;
background: #052501;
padding: 40px 50px;}
#testimonial_slider .carousel-indicators {
    bottom: -50px;
}

#testimonial_slider .carousel-indicators li {
    width: 25px;
height: 25px;
background-color: #052501;
border-radius: 50px;
}
#testimonial_slider .carousel-indicators li.active {
    background-color: #4bc714;
}


.testimonial_cont {
   background: #fff;
   min-height: 295px;
}
.text_align_center {
   text-align: center;}
.ornage_color {
    color: #4bc714;
text-transform: none;
font-size: 20px;
line-height: 10px;
}
.testomonial_img {position: relative;}
.testomonial_img:after {
   position: absolute;
content: "";

background: url(../images/bg1.png);
background-repeat: no-repeat;
width: 61px;
height: 61px;
right: 0px;
bottom: -61px;;
z-index: 9999;
}
.testomonial_img i img { border: #4bc714 solid 13px; width: 100%;}
/* transform: skew(190deg); */

.testimonial_cont h3 { color: #000; font-family: poppins;}

.team-section {
    width: 80%;
    margin: auto;
    align-items: center;
    /* margin-left: 500px; */
}

.team-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    margin-top: 50px;
    align-content: center;
    /* margin-right: 500px; */
    /* border: #000 solid 5px; */

}

.team-title::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: green;
    margin: 8px auto 20px;
}

.team-member {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
    align-content: center;
    /* border: #000 solid 5px; */
    width: 80%;
    margin-left: 10%;

}

.team-member img {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    margin-right: 20px;
    align-items: ;
}

.team-info {
    text-align: left;
    flex: 1;
}

.team-info h3 {
    font-size: 22px;
    font-weight: bold;
}

.role {
    font-size: 14px;
    color: gray;
}

.description {
    margin: 10px 0;
}

.read-more-btn {
    background-color: #146c43;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
    display: inline-block;
}

.read-more-btn:hover {
    background-color: #0a4f2e;
}

.team-details {
    display: none;
    overflow: hidden;
    margin-top: 10px;
    background: white;
    padding: 15px;
    border-radius: 10px;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.team-details.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 768px) {
    .team-member {
        flex-direction: column;
        text-align: center;
    }

    .team-member img {
        margin-bottom: 10px;
    }

    .team-info {
        text-align: center;
    }
}

/* Full-Width Background */
.ownerfarmer-section {
    width: 100%;
    min-height: 400px;
    background-color: #4CAF50; /* Dark Green */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0; /* Added padding for better spacing on smaller screens */
    margin-top: 0;
}

/* Content Wrapper */
.ownercontainer {
    width: 90%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}

/* Text Content */
.ownertext-content {
    flex: 1;
    min-width: 300px;
    color: white;
    text-align: left;
    padding: 20px;
}

.ownertext-content h1 {
    font-size: 50px; /* Adjusted for better scaling on smaller screens */
    font-weight: bold;
    line-height: 1.2;
}

.ownertext-content p {
    font-size: 20px; /* Made responsive with scaling */
    margin-top: 15px;
}

/* Image Content */
.ownerimage-content {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 20px;
}

.ownerimage-content img {
    width: 100%;
    max-width: 350px;
    border-radius: 20px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .ownertext-content h1 {
        font-size: 4rem;
    }

    .ownertext-content p {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .ownercontainer {
        flex-direction: column;
        text-align: center;
    }

    .ownertext-content {
        text-align: center;
        padding: 15px;
    }

    .ownertext-content h1 {
        font-size: 40px;
    }

    .ownertext-content p {
        font-size: 1.5rem;
    }

    .ownerimage-content img {
        max-width: 250px;
    }
}

@media (max-width: 480px) {
    .ownertext-content h1 {
        font-size:30px;
        margin-top: 15px;
    }

    .ownertext-content p {
        font-size: 1.2rem;
    }

    .ownerimage-content img {
        max-width: 200px;
    }
    .ownerfarmer-section {
        width: 100%;
        min-height: 400px;
        background-color: #4CAF50; /* Dark Green */
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 0; /* Added padding for better spacing on smaller screens */
        margin-top: 0;
    }
}






/* Testimonial Section */
.testimonial-section {
    padding: 40px 20px;
    background-color: #ffffff;
    text-align: center;
  }
  
  .section-title {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #333;
  }
  
  /* Testimonial Container */
  .testimonial-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  
  /* Testimonial Card */
  .testimonial-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    height: auto;
    padding: 20px;
    width: 100%;
    max-width: 300px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }
  
  .testimonial-card:hover {
    transform: translateY(-10px);
  }
  
  /* Testimonial Text */
  .testimonial-text {
    font-size: 1.6rem;
    color: #555;
    margin-bottom: 40px;
    line-height: 1.5;
  }
  
  /* Testimonial User */
  .testimonial-user {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
  }
  
  .user-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 5px solid #4bc714;
  }
  
  .user-details {
    text-align: left;
  }
  
  .user-name {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
  }
  
  .user-role {
    font-size: 1.4rem;
    color: #4bc714;
  }
  
  /* Responsive Styles */
  @media (max-width: 768px) {
    .testimonial-container {
      flex-direction: column;
      align-items: center;
    }
  
    .testimonial-card {
      width: 90%;
      max-width: none;
    }
  
    .testimonial-user {
      flex-direction: column;
      text-align: center;
    }
  
    .user-details {
      text-align: center;
    }
  }
  
  @media (max-width: 480px) {
    .testimonial-text {
      font-size: 1.4rem;
    }
  
    .user-image {
      width: 60px;
      height: 60px;
    }
  
    .user-name {
      font-size: 1.6rem;
    }
  
    .user-role {
      font-size: 1.2rem;
    }
    .testiphoto {
        margin-bottom: 0;
    }
    
  }
  




/* Card Styling */
.card {
    background: #ffffff; /* White background */
    border: 1px solid #ddd; /* Light border */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    margin: 10px 0; /* Add spacing */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
   
}

.card:hover {
    transform: translateY(-5px); /* Lift card on hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
}

.card-title {
    font-size: 1.5rem;
    color: #007bff; /* Accent color */
    text-transform: uppercase;
    margin-bottom: 15px;
}

.card-text {
    font-size: 1rem;
    color: #333; /* Darker text for readability */
}

.card ul {
    list-style: none; /* Remove bullet points */
    padding: 0;
    margin: 0;
}

.card ul li {
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: #555; /* Subtle text color */
}

.card ul li strong {
    color: #007bff; /* Highlighted values */
}

/* Responsive Design */
@media (max-width: 768px) {
    .row {
        flex-direction: column; /* Stack cards on smaller screens */
    }
}
  

.about-u {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    padding: 40px 0;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.about-image {
    flex: 1 1 40%;
    text-align: center;
}

.about-image img {
    max-width: 100%;
    border-radius: 10px;
}

.about-content {
    flex: 1 1 55%;
    padding-left: 20px;
}

.section1 {
    margin-bottom: 0px;
    text-align: center;
    padding: 0px;
    background-color:#007bff ;
    background-attachment: fixed;
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-us {
        flex-direction: column;
    }

    .about-image, .about-content {
        flex: 1 1 100%;
        padding-left: 0;
    }

    .about-content {
        margin-top: 20px;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    p, ul {
        font-size: 1rem;
    }
}



.how{
    margin: 0;
    font-family: Arial, sans-serif;
    /* background: url('/AnataFarm/images/x1.jpg') no-repeat center center/cover; */
    padding: 50px 20px;
    text-align: center;
    color: #000;
}



.main-container {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
  }
  .section-title, .section-text {
    text-align: center;
    font-weight:500;
    font-size: larger;
    color:#4C4A49;
  }
  .section-title {
    color:#63CE33;
    font-size: 4rem;
    margin-bottom: 10px;
  }
  .text-content {
    margin: 30px 0;
  }
  .text-content p {
    margin-top: 10px;
  }
  .values-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .value-card {
    flex: 1;
    min-width: 250px;
    max-width: 350px;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
  }
  .value-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
  @media (max-width: 768px) {
    .section-title {
      font-size: 1.5rem;
    }
    .values-grid {
      flex-direction: column;
    }
  }