﻿:root {
  --brand-yellow: #f3df00;
  --brand-blue: #12a9e7;
  --ink-900: #101418;
  --ink-700: #28313a;
  --ink-500: #4a5a68;
  --line-soft: #d7dfe7;
  --radius-lg: 18px;
  --radius-md: 12px;
  --shadow-soft: 0 12px 30px rgba(16, 20, 24, 0.09);
  --shadow-nav: 0 8px 24px rgba(16, 20, 24, 0.08);
  --font-content: "Inter", sans-serif;
  --font-menu: "Poppins", sans-serif;
  --font-title: "Poppins", sans-serif;
  --font-button: "Inter", sans-serif;
}

html { scroll-behavior: smooth; }

body.modern-theme {
  font-family: var(--font-content);
  color: var(--ink-900);
  background:
    radial-gradient(circle at 10% 0%, rgba(18, 169, 231, 0.11), transparent 36%),
    radial-gradient(circle at 95% 8%, rgba(243, 223, 0, 0.16), transparent 32%),
    linear-gradient(180deg, #f8fafc 0%, #eef3f7 100%);
  line-height: 1.65;
}

h1, h2, h3, h4, h5, h6,
.header-item > a,
.slider-text .slide-title {
  font-family: var(--font-title);
  letter-spacing: -0.01em;
}

/* Typography System */
.mobile-brand-title,
.mobile-brand-sub,
.footer-modern-meta h3,
.dhome-chip,
.dhome-hero h1,
.dhome-panel-head h3,
.dhome-block-head h3 {
  font-family: var(--font-title);
  font-weight: 700;
}

.header-item > a,
.header-top .navs a,
.header-bottom .navs a,
#mobile-menu .components li > a,
.footer-baslik {
  font-family: var(--font-menu) !important;
  font-weight: 500 !important;
}

body.modern-theme,
body.modern-theme p,
body.modern-theme li,
body.modern-theme small,
body.modern-theme span,
body.modern-theme input,
body.modern-theme textarea {
  font-family: var(--font-content);
  font-weight: 400;
}

button,
.btn,
.dhome-btn,
.mobile-icon-btn,
input[type="submit"],
input[type="button"] {
  font-family: var(--font-button) !important;
  font-weight: 500 !important;
}

a { color: #0f7fb8; text-decoration-thickness: 0.08em; text-underline-offset: 0.15em; }
a:hover { color: #0b5f89; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid var(--brand-blue);
  outline-offset: 2px;
  border-radius: 6px;
}

.skip-link {
  position: absolute;
  left: 10px;
  top: -44px;
  z-index: 9999;
  background: #0f1720;
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
  font-weight: 700;
}
.skip-link:focus { top: 10px; }

.header-top {
  background: #0d1116 !important;
  border-bottom: 0;
  position: relative;
  z-index: 2;
}

.header-top .navs a,
.header-top .trigger-link,
.header-top .social a { color: #f9fbfd !important; }

.header-top .navs {
  display: flex !important;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 0;
}

.header-top .h-border {
  display: inline-block !important;
}

.header-top .container > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 46px;
}

.header-top-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.header-top-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 10px;
  font-family: var(--font-button) !important;
  font-size: 0.9rem;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.header-top-btn.primary {
  background: var(--brand-yellow);
  color: #111111 !important;
  border: 1px solid var(--brand-yellow);
}

.header-top-btn.primary:hover {
  background: #e0cb00;
  color: #111111 !important;
  transform: translateY(-1px);
}

.header-top-btn.secondary {
  background: transparent;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.header-top-btn.secondary:hover {
  background: #ffffff;
  color: #111111 !important;
  transform: translateY(-1px);
}

.header-bottom-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-height: 84px;
  flex-wrap: nowrap;
}

.header-bottom-actions .header-top-btn {
  min-height: 40px;
  padding: 0 14px;
  font-size: 0.84rem;
  white-space: nowrap;
}

.header-bottom-actions .header-top-btn.secondary {
  background: #111111;
  color: #ffffff !important;
  border: 1px solid #111111;
}

.header-bottom-actions .header-top-btn.secondary:hover {
  background: #2a2a2a;
  color: #ffffff !important;
  border-color: #2a2a2a;
}

.header-bottom {
  position: relative;
  overflow: visible;
  background: #ffffff !important;
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.06);
  border-bottom: 2px solid rgba(243, 223, 0, 0.35);
  margin-top: 0;
  top: -1px;
}

.header-bottom::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.12));
  opacity: 1;
  pointer-events: none;
}

.header-bottom .container {
  position: relative;
  z-index: 1;
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: transparent;
  overflow: visible;
}

.header-top,
.header-bottom {
  margin: 0 !important;
}

.header-top + .header-bottom {
  margin-top: 0 !important;
  border-top: 0 !important;
}

body.modern-theme .main-wrap {
  padding-top: 0 !important;
}

.logo-box .logo {
  max-height: 102px;
  width: auto;
  padding: 4px;
  background: #fff;
  border-radius: 50%;
  border: 4px solid var(--brand-yellow);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.logo-box {
  display: flex;
  align-items: center;
}

.header-bottom .row {
  align-items: center;
}

.header-bottom .navs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  margin: 0 0 0 auto;
  padding: 0;
}

.header-bottom .navs > li {
  float: none !important;
}

.header-bottom .header-item > a,
.header-bottom .navs li > a {
  display: inline-flex;
  align-items: center;
  min-height: 84px;
  font-size: 1rem;
  font-weight: 800 !important;
  white-space: nowrap;
}

.header-bottom .search-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 84px;
}

.header-bottom-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-height: 94px;
}

@media (min-width: 1352px) {
  .header-top .container > div {
    justify-content: flex-end;
  }

  .header-top .navs {
    margin-left: auto;
    justify-content: flex-end;
  }

  body.modern-theme .main-wrap {
    padding-top: 0 !important;
  }

  .header-bottom {
    margin-bottom: 0;
  }

  .association-home .assoc-hero {
    margin-top: 80px;
    padding-top: 0;
  }

  .header-top .social {
    display: none !important;
  }

  .header-bottom-actions {
    gap: 8px;
  }

  .header-bottom-actions .header-top-btn {
    min-width: 118px;
    justify-content: center;
    padding: 0 12px;
    font-size: 0.82rem;
  }
}

.header-item > a,
.navs li > a {
  font-weight: 700 !important;
  color: var(--ink-900) !important;
  letter-spacing: -0.01em;
}
.header-item > a:hover,
.navs li > a:hover { color: #000 !important; }

/* Restore desktop hover dropdowns above the hero/content area */
.header-bottom .header-item {
  position: static !important;
}

.header-bottom .header-item > .header-dropdown {
  z-index: 1005;
  pointer-events: none;
}

.header-bottom .header-item:hover > .header-dropdown,
.header-bottom .header-item:focus-within > .header-dropdown {
  pointer-events: auto;
}

/* Remove old "Icerigi Gor / Tumunu Gor" actions from top info megamenu area */
.tumunu-gor,
.drp-tumunu-gor {
  display: none !important;
}

/* Hard remove for "Icerigi Gor / Tumunu Gor" links in header area */
.header .tumunu-gor,
.header .drp-tumunu-gor,
.header .header-dropdown .tumunu-gor,
.header .header-dropdown .drp-tumunu-gor {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.header-bottom .search-box a,
.header-mobile .mobile-icon-btn {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0f1720;
  color: #fff !important;
  border: 0;
}

.header-bottom .search-box a:hover,
.header-mobile .mobile-icon-btn:hover {
  background: #1d2935;
}

.header-mobile {
  background: #fff;
  border-bottom: 1px solid #e5ebf1;
  box-shadow: 0 4px 14px rgba(15, 23, 32, 0.08);
  backdrop-filter: none;
}

.mobile-topbar {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 74px;
}

.mobile-brand {
  min-width: 0;
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  padding: 2px 0;
  border: 0;
  background: transparent;
}

.mobile-brand strong {
  display: none;
}

.header-mobile .mobile-brand .logo {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border: 2px solid var(--brand-yellow);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  background: #fff;
  padding: 2px;
}

.mobile-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid #dbe3ea;
  background: #fff;
  color: #1a2530;
  box-shadow: 0 3px 10px rgba(10, 16, 22, 0.12);
}

.mobile-icon-btn i {
  font-size: 1.02rem;
}

.mobile-icon-btn span {
  display: none;
}

#mobile-menu {
  background: #fff !important;
  color: #1c2833;
  border-right: 1px solid #e6edf3;
}

#mobile-menu .sidebar-header {
  padding: 16px 18px 14px;
  border-bottom: 1px solid #edf2f7;
}

#mobile-menu .sidebar-header .sidebar-logo {
  width: 54px;
  height: 54px;
  display: block;
  margin-bottom: 10px;
  border-radius: 50%;
  border: 2px solid var(--brand-yellow);
  background: #fff;
  padding: 3px;
}

#mobile-menu .sidebar-header h3 {
  color: #10202f;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.4;
  margin: 0;
}

#mobile-menu .components li > a {
  color: #1d2b38 !important;
  border-bottom: 1px solid #edf2f7;
  font-weight: 700;
  font-size: 0.94rem;
  padding-top: 13px;
  padding-bottom: 13px;
}

#mobile-menu .components li > a:hover {
  color: #111 !important;
  background: #f6f8fb;
}

#mobile-menu .drp-mobile li a {
  background: #fafcfe;
  border-left: 2px solid #e2ebf3;
  color: #2c3b49 !important;
}

.main,
.position-relative.mt-4.cover-1,
.footer { background: transparent !important; }

/* Homepage redesign */
.dhome-hero {
  position: relative;
  min-height: 64vh;
  padding: 0;
  border-bottom: 6px solid var(--brand-yellow);
}

.dhome-hero .carousel-item {
  position: relative;
  min-height: 64vh;
}

.dhome-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.dhome-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(9, 13, 18, 0.78), rgba(9, 13, 18, 0.38));
}

.dhome-hero-inner {
  position: relative;
  z-index: 2;
  padding: 90px 0 56px;
}

.dhome-chip {
  display: inline-block;
  background: rgba(243, 223, 0, 0.14);
  color: #fff;
  border: 1px solid rgba(243, 223, 0, 0.55);
  border-radius: 999px;
  padding: 7px 13px;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
}

.dhome-hero h1 {
  margin: 14px 0 10px;
  font-size: clamp(1.8rem, 4.2vw, 3.1rem);
  color: #fff;
}

.dhome-lead {
  color: #e8edf2;
  max-width: 640px;
  font-size: 1.05rem;
}

.dhome-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.dhome-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 800;
  border: 2px solid transparent;
  text-decoration: none;
}

.dhome-btn.primary { background: var(--brand-yellow); color: #0d1116; }
.dhome-btn.primary:hover { background: #ffe956; color: #060809; }

.dhome-btn.ghost {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}
.dhome-btn.ghost:hover { background: rgba(255, 255, 255, 0.2); color: #fff; }

.dhome-logo-wrap {
  width: min(290px, 78vw);
  margin: 14px auto 0;
  background: rgba(255, 255, 255, 0.96);
  border: 5px solid var(--brand-yellow);
  border-radius: 50%;
  padding: 14px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}
.dhome-logo-wrap img { display: block; width: 100%; height: auto; }

.dhome-indicators { z-index: 5; bottom: 14px; }
.dhome-indicators li {
  width: 10px; height: 10px; border-radius: 50%; border: 0;
  background: rgba(255, 255, 255, 0.5);
}
.dhome-indicators .active { background: var(--brand-yellow); }

.dhome-hero-control { z-index: 5; width: 52px; opacity: 1; }
.dhome-hero-control span[aria-hidden="true"] {
  width: 38px; height: 38px; line-height: 34px; text-align: center;
  border-radius: 50%; background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.5); font-size: 24px;
}

.dhome-stats { margin-top: -28px; position: relative; z-index: 4; }
.dhome-stat-card {
  background: #fff;
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-soft);
  border-radius: var(--radius-md);
  padding: 18px 16px;
  text-align: center;
  height: 100%;
}
.dhome-stat-card h2 { margin: 0; font-size: clamp(1.4rem, 3vw, 2rem); color: #0f1720; }
.dhome-stat-card p { margin: 4px 0 0; color: var(--ink-500); font-weight: 600; }

.dhome-stat-card:nth-child(1),
.dhome-stats .col-4:nth-child(1) .dhome-stat-card {
  background: linear-gradient(180deg, #fffdf4, #ffffff);
}

.dhome-stats .col-4:nth-child(2) .dhome-stat-card {
  background: linear-gradient(180deg, #f6fbff, #ffffff);
}

.dhome-stats .col-4:nth-child(3) .dhome-stat-card {
  background: linear-gradient(180deg, #fff8f5, #ffffff);
}

.dhome-brand-strip {
  padding: 36px 0 4px;
}

.dhome-brand-shell {
  background: linear-gradient(145deg, #ffffff, #f7fafc);
  border: 1px solid #dce5ee;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: 22px;
}

.dhome-brand-kicker {
  margin: 0 0 6px;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #0f7fb8;
}

.dhome-brand-shell h3 {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  color: #0f1720;
}

.dhome-brand-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.dhome-brand-item {
  border: 1px solid #e4ebf2;
  border-radius: 14px;
  background: #fff;
  padding: 12px;
  text-align: center;
}

.dhome-brand-item span {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #334155;
  margin-bottom: 8px;
}

.dhome-brand-item img {
  width: 100%;
  max-height: 86px;
  object-fit: contain;
}

.dhome-section { padding: 44px 0 10px; }

.dhome-panel,
.dhome-news-card,
.dhome-cta-card {
  background: #fff;
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-soft);
  border-radius: var(--radius-lg);
}

.dhome-panel { padding: 18px; height: 100%; }
.dhome-panel { border-top: 3px solid rgba(245, 197, 24, 0.65); }

.dhome-panel-head,
.dhome-block-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.dhome-panel-head h3,
.dhome-block-head h3 {
  margin: 0;
  font-size: clamp(1.12rem, 2vw, 1.4rem);
  color: #0e1720;
}

.dhome-panel-head a,
.dhome-block-head a { color: #0f7fb8; font-weight: 700; white-space: nowrap; }

.dhome-list { margin: 14px 0 0; padding: 0; list-style: none; }
.dhome-list li { border-top: 1px solid #edf1f5; }
.dhome-list li:first-child { border-top: 0; }
.dhome-list a {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 12px; padding: 12px 0; text-decoration: none;
}
.dhome-list span { color: #152433; font-weight: 700; }
.dhome-list small { color: #5a6b79; }
.dhome-list .empty, .dhome-empty { color: #6b7785; padding: 10px 0; margin: 0; }

.dhome-block-head { margin-bottom: 16px; }

.dhome-news-card { overflow: hidden; height: 100%; }
.dhome-news-card .image { display: block; aspect-ratio: 16 / 10; overflow: hidden; }
.dhome-news-card .image img {
  width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease;
}
.dhome-news-card:hover .image img { transform: scale(1.05); }
.dhome-news-card .content { padding: 14px; }
.dhome-news-card .date { margin: 0 0 8px; font-size: 0.84rem; color: #5f7383; }
.dhome-news-card h4 { margin: 0; font-size: 1.03rem; line-height: 1.4; }
.dhome-news-card h4 a { color: #152433; }
.dhome-news-card .spot { margin: 9px 0 0; color: #576877; font-size: 0.93rem; }

.dhome-news-slider-wrap {
  position: relative;
}

.dhome-news-slider-wrap .owl-stage {
  display: flex;
}

.dhome-news-slider-wrap .owl-item {
  display: flex;
}

.dhome-news-slider-wrap .item {
  width: 100%;
  height: 100%;
}

.dhome-news-slider-wrap .dhome-news-card {
  height: 100%;
}

.dhome-news-nav {
  position: absolute;
  top: -62px;
  right: 0;
  display: flex;
  gap: 8px;
}

.dhome-news-nav button {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  background: #fff;
  color: #111111;
  box-shadow: 0 8px 20px rgba(17, 17, 17, 0.08);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.dhome-news-nav button:hover {
  background: var(--brand-yellow);
  color: #111111;
  transform: translateY(-1px);
}

.dhome-projects-section {
  position: relative;
}

.dhome-project-slider-wrap {
  position: relative;
}

.dhome-project-slider-wrap .owl-stage {
  display: flex;
}

.dhome-project-slider-wrap .owl-item {
  display: flex;
}

.dhome-project-slider-wrap .item {
  width: 100%;
  height: 100%;
}

.dhome-project-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  background: linear-gradient(180deg, #fffef8, #ffffff);
}

.dhome-project-card .image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.dhome-project-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.dhome-project-card:hover .image img {
  transform: scale(1.04);
}

.dhome-project-card .content {
  padding: 16px;
}

.dhome-project-card .eyebrow {
  margin: 0 0 8px;
  color: #8a6b00;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.dhome-project-card h4 {
  margin: 0;
  font-size: 1.03rem;
  line-height: 1.35;
}

.dhome-project-card h4 a {
  color: #152433;
}

.dhome-project-card .spot {
  margin: 10px 0 0;
  color: #576877;
  font-size: 0.93rem;
}

.dhome-project-nav {
  position: absolute;
  top: -62px;
  right: 0;
  display: flex;
  gap: 8px;
}

.dhome-project-nav button {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  background: #fff;
  color: #111111;
  box-shadow: 0 8px 20px rgba(17, 17, 17, 0.08);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.dhome-project-nav button:hover {
  background: var(--brand-yellow);
  color: #111111;
  transform: translateY(-1px);
}

.dhome-gallery .dhome-panel { padding-bottom: 8px; }
.dhome-media-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 14px;
}
.dhome-media-grid .media-item {
  display: block; text-decoration: none; border-radius: 12px; overflow: hidden;
  border: 1px solid #e7edf3; background: #f8fbff;
}
.dhome-media-grid img { width: 100%; height: 124px; object-fit: cover; }
.dhome-media-grid span {
  display: block; padding: 8px 10px; color: #1a2c3c; font-size: 0.9rem; font-weight: 700;
}

.dhome-cta-wrap { padding-top: 34px; }
.dhome-cta-card {
  padding: 22px; height: 100%; background: linear-gradient(120deg, #111a24, #1e2b37); color: #eef4fb;
}
.dhome-cta-card.light { background: linear-gradient(120deg, #0d8fc6, #12a9e7); }
.dhome-cta-card h3 { margin: 0 0 8px; color: #fff; }
.dhome-cta-card p { margin: 0 0 16px; color: #e8edf2; }

.dhome-contact-bar { padding-bottom: 48px; }
.dhome-contact-bar .container {
  background: #fff; border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); padding: 24px;
}
.dhome-contact-bar h3 { margin: 0 0 6px; }
.dhome-contact-bar p { margin: 0 0 10px; color: #5d6d7a; }
.dhome-contact-items { display: flex; flex-wrap: wrap; gap: 16px; }
.dhome-contact-items a { font-weight: 700; }

/* Footer refresh */
.footer { margin-top: 26px; }
.footer .footer-ust {
  background: linear-gradient(160deg, #0f1620, #182433) !important;
  border-top: 4px solid var(--brand-yellow);
}
.footer .footer-alt { background: #0c1118 !important; }
.footer, .footer a, .footer p, .footer li { color: #e8eff7 !important; }
.footer .footer-baslik {
  color: #fff !important;
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 1rem;
}
.footer a:hover { color: var(--brand-yellow) !important; }
.footer .footer-row { padding-top: 24px; padding-bottom: 16px; }
.footer .social li a {
  width: 34px; height: 34px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255, 255, 255, 0.1);
}

/* Mobile sticky quick menu */
.mobile-quick-nav {
  display: none;
}

@media (max-width: 991px) {
  .header-top,
  .header-bottom {
    display: none !important;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  .main-wrap {
    padding-top: 74px;
  }

  .header-mobile {
    position: fixed;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 10px);
    max-width: 520px;
    z-index: 10002;
    padding: 6px 0;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid #e7edf3;
    box-shadow: 0 8px 20px rgba(8, 18, 28, 0.1);
    backdrop-filter: blur(8px);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  body.mobile-menu-open .header-mobile {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -8px);
  }

  .header-mobile .container {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .mobile-topbar {
    min-height: 46px;
    gap: 8px;
  }

  .mobile-brand {
    flex: 1;
    min-width: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
  }

  .header-mobile .mobile-brand .logo {
    width: 52px;
    height: 52px;
    border-width: 2px;
    box-shadow: 0 6px 16px rgba(8, 18, 28, 0.18);
  }

  .mobile-icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    background: #0f172a;
    border: 0;
    color: #fff;
    box-shadow: none;
  }

  .dhome-hero {
    min-height: 54vh;
  }

  .dhome-hero .carousel-item {
    min-height: 54vh;
  }

  .dhome-hero-inner {
    padding: 34px 0 28px;
  }

  .dhome-chip {
    display: inline-flex;
    align-items: center;
    font-size: 0.72rem;
    padding: 7px 11px;
    line-height: 1.3;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .dhome-hero h1 {
    font-size: clamp(1.5rem, 7.4vw, 2.1rem);
    margin-top: 10px;
  }

  .dhome-lead {
    font-size: 0.95rem;
    margin-bottom: 12px;
  }

  .dhome-logo-wrap {
    display: none;
  }

  .dhome-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    width: 100%;
  }

  .dhome-btn {
    width: 100%;
    min-height: 42px;
    padding: 9px 6px;
    font-size: 0.78rem;
    border-radius: 14px;
    font-weight: 800;
    letter-spacing: -0.01em;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
  }

  .dhome-btn.primary {
    background: var(--brand-yellow);
  }

  .dhome-btn.ghost {
    background: rgba(15, 23, 32, 0.62);
    border-color: rgba(255, 255, 255, 0.35);
  }

  .dhome-stats {
    margin-top: 12px;
  }

  .dhome-stat-card {
    padding: 14px 8px;
  }

  .dhome-stat-card h2 {
    font-size: 1.25rem;
  }

  .dhome-stat-card p {
    font-size: 0.72rem;
    line-height: 1.3;
  }

  .dhome-section {
    padding-top: 26px;
  }

  .dhome-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.modern-theme {
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
  }

  .mobile-quick-nav {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    z-index: 9998;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    background: rgba(13, 20, 28, 0.93);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(8, 12, 16, 0.42);
    padding: 8px;
  }

  .mobile-quick-nav .item {
    min-height: 62px;
    color: #eef5fb;
    text-decoration: none;
    font-size: 0.67rem;
    font-weight: 700;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));
  }

  .mobile-quick-nav .item i {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: #101820;
    background: var(--brand-yellow);
  }

  .mobile-quick-nav .item:active,
  .mobile-quick-nav .item:hover {
    transform: translateY(-1px);
    background: linear-gradient(180deg, rgba(18, 169, 231, 0.35), rgba(18, 169, 231, 0.18));
    color: #fff;
  }

  #mobile-menu {
    position: fixed;
    inset: 0;
    width: 100% !important;
    height: 100dvh;
    max-width: none;
    transform: translateY(-105%);
    transition: transform 0.55s cubic-bezier(0.85, 0, 0.15, 1);
    z-index: 10001;
    background: rgba(255, 255, 255, 0.97) !important;
    backdrop-filter: blur(16px);
    border-right: 0;
    box-shadow: none;
    overflow-y: auto;
    color: #0f172a;
  }

  #mobile-menu.active {
    transform: translateY(0);
  }

  #mobile-menu #dismiss {
    position: fixed;
    top: 18px;
    right: 16px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #0f172a;
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }

  #mobile-menu #dismiss i {
    line-height: 1;
    font-size: 0.95rem;
  }

  #mobile-menu .sidebar-header {
    padding: 72px 20px 22px;
    border-bottom: 0;
    text-align: center;
    background: transparent;
  }

  #mobile-menu .sidebar-header .sidebar-logo {
    width: 62px;
    height: 62px;
    margin: 0 auto 12px;
  }

  #mobile-menu .sidebar-header h3 {
    font-size: 0.95rem;
    color: #0f172a;
    max-width: 380px;
    margin: 0 auto;
  }

  #mobile-menu ul.components {
    padding: 8px 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  #mobile-menu .components > li {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.35s ease, transform 0.35s ease;
  }

  #mobile-menu.active .components > li {
    opacity: 1;
    transform: translateY(0);
  }

  #mobile-menu.active .components > li:nth-child(1) { transition-delay: 0.08s; }
  #mobile-menu.active .components > li:nth-child(2) { transition-delay: 0.12s; }
  #mobile-menu.active .components > li:nth-child(3) { transition-delay: 0.16s; }
  #mobile-menu.active .components > li:nth-child(4) { transition-delay: 0.20s; }
  #mobile-menu.active .components > li:nth-child(5) { transition-delay: 0.24s; }
  #mobile-menu.active .components > li:nth-child(6) { transition-delay: 0.28s; }
  #mobile-menu.active .components > li:nth-child(7) { transition-delay: 0.32s; }
  #mobile-menu.active .components > li:nth-child(8) { transition-delay: 0.36s; }

  #mobile-menu .components li > a {
    color: #0f172a !important;
    background: transparent;
    border: 0;
    text-align: center;
    font-size: clamp(1.05rem, 2.9vw, 1.4rem);
    font-weight: 700;
    letter-spacing: -0.01em;
    padding: 8px 4px;
  }

  #mobile-menu .components li > a:hover {
    background: transparent;
    color: #2563eb !important;
  }

  #mobile-menu .components li > a .float-right {
    float: none !important;
    margin-left: 8px;
  }

  #mobile-menu .drp-mobile {
    margin-top: 2px;
  }

  #mobile-menu .drp-mobile:not(.active) li a {
    display: none;
  }

  #mobile-menu .drp-mobile li a {
    background: transparent;
    border-left: 0;
    color: #334155 !important;
    text-align: center;
    font-size: 0.95rem !important;
    line-height: 1.45;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    display: block;
    padding: 7px 4px !important;
  }

  .overlay {
    background: rgba(15, 23, 42, 0.15);
    z-index: 10000;
    backdrop-filter: blur(2px);
  }
}

@media (max-width: 767px) {
  .main-wrap {
    padding-top: 70px;
  }

  .header-mobile {
    top: 5px;
    width: calc(100% - 8px);
  }

  .header-mobile .container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .dhome-hero { min-height: 50vh; }
  .dhome-hero .carousel-item { min-height: 50vh; }
  .dhome-hero-inner { padding: 28px 0 24px; }
  .dhome-panel { padding: 14px; }
  .dhome-news-nav {
    position: static;
    margin-bottom: 14px;
    justify-content: flex-end;
  }

  .dhome-project-nav {
    position: static;
    margin-bottom: 14px;
    justify-content: flex-end;
  }
  .dhome-brand-grid { grid-template-columns: 1fr; }
  .dhome-brand-strip { padding-top: 24px; }
  .dhome-media-grid { grid-template-columns: 1fr; }
  .dhome-media-grid img { height: 170px; }
  .dhome-contact-items { flex-direction: column; gap: 6px; }
  .dhome-hero-control { display: none; }

  .mobile-quick-nav .item span {
    letter-spacing: -0.01em;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* Mobile Header Final Override - Redesign */
:root {
  --header-clean-bg: rgba(255, 255, 255, 0.94);
  --header-clean-border: #e7ecf3;
  --header-clean-shadow: 0 8px 22px rgba(15, 23, 32, 0.1);
  --header-btn-bg: #0f172a;
  --header-btn-color: #ffffff;
  --header-title-color: #0f172a;
  --header-sub-color: #475569;
  --header-logo-ring: #f3df00;
  --header-speed: 0.25s;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.header-mobile {
  display: none;
  z-index: 10002;
}

@media (max-width: 991px) {
  .header-top,
  .header-bottom {
    display: none !important;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  .main-wrap {
    padding-top: 88px;
  }

  .header-mobile {
    display: block;
    position: fixed;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 14px);
    max-width: 560px;
    background: var(--header-clean-bg);
    border: 1px solid var(--header-clean-border);
    border-radius: 16px;
    box-shadow: var(--header-clean-shadow);
    transition: transform var(--header-speed) ease, opacity var(--header-speed) ease;
  }

  body.mobile-menu-open .header-mobile {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -10px);
  }

  .header-mobile .container {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-topbar {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 62px;
    min-height: 62px;
  }

  .mobile-brand {
    flex: 1;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    padding: 2px 0;
  }

  .header-mobile .mobile-brand .logo {
    width: 52px;
    height: 52px;
    object-fit: contain;
    border-radius: 50%;
    border: 2px solid var(--header-logo-ring);
    background: #fff;
    padding: 2px;
    box-shadow: 0 4px 12px rgba(15, 23, 32, 0.16);
    flex: 0 0 auto;
  }

  .mobile-brand-text {
    min-width: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.08;
    gap: 2px;
  }

  .mobile-brand-title {
    font-size: 0.86rem;
    font-weight: 800;
    color: var(--header-title-color);
    letter-spacing: -0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 196px;
  }

  .mobile-brand-sub {
    font-size: 0.66rem;
    color: var(--header-sub-color);
    font-weight: 600;
    letter-spacing: -0.005em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 196px;
  }

  .mobile-icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    border: 0;
    background: var(--header-btn-bg);
    color: var(--header-btn-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    transition: transform 0.16s ease, filter 0.16s ease;
  }

  .mobile-icon-btn i {
    font-size: 1rem;
  }

  .mobile-icon-btn:active {
    transform: scale(0.94);
  }

  .mobile-icon-btn:hover {
    filter: brightness(1.08);
  }
}

@media (max-width: 767px) {
  .main-wrap {
    padding-top: 80px;
  }

  .header-mobile {
    top: 6px;
    width: calc(100% - 10px);
    border-radius: 14px;
  }

  .mobile-topbar {
    height: 56px;
    min-height: 56px;
    gap: 8px;
  }

  .header-mobile .mobile-brand .logo {
    width: 46px;
    height: 46px;
  }

  .mobile-brand-title {
    max-width: 142px;
    font-size: 0.77rem;
  }

  .mobile-brand-sub {
    max-width: 142px;
    font-size: 0.61rem;
  }

  .mobile-icon-btn {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }
}

/* Hizli Menu Nav Redesign */
.hizli-menu .hizlimenu-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  transform: translateY(-50%);
  z-index: 7;
  pointer-events: none;
  display: block !important;
}

.hizli-menu .hizlimenu-nav button {
  pointer-events: auto;
  position: absolute;
  top: 0;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(12, 23, 35, 0.95), rgba(18, 33, 49, 0.92));
  color: #fff;
  box-shadow: 0 10px 22px rgba(8, 14, 20, 0.28);
  transition: transform 0.2s ease, filter 0.2s ease, background 0.2s ease;
  outline: none;
}

.hizli-menu .hizlimenu-nav button:first-child {
  left: 10px;
}

.hizli-menu .hizlimenu-nav button:last-child {
  right: 10px;
}

.hizli-menu .hizlimenu-nav button span {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 42px;
  font-size: 1.9rem;
  font-weight: 700;
}

.hizli-menu .hizlimenu-nav button:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  background: linear-gradient(145deg, #0f1e2f, #17304a);
}

.hizli-menu .hizlimenu-nav button:active {
  transform: translateY(0) scale(0.96);
}

@media (max-width: 1199px) {
  .hizli-menu .hizlimenu-nav button {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .hizli-menu .hizlimenu-nav button span {
    line-height: 36px;
    font-size: 1.65rem;
  }
}

@media (max-width: 767px) {
  .hizli-menu .hizlimenu-nav button {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .hizli-menu .hizlimenu-nav button:first-child {
    left: 4px;
  }

  .hizli-menu .hizlimenu-nav button:last-child {
    right: 4px;
  }

  .hizli-menu .hizlimenu-nav button span {
    line-height: 31px;
    font-size: 1.45rem;
  }
}

/* Footer Final Redesign */
.footer.footer-modern {
  margin-top: 36px;
}

.footer-modern .footer-ust {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(243, 223, 0, 0.12), transparent 38%),
    radial-gradient(circle at 88% 16%, rgba(18, 169, 231, 0.18), transparent 34%),
    linear-gradient(120deg, #0b1420 0%, #10253a 55%, #132f47 100%) !important;
  border-top: 3px solid var(--brand-yellow);
}

.footer-modern .footer-ust::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 45%);
  pointer-events: none;
}

.footer-modern .container {
  position: relative;
  z-index: 1;
}

.footer-modern-top {
  padding: 26px 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.footer-modern-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.footer-modern-logo {
  width: 84px;
  height: 84px;
  flex: 0 0 auto;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.04);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}

.footer-modern-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.footer-modern-meta h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1rem, 1.7vw, 1.28rem);
  font-weight: 800;
  line-height: 1.25;
}

.footer-modern-meta p {
  margin: 6px 0 0;
  color: #c7d5e4;
  font-size: 0.92rem;
  line-height: 1.5;
  max-width: 560px;
}

.footer-modern-contact {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.footer-modern-contact .phone {
  font-size: 1.26rem;
  font-weight: 800;
  color: #fff !important;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.footer-modern-contact .mail {
  color: #b7c8d8 !important;
  font-size: 0.9rem;
  text-decoration: none;
}

.footer-modern-social {
  margin-top: 4px;
  display: flex;
  gap: 8px;
}

.footer-modern-social a {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #f4f8fc !important;
}

.footer-modern-social a:hover {
  background: var(--brand-yellow);
  color: #101820 !important;
}

.footer-modern-links {
  padding-top: 20px;
  padding-bottom: 14px;
}

.footer-modern-col {
  padding: 6px 0;
}

.footer-modern .footer-baslik {
  color: #fff !important;
  font-size: 0.95rem;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.footer-modern-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-modern-col li {
  margin-bottom: 7px;
}

.footer-modern-col a {
  color: #d6e2ed !important;
  text-decoration: none;
  font-size: 0.93rem;
  line-height: 1.4;
}

.footer-modern-col a:hover {
  color: var(--brand-yellow) !important;
}

.footer-modern .footer-bottom {
  background: #0a1118 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom-inner {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.footer-bottom-inner .copyright {
  color: #d6e2ed !important;
  margin: 0;
  font-size: 0.9rem;
}

.footer-mini-link {
  color: #9fb4c9 !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.88rem;
}

.footer-mini-link:hover {
  color: var(--brand-yellow) !important;
}

@media (max-width: 991px) {
  .footer-modern-top {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .footer-modern-contact {
    width: 100%;
    align-items: flex-start;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .footer-modern .footer-ust {
    border-top-width: 2px;
  }

  .footer-modern-top {
    padding-top: 20px;
  }

  .footer-modern-logo {
    width: 68px;
    height: 68px;
  }

  .footer-modern-meta p {
    font-size: 0.84rem;
  }

  .footer-bottom-inner {
    min-height: 52px;
    flex-direction: column;
    justify-content: center;
    padding: 8px 0;
    gap: 4px;
  }

  .footer-bottom-inner .copyright {
    text-align: center;
    font-size: 0.8rem;
  }
}

/* Style Guide Global Override */
:root {
  --sg-primary: #F5C518;
  --sg-primary-hover: #E0B000;
  --sg-dark: #111111;
  --sg-bg: #FFFFFF;
  --sg-card-radius: 12px;
  --sg-card-shadow: 0 10px 24px rgba(17, 17, 17, 0.08);
}

body.modern-theme {
  background: var(--sg-bg) !important;
  color: var(--sg-dark) !important;
  font-family: "Inter", sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.mobile-brand-title,
.mobile-brand-sub,
.footer-modern-meta h3,
.dhome-chip,
.dhome-hero h1,
.dhome-panel-head h3,
.dhome-block-head h3 {
  font-family: "Poppins", sans-serif !important;
}

.header-item > a,
.header-top .navs a,
.header-bottom .navs a,
#mobile-menu .components li > a,
.footer-baslik {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
}

body.modern-theme p,
body.modern-theme li,
body.modern-theme small,
body.modern-theme input,
body.modern-theme textarea,
body.modern-theme label {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
}

button,
.btn,
.dhome-btn,
.mobile-icon-btn,
input[type="submit"],
input[type="button"] {
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
}

.container {
  max-width: 1280px !important;
}

.dhome-section,
.dhome-brand-strip,
.dhome-cta-wrap,
.dhome-contact-bar {
  padding-top: 64px !important;
  padding-bottom: 20px !important;
}

.dhome-panel,
.dhome-news-card,
.dhome-cta-card,
.dhome-stat-card,
.dhome-brand-shell,
.dhome-contact-bar .container {
  background: #FFFFFF !important;
  border-radius: var(--sg-card-radius) !important;
  box-shadow: var(--sg-card-shadow) !important;
  border: 1px solid #ececec !important;
}

.dhome-cta-card,
.dhome-cta-card h3,
.dhome-cta-card p {
  color: var(--sg-dark) !important;
}

.footer-modern-col {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.dhome-btn.primary,
.btn-primary,
button.btn-primary {
  background: var(--sg-primary) !important;
  color: var(--sg-dark) !important;
  border-color: var(--sg-primary) !important;
}

.dhome-btn.primary:hover,
.btn-primary:hover,
button.btn-primary:hover {
  background: var(--sg-primary-hover) !important;
  border-color: var(--sg-primary-hover) !important;
  color: var(--sg-dark) !important;
}

.dhome-btn.ghost,
.btn-secondary,
button.btn-secondary {
  background: transparent !important;
  color: var(--sg-dark) !important;
  border: 1px solid var(--sg-dark) !important;
}

.dhome-btn.ghost:hover,
.btn-secondary:hover,
button.btn-secondary:hover {
  background: #f7f7f7 !important;
  color: var(--sg-dark) !important;
}

/* Homepage V2 */
.homepage-v2 {
  background: #FFFFFF;
}

.homepage-v2 .container {
  max-width: 1200px;
}

.hp-section {
  padding: 80px 0;
}

.hp-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
}

.hp-section-intro {
  display: inline-block;
  margin-bottom: 10px;
  color: #8a7a2a;
  font-family: "Inter", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hp-section h2,
.hp-section-head h2,
.hp-about h2,
.hp-cta h2 {
  margin: 0;
  color: #111111;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 700;
  line-height: 1.08;
}

.hp-section-head a {
  color: #111111;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

.hp-hero {
  min-height: 88vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
}

.hp-hero .container {
  padding-top: 70px;
  padding-bottom: 70px;
}

.hp-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(245, 197, 24, 0.16);
  color: #F5C518;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hp-hero h1 {
  margin: 18px 0 16px;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  font-weight: 700;
  line-height: 0.98;
  color: #FFFFFF;
}

.hp-hero p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.04rem;
}

.hp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.hp-btn:hover {
  transform: translateY(-1px);
}

.hp-btn-primary {
  background: #F5C518;
  color: #111111;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.hp-btn-primary:hover {
  background: #E0B000;
  color: #111111;
}

.hp-btn-secondary {
  background: transparent;
  border: 1px solid #111111;
  color: #111111;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.hp-hero .hp-btn-secondary {
  border-color: rgba(255, 255, 255, 0.82);
  color: #FFFFFF;
}

.hp-hero-card {
  margin-left: auto;
  max-width: 360px;
  background: rgba(255, 255, 255, 0.94);
  color: #111111;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  padding: 28px;
}

.hp-hero-card img {
  width: 84px;
  height: 84px;
  object-fit: contain;
  display: block;
  margin-bottom: 18px;
}

.hp-hero-card strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
}

.hp-hero-card span {
  color: #555555;
  font-size: 0.96rem;
}

.hp-about-media,
.hp-map-wrap,
.hp-card,
.hp-stat-card,
.hp-cta-box {
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.08);
}

.hp-about {
  background: #FFFFFF;
}

.hp-about-media {
  overflow: hidden;
}

.hp-about-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.hp-about p {
  margin: 18px 0 24px;
  color: #444444;
  font-size: 1rem;
}

.hp-stats {
  background: #F5F5F5;
}

.hp-stat-card {
  padding: 32px 24px;
  text-align: center;
  height: 100%;
}

.hp-stat-card strong {
  display: block;
  color: #111111;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 700;
}

.hp-stat-card span {
  display: block;
  margin-top: 8px;
  color: #555555;
  font-size: 0.96rem;
}

.hp-card {
  height: 100%;
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.hp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(17, 17, 17, 0.12);
}

.hp-card-media {
  overflow: hidden;
}

.hp-card-media img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.hp-card:hover .hp-card-media img {
  transform: scale(1.04);
}

.hp-card-body {
  padding: 24px;
}

.hp-card-body small {
  color: #777777;
  font-size: 0.82rem;
  font-weight: 500;
}

.hp-card-body h3 {
  margin: 8px 0 10px;
  color: #111111;
  font-family: "Poppins", sans-serif;
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.25;
}

.hp-card-body p {
  margin: 0 0 16px;
  color: #444444;
}

.hp-card-body a {
  color: #111111;
  text-decoration: none;
  font-weight: 600;
}

.hp-event-card {
  padding: 24px;
}

.hp-date-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #F5F5F5;
  color: #111111;
  font-size: 0.78rem;
  font-weight: 600;
}

.hp-event-card h3 {
  margin: 16px 0 10px;
  color: #111111;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}

.hp-event-card p {
  color: #444444;
  margin-bottom: 14px;
}

.hp-event-card a {
  color: #111111;
  text-decoration: none;
  font-weight: 600;
}

.hp-culture {
  background: #F5F5F5;
}

.hp-culture-card .hp-card-media img {
  height: 210px;
}

.hp-photo-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.hp-photo-item {
  position: relative;
  grid-column: span 4;
  min-height: 280px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.08);
}

.hp-photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.hp-photo-item:hover img {
  transform: scale(1.06);
}

.hp-photo-item span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.hp-video-card {
  display: block;
  text-decoration: none;
}

.hp-video-thumb {
  position: relative;
}

.hp-video-thumb .play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hp-video-thumb .play i {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 17, 17, 0.72);
  color: #FFFFFF;
  font-size: 1.2rem;
}

.hp-cta {
  background: #FFFFFF;
}

.hp-cta-box {
  background: #111111;
  color: #FFFFFF;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.hp-cta-box h2 {
  color: #FFFFFF;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.hp-cta-box p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  max-width: 660px;
}

.hp-contact {
  background: #F5F5F5;
}

.hp-map-wrap {
  overflow: hidden;
  min-height: 100%;
}

.hp-map-wrap iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
  display: block;
}

.hp-contact-card {
  padding: 32px;
}

.hp-contact-card h3 {
  margin: 0 0 16px;
  color: #111111;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
}

.hp-contact-card p {
  margin: 0 0 22px;
  color: #444444;
}

.hp-contact-list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.hp-contact-list li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 0;
  border-top: 1px solid #eeeeee;
}

.hp-contact-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.hp-contact-list strong {
  color: #111111;
  font-family: "Poppins", sans-serif;
  font-size: 0.92rem;
}

.hp-contact-list span {
  color: #555555;
}

@media (max-width: 991px) {
  .hp-section {
    padding: 64px 0;
  }

  .hp-hero {
    min-height: auto;
  }

  .hp-hero .container {
    padding-top: 110px;
    padding-bottom: 64px;
  }

  .hp-hero-card {
    margin: 28px 0 0;
  }

  .hp-section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .hp-cta-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .hp-photo-item {
    grid-column: span 6;
  }
}

@media (max-width: 767px) {
  .hp-section {
    padding: 48px 0;
  }

  .hp-hero .container {
    padding-top: 120px;
    padding-bottom: 48px;
  }

  .hp-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hp-btn {
    width: 100%;
  }

  .hp-about-media img {
    min-height: 280px;
  }

  .hp-stat-card {
    padding: 20px 14px;
  }

  .hp-stat-card span {
    font-size: 0.84rem;
  }

  .hp-card-media img {
    height: 210px;
  }

  .hp-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hp-photo-item {
    grid-column: span 1;
    min-height: 200px;
  }

  .hp-cta-box {
    padding: 28px;
  }

  .hp-map-wrap iframe {
    min-height: 280px;
  }

  .hp-contact-card {
    padding: 24px;
  }
}

/* Mobile News Style Header/Menu Override */
@media (max-width: 991px) {
  .main-wrap {
    padding-top: 112px !important;
  }

  .header-mobile {
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    width: 100% !important;
    max-width: none !important;
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 1px solid #e9e9e9 !important;
    background: #ffffff !important;
    box-shadow: 0 4px 16px rgba(17, 17, 17, 0.06) !important;
  }

  .header-mobile .container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .mobile-topbar {
    height: 74px !important;
    min-height: 74px !important;
    gap: 12px !important;
  }

  .mobile-brand {
    justify-content: flex-start !important;
    gap: 12px !important;
    flex: 1 1 auto !important;
  }

  .header-mobile .mobile-brand .logo {
    width: 54px !important;
    height: 54px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
  }

  .mobile-brand-text {
    gap: 3px !important;
  }

  .mobile-brand-title {
    max-width: none !important;
    font-size: 1.02rem !important;
    line-height: 1 !important;
    letter-spacing: -0.02em !important;
    color: #111111 !important;
  }

  .mobile-brand-sub {
    max-width: none !important;
    font-size: 0.64rem !important;
    text-transform: uppercase;
    letter-spacing: 0.03em !important;
    color: #4c4c4c !important;
  }

  .mobile-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
  }

  .mobile-icon-btn {
    width: 34px !important;
    height: 34px !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #222222 !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
  }

  .mobile-icon-btn i {
    font-size: 1.1rem !important;
  }

  .mobile-header-links {
    display: flex;
    align-items: center;
    gap: 18px;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 0 12px;
    scrollbar-width: none;
    border-top: 1px solid #f0f0f0;
  }

  .mobile-header-links::-webkit-scrollbar {
    display: none;
  }

  .mobile-header-links a {
    flex: 0 0 auto;
    text-decoration: none;
    color: #111111 !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 0.88rem;
    font-weight: 700 !important;
    padding-top: 12px;
  }

  #mobile-menu {
    width: min(84vw, 420px) !important;
    inset: 0 auto 0 0 !important;
    height: 100dvh !important;
    transform: translateX(-105%) !important;
    transition: transform 0.32s ease !important;
    background: #ffffff !important;
    border-right: 1px solid #e8e8e8 !important;
    box-shadow: 14px 0 32px rgba(17, 17, 17, 0.12) !important;
    z-index: 10020 !important;
    backdrop-filter: none !important;
  }

  #mobile-menu.active {
    transform: translateX(0) !important;
  }

  #mobile-menu .mCustomScrollBox,
  #mobile-menu .mCSB_container {
    overflow: visible !important;
  }

  .mobile-menu-head {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: 1px solid #efefef;
  }

  .mobile-menu-title {
    font-family: "Poppins", sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    color: #a7a7a7;
    letter-spacing: 0.02em;
  }

  #mobile-menu #dismiss {
    position: absolute !important;
    top: 50% !important;
    right: 14px !important;
    transform: translateY(-50%);
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #666666 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
  }

  .mobile-menu-social {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 14px 18px;
    border-bottom: 1px solid #efefef;
  }

  .mobile-menu-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.05rem;
    border: 1px solid currentColor;
    background: #fff;
  }

  .mobile-menu-social a[title="facebook"] { color: #1877f2 !important; }
  .mobile-menu-social a[title="twitter"] { color: #111111 !important; }
  .mobile-menu-social a[title="instagram"] { color: #c13584 !important; }
  .mobile-menu-social a[title="youtube"] { color: #ff2d2d !important; }
  .mobile-menu-social a[title="linkedin"] { color: #0a66c2 !important; }

  #mobile-menu ul.components {
    gap: 0 !important;
    padding: 0 0 18px !important;
  }

  #mobile-menu .components > li {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    border-bottom: 1px solid #efefef;
  }

  #mobile-menu .components li > a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    text-align: left !important;
    padding: 16px 18px !important;
    font-size: 0.98rem !important;
    color: #222222 !important;
    background: #fff !important;
  }

  .mobile-menu-link-inner {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
  }

  .mobile-menu-link-inner i {
    width: 22px;
    text-align: center;
    color: #111111;
    font-size: 1rem;
    flex: 0 0 auto;
  }

  .mobile-menu-link-inner span {
    font-family: "Poppins", sans-serif !important;
    font-size: 0.98rem;
    font-weight: 600 !important;
    color: #2a2a2a !important;
  }

  #mobile-menu .components li > a .float-right {
    margin-left: auto !important;
    color: #b0b0b0 !important;
    font-size: 1rem;
  }

  #mobile-menu .drp-mobile {
    background: #fafafa;
    margin: 0 !important;
    padding: 0 0 6px !important;
  }

  #mobile-menu .drp-mobile li a {
    text-align: left !important;
    background: transparent !important;
    color: #555555 !important;
    border: 0 !important;
    font-size: 0.9rem !important;
    padding: 10px 18px 10px 54px !important;
  }

  .overlay {
    background: rgba(17, 17, 17, 0.34) !important;
    z-index: 10010 !important;
    backdrop-filter: none !important;
  }

  body.mobile-menu-open .header-mobile {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
  }
}

@media (max-width: 767px) {
  .main-wrap {
    padding-top: 102px !important;
  }

  .mobile-topbar {
    height: 66px !important;
    min-height: 66px !important;
  }

  .header-mobile .mobile-brand .logo {
    width: 44px !important;
    height: 44px !important;
  }

  .mobile-brand-title {
    font-size: 0.92rem !important;
  }

  .mobile-brand-sub {
    font-size: 0.58rem !important;
  }

  .mobile-header-links {
    gap: 14px;
    padding-bottom: 10px;
  }

  .mobile-header-links a {
    font-size: 0.8rem;
  }
}

/* Homepage Municipality Style */
.association-home {
  --assoc-accent: #f3df00;
  --assoc-accent-hover: #ddca00;
  background: #ffffff;
  color: #111111;
}

.association-home .container {
  max-width: 1360px;
}

@media (min-width: 1200px) {
  .header-top .container,
  .header-bottom .container {
    max-width: 1320px !important;
  }
}

.assoc-section {
  padding: 72px 0;
}

.assoc-kicker,
.assoc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8b6a00;
}

.assoc-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.assoc-section-head h2 {
  margin: 6px 0 0;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.9rem, 2.6vw, 2.5rem);
  line-height: 1.08;
  color: #111111;
}

.assoc-section-head a {
  color: #111111;
  font-family: "Inter", sans-serif;
  font-size: 0.94rem;
  font-weight: 600;
  text-decoration: none;
}

.assoc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 8px;
  border: 1px solid #111111;
  font-family: "Inter", sans-serif;
  font-size: 0.96rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.assoc-btn:hover {
  transform: translateY(-2px);
}

.assoc-btn-primary {
  background: var(--assoc-accent);
  color: #111111;
  border-color: var(--assoc-accent);
  box-shadow: 0 12px 24px rgba(243, 223, 0, 0.28);
}

.assoc-btn-primary:hover {
  background: var(--assoc-accent-hover);
  color: #111111;
  border-color: var(--assoc-accent-hover);
}

.assoc-btn-secondary {
  background: transparent;
  color: #111111;
  border-color: rgba(17, 17, 17, 0.18);
}

.assoc-btn-secondary:hover {
  background: #111111;
  color: #ffffff;
}

.assoc-btn-block {
  width: 100%;
}

.assoc-hero {
  padding: 42px 0 6px;
}

.assoc-hero-slider,
.assoc-side-stack,
.assoc-panel,
.assoc-spotlight,
.assoc-shortcut-card,
.assoc-project-card,
.assoc-news-card,
.assoc-contact-card,
.assoc-culture-card,
.assoc-brand-panel {
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(17, 17, 17, 0.08);
}

.assoc-hero-slider {
  overflow: hidden;
}

.assoc-hero-slide {
  position: relative;
  min-height: 620px;
  border-radius: 24px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.assoc-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  min-height: 620px;
  padding: 52px 48px 92px;
  color: #ffffff;
}

.assoc-hero-content h1 {
  max-width: 560px;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.5rem, 4vw, 4.1rem);
  line-height: 1.02;
  color: #ffffff;
}

.assoc-hero-content p {
  max-width: 540px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

.assoc-hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.assoc-hero .assoc-btn-secondary {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.4);
}

.assoc-hero .assoc-btn-secondary:hover {
  background: #ffffff;
  color: #111111;
  border-color: #ffffff;
}

.assoc-hero .owl-dots {
  position: absolute;
  left: 48px;
  bottom: 28px;
  display: flex;
  gap: 8px;
}

.assoc-hero .owl-dots button span {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
}

.assoc-hero .owl-dots .active span {
  width: 28px;
  background: var(--assoc-accent);
}

.assoc-side-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  background: transparent;
  box-shadow: none;
  padding-left: 8px;
}

.assoc-brand-panel {
  padding: 28px;
}

.assoc-brand-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.assoc-brand-top img {
  width: 76px;
  height: 76px;
  border-radius: 20px;
  object-fit: contain;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  padding: 8px;
}

.assoc-brand-top span {
  display: block;
  margin-bottom: 6px;
  color: #8f8f8f;
  font-size: 0.82rem;
}

.assoc-brand-top strong {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  line-height: 1.35;
  color: #111111;
}

.assoc-brand-panel p {
  margin: 0 0 22px;
  color: #555555;
  line-height: 1.7;
  font-size: 1.02rem;
}

.assoc-about-mobile-full {
  display: none;
}

.assoc-side-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.assoc-side-stat {
  padding: 22px 18px;
  border-radius: 22px;
  background: #F5F5F5;
  border: 1px solid rgba(17, 17, 17, 0.05);
}

.assoc-side-stat strong {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  line-height: 1;
  color: #111111;
}

.assoc-side-stat span {
  display: block;
  margin-top: 8px;
  color: #666666;
  font-size: 0.92rem;
}

.assoc-side-stat-donation {
  padding: 16px 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
  border: 1px solid rgba(243, 223, 0, 0.45);
  box-shadow: 0 18px 36px rgba(17, 17, 17, 0.08);
}

.assoc-side-stat-label {
  margin-top: 0 !important;
  font-size: 0.8rem !important;
  font-weight: 700;
  color: #666666 !important;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.assoc-side-stat-donation strong {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 1.04rem;
  line-height: 1.3;
}

.assoc-side-stat-name {
  color: #111111;
}

.assoc-side-stat-divider {
  color: rgba(17, 17, 17, 0.38);
}

.assoc-side-stat-amount {
  margin-top: 0 !important;
  font-size: 0.95rem !important;
  font-weight: 700;
  color: #111111 !important;
}

.bagisci-ranking {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.bagisci-ranking-intro {
  color: #5d5d5d;
  line-height: 1.8;
}

.bagisci-ranking-table {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.07);
  background: #ffffff;
}

.bagisci-ranking-head,
.bagisci-ranking-row {
  display: grid;
  grid-template-columns: 90px minmax(0, 1.5fr) minmax(0, 1fr) 120px;
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
}

.bagisci-ranking-head {
  background: #111111;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
}

.bagisci-ranking-row {
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.bagisci-ranking-row:first-of-type {
  border-top: 0;
}

.bagisci-ranking-row strong {
  font-family: "Poppins", sans-serif;
  font-size: 1.02rem;
  color: #111111;
}

.bagisci-rank {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(243, 223, 0, 0.18);
  color: #111111;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.bagisci-total,
.bagisci-count {
  color: #111111;
  font-weight: 600;
}

.bagisci-ranking-empty {
  padding: 24px;
  border-radius: 18px;
  background: #f8f8f8;
  color: #5d5d5d;
}

.assoc-shortcuts {
  padding: 34px 0 0;
}

.assoc-shortcut-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  padding: 30px 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76) 0%, rgba(245, 245, 245, 0.82) 100%),
    url("../images/background.svg") center/contain no-repeat;
  border: 1.5px solid rgba(17, 17, 17, 0.22);
  box-shadow: 0 18px 50px rgba(17, 17, 17, 0.1), 0 10px 22px rgba(17, 17, 17, 0.08);
  color: #111111;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.assoc-shortcut-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.1) 100%);
  pointer-events: none;
}

.assoc-shortcut-card:hover,
.assoc-project-card:hover,
.assoc-news-card:hover,
.assoc-culture-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(17, 17, 17, 0.14), 0 14px 28px rgba(17, 17, 17, 0.1);
  border-color: rgba(17, 17, 17, 0.42);
}

.assoc-shortcut-card i {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--assoc-accent);
  color: #111111;
  font-size: 1.25rem;
}

.assoc-shortcut-card strong {
  position: relative;
  z-index: 1;
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
}

.assoc-shortcut-card span {
  position: relative;
  z-index: 1;
  color: #666666;
  line-height: 1.7;
  font-size: 1rem;
}

.assoc-news-showcase {
  padding-top: 72px;
  background: #ffffff;
}

.assoc-featured-news,
.assoc-news-list-item,
.assoc-list-item,
.assoc-event-item,
.assoc-video-card {
  text-decoration: none;
}

.assoc-featured-news {
  display: block;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(17, 17, 17, 0.08);
}

.assoc-featured-media img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.assoc-featured-body {
  padding: 24px 26px 28px;
}

.assoc-featured-body small,
.assoc-news-list-item small,
.assoc-news-card-body small {
  display: block;
  margin-bottom: 10px;
  color: #8d8d8d;
  font-size: 0.82rem;
}

.assoc-featured-body h3,
.assoc-news-card-body h3,
.assoc-culture-body h3 {
  margin: 0 0 10px;
  font-family: "Poppins", sans-serif;
  font-size: 1.45rem;
  line-height: 1.3;
  color: #111111;
}

.assoc-featured-body p,
.assoc-news-card-body p,
.assoc-culture-body p,
.assoc-about-band p,
.assoc-cta-copy p {
  margin: 0;
  color: #5d5d5d;
  line-height: 1.8;
}

.assoc-news-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.assoc-news-list-item {
  display: grid;
  grid-template-columns: 156px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  padding: 16px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(17, 17, 17, 0.07);
}

.assoc-news-list-item img {
  width: 100%;
  height: 124px;
  border-radius: 16px;
  object-fit: cover;
}

.assoc-news-list-item strong,
.assoc-panel-head h3,
.assoc-spotlight-body strong,
.assoc-about-band h2,
.assoc-project-body h3,
.assoc-contact-card h3,
.assoc-cta-copy h2 {
  font-family: "Poppins", sans-serif;
  color: #111111;
}

.assoc-news-list-item strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.05rem;
  line-height: 1.35;
}

.assoc-news-list-item span {
  display: block;
  color: #666666;
  line-height: 1.65;
  font-size: 0.94rem;
}

.assoc-dashboard {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(247, 247, 247, 0.82) 0%, rgba(242, 242, 242, 0.86) 100%),
    url("../images/background.svg") center/cover no-repeat;
}

.assoc-dashboard::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.14));
  pointer-events: none;
}

.assoc-dashboard .container {
  position: relative;
  z-index: 1;
}

.assoc-panel,
.assoc-spotlight {
  padding: 28px;
  height: 100%;
}

.assoc-dashboard .col-lg-4:first-child .assoc-panel {
  background: #ffffff;
  border: 1px solid #ece7c2;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(17, 17, 17, 0.07);
}

.assoc-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.assoc-panel-head h3 {
  margin: 0;
  font-size: 1.32rem;
}

.assoc-panel-head a {
  color: #111111;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
}

.assoc-dashboard .col-lg-4:first-child .assoc-panel-head h3 {
  color: #343434;
}

.assoc-dashboard .col-lg-4:first-child .assoc-panel-head {
  margin: -28px -28px 0;
  padding: 18px 18px 16px;
  border-bottom: 1px solid #ececec;
  background: linear-gradient(180deg, rgba(243, 223, 0, 0.12) 0%, #ffffff 85%);
}

.assoc-dashboard .col-lg-4:first-child .assoc-panel-head h3 {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #1d1d1d;
}

.assoc-panel-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.assoc-panel-controls a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #ffffff;
  color: #3e454f;
  text-decoration: none;
  border: 1px solid #ece7c2;
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.04);
}

.assoc-panel-controls a:hover {
  color: #111111;
  border-color: rgba(243, 223, 0, 0.5);
  background: rgba(243, 223, 0, 0.18);
}

.assoc-list {
  display: flex;
  flex-direction: column;
}

.assoc-announcement-list {
  margin: 0 -28px -28px;
}

.assoc-list-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 18px 20px;
  border-top: 1px solid #efefef;
  transition: background 0.2s ease, transform 0.2s ease;
}

.assoc-list-item.is-featured {
  background: linear-gradient(180deg, rgba(243, 223, 0, 0.12), rgba(243, 223, 0, 0.03));
}

.assoc-list-item:first-child {
  border-top: 0;
}

.assoc-list-item:hover {
  background: #fffdf3;
  transform: translateX(2px);
}

.assoc-list-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(243, 223, 0, 0.16);
  border: 1px solid rgba(243, 223, 0, 0.4);
  color: #111111;
  font-size: 1.05rem;
}

.assoc-list-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.assoc-list-copy strong {
  color: #111111;
  font-size: 1.02rem;
  line-height: 1.4;
  font-weight: 700;
}

.assoc-list-copy span {
  color: #111111;
  font-size: 0.9rem;
}

.assoc-events {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.assoc-event-item {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid #efefef;
  transition: background 0.2s ease;
}

.assoc-event-item.is-featured {
  background: linear-gradient(180deg, rgba(243, 223, 0, 0.12), rgba(243, 223, 0, 0.03));
  border-radius: 18px;
  padding: 18px 16px;
  margin-bottom: 6px;
}

.assoc-event-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.assoc-event-item:hover {
  background: rgba(243, 223, 0, 0.06);
}

.assoc-event-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  border-right: 1px solid #efefef;
  color: #111111;
}

.assoc-event-date strong {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
  color: #111111;
}

.assoc-event-date span {
  margin-top: 6px;
  font-size: 0.92rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #111111;
}

.assoc-event-body strong,
.assoc-video-body strong {
  display: block;
  color: #111111;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
}

.assoc-event-body span {
  display: block;
  margin-top: 6px;
  color: #111111;
  font-size: 0.98rem;
  line-height: 1.65;
}

.assoc-spotlight-media img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 18px;
}

.assoc-spotlight-body {
  padding-top: 20px;
}

.assoc-spotlight-body strong {
  display: block;
  font-size: 1.32rem;
}

.assoc-spotlight-body span {
  display: block;
  margin-top: 6px;
  color: #8b8b8b;
  font-size: 0.92rem;
}

.assoc-spotlight-body p {
  margin: 14px 0 18px;
  color: #5d5d5d;
  line-height: 1.75;
}

.assoc-about-band {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(245, 245, 245, 0.76) 100%),
    url("../images/background.svg") center/cover no-repeat;
}

.assoc-about-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.1));
  pointer-events: none;
}

.assoc-about-band .container {
  position: relative;
  z-index: 1;
}

.assoc-about-media img {
  width: 100%;
  min-height: 380px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 18px 46px rgba(17, 17, 17, 0.08);
}

.assoc-about-band h2 {
  margin: 10px 0 16px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
}

.assoc-about-actions {
  display: flex;
  gap: 14px;
  margin-top: 24px;
}

.assoc-projects {
  background: #F5F5F5;
}

.assoc-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.assoc-nav .owl-prev,
.assoc-nav .owl-next {
  width: 44px;
  height: 44px;
  border: 0 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  color: #111111 !important;
  box-shadow: 0 14px 34px rgba(17, 17, 17, 0.1);
}

.assoc-project-card,
.assoc-news-card {
  overflow: hidden;
}

.assoc-project-media img,
.assoc-news-card-media img,
.assoc-culture-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.assoc-project-body,
.assoc-news-card-body,
.assoc-culture-body {
  padding: 24px;
}

.assoc-project-body small {
  display: inline-block;
  margin-bottom: 10px;
  color: #8d8d8d;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.assoc-project-body h3 {
  margin: 0 0 12px;
  font-size: 1.28rem;
  line-height: 1.35;
}

.assoc-project-body p {
  margin: 0 0 16px;
  color: #666666;
  line-height: 1.7;
}

.assoc-project-body a,
.assoc-news-card-body a {
  color: #111111;
  text-decoration: none;
  font-weight: 700;
}

.assoc-media-zone,
.assoc-cta-contact {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.68) 0%, rgba(245, 245, 245, 0.76) 100%),
    url("../images/background.svg") center/cover no-repeat;
}

.assoc-media-zone::before,
.assoc-cta-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.1));
  pointer-events: none;
}

.assoc-media-zone .container,
.assoc-cta-contact .container {
  position: relative;
  z-index: 1;
}

.assoc-photo-slide {
  position: relative;
  display: block;
  min-height: 420px;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 16px 44px rgba(17, 17, 17, 0.08);
}

.assoc-photo-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.assoc-photo-slide span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(17, 17, 17, 0.65);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  backdrop-filter: blur(10px);
}

.assoc-photo-slide:hover img {
  transform: scale(1.06);
}

.assoc-video-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 16px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(17, 17, 17, 0.08);
}

.assoc-video-thumb {
  position: relative;
}

.assoc-video-thumb img {
  width: 100%;
  height: 124px;
  border-radius: 18px;
  object-fit: cover;
}

.assoc-video-thumb span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(243, 223, 0, 0.95);
  color: #111111;
  transform: translate(-50%, -50%);
}

.assoc-video-body small {
  display: block;
  margin-top: 8px;
  color: #8c8c8c;
}

.assoc-culture-card {
  overflow: hidden;
  height: 100%;
}

.assoc-culture-card img {
  height: 220px;
}

.assoc-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
  padding: 36px 40px;
  border-radius: 28px;
  background: linear-gradient(135deg, #111111 0%, #1f1f1f 100%);
  box-shadow: 0 22px 56px rgba(17, 17, 17, 0.18);
}

.assoc-cta-copy h2 {
  margin: 10px 0 14px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
  color: #ffffff;
}

.assoc-cta-copy p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.72);
}

.assoc-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.assoc-contact-row {
  margin-top: 0;
}

.assoc-map-wrap,
.assoc-contact-card {
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(17, 17, 17, 0.08);
}

.assoc-map-wrap iframe {
  width: 100%;
  min-height: 440px;
  border: 0;
}

.assoc-contact-card {
  padding: 28px;
  height: 100%;
}

.assoc-contact-card h3 {
  margin: 0 0 10px;
  font-size: 1.48rem;
}

.assoc-contact-card p {
  margin: 0 0 20px;
  color: #666666;
}

.assoc-contact-card ul {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.assoc-contact-card li {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 0;
  border-top: 1px solid #efefef;
}

.assoc-contact-card li:first-child {
  padding-top: 0;
  border-top: 0;
}

.assoc-contact-card strong {
  font-family: "Poppins", sans-serif;
  color: #111111;
}

.assoc-contact-card span {
  color: #666666;
  line-height: 1.7;
}

@media (max-width: 1199px) {
  .assoc-news-list-item {
    grid-template-columns: 132px minmax(0, 1fr);
  }

  .assoc-video-card {
    grid-template-columns: 152px minmax(0, 1fr);
  }
}

@media (max-width: 991px) {
  .assoc-section {
    padding: 56px 0;
  }

  .assoc-hero {
    padding-top: 18px;
  }

  .assoc-hero-slide,
  .assoc-hero-content {
    min-height: 460px;
  }

  .assoc-hero-content {
    padding: 32px;
  }

  .assoc-hero-actions,
  .assoc-about-actions,
  .assoc-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .assoc-side-stack {
    margin-top: 20px;
  }

  .assoc-about-mobile-full {
    display: block;
  }

  .assoc-section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .assoc-photo-slide {
    min-height: 340px;
  }

  .assoc-video-card {
    grid-template-columns: 1fr;
  }

  .assoc-video-thumb img {
    height: 200px;
  }

  .assoc-cta-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
  }
}

@media (max-width: 767px) {
  .assoc-section {
    padding: 44px 0;
  }

  .assoc-hero-slide,
  .assoc-hero-content {
    min-height: 560px;
  }

  .assoc-hero-content {
    padding: 28px 24px 34px;
  }

  .assoc-hero-content h1 {
    font-size: 2rem;
  }

  .assoc-hero .owl-dots {
    left: 24px;
    bottom: 18px;
  }

  .assoc-side-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .assoc-brand-panel,
  .assoc-panel,
  .assoc-spotlight,
  .assoc-contact-card {
    padding: 22px;
  }

  .assoc-news-list-item {
    grid-template-columns: 1fr;
  }

  .assoc-news-list-item img,
  .assoc-featured-media img,
  .assoc-project-media img,
  .assoc-news-card-media img,
  .assoc-culture-card img {
    height: 220px;
  }

  .assoc-photo-slide {
    min-height: 260px;
  }

  .assoc-map-wrap iframe {
    min-height: 300px;
  }
}

/* Mobile Header Final */
@media (max-width: 991px) {
  .main-wrap {
    padding-top: 146px !important;
  }

  .header-mobile {
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: linear-gradient(180deg, #2a5f97 0%, #2a5f97 58%, #b9c9df 58%, #d6e0ee 100%) !important;
    box-shadow: 0 8px 24px rgba(17, 17, 17, 0.08) !important;
  }

  .header-mobile .container {
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
  }

  .mobile-topbar {
    position: relative;
    height: 136px !important;
    min-height: 136px !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 0 !important;
    padding: 0 !important;
  }

  .mobile-menu-btn,
  .mobile-search-btn {
    width: 154px !important;
    height: 62px !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    padding: 0 12px !important;
    box-shadow: none !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 0.98rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em;
  }

  .mobile-menu-btn {
    text-transform: uppercase;
  }

  .mobile-search-btn {
    justify-content: flex-end !important;
  }

  .mobile-menu-btn span {
    display: inline !important;
    color: #ffffff !important;
  }

  .mobile-search-btn span {
    display: none !important;
  }

  .mobile-menu-btn i,
  .mobile-search-btn i {
    font-size: 1.45rem !important;
    color: #ffffff !important;
  }

  .mobile-brand {
    position: absolute !important;
    left: 50%;
    top: 8px;
    transform: translateX(-50%);
    z-index: 3;
    width: min(178px, calc(100vw - 132px));
    min-width: 170px;
    padding: 10px 14px 14px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    border-radius: 0 0 28px 28px !important;
    background: #ffffff !important;
    box-shadow: 0 16px 30px rgba(17, 17, 17, 0.14) !important;
  }

  .header-mobile .mobile-brand .logo {
    width: 88px !important;
    height: 88px !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    object-fit: contain !important;
  }

  .mobile-brand-text {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 2px !important;
    text-align: center !important;
  }

  .mobile-brand-title {
    max-width: 100% !important;
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    line-height: 1.05 !important;
    letter-spacing: -0.01em !important;
    color: #111111 !important;
  }

  .mobile-brand-sub {
    max-width: 100% !important;
    font-size: 0.52rem !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    color: #111111 !important;
    text-transform: uppercase;
  }

  .mobile-header-links {
    display: none !important;
  }

  body.mobile-menu-open .header-mobile {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
  }
}

@media (max-width: 767px) {
  .main-wrap {
    padding-top: 134px !important;
  }

  .mobile-topbar {
    height: 124px !important;
    min-height: 124px !important;
  }

  .mobile-menu-btn,
  .mobile-search-btn {
    width: 90px !important;
    height: 58px !important;
    padding: 0 10px !important;
  }

  .mobile-menu-btn {
    justify-content: flex-start !important;
  }

  .mobile-menu-btn span {
    font-size: 0.86rem !important;
  }

  .mobile-brand {
    width: min(168px, calc(100vw - 110px));
    min-width: 156px;
    top: 6px;
    padding-bottom: 12px !important;
  }

  .header-mobile .mobile-brand .logo {
    width: 76px !important;
    height: 76px !important;
  }
}

/* Mobile Header Color Fix */
@media (max-width: 991px) {
  .header-mobile {
    background: linear-gradient(180deg, #111111 0%, #111111 58%, #d8d8d8 58%, #efefef 100%) !important;
  }

  .mobile-menu-btn,
  .mobile-search-btn {
    background: #111111 !important;
    color: #ffffff !important;
  }

  .mobile-menu-btn i,
  .mobile-menu-btn span,
  .mobile-search-btn i {
    color: #ffffff !important;
  }

  .mobile-menu-btn:hover,
  .mobile-search-btn:hover,
  .mobile-menu-btn:focus,
  .mobile-search-btn:focus {
    background: #000000 !important;
    color: #ffffff !important;
  }

  .mobile-brand {
    background: #ffffff !important;
    width: min(194px, calc(100vw - 132px));
    min-width: 186px;
    padding: 12px 14px 18px !important;
  }

  .mobile-brand-title,
  .mobile-brand-sub {
    color: #111111 !important;
  }

  .mobile-brand-sub {
    display: none !important;
  }

  .header-mobile .mobile-brand .logo {
    width: 104px !important;
    height: 104px !important;
  }

  .mobile-brand-title {
    font-size: 0.84rem !important;
  }
}

@media (max-width: 767px) {
  .mobile-brand {
    width: min(182px, calc(100vw - 108px));
    min-width: 170px;
    padding-bottom: 16px !important;
  }

  .header-mobile .mobile-brand .logo {
    width: 92px !important;
    height: 92px !important;
  }

  .mobile-brand-title {
    font-size: 0.76rem !important;
  }
}

/* Hide floating phone/whatsapp bubbles */
.whatsapp,
.whatsapp a[href^="tel:"],
.whatsapp .phone,
.whatsapp .fa-phone,
.whatsapp .fa-phone-alt {
  display: none !important;
}

/* Keep inner pages visually aligned with the homepage shell */
.page-section {
  padding: 26px 0 72px;
}

.page-section .bg-white {
  background: transparent !important;
}

.page-section .banner {
  max-width: 1360px;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 3px solid rgba(243, 223, 0, 0.7);
  box-shadow: 0 22px 48px rgba(17, 17, 17, 0.12);
}

.page-section .banner img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}

.page-section .banner-fix {
  margin-top: -86px;
  position: relative;
  z-index: 3;
}

.page-section .breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.82);
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.16);
}

.page-section .breadcrumb li,
.page-section .breadcrumb li a,
.page-section .breadcrumb i {
  color: #fff !important;
}

.page-section .sayfa-geri {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.08);
  color: #111 !important;
  text-decoration: none;
}

.page-section .page-content,
.page-section .iletisim-box,
.page-section .iletisim-adres.large,
.page-section .gallery.list,
.page-section .haber-detay-box,
.page-section .alert {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.07);
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(17, 17, 17, 0.08);
}

.page-section .page-content,
.page-section .gallery.list,
.page-section .iletisim-box {
  padding: 28px;
}

.baskan-ozgecmis-intro {
  margin-bottom: 22px;
  padding: 20px 22px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(243, 223, 0, 0.12), rgba(243, 223, 0, 0.04));
  border: 1px solid rgba(243, 223, 0, 0.28);
}

.baskan-ozgecmis-intro h3 {
  margin: 0 0 8px;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #111111;
}

.baskan-ozgecmis-intro p {
  margin: 0;
  color: #2f3a45;
  font-weight: 500;
}

.page-section .page-title {
  margin-bottom: 22px;
  color: #111;
}

.page-section + .hizli-menu {
  display: none !important;
}

.assoc-news-showcase .owl-stage {
  display: flex;
}

.assoc-news-showcase .owl-item {
  display: flex;
}

.assoc-news-showcase .assoc-news-card {
  width: 100%;
}

@media (min-width: 992px) {
  .mobile-quick-nav {
    position: fixed;
    top: 50%;
    right: 12px;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    z-index: 9991;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 80px;
    padding: 10px 8px;
    border-radius: 24px;
    background: rgba(17, 17, 17, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 42px rgba(17, 17, 17, 0.22);
    backdrop-filter: blur(12px);
  }

  .mobile-quick-nav .item {
    min-height: 70px;
    padding: 10px 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.25;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  }

  .mobile-quick-nav .item i {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #f3df00;
    color: #111;
    font-size: 0.98rem;
    box-shadow: 0 8px 18px rgba(243, 223, 0, 0.18);
  }

  .mobile-quick-nav .item span {
    display: block;
    color: inherit;
    font-size: 0.7rem;
  }

  .mobile-quick-nav .item:hover,
  .mobile-quick-nav .item:focus-visible {
    color: #fff;
    background: rgba(243, 223, 0, 0.14);
    box-shadow: 0 12px 28px rgba(17, 17, 17, 0.22);
    transform: translateX(-2px);
  }
}

@media (max-width: 991px) {
  .page-section .banner img {
    min-height: 220px;
  }

  .page-section .banner-fix {
    margin-top: -54px;
  }

  .page-section .page-content,
  .page-section .gallery.list,
  .page-section .iletisim-box {
    padding: 20px;
  }
}
