.elementor-100 .elementor-element.elementor-element-3f5cff5{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;}.elementor-100 .elementor-element.elementor-element-3f5cff5:not(.elementor-motion-effects-element-type-background), .elementor-100 .elementor-element.elementor-element-3f5cff5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F0FDF5;}.elementor-100 .elementor-element.elementor-element-490c97e > .elementor-widget-container{padding:20px 0px 20px 0px;}.elementor-100 .elementor-element.elementor-element-490c97e{text-align:center;}.elementor-100 .elementor-element.elementor-element-d077d49{width:var( --container-widget-width, 59% );max-width:59%;--container-widget-width:59%;--container-widget-flex-grow:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-100 .elementor-element.elementor-element-3f5cff5{--content-width:1140px;}}/* Start custom CSS for shortcode, class: .elementor-element-d077d49 */.contact-section { 
  background: #f8fff9;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

.contact-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 30px;
  max-width: 700px;
  width: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.contact-box h2 {
  font-size: 28px;
  color: #2d2d2d;
  margin-bottom: 15px;
}

.contact-intro,
.alt-contact {
  font-size: 16px;
  color: #444;
  margin-bottom: 20px;
}

.contact-intro a,
.alt-contact a {
  color: #006f4f;
  text-decoration: none;
}

.contact-intro a:hover,
.alt-contact a:hover {
  text-decoration: underline;
}

.contact-form form.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  padding: 12px 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 15px;
  width: 100%;
}

.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-form input[type="submit"] {
  background: #2c7a57;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}

.contact-form input[type="submit"]:hover {
  background: #245e45;
}

@media (max-width: 768px) {
  .contact-box {
    padding: 30px 20px;
  }

  .contact-form input[type="submit"] {
    font-size: 15px;
  }
}/* End custom CSS */