body {
    font-family: Poppins, sans-serif;

    background-color: #fff;
    color: #333;
  }
  .btn-tree {
    background-color: #00a85a;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 5px;
  }
  .btn-tree:hover,
  .btn-tree.active {
    background-color: #007f4a !important;
  }
  .btn-submit {
    background-color: /*#f18700;*/ #007f4b;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 4px;
    font-size: 1.2rem;
    cursor: pointer;
    width: 100%;
  }
  table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
    background:#fff ;
  }
  th, td {
    border: 1px solid #ccc;
    padding: 12px;
    text-align: center;
  }
  th {
    background-color: #00a85a;
    color: #fff;
  }
  .highlight {
    font-size: 0.9rem;
    color: #555;
    margin: 15px 0;
  }
  .modal-content img {
    max-width: 200px;
    margin: 15px auto;
  }
  .hero {
    background: url("green.jpg") center/cover no-repeat;
    color: white;
    text-align: center;
    padding: 100px 20px;
    position: relative;
    width: 100%;
  }
  .hero h1 {
    font-size: 3rem;
    font-weight: bold;
  }
  .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .hero-content {
    position: relative;
    z-index: 1;
  }
  .card.shiny {
    position: relative;
    overflow: hidden;
  }
  .card.shiny::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(209, 255, 212, 0.4), transparent);
    animation: shine 2s infinite;
  }
  @keyframes shine {
    100% {
      left: 125%;
    }
  }

 .btnshine {
    position: relative;
    overflow: hidden;
  }
  .btnshine::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    /* background: linear-gradient(120deg, transparent, rgb(255, 183, 83), transparent); */
    background: linear-gradient(120deg, transparent, rgba(209, 255, 212, 0.4), transparent);
    animation: shine 2s infinite;
  }
  @keyframes shine {
    100% {
      left: 125%;
    }
  }

  .donation-option {
    background-color: #e9ecef;
    color: #333;
    font-weight: 500;
    transition: 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
  }
  .btn-check:checked + .donation-option {
    background-color: #00a85a !important;
    color: #fff !important;
    border-color: #007f4a;
  }
  .btn-primary {
    background-color: #ffcc29;
    color: #000;
    border-color: #ffcc29;
  }
  .btn-primary:hover {
    background-color: #00a85a !important;
    border-color: #007f4a;
    color: #fff;
  }
  /* .text-muted {
    --bs-text-opacity: 1;
    color: rgb(255 255 255 / 75%) !important;
} */

.h6, h6 {
  font-size: 15px;
}

footer {
  background-color: #007a44; /* Your green color */
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.footer-left, .footer-center, .footer-right {
  display: flex;
  align-items: center;
}
.footer-center {
  flex-grow: 1;
  justify-content: center;
}
.footer-right a {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-left: 10px;
  color: white;
  text-decoration: none;
  font-size: 18px;
}
.footer-right a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
footer .rounded-circle {
  border-radius: 50% !important;
  width: 36px;
  height: 36px;
  line-height: 27px;
}
.btn-submit .text-muted {
  color: #f7f0f0d2 !important;
}
.owl-carousel .owl-item img {
  max-width: 100px;
}
.card-header.bg-warning {
  border-radius: 8px 8px 0 0;
}
.card.shadow-sm.rounded {
  border-radius: 0 0 8px 8px !important;
  border: 0;
}
.owl-carousel.owl-theme.owl-loaded.owl-drag {
  border-radius: 0 0 8px 8px;
  border: 1px #ccc solid;
  box-shadow: 1px 1px 10px #ececec;
}
.owl-dots {
  margin-bottom: 10px;
}