:root {
  --primary: #FF9933;
  --accent: #fff3e0;
  --dark: #0f2a1e;
  --light: #f8f9fa;
  --gray: #e9ecef;
}

* {
  font-family: "Amarna", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.title-heading {
  font-size: 44px;
  font-weight: 800;
  margin-bottom: 22px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .title-heading {
    font-size: 28px;
  }
}

/* ===================================== */

/* navbar css  */
.navbar {
  position: sticky;
  top: 0;
  z-index: 9999;
  transition: all 0.3s ease;
}

.navbar.scrolled {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* Hover dropdown show */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

/* Smooth fade animation */
.fade-menu {
  animation: fadeIn 0.25s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Menu spacing */
.nav-link {
  padding: 10px 18px !important;
  color: #000 !important;
}

/* Active hover effect */
.nav-link:hover {
  color: #2a7c6f !important;
}

/* Default dropdown item */
.dropdown-menu .dropdown-item {
  transition: all 0.3s ease;
  padding: 10px;
}
/* Hover effect */
.dropdown-menu .dropdown-item:hover {
  background-color: #2a7c6f;
  color: #ffffff;
}
/* Active / focus */
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item.active {
  background-color: #2a7c6f;
  color: #fff;
}

/* ============================================ */
/* ============================================ */

/* heading section for all  */
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 40px; */
  flex-wrap: wrap;
  text-align: left;
}

/* =============================================== */
/* =============================================== */

/* Footer CSS */
.footer-wrap {
  background: #ecf8f5;
  padding: 60px 0 0;
  position: relative;
  overflow: hidden;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 26px;
  font-weight: 700;
}

/* .footer-logo img{
      width:48px;
    } */

.footer-desc {
  color: #6c757d;
  margin: 20px 0 25px;
  max-width: 520px;
}

.social-icons a {
  color: #2e7d6b;
  display: inline-flex;
  margin-right: 10px;
  text-decoration: none;
  transition: 0.3s;
}

.newsletter h4 {
  font-weight: 700;
  margin-bottom: 18px;
}

.newsletter .form-control {
  height: 54px;
  border-radius: 8px;
}

.newsletter p {
  color: #6c757d;
  margin-top: 14px;
}

.footer-bottom {
  background: #ffffff;
  margin-top: 50px;
  padding: 18px 0;
  font-size: 14px;
  color: #6c757d;
}

/* Decorative dots */
.dots {
  position: absolute;
  width: 180px;
  height: 180px;
  background: radial-gradient(#7bbfb1 1.5px, transparent 1.5px);
  background-size: 10px 10px;
  opacity: 0.5;
}

.dots.left {
  bottom: 40px;
  left: -60px;
}

.dots.right {
  top: 40px;
  right: -60px;
}

@media(max-width:767px) {
  .footer-wrap {
    padding: 40px 0 0;
    text-align: center;
  }

  .footer-logo {
    justify-content: center;
  }

  .footer-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .newsletter form {
    flex-direction: column;
  }

  .newsletter .main-btn {
    width: 100%;
    margin-top: 10px;
  }

  .footer-bottom {
    text-align: center;
  }
}

/* ====================================================== */
/* ====================================================== */


/* button css */
.main-btn {
  padding: 13px 20px;
  background: #2a7c6f;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  letter-spacing: 1px;
  transition: all 0.4s ease;
  text-decoration: none;
  color: #fff;
  text-decoration: none;
  /* font-size: 13px; */
}


/* ================================================ */
/* ================================================ */

/* marque top bar  */
.nav-top-section {
  background: #fff;
  /* padding:25px 0; */
  overflow: hidden;
}

.nav-top {
  position: relative;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 2px 0;
}

.nav-top i {
  color: #2a7c6f;
}


/* ==================================================== */
/* ==================================================== */

/* back to top css  */
.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  border: none;
  font-size: 22px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.back-to-top:hover {
  background: #12766b;
  transform: translateY(-4px);
}



/* ================================================ */
/* ============================================= */

/* breadcrum section css  */

.breadcrum-hero {
  background: #eef7f4;
  padding: 110px 0;
  position: relative;
}

.breadcrumb-text {
  font-size: 16px;
  color: #666;
}


/* DOT CIRCLES */
.dot-circle {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background-image: radial-gradient(#2c8f86 1.5px, transparent 1.5px);
  background-size: 8px 8px;
  opacity: 0.8;
}

/* LEFT */
.dot-left {
  top: 30px;
  left: -90px;
}

/* RIGHT */
.dot-right {
  bottom: 30px;
  right: -90px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-title {
    font-size: 36px;
  }

  .dot-circle {
    width: 180px;
    height: 180px;
    background-size: 7px 7px;
  }

  .dot-left {
    left: -70px;
    top: 20px;
  }

  .dot-right {
    right: -70px;
    bottom: 20px;
  }
}

/* ========================================= */
/* ========================================= */

/* signup section css  */

/* SIGN UP SECTION */
.signup-section {
  background: #ffffff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.signup-text {
  font-size: 16px;
  line-height: 1.8;
  color: #6b7b80;
  max-width: 520px;
  margin-bottom: 32px;
}

/* POSTER */
.donation-poster {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}


/* RIGHT DOTTED SHAPE */
.signup-dots {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 520px;
  height: 520px;
  background: radial-gradient(#7fbfb1 1.8px, transparent 1.8px);
  background-size: 9px 9px;
  border-radius: 55% 45% 60% 40% / 55% 60% 40% 45%;
  opacity: 0.2;
}


/* LEAF STROKES */
.signup-leaf {
  position: absolute;
  right: 220px;
  top: 120px;
  width: 90px;
  height: 90px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90'%3E%3Cg fill='none' stroke='%232e7d6b' stroke-width='3'%3E%3Cellipse cx='45' cy='24' rx='14' ry='24'/%3E%3Cellipse cx='24' cy='46' rx='8' ry='16'/%3E%3Cellipse cx='66' cy='46' rx='8' ry='16'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  opacity: 0.7;
}


@media(max-width:991px) {
  .signup-section {
    padding: 70px 0;
  }

  .signup-title {
    font-size: 34px;
  }
}

@media(max-width:767px) {
  .signup-section {
    text-align: center;
  }

  .signup-text {
    margin-left: auto;
    margin-right: auto;
  }

  .signup-dots,
  .signup-leaf {
    display: none;
  }
}

/* ============================================== */
/* ============================================== */

/* Membership css  */
.membership-section {
  background: #eef8f4;
  padding: 80px 0;
}


.membership-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  max-width: 850px;
}

.membership-list li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 16px;
  font-size: 16.5px;
  color: #5f6f6a;
  line-height: 1.6;
}

.membership-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #2c7a69;
  font-weight: 700;
  font-size: 18px;
}

/* =================================================== */
/* =================================================== */

.understanding-section i {
  color: #2a7c6f;
  font-size: 36px;
}

/* ================================================= */
/* ================================================= */