/* Yeşil Beyaz - tasarım ve responsive düzeltmeleri (2026-09-15)
   style.css'ten sonra yüklenir; tema dosyalarına dokunmadan üzerine yazar. */

/* Üst bar: sağ blok (sosyal medya + Online Randevu) alt satıra kaymasın,
   ikonların hover için gizlenen kopyaları görünmesin */
@media (min-width: 992px) {
  .mcare-topbar-info .container > .col-lg-6.pull-right { width: auto; }
}

/* Telefon numaraları tıklanabilir link oldu; mevcut görünümü koru */
.top-info-contact a,
.app-address a { color: inherit; }
.top-info-contact a:hover { text-decoration: underline; }

/* Olmayan images/foot-map.png arka planları (404) */
.mcare-foot-address,
.app-address { background-image: none; }

/* Footer: telefon görseli yerine okunur, tıklanabilir numaralar */
.mcare-foot-about .foot-phones { margin: 0 0 18px; }
.mcare-foot-about .foot-phones a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .5px;
}
.mcare-foot-about .foot-phones a:hover { text-decoration: none; }
.mcare-foot-about .foot-phones small { display: block; color: #9aa4b1; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; }

/* Hekim detay sayfası: açık gri unvan yazısı okunmuyordu */
.singledoc-content h4 span,
.singledoc-content .doc-role { color: #5f6f7a; }

/* Ana sayfa "Uzman Kadromuz" kartları: mobilde fotoğraf sola yaslı ve küçüktü */
@media (max-width: 767px) {
  .about-team-sc .about2-meeteam-box img {
    float: none;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .about-team-sc .about2-meeteam-meta { text-align: center; }
}

/* Form doğrulama mesajları: alanın altında dursun ama düzeni kaydırmasın
   (mesaj kaybolurken "Gönder" butonu yer değiştirip dokunuşu boşa çıkarıyordu) */
.appointment-frm .form-group,
#contactForm .form-group { position: relative; margin-bottom: 24px; }
.appointment-frm label.error,
#contactForm label.error {
  position: absolute;
  left: 0;
  top: 100%;
  float: none;
  margin: 2px 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.3;
  font-weight: normal;
  white-space: nowrap;
}
.appointment-frm button[disabled],
#contactForm [type=submit][disabled] { opacity: .7; cursor: wait; }

/* Mobil: sabit "Hemen Ara" butonu */
.mobile-call-btn { display: none; }
@media (max-width: 767px) {
  .mobile-call-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 1040;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #75c33b;
    color: #fff;
    font-size: 26px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .3);
  }
  .mobile-call-btn:hover,
  .mobile-call-btn:focus { color: #fff; background: #5ea52c; text-decoration: none; }
  .modal-open .mobile-call-btn { display: none; }
  .sub-footer { padding-bottom: 72px; }
}

/* Formlarda KVKK onay kutusu */
.kvkk-onay { position: relative; margin-bottom: 26px; clear: both; }
.kvkk-onay .kvkk-label {
  display: block;
  position: relative;
  padding-left: 24px;
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  font-weight: normal;
  color: #666;
  text-align: left;
  cursor: pointer;
}
.kvkk-onay .kvkk-label input[type=checkbox] { position: absolute; left: 0; top: 1px; margin: 0; width: 16px; height: 16px; }
.kvkk-onay .kvkk-label a { text-decoration: underline; }
.kvkk-onay label.error { white-space: normal; }
#contactForm .mcare-field { position: relative; }
#contactForm label.error { position: absolute; left: 0; top: 100%; float: none; margin: 2px 0 0; font-size: 12px; font-weight: normal; }

/* Ana sayfa banner: geniş panorama görseller mobilde aşırı büyüyüp kırpılıyordu.
   Görsel yüksekliği kutuya eşitlenir (slit efekti için 200px dolgu korunur). */
@media (max-width: 991px) {
  .demo-2 .sl-slider-wrapper { height: 340px; }
  .demo-2 .bg-img { background-size: auto calc(100% - 400px); background-position: center; }
}
@media (max-width: 767px) {
  .demo-2 .sl-slider-wrapper { height: 230px; }
  .banner-slit .ban-cotent { display: none; }
}
