.elementor-5063 .elementor-element.elementor-element-30248eb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5063 .elementor-element.elementor-element-2ac330d7 > .elementor-widget-container{margin:70px 0px -25px 0px;}.elementor-5063 .elementor-element.elementor-element-2ac330d7 .master-heading .pre-heading{font-family:"Georgia", Sans-serif;}.elementor-5063 .elementor-element.elementor-element-37644745{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 62px) 0px;}.elementor-5063 .elementor-element.elementor-element-4b7fce1d{overflow:hidden;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:18px;margin-bottom:0px;z-index:0;}.elementor-5063 .elementor-element.elementor-element-4b7fce1d > .elementor-background-overlay{opacity:0.23;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-5063 .elementor-element.elementor-element-15eb1f2a{--display:flex;}.elementor-5063 .elementor-element.elementor-element-1b5d69f7{--spacer-size:254px;}body.elementor-page-5063 #page #main-content{padding-top:0px;padding-bottom:0px;}@media(min-width:768px){.elementor-5063 .elementor-element.elementor-element-2eec1d56{width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-340e142a */.aapco-service-box{
  text-align:left;
}
.aapco-service-icon1{
   width:70px;
  height:auto;
  margin:0 auto 12px auto; /* centers the image */
  display:block; 
}
.aapco-service-icon{
  width:70px;
  height:auto;
  margin-bottom:12px;
}

@media(max-width:768px){
  .aapco-service-icon{
    width:55px;
  }
  .aapco-service-icon1{
  width:55px;
}
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-4b7fce1d */.aapco-farmtrade {
  background: #f8faf7;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.aapco-container {
  max-width: 1200px;
  margin: auto;
}

.hero {
  background-image: url("http://aapcoindia.in/wp-content/uploads/2026/01/farmtrade.png");
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  padding: 50px;
  color: #1f3b2d;
}

.hero-text {
  max-width: 600px;
  background: rgba(255,255,255,0.85);
  padding: 30px;
  border-radius: 10px;
}

.hero h1 {
  color: #1f6b3b;
  margin-bottom: 10px;
}

.hero h3 {
  font-weight: 600;
  margin-bottom: 15px;
}

.info-box {
  background: #eaf2e6;
  padding: 30px;
  margin: 40px 0;
  border-radius: 10px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.card {
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.card h3 {
  color: #1f6b3b;
  margin-bottom: 15px;
}

.card ul {
  padding-left: 20px;
}

.card ul li {
  margin-bottom: 8px;
}

.cta-btn {
  display: inline-block;
  margin-top: 40px;
  background: #1f6b3b;
  color: #fff;
  padding: 14px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .hero {
    padding: 25px;
  }

  .hero-text {
    padding: 20px;
  }

  .cards {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */