/* GENEL */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  color: #333;
  background: #fff;
}

.container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

/* ÜST MENÜ */
.site-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 5%;
}

.logo {
  max-width: 240px;
  height: auto;
}

/* MENÜ */
.main-menu {
  display: flex;
  align-items: center;
}

.main-menu a {
  margin-left: 25px;
  text-decoration: none;
  font-weight: 600;
  color: #333;
}

.main-menu a:hover {
  color: #0a7cff;
}

/* WHATSAPP MENÜ */
.whatsapp-menu {
  background: #25D366;
  color: #fff !important;
  padding: 8px 16px;
  border-radius: 20px;
}

/* HERO */
.hero {
  background: #f5f7fa;
  text-align: center;
  padding: 80px 0;
}

.hero h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.hero p {
  font-size: 18px;
  color: #555;
}

.buttons {
  margin-top: 25px;
}

.btn {
  display: inline-block;
  padding: 12px 22px;
  background: #0a7cff;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  margin: 5px;
}

.btn.outline {
  background: transparent;
  border: 2px solid #0a7cff;
  color: #0a7cff;
}

/* BÖLÜMLER */
section {
  padding: 70px 0;
  scroll-margin-top: 100px;
}

section h2 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 28px;
}

/* HAKKIMIZDA */
.about p {
  text-align: center;
  max-width: 700px;
  margin: auto;
  color: #555;
}

/* HİZMETLER */
.service-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
  margin-top: 30px;
}

.service-box div {
  background: #f5f7fa;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  font-weight: 500;
}

/* İLETİŞİM */
#iletisim p {
  text-align: center;
  margin-bottom: 10px;
}

#iletisim a {
  color: #0a7cff;
  text-decoration: none;
  font-weight: 600;
}

/* HARİTA */
#harita iframe {
  width: 100%;
  border-radius: 10px;
  margin-top: 15px;
}

/* WHATSAPP FLOAT */
.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #25D366;
  color: #fff;
  font-size: 24px;
  padding: 14px 16px;
  border-radius: 50%;
  text-decoration: none;
  z-index: 999;
}

/* MOBİL */
@media (max-width: 768px) {
  .header-inner {
    flex-direction: column;
  }

  .main-menu {
    margin-top: 10px;
  }

  .main-menu a {
    margin: 0 10px;
  }

  .hero h1 {
    font-size: 28px;
  }
}
/* ==== ZORLA YAZI GÖRÜNÜRLÜK DÜZELTMESİ ==== */

body, 
p, 
h1, h2, h3, h4, h5, h6, 
a, 
div, 
section {
  visibility: visible !important;
}

.hero,
.about,
.services,
#iletisim,
#harita {
  background: #ffffff !important;
  position: relative;
  z-index: 1;
}
/* ==== ZORLA FONT VE GÖRÜNÜRLÜK RESET ==== */

body * {
  font-size: 16px !important;
  color: #111 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

h1 { font-size: 36px !important; }
h2 { font-size: 28px !important; }
h3 { font-size: 22px !important; }
p  { font-size: 16px !important; }
a  { font-size: 16px !important; }
/* ==== FONT VE YAZI NETLİĞİ KESİN DÜZELTME ==== */

* {
  font-family: Arial, Helvetica, sans-serif !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
  text-transform: none !important;
  filter: none !important;
  transform: none !important;
  text-shadow: none !important;
}

body {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
  text-rendering: optimizeLegibility !important;
}
/* ==== FONT VE YAZI NETLİĞİ KESİN DÜZELTME ==== */

* {
  font-family: Arial, Helvetica, sans-serif !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
  text-transform: none !important;
  filter: none !important;
  transform: none !important;
  text-shadow: none !important;
}

body {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
  text-rendering: optimizeLegibility !important;
}