.elementor-1468 .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-1468 .elementor-element.elementor-element-2ee30cc{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -20px) 0px;}.elementor-1468 .elementor-element.elementor-element-4711a31{--display:flex;}.elementor-1468 .elementor-element.elementor-element-8cc55f3{--display:flex;}.elementor-1468 .elementor-element.elementor-element-cac375d{--display:flex;--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:70px;--padding-right:70px;}@media(max-width:768px){.elementor-1468 .elementor-element.elementor-element-cac375d{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for wd_contact_form_7, class: .elementor-element-7c4b379 */.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);
}

/* === 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;}
}

.makc-cf7 .makc-label{font-weight:600;font-size:14px;}
.makc-cf7 .req{color:var(--brand);}

/* === INPUT / TEXTAREA === */
.makc-cf7 input,
.makc-cf7 textarea{
  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:#fff;
}
.makc-cf7 textarea{resize:vertical; min-height:140px;}

.makc-cf7 input:focus,
.makc-cf7 textarea:focus{
  border-color:var(--brand);
  box-shadow:0 0 0 3px var(--brandSoft);
}

/* === VALIDATION === */
.makc-cf7 .wpcf7-not-valid{border-color:#e11;}
.makc-cf7 .wpcf7-not-valid-tip{
  font-size:12px;
  color:#e11;
  margin-top:4px;
}

/* === 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;
}

/* CF7 sarmalayıcı düzeltmeleri */
.makc-cf7 p{ margin:0 0 12px; }
.makc-cf7 .wpcf7-form-control-wrap{ display:block; }

/* Placeholder + autofill */
.makc-cf7 ::placeholder{ color:#9aa0a6; opacity:1; }
.makc-cf7 input:-webkit-autofill{
  -webkit-box-shadow:0 0 0 30px #fff inset;
  -webkit-text-fill-color:#111;
}

.makc-cf7 textarea{ min-height:160px; }

/* === 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 */