:root{
  --green:#fd4901;
  --darkgreen:#063b13;
  --red:#8b0613;
}
*{box-sizing:border-box}
body{
  font-family:'Poppins',sans-serif;
  margin:0;
  color:#111;
  overflow-x:hidden;
}
a{text-decoration:none}
.container{
  max-width:1260px;
}
.topbar{
  background:#fd4901;
  color:#fff;
  font-size:12px;
  padding:5px 0;
}
.topbar a{
  color:#fff;
  margin-left:14px;
}

.navbar{
  background: #fff;
    box-shadow: 0 3px 18px rgba(0, 0, 0, .12);
    padding:0px 0;
}

.navbar-brand img{
              width: 250px;
    margin-top: -1px;
}

.nav-link{
  color:#111!important;
  font-weight:500;
  font-size:14px;
  margin:0 3px;
  position:relative;
}

.nav-link.active:after,
.nav-link:hover:after{
  content:"";
  position:absolute;
  left:12px;
  right:12px;
  bottom:-18px;
  height:3px;
  background:var(--green);
}

.btn-green{
  background:#fd4901;
  color:#fff;
  font-weight:700;
  border-radius:4px;
  padding:13px 20px;
  font-size:13px;
  box-shadow:0 8px 18px rgba(0,0,0,.18);
}

.btn-green:hover{
  background:#8b0613;
  color:#fff;
}

.hero-slider .carousel-item{
  height:575px;
}

.hero-slider img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.carousel-control-prev,
.carousel-control-next{
  width:46px;
  height:46px;
  background:#fd4901;
  border-radius:50%;
  top:50%;
  opacity:1;
}

.carousel-control-prev{left:20px}
.carousel-control-next{right:20px}

.carousel-indicators button{
  width:12px!important;
  height:12px!important;
  border-radius:50%;
  background:#fd4901!important;
}

.section-title{
  text-align:center;
  color:#fd4901;
  font-weight:700;
  margin-bottom:10px;
  font-size:25px;
}

.section-title:before,
.section-title:after{
  content:"";
  display:inline-block;
  width:75px;
  height:2px;
  background:#709d69;
  vertical-align:middle;
  margin:0 18px;
}

.featured{
  padding:25px 0 40px;
  background:#fff;
}

.categorySlider{
  padding:0 55px 35px;
}

.cat-card{
  background:#fff;
  border-radius:18px;
  padding:0px;
  height:340px;
  box-shadow:0 10px 30px rgba(0,0,0,.12);
  text-align:center;
  transition:.35s;
}

.cat-card:hover{
  transform:translateY(-8px);
}

.cat-card img{
  width:100%; 
  object-fit:cover;
  border-radius:15px;
}

.cat-card h5{
  font-size:17px;
  color:#15813d;
  font-weight:800;
  margin-top:14px;
}

.swiper-button-next,
.swiper-button-prev{
  width:34px;
  height:34px;
  background:#fd4901;
  color:#fff;
  border-radius:50%;
}

.swiper-button-next:after,
.swiper-button-prev:after{
  font-size:14px;
  font-weight:900;
}

.about-sec{
  padding:10px 0 45px;
}

.about-sec h6{
  color:#fd4901;
  font-weight:800;
  font-size:14px;
}

.about-sec h2{
 color: #fd4901;
    font-size:26px;
    font-weight:500 !important;
    line-height: 1.15;
}

.about-sec p{
  font-size:15px;
  line-height:1.7;
}

.about-sec ul{
  list-style:none;
  padding:0;
  margin:20px 0;
}

.about-sec li{
      font-size: 14px;
    font-weight: 600;
    margin: 11px 0;
}

.about-sec li i{
  color:#11862b;
}

.about-img-box{
  position:relative;
}

.about-img-box img{
  width:100%; 
  object-fit:cover;
  border-radius:20px;
  border:8px solid #fff;
  box-shadow:0 8px 28px rgba(0,0,0,.3);
}

.quality{
  position:absolute;
  left:-20px;
  bottom:20px;
  background:#fd4901;
  color:#fff;
  padding:18px 20px;
  border-radius:8px;
  font-weight:900;
  font-size:20px;
}

.quality span{
  display:block;
  font-size:12px;
}

.testimonials{
  padding:55px 0 30px;
}

.testimonial-box{
  padding:32px 25px;
  box-shadow:0 6px 25px rgba(0,0,0,.14);
  border:1px solid #ddd;
  border-radius:0 0 18px 18px;
}

.review-card{
  display:flex;
  gap:18px;
  align-items:center;
  border:1px solid #ddd;
  border-radius:10px;
  padding:22px;
  min-height:140px;
  background:#fff;
  box-shadow:0 4px 15px rgba(0,0,0,.08);
}

.review-card img{
  width:70px;
  height:70px;
  border-radius:50%;
  object-fit:cover;
}

.stars{
  color:#f4a400;
  letter-spacing:2px;
  font-size:14px;
}

.review-card p{
  font-size:14px;
  margin:8px 0;
  line-height:1.5;
}

.review-card b{
  font-size:13px;
}

.brands{
  padding:10px 0 50px;
  text-align:center;
}

.brands h4{
  font-weight:900;
  font-size:24px;
}

.why-sec{
  background:url('../img/why-bg.jpg') center/cover no-repeat;
  padding:60px 0;
}

.info-box{
  background:rgba(255,255,255,.88);
  border-radius:8px;
  overflow:hidden; 
}

.info-card{
      text-align: center;
    padding: 18px 4px;
    border-right: 1px solid #bbb;
}

.info-card:last-child{
  border-right:0;
}

.info-card i{
  font-size:40px;
  color:#fd4901;
  margin-bottom:14px;
}

.info-card h5{
      font-weight: 700;
    font-size: 16px;
}

.info-card p{
      font-size: 14px;
    line-height: 1.45;
}

.callback{
  background: linear-gradient(90deg, #0f275bbd, #3b4e789e), url(../img/callback-bg.jpg) center / cover no-repeat;
    padding: 30px 0;
    background-size: cover;
    background-position: center;
}

.callback h2{
  font-size:36px;
  font-weight:700;
}

.form-box{
  background:#fff;
  border-radius:18px;
  padding:28px;
  box-shadow:0 12px 30px rgba(0,0,0,.25);
}

.form-control{
      height: 39px;
  border-radius:5px;
  font-size:14px;
}

textarea.form-control{
  height:70px;
}

footer{
  background:#fd4901;
  color:#fff; 
  font-size:13px;
}

footer p{
  margin:0;
}

.whatsapp{
  position:fixed;
  left:22px;
  bottom:22px;
  width:58px;
  height:58px;
  background:#20c866;
  color:#fff;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:32px;
  z-index:99;
  box-shadow:0 8px 20px rgba(0,0,0,.3);
}

@media(max-width:991px){
  .topbar .container,
  footer .container{
    display:block!important;
    text-align:center;
  }

  .navbar-brand img{
    width:160px !important;
  }

  .hero-slider .carousel-item{
    height:360px;
  }

  .section-title{
    font-size:22px;
  }

  .section-title:before,
  .section-title:after{
    width:35px;
    margin:0 8px;
  }

  .nav-link.active:after,
  .nav-link:hover:after{
    display:none;
  }

  .about-img-box img{
    height:300px;
  }

  .info-card{
    border-right:0;
    border-bottom:1px solid #ddd;
  }
}
.featured {
  padding: 35px 0 30px;
  background: #fff;
}

.categorySlider{
    position: relative;
    overflow: hidden;
    padding: 15px 45px 40px;
}

.categorySlider .swiper-slide{
    height: auto;
}

.cat-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.12);
    text-align:center;
    transition:.4s;
}

.cat-card:hover{
    transform:translateY(-6px);
}

.cat-card img{
    width:100%; 
    object-fit:cover;
    display:block;
}
.testimonialSlider{
    padding:20px 10px 10px;
}

.review-card{
    display:flex;
    gap:18px;
    align-items:center;
    background:#fff;
    border:1px solid #ddd;
    border-radius:15px;
    padding:12px;
    box-shadow:0 5px 18px rgba(0,0,0,.08); 
}

.review-card img{
    width:80px;
    height:80px;
    border-radius:50%;
    object-fit:cover;
}

.review-card p{
    margin:8px 0;
    font-size:15px;
}

.review-card b{
    display:block;
    margin-top:8px;
}

.review-card small{
    color:#000;
}

.stars{
    color:#ffb400;
    letter-spacing:2px;
}

.testimonialSlider .swiper-pagination-bullet-active{
    background:#0b6d2f;
}
.cat-card h5{
    padding:15px;
    margin:0;
    font-size:15px;
    color:#000;
    font-weight:600;
}
.product-dropdown {
  position: relative;
}

.product-dropdown .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all .3s ease;
  border: 0;
  border-radius: 12px;
  padding: 10px;
  min-width: 240px;
  box-shadow: 0 12px 35px rgba(0,0,0,.15);
}

.product-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.product-dropdown .dropdown-item {
  font-size: 13px;
  font-weight: 500;
  color: #111;
  padding: 6px 10px;
  border-radius: 8px;
}

.product-dropdown .dropdown-item:hover {
  background: #fd4901;
  color: #fff;
}

@media(max-width:991px){
  .product-dropdown .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
  }

  .product-dropdown:hover .dropdown-menu {
    display: block;
  }
}

.category-next,
.category-prev {
  position: absolute;
  top: 42%;
  z-index: 10;
  width: 34px;
  height: 34px;
  background: #fd4901;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.category-next {
  right: 5px;
}

.category-prev {
  left: 5px;
}

.category-next::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 13px;
  top: 6px;
}

.category-prev::after {
  content: "\f104";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 12px;
  top: 6px;
}
.quality-strip{
  background:#fd4901;
  padding:22px 40px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0;
}

.quality-box{
  display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    padding: 0 27px;
  border-right:1px dashed rgba(255,255,255,0.45);
}

.quality-box:last-child{
  border-right:0;
}

.quality-box i{
  font-size:44px;
  color:#fff;
  line-height:1;
}

.quality-box h5{
  margin:0 0 6px;
  font-size: 26px;
  font-weight:700;
  color:#fff;
}

.quality-box p{
  margin:0;
  font-size:13px;
  color:#fff;
}

@media(max-width:991px){
  .quality-strip{
    flex-wrap:wrap;
    gap:25px 0;
  }

  .quality-box{
    width:50%;
    padding:0 20px;
  }
}

@media(max-width:575px){
  .quality-strip{
    padding:25px 15px;
  }

  .quality-box{
    width:50% !important; 
    float:left !important;
    border-right:0;
    border-bottom:1px dashed rgba(255,255,255,0.35);
    padding:0 0 18px;
  }

  .quality-box:last-child{
    border-bottom:0;
  }
}
.footer-section {
  background: url("../img/footer-bg.jpg") center/cover no-repeat;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.footer-overlay {
  background: rgba(0, 0, 0, 0.78);
  padding: 55px 0 0;
}

.container {
  width: 92%;
  max-width: 1250px;
  margin: auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr 0.9fr 1fr;
  gap: 40px;
}

.footer-col h3 {
  font-size: 18px;
    font-weight: 600;
    margin-bottom: 26px;
}

.contact-box {
      background: #fd4901;
    padding: 0 0 18px;
    padding: 10px;
    border-radius:20px;
}

.contact-box p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  padding: 4px 0;
}

.contact-box i {
  color: #fff;
  width: 20px; 
}

.social {
  border-top: 1px solid rgba(255,255,255,0.12);
  margin-top: 25px;
  padding-top: 25px;
}

.social a {
  width: 36px;
  height: 36px;
  border: 1px solid #e82727;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  text-decoration: none;
}

.social a:hover {
  background: #e82727;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 16px;
}

.footer-col ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.footer-col ul li a:hover {
  color: #e82727;
}

.footer-col iframe {
  width: 100%;
  height: 250px;
  border: 0;
  margin-top: 2px;
}

.copyright {
  border-top: 1px solid rgba(255,255,255,0.14);
  margin-top: 40px;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright p {
      margin: 0;
    font-size: 13px;
    font-weight: 200 !important;
}

.copyright span {
  color: #fff;
  font-weight: 500;
}

.copyright a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}

@media (max-width: 991px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .copyright {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}
.takoyama-prod-zone {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

.takoyama-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.takoyama-title-wrap h2 {
  font-size: 26px;
  font-weight:600;
  color: #0b3f11;
  margin: 0;
}

.takoyama-title-wrap span {
  width: 55px;
  height: 2px;
  background: #5b8f23;
  position: relative;
}

.takoyama-title-wrap span::after {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  width: 28px;
  height: 2px;
  background: #0b3f11;
}

.tako-item-card {
  height: 134px;
    background: #fff;
    border: 1px solid #e3e3e3; margin-bottom:20px;
    border-radius: 14px;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    padding: 5px;
    transition: 0.3s ease;
}

.tako-item-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.14);
}

.tako-img-box {
  width: 43%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tako-img-box img {
      max-width: 100%; 
    object-fit: contain;
    border-radius: 6px;
    border-radius:16px;
}

.tako-content {
  width: 57%;
  position: relative;
}

.tako-count {
  background: #74b41c;
  color: #fff;
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.tako-content h5 {
  font-size: 14px;
  font-weight:600;
  color: #000;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.tako-content p {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  margin: 0 0 3px;
  line-height: 1.2;
}


.tako-whatsapp {
  position: absolute;
  top: 0;
  right: 2px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  text-decoration: none;
  box-shadow: 0 3px 8px rgba(0,0,0,.15);
  transition: 0.3s ease;
}

.tako-whatsapp:hover {
  color: #fff;
  background: #128c7e;
  transform: scale(1.08);
}

@media (max-width: 575px) {
  .tako-item-card {
    height: auto;
    min-height: 145px;
  }

  .takoyama-title-wrap h2 {
    font-size: 22px;
  }
}
.strength-section{
  background:#fff;
  padding:10px 0 0;
  font-family:'Poppins', sans-serif;
}

.strength-title{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin-bottom:24px;
}

.strength-title h2{
  margin:0;
  font-size:30px;
  font-weight:800;
  color:#111;
}

.strength-title span{
  width:48px;
  height:2px;
  background:#7ab51d;
}

.strength-title i{
  color:#6caf1d;
  font-size:22px;
}

.leaf-right{
  transform:scaleX(-1);
}

.feature-row{
  margin-bottom:28px;
}

.strength-card{
  background:#fff;
  border:1px solid #dcdcdc;
  border-radius:9px;
  padding:16px 18px;
  display:flex;
  align-items:center;
  gap:13px;
  min-height:72px;
  box-shadow:0 4px 15px rgba(0,0,0,.12);
  transition:.3s ease;
}

.strength-card:hover{
  transform:translateY(-5px);
  border-color:#61a318;
}

.strength-card .icon{
  width:38px;
  height:38px;
  border:2px solid #48a119;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#42a018;
  font-size:18px;
  flex-shrink:0;
}

.strength-card h6{
  font-size:13px;
  font-weight:800;
  margin:0 0 3px;
  color:#151515;
}

.strength-card p{
  font-size:12px;
  font-weight:600;
  margin:0;
  color:#333;
}

.stats-area{
  background:
    linear-gradient(rgba(0,70,10,.88), rgba(0,70,10,.88)),
    url("../img/bg1.jpg");
  background-size:cover;
  background-position:center;
  padding:34px 0;
}

.stat-box{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  color:#fff;
}

.stat-icon{
  width:62px;
  height:62px;
  border:2px solid #b9d600;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#d5e500;
  font-size:25px;
  flex-shrink:0;
}

.stat-box h3{
  font-size:34px;
  line-height:1;
  margin:0 0 8px;
  font-weight:800;
}

.stat-box p{
  font-size:13px;
  margin:0;
  font-weight:700;
}

@media(max-width:767px){
  .strength-title h2{
    font-size:22px;
    text-align:center;
  }

  .strength-title span{
    width:25px;
  }

  .strength-card{
    justify-content:flex-start;
  }

  .stat-box{
    justify-content:flex-start;
  }

  .stat-box h3{
    font-size:26px;
  }
}
.process-section{
  padding:40px 0;
  background:#fff;
  font-family:Arial, sans-serif;
}

.process-box{
     position: relative;
    display: flex;
    gap: 8px;
    min-height: 110px;
}

.process-box h2{
      font-size: 69px;
  font-weight:800;
  color:#e6e6e6;
  line-height:.8;
  margin:0;
}

.process-box span{
  position:absolute;
  top:-6px;
  left:50px;
  width:38px;
  height:38px;
  background:#009846;
  color:#fff;
  border-radius:50%;
  font-size:14px;
  font-weight:800;
  display:flex;
  align-items:center;
  justify-content:center;
}

.process-content h4{
  font-size:18px;
  font-weight:800;
  color:#000;
  margin:0 0 6px;
}

.process-content p{
  font-size:17px;
  line-height:1.55;
  color:#000;
  margin:0;
  text-align:justify;
}

@media(max-width:767px){
  .process-box{
    gap:15px;
  }

  .process-box h2{
    font-size:70px;
  }

  .process-box span{
    left:42px;
  }

  .process-content h4{
    font-size:17px;
  }

  .process-content p{
    font-size:14px;
  }
}
/* Border removal + image cleanup overrides */
img,
.carousel-item img,
.cat-card img,
.about-img-box img,
.review-card img,
.tako-img-box img,
.product-card img,
.takoyama-product-card img {
  border: 0 !important;
  outline: 0 !important;
}

.cat-card,
.tako-item-card,
.testimonial-box,
.review-card,
.strength-card {
  border: 0 !important;
}

.tako-img-box img,
.cat-card img {
  background: transparent !important;
  box-shadow: none !important;
}

.about-img-box img {
  border: 0 !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
}

/* 9 Box Our Products Offer Section */
.product-offer-section{
  padding:20px 0;
  background:#fff;
}

.product-offer-section .small-title{
  display:inline-block;
  color:#fd4901;
  font-size:13px;
  letter-spacing:1px;
  text-transform:uppercase;
  font-weight:800;
  margin-bottom:6px;
}

.product-subtitle{
  max-width:620px;
  margin:0 auto;
  color:#555;
  font-size:15px;
}

.product-offer-card{
  min-height: 230px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 16px 171px 17px 6px;
    background: linear-gradient(100deg, #e1eaff 0%, #9dafd670 56%, #fd4901 100%);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    transition: all .35s ease;
}

.product-offer-card:before{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  right:-65px;
  bottom:-80px;
  background:rgba(141,202,72,.22);
  border-radius:50%;
}

.product-offer-card:hover{
  transform:translateY(-7px);
  box-shadow:0 14px 34px rgba(13,90,28,.18);
}

.product-offer-card img{
  position: absolute;
    right: 12px;
    right: 0px;
    bottom: 0px;
    width: 158px;
    object-fit: contain;
    border: 0 !important;
    filter: drop-shadow(0 10px 12px rgba(0, 0, 0, .16));
    transition: transform .35s ease;
    z-index: 1;
    border-radius: 10px;
}

.product-offer-card:hover img{
  transform:scale(1.08) rotate(-2deg);
}

.offer-content{
  position:relative;
  z-index:2;
}

.offer-content span{
  display:block;
  color:#fd4901;
  font-size:12px;
  font-weight:800;
  letter-spacing:.5px;
  margin-bottom:6px;
}

.offer-content h4{
      color: #111;
    font-size: 17px;
    line-height: 1.15;
    font-weight:600;
    margin: 0 0 8px;
}

.offer-content p{
  color:#313131;
  font-size:13px;
  line-height:1.4;
  margin:0 0 14px;
}

.shop-now-btn{
  display:inline-flex;
  align-items:center;
  gap:7px;
  background:#fd4901;
  color:#fff!important;
  padding:8px 14px;
  border-radius:4px;
  font-size:11px;
  line-height:1;
  text-transform:uppercase;
  font-weight:800;
  transition:all .3s ease;
}

.shop-now-btn:hover{
  background:#8b0613;
  color:#fff!important;
}

@media(max-width:1199px){
  .product-offer-card{
    padding-right:155px;
  }
  .product-offer-card img{
    width:145px;
  }
  .offer-content h4{
    font-size:21px;
  }
}

@media(max-width:675px){
    .why-sec{
        padding:15px 0 !important;
    }
    .about-sec h2 {
    color: #fd4901;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 29px !important;
}
  .product-offer-section{
    padding:15px 0;
  }
  .product-offer-card{
    min-height:170px;
    padding:22px 135px 22px 18px;
  }
  .product-offer-card img{
    width:125px;
    height:125px;
  }
  .offer-content h4{
    font-size:18px;
  }
}

/* New animated farm/about and blog sections */
.farm-home-section{
  padding:55px 0 35px;
  background:linear-gradient(90deg,#f7fff1 0%,#eef9e8 100%);
  overflow:hidden;
}
.farm-home-card{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:42px;
  align-items:center;
  background:#f8fff4;
  border-radius:12px;
  box-shadow:0 8px 25px rgba(0,0,0,.08);
  padding:18px;
}
.farm-home-img img{
  width:100%;
  height:355px;
  object-fit:cover;
  border-radius:10px;
  transition:all .6s ease;
}
.farm-home-card:hover .farm-home-img img{transform:scale(1.035);}
.farm-home-content{padding:20px 18px;}
.mini-title{
  color:#4e9b18;
  font-size:13px;
  font-weight:800;
  letter-spacing:.5px;
}
.farm-home-content h2{
  color:#14210f;
  font-size:38px;
  font-weight:900;
  line-height:1.1;
  margin:10px 0 15px;
}
.farm-home-content p{
  color:#303b2b;
  font-size:15px;
  line-height:1.8;
  margin-bottom:25px;
}
.farm-points{
  display:flex;
  justify-content:space-between;
  gap:18px;
  text-align:center;
}
.farm-point i{
  color:#fd4901;
  font-size:26px;
  margin-bottom:8px;
  animation:farmFloat 2.5s ease-in-out infinite;
}
.farm-point h6{
  color:#24351d;
  font-size:13px;
  font-weight:700;
  margin:0;
}
.blog-card-section{
  padding:20px 0;
  background:#fbfff7;
  overflow:hidden;
}
.blog-title{text-align:center;margin-bottom:28px;}
.blog-title h2{
  font-size:24px;
  font-weight:900;
  color:#161616;
  margin-bottom:8px;
}
.blog-title span{
  display:inline-block;
  width:92px;
  height:3px;
  background:#fd4901;
  position:relative;
}
.blog-title span:before{
  content:"";
  position:absolute;
  width:12px;
  height:12px;
  border-radius:50%;
  background:#fd4901;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}
.fresh-blog-card{
  display:flex;
  gap:18px;
  align-items:center;
  background:#eff4ff;
  border-radius:10px;
  padding:5px;
  min-height:145px;
  box-shadow:0 7px 20px rgba(0,0,0,.08);
  border:1px solid rgba(95,150,39,.12);
  transition:all .35s ease;
}
.fresh-blog-card:hover{
  transform:translateY(-8px);
  box-shadow:0 16px 34px rgba(24,90,20,.16);
}
.fresh-blog-card img{ 
  object-fit:cover;
  border-radius:8px;
  transition:all .5s ease;
}
.fresh-blog-card:hover img{transform:scale(1.06) rotate(-1deg);}
.fresh-blog-content h5{
  color:#14210f;
  font-size:17px;
  font-weight:800;
  line-height:1.35;
  margin:0 0 12px;
}
.fresh-blog-content small{
  display: block;
    color: #000;
    font-size: 14px;
    margin-bottom: 8px;
}
.fresh-blog-content a{
  color:#fd4901;
  font-size:14px;
  font-weight:800;
  text-decoration:none;
  transition:all .3s ease;
}
.fresh-blog-content a:hover{color:#174b16;letter-spacing:.4px;}
@keyframes farmFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-6px)}
}
@media(max-width:991px){
  .farm-home-card{grid-template-columns:1fr;gap:20px;}
  .farm-home-content h2{font-size:32px;}
}
@media(max-width:575px){
  .farm-points{flex-direction:column;}
  .fresh-blog-card{display:block;text-align:left;}
  .fresh-blog-card img{width:100%;height:180px;margin-bottom:15px;}
}

/* Fix: banner should show immediately on refresh, no AOS delay */
.hero-slider,
.hero-slider [data-aos],
.hero-slider.aos-init,
.hero-slider.aos-animate{
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
}
.hero-slider .carousel-item.active{
  display:block;
}

/* Quick load fix: hero/banner and first sections show instantly */
.hero-slider{
  min-height:575px;
  background:#fff;
}
.hero-slider .carousel,
.hero-slider .carousel-inner,
.hero-slider .carousel-item{
  height:575px;
}
.hero-slider .carousel-item{
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
.hero-slider .carousel-item img{
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
}
.hero-slider .carousel-item.active{
  display:block!important;
}
.quality-strip,
.product-offer-section,
.featured{
  opacity:1!important;
  visibility:visible!important;
}
[data-aos][data-aos-delay]{
  transition-delay:0s!important;
}


/* Inner pages */
.inner-banner{position:relative;min-height:300px;background:url('../img/bg1.jpg') center/cover no-repeat;display:flex;align-items:center;text-align:center;color:#fff;overflow:hidden;}
.inner-banner:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,55,10,.82),rgba(31,91,13,.58));}
.inner-banner .container{position:relative;z-index:2;}
.inner-banner h1{font-size:30px;font-weight:900;text-transform:capitalize;margin-bottom:12px;} 
.breadcrumb-custom{display:flex;justify-content:center;gap:10px;align-items:center;font-weight:700;}
.breadcrumb-custom a{color:#fff;text-decoration:none;}
.breadcrumb-custom span{color:#d7ff9e;}
.inner-section{padding:20px 0;}
.page-subtitle{color:#fd4901;font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:.8px;margin-bottom:10px;display:block;}
.page-heading{font-size:22px;font-weight:900;color:#162211;margin-bottom:18px;}
.green-list{list-style:none;padding:0;margin:20px 0 0;}
.green-list li{margin-bottom:12px;font-weight:600;color:#273222;}
.green-list i{color:#fd4901;margin-right:8px;}
.inner-card{background:#fff;border-radius:14px;padding:6px;box-shadow:0 12px 35px rgba(0,0,0,.08);height:100%;border:1px solid rgba(109,169,40,.14);transition:.35s;}
.inner-card:hover{transform:translateY(-7px);box-shadow:0 18px 42px rgba(37,102,20,.14);}
.inner-card i{font-size:38px;color:#fd4901;margin-bottom:16px;}
.inner-card h4{font-size:21px;font-weight:900;color:#15220f;}
.product-page-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.08);height:100%;transition:.35s;border:1px solid #edf5e6;}
.product-page-card:hover{transform:translateY(-8px);}
.product-page-card img{width:100%;height:320px;object-fit:cover;transition:.5s;}
.product-page-card:hover img{transform:scale(1.06);}
.product-page-content{padding:20px;text-align:center;}
.product-page-content h5{font-size:18px;font-weight:900;color:#13220d;min-height:46px;}
.product-page-content p{color:#6b6b6b;font-size:14px;}
.detail-img{background:#f3fbec;border-radius:18px;padding:5px;box-shadow:0 12px 35px rgba(0,0,0,.08);}
.detail-img img{width:100%;border-radius:12px;}
.spec-table td{padding:13px 16px;border-bottom:1px solid #edf3e8;}
.spec-table td:first-child{font-weight:800;color:#17300f;width:42%;}
.blog-detail-img{width:100%;border-radius:18px;max-height:430px;object-fit:cover;margin-bottom:25px;}
.contact-info-box{background:#f3fbec;border-radius:14px;padding:25px;margin-bottom:18px;display:flex;gap:15px;align-items:flex-start;}
.contact-info-box i{font-size:28px;color:#fd4901;}
.contact-info-box h5{font-weight:900;margin-bottom:4px;}
.form-box textarea{height: 97px;}
@media(max-width:575px){.inner-banner h1{font-size:34px}.page-heading{font-size:26px}.inner-banner{min-height:230px}}


/* Common heading weight update */
h1, h2, h3, h4, h5, h6,
.section-title, .page-heading, .inner-banner h1, .blog-title h2,
.footer-col h3, .about-sec h2, .cat-card h5, .product-page-content h5,
.inner-card h4, .fresh-blog-content h5{
  font-weight:600!important;
}

/* Product details multiple image slider */
.product-detail-page .detail-thumb-area{
  position:relative;
}
.detailImageSlider{
  padding:4px 42px 10px;
}
.detail-thumb-card{
  background:#fff;
  border:1px solid #e5efdd;
  border-radius:14px;
  padding:10px;
  box-shadow:0 8px 20px rgba(0,0,0,.08);
  cursor:pointer;
  transition:.35s;
}
.detail-thumb-card:hover{
  transform:translateY(-6px);
  border-color:#fd4901;
}
.detail-thumb-card img{
  width:100%;
  height:125px;
  object-fit:cover;
  border-radius:10px;
}
.detailImageSlider .swiper-button-next,
.detailImageSlider .swiper-button-prev{
  width:34px;
  height:34px;
  background:#fd4901;
  color:#fff;
  border-radius:50%;
  top:50%;
}
.detailImageSlider .swiper-button-next:after,
.detailImageSlider .swiper-button-prev:after{
  font-size:13px;
  font-weight:900;
}
.detailImageSlider .detail-prev{left:0;}
.detailImageSlider .detail-next{right:0;}
@media(max-width:575px){
  .detailImageSlider{padding:4px 36px 10px;}
  .detail-thumb-card img{height:100px;}
}

.industry-section{
    position:relative;
    background:url("../img/industry.jpg") center center/cover no-repeat;
    padding:50px 0;
    overflow:hidden;
}

.industry-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.65);
}

.industry-content{
    position:relative;
    z-index:2;
}

.sub-title{
    color:#fff;
    font-size:15px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}

.sub-title::before{
    content:"";
    display:inline-block;
    width:40px;
    height:2px;
    background:#fff;
    margin-right:12px;
    vertical-align:middle;
}

.main-title{
    color:#fff;
    font-size:25px;
    font-weight:500;
    margin:10px 0;
}

.description{
    color:#f3f3f3;
    max-width:1050px;
    margin:auto;
    line-height:1.8;
    font-size:14px;
}

.industry-item{
    text-align: center;
    margin-top: 15px;
    transition: .4s;
}

.industry-item i{
    font-size:65px;
    color:#fff;
    margin-bottom:20px;
    transition:.4s;
}

.industry-item h5{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.industry-item img{
  width:90px; margin-bottom:15px;
}

.industry-item:hover{
    transform:translateY(-10px);
}

.industry-item:hover i{
    color:#ffc107;
    transform:scale(1.15);
}

@media(max-width:991px){

.main-title{
    font-size:27px;
}

.industry-item i{
    font-size:55px;
}

}

@media(max-width:767px){

.main-title{
    font-size:34px;
}

.description{
    font-size:16px;
}

.industry-item{
    margin-top:40px;
}
}
.cat-card1 {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .12);
    text-align: center;
    transition: .4s;
}
.why-us{ 
    padding:40px 0;
}
.feature-box{
    background: #fff;
    border: 1px dotted;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    gap: 14px;
    height: 82px;
    transition: .3s;
    border-radius:10px;
}
.feature-box:hover{
    transform:translateY(-5px);
    box-shadow:0 12px 30px rgba(0,0,0,.15);
}

.feature-icon{
    width:70px;
    height:70px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.feature-icon i{
    font-size:46px;
    color:#000;
}

.feature-title{
    font-size: 20px;
    font-weight:500;
    color: #000;
    margin: 0;
}

@media(max-width:991px){
    .feature-title{
        font-size:22px;
    }

    .feature-box{
        height:auto;
    }
}

@media(max-width:576px){

    .feature-box{
        padding:4px !important;
    }

    .feature-title{
        font-size:18px;
    }

    .feature-icon i{
        font-size:38px;
    }
}

/* About Us page */
.about-banner{background:url('../img/ban2.jpg') center/cover no-repeat;}
.about-banner:before{background:linear-gradient(90deg,rgba(16,42,99,.88),rgba(139,6,19,.62));}
.about-page-section{padding:60px 0 35px;}
.about-page-section p{font-size:15px;line-height:1.8;color:#333;}
.about-mission-section{padding:25px 0 55px;background:#f7f9ff;}
.about-counter-section{padding:20px 0 50px;}
.about-quality-strip{position:static;transform:none;width:100%;border-radius:18px;box-shadow:0 12px 35px rgba(0,0,0,.12);}
.about-quality-strip .quality-box{flex:1;}
@media(max-width:991px){
    .inner-card{
            padding: 14px !important;
    }
  .inner-banner h1{
      font-size:27px !important;
        text-transform: capitalize !important;
      
  }
  .about-quality-strip{display:grid;grid-template-columns:repeat(2,1fr);}
}
@media(max-width:575px){
  .about-quality-strip{grid-template-columns:1fr;}
  .inner-banner{min-height:230px;}
}

/* Contact Us Page */
.contact-page-section{padding:60px 0 35px;}
.contact-intro{max-width:100%;margin:0 auto;color:#000;font-weight:400;}
.contact-info-box p{margin-bottom:4px;color:#555;font-weight:500;}
.contact-info-box a{color:#555;text-decoration:none;}
.contact-info-box a:hover{color:#fd4901;}
.contact-form-card{padding:34px;}
.form-box label{font-weight:700;color:#182515;margin-bottom:8px;}
.form-box .form-control{height:52px;border:1px solid #dfe8d8;border-radius:10px;padding:12px 15px;box-shadow:none;}
.form-box .form-control:focus{border-color:#fd4901;}
.form-box textarea.form-control{height:130px;resize:none;}
.contact-map-section{padding:20px 0 70px;}
.map-box{border-radius:18px;overflow:hidden;box-shadow:0 12px 35px rgba(0,0,0,.10);}
@media(max-width:767px){.contact-page-section{padding:45px 0 25px}.contact-form-card{padding:24px}.contact-map-section{padding-bottom:45px}}


/* Gallery Page */
.gallery-banner{background:url('../img/ban1.jpg') center/cover no-repeat;}
.gallery-banner:before{background:linear-gradient(90deg,rgba(16,42,99,.88),rgba(139,6,19,.62));}
.gallery-page-section{padding:60px 0 45px;background:#fff;}
.gallery-intro{max-width:780px;margin:0 auto;color:#666;font-weight:500;line-height:1.8;}
.gallery-card{position:relative;border-radius:18px;overflow:hidden;box-shadow:0 12px 35px rgba(0,0,0,.12);background:#fff;}
.gallery-card a{display:block;position:relative;text-decoration:none;color:#fff;}
.gallery-card img{width:100%;height:280px;object-fit:cover;transition:.5s;}
.gallery-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(16,42,99,.82));display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:20px;opacity:0;transition:.4s;}
.gallery-overlay i{width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;color:#fd4901;font-size:22px;margin-bottom:14px;transform:translateY(15px);transition:.4s;}
.gallery-overlay h4{font-size:21px;font-weight:700;margin:0;transform:translateY(15px);transition:.4s;}
.gallery-card:hover img{transform:scale(1.08);}
.gallery-card:hover .gallery-overlay{opacity:1;}
.gallery-card:hover .gallery-overlay i,.gallery-card:hover .gallery-overlay h4{transform:translateY(0);}
.gallery-cta-section{padding:15px 0 70px;}
.gallery-cta-box{background:linear-gradient(90deg,#fd4901,#8b0613);border-radius:20px;padding:35px;display:flex;align-items:center;justify-content:space-between;gap:25px;color:#fff;box-shadow:0 15px 40px rgba(0,0,0,.16);}
.gallery-cta-box .page-subtitle{color:#fff;}
.gallery-cta-box h3{font-size:30px;font-weight:800;margin:8px 0;}
.gallery-cta-box p{margin:0;color:#f2f2f2;}
@media(max-width:991px){.gallery-cta-box{align-items:flex-start;flex-direction:column}.gallery-card img{height:250px}}
@media(max-width:575px){.mediass{
    width: 50%;
    float: left;
}
    .gallery-page-section{padding:45px 0 30px}.gallery-card img{height:230px}.gallery-cta-box{padding:25px}.gallery-cta-box h3{font-size:24px}}
