.badge-pill {
      display: inline-block;
      background-color: rgb(158 244 208 / var(--tw-bg-opacity, 1));
      color: rgb(0 33 22 / var(--tw-text-opacity, 1));
      font-size: 0.875rem;
      line-height: 1.25rem;
      font-weight: 600;
      padding: 6px 18px;
      border-radius: 999px;
      letter-spacing: 0.01em;
      --tw-text-opacity: 1;
      font-family: Arial, Helvetica, sans-serif;
    }

.btn-outline-green {
      background-color: transparent;
      color: #1C7A5E;
      border: 2px solid #1C7A5E;
      font-weight: 600;
      font-size: 15px;
      padding: 13px 32px;
      border-radius: 8px;
      text-decoration: none;
      display: inline-block;
      transition: background-color 0.2s, color 0.2s, transform 0.15s;
    }
 .btn-outline-red {
      background-color: #ffffff;
      color: #000000;
      border: 1px solid #ffffff;
      font-weight: 600;
      font-size: 15px;
      padding: 13px 32px;
      border-radius: 8px;
      text-decoration: none;
      display: inline-block;
      transition: background-color 0.2s, color 0.2s, transform 0.15s;
    }
.btn-outline-red:hover{
    background-color: #EE2D42;
    color: #ffffff;
    transform: translateY(-1px);
    border: 1px solid #ffffff;
}
.btn-outline-green:hover {
    background-color: #1C7A5E;
    color: #ffffff;
    transform: translateY(-1px);
}
 
.faq-section .accordion-button:focus {
    box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.challenges-section{
    background-color: rgb(240 245 242 / var(--tw-bg-opacity, 1));
}
img.shadow-lg {
    box-shadow: 0 20px 40px rgba(28, 122, 94, 0.35) !important;
}

.hero-image{
    margin-left: 10px;
    max-width: 95%;
}


