.elementor-11 .elementor-element.elementor-element-3ac25d7{background-color:var( --e-global-color-09cc561 );padding:20px 20px 20px 20px;}.elementor-11 .elementor-element.elementor-element-75df683{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-3ac25d7 *//* Contact Form 7 - Professional Styling */
.wpcf7-form {
  max-width: 500px;
  margin: 0 auto;
  padding: 35px 30px;
  background: linear-gradient(145deg, #ffffff, #f4f8fc);
  border-radius: 14px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04);
  border: 1px solid #eef1f5;
  font-family: 'Segoe UI', Arial, sans-serif;
  position: relative;
}

.wpcf7-form label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #2c3e50;
  margin-bottom: 6px;
  margin-top: 18px;
  letter-spacing: 0.2px;
}

.wpcf7-form label:first-child {
  margin-top: 0;
}

/* Input fields */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1.5px solid #e1e6eb;
  border-radius: 8px;
  font-size: 15px;
  color: #2c3e50;
  background: #ffffff;
  transition: all 0.25s ease;
  box-sizing: border-box;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: #a4acb5;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus {
  outline: none;
  border-color: #4a90e2;
  box-shadow: 0 0 0 4px rgba(74, 144, 226, 0.12);
}

.wpcf7-form textarea {
  min-height: 110px;
  resize: vertical;
}

/* Submit button */
.wpcf7-form input[type="submit"] {
  margin-top: 26px;
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #4a90e2, #357abd);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
}

.wpcf7-form input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(74, 144, 226, 0.4);
}

.wpcf7-form input[type="submit"]:active {
  transform: translateY(0);
}

.wpcf7-form input[type="submit"]:disabled {
  background: #a9c6e8;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* Loader spinner (built-in CF7 spinner) */
.wpcf7-spinner {
  margin-left: 10px;
}

/* Inline field error */
.wpcf7-not-valid-tip {
  color: #e74c3c;
  font-size: 13px;
  margin-top: 5px;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 2px;
}

/* Hide default CF7 response box (we'll use toast instead) */
.wpcf7-response-output {
  display: none !important;
}

/* ===== Toast Notification (Top Right) ===== */
.cf7-toast {
  position: fixed;
  top: 20px;
  right: 20px;
  min-width: 280px;
  max-width: 360px;
  padding: 16px 20px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 14px;
  color: #2c3e50;
  z-index: 99999;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  border-left: 4px solid #4a90e2;
}

.cf7-toast.show {
  opacity: 1;
  transform: translateX(0);
}

.cf7-toast.success {
  border-left-color: #2ecc71;
}

.cf7-toast.error {
  border-left-color: #e74c3c;
}

.cf7-toast-icon {
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
}

.cf7-toast.success .cf7-toast-icon::before {
  content: "✅";
}

.cf7-toast.error .cf7-toast-icon::before {
  content: "⚠️";
}

.cf7-toast-text {
  flex: 1;
  line-height: 1.4;
}

.cf7-toast-close {
  cursor: pointer;
  color: #999;
  font-size: 16px;
  line-height: 1;
  flex-shrink: 0;
}

.cf7-toast-close:hover {
  color: #333;
}

/* Mobile responsive */
@media (max-width: 600px) {
  .wpcf7-form {
    padding: 22px;
    margin: 0 12px;
  }

  .cf7-toast {
    top: 12px;
    right: 12px;
    left: 12px;
    max-width: none;
  }
}/* End custom CSS */