body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "Roboto Slab", serif !important;
  font-optical-sizing: auto;
  font-style: normal;

}
.fruits {
  text-align: center;
  padding: 20px;
}
.navbar {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.left-mar-nav {
  padding-right: 20px !important;
}
.bg-form {
 background-color: #fbfbfb;
}
.bg-white {
  background: #fff;
  border: solid 1px #ccc;
}
.card {
  border: none;
}
.sub-button {
  color: #fff !important;
  background: #3ca957 !important;
    border: none;
    border-radius: 50px;
    font-size: 20px !important;
    list-style: none;
    text-decoration: none;
    padding: 10px 30px;
}
#myCarousel .carousel-item .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-attachment: fixed;
}

#myCarousel h4 {
  font-size: 50px;
  margin-bottom: 15px;
  color: #000;
  line-height: 100%;
  letter-spacing: 0.5px;
  font-weight: 600;
}

#myCarousel p {
  font-size: 14px;
  margin-bottom: 15px;
  color: #000;
  padding-bottom: 30px;
}

#myCarousel .carousel-item a {
  background: #3ca957;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 14px;
  list-style: none;
  text-decoration: none;
}

#myCarousel .carousel-item a:hover {
  background: #394fa2;
  text-decoration: none;
}

#myCarousel .carousel-item h4 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

#myCarousel .carousel-item p {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#myCarousel .carousel-item a {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#myCarousel .carousel-item .mask img {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  display: block;
  height: auto;
  max-width: 100%;
}
.fa-location-arrow {
  font-size: 24px;
}
#myCarousel h4,
#myCarousel p,
#myCarousel a,
#myCarousel .carousel-item .mask img {
  -webkit-animation-duration: 1s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#myCarousel .container {
  max-width: 1430px;
}

#myCarousel .carousel-item {
  height: 100%;
  min-height: 550px;
}

#myCarousel {
  position: relative;
  z-index: 1;
  center center no-repeat;
  background-size: cover;
}

.carousel-control-next,
.carousel-control-prev {
  height: 40px;
  width: 40px;
  padding: 12px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.house {
  border-radius: 20%;
}
.top-mar {
  margin-top: 13%;
}
.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  opacity: 1
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
  opacity: 0
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}
.galler img {
  border: solid 3px #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.galler a{
  border: solid 3px #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.gslide-image img{
  border: solid 8px #fff !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px !important;
}
.products-details {
  list-style: none;
  text-decoration: none;
  background: #f1f1f1;
  padding: 20px;

}

.products-details li {
  list-style: none;
  text-decoration: none;
}




@supports (transform-style:preserve-3d) {

  .carousel-fade .carousel-item-left.active,
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item-prev.active,
  .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}



@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}































.lang-wrapper {
  border: solid 1px #81b03f;
  border-radius: 30px;
  padding: 5px;
}

.custom-select {
  border: none;
  font-size: 14px;
  color: #81b03f;
}

.export h2 {
  font-size: 30px;
  color: #000;
}

.export {
  text-align: center;
  margin: 0 auto;
  padding-top: 100px;
}

.export span {
  color: #81b03f;
}

.green h3 {
  font-size: 24px;
  color: #000;
}

.green {
  background: #f0f6e8;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  margin-top: 20px;
}

.padding-all {
  padding-bottom: 100px;
}

.about-right h6 {
  font-size: 16px;
  text-transform: uppercase;
  color: #3daa57;
}

.main-title span {
  color: #3daa57 !important;
}

.white-bg {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  /* Thoda curved corners ke liye */
  text-align: center;
  /* Horizontal, Vertical, Blur, Spread, Color */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  /* Hover effect ke liye */
  margin-top: 20px;
}

.white-bg:hover {
  transform: translateY(-5px);
  /* Hover karne par halka upar uthega */
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.white-bg h3 {
  font-size: 18px;
  color: #363636
}

.paddin-top {
  padding-top: 131px;
}

.certfication span {
  color: #3daa57;
}

.top-hunred {
  margin-top: 100px;
}

.green-bg {
  background: #f5f6f0;
  padding-bottom: 20px;
}

.more-details button {
  background: #3ca957;
  text-transform: uppercase;
  color: #fff;
  width: 163px;
  border: none;
  border-radius: 50px;
  margin-top: 50px;
  padding: 10px 5px 10px 5px;
  font-size: 14px;
}


.hover-underline {
  font-size: 2rem;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.hover-underline::after,
.hover-underline::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #ff0000, #00ffff);
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out;
}

.hover-underline::before {
  top: -5px;
  transform-origin: left;
}

.hover-underline:hover::after,
.hover-underline:hover::before {
  transform: scaleX(1);
}

.padd-0 {
  padding: 0;
}

.banner {
  margin-top: 90px;
}

nav {
  background: #fff;
}

.inner-propducts {
  background: #f8f8f8;
  padding: 20px;
  text-align: center;
}

.products {
  text-align: center;
  border: solid 1px #d7d7d7;
  border-radius: 10px;
  height: 360px;
}

.products a {
  background: #3ca957;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 14px;
  list-style: none;
  text-decoration: none;
}

.products-1 h3 {
  font-size: 20px;
  color: #000;
  padding: 20px;
}

.products-1 {
  text-align: center;
  border: solid 1px #d7d7d7;
  border-radius: 10px;
  height: 300px;
}

.products-1 a {
  background: #3ca957;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 14px;
  list-style: none;
  text-decoration: none;
}

.products h3 {
  font-size: 20px;
  color: #000;
  padding: 20px;
}

.paddin-top-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.paddin-top-20 {
  padding-top: 20px;
}

.view-products a {
  background: #3ca957;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 50px;
  margin-top: 50px;
  padding: 10px 20px;
  font-size: 14px;
  list-style: none;
  text-decoration: none;
}

.view-products {
  text-align: center;
}

.green-bg-2 {
  background: url(../images/green.jpg);
  background-size: cover;
}

.margin-to-100 {
  margin-top: 100px;
}

.right-vgitable h1 {
  font-size: 32px;
  color: #3daa57;
  text-transform: uppercase;
  font-weight: bold;
}

.right-vgitable h2 {
  font-size: 30px;
  color: #000;
}

.right-vgitable span {
  color: #3ca957;
}

.right-vgitable p {
  font-size: 14px;
  color: #000;
  font-weight: 300;
}

.week h4 {
  font-size: 21px;
  color: #000;
}

.caret {
  width: 60px;
  border-radius: 50px;
  border: solid 1px #ccc;
  height: 60px;
  background: #fff;
  text-align: center;
  margin: 0 auto;
}

.caret img {
  margin-top: 13px;
}

.view-all a {
  background: #3ca957;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 14px;
  list-style: none;
  text-decoration: none;
}

.top-bottom {
  margin-top: 50px;
  margin-bottom: 50px;
}


.testimonial-section {
  padding: 60px 0;
  text-align: center;
}

.section-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-title span {
  color: #8bc34a;
}

.testimonial-card {
  background: #fff;
  border: 2px solid #ffcc80;
  /* Orange border as per image */
  padding: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  text-align: left;
  height: 100%;
}

.client-img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
  margin-right: 20px;
}

.stars {
  color: #ffb400;
  font-size: 18px;
  margin-bottom: 10px;
}

.testimonial-text {
  font-style: italic;
  color: #555;
  font-size: 14px;
}

.client-name {
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 0;
}

.client-org {
  color: #888;
  font-size: 13px;
}

/* Carousel Controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #3ca957;
  border-radius: 50%;
  padding: 20px;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-control-prev-icon::after {
  content: '<';
  color: #8bc34a;
  font-weight: bold;
}

.carousel-control-next-icon::after {
  content: '>';
  color: #8bc34a;
  font-weight: bold;
}

@media (max-width: 768px) {
  .testimonial-card {
    flex-direction: column;
    text-align: center;
  }

  .client-img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .order-2 h4 span {
    font-size: 20px !important;
}
.products {
  height: 290PX;
}
.navbar-nav li::before {
 
 width: 0px !important;
}
.navbar-nav li:after {
 width: 0px !important;
}
}


@media (max-width: 767px) {

.order-2 {
    padding: 38px !important;
}
.order-1 {
  padding: 5px;
}
.order-1 img {
  width: 80%;
}
.order-2 img {
  width: 80%;
}
.products {
    height: 373PX;
  }
  #myCarousel .carousel-item a {
    font-size: 7px;
    padding: 10px;
  }
 #myCarousel p {
  font-size: 10px;
  padding-bottom: 12px;
 }

}


@media (max-width: 375px) {
  .navbar-brand img {
    width: 200px;
  }

}

.carousel-control-prev {
  left: -20px;
}

.carousel-control-next {
  right: -20px;
}

.contry {
  text-align: center;
}

.slider-container {
  overflow: hidden;

}


.slider-container::before {
  left: 0;
  background: linear-gradient(to right, white, transparent);
}

.slider-container::after {
  right: 0;
  background: linear-gradient(to left, white, transparent);
}

.slide-track {
  display: flex;
  width: calc(150px * 14);
  /* Total cards * card width */
  animation: scroll 30s linear infinite;
}

.flag-card {
  width: 222px;
  margin: 0 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flag-card img {
  width: 80px;
  height: 50px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
}

.country-tag {
  background-color: var(--bg-light-green);
  color: var(--text-dark-green);
  padding: 4px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

/* Animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-180px * 7));
  }

  /* Jitne unique items hain utna slide */
}

/* Pause on Hover */
.slider-container:hover .slide-track {
  animation-play-state: paused;
}

.contry-bg {
  background: #f2f3ee;
}

.conty-top-50 {
  padding-top: 50px;
}

.bottom-padd {
  padding-bottom: 100px;
}

.faq-section {
  max-width: 700px;
  margin: 50px auto;
  padding: 20px;
}

.faq-tag {
  color: #6fb971;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.faq-title {
  font-weight: 700;
  color: #212529;
  margin-bottom: 10px;
}

.faq-title span {
  color: #b8d0a0;
  /* Light green color from image */
}

.faq-description {
  color: #6c757d;
  margin-bottom: 30px;
}

/* Accordion Custom Styling */
.accordion-item {
  border: none;
  margin-bottom: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 8px !important;
  overflow: hidden;
}

.accordion-button {
  background-color: #f4f6f0 !important;
  /* Off-white/Greenish tint */
  color: #0c3e57 !important;
  /* Dark blue from image */
  font-weight: 600;
  padding: 20px;
  border: none;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
  border-bottom: 1px solid #e9ecef;
}

/* Icon change to match the '-' and 'v' style */
.accordion-button::after {
  background-size: 1.2rem;
}

.accordion-body {
  background-color: #ffffff;
  color: #555;
  line-height: 1.6;
  padding: 20px;
}

.custom-footer {
  background-image: url(../images/footer.png);
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  color: #555;
}



.footer-heading {
  font-weight: 700;
  color: #444;
  margin-bottom: 25px;
  font-size: 1.5rem;
}

.footer-text {
  line-height: 1.6;
  font-size: 0.95rem;
  max-width: 300px;
}

/* Social Icons */
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: #8cc63f;
  /* Green color from image */
  color: white;
  border-radius: 50%;
  margin-right: 10px;
  text-decoration: none;
  transition: 0.3s;
}

.social-icons a:hover {
  background-color: #6da32f;
  transform: translateY(-3px);
}

/* Quick Links */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links li a {
  text-decoration: none;
  color: #666;
  transition: 0.2s;
}

.footer-links li a:hover {
  color: #8cc63f;
}

/* Contact Info */
.contact-info div {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.contact-info i {
  color: #8cc63f;
  font-size: 1.2rem;
  margin-right: 15px;
  margin-top: 4px;
}

.contact-info p {
  margin: 0;
  font-size: 0.95rem;
}

.footer-bottom-bg {
  background: #3ca957;
  text-align: center;
}

.footer-bottom {
  font-size: 14px;
  color: #fff;
  padding: 10px;
}

.footer-bottom p {
  margin-bottom: 0;
}

.breadcrumb-section {
  background: url('../images/about-banner.png');
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  color: white;
  text-align: center;
  position: relative;
}

.breadcrumb-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.breadcrumb-content {
  position: relative;
  z-index: 1;
}

/* About Section */
.about-img img {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}





.contct {
  background: url('../images/contct\ us.jpg');
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  color: white;
  text-align: center;
  position: relative;
}

.contct::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.breadcrumb-content {
  position: relative;
  z-index: 1;
}

/* About Section */
.about-img img {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}




.servics {
  background: url('../images/services.jpg');
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  color: white;
  text-align: center;
  position: relative;
}

.servics::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.breadcrumb-content {
  position: relative;
  z-index: 1;
}



.gallery {
  background: url('../images/fruits.jpg');
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  color: white;
  text-align: center;
  position: relative;
}

.gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.breadcrumb-content {
  position: relative;
  z-index: 1;
}


.download i {
  color: #1100ff !important;
}

.products a:hover {
  background: #25d366;
}


.bg-gry {
  background: #e9e7e7;
}

/* Features Section */
.feature-box {
  padding: 30px;
  border-radius: 10px;
  transition: 0.3s;
  border: 1px solid #eee;
  text-align: center;
}

.feature-box:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}

.feature-icon {
  font-size: 40px;
  color: #7fad39;
  margin-bottom: 15px;
}

/* Team Section */
.team-card {
  border: none;
  text-align: center;
}

.team-card img {
  border-radius: 50%;
  width: 180px;
  height: 180px;
  object-fit: cover;
  margin: 0 auto;
}

.marg-top {
  margin-top: 30px;
}

.text-success-organic {
  color: #3ca957;
}

.main-about h2 {
  font-weight: bold;
  font-size: 46px;
}

.position-relative {
  position: relative !important;
}

.product_section_subtitle p {
  color: #525252;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  margin-left: 30px;
}

.product_section_subtitle p:before {
  content: "";
  top: 0;
  right: 0;
  left: 0px;
  width: 2px;
  height: 57px;
  position: absolute;
  background-color: #6aa800;
}

.service-card {
  background: #ffffff;
  border: none;
  border-radius: 12px;
  transition: all 0.3s ease;

  padding: 30px;
}

/* Hover effect: Flat but interactive */
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.service-title {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 15px;
}

.service-text {
  color: #64748b;
  line-height: 1.6;
  font-size: 0.95rem;
}

.section-title {
  font-weight: 800;
  position: relative;
}

.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: var(--primary-color);
  margin: 15px auto;
  border-radius: 2px;
}

.section-title-top {
  color: var(--dark-green);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Top Feature Tabs */
.feature-tabs {
  background-color: #f2f2f2;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  margin-bottom: 50px;
}

.tab-item {
  flex: 1;
  padding: 25px;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 0.3s;
  cursor: pointer;
  border-right: 1px solid #ddd;
}

.tab-item:last-child {
  border-right: none;
}

.tab-item.active {
  color: #ffffff !important;
  background-color: #82c408;
  border-radius: 10px !important;
}

/* Content Section */
.main-img-container img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.badge-organic {
  background-color: var(--dark-green);
  color: white;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 15px;
}

.promo-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
}

.promo-icon {
  width: 60px;
  height: 60px;
  background: #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.btn-explore {
  background-color: var(--dark-green);
  color: white;
  border-radius: 50px;
  padding: 12px 30px;
  font-weight: 600;
  margin-top: 30px;
  border: none;
  transition: 0.3s;
}

.btn-explore:hover {
  background-color: #6d9631;
  color: white;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .feature-tabs {
    flex-direction: column;
  }

  .tab-item {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
}


/* Tab Styling */
.nav-pills .nav-link {
  background-color: #f2f2f2;
  color: #333;
  border-radius: 0;
  padding: 20px;
  font-weight: bold;
  border-right: 1px solid #ddd;
  flex: 1;
}

.nav-pills .nav-link.active {
  color: #ffffff !important;
  background-color: #82c408;
  border-radius: 10px !important;
}

.nav-item:last-child .nav-link {
  border-right: none;
}

.badge-organic {
  background-color: var(--dark-green);
  color: white;
  padding: 5px 15px;
  border-radius: 50px;
  display: inline-block;
}

.promo-icon {
  width: 50px;
  height: 50px;
  background: #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .nav-pills {
    flex-direction: column;
  }

  .nav-link {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
}


.gallery-block.grid-gallery {
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-block.grid-gallery .heading {
  margin-bottom: 50px;
  text-align: center;
}

.gallery-block.grid-gallery .heading h2 {
  font-weight: bold;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.gallery-block.grid-gallery a:hover {
  opacity: 0.8;
}

.gallery-block.grid-gallery .item img {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.gallery-block.grid-gallery .item {
  margin-bottom: 20px;
}

@media (min-width: 576px) {

  .gallery-block.grid-gallery .scale-on-hover:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
  }
}

/* FLAT GALLERY STYLE */
.gallery-item {
  display: block;
  border: 4px solid #fff;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 20px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.gallery-item:hover img {
  filter: brightness(70%);
}

/* --- FORCED CLOSE BUTTON (THE FIX) --- */
/* This creates a manual Red Box with a White X */
.gclose {
  background-color: #fff !important;
  /* Bright Red Box */
  width: 60px !important;
  height: 60px !important;
  opacity: 1 !important;
  right: 10px !important;
  top: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 1000000 !important;
  /* On top of everything */
}

/* Create the white X manually using CSS */
.gclose::after {
  content: 'CLOSE ✕';
  /* Text + Icon */
  color: #000 !important;
  font-size: 14px !important;
  font-weight: bold !important;
  font-family: Arial, sans-serif !important;
}

/* Hide the original broken icon if it exists */
.gclose svg {
  display: none !important;
}


.breadcrumb-content h1 {
  color: #fff;
  font-weight: 500;
}
























@media (max-width:375px) {
  .lang-wrapper {
    text-align: center;
    margin: 0 auto;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .navbar-toggler {
    margin-right: 30px;
  }



}

.mask {


  padding-top: 50px;
  padding-bottom: 50px;
}


.order-2 span {
  color: #3daa56;
}

.banner {
  margin-top: 90px;
  background: url(../images/home-banner.jpg);
  width: 100%;
  background-size: cover;
}
.order-2 h4 span {
  font-size: 45px;
}
.glob-ul li {
  list-style: none;
  text-decoration: none;
}
.order-2 {
  padding: 60px;
}

.section-title {
  color: #333;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.highlight-green {
  color: #4CAF50;
}

/* Card Styling */
.feature-card {
  background-color: #f1f8e9;
  /* Light green background */
  border: none;
  border-radius: 12px;
  padding: 40px 20px;
  transition: transform 0.3s ease;
  height: 100%;
}

.feature-card:hover {
  transition: transform 0.3s ease;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  cursor: pointer;
  transform: translateY(-5px);

}

/* Icon Styling */
.icon-box {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #6fb572;
  /* Muted green from your image */
  position: relative;
  display: inline-block;
}

/* Small checkmark or badge effect */
.icon-badge {
  font-size: 1.2rem;
  color: #ff7043;
  /* Reddish accent from your image */
  position: absolute;
  bottom: 0;
  right: -10px;
}

.feature-text {
  font-weight: 800;
  font-size: 1.1rem;
  color: #000;
  text-transform: uppercase;
}

.divider {
  width: 100px;
  height: 2px;
  background-color: #eee;
  margin: 20px auto;
  position: relative;
}

.divider-icon {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 0 10px;
  color: #4CAF50;
}


.about-section {
  padding: 80px 0;
  overflow: hidden;
}

/* Left Side: Circular Image Effect */
.image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-bg {
  position: absolute;
  width: 85%;
  aspect-ratio: 1 / 1;
  background-color: var(--light-green);
  border-radius: 50%;
  z-index: -1;
}

.main-img {
  max-width: 100%;
  height: auto;
  z-index: 1;
}

/* Right Side: Content */
.sub-title {
  color: var(--primary-green);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 20px;
}

.main-title span {
  color: var(--primary-green);
}

.description {
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 30px;
}

/* Feature Cards */
.info-card {
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  height: 100%;
  transition: 0.3s;
}

.info-card:hover {
  transform: translateY(-5px);
}

.info-card i {
  font-size: 2.5rem;
  color: var(--primary-green);
  margin-bottom: 15px;
}

.info-card h5 {
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
}

.info-card p {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 0;
}

/* Button */
.btn-more {
  background-color: var(--primary-green);
  color: white;
  border-radius: 50px;
  padding: 12px 35px;
  font-weight: 600;
  border: none;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.btn-more:hover {
  background-color: #388e3c;
  color: white;
}

.contc {
  margin-top: 50px;
}

.padd {
  padding: 20px;
}

.sconnd {
  margin-left: 20px;
  background: #15620e !important;
  color: #fff;
}

.description {

  position: relative;
  display: block;
  z-index: 3;
  color: var(--white);
}

.btn {

  position: relative;
  cursor: pointer;
  padding: 1.25rem 6rem;
  font-size: 1.5rem;
  border: none;
  font-family: 'Lexend Zetta', sans-serif;
  color: var(--white);
  background: var(--secondary);
  overflow: hidden;
}



.contact-btn {
  position: relative;
  display: inline-block;
  padding: 12px 35px;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 1px;
  color: #4CAF50;
  /* Green color */
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #4CAF50;
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

/* Background fill effect */
.contact-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #4CAF50;
  /* Fill color */
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

/* Hover state */
.contact-btn:hover {
  color: #fff !important;
  /* Text becomes white */
  transform: scale(1.05);
  /* Slight grow effect */
  box-shadow: 0 8px 15px rgba(76, 175, 80, 0.3);
}

.contact-btn:hover::before {
  left: 0;
}

/* Active/Click effect */
.contact-btn:active {
  transform: scale(0.98);
}

.padding-bottom {
  padding-bottom: 50px;
}




.sticky-social {
  position: fixed;
  top: 65vh;
  padding: 0px;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  z-index: 9999;
}

.sticky-social ul {
  list-style: none;
  transform: translateX(-300px);
}

.sticky-social ul li {
  display: block;
  padding: 4px;
  font-size: 16px;
  width: 300px;
  border-radius: 0px 50px 50px 0px;
  transition: all 1s;
  text-align: right;
}

.sticky-social ul li:hover {
  transform: translateX(84px);
  box-shadow: 2px 5px 10px grey;
}

.sticky-social a {
  text-decoration: none;
  color: #fff;
}

.sticky-social ul li i {
  font-size: 16px;
  margin-left: 18px;
  background-color: #fff;
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  transform: rotate(0deg);
}

.sticky-social ul li:hover i {
  transform: rotate(360deg);
  transition: all 1s;
}

/* icon color */

.phone i {
  color: #19a7a4;
}

.whatsapp i {
  color: #25d366;
}

.download {
  color: #000;
}

.facebook i {
  color: #1877f2;
}

.instagram i {
  color: #e4405f;
}

.twitter i {
  color: #1da1f2;
}

.youtube i {
  color: #ff0000;
}

.telegram i {
  color: #0088cc;
}

.linkedin i {
  color: #0a66c2;
}

.pinterest i {
  color: #bd081c;
}

/* background color */

.phone {
  background-color: #31abe3;
}

.whatsapp {
  background-color: #25d366;
}

.download {
  background: #0a66c2;
}

.facebook {
  background-color: #1877f2;
}

.instagram {
  background-image: linear-gradient(45deg,
      #feda75,
      #fa7e1e,
      #d62976,
      #962fbf,
      #4f5bd5);
}

.twitter {
  background-color: #1da1f2;
}

.youtube {
  background-color: #ff0000;
}

.telegram {
  background-color: #0088cc;
}

.linkedin {
  background-color: #0a66c2;
}

.pinterest {
  background-color: #bd081c;
}




@media (max-width: 768px) {
  .main-title {
    font-size: 2rem;
  }

  .about-section {
    padding: 40px 0;
  }

  #myCarousel h4 {
    font-size: 24px;
  }

  .banner {
    background-image: none;
    background-color: #f2f3ee;
  }

  .sconnd {
    margin-left: 0px;
  }

  .right-vgitable h2 {
    font-size: 24px;
  }

  .week h4 {
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
  }

  .week {
    text-align: center;
    margin: 0 auto;
  }

  .paddin-top {
    padding-bottom: 50px;
  }


}

@media (max-width: 767px) {

  .order-2 {
    text-align: center;
    margin: 0 auto;
  }
.left-1 {
  text-align: left !important;
}
  .about-right {
    text-align: center;
  }

  .products {
    margin-bottom: 20px;
  }

  .paddin-top {
    text-align: center;
  }

  .testimonial-section {
    padding: 60px 55px;
    text-align: center;
  }

  .carousel-control-prev {
    left: -49px;
  }

  .carousel-control-next {
    right: -45px;
  }

  .export h2 {
    font-size: 24px;
  }

  .faq-title {
    font-size: 24px;
  }

  .main-title {
    font-size: 24px;
  }

  .section-title {
    font-size: 24px;
  }

  .banner .carousel-control-prev {
    left: -7px;
  }

  .banner .carousel-control-next {
    right: 3px;
  }

  .lang-wrapper {
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .paddin-top {
    padding-top: 0px;
  }

  .export {
    padding-top: 50px !important;
  }

  .green-bg {
    padding-top: 50px;
  }

  .margin-to-100 {
    margin-top: 50px;
  }

  .top-hunred {
    margin-top: 50px;
  }

  .paddin-top-50 {
    padding-bottom: 0px;
  }

  .navbar-brand {
    width: 100px;
  }

  .breadcrumb-content {
    padding-top: 69px;

  }

  .breadcrumb-content h1 {
    font-size: 18px;
  }

  /* .form-control {
    text-align: center;
  } */

  .main-about {
    text-align: center;

  }

  .main-about h2 {
    font-size: 18px;
  }

  .more-details button {
    text-align: center;
    margin: 0 auto;
  }

  .more-details {
    margin-top: 20px;
  }

  .products-1 {
    margin-bottom: 20px;
  }
  .about-right {
        text-align: center;
        padding-bottom: 50px;
    }
    .lates-center {
      text-align: center !important;
    }
}

.para  {
  margin-top: 20px;

}
.para p{
  padding: 60px;
  line-height: 30px;

}


.lead {
    font-size: 1rem !important;
    font-weight: 300;
}





@media (max-width: 430px) {
  .navbar-brand {
    width: 125px;
  }
}

.arrows {
    padding: 10px;
    background: #3ca957;
    display: block;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    text-align: center;
    opacity: 1;
}

.arrows:hover {
    background: #208639;
    opacity: 1;
}

#navbar {
  position: fixed; /* Make it stick/fixed */
  top: 0; /* Stay on top */
  width: 100%; /* Full width */
  transition: top 0.3s; /* Transition effect when sliding down (and up) */
  z-index: 9999;
}

/* Style the navbar links */
/* #navbar a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 15px;
  text-decoration: none;
} */

/* #navbar a:hover {
  background-color: #ddd;
  color: black;
} */
.navbar-nav li {
    position: relative;
}
.navbar-nav li:first-child::before, .navbar-nav li:last-child::after {display: none;}
.navbar-nav li:after {
    position: absolute;
    right: 0;
    content: "";
    display: block;
    height: 24px;
    width: 1px;
    background: #59bf72;
    top: 20%;
}
.navbar-nav li::before {
    position: absolute;
    left: 0;
    content: "";
    display: block;
    height: 24px;
    width: 1px;
    background: #006019;
    top: 20%;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  color:  #59bf72 !important;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; /* Shuruat mein chhupa rahega jab tak scroll na karein */
  z-index: 1000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: solid 1px #208639;
}

#btn-go-to-bottom {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  border-radius: 50%;
}
.wrapper, .main-container {
    overflow-x: hidden;
}
.skip-slid {
   overflow-x: hidden;
}

/* 1. LOADER OVERLAY (Full Screen) */
        #loader-wrapper {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #e0f2f1; /* Sky Blue Color */
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            z-index: 9999; /* Sabse upar dikhega */
            transition: opacity 0.5s ease, visibility 0.5s;
        }

        /* Airplane Animation */
        .plane-box {
            position: relative;
            animation: flight-bounce 2s ease-in-out infinite;
        }

        .plane-svg {
            width: 100px;
            fill: #0277bd;
            transform: rotate(45deg);
        }

        /* Cloud Lines */
        .cloud-line {
            position: absolute;
            background: #ffffff;
            height: 6px;
            border-radius: 10px;
            opacity: 0.7;
            animation: cloud-move 1.2s linear infinite;
        }

        .l1 { width: 40px; top: 10px; right: -50px; animation-delay: 0.1s; }
        .l2 { width: 60px; top: 40px; right: -80px; animation-delay: 0.5s; }
        .l3 { width: 35px; top: 70px; right: -40px; animation-delay: 0.3s; }

        @keyframes flight-bounce {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-15px); }
        }

        @keyframes cloud-move {
            0% { transform: translateX(100px); opacity: 0; }
            50% { opacity: 1; }
            100% { transform: translateX(-150px); opacity: 0; }
        }

        .loading-heading {
            color: #0277bd;
            margin-top: 30px;
            font-family: sans-serif;
            letter-spacing: 4px;
            font-size: 14px;
            text-transform: uppercase;
        }

        /* 2. MAIN CONTENT STYLING (Jo load hone ke baad dikhega) */
        .main-content {
            padding: 50px;
            text-align: center;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        /* Loader ko hide karne ki class */
        .loader-hidden {
            opacity: 0;
            visibility: hidden;
        }