html {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Bebas Neue", Arial, sans-serif;
  background: #f7f8fa;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand,
.btn,
.stat-value {
  font-family: "Bebas Neue", Arial, sans-serif !important;
  letter-spacing: 1px;
}

.navbar .navbar-brand,
.navbar .nav-link,
.navbar-text {
  color: #fff !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  font-size: 1.2rem;
  font-weight: 300;
  font-family: "Poppins", Arial, sans-serif;
}
.nav-link {
  padding: 0 10px;
}
.navbar {
  width: 95%;
  margin: 0 auto;
  border-radius: 40px;
  transition: all 0.3s ease;
}

.navbar.scrolled {
  width: 95%;
  margin-top: 5px;
  background: rgba(26, 35, 126, 0.56);
  padding-left: 10px;
  backdrop-filter: blur(10px);
  padding-right: 10px;
}
.white-button {
  background: #fff;
  font-size: 2rem;
}
.navbar-brand img {
  transition: all 0.3s ease;
  height: 90px;
}

.navbar.scrolled .navbar-brand img {
  height: 50px;
}

.button-primary {
  background: #1a237e;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 900px;
  background: linear-gradient(90deg, #1a237e 0%, #3949ab 100%);
}
.banner {
  height: 100vh;
  min-height: 400px;
  width: 100%;
  position: relative;
  background: url("../img/banner.jpg") center center/cover no-repeat;
}
.banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30%;
  z-index: 1;
  background: linear-gradient(180deg, #3949ab 0%, rgba(57, 73, 171, 0.7) 30%, transparent 80%);
}
.stats-banner {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
  z-index: 9;
  border-radius: 20px;
  background: linear-gradient(90deg, #1a237e 0%, #3949ab 100%) !important;
  padding: 0 20px;
}
.stats-banner-w {
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
  z-index: 9;
  border-radius: 20px;
  background: linear-gradient(90deg, #1a237e 0%, #3949ab 100%) !important;
  padding: 0 20px;
}
.banner img {
  display: none;
}
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.banner-overlay h2 {
  font-size: 2.5rem;
  font-family: "Bebas Neue", Arial, sans-serif;
  letter-spacing: 2px;
}

.bg-primary,
.table-primary {
  background: linear-gradient(90deg, #1a237e 0%, #3949ab 100%) !important;
}

.text-primary,
.badge.bg-success {
  color: #1a237e !important;
}

.stat-value {
  font-size: 2.5rem;
  font-family: "Bebas Neue", Arial, sans-serif;
  color: #fff;
}
.stat-attr {
  font-family: "Poppins", Arial, sans-serif;
  color: #fff;
  line-height: 1.2;
  font-weight: 100;
}
.banner-cta {
  padding: 0;
  z-index: 0;
}
.banner-cta-inner {
  padding: 50px 50px 100px 80px;
  background-color: #212f8d7a;
  border-top-right-radius: 20px;
}
.banner-cta-inner-contact {
  font-size: 1.5rem;
  font-family: "Bebas Neue", Arial, sans-serif;
  letter-spacing: 1px;
}

.interactive-map {
  border-radius: 20px;
}

.table thead th {
  vertical-align: middle;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 1.1rem;
  background: linear-gradient(90deg, #1a237e 0%, #3949ab 100%) !important;
  color: #fff;
  border: none;
}
.table tbody tr {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
}
.table tbody tr.table-active {
  background: #e3e6f3;
}
.btn-primary {
  background: #1a237e;
  border: none;
  font-family: "Bebas Neue", Arial, sans-serif;
  letter-spacing: 1px;
}
.btn-outline-primary {
  border-color: #1a237e;
  color: #1a237e;
  font-family: "Bebas Neue", Arial, sans-serif;
}
.btn-outline-primary:hover {
  background: #1a237e;
  color: #fff;
}
.estate-info {
  border-left: 6px solid #1a237e;
  box-shadow: 0 4px 24px rgba(26, 35, 126, 0.08);
}
.bg-light {
  background: #f7f8fa !important;
}

.interactive-map-container {
  position: relative;
}
.interactive-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.estate-shape {
  transition: fill 0.2s, stroke 0.2s;
  pointer-events: all;
}
.estate-shape:hover,
.estate-shape.active {
  fill: rgba(57, 73, 171, 0.5);
  stroke: #1a237e;
}
.estate-info-hover {
  min-width: 180px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(26, 35, 126, 0.08);
  padding: 16px;
  pointer-events: none;
}
html {
  padding: 0 !important;
  margin: 0 !important;
}
.pictogram-mark {
  background-image: url("../img/pictogram5.png");
  background-size: 700px;
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #fff;
}
.bg-pictogram {
  background-position: left center;
}
.big-title {
  font-size: 5rem;
  line-height: 4.5rem;
  font-family: "Bebas Neue", Arial, sans-serif;
  letter-spacing: 1px;
}
.house {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(57, 73, 171, 0.2);
  border: 2px solid #3949ab;
  transition: background 0.2s, border 0.2s;
  cursor: pointer;
  z-index: 2;
  display: block;
}
.house:hover,
.house.active {
  background: rgba(57, 73, 171, 0.5);
  border: 2px solid #1a237e;
  z-index: 3;
}

#estateInfoDynamic {
  position: absolute !important;
  min-width: 180px;
  max-width: 320px;
  background: #fff;
  color: #222;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(26, 35, 126, 0.18);
  padding: 16px;
  border: 1px solid #e0e0e0;
  z-index: 9999 !important;
  pointer-events: none;
  font-size: 1rem;
  opacity: 1;
  display: block;
  transition: opacity 0.25s;
  font-family: "Poppins", Arial, sans-serif;
}
.title-house {
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 2rem;
  color: #1a237e;
  font-weight: 100;
}
#estateInfoDynamic.d-none {
  opacity: 0 !important;
  transition: opacity 0.25s;
}

.estate-status-available {
  color: #219653 !important;
  background: #eafaf1;
  border-radius: 6px;
  padding: 2px 10px;
  font-weight: 700;
  display: inline-block;
}
.estate-status-reserved {
  color: #e67e22 !important;
  background: #fff6e5;
  border-radius: 6px;
  padding: 2px 10px;
  font-weight: 700;
  display: inline-block;
}
.estate-status-sold {
  color: #c0392b !important;
  background: #fdeaea;
  border-radius: 6px;
  padding: 2px 10px;
  font-weight: 700;
  display: inline-block;
}

.house-available {
  border-color: #219653 !important;
  background: rgba(33, 150, 83, 0.25) !important;
}
.house-reserved {
  border-color: #e67e22 !important;
  background: rgba(230, 126, 34, 0.25) !important;
}
.house-sold {
  border-color: #c0392b !important;
  background: rgba(192, 57, 43, 0.25) !important;
}
.house-available:hover {
  border-color: #219653 !important;
  background: rgba(33, 150, 83, 0.75) !important;
}
.house-reserved:hover {
  border-color: #e67e22 !important;
  background: rgba(230, 126, 34, 0.75) !important;
}
.house-sold:hover {
  border-color: #c0392b !important;
  background: rgba(192, 57, 43, 0.75) !important;
}

/* --- Kafelki tabela mieszkań --- */
.custom-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.custom-table-header {
  display: flex;
  justify-content: space-between;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5rem;
  color: #11134a;
  margin-bottom: 10px;
}
.custom-table-header > div {
  flex: 1 1 0;
  text-align: center;
}
.Poppins {
  font-family: "Poppins", Arial, sans-serif;
}
p {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1.1rem;
  letter-spacing: normal;
}
.custom-table-row {
  background: #fff;
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  box-shadow: 0 2px 8px #0001;
  gap: 10px;
  font-family: "Poppins", Arial, sans-serif;
}

.row-content {
  flex: 1 1 0;
  min-width: 120px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.label {
  font-size: 0.8rem;
  color: #11134a;
  font-weight: bold;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .custom-table-header {
    display: none !important;
  }
  .custom-table-row {
    flex-direction: column;
    align-items: stretch;
    text-align: left;
    padding: 18px 12px;
    gap: 8px;
  }
  .row-content {
    flex-direction: row;
    justify-content: space-between;
    min-width: 0;
    padding: 4px 0;
  }
  .label {
    display: inline-block;
    min-width: 120px;
  }
}

/* Construction Diary Gallery Styles */
.construction-stage-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(26, 35, 126, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.construction-stage-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 32px rgba(26, 35, 126, 0.12);
}

.construction-stage-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-bottom: 4px solid #1a237e;
}

.construction-stage-info {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.construction-stage-info h5 {
  color: #1a237e;
  font-family: "Bebas Neue", Arial, sans-serif;
  letter-spacing: 1px;
}

.construction-stage-info p {
  font-family: "Poppins", Arial, sans-serif;
  margin-bottom: 10px;
}

.construction-stage-info small {
  font-family: "Poppins", Arial, sans-serif;
  margin-top: auto;
}

@media (max-width: 767px) {
  .construction-stage-card {
    margin-bottom: 20px;
  }

  .construction-stage-card img {
    height: 200px;
  }
}

/* FAQ Modern Styles */
.faq-container {
  margin: 100px auto;
  border-radius: 20px;
}

.faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-question {
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: linear-gradient(90deg, rgba(26, 35, 126, 0.02) 0%, rgba(26, 35, 126, 0.05) 100%);
}

.faq-question:hover {
  background: linear-gradient(90deg, rgba(26, 35, 126, 0.05) 0%, rgba(26, 35, 126, 0.08) 100%);
}

.faq-item.active .faq-question {
  background: linear-gradient(90deg, rgba(26, 35, 126, 0.08) 0%, rgba(26, 35, 126, 0.12) 100%);
}

.faq-question h5 {
  margin: 0;
  color: #1a237e;
  font-family: "Bebas Neue", Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 1.3rem;
  flex: 1;
  padding-right: 20px;
  position: relative;
}

.faq-question h5::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 0;
  background: linear-gradient(90deg, #1a237e 0%, #3949ab 100%);
  transition: height 0.3s ease;
}

.faq-item.active .faq-question h5::before {
  height: 24px;
}

.faq-toggle {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a237e;
  transition: all 0.3s ease;
  border-radius: 50%;
  flex-shrink: 0;
}

.faq-toggle svg {
  width: 20px;
  height: 20px;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  background: #1a237e;
  color: #fff;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: #fff;
  opacity: 0;
  transform: translateY(-10px);
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 25px;
  opacity: 1;
  transform: translateY(0);
}

.faq-answer p {
  margin: 0;
  color: #333;
  font-family: "Poppins", Arial, sans-serif;
  line-height: 1.8;
  font-size: 1.05rem;
}

@media (max-width: 767px) {
  .faq-container {
    padding: 20px;
  }

  .faq-question {
    padding: 15px 20px;
  }

  .faq-question h5 {
    font-size: 1.1rem;
  }

  .faq-item.active .faq-answer {
    padding: 20px;
  }

  .faq-toggle {
    width: 32px;
    height: 32px;
  }

  .faq-toggle svg {
    width: 16px;
    height: 16px;
  }
}

/* Location Section Styles - Minimalist Version */
.location-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 0;
  width: 100%;
}

.location-block {
  position: relative;
  padding: 20px;
  transition: all 0.3s ease;
}

.location-block h4 {
  font-family: "Bebas Neue", Arial, sans-serif;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: #1a237e;
  font-size: 1.5rem;
  position: relative;
  display: inline-block;
}

.location-block h4::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #1a237e 0%, #3949ab 100%);
  transition: width 0.3s ease;
}

.location-block:hover h4::after {
  width: 100%;
}

.location-block p {
  font-family: "Poppins", Arial, sans-serif;
  color: #333;
  line-height: 1.8;
  margin-bottom: 0;
  font-size: 1.05rem;
}

@media (max-width: 991px) {
  .location-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .location-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .location-block {
    padding: 15px;
  }

  .location-block h4 {
    font-size: 1.3rem;
  }
}

.footer-gradient {
  background: linear-gradient(90deg, #1a237e 0%, #3949ab 100%) !important;
}
.gallery-img {
  border-radius: 40px;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.gallery-img:hover {
  transform: scale(1.05);
}
.gallery-nav-btn {
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  transition: all 0.3s ease;
  z-index: 1050;
}
.gallery-nav-btn:hover {
  opacity: 1;
  background-color: #fff;
  transform: scale(1.1);
}
#galleryModal .modal-content {
  background-color: rgba(0, 0, 0, 0.9);
}
#galleryModal .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1060;
}
#galleryModal .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#galleryModalImg {
  max-height: 90vh;
  width: auto;
  object-fit: contain;
}
.bg-white {
  background-color: #fff !important;
}
.brand-section {
  position: relative;
}
.title-section {
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 5rem;
  color: #1a237e;
  font-weight: 100;
  line-height: 56px;
}
.title-section-top {
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 5rem;
  color: #1a237e;
  font-weight: 100;
  line-height: 56px;
}
.investment-logo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
}

.investment-logo h4 {
  font-size: 1.5rem;
  letter-spacing: 2px;
}

.developer-info {
  padding-top: 1.5rem;
}

.developer-info h5 {
  font-size: 1.2rem;
  letter-spacing: 1.5px;
}

.text-light-emphasis {
  color: rgba(255, 255, 255, 0.7) !important;
}

.custom-table-small {
  gap: 4px;
}

.custom-table-small .custom-table-row {
  gap: 4px;
}

.custom-table-small .row-content {
  gap: 4px;
}

.custom-table-row {
  background: #fff;
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  box-shadow: 0 2px 8px #0001;
  gap: 10px;
  font-family: "Poppins", Arial, sans-serif;
}

.row-content {
  flex: 1 1 0;
  min-width: 120px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.label {
  font-size: 0.8rem;
  color: #11134a;
  font-weight: bold;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .custom-table-header {
    display: none !important;
  }
  .custom-table-row {
    flex-direction: column;
    align-items: stretch;
    text-align: left;
    padding: 18px 12px;
    gap: 8px;
  }
  .row-content {
    flex-direction: row;
    justify-content: space-between;
    min-width: 0;
    padding: 4px 0;
  }
  .label {
    display: inline-block;
    min-width: 120px;
  }
}

/* Remove all animation classes */
.section-animate,
.section-animate-up,
.section-animate-left,
.section-animate-right,
.section-hidden,
.section-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
}

/* Initial section visibility */
section {
  opacity: 1;
  visibility: visible;
  transform: none;
}

/* Animation classes */
.section-animate,
.section-animate-up,
.section-animate-left,
.section-animate-right {
  opacity: 1;
  visibility: visible;
  will-change: transform, opacity;
  transform: translateY(0);
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

/* Animation states */
.section-animate {
  transform: translateY(50px);
  opacity: 0;
}

.section-animate-up {
  transform: translateY(-50px);
  opacity: 0;
}

.section-animate-left {
  transform: translateX(-50px);
  opacity: 0;
}

.section-animate-right {
  transform: translateX(50px);
  opacity: 0;
}

/* WordPress Admin Bar Position */
#wpadminbar {
  top: auto !important;
  bottom: 0 !important;
}

/* Adjust body padding when admin bar is at bottom */
body.admin-bar {
  padding-bottom: 32px !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    padding-bottom: 46px !important;
  }
}

/* Location Section Styles */
.location-image-container {
  overflow: hidden;
  background-color: rgb(184, 184, 184);
  aspect-ratio: 16/9;
  position: relative;
  border-radius: 12px;
}

.location-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  transform-origin: center;
}

.zoom-btn {
  min-width: 120px;
  height: 40px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
}

.zoom-btn:hover {
  background-color: var(--bs-primary);
  color: white;
}

.zoom-btn:hover ~ .location-image {
  transform: scale(1.1);
}

@keyframes fadeZoom {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.location-image.changing {
  animation: fadeZoom 0.3s ease-in-out;
}

/* Dark Mode Styles */
[data-theme="dark"] {
  --background-color: #1a1a1a;
  --text-color: #ffffff;
  --card-bg: #2d2d2d;
  --border-color: #404040;
  --hover-bg: #3d3d3d;
}

[data-theme="dark"] body {
  background: var(--background-color);
  color: var(--text-color);
}

[data-theme="dark"] .bg-light,
[data-theme="dark"] .bg-white {
  background: var(--card-bg) !important;
}

[data-theme="dark"] .table tbody tr {
  background: var(--card-bg);
  border-bottom: 1px solid var(--border-color);
}

[data-theme="dark"] .table tbody tr.table-active {
  background: var(--hover-bg);
}

[data-theme="dark"] .estate-info {
  background: var(--card-bg);
  border-left: 6px solid #3949ab;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

[data-theme="dark"] .estate-info-hover {
  background: rgba(45, 45, 45, 0.95);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

[data-theme="dark"] .pictogram-mark {
  background-color: var(--card-bg);
  background-image: url("../img/pictogram5-noc.png") !important;
  background-repeat: no-repeat !important;
}

[data-theme="dark"] .construction-stage-card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
}

[data-theme="dark"] .construction-stage-card:hover {
  background: var(--hover-bg);
}

[data-theme="dark"] .faq-item {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
}

[data-theme="dark"] .faq-question {
  background: var(--card-bg);
}

[data-theme="dark"] .faq-answer {
  background: var(--card-bg);
  border-top: 1px solid var(--border-color);
  color: #fff !important;
}

[data-theme="dark"] .location-block {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
}

[data-theme="dark"] .location-block:hover {
  background: var(--hover-bg);
}

[data-theme="dark"] .custom-table-row {
  background: var(--card-bg);
  border-bottom: 1px solid var(--border-color);
}

[data-theme="dark"] .custom-table-row:hover {
  background: var(--hover-bg);
}

[data-theme="dark"] .custom-table-row-small {
  background: var(--card-bg);
  border-bottom: 1px solid var(--border-color);
}

[data-theme="dark"] .custom-table-row-small:hover {
  background: var(--hover-bg);
}

[data-theme="dark"] .contact-section {
  background: var(--card-bg);
}

[data-theme="dark"] .contact-section .title-section,
[data-theme="dark"] .contact-section .title-section-top {
  color: var(--text-color);
}

[data-theme="dark"] .contact-section .form-control {
  background: var(--background-color);
  border-color: var(--border-color);
  color: var(--text-color);
}

[data-theme="dark"] .contact-section .form-control:focus {
  background: var(--background-color);
  border-color: #3949ab;
  color: var(--text-color);
}

[data-theme="dark"] .contact-section .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

[data-theme="dark"] .contact-section .form-label {
  color: var(--text-color);
}

[data-theme="dark"] .contact-section .contact-info {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
}

[data-theme="dark"] .contact-section .contact-info p {
  color: var(--text-color);
}

[data-theme="dark"] .contact-section .contact-info i {
  color: #3949ab;
}

[data-theme="dark"] .title-section,
[data-theme="dark"] .title-section-top {
  color: #b1b8ff !important;
}

[data-theme="dark"] .custom-table-header {
  color: #b1b8ff !important;
}

[data-theme="dark"] .big-title {
  color: #b1b8ff !important;
}

[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] h5,
[data-theme="dark"] h6 {
  color: #b1b8ff !important;
}

[data-theme="dark"] .text-muted,
[data-theme="dark"] .faq-answer,
[data-theme="dark"] .label,
[data-theme="dark"] .faq-answer p,
[data-theme="dark"] .btn-outline-primary,
[data-theme="dark"] .text-primary,
[data-theme="dark"] .badge.bg-success {
  color: #fff !important;
}

[data-theme="dark"] .btn-outline-primary {
  border-color: #fff;
}

[data-theme="dark"] .btn-outline-primary:hover {
  background: #fff;
  color: var(--background-color) !important;
}

[data-theme="dark"] .location-block p {
  color: #fff !important;
}

[data-theme="dark"] .faq-toggle {
  color: #fff !important;
}

[data-theme="dark"] .faq-item.active .faq-toggle {
  background: #fff;
  color: var(--background-color) !important;
}

/* MOBILE */
@media screen and (max-width: 782px) {
  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff !important;
  }
  .navbar-nav {
    margin-bottom: 50px;
    background: rgba(26, 35, 126, 0.95);
    padding: 20px;
    border-radius: 20px;
  }
  .navbar-collapse {
    background: rgba(26, 35, 126, 0.95);
    padding: 20px;
    border-radius: 20px;
    margin-top: 10px;
  }
  .stats-banner {
    position: relative;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    z-index: 9;
    border-radius: 20px;
    background: linear-gradient(90deg, #1a237e 0%, #3949ab 100%) !important;
    padding: 0 20px;
  }
  .banner-cta-inner {
    padding: 20px;
    background-color: #212f8d7a;
    border-top-right-radius: 20px;
  }
  .navbar.scrolled {
    background: rgba(26, 35, 126, 0.95);
    backdrop-filter: blur(10px);
  }
  .custom-table-row {
    gap: 0px;
  }
  .banner {
    height: 60vh;
  }
}
