/* ==========================================================================
   1. TEMEL SIFIRLAMA & GENEL STİLLER (RESET)
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: Arial, sans-serif;
  background-color: #0a0a0a;
  color: #fff;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ==========================================================================
   2. NAVBAR / ÜST MENÜ
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 16px;
  max-width: 1100px;
  margin: 0 auto;
}

.nav-link {
  color: #aaa;
  font-size: 0.95rem;
  font-weight: 600;
  transition: color 0.2s;
}

.nav-link:hover, .nav-link.active-page {
  color: #d4a017;
}

.nav-center {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}

/* ==========================================================================
   3. ORTAK KULLANILAN BİLEŞENLER & KONTEYNERLAR
   ========================================================================== */
.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  color: #d4a017;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.section-header-center {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 40px auto;
}

.section-header-center h2 {
  font-size: 2rem;
  color: #fff;
  font-family: Georgia, serif;
  margin-bottom: 12px;
}

.section-header-center p {
  color: #888;
  font-size: 0.95rem;
}

.about-badge {
  display: inline-block;
  background: rgba(212, 160, 23, 0.15);
  border: 1px solid rgba(212, 160, 23, 0.4);
  color: #d4a017;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.btn-rep-cta {
  display: inline-block;
  background: linear-gradient(90deg, #e02020, #d4a017);
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  padding: 16px 36px;
  border-radius: 40px;
  box-shadow: 0 10px 25px rgba(224, 32, 32, 0.4);
  transition: all 0.3s ease;
}

.btn-rep-cta:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 14px 35px rgba(224, 32, 32, 0.6);
}

/* ==========================================================================
   4. ANA SAYFA HERO & KARŞILAŞTIRMA & YORUMLAR
   ========================================================================== */ 

   /* ---- HAKKIMIZDA BÖLÜMÜ ---- */
#umw-about-section {
  width: 100%;
  max-width: 100%;
  background: #0f0f0f;
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 56px 20px 60px;
  font-family: Georgia, serif;
  overflow: hidden;
}

.umw-about-inner {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
}

.umw-about-title {
  font-size: 0.78rem;
  font-weight: 700;
  color: #d4a017;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.umw-about-heading {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.umw-about-text {
  font-family: Arial, sans-serif;
  font-size: 0.92rem;
  color: rgba(255,255,255,0.62);
  line-height: 1.85;
  max-width: 520px;
}

.umw-about-divider {
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #d4a017, transparent);
  margin: 8px 0 24px;
  border-radius: 2px;
}

/* Sağ taraf: Sosyal Medya & Bağlantılar */
.umw-about-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 190px;
}

.umw-about-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none !important;
  color: rgba(255,255,255,0.75) !important;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 10px 16px;
  font-family: Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}

.umw-about-link:hover {
  background: rgba(255,255,255,0.12);
  color: #fff !important;
  transform: translateX(3px);
  text-decoration: none !important;
}

.umw-about-link svg,
.umw-about-link img {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 5px;
}

.umw-about-link.wa-link  { border-color: rgba(37,211,102,0.3); }
.umw-about-link.wa-link:hover { background: rgba(37,211,102,0.1); }
.umw-about-link.yt-link  { border-color: rgba(255,0,0,0.3); }
.umw-about-link.yt-link:hover { background: rgba(255,0,0,0.1); }

/* Mobil Uyum (Tek Kolona Düşme) */
@media (max-width: 700px) {
  .umw-about-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .umw-about-links {
    flex-direction: column;
    min-width: unset;
  }
  .umw-about-text {
    max-width: 100%;
  }
} 


.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: #0a0a0a;
}

.hero-slideshow {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slideshow img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.2s ease;
}

.hero-slideshow img.active {
  opacity: 1;
}

.hero-fade-top {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 260px;
  background: linear-gradient(180deg, rgba(0,0,0,0.85), transparent);
  z-index: 1;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding: 40px 20px 60px;
  width: 100%;
  max-width: 680px;
}

.hero-brand {
  text-align: center;
}

.hero-name {
  font-family: Georgia, serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: #e02020;
  letter-spacing: 1px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.9);
}

.hero-slogan {
  font-family: Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #d4a017;
  letter-spacing: 2px;
  margin-top: 6px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.9);
}

.hero-tags {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 14px;
}

.hero-tags span {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0,0,0,0.8);
}

.hero-tags .dot { color: #d4a017; }

/* COMPARE KUTUSU */
.compare-box {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,0.8);
  border: 2px solid rgba(255,255,255,0.15);
  cursor: ew-resize;
  user-select: none;
}

.compare-base {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.compare-clip {
  position: absolute;
  top: 0; left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.compare-clip-img {
  position: absolute;
  top: 0; left: 0;
  height: 100%;
  object-fit: cover;
  display: block;
}

.compare-handle {
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  width: 3px;
  background: #fff;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.compare-handle::before {
  content: '';
  position: absolute;
  width: 42px; height: 42px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.4);
}

.compare-handle-arrows {
  position: relative;
  z-index: 1;
  font-size: 0.75rem;
  font-weight: 700;
  color: #222;
}

.compare-label {
  position: absolute;
  top: 12px;
  background: rgba(0,0,0,0.65);
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 4px 10px;
  border-radius: 20px;
}

.compare-label-eski { left: 12px; }
.compare-label-yeni { right: 12px; }

/* REVIEWS */
.reviews-container {
  width: 100%;
  max-width: 680px;
  background: rgba(20, 20, 20, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 16px;
}

.reviews-header h3 { font-size: 1.1rem; color: #fff; font-weight: 700; }
.google-rating-badge { display: flex; align-items: center; gap: 6px; }
.rating-num { font-weight: 700; color: #fff; font-size: 0.95rem; }
.stars { color: #f4c430; font-size: 0.9rem; letter-spacing: 1px; }

.reviews-list {
  display: flex; flex-direction: row; gap: 16px; overflow-x: auto;
  scroll-snap-type: x mandatory; padding-bottom: 14px; -webkit-overflow-scrolling: touch;
}

.review-card {
  flex: 0 0 280px; scroll-snap-align: start; background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 12px; padding: 16px;
  display: flex; flex-direction: column; justify-content: space-between;
}

.review-card-header { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.avatar { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 0.85rem; color: #fff; flex-shrink: 0; }
.avatar-b { background-color: #00796b; }
.avatar-volkan { background-color: #5c6bc0; }
.avatar-ibrahim { background-color: #e53935; }
.avatar-ali { background-color: #43a047; }
.avatar-m { background-color: #8e24aa; }
.avatar-mg { background-color: #00acc1; }

.user-name { font-size: 0.88rem; font-weight: bold; color: #eee; }
.review-text { font-size: 0.82rem; color: #ccc; line-height: 1.5; }

/* ==========================================================================
   5. RESİMLER / GALERİ SAYFASI STİLLERİ
   ========================================================================== */
.gallery-page {
  background-color: #070707;
  padding-bottom: 100px;
}

.gallery-compare-section {
  padding: 50px 0 60px;
}

.compare-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.compare-card-wrapper {
  background: rgba(20, 20, 20, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.compare-card-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #d4a017;
  margin-bottom: 12px;
  text-align: center;
  letter-spacing: 1px;
}

.gallery-grid-section {
  padding: 30px 0 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* KATEGORİ BLOKLARI */
.category-block {
  margin-bottom: 50px;
  background: rgba(15, 15, 15, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 24px;
}

.category-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(212, 160, 23, 0.2);
}

.category-title-wrap h2 {
  font-family: Georgia, serif;
  font-size: 1.8rem;
  color: #fff;
}

/* TÜMÜNÜ GÖR BUTONU */
.btn-toggle-category {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212, 160, 23, 0.12);
  border: 1px solid rgba(212, 160, 23, 0.4);
  color: #d4a017;
  padding: 8px 18px;
  border-radius: 25px;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-toggle-category:hover {
  background: #d4a017;
  color: #111;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(212, 160, 23, 0.3);
}

.btn-toggle-category .btn-icon {
  transition: transform 0.3s ease;
}

.category-block.is-expanded .btn-toggle-category .btn-icon {
  transform: rotate(180deg);
}

/* KARE GALERİ IZGARASI */
.square-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
}

.gallery-card {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 6px 18px rgba(0,0,0,0.5);
  cursor: pointer;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.gallery-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 160, 23, 0.5);
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-card.is-extra {
  display: none;
}

.category-block.is-expanded .gallery-card.is-extra {
  display: block;
}

.gallery-cta-box {
  background: linear-gradient(135deg, rgba(25,25,25,0.9), rgba(15,15,15,0.95));
  border: 1px solid rgba(212, 160, 23, 0.3);
  border-radius: 20px;
  padding: 40px 20px;
  text-align: center;
  margin-top: 40px;
}

/* LIGHTBOX MODAL STİLLERİ */
.lightbox-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.93);
  backdrop-filter: blur(8px);
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lightbox-modal.is-open {
  display: flex;
  opacity: 1;
}

.lightbox-content-wrapper {
  position: relative;
  max-width: 90%;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lightbox-img {
  max-width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(212, 160, 23, 0.4);
  user-select: none;
}

.lightbox-caption {
  margin-top: 14px;
  color: #d4a017;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 25px;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
  z-index: 100000;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.2s ease;
}

.lightbox-close:hover {
  background: #d4a017;
  color: #111;
  transform: scale(1.1);
}

.lightbox-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(20, 20, 20, 0.8);
  border: 1px solid rgba(212, 160, 23, 0.5);
  color: #d4a017;
  font-size: 22px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100000;
  transition: all 0.25s ease;
  user-select: none;
}

.lightbox-btn:hover {
  background: #d4a017;
  color: #111;
  box-shadow: 0 0 20px rgba(212, 160, 23, 0.6);
}

.lightbox-prev {
  left: 20px;
}

.lightbox-next {
  right: 20px;
}

@media (max-width: 600px) {
  .category-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .square-gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 10px;
  }
  .lightbox-btn {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
  .lightbox-close { top: 12px; right: 12px; width: 38px; height: 38px; font-size: 28px; }
}
/* ==========================================================================
   6. HAKKIMIZDA SAYFASI ÖZEL STİLLERİ (EKSİKSİZ VE DÜZELTİLMİŞ)
   ========================================================================== */
.about-page {
  background-color: #080808;
  padding-bottom: 100px;
}

.about-hero {
  padding: 80px 20px 60px;
  text-align: center;
  background: radial-gradient(circle at center, rgba(212, 160, 23, 0.08) 0%, rgba(8, 8, 8, 1) 75%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.about-title {
  font-family: Georgia, serif;
  font-size: 2.6rem;
  color: #fff;
  margin-bottom: 14px;
}

.about-subtitle {
  color: #aaa;
  font-size: 1.05rem;
  max-width: 650px;
  margin: 0 auto;
}

/* İstatistik Kutuları */
.about-stats-container {
  max-width: 1000px;
  margin: -40px auto 60px auto;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.stat-card {
  background: rgba(22, 22, 22, 0.95);
  border: 1px solid rgba(212, 160, 23, 0.25);
  border-radius: 16px;
  padding: 24px 16px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}

.stat-number {
  font-family: Georgia, serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #d4a017;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 0.85rem;
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Hikayemiz Metin Alanı */
.about-story-section {
  padding: 20px 0 50px;
}

.story-box {
  background: rgba(18, 18, 18, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.story-box h2 {
  font-family: Georgia, serif;
  font-size: 2rem;
  color: #fff;
  margin-top: 8px;
}

.gold-divider {
  width: 60px;
  height: 3px;
  background: #d4a017;
  margin: 15px 0 25px 0;
  border-radius: 2px;
}

.story-box p {
  color: #bbb;
  font-size: 0.98rem;
  line-height: 1.8;
  margin-bottom: 16px;
}

/* Uzmanlık ve Standartlar Izgarası */
.about-expertise-section, .about-standards-section {
  padding: 40px 0;
}

.expertise-grid, .standards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.expertise-card, .standard-card {
  background: rgba(18, 18, 18, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 28px 20px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.expertise-card:hover, .standard-card:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 160, 23, 0.4);
}

.exp-icon {
  font-size: 2rem;
  margin-bottom: 14px;
}

.expertise-card h3, .standard-card h3 {
  font-size: 1.15rem;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
}

.expertise-card p, .standard-card p {
  font-size: 0.88rem;
  color: #aaa;
  line-height: 1.6;
}

.card-num {
  font-size: 1.6rem;
  font-weight: 800;
  color: #d4a017;
  margin-bottom: 10px;
  font-family: Georgia, serif;
}

/* 27 Yıllık Güven Bölümü */
.about-reputation-section {
  padding: 40px 0 60px;
}

.reputation-box {
  background: linear-gradient(135deg, rgba(25,25,25,0.9), rgba(15,15,15,0.95));
  border: 1px solid rgba(212, 160, 23, 0.3);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.reputation-box h2 {
  font-family: Georgia, serif;
  font-size: 2rem;
  color: #fff;
  margin: 15px 0;
}

.reputation-box p {
  color: #ccc;
  font-size: 0.95rem;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

.rep-cta {
  margin-top: 30px;
}

/* MOBİL UYUMLULUK */
@media (max-width: 768px) {
  .about-title { font-size: 2.1rem; }
  .story-box { padding: 25px 20px; }
  .reputation-box { padding: 30px 20px; }
}