/* ============================================================
   MedAll - Medical Clinic CSS
   Bootstrap 5 - Custom Styles
   ============================================================ */

:root {
  --primary:       #14C0C8;
  --primary-dark:  #0F9AA1;
  --dark:          #252525;
  --text:          #666;
  --light-bg:      #f6f6f6;
  --border:        #e0e0e0;
  --font-main:     'Poppins', sans-serif;
  --font-alt:      'Roboto', sans-serif;
}

/* ── Base ── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-main); color: var(--text); line-height: 1.75; font-size: 15px; overflow-x: hidden; }
a { text-decoration: none; color: inherit; transition: all .3s ease; }
img { max-width: 100%; height: auto; }
h1,h2,h3,h4,h5,h6 { color: var(--dark); font-weight: 700; }
p { margin-bottom: 1rem; }
ul { padding-left: 0; list-style: none; }
section { padding: 70px 0; }

/* ── Utilities ── */
.theme-color   { color: var(--primary); }
.bg-primary-c  { background: var(--primary); }
.bg-grey       { background: var(--light-bg); }
.h-sub         { font-size: 13px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--primary); margin-bottom: 6px; }
.h-decor       { width: 50px; height: 3px; background: var(--primary); margin: 12px auto 0; }
.h-decor.left  { margin-left: 0; }
.max-900       { max-width: 900px; margin-left: auto; margin-right: auto; }
.section       { padding: 70px 0; }
.section.mt-0  { padding-top: 0; }
.section.pb-0  { padding-bottom: 0; }
.section.pt-2  { padding-top: 30px; }

/* ============================================================
   HEADER
   ============================================================ */
.header { position: sticky; top: 0; z-index: 1050; box-shadow: 0 2px 15px rgba(0,0,0,.08); }

/* Top line */
.header-topline {
  background: var(--primary);
  color: #fff;
  font-size: 13px;
  padding: 7px 0;
}
.header-topline a { color: #fff; }
.header-topline a:hover { opacity: .8; }
.header-phone, .header-info { display: flex; align-items: center; gap: 6px; margin-right: 20px; }
.header-phone i, .header-info i { font-size: 14px; }

/* Social */
.header-social a { color: #fff; margin-left: 10px; font-size: 18px; opacity: .9; }
.header-social a:hover { opacity: 1; transform: scale(1.1); }

/* ── TEK SATIR HEADER: logo solda, menü + arama sağında ── */
.header-main { background: #fff; padding: 10px 0; transition: padding .3s ease; }
.header-main-row { display: flex; align-items: center; }

/* Panelden yüklenen GERÇEK logo — özgün halinde, büyük, bozulmadan */
.header-logo-link { display: inline-flex; align-items: center; flex-shrink: 0; margin-right: 30px; }
.header-logo-img { height: 118px; width: auto; max-width: 100%; display: block; transition: height .3s ease; }

/* Hamburger (mobil) */
.nav-toggle { border: none; background: transparent; color: var(--primary); font-size: 30px; line-height: 1; padding: 6px 10px; margin-left: auto; cursor: pointer; }
.nav-toggle:focus { box-shadow: none; outline: none; }

/* Menü — beyaz zemin, koyu yazı, teal hover, logonun sağında */
.header-menu { display: flex; flex-wrap: wrap; align-items: center; gap: 0; margin: 0; padding: 0; }
.header-menu .nav-item { position: relative; }
.header-menu .nav-link { color: var(--dark) !important; font-weight: 600; font-size: 14.5px; padding: 10px 14px !important; position: relative; }
.header-menu .nav-link:hover,
.header-menu .nav-link.active { color: var(--primary) !important; }
.header-menu .nav-link::after { content: ''; position: absolute; left: 14px; right: 14px; bottom: 2px; height: 2px; background: var(--primary); transform: scaleX(0); transition: transform .25s; }
.header-menu .nav-link:hover::after,
.header-menu .nav-link.active::after { transform: scaleX(1); }
.header-menu .dropdown-toggle::after { margin-left: 6px; vertical-align: middle; }

/* Dropdown */
.dropdown-menu { border: none; box-shadow: 0 10px 30px rgba(0,0,0,.12); border-radius: 0 0 6px 6px; padding: 8px 0; margin-top: 0; }
.dropdown-item { font-size: 14px; padding: 9px 20px; color: var(--dark); }
.dropdown-item:hover { background: var(--primary); color: #fff; }

/* Telefon çipi — menünün sağında */
.header-call { display: flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.header-call-ic { width: 48px; height: 48px; border-radius: 50%; background: rgba(20,192,200,.12); color: var(--primary); display: flex; align-items: center; justify-content: center; font-size: 18px; transition: .3s; }
.header-call:hover .header-call-ic { background: var(--primary); color: #fff; }
.header-call-txt { display: flex; flex-direction: column; line-height: 1.25; }
.header-call-txt small { font-size: 12px; color: var(--text); }
.header-call-txt strong { font-size: 18px; color: var(--dark); font-weight: 700; white-space: nowrap; }

/* Sticky shrink: scroll edince logo küçülür ama yine belirgin kalır */
.header.is-scrolled .header-main { padding: 6px 0; }
.header.is-scrolled .header-logo-img { height: 80px; }

/* ============================================================
   QUICK LINKS — SHARED STYLES
   ============================================================ */
.link-drop-title { font-size: 15px; font-weight: 700; color: var(--dark); margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.row-table { width: 100%; }
.row-table td { padding: 5px 0; font-size: 13px; }
.row-table td:last-child { text-align: right; font-weight: 600; color: var(--dark); }
.row-table tr:not(:last-child) td { border-bottom: 1px dashed var(--border); }
.icn-list li { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 8px; font-size: 13px; }
.icn-list i { color: var(--primary); margin-top: 2px; }

/* ============================================================
   HİZMET DETAY SIDEBAR WIDGET'LARI
   ============================================================ */
.service-sidebar { position: relative; }
.sidebar-widget { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 24px 22px; margin-bottom: 24px; box-shadow: 0 8px 24px rgba(0,0,0,.05); }
.sidebar-widget .widget-title { font-size: 17px; font-weight: 700; color: var(--dark); margin: 0 0 18px; padding-bottom: 14px; border-bottom: 2px solid var(--light-bg); display: flex; align-items: center; gap: 9px; }
.sidebar-widget .widget-title i { color: var(--primary); font-size: 16px; }

/* Tüm Hizmetler */
.service-nav { list-style: none; margin: 0; padding: 0; }
.service-nav li + li { margin-top: 8px; }
.service-nav a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 16px; border-radius: 8px; background: var(--light-bg); color: var(--dark); font-weight: 500; font-size: 14px; transition: background .25s, color .25s; }
.service-nav a i { color: var(--primary); font-size: 12px; transition: transform .25s, color .25s; }
.service-nav a:hover,
.service-nav a.active { background: var(--primary); color: #fff; }
.service-nav a:hover i,
.service-nav a.active i { color: #fff; transform: translateX(3px); }

/* Randevu Al */
.widget-booking { background: linear-gradient(155deg, var(--primary) 0%, var(--primary-dark) 100%); border: none; box-shadow: 0 12px 30px rgba(20,192,200,.28); }
.widget-booking .widget-title { color: #fff; border-bottom-color: rgba(255,255,255,.25); }
.widget-booking .widget-title i { color: #fff; }
.booking-form input { width: 100%; border: none; border-radius: 8px; padding: 11px 14px; font-size: 13.5px; margin-bottom: 10px; background: #fff; color: var(--dark); outline: none; }
.booking-form input::placeholder { color: #9aa0a6; }
.booking-form input:focus { box-shadow: 0 0 0 3px rgba(255,255,255,.35); }
.booking-row { display: flex; gap: 10px; }
.booking-row input { flex: 1 1 0; min-width: 0; }
.booking-form button { width: 100%; border: none; background: #fff; color: var(--primary); font-weight: 700; font-size: 14px; border-radius: 8px; padding: 13px; margin-top: 4px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 8px; transition: background .25s, color .25s; }
.booking-form button:hover { background: var(--dark); color: #fff; }

/* Çalışma Saatleri */
.hours-list { list-style: none; margin: 0; padding: 0; }
.hours-list li { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 0; font-size: 14px; color: var(--text); border-bottom: 1px solid var(--light-bg); }
.hours-list li:last-child { border-bottom: none; padding-bottom: 0; }
.hours-list strong { color: var(--dark); font-weight: 600; white-space: nowrap; }
.hours-list strong.closed { color: #e05656; }

/* Acil Durum */
.widget-emergency { background: #eafafb; border: 1px solid #c4eef0; }
.widget-emergency p { font-size: 13.5px; color: var(--text); margin-bottom: 16px; line-height: 1.6; }
.emergency-list { list-style: none; margin: 0; padding: 0; }
.emergency-list li { display: flex; align-items: center; gap: 12px; padding: 7px 0; font-size: 14px; }
.emergency-list li i { width: 36px; height: 36px; flex-shrink: 0; border-radius: 50%; background: var(--primary); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 13px; }
.emergency-list a { color: var(--dark); font-weight: 600; }
.emergency-list a:hover { color: var(--primary); }
.quicklinks-map { height: 200px; background: #eee; border-radius: 4px; overflow: hidden; }
.quicklinks-map iframe { width: 100%; height: 100%; border: none; }

/* ============================================================
   QUICK LINKS — SAĞ PANEL (sayfa tepesindeyken fixed-right)
   ============================================================ */
.ql-right-panel {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1050;
  flex-direction: column;
  transition: opacity .3s, transform .3s;
}

.ql-right-item { position: relative; }

.ql-right-tab {
  background: var(--primary);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 14px 10px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255,255,255,.25);
  transition: background .2s;
  min-width: 42px;
}

.ql-right-tab:hover { background: var(--primary-dark); }
.ql-right-item:hover .ql-right-tab { background: var(--primary-dark); }

.ql-right-tab i { font-size: 14px; }
.ql-icon { width: 28px; height: 28px; color: #fff; flex-shrink: 0; }

.ql-right-tab .tab-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  white-space: nowrap;
}

.ql-right-drop {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  width: 270px;
  background: #fff;
  box-shadow: -6px 4px 24px rgba(0,0,0,.16);
  padding: 18px;
  border-left: 3px solid var(--primary);
  font-size: 13px;
  z-index: 9999;
}

.ql-right-item:hover .ql-right-drop { display: block; }

/* sağ panelin görünmez olduğu durum (scroll geçince) */
.ql-right-panel.ql-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) translateX(100%);
}

/* ============================================================
   QUICK LINKS — YATAY BAR (scroll'da header altında fixed)
   ============================================================ */
.quickLinks-bar {
  background: #fff;
  border-bottom: 1px solid var(--border);
  font-size: 13px;
  position: fixed;
  top: 0;          /* JS ile header yüksekliğine göre ayarlanır */
  left: 0;
  right: 0;
  z-index: 1040;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
  transition: top .1s;
}

.quickLinks-bar .link-item { position: relative; }

.quickLinks-bar .link-btn {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 11px 16px;
  color: var(--dark);
  font-weight: 500;
  cursor: pointer;
  transition: color .2s;
  white-space: nowrap;
}

.quickLinks-bar .link-btn:hover { color: var(--primary); }
.quickLinks-bar .link-btn i { color: var(--primary); font-size: 13px; }

.quickLinks-bar .link-drop {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 300px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0,0,0,.12);
  padding: 20px;
  z-index: 999;
  border-top: 2px solid var(--primary);
}

.quickLinks-bar .link-item:hover .link-drop { display: block; }

/* ============================================================
   HERO SLIDER
   ============================================================ */
.hero-slider { position: relative; }
.swiper-hero { width: 100%; height: 600px; }
.swiper-hero .swiper-slide { position: relative; overflow: hidden; }
.slide-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.slide-bg::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.48); }
.slide-content { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; z-index: 2; text-align: center; color: #fff; }
.slide-txt1 { font-size: clamp(28px, 5vw, 58px); font-weight: 700; line-height: 1.2; text-transform: uppercase; text-shadow: 0 2px 8px rgba(0,0,0,.3); }
.slide-txt1 b { color: var(--primary); display: block; }
.slide-txt2 { font-size: clamp(14px, 2vw, 18px); margin-top: 14px; opacity: .9; }
.slide-btn { margin-top: 28px; }
.swiper-hero .swiper-pagination-bullet { background: #fff; opacity: .7; width: 10px; height: 10px; }
.swiper-hero .swiper-pagination-bullet-active { background: var(--primary); opacity: 1; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn-primary-c {
  background: var(--primary);
  color: #fff;
  border: 2px solid var(--primary);
  padding: 10px 28px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 3px;
  display: inline-block;
  transition: all .3s;
  letter-spacing: .5px;
}
.btn-primary-c:hover { background: var(--primary-dark); border-color: var(--primary-dark); color: #fff; }

.btn-outline-c {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 28px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all .3s;
}
.btn-outline-c:hover { background: #fff; color: var(--primary); }

.btn-link-c { color: var(--primary); font-weight: 600; font-size: 14px; display: inline-flex; align-items: center; gap: 6px; }
.btn-link-c:hover { color: var(--primary-dark); gap: 10px; }

.btn-sm-c { padding: 7px 20px; font-size: 13px; background: var(--primary); color: #fff; border-radius: 3px; font-weight: 600; display: inline-block; transition: all .3s; border: none; }
.btn-sm-c:hover { background: var(--primary-dark); color: #fff; }

/* ============================================================
   FEATURES BAR (under slider)
   ============================================================ */
.features-bar { background: #fff; padding: 30px 0; box-shadow: 0 4px 15px rgba(0,0,0,.06); }
.icn-text-alt { display: flex; align-items: flex-start; gap: 18px; padding: 15px 10px; }
.icn-text-alt-icn { width: 55px; height: 55px; background: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.icn-text-alt-icn i { font-size: 22px; color: #fff; }
.icn-text-alt-title { font-size: 16px; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
.icn-text-alt p { font-size: 13px; margin: 0; }

/* ============================================================
   WELCOME SECTION
   ============================================================ */
.welcome-section { background: #fff; }
.video-wrap { border-radius: 12px; overflow: hidden; box-shadow: 0 14px 36px rgba(20,192,200,.16); }
.video-wrap iframe { width: 100%; height: 100%; min-height: 300px; border: none; }
.welcome-img { min-height: 360px; background-size: cover; background-position: center; }

/* ============================================================
   VIDEOS SECTION
   ============================================================ */
.videos-section { background: var(--light-bg); }
.video-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 6px 20px rgba(0,0,0,.06);
  border: 1px solid #eef2f3;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.video-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(20,192,200,.20);
  border-color: rgba(20,192,200,.35);
}
.video-card-frame { background: #000; }
.video-card-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.video-card-body { padding: 20px 22px 24px; }
.video-card-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: var(--primary);
  background: rgba(20,192,200,.10);
  padding: 4px 10px;
  border-radius: 50px;
  margin-bottom: 12px;
}
.video-card-tag i { color: #ff0000; font-size: 13px; }
.video-card-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--dark);
  margin: 0;
  transition: color .3s ease;
}
.video-card:hover .video-card-title { color: var(--primary); }

/* ============================================================
   SERVICES SECTION
   ============================================================ */
.services-section { background: var(--light-bg); padding: 80px 0; }

/* ── Hizmet kartları (anasayfa, 6 hizmet) ── */
.service-card { display: flex; flex-direction: column; height: 100%; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 6px 22px rgba(0,0,0,.06); text-decoration: none; transition: transform .3s ease, box-shadow .3s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 16px 38px rgba(20,192,200,.20); }
.service-card-media { position: relative; height: 200px; background-size: cover; background-position: center; background-color: #e9f8f9; }
.service-card-media.is-icon { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); display: flex; align-items: center; justify-content: center; }
.service-card-media.is-icon::after { content: ''; }
.service-card-media.is-icon .service-card-badge { position: static; width: auto; height: auto; background: transparent; box-shadow: none; }
.service-card-media.is-icon .service-card-badge i { font-size: 64px; color: rgba(255,255,255,.92); }
.service-card-badge { position: absolute; left: 18px; bottom: -26px; width: 56px; height: 56px; border-radius: 50%; background: var(--primary); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 23px; box-shadow: 0 6px 16px rgba(20,192,200,.4); transition: background .3s; }
.service-card:hover .service-card-badge { background: var(--primary-dark); }
.service-card-body { flex: 1; display: flex; flex-direction: column; padding: 40px 26px 26px; }
.service-card-title { font-size: 20px; font-weight: 700; color: var(--dark); margin-bottom: 12px; transition: color .3s; }
.service-card:hover .service-card-title { color: var(--primary); }
.service-card-body p { font-size: 14px; color: var(--text); line-height: 1.7; margin-bottom: 18px; }
.service-card-link { margin-top: auto; font-weight: 600; font-size: 14px; color: var(--primary); display: inline-flex; align-items: center; gap: 8px; }
.service-card-link i { transition: transform .3s; }
.service-card:hover .service-card-link i { transform: translateX(5px); }

.service-box { position: relative; overflow: hidden; }
.service-box-image { height: 350px; background-size: cover; background-position: center; position: relative; }
.service-box-image::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.35); }
.service-box-caption-overlay { position: absolute; right: 0; bottom: 0; width: 50%; background: rgba(37,37,37,.88); padding: 30px 25px; color: #fff; z-index: 2; }
.service-box-caption-overlay h3 { color: #fff; font-size: 18px; margin-bottom: 10px; }
.service-box-caption-overlay p { font-size: 13px; opacity: .85; }

.service-box-grey { background: var(--light-bg); padding: 40px 30px; text-align: center; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 350px; position: relative; overflow: hidden; transition: all .3s; }
.service-box-grey:hover { background: var(--primary); }
.service-box-grey:hover h3,
.service-box-grey:hover p { color: #fff; }
.service-box-grey:hover .service-icon-wrap { background: rgba(255,255,255,.2); }
.service-box-grey:hover .service-icon-wrap i { color: #fff; }
.service-box-grey:hover .btn-link-c { color: #fff; }
.service-icon-wrap { width: 70px; height: 70px; border-radius: 50%; background: rgba(20,192,200,.12); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; transition: all .3s; }
.service-icon-wrap i { font-size: 28px; color: var(--primary); transition: color .3s; }
.service-box-grey h3 { font-size: 18px; margin-bottom: 12px; transition: color .3s; }
.service-box-grey p { font-size: 13px; transition: color .3s; }

/* ============================================================
   GENERAL SERVICES — 3-column grid
   ============================================================ */
.srv3-row { display: flex; }
.srv3-cell { min-height: 380px; display: flex; }
.srv3-photo { flex: 1; background-size: cover; background-position: center; }
.srv3-icon-box {
  flex: 1;
  background: var(--light-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 30px;
  transition: background .3s;
}
.srv3-icon-box:hover { background: #f0f0f0; }
.srv3-svg { width: 80px; height: 80px; margin-bottom: 20px; }
.srv3-icon-box h3 { font-size: 18px; color: var(--dark); margin-bottom: 10px; }
.srv3-icon-box p { font-size: 13px; color: var(--text); margin: 0; }
.srv3-text-box {
  flex: 1;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 30px;
  border: 1px solid var(--border);
}
.srv3-text-box h3 { font-size: 20px; color: var(--dark); margin-bottom: 12px; }
.srv3-text-box p { font-size: 14px; margin-bottom: 20px; }
.srv3-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 2px solid var(--primary);
  color: var(--primary);
  padding: 8px 22px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  transition: all .25s;
}
.srv3-btn:hover { background: var(--primary); color: #fff; }
@media (max-width: 991px) {
  .srv3-row { flex-direction: column; }
  .srv3-cell { min-height: 260px; }
}

/* ============================================================
   MISSION & VISION
   ============================================================ */
.mission-section { background: #fff; }
.icn-text { display: flex; gap: 20px; align-items: flex-start; padding: 20px; }
.icn-text-circle { width: 65px; height: 65px; border-radius: 50%; background: var(--primary); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.icn-text-circle i { font-size: 26px; color: #fff; }
.icn-text-title { font-size: 16px; font-weight: 700; color: var(--dark); margin-bottom: 8px; }
.icn-text p { font-size: 13px; margin: 0; }

/* ============================================================
   ADDITIONAL SERVICES (TABS)
   ============================================================ */
.additional-services { background: var(--light-bg); }
.services-tab-wrap { padding: 50px 40px 50px 20px; }
@media (min-width: 992px)  { .services-tab-wrap { padding-left: calc((100vw - 960px) / 2 + 12px); } }
@media (min-width: 1200px) { .services-tab-wrap { padding-left: calc((100vw - 1140px) / 2 + 12px); } }
@media (min-width: 1400px) { .services-tab-wrap { padding-left: calc((100vw - 1320px) / 2 + 12px); } }
.services-tab-wrap h2 { margin-bottom: 20px; }
.nav-pills .nav-link { color: var(--dark); font-size: 14px; font-weight: 500; padding: 8px 20px; border-radius: 3px; margin-right: 5px; margin-bottom: 5px; }
.nav-pills .nav-link.active { background: var(--primary); color: #fff; }
.nav-pills .nav-link:hover:not(.active) { background: rgba(20,192,200,.1); color: var(--primary); }
.tab-content { margin-top: 20px; }
.tab-pane p { font-size: 14px; }
.marker-list li { padding: 5px 0; font-size: 14px; border-bottom: 1px dashed var(--border); display: flex; align-items: center; gap: 8px; }
.marker-list li::before { content: '\f0da'; font-family: 'Font Awesome 6 Free'; font-weight: 900; color: var(--primary); font-size: 12px; }
.additional-img { height: 100%; min-height: 450px; background-size: cover; background-position: center; }

/* ============================================================
   WHAT WE ALSO DO
   ============================================================ */
.what-we-do { background: #fff; }
.swiper-what { padding: 20px 0 40px; }
.what-slide { display: flex; flex-direction: column; align-items: center; text-align: center; }
.what-slide-img { width: 200px; height: 200px; border-radius: 50%; overflow: hidden; border: 5px solid var(--primary); margin: 0 auto 20px; }
.what-slide-img img { width: 100%; height: 100%; object-fit: cover; }
.what-slide-title { font-size: 22px; font-weight: 700; color: var(--dark); margin-bottom: 12px; }
.what-slide p { max-width: 600px; margin: 0 auto 15px; font-size: 14px; }

/* ============================================================
   PATIENT INFORMATION (FAQ)
   ============================================================ */
.patient-info { background: var(--light-bg); }
.patient-info-img { height: 100%; min-height: 400px; background-size: cover; background-position: center; border-radius: 4px; overflow: hidden; }
.accordion-button { font-size: 14px; font-weight: 600; color: var(--dark); background: #fff; padding: 16px 20px; }
.accordion-button:not(.collapsed) { color: var(--primary); background: #fff; box-shadow: none; }
.accordion-button:focus { box-shadow: none; }
.accordion-button::after { filter: none; }
.accordion-button:not(.collapsed)::after { filter: invert(60%) sepia(90%) saturate(400%) hue-rotate(20deg); }
.accordion-item { border: none; border-bottom: 1px solid var(--border); background: transparent; }
.accordion-body { font-size: 13px; padding: 0 20px 16px; color: var(--text); }

/* ============================================================
   LATEST NEWS & TESTIMONIALS
   ============================================================ */
.news-section { background: var(--light-bg); }
.news-card { display: flex; flex-direction: column; height: 100%; background: #fff; border: 1px solid var(--border); border-radius: 10px; overflow: hidden; transition: box-shadow .3s, transform .3s; }
.news-card:hover { box-shadow: 0 12px 30px rgba(0,0,0,.10); transform: translateY(-4px); }
.news-card-img { display: block; height: 190px; background-size: cover; background-position: center; background-color: #e9f8f9; }
.news-card-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.news-card-date { display: flex; align-items: flex-end; gap: 6px; margin-bottom: 12px; }
.news-card-date .day { font-size: 34px; font-weight: 700; color: var(--primary); line-height: 1; }
.news-card-date .month-year { font-size: 12px; color: #999; line-height: 1.35; text-transform: uppercase; }
.news-card h4 { font-size: 16px; margin-bottom: 9px; line-height: 1.4; }
.news-card h4 a { color: var(--dark); }
.news-card h4 a:hover { color: var(--primary); }
.news-card p { font-size: 13.5px; color: var(--text); margin: 0 0 14px; line-height: 1.6; flex: 1; }

/* Tüm Yazılar kutusu */
.all-posts-box { height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: linear-gradient(155deg, var(--primary) 0%, var(--primary-dark) 100%); color: #fff; border-radius: 12px; padding: 40px 32px; box-shadow: 0 14px 34px rgba(20,192,200,.28); }
.all-posts-icon { width: 64px; height: 64px; border-radius: 50%; background: rgba(255,255,255,.18); display: flex; align-items: center; justify-content: center; font-size: 28px; margin-bottom: 20px; }
.all-posts-box h3 { color: #fff; font-size: 24px; font-weight: 700; margin-bottom: 12px; }
.all-posts-box p { font-size: 14.5px; line-height: 1.7; opacity: .92; margin-bottom: 24px; }
.all-posts-box .btn-primary-c { background: #fff; color: var(--primary); border: none; }
.all-posts-box .btn-primary-c:hover { background: var(--dark); color: #fff; }

/* ============================================================
   HASTA YORUMLARI
   ============================================================ */
.reviews-section { background: #fff; }
.reviews-rating { margin: 14px 0 4px; font-size: 15px; color: var(--text); }
.reviews-rating .stars { color: #f6b500; margin-right: 8px; letter-spacing: 1px; }
.reviews-rating strong { color: var(--dark); font-size: 18px; }
.review-card { height: 100%; display: flex; flex-direction: column; position: relative; background: var(--light-bg); border: 1px solid var(--border); border-radius: 14px; padding: 30px 28px; transition: box-shadow .3s, transform .3s; }
.review-card:hover { box-shadow: 0 14px 34px rgba(0,0,0,.08); transform: translateY(-4px); background: #fff; }
.review-stars { color: #f6b500; font-size: 14px; letter-spacing: 2px; margin-bottom: 14px; }
.review-quote { position: absolute; top: 26px; right: 28px; font-size: 34px; color: rgba(20,192,200,.18); }
.review-text { font-size: 14.5px; line-height: 1.75; color: var(--text); margin: 0 0 22px; flex: 1; }
.review-author { display: flex; align-items: center; gap: 13px; padding-top: 18px; border-top: 1px solid var(--border); }
.review-avatar { width: 48px; height: 48px; flex-shrink: 0; border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 19px; }
.review-name { font-weight: 700; color: var(--dark); font-size: 15px; }
.review-role { font-size: 12.5px; color: var(--primary); }
.review-google { margin-left: auto; font-size: 20px; color: #4285F4; }
.swiper-reviews { padding-bottom: 6px; }
.swiper-reviews-pagination .swiper-pagination-bullet { background: var(--primary); }

.testimonials-box { background: var(--dark); color: #fff; padding: 35px 30px; border-radius: 4px; height: 100%; }
.testimonials-box .h-sub { color: var(--primary); }
.testimonials-box h4 { color: #fff; }
.testimonial-item { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.testimonial-item:last-child { border-bottom: none; }
.testimonial-text { font-size: 13px; opacity: .8; font-style: italic; margin-bottom: 10px; }
.testimonial-author { display: flex; align-items: center; gap: 10px; }
.testimonial-author img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.testimonial-author .name { font-size: 13px; font-weight: 700; color: #fff; }
.testimonial-author .role { font-size: 11px; color: #aaa; }
.stars { color: var(--primary); font-size: 12px; margin-bottom: 5px; }

/* ============================================================
   ONLINE APPOINTMENTS CTA
   ============================================================ */
.appointments-cta { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); color: #fff; padding: 70px 0; text-align: center; position: relative; overflow: hidden; }
.appointments-cta::before { content: ''; position: absolute; inset: 0; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(20,192,200,0.05)" stroke-width="20"/></svg>') center/cover; }
.appointments-cta h2 { color: #fff; font-size: clamp(22px, 4vw, 38px); }
.appointments-cta p { font-size: 15px; opacity: .85; max-width: 600px; margin: 0 auto 25px; }

/* ============================================================
   EXCEPTIONAL SERVICE
   ============================================================ */
.exceptional-section { background: #fff; }
.exceptional-item { padding: 30px 20px; }
.exceptional-num { font-size: 64px; font-weight: 800; color: rgba(20,192,200,.2); line-height: 1; margin-bottom: 5px; }
.exceptional-item h4 { font-size: 18px; font-weight: 700; color: var(--dark); margin-bottom: 12px; }
.exceptional-item p { font-size: 14px; }

/* ============================================================
   DOCTOR CTA
   ============================================================ */
.doctor-cta { background: var(--light-bg); }
.doctor-cta-img { border-radius: 4px; overflow: hidden; }
.doctor-cta-img img { width: 100%; }
.doctor-phone { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.doctor-phone i { color: var(--primary); font-size: 24px; }
.doctor-phone .number { font-size: 22px; font-weight: 700; color: var(--dark); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: #f9f9f9; color: #666; padding: 60px 0 0; }
.footer-logo img { max-height: 110px; width: auto; margin-bottom: 6px; }
.footer-logo p { font-size: 13px; }
.footer-about { font-size: 13.5px; color: #666; line-height: 1.7; max-width: 320px; }
.footer h5 { color: var(--dark); font-size: 16px; font-weight: 700; margin-bottom: 20px; position: relative; padding-bottom: 10px; }
.footer h5::after { content: ''; position: absolute; bottom: 0; left: 0; width: 30px; height: 2px; background: var(--primary); }
/* newsletter */
.footer-email-form { display: flex; border: 1px solid #ddd; border-radius: 3px; overflow: hidden; }
.footer-email-form input { border: none; background: #fff; padding: 10px 14px; font-size: 13px; flex: 1; outline: none; }
.footer-email-form button { background: var(--primary); border: none; padding: 10px 16px; color: #fff; cursor: pointer; font-size: 14px; }
.footer-email-form button:hover { background: var(--primary-dark); }
/* social */
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 36px; height: 36px; border: 1px solid #ddd; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #999; font-size: 14px; transition: all .3s; }
.footer-social a:hover { background: var(--primary); border-color: var(--primary); color: #fff; }
/* blog items */
.footer-blog-item { display: flex; gap: 12px; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #eee; align-items: center; }
.footer-blog-item:last-child { border: none; margin: 0; padding: 0; }
.footer-blog-item img { width: 55px; height: 55px; object-fit: cover; border-radius: 4px; flex-shrink: 0; }
.footer-blog-item h6 { font-size: 13px; font-weight: 600; color: var(--dark); margin-bottom: 3px; line-height: 1.4; }
.footer-blog-item h6 a { color: var(--dark); }
.footer-blog-item h6 a:hover { color: var(--primary); }
.footer-blog-item span { font-size: 11px; color: #999; }
.footer-services { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; column-gap: 22px; }
.footer-services li { border-bottom: 1px solid #eee; }
.footer-services li:last-child { border-bottom: none; }
.footer-services a { display: flex; align-items: center; gap: 9px; color: #666; font-size: 14px; padding: 9px 0; transition: color .25s, padding-left .25s; }
.footer-services a:hover { color: var(--primary); padding-left: 5px; }
.footer-services i { color: var(--primary); font-size: 12px; }
/* contacts */
.footer-contact { padding: 0; list-style: none; }
.footer-contact li { display: flex; gap: 12px; margin-bottom: 10px; font-size: 13px; align-items: flex-start; }
.footer-contact li i { color: var(--primary); margin-top: 2px; flex-shrink: 0; }
.footer-contact li a { color: #666; }
.footer-contact li a:hover { color: var(--primary); }
.footer-phone-link { color: var(--primary) !important; font-weight: 700; font-size: 15px; }
.footer-map-btn { display: inline-block; background: var(--primary); color: #fff; padding: 9px 20px; border-radius: 25px; font-size: 13px; font-weight: 600; transition: background .2s; }
.footer-map-btn:hover { background: var(--primary-dark); color: #fff; }
/* links (inner pages) */
.footer-links li { margin-bottom: 8px; }
.footer-links li a { font-size: 13px; color: #666; display: flex; align-items: center; gap: 6px; }
.footer-links li a:hover { color: var(--primary); }
.footer-links li a i { color: var(--primary); font-size: 11px; }
/* bottom bar */
.footer-bottom { margin-top: 50px; background: var(--primary); padding: 14px 0; font-size: 12px; color: rgba(255,255,255,.9); }
.footer-bottom p { color: rgba(255,255,255,.9); }
.footer-bottom a { color: rgba(255,255,255,.85); }

/* ============================================================
   BOOKING MODAL
   ============================================================ */
.modal-header { background: var(--primary); color: #fff; }
.modal-title { color: #fff; }
.modal .btn-close { filter: invert(1); }
.form-control:focus { border-color: var(--primary); box-shadow: 0 0 0 .15rem rgba(20,192,200,.2); }
.form-select:focus { border-color: var(--primary); box-shadow: 0 0 0 .15rem rgba(20,192,200,.2); }
.form-label { font-size: 13px; font-weight: 600; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991px) {
  .swiper-hero { height: 420px; }
  .slide-txt1 { font-size: 30px; }
  .services-tab-wrap { padding: 30px 20px; }
  .additional-img { min-height: 300px; }
  section { padding: 50px 0; }
  /* Mobil header: logo + hamburger tek satırda; menü açılınca altta açılır */
  .header-main { padding: 10px 0; }
  .header-logo-img,
  .header.is-scrolled .header-logo-img { height: 70px; }
  .navbar-collapse {
    margin-top: 10px;
    border-top: 1px solid var(--border);
    padding-top: 8px;
  }
  .header-menu { flex-direction: column; align-items: stretch; width: 100%; }
  .header-menu .nav-link { padding: 13px 6px !important; border-bottom: 1px solid var(--border); }
  .header-menu .nav-link::after { display: none; }
  .dropdown-menu { box-shadow: none; border-radius: 0; background: var(--light-bg); padding: 0; }
  .dropdown-item { padding-left: 26px; }
  .header-call { justify-content: center; margin: 16px 0 6px; }
}
@media (max-width: 767px) {
  .swiper-hero { height: 320px; }
  .slide-txt1 { font-size: 22px; }
  .header-logo-img,
  .header.is-scrolled .header-logo-img { height: 60px; }
  .service-box-grey { min-height: 280px; }
  .testimonials-box { margin-top: 30px; }
  .doctor-cta-img { margin-bottom: 30px; }
  .icn-text { flex-direction: column; text-align: center; }
  .icn-text-circle { margin: 0 auto; }
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
.fade-in-up { opacity: 0; transform: translateY(30px); transition: all .6s ease; }
.fade-in-up.visible { opacity: 1; transform: translateY(0); }

/* ============================================================
   PAGE HERO / BREADCRUMB
   ============================================================ */
.page-hero {
  background: linear-gradient(135deg, #1a2e3d 0%, #0d1b2a 100%);
  padding: 110px 0;
  min-height: 300px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><circle cx="100" cy="100" r="80" fill="none" stroke="rgba(20,192,200,0.06)" stroke-width="40"/></svg>') center/cover;
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; font-size: clamp(28px, 4vw, 42px); margin-bottom: 10px; }
.page-hero .breadcrumb { background: transparent; padding: 0; margin: 0; }
.page-hero .breadcrumb-item { font-size: 13px; color: rgba(255,255,255,.6); }
.page-hero .breadcrumb-item a { color: var(--primary); }
.page-hero .breadcrumb-item.active { color: rgba(255,255,255,.9); }
.page-hero .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.4); }

/* ============================================================
   STATS COUNTER
   ============================================================ */
.stats-bar { background: var(--primary); padding: 40px 0; }
.stat-item { text-align: center; color: #fff; }
.stat-num { font-size: 42px; font-weight: 800; line-height: 1; }
.stat-label { font-size: 13px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; opacity: .85; margin-top: 6px; }

/* ============================================================
   TEAM / DOCTOR CARDS
   ============================================================ */
.doctor-card { background: #fff; border-radius: 4px; overflow: hidden; box-shadow: 0 3px 15px rgba(0,0,0,.07); transition: box-shadow .3s, transform .3s; }
.doctor-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,.14); transform: translateY(-4px); }
.doctor-card-img { position: relative; overflow: hidden; height: 260px; }
.doctor-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.doctor-card:hover .doctor-card-img img { transform: scale(1.05); }
.doctor-card-overlay { position: absolute; inset: 0; background: rgba(37,37,37,.7); display: flex; align-items: center; justify-content: center; gap: 10px; opacity: 0; transition: opacity .3s; }
.doctor-card:hover .doctor-card-overlay { opacity: 1; }
.doctor-card-overlay a { width: 36px; height: 36px; background: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; }
.doctor-card-overlay a:hover { background: #fff; color: var(--primary); }
.doctor-card-body { padding: 20px; text-align: center; }
.doctor-card-body h4 { font-size: 17px; margin-bottom: 4px; }
.doctor-card-body .spec { font-size: 13px; color: var(--primary); font-weight: 600; }

/* ============================================================
   SERVICE CARDS (inner page)
   ============================================================ */
.srv-card { background: #fff; border: 1px solid var(--border); border-radius: 4px; padding: 35px 25px; text-align: center; transition: all .3s; height: 100%; }
.srv-card:hover { border-color: var(--primary); box-shadow: 0 6px 25px rgba(20,192,200,.15); transform: translateY(-4px); }
.srv-card-icon { width: 75px; height: 75px; background: rgba(20,192,200,.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; transition: background .3s; }
.srv-card-icon i { font-size: 30px; color: var(--primary); }
.srv-card:hover .srv-card-icon { background: var(--primary); }
.srv-card:hover .srv-card-icon i { color: #fff; }
.srv-card h4 { font-size: 17px; margin-bottom: 10px; }
.srv-card p { font-size: 13px; margin: 0; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-info-box { display: flex; gap: 18px; align-items: flex-start; padding: 24px; background: #fff; border-radius: 4px; box-shadow: 0 3px 15px rgba(0,0,0,.07); height: 100%; }
.contact-info-icon { width: 55px; height: 55px; background: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-info-icon i { font-size: 20px; color: #fff; }
.contact-info-title { font-size: 15px; font-weight: 700; color: var(--dark); margin-bottom: 5px; }
.contact-info-text { font-size: 13px; color: var(--text); }
.contact-info-text a { color: var(--text); }
.contact-info-text a:hover { color: var(--primary); }

.contact-map { height: 380px; border-radius: 4px; overflow: hidden; }
.contact-map iframe { width: 100%; height: 100%; border: none; }

.contact-form-wrap { background: #fff; padding: 40px; border-radius: 4px; box-shadow: 0 3px 15px rgba(0,0,0,.07); }

/* ============================================================
   BLOG PAGE
   ============================================================ */
.blog-card { background: #fff; border-radius: 4px; overflow: hidden; box-shadow: 0 3px 15px rgba(0,0,0,.07); transition: box-shadow .3s, transform .3s; height: 100%; display: flex; flex-direction: column; }
.blog-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,.13); transform: translateY(-4px); }
.blog-card-img { height: 210px; overflow: hidden; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.blog-card:hover .blog-card-img img { transform: scale(1.06); }
.blog-card-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.blog-card-meta { display: flex; gap: 15px; margin-bottom: 12px; }
.blog-card-meta span { font-size: 12px; color: #999; display: flex; align-items: center; gap: 5px; }
.blog-card-meta i { color: var(--primary); }
.blog-card-body h4 { font-size: 16px; margin-bottom: 10px; }
.blog-card-body h4 a { color: var(--dark); }
.blog-card-body h4 a:hover { color: var(--primary); }
.blog-card-body p { font-size: 13px; flex: 1; }
.blog-tag { display: inline-block; background: rgba(20,192,200,.1); color: var(--primary); font-size: 11px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; padding: 3px 10px; border-radius: 2px; margin-bottom: 10px; }

/* ============================================================
   PRICES TABLE
   ============================================================ */
.price-table { background: #fff; border-radius: 4px; overflow: hidden; box-shadow: 0 3px 15px rgba(0,0,0,.07); }
.price-table thead th { background: var(--primary); color: #fff; font-size: 14px; font-weight: 600; padding: 14px 20px; border: none; }
.price-table tbody td { padding: 13px 20px; font-size: 14px; border-bottom: 1px solid var(--border); }
.price-table tbody tr:last-child td { border-bottom: none; }
.price-table tbody tr:hover td { background: rgba(20,192,200,.05); }
.price-table .price-col { font-weight: 700; color: var(--primary); text-align: right; }

/* ============================================================
   POST CONTENT (içerik sayfası tipografisi)
   ============================================================ */
/* İçerik üstü görsel: tam genişlik soluk banner yerine ölçülü, şık kart */
.post-thumb {
  margin: 0 0 35px;
  max-width: 560px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 22px rgba(0,0,0,.10);
}
.post-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.post-content {
  font-family: var(--font-main);
  font-size: 16.5px;
  line-height: 1.85;
  color: #444;
}

/* Paragraf ve içerik blokları arası okunabilir dikey boşluk */
.post-content p,
.post-content > div {
  margin: 0 0 1.15rem;
}
.post-content p:last-child,
.post-content > div:last-child { margin-bottom: 0; }

/* Justify edilmiş metin daha rahat aksın */
.post-content [style*="justify"] { text-align: justify; }

/* Sahte başlıklar: <b>, <strong> ve bold span'lar blok başlık gibi öne çıksın */
.post-content b,
.post-content strong,
.post-content span[style*="bold"] {
  display: block;
  margin: 2rem 0 .65rem;
  color: var(--dark);
  font-weight: 700;
  font-size: 1.28em;
  line-height: 1.35;
}
/* Bir paragraf/satır içinde geçen kısa bold ifadeler blok olmasın */
.post-content p b,
.post-content p strong,
.post-content p span[style*="bold"] {
  display: inline;
  margin: 0;
  font-size: 1em;
  color: inherit;
}

/* Gerçek başlık etiketleri */
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  color: var(--dark);
  font-weight: 700;
  line-height: 1.3;
  margin: 2rem 0 .8rem;
}
.post-content h1 { font-size: 1.9em; }
.post-content h2 { font-size: 1.6em; }
.post-content h3 { font-size: 1.35em; }
.post-content h4 { font-size: 1.18em; }
.post-content h5,
.post-content h6 { font-size: 1.05em; }
.post-content :is(h1,h2,h3,h4,h5,h6):first-child { margin-top: 0; }

/* Linkler */
.post-content a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.post-content a:hover { color: var(--primary-dark); }

/* Listeler */
.post-content ul,
.post-content ol {
  margin: 0 0 1.3rem;
  padding-left: 1.5rem;
}
.post-content ul { list-style: disc; }
.post-content ol { list-style: decimal; }
.post-content li { margin-bottom: .55rem; padding-left: .25rem; }
.post-content ul li::marker,
.post-content ol li::marker { color: var(--primary); }

/* Görseller */
.post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 1.4rem 0;
}

/* Tablolar */
.post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.6rem 0;
  font-size: .95em;
}
.post-content th,
.post-content td {
  border: 1px solid var(--border);
  padding: 10px 14px;
  text-align: left;
  vertical-align: top;
}
.post-content thead th { background: var(--primary); color: #fff; font-weight: 600; }
.post-content tbody tr:nth-child(even) td { background: var(--light-bg); }

/* Alıntı */
.post-content blockquote {
  margin: 1.6rem 0;
  padding: 14px 22px;
  border-left: 4px solid var(--primary);
  background: var(--light-bg);
  color: var(--dark);
  font-style: italic;
}

/* Aşırı <br> ve boş div'lerin yarattığı dev boşlukları kıs */
.post-content br { line-height: 1; }
.post-content br + br { display: none; }
.post-content div:empty,
.post-content p:empty { display: none; }

@media (max-width: 767px) {
  .post-content { font-size: 15.5px; line-height: 1.75; }
  .post-content [style*="justify"] { text-align: left; }
  .post-content b,
  .post-content strong,
  .post-content span[style*="bold"] { font-size: 1.2em; }
  .post-thumb { max-width: 100%; margin-bottom: 25px; }
}

