.elementor-1504 .elementor-element.elementor-element-fc21b0c{--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:0px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-1504 .elementor-element.elementor-element-2ee30cc{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -20px) 0px;}.elementor-1504 .elementor-element.elementor-element-4711a31{--display:flex;}/* Start custom CSS for wd_contact_form_7, class: .elementor-element-803496d */.makc-cf7{
  --brand: rgb(5,92,84);
  --brandSoft: rgba(5,92,84,.15);
  --ink:#0e0e0e;
  --muted:#667085;
  font-family:'Poppins',sans-serif;
  color:var(--ink);
}

/* === FORM KART === */
.makc-cf7{
  background:#fff;
  border:1px solid rgba(5,92,84,.22);
  border-radius:18px;
  box-shadow:0 12px 30px rgba(0,0,0,.08);
  padding:24px;
}

/* Başlıklar */
.makc-cf7 .makc-title{
  font-size:18px;
  font-weight:800;
  margin:18px 0 12px;
  color:var(--ink);
}
.makc-cf7 .makc-title:first-of-type{margin-top:0;}

/* === GRID === */
.makc-cf7 .makc-row{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
  margin-bottom:14px;
}
@media(min-width:720px){
  .makc-cf7 .makc-row{grid-template-columns:1fr 1fr;}
  .makc-cf7 .makc-row.makc-row-full{grid-template-columns:1fr;}
  /* 3 kolon kullandığın satır için (Toplam m2 / Bahçe / Bahçe m2 gibi) */
  .makc-cf7 .makc-row.makc-row-3{grid-template-columns:1fr 1fr 1fr;}
}

/* Label */
.makc-cf7 .makc-label{
  font-weight:600;
  font-size:14px;
  display:block;
  margin-bottom:6px;
}
.makc-cf7 .req{color:var(--brand);}

/* CF7 wrap düzeltmeleri */
.makc-cf7 p{ margin:0 0 12px; }
.makc-cf7 .wpcf7-form-control-wrap{ display:block; }

/* === INPUT / SELECT / TEXTAREA === */
.makc-cf7 input,
.makc-cf7 textarea,
.makc-cf7 select{
  width:100%;
  border:1.3px solid rgba(0,0,0,.15);
  border-radius:12px;
  padding:12px 14px;
  font:500 14px/1.45 'Poppins',sans-serif;
  color:#111;
  outline:none;
  box-shadow:0 4px 14px rgba(0,0,0,.05);
  transition:border-color .2s, box-shadow .2s, background-color .2s;
  background:#fff;
}

/* textarea */
.makc-cf7 textarea{
  resize:vertical;
  min-height:160px;
}

/* select ok/arrow (modern) */
.makc-cf7 select{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  padding-right:44px;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(0,0,0,.55) 50%),
    linear-gradient(135deg, rgba(0,0,0,.55) 50%, transparent 50%),
    linear-gradient(to right, transparent, transparent);
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 12px) 50%,
    100% 0;
  background-size:6px 6px, 6px 6px, 2.5em 2.5em;
  background-repeat:no-repeat;
}

/* focus */
.makc-cf7 input:focus,
.makc-cf7 textarea:focus,
.makc-cf7 select:focus{
  border-color:var(--brand);
  box-shadow:0 0 0 3px var(--brandSoft);
}

/* Placeholder + boş select tonu */
.makc-cf7 ::placeholder{ color:#9aa0a6; opacity:1; }
.makc-cf7 select:invalid{ color:#9aa0a6; }

/* autofill */
.makc-cf7 input:-webkit-autofill{
  -webkit-box-shadow:0 0 0 30px #fff inset;
  -webkit-text-fill-color:#111;
}

/* === VALIDATION === */
.makc-cf7 .wpcf7-not-valid{
  border-color:#e11 !important;
}
.makc-cf7 .wpcf7-not-valid-tip{
  font-size:12px;
  color:#e11;
  margin-top:4px;
}

/* === BUTTON === */
.makc-cf7 .makc-actions{margin-top:10px;}

.makc-cf7 .makc-btn,
.makc-cf7 input.wpcf7-submit{
  width:100%;
  display:block;
  background:var(--brand);
  color:#fff;
  border:0;
  border-radius:12px;
  padding:14px 20px;
  font-weight:700;
  letter-spacing:.2px;
  cursor:pointer;
  box-shadow:0 10px 20px rgba(5,92,84,.28);
  transition:filter .2s, transform .15s;
}

.makc-cf7 .makc-btn:hover,
.makc-cf7 input.wpcf7-submit:hover{
  filter:brightness(.95);
}
.makc-cf7 .makc-btn:active,
.makc-cf7 input.wpcf7-submit:active{
  transform:translateY(1px);
}

/* === MESAJLAR === */
.makc-cf7 .wpcf7-response-output{
  border-radius:12px !important;
  padding:10px 14px !important;
  margin:12px 0 0 !important;
  font-weight:600;
}

.makc-cf7 .wpcf7 form.invalid .wpcf7-response-output{
  border:2px solid var(--brand) !important;
  color:var(--brand) !important;
}

.makc-cf7 .wpcf7 form.sent .wpcf7-response-output{
  border:2px solid #16a34a !important;
  color:#15803d !important;
}/* End custom CSS */