/* hizmetDetay.php - Özel stiller */

/* Blog banner üstten margin */
main > section.i.pg.gh.ji:first-of-type {
  margin-top: 120px !important;
  padding-top: 30px !important;
  padding-bottom: 10px !important;
}
main > section.i.pg.gh.ji:first-of-type .bb.ye.i.z-10.ki.xn.dr {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
main > section.i.pg.gh.ji:first-of-type .animate_top {
  margin-bottom: 15px !important;
}
section.ji.gp.uq {
  margin-top: 0 !important;
  padding-top: 20px !important;
}
@media (max-width: 768px) {
  main > section.i.pg.gh.ji:first-of-type {
    margin-top: 100px !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  main > section.i.pg.gh.ji:first-of-type .bb.ye.i.z-10.ki.xn.dr {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

/* Hizmet içeriği - blog-icerik */
.blog-icerik {
  line-height: 1.8;
  font-size: 16px;
  color: #333;
}
.blog-icerik h1, .blog-icerik h2, .blog-icerik h3, .blog-icerik h4, .blog-icerik h5, .blog-icerik h6 {
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 0.8em;
  line-height: 1.3;
  color: #1a1a1a;
}
.blog-icerik h1 { font-size: 2.5em; }
.blog-icerik h2 { font-size: 2em; }
.blog-icerik h3 { font-size: 1.75em; }
.blog-icerik h4 { font-size: 1.5em; }
.blog-icerik h5 { font-size: 1.25em; }
.blog-icerik h6 { font-size: 1em; }
.blog-icerik p { margin-bottom: 1em; }
.blog-icerik strong { font-weight: bold; }
.blog-icerik em { font-style: italic; }
.blog-icerik a {
  color: #f97316;
  text-decoration: underline;
}
.blog-icerik a:hover { text-decoration: none; }
.blog-icerik ul, .blog-icerik ol {
  margin-bottom: 1em;
  padding-left: 1.5em;
}
.blog-icerik ul li { list-style-type: disc; }
.blog-icerik ol li { list-style-type: decimal; }
.blog-icerik blockquote {
  border-left: 4px solid #f97316;
  padding-left: 1em;
  margin: 1em 0;
  font-style: italic;
  color: #555;
}
.blog-icerik table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
}
.blog-icerik table th, .blog-icerik table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
.blog-icerik table th {
  background-color: #f2f2f2;
  font-weight: bold;
}
.blog-icerik img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
body.b.eh .blog-icerik { color: #e5e5e5; }
body.b.eh .blog-icerik h1, body.b.eh .blog-icerik h2, body.b.eh .blog-icerik h3,
body.b.eh .blog-icerik h4, body.b.eh .blog-icerik h5, body.b.eh .blog-icerik h6 {
  color: #ffffff;
}
body.b.eh .blog-icerik blockquote {
  border-left-color: #f97316;
  color: #b0b0b0;
}
body.b.eh .blog-icerik table th {
  background-color: #333;
  color: #e5e5e5;
}
body.b.eh .blog-icerik table td { border-color: #555; }

/* Hizmet Detay Sayfası Özel */
.hizmet-detay-hero {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hizmet-detay-content {
  max-width: 1200px;
  margin: 0 auto;
}
.hizmet-kapak-resim {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  transition: transform 0.3s ease;
}
.hizmet-kapak-resim:hover {
  transform: translateY(-5px);
}
.hizmet-metadata {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  flex-wrap: wrap;
}
.hizmet-metadata-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 14px;
}
.hizmet-metadata-item svg {
  width: 16px;
  height: 16px;
}
.hizmet-ozet-box {
  background: linear-gradient(135deg, #fff5f0 0%, #fff 100%);
  border-left: 4px solid #f97316;
  padding: 25px;
  border-radius: 8px;
  margin: 30px 0;
}
.dark .hizmet-ozet-box {
  background: linear-gradient(135deg, #2a1f1a 0%, #1a1a1a 100%);
  border-left-color: #f97316;
}
.ilgili-hizmet-card {
  transition: all 0.3s ease;
  border: 1px solid #e5e5e5;
}
.ilgili-hizmet-card:hover {
  border-color: #f97316;
  box-shadow: 0 4px 12px rgba(249,115,22,0.15);
  transform: translateY(-2px);
}
.breadcrumb-nav { font-size: 14px; }
.breadcrumb-nav a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
}
.breadcrumb-nav a:hover { color: #f97316; }
@media (max-width: 768px) {
  .hizmet-detay-hero {
    min-height: 250px;
    padding: 40px 20px;
  }
  .hizmet-metadata {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .hizmet-kapak-resim img {
    height: 250px !important;
  }
  .hizmet-detay-content {
    padding: 0 15px;
  }
}
