*{
   margin: 0;
   padding: 0; 
}
html, body {
    background-color: #111A14 !important;
}

header {
    background-color: #111A14;
    padding: 54px 0;
}
 
.nav-links {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
    gap: 28px;
}   
.nav-links li a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    transition: color 0.2s;
    font-family: 'Poppins';
}

.nav-links li a:hover {
      color: #53D056;
}
.nav-links li a.active {
      color: #53D056;
}
 
.lang-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: 1.5px solid #555;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 12px;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
    border-color: #fff;
    font-family: 'Poppins';
}

.lang-btn i {
      font-size: 16px;
}
.lang-btn .chevron {
      font-size: 12px;
      margin-left: 2px;
}
 
.donate-btn {
    display: flex;
    align-items: center;
    gap: 7px;
    /*background-color: #F96767;*/
    background-color: #53d156;
    border: none;
    border-radius: 22px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    padding: 11px 18px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.2s;
    white-space: nowrap;
    font-family: 'Poppins';
}
.donate-btn:hover {
      /*background-color: #53D056;*/
      background-color: #F96767;
      color: #fff;
}
.donate-btn img {
    width: 17px;
    height: 16px;
    object-fit: contain;
}
header .menu-wrapper {
    margin-right: 16px;
}

footer {
    padding: 60px 0 0;
    position: relative;
    overflow: hidden;
    background: #17241C;
}
 
.footer-logo img {
      height: 52px;
      width: auto;
      margin-bottom: 18px;
}
 
.footer-tagline {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    max-width: 100%;
    font-family: 'Poppins';
}

.footer-heading {
    color: #ffffff;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
    font-family: 'Poppins';
}
 
.footer-links {
      list-style: none;
      padding: 0;
      margin: 0;
}
.footer-links li {
      margin-bottom: 5px;
}

.footer-links li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: color 0.2s;
    font-family: 'Poppins';
}
.footer-links li a:hover {
      color: #53D156;
}
 
.contact-item {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin-bottom: 14px;
}
.contact-item i {
      color: #3ab54a;
      font-size: 0.9rem;
      margin-top: 2px;
      width: 16px;
      flex-shrink: 0;
}
.contact-item span {
      color: #a0a89e;
      font-size: 0.82rem;
      line-height: 1.6;
}
 
.newsletter-text {
    color: #fff;
    font-size: 16px;
    margin-bottom: 22px;
    line-height: 1.6;
    font-family: 'Poppins';
}
.newsletter-input {
    width: 100%;
    background-color: #ffffff14;
    border: 1px solid #2e3d30;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    padding: 10px 14px;
    outline: none;
    margin-bottom: 10px;
    font-family: 'Poppins';
    transition: border-color 0.2s;
}
.newsletter-input::placeholder {
      color: #fff;
}
.newsletter-input:focus {
      border-color: #53D156;
}
.subscribe-btn {
      width: 100%;
      background-color: #53D156;
      border: none;
      border-radius: 50px;
      color: #ffffff;
      font-size: 16px;
      font-weight: 400;
      padding: 10px 14px;
      cursor: pointer;
      font-family: 'Poppins';
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      transition: background-color 0.2s;
}
.subscribe-btn:hover {
      background-color: #2fa040;
}
.subscribe-btn i {
      font-size: 0.8rem;
}
 
.footer-divider {
      border-color: #1e2b20;
      margin: 40px 0 0 0;
}
 
.footer-bottom {
      background-color: #050F06;
      padding: 28px 0;
}
.footer-bottom .copyright {
    color: #ffffff44;
    font-size: 18px;
    font-family: 'Poppins';
}
.footer-bottom .bottom-links {
      display: flex;
      gap: 24px;
      justify-content: flex-end;
}
.footer-bottom .bottom-links a {
    color: #ffffff44;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.2s;
    font-family: 'Poppins';
}
.footer-bottom .bottom-links a:hover {
      color: #53d156;
}
.contact-item a {
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins';
    font-size: 16px;
}

.hero-section {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 80px 0;
}
 

.hero-left {
      z-index: 2;
      position: relative;
}
 
.hero-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 22px;
} 
.hero-tags .hero-tag {
    border: 1.5px solid #3a4d3c;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 14px;
    border-radius: 50px;
    letter-spacing: 0.2px;
    font-family: 'Poppins';
}
 
.hero-section .hero-left .hero-heading {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.22;
    margin-bottom: 18px;
    letter-spacing: 1px;
    font-family: 'Montserrat';
}
 
.hero-subtext {
    color: #E6E6E6;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin-bottom: 32px;
    font-family: 'Poppins';
}
 
.hero-buttons {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 36px;
}
.btn-discover, .btn-partner {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 17px;
    font-weight: 400;
    padding: 11px 22px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.2s ease;
    font-family: 'Poppins';
}
.btn-discover {
      background-color: #53d156;
      color: #ffffff;
      border: 2px solid #3ab54a;
}
.btn-discover:hover {
    background-color: #f96767;
    border-color: #f96767;
    color: #fff;
}
.btn-partner {
    background-color: #ffffff2e;
    color: #fff;
}
.btn-partner:hover {
      color: #53D156;
}
 
.hero-stats {
    display: flex;
    align-items: center;
    gap: 12px;
    position: absolute;
    right: 613px;
    overflow: hidden;
    z-index: 2;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    border-radius: 50px;
    width: 30%;
    justify-content: flex-start;
    padding: 8px 6px;
    max-width: 20%;
    border: 1px solid #ffffff5c;
}
.hero-section p.hero-subtext {
    width: 80%;
}

.stats-avatars {
      display: flex;
      align-items: center;
}
.stats-text {
      display: flex;
      flex-direction: column;
      line-height: 1.2;
}
.stats-text strong {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Poppins';
}
.stats-text span {
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins';
}
 
.hero-image-wrap {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 48%;
      display: flex;
      align-items: center;
      justify-content: flex-end;
}
.hero-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 18px 0 0 18px;
    display: block;
}

.marquee-section {
  background-color: #ffffff16;
  padding: 27px 0;
  overflow: hidden;
  width: 100%;
}

.marquee-track {
  overflow: hidden;
  width: 100%;
}

.marquee-content {
  display: flex;
  align-items: center;
  gap: 24px;
  white-space: nowrap;
  width: max-content;
  animation: marquee-scroll 18s linear infinite;
}

.marquee-item {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    font-family: 'Poppins';
    letter-spacing: 0.2px;
}
.marquee-plus {
  color: #fff;
  font-weight: 600;
}

.marquee-dot {
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
}

@keyframes marquee-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.marquee-section:hover .marquee-content {
  animation-play-state: paused;
}

.section-label {
    color: #53D156;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: 'Poppins';
}
 
.our-approach {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
 
.approach-heading {
    color: #ffffff;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1.2;
    font-family: 'Montserrat';
}
 
.approach-subtext {
    color: #E6E6E6;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 60px;
    font-family: 'Poppins';
}
 
  .resource-card-top {
    display: flex;
    align-items: center;
    gap: 14px;
  }
.resource-icon {
    width: 95px;
    height: 95px;
    background-color: #ffffff30;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}
.resource-icon img {
    width: 88px;
    height: 84px;
    object-fit: contain;
}
.resource-card-top strong {
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    display: block;
    margin-bottom: 3px;
    font-family: 'Poppins';
}
.resource-card-top p {
    color: #E6E6E6;
    font-size: 18px;
    margin: 0;
    font-family: 'Poppins';
}
  .resource-btns {
    display: flex;
    align-items: center;
    gap: 10px;
  }
.resource-btns a.btn-discover {
    padding: 9px 47px;
    color: #282626;
}
  .btn-donate {
    background-color: transparent;
    border: 1px solid #fff;
    color: #cccccc;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 19px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: border-color 0.2s, color 0.2s;
    font-family: 'Poppins';
  }
  .btn-donate:hover {
    border-color: #aaa;
    color: #fff;
  }
  .heart-icon {
    color: #e63b2e;
    font-size: 0.85rem;
  }
 
.pillar-row {
    margin-top: 36px;
    gap: 0;
}
.pillar-card {
    background-color: #ffffff0f;
    border-radius: 12px;
    padding: 37px 25px;
    height: 100%;
    margin: 6px;
    transition: background-color 0.2s;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pillar-title {
    color: #ffffff;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 8px;
    font-family: 'Poppins';
}
.pillar-text {
    color: #E6E6E6;
    font-size: 18px;
    line-height: 1.65;
    margin: 0;
    font-family: 'Poppins';
}
.pillar-card:hover h4.pillar-title {
    color: #282626;
}
.pillar-card:hover p.pillar-text {
    color: #282626;
}
.pillar-card:hover img {
  filter: brightness(0) saturate(0) invert(15%);
}

  .approach-watermark {
    position: absolute;
    bottom: -20px;
    right: -20px;
    font-size: 9rem;
    font-weight: 900;
    color: rgba(255,255,255,0.03);
    pointer-events: none;
    user-select: none;
    letter-spacing: -4px;
    line-height: 1;
  }
 
.our-founder {
     padding: 70px 0; 
    position: relative;
    background: #17241C;
}
 
  .founder-img-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
  }
.founder-img {
    width: 100%;
    max-width: 460px;
    height: 550px;
    object-fit: cover;
    object-position: top;
    border-radius: 14px;
    display: block;
}
 
.founder-badge-top {
    position: absolute;
    top: 90px;
    left: -56px;
    background-color: #ffffff1c;
    /* border: 1px solid #2a3d2c; */
    border-radius: 15px;
    padding: 14px 25px;
    display: flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(4px);
}
.founder-badge-top .badge-number {
    color: #3ab54a;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Poppins';
}
.founder-badge-top .badge-label {
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins';
}
 
.founder-badge-bottom {
    position: absolute;
    bottom: 190px;
    right: -6px;
    background-color: #ffffff29;
    border-radius: 15px;
    padding: 17px 15px;
    text-align: center;
    backdrop-filter: blur(4px);
}
.founder-badge-bottom .badge-number {
    color: #53D156;
    font-size: 50px;
    font-weight: 600;
    display: block;
    line-height: 1;
    font-family: 'Poppins';
}
.founder-badge-bottom .badge-label {
    color: #fff;
    font-size: 16px;
    display: block;
    margin-top: 3px;
    font-family: 'Poppins';
}
 
.founder-heading {
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    font-family: 'Montserrat';
}
.founder-text {
    color: #E6E6E6;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 14px;
    font-family: 'Poppins';
    width: 89%;
}
  .founder-signature {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
.founder-name {
    color: #53D156;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 3px 0;
    font-family: 'Poppins';
}
.founder-role {
    color: #E6E6E6;
    font-size: 18px;
    margin: 0;
    font-family: 'Poppins';
}
  .btn-learn-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #3ab54a;
    color: #ffffff;
    font-size: 0.83rem;
    font-weight: 500;
    padding: 11px 24px;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.2s;
    font-family: 'Poppins', sans-serif;
  }
.btn-learn-more:hover {
    background-color: #2fa040;
    color: #fff;
}

.our-approach .resouce-right-wrapper {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 20px;
    margin-bottom: 20px;
}
.pillar-card:hover {
    background: #3ab54a;
    color: #282626 !important;
}
.pillar-card .pillar-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 10px;
}
.our-founder a.btn-discover {
    color: #282626;
    padding: 10px 38px;
}
.our-approach::before {
    position: absolute;
    content: '';
    background-image: url(../images/FLMH-before.png);
    width: 676px;
    height: 190px;
    top: 73%;
    right: 29px;
    /* background-repeat: no-repeat; */
    background-size: cover;
    background-repeat: no-repeat;
}
.btn-view-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #3ab54a;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    transition: background-color 0.2s;
    white-space: nowrap;
  }
  .btn-view-all:hover {
    background-color: #2fa040;
    color: #fff;
  }
 
.card-learn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #53D156;
    font-size: 19px;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Poppins';
    transition: color 0.2s;
    margin-top: 10px;
}
 
.our-proof {
    padding: 100px 0;
    overflow: hidden;
}
 
.proof-heading {
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Montserrat';
}
.proof-subtext {
    color: #E6E6E6;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    font-family: 'Poppins';
    font-weight: 300;
}
 
.our-proof .proof-slide {
    padding: 27px 12px;
    margin: 0 10px;
    border-radius: 15px;
    height: 430px;
    border-radius: 15px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
 
.proof-slide .proof-card {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 100px;
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    justify-content: space-between;
}
.our-proof .proof-slide::before {
    position: absolute;
    content: '';
    background-image: url(../images/shade-before.png);
    width: 100%;
    height: 85%;
    top: 15%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    right: 0;
    border-radius: 15px;
}

.card-learn:hover {
    color: #F96767;
}

 
  .card-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 0px 0;
  }
.card-tag {
    background-color: #00000061;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 19px;
    border-radius: 50px;
    letter-spacing: 0.5px;
    filter: none;
    font-family: 'Poppins';
}
.card-budget {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    background-color: #00000061;
    padding: 5px 19px;
    border-radius: 50px;
    font-family: 'Poppins';
    position: relative;
}
.card-duration {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    background-color: #00000061;
    padding: 5px 19px;
    border-radius: 50px;
    font-family: 'Poppins';
    position: relative;
    margin-top: 10px;
    width: fit-content;
    position: relative;
}
.card-budget::before {
  position: absolute;
  content: '';
  background-color: #DD8D3D;
  border-radius: 50%;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
}
.card-duration::before {
  position: absolute;
  content: '';
  background-color: #8AE96F;
  border-radius: 50%;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
}
 
.card-img-wrap {
    width: 100%;
    height: 160px;
    overflow: hidden;
  }
  .card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
  }
  .proof-card:hover .card-img-wrap img {
    transform: scale(1.04);
  }
 
 .card-body-content {
    padding: 20px 11px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.card-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 8px;
    font-family: 'Poppins';
}
.card-text {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    font-family: 'Poppins';
    font-weight: 300;
}
.our-proof a.btn-discover {
    color: #282626;
}
 
  .action-areas {
    position: relative;
    padding: 100px 0;
    font-family: 'Poppins', sans-serif;
    background-image: url('../images/acttion-bg.png');
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
 
.action-heading {
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Montserrat';
}

.action-subtext {
    color: #D4D4D4;
    font-size: 18px;
    line-height: 17px;
    margin: 0;
    font-family: 'Poppins';
    margin-bottom: 25px;
}
 
.action-card {
    background-color: #ffffff30;
    border-radius: 14px;
    padding: 28px 22px;
    height: 100%;
    backdrop-filter: blur(6px);
    transition: background-color 0.2s;
}
.action-card:hover {
    background-color: #53D156;
}
.action-card .action-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 20px;
}

.action-title {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Poppins';
}
.action-text {
    color: #D4D4D4;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    width: 83%;
    font-family: 'Poppins';
}
 
.our-proof .container-fluid {
    margin-right: 0;
    margin-left: 8%;
}
.action-card:hover h4.action-title {
    color: #282626;
}
.action-card:hover p.action-text {
    color: #282626;
}
.action-card:hover a.card-learn {
    color: #282626;
}
.action-card:hover .action-icon img {
  filter: invert(1) brightness(0) sepia(1) hue-rotate(0deg);
}
.action-areas a.btn-discover {
    color: #282626;
    padding: 10px 36px;
}
.action-areas::before {
    position: absolute;
    content: '';
    background-image: url(../images/action-before.png);
    width: 379px;
    height: 108px;
    top: 79%;
    left: 3%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}

.our-locations {
    padding: 100px 0;
    background-image: url(../images/location-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
 
.map-wrap {
    width: 100%;
    height: 580px;
    border-radius: 20px;
    overflow: hidden;
    /* border: 1px solid #2a3d2c; */
}
  .map-wrap iframe {
    width: 100%;
    height: 100%;
    display: block;
  }
 
  .locations-content {
    padding-left: 24px;
  }
 
 .locations-heading {
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    line-height: 51px;
    margin-bottom: 14px;
    font-family: 'Montserrat';
}

.locations-subtext {
    color: #E6E6E6;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 24px;
    font-family: Poppins;
}
 
  .location-grid {
    gap: 0;
    row-gap: 12px;
  }
 
.location-box {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #ffffff14;
    border: none;
    border-radius: 10px;
    padding: 12px 14px;
    margin: 4px;
    transition: background-color 0.2s;
    cursor: pointer;
}
 .location-box:hover {
    background-color: #53D156;
}
.location-box:hover span.location-name {
    color: #282626;
}
.location-box:hover span.location-count {
    color: #282626;
}
.location-box:hover .location-icon {
    background: #111A14;
}
.location-box:hover .location-icon img {
  filter: invert(65%) sepia(60%) saturate(400%) hue-rotate(90deg) brightness(110%);
}
  .location-box-active .location-name,
  .location-box-active .location-count {
    color: #ffffff !important;
  }
 
  .location-icon {
    width: 36px;
    height: 36px;
    background-color: rgba(255,255,255,0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .location-box-active .location-icon {
    background-color: rgba(255,255,255,0.2);
  }
  .location-icon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    transition: filter 0.2s ease;
  }
 
  .location-info {
    display: flex;
    flex-direction: column;
  }
.location-name {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
}
.location-count {
    color: #E6E6E6;
    font-size: 18px;
    margin-top: 2px;
    font-family: 'Poppins';
}
 
.our-mission {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
 
  .mission-left {
    position: relative;
    padding-bottom: 20px;
  }
 
.mission-heading {
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px;
    font-family: Montserrat;
}
 
.mission-subtext {
    color: #E6E6E6;
    font-size: 18px;
    line-height: 1.75;
    margin: 0;
    font-family: Poppins;
    font-weight: 300;
}
 
  .mission-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
 
.mission-card {
    background-color: #ffffff12;
    /* border: 1px solid #2a3d2c; */
    border-radius: 12px;
    padding: 30px 20px;
    transition: background-color 0.2s;
}
  .mission-card:hover {
    background-color: #1e3022;
  }
 
  .mission-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 12px;
  }
 
  .mission-card-left {
    display: flex;
    align-items: center;
    gap: 12px;
  }
 
.mission-icon {
    width: 64px;
    height: 64px;
    background-color: #ffffff11;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.mission-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
 
.mission-card-title {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    margin: 0;
    font-family: 'Poppins';
}
 
.mission-card-text {
    color: #E6E6E6;
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
    font-family: 'Poppins';
    font-weight: 300;
    width: 83%;
}
 
.mission-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 16px;
    border-radius: 50px;
    text-decoration: none;
    white-space: nowrap;
    font-family: 'Poppins';
    transition: all 0.2s;
    flex-shrink: 0;
    color: #282626;
}

.our-mission::before {
    position: absolute;
    content: '';
    background-image: url(../images/FLMH-before.png);
    width: 830px;
    height: 230px;
    top: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateY(-50%);
    animation: marqueeScroll 12s linear infinite;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

@keyframes marqueeScroll {
  0% {
    left: -830px;
  }
  100% {
    left: 100%;
  }
}

.our-mission-cta {
    position: relative;
    padding: 100px 0;
    background-image: url(../images/cta.png);
    background-size: cover;
    background-position: center top;
    overflow: hidden;
}
 
  .our-mission-cta .container {
    position: relative;
    z-index: 2;
  }
 
.cta-heading {
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 14px;
    line-height: 1.2;
    font-family: 'Montserrat';
}
 
.cta-subtext {
    color: #D4D4D4;
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 28px;
    max-width: 529px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Poppins';
}
 
  .cta-donate-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #e8504a;
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    transition: background-color 0.2s;
  }
  .cta-donate-btn:hover {
    background-color: #d43f3a;
    color: #fff;
  }
  .heart-icon {
    color: #ffffff;
    font-size: 1rem;
  }
 
  .our-testimonials {
    padding: 100px 0;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
  }
 
.testimonials-heading {
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    margin: 0;
    font-family: 'Montserrat';
}
 
.testi-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-color: #ffffff1f;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
}
  .testi-arrow img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    filter: brightness(0) invert(0.6);
  }
  
.testi-arrow:hover {
    background: #53D156;
}
.testi-arrow:hover img {
  filter: brightness(0) invert(1);
}
  
  .testi-slider-wrap {
    padding-left: 6%;
    padding-right: 0;
  }
 
  .testi-slider {
    margin-right: -16px;
  }
 
  .testi-slide {
    padding: 0 17px 0 0;
  }
 
.testi-card {
    background-color: #ffffff17;
    border-radius: 14px;
    padding: 35px 41px;
    height: 100%;
    transition: background-color 0.2s;
}
  .testi-card:hover {
    background-color: #53D156;
  }

  .testi-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px;
  }
 
.testi-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    background: #ffffff14;
    justify-content: center;
    border-radius: 50px;
    padding: 6px 15px;
}
.testi-stars p {
    margin-bottom: 0;
    color: #fff;
    font-family: Poppins;
    padding-left: 7px;
}
.testi-quote img {
    width: 70px;
    height: 50px;
    object-fit: contain;
    filter: brightness(0) invert(0.3);
  transition: filter 0.2s ease;
}
  .testi-quote-dark img {
    filter: brightness(0) invert(0.25);
    opacity: 0.4;
  }
 
.testi-text {
    color: #fff;
    font-size: 18px;
    line-height: 1.75;
    font-style: italic;
    margin-bottom: 20px;
    font-family: 'Poppins';
}
 
.testi-author {
    display: flex;
    align-items: center;
    gap: 12px;
}
.testi-avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
}

 .testi-name {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    display: block;
    line-height: 1.2;
    font-family: 'Poppins';
}
.testi-role {
    color: #E6E6E6;
    font-size: 12px;
    display: block;
    margin-top: 2px;
    font-family: 'Poppins';
}
.our-testimonials .container-fluid {
    padding: 0;
    margin-left: 6%;
}

.our-mission-cta .donate-btn {
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
}
.testi-card:hover p.testi-text {
    color: #282626;
}
.testi-card:hover span.testi-name {
    color: #282626;
}
.testi-card:hover span.testi-role {
    color: #282626;
}
.testi-card:hover .testi-quote img {
  filter: brightness(0) invert(1);
}
.testi-card:hover .testi-stars {
    background: #111A14;
}

.our-insights {
    padding: 70px 0;
    overflow: hidden;
}
.insights-heading {
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
    font-family: 'Montserrat';
}
 
.insights-subtext {
    color: #E6E6E6;
    font-size: 18px;
    line-height: 1.75;
    margin: 0 0 38px;
    font-family: 'Poppins', sans-serif;
    max-width: 80%;
}
.our-insights a.btn-discover {
    color: #282626;
}
 
.btn-view-insights {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #3ab54a;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 500;
    padding: 11px 22px;
    border-radius: 50px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    white-space: nowrap;
    transition: background-color 0.2s;
}
  .btn-view-insights:hover {
    background-color: #2fa040;
    color: #fff;
  }
 
  .insights-row {
    margin-top: 36px;
    row-gap: 20px;
  }
 
.insight-card {
    background-color: #ffffff14;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
  .insight-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.3);
  }
 
  .insight-img-wrap {
    width: 100%;
    height: 160px;
    overflow: hidden;
  }
.insight-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
    border-radius: 15px;
}
  .insight-card:hover .insight-img-wrap img {
    transform: scale(1.05);
  }
 
  .insight-body {
    padding: 25px 24px 29px;
  }
 
.insight-date {
    display: block;
    color: #ffffff55;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    font-family: 'Poppins';
}
 
.insight-title {
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.35;
    font-family: 'Poppins';
}

.insight-text {
    color: #E6E6E6;
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 14px;
    font-family: 'Poppins';
    font-weight: 300;
}

.insight-read {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #53D156;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Poppins';
}
.insight-read:hover {
    color: #F96767;
}

/* About page CSS */
.about-hero {
    position: relative;
    height: 265px;
    background-image: url(../images/about-bg.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 50px 0;
}
.about-hero .container {
  position: relative;
  z-index: 2;
}

.about-hero-heading {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1.2;
}

.about-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Poppins', sans-serif;
}

.about-breadcrumb a {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: color 0.2s;
    font-family: 'Poppins';
}
.about-breadcrumb a:hover {
  color: #3ab54a;
}

.breadcrumb-sep {
  color: #fff;
  font-size: 0.7rem;
}

.breadcrumb-current {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.about-founder-sec {
    padding: 100px 0;
}

/* Action page CSS */
.action-areas-v2 {
    background-image: none;
}

.action-areas-v2::before {
  display: none;
}

/* Contact page CSS */
.contact-section {
  padding: 70px 0;
}

.contact-form-wrap {
    background-color: #ffffff1f;
    /* border: 1px solid #2a3d2c; */
    border-radius: 15px;
    padding: 38px 28px;
}

.form-group {
  margin-bottom: 14px;
}

.contact-input {
    width: 100%;
    background-color: #ffffff0a;
    border: 1px solid #2a3d2c;
    border-radius: 10px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding: 13px 18px;
    outline: none;
    transition: border-color 0.2s;
    resize: none;
}
.contact-input::placeholder {
  color: #7D7D7D;
  font-size: 16px;
}
.contact-input:focus {
  border-color: #53D156;
}

.contact-textarea {
  height: 120px;
}

.contact-send-btn {
    width: 100%;
    background-color: #53D156;
    border: none;
    border-radius: 50px;
    color: #282626;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 6px;
    transition: background-color 0.2s;
}
.contact-send-btn:hover {
  background-color: #F96767;
}

.contact-info-wrap {
  padding-left: 32px;
}

.contact-info-heading {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.9rem;
  font-weight: 800;
  margin-bottom: 36px;
  line-height: 1.2;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
}

.contact-info-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-info-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  transition: filter 0.2s;
}
.contact-info-item:hover .contact-info-icon img {
  filter: invert(60%) sepia(60%) saturate(400%) hue-rotate(90deg) brightness(105%);
}

.contact-info-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.info-label {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.info-value {
    color: #D4D4D4;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    transition: color 0.2s;
    line-height: 1.5;
}
.info-value:hover {
  color: #2fa040;
}

/* Projects page CSS */
.project-detail-page {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    padding-bottom: 60px;
}

.project-detail-page h1, 
.project-detail-page h2, 
.project-detail-page h3, 
.project-detail-page h4, 
.project-detail-page h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.project-hero-section {
    padding: 100px 0;
    position: relative;
}
.badge-status {
    display: inline-block;
    background-color: #53D1561C;
    color: #fff;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid rgba(32, 201, 151, 0.3);
}
.project-main-title {
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.project-tagline {
    font-style: italic;
    color: #E6E6E6;
    font-size: 18px;
    margin-bottom: 35px;
    font-weight: 200;
}
.project-meta-grid {
    display: flex;
    gap: 15px;
}
.project-meta-grid .meta-item img {
    width: 18px;
    height: 20px;
    object-fit: contain;
    margin-right: 5px;
}
.meta-item {
    background-color: #ffffff0f;
    padding: 15px 25px;
    border-radius: 10px;
    min-width: 120px;
}
.meta-label {
    display: block;
    font-size: 0.8rem;
    color: #707774;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.meta-value {
    display: block;
    font-size: 18px;
    font-weight: 500;
}

.hero-image-wrapper img {
    width: 50%;
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    position: absolute;
    top: 0%;
}

.concept-solution-section {
    padding: 100px 0;
}
.info-card {
    background-color: #131c18;
    padding: 35px;
    border-radius: 12px;
    height: 100%;
}
.info-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.info-card p {
    font-size: 17px;
    line-height: 1.6;
    color: #E6E6E6;
    margin: 0;
}

.objectives-section {
    padding: 100px 0;
    background: #17241C;
}
.section-title {
    font-size: 45px;
    margin-bottom: 10px;
}
.section-subtitle {
    color: #D4D4D4;
    max-width: 700px;
    margin: 0 auto;
    font-size: 18px;
}
.objectives-flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}
.obj-step-card {
    flex: 1;
    min-width: 280px;
    background-color: #ffffff14;
    padding: 28px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.obj-step-card.width-managed {
    flex: 0 1 calc(45% - 10px);
}
.step-number {
    background-color: rgba(255, 255, 255, 0.08);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #4DC04F;
    flex-shrink: 0;
    font-family: 'Poppins';
}
.obj-step-card p {
    margin: 0;
    font-size: 17px;
    color: #E6E6E6;
    font-family: 'Poppins';
}

.beneficiaries-section {
    padding: 100px 0;
}
.beneficiaries-wrapper {
    background: #7c7c7c29;
    padding: 50px 30px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.03);
}
.heart-icon-box {
    display: inline-block;
    background-color: rgba(255, 193, 7, 0.1);
    padding: 12px;
    border-radius: 50%;
}
.beneficiary-stats-card {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 30px 20px;
    border-radius: 15px;
    height: 100%;
}
.beneficiary-stats-card h3 {
    font-size: 2.5rem;
    color: #ffc107;
    margin-bottom: 5px;
}
.beneficiary-stats-card p {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
.beneficiary-stats-card small {
    color: #8a918e;
    display: block;
    line-height: 1.4;
}

.activities-section {
    padding: 110px 0;
    background: #95919126;
}
.activity-card {
    background-color: #131c18;
    padding: 30px;
    border-radius: 15px;
    height: 100%;
    position: relative;
    transition: transform 0.3s ease;
}
.activity-icon-holder {
    font-size: 1.8rem;
    margin-bottom: 15px;
}
.activity-card.color-1 .activity-icon-holder { color: #47b84e; }
.activity-card.color-2 .activity-icon-holder { color: #ffc107; }
.activity-card.color-3 .activity-icon-holder { color: #0d6efd; }

.activity-card h4 {
    font-size: 1.25rem;
    margin-bottom: 20px;
}
.activity-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.activity-list li {
    font-size: 0.9rem;
    color: #cdd3d0;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}
.activity-list li:last-child {
    border-bottom: none;
}

.implementation-section {
    padding: 100px 0;
}
.timeline-container {
    position: relative;
    max-width: 900px;
    margin: 40px auto 0 auto;
}
.timeline-container::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: rgba(255,255,255,0.1);
    transform: translateX(-50%);
}
.timeline-row {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.timeline-block {
    width: 45%;
}
.timeline-badge-wrapper {
    width: 100px;
    display: flex;
    justify-content: center;
    z-index: 2;
}
.timeline-badge {
    width: 36px;
    height: 36px;
    background-color: #132717;
    border: 2px solid #17583e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #20c997;
}
.time-box {
    font-weight: 700;
    color: #a0a5a3;
}
.content-box {
    background-color: #131c18;
    padding: 20px;
    border-radius: 10px;
}
.content-box h5 {
    font-size: 1.1rem;
    margin-bottom: 5px;
}
.content-box p {
    margin: 0;
    font-size: 0.9rem;
    color: #b0b6b3;
}

.results-impact-section {
    padding: 60px 0;
}
.column-heading {
    font-size: 1.4rem;
}
.list-bar-item {
    background-color: #131c18;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 12px;
}
.list-bar-item p {
    margin: 0;
    font-size: 16px;
    color: #d1d7d4;
}

.sustainability-section {
    padding: 60px 0;
}
.sustainability-card {
    background-color: #131c18;
    padding: 25px 20px;
    border-radius: 10px;
    height: 100%;
}
.sustainability-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}

.project-cta-section {
    padding: 60px 0;
}
.cta-inner-card {
    background: #ffffff14;
    padding: 50px 40px;
    border-radius: 30px;
    max-width: 710px;
    margin: 0 auto;
}
.cta-inner-card h3 {
    font-size: 2rem;
    margin-bottom: 15px;
}
.cta-inner-card p {
    color: #b0b6b3;
    margin-bottom: 30px;
}
.cta-btn-group .btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000 !important;
}

.cta-btn-group a.btn {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
}

/* Donation page CSS */
.about-hero .col-12 {
    text-align: center;
}
.about-hero .donation-text {
    color: #D4D4D4;
    font-size: 18px;
    font-family: 'Poppins';
    width: 53%;
    margin: 0 auto;
    padding-top: 10px;
}
.donation-form-section {
    background-color: #0c1310; 
    padding: 80px 0;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
}

.donation-form-section h2,
.donation-form-section h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.donation-tier-card {
    background-color: #ffffff0d;
    border-radius: 16px;
    padding: 51px 36px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.donation-tier-card:hover {
    transform: translateY(-5px);
    background: #53D056;
}

.donation-tier-card .tier-amount {
    font-size: 45px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Poppins';
}

.donation-tier-card .tier-description {
    font-size: 18px;
    color: #D4D4D4;
    line-height: 1.6;
    margin-bottom: 35px;
    font-family: 'Poppins';
}

.btn-donate-tier {
    width: 100%;
    padding: 12px 20px;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.btn-donate-tier.outlined-btn {
    background-color: transparent;
    border: 1px solid #4a5450;
    color: #ffffff;
    border-radius: 50px;
    padding: 11px 20px;
    width: fit-content;
}

.btn-donate-tier.outlined-btn:hover {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: #ffffff;
    color: #ffffff;
}

.custom-amount-box {
    background-color: #131c18;
    border-radius: 20px;
    padding: 50px 45px;
    border: 1px solid rgba(255, 255, 255, 0.02);
}

.custom-amount-title {
    font-size: 2rem;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.custom-amount-subtitle {
    color: #8a918e;
    font-size: 0.95rem;
}

.form-group-custom {
    position: relative;
}

.form-control-custom {
    width: 100%;
    background-color: #212c27; 
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 16px 20px;
    color: #ffffff;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.form-control-custom::placeholder {
    color: #6a7370; 
}

.form-control-custom:focus {
    outline: none;
    background-color: #26332d;
    border-color: rgba(76, 209, 100, 0.4);
    box-shadow: 0 0 0 3px rgba(76, 209, 100, 0.1);
}

.form-control-custom::-webkit-outer-spin-button,
.form-control-custom::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.btn-payment-submit {
    background-color: #53D056 !important;
    color: #282626;
    font-weight: 600;
    font-size: 18px;
    padding: 16px 30px;
    border-radius: 50px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    width: 100%;
    font-family: 'Poppins';
    font-weight: 500;
    text-decoration: none;
}

.btn-payment-submit:hover {
    background-color: #F96767;
    color: #fff;
    text-decoration: none;
}
.donation-tier-card:hover h2.tier-amount {
    color: #282626;
}
.donation-tier-card:hover p.tier-description {
    color: #282626;
}
.donation-tier-card:hover button.btn.btn-donate-tier.outlined-btn {
    background: #F96767;
    border: none;
    outline: none;
}

.payment-options-section {
    padding: 100px 0;
}

.payment-options-section h2 {
    font-family: 'Poppins';
    font-weight: 600;
    color: #fff;
}

.payment-options-box {
    background-color: #131c18;
    border-radius: 20px;
    padding: 50px 45px;
    border: 1px solid rgba(255, 255, 255, 0.02);
}

.payment-main-title {
    font-size: 2.3rem;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.donation-summary-text {
    font-size: 1.15rem;
    color: #ffffff;
    font-weight: 500;
}

.amount-highlight {
    color: #4cd164; 
    font-weight: 700;
    margin-left: 5px;
}

.form-group-payment {
    position: relative;
}

.payment-input-control {
    width: 100%;
    background-color: #ffffff0f;
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 16px 20px;
    color: #ffffff;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    font-family: 'Poppins';
}

.payment-input-control::placeholder {
    color: #fff;
}

.payment-input-control:focus {
    outline: none;
    border-color: rgba(76, 209, 100, 0.4);
}

.form-group-payment.icon-inside .payment-input-control {
    padding-right: 50px;
}

.input-right-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #6a7370;
    font-size: 1.2rem;
    pointer-events: none;
}

.payment-methods-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.btn-method-selector {
    min-width: 75px;
    background-color: transparent;
    border: 1px solid #CECECE;
    border-radius: 8px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    cursor: pointer;
}

.btn-method-selector:hover {
    border-color: rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.02);
}

.btn-method-selector.active-method {
    border-color: #4cd164;
    background-color: rgba(76, 209, 100, 0.02);
}

.method-brand {
    font-size: 0.9rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
}

.paypal-color {
    color: #003087;
}

.stripe-color {
    color: #635bff;
    font-family: sans-serif;
    text-transform: lowercase;
    font-weight: 800;
}

.visa-color {
    color: #005792;
    font-style: italic;
}

.mastercard-container {
    display: flex;
    align-items: center;
    position: relative;
}

.mc-circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
}

.mc-circle.red {
    background-color: #eb001b;
    margin-right: -6px;
    z-index: 1;
}

.mc-circle.yellow {
    background-color: #ff5f00;
    opacity: 0.9;
}

.mc-text {
    font-size: 0.75rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 6px;
}

.btn-pay-now-submit {
    background-color: #4cd164;
    color: #282626;
    font-weight: 600;
    font-size: 18px;
    padding: 16px 30px;
    border-radius: 50px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-family: 'Poppins';
}

.btn-pay-now-submit:hover {
    background-color: #F96767;
}

.mobile-navigation-drawer {
    display: none;
}

/* ===== LANGUAGE SWITCHER ===== */
.lang-wrapper {
  position: relative;
}

.lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 7px 13px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.lang-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.6);
}

.lang-btn .chevron {
  font-size: 10px;
  transition: transform 0.2s ease;
}

.lang-btn.open .chevron {
  transform: rotate(180deg);
}

/* DROPDOWN */
.lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  min-width: 145px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 9999;
}

.lang-dropdown.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  transition: background 0.15s ease;
}

.lang-dropdown-item:hover {
  background: #f5f5f5;
}

.lang-dropdown-item.active {
  background: #f0f7ff;
  color: #1a73e8;
}

.lang-dropdown-item .flag {
  font-size: 18px;
  line-height: 1;
}

.lang-dropdown-item .check-icon {
  margin-left: auto;
  font-size: 11px;
  color: #1a73e8;
  opacity: 0;
}

.lang-dropdown-item.active .check-icon {
  opacity: 1;
}

/* ===== LOCATION BOX — CLICKABLE ===== */
.location-box {
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.2s ease;
  user-select: none;
}

.location-box:hover {
  background: rgba(0, 0, 0, 0.04);
  transform: translateY(-2px);
}

.location-box.active {
  border-color: #1a73e8;
  background: #f0f7ff;
}

.location-box.active .location-name {
  color: #1a73e8;
  font-weight: 700;
}

.location-box.active .location-icon img {
  filter: none;
}

/* Map fade animation */
.map-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.map-wrap iframe {
  transition: opacity 0.3s ease;
}

.map-wrap.loading iframe {
  opacity: 0.3;
}


.location-box.active,.location-box:hover {
    background-color: #53D156;
}

.location-box.active span.location-name, .location-box:hover span.location-name {
    color: #282626!important;
}

.location-box.active span.location-count {
    color: #282626;
}

.location-box.active .location-icon {
    background-color: black;
}

.location-box.active .location-icon img {
    filter: invert(65%) sepia(60%) saturate(400%) hue-rotate(90deg) brightness(110%);
}

.location-box.active {
    border-color: #53D156;
    background: #53D156;
}

.blog-detail-body p.blog-para {
    color: white;
    font-weight: 200;
}
.blog-para p {
    font-weight: 200;
}

.blog-detail-body h3 {
    color: white;
    font-weight: 600;
}

.our-proof .proof-slide {
    padding-bottom: 0 !important;
}

.proof-slide {}

.our-proof .proof-slide {
    position: relative;
    border-radius: 30px !important;
    overflow: hidden;
}

.our-proof .proof-slide::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: red;
    position: absolute;
    top: 0;
    left: 0;
    background: #2A7B9B;
    background: linear-gradient(190deg, rgb(255 255 255 / 0%) 40%, rgb(0 0 0) 100%);
}


.proof-slide .post-features, .our-proof .proof-slide .card-body-content {
    z-index: 99999;
    position: relative;
}

section.founder-journey-section {
    padding: 60px 0;
}
.contact-item a:hover {
    color: #53d156;
}
.social-icons-global {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    /* margin-top: 70px; */
    border-top: 1px solid #dddddd29;
    padding-top: 60px;
}
.contact-info-item i {
    font-size: 18px;
}
.our-project-sec .card-meta {
    display: flex;
    align-items: center;
}

.project-hero-section .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
p.project-tagline-kimpese {
    border-left: 2px solid #198754;
    padding-left: 13px;
}

.team-targets-section {
      padding: 100px 0;
    }
 
.team-card {
    border: 1px solid #dddddd21;
    border-radius: 20px;
    padding: 28px;
    height: 100%;
}
 
.team-card .card-label {
      display: flex;
      align-items: center;
      gap: 8px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 1rem;
      color: var(--white);
      margin-bottom: 20px;
}
.team-member-info h3 {
    color: #068cdd;
    font-size: 14px;
}

.team-card .card-label i {
    color: #068cdd;
    font-size: 15px;
} 
 
    .team-member {
      display: flex;
      align-items: flex-start;
      gap: 14px;
    }
 
.team-avatar {
    width: 50px;
    height: 60px;
    border-radius: 15px;
    background: #0000007a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.team-member .team-avatar i.fa-solid.fa-scissors {
    font-size: 20px;
    color: #dddddd75;
}
 
.team-member-info h5 {
      font-size: 0.95rem;
      font-weight: 700;
      color: var(--white);
      margin-bottom: 4px;
}
 
.team-member-info p {
    font-size: 14px;
    color: #ffffff8c;
    margin: 0;
    line-height: 1.5;
}
 
.targets-card {
    /* background: var(--card-bg); */
    border: 1px solid #dddddd21;
    border-radius: 20px;
    padding: 28px;
    height: 100%;
}
 
.targets-card .card-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 21px;
    color: #fff;
    margin-bottom: 20px;
}
 
.target-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      margin-bottom: 20px;
}
 
.target-item {
    background: transparent;
    border: 1px solid #dddddd42;
    border-radius: 10px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #fff;
}
 
.target-item .t-icon {
    font-size: 14px;
    color: #daa112;
}
.targets-card .card-label i {
    color: #daa112;
}
 
.target-cta {
    background: #daa1122e;
    border-radius: 10px;
    padding: 18px;
    text-align: center;
    border: 1px solid #daa112;
}
 
.target-cta .big-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #daa112;
    line-height: 1;
    margin-bottom: 4px;
}
 
.target-cta .cta-label {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
}
 
section.training-sec {
    padding: 80px 0;
} 
.training-card {
    background: #ffffff0d;
    border: 1px solid #ffffff29;
    border-radius: 20px;
    padding: 28px;
    height: 100%;
    margin: 36px 0 0;
}
.training-card .green i {
    color: #17241c;
}
.training-card .blue i {
    color: #068cdd;
}
.training-card .orange i {
    color: #daa112;
}
 
    .training-card .module-icon {
      width: 42px;
      height: 42px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      margin-bottom: 16px;
    }
 
    .training-card .module-icon.green  { background: rgba(76,175,125,0.15); }
    .training-card .module-icon.blue   { background: rgba(74,144,226,0.15); }
    .training-card .module-icon.orange { background: rgba(201,168,76,0.15); }
 
.training-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px;
}
 
.training-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
 
.training-card ul li {
    font-size: 14px;
    color: #ffffffc4;
    padding: 5px 0;
    padding-left: 14px;
    position: relative;
}
 
.training-card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #265039;
}
 
.activity-item {
    background: #1d2620;
    border: 1px solid #ffffff29;
    border-radius: 12px;
    padding: 20px 24px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 12px;
    transition: border-color 0.2s;
}
 
 
.activity-num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(76, 175, 125, 0.12);
    border: 1px solid rgba(76, 175, 125, 0.3);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
 
.activity-content h5 {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}
 
.activity-content p {
    font-size: 14px;
    color: #ffffffb3;
    margin: 0;
}
.main-activities-sec .section-title {
    margin-bottom: 30px;
}
 
.result-card {
    background: #1d2620;
    border: 1px solid #ffffff29;
    border-radius: 12px;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    gap: 7px;
    height: 100%;
}
 
.result-card .r-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}
 
.result-card p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    line-height: 1.6;
}
 
.budget-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-left: 1px solid #dddddd0f;
    border-right: 1px solid #dddddd0f;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 41px;
}
.result-card .r-icon i {
    color: rgb(76 175 125 / 40%);
}
.exp-result-sec h2.section-title {
    margin-bottom: 30px !important;
}
 
.budget-table thead th {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    padding: 14px 20px;
    background: #00000033;
    border-bottom: 1px solid var(--card-border);
}
 
    .budget-table tbody tr {
      border-bottom: 1px solid var(--card-border);
      transition: background 0.15s;
    }
 
    .budget-table tbody tr:hover {
      background: rgba(255,255,255,0.025);
    }
 
.budget-table tbody td {
    padding: 16px 20px;
    font-size: 0.85rem;
    text-align: left;
}
 
.budget-table tfoot td {
    padding: 18px 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
 
.budget-table tfoot .total-amount {
    color: #fff;
    font-size: 18px;
}
.impact-section {
    padding: 100px 0;
}
 
    .budget-wrapper {
      background: var(--card-bg);
      border: 1px solid var(--card-border);
      border-radius: 14px;
      overflow: hidden;
    }
 
.impact-section .col-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
}
 
.impact-section .col-label.red   {
    color: #daa112; 
}
.impact-section .col-label.green { 
    color: rgb(76 175 125 / 40%); 
}
 
.impact-section .impact-item {
    background: #1d2620;
    border: 1px solid #ffffff29;
    border-radius: 10px;
    padding: 17px 18px;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}
 
.impact-item .bullet {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      margin-top: 7px;
      flex-shrink: 0;
}
 
.impact-item .bullet.red {
    background: #daa112;
}
.impact-item .bullet.green { 
    background: rgb(76 175 125 / 40%); 
}
.potential-partners-sec {
    padding: 100px 0;
}
 
.potential-partners-sec .partner-tag {
    display: inline-block;
    background: #1d2620;
    border: 1px solid #ffffff29;
    border-radius: 50px;
    padding: 10px 22px;
    font-size: 18px;
    color: #fff;
    margin: 6px;
    transition: border-color 0.2s, color 0.2s;
}
 
.partner-tag:hover {
    border-color: #53d156;
}
 
.support-section {
    background: #ffffff14;
    /* border: 1px solid var(--card-border); */
    border-radius: 30px;
    padding: 50px 40px;
    text-align: center;
    max-width: 710px;
    margin: 0 auto;
}
 
.support-sec .support-section h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 14px;
}
 
.support-section p {
    font-size: 15px;
    color: #b0b6b3;
    /* margin: 0 auto 32px; */
    line-height: 1.7;
}
.partners-block.mt-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
 
.support-section .btn-donate {
    background: #ffc107;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    border-radius: 50px;
    padding: 10px 28px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
}
 
.support-sec .btn-partner {
    background: transparent;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid var(--card-border);
    border-radius: 50px;
    padding: 14px 28px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: border-color 0.2s, color 0.2s;
    border: 1px solid #f8f9fa;
}
 

.main-activities-sec {
    padding: 100px 0;
}
.exp-result-sec {
    padding: 100px 0;
}
.detail-budget-sec {
    padding: 100px 0;
}
.budget-table tfoot {
    background: #00000033;
}
.objectives-section .section-header .objective-wrapper {
    background: #29352e;
    border-radius: 20px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 33px;
    width: fit-content;
}
.objective-wrapper h5 {
    color: #c78216;
    font-size: 20px;
}
.section-header i {
    color: #c78216;
    font-size: 33px;
    padding-bottom: 13px;
}
.detail-budget-sec th,.detail-budget-sec td {
    text-align: left;
}

.hero-image-wrapper img.kimpese-img.img-fluid.rounded-4 {
    height: 520px;
}

/*mu_new_css_6-3*/

/* ===== BIOGRAPHY SECTION ===== */
.biography-section {
    padding: 80px 0;
    background-color: #111A14;
}
.bio-img-wrap {
    border-radius: 12px;
    overflow: hidden;
}
.bio-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    filter: grayscale(20%);
    object-fit: cover;
}
.bio-heading {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.25;
    font-family: 'Poppins';
}
.bio-text {
    color: #a0a89e;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 16px;
    font-family: 'Poppins';
}

/* ===== PROJECTS FOCUS SECTION ===== */
.projects-focus-section {
    padding: 70px 0;
    background-color: #111A14;
    position: relative;
    overflow: hidden;
}
.focus-intro {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Poppins';
    margin-bottom: 30px;
    line-height: 1.7;
}
.focus-name {
    color: #53D056;
    font-weight: 600;
}
.focus-tags-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}
.focus-tags-wrap img.icon-lists {
    width: 30px;
    height: 27px;
    object-fit: contain;
    padding-right: 10px;
}
.achievements-section .ach-row {
    display: flex;
    flex-direction: row;
}
.focus-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #1a2b1e;
    border: 1px solid #2e3d30;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    padding: 11px 25px;
    font-family: 'Poppins';
    transition: border-color 0.2s, color 0.2s;
}
.focus-tag i {
    color: #53D056;
    font-size: 13px;
}
.focus-tag:hover {
    border-color: #53D056;
    color: #53D056;
}
.focus-ambition {
    color: #a0a89e;
    font-size: 15px;
    line-height: 1.8;
    font-family: 'Poppins';
}
.flmh-bg-text {
    position: absolute;
    right: -20px;
    bottom: -30px;
    font-size: 160px;
    font-weight: 900;
    color: rgba(83, 208, 86, 0.06);
    font-family: 'Poppins';
    pointer-events: none;
    user-select: none;
    line-height: 1;
}

/* ===== FLMH FOUNDATION SECTION ===== */

section.flmh-foundation-section {
    background-image: url(../images/foundation-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
     padding: 100px 0;
    position: relative;
}

.foundation-heading {
    color: #ffffff;
    font-size: 38px; /* Slightly bigger for matching design prominence */
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
}

.foundation-abbr {
    color: #4cd150; 
    display: inline-block;
}

.foundation-desc {
    color: #a0a89e;
    font-size: 15px;
    line-height: 1.7;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
}

.foundation-label {
    color: #ffffff; /* Label design mein white hay */
    font-size: 16px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
}

/* Changed to horizontal layout with wrapping */
.foundation-areas {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
}

.area-tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.06); /* Semi-transparent background like design */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 20px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
}

.area-tag i {
    color: #4cd150;
    font-size: 14px;
}

.area-tag:hover {
    border-color: #4cd150;
    background: rgba(76, 209, 80, 0.1);
}

.foundation-footer-text {
    color: #a0a89e;
    font-size: 14px;
    line-height: 1.8;
    font-family: 'Poppins', sans-serif;
    margin-top: 40px;
    font-style: normal; /* Design mein italic nahi hay, normal hay */
    max-width: 85%;
}

/* ===== PROJECTS & INITIATIVES SECTION ===== */
.projects-initiatives-section {
    padding: 80px 0;
    background-color: #111A14;
}
.pi-main-heading {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    font-family: 'Poppins';
}
.pi-card {
    background: #1a2b1e;
    border: 1px solid #2e3d30;
    border-radius: 12px;
    padding: 28px 24px;
    margin-bottom: 24px;
    transition: border-color 0.3s;
}
.pi-card:hover {
    border-color: #53D056;
}
.pi-card-label {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins';
    margin-bottom: 6px;
}
.pi-card-sub {
    color: #a0a89e;
    font-size: 13px;
    font-family: 'Poppins';
    margin-bottom: 16px;
}
.pi-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.pi-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Poppins';
}
.pi-list li i {
    color: #53D056;
    font-size: 11px;
    flex-shrink: 0;
}

/* ===== ACHIEVEMENTS SECTION ===== */
.achievements-section {
    padding: 80px 0;
    background: #17241C;
}
.ach-heading {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    font-family: 'Poppins';
}
.ach-row {
    margin-bottom: 60px;
}
.ach-card {
    text-align: left;
    padding: 24px 16px;
}

section.media-public-section {
    padding: 50px 0;
}
.ach-icon {
    width: 60px;
    height: 60px;
    /*border: 1.5px solid #53D056;*/
    /*border-radius: 12px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px 0;
}
.ach-icon i {
    color: #53D056;
    font-size: 24px;
}
.ach-card p {
    color: #E6E6E6;
    font-size: 17px;
    font-family: 'Poppins';
    line-height: 1.6;
}

/* ===== MEDIA & PUBLICATIONS ===== */
.media-publications-wrap {
    padding-top: 60px;
}
.media-heading {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    font-family: 'Poppins';
}
.media-text {
    color: #a0a89e;
    font-size: 15px;
    line-height: 1.8;
    font-family: 'Poppins';
    margin-bottom: 24px;
    max-width: 600px;
}
.media-tags-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.media-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #111A14;
    border: 1px solid #2e3d30;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 16px;
    font-family: 'Poppins';
    transition: border-color 0.2s, color 0.2s;
    cursor: default;
}
.media-tag i {
    color: #53D056;
    font-size: 11px;
}
.media-tag:hover {
    border-color: #53D056;
    color: #53D056;
}

/* Responsive */
@media (max-width: 768px) {
.make-donation-head h3 {
    font-size: 22px !important;
    text-align: center;
}    

.make-donation-section a.donate-btn.d-lg-inline-flex {
    text-align: center;
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.make-donation-section .row {
    gap: 10px;
}
    
.flmh-logo-text img {
    width: 210px;
    height: 90px;
    object-fit: contain;
}

.about-colored-line img {
    width: 300px;
}

.flmh-verify-card .verify-shield img {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain;
} 

.values-header .values-icon img {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain;
}
    
.flmh-welcome-imgs img {
    width: 270px;
    height: 200px;
    object-fit: contain;
}    
.values-header {
    flex-direction: column;
    align-items: flex-start !important;
}

 .projects-focus-section::before {
    display: none;
}   
  .card-meta {
    padding: 0px 0px 0;
  }
  
    .bio-heading { font-size: 26px; }
    .pi-main-heading, .ach-heading, .media-heading { font-size: 26px; }
    .foundation-heading { font-size: 24px; }
    .flmh-bg-text { font-size: 80px; }
    .bio-img-wrap { margin-bottom: 30px; }
    .foundation-areas { margin-bottom: 24px; }
}

section.biography-section.aos-init.aos-animate .row {
    display: flex;
    flex-direction: row-reverse;
}

/* ===== MISSION SECTION ===== */
.mission-section {
    padding: 80px 0;
    background-color: #111A14;
}
.mission-img-wrap {
    border-radius: 12px;
    overflow: hidden;
}
.mission-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}
.mission-heading {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Poppins';
    margin-bottom: 14px;
}
.mission-intro {
    color: #a0a89e;
    font-size: 15px;
    font-family: 'Poppins';
    margin-bottom: 20px;
    line-height: 1.7;
}
.mission-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mission-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    font-size: 15px;
    font-family: 'Poppins';
}
.mission-list li i {
    color: #53D056;
    font-size: 12px;
    flex-shrink: 0;
}
.mission-footer {
    color: #a0a89e;
    font-size: 14px;
    font-family: 'Poppins';
    line-height: 1.8;
    font-style: italic;
}
.site-header .lang-wrapper select.gt_selector.notranslate {
    background: transparent;
    color: #fff;
    border: 1px solid #ffffff94;
    border-radius: 7px;
    padding: 6px 5px;
    font-family: 'Poppins';
}
.site-header .lang-wrapper select.gt_selector.notranslate option {
    background: #fff;
    color: #000 !important;
}

.prog-back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    margin-bottom: 20px;
    transition: color 0.2s;
}
.prog-back-link:hover {
    color: #53D156;
}

.contact-section .contact-info-item i {
    color: #53d056;
    font-size: 25px;
}

.contact-info-item .contact-info-icon i {
    font-size: 19px;
}

.projects-focus-section {
    position: relative;
}

.projects-focus-section::before {
    content: '';
    position: absolute;
    background-image: url(https://fondationlmh.org/wp-content/uploads/2026/06/FLMH-1.png);
    bottom: -70px;
    width: 540px;
    height: 230px;
    right: 0;
    background-repeat: no-repeat;
}
.lang-wrapper img {
    width: 30px !important;
    height: auto;
}

.lang-wrapper span.gt-lang-code {
    font-size: 14px;
    font-family: 'Montserrat' !important;
}
.lang-wrapper a.nturl {
    font-size: 14px;
}

.lang-wrapper .gt_float_switcher .gt_options a {
    font-size: 14px;
}
.lang-wrapper .gt_float_switcher.notranslate {
    background: transparent !important;
    color: #fff !important;
    display: inline-block !important;
    font-family: 'Poppins';
}

.lang-wrapper .gt_float_switcher .gt-selected {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff !important;
    opacity: 1;
}

.lang-wrapper .gt_float_switcher .gt_options.gt-open {
    opacity: 1;
    transform: translateX(0px);
    background: #fff;
}
.lang-wrapper .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
}

.lang-wrapper .gt_option a[data-gt-lang="sw"] img,
.lang-wrapper .gt_selected a img[alt="sw"] {
    content: url('https://flagcdn.com/w40/cd.png');
    width: 24px;
    object-fit: contain;
}

.lang-wrapper .gtranslate_wrapper .gt_switcher.notranslate .gt_selected a {
    padding: 7px 15px;
    font-size: 13px;
}


  .flmh-about-wrap {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    padding: 0;
  }
 
.about-flmh-wrap .flmh-hero {
    background-image: url(https://fondationlmh.org/wp-content/uploads/2026/06/sunny-meadow-landscape-1.png);
    padding: 80px 20px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
 
 
.flmh-hero-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
}
 
.flmh-hero-tagline {
    font-family: 'Poppins', sans-serif;
    font-size: 31px;
    color: #E6E6E6;
    font-weight: 300;
}
 
  .flmh-card-wrap {
    border-radius: 10px;
    margin: 50px auto;
  }
 
  .flmh-welcome-box {
    background: #f0f1f31a;
    border-radius: 20px;
    padding: 30px 42px;
    margin-bottom: 10px;
  }
 
  .flmh-section-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
 
.flmh-section-label .quote-icon {
    font-size: 48px;
    line-height: 1;
    font-family: 'Montserrat';
}
 
.flmh-welcome-text {
    font-size: 20px;
    color: #E6E6E6;
    line-height: 1.7;
    font-weight: 400;
    width: 91%;
}
 
.flmh-welcome-imgs {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-left: 1px solid #53D056;
}
 
  .flmh-contact-section {
    padding: 28px 0 10px;
    text-align: center;
  }
 
.flmh-section-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.flmh-section-heading::before,
.flmh-section-heading::after {
  content: '';
  flex: 1;
  height: 2px;
  background: #53D056;
}

 
.flmh-contact-item {
    text-align: center;
    padding: 8px 4px;
    position: relative;
    z-index: 2222;
    overflow: visible;
}

.flmh-contact-item::before {
    content: '';
    background-color: #ffffff3b;
    width: 215px;
    height: 150px;
    top: 43px;
    overflow: hidden;
    z-index: -2;
    position: absolute;
    left: 25px;
    border-radius: 20px;
}

.flmh-contact-icon-wrap {
    width: 44px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    margin: 10px auto;
    justify-content: center;
}
 
 
.flmh-contact-item .contact-label {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 500;
    color: #E6E6E6;
    margin-bottom: 3px;
}

.flmh-contact-item .contact-value {
    font-size: 20px;
    color: #fff;
    word-break: break-all;
    line-height: 1.4;
    margin: 0 auto;
    width: 78%;
}
 
  /* --- AREAS OF INTERVENTION --- */
.flmh-areas-section {
    padding: 59px 0;
    text-align: center;
}
 
  .flmh-area-item {
    text-align: center;
    padding: 10px 4px;
  }
 
.flmh-area-icon-wrap {
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    justify-content: center;
}

.flmh-areas-section .row.justify-content-center {
    background: #152C18;
    padding: 19px 0;
    border-radius: 15px;
}

.flmh-areas-section .col.flmh-area-item {
    border-right: 1px solid #ffffff40;
}
 
.flmh-area-item .area-label {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 400;
    color: #E6E6E6;
    line-height: 1.3;
    margin-top: 10px;
}

.flmh-areas-section .col.flmh-area-item:last-child {
  border-right: none;
}
 
  .flmh-bottom-cards {
    padding: 18px 0 10px;
  }
 
.flmh-verify-card, .flmh-values-card {
    background: #f0f1f326;
    border-radius: 20px;
    padding: 32px 30px;
    height: 100%;
}
 
  .flmh-verify-card {
    display: flex;
    align-items: flex-start;
    gap: 28px;
  }
 
  /*.verify-shield {*/
  /*  font-size: 36px;*/
  /*  color: #4CAF50;*/
  /*  flex-shrink: 0;*/
  /*  margin-top: 2px;*/
  /*}*/
 
  .verify-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
  }
 
.verify-text {
    font-size: 18px;
    color: #E6E6E6;
    line-height: 1.65;
}
 
  .values-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
  }
 
  .values-icon {
    font-size: 30px;
  }
 
  .values-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
  }
 
  .values-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 10px;
  }
 
.value-item {
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}

.values-header-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
 
  .value-item::before {
    content: "✓";
    color: #4CAF50;
    font-weight: 700;
    font-size: 13px;
  }
 
.flmh-footer-quote {
    background: #152C18;
    border-radius: 15px;
    padding: 24px 20px;
    text-align: center;
    margin-top: 80px;
}

 
.flmh-footer-quote p {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-style: italic;
    color: #fff;
    font-weight: 300;
    margin: 0;
}

.flmh-verify-card .verify-shield img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.values-header .values-icon img {
    width: 150px;
    height: 144px;
    object-fit: contain;
}
 
.flmh-footer-quote .quote-icon-big {
    margin-top: -64px;
} 

.about-flmh-wrap {
    padding: 50px 0;
}

.about-flmh-wrap {
  display: none;
}


.flmh-section-label, .flmh-section-label span {
    line-height: 20px !important;
}

.make-donation-section {
    padding: 50px 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    margin: 0 0 50px 0;
}

.make-donation-section .row {
    align-items: center;
}

.make-donation-section .col-md-4 {
    text-align: end;
}

.make-donation-head h3 {
    font-family: 'Montserrat';
    font-size: 34px;
    font-weight: 600;
}

.make-donation-section a.donate-btn.d-lg-inline-flex {
    color: #000;
}

.make-donation-section .donate-btn img {
    filter: brightness(0);
}


@media (max-width: 768px) {
    .mission-img-wrap { margin-bottom: 30px; }
    .mission-heading { font-size: 26px; }
}


/*mu_new_css_end_6-3*/

@media (max-width:1920px){
.our-mission::before {
    left: 16%;
}    
.our-proof .container-fluid {
    margin-left: 16%;
}
.our-testimonials .container-fluid {
    margin-left: 16%;
}
}

@media only screen and (max-width:1550px){
.hero-stats {
    right: 475px;
    max-width: 26%;
}    
.our-mission::before {
    left: 7%;
}    
.our-proof .container-fluid {
    margin-left: 8%;
}
.our-testimonials .container-fluid {
    margin-left: 7%;
}
}

@media (max-width: 991px) {


  .flmh-hero-subtitle {
    font-size: 22px;
  }

  .flmh-hero-tagline {
    font-size: 22px;
  }

  .flmh-section-heading {
    font-size: 32px;
  }

  .flmh-welcome-text {
    font-size: 16px;
    width: 100%;
  }

  .flmh-welcome-imgs {
    border-left: none;
    border-top: 1px solid #53D056;
    align-items: center;
    padding-top: 20px;
    margin-top: 20px;
  }

  .flmh-contact-item::before {
    width: 160px;
    height: 130px;
    left: 10px;
  }

  .flmh-contact-item .contact-label {
    font-size: 15px;
  }

  .flmh-contact-item .contact-value {
    font-size: 14px;
    width: 90%;
  }

  .flmh-contact-icon-wrap {
    width: 38px;
    height: 44px;
  }

  .flmh-areas-section {
    padding: 40px 0;
  }

  .flmh-area-item .area-label {
    font-size: 10px;
  }

  .verify-title,
  .values-title {
    font-size: 24px;
  }

  .verify-text {
    font-size: 15px;
  }

  .value-item {
    font-size: 15px;
  }

  .flmh-footer-quote p {
    font-size: 28px;
  }

  .flmh-footer-quote .quote-icon-big {
    margin-top: -50px;
  }    
    
.target-grid { 
    grid-template-columns: 1fr 1fr; 
}
 
.support-section { 
    padding: 50px 28px; 
}
.support-section h2 { 
    font-size: 1.8rem; 
}    
  .about-hero .donation-text {
    font-size: 14px;
    width: 100%;
}
  .about-breadcrumb {
    justify-content: center;
  }
  .about-breadcrumb a {
    font-size: 14px;
  }
  .breadcrumb-current {
    font-size: 14px;
}
  .footer-bottom .copyright {
    text-align: center;
    font-size: 14px;
    }
  .action-card .action-icon img {
    width: 30px;
  } 
  .action-title {
    font-size: 18px;
}
.action-text {
    font-size: 12px;
    width: 100%;
}
.action-areas::before {
    width: 250px;
    height: 70px;
    top: 83%;
}
  .founder-text {
    font-size: 14px;
    width: 100%;
}
  .hero-section .hero-left .hero-heading {
    font-size: 25px;
  }
  .founder-name {
    font-size: 20px;
}
.founder-badge-bottom .badge-label {
    font-size: 14px;
}
  .hero-subtext {
    font-size: 14px;
  }
  .btn-discover, .btn-partner {
    font-size: 11px;
    padding: 7px 22px;
  }
  .hero-stats {
    right: 267px;
    max-width: fit-content;
  }
  .stats-text strong {
    font-size: 20px;
}
.stats-text span {
    font-size: 12px;
}
.pillar-title {
    font-size: 16px;
}
.pillar-text {
    font-size: 13px;
}
.pillar-card .pillar-icon img {
    width: 30px;
    height: 30px;
}
.founder-badge-bottom {
    bottom: 50px;
    right: -13px;
}
.founder-badge-bottom .badge-number {
    font-size: 35px;
   
}
.founder-badge-top .badge-number {
    font-size: 30px;
    
}
.stats-avatars img {
    width: 93px;
}
  .site-header {
        padding: 22px 0;
    }
  .project-main-title {
        font-size: 2.8rem;
    }
    .objectives-flex-container .width-managed {
        flex: 1 1 100%;
    }
    .timeline-container::before {
        left: -22px;
    }
    .timeline-row, .timeline-row.invert {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 40px;
    }
    .timeline-block {
        width: 100%;
        padding-left: 50px !important;
        text-align: left !important;
    }
    .timeline-badge-wrapper {
        position: absolute;
        left: -42px;
        width: 40px;
        justify-content: flex-start;
        margin-top: 5px;
    }
    .time-box {
        margin-bottom: 10px;
        order: 1;
        padding-left: 0 !important;
    }
    .content-box {
        order: 2;
    }
  .contact-section {
    padding: 50px 0;
  }

  .contact-info-wrap {
    padding-left: 16px;
    margin-top: 36px;
  }
  .donation-tier-card .tier-description {
    font-size: 14px;
  }
  .btn-payment-submit {
    font-size: 14px;
    padding: 10px 30px;
}
.form-control-custom {
    padding: 11px 20px;
    font-size: 14px;
}
.donate-btn {
    font-size: 14px;
    padding: 8px 18px;
}
.footer-bottom .bottom-links a {
    font-size: 14px;
}
.newsletter-input {
    font-size: 14px;
    padding: 8px 14px;
}
.subscribe-btn {
    font-size: 14px;
    padding: 8px 14px;
}
.btn-pay-now-submit {
    font-size: 14px;
    padding: 10px 30px;
}
  .contact-info-heading {
    font-size: 1.6rem;
    margin-bottom: 28px;
  }
      .about-hero {
    height: 220px;
  }
  .donation-tier-card .tier-amount {
    font-size: 30px;
}
  .about-hero-heading {
    font-size: 1.5rem;
  } 
      .footer-tagline {
        max-width: 100%;
        margin-bottom: 32px;
      }
 
    .footer-heading {
        margin-top: 10px;
        font-size: 20px;
    }
    .footer-links li a {
    font-size: 14px;
  }
  .contact-item a {
    font-size: 14px;
  }
  .newsletter-text {
    font-size: 14px;
}
.footer-bottom .row.align-items-center {
    flex-direction: column-reverse;
    gap: 10px;
    text-align: center !important;
}

      .hero-section {
        min-height: auto;
      }
 
      .hero-container {
        flex-direction: column;
        padding-top: 0;
        padding-bottom: 0;
      }
 
      .hero-left {
        max-width: 100%;
        text-align: left;
        padding-bottom: 36px;
      }
 
      .hero-heading {
        font-size: 1.9rem;
      }
 
      .hero-image-wrap {
        position: relative;
        width: 100%;
        height: 320px;
        border-radius: 14px 14px 0 0;
        overflow: hidden;
      }
 
      .hero-img {
        border-radius: 14px 14px 0 0;
      }
      .marquee-section {
    padding: 12px 0;
  }
  .marquee-item {
    font-size: 0.78rem;
  }
  .marquee-content {
    gap: 20px;
    animation-duration: 16s;
  }
    .approach-heading {
      font-size: 1.55rem;
    }
 
    .resource-card {
      max-width: 100%;
      margin-top: 28px;
    }
 
    .pillar-card {
      margin: 4px;
    }
 
    .founder-img {
      max-width: 100%;
      height: 360px;
    }
 
    .founder-heading {
      font-size: 20px;
      margin-top: 12px;
    }
 
    .founder-heading br {
      display: none;
    }
    .section-label {
    font-size: 14px;
  }
  .our-proof .container-fluid {
    margin-left: 15%;
  }
    .our-proof,
    .action-areas {
      padding: 50px 0;
    }
 
    .proof-heading,
    .action-heading {
      font-size: 1.55rem;
    }
 
    .action-areas {
      background-attachment: scroll;
    }
    .our-locations,
    .our-mission {
      padding: 50px 0;
    }
 
    .locations-content {
      padding-left: 0;
      margin-top: 28px;
    }
 
    .locations-heading,
    .mission-heading {
      font-size: 1.5rem;
    }
 
    .mission-left {
      margin-bottom: 32px;
    }
 
    .mission-watermark {
      font-size: 5rem;
    }
    .our-mission-cta {
      margin: 16px 12px;
      padding: 60px 0;
    }
 
    .cta-heading {
      font-size: 1.65rem;
    }
 
    .our-testimonials {
      padding: 50px 0;
    }
 
    .testimonials-heading {
      font-size: 1.45rem;
    }
 
    .testi-slider-wrap {
      padding-left: 4%;
    }
    .our-insights {
      padding: 50px 0;
    }
 
    .insights-heading {
      font-size: 1.65rem;
    }
 
    .insights-row {
      margin-top: 28px;
    }
 
    .insight-img-wrap {
      height: 150px;
    }
    .mobile-navigation-drawer {
        width: 100%; /* Drawer occupies full viewport grid space on tiny phone screens */
    }
    .lang-btn {
        padding: 6px 10px;
        font-size: 0.8rem;
    }
    .mobile-trigger {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 1.6rem;
    cursor: pointer;
    padding: 5px;
    display: inline-flex;
    align-items: center;
}

.mobile-navigation-drawer {
    position: fixed;
    top: 0;
    right: -440px;
    width: 430px;
    max-width: 100%; 
    height: 100vh;
    background-color: #131c18; 
    z-index: 1050;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    padding: 25px;
    transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.mobile-navigation-drawer.drawer-open {
    right: 0; 
}

.drawer-body {
    display: flex;
    flex-direction: column;
}

.drawer-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.mobile-drawer-close {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}
.drawer-body a.donate-btn {
    padding: 10px !important;
    font-size: 14px;
}

.mobile-drawer-close:hover {
    color: #f15b6c;
}

.mobile-nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.mobile-nav-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    display: block;
    padding: 5px 0;
}

.mobile-nav-links a:hover {
    color: #4cd164;
}

.drawer-overlay-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    z-index: 1040;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.drawer-overlay-backdrop.active-backdrop {
    opacity: 1;
    pointer-events: auto;
}
    .hero-stats {
        right: 160px;
        max-width: fit-content;
    }
    
    .resource-btns a.btn-discover {
    padding: 9px 25px;
    color: #282626;
    font-size: 14px;
}

a.btn-donate {
    font-size: 14px;
}

.our-mission::before {
    width: 100%;
    height: 130px;
    top: 80%;
    left: 3%;
    background-repeat: no-repeat;
    background-size: contain;
}

.mission-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 12px;
    flex-direction: column;
}

.row.location-grid {
    display: flex;
    flex-direction: column;
}

.row.location-grid .col-6 {
    width: 100% !important;
}

    .our-proof .container-fluid {
        margin-left: 3%;
    }

}

@media (max-width: 767px) {
.site-header .lang-wrapper select.gt_selector.notranslate {
        font-size: 10px;
        width: 100%;
        max-width: 65px;
}
.mob-donate-mini img {
    width: 12px !important;
}
.mission-card-text {
    font-size: 14px;
    width: 100%;
}   
.mission-icon img {
    width: 23px;
    height: 27px;
    object-fit: contain;
}
.hero-section p.hero-subtext {
    width: 100%;
}    
.site-header .col-auto img {
    width: 95px;
    height: auto;
    object-fit: contain;
}    
.bio-text {
    font-size: 14px;
}    
.our-approach::before {
    display: none;
}
.ach-heading {
    font-size: 25px;
    margin-bottom: 20px;
}
.pi-main-heading {
    font-size: 25px;
    margin-bottom: 30px;
}
.foundation-footer-text {
    max-width: 100%;
}
.achievements-section .ach-card p {
    font-size: 14px;
}
.ach-icon img.ach-card-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.approach-subtext {
    margin-bottom: 0;
}

.achievements-section .ach-row .ach-card {
    width: 48%;
    padding: 10px;
}
.achievements-section .ach-row {

    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    justify-content: center !important;
}
.hero-image-wrapper img.kimpese-img {
    height: auto !important;
}    
.meta-value {
    font-size: 12px;
}
.info-card p {
    font-size: 14px;
}
.section-subtitle {
    font-size: 14px;
    width:100%;
}
.obj-step-card p {
    font-size: 14px;
}
.obj-step-card {
    min-width: 280px;
}
.result-card p {
    font-size: 14px;
}
.impact-section .impact-item {
    padding: 13px 18px;
    font-size: 14px;
}
.potential-partners-sec .partner-tag {
    font-size: 14px;
}
.partners-block.mt-4 {
    grid-template-columns: 2fr 2fr;
}
.support-section .btn-donate {
    display: inline-block;
}
.support-sec .btn-partner {
    padding: 10px 28px;
}
.meta-label {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.budget-table tfoot .total-amount {
    font-size: 16px;
}
.section-title {
    font-size: 35px;
}
.team-avatar {
    width: 50px;
    height: 50px;
}
.target-item {
    font-size: 14px;
}
.target-cta .big-number {
    font-size: 30px;
}
 .team-card, .targets-card { 
     margin-bottom: 16px; 
 }
 
.target-grid { 
    grid-template-columns: 1fr 1fr; gap: 10px; 
    
}
 
.training-card { 
    margin-bottom: 16px; 
}
 
.activity-item { 
    padding: 16px 18px; 
    
}
 
.budget-table thead th,
.budget-table tbody td,
.budget-table tfoot td { 
    padding: 12px 14px; 
    font-size: 0.78rem; 
    
}
 
.impact-section .col-label { margin-top: 10px; }
 
.support-section { 
    padding: 40px 20px; 
    border-radius: 14px; 
}
.support-section h2 { 
    font-size: 1.5rem; 
}
 
.btn-donate, .btn-partner {
    width: 50%; 
    text-align: center; 
    margin: 6px 0; 
}    
.our-project-sec .all-projects {
    gap: 15px;
}    
 .our-approach .resouce-right-wrapper {
    align-items: flex-start;
}
.btn-donate {
    font-size: 12px;
    padding: 9px 19px;
} 
.pillar-row .col-md-3.col-6 {
    margin-bottom: 10px;
}
.btn-donate img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}
.hero-image-wrapper img {
    position: relative;
    top: 0;
    width: 100%;
}
section {
    padding: 50px 0 !important;
}
  .our-mission::before {
   display: none;
  }
    .donation-form-section {
        padding: 50px 0;
    }
    
    .custom-amount-box {
        padding: 35px 20px;
    }

    .custom-amount-title {
        font-size: 1.65rem;
    }

    .donation-tier-card {
        padding: 35px 25px;
    }

    .donation-tier-card .tier-description {
        min-height: auto;
        margin-bottom: 25px;
    }
    .payment-options-box {
        padding: 35px 20px;
    }

    .payment-main-title {
        font-size: 1.85rem;
    }

    .payment-methods-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* Forms responsive 2x2 grid on mobile view */
        gap: 10px;
    }
    
    .btn-method-selector {
        width: 100%;
        min-width: auto;
    }
    .our-mission::before {
    display: none;
    }
        .hero-stats {
        right: 0;
        max-width: 70%;
        min-width: 70% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        right: 0;
        margin: auto;
        left: 0;
    }
    
    .resource-btns {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
    width: 100%;
}
.resource-btns a.btn-discover {
    padding: 9px 25px;
    color: #282626;
    font-size: 14px;
}

a.btn-donate {
    font-size: 14px;
}

.our-founder .founder-img-wrap {
    margin-bottom: 20px;
}

.founder-badge-top {
        left: 20px;
        top: 20px;
    }
        .timeline-container::before {
        left: 2px;
    }
    
    section.implementation-section .timeline-container {
    padding-left: 40px;
}

section.implementation-section .timeline-container .timeline-badge-wrapper {
    left: -15px;
    margin-top: 0;
}

    
}


@media (max-width: 575px) {
.achievements-section .ach-row .ach-card {
    width: 100%;
    padding: 10px;
}    
.partners-block.mt-4 {
    grid-template-columns: 1fr;
}    
.target-grid { 
    grid-template-columns: 1fr; 
}
.target-cta .big-number { 
    font-size: 2rem; 
}    
.insight-card {
    margin-top: 28px;
}
  .card-title {
    font-size: 20px;
}
.card-text {
    font-size: 14px;
}
.card-learn {
    font-size: 14px;
}
.testi-stars img {
    width: 80px;
}
.testi-text {
    font-size: 14px;
}
.testi-name {
    font-size: 15px;
}
  .hero-img {
    border-radius: 14px;
    height: 239px;
    top: 80%;
    }
    .hero-stats {
        right: 7px;
        max-width: fit-content;
        top: 79% !important;
    }
  .project-hero-section {
        padding: 40px 0;
    }
    .project-main-title {
        font-size: 2.2rem;
    }
    .project-meta-grid {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    .meta-item {
        min-width: 100%;
    }
    .info-card {
        padding: 25px;
    }
    .section-title {
        font-size: 1.8rem;
    }
    .cta-inner-card {
        padding: 35px 20px;
    }
    .cta-btn-group {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .cta-btn-group .btn {
        margin-right: 0 !important;
        width: 100%;
    }
  .contact-section {
    padding: 40px 0;
  }

  .contact-form-wrap {
    padding: 24px 18px;
  }

  .contact-info-wrap {
    padding-left: 0;
    margin-top: 32px;
  }

  .contact-info-heading {
    font-size: 1.4rem;
    margin-bottom: 22px;
  }

  .contact-info-item {
    margin-bottom: 20px;
  }
      footer {
        padding: 40px 0 0 0;
      }
 
      .watermark-right,
      .watermark-left {
        font-size: 3.5rem;
      }
 
      .footer-logo img {
        height: 42px;
      }
 
      .logo-text {
        font-size: 1.7rem;
      }
 
      .footer-tagline {
        font-size: 0.8rem;
        margin-bottom: 28px;
      }
 
      .footer-bottom .bottom-links {
        justify-content: center;
        margin-top: 8px;
      }
 
      .footer-bottom .copyright {
        text-align: left;
      }
      .hero-heading {
        font-size: 1.55rem;
      }
 
      .hero-subtext {
        font-size: 0.82rem;
        width: 100%;
      }
 
      .hero-subtext br {
        display: none;
      }
 
    .hero-buttons {
        flex-direction: row;
        align-items: center;
        gap: 10px;
        margin-bottom: 1px;
    }
 
      .btn-discover,
      .btn-partner {
        font-size: 0.8rem;
        padding: 10px 20px;
        display: inline-block;
      }
 
      .hero-image-wrap {
        height: 240px;
      }
 
      .hero-tags {
        gap: 6px;
      }
 
      .hero-tag {
        font-size: 0.7rem;
        padding: 4px 11px;
      }
      .marquee-section {
    padding: 10px 0 !important;
  }
  .marquee-item {
    font-size: 0.72rem;
  }
  .marquee-content {
    gap: 16px;
    animation-duration: 14s;
  }
  .our-approach {
      padding: 48px 0 40px;
    }
 
    .approach-heading {
      font-size: 1.35rem;
    }
 
    .approach-subtext br {
      display: none;
    }
 
    .resource-card {
      margin-top: 24px;
    }
 
    .resource-btns {
      flex-direction: row;
      align-items: flex-start;
    }
 
    .pillar-row .col-6 {
      padding: 4px;
    }
 
    .pillar-card {
      margin: 0;
      padding: 18px 14px;
    }
 
    .pillar-title {
      font-size: 0.82rem;
    }
 
    .pillar-text {
      font-size: 0.72rem;
    }
 
    .approach-watermark {
      font-size: 5rem;
    }
 
    .our-founder {
      padding: 48px 0;
    }
 
    .founder-img {
      height: 410px;
    }
      .our-proof .container-fluid {
    margin-left: 4%;
  }
  .our-proof .proof-slide {
    height: 300px;
  }
  .proof-slide .proof-card {
    gap: 10px;
}
 
    .founder-heading {
      font-size: 1.25rem;
      margin-top: 28px;
    }
 
    .founder-badge-top {
      left: 0;
    }
 
    .founder-badge-bottom {
      right: 0;
    }
 
    .founder-signature {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
    }
     .our-proof,
    .action-areas {
      padding: 40px 0;
    }
 
    .proof-heading,
    .action-heading {
      font-size: 1.35rem;
    }
 
    .proof-subtext,
    .action-subtext {
      font-size: 0.78rem;
    }
 
    .card-img-wrap {
      height: 140px;
    }
 
    .action-watermark {
      font-size: 4rem;
    }
    .our-locations,
    .our-mission {
      padding: 40px 0;
    }
 
    .map-wrap {
      height: 260px;
    }
 
    .locations-heading,
    .mission-heading {
      font-size: 1.3rem;
    }
 
    .locations-heading br {
      display: none;
    }
 
    .location-box {
      margin: 3px;
      padding: 10px 10px;
    }
 
    .location-name {
      font-size: 0.78rem;
    }
 
    .location-count {
      font-size: 0.66rem;
    }
 
    .mission-card-top {
      flex-direction: column;
      align-items: flex-start;
    }
 
    .mission-btn {
      font-size: 0.72rem;
      padding: 6px 14px;
    }
 
    .mission-watermark {
      font-size: 3.5rem;
    }
    .our-mission-cta {
      margin: 12px 8px;
      padding: 50px 0;
      border-radius: 12px;
    }
 
    .cta-heading {
      font-size: 1.4rem;
    }
 
    .cta-subtext {
      font-size: 0.78rem;
    }
 
    .our-testimonials {
      padding: 40px 0;
    }
 
    .testimonials-heading {
      font-size: 1.2rem;
    }
 
    .testi-arrow {
      width: 34px;
      height: 34px;
    }
 
    .testi-slider-wrap {
      padding-left: 4%;
    }
    .our-insights {
      padding: 40px 0;
    }
 
    .insights-heading {
      font-size: 1.4rem;
    }
 
    .insights-subtext {
      font-size: 0.78rem;
      margin-bottom: 10px;
    }
 
    .btn-view-insights {
      margin-top: 16px;
    }
 
    .insights-row {
      margin-top: 22px;
      row-gap: 14px;
    }
 
    .insight-img-wrap {
      height: 180px;
    }
 
    .insight-title {
      font-size: 0.88rem;
    }
    .about-hero {
    height: 160px;
  }
  .about-hero-heading {
    font-size: 1.3rem;
  }
  .about-hero .container {
    padding-bottom: 22px;
  }
  
  .resource-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.resource-card-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100% !important;
    max-width: 100% !important;
}
.col-md-6.d-flex.justify-content-end.resouce-right-wrapper {
    display: flex !important;
    align-items: center;
    justify-content: center !important;
}
.btn-donate {
        font-size: 12px;
        padding: 11px 19px;
    }
    
        .resource-card-top {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        text-align: left;
        width: 100% !important;
        max-width: 100% !important;
    }
    
        .resource-btns {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
    }
    
    span.card-tag , .card-budget , .card-duration {
    font-size: 11px;
    padding: 5px 15px;
}

.our-proof .proof-slide {
        height: 350px;
    }
    
        .card-title {
        font-size: 18px;
        margin: 0 !important;
    }
    
    .card-duration, span.card-budget {
    padding: 5px 20px !important;
}

    .action-areas::before {
        width: 200px;
        height: 50px;
        top: auto;
        bottom: 0;
        background-size: contain;
    }
    
    h2.locations-heading {
    font-size: 20px;
    line-height: 1.3em;
}

.locations-subtext {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

section.our-locations {
    padding-bottom: 10px !important;
}

section.implementation-section .timeline-container .timeline-badge-wrapper {
    left: -5px;
    margin-top: 0;
}

.timeline-container::before {
        left: 12px;
    }
    
    .timeline-block.content-box {
    padding: 20px !important;
}


  
}


/* ===== PROJECT DETAIL — BUDGET TABLES ===== */
.proj-table-block {
    margin-bottom: 50px;
}

.proj-table-header {
    background-color: #1e3022;
    color: #53D156;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 24px;
    border-radius: 10px 10px 0 0;
    border-left: 4px solid #53D156;
}

.proj-table-subtext {
    background-color: #17241c;
    color: #a0a89e;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding: 10px 24px;
    border-left: 4px solid #53D156;
}

.proj-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.proj-table thead tr {
    background-color: #0e1a11;
}

.proj-table thead th {
    color: #8a918e;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 14px 16px;
    border-bottom: 1px solid #1e3022;
    white-space: nowrap;
}

.proj-table tbody tr {
    background-color: #131c18;
    border-bottom: 1px solid #1a2a1e;
    transition: background-color 0.15s ease;
}

.proj-table tbody tr:hover {
    background-color: #1a2e20;
}

.proj-table tbody td {
    color: #D4D4D4;
    padding: 12px 16px;
    vertical-align: middle;
    line-height: 1.5;
}

.proj-table tbody td:first-child {
    color: #53D156;
    font-weight: 600;
    width: 40px;
}

/* Subtotal row */
.proj-table-subtotal {
    background-color: #0e1a11 !important;
    border-top: 2px solid #53D156 !important;
}

.proj-table-subtotal td {
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    padding: 14px 16px !important;
}

.proj-table-subtotal td:last-child {
    color: #53D156 !important;
    font-size: 17px !important;
}

@media (max-width: 575px) {

     .flmh-hero {
    padding: 50px 16px !important;
    gap: 10px !important;
  }


  .flmh-hero-subtitle {
    font-size: 16px;
  }

  .flmh-hero-tagline {
    font-size: 15px;
  }

  .flmh-card-wrap {
    margin: 30px auto;
  }

  .flmh-welcome-box {
    padding: 24px 18px;
  }

  .flmh-section-label {
    font-size: 16px;
  }

  .flmh-section-label .quote-icon {
    font-size: 34px;
  }

  .flmh-welcome-text {
    font-size: 14px;
    width: 100%;
  }

  .flmh-welcome-imgs {
    border-left: none;
    border-top: 1px solid #53D056;
    align-items: center;
    padding-top: 16px;
    margin-top: 16px;
  }

  .flmh-section-heading {
    font-size: 22px;
  }

  /* Contact — 2 columns on mobile */
  .flmh-contact-section .row {
    flex-wrap: wrap;
  }

  .flmh-contact-section .col {
    flex: 0 0 50%;
    max-width: 49%;
    margin-bottom: 16px;
  }

  .flmh-contact-item::before {
    display: none;
  }

  .flmh-contact-item .contact-label {
    font-size: 13px;
  }

  .flmh-contact-item .contact-value {
    font-size: 12px;
    width: 100%;
  }

  /* Areas — 3 columns on mobile */
  .flmh-areas-section .row {
    flex-wrap: wrap;
  }

  .flmh-areas-section .col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    margin-bottom: 10px;
  }

  .flmh-areas-section .col.flmh-area-item {
    border-right: none;
  }

  .flmh-area-item .area-label {
    font-size: 10px;
  }

  /* Verify + Values stack */
  .flmh-verify-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .verify-title,
  .values-title {
    font-size: 20px;
  }

  .verify-text {
    font-size: 13px;
  }

  .value-item {
    font-size: 13px;
  }

  .flmh-bottom-cards .row {
    gap: 16px 0;
  }

  .flmh-footer-quote {
    margin-top: 40px;
    padding: 20px 16px;
  }

  .flmh-footer-quote p {
    font-size: 18px;
  }

  .flmh-footer-quote .quote-icon-big {
    margin-top: -40px;
  }
    
    .proj-table-header {
        font-size: 15px;
        padding: 13px 16px;
    }
    .proj-table thead th {
        font-size: 11px;
        padding: 10px 10px;
    }
    .proj-table tbody td {
        font-size: 12px;
        padding: 10px 10px;
    }
}

/* ===== FOUNDER JOURNEY SECTION ===== */
.founder-journey-section {
    padding: 0 0 80px 0;
    background: #111A14;
}

.journey-wrapper {
    background: #131c18;
    border-radius: 16px;
    padding: 36px 32px 40px;
    border: 1px solid rgba(255,255,255,0.04);
}

.journey-heading {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 24px;
}

/* JOURNEY CARDS GRID */
.journey-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 30px;
}

.journey-grid .journey-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: calc(50% - 7px);
}

.journey-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #0e1a11;
    border-radius: 10px;
    padding: 16px 18px;
    transition: background 0.2s ease;
    border: 1px solid rgba(255,255,255,0.03);
}

.journey-card:hover {
    background: #1a2e20;
}

.journey-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    background: rgba(83, 209, 86, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #53D156;
    font-size: 15px;
    transition: background 0.2s;
}

.journey-card:hover .journey-icon {
    background: rgba(83, 209, 86, 0.2);
}

.journey-card p {
    color: #D4D4D4;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

/* PERSONAL MISSION BOX */
.personal-mission-box {
    background: #0e1a11;
    border-radius: 12px;
    padding: 28px 28px 24px;
    border: 1px solid rgba(83, 209, 86, 0.1);
}

.mission-box-title {
    color: #53D156;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}

.mission-box-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.mission-box-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #D4D4D4;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}

.mission-box-list li i {
    color: #53D156;
    font-size: 15px;
    width: 18px;
    text-align: center;
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 575px) {
    .journey-wrapper {
        padding: 24px 18px 28px;
    }
    .journey-grid {
        grid-template-columns: 1fr;
    }
    .journey-grid .journey-card:last-child:nth-child(odd) {
        grid-column: auto;
        max-width: 100%;
    }
    .personal-mission-box {
        padding: 20px 16px;
    }
}

.blog-detail-body .col-lg-4.mt-5.mt-lg-0 {}

.blog-detail-body .col-lg-4.mt-5.mt-lg-0 div {
    background-color: #3ea940 !important;
}

.blog-detail-body .col-lg-4.mt-5.mt-lg-0 div span {
    color: white !important;
}

.blog-detail-body .col-lg-4.mt-5.mt-lg-0 div h5 {
    color: white !important;
}
