/* GENEL */
body {
  margin: 0;
  padding: 0;
  font-family: 'Playfair Display', serif;
  background-color: #ffffff;
}

/* HEADER */
.site-header {
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}

/* FLEX YAPISI */
.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  position: relative;
}
/* GENEL RESET */
html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: 'Playfair Display', serif;
}

*, *::before, *::after {
  box-sizing: inherit;
}

/* --- SADECE ÜRÜNLER SAYFASI İÇİN --- */
.urunler-sayfasi body {
  background-color: #f9f9f9;
}

.urunler-sayfasi .site-header {
  width: 100%;
}

.urunler-sayfasi .site-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* NAV LINKS */

.urunler-sayfasi .site-header .container {
  padding-left: 0;
}
/* NAVBAR responsive taşma engelleme */
.urunler-sayfasi .navbar {
  overflow-x: auto;
}
.urunler-sayfasi .nav-links {
  margin-left: 0;
  padding-left: 0;
}
/* SAYFA BAŞLIĞI */
.urunler-sayfasi .lzr-title {
  text-align: center;
  margin: 30px 15px 40px;
  font-size: 36px;
  font-weight: bold;
  color: #b30000;
}

/* ÜRÜN LİSTESİ */
.urunler-sayfasi .lzr-product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 20px;
  justify-content: center;
}

/* ÜRÜN KARTI */
.urunler-sayfasi .lzr-product-card {
  width: 100%;
  max-width: 800px;
  border: 1px solid #ccc;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background-color: #fff;
}

/* GÖRSELLER */
.urunler-sayfasi .lzr-product-card .carousel-inner img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 6px;
}

/* ÜRÜN BİLGİLERİ */
.urunler-sayfasi .lzr-product-card h3 {
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #222;
}

.urunler-sayfasi .lzr-product-card p.price {
  font-size: 22px;
  color: #b30000;
  font-weight: bold;
  margin-bottom: 10px;
}

.urunler-sayfasi .lzr-product-card p.description {
  font-size: 20px;
  line-height: 1.6;
  color: #333;
}

/* CAROUSEL OKLARI */
.urunler-sayfasi .carousel-control-prev,
.urunler-sayfasi .carousel-control-next {
  background-color: rgba(220, 220, 220, 0.85);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.urunler-sayfasi .carousel-control-prev-icon,
.urunler-sayfasi .carousel-control-next-icon {
  filter: invert(20%);
}

/* MOBİL UYUMLULUK */
@media (max-width: 768px) {
  .urunler-sayfasi .lzr-title {
    font-size: 28px;
  }

  .urunler-sayfasi .lzr-product-card {
    padding: 15px;
  }

  .urunler-sayfasi .lzr-product-card h3 {
    font-size: 24px;
  }

  .urunler-sayfasi .lzr-product-card p.price {
    font-size: 18px;
  }

  .urunler-sayfasi .lzr-product-card p.description {
    font-size: 16px;
  }

  .urunler-sayfasi .lzr-product-card .carousel-inner img {
    max-height: 250px;
  }

  .urunler-sayfasi .carousel-control-prev,
  .urunler-sayfasi .carousel-control-next {
    width: 30px;
    height: 30px;
  }
}

/* LOGO (SOLDA) */
.logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.8em;
  color: #c70000;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

/* NAVBAR ORTADA */
.navbar {
  position: relative;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}
*, *::before, *::after {
  box-sizing: inherit;
}

body {
  background-color: #f9f9f9;
}
html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;}
.nav-links li a {
  font-size: 16px;
  text-decoration: none;
  color: #c70000;
  font-weight: 1000;
  padding: 20px 28px;
  border-radius: 6px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px rgba(199, 0, 0, 0.1);
}

.nav-links li a {
  font-size: 17px;
  text-decoration: none;
  color: #c70000;
  font-weight: 1000;
  padding: 20px 28px;
  border-radius: 6px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px rgba(199, 0, 0, 0.1);
}

.nav-links li a:hover {
  background-color: #ffe5e5;
  color: #900000;
  box-shadow: 0 6px 12px rgba(199, 0, 0, 0.25);
}

/* HAMBURGER SAĞDA */
.hamburger {
  font-size: 28px;
  cursor: pointer;
  user-select: none;
  color: #c70000;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  display: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .site-header .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .navbar {
    position: static;
    transform: none;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 60px;
    right: 0;
    background-color: #ffffff;
    width: 220px;
    padding: 20px;
    box-shadow: -4px 8px 20px rgba(0, 0, 0, 0.2);
    border-left: 5px solid #c70000;
    border-radius: 8px 0 0 8px;
    z-index: 999;
  }

  .nav-links li a {
    width: 100%;
    margin-bottom: 10px;
    padding: 12px 16px;
    box-shadow: 0 2px 6px rgba(199, 0, 0, 0.1);
  }

  .nav-links.active {
    display: flex;
  }

  .hamburger {
    display: block;
  }
}
/* HERO */
.hero-section {
  background: url('../assets/images/hero-bg.jpg') no-repeat center center/cover;
  padding: 100px 20px 80px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(199, 0, 0, 0.15);
  border-radius: 0 0 24px 24px;
  position: relative;
  overflow: hidden;
}

/* Parlaklık efekti için üstüne yarı saydam beyaz katman */
.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4px);
  z-index: 1;
}

/* İçerik z-index ayarı */
.hero-section > * {
  position: relative;
  z-index: 2;
}

.hero-section h1 {
  font-size: 3em;
  color: #c70000;
  margin-bottom: 15px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  animation: fadeInDown 1s ease forwards;
  opacity: 0;
}

.hero-section p {
  font-size: 1.3em;
  color: #333;
  margin-bottom: 40px;
  animation: fadeInUp 1.2s ease forwards;
  opacity: 0;
}

/* CTA Butonu Önerisi */
.hero-section .cta-button {
  display: inline-block;
  padding: 12px 32px;
  background-color: #c70000;
  color: #fff;
  border-radius: 32px;
  font-size: 1.1em;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 6px 20px rgba(199, 0, 0, 0.3);
  animation: fadeInUp 1.5s ease forwards;
  opacity: 0;
}

.hero-section .cta-button:hover {
  background-color: #a10000;
  transform: translateY(-3px);
}

/* Animasyonlar */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.cta-button {
  background-color: #c70000;
  color: white;
  padding: 14px 28px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  font-size: 1em;
  box-shadow: 0 6px 12px rgba(199, 0, 0, 0.25);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.cta-button:hover {
  background-color: #900000;
  transform: scale(1.05);
}

/* === ÖNE ÇIKAN CİHAZLAR === */
.feature-products {
  padding: 80px 20px;
  text-align: center;
  background: linear-gradient(to bottom, #ffffff, #fff5f5);
  position: relative;
  z-index: 1;
}

.feature-products h2 {
  font-size: 2.4em;
  color: #c70000;
  margin-bottom: 40px;
  font-family: 'Playfair Display', serif;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.05);
  animation: fadeInDown 0.8s ease-out forwards;
  opacity: 0;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  padding: 0 10px;
}

/* KART TASARIMI */
.product-card {
  background: #fff;
  border-left: 6px solid #c70000;
  padding: 24px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

/* Görsel Alanı */
.product-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 16px;
}

/* Başlık ve Açıklama */
.product-card h3 {
  font-size: 1.3em;
  color: #c70000;
  margin-bottom: 10px;
}

.product-card p {
  font-size: 0.95em;
  color: #555;
  line-height: 1.5;
}

/* Opsiyonel: Fiyat ya da özellik etiketi */
.product-card .fiyat {
  margin-top: 12px;
  font-weight: bold;
  color: #900000;
}

/* Animasyon */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



/* === VİZYON / MİSYON === */
.vision-section,
.mission-section {
  padding: 70px 20px;
  background-color: #ffffff;
}

.vision-wrapper,
.mission-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.vision-text,
.mission-text {
  flex: 1 1 500px;
}

.vision-text h2,
.mission-text h2 {
  font-size: 2em;
  color: #c70000;
  margin-bottom: 20px;
}

.vision-text p,
.mission-text p {
  font-size: 1.1em;
  line-height: 1.7;
  color: #444;
}

.vision-image,
.mission-image {
  flex: 1 1 400px;
  text-align: center;
}

.vision-image img,
.mission-image img {
  max-width: 100%;
  height: auto;
  max-height: 380px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 12px 24px rgba(199, 0, 0, 0.2);
}

/* === ANİMASYON === */
.scroll-animate {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
}

.scroll-animate.visible {
  opacity: 1;
  transform: translateY(0);
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .vision-wrapper,
  .mission-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .vision-text h2,
  .mission-text h2 {
    font-size: 1.6em;
  }

  .vision-text p,
  .mission-text p {
    font-size: 1em;
    text-align: justify;
  }

  .vision-image img,
  .mission-image img {
    max-height: 280px;
    margin-top: 20px;
  }
}

/* CAROUSEL */
.carousel {
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  border-radius: 16px;
  max-width: 2000px;
  margin: 40px auto;
}

.carousel-images {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.carousel-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 0;
}

/* Yön Okları */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255,255,255,0.85);
  border: none;
  font-size: 24px;
  padding: 12px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

.carousel-btn:hover {
  background-color: #ffe5e5;
}

.carousel-btn.prev { left: 15px; }
.carousel-btn.next { right: 15px; }

/* İndikatörler */
.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 18px 0;
}

.indicator {
  width: 30px;
  height: 5px;
  background-color: #c70000;
  opacity: 0.4;
  border-radius: 3px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.indicator.active {
  opacity: 1;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0,0,0,0.15);
}

/* SABİT WHATSAPP & TELEFON */
.floating-contact-buttons {
  position: fixed;
  bottom: 90px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 999;
}

.contact-btn img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .vision-wrapper,
  .mission-wrapper {
    flex-direction: column;
  }

  .hero-section h1 {
    font-size: 1.7em;
  }

  .cta-button {
    width: 100%;
    font-size: 1em;
  }

  .carousel-img {
    height: 220px;
  }

  .carousel {
    border-radius: 8px;
  }

  .vision-image img,
  .mission-image img {
    max-height: 220px;
  }
}
/* TEMEL GÖRÜNME ANİMASYONU */
.scroll-animate {
  opacity: 0;
  transition: all 0.8s ease-out;
}

/* SAĞDAN GELEN */
.scroll-animate.right {
  transform: translateX(60px);
}

.scroll-animate.right.visible {
  transform: translateX(0);
  opacity: 1;
}

/* SOLDAN GELEN */
.scroll-animate.left {
  transform: translateX(-60px);
}

.scroll-animate.left.visible {
  transform: translateX(0);
  opacity: 1;
}
/* FOOTER */
.footer {
  background-color: #c70000;
  color: #fff;
  padding: 60px 20px 30px 20px;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
  font-family: 'Quicksand', sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-column {
  flex: 1;
  min-width: 220px;
}

.footer-column h4 {
  font-size: 1.2em;
  margin-bottom: 16px;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 6px;
}

.footer-column p,
.footer-column a,
.footer-column li {
  font-size: 0.95em;
  color: #fdd;
  line-height: 1.8;
  text-decoration: none;
}

.footer-column a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-column ul {
  list-style: none;
  padding-left: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

/* ALT KISIM */
.footer-bottom {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 15px;
  font-size: 0.9em;
  color: #ffeaea;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-column {
    margin-bottom: 30px;
  }
}
/* ÜRÜNLER SAYFASI */
.product-page {
  padding: 40px 20px;
  background-color: #fff;
}

.page-title {
  font-size: 2.4em;
  text-align: center;
  color: #c70000;
  margin-bottom: 40px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

.no-product {
  text-align: center;
  font-size: 1.1em;
  color: #555;
}

.product-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px 60px;
}

.product-card {
  background: #fff;
  border-left: 5px solid #c70000;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.product-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 15px;
}

.product-card h3 {
  font-size: 1.2em;
  color: #c70000;
  margin: 10px 0 5px;
}

.product-card .price {
  color: #900000;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 10px;
}

.product-card p {
  font-size: 0.95em;
  color: #444;
  line-height: 1.5;
}
/* REFERANSLAR SAYFASI */
/* === GENEL STİL === */
body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #333;
}

.references-page {
  padding: 80px 20px;
  max-width: 1200px;
  margin: auto;
  background: #fdfdfd;
}

.page-title {
  font-size: 42px;
  text-align: center;
  color: #cc0000;
  margin-bottom: 60px;
  font-weight: 900;
  animation: slideInDown 1s ease-out forwards;
}

.ref-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.ref-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  flex: 1 1 calc(50% - 40px);
  padding: 20px;
  transition: transform 0.3s ease;
  animation: fadeInUp 1.2s ease forwards;
}

.ref-card:hover {
  transform: translateY(-6px);
}

.ref-card img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 20px;
}

.ref-card h3 {
  font-size: 20px;
  color: #cc0000;
  margin-bottom: 12px;
}

.ref-card p {
  font-size: 16px;
  line-height: 1.6;
}
.ref-card video {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 20px;
  object-fit: cover;
}

/* === MÜZİK BUTONU === */
.music-toggle {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #cc0000;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: background 0.3s;
}
.music-toggle:hover {
  background: #990000;
}

/* === ANİMASYONLAR === */
@keyframes slideInDown {
  from { opacity: 0; transform: translateY(-50px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(50px); }
  to { opacity: 1; transform: translateY(0); }
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .page-title {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .ref-container {
    flex-direction: column;
    gap: 30px;
  }

  .ref-card {
    flex: 1 1 100%;
  }

  .ref-card h3 {
    font-size: 18px;
  }

  .ref-card p {
    font-size: 15px;
  }
}


/* MUSIC TOGGLE */
.music-toggle {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 24px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
/* TEKNİK SERVİS SAYFASI */
.technical-service-page {
  padding: 60px 20px;
  background-color: #ffffff;
  font-family: 'Quicksand', sans-serif;
}
/* === SERVİS DETAYLARI === */
.service-details {
  max-width: 1000px;
  margin: 0 auto 80px;
  text-align: center;
}

.service-details h2 {
  font-size: 1.8em;
  color: #c70000;
  margin-bottom: 30px;
}

.service-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.service-cards .card {
  flex: 1 1 280px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  padding: 20px 24px;
  text-align: left;
  transition: transform 0.3s ease;
}

.service-cards .card:hover {
  transform: translateY(-5px);
}

.service-cards .card h3 {
  font-size: 1.2em;
  color: #c70000;
  margin-bottom: 12px;
}

.service-cards .card p {
  font-size: 0.95em;
  color: #444;
  line-height: 1.6;
}
/* Başlık */
.technical-service-page .hero-section {
  text-align: center;
  margin-bottom: 50px;
  background: linear-gradient(to right, #fff, #fce8e8);
  padding: 40px 20px;
  box-shadow: 0 6px 14px rgba(199, 0, 0, 0.1);
  border-radius: 12px;
}

.hero-section h1 {
  font-size: 2.2em;
  color: #c70000;
  margin-bottom: 15px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.hero-section p {
  font-size: 1.1em;
  color: #444;
}

/* Servis Hizmetleri */
.service-details {
  max-width: 800px;
  margin: 0 auto 60px;
}

.service-details h2 {
  font-size: 1.6em;
  color: #c70000;
  margin-bottom: 20px;
  text-align: center;
}

.service-details ul {
  list-style: none;
  padding-left: 0;
}

.service-details li {
  background-color: #f9f9f9;
  border-left: 5px solid #c70000;
  margin-bottom: 12px;
  padding: 12px 18px;
  border-radius: 6px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
  font-weight: 500;
  color: #444;
}

/* İLETİŞİM BİLGİLERİ */
.contact-info {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.contact-info h2 {
  font-size: 1.6em;
  color: #c70000;
  margin-bottom: 20px;
}

.contact-info p {
  margin: 6px 0;
  font-size: 1em;
  color: #444;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .request-form {
    padding: 30px 20px;
  }

  .technical-service-page {
    padding: 40px 15px;
  }

  .hero-section h1 {
    font-size: 1.6em;
  }

}
/* İLETİŞİM SAYFASI */
.contact-page {
  padding: 60px 20px;
  background-color: #fff;
}

.info-box {
  text-align: center;
  padding: 30px;
  background-color: #fff4f4;
  border-left: 5px solid #c70000;
  margin-bottom: 40px;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.info-box h2 {
  font-size: 2em;
  color: #c70000;
  margin-bottom: 15px;
}

.info-box p {
  font-size: 1.05em;
  color: #444;
  margin-bottom: 8px;
}

.map-box {
  margin-bottom: 50px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.contact-form {
  max-width: 700px;
  margin: auto;
  background-color: #fefefe;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.05);
}

.contact-form h2 {
  text-align: center;
  color: #c70000;
  margin-bottom: 30px;
}

.contact-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #333;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-family: inherit;
  font-size: 15px;
}

.contact-form .cta-button {
  background-color: #c70000;
  color: white;
  padding: 14px 28px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1em;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(199, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.contact-form .cta-button:hover {
  background-color: #900000;
}

.form-success {
  background: #e0fce0;
  color: #2d8c2d;
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 8px;
  text-align: center;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .contact-form {
    padding: 30px 20px;
  }

  .info-box h2,
  .contact-form h2 {
    font-size: 1.6em;
  }
}
.popup-success {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #eafbea;
  color: #2e7d32;
  border-left: 6px solid #66bb6a;
  padding: 20px 30px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
  z-index: 9999;
  text-align: center;
  transition: opacity 1s ease;
}

/* HAKKIMIZDA SAYFASI */
.about-page {
  padding: 60px 20px;
  background-color: #ffffff;
  font-family: 'Quicksand', sans-serif;
}

/* Başlık - Hero */
.about-page .hero-section {
  text-align: center;
  margin-bottom: 50px;
  background: linear-gradient(to right, #fff, #fce8e8);
  padding: 40px 20px;
  border-radius: 12px;
  box-shadow: 0 6px 14px rgba(199, 0, 0, 0.1);
}

.hero-section h1 {
  font-size: 2.4em;
  color: #c70000;
  margin-bottom: 15px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.hero-section p {
  font-size: 1.2em;
  color: #444;
}

/* İçerik */
.about-content {
  max-width: 1000px;
  margin: 0 auto 60px;
  padding: 30px;
  background-color: #fdfdfd;
  border-radius: 12px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.05);
}

.about-content h2 {
  font-size: 1.6em;
  color: #c70000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.about-content p {
  font-size: 1.05em;
  line-height: 1.7;
  color: #444;
  margin-bottom: 20px;
}

.about-content ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.about-content ul li {
  background-color: #fff8f8;
  border-left: 5px solid #c70000;
  padding: 12px 16px;
  margin-bottom: 12px;
  border-radius: 6px;
  font-weight: 500;
  color: #333;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Ekibimiz */
.team-section {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 20px;
  background-color: #fff6f6;
  border-radius: 10px;
  box-shadow: 0 6px 14px rgba(199, 0, 0, 0.07);
}

.team-section h2 {
  font-size: 1.8em;
  color: #c70000;
  margin-bottom: 20px;
}

.team-section p {
  font-size: 1.05em;
  color: #444;
  max-width: 700px;
  margin: auto;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 1.8em;
  }

  .hero-section p {
    font-size: 1em;
  }

  .about-content, .team-section {
    padding: 20px;
  }

  .about-content h2,
  .team-section h2 {
    font-size: 1.4em;
  }
}
@media (max-width: 768px) {
  .page-title {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .ref-container {
    flex-direction: column;
    gap: 30px;
  }

  .ref-card {
    flex: 1 1 100%;
    padding: 15px;
  }

  .ref-card img,
  .ref-card video {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 16px;
  }

  .ref-card h3 {
    font-size: 18px;
    text-align: center;
  }

  .ref-card p {
    font-size: 15px;
    text-align: justify;
    line-height: 1.6;
  }
}
