:root{
      --bg:#f5f7fb; --card:#ffffff; --muted:#64748b; --text:#0f172a;
      --border:#e2e8f0; --brand:#030305; --accent:#0ea5e9;
      --shadow:0 6px 24px rgba(15,23,42,.06);
    }
    *{box-sizing:border-box}
    body{margin:0;background:var(--bg);color:var(--text);font:16px/1.5 system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica,Arial;  overscroll-behavior-x: none;
}

    /* Header */
    .topbar{position:sticky;top:0;z-index:50;background:var(--card);border-bottom:1px solid var(--border);box-shadow:var(--shadow)}
    .topbar .inner{max-width:1500px;margin:0 auto;display:flex;align-items:center;gap:16px}
    .brand{display:flex;align-items:center;gap:10px;font-weight:800}
    .brand .logo{height:auto;border-radius:6px;position: relative;right: 0;bottom: 0;padding: 8px 0;}
    .brand .logo img {width: auto;height: 85px;object-fit: cover;}
    .nav{display: flex;
    gap: 18px;
    width: 100%;
    justify-content: center;
    text-align: center;
    margin: 10px 150px;}
    .nav a{color:#334155;text-decoration:none;font-weight:600;opacity:.85}
    .nav a.active{color:var(--brand);font-size: 14px;}
    .spacer{flex:1}
    .actions{display:flex;align-items:center;gap:10px}
  .icon-btn a {
    text-decoration: auto;
    color: snow;
  }
.icon-btn {
    width: 100px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: #bf0000;
    display: grid;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    place-items: center;
    cursor: pointer;
}
.icon-btn:hover {
  border-color: #0a6dd9;
  box-shadow: 0 0 12px rgba(10,109,217,0.6);
  transform: translateY(-2px);
}
  .icon-btn:hover {background-color: #000;color: #fff;}
.user{display:flex;align-items:center;gap:10px;border:1px solid var(--border);background:#fff;border-radius:999px;padding:6px 10px}
    .avatar{width:28px;height:28px;border-radius:999px;background:#e2e8f0;display:grid;place-items:center;font-size:12px;font-weight:800}
    .user small{display:block;line-height:1;color:#475569}
    .logo-title a {color: #000;text-decoration: auto;}
    /* Page */
    .wrap{max-width:1200px;margin:18px auto 28px;padding:0 16px}
    .header{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:6px 0 10px}
    .title{font-size:28px;font-weight:800}
    .countSmall{color:var(--muted);font-weight:600}

    /* Filters row */
    .filters-row{display:flex;gap:10px;align-items:flex-start;overflow:auto;padding:4px 2px;margin-left: 20px;}
    .filter{min-width:180px;background:var(--card);border:1px solid var(--border);border-radius:12px;padding:8px 10px;box-shadow:var(--shadow);position:relative; z-index:1}
    .filter.small{min-width:200px}
    .filter.open{ z-index:10 }
    label{display:block;font-size:12px;color:var(--muted);margin:2px 0 6px}
    select,input[type="text"]{width:100%;padding:10px 12px;border-radius:10px;border:1px solid var(--border);background:#fff;color:var(--text);outline:none}
    select:focus,input:focus{border-color:var(--accent)}
    .search{position:relative;min-width:260px}
    .search input{padding-left:38px}
    .search svg{position:absolute;left:21px;top:67%;transform:translateY(-50%);width:18px;height:18px;opacity:.6}

    /* Konum dropdown*/
    .dd-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid var(--border);border-radius:10px;background:#fff;padding:10px 12px;cursor:pointer}
    .dd-btn span{font-weight:700}
    .chev{width:16px;height:16px;opacity:.6}
    .dropdown{
      position:absolute;left:10px;right:10px;top:84px;background:#fff;
      border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);
      display:none;max-height:320px;overflow:auto;z-index:20
    }
    .dropdown.open{display:block}
    /* Floating  */
    .dropdown.floating{
      position:fixed; z-index:9999; box-shadow:0 10px 30px rgba(0,0,0,.15);
      max-height:320px; overflow:auto;
    }
    .dd-item{display:flex;align-items:center;gap:10px;padding:9px 10px;border-bottom:1px solid #f1f5f9}
    .dd-item:last-child{border-bottom:0}
    .dd-item input{accent-color:#0ea5e9}

    /* Active filter pills */
    .active{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 12px}
    .pill{background:#eef2ff;border:1px solid #dbeafe;color:#1e293b;padding:6px 10px;border-radius:999px;font-size:12px;display:inline-flex;align-items:center;gap:8px}
    .pill button{border:none;background:transparent;color:#334155;cursor:pointer}

    /* Grid */
    .grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:14px}
    .card{background:var(--card);border:1px solid var(--border);border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}
    .thumb{aspect-ratio:16/10;position:relative;background:#f1f5f9}
    .thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
    .ribbon{position:absolute;left:10px;top:10px;background:#7c3aed;color:#fff;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800;box-shadow:0 4px 12px rgba(124,58,237,.3)}
    .percent{position:absolute;right:10px;top:10px;background:#0f172a;color:#fff;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800;opacity:.9}
    .logo{position:absolute;right:10px;bottom:10px;background:#ffffffcc;border-radius:8px}
    .logo img{height:20px;display:block}
    .body{padding:12px}
    .name{font-weight:800;margin:0 0 2px;font-size:16px}
    .loc{color:var(--muted);font-size:13px;margin:0 0 10px}
    .split{display:flex;justify-content:space-between;gap:10px;border-top:1px dashed var(--border);padding-top:10px}
    .label{color:var(--muted);font-size:11px}
    .value{font-weight:800}

    .empty{text-align:center;color:var(--muted);padding:40px;border:1px dashed var(--border);border-radius:16px;background:#fff}
    footer{opacity:.7;text-align:center;margin:20px 0 8px;font-size:12px;color:#64748b}

    /* === RESPONSIVE === */
@media (max-width:768px){
  .topbar .inner{flex-wrap:wrap;}
  .nav{order:3;width:100%;justify-content:center;margin-top:6px;margin-left: 0;margin: 10px 0px !important;}
  .nav a {font-size: 12px;}
  .filters-row{flex-direction:column;margin-left: 0;}
  .filter{width:100%;}
  .grid{grid-template-columns:1fr;}
  .header .title{text-align:center;}
  .actions{margin-left:10%;margin-right: 30px;}
  .brand img{height:24px;}
      .brand .logo {
        right: -14%;
        padding: 8px;
    }
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 14px;
}
.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  will-change: transform, box-shadow;
}

.card:hover {
  transform: scale(1.04);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.15);
}

.card img {
  transition: transform 0.5s ease;
}

.card:hover img {
  transform: scale(1.08);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}


/* Galeri */

:root {
  --bg:#f5f7fb;
  --card:#ffffff;
  --border:#e2e8f0;
  --shadow:0 4px 16px rgba(0,0,0,0.06);
}

body {
  margin:0;
  font-family:'Segoe UI',sans-serif;
  background:var(--bg);
  color:#0f172a;
}

/* Header */
.topbar {
  background:#fff;
  border-bottom:1px solid var(--border);
  padding:5px;
  display:flex;
  align-items:center;
  gap:12px;
  box-shadow:var(--shadow);
}
.topbar img {
  height:30px;
}
.topbar h1 {
  font-size:18px;
  font-weight:700;
  margin:0;
}

/* Gallery grid */
.gallery {
  max-width:1200px;
  margin:40px auto;
  padding:0 16px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
.logo-card {
  background:var(--card);
  border:1px solid var(--border);
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  box-shadow:var(--shadow);
  transition:transform 0.25s ease, box-shadow 0.25s ease;
}
.logo-card:hover {
  transform:scale(1.05);
  box-shadow:0 8px 24px rgba(0,0,0,0.1);
}
.logo-card img {
  max-width:100%;
  max-height:80px;
  object-fit:contain;
  filter:grayscale(0.2);
  transition:filter 0.2s ease;
}
.logo-card:hover img {
  filter:grayscale(0);
}

/* Footer */
footer {
  text-align:center;
  padding:20px 0;
  font-size:13px;
  color:#64748b;
}

.logo-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column; /* logo + başlık alt alta */
  align-items: center;
  justify-content: center;
  padding: 16px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-align: center;
}

.logo-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.logo-card img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
  filter: grayscale(0.2);
  transition: filter 0.2s ease;
}

.logo-card:hover img {
  filter: grayscale(0);
}

.logo-title {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
}


/* Responsive */
@media(max-width:992px){
  .gallery{grid-template-columns:repeat(3,1fr);}
}
@media(max-width:768px){
  .gallery{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:480px){
  .gallery{grid-template-columns:1fr;}
}

.pre-footer {
  background: linear-gradient(135deg, var(--brand), var(--accent));
  color: #fff;
  text-align: center;
  padding: 40px 16px;
}
.pre-footer h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}
.pre-footer p {
  font-size: 15px;
  opacity: 0.9;
}

/* Hakkımızda */

  .about-section{
      display:flex;
      align-items:center;
      justify-content:center;
      max-width:1200px;
      margin:60px auto;
      padding:0 24px;
      gap:60px;
    }
    .about-image{
      flex:1;
      border-radius:16px;
      overflow:hidden;
      box-shadow:0 10px 24px rgba(0,0,0,0.1);
    }
    .about-image img{
      width:100%;
      height:100%;
      object-fit:cover;
    }
    .about-text{
      flex:1;
    }
    .about-text h2{
      font-size:30px;
      font-weight:800;
      margin-bottom:16px;
      color:var(--brand);
    }
    .about-text p{
      font-size:16px;
      line-height:1.7;
      color:var(--muted);
      margin-bottom:16px;
    }
    .about-text strong{color:var(--brand);}
    .about-text .highlight{
      border-left:4px solid var(--accent);
      padding-left:10px;
      margin-top:12px;
      font-weight:600;
      color:var(--text);
    }

    @media(max-width:900px){
      .about-section{flex-direction:column;gap:30px;margin:40px auto;}
      .about-text h2{text-align:center;}
      .topbar {padding: 0;}
    }

/* Cam efekti buton */
.cta-btn {
  display: inline-block;
  padding: 12px 32px;
  font-weight: 700;
  font-size: 15px;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.6);
  backdrop-filter: blur(6px);
  background: rgba(255,255,255,0.12);
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  transition: all .3s ease;
}
.cta-btn:hover {
  background: #fff;
  color: var(--brand);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 24px rgba(255,255,255,0.3);
}


/* Kampanyalar */
  .campaigns{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(280px,1fr));
    gap:24px;
    max-width:1200px;
    margin:50px auto;
    padding:0 20px;
  }
  .card{
    background:var(--card);
    border:1px solid var(--border);
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 4px 20px rgba(0,0,0,0.05);
    transition:.3s;
  }
  .card:hover{transform:translateY(-4px);}
  .card img{width:100%;height:180px;object-fit:fill;}
  .card-content{padding:20px;}
  .card h3{font-size:18px;font-weight:700;margin-bottom:8px;}
  .card p{color:var(--muted);font-size:14px;margin-bottom:12px;}
  .tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px;}
  .tag{
    background:#eef2ff;
    color:var(--brand);
    font-weight:600;
    font-size:12px;
    padding:4px 10px;
    border-radius:999px;
  }
  .price{font-weight:800;font-size:16px;margin-bottom:10px;}
  .btn{
    display:inline-block;
    background:var(--brand);
    color:#fff;
    padding:8px 16px;
    border-radius:8px;
    font-weight:600;
    font-size:14px;
    transition:.3s;
  }
/* === ORTAK PROJE SLIDERI (YANDAKİLER GÖRÜNÜR) === */

.projects-slider{
  position:relative;
  max-width:100%;
  margin:0;
  background:#000;
  overflow:hidden;
}

/* Görsel alanı */
.ps-viewport{
  overflow:hidden;
  width:100%;
}

.ps-track{
  display:flex;
  align-items:stretch;
  height:380px;
  transition:transform .6s ease;
}

/* Her slayt */
.ps-slide{
  position:relative;
  flex:0 0 70%;          /* ana kart genişliği */
  margin:0 2%;           /* yan boşluk => yandaki kartlar biraz görünür */
  overflow:hidden;
  background:#111;
}

.ps-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:brightness(.4);   /* varsayılan: karanlık */
  transition:filter .4s ease;
}

/* Ortadaki aktif slayt */
.ps-slide.active img{
  filter:brightness(1);
}

/* Üst sol köşedeki bilgi kutusu */
.ps-info{
  position:absolute;
  left:30px;
  top:30px;
  background:rgba(0,0,0,.6);
  padding:12px 18px;
  border-radius:6px;
  color:#fff;
  min-width:180px;
}
.ps-info h3{
  margin:0 0 8px;
  font-size:15px;
  font-weight:800;
}
.ps-info button{
  border:none;
  background:#0f2c9b;
  color:#fff;
  font-size:13px;
  font-weight:700;
  padding:7px 14px;
  border-radius:4px;
  cursor:pointer;
}

/* Sağdaki/ soldaki oklar */
.ps-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:46px;
  height:46px;
  border:#fff 1px solid;
  background:none;
  color:#fff;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  font-weight:900;
  border-radius:50px;
}
.ps-prev{ right:70px; }   /* soldaki kartın üstüne değil, biraz içeride */
.ps-next{ right:20px; }

.ps-nav span{
  display:block;
}

/* Mobil */
@media(max-width:768px){
  .ps-track{ height:300px; }
  .ps-slide{ flex:0 0 80%; margin:0 3%; }
  .ps-info{ left:15px; top:15px; padding:10px 14px; }
  .ps-nav{ width:38px; height:90px; font-size:20px; }
  .news-wrapper {
      flex-direction: column;
    }
.svg-turkiye-haritasi {
    padding-left: 66px !important;
    margin-bottom: 100px !important;
}
}



/* Haber Slider */


    /* === HABER SLIDER ALANI === */

    .news-section {
      max-width: 1170px;
      margin: 20px auto 20px;
      background: #fff;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    }

    .news-wrapper {
      display: flex;
      min-height: 340px;
    }

    /* SOL ANA HABER */
    .news-main {
      flex: 1.7;
      position: relative;
      overflow: hidden;
      background: #000;
    }

    .news-main img {
      width: 100%;
      height: 300px;
      object-fit: cover;
    }

    .news-main-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg,rgba(0,0,0,.75),transparent 65%);
    }

    .news-main-content {
      position: absolute;
      inset: 0;
      color: #fff;
      padding: 28px 32px;
      max-width: 420px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .news-tag {
      display: inline-flex;
      align-items: center;
      font-size: 12px;
      padding: 6px 14px;
      background: #111827;
      border-radius: 999px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: .15em;
      margin-bottom: 16px;
    }

    .news-title {
      font-size: 24px;
      font-weight: 800;
      margin-bottom: 12px;
    }

    .news-summary {
      font-size: 15px;
      line-height: 1.5;
      margin-bottom: 16px;
      opacity: .9;
    }

    .news-meta {
      font-size: 12px;
      opacity: .8;
    }

    .news-bottom {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 12px 20px;
      background: rgba(17,24,39,.92);
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #f9fafb;
    }

    .news-bottom-title {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 14px;
      font-weight: 600;
    }

    .news-arrow {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,.4);
      background: rgba(17,24,39,.9);
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: .2s;
    }

    .news-arrow:hover {
      background: #facc15;
      color: #111827;
    }

    .news-arrows {
      display:flex;
      gap:8px;
    }

    /* SAĞ LİSTE */
    .news-side {
      flex: 1;
      background: #f9fafb;
      border-left: 1px solid #e5e7eb;
      padding: 18px;
      display: flex;
      flex-direction: column;
    }

    .news-side-title {
      font-weight: 700;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: .18em;
      color: #6b7280;
    }

    .news-list {
      margin-top: 12px;
      overflow-y: auto;
      padding-right: 4px;
      flex: 1;
    }

    .news-item {
      padding: 8px 8px 8px 22px;
      position: relative;
      border-radius: 10px;
      cursor: pointer;
      margin-bottom: 4px;
      transition: .2s;
    }

    .news-item:hover {
      background: #eaf4ff;
    }

    .news-item.active {
      background: #111827;
      color: #fff;
    }

    .news-date {
      font-size: 11px;
      opacity: .7;
      margin-bottom: 2px;
    }

    .news-item-title {
      font-size: 14px;
      font-weight: 500;
    }

    /* Scrollbar */
    .news-list::-webkit-scrollbar { width: 5px; }
    .news-list::-webkit-scrollbar-thumb {
      background: rgba(0,0,0,.3);
      border-radius: 20px;
    }
