.elementor-8773 .elementor-element.elementor-element-9d10edb{--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;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-8773 .elementor-element.elementor-element-31e1b69{text-align:center;}.elementor-8773 .elementor-element.elementor-element-31e1b69 .elementor-heading-title{color:#FFFFFF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-8773 .elementor-element.elementor-element-4415b07 > .elementor-widget-container{margin:-20px 0px 0px 0px;padding:-0px -0px -0px -0px;}.elementor-8773 .elementor-element.elementor-element-0d846ab > .elementor-widget-container{margin:-57px 0px 0px 0px;padding:0px 0px 0px 0px;}body.elementor-page-8773:not(.elementor-motion-effects-element-type-background), body.elementor-page-8773 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#100452;}body.elementor-page-8773{margin:0px 0px 0px 0px;padding:0px 0px -0px 0px;}@media(max-width:767px){body.elementor-page-8773{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for edusion-contact-form, class: .elementor-element-0d846ab *//* Form Container */
.wpcf7 .row {
  max-width: 750px; /* Increased from 400px */
  margin: 20px auto;
  padding: 0px 0px;
  background-color: rgba(18, 4, 82, 0.9);
  border-radius: 10px;
  font-family: Arial, sans-serif;
  color: white;
}

/* Form Group Spacing - Reduced gap between fields */
.wpcf7 .form-group {
  margin-bottom: 0px; /* Reduced from 15px */
}

/* Labels */
.wpcf7 .form-group label {
  display: block;
  margin-bottom: -20px; /* Slightly reduced */
  font-weight: bold;
  text-align: left;
  color: white;
}

/* Inputs, Selects, Textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  height: 40px;
  padding: 10px;
  margin: 0;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  background-color: white;
  color: #000;
}

/* Textarea Height */
.wpcf7 textarea {
  min-height: 70px;
}

.wpcf7 select {
  height: 40px !important;
}


/* Submit Button Styling */
.wpcf7 .btn_one {
  background-color: #00FF00;
  color: black;
  font-size: 16px;
  font-weight: bold;
  padding: 12px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 100%;
  margin-top: 10px;
}

.wpcf7 .btn_one:hover {
  background-color: #00CC00;
}

/* Center the button */
.wpcf7 .text-center {
  text-align: center;
}

/* Optional: Responsive Tweaks */
@media screen and (max-width: 600px) {
  .wpcf7 .row {
    width: 90%;
    padding: 15px;
  }
}/* End custom CSS */