.background-image{
    background-image: url('./images/banner-image2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.text-green{
    color: #52775c;
}
.text-lightGreen{
    color: #e8f5e0;
}
.bg-lightGreen{
    background-color: #e8f5e0;
}
.bg-green{
    background-color: #52775c !important;
}
.fs-12{
    font-size: 20px;
}
.button-green{
    background-color: #52775c !important;
    color: white !important;
    border-radius: 50px !important;
}
.button-outline-green{
    background-color: transparent !important;
    color: #52775c !important;
    border: 1px solid #52775c !important;
    border-radius: 50px !important;
}
.button-outline-green:hover{
    color: white !important;
    background-color:#52775c !important;
}
.button-green:hover{
    background-color:#618741 !important;
}
.border-green{
  border: 1px solid #52775c !important;
}
.border-top-green{
  border-top: 1px solid #618741;
}
.accordion-button, .accordion-button:not(.collapsed){
    background-color: #52775c !important;
    color: white !important;
    font-weight: 600;
}

.gradient-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
  z-index: 1;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.card-title-overlay {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-weight: 600;
  line-height: 1.3;
}
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease-out forwards;
}
.bg-green-light{
  background-color: #3e5744 !important;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Optional: staggered animation for each card */
.fade-delay-1 {
  animation-delay: 0.2s;
}
.fade-delay-2 {
  animation-delay: 0.4s;
}
.fade-delay-3 {
  animation-delay: 0.6s;
}
.fade-delay-4 {
  animation-delay: 0.8s;
}




input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea {
  border: none;
  border-bottom: 2px solid rgb(128, 126, 126);
  background: transparent;
  outline: none;
  width: 100%;
  text-transform: capitalize;
  padding: 1rem 0.4rem;
}
.aside {
  background: #52775c;
  background-size: 400%;
}


