/* =========================
   DreamCity - Map + Contact (Premium)
   ========================= */
.dc-mapContact{
  --acc:#6f8f66;
  --acc2:#4f6f54;
  --panel:#ffffff;
  --border: rgba(13,20,18,.12);
  --shadow: 0 18px 40px rgba(0,0,0,.12);
  background:#fff;
}

/* MAP */
.dc-mapContact__map{
  height: 360px;
  width: 100%;
  overflow:hidden;
  background:#e9eef2;
}
.dc-mapContact__map iframe{
  width:100%;
  height:100%;
  border:0;
}

/* PANEL */
.dc-mapContact__panelWrap{
  position: relative;
  margin-top: -140px;
  padding-bottom: 38px;
}
.dc-mapContact__panel{
  border-radius: 12px;
  overflow:hidden;
  background: var(--panel);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

/* HEADER */
.dc-eyebrow{
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(17,24,39,.55);
  margin-bottom: 4px;
  font-weight: 700;
}

/* FORM */
.dc-formBox{
  padding: 26px 26px 24px;
  background:#fff;
}
.dc-formBox__title{
  margin:0;
  font-weight: 500;
  font-size: 26px;
  letter-spacing:.01em;
  color:#111;
}

.dc-miniBtn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.70);
  color: rgba(17,24,39,.80);
  text-decoration:none;
  transition: .18s ease;
  white-space:nowrap;
}
.dc-miniBtn:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.92);
  color:#111;
}

/* INPUTS */
.dc-inp{
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.12);
  padding: 12px 12px;
  font-size: 14px;
  background:#fff;
}
.dc-inp:focus{
  border-color: rgba(111,143,102,.55);
  box-shadow: 0 0 0 .25rem rgba(111,143,102,.14);
}

/* SEND BUTTON */
.dc-sendBtn{
  height: 46px;
  border-radius: 10px;
  border: 0;
  font-weight: 500;
  color:#fff;
  background: linear-gradient(180deg, rgba(111,143,102,.95), rgba(79,111,84,.95));
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}
.dc-sendBtn:hover{ filter: brightness(1.04); color:#fff; }

.dc-btnSpin{ display:none; }
.dc-sendBtn.is-loading .dc-btnSpin{ display:inline-block; }
.dc-sendBtn.is-loading .dc-btnTxt{ opacity:.9; }

.dc-note{
  font-size: 12px;
  color: rgba(17,24,39,.55);
}

/* Honeypot hidden */
.dc-hp{
  position:absolute !important;
  left:-9999px !important;
  top:auto !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
}

/* =========================
   CAPTCHA (TEKRARSIZ + YATAY)
   ========================= */

/* genel */
.dc-captcha{ position:relative; }

/* yatay düzen */
.dc-captcha--inline{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap: nowrap;
}

/* kod + refresh */
.dc-captcha__qWrap{
  display:flex;
  align-items:center;
  gap:8px;
  flex-shrink:0;
}

/* kod kutusu */
.dc-captcha__q{
  min-width: 120px;
  height: 46px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: .16em;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.14);
  user-select: none;
  background:
    radial-gradient(140px 60px at 30% 30%, rgba(111,143,102,.18), transparent 70%),
    repeating-linear-gradient(-45deg, rgba(0,0,0,.10) 0 6px, rgba(0,0,0,.02) 6px 12px),
    linear-gradient(180deg, #fff, #f6f7f9);
}

/* refresh button */
.dc-captcha__refresh{
  height: 46px;
  width: 46px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
  cursor:pointer;
  transition: .18s ease;
}
.dc-captcha__refresh:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
}

/* input satırda kalsın */
.dc-captcha--inline .dc-inp{
  flex: 1 1 auto;
  min-width: 240px; /* 0 olursa dar alanda alta düşer */
}

/* hata mesajı layout bozmasın */
.dc-captcha--inline .invalid-feedback{
  position:absolute;
  left:0;
  bottom:-18px;
}

/* =========================
   RIGHT INFO
   ========================= */
.dc-infoBox{
  height:100%;
  padding: 22px 20px 18px;
  color: rgba(255,255,255,.95);
  background: linear-gradient(180deg, rgba(111,143,102,.95), rgba(79,111,84,.95));
}

.dc-infoBox__cap{
  font-weight: 900;
  letter-spacing: .08em;
  font-size: 12px;
  text-transform: uppercase;
  opacity: .95;
}

.dc-infoBox__txt{
  margin-top: 8px;
  font-weight: 650;
  line-height: 1.35;
  opacity: .95;
  font-size: 14px;
}

.dc-infoBox__line{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top: 10px;
  font-weight: 500;
}
.dc-infoBox__line i{
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display:grid;
  place-items:center;
  background: rgba(255,255,255,.16);
}
.dc-infoBox__line a{
  color: rgba(255,255,255,.95);
  text-decoration:none;
  border-bottom: 1px dashed rgba(255,255,255,.35);
}
.dc-infoBox__line a:hover{
  color:#fff;
  border-bottom-color: rgba(255,255,255,.55);
}

.dc-infoBox__cta{
  margin-top: 16px;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  height: 46px;
  border-radius: 12px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.22);
  color:#fff;
  text-decoration:none;
  font-weight: 900;
}
.dc-infoBox__cta:hover{ background: rgba(0,0,0,.24); color:#fff; }

/* ALERT */
.dc-alert{
  display:none;
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 700;
}
.dc-alert.is-ok{
  display:block;
  background: rgba(111,143,102,.14);
  border: 1px solid rgba(111,143,102,.28);
  color: rgba(17,24,39,.92);
}
.dc-alert.is-err{
  display:block;
  background: rgba(220,38,38,.10);
  border: 1px solid rgba(220,38,38,.22);
  color: rgba(127,29,29,.98);
}

/* Responsive */
@media (max-width: 991.98px){
  .dc-mapContact__map{ height: 420px; }
  .dc-mapContact__panelWrap{ margin-top: -210px; }
  .dc-formBox__title{ font-size: 22px; }
}

/* Mobilde gerekirse düzgün kır */
@media (max-width: 575.98px){
  .dc-captcha--inline{
    flex-wrap: wrap;
  }
  .dc-captcha--inline .dc-inp{
    min-width: 100%;
  }
  .dc-captcha--inline .invalid-feedback{
    position: static;
    margin-top: 6px;
  }
}
