.elementor-2022 .elementor-element.elementor-element-fe51467 .elementor-heading-title{font-family:"Montserrat", Sans-serif;}.elementor-2022 .elementor-element.elementor-element-107d978 .property-cards-module .item-short-description{display:none;}.elementor-2022 .elementor-element.elementor-element-8819824 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-2022 .elementor-element.elementor-element-8819824{overflow:hidden;}/* Start custom CSS for html, class: .elementor-element-15bfce8 *//* Genel font – Urbanist */
.contact-min {
  font-family: 'Urbanist', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  background: #F8F8F9;
  color: #374151; /* koyu gri–gövde metni */
}

/* Grid düzeni aynı */
.contact-min .wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 42px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

/* Ana başlık */
.contact-min h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 14px;
  color: #0A3B2E;  /* koyu yeşil */
  letter-spacing: -0.5px;
}

/* Alt başlıklar */
.contact-min h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 18px 0 8px;
  color: #0F172A; /* koyu lacivertimsi siyah */
}

/* Paragraflar */
.contact-min p,
.contact-min address {
  color: #374151;          /* gövde gri */
  font-size: 0.95rem;
  line-height: 1.55;
}

/* Açıklama metni – lead */
.lead {
  font-size: 1rem;
  color: #4B5563;  /* soft gri */
  margin-bottom: 14px;
  line-height: 1.6;
}

/* Bloklar */
.block {
  padding: 16px 0;
  border-bottom: 1px solid rgba(10, 59, 46, 0.12); /* yeşilimsi ince çizgi */
}

.block:last-child {
  border-bottom: none;
}

/* Telefon ve WhatsApp linkleri */
.tel,
.wa {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  color: #0A3B2E;  /* koyu premium yeşil */
  transition: color .2s ease, transform .2s ease;
}

.tel:hover,
.wa:hover {
  color: #065F46;         /* daha canlı yeşil */
  transform: translateX(2px);
}

/* Telefon ikonu siyah */
.tel .ico {
  color: #111827;
}

/* WhatsApp ikon kapsayıcı */
.wa .ico {
  display: inline-flex;
}

/* KVKK küçük metin */
.kvkk {
  font-size: .85rem;
  color: #6B7280;
  margin-top: 12px;
}

/* Form tarafı transparan */
.col.form {
  background: transparent !important;
  padding: 0;
  border: none;
}

/* Responsive */
@media (max-width: 992px) {
  .contact-min .wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}/* End custom CSS */