.elementor-954 .elementor-element.elementor-element-af3c897{margin-top:0px;margin-bottom:70px;}.elementor-954 .elementor-element.elementor-element-317321a .heading-title-element{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.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 );}/* Start custom CSS for tech-life-contact-form, class: .elementor-element-6b46b5e */.michell-form {
  max-width: 500px;
  margin: auto;
  padding: 25px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 8px 25px rgba(0,0,0,0.05);
  animation: fadeInUp 0.6s ease-in-out;
  font-family: Arial, sans-serif;
}

.michell-form .form-title {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 5px;
  color: #2e7d32; /* Verde principal */
}

.michell-form .form-title span {
  color: #1b5e20; /* Verde más intenso */
  font-weight: bold;
}

.michell-form .form-subtitle {
  font-size: 0.95rem;
  text-align: center;
  margin-bottom: 20px;
  color: #4caf50;
}

.michell-form .input-group {
  margin-bottom: 15px;
}

.michell-form input[type="text"],
.michell-form input[type="email"],
.michell-form input[type="tel"],
.michell-form select,
.michell-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #c8e6c9; /* Verde claro */
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 0.95rem;
  background-color: #f9fff9; /* Blanco verdoso */
}

.michell-form input:focus,
.michell-form select:focus,
.michell-form textarea:focus {
  border-color: #66bb6a; /* Verde intermedio */
  box-shadow: 0px 0px 8px rgba(102, 187, 106, 0.4);
  outline: none;
}

.michell-form textarea {
  min-height: 120px;
  resize: vertical;
}

.michell-form .submit-btn input[type="submit"] {
  background: #2e7d32; /* Verde oscuro */
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s ease, transform 0.2s ease;
}

.michell-form .submit-btn input[type="submit"]:hover {
  background: #1b5e20; /* Más oscuro al pasar */
  transform: translateY(-2px);
}

/* Animación suave */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */