.elementor-18 .elementor-element.elementor-element-047e472{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.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-18 .elementor-element.elementor-element-f020b22{text-align:center;}.elementor-18 .elementor-element.elementor-element-f020b22 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:500;color:#000000;}.elementor-18 .elementor-element.elementor-element-255a3b6 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-18 .elementor-element.elementor-element-255a3b6.elementor-element{--align-self:center;}/* Start custom CSS for shortcode, class: .elementor-element-255a3b6 *//* 🌟 Enhanced Contact Form 7 - Beautiful Professional Design */
.wpcf7 {
  display: flex;
  justify-content: center;
  padding: 20px 15px;
  min-height: 0;
  align-items: center;
}

/* Form container with enhanced styling */
.wpcf7 form {
  background: #ffffff;
  padding: 40px;
  max-width: 800px;
  width: 100%;
  border-radius: 20px;
  border: none;
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 8px 16px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.elementor-18 .elementor-element.elementor-element-f020b22 .elementor-heading-title {
    font-family: "Roboto", Sans-serif;
    font-weight: 100;
    color: #4e4e4e;
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 1.4;
}

/* Form title styling */
.wpcf7 h3, .wpcf7 h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #2c3e50;
  font-size: 28px;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* BEAUTIFUL GRID LAYOUT - 2x2 for first 4 fields */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 24px;
  margin-bottom: 20px;
}

.form-row {
  display: contents;
}

/* Enhanced Labels */
.wpcf7 label {
  font-size: 12px;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
  color: #2c3e50;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Premium Input fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  padding: 16px 20px;
  font-size: 16px;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  background: #ffffff;
  margin-bottom: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

/* Enhanced focus states */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: #c9b69b;
  background: #ffffff;
  outline: none;
  box-shadow: 
    0 0 0 4px rgba(201, 182, 155, 0.1),
    0 4px 12px rgba(201, 182, 155, 0.15);
  transform: translateY(-2px);
}

/* Full width fields - Subject and Message */
.form-full-width {
  margin-bottom: 20px;
}

.wpcf7 textarea {
  min-height: 120px;
  resize: vertical;
  line-height: 1.6;
}

/* Reset all default paragraph styling */
.wpcf7 form p {
  margin: 0;
  padding: 0;
}

/* ✨ Enhanced Submit Button */
.form-submit {
  text-align: center;
  margin-top: 30px;
}

.wpcf7 input[type="submit"] {
  background: linear-gradient(135deg, #c9b69b 0%, #b8a589 100%);
  color: #ffffff;
  border: none;
  padding: 18px 48px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 24px rgba(201, 182, 155, 0.3);
  position: relative;
  overflow: hidden;
}

.wpcf7 input[type="submit"]:hover {
  background: linear-gradient(135deg, #b8a589 0%, #a69575 100%);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(201, 182, 155, 0.4);
}

.wpcf7 input[type="submit"]:active {
  transform: translateY(-1px);
}

/* 📱 RESPONSIVE DESIGN */
@media (max-width: 768px) {
  .wpcf7 {
    padding: 15px 10px;
  }

  .wpcf7 form {
    padding: 30px 25px;
    border-radius: 16px;
  }

  .wpcf7 h3, .wpcf7 h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }

  /* Mobile: Stack all fields vertically */
  .form-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 18px;
  }

  .form-full-width {
    margin-bottom: 18px;
  }

  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7 textarea {
    padding: 14px 18px;
    font-size: 16px; /* Prevents zoom on iOS */
  }

  .wpcf7 textarea {
    min-height: 100px;
  }

  .form-submit {
    margin-top: 25px;
  }

  .wpcf7 input[type="submit"] {
    padding: 16px 40px;
    font-size: 15px;
    width: 100%;
    max-width: 280px;
  }
}

/* 💻 Tablet optimizations */
@media (min-width: 769px) and (max-width: 1024px) {
  .wpcf7 form {
    max-width: 700px;
    padding: 35px;
  }

  .form-grid {
    gap: 18px 20px;
  }
}

/* 🌈 Enhanced Success & Error Messages */
.wpcf7-response-output {
  margin: 20px 0 0;
  padding: 16px 24px;
  border-radius: 12px;
  font-size: 14px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 500;
  border: none;
}

.wpcf7-mail-sent-ok {
  background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
  color: #155724;
  box-shadow: 0 4px 12px rgba(21, 87, 36, 0.1);
}

.wpcf7-validation-errors,
.wpcf7-form-invalid {
  background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
  color: #721c24;
  box-shadow: 0 4px 12px rgba(114, 28, 36, 0.1);
}

/* 🎨 Loading state */
.wpcf7 form.submitting input[type="submit"] {
  background: #e9ecef;
  color: #6c757d;
  cursor: not-allowed;
  transform: none;
}

/* ♿ Enhanced Accessibility */
.wpcf7 input[type="text"]:focus-visible,
.wpcf7 input[type="email"]:focus-visible,
.wpcf7 input[type="tel"]:focus-visible,
.wpcf7 textarea:focus-visible,
.wpcf7 input[type="submit"]:focus-visible {
  outline: 3px solid #c9b69b;
  outline-offset: 3px;
}

/* Enhanced Placeholder styling */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #6c757d;
  font-size: 15px;
  font-style: italic;
  opacity: 0.8;
}

/* 🔧 Elementor-specific enhancements */
.elementor-widget-container .wpcf7 textarea {
  min-height: 120px !important;
  max-width: 100% !important;
}

.elementor-widget-container .wpcf7 form {
  width: 100% !important;
  margin: 0 !important;
}

/* Error field highlighting */
.wpcf7-not-valid {
  border-color: #dc3545 !important;
  background-color: #fff5f5 !important;
  animation: shake 0.5s ease-in-out;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  75% { transform: translateX(5px); }
}

/* Smooth animations */
.wpcf7 * {
  transition: all 0.2s ease;
}/* End custom CSS */