/* ===== TEMA ===== */
/* Marka paleti (logo dosyasından): lacivert #0A2240, gold #CBA461, kırmızı #CB102E */
/* Kırmızı + Beyaz tema sabittir (6 Ağu kararı). Diğer temalar ve tema seçici kaldırıldı. */
body[data-theme="red-white"] {
  --primary: #cb102e;
  --primary-2: #b90e2a;
  --primary-3: #e02744;
  --accent: #cb102e;
  --accent-2: #ffffff;
  --on-accent: #ffffff;
  --logo-bbs: #cb102e;
  --logo-lines: #222222;
  --logo-tr: #cb102e;
  --hero-text: #ffd9de;
  --hero-text-dim: #ffc2ca;
}
/* Kırmızı zemin üstündeki ana butonlar beyaza döner */
body[data-theme="red-white"] .hero .btn-primary {
  background: #ffffff; color: #cb102e;
  box-shadow: 0 4px 18px rgba(0,0,0,.18);
}

:root {
  --ink: #1c2530;
  --muted: #5b6a7a;
  --bg: #ffffff;
  --bg-alt: #f4f6f9;
  --line: #e3e8ee;
  --radius: 14px;
  --hero-text: #c8d4e2;
  --hero-text-dim: #b7c5d6;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}

h1, h2, h3 { font-family: 'Playfair Display', Georgia, serif; line-height: 1.2; }

.container { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

/* Header */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: transform .35s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
/* aşağı kaydırınca şeffaf halde gizlenir */
.site-header.hidden { transform: translateY(-100%); }
/* yukarı kaydırınca beyaz bar olarak gelir */
.site-header.scrolled {
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 4px 16px -8px rgba(0,0,0,.15);
}
.header-inner { display: flex; align-items: center; gap: 24px; height: 136px; max-width: none; padding: 0 clamp(12px, 4vw, 56px); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo { height: 106px; width: auto; display: block; margin-left: -6px; }
.brand-media { display: block; }
.brand-media video { width: 92px; height: 52px; object-fit: cover; border-radius: 6px; display: block; }
.brand-bbs {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700; font-size: 30px; letter-spacing: 1px;
  color: var(--logo-bbs); line-height: 1;
}
.brand-divider { width: 1.5px; height: 38px; background: var(--logo-tr); }
.brand-lines {
  display: flex; flex-direction: column; line-height: 1.25;
  font-size: 9.5px; font-weight: 600; letter-spacing: .32em;
  text-transform: uppercase; color: var(--logo-lines);
}
.brand-tr { color: var(--logo-tr); margin-top: 2px; }
.main-nav { display: flex; gap: 10px; margin-left: auto; align-items: center; }
.main-nav a {
  text-decoration: none; color: #fff; font-weight: 600; font-size: 14px;
  background: #b21e28; padding: 9px 16px; border-radius: 4px;
  box-shadow: 0 8px 20px -12px rgba(0,0,0,.5);
  transition: background .2s ease, transform .2s ease;
}
.main-nav a:hover { background: #8f151f; transform: translateY(-2px); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.lang-toggle {
  border: none; background: #b21e28; color: #fff;
  font-weight: 700; font-size: 14px; letter-spacing: .06em; padding: 9px 16px; border-radius: 4px;
  cursor: pointer; font-family: inherit;
  box-shadow: 0 8px 20px -12px rgba(0,0,0,.5);
  transition: background .2s ease, transform .2s ease;
}
.lang-toggle:hover { background: #8f151f; transform: translateY(-2px); }
.nav-burger { display: none; background: none; border: none; font-size: 22px; cursor: pointer; color: var(--primary); }
.site-header:not(.scrolled) .nav-burger { color: #fff; }
/* sabit header için bölüm çıpalarında üst boşluk */
section[id] { scroll-margin-top: 0; }

/* Hero */
.hero {
  background: #eef1f5;
  color: #fff; padding: 0;
}
/* HERO tek kart: solda video, sağda foto üstünde metin */
.hero-inner {
  position: relative;
  max-width: none; margin: 0; padding: 0;
  min-height: 100vh;
  display: flex; align-items: center; justify-content: flex-end;
  background: #0f1218;
  border-radius: 0; overflow: hidden;
}
.hero-bg-video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
}
.hero-text {
  position: relative; z-index: 1;
  padding: 124px clamp(28px,6vw,96px) 48px;
  flex: 0 1 700px; max-width: 700px;
}
.hero .hero-sub {
  color: #fff; font-weight: 500;
  text-shadow: 0 2px 10px rgba(0,0,0,.7);
}
.hero h1 { text-shadow: 0 2px 14px rgba(0,0,0,.6); }
@media (max-width: 760px) {
  .hero-inner { align-items: flex-start; min-height: auto; }
  .hero-text { padding: 150px 26px 40px; }
}
.hero-kicker {
  color: var(--accent-2); font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; font-size: 13px; margin-bottom: 14px;
}
.hero h1 { font-size: clamp(32px, 5vw, 50px); margin-bottom: 18px; }
.hero-sub { font-size: 18px; color: var(--hero-text); max-width: 600px; margin-bottom: 30px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.btn {
  display: inline-block; text-decoration: none; font-weight: 600; font-size: 15px;
  padding: 13px 26px; border-radius: 999px; transition: transform .15s, box-shadow .15s;
  border: none; cursor: pointer; font-family: inherit;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--accent); color: var(--on-accent); box-shadow: 0 4px 18px color-mix(in srgb, var(--accent) 35%, transparent); }
.btn-ghost { border: 1.5px solid rgba(255,255,255,.5); color: #fff; }
.hero-stats { display: flex; gap: 44px; margin-top: 48px; flex-wrap: wrap; }
.stat strong { display: block; font-size: 27px; color: var(--accent-2); font-family: 'Playfair Display', serif; }
.stat span { font-size: 13.5px; color: var(--hero-text-dim); }

/* Vizyon / Misyon kutuları */
.vision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 36px; }
.vision-box {
  background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--accent);
  border-radius: var(--radius); padding: 24px 26px;
}
.vision-box h3 { font-size: 19px; color: var(--primary); margin-bottom: 8px; }
.vision-box p { color: var(--ink); font-size: 15px; }

/* Sections */
.section { padding: 80px 0; }
.section-alt { background: var(--bg-alt); }

.hakkinda-foto { display: none; }
/* Bölüm etiketleri tuğla + ortalı */
#hakkinda .section-kicker,
#hizmetler .section-kicker,
#iletisim .section-kicker {
  display: block; width: fit-content; margin: 0 auto 18px;
  background: #b21e28; color: #fff;
  padding: 9px 18px; border-radius: 4px; letter-spacing: .1em;
  box-shadow: 0 8px 20px -12px rgba(0,0,0,.5);
}
/* Eğitim Takvimi: koyu zemin, beyaz tuğla + kırmızı yazı */
#programlar .section-kicker {
  display: block; width: fit-content; margin: 0 auto 18px;
  background: #fff; color: #b21e28;
  padding: 9px 18px; border-radius: 4px; letter-spacing: .1em;
  box-shadow: 0 8px 20px -12px rgba(0,0,0,.4);
}
#hizmetler h2,
.section-sub {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(17px, 2vw, 20px); font-weight: 700;
  color: var(--ink); text-align: left;
}
.section-sub { margin-bottom: 28px; }
.process-box {
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--bg-alt); padding: 24px 24px 26px; margin-bottom: 8px;
}
.process-box .section-sub { margin-bottom: 14px; }
.process-box .svc-intro { margin: 0 0 22px; max-width: none; }
.process-box .process-inline { margin-bottom: 0; }

/* Danışmanlık başlığı: "Uçtan uca..." başlığıyla aynı stil */
#fark .fark-title { text-align: center; margin-bottom: 28px; }
#fark .feature h3 { color: #111; }
.cons-kicker {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(17px, 2vw, 20px); font-weight: 700;
  color: var(--ink); text-transform: none; letter-spacing: 0;
  margin: 0 0 18px;
}
.svc-box { margin-top: 26px; margin-bottom: 0; }
#hizmetler .svc-box h2 { margin: 0 0 18px; }
#hizmetler h2 { margin: 10px 0 28px; }
.section-kicker {
  color: var(--accent); font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; font-size: 12.5px; margin-bottom: 10px;
}
.section h2 { font-size: clamp(26px, 4vw, 36px); color: var(--primary); margin-bottom: 28px; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; color: var(--ink); font-size: 16.5px; }
.svc-intro {
  max-width: 900px; margin: 0 auto 30px; color: var(--ink);
  font-size: 16.5px; line-height: 1.75;
}
.about-text { max-width: 900px; margin: 0 auto; color: var(--ink); font-size: 16.5px; line-height: 1.75; }
.about-text p { margin-bottom: 16px; }
.catalog-btn {
  display: flex; width: fit-content; margin: 26px auto 0;
  align-items: center; gap: 10px;
  background: #b21e28; color: #fff; text-decoration: none;
  font-weight: 700; font-size: 15px; letter-spacing: .02em;
  padding: 12px 22px; border-radius: 4px;
  box-shadow: 0 10px 24px -12px rgba(0,0,0,.5);
  transition: background .2s ease, transform .2s ease;
}
.catalog-btn:hover { background: #8f151f; transform: translateY(-2px); }
.cta-row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; margin: 26px auto 0; max-width: 900px; }
.cta-row .catalog-btn { margin: 0; }
.catalog-btn svg { width: 20px; height: 20px; flex-shrink: 0; }

/* Cards */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 22px; transition: transform .15s, box-shadow .15s;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px color-mix(in srgb, var(--primary) 10%, transparent); }
.card-icon { font-size: 30px; margin-bottom: 12px; }
.card h3 { font-size: 19px; color: var(--primary); margin-bottom: 8px; }
.card p { color: var(--ink); font-size: 14.5px; margin-bottom: 14px; }
.card-link {
  margin-top: auto; font-size: 13.5px; font-weight: 700; color: var(--accent);
  text-decoration: none; letter-spacing: .02em;
}
.card-link:hover { text-decoration: underline; }
.blog-cards { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }

/* Features */
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 28px; }
.feature h3 { font-size: 19px; color: var(--primary); margin-bottom: 6px; }
.feature p { color: var(--ink); font-size: 14.5px; }
.feature { border-left: 3px solid var(--accent); padding-left: 16px; }

/* Değerlerimiz */
.values {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 26px; text-align: center;
}
.value-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 58px; height: 58px; border-radius: 50%;
  border: 1.5px solid var(--accent); color: var(--accent);
  margin-bottom: 14px;
}
.value-icon svg { width: 28px; height: 28px; }
.value h3 { font-size: 19px; color: var(--primary); margin-bottom: 6px; }
.value p { color: var(--ink); font-size: 13.5px; line-height: 1.55; }

/* Hizmet kartları */
.svc-cards { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.svc-no {
  font-family: 'Playfair Display', serif; font-size: 15px; font-weight: 700;
  color: var(--accent); letter-spacing: .1em; margin-bottom: 10px;
}
.svc-list { list-style: none; margin-bottom: 14px; }
.svc-list li {
  color: var(--ink); font-size: 14px; padding: 5px 0 5px 18px; position: relative;
}
.svc-list li::before {
  content: ""; position: absolute; left: 0; top: 12px;
  width: 7px; height: 7px; border-radius: 2px; background: var(--accent);
}
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  font-size: 12.5px; font-weight: 600; color: var(--primary);
  border: 1px solid var(--line); background: var(--bg-alt);
  padding: 6px 12px; border-radius: 999px;
}

/* İmza programları (koyu bant) */
.signature {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-2) 100%);
  padding: 80px 0; color: #fff;
}
.signature .section-kicker { color: var(--accent-2); }
.signature h2 { color: #fff; font-size: clamp(26px, 4vw, 36px); margin-bottom: 28px; }
.sig-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.sig-card {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius); padding: 26px 24px;
}
.sig-card h3 { font-size: 19px; color: var(--accent-2); margin-bottom: 10px; }
.sig-card p { color: var(--hero-text); font-size: 14.5px; }

/* Eğitim tasarım süreci */
.process {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 18px; text-align: center;
}
.process-inline { margin-bottom: 34px; }
.step {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 12px 18px;
}
.step-no {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  border: 1.5px solid var(--accent); color: var(--accent);
  font-weight: 700; font-size: 15px; margin-bottom: 10px;
}
.step h3 { font-size: 16px; color: var(--primary); }
.step-en {
  font-size: 10.5px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--ink);
}
html[lang="en"] .step-en { display: none; } /* EN modunda başlıkla aynı kelime olurdu */

/* Alıntılar */
.quote {
  margin-top: 34px; text-align: center;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 19px; color: var(--primary);
}

/* Bizi farklı kılanlar */
.diff-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; }
.diff-grid .feature { padding: 14px 0 14px 16px; }
.diff-grid h3 { font-size: 16px; margin: 0; }

/* Bülten */
.newsletter { background: var(--primary); color: #fff; }
.newsletter-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 32px; padding: 46px 24px; flex-wrap: wrap;
}
.newsletter h2 { font-size: 26px; margin-bottom: 6px; }
.newsletter p { color: var(--hero-text-dim); }
.newsletter-form { display: flex; gap: 10px; flex-wrap: wrap; }
.newsletter-form input {
  font-family: inherit; font-size: 15px; padding: 13px 16px; min-width: 260px;
  border: none; border-radius: 999px;
}
.newsletter-form input:focus { outline: 2px solid var(--accent-2); }

/* Contact */
.contact-title { text-align: center; margin-bottom: 28px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 36px; align-items: start; }
.contact-info { display: flex; flex-direction: column; gap: 14px; }
.contact-rows { display: flex; flex-direction: column; gap: 10px; }
.contact-row {
  display: flex; align-items: flex-start; gap: 14px;
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 14px 16px; text-decoration: none; color: var(--ink);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
a.contact-row:hover { border-color: var(--accent); box-shadow: 0 12px 26px -18px rgba(0,0,0,.45); transform: translateY(-2px); }
.contact-ico {
  width: 40px; height: 40px; flex-shrink: 0; border-radius: 50%;
  background: var(--accent); color: var(--on-accent);
  display: grid; place-items: center;
}
.contact-ico svg { width: 20px; height: 20px; display: block; }
.contact-row-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.contact-label { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); opacity: .75; }
.contact-value { font-size: 15.5px; font-weight: 600; color: var(--ink); word-break: break-word; }
.contact-wa {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: #25d366; color: #fff; text-decoration: none;
  border-radius: 12px; padding: 13px 18px; font-weight: 700; font-size: 15px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.contact-wa svg { width: 22px; height: 22px; flex-shrink: 0; }
.contact-wa:hover { transform: translateY(-2px); box-shadow: 0 14px 28px -14px rgba(37,211,102,.85); }
.contact-note { font-size: 14px; color: var(--ink); opacity: .8; }
.contact-form {
  display: flex; flex-direction: column; gap: 12px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px; box-shadow: 0 18px 40px -30px rgba(0,0,0,.5);
}
.contact-form input, .contact-form textarea {
  font-family: inherit; font-size: 15px; padding: 13px 16px; color: var(--ink);
  border: 1px solid var(--line); border-radius: 10px; background: #fff;
  resize: vertical;
}
.contact-form input:focus, .contact-form textarea:focus {
  outline: 2px solid var(--accent); border-color: transparent;
}
.contact-form .btn { align-self: flex-start; }
@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; gap: 24px; }
}

/* Footer */
.site-footer { background: var(--primary); color: var(--hero-text-dim); padding: 34px 0; font-size: 14px; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 18px; }
/* Koyu zeminde logo: tümü gold (konsept 02) */
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-logo { height: 64px; width: auto; display: block; background: #fff; padding: 8px 12px; border-radius: 8px; }
.footer-copy { text-align: right; line-height: 1.7; }

/* Mobile */
@media (max-width: 760px) {
  .brand-bbs { font-size: 24px; }
  .brand-divider { height: 32px; }
  .brand-lines { font-size: 8px; letter-spacing: .26em; }
  .brand-logo { height: 76px; }
  .brand-media video { width: 70px; height: 40px; }
  .nav-burger { display: block; }
  .footer-copy { text-align: left; }
  .main-nav {
    display: none; position: absolute; top: 68px; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--line);
    flex-direction: column; padding: 16px 24px; gap: 14px;
  }
  .main-nav.open { display: flex; }
  .about-grid, .contact-grid, .vision-grid { grid-template-columns: 1fr; }
  .hero { padding: 0; }
  .hero-stats { gap: 26px; }
  .featured-inner { flex-direction: column; align-items: flex-start; }
}

/* WhatsApp yüzen düğme */
.wa-float {
  position: fixed; left: 18px; bottom: 18px; z-index: 99;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  text-decoration: none;
}
.wa-icon {
  width: 56px; height: 56px; border-radius: 50%;
  background: #25d366; color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 10px 24px -8px rgba(37,211,102,.7);
  transition: transform .2s ease, box-shadow .2s ease;
}
.wa-icon svg { width: 34px; height: 34px; display: block; }
.wa-float:hover .wa-icon { transform: translateY(-3px) scale(1.04); box-shadow: 0 14px 28px -8px rgba(37,211,102,.8); }
.wa-text {
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 4px 10px; font-size: 11.5px; font-weight: 600; color: var(--primary);
  box-shadow: 0 6px 18px rgba(0,0,0,.12); white-space: nowrap;
}
/* Mobilde sağ üst köşe (başlık çubuğunun hemen altı) */
@media (max-width: 760px) {
  .wa-float { left: 12px; bottom: 12px; right: auto; top: auto; }
  .wa-icon { width: 48px; height: 48px; }
  .wa-icon svg { width: 29px; height: 29px; }
  .wa-text { font-size: 10.5px; padding: 3px 8px; }
}

/* Bilgi Talep Formu penceresi */
.modal-overlay {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(10,15,25,.55); backdrop-filter: blur(2px);
  display: flex; align-items: center; justify-content: center; padding: 20px;
}
.modal-overlay[hidden] { display: none; }
.modal-box {
  position: relative; background: #fff; border-radius: var(--radius);
  width: min(520px, 100%); max-height: 90vh; overflow-y: auto;
  padding: 28px 26px 26px; box-shadow: 0 30px 60px -20px rgba(0,0,0,.5);
}
.modal-box h3 { font-size: 19px; color: var(--primary); margin-bottom: 6px; }
.modal-note { color: var(--ink); font-size: 14.5px; margin-bottom: 18px; }
.modal-close {
  position: absolute; top: 10px; right: 12px;
  background: none; border: none; font-size: 26px; line-height: 1;
  color: var(--ink); cursor: pointer;
}
.modal-close:hover { color: var(--primary); }
.modal-form { display: flex; flex-direction: column; gap: 12px; }
.modal-form input, .modal-form textarea {
  border: 1px solid var(--line); border-radius: 8px;
  font-family: inherit; font-size: 15px; padding: 12px 14px; width: 100%;
}
.modal-form input:focus, .modal-form textarea:focus { outline: 2px solid var(--accent); outline-offset: 1px; }
.modal-submit { margin: 4px 0 0; justify-content: center; border: none; cursor: pointer; font-family: inherit; }

/* Kurumsal Çözümler açılır menüsü */
.nav-drop { position: relative; }
.nav-drop-menu {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 220px;
  background: #fff; border: 1px solid var(--line); border-radius: 6px;
  box-shadow: 0 16px 34px -18px rgba(0,0,0,.5);
  padding: 6px; display: none; flex-direction: column; gap: 4px; z-index: 60;
}
.nav-drop:hover .nav-drop-menu, .nav-drop.open .nav-drop-menu { display: flex; }
.nav-drop-menu a {
  background: transparent; color: var(--primary); box-shadow: none;
  font-size: 13.5px; padding: 9px 12px; border-radius: 4px; text-align: left;
}
.nav-drop-menu a:hover { background: #b21e28; color: #fff; transform: none; }
/* açılır menü kapanmadan fare geçebilsin */
.nav-drop::after { content: ""; position: absolute; left: 0; right: 0; top: 100%; height: 10px; }
#egitimler, #danismanlik { scroll-margin-top: 150px; }
@media (max-width: 760px) {
  .nav-drop-menu {
    position: static; display: flex; border: none; box-shadow: none;
    padding: 6px 0 0 12px; min-width: 0;
  }
  .nav-drop-menu a { padding: 8px 10px; }
  #egitimler, #danismanlik { scroll-margin-top: 90px; }
}
