:root {
  --primary: #29716a;
  --primary-text: #000000;
  --secondary: #525252;
  --secondary-text: #7c7c7c;
  --background: #ffffff;
  --border-color: #ffffff;
}

.background {
  background-color: var(--background) !important;
}
.primary {
  color: var(--primary) !important;
}
.text-primary {
  color: var(--primary-text) !important;
}
.secondary {
  color: var(--secondary) !important;
}
.text-secondary {
  color: var(--secondary-text) !important;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: var(--background);
  color: var(--primary-text);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
}

@layer utilities {
  .container {
    margin: 0 auto;
    padding: 0 15px;
  }
}

a {
  display: block;
}
.mt-40 {
  margin-top: 40px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-130 {
  margin-top: 130px;
}
.mb-60 {
  margin-bottom: 60px;
}
.btn,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border: none;
}
#scrollTopBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  font-size: 20px;
  border: none;
  outline: none;
  background-color: var(--primary);
  color: var(--background);
  cursor: pointer;
  height: 40px;
  width: 40px;
  padding: 0;
  border-radius: 50%;
  transition: 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
#scrollTopBtn:hover {
  background-color: var(--primary-text);
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px !important;
  }
}

/* Header */
.demo-section {
  background-image: url("../images/bg-button.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.demo-btn {
  background-color: transparent;
  color: var(--background);
  padding: 23px 30px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  transition: 0.3s ease;
}

header,
header .header-content {
  position: relative;
  background-color: var(--background);
}
.header-content .menu {
  z-index: 1;
  padding: 0;
}
.navbar-nav .nav-item a {
  font-weight: 400 !important;
  font-size: 1.125rem;
  padding: 20px;
  color: var(--secondary);
}
.navbar-nav .nav-item:hover a {
  color: var(--primary) !important;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--primary) !important;
  font-weight: 700 !important;
}
.navbar .navbar-toggler {
  padding: 5px;
  border-radius: 10px 0 10px 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
  border-color: #ffffff;
  background-color: #819c7d;
}

/* main banner */
.hero-section .main-banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-section .main-banner-content .container {
  height: 100%;
  position: relative;
}
.hero-section .banner-content {
  position: absolute;
  left: auto;
  right: 15%;
  bottom: 0;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
  width: 35%;
  height: fit-content;
  text-align: left;
}
.hero-section .banner-content h2 {
  font-size: 1.875rem;
  line-height: 1.4;
  color: var(--primary-text);
  text-transform: capitalize;
}
.banner-sub {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--secondary-text);
}

/* Leader Common */
.leader-img img {
  width: 100%;
}
h4.leader-title {
  font-size: 30px;
  margin-bottom: 5px;
}
h5.leader-sub-title {
  font-size: 18px;
  margin-bottom: 20px;
}

/* page banner */
.page-banner {
  position: relative;
  padding: 175px 0;
  background: url("../images/bg-breadcrumb.png") no-repeat;
  background-size: cover;
  background-position: right;
}
.page-banner .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.page-banner .banner-content h1 {
  font-size: 3.125rem;
  margin-bottom: 0;
  color: var(--background);
}

/* Swiper */
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
  position: relative !important;
  --swiper-navigation-size: 30px;
  padding: 7px;
  border-radius: 50%;
  margin-top: 0 !important;
  background: var(--secondary);
}
.swiper-button-next {
  right: 0 !important;
}
.swiper-button-prev {
  left: 0 !important;
}
.swiper-navigation-icon {
  color: var(--background);
}
.swiper-group .swiper-next,
.swiper-group .swiper-prev {
  display: block;
  padding: 24px;
  position: absolute;
  top: 0;
  right: -41px;
  bottom: 0;
  left: auto;
  margin: auto;
  height: fit-content;
  border-radius: 20px;
  background: var(--background);
}
.swiper-group .swiper-prev {
  left: -41px;
  right: auto;
}

/* Hero Swiper */
.heroSwiper .swiper-slide {
  display: block;
}
.heroSwiper .swiper-group {
  position: absolute;
  bottom: 0;
  right: 0;
  width: fit-content;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 33px 80px 30px 100px;
  background-color: var(--primary);
  border-top-left-radius: 100px;
}
.heroSwiper .swiper-button-next,
.heroSwiper .swiper-button-prev {
  position: relative !important;
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
  background: transparent !important;
  color: var(--background);
  right: auto !important;
  left: auto !important;
}
.heroSwiper .swiper-button-next::after,
.heroSwiper .swiper-button-prev::after {
  font-size: 20px;
  font-weight: 900;
}
.heroSwiper .swiper-pagination {
  position: relative !important;
  width: auto !important;
  bottom: auto !important;
  display: flex;
  align-items: center;
  gap: 8px;
}
.heroSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: var(--background);
  opacity: 0.5;
  margin: 0 !important;
  transition: 0.3s;
}
.heroSwiper .swiper-pagination-bullet-active {
  width: 35px;
  border-radius: 5px;
  opacity: 1;
}

/* Trusted Swiper */
.trusted-card {
  position: relative;
  overflow: hidden;
}
.trusted-info {
  padding: 0 4%;
}
.trusted-card img {
  width: 100%;
}
.trustedSwiper {
  padding-bottom: 50px !important;
}
.trustedSwiper .trusted-pagination {
  bottom: 0 !important;
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.trustedSwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d1d1d1;
  opacity: 1;
  transition: 0.3s;
}
.trustedSwiper .swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 6px;
  background-color: var(--primary);
}

/* Waiting For You Section */
.waiting-for-you-section {
  padding: 40px 0;
  background-image: url("../images/home/app/bg-app-section.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.wave-shape {
  position: absolute;
  top: auto;
  bottom: 35px;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 35px;
  background-image: url("../images/home/app/wave-shape.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.app-feature-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
  margin-bottom: 30px;
  max-width: 350px;
}
.app-feature-card:hover {
  transform: translateY(-5px);
}
.app-feature-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.app-feature-card h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 15px;
}
.app-feature-card p {
  font-size: 0.9rem;
  color: var(--secondary-text);
  line-height: 1.6;
  margin-bottom: 0;
}
.app-phone-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.app-phone-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.arrow-img {
  position: absolute;
  width: 80px;
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
}
.arrow-top-left {
  top: 10%;
  left: -20px;
  transform: rotate(90deg);
}
.arrow-bottom-left {
  bottom: 20%;
  left: -20px;
  transform: rotate(0deg);
}
.arrow-top-right {
  top: 10%;
  right: -20px;
  transform: scaleX(-1) rotate(90deg);
}
.arrow-bottom-right {
  bottom: 20%;
  right: -20px;
  transform: scaleX(-1) rotate(0deg);
}
@media (min-width: 992px) {
  .app-feature-card.ms-auto {
    margin-left: auto;
  }
  .app-feature-card.me-auto {
    margin-right: auto;
  }
  .col-arrow-wrapper {
    position: relative;
  }
  .arrow-img {
    width: 117px;
    z-index: 2;
  }
  .arrow-img.arrow-bottom-left,
  .arrow-img.arrow-bottom-right {
    width: 90px;
  }
  .arrow-top-left {
    top: 17%;
    right: -5%;
    left: auto;
    transform: rotate(0deg);
  }
  .arrow-bottom-left {
    bottom: 24%;
    right: -15%;
    left: auto;
    transform: rotate(0deg);
  }
  .arrow-top-right {
    top: 17%;
    left: -5%;
    right: auto;
    transform: scaleX(-1) rotate(0deg);
  }
  .arrow-bottom-right {
    bottom: 24%;
    left: -15%;
    right: auto;
    transform: scaleX(-1) rotate(0deg);
  }
}

@media (max-width: 991px) {
  .waiting-for-you-section {
    padding-bottom: 50px;
  }
  .arrow-img {
    display: none;
  }
  .app-feature-card {
    margin: 0 auto 20px;
    text-align: center !important;
  }
  .app-feature-icon {
    margin: 0 auto 20px;
  }
}

/* privacy policy / terms & conditions / disclaimer */
.legal-section {
  position: relative;
  padding: 40px 20px;
  border: 3px solid var(--primary);
  border-radius: 40px;
}
.legal-section-content {
  font-size: 1rem;
  line-height: 1.7;
  padding: 0 30px;
}
.legal-section-content h2 {
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--primary-text);
}
.legal-section-content h3 {
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--primary-text);
}
.legal-section-content h4 {
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--primary-text);
}
.legal-section-content h5 {
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--primary-text);
}
.legal-section-content ol > li {
  margin-bottom: 40px;
}
.legal-section-content ul {
  padding-left: 30px;
  list-style-type: disc;
}
.legal-section-content ul li {
  margin-bottom: 6px;
}
.legal-section-content ol > li::marker {
  font-weight: 700;
  font-size: 20px;
  color: var(--primary-text);
}
.legal-section-content ul li::marker {
  color: var(--secondary);
}
.contact-info img {
  width: 30px;
}
.contact-info a {
  text-decoration: none;
}
.contact-info a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .swiper-group .swiper-next,
  .swiper-group .swiper-prev {
    padding: 5px;
    right: -5px;
    border-radius: 10px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    --swiper-navigation-size: 25px;
  }
  .swiper-group .swiper-prev {
    left: -5px;
    right: auto;
  }
}

/* footer */
.footer-section {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}
.footer-cta-section {
  background: url("../images/bg-footer-top.png") no-repeat center center;
  background-size: cover;
  padding: 100px 0 80px;
  position: relative;
  z-index: 2;
}
.footer-cta-content {
  padding-left: 13%;
}
.footer-cta-content h2 {
  font-size: 3rem;
}
.footer-cta-section img {
  width: 75px;
}
.footer-main {
  background: #2d2d2d;
  background-image: url("../images/bg-footer.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: var(--background);
}
.footer-logo-section {
  position: relative;
  margin-bottom: 100px;
}
.footer-logo-section .footer-line {
  background-color: var(--background);
  height: 3px;
}
.footer-logo-section .logo-circle {
  width: 140px;
  height: 140px;
  background: var(--background);
  padding: 10px;
}
.footer-content {
  padding: 5% 10%;
}
.contact-box {
  position: relative;
}
.curved-wrapper {
  max-width: 600px;
  position: relative;
}
.curved-wrapper svg {
  width: 100%;
  height: auto;
  display: block;
}
.curved-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer-bottom {
  border-top: 1px solid var(--border-color) !important;
}
.footer-bottom ul {
  list-style-type: disc;
}
.footer-bottom ul li::marker {
  color: var(--background);
}
.footer-bottom ul > li + li {
  margin-left: 45px;
}
.footer-nav-links a {
  text-decoration: none;
}
.footer-nav-links a:hover {
  color: var(--primary) !important;
  transition: all 0.3s;
  text-decoration: underline;
}
.social-icon-box:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}
.social-icons img {
  width: 40px;
}
@media (max-width: 991px) {
  .footer-cta-section {
    padding: 60px 0 80px;
  }
  .footer-main {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .footer-cta-section {
    padding: 40px 0 60px;
    background-position: left center;
  }
  .footer-cta-section h2 {
    font-size: 1.25rem;
  }
  .footer-logo-section .logo-circle {
    width: 100px;
    height: 100px;
  }
  .footer-main {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .footer-nav-links a {
    display: inline-block;
    margin: 0 5px;
  }
  .contact-box {
    margin: 0 auto 20px;
  }
  .footer-bottom {
    text-align: center !important;
  }
  .footer-bottom .col-md-6 {
    text-align: center !important;
    margin-bottom: 10px;
  }
  .footer-bottom .list-inline {
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
  }
}

/* Our Growing Impact Section */
.our-growing-impact-section {
  padding: 150px 0;
  background-color: var(--primary);
  position: relative;
  overflow: hidden;
  color: var(--background);
}
.our-growing-impact-section::before,
.our-growing-impact-section::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 130px;
  background-color: var(--primary);
  z-index: 1;
}
.our-growing-impact-section::before {
  top: 0;
  /* transform: scaleY(-1); */
  /* clip-path: ellipse(51% 100% at 50% 100%); */
  /* -webkit-clip-path: ellipse(51% 100% at 50% 100%); */
}
.our-growing-impact-section::after {
  bottom: 0;
  /* border-radius: 50% 50% 0 0 / 100% 100% 0 0; */
  /* transform: scaleY(-1); */
  /* border-top-left-radius: 50% 100%; */
  /* border-top-right-radius: 50% 100%; */
}
/* .our-growing-impact-section::before {
  top: -40px;
  border-radius: 0 0 50% 50%;
  height: 80px;
  background: #fff;
  transform: none;
}
.our-growing-impact-section::after {
  bottom: -40px;
  border-radius: 50% 50% 0 0;
  height: 80px;
  background: #fff;
  transform: none;
} */
.our-growing-impact-section .container {
  position: relative;
  z-index: 2;
}
.impact-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.impact-desc {
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto 3rem;
  opacity: 0.9;
}
.impact-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 30px;
  align-items: center;
}
.impact-img-box {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
}
.impact-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.impact-img-left {
  border-radius: 0 100px 100px 0;
}
.impact-img-right {
  border-radius: 100px 0 0 100px;
}
.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 500px;
  margin: 0 auto;
}
.stat-card {
  background: #fff;
  color: #000;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 170px;
  width: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.2;
}
.stat-label {
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary-text);
}
.stat-card-tl {
  border-radius: 528px 528px 0 220px;
}
.stat-card-tr {
  border-radius: 528px 528px 220px 0;
}
.stat-card-bl {
  border-radius: 220px 0 528px 528px;
}
.stat-card-br {
  border-radius: 0 220px 528px 528px;
}

@media (max-width: 991px) {
  .impact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .impact-img-box {
    height: 250px;
    max-width: 400px;
    margin: 0 auto;
  }
  .stats-grid {
    gap: 15px;
  }
}

@media (max-width: 575px) {
  .impact-title {
    font-size: 2rem;
  }
  .stat-card {
    height: 120px;
    padding: 15px;
  }
  .stat-number {
    font-size: 1.75rem;
  }
  .stats-grid {
    gap: 10px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1399px) {
  .section-title h3 {
    font-size: 3rem;
  }
  .footer-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 1199px) {
  .mb-60 {
    margin-bottom: 40px;
  }
  header .header-content {
    background: var(--primary);
  }
  .navbar-nav .nav-item a {
    font-size: 1rem;
    padding: 20px;
  }
  .hero-section .main-banner-content {
    position: relative;
  }
}

@media (min-width: 992px) {
}

@media (max-width: 991px) {
  .mb-60 {
    margin-bottom: 30px;
  }
  .mt-80 {
    margin-top: 60px;
  }
  .mt-130 {
    margin-top: 70px;
  }
  #navbarNavDropdown .menu-content {
    padding: 10px 0 0;
  }
  .navbar-nav .nav-item a {
    padding: 10px;
  }
  .nav-img img {
    padding: 12.5px;
    border-radius: 11px 0 11px 0;
    background-color: var(--secondary);
    height: 44px;
    width: 44px;
  }
  .nav-img .top-right-content a,
  .nav-img .top-right-content span {
    color: var(--secondary-text);
  }
  .nav-img {
    width: 80%;
  }
  .nav-img .top-right-content a {
    overflow-wrap: anywhere;
  }
  .header-content .menu.navbar {
    padding: 10px 0;
  }
  .section-title {
    text-align: center;
  }
  .section-title h3 {
    font-size: 2rem;
    margin-top: 0;
  }
  .heroSwiper .swiper-group {
    padding: 15px 40px 15px 50px;
    border-top-left-radius: 60px;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .mt-60 {
    margin-top: 40px;
  }
  .mt-70 {
    margin-top: 50px;
  }
  .mt-130 {
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
}

@media (max-width: 480px) {
  .mb-60 {
    margin-bottom: 20px;
  }
  .mt-60 {
    margin-top: 30px;
  }
  .mt-70 {
    margin-top: 30px;
  }
  .mt-80 {
    margin-top: 30px;
  }
  .section-title h3 {
    font-size: 1.5rem;
  }
  .heroSwiper .swiper-group {
    padding: 10px 30px 10px 40px;
    border-top-left-radius: 40px;
    gap: 15px;
  }
  .heroSwiper .swiper-pagination-bullet-active {
    width: 20px;
  }
  .heroSwiper .swiper-button-next::after,
  .heroSwiper .swiper-button-prev::after {
    font-size: 16px;
  }
  .highlight-card h3 {
    font-size: 16px;
  }
  .footer-section {
    padding: 70px 0 30px;
  }
  .breadcrumb-banner img {
    height: 150px;
  }
  .footer-info > div {
    width: 100% !important;
  }
}

@media (max-width: 425px) {
  .copyright {
    padding-top: 20px;
  }
}

@media (max-width: 319px) {
}
