/* =====================================
   SECTION COMMON
===================================== */

section {
  width: 100%;
}

.section-title {
  margin-bottom: 50px;
  text-align: center;
}

.section-title h2 {
  font-size: 42px;
  font-weight: 700;
  color: #0b1b4d;
  margin-bottom: 15px;
}
.section-title h2 > span {
  color: #18bfc3;
}

.section-title p {
  max-width: 700px;
  margin: 0 auto;
  color: #626c84;
}

/* 100vh common sections */
.about-section,
.donation-section,
.works-section,
.stats-section,
.features-section,
.member-section,
.events-section,
.news-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 110px 15px 110px 15px;
}

/* =====================================
   ABOUT SECTION
===================================== */
.about-section .container,
.works-section .container,
.facts-container,
.member-section .container,
.events-section .container,
.news-section .container {
  max-width: 1140px;
}
.about-section {
  background: #fff;
}

.about-content {
  position: relative;
  padding: 85px 0px 0px 0px;
  z-index: 2;
}

.about-content::before {
  content: "Future";
  position: absolute;
  top: 32px;
  left: -48px;
  font-size: 180px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.03);
  line-height: 1;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .about-content::before {
    display: none;
  }
}
.about-content span {
  font-size: 21px;
  font-weight: 400;
  color: #555;
}
.about-tag {
  display: inline-block;
  background: #fff;
  padding: 8px 18px;
  font-size: 18px;
  color: #555;
  margin-bottom: 20px;
}

.about-content h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.15;
  color: #1e1e1e;
  margin-bottom: 25px;
}

.title-line {
  width: 90px;
  height: 4px;
  background: #14a9d1;
  margin-bottom: 40px;
}

.about-content p {
  color: #8a8a8a;
  font-size: 16px;
  line-height: 2;
  max-width: 900px;
  /* margin-bottom: 60px; */
  text-align: center;
}
.about-content .know-more-btn {
  display: flex;
  justify-content: center;
}

.about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  height: 70px;
  background: #10a6cb;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: 0.3s;
}

.about-btn:hover {
  background: #0a94b6;
  color: #fff;
  transform: translateY(-3px);
}

.about-card,
.about-logo-card {
  background: linear-gradient(135deg, #2338ff 0%, #3441ff 50%, #9444cc 100%);
  /* padding: 50px 40px; */
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  max-width: 520px;
  margin-left: auto;
}

.about-card img,
.about-logo-card img {
  height: 100%;
  width: 100%;
  border-radius: 12px;
  /* width: 260px;
  margin-bottom: 40px; */
}

.about-card h3,
.about-logo-card h4 {
  color: #fff;
  font-size: 48px;
  line-height: 1.4;
  font-weight: 400;
}

/* =====================================
   DONATION SECTION
===================================== */

.donation-section {
  background: #f7f7f7;
}

.donation-image img {
  width: 100%;
  display: block;
}

.donation-content h2 {
  font-size: 42px;
  font-weight: 700;
  color: #0b1b4d;
  margin-bottom: 20px;
}

.donation-content p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
}

.donation-content ul {
  padding-left: 20px;
  margin-bottom: 30px;
}

.donation-content li {
  margin-bottom: 12px;
  color: #555;
}

/* =====================================
   IMPORTANT WORKS
===================================== */

.works-section {
  background: #fff;
}

.work-list {
  /* background: #fff;
  padding: 35px;
  border-left: 4px solid #ff4b4b;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); */
}
.work-list-item {
  background: #fff;
  padding-left: 15px;
  border-left: 4px solid #ff4b4b;
  margin-top: 1.5rem;
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); */
}
.work-list-item p {
  font-size: 14px;
}
.work-list h3 {
  font-size: 36px;
}
.donate-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.work-list li {
  margin: 0 0 15px 25px;
  color: #555;
  line-height: 1.7;
  font-size: 14px;
}

.work-banner {
  background: linear-gradient(135deg, #203eff, #8b43ff);
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 40px; */
  border-radius: 8px;
}
.work-banner img {
  /* border-radius: 8px; */
}
.work-banner h2 {
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-size: 38px;
  font-weight: 600;
}

/* =====================================
   STATS SECTION
===================================== */
.counter {
  display: block;
  min-width: 140px;
  font-size: 2.55rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.facts-section {
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(
    180deg,
    #0315f6 0%,
    #334bd2 28%,
    #7386a7 62%,
    #becd91 100%
  );
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 130px;
  font-family: Arial, Helvetica, sans-serif;
}

/* .facts-container {
  width: 100%;
  max-width: 950px;
  text-align: center;
} */

.facts-container h2 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
  margin: 0;
}

.facts-container p {
  font-size: 1.35rem;
  color: rgba(180, 180, 180, 0.9);
  margin-top: 38px;
  margin-bottom: 115px;
}

.facts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 45px;
  row-gap: 32px;
}

.fact-item {
  display: flex;
  align-items: center;
  gap: 34px;
  text-align: left;
}

.fact-item i {
  width: 90px;
  font-size: 3rem;
  color: #00a6c8;
  text-align: center;
  line-height: 1;
}

.fact-item .circle-icon {
  width: 70px;
  height: 70px;
  border: 6px solid #00a6c8;
  border-radius: 50%;
  font-size: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fact-item h3 {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 8px;
}

.fact-item span {
  font-size: 1.375rem;
  color: rgba(62, 62, 62, 0.72);
  font-weight: 400;
}

/* responsive */
@media (max-width: 991px) {
  .facts-section {
    padding: 90px 24px;
  }

  .facts-container h2 {
    font-size: 2.7rem;
  }

  .facts-grid {
    column-gap: 45px;
  }

  .fact-item span {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .facts-section {
    padding-top: 70px;
  }

  .facts-container h2 {
    font-size: 2.1rem;
  }

  .facts-container p {
    font-size: 1rem;
    margin-bottom: 70px;
  }

  .facts-grid {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }

  .fact-item {
    justify-content: center;
  }
}

/* =====================================
   FEATURES
===================================== */

.features-section {
  background: #fff;
}

.feature-card {
  text-align: center;
  padding: 35px 25px;
  transition: 0.3s;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-8px);
}

.feature-card img {
  height: 70px;
  margin-bottom: 20px;
}

.feature-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0b1b4d;
}

.feature-card p {
  color: #666;
  line-height: 1.7;
}
.feature-icon {
  margin-bottom: 1rem;
}
.feature-icon i {
  font-size: 2.4rem;
}

.water i {
  color: #f4a300;
}

.food i {
  color: #ff5a5f;
}

.health i {
  color: #8e63c7;
}

.education i {
  color: #4cc38a;
}
/* =====================================
   MEMBER FORM
===================================== */

.member-section {
  position: relative;
  padding: 120px 0;
  min-height: 100vh;

  /* Banner Image */
  background: url("/assets/images/member-bg.jpg") center center/cover no-repeat
    fixed;

  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Dark Overlay */
.member-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.member-section .container {
  position: relative;
  z-index: 2;
}
.member-form-box {
  background: #fff;
  max-width: 650px;
  padding: 45px;
  border-radius: 8px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.member-form-box h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0b1b4d;
  margin-bottom: 25px;
}

.member-form-box .form-control {
  height: 52px;
  margin-bottom: 15px;
  border-radius: 0;
}

.member-form-box textarea.form-control {
  height: 120px;
}

.member-form-box button {
  background: #0b1b4d;
  color: #fff;
  border: none;
  padding: 14px 35px;
  border-radius: 50px;
  font-weight: 600;
}

/* =====================================
   EVENTS
===================================== */

.events-section {
  min-height: 100vh;
  background: #fff;
  padding: 155px 0 80px;
  font-family: Arial, Helvetica, sans-serif;
}

.events-section .container {
  /* max-width: 1360px; */
  margin: 0 auto;
  padding: 0 30px;
}

.events-header {
  max-width: 720px;
}

.events-header h2 {
  font-size: 3.75rem;
  font-weight: 800;
  color: #06205f;
  margin: 0;
  line-height: 1.1;
}

.events-line {
  color: #06205f;
  font-size: 1.4rem;
  letter-spacing: 8px;
  margin: 18px 0 22px;
}

.events-header p {
  font-size: 1.35rem;
  color: #7d889f;
  margin: 0;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 260px;
  margin-top: 22px;
  padding-left: 260px;
}

.event-card {
  max-width: 420px;
}

.event-card h3 {
  font-size: 1.85rem;
  font-weight: 800;
  margin: 0 0 30px;
}

.event-card p {
  font-size: 1.2rem;
  color: #768198;
  margin: 0 0 12px;
  line-height: 1.4;
}

.green {
  color: #32c495;
}

.purple {
  color: #9160c5;
}

.event-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  min-width: 145px;
  height: 48px;
  padding: 0 28px;
  border-radius: 40px;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.green-bg {
  background: #32c495;
}

.purple-bg {
  background: #9160c5;
}

@media (max-width: 991px) {
  .events-section {
    padding: 90px 0;
  }

  .events-header h2 {
    font-size: 2.8rem;
  }

  .events-grid {
    padding-left: 0;
    gap: 60px;
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .events-grid {
    grid-template-columns: 1fr;
  }

  .events-header h2 {
    font-size: 2.3rem;
  }

  .events-header p {
    font-size: 1rem;
  }
}

/* =====================================
   moments SECTION
===================================== */

.moments-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #fff8f0 0%, #ffffff 100%);
}

.moments-container {
  width: min(1140px, 92%);
  margin: 0 auto;
}

.section-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 45px;
}

.section-heading span {
  display: inline-block;
  color: #e85b22;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-heading h2 {
  font-size: 42px;
  font-weight: 800;
  color: #14213d;
  margin-bottom: 14px;
}

.section-heading p {
  font-size: 17px;
  line-height: 1.7;
  color: #666;
}

.moments-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.moment-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  min-height: 360px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
}

.large-card {
  min-height: 480px;
}

.moment-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.moment-card:hover img {
  transform: scale(1.08);
}

.moment-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.05) 30%,
    rgba(0, 0, 0, 0.75) 100%
  );
}

.moment-content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  color: #fff;
}

.moment-content span {
  display: inline-block;
  background: #e85b22;
  padding: 7px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
}

.moment-content h3 {
  font-size: 28px;
  font-weight: 800;
  margin: 0;
  line-height: 1.3;
  color: #fff;
}

@media (max-width: 991px) {
  .section-heading h2 {
    font-size: 34px;
  }

  .moments-grid {
    grid-template-columns: 1fr;
  }

  .moment-card,
  .large-card {
    min-height: 420px;
  }
}

@media (max-width: 575px) {
  .moments-section {
    padding: 55px 0;
  }

  .section-heading h2 {
    font-size: 28px;
  }

  .section-heading p {
    font-size: 15px;
  }

  .moment-card,
  .large-card {
    min-height: 300px;
    border-radius: 16px;
  }

  .moment-content {
    left: 18px;
    right: 18px;
    bottom: 20px;
  }

  .moment-content h3 {
    font-size: 22px;
  }
}

/* =====================================
   NEWS SECTION
===================================== */
.news-section {
  min-height: 100vh;
  background: #fff;
  padding: 55px 0 80px;
  font-family: Arial, Helvetica, sans-serif;
}

.news-section .container {
  /* max-width: 1360px; */
  margin: 0 auto;
  padding: 0 30px;
}

.news-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.news-top h2 {
  font-size: 3rem;
  font-weight: 900;
  color: #06205f;
  margin: 0;
}

.news-line {
  color: #06205f;
  font-size: 1.25rem;
  letter-spacing: 8px;
  margin: 14px 0 18px;
}

.news-top p {
  max-width: 850px;
  font-size: 1.25rem;
  line-height: 1.8;
  color: #7b859a;
  margin: 0;
}

.all-causes-btn {
  margin-top: 15px;
  min-width: 145px;
  height: 48px;
  border-radius: 40px;
  background: #31c69a;
  color: #fff;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.news-list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.news-card {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.news-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.news-content {
  padding: 32px 35px 38px;
  min-height: 170px;
}

.news-content span {
  display: block;
  font-size: 1.15rem;
  color: #5a9d15;
  margin-bottom: 24px;
}

.news-content h3 {
  font-size: 1.35rem;
  line-height: 1.35;
  font-weight: 800;
  color: #06205f;
  margin: 0;
}

.news-card.no-img .news-content {
  min-height: 360px;
}

.news-footer {
  border-top: 1px solid #eee;
  padding: 22px 35px;
  color: #9862ca;
  font-size: 1.1rem;
}

.news-footer i {
  color: #5d6470;
  margin-right: 16px;
}

.news-pagination {
  margin-top: 90px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.page-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #c9eee5;
  background: #fff;
  color: #31c69a;
  font-weight: 700;
  cursor: pointer;
}

.page-btn.active {
  background: #18bfc0;
  color: #fff;
  border-color: #18bfc0;
}

@media (max-width: 991px) {
  .news-top {
    flex-direction: column;
    gap: 25px;
  }

  .news-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .news-list {
    grid-template-columns: 1fr;
  }

  .news-top h2 {
    font-size: 2.3rem;
  }
}

/* =====================================
   FOOTER
===================================== */
.footer-section {
  position: relative;
  background: #082b34;
  color: #fff;
  padding: 145px 0 0;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

.footer-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/world-map.png");
  background-repeat: no-repeat;
  background-position: center 190px;
  background-size: cover;
  opacity: 0.14;
}

.footer-container {
  position: relative;
  z-index: 2;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.05fr 1.15fr;
  gap: 58px;
}

.footer-col h3 {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 500;
  margin: 0 0 42px;
  color: #fff;
}

.footer-contact {
  list-style: none;
  padding: 72px 0 0;
  margin: 0;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 26px;
  font-size: 1rem;
  line-height: 1.45;
}

.footer-contact i {
  font-size: 1.35rem;
  margin-top: 4px;
}

.red {
  color: #f23b4e;
}
.green {
  color: #00c493;
}
.yellow {
  color: #e6a700;
}
.purple {
  color: #9b63d0;
}

.calendar-box {
  width: 320px;
}

.calendar-box table {
  width: 100%;
  border-collapse: collapse;
}

.calendar-box th,
.calendar-box td {
  width: 45px;
  height: 43px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  text-align: center;
  color: #7d8ba1;
  font-size: 1.05rem;
  font-weight: 600;
}

.calendar-box th {
  color: #7d8ba1;
}

.calendar-box .active-date {
  color: #23d8d6;
}

.calendar-month {
  height: 70px;
  background: #f4f4f4;
  color: #7d8794;
  display: flex;
  align-items: center;
  padding-left: 10px;
  font-size: 1.15rem;
}

.calendar-link {
  color: #168aff;
  display: inline-block;
  margin-top: 8px;
  text-decoration: none;
  font-size: 1.05rem;
}

.trend-post {
  display: flex;
  gap: 25px;
  margin-bottom: 34px;
  align-items: flex-start;
}

.trend-post img {
  width: 90px;
  height: 52px;
  object-fit: cover;
}

.trend-post h4 {
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 12px;
  line-height: 1.25;
  color: #fff;
}

.trend-post p {
  margin: 0;
  font-size: 0.78rem;
}

.trend-post p i {
  margin-right: 10px;
}

.trend-post.no-img {
  padding-left: 115px;
}

.subscribe-text {
  font-size: 1.25rem;
  line-height: 1.7;
  margin-bottom: 24px;
}

.subscribe-form {
  display: flex;
  width: 350px;
  height: 60px;
  border: 3px solid #70a900;
}

.subscribe-form input {
  width: 62%;
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
  padding: 0 22px;
  font-size: 1.1rem;
}

.subscribe-form button {
  width: 38%;
  border: none;
  background: #70a900;
  color: #fff;
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}

.social-links {
  display: flex;
  gap: 18px;
  margin-top: 45px;
}

.social-links a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  text-decoration: none;
}

.fb {
  background: #4969b8;
}
.tw {
  background: #22a7ef;
}
.ig {
  background: #e93673;
}

.footer-bottom {
  margin-top: 112px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding: 38px 0;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
}

@media (max-width: 991px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-contact {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .calendar-box,
  .subscribe-form {
    width: 100%;
  }

  .trend-post.no-img {
    padding-left: 0;
  }
}

/* =====================================
common banner section 
===================================== */

.inner-banner {
  position: relative;
  width: 100%;
  height: 520px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.inner-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
  z-index: 1;
}

.inner-banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

.inner-banner-content h1 {
  font-size: 3.125rem;
  font-weight: 800;
  margin: 0 0 35px;
  line-height: 1;
  color: #fff;
}

.breadcrumb-box {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #68a80f;
  color: #fff;
  padding: 8px 30px;
  border-radius: 30px;
  font-size: 0.875rem;
  line-height: 1;
}

.breadcrumb-box a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-box span {
  color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
  .inner-banner {
    height: 430px;
  }

  .inner-banner-content h1 {
    font-size: 3.3rem;
  }
}

@media (max-width: 767px) {
  .inner-banner {
    height: 330px;
  }

  .inner-banner-content h1 {
    font-size: 2.5rem;
    margin-bottom: 25px;
  }

  .breadcrumb-box {
    font-size: 1rem;
    padding: 8px 24px;
  }
}
