:root {
  --bg: #f4f7fb;
  --surface: #ffffff;
  --surface-2: #f8fbff;
  --text: #152230;
  --muted: #5f6f82;
  --line: #d8e2ec;
  --primary: #0d3b66;
  --secondary: #1b6ca8;
  --accent: #22a699;
  --accent-2: #f59e0b;
  --danger: #d64545;
  --shadow: 0 18px 50px rgba(13, 59, 102, 0.1);
  --radius: 24px;
}
html,
body {
  overflow-x: hidden;
  background: linear-gradient(180deg, #f7fbff 0%, #eef4f8 100%);
  color: var(--text);
}
body {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}
a {
  color: var(--secondary);
  text-decoration: none;
}
a:hover {
  color: var(--primary);
}
main {
  padding-top: 1rem;
  padding-bottom: 2rem;
}


tbody, td, tfoot, th, thead, tr {
  padding-left: 15px !important;
}


.section-space {
  margin-top: 2rem;
}
.brand-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--secondary));
  display: inline-block;
  box-shadow: 0 0 0 5px rgba(34, 166, 153, 0.14);
}
.site-shell {
  position: relative;
}

.topbar {
  background: radial-gradient(
      circle at top right,
      rgba(34, 166, 153, 0.18),
      transparent 30%
    ),
    linear-gradient(135deg, #0f2740 0%, #123d67 45%, #1a5c85 100%);
  color: #dbe7f3;
  font-size: 1rem;
}

.topbar a {
  color: #fff;
}


.main-header {
  position: sticky;
  top: 0;
  z-index: 1040;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(216, 226, 236, 0.85);
  box-shadow: 0 1px 3px 0.5px rgb(0 0 0 / 10%);
}





.navbar {
  padding: 0.95rem 0 !important;
}
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.navbar-brand img {
  height: 55px;
  width: auto;
  display: block;
}
.nav-pills-custom {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.nav-pills-custom .nav-link {
  color: var(--text);
  padding: 0.7rem 1rem;
  border-radius: 999px;
  font-weight: 600;
}
.nav-pills-custom .nav-link:hover,
.nav-pills-custom .nav-link.active {
  background: #e9f4fb;
  color: var(--primary);
}
.btn {
  border-radius: 16px;
  padding: 0.78rem 1.15rem;
  font-weight: 700;
  box-shadow: none;
}
.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border: 0;
}
.btn-primary:hover {
  background: linear-gradient(135deg, #0b3154, #165886);
}
.btn-outline-dark {
  border-color: var(--line);
  color: var(--text);
}
.btn-outline-dark:hover {
  background: var(--text);
  border-color: var(--text);
}
.btn-whatsapp {
  background: #1fa97f;
  color: #fff;
  border: 0;
}
.btn-whatsapp:hover {
  background: #198b69;
  color: #fff;
}
.badge-soft,
.kv-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: #eef7ff;
  border: 1px solid #d8e9f7;
  color: var(--primary);
  font-weight: 600;
}
.kv-pill i,
.badge-soft i {
  color: var(--accent);
}
.hero-wrap {
  position: relative;
  padding: 1.25rem 0 0;
}
.hero-panel {
  background: radial-gradient(
      circle at top right,
      rgba(34, 166, 153, 0.18),
      transparent 30%
    ),
    linear-gradient(135deg, #0f2740 0%, #123d67 45%, #1a5c85 100%);
  color: #fff;
  border-radius: 34px;
  padding: 2rem;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hero-panel::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}
.hero-title {
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}
.hero-desc {
  font-size: 1.05rem;
  color: #dbe8f5;
  max-width: 58ch;
}
.hero-actions {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.mini-stat {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  padding: 1rem;
}
.mini-stat strong {
  display: block;
  font-size: 1.15rem;
}
.glass-card,
.hero-card,
.card-soft,
.price-card,
.admin-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(216, 226, 236, 0.9);
  border-radius: 26px;
  box-shadow: var(--shadow);
}
.hero-card .card-body,
.card-soft .card-body,
.admin-card .card-body {
  padding: 1.4rem;
}
.info-stack {
  display: grid;
  gap: 1rem;
}
.info-tile {
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: var(--surface-2);
  border: 1px solid var(--line);
}
.info-tile small {
  display: block;
  color: var(--muted);
  margin-bottom: 0.25rem;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1rem;
}
.section-heading h2 {
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0;
}
.section-heading p {
  margin: 0;
  color: var(--muted);
  max-width: 62ch;
}
.grid-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}
.soft-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(13, 59, 102, 0.06);
  height: 100%;
}
.soft-card .card-body {
  padding: 1.25rem;
}
.soft-card .cover {
  aspect-ratio: 16/10;
  object-fit: cover;
  width: 100%;
  background: #dfe9f2;
}
.soft-card:hover {
  transform: translateY(-4px);
  transition: 0.2s ease;
}
.price-table-wrap {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 1rem;
  box-shadow: var(--shadow);
}
.price-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.price-table thead th {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  border: 0;
  padding: 0.5rem 0.9rem;
}
.price-table tbody tr {
  background: #f8fbff;
  box-shadow: inset 0 0 0 1px #e2edf7;
}
.price-table tbody td {
  padding: 1rem 0.9rem;
  border: 0;
  vertical-align: middle;
}
.price-table tbody tr td:first-child {
  border-radius: 16px 0 0 16px;
}
.price-table tbody tr td:last-child {
  border-radius: 0 16px 16px 0;
}





.trend-up,
.chip-up {
  color: #0f9d58;
  font-weight: 800;
}
.trend-down,
.chip-down {
  color: #d64545;
  font-weight: 800;
}
.trend-flat,
.chip-flat {
  color: #64748b;
  font-weight: 800;
}
.price-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 0.85rem;
}
.list-clean {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.8rem;
}
.list-clean li {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
}
.list-clean i {
  color: var(--accent);
  margin-top: 0.15rem;
}
.highlight-band {
  background: linear-gradient(135deg, #0f2236, #123d67);
  color: #fff;
  border-radius: 28px;
  padding: 1.5rem;
}
.highlight-band p {
  color: #d7e6f4;
}
.footer {
  margin-top: 3rem;
  background: linear-gradient(135deg, #0d1b2a, #18354d);
  color: #e9f3fc;
  border-top: 0 !important;
}
.footer a {
  color: #fff;
}
.footer-link {
  opacity: 0.88;
}
.footer-link:hover {
  opacity: 1;
  color: #9fd3ff !important;
}
.footer-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 1.25rem;
  height: 100%;
}
.breadcrumb {
  background: transparent;
  padding: 0;
}
.breadcrumb a {
  color: var(--muted);
}
.content-prose {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 1.5rem;
  box-shadow: var(--shadow);
}
.content-prose p {
  line-height: 1.85;
  color: #314153;
}
.content-prose h2,
.content-prose h3 {
  font-weight: 900;
  margin-top: 1.3rem;
}
.table-responsive > .table {
  margin-bottom: 0;
}


.table-responsive {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;      /* Firefox */
  -ms-overflow-style: none;   /* Eski IE/Edge */
}

.table-responsive::-webkit-scrollbar {
  display: none;              /* Chrome, Safari, Opera */
}




.form-control,
.form-select {
  border-radius: 16px;
  border-color: var(--line);
  padding: 0.82rem 1rem;
}
.form-control:focus,
.form-select:focus {
  border-color: #89b6d7;
  box-shadow: 0 0 0 0.25rem rgba(27, 108, 168, 0.15);
}
.alert {
  border-radius: 18px;
}
.offcanvas {
  border-right: 0;
}
.offcanvas .list-group-item {
  border-radius: 16px;
  margin-bottom: 0.35rem;
  border: 1px solid var(--line);
}
.carousel-inner,
.carousel-item img {
  border-radius: 26px;
}
.carousel-caption {
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  text-align: left;
}
.carousel-caption h5 {
  font-weight: 800;
}
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}



@media (max-width: 991.98px) {
  .hero-panel {
    padding: 1.5rem;
  }
  .hero-stats,
  .grid-cards {
    grid-template-columns: 1fr;
  }
  .section-heading {
    flex-direction: column;
    align-items: flex-start;
  }
}






.harita-konteyner {
    width: 380px !important;
    height: 300px !important; /* Sabit bir yükseklik belirleyin */
    border: 1px solid #ddd; /* Kenarlığı görmek için (isteğe bağlı) */
    border-radius: 8px; /* Köşeleri yuvarlak yapmak için (isteğe bağlı) */
    overflow: hidden;
}

.harita-konteyner iframe {
    width: 100% !important;
    height: 100% !important;
    display: block;
    border: 0;
}








.price-arrow-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border-radius:999px;
  font-size:18px;
  line-height:1;
  border:1px solid #d9e2ec;
  background:#fff;
}

.price-arrow-badge.trend-up{
  color:#16a34a;
  background:rgba(22,163,74,.10);
  border-color:rgba(22,163,74,.18);
}

.price-arrow-badge.trend-down{
  color:#dc2626;
  background:rgba(220,38,38,.10);
  border-color:rgba(220,38,38,.18);
}

.price-arrow-badge.trend-flat{
  color:#64748b;
  background:rgba(100,116,139,.10);
  border-color:rgba(100,116,139,.18);
}

.price-ticker-bar{
  display:flex;
  align-items:center;
  gap:14px;
  overflow:hidden;
  margin-bottom:22px;
  padding:12px 16px;
  border-radius:18px;
  background:linear-gradient(90deg, #0f3557 0%, #11456f 55%, #145c88 100%);
  box-shadow:0 12px 28px rgba(15,53,87,.14);
}

.price-ticker-label{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  color:#fff;
  font-size:13px;
  font-weight:700;
  letter-spacing:.3px;
  white-space:nowrap;
}

.price-ticker-track{
  position:relative;
  flex:1 1 auto;
  overflow:hidden;
}

.price-ticker-move{
  display:flex;
  align-items:center;
  gap:14px;
  width:max-content;
  animation:hurdaTicker 50s linear infinite;
}

.price-ticker-bar:hover .price-ticker-move{
  animation-play-state:paused;
}

.price-ticker-item{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.08);
  color:#fff;
  white-space:nowrap;
}

.price-ticker-item .ticker-name{
  font-weight:700;
  color:#fff;
}

.price-ticker-item .ticker-value{
  color:rgba(255,255,255,.88);
  font-weight:500;
}

.price-ticker-item .ticker-arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  border-radius:999px;
  font-size:13px;
  line-height:1;
}

.price-ticker-item .ticker-arrow.ticker-up{
  color:#22c55e;
  background:#fff;
}

.price-ticker-item .ticker-arrow.ticker-down{
  color:#ef4444;
  background:#fff;
}

.price-ticker-item .ticker-arrow.ticker-flat{
  color:#cbd5e1;
  background:rgba(203,213,225,.12);
}

@keyframes hurdaTicker{
  0%{
    transform:translateX(0);
  }
  100%{
    transform:translateX(-50%);
  }
}



@media (max-width: 991.98px){
  main {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}


@media (max-width: 991.98px){
  .price-ticker-bar{
    gap:10px;
    padding:10px 12px;
    margin-bottom:18px;
  }

  .price-ticker-label{
    padding:8px 10px;
    font-size:12px;
  }

  .price-ticker-item{
    padding:8px 10px;
    gap:8px;
    font-size:13px;
  }

  .price-arrow-badge{
    width:34px;
    height:34px;
    font-size:16px;
  }
}





.topbar .container{
  overflow: hidden;
}

.topbar .text-truncate{
  min-width: 0;
}






.district-showcase{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:1.25rem;
}

.district-feature-card,
.district-list-card,
.category-row-card,
.why-card,
.latest-posts-card{
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:28px;
  box-shadow:var(--shadow);
}

.district-feature-card{
  overflow:hidden;
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:100%;
}

.district-feature-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.district-feature-content{
  padding:1.5rem;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.district-feature-content h3{
  font-size:1.5rem;
  font-weight:800;
  margin-bottom:.75rem;
}

.district-feature-content p{
  color:var(--muted);
  margin-bottom:1rem;
}

.district-list-card{
  padding:1.25rem;
}

.district-list-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:1rem;
  margin-bottom:1rem;
}

.district-list-head h3{
  margin:0;
  font-size:1.05rem;
  font-weight:800;
}

.district-list-head span{
  font-size:.85rem;
  color:var(--muted);
}

.district-list-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:.75rem;
}

.district-chip{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.75rem;
  padding:.9rem 1rem;
  border:1px solid #e5edf5;
  border-radius:18px;
  background:#f8fbff;
  text-decoration:none;
  color:var(--text);
  transition:.2s ease;
}

.district-chip:hover{
  transform:translateY(-2px);
  border-color:#cfdde9;
}

.district-chip-title{
  font-weight:700;
}

.district-chip-icon{
  font-size:1.1rem;
  line-height:1;
}

.category-rows{
  display:grid;
  gap:1rem;
}

.category-row-card{
  display:grid;
  grid-template-columns:150px 1fr auto;
  gap:1rem;
  align-items:center;
  padding:1rem;
}

.category-row-media img{
  width:150px;
  height:110px;
  object-fit:cover;
  border-radius:20px;
  display:block;
}

.category-row-body h3{
  font-size:1.1rem;
  font-weight:800;
  margin-bottom:.45rem;
}

.category-row-body p{
  margin:0;
  color:var(--muted);
}

.category-row-action{
  display:flex;
  align-items:center;
  justify-content:flex-end;
}

.why-card,
.latest-posts-card{
  padding:1.4rem;
}

.modern-check-list li{
  align-items:flex-start;
  gap:.8rem;
}

.modern-check-list i{
  font-size:1.05rem;
  margin-top:.2rem;
}

.latest-posts-list{
  display:grid;
  gap:1rem;
}

.latest-post-item{
  display:grid;
  grid-template-columns:130px 1fr;
  gap:1rem;
  align-items:flex-start;
  padding-bottom:1rem;
  border-bottom:1px solid #e9eef4;
}

.latest-post-item:last-child{
  padding-bottom:0;
  border-bottom:0;
}

.latest-post-thumb img{
  width:130px;
  height:96px;
  object-fit:cover;
  border-radius:18px;
  display:block;
}

.latest-post-body h3{
  font-size:1rem;
  font-weight:800;
  margin-bottom:.45rem;
}

.latest-post-body p{
  color:var(--muted);
  font-size:.92rem;
  margin-bottom:.75rem;
}

@media (max-width: 991.98px){
  .district-showcase{
    grid-template-columns:1fr;
  }

  .district-feature-card{
    grid-template-columns:1fr;
  }

  .category-row-card{
    grid-template-columns:1fr;
  }

  .category-row-media img{
    width:100%;
    height:220px;
  }

  .category-row-action{
    justify-content:flex-start;
  }

  .latest-post-item{
    grid-template-columns:1fr;
  }

  .latest-post-thumb img{
    width:100%;
    height:220px;
  }
}

@media (max-width: 575.98px){
  .district-list-grid{
    grid-template-columns:1fr;
  }

  .district-feature-content,
  .district-list-card,
  .why-card,
  .latest-posts-card{
    padding:1rem;
  }
}



.district-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:1.25rem;
}

.district-card,
.category-list-card{
  display:grid;
  gap:1rem;
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:28px;
  box-shadow:var(--shadow);
}

.district-card{
  grid-template-columns:180px 1fr;
  overflow:hidden;
}

.district-card-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.district-card-body{
  padding:1.25rem 1.25rem 1.25rem 0;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.district-card-body h3{
  font-size:1.25rem;
  font-weight:800;
  margin-bottom:.65rem;
}

.district-card-body p{
  color:var(--muted);
  margin-bottom:1rem;
}

.category-list{
  display:grid;
  gap:1rem;
}

.category-list-card{
  grid-template-columns:160px 1fr auto;
  align-items:center;
  padding:1rem;
}

.category-list-image img{
  width:160px;
  height:120px;
  border-radius:22px;
  object-fit:cover;
  display:block;
}

.category-list-body h3{
  font-size:1.15rem;
  font-weight:800;
  margin-bottom:.5rem;
}

.category-list-body p{
  margin-bottom:0;
  color:var(--muted);
}

.category-list-action{
  display:flex;
  align-items:center;
  justify-content:flex-end;
}

@media (max-width: 991.98px){
  .district-grid{
    grid-template-columns:1fr;
  }

  .category-list-card{
    grid-template-columns:1fr;
    align-items:flex-start;
  }

  .category-list-image img{
    width:100%;
    height:220px;
  }

  .category-list-action{
    justify-content:flex-start;
  }
}

@media (max-width: 575.98px){
  .district-card{
    grid-template-columns:1fr;
  }

  .district-card-image img{
    height:220px;
  }

  .district-card-body{
    padding:1rem;
  }
}







.mobile-sticky-actions{
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  z-index: 9999;
  display: none;
  gap: 12px;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(17,54,88,.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 10px;
  border-radius: 20px;
  /*  box-shadow: 0 16px 36px rgba(9,37,64,.18);  */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.mobile-sticky-btn{
  flex: 1 1 0;
  min-height: 54px;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  box-shadow: 0 10px 22px rgba(9,37,64,.12);
}

.mobile-sticky-btn svg{
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.mobile-sticky-btn.call{
  background: linear-gradient(135deg, #1a77b8, #0f4d7c);
}

.mobile-sticky-btn.whatsapp{
  background: linear-gradient(135deg, #22c55e, #16a34a);
}

@media (max-width: 767px){
  .mobile-sticky-actions{
    display: flex;
  }

  body{
    padding-bottom: 90px;
  }
}

@media (min-width: 768px){
  .mobile-sticky-actions{
    display: none !important;
  }
}