body {
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  overflow-x: hidden;
}

.feleaf-section {
  min-height: 100vh;
  padding: 0;
  background-color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.feleaf-section .bg-vein-container {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 60vw;
  height: 120vh;
  z-index: 0;
  transform: rotate(-15deg);
  pointer-events: none;
  mask-image: linear-gradient(to right, black 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, black 50%, transparent 100%);
}
@media (max-width: 991px) {
  .feleaf-section .bg-vein-container {
    width: 60%;
    height: 40%;
    opacity: 1;
    top: 0;
    left: 0;
    transform: none;
  }
}
.feleaf-section .bg-vein-container .bg-vein-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.feleaf-section .container-fluid {
  padding-right: 0;
  max-width: 100%;
  position: relative;
  z-index: 20;
}
.feleaf-section .brand-row {
  margin-bottom: 2rem;
  position: relative;
  z-index: 25;
}
@media (max-width: 991px) {
  .feleaf-section .brand-row {
    margin-top: 420px;
  }
}
.feleaf-section .brand-row .brand-col {
  padding-left: 5rem;
}
@media (max-width: 991px) {
  .feleaf-section .brand-row .brand-col {
    padding-left: 1rem;
    text-align: center;
  }
}
.feleaf-section .brand-wrapper .brand-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 7rem;
  line-height: 0.9;
  margin-bottom: 0.5rem;
  letter-spacing: -2px;
  text-align: left;
}
@media (max-width: 991px) {
  .feleaf-section .brand-wrapper .brand-title {
    font-size: 4rem;
    text-align: center;
  }
}
.feleaf-section .brand-wrapper .brand-title .text-dark {
  color: #333;
}
.feleaf-section .brand-wrapper .brand-title .text-leaf {
  color: #a81c1c;
  position: relative;
}
.feleaf-section .brand-wrapper .brand-title .text-leaf-a {
  color: #a81c1c;
  position: relative;
  background-image: url("../images/logo-texture.png");
  background-size: 150%;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}
.feleaf-section .brand-wrapper .brand-title .text-leaf:not([style*=background-image]) {
  color: #a81c1c;
}
.feleaf-section .brand-wrapper .brand-title .tm-symbol {
  font-size: 1.5rem;
  vertical-align: super;
  color: #555;
  margin-left: -10px;
}
.feleaf-section .brand-wrapper .brand-subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  color: #555;
  letter-spacing: 0.5px;
  margin-left: 5px;
  text-align: left;
}
@media (max-width: 991px) {
  .feleaf-section .brand-wrapper .brand-subtitle {
    font-size: 1rem;
    text-align: center;
  }
}
.feleaf-section .content-box-row {
  margin-right: 0;
  position: relative;
  z-index: 30;
}
.feleaf-section .content-box {
  background-color: #31731e;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 15px 40px rgba(74, 103, 38, 0.3);
  position: relative;
  overflow: hidden;
  padding: 40px;
  color: white;
  width: 100%;
  margin-left: auto;
  transform: translateY(20px);
  opacity: 0;
}
@media (max-width: 991px) {
  .feleaf-section .content-box {
    border-radius: 30px 30px 0 0;
    padding: 2rem;
  }
}
.feleaf-section .content-box p {
  line-height: 1.6;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.feleaf-section .content-box p strong {
  font-weight: 800;
  color: #fff;
  text-decoration: none;
}

.floating-leaves-container {
  position: absolute;
  top: -100px;
  right: 60px;
  left: auto;
  width: 30%;
  max-width: 600px;
  height: 60%;
  pointer-events: none;
  z-index: 1;
  overflow: visible;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .floating-leaves-container {
    width: 40%;
    height: 50%;
    opacity: 1;
    z-index: 0;
    right: 0;
    top: 330px;
  }
}

.floating-leaf-single {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
  transform-origin: top right;
  position: absolute;
  top: 0;
  right: 0;
}

.bio-section .watermark-leaf {
  position: absolute;
  width: 150px;
  height: 150px;
  background-image: url("../images/stock-leaves.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}
.bio-section .watermark-leaf.leaf-1 {
  top: 5%;
  left: -50px;
  transform: rotate(45deg);
  transform: rotate(-30deg);
}

.pill-header {
  background-color: #31731e;
  font-size: 1.5rem;
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 30px 0px;
  padding: 1rem 2rem !important;
}
@media (max-width: 576px) {
  .pill-header {
    font-size: 1.1rem;
    padding: 0.5rem 1.5rem !important;
  }
}

.bio-card {
  transition: transform 0.3s ease;
  background: transparent;
  margin-bottom: 20px;
  display: flex;
  height: 200px !important;
}
.bio-card:hover {
  transform: translateY(-5px);
}
.bio-card .card-tab {
  width: 70px;
  min-width: 70px;
  background-color: #31731e;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 0;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0px;
}
.bio-card .card-tab .vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
  font-size: 0.95rem;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: #fff;
}
.bio-card .card-body {
  background-color: #fff;
  border: 3px solid #31731e !important;
  border-left: none;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  font-weight: 500;
  color: #333;
  font-size: 1.05rem;
  line-height: 1.5;
  margin-left: -2px;
  flex-grow: 1;
}

.bg-primary-green {
  background-color: #31731e !important;
}

.border-green {
  border-color: #31731e !important;
}

.text-leaf-red {
  color: #a81c1c;
}

.fw-medium {
  font-weight: 500;
}

.tm-sm {
  font-size: 0.6em;
  vertical-align: super;
}

.tm-xs {
  font-size: 0.5em;
  vertical-align: super;
}

.lead-text {
  font-size: 1.1rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .lead-text {
    font-size: 1rem;
  }
}

.benefits-section {
  overflow: hidden;
}
.benefits-section .pill-header {
  background-color: #31731e;
  font-size: 1.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .benefits-section .pill-header {
    font-size: 1.1rem;
    padding: 0.5rem 1.5rem !important;
  }
}
.benefits-section .benefit-ribbon {
  height: 60px;
  width: 100%;
  position: relative;
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
  display: flex;
  align-items: center;
}
.benefits-section .benefit-ribbon .ribbon-bar {
  height: 60px;
  background-color: #31731e !important;
  display: flex;
  align-items: center;
}
.benefits-section .benefit-ribbon .ribbon-bar h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .benefits-section .benefit-ribbon .ribbon-bar h3 {
    font-size: 1rem;
    white-space: normal;
  }
}
.benefits-section .benefit-ribbon .ribbon-cap {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  background-color: #31731e;
  position: relative;
}
.benefits-section .benefit-ribbon .ribbon-cap .number-tab {
  width: 50px;
  height: 50px;
  background-color: #3d541f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 2;
  position: absolute;
}
.benefits-section .benefit-ribbon .ribbon-cap.cap-up-right {
  border-bottom-right-radius: 60px;
  margin-left: -1px;
}
.benefits-section .benefit-ribbon .ribbon-cap.cap-up-right .number-tab {
  top: -25px;
  right: -10px;
}
.benefits-section .benefit-ribbon .ribbon-cap.cap-down-left {
  border-top-left-radius: 60px;
  margin-right: -1px;
}
.benefits-section .benefit-ribbon .ribbon-cap.cap-down-left .number-tab {
  bottom: -25px;
  left: -10px;
}
.benefits-section .benefit-ribbon .ribbon-cap.cap-up-left {
  border-bottom-left-radius: 60px;
  margin-right: -1px;
}
.benefits-section .benefit-ribbon .ribbon-cap.cap-up-left .number-tab {
  top: -25px;
  left: -10px;
}

.applications-section {
  background-color: transparent;
  background-color: #fff;
}
.applications-section .app-bg-leaves {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.applications-section .app-bg-leaves .watermark-leaf {
  position: absolute;
  width: 200px;
  height: 200px;
  background-image: url("../images/stock-leaves.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.1;
}
.applications-section .app-bg-leaves .watermark-leaf.leaf-app-1 {
  top: -50px;
  right: -50px;
  transform: rotate(180deg);
}
.applications-section .app-bg-leaves .watermark-leaf.leaf-app-2 {
  bottom: -50px;
  left: -50px;
  transform: rotate(0deg);
}
.applications-section .app-table-container {
  background-color: #31731e;
  border: 2px solid white;
  overflow: hidden;
}
.applications-section .app-table-container table {
  --bs-table-bg: transparent;
  --bs-table-color: white;
}
.applications-section .app-table-container table thead th {
  font-size: 1.1rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.applications-section .app-table-container table thead th:last-child {
  border-right: none;
}
.applications-section .app-table-container table tbody td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  vertical-align: middle;
  font-size: 1.05rem;
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}
.applications-section .app-table-container table tbody td:last-child {
  border-right: none;
}
.applications-section .app-table-container table tbody tr:last-child td {
  border-bottom: none;
}
.applications-section .app-table-container table .icon-check {
  -webkit-text-stroke: 1px;
}
.applications-section .pill-badge {
  font-size: 1rem;
  background-color: #31731e !important;
  min-width: 150px;
}
.applications-section .text-light-green {
  color: #8bc34a !important;
  font-size: 0.8rem;
  transform: rotate(45deg);
}
.applications-section .text-dark {
  color: #333;
}
@media (max-width: 768px) {
  .applications-section .app-table-container {
    overflow-x: auto;
  }
  .applications-section .app-table-container table {
    min-width: 600px;
  }
  .applications-section .row.justify-content-between {
    text-align: center !important;
  }
  .applications-section .row.justify-content-between .col-md-6 {
    text-align: center !important;
    margin-bottom: 2rem;
  }
  .applications-section .row.justify-content-between .d-inline-block {
    text-align: left;
  }
}

.btn-primary-green {
  background-color: #31731e;
  border: none;
  transition: all 0.3s ease;
}
.btn-primary-green:hover {
  background-color: #204b13;
  transform: translateY(-2px);
}

.btn-outline-success {
  color: #31731e;
  border-color: #31731e;
  background-color: transparent;
  transition: all 0.3s ease;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active {
  background-color: #31731e !important;
  color: white !important;
  border-color: #31731e !important;
}

.modal-content {
  border-radius: 20px;
}
.modal-content .modal-header {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}/*# sourceMappingURL=style.css.map */