/* Reset and base styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  float: left;
  width: 100%;
  color: #000;
  font-weight: 300;
  background-attachment: fixed;
  background-size: 40%;
  padding-right: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Custom styles */
:root {
  --surpGreen: #53b32c;
}

.modal-open {
  padding-right: 0 !important;
  overflow: hidden;
}

::-moz-selection {
  color: #000;
  background: #d7c07f;
}

::selection {
  color: #000;
  background: #d7c07f;
}

.btn, button {
  box-shadow: none;
  outline: none;
}

:focus {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;  
}

p {
  color: #000;
  line-height: 22px;
  font-size: 14px;
  font-weight: 300;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #0e2c18;
}

ul li, ul li a, ol li, ol li a {
  color: #161616;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

img {
  max-width: 100%;
  height: auto;
}

/* Preloader */
#preloader {
  background: #000000bd url(../img/logo.png) no-repeat center;
  background-size: 15%;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  position: fixed;
  animation: fadeInOut 2s ease-in-out infinite;
}

@keyframes fadeInOut {
  0%, 100% { background-size: 15%; }
  50% { background-size: 14%; }
}

/* Content styles */
.abt-title h2 {
  font-size: 30px;
  font-weight: 600;
  color: var(--surpGreen);
  margin: 2rem 0 18px;
}

.content h3 {
  font-weight: bold;
  font-size: 20px;
  margin: 15px 0;
  line-height: 40px;
}

.content p, .content span {
  font-size: 18px;
  line-height: 40px;
}

.img-cont {
  width: 500px;
  display: block;
  margin: 15px auto;
}

.banner-img {
  height: 350px;
  margin-bottom: 20px;
}

.banner-img img {
  object-fit: cover;
}

/* Swiper styles */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.swiper-slide::before {
  content: '';
  background-color: #0000008c;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.slide-content {
  position: absolute;
  bottom: 3rem;
  left: 2rem;
  width: 100%;
  z-index: 10;
}

.slide-content h2 {
  font-size: 25px;
  color: #fff;
  line-height: 29px;
}

.exp-now {
  outline: none;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 15px;
  padding: 5px 15px;
  margin: 15px 0 0;
}

.mainBanner .swiper-pagination {
  text-align: right;
  padding: 0 20px 20px 0;
}

.mainBanner .swiper-pagination-bullet {
  background: white;
  width: 18px;
  height: 18px;
}

.mainBanner .swiper-pagination-bullet-active {
  background: rgba(83, 179, 44, 1);
}

.stat-img-area {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.stat-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the entire area */
}

.stat-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 300px;
  left: 2rem;
}

.stat-content h2 {
  font-size: 22px;
  color: rgba(47, 94, 0, 1);
  margin-bottom: 1.5rem;
  line-height: 32px;
}

.stat-content button {
  color: rgba(47, 94, 0, 1);
  border: 1px solid rgba(47, 94, 0, 1);
}

/* What we do section */
.what-we-do {
  padding: 0;
  position: relative;
}

.what-we-do p, .what-we-do li {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  font-weight: 300;
}

.what-we-do b {
  font-weight: 500;
}

.wtext {
  padding: 3em 0;
}

.wtext h2 {
  color: #37B300;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}

.wtext h3 {
  font-weight: 600;
  margin: 15px 0 10px 0;
  font-size: 16px;
}

.wtext2 {
  padding: 3em;
  margin-top: 20px;
}

.wtext2 h2 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}

.green-bg {
  background: #EFF7E6;
  border-radius: 12px 0 0 12px;
}

.wtext2 li {
  padding-left: 0;
  list-style: disc;
}

.wtext2 ul {
  padding-left: 20px;
}

.economy {
  text-align: justify;
  background: linear-gradient(to bottom, #efefef, #EFF7E6);
  padding: 3em 0;
}

.economy p {
  float: left;
}

.economy h2, .fsection h2, .gaols h2 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 30px;
}

.flow-img1 {
  padding: 1em;
}

.fsection {
  background: #EFF7E6;
  padding: 2em 0;
}

.fsection p {
  margin-bottom: 10px;
}

.flow2 {
  border-radius: 20px;
}

.env-text {
  padding: 3em 0;
}

.our-impact {
  padding: 1em 0;
  text-align: center;
}

.our-impact h2 {
  color: #37B300;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}

.our-impact p {
  margin-bottom: 1em;
}

.economy-text {
  padding: 3em 3em 3em 0;
}

.co2-content {
  padding: 1em 0;
}

.gaols {
  padding: 3em 0;
}

.gaols h3, .gaols h5, .gaols h6 {
  font-weight: 600;
  line-height: 24px;
  margin: 5px 0;
}

.gaols h3 {
  font-size: 15px;
}

.gaols h5 {
  font-size: 14px;
}

.gaols h6 {
  font-size: 13px;
}

.gaols ul {
  padding-left: 20px;
}

.gaols li {
  list-style: disc;
}

.wtabs {
  width: 100%;
}

.wtabs li {
  float: right;
}

.wtabs .nav-links {
  font-weight: 600;
}

/* Container styles */
.nav-tabs {
  border: none;
  padding: 0;
  margin: 5px 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  gap: 2px;
  border-bottom: 1px solid #e5e5e5;
}

/* Individual tab styles */
.nav-item {
  margin: 0;
}

.nav-links {
  color: #666;
  text-decoration: none;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  background: transparent;
  position: relative;
  transition: color 0.3s ease;
}

/* Active tab styles */
.nav-links.active {
  color: #4CAF50;
  background: transparent;
  border: none;
}

/* Active tab indicator
.nav-links.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #4CAF50;
} */

/* Hover effects */
.nav-links:hover {
  color: #4CAF50;
}

/* Remove default focus styles */
.nav-links:focus {
  outline: none;
  box-shadow: none;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .nav-tabs {
      flex-direction: column;
      align-items: center;
      gap: 10px;
  }
  
  .nav-links {
      padding: 10px 15px;
  }
}

.dots::after, .dots2::after {
  content: "";
  position: absolute;
  background: url(dots.svg) no-repeat;
  width: 200px;
  height: 200px;
  opacity: 0.6;
}

.dots::after {
  right: -100px;
  top: 35%;
}

.dots2::after {
  left: -100px;
  top: 20%;
}

.catag, .catag-show {
  display: none;
}

/* Custom select styles */
.custom-select {
  background-color: #343a40 !important;
  color: white !important;
  border: 1px solid #6c757d;
  appearance: none;
  padding-right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.custom-select option {
  background-color: #4B4B4B;
  color: white;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select::-ms-expand {
  display: none;
}

/* Media Queries */
@media (max-width: 767.98px) {
  .input-group.mb-3.flex-column .form-select,
  .input-group.mb-3.flex-column .form-control,
  .input-group.mb-3.flex-column .btn {
    width: 100%;
    text-align: center;
  }

  .input-group.mb-3.flex-column .btn i {
    margin-right: 0.5rem;
  }
}

@media only screen and (min-width: 360px) and (max-width: 740px) {
  .img-cont {
    width: 250px;
  }
  
  .abt-title h2, .content h3 {
    font-size: 15px;
    line-height: 27px;
  }
  
  .content p {
    font-size: 12px;
    line-height: 27px;
  }
  
  .content h6 {
    margin: 10px 0;
  }
  
  .banner-img {
    height: 180px;
    margin-bottom: 20px;
  }
  
  .col-6, .col-3, .col-9 {
    width: 100%;
  }
  
  @keyframes fadeInOut {
    0%, 100% { background-size: 35%; }
    50% { background-size: 30%; }
  }
  
  .slide-content h2 {
    font-size: 15px;
    line-height: 20px;
  }
  
  .stat-content h2 {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 12px;
  }
  
  .exp-now {
    font-size: 11px;
  }
  
  .stat-img img {
    opacity: 0.4;
  }
  
  .what-we-do p {
    text-align: justify;
  }
  
  .wtext2 {
    padding: 2em;
  }
  
  .wtext {
    padding: 1em 0;
  }
  
  .economy-text {
    padding: 0;
  }
  
  .our-impact {
    text-align: justify;
  }
  
  .catag {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--surpGreen);
    padding: 12px 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .catag h2 {
    color: #fff !important;
    font-size: 12px !important;
    margin: 0;
    text-transform: capitalize;
  }
  
  .catag span i {
    color: #fff;
  }
  
  .catag-show {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    height: 100vh;
    width: 100%;
    background: #fff;
    transition: bottom 1s ease-in-out;
    display: none;
    overflow-y: scroll;
  }
  .close-show {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
  }
  
  .cat-list a {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #000;
    margin-bottom: 1rem;
  }
  
  .cat-content {
    padding: 1rem;
    margin-top: 3rem;
  }
  
  .cat-list h4 {
    font-size: 13px;
    padding-bottom: 10px;
  }
  
  .cat-list span {
    font-size: 13px;
  }
  
  .cat-title h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 2rem;
    color: var(--surpGreen) !important;
  }

  .pro-text {
    margin-top: 10px;
    text-align: center;
    height: 60px;
  }
  
  .pro-text h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: capitalize;
  }
  
  .pro-text h3:not(:first-letter) {
    text-transform: lowercase;
  }
  
  .pro-text .price {
    font-size: 14px;
    font-weight: 600;
  }
  
  .pro-text .old-price {
    color: red;
    font-size: 13px;
    text-decoration: line-through;
  }
  
  .catag {
    display: flex;
  }
  
  .sidebar {
    display: none;
  }
  
  .contentarea {
    padding: 2rem 0 !important;
  }
}

#search-results {
  min-height: 50px;
  padding: 10px;
  background-color: #f8f8f8;
  display: none;
  border: 1px solid #ccc;
}

/* Owl Carousel Styles */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

.owl-height {
  transition: height 500ms ease-in-out;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0, 0);
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* Add this new style to center the dots */
.owl-theme .owl-dots {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: -10px; /* Adjust this value as needed */
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}