@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
	list-style: none;
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
	line-height: inherit;
}
body {
  font-family: "PT Sans", sans-serif  !important;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-weight: normal;
  margin: 0;
  background: none;
  line-height: 1.25em;
  font-family: "PT Sans", sans-serif  !important;
}

a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
}
textarea{
	overflow:hidden;
	resize: none;	
}

button{
	outline: none !important;
	cursor: pointer;
}
ul.navbar-nav.m-auto.menu__list.my-3.my-lg-0 {
  display: flex;
    justify-content: end;
    /* margin: 0px auto; */
    align-items: center;
    flex-direction: column;
}


div#navbarNav {
  flex-grow: 0;
}
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  z-index: 999;
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
  flex-direction: column;
  padding-top: 0;
  gap: 10px;
}
.position-fixed {
  position: fixed !important;
  top: 0;
}
.navbar-toggler {
  background: transparent !important;
}
.menu {
  background: #fff;
  padding: 20px 0;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 12;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
button.navbar-toggler {
  color: rgb(16 126 106) !important;
  border-color: rgb(0 0 0 / 0%) !important;
}

@media screen and (min-width: 568px) {
  .menu {
    padding: 15px 0;
  }
}
@media screen and (min-width: 992px) {
  .menu__logo {
    width: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .menu__logo {
    width: auto;
  }
}
.menu__logo-img {
  width: 100%;
  max-width: 255px;
}
@media screen and (min-width: 568px) {
  .menu__logo-img {
    /* width: 100%; */
  }
}
.menu__toggle {
  outline: 0 !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #00715D !important;
  font-size: 22px;
}
.menu__list {
  margin: 0 0;
}
.menu__list li {
  padding: 15px 0 !important;
  border-bottom: 1px solid #DAEBE8;
}
.menu__list li:hover {
  background: #E6F1EF;
}
@media screen and (min-width: 992px) {
  .menu__list li {
    padding: 0 16px !important;
    border-bottom: 1px solid transparent;
  }
  .menu__list li:hover {
    background: transparent !important;
  }
}
@media screen and (min-width: 1200px) {
  .menu__list li {
    padding: 0 20px !important;
  }
}
@media screen and (min-width: 1366px) {
  .menu__list li {
    padding: 0 25px !important;
  }
}
.menu__list-dropdown {
  margin: 0 0;
}
.menu__list-dropdown--ul {
  position: relative;
  border: 1px solid rgba(62, 94, 80, 0.168627451) !important;
  -webkit-box-shadow: 0px 8px 34px 0px rgba(77, 77, 77, 0.07);
  box-shadow: 0px 8px 25px 0px rgba(77, 77, 77, 0.07);
  margin: 3px 0px 0 0 !important;
  padding: 0 0px 10px !important;
  z-index: 10;
  /* height: 250px; */
  overflow-y: scroll;
  width: 235px;
}
.menu__list-dropdown--ul li:last-child {
  margin: 0 0 !important;
}
.menu__list-dropdown--ul li {
  margin: 0 0 8px 0;
  padding: 0 !important;
}
.menu__list-dropdown--ul a {
  /* font-family: "Inter", sans-serif; */
  /* font-weight: 400 !important; */
  font-size: 1rem !important;
  color: #101828 !important;
  text-transform: capitalize;
  padding: 15px 1.5rem !important;
}
.menu__list-dropdown--ul a:hover {
  color: #3e6e5a !important;
    background: rgb(162 189 177) !important;
}
.menu__list-dropdown--ul a:active {
  background-color: transparent !important;
}
.menu__list-link {
  padding: 0 0 !important;
  margin: 0 0 !important;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px !important;
  color: #101828 !important;
  text-transform: capitalize;
  font-family: "PT Sans", sans-serif;
}
.menu__list-link:hover {
  /* color: #00715D !important; */
}
@media screen and (min-width: 992px) {
  .menu__list-link {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1200px) {
  .menu__list-link {
    font-size: 16px !important;
  }
}
.nav-item .menu__list-link--active {
  color: #3e6e5a !important;
  font-weight: 600;
}
.current-menu-ancestor .dropdown-toggle{
  color: #3e6e5a !important;
  font-weight: 600;
}
.current_page_item .menu__list-link{
  color: #3e6e5a !important;
  font-weight: 600;
}
.menu__btn {
  margin: 0 0;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  padding: 11px 24px;
}
@media screen and (min-width: 992px) {
  .menu__btn {
    font-size: 14px !important;
    padding: 8px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .menu__btn {
    font-size: 16px !important;
    padding: 11px 24px;
  }
}
@media (max-width: 991px) {
  .navbar-collapse.collapse.show {
      display: block !important;
  }

  /* Dropdown menu positioning for mobile */
  .dropdown-menu {
      position: static;
      width: 100%;
      text-align: left;
      background-color: #fff;
      border: none;
      box-shadow: none;
      padding: 0;
  }
  
  .dropdown-item {
      padding: 10px 15px;
      color: #333;
  }

  .dropdown-toggle::after {
      display: none; /* Hide arrow icon */
  }
}
.menu__btn-in {
  width: 100%;
  color: #00715D !important;
  border-radius: 8px;
  text-transform: capitalize;
  border: 1px solid #00715D !important;
  background: #fff !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.menu__btn-in:hover {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff !important;
  background: #00715D !important;
}
@media screen and (min-width: 992px) {
  .menu__btn-in {
    width: auto;
    margin: 0 20px 0 0 !important;
  }
}
.menu__btn-up {
  width: 100%;
  color: #fff !important;
  background: #00715D !important;
  border-radius: 8px;
  text-transform: capitalize;
  border: 1px solid #00715D !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.menu__btn-up:hover {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #00715D !important;
  background: #fff !important;
}
@media screen and (min-width: 992px) {
  .menu__btn-up {
    width: auto;
  }
}
.menu ::-webkit-scrollbar {
  width: 7px;
}
.menu ::-webkit-scrollbar-track {
  background: #CCE3DF;
}
.menu ::-webkit-scrollbar-thumb {
  background: #00715D;
  border-radius: 5px;
}


.hero__three {
  margin: 0 0;
  background-image: url('../images/banner-bg.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* padding: 130px 0 76px 0; */
}
.hero__three-layer {
  background: linear-gradient(272deg, rgba(0, 113, 93, 0) 0%, #3e6e5a 100%);
  padding: 160px 0 100px 0;
}
.hero__three-gray {
  color: #EAECF0 !important;
}
.hero__three-i {
  color: #00715D;
  background: #EAECF0;
  margin: 0 8px 0 0;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero__three-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 30px;
  border-radius: 20px;
  max-width: 337px;
}
.hero__three-box--num {
  color: #00715D;
  font-family: "Inter", sans-serif;
  font-size: 19px;
  font-weight: 600;
  margin: 0 0 12px 0;
  text-transform: capitalize;
}
.hero__two {
  padding: 20px 0 96px 0;
}
.hero__two-i {
  color: #00715D;
  background: #fff;
  margin: 0 8px 0 0;
  padding: 6px;
  height: 28px;
  width: 28px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero__frame {
  margin: 0 0;
  position: relative;
}
.hero__frame-circle {
  width: 100%;
}
.hero__frame-person {
  position: absolute;
  left: -2%;
  top: -43%;
}

.global__heading-w {
  color: #fff !important;
}
.global__title {
  margin: 13px 0 0 0;
  font-size: 32px;
  /* font-family: "Inter", sans-serif; */
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .global__title {
    font-size: 48px !important;
  }
}
@media screen and (min-width: 1200px) {
  .global__title {
    font-size: 52px !important;
  }
}
@media screen and (min-width: 1400px) {
  .global__title {
    font-size: 60px !important;
  }
}
.global__title-dark {
  color: #101828;
}
.global__text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #101828;
  font-size: 16px;
  margin: 0 0 12px 0;
  text-transform: uppercase;
}
@media screen and (min-width: 568px) {
  .global__text {
    font-size: 20px;
  }
}
.global__text-w {
  color: #fff !important;
}
@media screen and (min-width: 568px) {
  .hero__three-box--num {
    font-size: 24px;
  }
}
.hero__three-box--icon {
  margin: 0 0px 0 0;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 113, 93, 0.1)), to(rgba(0, 113, 93, 0)));
  background: linear-gradient(180deg, rgba(0, 113, 93, 0.1) 0%, rgba(0, 113, 93, 0) 100%);
  padding: 15px 15px;
  width: 25%;
}
.hero__three-progress {
  background: #E6F1EF;
  height: 8px;
}
.hero__three-progress--bar {
  background: #00715D;
}

.hero__banner-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#E6F1EF), to(rgba(230, 241, 239, 0)));
  background: linear-gradient(180deg, #E6F1EF 0%, rgba(230, 241, 239, 0) 100%);
}

.global__rise {
  color: #344054;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .global__rise {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .global__rise {
    font-size: 17px;
  }
}
.global__desc {
  margin: 24px 0 40px 0;
  font-family: "Inter", sans-serif;
  color: #344054;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
}
@media screen and (min-width: 568px) {
  .global__desc {
    font-size: 18px;
  }
}

.global__btn {
  text-decoration: none;
  border: 1px solid transparent;
  
  color: #3e6e5a;
  background: #eaf3f1;
  border: 2px solid #3e6e5a;
  font-size: 16px ;
  font-weight: 600;
  border-radius: 8px;
  padding: 13px 25px;
  text-transform: capitalize;
  transition: all 0.2s linear;
 
  
}
.global__btn:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #ffffff !important;
  background: #3e6e5a !important;
 
}
.global__btn-arrow {
  position: relative;
  left: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(-30deg);
}
.global__arrow {
  margin: 25px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.global__arrow-default {
  background: #fff;
  -webkit-box-shadow: 0px 16px 32px rgba(0, 12, 48, 0.078);
          box-shadow: 0px 16px 32px rgba(0, 12, 48, 0.078);
  padding: 13px 14px;
  margin: 0 16px;
  font-size: 15px;
  cursor: pointer;
  border-radius: 100px;
  color: #98A2B3;
  border: 1px solid transparent;
  z-index: 9;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.global__arrow-default:hover {
  color: #00715D;
  border: 1px solid #CCE3DF !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (min-width: 400px) {
  .global__arrow-default {
    padding: 16px 17px;
    font-size: 18px;
  }
}
.global__arrow-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-row: 2;
  grid-row: 2/2;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 82px;
  position: relative;
  left: 50%;
}
@media screen and (min-width: 400px) {
  .global__arrow-left {
    left: 66%;
  }
}
@media screen and (min-width: 768px) {
  .global__arrow-left {
    left: 76%;
  }
}
@media screen and (min-width: 992px) {
  .global__arrow-left {
    left: 83%;
  }
}
@media (max-width: 991px) { /* For tablet and mobile screens */
  .navbar-collapse {
      justify-content: center;
  }
  div#navbarNav {
    width: 100%;
    justify-content: end;
    display: flex;
    margin: 0px auto !important;
  }

ul.navbar-nav.m-auto.menu__list.my-3.my-lg-0 {
    display: flex;
    justify-content: center;
    margin:auto;
    text-align: center;
    /* width: 100%; */
}
}
@media screen and (min-width: 1200px) {
  .global__arrow-left {
    left: 88%;
  }
}
.global__arrow-right {
  width: 82px;
}
.global__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  font-size: 22px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.global__icon-white {
  background: rgba(0, 113, 93, 0.1) !important;
  color: #00715D;
}
.global__icon-wmedium {
  border: 1px solid #E6F1EF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 113, 93, 0.1)), to(rgba(0, 113, 93, 0)));
  background: linear-gradient(180deg, rgba(0, 113, 93, 0.1) 0%, rgba(0, 113, 93, 0) 100%);
}
.global__icon-green {
  background: #00715D;
  color: #fff;
}
.global__white {
  background: #fff !important;
}
@media screen and (min-width: 992px) {
  .global__transparent {
    background: transparent !important;
  }
}

/* features design css start */

.service2 {
  overflow-x: hidden;
}
.service2__bg {
  /* background: -webkit-gradient(linear, left top, left bottom, from(#ECF4F3), to(#FFF)); */
  background: linear-gradient(180deg, #ECF4F3 0%, #FFF 100%);
}
.service2__m {
  margin-bottom: 48px !important;
}
.service2__card {
  padding: 30px 30px 30px 30px;
  text-align: center;
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 12px 43px -12px rgba(34, 85, 58, 0.14);
  box-shadow: 0px 12px 43px -12px rgba(34, 85, 58, 0.14);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  min-height: 330px;
}
.service2__card:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #3e6e5a;
}
.service2__card:hover .service2__card-boxshow {
  display: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.service2__card:hover .service2__card-boxhide {
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.service2__card:hover .service2__card-handshow {
  display: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.service2__card:hover .service2__card-handhide {
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.service2__card:hover .service2__card-heading {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #fff;
}
.service2__card:hover .service2__card-desc {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #F2F4F7;
}
.service2__card:first-child {
  margin: 0 0 50px 0;
}
@media screen and (min-width: 992px) {
  .service2__card:first-child {
    margin: 0 0;
  }
}
.service2__card-boxhide {
  display: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.service2__card-boxshow {
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.service2__card-handhide {
  display: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.service2__card-handshow {
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.service2__card-heading {
  font-size: 25px !important;
  margin: 24px 0 12px 0 !important;
  font-weight: 600 !important;
  text-transform: capitalize;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (min-width: 992px) {
  .service2__card-heading {
    font-size: 30px !important;
  }
}
.service2__card-desc {
  font-size: 14px !important;
  line-height: 22px !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (min-width: 992px) {
  .service2__card-desc {
    font-size: 16px !important;
    line-height: 28px !important;
  }
}
.global__py {
  padding-top: 50px;
  padding-bottom: 60px;
}
/* feature css end */

/* about us css start */


/* General Donation Section */
.donation {
  overflow-x: hidden;
  padding: 50px 0 60px!important;
}

@media screen and (min-width: 1200px) {
  .donation {
    /* padding: 66px 0 !important; */
  }
}

/* Grid for Donation Content */
.donation__mt {
  margin: 30px 0 0;
  display: grid;
  align-items: center;
}

@media screen and (min-width: 568px) {
  .donation__mt {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Heading Styles */
.donation__heading {
  margin-bottom: 24px;
  font-size: 28px; /* Default font size */
}

@media screen and (min-width: 992px) {
  .donation__heading {
    font-size: 35px;
  }
}

@media screen and (min-width: 1200px) {
  .donation__heading {
    font-size: 42px;
  }
}

/* Description Text */
.donation__desc {
  font-size: 16px;
  line-height: 28px !important;
}

@media screen and (max-width: 768px) {
  .donation__desc {
    font-size: 14px;
    line-height: 24px;
  }
}

/* Donation Button */
a.donation__btn {
  text-decoration: none;
    border: 1px solid transparent;
    color: #3e6e5a;
    background: #eaf3f1;
    border: 2px solid #3e6e5a;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    padding: 13px 25px;
    text-transform: capitalize;
    transition: all 0.2s linear;
  }

a.donation__btn:hover {
  background: #3e6e5a;
  color: #fff;
}

/* Donation Image Container */
.donation__img {
  margin-top: 0px; /* Default for larger screens */
  justify-content: center;
}

@media (max-width: 992px) {
  .donation__img {
    margin-top: 0px;
    margin-bottom: 40px; /* Medium screens (tablets) */
    justify-content: flex-start !important;
  }
}

@media (max-width: 768px) {
  .donation__img {
    margin-top: 20px;
  }
}

@media (max-width: 576px) {
  .donation__img {
    margin-top: 10px;
  }
}

/* Donation Image */
.donation__img img {
  border-radius: 50%;
  width: 100%;
  max-width: 530px; /* Maximum size for larger screens */
  height: 533px; /* Maintain aspect ratio */
  border: 2px solid #00715D;
  padding: 2px;
  box-shadow: -8px 21px 50px 20px rgba(206, 206, 206, 1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: leftRightMove 1s ease-in-out infinite alternate;
}

@media screen and (max-width: 768px) {
  .donation__img img {
    max-width: 300px; /* Smaller size for mobile screens */
    box-shadow: -4px 10px 20px 10px rgba(206, 206, 206, 1);
  }
}

.donation__img img:hover {
  transform: scale(1.05); /* Slight zoom effect */
  box-shadow: -8px 21px 50px 20px rgb(0 113 93 / 18%);
}

/* Animated Element */
@keyframes leftRightMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(10px);
  }
}

/* Element Decorations */
.donation__element {
  position: absolute;
  top: 0;
}

.donation__element2 {
  position: absolute;
  right: 0;
  top: -9%;
  z-index: -2;
  transform: rotateY(170deg);
  width: 100px;
  height: 130px;
}

.donation__element3 {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotateY(190deg);
}

@media screen and (min-width: 992px) {
  .donation__element3 {
    width: 16%;
  }
}

@media screen and (min-width: 1200px) {
  .donation__element3 {
    width: auto;
  }
}

/* about us css end */



/* service css start  */

.service__bg2 {
  background: #E6F1EF;
}
.service__m {
  margin-bottom: 48px !important;
}
.service__p {
  padding: 110px 0 !important;
}

.service__card-linear {
  background: -webkit-gradient(linear, left top, left bottom, from(#ECF4F3), to(#fff)) !important;
  background: linear-gradient(180deg, #ECF4F3 0%, #fff 100%) !important;
}
.service__card:hover {
  -webkit-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
  border: 2px solid #fff;
  background: #00715D !important;
}
.service__card:hover .service__card-heading {
  -webkit-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
  color: #fff !important;
}
.service__card:hover .service__card-desc {
  -webkit-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
  color: #EAECF0 !important;
}
.service__card:hover .service__card-icon {
  -webkit-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
  background: rgba(9, 167, 139, 0.7490196078);
}
.service__card:hover .service__card-icon2 {
  -webkit-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
  background: #fff !important;
}
.service__card:first-child {
  /* margin: 0 0 50px 0; */
}
@media screen and (min-width: 992px) {
  .service__card:first-child {
    margin: 0 0;
  }
}
.service__card-icon {
  -webkit-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
  background: #00715D;
}
.service__card-icon2 {
  -webkit-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
}
.service__card-heading {
  font-size: 25px !important;
  margin: 24px 0 12px 0 !important;
  font-weight: 600 !important;
  text-transform: capitalize;
}
@media screen and (min-width: 992px) {
  .service__card-heading {
    font-size: 25px !important;
  }
}
.service__card-desc {
  font-size: 14px !important;
  line-height: 22px !important;
}
@media screen and (min-width: 992px) {
  .service__card-desc {
    font-size: 16px !important;
    line-height: 27px !important;
  }
}


.service__card.global__white {
  padding: 25px 30px 25px 30px;
  text-align: center;
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 12px 43px -12px rgba(34, 85, 58, 0.14);
  box-shadow: 0px 12px 43px -12px rgba(34, 85, 58, 0.14);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  min-height: 330px;
  border: 2px solid #349281;
}

.row-gap {
  display: flex;
  row-gap: 30px;
}


/* service css end */

.top-rotten-curve {
    position: absolute;
    left: 0;
    top: -19px;
    width: 100%;
    height: 20px;
    background: url(../images/rotten-curve-5.png) center top no-repeat;
    background-size: 100% 100%;
    /* z-index: 1; */
}
.facts-section {
  position: relative;
  padding: 80px 0px 40px;
  background: #1e2436;
  z-index: 2;
}
.count-box {
  visibility: visible;
  opacity: 1;
}

.fact-counter {
  position: relative;
}
.fact-counter .column {
  position: relative;
  margin-bottom: 0px;
}
.fact-counter .column .inner {
  position: relative;
}
.fact-counter .column .inner:before {
  position: absolute;
  content: '';
  right: -20px;
  top: 50%;
  margin-top: -45px;
  width: 1px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.40);
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
.fact-counter .column .inner .content {
  position: relative;
  text-align: center;
}
.fact-counter .column .inner .count-outer {
  color: #3cc88f;
}

.fact-counter .column .inner .count-outer {
  position: relative;
  font-weight: 400;
  font-size: 50px;
  line-height: 1.1em;
  display: block;
  /* font-family: 'Playfair Display', cursive !important; */
}
.fact-counter .column .inner .counter-title {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.70;
  margin-top: 0px;
}
.top-rotten-curve {
  position: absolute;
  left: 0;
  top: -19px;
  width: 100%;
  height: 20px;
  background: url('../images/rotten-curve-5.png') center top no-repeat;
  background-size: 100% 100%;
  /* z-index: 1; */
}






/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position:relative;
	padding: 50px 0px;
}
button.theme-btn.btn-style-one{
  margin: 30px 0 0 0;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #00715D;
  background: #eaf3f1;
  border: 2px solid #00715D;
  font-weight: 600;
  border-radius: 8px;
  padding: 16px 30px;
  text-transform: capitalize;
  transition: all 0.2s linear;
  text-decoration: none;
}
button.theme-btn.btn-style-one:hover {
  background: #00715D;
  color: #fff;
  border: 2px solid #00715D;
}
.contact-section .icon-one{
	position: absolute;
	left: 80px;
	top: 50%;
	line-height: 1em;
	font-size: 48px;
	color: #010101;
	opacity: 0.10;
}

.contact-section .icon-two{
	position: absolute;
	right: 25%;
	top: 15%;
	line-height: 1em;
	font-size: 48px;
	color: #010101;
	opacity: 0.10;
}

.contact-section .icon-three{
	position: absolute;
	right: 12%;
	top: 60%;
	line-height: 1em;
	font-size: 120px;
	color: #dc4549;
	opacity: 0.10;
}

.contact-section.contact-page{
	padding-bottom: 80px;
}

.contact-section .form-column{
	order: 12;
}

.contact-section .image-column .inner{
	position: relative;
	display: block;
	margin-left: 0px;
	margin-right: 30px;
}

.contact-section .image-column img{
	display: block;
	max-width: 100%;
}

.contact-section .image-column .icon-1{
	position: absolute;
	left: -10px;
	top: 30px;
	width: 140px;
	height: 148px;

}

.contact-section .image-column .icon-2{
	position: absolute;
	right: 10px;
	bottom: 200px;
	width: 92px;
	height: 97px;
	
}

.sec-title {
  position: relative;
  margin-bottom: 60px;
}

.centered {
  text-align: center !important;
}
.contact-section .form-column{
	position: relative;
	margin-bottom: 20px;
}

.contact-section .form-column .inner{
	position: relative;
	display: block;
	padding-left: 30px;
}

.contact-section .form-column .shape-box{
	position: relative;
	display: block;
	padding: 16px 50px;
	
	margin-bottom: 40px;
}

.contact-section .form-column .shape-box h3{
	position: relative;
	line-height: 40px;
	color: #000;
	font-size: 24px;
	font-weight: 700;
}

.default-form{
 	position: relative;
}

.default-form .row{
	margin: 0 -15px;
}

.default-form .form-group{
	position:relative;
	padding: 0 15px;
	margin-bottom: 10px;
}

.default-form .form-group .field-label{
	position:relative;
	display: block;
	color: #000000;
	line-height: 24px;
	/* font-style: italic; */
	text-transform: capitalize;
	margin-bottom: 10px;
}

.default-form .form-group:last-child{
	margin-bottom: 0;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select{
	position: relative;
    display: block;
    height: 52px;
    width: 100%;
    font-size: 15px;
    color: #25283a;
    line-height: 30px;
    font-weight: 400;
    padding: 10px 20px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
	border-radius:5px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-form .form-group textarea{
	height: 130px;
	resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form .form-group button{
	display:inline-block;
	margin-top:10px;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group input[type="file"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group textarea:focus,
.default-form .form-group select:focus{
	border-color: #4cc7d6;
}

.contact-form ::-webkit-input-placeholder{color: #6c6d70;}

.contact-form ::-moz-input-placeholder{color: #6c6d70;}

.contact-form ::-ms-input-placeholder{color: #6c6d70;}

.default-form label.error{
	color: #ff0000;
	font-size:14px;
	text-transform: capitalize;
	text-align:left;
	display:block;
	padding-top:5px;
}

/* testimonila slider design css start */


.testimonial {
  padding: 50px 0;
  background: #E6F1EF;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .testimonial {
    padding: 100px 0;
  }
}
.testimonial  .slick-slide img {
  display: block;
  width: 100%;
  max-width: 70px;
  border-radius: 50%;
  height: 70px;
  border: 2px solid #3e6e5a;
  padding: 2px;
}
.testimonial__body {
  position: relative;
}
.testimonial__body-left {
  position: absolute;
  top: 43%;
  left: -2%;
}
.testimonial__body-right {
  position: absolute;
  top: 43%;
  right: -2%;
}
.testimonial__body-bg {
  background: #E6F1EF;
  padding: 110px 0;
}
.testimonial__body-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .testimonial__body-items {

    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .testimonial__body-items {
 
    grid-template-columns: repeat(3, 1fr);
  }
}
.testimonial__body-slider .slick-slide {
  margin: 0 0;
  padding: 0 0 !important;
}
@media screen and (min-width: 768px) {
  .testimonial__body-slider .slick-slide {
    margin: 0 0 0 12px !important;
    padding: 0 0 0 18px !important;
  }
}
.testimonial__arrow-left {
  position: absolute;
  top: 36%;
  left: 0;
  content: "";
}
@media screen and (min-width: 992px) {
  .testimonial__arrow-left {
    top: 32%;
  }
}
@media screen and (min-width: 1200px) {
  .testimonial__arrow-left {
    left: -1%;
  }
}
.testimonial__arrow-right {
  position: absolute;
  top: 36%;
  right: -5%;
  content: "";
  -ms-grid-column: 2;
  grid-column: 2/2;
}
@media screen and (min-width: 768px) {
  .testimonial__arrow-right {
    right: -9%;
  }
}
@media screen and (min-width: 992px) {
  .testimonial__arrow-right {
    top: 32%;
    right: -6.5%;
  }
}
@media screen and (min-width: 1200px) {
  .testimonial__arrow-right {
    right: -6%;
  }
}
.testimonial__card {
  padding: 40px;
  background: #fff;
  border-radius: 30px;
  font-family: "Inter", sans-serif;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 2px solid transparent;
}
.testimonial__card:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 2px solid #fff;
  background: #3e6e5a !important;
}
.testimonial__card:hover .testimonial__card-name {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #fff !important;
}
.testimonial__card:hover .testimonial__card-desc {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #EAECF0 !important;
}
.testimonial__card:hover .testimonial__card-type {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #EAECF0 !important;
}
.testimonial__card-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  list-style: none;
  padding: 0;
}
.testimonial__card-ul li i {
  color: #FDD65B;
}
.testimonial__card-name {
  font-weight: 600;
  font-size: 18px;
  color: #18181B !important;
  text-transform: capitalize;
  text-decoration: none;
}
.testimonial__card-type {
  color: #18181B;
  font-weight: 400;
  font-size: 12px;
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.testimonial__card-desc {
  margin: 20px 0;
  font-size: 14px;
  line-height: 24px !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (min-width: 576px) {
  .testimonial__card-desc {
    font-size: 16px;
    line-height: 28px !important;
  }
}
.testimonial .slick-slider {
  display: -ms-grid !important;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
}
.testimonial__slick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonial .slick-list {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.testimonial .slick-dots {
  margin: 30px 0 0 0;
}
.testimonial .slick-slide {
  margin: 0 0;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .testimonial .slick-slide {
    padding: 0 0 0 10px;
    margin: 0 0 0 12px;
  }
}
.testimonial__body-slider {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.testimonial .global__heading {
  margin: 0px 0 48px 0;
  /* font-family: "Inter", sans-serif; */
  font-weight: 600;
  font-size: 25px;
  color: #101828;
}
.testimonial__body-slider {
  display: block;
  width: 100%;
}

.testimonial__body-slider .slick-slide {
  display: inline-block;
}
@media screen and (min-width: 400px) {
  .global__arrow.testimonial__arrow-left.slick-arrow {
      padding: 16px 17px;
      font-size: 18px;
  }
}

.global__arrow.testimonial__arrow-left.slick-arrow {
  background: #fff;
  -webkit-box-shadow: 0px 16px 32px rgba(0, 12, 48, 0.078);
  box-shadow: 0px 16px 32px rgba(0, 12, 48, 0.078);
  padding: 13px 14px;
  margin: 0 16px;
  font-size: 15px;
  cursor: pointer;
  border-radius: 100px;
  color: #98A2B3;
  border: 1px solid transparent;
  z-index: 9;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (min-width: 400px) {
  .global__arrow.testimonial__arrow-right.slick-arrow {
      padding: 16px 17px;
      font-size: 18px;
  }
}

.global__arrow.testimonial__arrow-right.slick-arrow{
  background: #fff;
  -webkit-box-shadow: 0px 16px 32px rgba(0, 12, 48, 0.078);
  box-shadow: 0px 16px 32px rgba(0, 12, 48, 0.078);
  padding: 13px 14px;
  margin: 0 16px;
  font-size: 15px;
  cursor: pointer;
  border-radius: 100px;
  color: #98A2B3;
  border: 1px solid transparent;
  z-index: 9;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
/*---- testimonal design css end --- */


.footer {
  position: relative;
  z-index: 8;
  background-image: url('../images/footerDrop.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #101828;
  padding: 16rem 0 48px 0;
}
@media screen and (min-width: 1200px) {
  .footer {
    padding: 4rem 0 2rem 0;
  }
}
.footer__desc {
  color: #EAECF0;
  margin: 12px 0 20px 0;
}
@media screen and (min-width: 1200px) {
  .footer__desc {
    font-size: 16px;
  }
}
.footer__social {
  margin: 0 0;
}
.footer__social-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 0;
}
.footer__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #fff !important;
  background: 3e6e5a;
  border: 1px solid 3e6e5a;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  border-radius: 100px;
  font-size: 20px;
  width: 48px;
  height: 48px;
}
.footer__social-link:hover {
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  background: #3e6e5a;
}
.footer__sub {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  margin: 0 0 20px 0;
}
.footer__inp {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #fff !important;
  background: #1D2939 !important;
  border-radius: 12px;
  padding: 16px 0 16px 12px;
  outline: 0 !important;
  border: 1px solid transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.footer__inp:focus {
  border: 1px solid #18b89c !important;
}
.footer__inp-btn {
  /* / color: #fff !important; / */
  position: absolute;
  right: 70px;
  content: "";
  padding: 10px 24px !important;
  -webkit-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
  text-decoration: none !important;
  border: 1px solid transparent !important;
  color: #3e6e5a !important;
  background: #eaf3f1;
  border: 2px solid #3e6e5a !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
}



form.wpcf7-form.init .d-flex.position-relative p {
  display: flex;
  align-items: baseline;
}
.footer__inp-btn:hover {
  color: #fff !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #3e6e5a !important;
}
.footer__list {
  margin: 0 0;
  padding: 0 0;
}
.footer__listli:last-child {
  margin: 0 0;
}
.footer__list li {
  margin: 0 0 16px 0;
}
.footer__list-item {
  text-decoration: none;
  color: #fff !important;
  /* font-family: "Inter", sans-serif; */
  font-size: 1rem;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  position: relative;
  list-style: none;
  font-family: "PT Sans", sans-serif  !important;;
}
.footer__list-item:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #3e6e5a !important;
}
.footer__border {
  background: 3e6e5a;
  margin: 20px 0;
  height: 2px !important;
}
.footer__bottom {
  color: #EAECF0;
  margin-bottom: 0;
  font-size: 16px;
}

.brand-logo {
	/* Slider */
	position: relative;
	padding: 80px 0px 80px;
	background: #1e2436;
	z-index: 2;
}
 .brand-logo h2 {
	 text-align: center;
	 padding: 0px 0px 50px;
	 color: #fff;
}
 .brand-logo .slick-slide {
	 margin: 0px 20px;
}
 .brand-logo .slick-slide img {
	 width: 100%;
}
 .brand-logo .slick-slider {
	 position: relative;
	 display: block;
	 box-sizing: border-box;
	 -webkit-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
	 -webkit-touch-callout: none;
	 -khtml-user-select: none;
	 -ms-touch-action: pan-y;
	 touch-action: pan-y;
	 -webkit-tap-highlight-color: transparent;
}
 .brand-logo .slick-list {
	 position: relative;
	 display: block;
	 overflow: hidden;
	 margin: 0;
	 padding: 0;
}
 .brand-logo .slick-list:focus {
	 outline: none;
}
 .brand-logo .slick-list.dragging {
	 cursor: pointer;
	 cursor: hand;
}
 .brand-logo .slick-slider .slick-track, .brand-logo .slick-slider .slick-list {
	 -webkit-transform: translate3d(0, 0, 0);
	 -moz-transform: translate3d(0, 0, 0);
	 -ms-transform: translate3d(0, 0, 0);
	 -o-transform: translate3d(0, 0, 0);
	 transform: translate3d(0, 0, 0);
}
 .brand-logo .slick-track {
	 position: relative;
	 top: 0;
	 left: 0;
	 display: block;
}
 .brand-logo .slick-track:before, .brand-logo .slick-track:after {
	 display: table;
	 content: '';
}
 .brand-logo .slick-track:after {
	 clear: both;
}
 .brand-logo .slick-loading .slick-track {
	 visibility: hidden;
}
 .brand-logo .slick-slide {
	 display: none;
	 float: left;
	 height: 100%;
	 min-height: 1px;
}
 .brand-logo [dir='rtl'] .slick-slide {
	 float: right;
}
 .brand-logo .slick-slide img {
	 display: block;
}
 .brand-logo .slick-slide.slick-loading img {
	 display: none;
}
 .brand-logo .slick-slide.dragging img {
	 pointer-events: none;
}
 .brand-logo .slick-initialized .slick-slide {
	 display: block;
}
 .brand-logo .slick-loading .slick-slide {
	 visibility: hidden;
}
 .brand-logo .slick-vertical .slick-slide {
	 display: block;
	 height: auto;
	 border: 1px solid transparent;
}
 .brand-logo .slick-arrow.slick-hidden {
	 display: none;
}

@media (max-width:1200px){
  .footer {
    position: relative;
    padding: 3rem 0 0px 0;
  }
  .contact-section .image-column .inner {
    position: relative;
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    
}
.donation__img img {
  max-width: 400px; /* Reduce size for tablets */
  height: 400px;
  box-shadow: -6px 15px 30px 15px rgba(206, 206, 206, 1); /* Adjust shadow */
}
.fact-counter .column .inner:before{
  display: none;
}
}

@media screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-submit.has-spinner.theme-btn.btn-style-one {
    width: 50% !important;
  }
  .about__list {
    row-gap: 10px;
    margin: 0px 0 45px 0;
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr !important;
  }
  .service__card.global__white {
    padding: 20px 30px 25px 20px;
    text-align: center;
    border-radius: 30px;
    background: #fff;
    -webkit-box-shadow: 0px 12px 43px -12px rgba(34, 85, 58, 0.14);
    box-shadow: 0px 12px 43px -12px rgba(34, 85, 58, 0.14);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
    min-height: 300px !important;
    border: 2px solid #349281;
}

.testimonial .slick-dots {
  display: none !important;
  margin: 30px 0 0 0;
}
  .hero__three-layer {
    background: linear-gradient(272deg, rgba(0, 113, 93, 0) 0%, #037762 100%);
    padding: 160px 0 55px 0;
}
.hero__three-layer .col-12.col-lg-5.d-flex.justify-content-end {
  justify-content: start !important;
}
section.facts-section {
padding: 40px 0px;
}


  .donation__img img {
      max-width: 400px; /* Reduce size for tablets */
      box-shadow: -6px 15px 30px 15px rgba(206, 206, 206, 1); /* Adjust shadow */
  }
  .hero__three-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 30px;
    border-radius: 20px;
    max-width: 337px;
    margin-top: 30px;
  }
  .contact-section .form-column .shape-box {
    position: relative;
    display: block;
    padding: 16px 0px;
    margin-bottom: 40px;
  }

.contact-section .form-column .inner {
  position: relative;
  display: block;
  padding-left: 0px;
}
.contact-section {
  position: relative;
  padding: 50px 0px;
  overflow: hidden;
}

}
.wpcf7-form-control.wpcf7-submit.has-spinner.theme-btn.btn-style-one:hover {
  background: #3e6e5a  !important;
  color: #fff !important;
}
.wpcf7-form-control.wpcf7-submit.has-spinner.theme-btn.btn-style-one {
  color: #3e6e5a;
  background: #eaf3f1;
  border: 2px solid #3e6e5a;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  padding: 16px 30px;
  text-transform: capitalize;
  transition: all 0.2s linear;
  width: 30%;
}
/* 
@media screen and (max-width: 480px) {
  .donation__img img {
      max-width: 300px; /* Reduce size further for mobile screens */
      /* box-shadow: -4px 10px 20px 10px rgba(206, 206, 206, 1); Adjust shadow for smaller screens
  }
}  */
.dropdown-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
}

/* Optional: Customize the appearance of the dropdown items */
.dropdown-menu .dropdown-item {
  padding: 10px;
}

/* Optional: Make sure dropdown items look visually appealing */
.navbar-nav .nav-item {
  position: relative;
}

.aboutus {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin: 24px 0 16px 0;
}
.fact-counter .column:last-child .inner:before {
  content: none;
}
.service2.service2__bg.global__py {
  padding-top: 50px;
  padding-bottom: 50px;
}
.service.service__bg2.global__py {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .testimonial {
      padding: 50px 0 !important;
  }
}

:root {
	 --responsive--aligndefault-width:  none !important;
	--responsive--alignwide-width: calc(100vw - 4 * var(--global--spacing-horizontal));
	--responsive--alignright-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
	--responsive--alignleft-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
}
:root {
	 --responsive--aligndefault-width: none  !important; 
	--responsive--alignwide-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 1240px);
}

@media screen and (max-width: 1199px) {

  .hero__three-layer .col-12.col-lg-5 {
    display: flex;
    justify-content: start  !important;
}

.hero__three-layer {
  background: linear-gradient(272deg, rgba(0, 113, 93, 0) 0%, #037762 100%) ;
  padding: 200px 0 60px 0;
}

  .footer__border {
      background: #344054;
      margin: 20px 0;
      height: 2px !important;
      padding: 0 !important;
  }
  
  
  .hero__three-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
  ;
      background: #fff;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 20px 9px;
      border-radius: 20px;
      max-width: 375px;
      margin-top: 50px;
  }
  .hero__three-box--icon {
      margin: 0 0px 0 0;
      border-radius: 50px;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 113, 93, 0.1)), to(rgba(0, 113, 93, 0)));
      background: linear-gradient(180deg, rgba(0, 113, 93, 0.1) 0%, rgba(0, 113, 93, 0) 100%);
      padding: 15px 15px;
      width: 25%;
  }

  .service2__card {
    padding: 20px 20px 20px 20px;
    text-align: center;
    border-radius: 30px;
    background: #fff;
    -webkit-box-shadow: 0px 12px 43px -12px rgba(34, 85, 58, 0.14);
    box-shadow: 0px 12px 43px -12px rgba(34, 85, 58, 0.14);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
    min-height: 340px;
}
.service__card.global__white {
    padding: 25px 30px 25px 30px;
    text-align: center;
    border-radius: 30px;
    background: #fff;
    -webkit-box-shadow: 0px 12px 43px -12px rgba(34, 85, 58, 0.14);
    box-shadow: 0px 12px 43px -12px rgba(34, 85, 58, 0.14);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
    min-height: 380px;
    border: 2px solid #349281;
}
}

.service.service__bg2.global__py .col-12.col-xl-12.text-center.mb-5.mb-xl-0.aos-init.aos-animate {
  margin-bottom: 30px !important;
}

.hero__three-layer .col-12.col-lg-5 {
  display: flex;
  justify-content: end;
}


/* new css 29 Nov */
.about__list {
  margin: 0px 0 45px 0;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.about__list li:nth-child(2) {
  margin: 5px 0;
}
.about__list li {
    margin: 5px 0;
}
.about__list li i {
  padding: 8px !important;
  margin: 0 9px 0 0;
  background: #3e6e5a;
  border: 2px solid #3e6e5a;
  border-radius: 30px;
  color: #fff;
}
.about__list li i:hover{
  background: #eaf3f1;
  color: #3e6e5a;
  border: 2px solid #3e6e5a;
}
.about__list li span {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #fff;
}
.about__image:first-child img {
  /* -webkit-transform: translate(0, -40px); */
  transform: translate(0, 100px);
}
.about__image2 img {
  border-radius: 55px;
  -webkit-transform: rotateY(10deg);
          transform: rotateY(10deg);
}

.service2_btn {
  /* display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px; */
  opacity: 0.90;
}
.service2_btn a.donation__btn {
  color: #477763;
  background: #eaf3f1;
  border-color: #00715d;
  box-shadow: none;
  border: 2px solid #00715d;
  font-weight: 600;
  border-radius: 8px;
  padding: 15px 30px;
  text-transform: capitalize;
  transition: all 0.2s linear;
  text-decoration: none;
}
.service2_btn a.donation__btn:hover {
  background: #3e6e5a;
  color: #fff;
}

/*-------------------service page css start*/

.wide-tb-100 {
  padding-top: 50px;
  padding-bottom: 90px;
  background: #E6F1EF;
  overflow: hidden;
}
.heading-main {
  /* color:#d59b2d; */
  font-size: 2.80rem;
  position: relative;
  /* font-weight: 800; */
  z-index: 1;
  margin-bottom: 3rem;
  font-size: 30px !important;
}
.heading-main small {
  position: relative;
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #101828;
  font-size: 20px;
  margin: 0 0 10px 0;
  text-transform: capitalize;
}
.heading-main small::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 41px;
  /* background: #477763; */
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
}

a.btn.btn-servcie {
  color: #477763;
  background: #eaf3f1;
  border-color: #00715d;
  box-shadow: none;
  border: 2px solid #00715d;
  font-weight: 600;
  border-radius: 8px;
  padding: 15px 30px;
  text-transform: capitalize;
  transition: all 0.2s linear;
  text-decoration: none;
}

a.btn.btn-servcie:hover {
  color: #fff;
  background-color: #477763;
  border-color: #477763;
}

.causes-wrap {
  border-radius: 10px;
  background: #fff;
  margin: 0 0 70px 0;
  width: 100%;
  box-shadow: 0px 0px 43px 0px rgba(2, 2, 2, 0.1);
}
.causes-wrap .img-wrap{
  position: relative;
}
.causes-wrap .img-wrap img{
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 280px;
}
.raised-progress {
  padding: 0rem 1.2rem;
  position: absolute;
  bottom: -30px;
  width: 100%;
  pointer-events: none;
}
.raised-progress .skillbar-wrap{
  padding: 0.7rem 1.2rem;
  border-radius: 4px;
  background-color: var(--white);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.17);
}
.causes-wrap .content-wrap{
  padding: 1.4rem 1.2rem 0;
}
.causes-wrap .content-wrap .tag {
  background-color: #f4f4f6;
  color: #27304b;
  font-size: 0.75rem;
  padding: 0.2rem 1rem;
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 8px;
  font-weight: 400;
}
.causes-wrap .content-wrap h3, .causes-wrap .content-wrap h3 a{
  color: #477763;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.2;
}
.causes-wrap .content-wrap h3 a:hover{
  color: #27304b;
}
.causes-wrap .content-wrap .btn-wrap{
  text-align: right;
}

.causes-wrap .content-wrap .btn-wrap a{
  margin-bottom: -20px;
}
.btn.btn-wrap :before {
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: -4px;
  left: 60%;
  right: 60%;
  bottom: -4px;
  opacity: 0;
  content: '';
  z-index: 1;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.causes-wrap .content-wrap .btn-wrap a:hover {
  color: #fff;
  background-color: #3e6e5a;
  border-color: #3e6e5a;
}

.causes-wrap .content-wrap .btn-wrap a {
  display: inline-flex;
  justify-content: center;
  padding: 0.719rem 1.9rem;
  font-size: 1rem;
  outline: none;
  align-items: center;
  position: relative;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 8px;
  /* -webkit-transition: all 400ms ease-in-out;*/
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  /* transition: all 400ms ease-in-out;*/
  /* text-transform: capitalize; */
  /* font-family: 'Playfair Display', serif; */
  font-weight: 600;
  overflow: hidden;
  background: #eaf3f1;
  border-color: #00715d;
  box-shadow: none;
  border: 2px solid #00715d;
  color: #00715d;
}
.causes-wrap .content-wrap p {
  font-size: 16px;
  line-height: 28px !important;
  margin: 10px 0 20px 0;
  font-family: "Inter", sans-serif;
  color: #344054;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
}

/* service css end */

.testimonial__card {
  padding: 40px;
  background: #fff;
  border-radius: 30px;
  font-family: "Inter", sans-serif;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  min-height: 275px;
  border: 2px solid transparent;
}
.testimonial__card-type {
  color: #18181B;
  font-weight: 400;
  font-size: 12px;
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.testimonial__card-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  margin-bottom: 15px;
  text-align: justify;
}
.testimonial__card-user {
  display: flex;
  align-items: center;
}
.testimonial__card-img img {
  width: 50px; /* Fixed size for consistency */
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ddd;
}
/* .wide-tb-100 {
  padding-top: 50px;
  padding-bottom: 75px;
  background: #E6F1EF;
  overflow: hidden;
} */
.heading-main {
  /* color:#d59b2d; */
  font-size: 2.80rem;
  position: relative;
  /* font-weight: 800; */
  z-index: 1;
  margin-bottom: 3rem;
  font-size: 30px !important;
}
.heading-main small {
  position: relative;
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #101828;
  font-size: 20px;
  margin: 0 0 0px 0;
  text-transform: capitalize;
}
.heading-main small::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 41px;
  /* background: #477763; */
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
}

a.btn.btn-servcie {
  color: #477763;
  background: #eaf3f1;
  border-color: #00715d;
  box-shadow: none;
  border: 2px solid #00715d;
  font-weight: 600;
  border-radius: 8px;
  padding: 15px 30px;
  text-transform: capitalize;
  transition: all 0.2s linear;
  text-decoration: none;
}

a.btn.btn-servcie:hover {
  color: #fff;
  background-color: #477763;
  border-color: #477763;
}

.wide-tb-100 .row.justify-content-between.align-items-center {
  display: flex;
  flex-wrap: wrap; /* Ensure elements wrap on smaller screens */
  row-gap: 30px; /* Add space between columns */
}

.causes-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Distribute space to push the button to the bottom */
  border-radius: 10px;
  background: #fff;
  margin: 0 auto; /* Center alignment */
  width: 100%;
  box-shadow: 0px 0px 43px 0px rgba(2, 2, 2, 0.1);
  height: 100%; /* Ensures all `.causes-wrap` have the same height */
  padding: 1rem; /* Add padding for inner spacing */
}

.causes-wrap .img-wrap {
  position: relative;
  flex-shrink: 0; /* Prevent shrinking of the image */
}

.causes-wrap .img-wrap img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: auto; /* Maintain aspect ratio of the image */
  object-fit: cover; /* Ensures image covers its area properly */
}

.causes-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  /* flex-grow: 1; /* / Ensures content fills available space */
  justify-content: space-between; /* Pushes button to the bottom */
  /* padding: 1rem 0; */
}

.causes-wrap .content-wrap h3,
.causes-wrap .content-wrap h3 a {
  color: #477763;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.2;
  margin: 0 0 10px 0;
}

.causes-wrap .content-wrap h3 a:hover {
  color: #27304b;
}

.causes-wrap .content-wrap p {
  font-size: 1rem;
  line-height: 1.6;
  color: #344054;
  margin: 0 0 20px;
  min-height: 162px;
}

.causes-wrap .btn-wrap {
  text-align: right;
  margin-top: auto; /* Pushes the button to the bottom */
  margin-bottom: -12px;
}

.causes-wrap .btn-wrap a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 600;
  border: 2px solid #00715d;
  border-radius: 8px;
  color: #00715d;
  background: #eaf3f1;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.causes-wrap .btn-wrap a:hover {
  color: #fff;
  background-color: #3e6e5a;
  border-color: #3e6e5a;
}

@media (max-width:1199px){
  .wpcf7-form-control.wpcf7-submit.has-spinner.theme-btn.btn-style-one {
    width: 30%;
  }
  .causes-wrap .img-wrap img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 100%;
}
.testimonial__card {
  padding: 40px;
  background: #fff;
  border-radius: 30px;
  font-family: "Inter", sans-serif;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  min-height: 326px;
  border: 2px solid transparent;
}
.testimonial__card-name {
  font-weight: 600;
  font-size: 16px;
  color: #18181B !important;
  text-transform: capitalize;
  text-decoration: none;
}
}

.wide-tb-100 .row {
    display: flex;
    row-gap: 50px;
}


@media (max-width:767px){
  .upper-icon h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .service2_btn a.donation__btn {
    color: #477763;
    background: #eaf3f1;
    border-color: #00715d;
    box-shadow: none;
    border: 2px solid #00715d;
    font-weight: 600;
    border-radius: 8px;
    padding: 15px 30px;
    text-transform: capitalize;
    transition: all 0.2s linear;
    text-decoration: none;
    margin-top: 0px;
}
.donation__img img {
  max-width: 400px;
  height: 360px;
  box-shadow: -6px 15px 30px 15px rgba(206, 206, 206, 1);
}
.menu__list li {
  padding: 15px 0 !important;
  border-bottom: 1px solid #DAEBE8;
  width: 100%;
}
section.wide-tb-100 .container {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}
.causes-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  /* flex-grow: 1; */
  justify-content: space-between;
  padding: 1rem 0;
}
.causes-wrap .btn-wrap {
  text-align: right;
  margin-top: auto;
  margin-bottom: -48px;
}
.causes-wrap .content-wrap p {
  font-size: 1rem;
  line-height: 1.6;
  color: #344054;
  margin: 0 0 20px;
  min-height: 130px;
}

.heading-main {
  /* color: #d59b2d; */
  font-size: 2.80rem;
  position: relative;
  /* font-weight: 800; */
  z-index: 1;
  margin-bottom: 1.5rem;
  font-size: 30px !important;
}
  .wide-tb-100 .row.justify-content-between.align-items-center {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0px;
}
.contact-section .form-column .shape-box {
  position: relative;
  display: block;
  padding: 30px 0px 0px;
  margin-bottom: 20px;
  text-align: left;
}
}
a.nav-link.menu__list-link.menu-btn {
  color: #3e6e5a !important;
  background: #eaf3f1;
  border-color: #3e6e5a;
  box-shadow: none;
  border: 2px solid #3e6e5a;
  font-weight: 600;
  border-radius: 8px;
  padding: 10px 20px !important;;
  text-transform: capitalize;
  transition: all 0.2s linear;
  text-decoration: none;
}

a.nav-link.menu__list-link.menu-btn:hover {
  color: #fff !important;
  background-color: #3e6e5a;
  border-color: #3e6e5a;
}

.btn-design {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

a.global__btn1 {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
a.global__btn1:hover {
  color: #ffffff;
  border-bottom: 2px solid;
}
a.global__btn1 {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
a.global__btn1 .global__btn-arrow {
  position: relative;
  left: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(360deg);
}
.global__btn:hover .global__btn-arrow {
  -webkit-transform: rotate(45deg);
  transform: rotate(358deg);
}
.facts-section {
  position: relative;
  padding: 50px 0px 50px;
  background: #1e2436;
  z-index: 2;
}
.fact-counter .row.clearfix {
  row-gap: 35px;
}
.navbar-nav .nav-item {
	position: relative;
	width: 100%;
}

/* #mega-menu-Main_menu {
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.mega-menu-link {
	display: flex !important;
} */

#navbarNav {
	display: block;
}

.mobile_menu {
	display: flex;
	justify-content: space-between;
	margin: 0px auto;
	align-items: center;
	padding: 0px;
	width: 100%;
}

#navbarNav {
	display: flex !important;
	justify-content: end;
	flex-basis: -moz-available !important;
}

@media  (max-width:1200px){

  .mega-menu {
    position: absolute;
    top: 100%;
    left: 0%;
    transform: translateX(-41%);
    display: flex;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 620px;
    padding: 20px;
    z-index: 1000;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  }
  @media (max-width: 767px) {
    .nav-item:hover .mega-menu {
       
        flex-direction: column !important;
        margin: 0px auto;
        transform: translateX(0%);
        width: 540px;
    }
  
  
  .menu__list li {
    padding: 15px 0 !important;
    border-bottom: 1px solid #DAEBE8;
    width: 100%;
    text-align: center;
    margin: 0px auto;
    display: flex;
    justify-content: center;
  }
  }

  .service-list li {
    font-size: 15px;
    line-height: 28px !important;
    color: dimgrey;
    margin-bottom: 2px;
  }

  ul.mega-sub-menu {
    /* display: flex;
    gap: 15px; */
    max-width: 240px !important;
    padding-top: 30px !important;
    left: 0 !important;
}
#mega-menu-wrap-Main_menu #mega-menu-Main_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12 {
  width: 33%;
  padding: 0 !important;
}
.mega-menu-column.mega-menu-columns-2-of-2 {
    padding: 0 !important;
}

.grid-section {
  margin-bottom: 34px;
}

.icon-design img {
  width: 40%;
  display: flex;
  justify-content: center;
  margin: 0px auto;
  align-items: center;
}

.icon-design {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0px auto;
}

.icon-design h2 {
  margin: 10px 0 10px 0;
  font-family: "Inter", sans-serif;
  color: #13412e;
  font-size: 17px;
  font-weight: 600;
  line-height: 33px;
  text-align: center;
}




/* @media only screen and (max-width: 768px) {
  #mega-menu-wrap-Main_menu #mega-menu-Main_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-Main_menu #mega-menu-Main_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-Main_menu #mega-menu-Main_menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
      color: #3e6e5a !important;

      text-align: center;
      font-weight: 600;
      font-size: 18px;
  }
  #mega-menu-wrap-Main_menu #mega-menu-Main_menu > li.mega-menu-item > a.mega-menu-link{
    text-align:center !important;
    }
}
#mega-menu-wrap-Main_menu #mega-menu-Main_menu > li.mega-menu-item {
  margin: 0 0px 0 0;
  display: inline-block;
  height: auto;
  vertical-align: middle;
  padding: 15px 0 !important;
  border-bottom: 1px solid #DAEBE8;
  width: 100%;
  text-align: center;
  margin: 0px auto;
  display: flex;
  justify-content: center;
}
#mega-menu-wrap-Main_menu #mega-menu-Main_menu > li.mega-menu-item:hover {
  background: #E6F1EF;
}
#mega-menu-wrap-Main_menu #mega-menu-Main_menu {
  text-align: left;
  padding: 0px 0px 0px 0px;
  display: flex ;
  column-gap: 30px !important;
}

#mega-menu-wrap-Main_menu #mega-menu-Main_menu > li.mega-menu-item > a.mega-menu-link {
  line-height: 40px;
  height: 40px;
  padding: 0px 20px 0px 20px !important;
  vertical-align: baseline;
  width: auto;
  display: block;
  color: #101828;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  outline: none;
} */
h3.global__text {
  font-size: 25px;
}

button.mega-close {
  display: none !important;
}
.text {
  font-size: 15px;
}

/* #mega-menu-wrap-Main_menu #mega-menu-Main_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 0px 5px 0px 5px !important;
  width: 100%;
} */

footer.footer .wpcf7-form.invalid .wpcf7-response-output {
  color: #fff;
}

footer.footer .wpcf7-form.sent .wpcf7-response-output {
  color: #fff;
}



/* body {
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
  margin: 0;
  padding: 0;
} */

.requirements-section {
  background-color: #3e6e5a; /* orange-red */
  text-align: center;
  color: white;
  padding: 60px 20px;
}

.requirements-section h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  position: relative;
}

/* .requirements-section h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: white;
  margin: 10px auto 0;
} */

.requirements-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}

.requirement-box {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  padding: 30px 40px;
  width: 250px;
  box-sizing: border-box;
}

.requirement-box h3 {
  font-size: 2.5rem;
  margin: 0 0 10px 0;
}

.requirement-box p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
.investment-section {
  text-align: center;
  padding: 60px 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.investment-section h2 {
  font-size: 30px;
    font-weight: 600;
    color: #000000;
    padding-bottom: 10px;
    padding-top: 10px;
}

.investment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 30px;
  justify-items: center;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 40px;
}

.investment-item {
  text-align: center;
  max-width: 160px;
}

.investment-item p {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}
.investment-item i {
    font-size: 45px;
}
div#accordionExample .accordion-body {
    font-size: 15px;
}

.header-bar {
  background-color: #000;
  padding: 10px 0;
  width: 100%;
}

.header-bar .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
}

.left-info, .right-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.left-info a, .right-info a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  transition: color 0.3s ease;
  font-weight: 600;
}

.left-info a:hover, .right-info a:hover {
  color: #fff;
}

.info-item i {
  color: #fff;
  margin-right: 8px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
    text-align: center;
  }
  .left-info, .right-info {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }
}