.back-btn{
    position: static;
    top: 10px;
    left: 10px;
    z-index: 9999;
}

.back-btn i{
    font-size: 2rem;
    color: #000000;
    cursor: pointer;
    margin: 10px;
    /* padding: 10px; */
    /* border-radius: 50%; */
    /* background-color: #fff; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.logo{
    height: 150px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.logo col{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.logo .col img{
    height: 200px;
    width: 400px;
    object-fit: contain;
    object-position: center;
}



.payment-chart{
    width: 100%;
}
.payment-chart .col{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
gap: 30px;
}

.payment-chart img{
    height: 500px !important;
    width: 500px !important;
    object-fit: cover;
    object-position: center;
}


/* Apply Section Styling */
.apply {
  /* background-color: #7B8E95; */
  padding: 3rem 1.5rem;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.apply .col{
    width: 90%;
}

.apply h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

/* Form Input Styling */
.apply form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.apply input[type="text"],
.apply input[type="email"],
.apply input[type="tel"],
.apply input[type="submit"] {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 2px solid #010000;
  border-radius: 6px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.apply input:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
  outline: none;
}

/* Form Layout for City/State */
.form-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.form-container input {
  flex: 1;
  min-width: 45%;
}

/* Radio Buttons */
.apply input[type="radio"] {
  margin-right: 0.3rem;
  transform: scale(1.1);
}

.apply label {
  margin-right: 1rem;
  font-size: 1rem;
}

/* Submit Button */
.apply input[type="submit"],
.apply .btn-primary {
  background-color: #007bff;
  color: white;
  font-weight: 600;
  border: none;
  padding: 0.75rem;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.apply input[type="submit"]:hover {
  background-color: #0056b3;
}

/* Responsive */
@media (max-width: 768px) {
  .form-container {
    flex-direction: column;
  }

  .apply h2 {
    font-size: 2rem;
  }

  .apply input[type="text"],
  .apply input[type="email"],
  .apply input[type="tel"],
  .apply input[type="submit"] {
    font-size: 0.9rem;
  }
  .payment-chart img{
    height: 300px !important;
    width: 300px !important;
    object-fit: cover;
    object-position: center;
}

.apply {
  padding: 2rem 1rem;
  width: 100%;
}

.apply h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.apply input[type="submit"] {
  padding: 0.5rem;
}
.apply input[type="text"],
.apply input[type="email"],
.apply input[type="tel"],
.apply input[type="submit"] {
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
}

}
@media screen and (max-width: 480px) {
    .payment-chart img{
        height: 300px !important;
        width: 300px !important;
        object-fit: cover;
        object-position: center;
    }
    .logo .col img{
        width: 150px !important;
        height: 150px !important;
    }
    .apply {
        padding: 1.5rem 1rem;
        width: 100%;
      }
      
      .apply h2 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
      }
      
      .apply input[type="submit"] {
        padding: 0.5rem;
      }
      .apply input[type="text"],
      .apply input[type="email"],
      .apply input[type="tel"],
      .apply input[type="submit"] {
        padding: 0.5rem 0.75rem;
        font-size: 0.9rem;
      }
      
      .apply input[type="text"],
      .apply input[type="email"],
      .apply input[type="tel"],
      .apply input[type="submit"] {
        padding: 0.5rem 0.75rem;
        font-size: 0.9rem;
      }
  
}