body{
    background-image: url("/assets/img/bg-image.png") !important;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Poppins';
}


.custom-input {
    border: 1px solid #A4C63B; /* soft green */
    border-radius: 15px;
    padding: 12px 16px;
    font-size: 14px;
    box-shadow: none;
    font-family: poppins, sans-serif;
  }

  .custom-input:focus {
    border-color: #7DA021;
    box-shadow: 0 0 0 0.2rem rgba(124, 182, 42, 0.2);
  }

  .form-custom-button{
    background-color: #1961AC;
    padding: 10px 40px;
    border-radius: 20px;
  }


  /*  */
.address-card{
    background-color: #79C142;
    padding: 60px;
    color: white;
    font-family: poppins, sans-serif;
    height: 250px;

}


.address-card2{
    background-color: #1961AC;
    padding: 60px;
    color: white;
    font-family: poppins, sans-serif;
    height: 250px;
}

.map-iframe {
    border: 1px solid #A4C63B; /* soft green */
    border-radius: 15px;
    width: 100%;
    height: 450px;
  }

  .map-wrapper {
    padding: 2rem 0;
  }


  .news-title {
  font-family: "Outfit";
}

.news-content {
  font-family: "Poppins";
}


  /*  */


  /* footer */
.newsletter-bg {
  background-color: #79C142;
}

.footer-bottom {
  background-color: #79C142;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

footer.bg-primary {
  background-color: #1961AC !important;
}

.footer-wrapper {
  position: relative;
  padding-top: 10px; /* Creates space above footer for the overlapping newsletter */
}

.newsletter-section {
  top: -60px; /* Controls how much the newsletter overlaps */
  max-width: 1100px;
}

.list-link{
  line-height: 30px;
}

.footer-bottom-stripe{
  border-radius: 30px;
  clip-path: ellipse(800px 120% at bottom);
  width: 100%;
}