.elementor-173 .elementor-element.elementor-element-dc518db{--display:flex;--margin-top:-39px;--margin-bottom:-38px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for container, class: .elementor-element-dc518db */:root{
  --brand: rgb(166,186,37);
  --brand-dark: rgb(140,157,31);
  --brand-bg: #f9f9f7;        /* daha nötr açık arka plan */
  --ink: #1f1f1f;             /* antrasit/siyah metin */
  --ink-dim: #3a3a3a;         /* daha açık antrasit */
}

/* İletişim Bölümü */
.mef-contact-section {
  background: linear-gradient(to bottom, #f9f9f7, #f3f4f1);
  padding: 60px 20px;
  text-align: center;
  color: var(--ink); /* artık genel metinler siyah */
}

.mef-contact-inner {
  max-width: 600px;
  margin: 0 auto;
}

.mef-contact-inner h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--brand); /* başlık yeşil */
}

.mef-contact-inner p {
  font-size: 16px;
  margin-bottom: 28px;
  opacity: .85;
  color: var(--ink-dim); /* açıklamalar antrasit */
}

/* Form kutusu */
.mef-contact-form {
  background: #fff;
  border: 2px solid rgba(0,0,0,.1);
  border-radius: 14px;
  padding: 24px;
  text-align: left;
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
}

.mef-contact-form input[type="text"],
.mef-contact-form input[type="email"],
.mef-contact-form input[type="tel"],
.mef-contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 16px;
  border: 2px solid rgba(0,0,0,.15);
  border-radius: 8px;
  font-size: 15px;
  color: var(--ink);
  background: #fff;
  transition: border-color .3s, box-shadow .3s;
}

.mef-contact-form input::placeholder,
.mef-contact-form textarea::placeholder {
  color: var(--ink-dim);
  opacity: .6;
}

.mef-contact-form input:focus,
.mef-contact-form textarea:focus {
  border-color: var(--brand);
  outline: none;
  box-shadow: 0 0 6px rgba(166,186,37,.5);
}

.mef-contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

/* Buton */
.mef-contact-form input[type="submit"] {
  width: 100%;
  padding: 14px;
  background: var(--brand);
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background .3s, transform .2s, box-shadow .2s;
}

.mef-contact-form input[type="submit"]:hover {
  background: var(--brand-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0,0,0,.25); /* siyah gölge */
}/* End custom CSS */