/* ==========================================================================
   YOZGAT VİNÇ KİRALAMA (yozgatvinc.net) - KESKİN HATLI TEAL INDUSTRIAL THEME (#1F4042)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;500;600;700;800;900&display=swap');

:root {
  /* Solid Dark Logo Green Theme (#1F4042) */
  --teal-primary: #1F4042;
  --teal-dark: #1F4042;
  --teal-glow: rgba(31, 64, 66, 0.25);
  --teal-gradient: #1F4042;

  /* Compatibility Mapping for Solid Dark Green Theme */
  --amber-orange: #1F4042;
  --amber-dark: #1F4042;
  --amber-glow: rgba(31, 64, 66, 0.25);
  --amber-gradient: #1F4042;

  /* Light Theme Surfaces & Colors */
  --bg-light: #F8FAFC;
  --surface-white: #FFFFFF;
  --surface-card: #FFFFFF;
  --surface-subtle: #F1F5F9;
  --border-light: #E2E8F0;
  --border-hover: #CBD5E1;

  /* Deep Navy Accents for Headers/Footers */
  --navy-dark: #0F172A;
  --navy-card: #1E293B;

  /* Typography Colors */
  --text-main: #0F172A;
  --text-muted: #475569;
  --text-light: #64748B;
  --text-white: #FFFFFF;

  /* Status Colors */
  --wp-green: #25D366;
  --wp-green-dark: #1F4042;

  /* Keskin Hatlı Tema: Strict 0px Sharp Edges across all elements */
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --radius-full: 0px;

  --shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.04);
  --shadow-md: 0 10px 25px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 20px 40px rgba(15, 23, 42, 0.12);
  --shadow-orange: 0 10px 25px rgba(31, 64, 66, 0.28);
  --shadow-teal: 0 10px 25px rgba(31, 64, 66, 0.28);

  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
}

/* Reset & Global Strict Width & Sharp Edge Settings */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border-radius: 0 !important; /* Strict sharp corners for all elements */
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  position: relative;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-light);
  color: var(--text-main);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.25s ease;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 0 !important;
}

ul {
  list-style: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  border-radius: 0 !important;
}

/* Utility Containers */
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* ==================== TOP ANNOUNCEMENT BAR ==================== */
.top-bar {
  background: var(--navy-dark);
  color: #E2E8F0;
  font-size: 13.5px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
}

.top-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-info span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}

.top-contact {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top-phone, .top-wp {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
}

.top-phone {
  color: var(--text-white);
}

.top-phone:hover {
  color: #38BDF8;
}

.top-wp {
  color: var(--wp-green);
}

.top-wp:hover {
  opacity: 0.9;
}

/* ==================== MAIN HEADER & BORDERLESS CLEAN LOGO ==================== */
.main-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #FFFFFF !important;
  border-bottom: 1px solid var(--border-light);
  padding: 12px 0;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
  transition: all 0.3s ease;
  width: 100%;
  overflow: visible;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

/* Logo without outline border */
.brand-logo {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  background: #FFFFFF;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.brand-logo:hover {
  transform: scale(1.02);
}

.site-logo-img {
  height: 52px;
  width: auto;
  object-fit: contain;
  display: block;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-item {
  color: var(--text-main);
  font-weight: 600;
  font-size: 15px;
  padding: 9px 18px;
  border-radius: 0 !important;
  transition: all 0.2s ease;
}

.nav-item:hover, .nav-item.active {
  color: var(--teal-primary);
  background: #EAF2F2;
  font-weight: 700;
}

.header-cta-btn .btn-call-now {
  background: var(--teal-gradient);
  color: var(--text-white);
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 15px;
  padding: 11px 24px;
  border-radius: 0 !important;
  box-shadow: var(--shadow-teal);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.header-cta-btn .btn-call-now:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(31, 64, 66, 0.4);
}

/* Mobile Hamburger Menu Toggle Button */
.mobile-menu-toggle {
  display: none;
  background: var(--surface-subtle);
  border: 1px solid var(--border-light);
  color: var(--navy-dark);
  font-size: 22px;
  width: 44px;
  height: 44px;
  border-radius: 0 !important;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-left: auto;
  flex-shrink: 0;
}

.mobile-menu-toggle:hover {
  background: var(--border-light);
  color: var(--teal-primary);
}

/* ==================== BUTTON SYSTEM ==================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 0 !important;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}

.btn-hero-primary {
  background: var(--teal-gradient);
  color: var(--text-white);
  box-shadow: var(--shadow-teal);
}

.btn-hero-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(31, 64, 66, 0.45);
}

.btn-hero-secondary {
  background: var(--surface-white);
  color: var(--navy-dark);
  border: 2px solid var(--border-light);
  box-shadow: var(--shadow-sm);
}

.btn-hero-secondary:hover {
  background: var(--surface-subtle);
  border-color: var(--teal-primary);
  transform: translateY(-3px);
}

.btn-cta-call {
  background: var(--teal-gradient);
  color: var(--text-white);
  font-weight: 800;
}

.btn-cta-call:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-teal);
}

.btn-cta-wp {
  background: var(--wp-green);
  color: var(--text-white);
}

.btn-cta-wp:hover {
  background: var(--wp-green-dark);
  transform: translateY(-2px);
}

/* ==================== PAGE VIEWS & HERO SECTION WITH IMAGE ==================== */
.page-view {
  display: none;
  animation: fadeIn 0.4s ease forwards;
  width: 100%;
  max-width: 100%;
}

.page-view.active {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-box {
  position: relative;
  background: linear-gradient(135deg, #F8FAFC 0%, #EFF6FF 100%);
  padding: 60px 0 75px;
  border-bottom: 1px solid var(--border-light);
  width: 100%;
}

.hero-grid-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}

.hero-text-content {
  text-align: left;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(31, 64, 66, 0.1);
  color: var(--teal-primary);
  border: 1px solid rgba(31, 64, 66, 0.3);
  padding: 6px 20px;
  border-radius: 0 !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.hero-text-content h1 {
  font-family: var(--font-heading);
  font-size: 44px;
  font-weight: 900;
  line-height: 1.15;
  color: var(--navy-dark);
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.hero-text-content h1 span {
  color: #1F4042;
  background: none;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: #1F4042;
}

.hero-text-content p {
  font-size: 17px;
  color: var(--text-muted);
  margin-bottom: 32px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-image-content {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}

.hero-main-img {
  width: 100%;
  max-height: 380px;
  object-fit: cover;
  border-radius: 0 !important;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.15);
  border: 4px solid #FFFFFF;
  transition: transform 0.4s ease;
}

.hero-main-img:hover {
  transform: translateY(-4px);
}

/* ==================== SECTION BLOCKS & BACKGROUND OVERLAYS ==================== */
.section-block {
  padding: 75px 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.bg-white {
  background-color: var(--surface-white);
}

.bg-light {
  background-color: var(--bg-light);
}

/* CONSTRUCTION ICONS PATTERN OVERLAY */
.construction-pattern-bg {
  position: relative;
  overflow: hidden;
}

.relative-z2 {
  position: relative;
  z-index: 2;
}

.bg-construction-icons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.bg-construction-icons i {
  position: absolute;
  color: var(--navy-dark);
  opacity: 0.055;
  user-select: none;
  transition: opacity 0.3s ease;
}

.icon-bg-1 { top: 6%; left: 3%; font-size: 90px; transform: rotate(-15deg); }
.icon-bg-2 { top: 12%; right: 4%; font-size: 115px; transform: rotate(18deg); }
.icon-bg-3 { top: 52%; left: 2%; font-size: 98px; transform: rotate(12deg); }
.icon-bg-4 { top: 46%; right: 3%; font-size: 108px; transform: rotate(-22deg); }
.icon-bg-5 { bottom: 8%; left: 12%; font-size: 92px; transform: rotate(24deg); }
.icon-bg-6 { bottom: 10%; right: 16%; font-size: 105px; transform: rotate(-14deg); }
.icon-bg-7 { top: 32%; left: 26%; font-size: 78px; transform: rotate(40deg); }
.icon-bg-8 { top: 68%; right: 30%; font-size: 82px; transform: rotate(-32deg); }
.icon-bg-9 { top: 4%; left: 44%; font-size: 88px; transform: rotate(-10deg); }
.icon-bg-10 { bottom: 5%; left: 46%; font-size: 86px; transform: rotate(16deg); }

/* PROPORTIONAL & NON-DISTORTED REGIONAL NETWORK CONSTELLATION OVERLAY */
.regional-network-pattern-bg {
  position: relative;
  overflow: hidden;
  background-color: #F8FAFC;
  background-image: 
    radial-gradient(rgba(31, 64, 66, 0.06) 1px, transparent 1px),
    linear-gradient(to right, rgba(15, 23, 42, 0.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(15, 23, 42, 0.03) 1px, transparent 1px);
  background-size: 24px 24px, 48px 48px, 48px 48px;
  background-position: center center;
}

.bg-network-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.network-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 45px;
}

.section-subtitle {
  display: inline-block;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 13px;
  color: var(--teal-primary);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-header h2 {
  font-family: var(--font-heading);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.25;
  color: var(--navy-dark);
  margin-bottom: 12px;
}

.section-header p {
  font-size: 16px;
  color: var(--text-muted);
}

/* ==================== SERVICES GRID ==================== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%;
}

.service-card-modern {
  background: var(--surface-white);
  border-radius: 0 !important;
  border: 1px solid var(--border-light);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.service-card-modern:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: var(--teal-primary);
}

.s-card-img {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.s-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  border-radius: 0 !important;
}

.service-card-modern:hover .s-card-img img {
  transform: scale(1.06);
}

.s-card-body {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.s-card-body h3 {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 800;
  color: var(--navy-dark);
  margin-bottom: 10px;
}

.s-card-body p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 24px;
  flex-grow: 1;
}

.s-card-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top: 1px solid var(--border-light);
  padding-top: 16px;
}

.btn-s-more {
  font-weight: 700;
  font-size: 14px;
  color: var(--navy-dark);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ==================== SINGLE SERVICE DETAIL MAIN CARD BOX ==================== */
.s-detail-main-card {
  background: var(--surface-white);
  border: 1px solid var(--border-light);
  border-radius: 0 !important;
  padding: 40px;
  box-shadow: var(--shadow-sm);
  width: 100%;
  max-width: 920px;
  margin: 0 auto 60px;
  transition: box-shadow 0.3s ease;
}

.s-detail-main-card:hover {
  box-shadow: var(--shadow-md);
}

.s-detail-card-img {
  width: 100%;
  max-height: 380px;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid var(--border-light);
}

.s-detail-card-img img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}

.s-detail-title {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 800 !important;
  color: var(--navy-dark);
  margin-bottom: 22px;
  text-align: left;
}

.s-card-body h3, .s-text h2, .s-text h3, .s-text h4 {
  font-family: var(--font-heading);
  font-weight: 800 !important;
  color: var(--navy-dark);
}

/* ==================== OTHER SERVICES SECTION (HİZMET DETAY SAYFASINDA) ==================== */
.other-services-wrapper {
  margin-top: 60px;
  padding-top: 50px;
  border-top: 2px solid var(--border-light);
  width: 100%;
}

.other-services-header {
  text-align: center;
  margin-bottom: 40px;
}

.other-services-header h3 {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 800;
  color: var(--navy-dark);
  margin-bottom: 8px;
}

.other-services-header p {
  font-size: 15px;
  color: var(--text-muted);
}

.other-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
  width: 100%;
}

/* ==================== DISTRICTS GRID & CLICKABLE NEIGHBORHOODS ==================== */
.districts-grid-preview {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 20px;
  width: 100%;
}

.district-card-home {
  background: var(--surface-white);
  border: 1px solid var(--border-light);
  border-radius: 0 !important;
  padding: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}

.district-card-home:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--teal-primary);
}

.d-card-header h4 {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 800;
  color: var(--navy-dark);
}

.d-desc-short {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.d-neighborhood-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
  flex-grow: 1;
}

.m-pill {
  background: var(--surface-subtle);
  border: 1px solid var(--border-light);
  font-size: 11.5px;
  font-weight: 600;
  color: var(--navy-dark);
  padding: 5px 12px;
  border-radius: 0 !important;
  transition: all 0.2s ease;
  word-break: break-word;
}

.clickable-pill:hover, .clickable-n-item:hover {
  background: rgba(31, 64, 66, 0.12) !important;
  border-color: var(--teal-primary) !important;
  color: var(--teal-dark) !important;
  cursor: pointer !important;
  transform: translateY(-1px);
}

.d-card-action {
  font-size: 15px;
  font-weight: 700;
  color: var(--teal-primary);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px dashed var(--border-light);
  padding-top: 12px;
  transition: transform 0.2s ease;
}

.district-card-home:hover .d-card-action i {
  transform: translateX(4px);
}

/* ==================== FULL DISTRICTS LIST PAGE ==================== */
.district-full-card {
  background: var(--surface-white);
  border-radius: 0 !important;
  border: 1px solid var(--border-light);
  padding: 32px;
  margin-bottom: 25px;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
  width: 100%;
}

.district-full-card:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--teal-primary);
}

.d-full-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.d-title-group h2 {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
  color: var(--navy-dark);
}

.btn-d-call {
  background: var(--teal-gradient);
  color: var(--text-white);
  font-weight: 800;
  padding: 10px 20px;
  border-radius: 0 !important;
  box-shadow: var(--shadow-teal);
}

.d-full-desc {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 22px;
}

.neighborhoods-section h5 {
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 700;
  color: var(--navy-dark);
  margin-bottom: 14px;
}

.neighborhoods-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 10px;
  margin-bottom: 24px;
  width: 100%;
}

.neighborhoods-grid-large {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
  margin-bottom: 24px;
  width: 100%;
}

.n-item, .n-card-badge {
  background: var(--surface-subtle);
  border: 1px solid var(--border-light);
  padding: 9px 14px;
  border-radius: 0 !important;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--navy-dark);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
  word-break: break-word;
}

.d-full-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid var(--border-light);
  padding-top: 16px;
}

.btn-d-wp {
  background: var(--wp-green);
  color: var(--text-white);
  font-weight: 700;
  font-size: 13.5px;
  padding: 8px 18px;
  border-radius: 0 !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ==================== DISTRICT DETAIL LAYOUT & ELEGANT TEXT SPACING ==================== */
.district-detail-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 30px;
  align-items: start;
  width: 100%;
}

.d-detail-card {
  background: var(--surface-white);
  border: 1px solid var(--border-light);
  border-radius: 0 !important;
  padding: 36px;
  box-shadow: var(--shadow-sm);
  width: 100%;
}

.d-detail-card h2 {
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 800;
  color: var(--navy-dark);
  margin-bottom: 22px;
}

.d-detail-card p {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.85;
  margin-bottom: 24px;
}

.d-callout-box {
  background: #F1F5F9;
  border-left: 4px solid var(--teal-primary);
  border-radius: 0 !important;
  padding: 24px 28px;
  margin: 32px 0;
}

.d-callout-box h4 {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 800;
  color: var(--navy-dark);
  margin-bottom: 10px;
}

.d-callout-box p {
  margin-bottom: 0;
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.7;
}

.n-title-head {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 800;
  color: var(--navy-dark);
  margin-top: 36px;
  margin-bottom: 20px;
}

.sidebar-services-card {
  background: var(--surface-white);
  border: 1px solid var(--border-light);
  border-radius: 0 !important;
  padding: 28px;
  box-shadow: var(--shadow-sm);
  width: 100%;
}

.sidebar-services-card h4 {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 800;
  color: var(--navy-dark);
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-light);
}

.sidebar-services-card ul li {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--text-muted);
  padding: 10px 8px 10px 24px;
  border-bottom: 1px dashed var(--border-light);
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  transition: all 0.2s ease;
  cursor: pointer;
}

.sidebar-services-card ul li:hover {
  background: rgba(31, 64, 66, 0.07);
  color: var(--teal-primary);
}

.sidebar-services-card ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: inherit;
  text-decoration: none;
}

.sidebar-services-card ul li::before {
  content: "•";
  position: absolute;
  left: 8px;
  top: 8px;
  color: var(--teal-primary);
  font-size: 20px;
  font-weight: bold;
}

.sidebar-services-card ul li:last-child {
  border-bottom: none;
}

/* GENERAL CONTENT BULLET LIST STYLING & PARAGRAPH HARMONY */
.s-text ul, .d-detail-card ul, .n-detail-main-card ul, .content-block ul, ul.bullet-list {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 18px 0 24px !important;
}

.s-text ul li, .d-detail-card ul li, .n-detail-main-card ul li, .content-block ul li, ul.bullet-list li {
  position: relative !important;
  padding-left: 28px !important;
  margin-bottom: 12px !important;
  font-size: 15.5px !important;
  line-height: 1.65 !important;
  color: var(--text-main) !important;
}

.s-text ul li::before, .d-detail-card ul li::before, .n-detail-main-card ul li::before, .content-block ul li::before, ul.bullet-list li::before {
  content: "•" !important;
  position: absolute !important;
  left: 8px !important;
  top: -2px !important;
  color: var(--teal-primary) !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

/* ==================== PAGE HEADER BANNERS & MULTI-IMAGE STRIP BACKGROUND ==================== */
.page-header-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 48px 0;
  color: var(--text-white);
  text-align: center;
  width: 100%;
}

.page-header-banner::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.82) 0%, rgba(15, 23, 42, 0.90) 100%);
  z-index: 1;
}

.page-header-banner .container {
  position: relative;
  z-index: 2;
}

/* SIDE-BY-SIDE MULTI-IMAGE STRIP BANNER */
.strip-banner-box {
  position: relative;
  overflow: hidden;
  background: #0B0F19;
  width: 100%;
}

.banner-services-strip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0.70;
  filter: contrast(1.1) brightness(0.85);
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.banner-services-strip img {
  flex: 1;
  width: 16.666%;
  height: 100%;
  object-fit: cover;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0 !important;
}

.banner-dark-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.65) 0%, rgba(15, 23, 42, 0.85) 100%);
  pointer-events: none;
  z-index: 2;
}

.banner-content-relative {
  position: relative;
  z-index: 3;
}

/* DYNAMIC HEADER BANNER FOR SINGLE SERVICE DETAIL */
.banner-services-dynamic {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 48px 0;
  overflow: hidden;
  color: var(--text-white);
  text-align: center;
  width: 100%;
}

.banner-services-dynamic::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.65) 0%, rgba(15, 23, 42, 0.85) 100%);
  z-index: 1;
}

/* Page Banner Background Image Variants */
.banner-about {
  background-image: url('images/vinc-kiralama-04.jpg');
}

.banner-regions {
  background-image: url('images/yozgat-mulk-idare-il-haritasi-2791-1000-1000.png');
}

.banner-contact {
  background-image: url('images/kayseri-sahin-vinc-09-1.jpg');
}

.btn-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.14);
  color: #FFFFFF !important;
  border: 1px solid rgba(255, 255, 255, 0.30);
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
  transition: all 0.25s ease;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0 !important;
}

.btn-back-link:hover {
  background: rgba(255, 255, 255, 0.28);
  border-color: #FFFFFF;
  color: #FFFFFF !important;
  transform: translateX(-4px);
}

.page-header-banner h1, .banner-services-dynamic h1 {
  font-family: var(--font-heading);
  font-size: 34px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  margin-bottom: 8px !important;
  letter-spacing: -0.3px;
  color: #FFFFFF !important;
}

.page-header-banner p, .banner-services-dynamic p {
  color: #CBD5E1 !important;
  font-size: 15.5px !important;
  line-height: 1.5 !important;
  max-width: 680px;
  margin: 0 auto !important;
}

/* ==================== INTERACTIVE NEIGHBORHOOD MODAL ==================== */
.n-modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(6px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  animation: fadeIn 0.25s ease;
  box-sizing: border-box;
}

.n-modal-content {
  background: #FFFFFF;
  border-radius: 0 !important;
  max-width: 520px;
  width: 100%;
  padding: 28px;
  position: relative;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-light);
  box-sizing: border-box;
}

.n-modal-close {
  position: absolute;
  top: 16px;
  right: 18px;
  background: var(--surface-subtle);
  border: 1px solid var(--border-light);
  border-radius: 0 !important;
  width: 32px;
  height: 32px;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy-dark);
}

.n-modal-close:hover {
  background: var(--border-light);
}

.n-modal-title {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 800;
  color: var(--navy-dark);
  margin-bottom: 4px;
}

.n-modal-sub {
  font-size: 13.5px;
  color: var(--teal-primary);
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}

.n-modal-services-list {
  background: var(--bg-light);
  border-radius: 0 !important;
  padding: 20px;
  margin-bottom: 22px;
  border: 1px solid var(--border-light);
}

.n-modal-services-list h4 {
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 700;
  color: var(--navy-dark);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.n-modal-services-list ul li {
  font-size: 13.5px;
  color: var(--text-muted);
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.n-modal-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* ==================== CONTACT CARDS ==================== */
.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 30px;
  width: 100%;
}

.contact-box {
  background: var(--surface-white);
  border: 1px solid var(--border-light);
  border-radius: 0 !important;
  padding: 35px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.c-tag {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--text-light);
  margin-bottom: 6px;
}

.contact-box h3 {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 800;
  color: var(--navy-dark);
  margin-bottom: 8px;
}

.contact-box p {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.contact-big-link {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 20px;
  color: var(--teal-primary);
}

.contact-big-link.wp-bg {
  color: var(--wp-green);
}

/* ==================== BOTTOM CTA BANNER WITH CRANE BACKGROUND ==================== */
.bottom-cta-section {
  position: relative;
  background: var(--navy-dark);
  padding: 65px 0;
  width: 100%;
}

.cta-banner-card {
  position: relative;
  z-index: 3;
  background: #1E293B;
  border: 1px solid #1F4042;
  border-radius: 0 !important;
  padding: 45px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(8px);
  width: 100%;
}

.cta-text {
  flex: 1;
}

.cta-text h2 {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 800;
  color: #FFFFFF !important;
  margin-bottom: 6px;
}

.cta-text p {
  color: #F1F5F9 !important;
  font-size: 16px;
}

.cta-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* ==================== SITE FOOTER & DIRECT PURE WHITE LOGO ==================== */
.site-footer {
  background: #090D16;
  color: #94A3B8;
  padding: 55px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  width: 100%;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: 40px;
  margin-bottom: 40px;
  width: 100%;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 16px;
  background: transparent;
  padding: 0;
  border-radius: 0 !important;
  box-shadow: none;
  transition: transform 0.2s ease;
}

.footer-logo:hover {
  transform: scale(1.03);
}

.footer-logo-img {
  height: 56px;
  width: auto;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
  border-radius: 0 !important;
}

.footer-col h4 {
  font-family: var(--font-heading);
  color: var(--text-white);
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 18px;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #94A3B8;
  font-size: 14px;
}

.footer-col ul li a:hover {
  color: #38BDF8;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 12px;
}

.footer-icon, .footer-col i {
  color: #475569 !important;
  margin-right: 8px;
  font-size: 14px;
  opacity: 0.75;
}

.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 20px;
  text-align: left !important;
  font-size: 13px;
}

.copyright-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left !important;
}

.footer-copyright p {
  text-align: left !important;
}

/* ==================== MOBILE STICKY FLOAT BAR ==================== */
.mobile-float-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  max-width: 100%;
  z-index: 99999;
  background: #0F172A !important;
  padding: 8px 8px calc(8px + env(safe-area-inset-bottom, 0px)) 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  gap: 8px;
  box-sizing: border-box;
  margin: 0;
  align-items: center;
}

.mobile-float-bar::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 120px;
  background: #0F172A !important;
  pointer-events: none;
}

.float-btn {
  flex: 1;
  width: 50%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 6px;
  border-radius: 0 !important;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 14px;
  white-space: nowrap;
  box-sizing: border-box;
}

.float-phone {
  background: var(--teal-gradient);
  color: var(--text-white);
}

.float-whatsapp {
  background: var(--wp-green);
  color: var(--text-white);
}

/* ==================== RESPONSIVE MEDIA QUERIES & MOBILE NAVIGATION DRAWER ==================== */
@media (max-width: 992px) {
  .main-header {
    overflow: visible !important;
  }

  .header-container {
    position: relative;
  }

  .header-cta-btn {
    display: none;
  }

  .mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }

  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #FFFFFF;
    flex-direction: column;
    gap: 8px;
    padding: 16px 20px;
    border-top: 1px solid var(--border-light);
    border-bottom: 3px solid var(--teal-primary);
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.2);
    z-index: 9999;
    box-sizing: border-box;
  }

  .nav-menu.open {
    display: flex !important;
  }

  .nav-menu .nav-item {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0 !important;
    background: var(--surface-subtle);
    color: var(--navy-dark);
  }

  .nav-menu .nav-item:hover, .nav-menu .nav-item.active {
    background: rgba(31, 64, 66, 0.12);
    color: var(--teal-primary);
  }

  .hero-grid-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .hero-text-content {
    text-align: center;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-text-content h1 {
    font-size: 32px;
  }

  .district-detail-layout {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .bg-construction-icons i {
    opacity: 0.035;
  }

  .services-grid, .other-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-banner-card {
    flex-direction: column;
    text-align: center;
    padding: 28px 20px;
  }

  .cta-img-box {
    width: 100%;
    max-width: 340px;
    height: 180px;
  }

  .cta-content-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }

  .hero-box {
    padding: 35px 0 45px;
  }

  .hero-text-content h1 {
    font-size: 26px;
  }

  .hero-text-content p {
    font-size: 15px;
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .services-grid, .other-services-grid {
    grid-template-columns: 1fr;
  }

  .principles-2x2-grid {
    grid-template-columns: 1fr !important;
  }

  .districts-grid-preview {
    grid-template-columns: 1fr;
  }

  .neighborhoods-grid, .neighborhoods-grid-large {
    grid-template-columns: 1fr;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
  }

  .contact-box {
    padding: 24px 20px;
  }

  .d-detail-card {
    padding: 24px 18px;
  }

  .district-full-card {
    padding: 22px 16px;
  }

  .d-full-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-d-call {
    width: 100%;
  }

  .cta-buttons {
    flex-direction: column;
    width: 100%;
  }

  .cta-buttons .btn {
    width: 100%;
  }

  .top-bar-content {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }

  .mobile-float-bar {
    display: flex;
  }

  body {
    padding-bottom: calc(65px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

/* ==================== NEIGHBORHOOD DETAIL PAGE STYLES ==================== */
.n-detail-centered-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

.neighborhood-detail-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 30px;
  align-items: start;
  width: 100%;
}

.n-detail-main-card {
  background: var(--surface-white);
  border: 1px solid var(--border-light);
  border-radius: 0 !important;
  padding: 36px;
  box-shadow: var(--shadow-sm);
  width: 100%;
}

.n-detail-main-card h2 {
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 800;
  color: var(--navy-dark);
  margin-bottom: 18px;
}

.n-detail-main-card p {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.85;
  margin-bottom: 20px;
}

.n-services-block {
  margin-top: 40px;
  padding-top: 35px;
  border-top: 2px solid var(--border-light);
}

.n-services-block h3 {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
  color: var(--navy-dark);
  margin-bottom: 8px;
}

.n-services-block p.sub {
  font-size: 14.5px;
  color: var(--text-muted);
  margin-bottom: 25px;
}

.n-other-neighborhoods-block {
  margin-top: 45px;
  padding-top: 35px;
  border-top: 2px solid var(--border-light);
}

.n-other-neighborhoods-block h3 {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
  color: var(--navy-dark);
  margin-bottom: 8px;
}

.n-other-neighborhoods-block p.sub {
  font-size: 14.5px;
  color: var(--text-muted);
  margin-bottom: 25px;
}

.other-neighborhoods-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
  width: 100%;
}

.other-n-card {
  background: var(--surface-white);
  border: 1px solid var(--border-light);
  border-radius: 0 !important;
  padding: 18px;
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
  text-decoration: none;
}

.other-n-card:hover {
  border-color: var(--teal-primary);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.other-n-card h4 {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 800;
  color: var(--navy-dark);
  margin-bottom: 4px;
}

.other-n-card span.n-tag {
  font-size: 12px;
  color: var(--teal-primary);
  font-weight: 700;
  margin-bottom: 10px;
}

.other-n-card div.n-link {
  font-size: 15px;
  font-weight: 700;
  color: var(--navy-dark);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px dashed var(--border-light);
  transition: color 0.2s ease;
}

.other-n-card:hover div.n-link {
  color: var(--teal-primary);
}

.other-n-card:hover div.n-link i {
  transform: translateX(4px);
  transition: transform 0.2s ease;
}

@media (max-width: 992px) {
  .neighborhood-detail-layout {
    grid-template-columns: 1fr;
  }
}

