/* --- Global --- */
* {margin:0; padding:0; box-sizing:border-box;}
body {font-family:'Poppins',sans-serif; color:#2C3E50; line-height:1.6; background:#fafafa;}

/* --- Header --- */
header {background:#000; position:sticky; top:0; z-index:100; box-shadow:0 2px 5px rgba(0,0,0,0.2);}
.nav-container {display:flex; align-items:center; justify-content:space-between; height:90px; width:90%; max-width:1200px; margin:auto;}
.logo img {height:90px;}
nav ul {list-style:none; display:flex; gap:30px; align-items:center;}
nav ul li a {color:#efefef; font-weight:600; text-decoration:none; border-bottom:2px solid transparent; padding:5px 0;}
nav ul li a:hover, nav ul li a.active {border-bottom-color:#007BFF;}
.nav-links p {color:#fff; font-weight:bold; margin-left:20px;}

/* --- Hero --- */
.yag-hero {
  background-image: url('../../images/services/yag/yag.png') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 45vh !important;
  min-height: 400px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  width: 100% !important;
  max-width: 100vw !important;
  overflow: hidden !important;
}
.hero-overlay {background:rgba(0,0,0,0.5); width:100%; height:100%; display:flex; align-items:center; justify-content:center;}
.hero-text {text-align:center; color:#fff;}
.hero-text h1 {font-size:2.4rem; margin-bottom:10px;}

/* --- Sections --- */
.content {display:flex; flex-wrap:wrap; gap:20px; padding:60px 5%;}
.content .text {flex:1 1 300px;}
.content .image {flex:1 1 250px;}
.content img {max-width:100%; border-radius:8px;}

.timeline, .benefits, .gallery, .contact, .table-section {padding:50px 5%; text-align:center;}
.steps {display:flex; flex-wrap:wrap; gap:20px; justify-content:center;}
.step {background:#fff; padding:20px; border-radius:10px; box-shadow:0 2px 6px rgba(0,0,0,0.1); width:220px;}

/* --- Benefits --- */
.benefit-grid {display:flex; flex-wrap:wrap; gap:20px; justify-content:center;}
.benefit {background:#F5F6FA; padding:20px; border-radius:10px; width:220px;}

/* --- Tables --- */
.table-container {overflow-x:auto; background:#fff; padding:15px; border-radius:12px; box-shadow:0 2px 8px rgba(0,0,0,0.1);}
table {border-collapse:collapse; width:100%; min-width:900px;}
thead th {background:#002244; color:#fff; padding:12px; font-size:14px; border:1px solid #ddd;}
tbody td {border:1px solid #ddd; padding:10px; font-size:14px; text-align:center;}
tbody td:first-child {background:#f9fafc; font-weight:600; text-align:left;}
tbody tr:nth-child(even) {background:#fdfdfd;}
tbody tr:hover {background:#eef6ff;}
.check {color:#27ae60; font-weight:bold;}

/* --- Gallery --- */
.gallery-grid {display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:12px; margin-top:20px;}
.gallery-item {background-size:cover; background-position:center; height:200px; border-radius:8px;}

/* --- Contact --- */
.contact {
    background-color: var(--color-white) !important;
    padding: var(--spacing-xl) var(--spacing-md) var(--spacing-xl) !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
}

/* --- Footer --- */
footer {background:#0A3D62; color:#fff; text-align:center; padding:15px; margin-top:20px;}



.container h2 {
  color: #00050a;
  margin-bottom: 20px;
}

.container p {
  line-height: 1.6;
  color: #333;
  text-align: justify; /* paragrafı düzenli gösterir */
}