.elementor-694 .elementor-element.elementor-element-46556ff{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-694 .elementor-element.elementor-element-1367b4a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-694 .elementor-element.elementor-element-0c358e5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-75px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-694 .elementor-element.elementor-element-51e72fd{margin:-34px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-694 .elementor-element.elementor-element-5b1e74d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-694 .elementor-element.elementor-element-5b1e74d:not(.elementor-motion-effects-element-type-background), .elementor-694 .elementor-element.elementor-element-5b1e74d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E8F1FF;}.elementor-694 .elementor-element.elementor-element-1d14fb8{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:20px 0px 20px 0px;}@media(max-width:1024px){.elementor-694 .elementor-element.elementor-element-5b1e74d{--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}}@media(max-width:767px){.elementor-694 .elementor-element.elementor-element-5b1e74d{--padding-top:0px;--padding-bottom:20px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for container, class: .elementor-element-5b1e74d *//* =============================================
   CONTACT FORM 7 - Custom CSS
   Zytexa SBA Registration Form
   =============================================

   WORDPRESS MEIN KAISE LAGAO:
   Option 1 → Appearance → Customize → Additional CSS → paste karo
   Option 2 → Elementor → Custom CSS (page level) → paste karo
   Option 3 → Theme ke style.css mein paste karo
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

/* =============================================
   FORM WRAPPER - White card with shadow
   ============================================= */
.wpcf7 {
  font-family: 'Lato', sans-serif !important;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 40px rgba(26, 46, 90, 0.12);
  padding: 44px 48px;
  max-width: 860px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* =============================================
   2-COLUMN GRID LAYOUT
   ============================================= */
.wpcf7 form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 24px;
  align-items: start;
}

/* =============================================
   FULL WIDTH FIELDS
   ============================================= */
.wpcf7 form p:has([data-name="sba_motivation"]),
.wpcf7 form p:has([data-name="sba_student_status"]),
.wpcf7 form p:last-of-type,
.wpcf7 .wpcf7-submit-wrap,
.wpcf7 p.submit-para {
  grid-column: 1 / -1;
}

/* =============================================
   LABELS
   ============================================= */
.wpcf7 label {
  display: flex !important;
  flex-direction: column;
  gap: 7px;
  font-family: 'Lato', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #1a2e5a !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase !important;
  margin: 0 !important;
}

/* =============================================
   ALL INPUTS, SELECT, TEXTAREA
   ============================================= */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 select,
.wpcf7 textarea {
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  color: #1a2e5a !important;
  background: #f4f7ff !important;
  border: 1.8px solid #d0daf0 !important;
  border-radius: 10px !important;
  padding: 13px 16px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  outline: none !important;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  box-shadow: none !important;
  margin: 0 !important;
}

/* Focus state */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-color: #1ab5b5 !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(26, 181, 181, 0.15) !important;
}

/* Placeholder */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #a0aabf !important;
  font-weight: 400 !important;
  font-family: 'Lato', sans-serif !important;
}

/* =============================================
   SELECT - Custom dropdown arrow
   ============================================= */
.wpcf7 .wpcf7-form-control-wrap:has(select) {
  position: relative;
  display: block;
}

.wpcf7 .wpcf7-form-control-wrap:has(select)::after {
  content: '▾';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #1ab5b5;
  font-size: 15px;
  pointer-events: none;
  z-index: 1;
}

.wpcf7 select {
  padding-right: 38px !important;
  cursor: pointer !important;
}

/* =============================================
   TEXTAREA
   ============================================= */
.wpcf7 textarea {
  resize: vertical !important;
  min-height: 120px !important;
}

/* =============================================
   PARAGRAPH WRAPPERS
   ============================================= */
.wpcf7 form > p {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}

/* =============================================
   SECTION HEADINGS
   (CF7 form mein <p class="cf7-section"> add karo)
   ============================================= */
.wpcf7 .cf7-section {
  grid-column: 1 / -1;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1ab5b5;
  padding-bottom: 10px;
  border-bottom: 1.5px solid #e8f0fe;
  margin-top: 8px !important;
  margin-bottom: 0 !important;
}

/* =============================================
   SUBMIT BUTTON - Pill shape (as in screenshot)
   ============================================= */
.wpcf7 input[type="submit"],
.wpcf7 .wpcf7-submit {
  font-family: 'Lato', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #1ab5b5, #13a0a0) !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 18px 32px !important;
  width: 100% !important;
  cursor: pointer !important;
  box-shadow: 0 6px 20px rgba(26, 181, 181, 0.40) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease !important;
  margin-top: 6px !important;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 .wpcf7-submit:hover {
  background: linear-gradient(135deg, #13a0a0, #0e8080) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 28px rgba(26, 181, 181, 0.50) !important;
}

.wpcf7 input[type="submit"]:active,
.wpcf7 .wpcf7-submit:active {
  transform: translateY(0) !important;
}

/* =============================================
   RESPONSE OUTPUT
   ============================================= */
.wpcf7 .wpcf7-response-output {
  border-radius: 10px !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 13px !important;
  padding: 12px 18px !important;
  margin-top: 12px !important;
  border: none !important;
  grid-column: 1 / -1;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: rgba(26, 181, 181, 0.10) !important;
  color: #0e7a7a !important;
  border-left: 4px solid #1ab5b5 !important;
}

.wpcf7 .wpcf7-response-output.wpcf7-validation-errors,
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: rgba(229, 62, 62, 0.08) !important;
  color: #c53030 !important;
  border-left: 4px solid #e53e3e !important;
}

/* Invalid field */
.wpcf7 .wpcf7-not-valid {
  border-color: #e53e3e !important;
  box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.12) !important;
}

.wpcf7 .wpcf7-not-valid-tip {
  font-family: 'Lato', sans-serif !important;
  font-size: 12px !important;
  color: #e53e3e !important;
  margin-top: 4px !important;
}

/* Spinner hide */
.wpcf7 .wpcf7-spinner {
  display: none;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 768px) {
  .wpcf7 {
    padding: 30px 22px !important;
  }
  .wpcf7 form {
    grid-template-columns: 1fr !important;
  }
  .wpcf7 form > p,
  .wpcf7 form p:has([data-name="sba_motivation"]),
  .wpcf7 form p:has([data-name="sba_student_status"]),
  .wpcf7 .cf7-section {
    grid-column: 1 !important;
  }
}

@media (max-width: 480px) {
  .wpcf7 {
    padding: 22px 14px !important;
    border-radius: 14px !important;
  }
  .wpcf7 input[type="submit"],
  .wpcf7 .wpcf7-submit {
    font-size: 14px !important;
    padding: 15px !important;
  }
}/* End custom CSS */