@charset "UTF-8";
/* BUTTON */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
.g-btn {
  background: #044F0D;
  color: #fff;
  padding: 8px 24px;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  /* subtle depth */
  box-shadow: 0 4px 10px rgba(4, 79, 13, 0.15);
  /* 🌿 shine layer */
}
.g-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transition: 0.6s ease;
}
.g-btn:hover {
  background: #04801d;
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 10px 22px rgba(4, 79, 13, 0.28);
  color: #fff !important;
}
.g-btn:hover::before {
  left: 130%;
}
.g-btn:active {
  transform: translateY(-1px) scale(1.02);
  box-shadow: 0 4px 10px rgba(4, 79, 13, 0.2);
}

* {
  font-family: "Jost", sans-serif;
}

.bg-green {
  background-color: rgba(4, 79, 13, 0.9490196078);
}

.g-btn {
  background: #044F0D;
  color: #fff;
  padding: 8px 24px;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.sec-tag {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 1.5rem;
  background-color: #FBFFD9;
  font-weight: 600;
  color: inherit;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: inherit;
}

.g2-btn {
  background-color: #348E38;
}

a i {
  display: inline-block;
  transition: transform 0.3s ease;
  font-weight: 900 !important;
}

a:hover i {
  font-weight: bolder;
}

.text-green {
  color: #348E38;
}

.overlay-bottom {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(43, 42, 42, 0.8) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: 2;
  pointer-events: none;
}

.nvbtn:hover i {
  color: #000000;
  z-index: 2;
}
.nvbtn:hover i::after {
  background-color: rgba(255, 255, 255, 0.8588235294);
}

.navigation .swiper-button-prev {
  left: -10%;
  border: 1px solid #878787;
  width: 60px;
  height: 60px;
  transition: all 0.3s ease-in-out;
}
.navigation .swiper-button-next {
  right: -10%;
  border: 1px solid #878787;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  transition: all 0.3s ease-in-out;
}
.navigation .swiper-button-prev:hover,
.navigation .swiper-button-next:hover {
  transform: scale(1.12);
  background-color: rgba(52, 142, 56, 0.368627451);
  border-color: rgba(255, 255, 255, 0.9);
}
.navigation .swiper-button-prev:hover i::after,
.navigation .swiper-button-next:hover i::after {
  background-color: rgba(255, 255, 255, 0.992);
}
.navigation .bi-arrow-right::before,
.navigation .bi-arrow-left::before {
  z-index: 2 !important;
}
.navigation i {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  color: #fff;
  font-weight: 300 !important;
  z-index: 2;
}
.navigation i::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 1px solid #fff;
  pointer-events: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  transition: all 0.3s ease-in-out;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

@media (min-width: 992px) and (max-width: 1400px) {
  .g-btn {
    font-size: 14px;
  }
  .section-title {
    font-size: 30px !important;
  }
  p {
    font-size: 14px !important;
  }
  .sec-tag {
    font-size: 14px;
  }
  .blog-title {
    width: 100%;
  }
  .blog-title h4 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .g-btn {
    font-size: 14px;
  }
  .section-title {
    font-size: 24px !important;
  }
  p {
    font-size: 14px !important;
  }
  .sec-tag {
    font-size: 14px;
  }
  .blog-title {
    width: 100%;
  }
  .blog-title h4 {
    font-size: 18px;
  }
}
@media (max-width: 575px) and (max-width: 576px) {
  .section-title {
    width: 100% !important;
    text-align: center !important;
  }
  .navigation {
    width: 30% !important;
    top: 95% !important;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .section-title {
    width: 100% !important;
    text-align: center !important;
  }
  .navigation {
    width: 20% !important;
    top: 95% !important;
  }
}
@media (min-width: 300px) and (max-width: 500px) {
  .section-title {
    font-size: 24px !important;
  }
  p {
    font-size: 14px !important;
  }
  .sec-tag {
    font-size: 14px;
  }
}
.head-top {
  background-color: rgba(0, 0, 0, 0.8980392157);
  align-items: center;
  height: 40px;
}
.head-top a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
}
.head-top span {
  color: white;
  margin: 0 0.5rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .head-top a {
    font-size: 13px;
  }
  .head-top img {
    width: 16px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .head-top a {
    font-size: 13px;
  }
  .head-top img {
    width: 16px;
  }
}
@media (max-width: 575px) and (max-width: 576px) {
  .head-top a {
    font-size: 12px;
  }
}

.main-header {
  position: relative;
  width: 100%;
  z-index: 999;
}
.main-header .topbar {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
}
.main-header .topbar i {
  margin-right: 4px;
}
.main-header .main-nav {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.main-header .main-nav .logo-img {
  width: 120px;
}
.main-header .main-nav .nav-link {
  color: #fff !important;
  font-weight: 500;
  font-size: 19px;
}
.main-header .main-nav .nav-link:hover {
  color: #348E38 !important;
}
.main-header .main-nav .dropdown-menu {
  background: #222;
  border-radius: 8px;
}
.main-header .main-nav .dropdown-menu .dropdown-item {
  color: #fff;
}
.main-header .main-nav .dropdown-menu .dropdown-item:hover {
  background: #0f0f0f;
  color: #348E38;
}
.main-header .dropdown-toggle::after {
  display: none;
}
.main-header .offcanvas {
  background-color: #001B0B;
}
.main-header .offcanvas .nav-link,
.main-header .offcanvas .dropdown-item {
  font-size: 18px;
  color: #ffffff !important;
}
.main-header .offcanvas .nav-item {
  width: 100%;
  text-align: center;
}
.main-header .offcanvas .btn-close {
  filter: invert(1);
}
.main-header .offcanvas .dropdown-menu {
  background: #033b0a;
}
.main-header .offcanvas .dropdown-menu .dropdown-item:hover {
  background: #055e13;
  color: #fff !important;
}
.main-header .offcanvas .nav-link {
  display: inline-block;
}
.main-header .navbar-toggler {
  border: 0;
}
.main-header .navbar-toggler:focus {
  box-shadow: none !important;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .main-header .navbar-nav {
    gap: 10px !important;
  }
  .main-header .main-nav .logo-img {
    width: 110px;
  }
  .main-header .main-nav .nav-link {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-header .main-nav .logo-img {
    width: 100px;
  }
}
@media (max-width: 575px) and (max-width: 576px) {
  .main-header .main-nav {
    top: 0;
  }
  .main-header .main-nav .logo-img {
    width: 70px;
  }
}

.footer-section {
  position: relative;
  background: #05391f;
  color: rgba(255, 255, 255, 0.8);
  height: 100%;
  padding-top: 140px !important;
}
.footer-section .gbtn-group .g-btn:hover {
  background: #04801d !important;
}
.footer-section .footer-bg {
  width: 100%;
}
.footer-section .footer-bg img {
  width: 100%;
  height: 100%;
}
.footer-section .copyright p {
  color: #a6a7ab;
}
.footer-section p {
  color: rgba(255, 255, 255, 0.8);
}
.footer-section .footer-link {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 6px;
}
.footer-section .footer-link:hover {
  color: #ffffff;
}
.footer-section ul {
  list-style: none;
  position: relative;
  z-index: 5;
}
.footer-section ul .social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}
.footer-section ul .social-icon a {
  text-decoration: none;
  z-index: 10;
}
.footer-section ul .social-icon a i {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  color: #ffffff;
  height: 100%;
  width: 100%;
  font-size: 20px;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.footer-section ul .social-icon:hover::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  animation: ripple 0.5s ease-out forwards;
}
@keyframes ripple {
  0% {
    transform: scale(0.7);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
.footer-section .btn-outline-light {
  border-radius: 6px;
}
.footer-section .footerfloat {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 20px;
  width: 65%;
  z-index: 1;
  justify-content: center;
}
.footer-section .footerfloat .info {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: row;
  gap: 30px;
  background: #f2fcdd;
  color: #000;
  padding: 20px 50px;
  border-radius: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.footer-section .footerfloat .info a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
.footer-section .footerfloat .info a:hover {
  color: #348E38;
  transition: all 0.3s ease-in-out;
}
.footer-section .footerfloat .info .box {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: row;
  gap: 10px;
}
.footer-section .footerfloat .flogo {
  background-color: #044F0D;
  padding: 20px 20px;
  border-radius: 1.5rem;
  width: 22%;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .footer-section .footerfloat {
    width: 75%;
  }
  .footer-section .footerfloat .flogo {
    width: 22%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .footer-section .footerfloat {
    width: 82%;
  }
  .footer-section .footerfloat .info {
    padding-inline: 20px;
  }
  .footer-section .footerfloat .flogo {
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .footer-section .footerfloat {
    width: 80%;
  }
  .footer-section .footerfloat .info {
    padding-inline: 20px;
  }
  .footer-section .footerfloat .info .box:nth-child(1) {
    width: 200px;
  }
  .footer-section .footerfloat .info .box:nth-child(3) {
    word-break: break-word;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .footer-section .footerfloat {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0;
    width: 70%;
  }
  .footer-section .footerfloat .info {
    padding-inline: 20px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 1rem;
  }
  .footer-section .footerfloat .info .box:nth-child(1) {
    width: 200px;
  }
  .footer-section .footerfloat .info .box:nth-child(3) {
    word-break: break-word;
  }
  .footer-section .footerfloat .info .box:nth-child(1) {
    width: 100%;
  }
  .footer-section .footerfloat .info .box:nth-child(3) {
    word-break: break-word;
  }
  .footer-section .footerfloat .flogo {
    width: 35%;
  }
}
@media (max-width: 575px) and (max-width: 576px) {
  .footer-section .footerfloat {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0;
    width: 90% !important;
  }
  .footer-section .footerfloat .info {
    padding-inline: 20px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 1rem;
  }
  .footer-section .footerfloat .flogo {
    padding: 10px 16px;
    width: 40%;
  }
}
@media (max-width: 575px) and (max-width: 576px) {
  .footer-section {
    padding-top: 170px !important;
  }
}

.hero-sec {
  height: 90vh;
  background: url("../img/home/hero-1.jpg") no-repeat center center/cover;
  position: relative;
  overflow: hidden;
}
.hero-sec .hero-content {
  position: relative;
  height: 100%;
  padding-block: 30px;
}
.hero-sec .hero-content h1 {
  font-size: 60px;
  width: 60%;
  font-weight: 700;
}
.hero-sec .hero-content p {
  width: 40%;
  color: #E5E5E5;
}
.hero-sec .hero-content .sec-tag {
  background-color: rgba(255, 255, 255, 0.2);
}
.hero-sec .hero-content .gbtn-group .bg-light.g-btn:hover {
  background-color: #04801d !important;
}
.hero-sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: false;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 1.68%, rgba(0, 0, 0, 0) 100%);
  border: 0;
  pointer-events: none;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .hero-sec .hero-content h1 {
    font-size: 40px;
  }
  .hero-sec .hero-content p {
    width: 50%;
  }
  .hero-sec .hero-content .aside-social {
    width: 65px;
  }
  .hero-sec .hero-content .aside-social a {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .hero-sec .hero-content h1 {
    font-size: 40px;
  }
  .hero-sec .hero-content p {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hero-sec .hero-content h1 {
    font-size: 35px;
    width: 70%;
  }
  .hero-sec .hero-content p {
    width: 50%;
  }
  .hero-sec .hero-content .aside-social {
    width: 80px;
  }
  .hero-sec .hero-content .aside-social a {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .hero-sec .hero-content h1 {
    font-size: 30px;
    width: 100%;
  }
  .hero-sec .hero-content p {
    width: 100%;
  }
  .hero-sec .hero-content .aside-social {
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: row;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10px;
    bottom: -30%;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero-sec .hero-content .aside-social a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 575px) {
  .hero-sec .hero-content h1 {
    font-size: 30px;
    width: 100%;
  }
  .hero-sec .hero-content p {
    width: 100% !important;
  }
  .hero-sec .hero-content .aside-social {
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: row;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10px;
    bottom: -30%;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero-sec .hero-content .aside-social a {
    width: 40px;
    height: 40px;
  }
}

.aside-social {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-radius: 88px;
  border: 2px solid #004e04;
  background: rgba(0, 39, 3, 0.8);
  padding: 1rem;
  z-index: 9999 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .aside-social {
    display: none;
  }
}
.aside-social a {
  background: rgba(52, 142, 56, 0.368627451);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  transition: all 0.3s ease-in-out;
}
.aside-social a:hover {
  background: #348e38;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .aside-social {
    width: 50px;
    padding: 0.6rem;
    gap: 15px;
    right: 5px;
  }
  .aside-social a {
    width: 30px;
    height: 30px;
    padding: 0.3rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .aside-social {
    width: 80px;
  }
  .aside-social a {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .aside-social {
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: row;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10px;
    bottom: -30%;
    left: 50%;
    transform: translateX(-50%);
  }
  .aside-social a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 575px) {
  .aside-social {
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: row;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10px;
    bottom: -30%;
    left: 50%;
    transform: translateX(-50%);
  }
  .aside-social a {
    width: 40px;
    height: 40px;
  }
}

.backtotop {
  position: fixed;
  right: 1rem;
  bottom: 3rem;
  border: 2px solid #004e04;
  background: rgba(0, 39, 3, 0.8);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  overflow: hidden;
}
.backtotop:hover::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  animation: ripple 0.5s ease-out forwards;
}

.about-sec .abimgs {
  border-radius: 1.5rem;
}
.about-sec .abimgs img {
  border-radius: 1.5rem;
}
.about-sec p {
  color: #606060;
}
.about-sec .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px dashed #348E38;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
.about-sec .lwcontent h3 {
  font-weight: 700;
  font-size: 20px;
}
.about-sec .lwcontent p {
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 576px) and (max-width: 768px) {
  .about-sec .content {
    text-align: justify;
  }
}
@media (max-width: 575px) and (max-width: 576px) {
  .about-sec p {
    text-align: justify;
  }
}

.areaWork-sec .areaWork-card {
  position: relative;
  border-radius: 0.5rem;
  border-radius: 40px 3px;
  border: 1px solid #f8f8f8;
  background: #fff;
  box-shadow: 0 4px 43px 0 rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease-in-out, box-shadow 0.3s ease;
  min-height: 250px;
}
.areaWork-sec .areaWork-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}
.areaWork-sec .areaWork-card .icon {
  position: absolute;
  width: 100px;
  height: 100px;
  top: -15%;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  filter: drop-shadow(0px 4px 18px rgba(0, 0, 0, 0.03));
}
.areaWork-sec .areaWork-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 60px;
}
.areaWork-sec .areaWork-card p {
  font-size: 16px;
  color: #606060;
}
@media (min-width: 768px) and (max-width: 992px) {
  .areaWork-sec .areaWork-card {
    padding: 10px !important;
  }
  .areaWork-sec .areaWork-card .icon {
    width: 80px;
    height: 80px;
  }
  .areaWork-sec p {
    font-size: 14px;
    color: #606060;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .areaWork-sec .section-title {
    width: 100% !important;
    text-align: start;
  }
}
@media (max-width: 575px) and (max-width: 576px) {
  .areaWork-sec p {
    text-align: justify;
  }
}

.work-process {
  background: linear-gradient(0deg, rgba(4, 47, 6, 0.69) 0%, rgba(4, 47, 6, 0.69) 100%), url("../img/home/workprocessbg.jpg") center/cover no-repeat;
}
.work-process .sec-tag {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 1.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: 600;
  color: #fff;
}
.work-process h2 {
  color: #fff;
}
.work-process .work-process-card {
  position: relative;
  height: 350px;
  width: 350px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.work-process .work-process-card .wpcontent {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 3px solid #348E38;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.work-process .work-process-card .wpcontent h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.work-process .work-process-card .wpcontent p {
  color: #878787;
}
.work-process .work-process-card .bend-arr2 {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(50%, 50%);
  z-index: 2;
}
.work-process .work-process-card .bend-arr2 img {
  transform: rotate(180deg) scaleX(1);
}
.work-process .work-process-card:nth-child(2) .bend-arr2 {
  top: auto;
  bottom: 100%;
  transform: translate(-50%, 50%) rotate(180deg);
}
.work-process .arrow-rotate {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform-origin: center;
  transition: transform 0.8s ease;
}
.work-process .wpcontent {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 3px solid #348E38;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0;
}
.work-process .wpcontent h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.work-process .wpcontent p {
  color: #878787;
}
.work-process::after {
  content: "";
  transform: scale(1.2);
  box-shadow: 5px 5px 20px 20px #036e2e;
  opacity: 0;
  transition: 0.4s ease;
  z-index: 1;
}
.work-process {
  /* Position arrow on top of circle */
}
.work-process .bend-arr {
  position: absolute;
  top: -20px; /* Adjust if needed */
  left: 50%;
  transform: translateX(-50%);
}
.work-process {
  /* 🔥 Rotate Around Circle On Hover */
}
.work-process .work-process-card:hover .arrow-rotate {
  transform: rotate(180deg);
}
@media (min-width: 992px) and (max-width: 1400px) {
  .work-process .work-process-card {
    height: 300px;
    width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .work-process .work-process-card {
    width: 210px;
    height: 210px;
    padding: 10px !important;
  }
  .work-process .work-process-card .bend-arr,
  .work-process .work-process-card .bend-arr2 {
    width: 100%;
  }
  .work-process .work-process-card .bend-arr img,
  .work-process .work-process-card .bend-arr2 img {
    width: 100%;
  }
  .work-process .work-process-card .wpcontent .icon {
    width: 50px;
    margin-bottom: 0 !important;
    margin-top: 20px;
  }
  .work-process .work-process-card .wpcontent .icon img {
    width: 100%;
  }
  .work-process .work-process-card .wpcontent h3 {
    font-size: 16px;
    padding: 10px;
    margin: 0 !important;
  }
  .work-process .work-process-card .wpcontent p {
    padding-inline: 20px;
    margin-top: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .work-process .work-process-card {
    margin-bottom: 4rem;
  }
  .work-process .work-process-card .bend-arr2 {
    top: 0 !important;
  }
  .work-process .work-process-card .bend-arr2 img {
    transform: none !important;
  }
}
@media (max-width: 575px) and (max-width: 576px) {
  .work-process .work-process-card {
    margin-bottom: 4rem;
  }
  .work-process .work-process-card .bend-arr2 {
    top: 0 !important;
  }
  .work-process .work-process-card .bend-arr2 img {
    transform: none !important;
  }
}
@media (max-width: 500px) {
  .work-process .work-process-card {
    margin-bottom: 4rem;
    width: 250px;
    height: 250px;
    padding: 10px !important;
  }
  .work-process .work-process-card .bend-arr2,
  .work-process .work-process-card .bend-arr {
    top: 0 !important;
    width: 100%;
  }
  .work-process .work-process-card .bend-arr2 img,
  .work-process .work-process-card .bend-arr img {
    width: 100%;
    transform: none !important;
  }
  .work-process .work-process-card h3 {
    font-size: 18px !important;
  }
  .work-process .work-process-card .icon {
    width: 40px;
  }
  .work-process .work-process-card .icon img {
    width: 100%;
  }
}

.project-sec .project-card {
  border-radius: 1.5rem;
}
.project-sec .project-card img {
  border-radius: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.project-sec .project-card img:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.project-sec .project-card .pro-content {
  left: 15px;
  bottom: 20px;
  width: calc(100% - 30px);
  background-color: #fff;
  border-radius: 1.5rem;
}
.project-sec .project-card .pro-content p {
  color: #878787;
}
.project-sec .project-card .pro-content .arrbtn svg path {
  transition: all 0.3s ease-in-out;
}
.project-sec .project-card .pro-content .arrbtn:hover svg path {
  stroke: rgba(52, 142, 56, 0.368627451) !important;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) and (max-width: 992px) {
  .project-sec .pro-content {
    padding: 1rem !important;
  }
  .project-sec .pro-content h5 {
    font-size: 16px;
  }
}
@media (max-width: 575px) and (max-width: 576px) {
  .project-sec .project-card {
    height: 100%;
  }
  .project-sec .project-card img {
    height: 100%;
  }
  .project-sec .pro-content {
    padding: 1rem !important;
  }
  .project-sec .pro-content h5 {
    font-size: 16px;
  }
}

.goal-sec {
  background: #001B0B;
}
.goal-sec .goal-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-items: center;
}
.goal-sec .goal-cards .goal-card {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.goal-sec .goal-cards .goal-card .gimg {
  height: 600px;
}
.goal-sec .goal-cards .goal-card .gimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.goal-sec .goal-cards .goal-card .goal-content {
  background-color: #112E18;
}
.goal-sec .goal-cards .goal-card .goal-content h4,
.goal-sec .goal-cards .goal-card .goal-content a {
  color: #fff;
}
.goal-sec .goal-cards .goal-card .goal-content p {
  color: rgba(255, 255, 255, 0.768627451);
}
.goal-sec .goal-cards .goal-card:nth-child(1) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.goal-sec .goal-cards .goal-card:nth-child(3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .goal-sec .gimg {
    width: 100%;
    height: auto !important;
  }
  .goal-sec p {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .goal-sec .goal-content {
    padding: 1rem !important;
  }
  .goal-sec .gimg {
    width: 100%;
    height: auto !important;
  }
  .goal-sec p {
    width: 90%;
  }
  .goal-sec a {
    font-size: 14px !important;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .goal-sec .section-title {
    width: 80% !important;
  }
  .goal-sec .goal-cards {
    grid-template-columns: 1fr;
  }
  .goal-sec .goal-cards .goal-card {
    width: 70%;
    border-radius: 30px !important;
  }
  .goal-sec .goal-cards .goal-card:nth-child(2) {
    display: flex;
    flex-direction: column-reverse;
  }
  .goal-sec .gimg {
    height: auto !important;
  }
  .goal-sec .goal-content {
    padding: 1rem !important;
  }
  .goal-sec .goal-content h4 {
    font-size: 20px;
  }
  .goal-sec .goal-content p {
    font-size: 14px;
  }
  .goal-sec .goal-content a {
    font-size: 14px;
  }
}
@media (max-width: 575px) and (max-width: 576px) {
  .goal-sec .section-title {
    width: 80% !important;
  }
  .goal-sec .goal-cards {
    grid-template-columns: 1fr;
  }
  .goal-sec .goal-cards .goal-card {
    width: 80%;
    border-radius: 30px !important;
  }
  .goal-sec .goal-cards .goal-card:nth-child(2) {
    display: flex;
    flex-direction: column-reverse;
  }
  .goal-sec .gimg {
    height: auto !important;
  }
  .goal-sec .goal-content {
    padding: 1rem !important;
  }
  .goal-sec .goal-content h4 {
    font-size: 20px;
  }
  .goal-sec .goal-content p {
    font-size: 14px;
  }
  .goal-sec .goal-content a {
    font-size: 14px;
  }
}

.ourPartner .nav-tabs {
  border-bottom: 0 !important;
}
.ourPartner .tab-menu .nav-link {
  color: #808080;
  border-radius: 20px;
  margin-right: 10px;
  padding: 20px 40px;
  font-weight: 400;
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ourPartner .tab-menu .nav-link:hover {
  background: #348E38;
  color: #fff;
}
.ourPartner .tab-menu .nav-link.active {
  background: #f9f9f9;
  color: #000;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #73b93f;
  border-bottom: 0;
  font-weight: 600;
}
.ourPartner .tab-content {
  background: #f9f9f9;
  border: 1px solid #73b93f;
  border-radius: 40px;
}
.ourPartner .tab-content ul li {
  background-color: #fff;
  flex-basis: 17%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-radius: 40px;
}
.ourPartner .tab-content ul li img {
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .ourPartner .tab-content ul li {
    width: 150px;
    height: 80px;
  }
  .ourPartner .tab-content ul li img {
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .ourPartner ul {
    gap: 1rem !important;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .ourPartner .tab-menu {
    margin-bottom: 20px;
  }
  .ourPartner .tab-menu .nav-link {
    border-radius: 20px;
  }
  .ourPartner .tab-menu .nav-link.active {
    border-radius: 20px;
    border: 1px solid #044F0D;
  }
}
@media (max-width: 575px) and (max-width: 576px) {
  .ourPartner .tab-menu {
    margin-bottom: 20px;
  }
  .ourPartner .tab-menu .nav-link {
    border-radius: 20px;
  }
  .ourPartner .tab-menu .nav-link.active {
    border-radius: 20px;
    border: 1px solid #044F0D;
  }
}
@media (min-width: 0px) and (max-width: 499px) {
  .ourPartner {
    display: none !important;
  }
}

.banner-sec {
  border-radius: 40px;
}
.banner-sec .bn-main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  height: 100%;
  overflow: hidden;
  border-radius: 40px;
}
.banner-sec .bn-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #eef7db;
  border: 0;
  pointer-events: none;
  border-radius: 1041px;
  width: 550px;
  height: 1041px;
  top: -65%;
  left: 25%;
  filter: blur(103.1500015259px);
}
.banner-sec .banner-content {
  background: linear-gradient(90deg, #f5fae4 0%, #e7f5d1 52.34%);
}
.banner-sec .banner-content h2 {
  font-size: 50px;
}
.banner-sec {
  background-size: cover;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .banner-sec .banner-content h2 {
    font-size: 40px;
  }
  .banner-sec .bannerimg {
    width: 50% !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .banner-sec .banner-content h2 {
    font-size: 30px;
  }
  .banner-sec .bannerimg {
    width: 60% !important;
  }
  .banner-sec .bn-main::after {
    left: 2%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .banner-sec .bn-main::after {
    display: none;
  }
  .banner-sec .bn-main {
    display: block;
  }
  .banner-sec .bn-main .banner-content {
    height: auto !important;
    padding: 20px;
  }
  .banner-sec .bn-main .banner-content h2 {
    font-size: 30px;
  }
  .banner-sec .bn-main .banner-content p {
    font-size: 16px;
  }
}
@media (max-width: 575px) and (max-width: 576px) {
  .banner-sec .bn-main::after {
    display: none;
  }
  .banner-sec .bn-main {
    display: block;
  }
  .banner-sec .bn-main .banner-content {
    height: auto !important;
    padding: 20px;
  }
  .banner-sec .bn-main .banner-content h2 {
    font-size: 30px;
  }
  .banner-sec .bn-main .banner-content p {
    font-size: 16px;
  }
}
@media (min-width: 300px) and (max-width: 500px) {
  .banner-sec .banner-content h2 {
    font-size: 30px;
  }
  .banner-sec .bannerimg {
    width: 100% !important;
  }
  .banner-sec .bannerimg img {
    width: 100%;
  }
  .banner-sec .bn-main::after {
    left: 2%;
  }
}

.achievement-sec .accordion-row {
  display: flex;
  flex-direction: column;
}
.achievement-sec .btn-light {
  background: rgba(255, 255, 255, 0.5019607843);
  border-radius: 6px;
}
.achievement-sec .accordion-card {
  flex: 1;
  padding: 20px;
  height: 200px;
  border-radius: 24px;
  background: linear-gradient(112deg, rgba(87, 215, 86, 0.17), rgba(177, 239, 75, 0.2));
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
.achievement-sec .accordion-card .card-title {
  display: block;
  margin-bottom: 10px;
}
.achievement-sec .accordion-card.big {
  flex: 1;
}
.achievement-sec .accordion-card.active {
  flex: 1;
  background: #f9f9f9 !important;
}
.achievement-sec .accordion-card.active .card-title {
  display: none;
}
.achievement-sec .accordion-card.active .content-title {
  display: block !important;
}
.achievement-sec .accordion-card.active .content {
  opacity: 1;
  max-width: 100%;
  transform: translateX(0);
  align-items: center;
  gap: 12px;
  min-width: 0;
  overflow: hidden;
}
.achievement-sec .accordion-card.active .content .content-title {
  display: none;
  margin-bottom: 8px;
}
.achievement-sec .accordion-card.active .read-more {
  display: none;
}
.achievement-sec .accordion-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}
.achievement-sec .accordion-card .content {
  opacity: 0;
  max-width: 0;
  transform: translateX(-12px);
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  gap: 12px;
}
.achievement-sec .accordion-card .content p {
  color: #6c757d;
  margin-bottom: 0;
  flex: 1;
}
.achievement-sec .accordion-card .content img {
  width: 270px !important;
  height: 160px;
  flex-shrink: 0;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.achievement-sec .accordion-card .read-more {
  border: none;
  font-weight: 600;
  margin-top: auto;
  padding: 0;
  text-align: left;
}
@media (max-width: 768px) {
  .achievement-sec .achievement-sec .accordion-card {
    overflow: hidden;
    transition: height 0.3s ease;
  }
  .achievement-sec .achievement-sec .accordion-card.active {
    height: auto;
  }
  .achievement-sec .accordion-card .content {
    opacity: 0;
    max-height: 100px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .achievement-sec .accordion-card.active .content {
    opacity: 1;
    max-height: 1000px;
  }
  .achievement-sec .accordion-card .content .row {
    margin: 0;
  }
  .achievement-sec .accordion-card .content [class^=col-] {
    padding: 0;
  }
  .achievement-sec .accordion-card img {
    width: 100%;
    max-width: 160px;
    height: auto;
    margin-left: auto;
    border-radius: 14px;
  }
}
.achievement-sec .accordion-row {
  display: flex;
  gap: 16px;
}
@media (min-width: 769px), (max-width: 991) {
  .achievement-sec .accordion-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .achievement-sec .accordion-card.active {
    grid-column: span 2; /* full row */
  }
}
@media (min-width: 992px) {
  .achievement-sec .accordion-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
  }
  .achievement-sec .accordion-card.active {
    grid-column: span 2;
    background: #f9f9f9 !important;
  }
  .achievement-sec img {
    width: 150px !important;
    flex-shrink: 0;
    border-radius: 16px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.half-btn {
  transform: translateX(-20%);
  transition: all 0.3s ease;
}
.half-btn:hover {
  transform: translateX(-30%);
  border: none;
}

@media (max-width: 575px) {
  .stats .half-btn {
    position: relative;
    width: 170px;
    height: 70px;
    padding: 0 !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 8px !important;
  }
  .stats h5 {
    font-size: 0.7rem;
    text-align: start !important;
  }
  .stats .half-btn p {
    margin: 0;
    font-size: 0.65rem;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .stats .half-btn {
    position: relative;
    width: 170px;
    height: 70px;
    padding: 0 !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 8px !important;
  }
  .stats h5 {
    font-size: 0.7rem;
    text-align: start !important;
  }
  .stats .half-btn p {
    margin: 0;
    font-size: 0.65rem;
    text-align: center;
    width: 100%;
  }
}
.professional-sec {
  position: relative;
  overflow: hidden;
  padding-block: 80px !important;
}
.professional-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/home/banner-2.jpg") center/cover no-repeat;
  filter: blur(6px);
  z-index: 0;
  transform: scale(1.05);
}
.professional-sec::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(287deg, rgba(6, 57, 25, 0.51) 3.97%, rgba(6, 57, 25, 0.44) 16.14%, rgba(6, 57, 25, 0.64) 66.59%);
  z-index: 1;
  pointer-events: none;
}
.professional-sec .container {
  position: relative;
  z-index: 2 !important;
}
.professional-sec .content {
  position: relative;
  z-index: 2;
  color: #fff;
}
.professional-sec .content .sec-tag {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 1.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: 600;
  color: #fff;
}
.professional-sec .content h2 {
  font-size: 55px;
}
.professional-sec .content .cta1 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px;
  padding-right: 30px;
  border: 0;
  transition: all 0.3s ease-in-out;
  color: #0f4229;
}
.professional-sec .content .cta1 a {
  text-decoration: none;
  color: #0f4229;
}
.professional-sec .content .cta1 .phoneicon {
  background-color: rgba(52, 168, 83, 0.07);
  width: 60px;
  height: 60px;
  transition: all 0.3s ease-in-out;
}
.professional-sec .content .cta1 .phoneicon svg {
  width: 30px;
  height: 30px;
  transition: all 0.3s ease-in-out;
}
.professional-sec .content .cta1:hover {
  background-color: #001B0B;
  color: #fff;
}
.professional-sec .content .cta1:hover a {
  color: #fff !important;
}
.professional-sec .content .cta1:hover .phoneicon {
  background-color: rgba(4, 79, 13, 0.9490196078);
  transition: all 0.3s ease-in-out;
}
.professional-sec .content .cta1:hover svg path {
  stroke: #fff;
  fill: #fff;
  transition: all 0.3s ease-in-out;
}
.professional-sec .videothumb {
  width: 500px;
  height: 500px;
}
.professional-sec .videothumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  border: 1px solid rgba(255, 255, 255, 0.4117647059);
  pointer-events: none;
  border-radius: 50%;
  top: 10px;
}
.professional-sec .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  width: 100px;
  height: 100px;
  padding: 0.2rem;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}
.professional-sec .play-btn .white-cir {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.8980392157);
  animation: breathe 1.5s infinite ease-in-out;
}
@keyframes breathe {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.professional-sec .play-btn .white-cir i {
  font-size: 60px;
  padding-left: 6px;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .professional-sec .videothumb {
    width: 350px;
    height: 350px;
  }
  .professional-sec .play-btn {
    width: 80px;
    height: 80px;
  }
  .professional-sec .play-btn .white-cir i {
    font-size: 40px;
    padding-left: 4px;
    margin-top: 2px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .professional-sec .videothumb {
    width: 350px;
    height: 350px;
  }
  .professional-sec .play-btn {
    width: 80px;
    height: 80px;
  }
  .professional-sec .play-btn .white-cir i {
    font-size: 40px;
    padding-left: 4px;
    margin-top: 2px;
  }
  .professional-sec .content .cta1 {
    padding-right: 1rem;
  }
  .professional-sec .content .cta1 a {
    font-size: 12px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .professional-sec .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
  }
  .professional-sec p {
    width: 100% !important;
  }
  .professional-sec .videothumb {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 575px) and (max-width: 576px) {
  .professional-sec h2 {
    font-size: 30px !important;
  }
  .professional-sec .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
  }
  .professional-sec p {
    width: 100% !important;
  }
  .professional-sec .videothumb {
    width: 300px;
    height: 300px;
  }
}

.gallery-sec .gallery-grid .row-1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr;
}
.gallery-sec .gallery-grid .row-2 {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
}
.gallery-sec .gallery-grid .row-4 {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 20px;
}
.gallery-sec .gallery-grid .item {
  overflow: hidden;
  height: 510px;
  margin: 0.5rem;
  border-radius: 1.5rem;
  cursor: pointer;
}
.gallery-sec .gallery-grid .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease;
}
.gallery-sec .gallery-grid .item:hover img {
  transform: scale(1.05);
}
.gallery-sec .gallery-grid .small {
  height: 310px;
}
.gallery-sec .gallery-grid .big {
  height: 510px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .gallery-sec .gallery-grid .item {
    height: auto;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .gallery-sec .gallery-grid .item {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
}
@media (max-width: 575px) and (max-width: 576px) {
  .gallery-sec .gallery-grid .row-1,
  .gallery-sec .gallery-grid .row-2,
  .gallery-sec .gallery-grid .row-4 {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .gallery-sec .gallery-grid .item {
    height: auto;
  }
}
@media (min-width: 300px) and (max-width: 500px) {
  .gallery-sec .gallery-grid .row-1,
  .gallery-sec .gallery-grid .row-2,
  .gallery-sec .gallery-grid .row-4 {
    grid-template-columns: 1fr;
  }
  .gallery-sec .gallery-grid .item {
    height: 250px;
  }
}

.impact-sec {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 16.74%, rgba(0, 0, 0, 0) 83.26%), url("../img/home/banner3.jpeg") lightgray -0.054px 0px/97.701% 100% no-repeat;
  background-size: cover;
}
.impact-sec .sec-tag {
  width: -moz-fit-content;
  width: fit-content;
  padding: #000;
  border-radius: 1.5rem;
  background-color: #fff;
  font-weight: 600;
  color: inherit;
}
.impact-sec .impact-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.impact-sec .impact-wrapper .impact-card {
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .impact-sec .impact-wrapper .impact-card {
    flex: 1 1 calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .impact-sec .impact-wrapper .impact-card {
    flex: 1 1 calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media (max-width: 575px) and (max-width: 576px) {
  .impact-sec .impact-wrapper .impact-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.impact-sec .impact-card {
  width: 280px;
  height: 314px;
  border-radius: 400px 3px 400px 400px;
  border: 1px solid rgba(225, 225, 225, 0.9);
  background: rgba(255, 254, 237, 0.88);
  transition: all 0.3s ease-in-out;
}
.impact-sec .impact-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
  background: rgb(255, 254, 237);
}
.impact-sec .impact-card:nth-child(odd) {
  border-radius: 400px 400px 400px 3px;
}
.impact-sec .impact-card .iconbg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  background-color: #044F0D;
  width: 90px;
  height: 90px;
  transition: all 0.3s ease-in-out;
}
.impact-card:hover .impact-sec .impact-card .iconbg {
  transform: rotate(5deg) scale(1.08);
}
.impact-sec .impact-card .iconbg::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  content: "";
  width: 50px;
  height: 50px;
  background-color: rgba(115, 185, 63, 0.2);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.impact-card:hover .impact-sec .impact-card .iconbg::after {
  transform: scale(1.2);
}
@media (min-width: 992px) and (max-width: 1400px) {
  .impact-sec .impact-card {
    height: 270px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .impact-sec .impact-card {
    height: auto !important;
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .impact-sec .section-title {
    width: 100% !important;
  }
  .impact-sec .impact-card {
    padding: 20px;
  }
}
.impact-sec .g-btn:hover {
  background: #00750E !important;
}

.contribute-sec {
  background: #f7ffe7;
}
.contribute-sec .sec-tag {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 1.5rem;
  background-color: rgba(52, 142, 56, 0.0705882353);
  font-weight: 600;
  color: inherit;
}
.contribute-sec .gbtn-group a:last-child {
  border: 1px solid #044F0D;
  color: #044F0D;
}
@media (max-width: 340px) {
  .contribute-sec .gbtn-group a:first-child {
    margin-bottom: 1rem;
  }
}
.contribute-sec .gbtn-group .bg-transparent:hover {
  background-color: #04801d !important;
}

.testimonial-sec {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url("../img/home/banner-4.jpg") lightgray 50%/cover no-repeat;
}
.testimonial-sec .sec-tag {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 1.5rem;
  background-color: rgba(164, 164, 164, 0.1882352941);
  font-weight: 600;
  color: inherit;
}
.testimonial-sec .swiper {
  width: 100%;
  height: 100%;
}
.testimonial-sec .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #e8f6e9;
  display: flex;
  justify-content: center;
  align-items: start;
}
.testimonial-sec .swiper-slide .img {
  min-width: 200px;
  height: 100%;
}
.testimonial-sec .rating i {
  color: #FAB40A;
}
@media (min-width: 768px) and (max-width: 992px) {
  .testimonial-sec .content {
    width: 100% !important;
  }
  .testimonial-sec .content p {
    font-size: 14px !important;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .testimonial-sec .swiper-slide {
    padding: 1rem !important;
  }
  .testimonial-sec .navigation {
    width: 20% !important;
    top: 95% !important;
  }
  .testimonial-sec .content {
    width: 100% !important;
  }
  .testimonial-sec .content p {
    font-size: 14px !important;
  }
}
@media (max-width: 575px) and (max-width: 576px) {
  .testimonial-sec .swiper-slide {
    display: block;
    padding: 1rem !important;
  }
  .testimonial-sec .swiper-slide .img {
    height: 200px !important;
  }
  .testimonial-sec .swiper-slide .content {
    display: block !important;
    margin-top: 1rem;
  }
  .testimonial-sec .navigation {
    width: 35% !important;
    top: 98% !important;
  }
  .testimonial-sec .content {
    width: 100% !important;
  }
  .testimonial-sec .content p {
    font-size: 14px !important;
  }
}

.blog-sec .navigation {
  width: 8%;
}
.blog-sec .navigation i {
  color: #044F0D !important;
}
.blog-sec .navigation i::after {
  border: 2px solid #044F0D;
}
.blog-sec .navigation .swiper-button-prev,
.blog-sec .navigation .swiper-button-next {
  border: 1px solid rgba(225, 225, 225, 0.6);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
.blog-sec .navigation .swiper-button-prev:hover,
.blog-sec .navigation .swiper-button-next:hover {
  transform: scale(1.1);
  background-color: rgba(52, 142, 56, 0.368627451);
  border-color: rgba(255, 255, 255, 0.8);
}
.blog-sec .blog-card {
  width: 100%;
}
.blog-sec .blog-card .left {
  transform: translate(0%, 30px);
  width: 400px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-radius: 35px;
  background: #fff;
}
.blog-sec .blog-card .left .date {
  width: 300px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E7E7E7;
}
.blog-sec .blog-card .left .date .blog-title h4 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 5.5rem;
}
.blog-sec .blog-card .left .blog-content a {
  color: #044F0D;
}
.blog-sec .blog-card .left .blog-content p {
  width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  height: 6rem;
}
.blog-sec .blog-card .right {
  width: auto;
  height: auto;
  left: -8%;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .blog-sec .blog-card .left {
    height: auto;
  }
  .blog-sec .blog-card .left .date {
    font-size: 13px;
    width: 100%;
    padding-bottom: 16px;
  }
  .blog-sec .blog-card .left .date .blog-title h4 {
    height: 4rem;
  }
  .blog-sec .blog-card .left .blog-content p {
    width: 90%;
    height: 8rem;
  }
  .blog-sec .navigation {
    width: 10%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .blog-sec .blog-card .left {
    width: 250px;
    height: auto;
    padding: 1rem !important;
  }
  .blog-sec .blog-card .left .date {
    font-size: 13px;
    width: 100%;
    padding-bottom: 16px;
  }
  .blog-sec .blog-card .left .blog-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 90%;
  }
  .blog-sec .blog-card .right {
    width: auto;
    height: 300px;
    left: -8%;
  }
  .blog-sec .navigation {
    width: 15%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .blog-sec h2 {
    text-align: start !important;
  }
}
@media (max-width: 575px) and (max-width: 576px) {
  .blog-sec h2 {
    text-align: start !important;
  }
  .blog-sec .blog-card {
    display: inline-flex !important;
    flex-direction: column-reverse;
  }
  .blog-sec .blog-card .left {
    width: 100%;
    height: 100%;
  }
  .blog-sec .blog-card .left .date {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .blog-sec .blog-card .left .blog-title {
    width: 100% !important;
  }
  .blog-sec .blog-card .right {
    left: 0;
    height: 250px;
    bottom: -30px !important;
  }
  .blog-sec .navigation {
    width: 30%;
  }
}

.contact-sec {
  background: #E8F6E9;
}
.contact-sec .contact-form .form-control {
  border-radius: 10px;
  padding: 12px 15px;
  background: rgba(255, 255, 255, 0.12);
}
.contact-sec .contact-form ::-moz-placeholder {
  color: #878787;
}
.contact-sec .contact-form ::placeholder {
  color: #878787;
}
.contact-sec .contact-form .textarea {
  resize: none;
}
.contact-sec .contact-form .form-check-label {
  color: #606060;
}
.contact-sec .contact-form .submit-btn {
  background: #084b17;
  color: #fff;
  border-radius: 10px;
}
.contact-sec .contact-form .submit-btn:hover {
  opacity: 0.9;
}
.contact-sec .form-control {
  border-radius: 10px;
  padding: 12px 15px;
  background: rgba(255, 255, 255, 0.12);
}
.contact-sec ::-moz-placeholder {
  color: #878787;
}
.contact-sec ::placeholder {
  color: #878787;
}
.contact-sec .textarea {
  resize: none;
}
.contact-sec .form-check-label {
  color: #606060;
}
.contact-sec .contact-card {
  background: #084b17;
  border-radius: 18px;
}
.contact-sec .contact-card .contact-img img {
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-sec .contact-card .contact-info {
  background: #084b17;
  color: #fff;
}
.contact-sec .contact-card .contact-info .info-text {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}
.contact-sec .contact-card .contact-info .icon-box {
  min-width: 60px;
  height: 60px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
.contact-sec .contact-card .contact-info .icon-box i {
  font-size: 20px;
  color: #fff;
}
.contact-sec .newsletter-banner {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url("../img/home/newslette-bg.jpeg") lightgray 50%/cover no-repeat;
  -o-object-position: bottom;
     object-position: bottom;
  padding: 80px 20px;
  border-radius: 30px;
  position: relative;
}
.contact-sec .newsletter-form .email-input {
  width: 320px;
  padding: 12px 15px;
  border-radius: 10px;
  border: none;
  background: rgba(255, 255, 255, 0.9);
}
.contact-sec .newsletter-form button {
  transform: translateX(-25px);
}
@media (min-width: 992px) and (max-width: 1400px) {
  .contact-sec .contact-card .contact-info .icon-box {
    min-width: 40px;
    height: 40px;
  }
  .contact-sec p {
    font-size: 12px !important;
  }
}
@media (max-width: 575px) and (max-width: 576px) {
  .contact-sec .email-input {
    width: 100% !important;
  }
  .contact-sec button {
    padding: 4px 10px !important;
  }
  .contact-sec .contact-card {
    border-radius: 12px !important;
    margin-bottom: 1rem;
  }
  .contact-sec .contact-info {
    padding: 1rem !important;
  }
  .contact-sec .contact-info .icon-box {
    min-width: 40px !important;
    height: 40px !important;
  }
  .contact-sec .form-check-label {
    font-size: 14px;
  }
  .contact-sec .newsletter-banner {
    padding: 20px !important;
  }
  .contact-sec .newsletter-form input {
    padding: 8px 15px !important;
  }
}

.breadcrumb-item.active {
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.common-hero {
  position: relative;
  background: url("../img/pages/about-us-1.jpg") no-repeat center center/cover;
  z-index: 1;
}
.common-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 1.68%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}
.common-hero {
  height: 80vh !important;
}
.common-hero .sec-tag {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 1.5rem;
  background-color: #FBFFD9;
  font-weight: 600;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4901960784);
  font-weight: 400;
}
.common-hero h2 {
  font-size: 60px;
  font-weight: 600;
}
.common-hero p {
  font-size: 16px;
  width: 30% !important;
}
@media (max-width: 575px) {
  .common-hero p {
    width: 90% !important;
  }
}
@media (min-width: 768px) {
  .common-hero p {
    width: 70%;
  }
}

@media (max-width: 575px) {
  .ab-sec-one img {
    height: 200px !important;
  }
}

.ab-sec-two {
  background-color: #001B0B;
}
.ab-sec-two h2 {
  width: 60%;
}
.ab-sec-two .cards-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.ab-sec-two .cards-row .col-md-3 {
  display: flex;
  margin-bottom: 20px;
}
.ab-sec-two .cards-row .col-md-3 .card {
  position: relative;
  width: 100%;
  min-height: 300px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 1;
  padding: 20px;
}
.ab-sec-two .cards-row .col-md-3 .card .icon {
  position: relative;
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #30853F;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}
.ab-sec-two .cards-row .col-md-3 .card .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: transparent;
  border: 0;
  pointer-events: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.ab-sec-two .cards-row .col-md-3 .card .icon:hover {
  transform: translateY(-4px) scale(1.05);
}
.ab-sec-two .cards-row .col-md-3 .card p {
  color: #a1a1a1;
  flex-grow: 1;
}
@media (max-width: 575px) {
  .ab-sec-two .cards-row .col-md-3 .card {
    min-height: auto;
  }
  .ab-sec-two .cards-row .col-md-3 .card .icon {
    margin-bottom: 0.8rem;
  }
}
.ab-sec-two .cards-row .col-md-3:nth-child(1) .icon::after {
  background-image: url("../img/icons/abouticon1.svg");
}
.ab-sec-two .cards-row .col-md-3:nth-child(2) .icon::after {
  background-image: url("../img/icons/abouticon2.svg");
}
.ab-sec-two .cards-row .col-md-3:nth-child(3) .icon::after {
  background-image: url("../img/icons/abouticon3.svg");
}
.ab-sec-two .cards-row .col-md-3:nth-child(4) .icon::after {
  background-image: url("../img/icons/abouticon4.svg");
}
.ab-sec-two .cards-row::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #348E38;
  border: 0;
  pointer-events: none;
  width: 40%;
  height: 80px;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media (max-width: 575px) {
  .ab-sec-two .cards-row::after {
    display: none;
  }
}

.ab-sec-three .abswiper {
  width: 100%;
  padding: 50px 0 50px 90px;
  overflow: hidden;
  position: relative;
}
.ab-sec-three .abswiper .navigation .swiper-button-prev {
  left: 89%;
}
.ab-sec-three .abswiper .navigation .nvbtn {
  width: 55px;
  height: 55px;
  background: #f8f4ea;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 575px) {
  .ab-sec-three .abswiper .navigation {
    top: 30px !important;
    right: 15px !important;
  }
  .ab-sec-three .abswiper .navigation .nvbtn {
    width: 40px;
    height: 40px;
  }
}
.ab-sec-three .swiper-wrapper {
  align-items: center;
}
.ab-sec-three .swiper-slide {
  width: 200px !important;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ab-sec-three .swiper-slide .work-card {
  border-radius: 28px;
  width: 200px !important;
  overflow: hidden;
  opacity: 0.45;
  transition: opacity 0.45s ease;
  height: 100%;
}
.ab-sec-three .swiper-slide .work-card img {
  height: 100%;
  width: 200px !important;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.4s ease;
}
.ab-sec-three .swiper-slide .work-card .img-label {
  opacity: 0;
  visibility: hidden;
}
.ab-sec-three {
  /* ACTIVE SLIDE */
}
.ab-sec-three .swiper-slide.swiper-slide-active {
  width: 100%;
  height: 100%;
  z-index: 10;
}
.ab-sec-three .swiper-slide.swiper-slide-active .work-card {
  opacity: 1;
  width: 430px !important;
  padding-left: 25px;
}
.ab-sec-three .swiper-slide.swiper-slide-active .work-card img {
  filter: grayscale(0%);
  width: 320px !important;
  height: 100%;
}
.ab-sec-three .swiper-slide.swiper-slide-active .work-card .img-label {
  opacity: 1;
  visibility: visible;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 14px;
  background: linear-gradient(90deg, rgba(3, 74, 6, 0.7) 0%, rgba(16, 90, 19, 0.7) 100%);
  color: #fff;
  text-align: center;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
  font-size: 1rem;
}
.ab-sec-three {
  /* Center active slide on mobile & tablet (CSS only) */
}
@media (min-width: 768px) {
  .ab-sec-three .abSwiper {
    padding-right: calc(50% - 250px) !important;
  }
}
.ab-sec-three .swiper-wrapper {
  align-items: center;
}

.abcta .bn-main {
  background: rgba(230, 220, 199, 0.2901960784);
}
.abcta .bn-main .banner-content {
  position: relative;
  background: linear-gradient(rgba(230, 220, 199, 0.2901960784), rgba(230, 220, 199, 0.2901960784));
  z-index: 1;
}
.abcta .bn-main .cirimg {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: 1px solid #000;
}

.abstats-sec {
  background-color: #e8f6e9;
}
.abstats-sec .stats {
  height: 180px;
  background: none !important;
  background-color: #fff !important;
  border: 1px solid #cff49a;
}
.abstats-sec .stats h3 {
  font-size: 50px;
  color: #008837;
  font-weight: 400;
}
.abstats-sec .container .row:nth-child(3) {
  padding-top: 1rem !important;
}

.stats {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0;
  height: 180px;
  max-width: 100%;
  background: linear-gradient(112deg, rgba(87, 215, 86, 0.17), rgba(177, 239, 75, 0.2));
}
.stats h3 {
  font-size: 50px;
  font-weight: 400;
}
.stats p {
  margin-bottom: 0;
  width: 70%;
  text-align: center;
}

.abctatwo .ctaimg {
  background: linear-gradient(88deg, rgba(56, 63, 52, 0.65) 39.73%, rgba(115, 134, 103, 0) 109.74%), url("../img/pages/aboutmedia.jpg");
  background-position: center 35%;
  background-size: cover;
  height: 300px;
  border-radius: 25px;
}
.abctatwo h2 {
  font-size: 40px;
}
@media (max-width: 575px) {
  .abctatwo h2 {
    font-size: 26px;
  }
}

.features-section .feature-box .circle {
  width: 150px;
  height: 150px;
  background: #f4faf4;
  border-radius: 50%;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.features-section .feature-box {
  /* SHARED dashed ring */
}
.features-section .feature-box .circle::before {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  border: 2px dashed #6cc24a;
  pointer-events: none;
}
.features-section {
  /* 🔁 ODD items → BOTTOM half */
}
.features-section .col-6:nth-child(odd) .circle::before {
  clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
}
.features-section {
  /* 🔁 EVEN items → TOP half */
}
.features-section .col-6:nth-child(even) .circle::before {
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
}
.features-section .feature-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  max-width: 160px;
  margin: 0 auto;
}

.cta-section .cta-wrapper {
  background: #f8f4ea;
  border-radius: 24px;
  padding: 0;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cta-section .cta-wrapper {
    flex-direction: row;
  }
}
@media (max-width: 575px) {
  .cta-section .cta-wrapper {
    flex-direction: column;
  }
}
.cta-section .cta-content {
  flex: 1;
  padding: 2rem;
}
@media (max-width: 575px) {
  .cta-section .cta-content {
    padding: 1rem;
  }
}
.cta-section .cta-content .g-btn {
  background: #348E38 !important;
}
.cta-section .cta-image {
  position: relative;
  width: 100%;
  max-width: 779px;
  margin: auto;
  height: 350px;
}
@media (min-width: 768px) {
  .cta-section .cta-image {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .cta-section .cta-image {
    height: 250px;
  }
}
.cta-section .cta-image .curve-wrapper {
  width: 100%;
  height: 100%;
}
.cta-section .cta-image .curve-wrapper svg {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.cta-section .cta-image .cta-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 6% !important;
  z-index: 2;
  clip-path: path("M987 329.5C987 578.304 766.052 780 493.5 780C220.947 780 0 578.304 0 329.5C0 80.6957 220.947 -121 493.5 -121C766.052 -121 987 80.6957 987 329.5Z");
}
@media (min-width: 768px) {
  .cta-section .cta-image .cta-bg-img {
    width: 98%;
    left: 1%;
  }
}
@media (max-width: 575px) {
  .cta-section .cta-image .cta-bg-img {
    width: 100%;
    left: 0;
  }
}
.cta-section {
  /* Navigation buttons */
}
@media (min-width: 768px) {
  .cta-section .navigation {
    top: 40px !important;
    right: 50px !important;
    gap: 5px !important;
  }
}
@media (max-width: 575px) {
  .cta-section .navigation {
    top: 20px !important;
    right: 15px !important;
    gap: 2px !important;
  }
}

.Signature-section {
  background: rgb(248, 245, 239);
}
.Signature-section .projects {
  position: relative;
}
.Signature-section .projects .navigation {
  position: absolute;
  top: 40px !important;
  right: 60px !important;
}
.Signature-section .projects .navigation .nvbtn {
  width: 52px;
  height: 52px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.Signature-section .projects .swiper-slide {
  width: 270px !important;
  transition: 0.3s ease;
  display: flex;
  justify-content: center;
}
.Signature-section .projects .img-label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(180deg, rgba(195, 195, 195, 0) 0%, #000 100%);
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  color: #fff;
  gap: 10px;
}
.Signature-section .projects .read-btn {
  color: #fff;
  padding: 6px 14px;
  border-radius: 4px;
  border: 0.5px solid #717171;
  background: rgba(202, 236, 181, 0.21);
  backdrop-filter: blur(2px);
  font-size: 13px;
  transition: 0.3s;
}
.Signature-section .projects .read-btn:hover {
  background: rgba(255, 255, 255, 0.4);
}
@media (min-width: 768px) {
  .Signature-section .navigation {
    right: 50px;
  }
  .Signature-section .nvbtn {
    margin-left: 2px;
  }
}
@media (max-width: 575px) {
  .Signature-section .navigation {
    right: 10px !important;
    gap: 2px !important;
  }
  .Signature-section .nvbtn .swiper-button-prev {
    margin-left: 22px;
  }
}
@media (max-width: 575px) and (max-width: 576px) {
  .Signature-section .navigation {
    width: 0% !important;
    top: 95% !important;
  }
}

@media (max-width: 575px) {
  .ab-sec-founder .sec-tag {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
  }
}
.ab-sec-founder .content {
  text-align: justify !important;
}

@media (min-width: 768px) {
  .main-img {
    height: 320px !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}
@media (min-width: 1200px) {
  .main-img {
    height: 420px !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}
@media (min-width: 992px) {
  .main-img {
    height: 420px !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}
@media (max-width: 575px) {
  .main-img {
    height: 250px;
    width: 30%;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}

.video-layer {
  width: 400px;
  height: 200px;
}

.video-layercolor {
  position: absolute; /* REQUIRED */
  inset: 0;
  background: rgba(0, 0, 0, 0.45); /* overlay color */
  z-index: 5;
  pointer-events: none;
  width: 400px;
}

.video-overlay {
  z-index: 5;
  position: absolute;
}
.video-overlay .ratio {
  border-radius: 20px;
  overflow: hidden;
}
.video-overlay .overlay-text {
  position: absolute;
  bottom: 10%;
  left: 30%;
  color: white;
  z-index: 10;
  font-size: 1rem;
}
.video-overlay {
  /* Tablet view */
}
@media (min-width: 768px) {
  .video-overlay {
    width: 60%;
  }
  .video-overlay .overlay-text {
    font-size: 0.9rem;
  }
}
.video-overlay {
  /* Mobile (phone) view */
}
@media (max-width: 575px) {
  .video-overlay {
    display: none !important;
  }
}

.hero-section {
  position: relative;
  height: 80vh;
  overflow: hidden;
}
.hero-section .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.hero-section .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 9.68%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.hero-section .hero-content {
  position: relative;
  z-index: 3;
}
.hero-section .hero-content h2 {
  font-size: 3rem;
  font-weight: 600;
}
.hero-section .hero-content p {
  font-size: 1rem;
  width: 30%;
}
.hero-section .sec-tag {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 1.5rem;
  background-color: #FBFFD9;
  font-weight: 600;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4901960784);
  font-weight: 400;
}
@media (max-width: 767px) {
  .hero-section {
    height: 60vh;
  }
  .hero-section .hero-content h2 {
    font-size: 2rem;
  }
  .hero-section .hero-content p {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-section .hero-content p {
    width: 70%;
  }
}

.address .g-btn {
  background: #00750E !important;
}
.address .nav-tabs .nav-link {
  background: #f7f7f7;
  color: #000;
  border: none;
}
.address .nav-tabs .nav-link.active {
  background: #00750E !important;
  color: #fff !important;
}
.address .g-btn-second {
  background: #f7f7f7 !important;
  color: #000 !important;
}
.address .btn-check:checked + label {
  background: #00750E !important;
  color: #fff !important;
}
.address .contact-sec {
  background: #fafafa;
}

.hero-section.gift {
  height: 90vh;
}

.hero-form-top {
  background: green;
}

.contact-form .g-btn {
  background-color: #00750E;
}
.contact-form .amount-buttons {
  overflow-x: auto;
  padding-bottom: 4px;
}
.contact-form .amount-buttons::-webkit-scrollbar {
  display: none;
}
.contact-form .amount-buttons .btn {
  font-size: 10px !important;
  background: #f2f2f2;
  color: #000;
  border-radius: 8px;
  border: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.contact-form .amount-buttons .btn-check:checked + .btn {
  background: #00750E !important;
  color: #fff !important;
}
.contact-form .manuallytext {
  font-size: 0.85rem;
}

.workshop .features-section .feature-box .circle1 {
  width: 110px;
  height: 110px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.workshop .features-section .feature-box .feature-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  text-transform: uppercase;
  max-width: 160px;
  margin: 0 auto;
}
.workshop .features-section .svg-bg {
  background: #f4faf4;
  border-radius: 50%;
}

@media (max-width: 575px) {
  .hero-section.gift {
    height: 110vh;
  }
  .hero-content {
    margin-top: 70px;
  }
}
.bg-banner {
  background: linear-gradient(93deg, #0d4810 -18.7%, #23c12b 97.78%) !important;
}

.cost-table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  background: #fff;
}

.cost-table th,
.cost-table td {
  padding: 14px 16px;
  font-size: 14px;
}

.cost-table thead th {
  background-color: #00750E !important;
  color: #fff;
}

.cost-table tbody tr.group-row td {
  background-color: #f3f7f3 !important;
  font-weight: 600;
}

.cost-table tbody tr:nth-child(even):not(.group-row):not(.total-row) td {
  background-color: #f8faf8 !important;
}

.cost-table tbody tr.total-row td {
  background-color: #00750E !important;
  color: #fff;
  font-weight: 600;
}

.hero-section.contact {
  position: relative;
  overflow: visible;
}
.hero-section.contact .contactsec {
  top: 20%;
}
@media (max-width: 575px) {
  .hero-section.contact {
    min-height: 130vh;
  }
  .hero-section.contact .contactsec {
    padding-top: 80px;
    top: 0;
  }
}
@media screen and (min-width: 580px) and (max-width: 773px) {
  .hero-section.contact {
    min-height: 130vh;
  }
  .hero-section.contact .contactsec {
    padding-top: 80px;
  }
}

.img-box.full {
  height: 380px;
}

.img-box.half {
  height: 440px;
}

@media (max-width: 767px) {
  .mobile-scroll-row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .mobile-scroll-row::-webkit-scrollbar {
    display: none;
  }
  .mobile-scroll-row .col-6 {
    min-width: 220px;
  }
}
@media (max-width: 575px) {
  .img-box.full {
    height: 380px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .img-box.half {
    height: 180px;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .contact-sec .form-control {
    padding: 8px 15px;
  }
}
.Skills .features-section .feature-box .circle2 {
  width: 110px;
  height: 110px;
  background: #f3f8f3;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Skills .features-section .feature-box .top-half-border::before,
.Skills .features-section .feature-box .bottom-half-border::after {
  content: none;
}
.Skills .features-section .svg-bg {
  background: rgba(115, 185, 63, 0.2);
  border-radius: 50%;
}

.Programs .nav-pills .nav-link.active {
  background-color: #f7f7f7;
  color: #000 !important;
}

.achievement img {
  width: 200px;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}

.Partnership .brand-card {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.Partnership .brand-card-add {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -40px !important;
}
.Partnership .brand-card img {
  max-width: 80%;
  max-height: 60px;
}
@media (max-width: 575px) {
  .Partnership #PartnershipTab {
    flex-wrap: nowrap; /* 🔑 prevent wrap */
    justify-content: center;
  }
  .Partnership #PartnershipTab .nav-item {
    width: auto; /* 🔑 allow inline width */
    font-size: 0.7rem;
  }
  .Partnership #PartnershipTab .nav-link {
    white-space: nowrap; /* 🔑 keep text in one line */
    padding: 6px 10px; /* optional: reduce size */
  }
}

.gallery {
  /* ================= VIDEO THUMB FIX ================= */
}
.gallery .videothumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
}
.gallery .videothumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border: 11;
  pointer-events: none;
  border-radius: 50%;
  top: 10px;
}
.gallery .videothumb img,
.gallery .videothumb video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.gallery {
  /* ================= PLAY BUTTON ================= */
}
.gallery .play-btn {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid #fff;
  width: auto;
  height: auto;
}
.gallery .play-btn .white-cir {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.5019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: breathe 1.5s infinite ease-in-out;
}
.gallery .play-btn .white-cir i {
  font-size: 60px;
  padding-left: 6px;
  color: white;
}
@keyframes breathe {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.gallery {
  /* ================= RESPONSIVE PLAY BTN ================= */
}
@media (max-width: 992px) {
  .gallery .play-btn .white-cir {
    width: 80px;
    height: 80px;
  }
  .gallery .play-btn .white-cir i {
    font-size: 40px;
    padding-left: 4px;
  }
}
.gallery {
  /* ================= MOBILE / TABLET ================= */
}
@media (max-width: 768px) {
  .gallery .videothumb {
    aspect-ratio: 16/9; /* stays stable */
  }
}

.Analysis .check-icon {
  margin-top: 5px;
  font-size: 14px;
  color: #bf5855;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .Analysis p {
    width: 100% !important;
  }
}

.impact-overlay {
  left: 40px;
  bottom: 20px;
  max-width: 520px;
}
.impact-overlay h3 {
  font-size: 2rem;
  line-height: 1.3rem;
  padding-bottom: 1rem;
}

.impact-overlay ul {
  padding-left: 0;
  margin: 0;
}

.impact-overlay li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
  line-height: 1.4;
}

/* Bootstrap check-circle-fill icon */
.impact-overlay li::before {
  content: "\f26a"; /* bi-check-circle-fill */
  font-family: "bootstrap-icons";
  font-size: 14px;
  color: #bf5855;
  flex-shrink: 0;
  margin-top: 4px;
}

.impact-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 1;
}

.impact-overlay-new {
  position: absolute;
  inset: 0;
  z-index: 2;
}

@media (max-width: 575px) {
  .Research img {
    height: 500px !important;
  }
}
.details .btn {
  background-color: rgba(0, 255, 29, 0.1019607843);
}

.blog-overlay {
  left: 40px;
  bottom: 40px;
  background: linear-gradient(94deg, rgba(0, 0, 0, 0.62) 0.35%, rgba(0, 97, 12, 0.62) 131.89%);
  backdrop-filter: blur(3.95px);
}
.blog-overlay .sec-tag {
  background-color: #348E38;
}

.Research .blog-listing {
  display: flex;
  gap: 12px;
}
.Research .blog-listing .social-icon {
  list-style: none;
}
.Research .blog-listing .social-icon a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.46);
  border: 1px solid gray;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #009f13;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.Research .blog-listing .social-icon a:hover {
  background: rgba(0, 159, 19, 0.15);
  border-color: #009f13;
  color: #009f13;
  transform: translateY(-3px) scale(1.05);
}

.blogs-list .bloglist-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blogs-list .bloglist-card > .position-relative {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.blogs-list .bloglist-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.blog-details .blog-circle {
  border-radius: 50%;
  height: 80px;
}
.blog-details .content h4 {
  color: black !important;
}
.blog-details .content h3 {
  color: black !important;
}
@media (max-width: 576px) {
  .blog-details .content img {
    width: 100%;
    height: auto;
  }
}

.events.nav-pills .nav-link.active, .events.nav-pills .show > .nav-link {
  color: #fff !important;
  background-color: #044f0d !important;
}

.events-details.content h3 {
  color: #000;
}

.bg-beidge {
  background: rgb(248, 245, 239);
}

.cta-wrap {
  height: 380px;
}
.cta-wrap .g-btn {
  background: #348E38 !important;
}
.cta-wrap .cta-left {
  height: 380px;
  position: relative;
  transform: skew(-34deg) translateX(22px);
  width: 100%;
  z-index: 3;
}
.cta-wrap .adcontent {
  transform: skew(34deg);
}
.cta-wrap .shape {
  width: 50% !important;
  left: 25%;
  z-index: 11;
  display: flex;
  justify-content: center;
}
.cta-wrap .shape .rotate {
  transform: rotate(30deg);
}
.cta-wrap .shape .shape1 {
  position: relative;
  top: -27%;
  width: 100px;
  height: 800px;
  transform: translateX(35px);
}
.cta-wrap .shape .shape1::after, .cta-wrap .shape .shape1::before {
  content: "";
  position: absolute;
  top: -25%;
  width: 800px;
  height: 800px;
  background: transparent;
  border-radius: 50%;
  z-index: 3;
}
.cta-wrap .shape .shape1::after {
  transform: rotate(4deg);
  border-left: 25px solid #234509;
}
.cta-wrap .shape .shape1::before {
  left: 8px;
  transform: rotate(-20deg);
  border-left: 23px solid rgba(67, 83, 37, 0.8784313725);
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cta-wrap .shape .shape1 {
    transform: translateX(30px);
  }
  .cta-wrap .cta-left {
    transform: skew(-30deg) translateX(18px);
  }
  .cta-wrap .cta-left h2 {
    font-size: 2.3rem !important;
  }
  .cta-wrap .cta-left .adcontent {
    transform: skew(30deg) translateX(-28px);
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .cta-wrap .shape .shape1 {
    transform: translateX(30px);
  }
  .cta-wrap .cta-left {
    transform: skew(-30deg) translateX(18px);
  }
  .cta-wrap .cta-left .adcontent {
    transform: skew(30deg) translateX(-28px);
  }
}

.blog-top {
  height: 520px; /* adjust as per design */
}

.blog-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.beforeafterbox {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-height: 100%;
  aspect-ratio: 3/2;
}
.beforeafterbox .img-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 1.5rem;
}
.beforeafterbox .img-wrapper:nth-child(2) {
  clip-path: inset(0px 0px 0px 50%);
}
.beforeafterbox .line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0.2rem;
  height: 100%;
  background-color: #FAFAFA;
}
.beforeafterbox input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  position: absolute;
  width: calc(100% + 2.25rem);
  left: -1.125rem;
}
.beforeafterbox input::-webkit-slider-thumb {
  /* reset */
  -webkit-appearance: none;
  appearance: none;
  /* custom */
  height: 2.25rem;
  width: 2.25rem;
  border: 0.25rem solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 height%3D%2224px%22 viewBox%3D%220 -960 960 960%22 width%3D%2224px%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M286.15-293.85 100-479.62l185.77-185.76 42.15 41.76-113 113.62h530.16l-113-113.62 42.15-41.76L860-479.62 674.23-293.85l-42.54-41.77 113.39-114H214.54l113.38 114-41.77 41.77Z%22/%3E%3C/svg%3E");
  background-size: cover;
  cursor: grab;
}
.beforeafterbox input::-moz-range-thumb {
  height: 2.25rem;
  width: 2.25rem;
  border: 0.25rem solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 height%3D%2224px%22 viewBox%3D%220 -960 960 960%22 width%3D%2224px%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M286.15-293.85 100-479.62l185.77-185.76 42.15 41.76-113 113.62h530.16l-113-113.62 42.15-41.76L860-479.62 674.23-293.85l-42.54-41.77 113.39-114H214.54l113.38 114-41.77 41.77Z%22/%3E%3C/svg%3E");
  background-size: cover;
  cursor: grab;
}
.beforeafterbox input:active::-webkit-slider-thumb {
  cursor: grabbing;
}
.beforeafterbox input:active::-moz-slider-thumb {
  cursor: grabbing;
}

@media (max-width: 768px) {
  .blog-top {
    height: 420px;
  }
  .impactitemmain {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Remove default swiper arrow */
/* Common button style */
.myProjectSlider {
  height: 510px; /* ✅ main height */
}
.myProjectSlider .swiper-wrapper {
  height: 100%;
}
.myProjectSlider .swiper-slide {
  height: 100% !important;
  border-radius: 1rem;
  overflow: hidden;
}
.myProjectSlider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  display: block;
}

@media (max-width: 768px) {
  .myProjectSlider {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .myProjectSlider {
    height: 220px;
  }
}
.myProjectSlider .swiper-button-next,
.myProjectSlider .swiper-button-prev {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 55%;
  z-index: 999;
  cursor: pointer;
}

.myProjectSlider .swiper-button-next i,
.myProjectSlider .swiper-button-prev i {
  font-size: 17px;
  color: #000;
  line-height: 1;
}

/* Position */
.myProjectSlider .swiper-button-prev {
  left: 15px;
}

.myProjectSlider .swiper-button-next {
  right: 15px;
}/*# sourceMappingURL=index.css.map */