form#employerForm input,
form#employerForm textarea {
  margin-bottom: 15px;
}

form#employerForm button {
  background-color: #006225;
  border-color: #006225;
  font-weight: bold;
}

form#employerForm button:hover {
  background-color: #004e1c;
  border-color: #004e1c;
}

form#employerForm .form-check-label {
  font-weight: 500;
}

.call-me-btn {
  background-color: #ff9800;
  border: none;
  font-weight: bold;
  padding: 6px 30px;
  font-size: 38px;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  transform: skewX(-15deg);
  border-radius: 10px;
  cursor: pointer;
  line-height: 1.2;
  transition: background-color 0.3s ease;
}

.call-me-btn span {
  display: inline-block;
  transform: skewX(15deg);
}

.call-me-btn:hover {
  background-color: #e68a00;
}

@media (max-width: 576px) {
  h2 {
    font-size: 1.5rem;
  }

  form#employerForm button {
    font-size: 1rem;
  }
}

.support-heading {
  font-size: 1.8rem;
  font-weight: 700;
  color: #006225;
}

.support-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
}

@media (max-width: 768px) {
  .support-heading {
    font-size: 1.5rem;
    text-align: center;
  }

  .support-text {
    text-align: center;
    font-size: 1rem;
  }
}

.section-title {
  color: #8bc53f;
  font-weight: 700;
  font-size: 1.8rem;
}

.section-subtitle {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .section-title {
  color: #8bc53f;
  font-weight: 500;
  font-size: 1.8rem;
}

.section-subtitle {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: black;
}
}
.qualification-box {
  background-color: #e2e2d6;
  border-radius: 8px;
}

.qualification-list li {
  background-color: white;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  font-size: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  text-align: center;
}


.feature-tile {
  background-color: #006225;
  color: white;
  border-radius: 8px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}


.feature-tile p {
  margin: 0;
  font-size: 1rem;
}

.tile-icon {
  width: 50px;
  height: auto;
  margin-right: 15px;
  border-radius: 8px;
  object-fit: cover;
}

.avbob-note {
  color: #006225;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.6;
}

@media (max-width: 576px) {
  .avbob-note {
    font-size: 1rem;
    text-align: center;
  }
}

.greenTextBoxText1{
        color:#ffffff; 
        font-size: 20px;
        margin-top: -10px;
    }

.dollarHand1{
        max-width: 100px;
        max-height: 100px;
        /*margin-top: 32px;*/
        margin-right: 10px;
    }



@media  (max-width: 678px) {
  .dollarHand1{
        max-width: 0px;
        max-height: 0px;
        margin-top: 25px;
        margin-right: 10px;
    }

    .greenTextBoxText1{
        color:#ffffff; 
        font-size: 12px;
    }

  }

.image-button-link {
  display: inline-block;
  transition: transform 0.2s ease;
}

.image-button-link:hover {
  transform: scale(1.05);
}

.image-button {
  max-width: 350px;
  width: 100%;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.submit-image-button {
  max-width: 400px;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.submit-image-button:hover {
  transform: scale(1.05);
}

.normal-paragraph {
  color: #000 !important;
  font-weight: normal !important;
  font-size: 1.1rem !important;
}

.centered-button {
  text-align: center;
}

@media (max-width: 768px) {
  .lead-form .section-title {
    display: block !important;
  }
}