/* LİHKAB hizmet alt sayfaları */

.lihkab-hizmet-icerik {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}

.lihkab-hizmet-baslik {
  text-align: center;
  margin-bottom: 36px;
}

.lihkab-hizmet-baslik h1 {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #0f2d4a;
  text-transform: uppercase;
}

.lihkab-hizmet-baslik .cizgi {
  display: block;
  width: 48px;
  height: 3px;
  margin: 14px auto 0;
  background: linear-gradient(90deg, #1a5296, #f39221);
  border-radius: 2px;
}

.lihkab-hizmet-kart {
  background: #fff;
  border-radius: 14px;
  padding: 32px 36px;
  margin-bottom: 24px;
  box-shadow: 0 8px 28px rgba(15, 45, 74, 0.07);
  border: 1px solid rgba(15, 45, 74, 0.06);
}

.lihkab-hizmet-kart > p {
  font-size: 0.98rem;
  line-height: 1.85;
  color: #475569;
  margin-bottom: 0;
  text-align: center;
}

.lihkab-tel-blok {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #e8edf3;
}

.lihkab-tel-metin {
  margin: 0 0 16px;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #0f2d4a;
  text-align: center;
}

.lihkab-hizmet-kart > .lihkab-tel-metin {
  margin-bottom: 16px;
}

.lihkab-hizmet-kart > .lihkab-tel-grid {
  margin-top: 0;
}

.lihkab-tel-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.lihkab-tel-kart {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 20px 16px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.lihkab-tel-kart:hover {
  border-color: #1a5296;
  box-shadow: 0 6px 20px rgba(26, 82, 150, 0.12);
  transform: translateY(-2px);
}

.lihkab-tel-ikon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a5296, #2d6cb5);
  margin-bottom: 4px;
}

.lihkab-tel-ikon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lihkab-tel-etiket {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #f39221;
}

.lihkab-tel-no {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f2d4a;
  letter-spacing: 0.2px;
}

.lihkab-evrak-baslik {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #0f2d4a;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(243, 146, 33, 0.45);
  text-align: center;
}

.lihkab-evrak-liste {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lihkab-evrak-liste li {
  position: relative;
  padding-left: 28px;
  font-size: 0.95rem;
  line-height: 1.75;
  color: #475569;
  text-align: left;
}

.lihkab-evrak-liste li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f39221;
  box-shadow: 0 0 0 3px rgba(243, 146, 33, 0.2);
}

.lihkab-hizmet-alt-baslik {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #0f2d4a;
  margin: 28px 0 12px;
  text-align: center;
}

.lihkab-hizmet-alt-baslik:first-child {
  margin-top: 0;
}

.lihkab-ornek-gorsel {
  margin-top: 8px;
}

.lihkab-ornek-gorsel h2 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #0f2d4a;
  margin-bottom: 16px;
  text-align: center;
}

.lihkab-ornek-cerceve {
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  border: 1px solid rgba(15, 45, 74, 0.08);
  box-shadow: 0 8px 28px rgba(15, 45, 74, 0.07);
}

.lihkab-ornek-cerceve + .lihkab-ornek-cerceve {
  margin-top: 20px;
}

.lihkab-ornek-cerceve img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

.lihkab-ornek-cerceve figcaption {
  margin-top: 12px;
  font-size: 0.85rem;
  color: #64748b;
  text-align: center;
}

.lihkab-ornek-cerceve .bekleyen-gorsel {
  position: static;
  width: 100%;
  height: auto;
  opacity: 0;
}

.lihkab-ornek-cerceve .bekleyen-gorsel.yuklendi {
  opacity: 1;
}

/* Yana geçmeli örnek görsel galerisi */
.galeri-slider {
  background: #fff;
  border-radius: 14px;
  padding: 20px 16px 18px;
  border: 1px solid rgba(15, 45, 74, 0.08);
  box-shadow: 0 8px 28px rgba(15, 45, 74, 0.07);
}

.galeri-slider-izgara {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
}

.galeri-slider-pencere {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  touch-action: pan-y;
  cursor: grab;
  transition: height 0.35s ease;
}

.galeri-slider-pencere:active {
  cursor: grabbing;
}

.galeri-slider-sarma {
  display: flex;
  align-items: flex-start;
  transition: transform 0.35s ease;
  will-change: transform;
}

.galeri-slider-kayit {
  flex: 0 0 100%;
  margin: 0;
  min-width: 0;
}

.galeri-slider-kayit picture {
  display: block;
}

.galeri-slider-kayit picture,
.galeri-slider-kayit img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.galeri-slider-ok {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  background: #f8fafc;
  color: #0f2d4a;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
}

.galeri-slider-ok:hover {
  border-color: #1a5296;
  background: #fff;
  transform: scale(1.05);
}

.galeri-slider-ok svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.galeri-slider-aciklama {
  margin: 14px 0 12px;
  min-height: 1.4em;
  font-size: 0.85rem;
  color: #64748b;
  text-align: center;
}

.galeri-slider-noktalar {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.galeri-slider-nokta {
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #cbd5e1;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.galeri-slider-nokta.aktif {
  background: #1a5296;
  transform: scale(1.15);
}

.galeri-slider-nokta:hover {
  background: #94a3b8;
}

.lihkab-ucret-tablo-wrap {
  overflow-x: auto;
  margin-top: 8px;
}

.lihkab-ucret-tablo {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.lihkab-ucret-tablo th,
.lihkab-ucret-tablo td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid #e8edf3;
}

.lihkab-ucret-tablo th {
  background: #0f2d4a;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.lihkab-ucret-tablo th:first-child {
  border-radius: 10px 0 0 0;
}

.lihkab-ucret-tablo th:last-child {
  border-radius: 0 10px 0 0;
  text-align: right;
  white-space: nowrap;
}

.lihkab-ucret-tablo td:last-child {
  text-align: right;
  font-weight: 700;
  color: #0f2d4a;
  white-space: nowrap;
}

.lihkab-ucret-tablo tbody tr:hover {
  background: #f8fafc;
}

.lihkab-ucret-tablo tbody tr:last-child td {
  border-bottom: none;
}

.lihkab-ucret-not {
  margin-top: 20px;
  font-size: 0.85rem;
  line-height: 1.7;
  color: #64748b;
  text-align: center;
}

@media (max-width: 640px) {
  .lihkab-hizmet-kart {
    padding: 24px 20px;
  }

  .lihkab-tel-grid {
    grid-template-columns: 1fr;
  }

  .lihkab-tel-no {
    font-size: 1rem;
  }

  .galeri-slider {
    padding: 16px 10px 14px;
  }

  .galeri-slider-izgara {
    gap: 6px;
  }

  .galeri-slider-ok {
    width: 34px;
    height: 34px;
  }
}
