html{
  scroll-behavior: smooth;
}

body{
  overflow-x: hidden;
}

img{
  max-width: 100%;
  height: auto;
  display: block;
}

section{
  position: relative;
}

.container,
.container-fluid{
  position: relative;
  z-index: 2;
}




.hero-slider-section{
  margin-top: 90px;
}

.hero-slider .hero-slide{
  position: relative;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-slider .hero-slide::before{
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 6s ease;
}

.hero-slider .owl-item.active .hero-slide::before{
  transform: scale(1.06);
}

.hero-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.68), rgba(0,0,0,0.30));
  z-index: 1;
}

.hero-content{
  position: relative;
  z-index: 2;
  max-width: 700px;
  color: #fff;
  padding: 40px 0;
  animation: fadeUp 1s ease;
}

.hero-content h1{
  font-size: 58px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 18px;
}

.hero-content p{
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 28px;
  max-width: 600px;
}

.hero-btn{
  display: inline-block;
  background: #97C80B;
  color: #111;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.hero-btn:hover{
  background: #2F7D2E;
  color: #fff;
  transform: translateY(-4px);
}

.hero-slider .owl-nav{
  margin-top: 0;
}

.hero-slider .owl-nav button.owl-prev,
.hero-slider .owl-nav button.owl-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.18) !important;
  color: #fff !important;
  font-size: 24px !important;
  backdrop-filter: blur(4px);
  transition: 0.3s ease;
}

.hero-slider .owl-nav button.owl-prev:hover,
.hero-slider .owl-nav button.owl-next:hover{
  background: #97C80B !important;
  color: #111 !important;
}

.hero-slider .owl-nav button.owl-prev{
  left: 20px;
}

.hero-slider .owl-nav button.owl-next{
  right: 20px;
}

.hero-slider .owl-dots{
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center;
}

.hero-slider .owl-dots .owl-dot span{
  width: 12px;
  height: 12px;
  margin: 5px;
  background: rgba(255,255,255,0.5);
  transition: 0.3s ease;
}

.hero-slider .owl-dots .owl-dot.active span{
  background: #97C80B;
  width: 28px;
  border-radius: 20px;
}

/* Large tablets */
@media (max-width: 1199px){
  .hero-content h1{
    font-size: 50px;
  }
}

/* Tablet */
@media (max-width: 991px){
  .hero-slider-section{
    margin-top: 80px;
  }

  .hero-slider .hero-slide{
    min-height: 80vh;
  }

  .hero-content{
    max-width: 620px;
  }

  .hero-content h1{
    font-size: 40px;
  }

  .hero-content p{
    font-size: 16px;
  }

  .hero-slider .owl-nav button.owl-prev,
  .hero-slider .owl-nav button.owl-next{
    width: 42px;
    height: 42px;
    font-size: 20px !important;
  }
}

/* Mobile */
@media (max-width: 575px){
  .hero-slider-section{
    margin-top: 75px;
  }

  .hero-slider .hero-slide{
    min-height: 75vh;
    background-position: center center;
  }

  .hero-content{
    text-align: center;
    max-width: 100%;
    padding: 20px 12px;
  }

  .hero-content h1{
    font-size: 28px;
    margin-bottom: 14px;
  }

  .hero-content p{
    font-size: 15px;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .hero-btn{
    padding: 12px 24px;
    font-size: 14px;
  }

  .hero-slider .owl-nav button.owl-prev{
    left: 10px;
  }

  .hero-slider .owl-nav button.owl-next{
    right: 10px;
  }
}














.agro-about-section{
  background: #f5f5f5;
  padding: 90px 0;
  overflow: hidden;
}

.agro-about-content{
  max-width: 580px;
}

.agro-about-title{
  font-size: 52px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 28px;
  color: #97C80B;
}

.agro-about-title span{
  color: #2F7D2E;
}

.agro-about-content p{
  font-size: 18px;
  line-height: 1.8;
  color: #2f2f2f;
  margin-bottom: 20px;
}

.agro-about-btn{
  display: inline-block;
  margin-top: 20px;
  background: #064905;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 34px;
  border-radius: 0 30px 30px 30px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

.agro-about-btn:hover{
  background: #2F7D2E;
  color: #fff;
  transform: translateY(-4px);
}


.agro-about-image-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
}

.agro-about-circle{
  width: 420px;
  height: 420px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 6px solid #97C80B;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.agro-about-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: 0.4s ease;
}

.agro-about-circle:hover .agro-about-image{
  transform: scale(1.05);
}



@media (max-width: 991px){
  .agro-about-circle{
    width: 340px;
    height: 340px;
  }
}

@media (max-width: 575px){
  .agro-about-circle{
    width: 260px;
    height: 260px;
  }
}
/* Tablet */
@media (max-width: 991px){
  .agro-about-section{
    padding: 70px 0;
  }

  .agro-about-content{
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .agro-about-title{
    font-size: 40px;
    margin-bottom: 22px;
  }

  .agro-about-content p{
    font-size: 17px;
    line-height: 1.7;
  }

  

  .agro-about-circle{
    max-width: 460px;
  }
}

/* Mobile */
@media (max-width: 575px){
  .agro-about-section{
    padding: 55px 0;
  }

  .agro-about-title{
    font-size: 30px;
    line-height: 1.3;
  }

  .agro-about-content p{
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 16px;
  }

  .agro-about-btn{
    font-size: 14px;
    padding: 13px 26px;
  }

  .agro-about-circle{
    max-width: 300px;
  }
}






.agro-feature-section{
  position: relative;
  background: #f5f5f5;
  padding: 80px 0 60px;
  overflow: hidden;
}

.agro-feature-section::before{
  content: "";
  position: absolute;
  left: -50px;
  bottom: 0;
  width: 380px;
  height: 220px;
  background: url('images/agro-bg-shape.png') no-repeat center/contain;
  opacity: 0.05;
  pointer-events: none;
}

.agro-feature-heading{
  text-align: center;
  margin-bottom: 55px;
}

.agro-feature-heading h2{
  font-size: 58px;
  line-height: 1.3;
  font-weight: 800;
  color: #046a2d;
  margin: 0;
  letter-spacing: -0.5px;
}

.agro-feature-heading h2 span{
  color: #2F7D2E;
}

.agro-feature-card{
  text-align: center;
  padding: 35px 28px 18px;
  min-height: 240px;
  border-right: 1px solid rgba(4, 106, 45, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s ease;
}

.agro-feature-card:hover{
  transform: translateY(-6px);
}

.agro-feature-row .col-lg-3:last-child .agro-feature-card{
  border-right: 0;
}

.agro-feature-icon{
  width: 82px;
  height: 82px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  background: rgba(151, 200, 11, 0.08);
  color: #19b84a;
  font-size: 42px;
  transition: all 0.3s ease;
}

.agro-feature-card:hover .agro-feature-icon{
  transform: translateY(-5px) scale(1.05);
  background: #2F7D2E;
  color: #fff;
  box-shadow: 0 10px 20px rgba(47,125,46,0.18);
}

.agro-feature-card p{
  font-size: 18px;
  line-height: 1.7;
  color: #3f4860;
  margin: 0;
  max-width: 260px;
}

/* Tablet */
@media (max-width: 991px){
  .agro-feature-section{
    padding: 65px 0 45px;
  }

  .agro-feature-heading{
    margin-bottom: 35px;
  }

  .agro-feature-heading h2{
    font-size: 40px;
    line-height: 1.4;
  }

  .agro-feature-card{
    min-height: 220px;
    border-right: 1px solid rgba(4, 106, 45, 0.12);
    border-bottom: 1px solid rgba(4, 106, 45, 0.12);
    padding: 30px 20px;
  }

  .agro-feature-row .col-md-6:nth-child(2) .agro-feature-card,
  .agro-feature-row .col-md-6:nth-child(4) .agro-feature-card{
    border-right: 0;
  }

  .agro-feature-row .col-md-6:nth-child(3) .agro-feature-card,
  .agro-feature-row .col-md-6:nth-child(4) .agro-feature-card{
    border-bottom: 0;
  }

  .agro-feature-card p{
    font-size: 17px;
  }
}

/* Mobile */
@media (max-width: 575px){
  .agro-feature-section{
    padding: 50px 0 30px;
  }

  .agro-feature-heading{
    margin-bottom: 25px;
  }

  .agro-feature-heading h2{
    font-size: 28px;
    line-height: 1.5;
  }

  .agro-feature-heading h2 br{
    display: none;
  }

  .agro-feature-card{
    min-height: auto;
    padding: 25px 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(4, 106, 45, 0.10);
  }

  .agro-feature-row .col-md-6:last-child .agro-feature-card{
    border-bottom: 0;
  }

  .agro-feature-icon{
    width: 70px;
    height: 70px;
    font-size: 34px;
    margin-bottom: 18px;
  }

  .agro-feature-card p{
    font-size: 15px;
    line-height: 1.7;
    max-width: 100%;
  }
}












.agro-banner-section{
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.agro-banner-bg{
  position: absolute;
  inset: 0;
  background: url("images/bg.jpg") center center/cover no-repeat;
  transform: scale(1);
  animation: bannerZoom 12s ease-in-out infinite alternate;
  z-index: -2;
}

.agro-banner-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.18) 100%);
  z-index: -1;
}

.agro-banner-content{
  max-width: 700px;
  padding: 80px 0;
  color: #fff;
  animation: fadeUp 1s ease;
}

.agro-banner-content h2{
  font-size: 58px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 18px;
}

.agro-banner-content p{
  font-size: 18px;
  line-height: 1.8;
  max-width: 620px;
  margin-bottom: 28px;
  color: rgba(255,255,255,0.92);
}

.agro-banner-btn{
  display: inline-block;
  text-decoration: none;
  background: #97C80B;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 40px;
  transition: all 0.35s ease;
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

.agro-banner-btn:hover{
  background: #2F7D2E;
  color: #fff;
  transform: translateY(-3px);
}

@keyframes bannerZoom{
  0%{ transform: scale(1); }
  100%{ transform: scale(1.12); }
}

/* Tablet */
@media (max-width: 991px){
  .agro-banner-section{
    min-height: 440px;
  }

  .agro-banner-content{
    max-width: 100%;
    padding: 70px 0;
  }

  .agro-banner-content h2{
    font-size: 42px;
  }

  .agro-banner-content p{
    font-size: 16px;
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 575px){
  .agro-banner-section{
    min-height: 360px;
    text-align: center;
  }

  .agro-banner-overlay{
    background: linear-gradient(180deg, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0.45) 100%);
  }

  .agro-banner-content{
    padding: 60px 10px;
  }

  .agro-banner-content h2{
    font-size: 28px;
    line-height: 1.35;
    margin-bottom: 14px;
  }

  .agro-banner-content p{
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 22px;
  }

  .agro-banner-btn{
    font-size: 14px;
    padding: 12px 24px;
  }
}







.agro-products-section{
  position: relative;
  background: #eaf4ee;
  padding: 80px 0 70px;
  overflow: hidden;
}

.agro-products-section::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  background: url("images/farm-line-art.png") repeat-x bottom center;
  background-size: contain;
  opacity: 0.18;
  pointer-events: none;
}

.agro-products-heading{
  margin-bottom: 45px;
}

.agro-products-heading h2{
  font-size: 58px;
  line-height: 1.2;
  font-weight: 800;
  margin: 0;
  color: #b5cc1c;
}

.agro-products-heading h2 span{
  color: #009245;
}

.agro-products-slider .item{
  padding: 0 12px;
}

.agro-product-card{
  background: #fff;
  min-height: 380px;
  padding: 60px 40px 40px;
  border-radius: 90px 0 90px 0;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.agro-product-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
}

.agro-product-card h3{
  font-size: 22px;
  font-weight: 800;
  color: #009245;
  margin-bottom: 24px;
  transition: 0.3s ease;
}

.agro-product-card:hover h3{
  color: #064905;
}

.agro-product-card p{
  font-size: 18px;
  line-height: 1.75;
  color: #303848;
  margin-bottom: 28px;
}

.agro-product-btn{
  display: inline-block;
  align-self: flex-start;
  text-decoration: none;
  background: #064905;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 22px;
  border-radius: 0 0 24px 24px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.agro-product-btn:hover{
  background: #2F7D2E;
  color: #fff;
  transform: translateY(-2px);
}

.agro-products-slider .owl-nav{
  margin-top: 0;
}

.agro-products-slider .owl-nav button.owl-prev,
.agro-products-slider .owl-nav button.owl-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  background: #ffffff !important;
  color: #111 !important;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  font-size: 26px !important;
  transition: all 0.3s ease;
}

.agro-products-slider .owl-nav button.owl-prev:hover,
.agro-products-slider .owl-nav button.owl-next:hover{
  background: #97C80B !important;
  color: #111 !important;
}

.agro-products-slider .owl-nav button.owl-prev{
  left: -25px;
}

.agro-products-slider .owl-nav button.owl-next{
  right: -25px;
}

.agro-products-slider .owl-dots{
  margin-top: 28px;
  text-align: center;
}

.agro-products-slider .owl-dots .owl-dot span{
  width: 12px;
  height: 12px;
  margin: 5px;
  background: rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.agro-products-slider .owl-dots .owl-dot.active span{
  width: 60px;
  border-radius: 20px;
  background: #19b84a;
}

/* Tablet */
@media (max-width: 991px){
  .agro-products-section{
    padding: 65px 0 55px;
  }

  .agro-products-heading h2{
    font-size: 40px;
  }

  .agro-product-card{
    min-height: 340px;
    padding: 45px 28px 32px;
    border-radius: 70px 0 70px 0;
  }

  .agro-product-card h3{
    font-size: 20px;
    margin-bottom: 18px;
  }

  .agro-product-card p{
    font-size: 16px;
    line-height: 1.7;
  }

  .agro-products-slider .owl-nav button.owl-prev{
    left: -10px;
  }

  .agro-products-slider .owl-nav button.owl-next{
    right: -10px;
  }
}

/* Mobile */
@media (max-width: 575px){
  .agro-products-section{
    padding: 50px 0 45px;
  }

  .agro-products-heading{
    margin-bottom: 28px;
  }

  .agro-products-heading h2{
    font-size: 28px;
    line-height: 1.4;
  }

  .agro-product-card{
    min-height: auto;
    padding: 35px 22px 28px;
    border-radius: 50px 0 50px 0;
  }

  .agro-product-card h3{
    font-size: 18px;
  }

  .agro-product-card p{
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .agro-product-btn{
    font-size: 13px;
    padding: 11px 18px;
  }

  .agro-products-slider .owl-nav button.owl-prev,
  .agro-products-slider .owl-nav button.owl-next{
    width: 42px;
    height: 42px;
    font-size: 22px !important;
  }

  .agro-products-slider .owl-nav button.owl-prev{
    left: 0;
  }

  .agro-products-slider .owl-nav button.owl-next{
    right: 0;
  }

  .agro-products-slider .owl-dots .owl-dot.active span{
    width: 34px;
  }
}




.agro-stats-section{
  background: #f3f3f3;
  padding: 55px 0;
}

.agro-stat-card{
  text-align: center;
  padding: 16px 12px;
  transition: all 0.3s ease;
  border-radius: 16px;
}

.agro-stat-card:hover{
  background: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,0.05);
  transform: translateY(-5px);
}

.agro-stat-card h3{
  margin: 0 0 10px;
  font-size: 52px;
  line-height: 1;
  font-weight: 800;
  color: #111111;
}

.agro-stat-card p{
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #7a7a7a;
  font-weight: 500;
}

@media (max-width: 991px){
  .agro-stats-section{
    padding: 45px 0;
  }

  .agro-stat-card h3{
    font-size: 40px;
  }

  .agro-stat-card p{
    font-size: 16px;
  }
}

@media (max-width: 575px){
  .agro-stats-section{
    padding: 35px 0;
  }

  .agro-stat-card{
    padding: 10px 6px;
  }

  .agro-stat-card h3{
    font-size: 30px;
    margin-bottom: 8px;
  }

  .agro-stat-card p{
    font-size: 14px;
    line-height: 1.4;
  }
}







.agro-blog-section{
  padding: 80px 0;
  background: #f8fbf6;
}

.agro-blog-head{
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 45px;
  flex-wrap: wrap;
}

.agro-blog-head-left{
  max-width: 700px;
}

.agro-blog-subtitle{
  display: inline-block;
  margin-bottom: 10px;
  color: #97C80B;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.agro-blog-head-left h2{
  font-size: 46px;
  line-height: 1.2;
  font-weight: 800;
  color: #2F7D2E;
  margin-bottom: 14px;
}

.agro-blog-head-left p{
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  color: #666;
}

.agro-blog-view-btn{
  display: inline-block;
  text-decoration: none;
  background: #064905;
  color: #fff;
  padding: 14px 28px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: 0 10px 22px rgba(0,0,0,0.08);
}

.agro-blog-view-btn:hover{
  background: #97C80B;
  color: #111;
  transform: translateY(-3px);
}

.agro-blog-card{
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: all 0.35s ease;
  border: 1px solid #edf3ea;
}

.agro-blog-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.10);
}

.agro-blog-img-wrap{
  position: relative;
  overflow: hidden;
}

.agro-blog-img{
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.agro-blog-card:hover .agro-blog-img{
  transform: scale(1.08);
}

.agro-blog-date{
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: #97C80B;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 30px;
}

.agro-blog-content{
  padding: 26px 24px 24px;
}

.agro-blog-category{
  display: inline-block;
  margin-bottom: 12px;
  color: #2F7D2E;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.agro-blog-content h3{
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 14px;
  font-weight: 800;
}

.agro-blog-content h3 a{
  color: #1f1f1f;
  text-decoration: none;
  transition: color 0.3s ease;
}

.agro-blog-card:hover .agro-blog-content h3 a{
  color: #2F7D2E;
}

.agro-blog-content p{
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 18px;
}

.agro-blog-readmore{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #064905;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.agro-blog-readmore::after{
  content: "→";
  transition: transform 0.3s ease;
}

.agro-blog-readmore:hover{
  color: #97C80B;
}

.agro-blog-readmore:hover::after{
  transform: translateX(4px);
}

/* Tablet */
@media (max-width: 991px){
  .agro-blog-section{
    padding: 65px 0;
  }

  .agro-blog-head{
    margin-bottom: 35px;
  }

  .agro-blog-head-left h2{
    font-size: 38px;
  }

  .agro-blog-head-left p{
    font-size: 16px;
  }

  .agro-blog-img{
    height: 230px;
  }

  .agro-blog-content h3{
    font-size: 21px;
  }

  .agro-blog-content p{
    font-size: 15px;
  }
}

/* Mobile */
@media (max-width: 575px){
  .agro-blog-section{
    padding: 50px 0;
  }

  .agro-blog-head{
    margin-bottom: 28px;
  }

  .agro-blog-head-left h2{
    font-size: 28px;
  }

  .agro-blog-head-left p{
    font-size: 15px;
    line-height: 1.7;
  }

  .agro-blog-view-btn{
    padding: 12px 22px;
    font-size: 14px;
  }

  .agro-blog-img{
    height: 220px;
  }

  .agro-blog-date{
    left: 14px;
    bottom: 14px;
    font-size: 12px;
    padding: 7px 12px;
  }

  .agro-blog-content{
    padding: 22px 18px 20px;
  }

  .agro-blog-category{
    font-size: 12px;
  }

  .agro-blog-content h3{
    font-size: 19px;
    margin-bottom: 12px;
  }

  .agro-blog-content p{
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 15px;
  }

  .agro-blog-readmore{
    font-size: 14px;
  }
}



.agro-contact-banner{
  position: relative;
  padding: 70px 0;
  background: linear-gradient(135deg, #2F7D2E 0%, #6FA333 45%, #97C80B 100%);
  overflow: hidden;
}

.agro-contact-banner::before{
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 240px;
  height: 240px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
}

.agro-contact-banner::after{
  content: "";
  position: absolute;
  bottom: -100px;
  left: -60px;
  width: 280px;
  height: 280px;
  background: rgba(255,255,255,0.06);
  border-radius: 50%;
}

.agro-contact-content,
.agro-contact-action{
  position: relative;
  z-index: 2;
}

.agro-contact-tag{
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 18px;
  border-radius: 30px;
  background: rgba(255,255,255,0.14);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.agro-contact-content h2{
  font-size: 50px;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 16px;
}

.agro-contact-content p{
  margin: 0;
  max-width: 720px;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255,255,255,0.92);
}

.agro-contact-btn{
  display: inline-block;
  text-decoration: none;
  background: #ffffff;
  color: #2F7D2E;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 34px;
  border-radius: 40px;
  transition: all 0.35s ease;
  box-shadow: 0 10px 24px rgba(0,0,0,0.10);
}

.agro-contact-btn:hover{
  background: #111111;
  color: #ffffff;
  transform: translateY(-3px) scale(1.02);
}

@media (max-width: 991px){
  .agro-contact-banner{
    padding: 55px 0;
    text-align: center;
  }

  .agro-contact-content h2{
    font-size: 38px;
  }

  .agro-contact-content p{
    font-size: 16px;
    max-width: 100%;
  }

  .agro-contact-action{
    text-align: center !important;
  }
}

@media (max-width: 575px){
  .agro-contact-banner{
    padding: 45px 0;
  }

  .agro-contact-tag{
    font-size: 12px;
    padding: 7px 14px;
  }

  .agro-contact-content h2{
    font-size: 28px;
    line-height: 1.35;
    margin-bottom: 12px;
  }

  .agro-contact-content p{
    font-size: 15px;
    line-height: 1.7;
  }

  .agro-contact-btn{
    font-size: 14px;
    padding: 12px 26px;
  }
}













.agro-partners-section{
  background: #ffffff;
  padding: 80px 0;
}

.agro-partners-heading{
  max-width: 760px;
  margin: 0 auto 50px;
}

.agro-partners-subtitle{
  display: inline-block;
  margin-bottom: 10px;
  color: #97C80B;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.agro-partners-heading h2{
  font-size: 48px;
  line-height: 1.2;
  font-weight: 800;
  color: #2F7D2E;
  margin-bottom: 14px;
}

.agro-partners-heading p{
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
  color: #666;
}

.agro-partner-logo-card{
  background: #fff;
  border: 1px solid #edf1ea;
  border-radius: 18px;
  padding: 28px 20px;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

.agro-partner-logo-card:hover{
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 14px 28px rgba(0,0,0,0.08);
  border-color: rgba(47,125,46,0.18);
}

.agro-partner-logo-card img{
  max-width: 100%;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.85;
  transition: all 0.35s ease;
}

.agro-partner-logo-card:hover img{
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.06);
}

@media (max-width: 991px){
  .agro-partners-section{
    padding: 65px 0;
  }

  .agro-partners-heading{
    margin-bottom: 38px;
  }

  .agro-partners-heading h2{
    font-size: 38px;
  }

  .agro-partners-heading p{
    font-size: 16px;
  }

  .agro-partner-logo-card{
    min-height: 115px;
    padding: 24px 18px;
  }

  .agro-partner-logo-card img{
    max-height: 52px;
  }
}

@media (max-width: 575px){
  .agro-partners-section{
    padding: 50px 0;
  }

  .agro-partners-heading{
    margin-bottom: 28px;
  }

  .agro-partners-subtitle{
    font-size: 13px;
  }

  .agro-partners-heading h2{
    font-size: 28px;
  }

  .agro-partners-heading p{
    font-size: 15px;
    line-height: 1.7;
  }

  .agro-partner-logo-card{
    min-height: 95px;
    padding: 18px 14px;
    border-radius: 14px;
  }

  .agro-partner-logo-card img{
    max-height: 42px;
  }
}