/* ===========================================================
   YKM ZEMİN MARKET — Premium Theme
   =========================================================== */
:root {
    --navy: #0c2340;
    --navy-2: #102a43;
    --blue: #1b63b3;
    --blue-light: #2e7fd6;
    --accent: #f5a623;
    --accent-2: #ffbe45;
    --ink: #16202e;
    --muted: #5b6b7e;
    --line: #e7ecf2;
    --bg-soft: #f4f7fb;
    --white: #ffffff;
    --shadow-sm: 0 4px 16px rgba(12,35,64,.08);
    --shadow-md: 0 14px 40px rgba(12,35,64,.12);
    --shadow-lg: 0 28px 70px rgba(12,35,64,.18);
    --radius: 16px;
    --radius-sm: 10px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; font-size: 16px; overflow-x: hidden; }

body {
    font-family: 'Manrope', system-ui, -apple-system, sans-serif;
    color: var(--ink);
    line-height: 1.7;
    margin: 0;
    /* Zemin dokulu arka plan: sayfa kaydırıldıkça viewport'a sabit kalır, hafif "derinlik" hissi verir */
    background-color: var(--white);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMjAnIGhlaWdodD0nNjAnIHZpZXdCb3g9JzAgMCAxMjAgNjAnPgogIDxnIHN0cm9rZT0ncmdiYSgxMiwzNSw2NCwwLjA1NSknIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZSc+CiAgICA8bGluZSB4MT0nMCcgeTE9JzMwJyB4Mj0nMTIwJyB5Mj0nMzAnLz4KICAgIDxsaW5lIHgxPSc2MCcgeTE9JzAnIHgyPSc2MCcgeTI9JzMwJy8+CiAgICA8bGluZSB4MT0nMCcgeTE9JzMwJyB4Mj0nMCcgeTI9JzYwJy8+CiAgICA8bGluZSB4MT0nMTIwJyB5MT0nMzAnIHgyPScxMjAnIHkyPSc2MCcvPgogIDwvZz4KPC9zdmc+Cg==");
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center top;
    /* İçerik koruması: metin seçimini kapat (form alanları altta yeniden açılır) */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (prefers-reduced-motion: reduce) {
    body { background-attachment: scroll; }
}
/* Mobil Safari'de background-attachment:fixed performans sorunu yaşarsa doğal kaymaya döner */
@supports not (background-attachment: fixed) {
    body { background-attachment: scroll; }
}
input, textarea, select, [contenteditable="true"] {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
/* Görselleri sürükleyerek kaydetmeyi zorlaştırır */
img {
    -webkit-user-drag: none;
    user-drag: none;
}

h1, h2, h3, h4, h5, .display, .navbar-brand {
    font-family: 'Plus Jakarta Sans', 'Manrope', sans-serif;
    font-weight: 800;
    color: var(--navy);
    line-height: 1.18;
    letter-spacing: -.02em;
}

a { text-decoration: none; transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }

p { color: var(--muted); }

.container { max-width: 1200px; }

/* ---------- Buttons ---------- */
.btn {
    font-weight: 700;
    border-radius: 50px;
    padding: .8rem 1.7rem;
    border: 0;
    letter-spacing: .01em;
    transition: all .25s ease;
}
.btn-accent {
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
    color: var(--navy);
    box-shadow: 0 10px 26px rgba(245,166,35,.35);
}
.btn-accent:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(245,166,35,.45); color: var(--navy); }
.btn-primary-navy { background: var(--navy); color: #fff; }
.btn-primary-navy:hover { background: var(--blue); color: #fff; transform: translateY(-2px); }
.btn-outline-light-2 { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.55); }
.btn-outline-light-2:hover { background: #fff; color: var(--navy); }
.btn-lg { padding: 1rem 2.2rem; font-size: 1.05rem; }

/* ---------- Header (fixed, transparent over hero) ---------- */
.site-header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1030;
    background: #fff;
    box-shadow: var(--shadow-sm);
    transition: background .35s ease, box-shadow .35s ease;
    /* Mobil tarayıcılarda kaydırma sırasında fixed header'ın titremesini/kaymasını önler */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}
/* Inner (non-home) pages need spacing for the fixed header */
body.inner { padding-top: 116px; }

/* Topbar */
.topbar {
    font-size: .86rem;
    border-bottom: 1px solid var(--line);
    transition: border-color .35s ease;
}
.topbar-inner { display: flex; justify-content: space-between; align-items: center; height: 42px; }
.topbar-contact a, .topbar-contact span { color: var(--muted); margin-right: 1.4rem; transition: color .35s ease; }
.topbar-contact a:hover { color: var(--blue); }
.topbar-contact i { color: var(--blue); margin-right: .35rem; transition: color .35s ease; }
.topbar-social a {
    color: var(--muted);
    width: 30px; height: 30px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 50%; margin-left: .25rem; transition: all .25s ease;
}
.topbar-social a:hover { background: var(--accent); color: var(--navy); }

/* Navbar */
.site-header .navbar { padding: .7rem 0; transition: padding .3s ease; }
.site-header.scrolled .navbar { padding: .45rem 0; }
.navbar-brand img { height: 46px; width: auto; transition: filter .35s ease, height .3s ease; }
.navbar-nav .nav-link {
    font-weight: 700;
    color: var(--navy);
    margin: 0 .35rem;
    padding: .5rem .35rem !important;
    position: relative;
    font-size: .98rem;
    transition: color .35s ease;
}
.navbar-nav .nav-link.dropdown-toggle::before { /* keep caret spacing */ }
.navbar-nav .nav-link::after {
    content: ""; position: absolute; left: .35rem; right: .35rem; bottom: .15rem;
    height: 3px; border-radius: 3px; background: var(--accent);
    transform: scaleX(0); transform-origin: left; transition: transform .25s ease;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active { color: var(--blue); }
.navbar-nav .nav-link:hover::after, .navbar-nav .nav-link.active::after { transform: scaleX(1); }
.nav-cta { margin-left: .8rem; }
.nav-cta .btn { padding: .6rem 1.5rem; }
.dropdown-menu {
    border: 0; border-radius: 14px; box-shadow: var(--shadow-md);
    padding: .6rem; margin-top: .6rem;
}
.dropdown-item { border-radius: 10px; font-weight: 600; padding: .65rem .9rem; color: var(--navy); }
.dropdown-item i { color: var(--blue); margin-right: .6rem; }
.dropdown-item:hover { background: var(--bg-soft); color: var(--blue); }

/* Open dropdown on hover (desktop only) */
@media (min-width: 992px) {
    .hover-dropdown:hover > .dropdown-menu { display: block; }
    .hover-dropdown > .dropdown-menu { margin-top: 0; }
}

/* Custom hamburger */
.navbar-toggler { border: 0; padding: .4rem; transition: filter .35s ease; }
.navbar-toggler:focus { box-shadow: none; }
.navbar-toggler span {
    display: block; width: 26px; height: 3px; border-radius: 3px;
    background: var(--navy); margin: 5px 0; transition: .3s;
}

/* ===== Transparent state over the home hero (top of page, not scrolled) ===== */
body.home .site-header:not(.scrolled) {
    background: transparent;
    box-shadow: none;
}
body.home .site-header:not(.scrolled) .topbar { border-bottom-color: rgba(255,255,255,.18); }
body.home .site-header:not(.scrolled) .topbar-contact a,
body.home .site-header:not(.scrolled) .topbar-contact span,
body.home .site-header:not(.scrolled) .topbar-contact i,
body.home .site-header:not(.scrolled) .topbar-social a { color: rgba(255,255,255,.9); }
body.home .site-header:not(.scrolled) .navbar-nav .nav-link { color: #fff; }
body.home .site-header:not(.scrolled) .navbar-nav .nav-link:hover,
body.home .site-header:not(.scrolled) .navbar-nav .nav-link.active { color: var(--accent-2); }
body.home .site-header:not(.scrolled) .navbar-brand img { filter: brightness(0) invert(1); }
body.home .site-header:not(.scrolled) .navbar-toggler span { background: #fff; }

/* ---------- Hero (full screen, text bottom-center) ---------- */
.hero { position: relative; }
.hero-slide {
    position: relative;
    min-height: 100vh;
    min-height: 100svh; /* mobil tarayıcı adres çubuğu daralıp genişlerken buton/başlık her zaman görünür kalsın */
    display: flex; align-items: flex-end; justify-content: center;
    background-size: cover; background-position: center;
}
/* Only a soft bottom vignette for text legibility — no left darkening */
.hero-slide::before {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(8,22,40,.78) 0%, rgba(8,22,40,.30) 28%, rgba(8,22,40,0) 55%);
}
.hero-content {
    position: relative; z-index: 2; color: #fff;
    max-width: 860px; text-align: center;
    margin-left: auto; margin-right: auto;
    padding: 0 0 10vh;
}
.hero-eyebrow {
    display: inline-flex; align-items: center; gap: .5rem;
    background: rgba(245,166,35,.16); color: var(--accent-2);
    border: 1px solid rgba(245,166,35,.35);
    padding: .45rem 1rem; border-radius: 50px;
    font-weight: 700; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase;
    margin-bottom: 1.3rem;
}
.hero-content h1, .hero-content .hero-title {
    color: #fff; font-size: clamp(2.2rem, 5vw, 3.7rem); margin-bottom: 1.2rem;
    text-shadow: 0 2px 24px rgba(0,0,0,.35);
    font-family: 'Plus Jakarta Sans', 'Manrope', sans-serif; font-weight: 800; line-height: 1.18; letter-spacing: -.02em;
}
.hero-content h1 span, .hero-content .hero-title span { color: var(--accent); }
.hero-content p { color: rgba(255,255,255,.9); font-size: 1.15rem; margin: 0 auto 2rem; max-width: 620px; text-shadow: 0 1px 12px rgba(0,0,0,.3); }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }
.carousel-indicators { z-index: 3; }
.carousel-indicators [data-bs-target] { width: 36px; height: 5px; border-radius: 4px; background: rgba(255,255,255,.45); }
.carousel-indicators .active { background: var(--accent); }
.carousel-control-prev, .carousel-control-next { width: 6%; z-index: 3; opacity: .7; }
.carousel-control-prev:hover, .carousel-control-next:hover { opacity: 1; }

/* Hero stat strip */
.hero-strip { background: var(--navy-2); color: #fff; }
.hero-strip .row > div { padding: 1.6rem 1rem; text-align: center; border-right: 1px solid rgba(255,255,255,.08); }
.hero-strip .row > div:last-child { border-right: 0; }
.hero-strip .num { font-family: 'Plus Jakarta Sans'; font-size: 2.1rem; font-weight: 800; color: var(--accent); line-height: 1; }
.hero-strip .lbl { color: rgba(255,255,255,.7); font-size: .9rem; margin-top: .4rem; }

/* ---------- Sections ---------- */
section { position: relative; }
.section-pad { padding: 5.5rem 0; }
.section-pad-sm { padding: 4rem 0; }
.bg-soft { background: var(--bg-soft); }
.bg-navy { background: var(--navy); }
.section-head { max-width: 720px; margin: 0 auto 3.2rem; text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }
.eyebrow {
    display: inline-block; color: var(--blue); font-weight: 800;
    letter-spacing: .14em; text-transform: uppercase; font-size: .82rem; margin-bottom: .8rem;
}
.eyebrow::before { content: ""; display: inline-block; width: 26px; height: 2px; background: var(--accent); vertical-align: middle; margin-right: .6rem; }
.section-head h2 { font-size: clamp(1.9rem, 3.5vw, 2.7rem); margin-bottom: 1rem; }
.section-head p { font-size: 1.08rem; }

/* ---------- Intro / About preview ---------- */
.intro-img-wrap { position: relative; }
.intro-img-wrap img { border-radius: var(--radius); box-shadow: var(--shadow-md); width: 100%; height: 100%; object-fit: cover; }
.intro-badge {
    position: absolute; bottom: -24px; right: -10px;
    background: var(--accent); color: var(--navy);
    border-radius: var(--radius); padding: 1.3rem 1.6rem;
    box-shadow: var(--shadow-md); text-align: center;
}
.intro-badge .b-num { font-family: 'Plus Jakarta Sans'; font-size: 2.4rem; font-weight: 800; line-height: 1; }
.intro-badge .b-lbl { font-weight: 700; font-size: .9rem; }
.feature-list { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.feature-list li { display: flex; gap: .8rem; align-items: flex-start; margin-bottom: .9rem; font-weight: 600; color: var(--ink); }
.feature-list i { color: var(--blue); background: rgba(27,99,179,.1); width: 30px; height: 30px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; flex: none; margin-top: .1rem; }

/* ---------- Service cards ---------- */
.service-card {
    background: #fff; border-radius: var(--radius); overflow: hidden;
    box-shadow: var(--shadow-sm); height: 100%;
    transition: transform .3s ease, box-shadow .3s ease;
    border: 1px solid var(--line);
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.service-card .sc-media { position: relative; height: 250px; overflow: hidden; }
.service-card .sc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card:hover .sc-media img { transform: scale(1.07); }
.service-card .sc-tag {
    position: absolute; top: 1rem; left: 1rem;
    background: var(--accent); color: var(--navy);
    font-weight: 700; font-size: .8rem; padding: .35rem .9rem; border-radius: 50px;
}
.service-card .sc-body { padding: 1.8rem; }
.service-card .sc-icon {
    width: 56px; height: 56px; border-radius: 14px; margin-top: -52px; position: relative; z-index: 2;
    background: #fff; box-shadow: var(--shadow-sm);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; color: var(--blue); margin-bottom: 1rem;
}
.service-card h3 { font-size: 1.4rem; margin-bottom: .7rem; }
.service-card p { margin-bottom: 1.2rem; }
.service-card .sc-link { font-weight: 700; color: var(--blue); }
.service-card .sc-link i { transition: transform .25s ease; }
.service-card .sc-link:hover i { transform: translateX(5px); }

/* ---------- Features / Why us ---------- */
.why-card {
    background: #fff; border-radius: var(--radius); padding: 2rem 1.6rem; height: 100%;
    border: 1px solid var(--line); transition: all .3s ease;
}
.why-card:hover { border-color: transparent; box-shadow: var(--shadow-md); transform: translateY(-6px); }
.why-icon {
    width: 64px; height: 64px; border-radius: 18px; margin-bottom: 1.2rem;
    display: flex; align-items: center; justify-content: center; font-size: 1.7rem;
    background: linear-gradient(135deg, var(--blue) 0%, var(--blue-light) 100%); color: #fff;
}
.why-card h4 { font-size: 1.2rem; margin-bottom: .6rem; }
.why-card p { font-size: .97rem; margin: 0; }

/* ---------- Process steps ---------- */
.step-card { position: relative; padding: 2.2rem 1.6rem 1.6rem; background: #fff; border-radius: var(--radius); height: 100%; border: 1px solid var(--line); }
.step-card .step-num {
    position: absolute; top: -22px; left: 1.6rem;
    width: 48px; height: 48px; border-radius: 12px;
    background: var(--navy); color: #fff; font-family: 'Plus Jakarta Sans'; font-weight: 800; font-size: 1.2rem;
    display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-sm);
}
.step-card h4 { font-size: 1.15rem; margin: .6rem 0 .5rem; }
.step-card p { font-size: .95rem; margin: 0; }

/* ---------- Gallery ---------- */
.gallery-filter { display: flex; justify-content: center; gap: .6rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.gallery-filter button {
    border: 1px solid var(--line); background: #fff; color: var(--navy);
    font-weight: 700; padding: .55rem 1.4rem; border-radius: 50px; cursor: pointer; transition: all .2s ease;
}
.gallery-filter button.active, .gallery-filter button:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.gallery-item {
    position: relative; border-radius: var(--radius); overflow: hidden; cursor: pointer;
    aspect-ratio: 4/3; box-shadow: var(--shadow-sm);
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item .g-overlay {
    position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,35,64,0) 40%, rgba(12,35,64,.85) 100%);
    opacity: 0; transition: opacity .3s ease; display: flex; align-items: flex-end; padding: 1.2rem; color: #fff;
}
.gallery-item:hover .g-overlay { opacity: 1; }
.gallery-item .g-overlay .g-cat { color: var(--accent-2); font-weight: 700; font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.gallery-item .g-zoom {
    position: absolute; top: 1rem; right: 1rem; width: 40px; height: 40px; border-radius: 50%;
    background: rgba(255,255,255,.2); backdrop-filter: blur(4px); color: #fff;
    display: flex; align-items: center; justify-content: center; opacity: 0; transform: scale(.6); transition: all .3s ease;
}
.gallery-item:hover .g-zoom { opacity: 1; transform: scale(1); }

/* Lightbox */
.lightbox {
    position: fixed; inset: 0; background: rgba(8,16,28,.94); z-index: 2000;
    display: none; align-items: center; justify-content: center; padding: 2rem;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 86vh; border-radius: 10px; box-shadow: var(--shadow-lg); }
.lightbox .lb-close, .lightbox .lb-prev, .lightbox .lb-next {
    position: absolute; background: rgba(255,255,255,.12); color: #fff; border: 0;
    width: 52px; height: 52px; border-radius: 50%; font-size: 1.3rem; cursor: pointer; transition: background .2s;
}
.lightbox .lb-close:hover, .lightbox .lb-prev:hover, .lightbox .lb-next:hover { background: var(--accent); color: var(--navy); }
.lightbox .lb-close { top: 1.5rem; right: 1.5rem; }
.lightbox .lb-prev { left: 1.5rem; top: 50%; transform: translateY(-50%); }
.lightbox .lb-next { right: 1.5rem; top: 50%; transform: translateY(-50%); }

/* ---------- Stats counter band ---------- */
.stats-band { background: linear-gradient(120deg, var(--navy) 0%, var(--navy-2) 60%, #14385f 100%); color: #fff; position: relative; overflow: hidden; }
.stats-band::after { content: ""; position: absolute; right: -80px; top: -80px; width: 320px; height: 320px; border-radius: 50%; background: rgba(245,166,35,.12); pointer-events: none; }
.stat-box { text-align: center; padding: 1rem; position: relative; z-index: 2; }
.stat-box .s-icon { font-size: 1.8rem; color: var(--accent); margin-bottom: .6rem; }
.stat-box .s-num { font-family: 'Plus Jakarta Sans'; font-size: 3rem; font-weight: 800; line-height: 1; }
.stat-box .s-lbl { color: rgba(255,255,255,.75); font-weight: 600; margin-top: .4rem; }

/* ---------- Brands ---------- */
.brand-pill {
    background: #fff; border: 1px solid var(--line); border-radius: 50px;
    padding: 1rem 2rem; font-family: 'Plus Jakarta Sans'; font-weight: 800; font-size: 1.25rem;
    color: var(--navy); text-align: center; box-shadow: var(--shadow-sm); transition: all .25s ease;
    letter-spacing: .03em;
}
.brand-pill:hover { transform: translateY(-4px); color: var(--blue); box-shadow: var(--shadow-md); }

/* ---------- CTA band ---------- */
.cta-band {
    background: linear-gradient(120deg, var(--blue) 0%, var(--navy) 100%);
    border-radius: 28px; padding: 3.5rem; color: #fff; position: relative; overflow: hidden;
    box-shadow: var(--shadow-lg);
}
.cta-band::before { content: ""; position: absolute; right: -60px; bottom: -90px; width: 280px; height: 280px; border-radius: 50%; background: rgba(255,255,255,.06); pointer-events: none; }
.cta-band .row { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; font-size: 2.2rem; }
.cta-band p { color: rgba(255,255,255,.85); font-size: 1.1rem; margin-bottom: 0; }

/* ---------- Page hero (sub pages) ---------- */
.page-hero {
    background: linear-gradient(rgba(8,22,40,.86), rgba(8,22,40,.86)), var(--navy);
    background-size: cover; background-position: center;
    color: #fff; padding: 4.5rem 0 4rem; text-align: center;
}
.page-hero h1 { color: #fff; font-size: clamp(2rem, 4vw, 3rem); margin-bottom: .8rem; }
.page-hero .breadcrumb { justify-content: center; margin: 0; }
.page-hero .breadcrumb a { color: var(--accent-2); }
.page-hero .breadcrumb-item.active { color: rgba(255,255,255,.7); }
.page-hero .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.5); }

/* ---------- Contact ---------- */
.contact-card {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    padding: 2rem; height: 100%; box-shadow: var(--shadow-sm); transition: all .3s ease;
}
.contact-card:hover { box-shadow: var(--shadow-md); transform: translateY(-5px); }
.contact-card .c-icon {
    width: 60px; height: 60px; border-radius: 16px; margin-bottom: 1rem;
    background: rgba(27,99,179,.1); color: var(--blue);
    display: flex; align-items: center; justify-content: center; font-size: 1.5rem;
}
.contact-card h4 { font-size: 1.15rem; margin-bottom: .4rem; }
.contact-card a, .contact-card p { color: var(--muted); font-weight: 600; }
.contact-card a:hover { color: var(--blue); }
.form-control, .form-select {
    border: 1px solid var(--line); border-radius: var(--radius-sm); padding: .85rem 1rem; background: var(--bg-soft);
}
.form-control:focus, .form-select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(27,99,179,.12); background: #fff; }
.form-label { font-weight: 700; color: var(--navy); margin-bottom: .35rem; }
.map-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); line-height: 0; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 380px; border: 0; }
.alert-success { border-radius: var(--radius-sm); border: 0; background: #e7f7ee; color: #137a43; font-weight: 600; }

/* ---------- WhatsApp float ---------- */
.whatsapp-float {
    position: fixed; bottom: 24px; right: 24px; z-index: 1040;
    width: 58px; height: 58px; border-radius: 50%;
    background: #25d366; color: #fff; font-size: 1.7rem;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 10px 30px rgba(37,211,102,.45); animation: pulse 2.4s infinite;
}
.whatsapp-float:hover { color: #fff; transform: scale(1.08); }
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(37,211,102,.5); }
    70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); }
    100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: rgba(255,255,255,.75); padding: 4rem 0 0; }
.footer-logo { height: 50px; background: #fff; padding: .55rem .8rem; border-radius: 10px; margin-bottom: 1.2rem; }
.footer-about { color: rgba(255,255,255,.65); font-size: .95rem; }
.site-footer h5 { color: #fff; font-size: 1.05rem; margin-bottom: 1.3rem; font-weight: 700; }
.footer-links, .footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .65rem; }
.footer-links a { color: rgba(255,255,255,.7); font-weight: 600; }
.footer-links a:hover { color: var(--accent); padding-left: 5px; }
.footer-contact li { display: flex; gap: .7rem; margin-bottom: .9rem; font-size: .93rem; color: rgba(255,255,255,.7); }
.footer-contact i { color: var(--accent); margin-top: .25rem; }
.footer-contact a { color: rgba(255,255,255,.7); }
.footer-contact a:hover { color: var(--accent); }
.footer-social a {
    width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.08); color: #fff;
    display: inline-flex; align-items: center; justify-content: center; margin-right: .5rem;
}
.footer-social a:hover { background: var(--accent); color: var(--navy); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 3rem; padding: 1.3rem 0; }
.footer-bottom .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem; font-size: .88rem; color: rgba(255,255,255,.55); }

/* ---------- Blog category filter (anchors) ---------- */
.gallery-filter .btn-filter {
    border: 1px solid var(--line); background: #fff; color: var(--navy);
    font-weight: 700; padding: .55rem 1.4rem; border-radius: 50px; cursor: pointer;
    transition: all .2s ease; text-decoration: none; display: inline-block;
}
.gallery-filter .btn-filter.active, .gallery-filter .btn-filter:hover { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ---------- Pagination ---------- */
.pagination { gap: .4rem; }
.page-link {
    color: var(--navy); font-weight: 700; border: 1px solid var(--line);
    border-radius: 10px !important; padding: .55rem 1rem; transition: all .2s ease;
}
.page-link:hover { background: var(--bg-soft); color: var(--blue); }
.page-item.active .page-link { background: var(--navy); border-color: var(--navy); color: #fff; }
.page-item.disabled .page-link { color: #aab4c0; }

/* ---------- Blog ---------- */
.blog-content { font-size: 1.08rem; color: #2b3a4d; }
.blog-content h2 { font-size: 1.6rem; margin: 2rem 0 1rem; }
.blog-content h3 { font-size: 1.3rem; margin: 1.6rem 0 .8rem; }
.blog-content p { color: #2b3a4d; margin-bottom: 1.1rem; }
.blog-content ul, .blog-content ol { margin-bottom: 1.1rem; padding-left: 1.3rem; }
.blog-content li { margin-bottom: .5rem; }
.blog-content img { max-width: 100%; border-radius: 12px; margin: 1rem 0; }
.blog-content a { color: var(--blue); font-weight: 600; }

/* ---------- Accordion (FAQ) ---------- */
.accordion-item { border: 1px solid var(--line); border-radius: 12px !important; margin-bottom: .8rem; overflow: hidden; }
.accordion-button { font-weight: 700; color: var(--navy); font-family: 'Plus Jakarta Sans', sans-serif; }
.accordion-button:not(.collapsed) { background: var(--bg-soft); color: var(--blue); box-shadow: none; }
.accordion-button:focus { box-shadow: none; border-color: var(--line); }
.accordion-body { color: var(--muted); }

/* ---------- Page hero spacing tweak ---------- */
.page-hero { padding: 3.5rem 0 3.5rem; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
    .navbar-collapse { background: #fff; padding: 1rem; border-radius: 14px; margin-top: .8rem; box-shadow: var(--shadow-md); }
    .navbar-nav .nav-link { padding: .6rem .4rem !important; }
    .nav-cta { margin: .6rem 0 0; }
    .nav-cta .btn { width: 100%; }
    .hero-slide { min-height: 78vh; min-height: 78svh; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .hero-strip .row > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
    .cta-band { padding: 2.4rem; text-align: center; }
    /* Badge: prevent overflow below image on stacked columns */
    .intro-badge { bottom: 1rem; right: 1rem; }
    /* Nav links must be dark inside the white collapse panel on home page */
    body.home .site-header:not(.scrolled) .navbar-nav .nav-link { color: var(--navy); }
    body.home .site-header:not(.scrolled) .navbar-nav .nav-link:hover,
    body.home .site-header:not(.scrolled) .navbar-nav .nav-link.active { color: var(--blue); }
}
@media (max-width: 575.98px) {
    .section-pad { padding: 3.5rem 0; }
    .gallery-grid { grid-template-columns: 1fr; }
    .topbar-contact a:not(:first-child), .topbar-contact span { display: none; }
    .hero-actions .btn { width: 100%; }
}

/* ============ FAALİYET ALANLARI ============ */
.area-jump {
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .6rem;
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
    padding: 1.2rem .8rem; height: 100%; text-align: center; text-decoration: none;
    color: var(--navy); font-weight: 700; font-size: .88rem; line-height: 1.3;
    transition: all .25s ease;
}
.area-jump i { font-size: 1.4rem; color: var(--blue); transition: color .25s ease; }
.area-jump:hover { background: var(--navy); color: #fff; border-color: var(--navy); transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.area-jump:hover i { color: var(--accent); }

.area-card {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    padding: 1.5rem; transition: all .3s ease;
}
.area-card:hover { border-color: transparent; box-shadow: var(--shadow-md); transform: translateY(-4px); }
.area-card h3 {
    display: flex; align-items: center; gap: .5rem; margin-bottom: 1rem; padding-bottom: .8rem;
    border-bottom: 2px solid var(--bg-soft); color: var(--navy);
}
.area-card h3 i { color: var(--accent); font-size: .95rem; }

.area-list { list-style: none; padding: 0; margin: 0; }
.area-list li {
    display: flex; align-items: flex-start; gap: .55rem; padding: .35rem 0;
    font-size: .93rem; color: var(--muted); font-weight: 500;
}
.area-list li i { color: var(--blue); font-size: .8rem; margin-top: .28rem; flex: none; }

.matrix-card {
    display: flex; align-items: center; gap: 1rem; height: 100%;
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
    padding: 1.1rem 1.2rem; transition: all .25s ease;
}
.matrix-card:hover { box-shadow: var(--shadow-sm); border-color: var(--blue); }
.matrix-icon {
    width: 46px; height: 46px; border-radius: 12px; flex: none;
    display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
    background: rgba(27,99,179,.1); color: var(--blue);
}
.matrix-card strong { display: block; color: var(--navy); font-size: .97rem; line-height: 1.35; }
.matrix-card span { display: block; color: var(--muted); font-size: .86rem; font-weight: 600; margin-top: .15rem; }

/* Anchor scroll offset (sabit header için) */
section[id] { scroll-margin-top: 90px; }
