/* ✅ Import Inter Font */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
*{
	margin: 0;
	padding: 0;
}
:root {
    --primary: #3c3f97;
    --light: #fff;
    --dark: #000;
	--secondary: #abd14e; 
}
body {
   font-family: 'Instrument Sans', sans-serif;
    margin: 0;
    padding: 0;
}
.container{
	max-width: 1250px;
}
/* ================================
   Desktop Navigation
================================ */
.site-header .main-header {
      left: 0;
      width: 100%;
      z-index: 10;
      background: transparent !important;
	padding: 20px 0;
}
.site-header.sticky .main-header {
    position: fixed !important;
    top: 0;
    background: #fff !important;
    padding: 20px 0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); 
    animation: slideDown 0.4s ease;
}
@keyframes slideDown {
    from {
       transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.site-header .nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .nav > li {
  position: relative;
}
.wpcf7-submit {
    background: var(--primary);
    padding: 10px 30px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 7px;
    font-weight: 600;
    border: none;
}
.site-header .nav > li > a {
  color: #333;
  text-decoration: none;
  padding: 8px 15px;
  font-weight: 700 !important;
  transition: all 0.3s ease;
  display: inline-block;
}
.site-header .nav > li > a:hover, .site-header .nav > li.current-menu-item > a, .site-header .nav > li.current_page_item > a {
    color: var(--primary);
    background: var(--secondary);
    border-radius: 5px;
}
.site-header .nav li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 0;
  list-style: none;
  margin: 0;
  display: none;
  z-index: 9999;
}
.logo img{
	height: auto;
    width: 300px;
}
.site-header .nav li ul.sub-menu li a {
    padding: 8px 12px;
    color: var(--primary) !important;
    display: block;
    font-weight: 600;
    text-decoration: none;
}
.site-header .nav li ul.sub-menu li a:hover {
  background: var(--secondary);
}
.site-header .nav > li:hover > ul.sub-menu {
  display: block;
}
.site-header .nav li ul.sub-menu li {
  position: relative;
}
.site-header .nav li ul.sub-menu li ul.sub-menu {
  top: 0;
  left: 100%;
  margin-left: 1px;
}
@media (max-width: 991px) {
  .site-header .nav {
    display: none; 
  }
}
.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 280px;
  height: 100%;
  background: #fff;
  transition: right 0.3s ease;
  z-index: 1050;
}
.mobile-menu.open {
  right: 0;
}
.mobile-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  z-index: 1040;
}
.mobile-menu-overlay.active {
  display: block;
}
.mobile-menu-btn .btn-primary{
	margin-top: 2rem;
	display: inline-block;
	border: 1px solid #fff;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100%;
    background: var(--primary)!important;
    transition: right 0.3s ease;
    z-index: 1050;
}
.mobile-menu-header {
    background-color: #fff;
}
#menu-primary-1 li {
    padding: 10px;
    border-bottom: 1px solid #fff;
}
#menu-primary-1 li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
#mobileMenu .menu-item-has-children {
    position: relative;
}
#mobileMenu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 10px 0;
    border-radius: 6px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
    display: none;
    z-index: 9999;
}

#mobileMenu .menu-item-has-children.active > .sub-menu {
    display: block;
}

#mobileMenu .sub-menu li a {
    padding: 0 10px;
    display: block;
    font-size: 15px;
    color: #333;
}
#mobileMenu .menu-item-has-children > a {
    position: relative;
    padding-right: 40px;
}

#mobileMenu .dropdown-arrow {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#mobileMenu .menu-item-has-children.active .dropdown-arrow i {
    transform: rotate(180deg);
}
/* FOOTER SECTION CSS */
footer {
    background: url(https://webzensys.com/work/agromitelimited.com/wp-content/uploads/2026/02/footer-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	color: #fff;
	padding-top: 3rem;
}
footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgb(57 78 16 / 65%); 
    z-index: 1;
}
footer > * {
    position: relative;
    z-index: 2;
}
ul.ftricons figure img {
    width: 15px;
    filter: brightness(100);
}
footer .btn-primary {
    padding: 8px 20px;
    margin-top: 8px;
    letter-spacing: 1px;
    font-size: 14px;
    border: 1px solid var(--secondary);
}
.footertop-cnt ul.smoicons li a i {
    font-size: 16px;
}
.footer_top {
    background: #009f0726;
    border-radius: 0 0 15px 15px;
    padding: 0 15px;
}
.footertop-cnt {
    padding-left: 0;
    border-right: 1px solid #ffffff14;
}
.footertop-cnt p a {
    font-size: 15px;
    color: var(--white);
    font-weight: 400;
}
ul.footer-details li i {
    color: #fff;
    background: var(--secondary);
    height: 30px;
    width: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footertop-cnt p {
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
    padding-left: 62px;
    letter-spacing: 1px;
    font-family: "Syne", sans-serif;
}
.footer_top .row {
    margin: 0;
}
.footer_top .col-md-6 {
    padding: 0;
}
footer a.footer-logo {
    margin-bottom: 15px;   
}
footer a.footer-logo img {
    width: 300px;
    display: block;
    height: auto;
}
.footer_menu {
    padding: 40px 0 0 0;
}
.footer-details li {
    display: flex;
    margin-bottom: 15px;
    gap: 15px;
    position: relative;
    align-items: center;
}
ul{
	padding-left: 0rem !important;
	list-style-type: none;
}
ul.ftricons li a {
    border: 1px solid #ffffff36;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 14px;
    margin-top: 8px;
}
footer ul li.menu-item a {
    line-height: 40px;
    display: inline-block;
}
footer ul li.menu-item:last-child a {
    margin: 0;
}
footer h3 {
    margin-bottom: 20px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-weight: 700;
}
footer p {
    margin-bottom: 6px;
    line-height: 27px;
}
footer .menu li {
    position: relative;
    padding-left: 0 !important;
    list-style-type: none;
	line-height: 35px;
}
footer .menu li{
	padding-left: 0 !important;
	transition: transform 0.3s ease
}
footer .menu li a{
	color: #fff !important;
}
footer .menu li::after {
  content: "\f061"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%) translateX(-10px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  color: #fff;
}
footer .menu li:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
footer .menu li:hover{
	color: var(--primary) !important;
	transform: translateX(20px);
}
footer .social-icons{
	display: flex;
}
footer .social-icons a {
    display: flex;
    height: 40px;
    text-decoration: none;
    width: 40px;
    background-color: var(--secondary);
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}
footer .social-icons a:hover{
	background: var(--primary);
}
footer ul li, footer ul li a, footer p, footer p a {
    font-weight: 200;
    position: relative;
    text-decoration: none;
	color: #fff;
}
footer a.viewmore {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 500;
    margin-top: 12px;
    display: inline-block;
    font-size: 14px;
}
.copyright {
    padding: 15px 0;
    border-top: 1px solid var(--secondary);
}
.copyright .row {
    align-items: center;
}
footer ul li {
    line-height: 40px;
}
.copyright p {
    margin: 0 !important;
    color: var(--white);
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;
}
.copyright p a {
    color: var(--white);
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 4px;
}
footer ul.socialicon li a {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c98d830f;
    width: 40px;
    height: 40px;
    color: var(--secondary);
    transition: .5s;
    margin-right: 5px;
    backdrop-filter: blur(2px);
    border-radius: 50%;
}
#GoToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    font-size: 21px;
    line-height: 50px;
    --g: /20.56% 20.56% radial-gradient(#000 calc(71% - 1px),#0000 71%) no-repeat;
    mask: 100% 50% var(--g),93.301% 75% var(--g),75% 93.301% var(--g),50% 100% var(--g),25% 93.301% var(--g),6.699% 75% var(--g),0% 50% var(--g),6.699% 25% var(--g),25% 6.699% var(--g),50% 0% var(--g),75% 6.699% var(--g),93.301% 25% var(--g),radial-gradient(100% 100%,#000 38.366%,#0000 calc(38.366% + 1px));
    color: #fff;
    background-color: var(--secondary);
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
	z-index: 5;
}
#GoToTop i{
	color: #fff;
}
#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: #fff;
    z-index: 1;
}
#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}
@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }
    to {
        transform: scale(1.5);
        opacity: 0;
    }
}
#whatsappbtn img {
    width: 30px;
}
.logo{
    padding: 5px 0;
    border-radius: 10px;
}
.hm-title-bgbox h2 {
    color: #fff;
    font-size: 38px;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
}
.contact-btom-img{
	position: relative;
}
.overlay1{
    background-color: #c6d5ee;
    opacity: 0.1;
    height: 100%;
    width: 100%;
    position: absolute;
}
.contact-btom-img img{
	height: 100%;
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    object-position: center;
}
/* Titile,button css */
.sub-title {
    position: relative;
}
.subtitle-dots {
    position: relative;
    padding-left: 50px;
    font-size: 22px;
    display: inline-block;
    font-weight: 700;
    color: var(--secondary);
}
.subtitle-dots::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scaleY(0.8);
    width: 40px;
    height: 40px;
    background-image: url("https://webzensys.com/work/agromitelimited.com/wp-content/uploads/2026/02/leaf.png");
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.5s ease;
}
.sub-title:hover .subtitle-dots::before {
    transform: translateY(-50%) scale(1);
}
section{
	padding: 60px 0 30px;
}
.btn-primary {
    position: relative;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #3c3f97;
    color: #abd14e !important;
    border: 1px solid #3c3f97;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.4s ease, border-color 0.4s ease;
    text-decoration: none;
    border-radius: 5px;
}
.btn-primary::before,
.btn-primary::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background: var(--secondary);
    transition: all 0.4s ease;
    z-index: 1;
}
.btn-primary::before {
   top: 0;
   left: 0;
}
.btn-primary::after {
  bottom: 0;
  right: 0;
}
.btn-primary:hover::before,
.btn-primary:hover::after {
   width: 100%;
   height: 100%;
}
.btn-primary:hover {
  color: var(--primary) !important;
  border-color: none !important;
}
.btn-primary span {
  position: relative;
  z-index: 2;
}
/*==========================
    Hero Section 
=============================*/
.carousel-caption {
   left: auto;
   right: auto;
   top: 50%;
   transform: translateY(-50%);
   bottom: auto;
   text-align: left;
   width: 800px;
   color: rgb(255, 255, 255);
	z-index: 2;
}
.carousel-caption .btn-primary {
    margin-top: 1rem;
    display: inline-block;
	  opacity: 0;
   transform: translateY(40px);
}
.carousel-caption h1,
.carousel-caption p {
   opacity: 0;
   transform: translateY(40px);
}
.carousel-item.active .carousel-caption h1 {
   animation: textFadeUp 1s ease forwards;
}
.carousel-item.active .carousel-caption p {
  animation: textFadeUp 1s ease forwards;
  animation-delay: 0.3s;
}
.carousel-item.active .btn-primary {
  animation: textFadeUp 1.3s ease forwards;
  animation-delay: 0.3s;
}
@keyframes textFadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
   }
to {
  opacity: 1;
  transform: translateY(0);
    }
}
.carousel-control-prev,
.carousel-control-next {
   bottom: 60px;
   top: auto;
   width: 50px;
   height: 50px;
   background: #fff;
}
.carousel-control-prev {
  right: 100px;
  left: auto;
}
#flipCarousel .carousel-item {
    position: relative;
}
#flipCarousel .carousel-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #00000063;
    z-index: 1;
}
.carousel-control-next {
   right: 50px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
   filter: invert(1);
}
.flip-img {
   animation: flipIn 1.2s ease-out;
   transform-origin: center;
   backface-visibility: hidden;
}
@keyframes flipIn {
   0% {
      transform: rotateY(-90deg) scale(0.9);
      opacity: 0;
   }
   50% {
      transform: rotateY(20deg) scale(1.05);
      opacity: 0.7;
   }
   100% {
      transform: rotateY(0deg) scale(1);
      opacity: 1;
   }
}
#flipCarousel {
    height: 90vh;
    perspective: 1200px;
}
#flipCarousel img {
   height: 90vh;
   object-fit: cover;
}
.carousel-caption h3 {
    font-size: 70px;
    font-weight: 700;
}
/* About Section */
.service-item img {
    filter: opacity(0.85);
    transition: transform 0.3s ease;
}
.service-item:hover img {
    transform: translateY(-6px);
}
.about-img img {
    border-radius: 20px;
	height: 400px;
	object-fit: cover;
}
.about-right img {
    border-radius: 20px;
	height: 400px;
	object-fit: cover;
}
.about-right{
   position: relative;
}
.about-right-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: #abd14e82;
    width: 100%;
    color: #fff;
    border-radius: 0 0 20px 20px;
}
.inner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-content p{
	width: 50%;
}
.about .main-title{
	 width: 50%;
	 margin-bottom: 4rem;
}
h2.main-title {
    font-size: 50px;
    font-weight: 600;
}
.service-item {
    margin-bottom: 3rem;
}
/* ----------------------------- */
.box{
    margin: 0px 0px 0px 0px;
    padding: 150px 35px 30px 35px;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--secondary);
    border-radius: 20px 20px 20px 20px;
}
.box p {
    width: 50%;
}
.box h2 {
    font-size: 40px;
    font-weight: 700;
}
.box1{
	background-image: url(https://webzensys.com/work/agromitelimited.com/wp-content/uploads/2026/02/shape-6.webp);
}
.box2{
	background-image: url(https://webzensys.com/work/agromitelimited.com/wp-content/uploads/2026/02/shape-20.webp);
}
.box3{
	background-image: url(https://webzensys.com/work/agromitelimited.com/wp-content/uploads/2026/02/shape-5.webp);
}
.box-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
    margin-top: 2rem;
}
/*======================================
         Choose Section
=====================================*/
.choose{
    position: relative;           
    background: url(https://webzensys.com/work/agromitelimited.com/wp-content/uploads/2026/02/service-bg-3.webp)
                center center / cover no-repeat;
    overflow: hidden;
}
.choose::before{
    content: "";
    position: absolute;
    inset: 0;                         
    background-image: linear-gradient(180deg,rgba(250,247,240,0) 0%,#394E10 100%);
    z-index: 1;
}
.choose > *{
    position: relative;
    z-index: 2;
}
.choose-title {
    text-align: center;
    width: 70%;
    margin: auto;
}
.choose-number {
    position: relative;
    height: 60px;
    width: 60px;
    background-color: var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
}
h4.choose-box-title {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin-top: 1rem;
}
.choose-number-row {
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 4rem;
}
.choose-number::before{
    content: "";
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    border-bottom: 2px dashed #fff;
    position: absolute;
    left: -10px;
    top: -10px;
}
.choose-number::after {
    content: "";
    background-image: url(https://webzensys.com/work/agromitelimited.com/wp-content/uploads/2026/02/shape-14.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 180px;
    height: 100px;
    left: -60px;
    top: -60px;
    z-index: -1;
    opacity: .5;
}
.choose-number-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.column3 {
    margin-top: -200px;
}
.column1,
.column5{
	margin-top: 200px;
}
.tractor-img img {
    margin: -9rem auto -2rem;
    width: 50%;
    display: flex;
}
.slide-from-right {
    opacity: 0;
    transform: translateX(300px); 
    transition: all 2s ease;
}
.slide-from-right.active {
    opacity: 1;
    transform: translateX(0); 
}
.sand-img {
    position: relative;
    bottom: -30px;
}
/* shape overlay */
.sand-img::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background-image: url("https://webzensys.com/work/agromitelimited.com/wp-content/uploads/2026/02/shape-12.webp");
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: auto 100%;
    z-index: 2;
    pointer-events: none;
}
.swiper {
    padding-bottom: 10px;
}
.swiper-slide {
    height: auto;
}
.swiper-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 6px 8px rgba(0, 0, 0, .15);
    transition: transform .3s ease;
	height: 100%;
}
.swiper-card:hover {
    transform: translateY(-8px);
}
.swiper-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.card-body {
    padding: 25px;
    text-align: center;
}
.card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
   	color: var(--primary);
}
.read-more {
    display: inline-block;
    color: #6a8f1d;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}
.read-more:hover {
    color: #394e10;
    text-decoration: underline;
}
/* Swiper navigation buttons */
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    background: var(--secondary);
    height: 32px;
    width: 32px;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(0,0,0,.25);
}
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 16px;
    font-weight: 700;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #394e10;
}
.service-img img{
	border-radius: 10px;
}
section.service-section {
    padding: 60px 0;
}
/* Testimonial Section */
.testimonial-card {
    background: #fff;
    padding: 50px 35px;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0,0,0,.1);
    height: 100%;
    position: relative;
	margin-top: 2rem;
}
.testimonial-card::before {
    content: "“";
    font-size: 200px;
    color: rgba(106,143,29,.55);
    position: absolute;
    top: 15px;
    right: 25px;
    font-family: serif;
}
.testimonial-heading .main-title{
	font-size: 35px;
}
.testimonial-text {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 25px;
}
.testimonial-user {
    display: flex;
    align-items: center;
    gap: 15px;
}
.testimonial-user img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
.testimonial-user h6 {
    margin: 0;
    font-weight: 600;
    color: #2f4f1f;
}
.testimonial-user span {
    font-size: 14px;
    color: #7a7a7a;
}
section.testimonial {
    background: #abd14e24;
    padding: 60px 0;
}
.testimonial-img img{
	animation: floatXY 8s ease-in-out infinite;
}
/* Lab section */
.lab-list{
    list-style: none; 
    padding: 0;
    margin: 0;
}
.lab-list li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 30px; 
    font-size: 16px;
    line-height: 1.5;
}
.lab-list li::before {
    content: "\f0c3"; 
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900; 
    position: absolute;
    left: 0;
    top: 0;
    color: var(--secondary); 
    font-size: 18px;
}
section.lab {
    background: var(--primary);
    padding: 80px 0;
    color: #fff;
}
.lab-img img {
    border-radius: 10px 300px 10px;
    animation: floatXY 8s ease-in-out infinite;
    height: 400px;
    object-fit: cover;
}
@keyframes floatXY{
	0% {
    transform: translate(0px, 0px) rotate(-2deg);
}
25% {
    transform: translate(10px, -15px) rotate(0deg);
}
50% {
    transform: translate(0px, -25px) rotate(2deg);
}
75% {
    transform: translate(-10px, -15px) rotate(0deg);
}
100% {
    transform: translate(0px, 0px) rotate(-2deg);
}
}
/* Project Number */
.stats-section {
   background-color: var(--secondary);
   color: #fff;
   padding: 30px 0;
   text-align: center;
}
.stats-number {
  font-size: 40px;
  font-weight: 700;
}
.stats-label {
  font-size: 18px;
  font-weight: 500;
}
/* Contact Section */
.subscribe-form {
    width: 60%;
    margin: auto;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px 0 #8080806b;
    padding: 40px;
    border-radius: 10px;
}
.form-control{
	border-radius: 0;
	padding: 10px;
}
.form-control:focus,
.form-select:focus {
    border-color: var(--primary);
    box-shadow: var(--primary);
}
/* Breadcrunb css */
section.breadcrumb-section {
    background: url(https://webzensys.com/work/agromitelimited.com/wp-content/uploads/2026/02/breadcrumb.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
	height: 50vh;
	display: flex;
}
section.breadcrumb-section:after {
    content: "";
    background: rgba(22,56,56,.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
}
section.breadcrumb-section .container {
    position: relative;
    z-index: 8;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
section.breadcrumb-section:before {
    content: "";
    background-image: url(https://webzensys.com/work/agromitelimited.com/wp-content/uploads/2026/04/Untitled-design-19.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 300px;
    height: 170px;
    position: absolute;
    bottom: -2px;
    right: 0; /* anchor to right instead of left */
    z-index: 1;
    animation: 50s linear infinite tractor-move;
}

@keyframes tractor-move {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-50px);
    }
    50% {
        transform: translateX(-100px);
    }
    75% {
        transform: translateX(-130px);
    }
    100% {
        transform: translateX(0);
    }
}
.breadcrumb-item.active{
	color: var(--secondary);
}
.breadcrumb-item+.breadcrumb-item::before{
	color: var(--secondary);
}
.breadcrumb-item a{
	color: #fff;
}
/* About Us Page */
.about-section {
    padding: 80px 0 100px;
    position: relative;
}
.operation-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
}
.operation-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.experience-box {
    background: var(--primary);
    color: #fff;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.experience-box h1 {
    font-size: 70px;
    font-weight: 800;
    color: #fff;
    margin: 0;
}
.experience-box p {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.info-box {
    background: var(--secondary);
    padding: 30px;
    color: #fff;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    display: flex;
    align-items: center;
}
section.about-section h3 {
    color: var(--primary);
    font-size: 20px;
    font-weight: 700;
}
.section-bottom-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 5px;
    background-size: 100% 100%;
    z-index: 2;
}
.section-bottom-shape {
    height: 180px;
    z-index: -1;
}
.value-box {
    border: 1px solid #abd14e;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px 0 #8080804d;
}
section.value-section {
    background: #3c3f971c;
    padding: 50px 0;
}
.value-box h2 {
    font-size: 28px;
    color: var(--primary);
    font-weight: 600;
    margin: 1rem auto;
}
section.value-section .sub-title {
    text-align: center;
    margin-bottom: 2rem;
}
.life {
    width: 65%;
    margin: auto;
    text-align: center;
    background: #fff;
    position: relative;
    padding: 30px;
    border-radius: 10px;
	margin-top: -10rem;
	box-shadow: 0 0 10px 0 gray;
}
.partner-section {
    background: url(https://mehedi.asiandevelopers.com/2025/farmland-demo/assets/images/backgrounds/testimonials-partners__bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	position: relative;
	margin-top: 10rem;
}
.partner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(26, 14, 5);
    background: linear-gradient(0deg, rgba(26, 14, 5, 1) 0%, rgba(26, 14, 5, 0.4234068627450981) 50%, rgba(26, 14, 5, 0.14329481792717091) 80%);
}
.slick-slide {
  margin: 0px 20px;
}
.slick-slide img {
    height: auto;
    max-width: 100%;
}
.partner-inner{
	padding:80px 0;
}
.life .btn-primary {
    display: inline-block;
}
.slick-initialized .slick-slide {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 20px;
}
/* ================================
  Contact Page Css
================================ */
   .contact-page-box {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    height: 100%;
    display: flex;
    border: 1px solid #e6e6e6;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    flex-direction: column;
    justify-content: center;
}    
    .form-control {
        background: #f9f9f9;
        border: 1px solid #ddd;
        color: #000;
    }
    .form-control:focus {
        border-color: var(--primary);
        box-shadow: none;
    } 
    .info-card {
        padding: 35px 25px;
        background: #fff;
        border-radius: 10px;
        border: 1px solid #ececec;
        box-shadow: 0 4px 15px rgba(0,0,0,0.04);
        transition: 0.3s;
		display: flex;
		gap: 30px;
    }
	.info-card a{ 
		color: #000 !important;
		text-decoration: none;		
	}
    .info-card:hover {
        border-color: var(--primary);
        transform: translateY(-4px);
    }
   .info-card i{
        font-size: 28px;
        color: var(--primary);
        margin-bottom: 10px;
    }
    .info-card h6 {
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: 600;
    }
    .map-section iframe {
        width: 100%;
        height: 450px;
        border: 0;
        border-radius: 12px;
        margin-top: 40px;
    }
/* Blog Section */
.single-blog-card-image img {
    height: 300px;
    object-fit: cover;
    padding: 15px;
    border-radius: 20px;
}
.single-blog-card-image{
	padding-bottom: 20px;
}
.single-blog-card-image .card-body{
	text-align: left;
	padding: 15px;
}
/* Resources Page */
.form-wrapper{
    max-width: 80%;
    margin: auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    overflow: hidden;
}
.nav-tabs {
    border-bottom: 1px solid #e5e5e5;
    background: #fafafa;
    display: flex;
    justify-content: center;
}
.nav-tabs .nav-link{
    border:none;
    padding:18px 25px;
    color:#555;
    font-weight:500;
}
.nav-tabs .nav-link.active{
    color: var(--primary);
    background:#fff;
    border-bottom:3px solid var(--primary);
}
.form-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:25px;
    border-bottom:1px solid #eee;
    transition:0.3s;
}
.form-item:hover{
    background:#f9f9f9;
}
.form-left{
    display:flex;
    gap:20px;
    align-items:flex-start;
}
.form-icon{
    font-size:28px;
    color:#9aa0a6;
    margin-top:5px;
}
.form-content h5{
    font-weight:600;
    margin-bottom:8px;
}
.form-content p{
    margin:0;
    color:#6c757d;
    font-size:14px;
}
/*=================
  Service Page
 ============== */
.land{
	background: #f5f1e0;
}
section.mechanization .mechan-heading { 
	text-align: center; 
	width: 70%;
	margin: 1rem auto; 
}
.mechan-heading h5 {
	color: var(--primary);
	margin-bottom: 1rem;
	font-weight: 700; 
}
.service-card{
    position:relative;
    padding:30px;
    height:350px;
    border-radius:15px;
    background-size:cover;
    background-position:center;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.5s ease;
    color:#fff;
    transform:translateY(0);
}
.service-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.65);
    opacity:1;
    transition:0.5s ease;
}
.card-content{
    position:relative;
    z-index:2;
    transition:0.5s ease;
    transform:translateY(30px);
}
.card-content i{
    font-size:40px;
    margin-bottom:15px;
    transition:0.5s ease;
}
.service-card:hover{
    transform: scale(1.03);
    box-shadow:0 20px 40px rgba(0,0,0,0.25);
}
.service-card:hover::before{
    background:rgba(0,0,0,0.4);
}
.service-card:hover .card-content{
    transform:translateY(0);
}
.service-card:hover .card-content i{
    transform:scale(1.2) rotate(5deg);
    color:#4caf50;
}
/*===========================
     Product Page css
==============================*/
.product-section .product-card {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    transition: 0.3s;
	height: 100%;
    background: #fff;
}
.product-section .product-card:hover{
	transform:translateY(-5px);
	box-shadow:0 10px 25px rgba(0,0,0,0.1);
}
.product-section .product-card img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    padding: 20px 0;
}
.product-caption {
    background: var(--secondary);
    color: var(--primary);
    padding: 10px;
	height: 100%;
}
.product-caption span {
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 10px;
    display: block;
}
.product-section .product-card h5 {
    padding: 15px;
    font-size: 28px;
    margin: 0;
    font-weight: 700;
}
.product-section .nav-tabs {
    background: #fff;
    border: none;
    gap: 20px;
}
.product-section .nav-tabs .nav-link {
    color: #333;
    font-weight: 600;
    background: #3c3f9721;
    border-radius: 10px;
}
.product-section .nav-tabs .nav-link.active {
    background: var(--secondary);
    color: #fff;
    border-radius: 10px;
}
section.product-section {
    background: url(https://webzensys.com/work/agromitelimited.com/wp-content/uploads/2026/03/product-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
/*=====================
       Responsive
========================*/
@media(max-width: 1200px){
	.carousel-caption h3 {
		font-size: 50px;
	}
	.about .main-title {
		width: 60%;
	}
	h2.main-title {
		font-size: 40px;
	}
	h4.choose-box-title {
		font-size: 22px;
	}
	.main-header .gap-4 {
		gap: 0.5rem!important;
	}
}
@media(max-width: 1024px){
	.box {
		padding: 55px 35px 30px 35px;
	}
}
@media(max-width: 767px){
	.about .main-title {
		width: 100%;
	}
	.about-img img{
		height: auto;
	}
	.about-right img{
		height: auto;
	}
	.choose-number-row{
	    flex-direction: column;
	}
	.choose-number-column{
		margin-bottom: 3rem;
	}
	.subscribe-form{
		width: 80%;
	}
	.column3 {
		margin-top: 0;
	}
	.column1,
	.column5{
		margin-top: 0;
	}
	.tractor-img img{
		margin: auto;
	}
	.carousel-caption{
		width: 100%;
	}
	.swiper-card img{
		height: 250px;
	}
	footer .social-icons{
		margin-bottom: 2rem;
	}
	.life{
		width: 100%;
	}
	.about-section {
		padding: 50px 0 100px;
	}
	section.breadcrumb-section:before {
		width: 200px;
		height: 120px;
	}
}
@media(max-width: 667px){
	.carousel-caption h3 {
		font-size: 42px;
	}
	.about .main-title {
		margin-bottom: 2rem;
	}
	h2.main-title {
		font-size: 35px;
	}
	.about-img img{
		margin-top: 2rem;
	}
	.service-item {
		margin-bottom: 1rem;
	}
	.tractor-img img{
		width: 70%;
	}
}
@media(max-width: 568px){
	.stats-number{
		font-size: 32px;
	}
	.stats-item {
		margin-bottom: 1rem;
	}
	.subscribe-form {
		width: 100%;
	}
	footer{
		padding-top: 1rem;
	}
	.choose-title{
		width: 100%;
	}
}
@media(max-width: 479px){
	.lab-img img {
		border-radius: 10px 200px 10px;
	}
	.testimonial-card::before {
		top: 45px;
	}
	.testimonial-heading .main-title {
		font-size: 30px;
	}
	h2.main-title {
		font-size: 28px;
	}
	section {
		padding: 30px 0 20px;
	}
	section.lab {
		padding: 50px 0;
	}
	.carousel-caption h3 {
		font-size: 35px;
	}
}
@media(max-width: 414px){
	.about-right-content{
		padding: 10px;
	}
	h2.main-title {
		font-size: 25px;
	}
	.subscribe-heading .sub-title{
		text-align: left;
	}
	.subscribe-form{
		padding: 20px;
	}
}
@media(max-width: 375px){
	.box{
		padding: 35px;
	}
}
@media(max-width: 360px){
	.carousel-caption h3 {
		font-size: 28px;
	}
	.inner-content p{
		width: 100%;
	}
	.inner-content{
		flex-direction: column;
	}
	.subtitle-dots{
		font-size: 18px;
	}
	.lab-img img {
		border-radius: 10px 100px 10px;
	}
}