/* Ekizler İnşaat - Ana stiller */
:root {
    --color-dark: #1a1f2e;
    --color-dark-alt: #252b3b;
    --color-orange: #e67e22;
    --color-orange-hover: #d35400;
    --color-white: #fff;
    --color-text: #333;
    --color-text-muted: #666;
    --color-border: #e0e0e0;
    --font-main: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--font-main);
    color: var(--color-text);
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Üst bar */
.top-bar {
    background: var(--color-dark);
    color: var(--color-white);
    padding: 10px 0;
    font-size: 0.9rem;
}

.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.top-bar-left span {
    margin-right: 20px;
}

.top-bar-left i,
.top-bar-right a {
    margin-right: 6px;
    opacity: 0.9;
}

.top-bar-right a {
    color: var(--color-white);
    margin-left: 12px;
}

.top-bar-right a:hover {
    opacity: 1;
    color: var(--color-orange);
}

.lang-switch {
    margin-left: 14px;
    padding-left: 14px;
    border-left: 1px solid rgba(255,255,255,0.3);
}
.lang-switch a {
    color: var(--color-white);
    text-decoration: none;
    margin-left: 8px;
    opacity: 0.9;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.lang-switch a:hover,
.lang-switch a.active {
    opacity: 1;
    color: var(--color-orange);
}
.lang-switch .lang-flag {
    font-size: 1.1rem;
    line-height: 1;
    display: inline-block;
}

/* Ana header */
.main-header {
    background: var(--color-dark-alt);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.main-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--color-white);
    font-weight: 700;
    font-size: 1.25rem;
}

.logo img {
    max-height: 50px;
    width: auto;
}

.logo-icon {
    width: 45px;
    height: 45px;
    background: var(--color-orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.main-nav {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.main-nav a {
    color: var(--color-white);
    padding: 8px 14px;
    border-radius: 4px;
    font-size: 0.95rem;
    transition: background 0.2s, color 0.2s;
}

.main-nav a:hover,
.main-nav a.active {
    color: var(--color-orange);
    background: rgba(255,255,255,0.05);
}

.main-nav a.active {
    font-weight: 600;
    border-bottom: 2px solid var(--color-orange);
}

/* Hero / Slider - tam ekran, responsive */
.hero {
    position: relative;
    min-height: 100vh;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, var(--color-dark) 0%, #2c3e50 100%);
    color: var(--color-white);
}

.hero-slide {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-slide.active {
    display: flex;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    padding: 60px 20px;
    max-width: 900px;
}

/* Aşağı kaydır göstergesi - belli belirsiz */
.hero-scroll-hint {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: rgba(255,255,255,0.5);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    animation: hero-scroll-pulse 2.5s ease-in-out infinite;
}

.hero-scroll-hint i {
    font-size: 1.25rem;
    opacity: 0.7;
}

@keyframes hero-scroll-pulse {
    0%, 100% { opacity: 0.6; transform: translateX(-50%) translateY(0); }
    50%      { opacity: 1;   transform: translateX(-50%) translateY(6px); }
}

.hero h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    margin-bottom: 15px;
    font-weight: 700;
}

.hero h1 .dot {
    color: var(--color-orange);
    display: inline-block;
    width: 18px;
    height: 18px;
    background: var(--color-orange);
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 4px;
}

.hero .subtitle {
    font-size: 1.25rem;
    margin-bottom: 25px;
    opacity: 0.95;
    min-height: 1.5em;
}

.hero .subtitle-text {
    display: inline-block;
    transition: opacity 0.15s ease;
}

/* Alt başlık flash geçişi (metin değişirken) */
.hero .subtitle.subtitle-flash .subtitle-text {
    animation: subtitle-flash 0.4s ease;
}

@keyframes subtitle-flash {
    0%   { opacity: 1; filter: brightness(1); }
    40%  { opacity: 0.15; filter: brightness(1.8); }
    100% { opacity: 1; filter: brightness(1); }
}

.btn {
    display: inline-block;
    padding: 12px 28px;
    background: var(--color-orange);
    color: var(--color-white) !important;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.2s;
}

.btn:hover {
    background: var(--color-orange-hover);
}

.btn-outline {
    background: transparent;
    border: 2px solid var(--color-white);
}

.btn-outline:hover {
    background: var(--color-white);
    color: var(--color-dark) !important;
}

/* İçerik bölümleri */
.section {
    padding: 60px 0;
}

.section-title {
    font-size: 2rem;
    margin-bottom: 10px;
    color: var(--color-dark);
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: var(--color-orange);
    margin-top: 10px;
}

/* Projeler grid */
.project-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}

/* Ana sayfa: tam 3 proje yan yana, sonra Tüm Projeler butonu */
.project-grid-home {
    grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 900px) {
    .project-grid-home {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 560px) {
    .project-grid-home {
        grid-template-columns: 1fr;
    }
}
.home-projects-cta {
    margin-top: 28px;
    text-align: center;
}
.home-projects-cta .btn {
    padding: 12px 28px;
    font-size: 1rem;
}

.project-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: box-shadow 0.2s, transform 0.2s;
    color: inherit;
}

.project-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    transform: translateY(-2px);
}

.project-card-image {
    aspect-ratio: 16/10;
    overflow: hidden;
    background: #eee;
    position: relative;
}

.project-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Logo rozeti – proje kartları, kapak ve galeri resimleri */
.project-card-powered {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    background: rgba(0,0,0,0.45);
    border-radius: 6px;
    backdrop-filter: blur(4px);
    font-size: 0.7rem;
    font-weight: 600;
    color: rgba(255,255,255,0.95);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    opacity: 0.9;
    transition: opacity 0.2s, background 0.2s;
    z-index: 2;
}

.project-card:hover .project-card-powered {
    opacity: 1;
    background: rgba(0,0,0,0.55);
}

.project-card-powered-logo {
    height: 22px;
    width: auto;
    max-width: 80px;
    object-fit: contain;
    opacity: 0.95;
    display: block;
}

/* Proje detay kapak: logo biraz daha büyük */
.project-cover-inner .project-card-powered {
    right: 16px;
    bottom: 16px;
    padding: 6px 10px;
}

.project-cover-inner .project-card-powered-logo {
    height: 28px;
    max-width: 100px;
}

.project-card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-dark-alt);
    color: rgba(255,255,255,0.5);
    font-size: 2.5rem;
}

.project-card-body {
    padding: 18px;
}

.project-card-body h3 {
    margin-bottom: 8px;
    font-size: 1.15rem;
    color: var(--color-dark);
}

.project-card-body p {
    font-size: 0.9rem;
    color: var(--color-text-muted);
    margin: 0;
}

/* ========== Proje detay – kapak, metin, galeri (şık tek sayfa) ========== */
.project-detail-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px 60px;
}

/* —— Kapak: büyük, kesilmeden, çerçeveli —— */
.project-cover {
    margin-bottom: 48px;
}

.project-cover-inner {
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(145deg, #f0f0f0 0%, #e8e8e8 100%);
    box-shadow: 0 20px 60px rgba(0,0,0,0.12), 0 0 0 1px rgba(0,0,0,0.04);
    padding: 12px;
    position: relative;
}

.project-cover-inner::before {
    content: '';
    position: absolute;
    inset: 12px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.8);
    pointer-events: none;
    z-index: 1;
}

.project-cover-inner img {
    width: 100%;
    height: auto;
    max-height: 70vh;
    object-fit: contain;
    display: block;
    border-radius: 10px;
}

/* —— Metin: sade kart —— */
.project-body {
    margin-bottom: 56px;
}

.project-body-inner {
    background: #fafbfc;
    border-radius: 16px;
    padding: 40px 44px;
    border-left: 5px solid var(--color-orange);
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}

.project-lead {
    font-size: 1.15rem;
    line-height: 1.7;
    color: var(--color-text-muted);
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.project-content {
    font-size: 1.05rem;
    line-height: 1.85;
    color: var(--color-text);
}

.project-content p {
    margin-bottom: 1.1em;
}

.project-content p:last-child {
    margin-bottom: 0;
}

/* —— Galeri: bento grid + hover —— */
.project-gallery-wrap {
    margin-bottom: 48px;
}

.project-gallery-title {
    font-size: 1.5rem;
    color: var(--color-dark);
    margin-bottom: 24px;
    font-weight: 600;
}

.project-gallery-title::after {
    content: '';
    display: block;
    width: 48px;
    height: 4px;
    background: var(--color-orange);
    margin-top: 8px;
    border-radius: 2px;
}

.project-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.project-gallery-item {
    position: relative;
    display: block;
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 1;
    background: #e8e8e8;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
}

.project-gallery-item--large {
    grid-column: span 2;
    grid-row: span 2;
}

.project-gallery-item:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

.project-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.project-gallery-item:hover img {
    transform: scale(1.08);
}

.project-gallery-item-overlay {
    position: absolute;
    inset: 0;
    background: rgba(26, 31, 46, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.project-gallery-item-overlay i {
    font-size: 2rem;
    color: #fff;
}

.project-gallery-item:hover .project-gallery-item-overlay {
    opacity: 1;
}

/* Alt buton – Tüm projeler: dolu, belirgin */
.project-detail-actions {
    text-align: center;
    padding-top: 28px;
    padding-bottom: 8px;
}

.project-detail-actions .btn {
    background: var(--color-orange);
    color: var(--color-white) !important;
    border: 2px solid var(--color-orange);
    font-weight: 600;
    padding: 14px 32px;
    box-shadow: 0 2px 10px rgba(230, 126, 34, 0.35);
}

.project-detail-actions .btn:hover {
    background: var(--color-orange-hover);
    border-color: var(--color-orange-hover);
    box-shadow: 0 4px 14px rgba(230, 126, 34, 0.45);
}

.btn--outline {
    background: transparent;
    border: 2px solid var(--color-orange);
    color: var(--color-orange);
}

.btn--outline:hover {
    background: var(--color-orange);
    color: var(--color-white) !important;
}

@media (max-width: 900px) {
    .project-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    .project-gallery-item--large {
        grid-column: span 2;
        grid-row: span 1;
        aspect-ratio: 2/1;
    }
}

@media (max-width: 640px) {
    .project-cover-inner {
        padding: 8px;
    }
    .project-body-inner {
        padding: 28px 24px;
    }
    .project-gallery {
        gap: 10px;
    }
    .project-gallery-item--large {
        aspect-ratio: 1;
    }
}

/* Lightbox - tıklayınca resim büyüsün */
.lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.92);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.lightbox.is-open {
    display: flex;
}

.lightbox-content {
    max-width: 95vw;
    max-height: 95vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-content img {
    max-width: 100%;
    max-height: 95vh;
    width: auto;
    height: auto;
    object-fit: contain;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background: rgba(255,255,255,0.15);
    border: none;
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
    background: rgba(255,255,255,0.3);
}

.lightbox-close {
    top: 20px;
    right: 20px;
    font-size: 2rem;
    line-height: 1;
}

.lightbox-prev {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-next {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

/* Neden Biz (ana sayfa) */
.neden-biz-section {
    background: #f9f9f9;
    padding: 50px 0 60px;
}

.neden-biz-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 25px;
}

.neden-biz-card {
    background: #fff;
    border-radius: 8px;
    padding: 28px 22px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: box-shadow 0.2s, transform 0.2s;
}

.neden-biz-card:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.neden-biz-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: rgba(255, 140, 0, 0.12);
    color: var(--color-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.neden-biz-title {
    font-size: 1.15rem;
    margin-bottom: 10px;
    color: var(--color-dark);
}

.neden-biz-text {
    font-size: 0.9rem;
    color: var(--color-text-muted);
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 992px) {
    .neden-biz-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .neden-biz-grid {
        grid-template-columns: 1fr;
    }
}

/* İstatistikler bant (turuncu) - Font Awesome ikonlu */
.stats-bar {
    background: var(--color-orange);
    color: var(--color-white);
    padding: 42px 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 28px;
    text-align: center;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.stat-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    font-size: 1.4rem;
}

.stat-icon i {
    color: var(--color-white);
}

.stat-value {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.02em;
}

.stat-label {
    font-size: 0.95rem;
    opacity: 0.95;
    line-height: 1.35;
    max-width: 140px;
}

/* Hakkımızda tek sütun */
.about-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 15px;
    max-width: 100%;
}

.about-col {
    font-size: 0.95rem;
    line-height: 1.75;
    color: var(--color-text);
}

/* Hakkımızda sayfası: layout + misyon/vizyon/değerler */
.mission-section {
    padding: 50px 0 30px;
    background: #f5f5f7;
}

.mission-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.mission-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 25px 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
    text-align: left;
}

.mission-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 140, 0, 0.08);
    color: var(--color-orange);
    font-size: 1.4rem;
    margin-bottom: 12px;
}

.mission-title {
    font-size: 1.1rem;
    margin-bottom: 8px;
    color: var(--color-dark);
}

.mission-text {
    font-size: 0.95rem;
    color: var(--color-text-muted);
    line-height: 1.7;
    margin: 0;
}

.about-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: flex-start;
    margin-top: 15px;
}

.about-highlight {
    background: linear-gradient(135deg, #ffb347, #ffcc33);
    color: #222;
    padding: 25px 22px;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.12);
}

.about-highlight-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-highlight-text {
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 10px;
}

.about-highlight-btn {
    display: inline-block;
    margin-top: 8px;
    background: #000;
    border-radius: 999px;
    padding-left: 24px;
    padding-right: 24px;
}

@media (max-width: 768px) {
    .about-columns {
        grid-template-columns: 1fr; /* zaten tek sütun */
    }
    .mission-grid {
        grid-template-columns: 1fr;
    }
    .about-layout {
        grid-template-columns: 1fr;
    }
    .about-highlight {
        margin-top: 20px;
    }
}

/* Kilometre taşları timeline */
.timeline {
    max-width: 800px;
    margin: 0 auto;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-year {
    flex-shrink: 0;
    width: 70px;
    padding: 10px 12px;
    background: #f0f0f0;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1.1rem;
    text-align: center;
    color: var(--color-dark);
}

.timeline-marker {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    margin-top: 14px;
    background: var(--color-orange);
    border-radius: 50%;
}

.timeline-content {
    flex: 1;
    padding-top: 2px;
}

.timeline-title {
    font-size: 1.15rem;
    margin-bottom: 8px;
    color: var(--color-dark);
}

.timeline-desc {
    font-size: 0.95rem;
    color: var(--color-text-muted);
    line-height: 1.65;
    margin: 0;
}

/* Başarılarımız (progress bar + CTA) */
.achievements-section {
    position: relative;
    padding: 50px 0;
    background: linear-gradient(135deg, var(--color-dark) 0%, #2c3e50 100%);
    color: var(--color-white);
}

.achievements-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    pointer-events: none;
}

.achievements-inner {
    position: relative;
    z-index: 1;
    max-width: 700px;
}

.achievements-title {
    font-size: 1.75rem;
    margin-bottom: 8px;
}

.achievements-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: var(--color-orange);
    margin-top: 10px;
}

.achievements-list {
    margin: 25px 0 30px;
}

.achievement-item {
    margin-bottom: 22px;
}

.achievement-item:last-child {
    margin-bottom: 0;
}

.achievement-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.achievement-name {
    font-weight: 500;
}

.achievement-icon {
    font-size: 1.25rem;
    color: var(--color-orange);
    opacity: 0.95;
}

.achievement-bar {
    height: 8px;
    background: rgba(255,255,255,0.2);
    border-radius: 4px;
    overflow: hidden;
}

.achievement-fill {
    height: 100%;
    background: var(--color-orange);
    border-radius: 4px;
    transition: width 0.6s ease;
}

.achievements-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-top: 25px;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.achievements-cta-text {
    font-size: 1.1rem;
}

.achievements-cta .btn-outline {
    border-color: var(--color-white);
    color: var(--color-white) !important;
}

.achievements-cta .btn-outline:hover {
    background: var(--color-white);
    color: var(--color-dark) !important;
}

/* Hizmetlerimiz grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
}

.service-card {
    padding: 25px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: box-shadow 0.2s;
}

.service-card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.service-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    color: var(--color-orange);
    font-size: 1.75rem;
}

.service-title {
    font-size: 1.2rem;
    margin-bottom: 12px;
    color: var(--color-dark);
}

.service-desc {
    font-size: 0.95rem;
    color: var(--color-text-muted);
    line-height: 1.7;
    margin: 0;
}

/* İletişim sayfası */
.contact-section {
    padding: 40px 0 60px;
}

.contact-layout {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 40px;
    align-items: start;
}

.contact-left {
    min-width: 0;
}

.office-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 20px;
}

.office-tab {
    padding: 12px 20px;
    border: 1px solid var(--color-border);
    background: #f5f5f5;
    cursor: pointer;
    font-size: 1rem;
    color: var(--color-text);
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    margin-right: 4px;
}

.office-tab:hover {
    background: #eee;
}

.office-tab.active {
    background: #fff;
    font-weight: 600;
    color: var(--color-orange);
    border-color: var(--color-border);
    position: relative;
    bottom: -1px;
    padding-bottom: 13px;
}

.office-panel {
    display: none;
    padding: 20px;
    border: 1px solid var(--color-border);
    border-radius: 0 6px 6px 6px;
    background: #fff;
}

.office-panel.active {
    display: block;
}

.contact-map {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.office-info p {
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.office-info a {
    color: var(--color-orange);
}

.contact-right {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.contact-form-title {
    margin-bottom: 20px;
    font-size: 1.25rem;
    color: var(--color-dark);
}

.contact-form .form-group {
    margin-bottom: 18px;
}

.contact-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: var(--color-text);
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid var(--color-border);
    border-radius: 4px;
    font-size: 1rem;
}

.contact-form textarea {
    min-height: 120px;
    resize: vertical;
}

.contact-alert {
    padding: 12px 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.contact-alert-success {
    background: #d4edda;
    color: #155724;
}

.contact-alert-error {
    background: #f8d7da;
    color: #721c24;
}

@media (max-width: 900px) {
    .contact-layout {
        grid-template-columns: 1fr;
    }
}

/* Footer */
.main-footer {
    background: var(--color-dark);
    color: #b0b0b0;
    padding: 50px 0 30px;
    margin-top: 60px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-white);
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-logo .logo {
    color: inherit;
    text-decoration: none;
}
.footer-logo .logo:hover {
    opacity: 0.95;
}
.main-footer .logo img {
    max-height: 40px;
    width: auto;
}
.footer-logo .logo-icon {
    width: 40px;
    height: 40px;
    font-size: 0.8rem;
}

.footer-about p {
    font-size: 0.9rem;
    line-height: 1.7;
}

.footer-about-text {
    font-size: 0.9rem;
    line-height: 1.7;
}

.footer-col h4 {
    color: var(--color-white);
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.footer-links ul {
    list-style: none;
}

.footer-links li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 8px 0;
}

.footer-links a:hover {
    color: var(--color-orange);
}

.footer-contact p {
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.footer-contact a {
    color: var(--color-orange);
}

.footer-copyright {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.15);
    text-align: center;
    font-size: 0.85rem;
    color: #888;
}

.footer-credit {
    display: inline-block;
    margin-top: 6px;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.45);
}

.footer-credit a {
    color: inherit;
    text-decoration: none;
}

.footer-credit a:hover {
    color: rgba(255,255,255,0.75);
}

/* Sayfa başlığı (iç sayfalar) - arka plan resmi + overlay (anasayfa slider gibi) */
.page-hero {
    position: relative;
    background: var(--color-dark-alt);
    padding: 50px 0;
    text-align: center;
    color: var(--color-white);
    overflow: hidden;
}

/* Arka plan resmi varsa: slider ile aynı netlik (cover, center) */
.page-hero.page-hero-has-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-hero .page-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 0;
}

.page-hero .container {
    position: relative;
    z-index: 1;
}

.page-hero h1 {
    font-size: 2.2rem;
    margin-bottom: 10px;
}

.page-hero .breadcrumb {
    font-size: 0.9rem;
    opacity: 0.9;
}

.page-hero .breadcrumb a {
    color: var(--color-white);
}

.page-hero .breadcrumb span {
    color: var(--color-orange);
}

/* Responsive */
@media (max-width: 768px) {
    .top-bar-left span {
        display: block;
        margin-right: 0;
        margin-bottom: 4px;
    }

    .main-nav {
        display: none; /* Mobilde menü için JS ile açılır menü eklenebilir */
    }

    .main-nav.show {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--color-dark-alt);
        padding: 15px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero h1 {
        font-size: 1.75rem;
    }

    .hero-scroll-hint {
        bottom: 18px;
        font-size: 0.7rem;
    }
}
