@import url("https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");
h1 {
  font-size: clamp(3rem, 5vw + 1rem, 5rem) !important;
}

h2 {
  font-size: clamp(3.4rem, 4vw + 1rem, 4.6rem);
}

.section-title {
  color: #107634;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.section-heading {
  font-size: clamp(2.8rem, 3vw + 1rem, 4.6rem);
  font-weight: 500;
  line-height: clamp(1.2em, 1.3em + 0.1vw, 1.5em);
  margin: clamp(1rem, 1.2vw, 1.5rem) 0 clamp(2rem, 2vw, 2.5rem);
}

.title-with-bg {
  background-image: url("../img/bg-title.webp");
  background-repeat: repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #222;
  font-size: clamp(3rem, 6vw + 1rem, 8rem);
  font-style: italic;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}

p {
  font-size: clamp(1.4rem, 1vw + 0.5rem, 1.6rem);
  color: #696969;
  font-weight: 400;
  line-height: normal;
}
@media (width > 1199px) {
  p {
    font-size: clamp(1.6rem, 1.1vw + 0.6rem, 1.8rem);
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Rethink Sans", sans-serif !important;
  font-size: clamp(1.4rem, 1vw + 0.5rem, 1.6rem);
  line-height: 1.5;
  color: #696969;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.section-spacing {
  padding: clamp(2rem, 3vw + 2rem, 8rem) 0;
}

.text-white-tablet {
  color: initial;
}
@media (min-width: 769px) {
  .text-white-tablet {
    color: #fff !important;
  }
}

header {
  position: static;
  /* background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 80%,
    transparent 50%,
    transparent 100%
  ); */
  /* background-color: #fff; */
  /* background: #e4ffb0; */
  background: #f2fbe0;
  /* background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.51) 84%,
    rgba(255, 255, 255, 0) 100%
  ); */
  backdrop-filter: blur(3px);
  transition: background-color 0.4s ease;
}
@media (min-width: 992px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }

  .navbar-expand-lg{
    padding: 0 !important;
  }

  .hero .carousel {
    margin-top: 120px;
  }
}
header.scrolled {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  backdrop-filter: none;
}
header nav .navbar-toggler {
  font-size: 1.5rem;
}
header nav .navbar-toggler:focus {
  box-shadow: none;
}
header nav .navbar-nav .nav-item {
  border-top: 1px solid #696969;
}
@media (width > 991px) {
  header nav .navbar-nav .nav-item {
    border: 0;
  }
}
header nav .navbar-nav .nav-item .nav-link {
  font-size: clamp(1.6rem, 1.1vw + 0.6rem, 1.8rem);
  font-weight: 500;
  color: #246877;
  padding: 0.1rem 0;
  transition: 0.3s;
}
header nav .navbar-nav .nav-item .nav-link:hover {
  color: #6bcb44;
}
header nav .navbar-nav .nav-item .nav-link.active {
  /* color: #2b9900; */
  color: #b99c01;
  border-bottom: 1px solid #ffffff;
}
@media (width < 991px) {
  header nav .navbar-nav .nav-item .nav-link {
    color: #222;
    padding: 0.6rem 0;
  }
  header nav .navbar-nav .nav-item .nav-link.active {
    /* color: #107634; */
    color: #b99c01;
  }
  .hero .carousel-inner .carousel-item {
    height: 100%;
    min-height: 550px !important;
  }

  .hero .carousel-inner .carousel-caption {
    top: 85%;
  }
}
header nav .navbar-brand img {
  height: clamp(13rem, 2vw + 6rem, 11.6rem);
  transition: height 0.4s ease;
}
header nav .navbar-brand.shrinked img {
  height: 6rem;
}
header.scrolled nav .nav-item .nav-link {
  color: #ffffff;
}
header.scrolled nav .navbar-toggler {
  border: 1px solid #ffffff;
}
header.scrolled nav .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* Custom CSS for the dropdown menu */
.navbar-nav .dropdown-menu {
  background-color: rgba(223, 223, 223, 1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(223, 223, 223, 1);
  font-size: clamp(1.6rem, 1.1vw + 0.6rem, 1.8rem);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

/* Padding between dropdown items */
.navbar-nav .dropdown-item {
  padding: 10px 15px;
  margin-bottom: 5px;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.navbar-nav .dropdown-item.active {
  color: #fff;
  text-decoration: none;
  background-color: #6bcb44;
}

/* Hover effect for dropdown items */
.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
  /* background-color: rgba(255, 255, 255, 0.25); */
  background-color: #6bcb44;
  color: #fff;
}

/* Ensure text color is readable on the glass background */
.navbar-nav .dropdown-item {
  color: #333;
}

/* Enable nested dropdowns */
.dropdown-submenu .submenu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
  position: absolute;
}

.dropdown-submenu:hover .submenu {
  display: block;
}

.dropdown-submenu > .dropdown-toggle::after {
  transform: rotate(-90deg);
  float: right;
  margin-top: 5px;
}

.dropdown-submenu > .dropdown-toggle::after {
  transform: rotate(-90deg);
  float: right;
  margin-top: 10px;
}

footer {
  background-image: url("../img/bg-footer.webp");
  background-size: cover;
  padding: 6rem 0 2rem;
}
footer h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2rem;
}
footer ul li,
footer ul li a {
  color: #ffffff;
  font-size: 1.6rem;
  text-decoration: none;
  transition: 0.5s;
}
footer ul li a:hover {
  text-decoration: underline;
  color: #ffffff;
}
footer ul.footer-links li:not(:last-child) {
  margin-bottom: 1.2rem;
}
footer ul.footer-contact li:not(:last-child) {
  margin-bottom: 1.2rem;
}
footer ul.footer-contact li a {
  display: flex;
  gap: 1rem;
}
footer p {
  font-size: 1.6rem;
  color: #ffffff;
}
footer .footer-social {
  margin: 3rem 0;
}
footer .copyright-row {
  border-top: 1px solid #8f8f8f;
  padding-top: 1rem;
}
footer .copyright-row p,
footer .copyright-row a {
  font-size: 1.3rem;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  margin: 0;
}

.scroll-top {
  padding: 0.4rem 1rem;
  background-color: #107634;
  color: #ffffff;
  z-index: 99;
  border: none;
  border-radius: 3px;
  line-height: 2.5rem;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  display: none;
}

.button {
  font-size: clamp(1.4rem, 1vw + 0.5rem, 1.6rem);
  padding: clamp(0.5rem, 0.8vw + 0.4rem, 1.2rem) clamp(1rem, 1vw + 1rem, 2.4rem);
  border-radius: clamp(2rem, 5vw, 5rem);
  text-decoration: none;
  border-radius: 5rem;
  display: inline-block;
  background-color: transparent;
  transition: 0.3s;
}

.btn-primary {
  background-color: #107634;
  color: #ffffff;
  border: none;
}
.btn-primary:hover {
  background-color: #0c5b28;
  color: #ffffff;
}

.accordion .accordion-item {
  margin-bottom: 2rem;
  border: 0;
  border-radius: 1.8rem !important;
  overflow: hidden;
}
.accordion .accordion-item .accordion-header {
  background-color: #efefef;
}
.accordion .accordion-item .accordion-header .accordion-button {
  color: #ffffff;
  background-color: #107634;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 1.8rem 2.5rem;
  box-shadow: none;
}
.accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: #051815;
  background-color: #efefef;
}
.accordion .accordion-item .accordion-header .accordion-button::after {
  display: inline-block;
  content: "";
  width: 2rem;
  height: 2rem;
  background-size: 2rem 2rem;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23585C59' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
}
.accordion
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23ffffff' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion .accordion-item .accordion-collapse .accordion-body {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1.8rem 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}
.accordion .accordion-item .accordion-collapse.collapse.show .accordion-body {
  background-color: #107634;
  color: #ffffff;
}



.hero .hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1; /* optional: place it behind content */
}

.hero-video {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1; /* optional: place it behind content */
}

.banner {
  background-image: url("../img/banner/banner-1.webp");
  background-size: cover;
  height: 12rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 100px;
}

.abt-banner {
  background-image: url("../img/banner/Aboutusbanner.webp");
  background-size: cover;
  height: 12rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 100px;
}

.biomass-banner {
  background-image: url("../img/banner/Biomasspelletsbanner.webp");
  background-size: cover;
  height: 12rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 100px;
}

.compressed-banner {
  background-image: url("../img/banner/Compressed-BioGas-CBG-banner.webp");
  background-size: cover;
  height: 12rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 100px;
}

.prom-banner {
  background-image: url("../img/banner/Prom-banner.webp");
  background-size: cover;
  height: 12rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 100px;
}

.lmfo-banner {
  background-image: url("../img/banner/Liquid-Fermented-Organic-Manurebanner.webp");
  background-size: cover;
  height: 12rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 100px;
}

.jss-pro-banner {
  background-image: url("../img/banner/BaleSilage-JSSpro&Premiumbanner.webp");
  background-size: cover;
  height: 12rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 100px;
}


@media (width < 991px) {
  .banner,
  .abt-banner,
  .biomass-banner,
  .compressed-banner,
  .prom-banner,
  .lmfo-banner,
  .jss-pro-banner {
    margin-top: 0;
  }
  
}

@media (width > 769px) {
  .banner,
  .abt-banner,
  .biomass-banner,
  .compressed-banner,
  .prom-banner,
  .lmfo-banner,
  .jss-pro-banner {
    height: 22rem;
  }
}
@media (width > 992px) {
  .banner,
  .abt-banner,
  .biomass-banner,
  .compressed-banner,
  .prom-banner,
  .lmfo-banner,
  .jss-pro-banner {
    height: 40.5rem;
  }
}
.banner .page-title .abt-banner .page-title,
.biomass-banner .page-title,
.compressed-banner .page-title,
.prom-banner .page-title,
.lmfo-banner .page-title,
.jss-pro-banner .page-title {
  color: inherit;
  font-size: 5rem;
  font-weight: 600;
  line-height: normal;
}
@media (width > 992px) {
  .banner .page-title,
  .abt-banner .page-title,
  .biomass-banner .page-title,
  .compressed-banner .page-title,
  .prom-banner .page-title,
  .lmfo-banner .page-title,
  .jss-pro-banner .page-title {
    margin-top: 4rem;
  }
}
.banner nav ol li,
.abt-banner nav ol li,
.biomass-banner nav ol li,
.compressed-banner nav ol li,
.prom-banner nav ol li,
.lmfo-banner nav ol li,
.jss-pro-banner nav ol li {
  color: #ffffff;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.64px;
  text-transform: capitalize;
}

.breadcrumb .breadcrumb-item li,
.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item.active {
  color: #ffffff;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "|";
  color: #ffffff;
}

.list-style {
  list-style: none;
  padding: 0;
}
.list-style li {
  color: #696969;
  font-size: clamp(1.4rem, 1.2vw + 0.5rem, 1.8rem);
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
}
.list-style li::before {
  content: url("../img/icon/leaf.svg");
  position: absolute;
  left: 0;
  top: 0;
}
.list-style li ul {
  list-style: none;
  padding: 0;
  margin-top: 1.5rem;
}
.list-style li ul li {
  padding-left: 2rem;
  position: relative;
}
.list-style li ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  height: 1rem;
  width: 1rem;
  background: #107634;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.table {
  border-radius: 15px;
  border: 0.5px solid #107634;
}
.table tbody tr:nth-child(odd) {
  background: rgba(16, 118, 52, 0.1);
}
.table th,
.table td {
  padding: 2rem !important;
}
.table th {
  color: #414042;
  font-size: clamp(1.4rem, 1.2vw + 0.6rem, 1.8rem);
  font-weight: 500;
  line-height: 1.45;
  border: 1px solid #107634;
  text-align: center;
}
.table td {
  color: #696969;
  text-align: center;
  font-size: clamp(1.4rem, 1vw + 0.5rem, 1.6rem);
  font-weight: 400;
  line-height: 1.45;
  border: 1px solid #107634;
  vertical-align: middle;
}

.tab-style .nav-tabs {
  border-radius: 2rem;
  overflow: hidden;
  border: 1px solid #696969;
}
.tab-style .nav-tabs .nav-link {
  color: #696969;
  font-size: clamp(1.2rem, 1vw + 0.6rem, 1.8rem);
  font-weight: 400;
  line-height: 1.45;
  border-radius: 0;
  padding: 1.5rem;
  flex: 1;
}
.tab-style .nav-tabs .nav-link:not(:last-child) {
  border-right: 1px solid #696969;
}
.tab-style .nav-tabs .nav-link.active {
  background-color: #107634;
  color: #ffffff;
  font-weight: 700;
  border: 1px solid #107634;
  border-radius: 0;
}
.tab-style .nav-tabs .nav-link:focus {
  border-right: 1px solid #696969;
  border-radius: 0;
}
.tab-style .tab-content {
  padding: 2rem;
}

.form-wrapper {
  padding: clamp(1rem, 2vw, 3rem);
  border-radius: 3rem;
  border: 1px solid #107634;
  background: #ffffff;
  box-shadow: 0px 4px 5.8px 0px rgba(178, 178, 178, 0.25);
}
.form-wrapper h4 {
  color: #222;
  font-size: clamp(2rem, 2.5vw, 3rem);
  font-weight: 600;
  line-height: 1.45;
}
.form-wrapper .form-group {
  margin-bottom: 1.8rem;
  position: relative;
}
.form-wrapper .form-group::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
}
.form-wrapper .form-group.nameInput::after {
  background-image: url("../img/icon/person.svg");
}
.form-wrapper .form-group.emailInput::after {
  background-image: url("../img/icon/envelope.svg");
}
.form-wrapper .form-group.subjectInput::after {
  background-image: url("../img/icon/lines.svg");
}
.form-wrapper .form-group.messageInput::after {
  background-image: url("../img/icon/message.svg");
  top: 2.5rem;
}
.form-wrapper .form-group .form-control {
  height: 4rem;
  color: #696969;
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  font-weight: 500;
  line-height: 1.45;
  padding: 1rem 3.5rem 1rem 1rem;
  border: 0.5px solid #414141;
  border-radius: 1rem;
}
.form-wrapper .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.form-wrapper .form-group textarea {
  min-height: 12rem;
}
.form-wrapper .form-group img {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.hero .carousel {
    position: relative;
}

/* .hero .carousel-inner .carousel-item{
  z-index: -9;
} */

.hero .carousel-inner .carousel-item{
  height: 100%;
  min-height: 700px;
}


.hero .carousel-inner .carousel-caption {
  top: 75%;
  bottom: auto;
  transform: translateY(-50%);
}
@media (width > 992px) {
  .hero .carousel-inner .carousel-caption {
    margin-top: 3%;
  }
}
.hero .carousel-inner .carousel-caption h1 {
  font-size: clamp(1rem, 3vw + 1rem, 5rem) !important;
}
@media (width < 767px) {
  .hero .carousel-indicators {
    margin-bottom: 0;
  }
}

.about__features h4 {
  color: #107634;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin: 1rem 0;
}
.about__features p {
  font-size: 1.6rem;
}

.infrastructure {
  position: relative;
}
@media (width > 992px) {
  .infrastructure__row img {
    border-radius: 1.5rem;
  }
}
.infrastructure__row .description {
  padding: 1rem 6rem 1rem 1rem;
  background-color: #ffffff;
  position: relative;
  transition: 0.3s;
}
@media (width > 768px) {
  .infrastructure__row .description {
    top: -6rem;
    z-index: 1;
    border-radius: 1.5rem 0px 1.5rem 1.5rem;
  }
}
@media (width > 992px) {
  .infrastructure__row .description {
    margin-left: 3rem;
  }
  .infrastructure__row .description:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
}
.infrastructure__row .description h3 {
  color: #107634;
  font-size: clamp(1.4rem, 1vw + 0.5rem, 1.6rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-right: 5rem;
}
.infrastructure__row .description p {
  font-size: 1.4rem;
}
.infrastructure__row .description .link-arrow {
  border-radius: 0px 0px 50px 50px;
  background: #107634;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}

@media (width > 840px) {
  .environment {
    background-image: url("../img/img-farm-land.webp");
    background-repeat: no-repeat;
    background-size: 41.8% 100%;
    padding-bottom: 7rem;
    height: 62rem;
  }
}
@media (width > 992px) {
  .environment {
    height: 65rem;
  }
}
.environment .description-box {
  margin-bottom: clamp(4rem, 3vw + 2rem, 8rem);
}
.environment .industries-row .img-box {
  position: relative;
}
.environment .industries-row .img-box img {
  border-radius: 2rem;
}
.environment .industries-row .img-box .number {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(16, 118, 52, 0.5);
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 5px;
}
.environment .industries-row p {
  color: #000;
  margin-top: clamp(1rem, 1vw + 0.5rem, 1.5rem);
}

@media (width > 768px) {
  .products {
    margin-top: 5rem;
  }
}
.products__row .offering img {
  border-radius: 2rem;
}
.products__row .offering h3 {
  color: #222;
  font-size: clamp(1.6rem, 1vw + 1rem, 2rem);
  font-weight: 700;
  line-height: 1.2;
  margin: clamp(1.5rem, 1vw + 0.5rem, 2rem) 0;
}
.products__row .offering a {
  color: #051815;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  text-decoration: none;
  transition: 0.3s ease;
}
.products__row .offering a:hover {
  color: #107634;
  text-decoration: underline;
}
.products__row .offering a:hover img {
  visibility: hidden;
}

.cta {
  background-image: url("../img/bg-cta.webp");
  background-size: cover;
  padding: clamp(5rem, 5vw + 2rem, 10rem) 0;
  position: relative;
  z-index: 1;
}
.cta .overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.facts {
  background-image: url("../img/bg-facts.webp");
  background-size: 100% 100%;
  background-position: bottom center;
  padding: 3rem 0;
}
@media (width > 992px) {
  .facts {
    height: 55rem;
    padding: 0;
  }
}
.facts__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.facts__row .item {
  background: #ffffff;
  padding: 1rem;
  border-radius: 1.5rem;
}
.facts__row .item .counter .count span {
  color: #107634;
  font-size: clamp(2.5rem, 5vw + 1rem, 4.6rem);
  font-weight: 800;
  line-height: 1.3;
}

.testimonial__item {
  padding: 2rem;
  border-radius: 4rem;
  border: 1px solid #696969;
  position: relative;
}
@media (width < 991px) {
  .testimonial__item {
    margin-bottom: 2rem;
  }
}
.testimonial__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  border-radius: 3.9rem;
  border: 1px solid #107634;
  z-index: -1;
}
.testimonial__item-inner {
  text-align: center;
  border-radius: 3rem;
  background: #ffffff;
  box-shadow: -5px 4px 4px 0px rgba(13, 0, 44, 0.25);
  height: 100%;
}
.testimonial__item-inner .content {
  padding: 1rem;
}
.testimonial__item-inner .content h4 {
  color: #107634;
  text-align: center;
  font-size: clamp(1.2rem, 1vw + 0.5rem, 1.8rem);
  font-weight: 600;
  line-height: 1.45;
}
.testimonial__item-inner .content p {
  color: #81848a;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.45;
}

.contact .item h3 {
  font-size: clamp(1.8rem, 2vw, 2.2rem);
}

.section-title1 {
  text-align: center;
  padding-bottom: 30px;
}
.section-title1 h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title1 h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title1 h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title1 p {
  margin-bottom: 0;
}

.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
  height: 100%;
}
.team .member:hover {
  transform: translateY(-10px);
}
.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: clamp(1.5rem, 2vw + 1rem, 2.5rem);
  color: #222;
}
.team .member span {
  display: block;
  font-size: clamp(1.2rem, 1.5vw + 0.5rem, 1.5rem);
  padding-bottom: 1rem;
  position: relative;
  font-weight: 500;
}
.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 5rem;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}
.team .member p {
  margin: 1rem 0 0 0;
} /*# sourceMappingURL=main.css.map */
