/* Classic layout (index.html) — dark theme */
html[data-theme="dark"] {
  color-scheme: dark;
}

html[data-theme="dark"] {
  --white-color: #1a1c1b;
  --primary-color: #e8e2d9;
  --section-bg-color: #222624;
  --dark-color: #f3eee6;
  --title-color: #ddd6cb;
  --p-color: #b8b0a4;
  --border-color: #3a403c;
}

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

html[data-theme="dark"] .navbar,
html[data-theme="dark"] .colorbg {
  background-color: #242826 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35) !important;
}

html[data-theme="dark"] .navbar-nav .nav-link {
  color: var(--p-color);
}

html[data-theme="dark"] .navbar-nav .nav-link:hover,
html[data-theme="dark"] .navbar-nav .nav-link.active {
  color: var(--dark-color);
}

html[data-theme="dark"] .custom-link {
  border-color: var(--border-color);
  color: var(--primary-color);
}

html[data-theme="dark"] .custom-link::before {
  background-color: var(--border-color);
  color: var(--primary-color);
}

html[data-theme="dark"] .heroText {
  background: rgba(26, 28, 27, 0.88);
}

html[data-theme="dark"] .heroText h1,
html[data-theme="dark"] .heroText p {
  color: var(--dark-color);
}

html[data-theme="dark"] .timeline-content.bg-white {
  background: #2a2e2c !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28) !important;
}

html[data-theme="dark"] .timeline h3,
html[data-theme="dark"] .timeline h3.text-light {
  background: #3a403c !important;
  color: #f3eee6 !important;
}

html[data-theme="dark"] .timeline-nodes:nth-child(odd) h3::after {
  border-left-color: #3a403c !important;
}

html[data-theme="dark"] .timeline-nodes:nth-child(even) h3::after {
  border-right-color: #3a403c !important;
}

html[data-theme="dark"] .timeline-icons::before {
  background: #2a2e2c;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.35);
}

html[data-theme="dark"] .timeline-icon {
  color: var(--primary-color);
}

html[data-theme="dark"] .reviews-thumb {
  background: #2a2e2c;
}

html[data-theme="dark"] .reviews-carousel .owl-item.active.center .reviews-thumb {
  background: #3a403c;
}

html[data-theme="dark"] .reviews-carousel .owl-item.active.center .reviews-thumb,
html[data-theme="dark"] .reviews-carousel .owl-item.active.center .reviews-text {
  color: #f3eee6 !important;
}

html[data-theme="dark"] .reviews-stars {
  color: #c9a882;
}

html[data-theme="dark"] .site-footer {
  background: #121413;
}

html[data-theme="dark"] .site-footer h5,
html[data-theme="dark"] .site-footer p,
html[data-theme="dark"] .site-footer a {
  color: #d8d0c4;
}

html[data-theme="dark"] .site-footer a:hover {
  color: #fff;
}

html[data-theme="dark"] .pricing-option {
  background: #2a2e2c !important;
  color: var(--p-color);
}

html[data-theme="dark"] .pricing-option h3,
html[data-theme="dark"] .pricing-option h1,
html[data-theme="dark"] .pricing-option .price,
html[data-theme="dark"] .demo-title {
  color: var(--dark-color) !important;
}

html[data-theme="dark"] .pricing-option hr {
  border-bottom-color: var(--border-color) !important;
}

html[data-theme="dark"] .pricing-option p {
  color: var(--p-color);
}

html[data-theme="dark"] .font-size,
html[data-theme="dark"] .font-size1 {
  color: var(--dark-color);
}

html[data-theme="dark"] .social-icon-link {
  color: #d8d0c4;
}

/* V2 layout — dark theme */
html[data-theme="dark"] body.v2 {
  --v2-bg: #161817;
  --v2-bg-alt: #1e211f;
  --v2-surface: #252927;
  --v2-text: #f0ebe3;
  --v2-muted: #b8b0a4;
  --v2-accent: #8fa892;
  --v2-accent-dark: #a8c0ab;
  --v2-warm: #c9a882;
  --v2-border: rgba(255, 255, 255, 0.08);
  --v2-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

html[data-theme="dark"] body.v2 .v2-header {
  background: rgba(22, 24, 23, 0.92);
}

html[data-theme="dark"] body.v2 .v2-btn {
  background: #6f8572;
}

html[data-theme="dark"] body.v2 .v2-btn:hover {
  background: var(--v2-warm);
}

html[data-theme="dark"] body.v2 .v2-btn--ghost {
  color: var(--v2-text) !important;
  border-color: rgba(255, 255, 255, 0.22);
}

html[data-theme="dark"] body.v2 .v2-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--v2-text) !important;
}

html[data-theme="dark"] body.v2 .v2-list-block--exclude {
  background: rgba(201, 168, 130, 0.08);
  border-color: rgba(201, 168, 130, 0.18);
}

html[data-theme="dark"] body.v2 .v2-list-block--exclude h3 {
  color: #d8b08e;
}

html[data-theme="dark"] body.v2 .v2-footer {
  background: #0f1110;
}

html[data-theme="dark"] body.v2 .v2-footer a:hover {
  color: var(--v2-warm);
}

html[data-theme="dark"] body.v2 .v2-social a {
  background: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] body.v2 .v2-hero__image img,
html[data-theme="dark"] body.v2 .v2-gallery img {
  filter: brightness(0.92);
}

html[data-theme="dark"] body.v2 .v2-service__duration {
  background: rgba(168, 186, 168, 0.16);
  color: #c8d4c8;
}

/* Documents page */
html[data-theme="dark"] body.documents-page {
  background: #161817;
  color: #f0ebe3;
}

html[data-theme="dark"] body.documents-page .v2-section__head h1,
html[data-theme="dark"] body.documents-page .v2-intro {
  color: #f0ebe3;
}

html[data-theme="dark"] body.documents-page .doc-gallery__figure {
  background: #252927;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

html[data-theme="dark"] body.documents-page .doc-gallery__open img {
  background: #1e211f;
}

@media (max-width: 991px) {
  html[data-theme="dark"] body.v2 .v2-header__nav-panel {
    background: rgba(22, 24, 23, 0.98);
  }
}

/* V3 layout — dark theme */
html[data-theme="dark"] body.v3 {
  --v3-bg: #171215;
  --v3-bg-soft: #21181d;
  --v3-surface: #2a2126;
  --v3-text: #f5ece8;
  --v3-muted: #b9a8ae;
  --v3-accent: #d4899a;
  --v3-accent-deep: #f0d5dc;
  --v3-line: rgba(255, 255, 255, 0.1);
}

html[data-theme="dark"] body.v3 .v3-topbar {
  background: rgba(23, 18, 21, 0.94);
}

html[data-theme="dark"] body.v3 .v3-btn {
  background: #8e5566;
}

html[data-theme="dark"] body.v3 .v3-btn:hover {
  background: #d4899a;
}

html[data-theme="dark"] body.v3 .v3-btn--line {
  color: var(--v3-text) !important;
  border-color: rgba(255, 255, 255, 0.24);
}

html[data-theme="dark"] body.v3 .v3-btn--line:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--v3-text) !important;
}

html[data-theme="dark"] body.v3 .v3-accordions details.is-exclude {
  background: rgba(212, 137, 154, 0.1);
  border-color: rgba(212, 137, 154, 0.28);
}

html[data-theme="dark"] body.v3 .v3-footer {
  background: #0e0a0c;
}

html[data-theme="dark"] body.v3 .v3-footer a:hover {
  color: var(--v3-accent);
}

html[data-theme="dark"] body.v3 .v3-social a {
  background: rgba(255, 255, 255, 0.1);
}

html[data-theme="dark"] body.v3 .v3-hero__bg img {
  filter: brightness(0.78);
}

html[data-theme="dark"] body.v3 .v3-photos img {
  filter: brightness(0.9);
}

@media (max-width: 991px) {
  html[data-theme="dark"] body.v3 .v3-nav-panel {
    background: rgba(23, 18, 21, 0.98);
  }
}
