/* ==========================================================================
   KIRSİAD - Footer (MÜSİAD tarzı) - YALNIZCA TASARIM
   ========================================================================== */
.mh-footer { background: #ffffff; color: #333; font-family: 'Poppins', sans-serif; }

/* üst kolonlar */
.mh-footer__main { padding: 54px 0 40px; border-top: 1px solid #ececec; }
.mh-footer__main .container { max-width: 1280px; }
.mh-footer__cols { display: grid; grid-template-columns: 1fr; gap: 34px; }
@media (min-width: 600px) { .mh-footer__cols { grid-template-columns: 1fr 1fr; } }
@media (min-width: 992px) { .mh-footer__cols { grid-template-columns: 1.1fr 1fr 1fr 1.3fr; gap: 40px; } }

.mh-footer__title { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 15px; color: #1c1c1c; text-transform: uppercase; letter-spacing: .03em; margin: 0 0 18px; position: relative; padding-bottom: 12px; }
.mh-footer__title::after { content: ""; position: absolute; left: 0; bottom: 0; width: 34px; height: 2px; background: #c8a83a; }
.mh-footer__list { list-style: none; margin: 0; padding: 0; }
.mh-footer__list li { margin-bottom: 11px; }
.mh-footer__list a { color: #6a6a6a; text-decoration: none; font-size: 14px; transition: color .2s, padding-left .2s; }
.mh-footer__list a:hover { color: #610615; padding-left: 4px; }

.mh-footer__desc { color: #6a6a6a; font-size: 13.5px; line-height: 1.6; margin: 0 0 16px; }
.mh-footer__contact { list-style: none; margin: 0; padding: 0; }
.mh-footer__contact li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; color: #6a6a6a; font-size: 14px; line-height: 1.5; }
.mh-footer__contact li .mdi { color: #c8a83a; font-size: 18px; flex-shrink: 0; margin-top: 1px; }
.mh-footer__contact a { color: #6a6a6a; text-decoration: none; }
.mh-footer__contact a:hover { color: #610615; }
.mh-footer__map { margin-top: 16px; border-radius: 10px; overflow: hidden; }
.mh-footer__map .google-map-container, .mh-footer__map .google-map { width: 100%; height: 180px; }

/* orta: logo + telif + sosyal */
.mh-footer__mid { border-top: 1px solid #ececec; padding: 26px 0; }
.mh-footer__mid-inner { max-width: 1280px; display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; }
.mh-footer__logo img { height: 52px; width: auto; object-fit: contain; }
.mh-footer__copy { margin: 0; color: #777; font-size: 13.5px; }
.mh-footer__social { list-style: none; display: flex; gap: 12px; margin: 4px 0 0; padding: 0; }
.mh-footer__social a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid #e2e2e2; color: #555; display: flex; align-items: center; justify-content: center; font-size: 19px; text-decoration: none; transition: all .2s; }
.mh-footer__social a:hover { background: #610615; border-color: #610615; color: #fff; }

/* politika */
.mh-footer__policy { border-top: 1px solid #ececec; padding: 16px 0; }
.mh-footer__policy-inner { max-width: 1280px; display: flex; justify-content: center; gap: 26px; flex-wrap: wrap; }
.mh-footer__policy a { color: #777; font-size: 13px; text-decoration: none; }
.mh-footer__policy a:hover { color: #610615; }

/* Tasarlayan — Tekbeyaz (koyu şerit, ortalı) */
.mh-footer__credit { background: #2e3135; padding: 16px 12px; display: flex; align-items: center; justify-content: center; gap: 12px; border-top: 1px solid rgba(255,255,255,.06); }
.mh-footer__credit span { color: #b9bcc2; font-size: 12.5px; letter-spacing: .02em; }
.mh-footer__credit a { display: inline-flex; align-items: center; }
.mh-footer__credit img { height: 22px; width: auto; opacity: .92; transition: opacity .2s; }
.mh-footer__credit a:hover img { opacity: 1; }

@media (max-width: 767px) {
  .mh-footer__main { padding: 40px 0 30px; }
}

/* Google Translate'in bıraktığı boşluğu/banner'ı kaldır (footer altı boşluk) */
body { top: 0 !important; }
.skiptranslate,
iframe.skiptranslate,
.goog-te-banner-frame,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf { display: none !important; }
#goog-gt-tt, .goog-te-balloon-frame { display: none !important; }
body { padding-bottom: 0 !important; margin-bottom: 0 !important; }
.mh-footer { margin-bottom: 0 !important; }
.mh-footer__credit { margin-bottom: 0 !important; }
