* {
  font-family: "Poppins", sans-serif;
  
}

.fa,
.fas,
.far,
.fal,
.fad,
.fab {

  font-weight: 900; /* For solid icons, adjust as needed */
}
.header-icon{
  color: white !important;
}
:root {
    --bg-color: #0D401C; 
    --text-color: #175329; 
    --text-primary-color:#F6FCDF; 
}
@media (max-width:576px){
  .why-choose-us {
    padding: 50px 12px !important;  
  }
  .journey-steps{
    color: #D0D0D0;
    text-align: justify !important;
    margin-top: 40px;
  }
  .footer-contact-section-column {
    margin: 40px 0px;
    display: block !important;
  
  }
  .footer-call{
    display: flex !important;
    justify-content: start !important;
  }
  .card-categories{
    margin-bottom: 20px;
  }

  
  
  
}

@media(max-width:997px){
  .trigger-btn-mobile button.carousel-control-next{
    position: static;
    font-size: 20px;
    background-color: green;
    color: white;
    width: 30px;
    height: 30px;
    padding: 10px;
    
   

  }
  .trigger-btn-mobile button.carousel-control-prev{
    position: static;
    position: static;
    font-size: 20px;
    background-color: green;
    color: white;
    width: 30px;
    height: 30px;
    padding: 10px;
    margin-bottom: 20px;

  }
  .about-agro-content h4{
    color: #F8C32C;
    font-size: 30px !important;
    font-weight: 800;
}
.about-heading-2{

  font-size: 26px !important;
}
.about-card{
  margin-bottom:70px !important ;
}

}

.call-btn p{
    margin: 0px;
    color: var(--text-primary-color);
}
.fa-phone-volume{
    margin-top: 6px;
    color: var(--text-color);
}
.fa-envelope{
    margin-top: 6px;
    color: var(--text-color);
}
.right-header p{
    margin: 0px;
    color: var(--text-primary-color);
}
.right-header{
    display: flex;
    justify-content: end;
}
.header .row{
    padding: 10px 0px;
   
}
.header{
    background-color: #0D401C;
}
.header-btn{
    background-color: var(--text-color);
color:var(--text-primary-color);
padding: 5px 20px;
border: none;

}


.navbar {
  
    padding: 10px 20px;
  }

  nav.navbar.navbar-expand-lg.navbar-dark.navbar-main {
    position: sticky !important;
    top: 0 !important;
    /* background-color: var(--text-primary-color) !important; */
    background-color:white !important;
    z-index: 999;
    transition: 2s;
  
}

  .navbar-brand img {
    height: 40px;
  }
  .nav-link {
    color:var(--text-color);
    font-size: 18px;
    margin: 0 10px;
  }
  .nav-link:hover {
    color:var(--text-color);
    font-size: 18px;
    margin: 0 10px;
  }
  .social-icons a {
    color: white;
    margin: 0 5px;
    font-size: 20px;
  }
  
  .offcanvas-anchor li a{
    text-decoration: none;
    color: white !important;
  
  }
  .offcanvas-anchor li {
   line-height: 30px;
  
  }
  .menu-text{
    border: none;
    background-color: transparent;
  }

  .offcanvas-title{
    color: var(--text-color);
  }
  
  .social-media-icons-header{
    color: white;
  }
  .social-media-icons-header{
    display: flex;
    gap: 20px;
    justify-content: end;
  }
  .social-div{
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
   background-color: var(--bg-color);
  
    border-radius: 50%;
  }
  .social-div:hover{
 background-color: var(--text-color);
 color: var(--text-primary-color);
    cursor: pointer;
  }
  .social-div:hover i{
    transform: scale(0.86);
    transition: 3s;
   
   
  }
  .social-media-icons-header i{
    
    color: var(--text-primary-color) !important;
    font-size: 14px;
    
  
  }
  
  .plus-icon {
    font-size: 18px;
    font-weight: bold;
    margin-left: 5px;
    display: inline-block;
    transition: transform 0.3s ease-in-out;
  }
  .nav-item{
    cursor: pointer !important;
  }
  
  .nav-item.dropdown.show .plus-icon {
    transform: rotate(45deg);
  }
  .dropdown-menu{
    background-color: var(--bg-color) !important;
    backdrop-filter: blur(10px);
    height: 100px;
  }
  .dropdown-item{
    color:var(--text-color)
  
  }
  .dropdown-item:hover{
    background-color: rgba(0, 0, 0, 0.539) !important;
  }
  
  

  
  /* Shrinking Effect when Scrolling */
  .navbar.scrolled {
    background: rgba(0, 0, 0, 0.95); /* Dark background on scroll */
    padding: 8px 0; /* Reduce padding */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  }
  
  
  /* Adjust logo size when scrolled */
  
  /* Transition effect for Offcanvas (Mobile Menu) */
  .offcanvas {
    transition: transform 0.4s ease-in-out;
  }
  
  
  
  
   .offcanvas-body .accordion-button::after {
    display: none !important;
  }
   .offcanvas-body .accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
  }
   .offcanvas-body .accordion-item {
    background-color: transparent !important;
  }
   .offcanvas-body .accordion-body {
    background-color: transparent !important;
  }
  .offcanvas-body button.accordion-button.bg-transparent.text-white.shadow-none.px-0 {
    margin-left: 10px;
    padding: 8px 0px;
  }
  .offcanvas-body button.accordion-button.collapsed.bg-transparent.text-white.shadow-none.px-0 {
    margin-left: 10px;
  }
  
  .offcanvas-body span.icon.ms-auto {
    padding-right: 20px;
    font-size: 22px;
    color: #F9F021;
  }
  .nav-link:focus, .nav-link:hover {
    color: var(--text-color);
}
  .carousel{
    background-attachment: fixed;
  }
  
  .carousel-caption {
    left: 10%;
    right: auto;
    bottom: auto;
    text-align: left;
}

/* Spacing Between Elements */
.sub-heading {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.main-heading {
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
}

.btn-slider{
    background-color: var(--bg-color);
    padding: 5px 20px;
    border: none;
    color: var(--text-primary-color);

}

/* Slide-Up Animation */
.animate-slide {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Activate Animation when Slide Becomes Active */
.carousel-item.active .animate-slide {
    opacity: 1;
    transform: translateY(0);
}
.infinite-scroll{
   
    padding:10px 0px ;  
}
.infinite-scroll p{
    color: var(--text-primary-color);
    margin: 0px;
}

.below-hero{
    background: #f0fff0; /* Light green background */
}
/* Scroll Container */
.infinite-scroll {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: #f0fff0; /* Light green background */
    padding: 10px 0;
}

/* Scrolling Content */
.scroll-content {
    display: flex;
    gap: 30px; /* Adjust spacing */
    animation: scrollText 10s linear infinite;
}

/* Infinite Scrolling */
@keyframes scrollText {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* Styling for p tags */
.scroll-content p {
    font-size: 18px;
    font-weight: bold;
    color: #206a5d; /* Dark Green */
    position: relative;
    padding: 10px 20px;
}





/* Leaf Animation */
@keyframes leafShake {
    0% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(10deg);
    }
}
/* Hero Section */
.hero-left-section {
    position: relative;
}

/* Moving Text */
.moving-text {
    position: absolute;
    width: 100%;
    right: -28%;
    bottom: -3%;
    animation: moveUpDown 3s ease-in-out infinite alternate;
}

/* Moving Animation */
@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(20px); /* Adjust for bigger movement */
    }
}


/* Text Box */
.hero-moving-text {
    background-color: var(--bg-color);
    color: var(--text-primary-color);
    padding: 20px;
    width: 40%;
}
.hero-section{
  padding-top: 30px;
  padding-bottom: 30px;
}
.hero-right-section h5{
    color: var(--text-primary-color);
    font-weight: 600;
    word-spacing: 2px;
    background-color: var(--bg-color);
    width: fit-content;
    padding: 5px 20px;
  
  }
.hero-right-section h1{
    color: var(--bg-color);
    font-weight: 800;
    word-spacing: 2px;
}
.hero-right-section p{
  text-align: justify;
  line-height: 30px;
}
.dark-bg {
  background-color: var(--bg-color);
  background-size: cover;
  background-position: center;
  padding: 50px 0px 50px 0px;
}

/* .dark-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 background-color: #31511ec3;
  z-index: 1;
}

.dark-bg * {
  position: relative;
  z-index: 2;
} */
.center-img{
  display: flex;
  justify-content: center;
  align-items: center;
}

.serice-cards{
  background-color: var(--text-primary-color);
  padding: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  margin-top: 20px;
}
.serice-cards .service-vector-one{
  position: absolute;
    right: -128px;
    top: -104px;
    width: 66%;
}
.serice-cards .service-vector-two{
  position: absolute;
  right: -123px;
  bottom: -146px;
  width: 66%;
  rotate: 14deg;
}
.service-btn{
  background: linear-gradient(135deg, #EFF993, #49B734);
  padding: 1px;
  border: none;
  padding: 5px 35px;
  letter-spacing: 2px;
  font-weight: 700;
  color: white;
}
.service-btn:hover{
background: #E2F498;
background: linear-gradient(135deg, #E2F498, #8CFF82);
transition-delay:10s ;
cursor: pointer;
}
.why-choose-us {
  position: relative;
  padding: 50px 0px;
  background-image: url(/assets/images/leaf-vector.jpg);
 
  background-repeat: repeat;
  background-position: center;
}

.why-choose-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(234 240 241 / 66%);
  z-index: 1;
}

.why-choose-us * {
  position: relative;
  z-index: 2;
}


.why-choose-us .heading-2{
  color: var(--bg-color);
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.why-choose-us .heading-2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
background-color: var(--text-color);
  margin-top: 10px;
}
.why-choose-us-content h4{
  color: #525252;
  font-weight: 600;
  font-size: 20px;
}
.why-choose-us-content{
  margin-bottom: 30px;
}

.blog-btn{
  background-color: var(--bg-color);
  color: var(--text-primary-color);
  border: none;
  padding: 5px 15px;
}
.journey-steps{
  color: #D0D0D0;
  text-align: center;
}
.blogs-card{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}


.main-footer {
  background-image: url(/assets/images/footer-bg.png), linear-gradient(#1e1c22, #1e1c22);
}
.footer-top{
  border-bottom: 0.5px solid white;
  padding-bottom: 20px;
}
.footer-row-1{

  justify-content: space-between;
}
.footer-call{
  display: flex;
  justify-content: end ;
  padding-top: 20px;
  gap: 20px;
}
.footer-call-icon{
  font-size: 30px;
  color:#F4C708 ;
}
.footer-call-content p{
  margin: 0px;
  color: white;
}
.footer-call-content h5{
  margin: 0px;
  color: white;
}
.footer-col i{
  color:#F4C708 ;
}
.footer-col .footer-contact-info{
  margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
  
    font-weight: 500;
    font-size: 23px;
    letter-spacing: 0.03em;
   color: white;
}
.footer-col p{
  color: white;
}
.footer-contact-main{
  margin: 40px 0px;
}
.footer-contact-section-column{
  margin: 40px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-contact-section-column h3{
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
}
.footer-contact-section-column ul{

  padding-left: 10px !important;
}
.footer-contact-section-column ul li{
  list-style: none;
  line-height: 50px;

}
.footer-contact-section-column ul li a{

  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #B4B4B4;
  transition: 0.5s;
  text-decoration: none;

  
}
.footer-row-2{
  justify-content: space-between;
}
.footer-credit{
  border-top: 1px solid white;
  padding: 20px 0px;
}
.social-media-icons{
  color: white;
}
.social-media-icons{
  display: flex;
  gap: 20px;
  justify-content: end;
}
.social-media-icons i{
  padding: 8px;
  border-radius: 2px;
  color: white;
  background-color: black;

}
.credit-text{
  color: white;
}
.footer-main-content-block{
  padding: 40px 0px;
}
.carousel-caption .sub-heading{
  
}
.card-tilt{
  transform: rotate(2deg);
  background-color: #043927;
}
 .pxl-section-divider-top-img {
  mask-image: url(https://demo.7iquid.com/donalfarm/wp-content/uploads/2024/08/ss-dv-shape-5-1.webp);
  -webkit-mask-image: url(https://demo.7iquid.com/donalfarm/wp-content/uploads/2024/08/ss-dv-shape-5-1.webp);
  
  -webkit-mask-repeat: repeat-x;

  height: 23px;
  background-color: #F8C32C;
  top: -22px;
}
.pxl-section-divider-top-img {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
}

 .pxl-section-divider-bot-img {
  mask-image: url(https://demo.7iquid.com/donalfarm/wp-content/uploads/2024/08/h1-ss-divider-1.webp);
  -webkit-mask-image: url(https://demo.7iquid.com/donalfarm/wp-content/uploads/2024/08/h1-ss-divider-1.webp);
 
  -webkit-mask-repeat: repeat-x;
 
  -webkit-mask-position: bottom;
  -ms-mask-position: bottom;
  -o-mask-position: bottom;
  mask-position: bottom;
  height: 12px;
  background-color: #FFFFFF;
}

.card-categories .card-img-overlay{
  background-color: #24922b5c !important;
}
.card-categories .card-body {
  background-color: var(--bg-color);
  color: white;
 
}

.card-categories .card-body a{
  text-decoration: none;
  padding: 3px 20px 3px 4px ;
  background-color: var(--text-color);
  color: var(--text-primary-color);
}
.card-categories .card-body h5{
  letter-spacing: 1px ;
  color: var(--text-primary-color);
  font-weight: 700 !important;
}
/* .card-categories:hover{
  transform: translateY(-10px);
  transition: 2s;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
  

} */
.catrogories-left-side h2{
  font-size: 50px;
}
.catrogories-left-side p{
  line-height: 28px;
  text-align: justify;
}
.catrogories-left-side ul{
  padding-left: 3px;
  list-style:none;
}
.catrogories-left-side ul li{
  background-color: #166d3b;
  background-image: linear-gradient(147deg, #166d3b 0%, #000000 74%);
  padding: 4px;
  margin-bottom: 10px;
  color: var(--text-primary-color);
}
.stroke-text{
  font-weight: 700;
  color: var(--text-color);
  text-shadow: 3px 3px 5px rgba(66, 65, 65, 0.537);
}
.trigger-btn-mobile{
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  gap: 10px;
  flex-direction: column;

}


.home-slider{
  position: relative;
}

.container-fluid.video-bg {
  position: relative;
  z-index: 1;
  padding: 60px 0;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.video-bg .overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay */
  z-index: -1;
}

.container-overlay-bg {
  position: relative;
  z-index: 2;
}
.pages-hero{
  background-image: url(/assets/images/hero-page-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 40px 0px;
  background-position: 0px -100px;
}
.hero-page-heading{
  text-align: center;
  color: var(--bg-color);
  font-weight: 700;

}
.second-word-head{
  color: whitesmoke;
  font-weight: 700;
}
.pages-subheading-3{

}
.about-heading-3 {
  
  font-size: 25px;
  font-weight: 700;
  color: var(--bg-color);
}
.green-icon{
  background-color: green;
  width: 50px;
  height: 50px;
  justify-content: center;
  display: flex
;
  align-items: center;
  border-radius: 50%;
  color: white;
}
.abstract-bg{
  background-color: #0D401C;
  padding-bottom: 140px;

}
.abstract-bg .about-para{
  font-family: "Caveat", cursive;
  color: white;
  font-size: 25px;
  line-height: 1.33333333333em;
  letter-spacing: 0px;
}
.about-agro-content p{
    color: #FFFFFF;
    margin-bottom: 13px;
}
.about-agro-content h4{
    color: #F8C32C;
    font-size: 40px;
    font-weight: 800;
}
.dashed-border{
  padding-bottom: 20px;
  border-bottom: 1px dashed #158b07d6;
     
}
.circle-img{
    border-radius: 50%;
    width: 400px;
    height: 400px;
    filter: drop-shadow(2px 2px 6px greenyellow);
}
.about-left-info-content{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.about-heading-2{
  color: var(--text-primary-color);
  font-weight: 700;
  letter-spacing: 1px;
  word-spacing: 2px;
  font-size: 40px;
}
.about-para-right{
  color: whitesmoke;
  line-height: 30px;
  text-align: justify;
  margin: 20px 0px;
}
/* From Uiverse.io by gharsh11032000 */ 
.animated-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px 36px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  background-color: inherit;
  border-radius: 100px;
  font-weight: 600;
  color: greenyellow;
  box-shadow: 0 0 0 2px greenyellow;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button svg {
  position: absolute;
  width: 24px;
  fill: greenyellow;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
  right: 16px;
}

.animated-button .arr-2 {
  left: -25%;
}

.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: greenyellow;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #212121;
  border-radius: 12px;
}

.animated-button:hover .arr-1 {
  right: -25%;
}

.animated-button:hover .arr-2 {
  left: 16px;
}

.animated-button:hover .text {
  transform: translateX(12px);
}

.animated-button:hover svg {
  fill: #212121;
}

.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px greenyellow;
}

.animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}
.about-right-info-content .heading-6{
   position: relative;
   display: inline-block;
   font-size: 20px;
   color: white;
}
.heading-6::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: greenyellow;
  margin-top: 10px;
}
.third-row{
  position: absolute;
  top: -100px;
  width: 100%;
  
  
}
.our-mission{
  background-color:#F8C32C;
  border-radius: 5px;
  padding: 40px;
}
.space-top{
  margin-top: 200px;
}
.our-mission p{
  line-height: 28px;
  text-align: justify;
}
.para-img img{
  border-radius: 5px;
}
.font-seconday{
  font-family: "Caveat", cursive;
}

.about-choose .card-img-top {
  width: 100px; /* Adjust size as needed */
  height: 100px;
  border-radius: 50%;
 
  object-fit: cover;
}
.about-choose .row{
  padding-top: 100px;
}

.about-card .card-body{
  padding-top: 80px;
  padding-bottom: 40px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.about-card{
  border: none;
}
.about-card:hover .card-img-top{
  margin-top: -13px;
  transition: 1s linear;
  
}
.about-card .card-img-top{
  border: 5px solid white;
}
.about-card:hover .card-body{
  background-color:rgba(13, 64, 28);
  color: var(--text-primary-color) !important;
  border-radius: 20px;
  transition: 1s ;
}
.about-card-two .card-body{
  border-radius: 20px;
  background: linear-gradient(to top, rgba(13, 64, 28) 0%, rgba(39, 141, 69) 100%) !important;
  color: white;
}

.about-card-two .card-img-top{
  border: 5px solid white;

}
.about-choose .card-img-top:hover{
 transform: translateY(10px);
 transition: 2s ease;
 cursor: pointer;
}
.about-heading-3 {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  
}

.about-heading-3::after {
  content: "";
  position: absolute;
  width: 60px; /* Adjust the line width */
  height: 4px; /* Thickness of the line */
  background-color: yellow; /* Line color */
  bottom: -5px; /* Position it below the text */
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}
.about-heading-3-parent{
  display: flex;
  justify-content: center;
}