.eken-branches-section {
  position: relative;
  left: auto;
  right: auto;
  display: block;
  clear: both;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 64px 0 76px;
  background:
    radial-gradient(circle at 18% 16%, rgba(237, 50, 55, 0.12), transparent 28%),
    radial-gradient(circle at 82% 22%, rgba(34, 188, 205, 0.16), transparent 30%),
    linear-gradient(135deg, #f7fafc 0%, #eef4f7 46%, #ffffff 100%);
  overflow: hidden;
}

html,
body {
  overflow-x: hidden;
}

.eken-branches-section > .container {
  display: block;
  clear: both;
  float: none !important;
  width: calc(100% - 30px) !important;
  max-width: 1180px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  transform: none !important;
}

.eken-branches-section * {
  box-sizing: border-box;
}

.eken-branches-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  float: none;
  clear: both;
  width: 100%;
  max-width: 100%;
  gap: 24px;
  margin-bottom: 28px;
  color: #101923;
}

.eken-branches-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: #ed3237;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.eken-branches-hero h1 {
  margin: 0;
  color: #111923;
  font-family: var(--font-main, "Inter", Arial, sans-serif);
  font-size: 42px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}

.eken-branches-hero p {
  max-width: 720px;
  margin: 16px 0 0;
  color: #526171;
  font-size: 16px;
  line-height: 1.7;
}

.eken-branches-count {
  flex: 0 0 auto;
  min-width: 132px;
  padding: 18px 20px;
  border: 1px solid rgba(237, 50, 55, 0.22);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(18, 33, 45, 0.10);
  text-align: center;
}

.eken-branches-count strong {
  display: block;
  color: #ed3237;
  font-size: 42px;
  line-height: 1;
}

.eken-branches-count span {
  display: block;
  margin-top: 8px;
  color: #5a6675;
  font-weight: 700;
}

.eken-branch-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
  gap: 24px;
  margin: 0 0 28px;
}

.eken-branch-detail__content,
.eken-branch-detail__gallery {
  min-width: 0;
  border: 1px solid rgba(17, 25, 35, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(18, 33, 45, 0.10);
}

.eken-branch-detail__content {
  padding: 30px;
}

.eken-branch-detail__content > span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #22b6c7;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.eken-branch-detail__content h2 {
  margin: 0 0 14px;
  color: #111923;
  font-size: 28px;
  font-weight: 800;
}

.eken-branch-detail__content,
.eken-branch-detail__content p,
.eken-branch-detail__content li {
  color: #445162;
  line-height: 1.75;
}

.eken-branch-detail__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 10px;
}

.eken-branch-detail__gallery a {
  display: block;
  min-height: 160px;
  overflow: hidden;
  border-radius: 6px;
  background: #e8eef2;
}

.eken-branch-detail__gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.eken-branch-detail__gallery a:hover img {
  transform: scale(1.04);
}

.eken-branch-map-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  clear: both;
  float: none;
  width: 100%;
  max-width: 100%;
  gap: 22px;
  padding: 22px;
  border: 1px solid rgba(17, 25, 35, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 70px rgba(18, 33, 45, 0.13);
}

.eken-branch-map {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-radius: 8px;
  background: #f6fafc;
}

.eken-branch-map__canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 500px;
  background: #e7eef2;
}

.eken-branch-map .leaflet-control-attribution {
  font-size: 10px;
}

.eken-leaflet-marker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 118px;
  height: 38px;
  padding: 7px 12px 7px 8px;
  border: 1px solid rgba(17, 25, 35, 0.14);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.96);
  color: #111923;
  box-shadow: 0 16px 34px rgba(18, 33, 45, 0.18);
  font-family: var(--font-main, "Inter", Arial, sans-serif);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.eken-leaflet-marker i {
  display: block;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: #83909c;
  box-shadow: 0 0 0 6px rgba(131, 144, 156, 0.16);
}

.eken-leaflet-marker b {
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.eken-leaflet-marker.is-active,
.eken-leaflet-marker.is-primary {
  min-width: 128px;
  height: 42px;
  border-color: rgba(237, 50, 55, 0.58);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 48px rgba(237, 50, 55, 0.24), 0 12px 30px rgba(18, 33, 45, 0.16);
}

.eken-leaflet-marker.is-active i,
.eken-leaflet-marker.is-primary i {
  width: 22px;
  height: 22px;
  background: #ed3237;
  box-shadow: 0 0 0 8px rgba(237, 50, 55, 0.20), 0 0 0 18px rgba(237, 50, 55, 0.08);
}

.eken-leaflet-marker.is-active::after {
  display: none;
}

.eken-leaflet-marker.is-primary::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(237, 50, 55, 0.34);
  border-radius: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.eken-map-popup {
  min-width: 230px;
  font-family: var(--font-main, "Inter", Arial, sans-serif);
}

.eken-map-popup strong,
.eken-map-popup span,
.eken-map-popup a {
  display: block;
}

.eken-map-popup strong {
  color: #111923;
  font-size: 17px;
  font-weight: 800;
}

.eken-map-popup span {
  margin-top: 4px;
  color: #ed3237;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.eken-map-popup p {
  margin: 10px 0 12px;
  color: #445162;
  font-size: 12px;
  line-height: 1.55;
}

.eken-map-popup a {
  color: #111923;
  font-size: 12px;
  font-weight: 800;
}

.eken-branch-map__real {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 500px;
  border: 0;
  filter: saturate(0.92) contrast(1.04) brightness(1.02);
}

.eken-branch-map__veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 21% 34%, rgba(237, 50, 55, 0.24), transparent 12%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04));
  pointer-events: none;
  z-index: 1;
}

.eken-branch-map__svg {
  display: none;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.eken-map-grid path {
  fill: none;
  stroke: rgba(29, 49, 64, 0.055);
  stroke-width: 1;
}

.eken-map-ocean-lines path {
  fill: none;
  stroke: rgba(34, 182, 199, 0.12);
  stroke-width: 2;
}

.eken-branch-map__land {
  fill: url("#ekenBranchLand");
  stroke: rgba(255, 255, 255, 0.86);
  stroke-width: 2.4;
  stroke-linejoin: round;
  filter: drop-shadow(0 14px 22px rgba(18, 33, 45, 0.10));
}

.eken-branch-map__island {
  fill: #bcc8d2;
  stroke: rgba(255, 255, 255, 0.82);
  stroke-width: 2;
  stroke-linejoin: round;
  filter: drop-shadow(0 10px 16px rgba(18, 33, 45, 0.08));
}

.eken-branch-map__land--turkey {
  fill: #b1bdc8;
}

.eken-map-focus {
  pointer-events: none;
  mix-blend-mode: multiply;
}

.eken-map-routes path {
  fill: none;
  stroke: rgba(237, 50, 55, 0.38);
  stroke-width: 4;
  stroke-dasharray: 10 10;
  stroke-linecap: round;
}

.eken-map-labels text {
  fill: rgba(45, 57, 72, 0.44);
  font-family: var(--font-main, "Inter", Arial, sans-serif);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
}

.eken-branch-marker {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 118px;
  padding: 10px 12px;
  border: 1px solid rgba(17, 25, 35, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  color: #2d3948;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(18, 33, 45, 0.16);
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  z-index: 3;
}

.eken-branch-marker span {
  width: 15px;
  height: 15px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: #9aa5b1;
  box-shadow: 0 0 0 5px rgba(154, 165, 177, 0.18);
}

.eken-branch-marker strong {
  color: inherit;
  white-space: nowrap;
}

.eken-branch-marker em {
  display: none;
  color: #ed3237;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  white-space: nowrap;
}

.eken-branch-marker:hover {
  transform: translate(-50%, -54%);
  text-decoration: none;
}

.eken-branch-marker.is-active {
  border-color: rgba(237, 50, 55, 0.35);
  color: #111923;
  box-shadow: 0 20px 42px rgba(237, 50, 55, 0.18);
}

.eken-branch-marker.is-active span {
  background: #ed3237;
  box-shadow: 0 0 0 6px rgba(237, 50, 55, 0.18), 0 0 0 14px rgba(237, 50, 55, 0.07);
}

.eken-branch-marker--primary {
  flex-wrap: wrap;
  min-width: 142px;
  border-color: rgba(237, 50, 55, 0.62);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 48px rgba(237, 50, 55, 0.24), 0 12px 30px rgba(18, 33, 45, 0.16);
}

.eken-branch-marker--primary em {
  display: block;
  flex: 0 0 100%;
  margin-left: 25px;
  margin-top: -4px;
}

.eken-branch-marker--mersin {
  left: 21%;
  top: 34%;
}

.eken-branch-marker--dubai {
  left: 63%;
  top: 86%;
}

.eken-branch-marker--ozbek {
  left: 90%;
  top: 17%;
}

.eken-branch-cards {
  display: grid;
  gap: 14px;
}

.eken-branch-card {
  position: relative;
  min-height: 138px;
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(17, 25, 35, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(245, 249, 252, 0.92)),
    #ffffff;
  color: #111923;
  box-shadow: 0 14px 34px rgba(18, 33, 45, 0.08);
}

.eken-branch-card::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -34px;
  width: 120px;
  height: 120px;
  border: 18px solid rgba(34, 182, 199, 0.12);
  border-radius: 50%;
}

.eken-branch-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
}

.eken-branch-card span,
.eken-branch-card strong {
  position: relative;
  z-index: 1;
}

.eken-branch-card span {
  display: block;
  margin-bottom: 12px;
  color: #687487;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.eken-branch-card strong {
  display: block;
  color: #111923;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
}

.eken-branch-card.is-active {
  border-color: rgba(237, 50, 55, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 242, 243, 0.92)),
    #ffffff;
}

.eken-branch-card.is-active::after {
  border-color: rgba(237, 50, 55, 0.14);
}

.eken-branch-card:hover {
  color: #111923;
  text-decoration: none;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .eken-branches-section {
    padding: 42px 0 54px;
  }

  .eken-branches-hero,
  .eken-branch-detail,
  .eken-branch-map-shell {
    grid-template-columns: 1fr;
  }

  .eken-branches-hero {
    display: grid;
  }

  .eken-branches-count {
    width: 100%;
  }

  .eken-branch-map-shell {
    padding: 14px;
  }
}

@media (max-width: 640px) {
  .eken-branches-section {
    padding: 34px 0 42px;
  }

  .eken-branches-section > .container {
    width: 100% !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .eken-branches-hero {
    gap: 16px;
    margin-bottom: 20px;
  }

  .eken-branches-hero h1 {
    font-size: 30px;
    line-height: 1.08;
  }

  .eken-branches-hero p {
    font-size: 14px;
    line-height: 1.58;
    margin-top: 10px;
  }

  .eken-branches-count {
    justify-self: start;
    width: auto;
    min-width: 104px;
    padding: 12px 16px;
  }

  .eken-branches-count strong {
    font-size: 34px;
  }

  .eken-branch-map-shell {
    gap: 12px;
    padding: 10px;
    border-radius: 7px;
  }

  .eken-branch-detail__content {
    padding: 22px;
  }

  .eken-branch-detail__gallery {
    grid-template-columns: 1fr;
  }

  .eken-branch-map {
    min-height: 360px;
  }

  .eken-branch-map__canvas {
    min-height: 360px;
  }

  .eken-branch-map__real {
    min-height: 360px;
  }

  .eken-branch-map__svg {
    min-height: 360px;
  }

  .eken-leaflet-marker {
    min-width: auto;
    height: 34px;
    gap: 6px;
    padding: 6px 9px 6px 7px;
    font-size: 11px;
  }

  .eken-leaflet-marker.is-active,
  .eken-leaflet-marker.is-primary {
    min-width: auto;
    height: 36px;
  }

  .eken-leaflet-marker i {
    width: 14px;
    height: 14px;
    border-width: 3px;
    box-shadow: 0 0 0 5px rgba(237, 50, 55, 0.14);
  }

  .eken-branch-cards {
    gap: 10px;
  }

  .eken-branch-card {
    min-height: 96px;
    padding: 16px;
  }

  .eken-branch-card span {
    margin-bottom: 8px;
    font-size: 10px;
    letter-spacing: 1.2px;
  }

  .eken-branch-card strong {
    font-size: 21px;
  }

  .eken-branch-marker {
    min-width: 0;
    padding: 9px;
  }

  .eken-branch-marker strong {
    font-size: 11px;
  }

  .eken-branch-marker--mersin {
    left: 25%;
    top: 34%;
  }

  .eken-branch-marker--dubai {
    left: 58%;
    top: 78%;
  }

  .eken-branch-marker--ozbek {
    left: 76%;
    top: 18%;
  }
}

@media (max-width: 420px) {
  .eken-branches-hero h1 {
    font-size: 28px;
  }

  .eken-branch-map {
    min-height: 330px;
  }

  .eken-branch-map__canvas,
  .eken-branch-map__real,
  .eken-branch-map__svg {
    min-height: 330px;
  }

  .eken-leaflet-marker b {
    max-width: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
