  
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Manrope", sans-serif;
}
:root {
  --neongreen: rgba(215, 253, 53, 1);
  --fullwidth: 100%;
  --primary-text: rgba(13, 13, 13, 1);
  --secondary-text: rgba(77, 77, 77, 1);
  --white-text-white: #ffffff;
  --black-text-black: #000000;
  --white-text:rgba(255, 255, 255, 1);
  --lightgray:#f6f5f3;
}
/*#smooth-content {
  will-change: transform;
}*/
.bg-yellow{
	background:#FDC931;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
}
html, body{
 /*   overflow-x: hidden;*/
/*    scroll-behavior: smooth;*/
    
}
body{
  counter-reset: section;
}
.card{
    border: none;
    border-radius: 0;
    background: none;
}
.object-fit-cover{
	object-fit:cover;
}

button{
  border: none;
}
.border-round-20{
	border-radius:20px;
}
main{
  margin-top: -120px;
}
.bg-bluelight{
	    background: #f0f7f22e;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ Header ~~~~~~~~~~~~~~~~~~~~~~~~~~ */

header{
    /*position: relative;*/
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
}
/*.sticky-top {
    background-color: #000;  Or any color you prefer 
    transition: background-color 0.3s ease;
        z-index: 99999;
}*/
.sticky-top{
      z-index: 999999;
}
/* Initial transparent state for the navbar */
.header {
    background:transparent;
    transition: background-color 0.4s ease-out; /* This makes the color change smooth */
}

/* Class to be added on scroll */
.header.scrolled {
    background:#314639;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15); /* Optional: adds a subtle shadow */
}
/* Navbar */
/*header .navbar{
    position: relative;

}*/

.contact-infos,.recent-posts{
	position:sticky;
	top:120px;
}

header .navbar-nav li a{
   
    font-size: 16px;
    line-height: 28px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    color:#fff;
    
}
header .navbar-nav li a.active,header .navbar-nav li a.current-menu-item, header .navbar-nav li a:hover{
    color: #FFCB04 !important;
}
@media screen and (min-width:991px){
    header .navbar-nav li{
                padding: 0 15px;
    }
}
.menu-item-has-children,.dropdown{
       position: relative;
} 
     

.menu-item-has-children .sub-menu ,.dropdown-menu {
    display: none;
    background:#000;
}

@media screen and (min-width: 769px) {
    .menu-item-has-children .sub-menu ,.dropdown-menu{
        position: absolute;
        background: #000;
        z-index: 99999;
        margin-top: 1px;
        padding: 0;
        width: 295px;
       
        
    }
     .menu-item-has-children .sub-menu li ,.dropdown-menu li{
          
          padding:5px 0 !important;
     }
     .menu-item-has-children .sub-menu li a ,.dropdown-menu li a{
         font-size:14px !important;
     }
}
.dropdown-item:focus, .dropdown-item:hover{
       background:#000;
}
.menu-item-has-children:hover > .sub-menu, .dropdown:hover > .dropdown-menu{
    display: block;
}
header .navbar-collapse .btn {
    width: 180px;
    height: 50px;
    background: #ff5421;
    color: #fff;
    border-radius: 14px;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 5px;
}
@media screen and (max-width:991px){
    header .navbar-collapse{
        background: #314639;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 100%;
        padding: 27px 0;
        z-index: 9999;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
	header .navbar-collapse li{
		margin-bottom:10px;
	}
}




header .navbar-collapse .btn span {
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
    font-weight: 600;
    text-transform: uppercase;
}




.navbar-brand{
      position: relative;
}
.brand-logo span{
      font-size: 12px;
    font-weight: 500;
    position: absolute;
    top: 0;
    color: #fff;
}

.language-switcher select{
/* 		    width: 100px; */
    		
		border-radius: 30px;
        padding: 2px 8px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
		background: transparent;
        border: 1px solid #e5dbaf5e;
        color: #fff;
	}
	.language-switcher select option{
		color:#000;
		background: #d1ab2738;
	}
@media only screen and (max-width: 767px) {
  .brand-logo{
    width: 30%;
  }
	.language-switcher select{
		    width: 100px;
    		margin-left: 65px;
	
	}
	

}

/* hamburger */
.nav-icon {
    width: 30px;
    height: 25px;
    position: relative;
    /* margin: 50px auto; */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background:  #fff!important;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon span:nth-child(1) {
    top: 0px;
}

.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) {
    top: 8px;
}

.nav-icon span:nth-child(4) {
    top: 16px;
}

.nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

header .navbar button {
    outline: none;
    box-shadow: none !important;
}

header .navbar .navbar-toggler {
    border: none !important;
}
/* end of hamburger */
 .banner-1{
    background: linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0.5)),url('../../images/banner1.webp')no-repeat center/cover;
    height:100vh;
    /* width: 100vw; */
}



.menu-item-has-children .sub-menu{
    display:none;
}

.menu-item-has-children:hover > .sub-menu{
    display: block;
}
 .menu-item-has-children .sub-menu li{
        padding:10px 30px;
    }
    .menu-item-has-children .sub-menu li a:hover{
        color:#000;
    }

/**/

.menu-btn button,.wpcf7-submit,.view-product-button {
  font-family: inherit;
  display: inline-block;
  width: auto;
  height: 2.8em;
  line-height: 2.5em;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.5s;
  z-index: 1;
  font-size: 13px;
  border-radius: 6px;
  font-weight: 500;
  padding: 0 20px;
  background: #0B8439;
  color: #fff;

}
.view-product-button{
	font-size:16px;
}

.view-product-button:hover{
	color:#fff;
	
}
.menu-btn button svg,.view-product-button svg{
  transform: rotate(45deg);
  transition: all 0.5s ease;
}

.menu-btn button:hover svg{
   transform: rotate(90deg);
   transition: all 0.5s ease;
}
.wpcf7-submit{
	width:100%;
	border:none;
	margin-bottom:0;
   font-size: 17px;
}
.menu-btn p{
	margin-bottom:0;
}

/**/
@media screen and (min-width: 769px) {
    .menu-item-has-children .sub-menu{
      position: absolute;
    background: #da9103;
    z-index: 99999;
    margin-top: 10px;
    padding: 0;
    }
}


@media screen and (min-width:991px){
    .navbar-collapse{
        justify-content: flex-end;
    }
    .menu-btn button {
      font-size: 17px;
    }
  }

@media screen and (max-width:767px){
.navbar .container{
  padding: 0 0%;
}
}

/*---------------banner--------------------*/

.bloc-video {
    position: relative;
    height: 90vh;
    width: 100%;
  }
  #overlay {
    /* z-index: 9998; */
    position: absolute;
    height: 100%;
    width: 100%;
    top:0;
    left:0;
    background: #00000057;
}
  .bloc-video video {
    width: 100%;
    height: 100%;
    object-fit:cover;
    object-position: center ;
    z-index: -1;
    position:absolute;
   
    top: 0;
  
  }
  .content-video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
     right: 0;
    margin: 0 auto;
    z-index: 999;
    width: 100%;
  }
  
 .para-content p{
   font-size: 15px;
   line-height: 22px;
   color: rgba(255, 255, 255, 1);
   letter-spacing: 0.3px;
 }

 .content-video h1{
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    line-height: 35px;
 }


.btn1 button{
  background: #FDC931;
  color: #000;
}

.btn2 button{
  background: transparent;
  color: #FDC931;
  border: 1px solid #FDC931;
}

 @media only screen and (min-width: 960px) {
  .bloc-video {
    height: 110vh;
    
  }
  .content-video h1 {
    font-size: 50px;
    line-height: 58px;
  }
   .para-content p{
    font-size: 18px;
        line-height: 26px;
   }
 
}



/*---------------banner--------------------*/
/*---------------usp--------------------*/

.usp-section label{

font-size: 14px;
font-weight: 700;
color: #395042;
}
.usp-section span{
font-weight: 800;
font-size: 36px;
-webkit-text-stroke: 1px black;
color: transparent;
}
.icon-img{
	 width: 40px;
    height: 40px;
	position:relative;
}
.icon-img:after{
	    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: #b9c97e6b;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: -1;
}
@media only screen and (min-width: 991px) {
  .usp-section label{
    font-size: 18px;
  }
  .usp-section span{
    font-size: 60px;
  }
	.icon-img{
	 width: 60px;
    height: 60px;
	}
	.icon-img:after{
		 width: 50px;
   		 height: 50px;
	}
}

/*---------------usp--------------------*/
/*---------------vision--------------------*/
.vision-section {
    background: url(../../images/crop-bg-new.webp) no-repeat;
	background-size:cover;
    
    /* Set the default behavior to 'scroll' for all devices.
      This will fix the iPhone issue.
    */
    background-attachment: scroll; 
}

/* Use a media query to apply the 'fixed' (parallax) effect 
  ONLY on larger screens (tablets and desktops) where we know it works.
*/
@media (min-width: 769px) {
    .vision-section,.about-container {
        background-attachment: fixed;
    }
	
}
.vision-section .text{
  font-size: 16px;
}
.blur-container{
	background: linear-gradient(180deg, rgb(255 255 255 / 0%) 38%, #31463975 64%);
	backdrop-filter: blur(15px);
	border-radius:20px;
}

 .buttons {
  cursor: pointer;
  border: none;
  background: transparent;
  color: #000;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: grid;
  place-content: center;
  transition:
    background 300ms,
    transform 200ms;
  font-weight: 600;
  border: 2px solid #000;
}

.button__text {
      font-size: 11px;
  margin-bottom: 0;
  position: absolute;
  inset: 0;
  animation: text-rotation 8s linear infinite;

  > span {
    position: absolute;
    transform: rotate(calc(11deg * var(--index)));
    inset: 7px;
  }
}

.button__circle {
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: #d0eb66;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button__icon--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.buttons:hover {
  background: #000;
  transform: scale(1.05);
  color:#fff;
}

.buttons:hover .button__icon {
  color: #000;
}

.buttons:hover .button__icon:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.buttons:hover .button__icon--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

@keyframes text-rotation {
  to {
    rotate: 360deg;
  }
}

.vision-section .title{
      position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
}
.shadow-text{
  	color:#f3fff8b5;
  font-size: 45px;
  font-weight: 800;
  font-family: "Barlow Condensed", sans-serif;
}
/* @media only screen and (max-width: 768px) {
  .vision-section{
      padding-bottom:35%;
  }


} */
@media only screen and (min-width: 991px) {
  .shadow-text{
    font-size: 150px;
  }

  .vision-section .text{
      font-size: 22px;
  }
	.shadow-text{
		  font-size: 70px;
	
	}

/*   .vision-section .container{
  padding-bottom: 20%;
} */
}
/*---------------vision-------------------*/



/*--------------about-----------------*/
.inner-page-title-front{
	  font-size:30px;
        font-weight: 700;
        color: #314639;
}

.about-container {
    background: url(../../images/crop-bg-new.webp) no-repeat top/cover;

}

@media only screen and (min-width: 991px) {
.inner-page-title-front{
    font-size:50px;
    
  }
}


/*--------------about-----------------*/

/*--------------product section-----------------*/
  /*.product-section{*/
  /*  background: url('../../images/product-bg.png') no-repeat;*/
  /*  background-size: cover;*/
  /*      background-position: center;*/
  /*  padding: 15% 0 0 0;*/
  /*}*/

  .product-section .shadow-text{
    color: #ffffff38;
    text-transform: uppercase;
    font-size: 50px;
  }
.product-section .title{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.product-label{
    font-weight: 900;
    color: #3f725396;
        font-size: 25px;
}
.product-featured{
     --f: 15px; /* control the folded part*/
  --r: 20px; /* control the ribbon shape */
  font-size:15px;
  padding:2px 10px;
  position: absolute;
  background: #ff9900;
  border-bottom: var(--f) solid #0005;
  border-left: var(--r) solid #0000;
  clip-path: 
    polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
      calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
      var(--r) calc(50% - var(--f)/2));
  right: calc(-1*var(--f));
  color:#fff;
}
.product-item{
  /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(40, 58, 20, 0.2) 100%);*/
 background: #dbffe740;
    border-radius: 10px;
    margin: 15px;
    height: 100%;
        box-shadow: rgb(120 120 120 / 41%) 0px 6px 12px -2px, rgb(0 0 0 / 23%) 0px 3px 7px -3px;
    border: 1px solid #15542d;
}
.product-img{
  display: flex;
  justify-content: center;
 height: 280px;
}
.product-meta{
  margin-top: 20px;
  text-align: center;
}

.product-meta h5{
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.product-meta h6{
  color: #fff;
  font-size: 18px;
  font-weight: 200;
}
.product-item button{
  width: 100%;
}

.exp-btn .button__text {
      font-size: 11px;
  margin-bottom: 0;
  position: absolute;
  inset: 0;
  animation: text-rotation 8s linear infinite;

  > span {
    position: absolute;
    transform: rotate(calc(10deg * var(--index)));
    inset: 7px;
  }
}
.sustain-section{
    background:url('../../images/rice-field.webp') no-repeat center/cover;
    background-blend-mode: multiply;

         /*background: #314639;*/
}

.board{
    border-radius: 20px;
    backdrop-filter: blur(15px);
    background: rgb(178 187 181 / 16%);
}

.board .heading{
font-size: 25px;
color: #fff;
font-weight: 600;
}

.board .text-area{
font-size: 18px;
color: #fff;
line-height: 24px;
font-weight: 300;
letter-spacing: 0.5px;
}

.sustain-section button{
  background: #fff;
  color: #0B8439;

}

.img-list{
  background: #fff;
  border-bottom: 1px solid #0b84391c;
/*  position: absolute;
  bottom: 0;*/
}



.slick-next {
    right: 0;
	z-index:99999;
}
.slick-prev {
    left: 0;
	z-index:99999;
}
.slick-arrow{
        width: 40px;
    height: 40px;
}
.slick-arrow:before{
    background: #99a728;
    border: 1px solid #3a4004;
    border-radius: 50%;
        font-size: 24px;
    font-weight: bolder;
        padding: 10px;
}
.title{
text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
}

.leaf{
	position:absolute;
	bottom:0;
	right:0;
}
@media only screen and (max-width: 767px) {
  .product-section .shadow-text{
        color: #ffffff2e;
    margin-top: 155px;
  }
}

@media only screen and (min-width: 991px) {
    .product-section .shadow-text{
 font-size: 100px;
    }
    .board .heading{
      font-size: 40px;
    }

	.title{
		font-size: 40px;
	}
	.product-section .shadow-text{
		font-size: 80px;
	}
}
/*--------------product section-----------------*/


/* The main container for positioning */
.video-container {
  position: relative;
  width: 100vw;
  height: 120px;
  overflow: hidden; /* Prevent content from spilling */
}

/* The video stays in the background */
.video-container > .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the video covers the full screen */
  z-index: 1; /* Places it at the bottom layer */
}

/* The text element acts as a full-screen white layer on top */
.video-container > .text {
  position: absolute;
  inset: 0;
  z-index: 2; /* Places it on top of the video */
  
  display: grid;
  place-items: center;

  /* --- THE FIX IS HERE --- */
  /* 1. The element's background is white (this becomes the screen background) */
  background-color: #fff;
  height: 100%;
  
  /* 2. The text itself is black */
  color: #000;

  /* 3. The 'screen' blend mode makes the video visible through the dark parts (the text) */
  mix-blend-mode: screen;
  
  /* --- Font styles --- */
  font-weight: 900;
  font-size: 45px;
  text-align: center;
  user-select: none;
}
.grad-video{
  position: absolute;
  right: 0;
}

@media only screen and (min-width: 991px) {
  .video-container > .text {
      font-size: 120px;
  }
  .video-container {
      height:200px;
  }
}
/*----------video animation--------------*/

/*---------ceo--------------*/
.ceo-container{
  background: linear-gradient(180deg, #E3EEE1 0%, #FFFFFF 100%);
border-radius: 20px;
}
.rice{
  position: absolute;
  right: 0;
  top: 0;
}
.ceo-container .img-div{
  background: url(../../images/bg.png) no-repeat ;
}
.grad-ceo{
  position: absolute;
  left: 0;
  top: -10%;
}
.z-index{
	position:relative;
	z-index:99999;
}
/*----------ceo--------------*/



/*----------blog------------*/

.blog-section{
  background: url(../../images/blog-bg.png) no-repeat;
  background-size: cover;
      padding: 15% 0 5% 0;
}

.blog-item .img-div{
  border-radius: 10px;
  overflow: hidden;
}
.blog-item .img-div img{
      width: 100%;
    height: 100%;
}

.blog-item h3{
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0;
}
.blog-item p{
  color: #ffffffb8;
    font-size: 16px;
    font-weight: 300;
}
.blog-btn button{
  background: transparent;
  font-size: 17px;
    color: #fff;
}




.blog-list{
  background: #FFFFFF1A;
  border-radius: 12px;

}
.blog-items{
  position: relative;
  margin-bottom: 25px;
}
.blog-items:after{
  content: '';
  height: 1px;
  width: 100%;
  display: block;
  background: #527628;
}
.blog-items h3{
  font-size: 23px;
  color: #fff;
}
.blog-items p{
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}











.blog-list {
    height: 450px; 
    overflow-y: auto;
 
    border-radius: 8px;
    padding: 1rem; 
}


.blog-items {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
   
}

.blog-items:last-child {
    border-bottom: none; 
    margin-bottom: 0;
}


.blog-list::-webkit-scrollbar {
    width: 8px;
}

.blog-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.blog-list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.blog-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.blog-rice{
  position: absolute;
  left: 0;
  bottom: 0;
}
/*----------blog------------*/
.tips-container{
  background: linear-gradient(180deg, #a6ce3826 33%, #a2c1ae9e 86.67%);
/*       margin-top: -18%; */
    border-radius: 20px;
        z-index: 9999;
    position: relative;
}
.tips-section .title{
        line-height: 40px;
}
.tips-section .sub-title{
  font-size: 24px;
}
.tips-section p{
  font-size: 16px;
}

@media only screen and (min-width: 991px) {
  .tips-section .title{
        line-height: 55px;
}
.tips-section p{
  font-size: 20px;
}
}
/*----------contact------------*/
.map-grad{
  position: absolute;
  right: 0;
  top: -50%;
}
.container-contact{
	color:#fff;
	background:#062f15;
	border-radius:20px;
}
.container-contact span{
	width: 50px;
    height: 50px;
	background-color: #107634;
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.form-container{
  border-radius: 20px;
      margin-bottom: -18%;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 9999;
    position: relative;
	overflow:hidden;
}
input[type="text"],input[type="email"],input[type="tel"]{
  height: 55px;
  background: #F1F6EF;
  border: 1px solid #CED7CA;
}
textarea{
  background-color: #F1F6EF !important;border: 1px solid #CED7CA !important;
}
.form-check-label{
  font-size: 16px;
}
form a{
  color: #0B8439;
  text-decoration: underline;
}
@media only screen and (min-width: 991px) {
  .form-check-label{
  font-size: 20px;
}
}
/*----------footer-----------*/

footer{
  background: url('../../images/footer-bg.png') no-repeat;
  background-size: cover;
  padding: 60% 0 0 0;
}

     @media (min-width: 768px) and (max-width: 1024px) {
    footer{
         padding:16% 0 0 0 !important;
    } 
    }
.footer-title{
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.copyright p{
  color: #fff;
  font-size:12px;
}
.copyright a{
  color: #EEC044;
}
.quick-list li{
  margin-bottom: 15px;
}
.quick-list li a,.registrations-list li label{
  color: #FFFFFFCC;
  font-size: 16px;

}

.registrations-list li label{
  display: block;
}
.social-list ul{
   display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 0;
    position: relative;
}
.social-list ul li svg{
  background: #EEC0441A;
  border-radius: 50%;
  padding: 10px;
}



@media only screen and (min-width: 991px) {
  footer{
 
  padding: 15% 0 0 0;
}
.footer-title{
    font-size: 25px;
}
.social-list ul:before{
    content: '';
    width: 380px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 4%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #EEC044 100%);
 
}

.social-list ul:after{
   content: '';
    width: 380px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 1%;
    background: linear-gradient(90deg, #EEC044 0%, rgba(255, 255, 255, 0) 100%);

}
}


/* ========== Mobile Sticky Bottom Nav Styles ========== */

/* Hide the sticky nav by default on larger screens */
.mobile-sticky-nav {
    display: none; 
}

/* Media query to show and style the nav on mobile screens */
@media (max-width: 991.98px) {



    .mobile-sticky-nav {
        /* Core Styling */
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: #ffffff;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        
        /* Positioning */
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 65px; /* Adjust height if necessary */
        z-index: 1030; /* Ensure it's on top of other content */
    }

    /* Style for each item in the nav bar */
    .mobile-sticky-nav .nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #333;
        font-size: 12px;
        flex-grow: 1; /* Make items share space equally */
    }

    /* SVG Icon Styling */
    .mobile-sticky-nav .nav-item svg {
        width: 24px;
        height: 24px;
        margin-bottom: 4px;
    }

    /* Specific styling for the language switcher */
    .mobile-sticky-nav .language-switcher .gt_selector {
        /* This targets the GTranslate dropdown */
        border: none !important;
        background: transparent !important;
        font-size: 12px;
        padding: 0;
    }
}

/**/
.woocommerce-breadcrumb{
	display:none;
}
.entry-title{
	font-weight:700;
	font-size:30px;
}
.breadcrumb-wrapper-inner .post-page{
	color: #fff;
    font-weight: 600;
}
#sidebar{
	display:none;
}

.woocommerce-product-gallery__wrapper{
/* 	background:#f5f3ef; */
	text-align:center;
/* 	padding:20px;
	border-radius:25px; */
}
@media (min-width: 992px) {
	.entry-title{
		font-size:50px;
	}
	.woocommerce-product-gallery__wrapper{
		min-height: 400px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
.acf-detail-item{
	margin:10px 0;
}
.acf-label{
	    color: #303030;
    font-weight: 700;
    font-size: 20px;
}
.acf-detail-item ul li{
	position:relative;
	margin:10px 0;
}
.acf-detail-item ul li:before{
	content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 48 48'%3E%3Cdefs%3E%3Cmask id='SVGIQLGgV2F'%3E%3Cg fill='none' stroke-linejoin='round' stroke-width='4'%3E%3Cpath fill='%23fff' stroke='%23fff' d='M24 44a19.94 19.94 0 0 0 14.142-5.858A19.94 19.94 0 0 0 44 24a19.94 19.94 0 0 0-5.858-14.142A19.94 19.94 0 0 0 24 4A19.94 19.94 0 0 0 9.858 9.858A19.94 19.94 0 0 0 4 24a19.94 19.94 0 0 0 5.858 14.142A19.94 19.94 0 0 0 24 44Z'/%3E%3Cpath stroke='%23000' stroke-linecap='round' d='m16 24l6 6l12-12'/%3E%3C/g%3E%3C/mask%3E%3C/defs%3E%3Cpath fill='%23a6ce38' d='M0 0h48v48H0z' mask='url(%23SVGIQLGgV2F)'/%3E%3C/svg%3E");
	position:absolute;
	left:-24px;
	
}


/* --- Customize Bootstrap Accordion with Plus/Minus Icons --- */

.accordion-button {
    position: relative; /* Needed to position the pseudo-element */
}

/* Hide the default Bootstrap SVG icon */
.accordion-button::after {
    background-image: none !important; /* Removes the default chevron */
    font-family: monospace; /* Ensures the plus/minus look right */
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12 4.5v15m7.5-7.5h-15'/%3E%3C/svg%3E"); 
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.2s ease-in-out;
}

/* When the accordion button is NOT collapsed (i.e., it's open) */
.accordion-button:not(.collapsed)::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5 12h14'/%3E%3C/svg%3E"); 
}

/* Optional: Add some styling to the button itself */
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f7f7f7;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-button:focus {
    box-shadow: none; /* Removes the blue focus ring */
}

.accordion-item{
	border:none;
	border-bottom: 1px solid lightgray;
}

.acf-detail-item{
	color: #545454;
    font-size: 18px;
}
.woocommerce-product-gallery{
	position: sticky;
    top: 120px;
    left: 0;
    transition: all 0.3s ease-in-out;
}

/* --- Responsive Grid for WooCommerce Related Products --- */
/* --- Bootstrap-Style Grid for Related Products (row with col-md-3) --- */

/* Center the main title of the section */
.related.products > h2 {
    text-align: center;
    margin-bottom: 2rem;
	text-transform: capitalize;
	    font-size: 3em;
}

/* This <ul> acts as the Bootstrap .row */
.related ul.products {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-left: -15px;  /* Negative margin mimics .row */
    margin-right: -15px; /* Negative margin mimics .row */
}

/* This <li> acts as the .col-md-3 */
.related ul.products li.product {
    /* --- Mobile layout: full width (stacked columns) --- */
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;  /* Gutter spacing mimics .col-* */
    padding-right: 15px; /* Gutter spacing mimics .col-* */
    margin-bottom: 30px !important; /* Vertical space on mobile */
    text-align: center;
}

/* --- Tablet and Desktop layout: 4 columns --- */
@media (min-width: 768px) {
    .related ul.products li.product {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/* --- Styling for the card content (same as before) --- */

/* This targets the link that wraps the product image */
.related ul.products li.product .woocommerce-loop-product__link {
    display: block;
   
    aspect-ratio: 1 / 1;
    margin-bottom: 1em;
    border-radius: 8px;
}
.woocommerce-loop-product__title{
	color:#000;
	font-size:22px;
	margin-top: 20px;
	    font-weight: 500;
}
/* This targets the image itself */
.related ul.products li.product .woocommerce-loop-product__link img {
    display: block;
	background: #f9fafb;
    width: 100%;
    height: 100%;
    object-fit: cover;
	padding:20px;
	border-radius:10px;
	
}




/*shop*/
/* --- Bootstrap-Style Grid for Main WooCommerce Shop --- */

/* This <ul> acts as the Bootstrap .row */
.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;

}
.woocommerce ul.products li.product{
	padding: 0 15px !important;
}
/* This <li> acts as the .col-md-3 */
.woocommerce ul.products li.product {
    /* --- Mobile layout: 2 columns --- */
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;  /* Gutter spacing mimics .col-* */
    padding-right: 15px; /* Gutter spacing mimics .col-* */
    margin: 0 0 40px 0 !important; /* Vertical space on mobile */
    text-align: center;
}
.woocommerce ul.products li.product a img {
	background:#f5f3ef;
	border-radius:15px;
/* 	height:250px !important; */
	object-fit:contain;
	padding:5px;
	margin-bottom:0 !important;
}
/* --- Tablet and Desktop layout: 4 columns --- */
@media (min-width: 768px) {
    .woocommerce ul.products li.product {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.shop-page .page-title{
	display:none;
}
.woocommerce .woocommerce-loop-product__title{
	    font-size: 16px !important;
}

@media (min-width: 769px) {
	.woocommerce .woocommerce-loop-product__title{
	    font-size: 20px !important;
}
}

@media (max-width: 450px) {
	.woocommerce-ordering{
		width:50%;
	}
	.orderby{
		width:100%;
		
	}
}
/**/
/*About company*/
.subs{
	font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.143em;
    margin: 0px 0px 22px 0px;
	display: inline-block;
    color: #8b9271;
    position: relative;
	border: 1px solid #8b9271;
	border-radius: 10px;
    padding: 6px 9px;
}

.subs-white{
	 color: #fff;
	border: 1px solid #fff;
}
.inner-page-title{
	  font-size: 30px;
	font-weight:600;
    line-height: 1.142em;
}
.inner-page-title2{
	 font-size: 30px;
}
.highlight-text{
	   font-size: 16px;
    line-height: 1.583em;
    color: #181818;
}
.non-highlight{
	 font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #747474;
}
.line-height{
    line-height: 1.7;
}
.about-featured-image img{
	border-radius:20px;
}  

.usp-container{
	background:#8B9271;
}

.usp-lists{
	background:#6D744F;
	border-radius:20px;
	transition:all 0.5s ease;
	cursor:pointer;
}

.list1:hover{
	background:url('../../images/solutions.webp')#00000061 no-repeat center/cover;
	background-blend-mode:multiply;
	transition:all 0.5s ease;
}
.list2:hover{
	background:url('../../images/solutions2.webp')#00000061 no-repeat center/cover;
	background-blend-mode:multiply;
	transition:all 0.5s ease;
}
.list3:hover{
	background:url('../../images/solutions3.webp')#00000061 no-repeat center/cover;
	background-blend-mode:multiply;
	transition:all 0.5s ease;
}
.list4:hover{
	background:url('../../images/solutions4.webp')#00000061 no-repeat center/cover;
	background-blend-mode:multiply;
	transition:all 0.5s ease;
}
.showcase__title{
	font-size: 25px;
    line-height: 1.2em;
    letter-spacing: 0px;
    color: #FFFFFF
}
.showcase__subtitle{
	    font-size: 35px;
    font-weight: 700;
    color: #FFF3A3;
}
.showcase__para{
	color: #fff;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;
	margin-top:15px;
}
.showcase__icon svg{
	transform:rotate(45deg);
	transition:all 0.5s ease;
	display:none;
}
.usp-lists:hover svg {
	transform:rotate(90deg);
	transition:all 0.5s ease;
}

/* The container that crops the content */
.marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap; /* Prevents text from wrapping */ 
  padding: 10px 0;
}

/* The element that will be animated */
.marquee-content {
  display: inline-block;
  /* Apply the animation */
  animation: scroll 40s linear infinite;
	color:#adb58e;
	font-size: 35px;
    font-weight: 700;
    letter-spacing: -0.05em;
}



/* The scrolling animation keyframes */
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%); /* Moves left by the width of one span */
  }
}

.team-img-div{
	border-radius:15px;
	overflow:hidden;
}
.team-img-div:after{
	display: block;
    height: 100%;
    width: 100%;
    content: '';
    background: rgb(24 24 24 / 21%);
    position: absolute;
    top: 0;
    left: 0
}
.team-desc{
	position:absolute;
	bottom:20px;
	left:10%;
}
.name{
	font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    color:#fff;
    letter-spacing: 0;
}
.designation{
	text-transform:uppercase;
	font-size:17px;
	color:#fff;
	font-weight: 600;
}

.cta-div{
	background: #d9dfc5c7;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media (min-width: 992px) {
	.inner-page-title{
	  font-size: 70px;
	}
	.inner-page-title2{
	 font-size: 40px;
}
	.highlight-text{
		font-size: 22px;}
	.non-highlight{
		font-size: 18px;}
	.marquee-content {
		font-size: 80px;
	}
	.showcase__title{
		font-size: 33px;}.showcase__para{margin-top:unset;}.showcase__icon svg{display:block;}
}


/*About company*/

/*Blog*/

.blog-div .img-div{
	height:250px;
	border-radius:20px;
	overflow:hidden;
}
.blog-div .img-div img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.date label{
	    font-size: 13px;
    font-weight: 500;
    color: slategray;
    text-transform: uppercase;
}
.blog-title{
	    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 6px;
}
    .button__read{
    display: inline-block;
	color:#0B8439;
		font-weight:500;
		font-size:16px;
		margin-left:20px;
}
.read-link{
	 position: relative;
	display:flex;
	align-items:center;
}
.read-link:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFF3A3;
    position: absolute;
    left: 0;
    
    /* Add the animation */
    animation: pulse 1.5s infinite ease-in-out;
}

/* Define the pulse animation */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5); /* Scales the dot up */
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.blog-img{
	border-radius:20px;
	overflow:hidden;
}
.blog-heading{
	    font-size: 22px;
    line-height: 1.142em;
	font-weight:600;
}
.blog-content p{
	color: #565656;
    font-size: 15px;
    line-height: 25px;
   
}
.blog-short-title{
	font-size:16px;
}
.icon-div img{
	border-radius:7px;
	
}
/*
 * 1. Make the .img-div a positioning "anchor"
 * so we can place the label on top of it.
*/
.blog-item .img-div {
    position: relative;
    overflow: hidden; /* Optional: keeps the label from leaking out */
}

/*
 * 2. Style and position the label itself.
*/
.latest-label {
    position: absolute;
    top: 15px;  /* Adjust the position from the top */
    left: 15px; /* Adjust the position from the left */
    
    background-color: #ffffff; /* Example background color (blue) */
    color: #ffffff; /* White text */
    padding: 5px 12px; /* 5px top/bottom, 12px left/right */
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    z-index: 2; /* Ensures it's on top of the image */
}
@media (min-width: 992px) {
	.blog-heading{
	    font-size: 32px;
	}
	.blog-content p{
		font-size: 17px;
		line-height: 28px;
	}
}

.product-acf-details-wrapper{
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid #dbdbdb;
	background: #f0ffff99;
    border-radius: 15px;
}

.woocommerce-product-gallery__wrapper img{
	 width: 100%;
    height: 100%;
    object-fit: cover;
}
.crop-img-wrapper{

       width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    background: #0b8439;
    padding: 9px;
    border: 4px solid #ffcb04;
    box-shadow: rgb(100 100 111) 0px 7px 4px 0px;
}
.crop-name,.cat-name a{
	    font-size: 20px;
    font-weight: 600;
    color: #0b8439;
    margin: 0;
    line-height: 1.2;
}

/* .crop-list-grid{
	justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
} */
.crop-item{
	 text-align: center;
    display: flex;
    align-items: center;
        gap: 7px;
}
@media (min-width: 992px) {
	.crop-list-grid{
	justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
	.woocommerce-product-gallery__wrapper img{
		width:100%;
	}
}
.blog-content ul {
	padding:0;
}
.blog-content ul li{
	position:relative;
	padding:0;
}
.blog-content ul li:before{
	content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1.5em' height='1.5em' viewBox='0 0 512 512'%3E%3Cpath fill='%2364ba47' d='M17.47 250.9C88.82 328.1 158 397.6 224.5 485.5c72.3-143.8 146.3-288.1 268.4-444.37L460 26.06C356.9 135.4 276.8 238.9 207.2 361.9c-48.4-43.6-126.62-105.3-174.38-137z'/%3E%3C/svg%3E");
	margin-right:10px;
	margin-top:5px;
}
.object-fit{
	object-fit:cover;
}