  .Onlt_contact_form_section {
    background-image: url('https://on1y.in/wp-content/uploads/2025/02/CONTACT-US-PAGE-02.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 20px;

  }
.Onlt_contact_form_group{
	position:relative;
}
  .Onlt_contact_form_container {
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
  }

  .Onlt_contact_form_heading {
    text-align: center;
    font-weight: 800;
    font-size: 28px;
    color: #000000;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
  }

  .Onlt_contact_form_subtext {
    text-align: center;
    font-size: 15px;
    color: #000000;
    margin-bottom: 40px;
    line-height: 1.6;
  }

  .Onlt_contact_form_group {
    margin-bottom: 20px;
  }

  .Onlt_contact_form_label {
    font-weight: 700;
    font-size: 13px;
    color: #000000;
    margin-bottom: 8px;
    display: block;
  }

  .Onlt_contact_form_control {
    border-radius: 4px;
    border: none;
    padding: 12px 16px;
    font-size: 14px;
    color: #6c757d;
    background-color: #ffffff;
    box-shadow: none;
    width: 100%;
  }
  
  .Onlt_contact_form_control:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
  }

  .Onlt_contact_form_select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px 12px;
    color: #8c8c8c;
  }

  textarea.Onlt_contact_form_control {
    max-height: 120px;
    resize: vertical;
  }

  .Onlt_contact_form_submit {
    background-color: #000000;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    padding: 14px;
    border: none;
    border-radius: 4px;
    width: 100%;
    transition: background-color 0.3s ease;
    margin-top: 10px;
  }

  .Onlt_contact_form_submit:hover {
    background-color: #333333;
  }

  /* Adjustments for the input row on mobile */
  @media (max-width: 767px) {
    .Onlt_contact_form_row {
      display: flex;
      flex-direction: column;
    }
  }