* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  background: #f4f1ec;
  color: #24304a;
}

/* NAVBAR */
.navbar {
  background: #1e2a44;
  color: #fff;
  padding: 15px 6%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
}
.nav-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo-img {
  width: 50px;
}
.logo-title {
  font-family: 'Playfair Display';
  font-size: 1.5rem;
  color: #d4af37;
}
.logo-sub {
  font-size: 0.9rem;
  color: #eee;
}
.menu a {
  margin: 0 12px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.menu a:hover {
  color: #d4af37;
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.flag {
  width: 28px;
}
.nav-right i {
  color: #d4af37;
}

/* HERO */
.hero {
  min-height: 65vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(rgba(30, 42, 68, 0.7), rgba(30, 42, 68, 0.7)),
              url("foto/bina.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
}
.hero h1 {
  font-size: 3rem;
  font-family: 'Playfair Display';
  text-shadow: 0 0 15px rgba(212,175,55,0.8);
}
.hero p {
  margin-top: 10px;
  color: #d4af37;
}

/* SECTIONS */
.section {
  padding: 80px 8%;
}
.section h2 {
  text-align: center;
  color: #1e2a44;
  margin-bottom: 20px;
  font-family: 'Playfair Display';
}
.center-text {
  text-align: center;
  max-width: 900px;
  margin: auto;
}

/* HAKKIMIZDA BACKGROUND */
.hakkimizda-section {
  background: linear-gradient(to right, rgba(30,42,68,0.85), rgba(30,42,68,0.75));
  color: #fff;
  border-radius: 10px;
  padding: 60px 8%;
}

/* SERVICES */
.services-wrapper {
  overflow: hidden;
}
.services-track {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}
.service-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 16px;
  text-align: center;
  transition: 0.35s;
}
.service-card i {
  font-size: 36px;
  color: #d4af37;
  margin-bottom: 12px;
}
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* VISION */
.vision {
  background: linear-gradient(rgba(30, 42, 68, 0.8), rgba(30, 42, 68, 0.8)),
              url("foto/vizyon.jpg");
  background-size: cover;
  background-position: center;
  padding: 100px 8%;
  color: #fff;
  text-align: center;
}
.vision h2 {
  color: #fff;
}

/* TEAM */
.team-section {
  padding: 80px 8%;
  background: url("foto/bina.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
}
.team {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.team-card {
  background: rgba(30, 42, 68, 0.9);
  padding: 20px;
  border-radius: 16px;
  text-align: center;
}
.team-card img {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 15px;
}
.team-social a {
  margin: 0 8px;
  font-size: 20px;
  color: #d4af37;
}
.team-quote {
  margin-top: 40px;
  padding: 60px;
  background: url("foto/siyah.jpg") center/cover no-repeat;
  text-align: center;
  font-style: italic;
  font-size: 1.1rem;
  border-radius: 16px;
  line-height: 1.6;
}

/* CONTACT */
.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 80px 8%;
}
.contact iframe {
  width: 100%;
  height: 320px;
  border: 0;
}
.btn {
  display: inline-block;
  margin: 10px 10px 10px 0;
  padding: 12px 22px;
  background: #d4af37;
  color: #1e2a44;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
}
.btn:hover {
  background: #fff;
  color: #1e2a44;
}

/* MOBILE */
@media(max-width:768px){
  .menu {display:none;}
  .contact {grid-template-columns:1fr;}
  .services-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .service-card {
    min-width: 260px;
    scroll-snap-align: start;
  }
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
    position: relative;
}

.nav-right {
    display: flex;
    align-items: center;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

/* Atatürk özel stil */
.atatürk {
    width: 38px;
    height: 38px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #c6a74e; /* altın çerçeve */
    box-shadow: 0 4px 10px rgba(0,0,0,0.4);
    transition: all 0.3s ease;
}

/* Hover efekti */
.atatürk:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 15px rgba(198,167,78,0.6);
}

/* Bayrak boyutu */
.flag {
    width: 32px;
    height: auto;
}

/* Sosyal medya ikonları */
.nav-right a {
    color: #fff;
    font-size: 16px;
    transition: 0.3s ease;
}

.nav-right a:hover {
    color: #c6a74e;
}

/* TEAM QUOTE PREMIUM TASARIM */

.team-quote {
    position: relative;
    max-width: 900px;
    margin: 60px auto;
    padding: 40px;
    background: #0f0f0f;
    color: #ffffff;
    border-radius: 14px;
    text-align: center;
    font-style: italic;
    line-height: 1.9;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid rgba(198,167,78,0.3);
}

/* Altın üst çizgi */
.team-quote::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #c6a74e, transparent);
    transition: all 0.6s ease;
}

/* Işık efekti */
.team-quote::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 120%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent 30%,
        rgba(198,167,78,0.15),
        transparent 70%
    );
    transform: skewX(-20deg);
    transition: 0.7s;
}

/* HOVER */
.team-quote:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(198,167,78,0.25);
    border: 1px solid #c6a74e;
}

/* Hover'da animasyonlar */
.team-quote:hover::before {
    left: 100%;
}

.team-quote:hover::after {
    left: 130%;
}
/* ===== MOBİL HAMBURGER ===== */

.hamburger {
  display: none;
}

@media (max-width: 768px) {

  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 70px;
    right: 0;
    width: 100%;
    background: #111;
    padding: 20px 0;
  }

  .nav-links.active {
    display: flex;
  }

}
/* ========== HAMBURGER ========== */

/* PC'de hamburger görünmez */
.hamburger {
  display: none;
}

/* Mobil Ayar */
@media (max-width: 768px) {

  /* PC menüsü gizlenir */
  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 70px;
    right: 0;
    width: 100%;
    background: #111;
    padding: 25px 0;
    text-align: center;
    z-index: 999;
  }

  /* Menü açılınca */
  .nav-links.active {
    display: flex;
  }

}