.elementor-2271 .elementor-element.elementor-element-a81bf85{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-2271 .elementor-element.elementor-element-a81bf85 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.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-2271 .elementor-element.elementor-element-3dda988 img{box-shadow:0px 0px 10px 4px #FFFFFF;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2271 .elementor-element.elementor-element-a81bf85:not(.elementor-motion-effects-element-type-background), .elementor-2271 .elementor-element.elementor-element-a81bf85 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://tmf.lumegraphicx.tech/wp-content/uploads/2025/08/home-4-1.jpg");}.elementor-2271 .elementor-element.elementor-element-3dda988 img{border-radius:5px 5px 5px 5px;}}/* Start custom CSS for wpforms, class: .elementor-element-e4d1fe4 *//* WPForms Container */
.wpforms-container {
  background: #1a1a1a; /* matte gray container */
  color: #f5f5f5;
  padding: 35px 28px;
  border-radius: 16px;
  max-width: 650px;
  margin: 40px auto;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 0 30px rgba(0,0,0,0.7);
}

/* Form Heading */
.wpforms-title {
  font-size: 1.9rem !important;
  font-weight: 800 !important;
  margin-bottom: 10px !important;
  text-align: center;
  color: #fff !important;
}

.wpforms-description {
  text-align: center;
  font-size: 0.95rem;
  color: #bfbfbf !important;
  margin-bottom: 25px !important;
}

/* Input Fields: Black inside, gray matte outside */
.wpforms-field input,
.wpforms-field textarea,
.wpforms-field select {
  width: 100% !important;
  padding: 14px 16px !important;
  margin: 12px 0 !important;
  border-radius: 10px !important;
  border: 2px solid #333 !important; /* gray matte outline */
  background: #000 !important;       /* pure black inside */
  color: #fff !important;
  font-size: 1rem !important;
  transition: all 0.3s ease;
}

/* Focus Glow Effect */
.wpforms-field input:focus,
.wpforms-field textarea:focus,
.wpforms-field select:focus {
  border-color: #666 !important;
  box-shadow: 0 0 10px rgba(255,255,255,0.15) !important;
  outline: none !important;
}

/* Labels */
.wpforms-field label {
  font-weight: 600 !important;
  color: #ddd !important;
  margin-bottom: 8px !important;
  display: block;
}

/* Submit Button */
.wpforms-submit {
  width: 100% !important;
  background: #f5f5f5 !important;
  color: #111 !important;
  padding: 14px !important;
  border: none !important;
  border-radius: 10px !important;
  font-weight: bold !important;
  font-size: 1rem !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.wpforms-submit:hover {
  background: #fff !important;
  box-shadow: 0 0 15px rgba(255,255,255,0.25) !important;
  transform: translateY(-2px);
}

/* Success Message */
.wpforms-confirmation-container-full {
  margin-top: 20px;
  text-align: center;
  color: #0f0 !important;
  font-weight: 600;
  font-size: 1rem;
  background: #111;
  padding: 15px;
  border-radius: 10px;
  border: 2px solid #333;
}/* End custom CSS */