.elementor-7647 .elementor-element.elementor-element-530205f{--display:flex;}.elementor-7647 .elementor-element.elementor-element-5cd73a7{--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;--justify-content:center;--align-items:center;}.elementor-7647 .elementor-element.elementor-element-02b048b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-7647 .elementor-element.elementor-element-a53c3eb{--display:flex;}.elementor-7647 .elementor-element.elementor-element-4ac9f90 > .elementor-widget-container{margin:025% 0% 0% 0%;}.elementor-7647 .elementor-element.elementor-element-4ac9f90 iframe{height:568px;}.elementor-7647 .elementor-element.elementor-element-bee8a97{--display:flex;}.elementor-7647 .elementor-element.elementor-element-fdf1069{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b41d9db *//* Hide sticky bottom bar / form plugin */
.mystickyelement,
.mystickyelement-wrap,
.mse-wrap,
.mse-bar,
[class*="mysticky"],
[id*="mysticky"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Hide WhatsApp chat bubble plugin */
.wpcwl-btn,
.wpcwl-wrap,
.wcb-widget,
[class*="whatsapp-chat"],
[class*="whatsapp_chat"],
[id*="whatsapp"],
.wa-chat-btn,
.wa-widget,
.chaty-widget,
[class*="chaty"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-4c7e468 */.cf7-custom-wrapper {
  max-width: 680px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e0eeda;
  border-radius: 6px;
  padding: 32px 36px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(111,188,68,0.09);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.cf7-custom-wrapper::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #6fbc44, #9dd876);
}
.cf7-custom-wrapper::after {
  content: '';
  position: absolute;
  bottom: -70px; right: -70px;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(111,188,68,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.cf7-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a2e12;
  margin-bottom: 4px;
}
.cf7-accent-line {
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #6fbc44, #9dd876);
  border-radius: 2px;
  margin-bottom: 20px;
}
.cf7-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-bottom: 3px;
}
.cf7-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 10px;
}
.cf7-custom-wrapper label {
  font-size: 0.88rem;
  letter-spacing: 0;
  text-transform: none;
  color: #1a2e12;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
.cf7-custom-wrapper input[type="text"],
.cf7-custom-wrapper input[type="email"],
.cf7-custom-wrapper input[type="tel"],
.cf7-custom-wrapper textarea {
  width: 100%;
  background: #f8fbf6;
  border: 1.5px solid #d4ebc8;
  border-radius: 5px;
  color: #1a2e12;
  font-family: inherit;
  font-size: 0.92rem;
  padding: 10px 13px;
  outline: none;
  transition: border-color 0.22s, box-shadow 0.22s, background 0.22s;
}
.cf7-custom-wrapper input::placeholder,
.cf7-custom-wrapper textarea::placeholder {
  color: #b0c8a8;
}
.cf7-custom-wrapper input:focus,
.cf7-custom-wrapper textarea:focus {
  border-color: #6fbc44;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(111,188,68,0.14);
}
.cf7-custom-wrapper textarea {
  resize: vertical;
  min-height: 50px;
  line-height: 1.6;
}
.cf7-custom-wrapper input[type="submit"] {
  width: 100%;
  margin-top: 6px;
  padding: 12px;
  background: #6fbc44;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: none;
  cursor: pointer;
  transition: background 0.22s, transform 0.15s, box-shadow 0.22s;
  box-shadow: 0 4px 16px rgba(111,188,68,0.28);
}
.cf7-custom-wrapper input[type="submit"]:hover {
  background: #5da835;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(111,188,68,0.38);
}
.cf7-custom-wrapper .wpcf7-mail-sent-ok {
  margin-top: 16px; padding: 12px 16px;
  background: #f0faeb; border: 1px solid #6fbc44;
  border-radius: 5px; color: #3a7a1a; font-size: 0.85rem;
}
.cf7-custom-wrapper .wpcf7-validation-errors,
.cf7-custom-wrapper .wpcf7-mail-sent-ng {
  margin-top: 16px; padding: 12px 16px;
  background: #fff0f0; border: 1px solid #e07070;
  border-radius: 5px; color: #c04040; font-size: 0.85rem;
}
.cf7-custom-wrapper .wpcf7-not-valid {
  border-color: #e07070 !important;
}
@media (max-width: 560px) {
  .cf7-custom-wrapper { padding: 32px 18px; }
  .cf7-row { grid-template-columns: 1fr; }
}/* End custom CSS */