.elementor-10594 .elementor-element.elementor-element-8a36b8a > .elementor-background-overlay{background-color:#F1E1E1;opacity:0.5;}.elementor-10594 .elementor-element.elementor-element-8a36b8a > .elementor-container{max-width:1200px;}.elementor-10594 .elementor-element.elementor-element-e294b9e{--grid-template-columns:repeat(0, auto);--grid-column-gap:5px;--grid-row-gap:0px;}.elementor-10594 .elementor-element.elementor-element-e294b9e .elementor-widget-container{text-align:left;}.elementor-10594 .elementor-element.elementor-element-840ac2b{--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;--margin-top:41px;--margin-bottom:1px;--margin-left:1px;--margin-right:1px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for shortcode, class: .elementor-element-81ff2cb *//* Contact Form 7 Styling */
.wpcf7 form {
  max-width: 600px;
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  font-family: "Poppins", sans-serif;
  margin: 0 auto;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
  width: 100%;
  padding: 14px;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.3s ease;
  background-color: #fafafa;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: #61c5b3;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(243,197,22,0.2);
  outline: none;
}

.wpcf7 textarea {
  min-height: 150px;
  resize: vertical;
}

/* Label styling */
.wpcf7 label {
  font-weight: 600;
  color: #333;
  display: block;
  margin-bottom: 6px;
}

/* Submit Button */
.wpcf7 input[type="submit"] {
  background-color: #000;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 12px 30px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-top: 10px;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #61c5b3;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Success & Error Messages */
.wpcf7-response-output {
  border-radius: 8px;
  padding: 12px 15px;
  margin-top: 15px;
  font-weight: 500;
}

.wpcf7-mail-sent-ok {
  background: #e6f9ec;
  border: 1px solid #a1e3b1;
  color: #2a7b35;
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  background: #fff4f4;
  border: 1px solid #e4a6a6;
  color: #b22b2b;
}/* End custom CSS */