.elementor-329 .elementor-element.elementor-element-8bb30f0{--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;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-8bb30f0 *//* ===== Premium Designed CF7 (matches CTA vibe) ===== */
.emh-cf7-wrap{
  font-family:"Lato", Arial, sans-serif;
  max-width:1200px;
  margin:0 auto;
  position:relative;
}

.emh-cf7-grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:24px;
  align-items:start;
  position:relative;
  z-index:2;
}

.emh-cf7-kicker{
  margin:0 0 10px 0;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  color: rgba(15,23,42,.65);
}
.emh-cf7-title{
  margin:0 0 8px 0;
  font-size:30px;
  font-weight:900;
  color:#0f172a;
  line-height:1.15;
}
.emh-cf7-sub{
  margin:0 0 16px 0;
  font-size:15px;
  line-height:1.65;
  color: rgba(15,23,42,.78);
  max-width:680px;
}

/* Fields layout */
.emh-cf7-row{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:14px;
  margin-bottom:14px;
}

.emh-cf7-field label{
  display:block;
  margin:0 0 8px 0;
  font-size:13px;
  font-weight:900;
  color: rgba(15,23,42,.88);
}

.emh-cf7-wrap input[type="text"],
.emh-cf7-wrap input[type="email"],
.emh-cf7-wrap input[type="tel"],
.emh-cf7-wrap select,
.emh-cf7-wrap textarea{
  width:100%;
  border:0 !important;
  outline:none !important;
  background: rgba(19,122,58,0.06);
  border-radius:16px;
  padding:14px 14px;
  font-size:14px;
  color: rgba(15,23,42,.92);
}

.emh-cf7-wrap textarea{ min-height:130px; resize:vertical; }

.emh-cf7-wrap input:focus,
.emh-cf7-wrap select:focus,
.emh-cf7-wrap textarea:focus{
  background: rgba(19,122,58,0.08);
  box-shadow: 0 0 0 4px rgba(245,188,80,0.22);
}

/* Actions */
.emh-cf7-accept{
  margin-top:10px;
  font-size:13px;
  font-weight:700;
  color: rgba(15,23,42,.75);
}

.emh-cf7-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px 16px;
  margin-top:14px;
}

.emh-cf7-wrap input[type="submit"]{
  width:auto;
  cursor:pointer;
  background:#137A3A;
  color:#fff;
  font-weight:900;
  padding:14px 22px;
  border-radius:999px;
  box-shadow: 0 12px 22px rgba(19,122,58,0.22);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.emh-cf7-wrap input[type="submit"]:hover{
  background:#0f6630;
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(19,122,58,0.26);
}

.emh-cf7-note{
  margin:0;
  font-size:13px;
  font-weight:700;
  color: rgba(15,23,42,.70);
}

/* Right card */
.emh-cf7-card{
  border-radius:18px;
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(6px);
  padding:16px 16px;
}

.emh-cf7-card-title{
  margin:0 0 12px 0;
  font-size:14px;
  font-weight:900;
  color: rgba(15,23,42,.90);
}

.emh-cf7-mini{
  display:grid;
  grid-template-columns: 10px 1fr;
  gap:10px;
  padding:10px 10px;
  border-radius:14px;
  background: rgba(19,122,58,0.06);
  margin-bottom:10px;
}

.emh-cf7-dot{
  width:10px;
  height:10px;
  border-radius:999px;
  background: rgba(245,188,80,0.85);
  margin-top:4px;
}

.emh-cf7-mini-title{
  margin:0;
  font-size:14px;
  font-weight:900;
  color: rgba(15,23,42,.92);
}
.emh-cf7-mini-sub{
  margin:3px 0 0 0;
  font-size:13px;
  line-height:1.45;
  color: rgba(15,23,42,.70);
}

.emh-cf7-divider{
  height:1px;
  background: rgba(15,23,42,0.10);
  margin: 12px 6px;
}

.emh-cf7-card-foot{
  margin:0;
  font-size:13px;
  font-weight:700;
  color: rgba(15,23,42,.72);
}
.emh-cf7-email{
  color:#137A3A;
  font-weight:900;
}

/* CF7 response */
.emh-cf7-wrap .wpcf7-response-output{
  border:0;
  border-radius:14px;
  padding:12px 14px;
  background: rgba(245,188,80,0.18);
  color: rgba(15,23,42,.85);
  margin: 14px 0 0 0;
  font-weight:800;
}

/* Subtle glows */
.emh-cf7-glow{
  position:absolute;
  border-radius:50%;
  filter: blur(85px);
  pointer-events:none;
  opacity:0.22;
  z-index:1;
}
.emh-cf7-glow-green{
  width:340px; height:340px;
  right:-170px; top:40px;
  background: rgba(19,122,58,0.45);
}
.emh-cf7-glow-gold{
  width:260px; height:260px;
  right:40px; top:220px;
  background: rgba(245,188,80,0.45);
}

/* Mobile */
@media (max-width: 900px){
  .emh-cf7-grid{ grid-template-columns: 1fr; }
  .emh-cf7-row{ grid-template-columns: 1fr; }
  .emh-cf7-card{ margin-top: 10px; }
  .emh-cf7-glow{ display:none; }
  .emh-cf7-title{ font-size:24px; }
}/* End custom CSS */