.elementor-21401 .elementor-element.elementor-element-5febfb7{--display:flex;}.elementor-21401 .elementor-element.elementor-element-5febfb7 .diteck-border-shape{width:30px;height:30px;clip-path:path("M0 0 Q0,30 30,30 L 0 30 Z");}.elementor-21401 .elementor-element.elementor-element-be5ce82 .diteck-border-shape{width:30px;height:30px;clip-path:path("M0 0 Q0,30 30,30 L 0 30 Z");}.breadcrumb-wrap .breadcrumb-overlay, .elementor-page-19015 .breadcrumb-wrap .breadcrumb-overlay{opacity:0.5;}/* Start custom CSS for html, class: .elementor-element-be5ce82 */#customForm2 {
    margin: 10px auto;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', sans-serif;
  }

  #customForm2 label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #333;
  }

  #customForm2 input,
  #customForm2 textarea {
    width: 100%;
    padding: 7px;
    margin-bottom:5px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
    transition: border-color 0.2s;
  }

  #customForm2 input:focus,
  #customForm2 textarea:focus {
    border-color: #0073aa;
    outline: none;
  }

  #customForm2 textarea {
    resize: vertical;
    min-height: 70px;
    margin-top: -3px;
  }

  #customForm2 button {
    background-color: #0073aa;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
  }

  #customForm2 button:hover {
    background-color: #005f8d;
  }

  #form-status2 {
    margin-top: 16px;
    font-weight: 600;
    color: #0073aa;
  }
  
  
    /* Loader Spinner */
  #form-loader2 {
    display: none;
    margin-top: 10px;
  }

  #form-loader2 .spinner {
    width: 24px;
    height: 24px;
    border: 3px solid #ccc;
    border-top-color: #0073aa;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
  }

  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }

  #form-status2 {
    margin-top: 12px;
    font-weight: bold;
    text-align: center;
    color: #0073aa;
  }

  #form-status2.error {
    color: #cc0000;
  }
  
  #customParagraph{
      text-align: center;
      font-size: 14px;
      margin-bottom:0px;
  }
  
  #ndaList {
      margin-top:5px;
      margin-bottom:5px;
      margin-left:5px;
      font-size: 12px
  }
  .error-message {
    color: red;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
  }
.iti {
  width: 100%;
      margin-bottom:10px;

}

.iti input {
  padding-left: 52px !important; /* space for the flag */
  box-sizing: border-box;
}
.contact-heading{
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600; 
    letter-spacing: 0px
}
.button-field{
display:flex;
gap:15px;
}

#customForm2 .form-flex {
  display: flex;
  width: 100%;
  gap: 10px;
  margin-bottom: 5px;
}

#customForm2 .form-flex > div {
  flex: 1;                /* ✅ each column same width */
  min-width: 0;           /* ✅ prevents overflow */
  box-sizing: border-box;
}

#customForm2 .form-flex input {
  width: 100%;            /* ✅ input fills its parent div */
  box-sizing: border-box;
}
.gcaptcha-style{
    padding-top: 10px;
    padding-bottom: 10px;
  
}

@media (max-width: 1024px) {
  #customForm2 .form-flex {
    flex-direction: column;  /* stack inputs vertically */
  }
}/* End custom CSS */