/* =====================================================
   Hasır Bambu Şemsiye — Ana Stil Dosyası
   ===================================================== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Urbanist', 'Questrial', 'Segoe UI', Arial, sans-serif; background: #ffffff; color: #333; overflow-x: hidden; }
a { text-decoration: none; }
img { max-width: 100%; }

/* ── HEADER ─────────────────────────────────────────── */
.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 100; padding: 0; }
.site-header .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; overflow: visible; position: relative; }
.site-header .row { display: flex; align-items: stretch; min-height: 116px; }
.header-logo-wrap { background: #fff; height: 116px; display: flex; align-items: center; padding: 0 28px; flex-shrink: 0; }
.header-logo-wrap img { height: 62px; display: block; }
.main-menu-wrapper { display: flex; align-items: stretch; gap: 0; position: absolute; left: 0; top: 0; bottom: 0; right: calc(-1 * ((100vw - 1200px) / 2) - 20px); }
@media (max-width: 1240px) { .main-menu-wrapper { right: -20px; } }
.border-radius-top-shape { flex-shrink: 0; line-height: 0; }
.border-radius-top-shape svg { display: block; }
.menu.d-inline-block { background: #fff; padding: 0 24px; height: 116px; display: flex; align-items: center; }
.main-menu ul { list-style: none; display: flex; align-items: center; gap: 6px; margin: 0; padding: 0; }
.main-menu ul li > a { display: block; padding: 8px 14px; font-size: 13px; font-weight: 700; color: #111; text-decoration: none; letter-spacing: .4px; white-space: nowrap; transition: color .2s; }
.main-menu ul li > a:hover, .main-menu ul li > a.active { color: #4CAF50; }
.search-btn-with-btn { background: #fff; height: 116px; display: flex; align-items: center; padding: 0 40px 0 16px; flex: 1; }
.cta-btn { display: flex; align-items: center; gap: 10px; background: #4CAF50; color: #fff; text-decoration: none; border-radius: 50px; padding: 10px 20px 10px 14px; font-weight: 700; font-size: 14px; transition: background .2s, transform .2s; white-space: nowrap; }
.cta-btn:hover { background: #388E3C; transform: scale(1.03); }
.cta-btn .icon { width: 34px; height: 34px; background: rgba(255,255,255,.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.mobile-menu-bar { display: none; }
.mobile-nav { display: none; flex-direction: column; background: #fff; padding: 12px 0; box-shadow: 0 4px 20px rgba(0,0,0,.1); }
.mobile-nav a { padding: 12px 24px; font-size: 15px; font-weight: 600; color: #111; border-bottom: 1px solid #f5f5f5; }
.mobile-nav a:hover { color: #4CAF50; }
.mobile-nav.open { display: flex; }
.mobile-nav-overlay { display: none; position: fixed; inset: 0; z-index: 199; background: rgba(0,0,0,.35); }
.mobile-nav-overlay.open { display: block; }

@media (max-width: 991px) {
    .menu.d-inline-block, .search-btn-with-btn, .border-radius-top-shape { display: none !important; }
    .site-header { position: fixed; z-index: 300; background: transparent; transition: background .3s ease, box-shadow .3s ease; }
    .header-logo-wrap { background: transparent !important; }
    .page-inner .site-header { background: linear-gradient(135deg, #0d1f0d, #1a3a1a); box-shadow: 0 2px 14px rgba(0,0,0,.3); }
    .page-home .site-header.scrolled { background: linear-gradient(135deg, #0d1f0d, #1a3a1a); box-shadow: 0 2px 14px rgba(0,0,0,.3); }
    .page-home .site-header.scrolled .row { min-height: 72px; }
    .page-home .site-header.scrolled .header-logo-wrap { height: 72px; }
    .page-home .site-header.scrolled .header-logo-wrap img { height: 62px; }
    .site-header .row { min-height: 72px; }
    .site-header .header-logo-wrap { height: 72px; }
    .site-header .header-logo-wrap img { height: 62px; }
    .mobile-menu-bar { display: block; cursor: pointer; position: absolute; right: 28px; top: 50%; transform: translateY(-50%); }
    .mobile-menu-bar a { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: rgba(255,255,255,.18); border: 1.5px solid var(--mob-btn-clr, rgba(255,255,255,.55)); border-radius: 8px; color: var(--mob-btn-clr, #fff); text-decoration: none; font-size: 20px; transition: background .2s, border-color .2s; }
    .mobile-menu-bar a:hover, .mobile-menu-bar a.is-open { background: rgba(255,255,255,.32); }
    .mobile-nav { position: fixed; top: 0; left: -280px; right: auto; width: 260px; height: 100vh; z-index: 301; padding-top: 0; transition: left .28s cubic-bezier(.4,0,.2,1); }
    .mobile-nav.open { left: 0; display: flex; }
    .mobile-nav-logo { display: flex; align-items: center; justify-content: center; padding: 18px 20px 16px; border-bottom: 1px solid #f0f0f0; background: #fff; }
    .mobile-nav-logo img { max-height: 65px; width: auto; max-width: 180px; object-fit: contain; }
}

/* ── SLIDER ──────────────────────────────────────────── */
.slider-area { position: relative; width: 100%; background: #0a1a0a; }
.slider-area.style-2 { border-radius: 30px; margin: 20px 20px 55px 20px; width: calc(100% - 40px); }
.slider-area.style-2 .slider-inner { border-radius: 30px; overflow: hidden; position: relative; }
.slider-track { display: flex; transition: transform .85s cubic-bezier(.4,0,.2,1); will-change: transform; }
.single-slider-wrapper { min-width: 100%; height: 85vh; min-height: 520px; max-height: 900px; background-size: cover; background-position: center; position: relative; flex-shrink: 0; overflow: hidden; }
.slider-video-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.single-slider-wrapper .slider-overlay,
.single-slider-wrapper .single-slider { position: relative; z-index: 1; }
@media (max-width: 767px) { .single-slider-wrapper { height: 65vw; min-height: 340px; } }
.slider-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,.65) 0%, rgba(0,0,0,.35) 55%, rgba(0,0,0,.12) 100%); }
.single-slider { position: absolute; inset: 0; display: flex; align-items: center; padding: 116px clamp(24px, 5vw, 80px) 60px; }
.slider-content { text-align: left; max-width: 720px; }
.slider-title { font-size: clamp(28px, 4.5vw, 68px); font-weight: 900; color: #fff; line-height: 1.15; margin-bottom: 14px; text-shadow: 0 3px 14px rgba(0,0,0,.55); letter-spacing: -.5px; }
.slider-short-desc { font-size: clamp(13px, 1.4vw, 17px); color: rgba(255,255,255,.88); line-height: 1.75; max-width: 560px; text-shadow: 0 1px 6px rgba(0,0,0,.4); }
.sticky-shape-bottom { position: absolute; bottom: -55px; right: 32px; z-index: 10; }
.review-card { background-color: #CFF480; border-radius: 25px; padding: 16px 24px; width: 240px; height: 110px; display: flex; flex-direction: column; justify-content: center; box-shadow: 0 6px 24px rgba(0,0,0,.18); }
.review-card .title { font-size: 36px; font-weight: 900; color: #111; margin: 0; letter-spacing: -.3px; }
.review-card .desc { font-size: 23px; color: #333; margin: 3px 0 0; }
.slider-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; background: rgba(255,255,255,.15); border: 2px solid rgba(255,255,255,.55); color: #fff; width: 52px; height: 52px; border-radius: 50%; cursor: pointer; font-size: 20px; display: flex; align-items: center; justify-content: center; transition: background .2s, transform .2s; backdrop-filter: blur(6px); }
.slider-btn:hover { background: rgba(255,255,255,.32); transform: translateY(-50%) scale(1.08); }
.slider-btn.prev { left: 24px; }
.slider-btn.next { right: 24px; }
.slider-dots { position: absolute; bottom: 20px; left: clamp(24px, 5vw, 80px); display: flex; gap: 8px; z-index: 10; }
.slider-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.45); cursor: pointer; border: none; transition: background .25s, width .25s, border-radius .25s; }
.slider-dot.active { background: #fff; width: 28px; border-radius: 4px; }

/* ── HİZMETLER ───────────────────────────────────────── */
.hizmetler-section { padding: 60px 0; background: #fff; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.section-header { text-align: center; margin-bottom: 40px; }
.section-header .meta { color: #7a7a7a; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 8px; }
.section-header h2 { font-size: 32px; font-weight: 700; color: #222; margin-bottom: 12px; }
.section-header p { font-size: 16px; color: #666; max-width: 650px; margin: 0 auto; line-height: 1.7; }
.hizmetler-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 1199px) { .hizmetler-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 767px) { .hizmetler-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }
@media (max-width: 479px) { .hizmetler-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } .hizmet-kart-resim, .hizmet-kart-resim-placeholder { height: 120px; } .hizmet-kart-body { padding: 10px; } .hizmet-kart-body h3 { font-size: 13px; } .hizmet-kart-body p { font-size: 12px; } }
.hizmet-kart { background: #fff; border: 1px solid #e8e8e8; border-radius: 10px; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.hizmet-kart:hover { transform: translateY(-5px); box-shadow: 0 12px 30px rgba(0,0,0,.1); }
.hizmet-kart-resim { width: 100%; height: 245px; object-fit: cover; object-position: left top; display: block; }
.hizmet-kart-resim-placeholder { width: 100%; height: 245px; background: linear-gradient(135deg, #e8f5e9, #c8e6c9); display: flex; align-items: center; justify-content: center; }
.hizmet-kart-resim-placeholder svg { width: 48px; height: 48px; fill: #4CAF50; opacity: .6; }
.hizmet-kart-body { padding: 16px; }
.hizmet-kart-body h3 { font-size: 15px; font-weight: 600; color: #222; margin-bottom: 8px; line-height: 1.4; }
.hizmet-kart-body h3 a { color: inherit; text-decoration: none; }
.hizmet-kart-body h3 a:hover { color: #4CAF50; }
.hizmet-kart-body p { font-size: 13px; color: #777; line-height: 1.6; }
.divider { height: 1px; background: #e8e8e8; }

/* ── REFERANSLAR ─────────────────────────────────────── */
.referanslar-section { padding: 80px 0; background: #f8faf8; }
.ref-foto-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 48px; }
@media (max-width: 767px) { .ref-foto-row { grid-template-columns: 1fr; } }
.ref-foto-kart { border-radius: 16px; overflow: hidden; position: relative; height: 200px; background: #fff; border: 1px solid #ececec; box-shadow: 0 4px 16px rgba(0,0,0,.07); display: flex; align-items: center; justify-content: center; }
.ref-foto-kart img { width: 100%; height: 100%; object-fit: contain; object-position: center; display: block; padding: 24px; transition: transform .4s ease; }
.ref-foto-kart:hover img { transform: scale(1.04); }
/* ── REFERANSLAR CAROUSEL ──────────────────────── */
.ref-slider-wrap { overflow: hidden; position: relative; max-width:100%; }
.ref-slider-wrap::before, .ref-slider-wrap::after { content:''; position:absolute; top:0; bottom:0; width:48px; z-index:2; pointer-events:none; }
.ref-slider-wrap::before { left:0; background:linear-gradient(to right,#f8faf8,transparent); }
.ref-slider-wrap::after  { right:0; background:linear-gradient(to left,#f8faf8,transparent); }
.ref-slider-track { display:flex; gap:14px; width:max-content; animation:ref-marquee var(--ref-dur,30s) linear infinite; }
.ref-slider-wrap:hover .ref-slider-track { animation-play-state:paused; }
@keyframes ref-marquee { from { transform:translateX(0); } to { transform:translateX(-50%); } }
.ref-slider-track .ref-foto-kart { width:180px; height:120px; flex-shrink:0; }
.ref-slider-track .ref-foto-kart img { padding:14px; }
@media (max-width:767px) { .ref-slider-track .ref-foto-kart { width:130px; height:90px; } }
.ref-more-wrap { text-align:center; margin-top:36px; }
.ref-more-btn { display:inline-flex; align-items:center; gap:10px; background:#fff; border:2px solid #4CAF50; color:#2e7d32; font-size:15px; font-weight:700; padding:12px 28px; border-radius:50px; cursor:pointer; transition:background .2s,color .2s,transform .2s; box-shadow:0 2px 12px rgba(76,175,80,.15); }
.ref-more-btn:hover { background:#4CAF50; color:#fff; transform:translateY(-2px); }
.ref-more-btn i.chev { transition:transform .3s; }
.ref-more-btn.open i.chev { transform:rotate(180deg); }
.ref-all-grid { display:none; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:32px; }
.ref-all-grid.open { display:grid; }
@media (max-width:991px) { .ref-all-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width:575px) { .ref-all-grid { grid-template-columns:1fr; } }

/* ── SAYFA BANNERİ ───────────────────────────────────── */
.page-banner { background: linear-gradient(135deg, #0d1f0d, #1a3a1a); color: #fff; padding: 100px 0 50px; text-align: center; }
.page-banner h1 { font-size: clamp(28px,4vw,52px); font-weight: 900; margin-bottom: 14px; }
.page-banner .breadcrumb { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,.6); }
.page-banner .breadcrumb a { color: #CFF480; }
.page-banner .breadcrumb span { color: rgba(255,255,255,.4); }

/* ── HİZMET DETAY ────────────────────────────────────── */
/* Filigran Logo */
.hizmet-kart-resim-wrap { position: relative; overflow: hidden; }
.img-watermark { position: absolute; top: 12px; left: 12px; width: 35%; height: auto; opacity: 0.55; pointer-events: none; filter: drop-shadow(0 1px 3px rgba(0,0,0,.3)); z-index: 2; }
.hizmet-detay-img { position: relative; }

.hizmet-detay-section { padding: 15px 0; }
.hizmet-nav { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 36px; flex-wrap: wrap; }
.hizmet-nav-btn { display: flex; align-items: center; gap: 10px; padding: 11px 18px; border: 2px solid #d1e7d1; border-radius: 10px; background: #fff; color: #2a5c2a; text-decoration: none; font-size: 14px; font-weight: 600; transition: all .2s; max-width: 38%; }
.hizmet-nav-btn span { display: flex; flex-direction: column; }
.hizmet-nav-btn small { font-size: 11px; font-weight: 400; color: #888; }
.hizmet-nav-btn i { font-size: 15px; flex-shrink: 0; color: #4CAF50; }
.hizmet-nav-btn:hover { border-color: #4CAF50; background: #f0faf0; }
.hizmet-nav-prev { text-align: left; }
.hizmet-nav-next { text-align: right; flex-direction: row-reverse; }
.hizmet-nav-all { display: inline-flex; align-items: center; gap: 7px; padding: 9px 16px; border-radius: 50px; background: #4CAF50; color: #fff; font-size: 13px; font-weight: 700; text-decoration: none; flex-shrink: 0; transition: background .2s; }
.hizmet-nav-all:hover { background: #388e3c; }
.hizmet-detay-img { border-radius: 16px; overflow: hidden; margin-bottom: 32px; }
.hizmet-detay-img img:not(.img-watermark) { width: 100%; max-height: 480px; object-fit: cover; object-position: left top; display: block; }
.hizmet-content h2 { font-size: 28px; font-weight: 700; color: #0d1f0d; margin-bottom: 20px; }
.hizmet-content p { font-size: 15.5px; color: #555; line-height: 1.85; margin-bottom: 16px; }
.hizmet-content ul, .hizmet-content ol { padding-left: 22px; margin-bottom: 16px; }
.hizmet-content li { font-size: 15px; color: #555; line-height: 1.8; }
.related-services h3 { font-size: 22px; font-weight: 700; color: #0d1f0d; margin-bottom: 20px; }
.service-grid-small { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px,1fr)); gap: 14px; }
.service-chip { background: #f5faf5; border: 1px solid #c8e6c9; border-radius: 10px; padding: 12px 14px; font-size: 13px; font-weight: 600; color: #2e7d32; text-align: center; transition: background .2s, transform .2s; }
.service-chip:hover { background: #4CAF50; color: #fff; transform: translateY(-2px); }
.hizmet-layout-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; align-items: start; }
@media (max-width: 767px) {
  .page-banner { padding: 63px 0 6px; }
  .page-banner h1 { font-size: clamp(22px,6vw,36px); }
  .hizmet-detay-section { padding: 15px 0; }
  .hizmet-nav { gap: 6px; flex-wrap: nowrap; margin-bottom: 20px; }
  .hizmet-nav-btn { font-size: 11px; padding: 7px 9px; max-width: none; flex: 1; min-width: 0; }
  .hizmet-nav-btn span { overflow: hidden; }
  .hizmet-nav-btn span > :not(small) { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .hizmet-nav-btn small { display: block; }
  .hizmet-nav-btn i { font-size: 13px; }
  .hizmet-nav-all { font-size: 11px; padding: 7px 10px; white-space: nowrap; flex-shrink: 0; }
  .hizmet-nav-all i { display: none; }
  .hizmet-layout-grid { grid-template-columns: 1fr; gap: 24px; }
  .hizmet-content h2 { font-size: 22px; }
  .hizmet-detay-img img:not(.img-watermark) { max-height: 260px; }
  .galeri-grid { grid-template-columns: repeat(auto-fill, minmax(140px,1fr)); gap: 10px; }
}

/* ── GALERİ ──────────────────────────────────────────── */
.galeri-section { padding: 70px 0; }
.galeri-filter { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; justify-content: center; }
.filter-btn { padding: 8px 20px; border-radius: 24px; border: 1.5px solid #ddd; background: #fff; font-size: 13px; font-weight: 600; cursor: pointer; transition: all .2s; }
.filter-btn:hover, .filter-btn.active { background: #4CAF50; border-color: #4CAF50; color: #fff; }
.galeri-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px,1fr)); gap: 16px; }
.galeri-item { position: relative; border-radius: 12px; overflow: hidden; aspect-ratio: 4/3; cursor: pointer; }
.galeri-item img:not(.img-watermark) { width: 100%; height: 100%; object-fit: cover; object-position: left top; transition: transform .4s; }
.galeri-item:hover img:not(.img-watermark) { transform: scale(1.06); }
/* Lightbox */
.lb-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.9); z-index: 9999; align-items: center; justify-content: center; }
.lb-overlay.open { display: flex; }
.lb-overlay img { max-width: 90vw; max-height: 90vh; border-radius: 8px; }
.lb-close { position: absolute; top: 20px; right: 28px; font-size: 36px; color: #fff; cursor: pointer; }

/* ── S.S.S. ──────────────────────────────────────────── */
.sss-section { padding: 70px 0; }
.faq-item { border: 1px solid #e8e8e8; border-radius: 10px; margin-bottom: 12px; overflow: hidden; }
.faq-question { padding: 18px 20px; font-size: 15px; font-weight: 600; color: #222; cursor: pointer; display: flex; align-items: center; justify-content: space-between; background: #fff; transition: background .2s; }
.faq-question:hover { background: #f9fcf9; }
.faq-question.open { color: #4CAF50; background: #f9fcf9; }
.faq-answer { display: none; padding: 0 20px 18px; font-size: 14.5px; color: #666; line-height: 1.8; }
.faq-answer.open { display: block; }
.faq-icon { font-size: 20px; color: #4CAF50; transition: transform .2s; }
.faq-question.open .faq-icon { transform: rotate(45deg); }

/* ── HAKKIMIZDA ──────────────────────────────────────── */
.about-section { padding: 70px 0; }
.about-content { font-size: 15.5px; color: #555; line-height: 1.85; }
.about-content h2, .about-content h3 { color: #0d1f0d; margin-bottom: 16px; margin-top: 28px; }
.about-content p { margin-bottom: 14px; }

/* ── İLETİŞİM ────────────────────────────────────────── */
.iletisim-section { padding: 60px 0 80px; }
/* Üst bilgi barı */
.contact-top-bar { display:flex; align-items:center; flex-wrap:wrap; gap:20px; background:#fff; border-radius:16px; padding:22px 32px; box-shadow:0 4px 24px rgba(0,0,0,.07); margin-bottom:28px; }
.contact-top-bar .ctb-title { font-size:20px; font-weight:800; color:#0d1f0d; margin-right:auto; flex-shrink:0; }
.contact-top-bar .ctb-items { display:flex; align-items:center; flex-wrap:wrap; gap:28px; }
.ctb-item { display:flex; align-items:center; gap:10px; }
.ctb-item .ctb-icon { width:38px; height:38px; background:#e8f5e9; border-radius:50%; display:flex; align-items:center; justify-content:center; color:#4CAF50; font-size:15px; flex-shrink:0; }
.ctb-item .ctb-text strong { display:block; font-size:11px; font-weight:700; color:#888; text-transform:uppercase; letter-spacing:.4px; }
.ctb-item .ctb-text a, .ctb-item .ctb-text span { font-size:13.5px; color:#0d1f0d; font-weight:600; }
.ctb-item .ctb-text a:hover { color:#4CAF50; }
/* Ana grid */
.contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:28px; }
@media (max-width:767px) { .contact-grid { grid-template-columns:1fr; } .contact-top-bar { padding:16px 18px; } .ctb-title { font-size:17px; } .contact-top-bar .ctb-items { gap:14px; } }
/* Form kartı */
.contact-form-card { background:#fff; border-radius:16px; padding:32px; box-shadow:0 4px 24px rgba(0,0,0,.07); }
.contact-form-card h2 { font-size:22px; font-weight:800; margin-bottom:22px; color:#0d1f0d; }
.form-group { margin-bottom:16px; }
.form-group label { display:block; font-size:13px; font-weight:600; color:#444; margin-bottom:6px; }
.form-group input, .form-group textarea, .form-group select { width:100%; padding:12px 14px; border:1.5px solid #e0e0e0; border-radius:8px; font-family:inherit; font-size:14px; outline:none; transition:border .2s; }
.form-group input:focus, .form-group textarea:focus { border-color:#4CAF50; }
.form-group textarea { resize:vertical; min-height:120px; }
.btn-submit { width:100%; padding:14px; background:#4CAF50; color:#fff; border:none; border-radius:8px; font-size:15px; font-weight:700; cursor:pointer; transition:background .2s; }
.btn-submit:hover { background:#388E3C; }
.recaptcha-wrap { margin-bottom:4px; }
.recaptcha-wrap .g-recaptcha { transform-origin:left top; }
/* Harita kartı */
.contact-map-card { background:#fff; border-radius:16px; overflow:hidden; box-shadow:0 4px 24px rgba(0,0,0,.07); display:flex; flex-direction:column; }
.contact-map-card .map-wrap { flex:1; }
.contact-map-card .map-wrap iframe { width:100%; height:100%; min-height:340px; border:none; display:block; }
.contact-map-card .map-address { padding:16px 22px; display:flex; align-items:center; gap:12px; border-top:1px solid #f0f0f0; }
.contact-map-card .map-address .addr-icon { width:36px; height:36px; background:#e8f5e9; border-radius:50%; display:flex; align-items:center; justify-content:center; color:#4CAF50; font-size:15px; flex-shrink:0; }
.contact-map-card .map-address .addr-text strong { display:block; font-size:12px; font-weight:700; color:#888; text-transform:uppercase; letter-spacing:.4px; margin-bottom:2px; }
.contact-map-card .map-address .addr-text span { font-size:13.5px; color:#0d1f0d; }
/* eski class'lar kırılmasın */
.contact-info-card { display:none; }
.contact-info-item { display:flex; align-items:flex-start; gap:14px; margin-bottom:22px; }
.contact-info-item .icon { width:44px; height:44px; background:#e8f5e9; border-radius:50%; display:flex; align-items:center; justify-content:center; color:#4CAF50; font-size:18px; flex-shrink:0; }
.contact-info-item .text strong { display:block; font-size:13px; font-weight:700; color:#0d1f0d; margin-bottom:3px; }
.contact-info-item .text a, .contact-info-item .text span { font-size:14.5px; color:#555; }
.contact-info-item .text a:hover { color:#4CAF50; }
.map-wrap { margin-top:0; border-radius:0; overflow:hidden; }
.map-wrap iframe { width:100%; height:300px; border:none; }

/* ── FOOTER ──────────────────────────────────────────── */
.site-footer { background: #0d1f0d; color: #ccc; padding: 70px 0 0; }
.site-footer.has-bg-image { position: relative; background-color: #0d1f0d; }
.site-footer.has-bg-image::before { content: ''; position: absolute; inset: 0; background: rgba(13,31,13,0.72); z-index: 0; }
.site-footer.has-bg-image > * { position: relative; z-index: 1; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 56px; }
@media (max-width: 991px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; } .footer-brand { grid-column: 1 / -1; } }
@media (max-width: 575px) { .footer-grid { grid-template-columns: 1fr; } .footer-brand { grid-column: auto; } }
.footer-brand img { height: 60px; margin-bottom: 20px; }
.footer-brand p { font-size: 14px; line-height: 1.8; color: #aaa; max-width: 300px; }
.footer-social { display: flex; gap: 12px; margin-top: 24px; }
.footer-social a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 16px; transition: background .2s, transform .2s; }
.footer-social a:hover { background: #4CAF50; transform: scale(1.1); }
.footer-company { margin-top: 12px; font-size: 13px; color: rgba(255,255,255,.5); font-style: italic; }
.footer-credit { font-size: 13px; color: rgba(255,255,255,.45); }
.footer-credit a { color: rgba(255,255,255,.65); text-decoration: underline; }
.footer-credit a:hover { color: #fff; }
.footer-col h4 { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 20px; letter-spacing: .3px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { font-size: 13.5px; color: #aaa; transition: color .2s; }
.footer-col ul li a:hover { color: #CFF480; }
.footer-col .contact-item { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; font-size: 13.5px; color: #aaa; }
.footer-col .contact-item i { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; min-width: 36px; border-radius: 10px; background: rgba(207,244,128,.10); color: #CFF480; font-size: 15px; transition: background .2s, color .2s; }
.footer-col .contact-item:hover i { background: rgba(207,244,128,.20); color: #CFF480; }
.footer-col .contact-item a { color: #aaa; }
.footer-col .contact-item a:hover { color: #CFF480; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 22px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 13px; color: #666; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { font-size: 13px; color: #666; }
.footer-links a:hover { color: #CFF480; }

/* ── LOGO GÖSTER/GİZLE ──────────────────────────────── */
.logo-mobile { display: none !important; }
@media (max-width: 768px) {
  .logo-desktop { display: none !important; }
  .logo-mobile  { display: inline-block !important; }
}

/* ── HEADER MOBİL DÜZELTİ ───────────────────────────── */
@media (max-width: 991px) {
  .main-menu-wrapper { right: 0 !important; }
  .header-logo-wrap  { background: transparent !important; }
}

/* ── SLIDER CTA İÇ BUTON ───────────────────────────── */
.slider-cta-inline { margin-top: 28px; align-self: flex-start; }

/* ── SLIDER MOBİL ─────────────────────────────────── */
@media (max-width: 767px) {
  .single-slider-wrapper { height: 70vw; min-height: 340px; }
  .single-slider { padding: 70px 16px 50px; }
  .slider-title  { font-size: clamp(20px, 5vw, 32px); }
  .slider-btn    { width: 32px; height: 32px; font-size: 13px; }
  .slider-short-desc { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-clamp: 2; }
  .slider-cta-inline { margin-top: 16px; padding: 8px 16px; font-size: 13px; }
  .slider-cta-inline .icon { width: 26px; height: 26px; font-size: 12px; }
  .review-card { width: 170px; height: 80px; padding: 10px 16px; }
  .review-card .title { font-size: 24px; }
  .review-card .desc  { font-size: 15px; }
  .sticky-shape-bottom { right: 10px; bottom: -40px; }
}

/* ── REKLAM BANNERLARI ──────────────────────────────── */
.side-banner {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 257px;
    height: 523px;
    z-index: 900;
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s ease;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0,0,0,.15);
}
.side-banner.visible {
    opacity: 1;
    pointer-events: auto;
}
.side-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.side-banner-sol { left: 8px; }
.side-banner-sag { right: 8px; }
/* Sadece çok geniş ekranlarda göster */
@media (max-width: 1539px) {
    .side-banner { display: none !important; }
}
