:root {
  color-scheme: dark;
}

html[data-theme="light"] {
  color-scheme: light;
  --_color---theme-color--body: rgba(15, 23, 42, 0.82);
  --_color---theme-color--heading: #0f172a;
  --_color---theme-color--menu-color-normal: rgba(15, 23, 42, 0.72);
  --_color---theme-color--menu-color-hover-acive: #0f172a;
  --_color---theme-color--body-background: #f4efe5;
  --_color---base-color--white: #0f172a;
  --_color---base-color--transparent: transparent;
  --border-color--border-color-white-0-1: rgba(15, 23, 42, 0.09);
  --border-color--border-color-white-0-2: rgba(15, 23, 42, 0.13);
  --border-color--border-color-white-0-3: rgba(15, 23, 42, 0.22);
  --_color---theme-color--primary: #c86b2b;
  --_color---theme-color--secondary: #f0c57c;
}

html[data-theme="light"] body {
  background:
    radial-gradient(circle at top left, rgba(240, 197, 124, 0.28), transparent 26%),
    radial-gradient(circle at top right, rgba(200, 107, 43, 0.12), transparent 18%),
    linear-gradient(180deg, #fbf7f1 0%, #f4efe5 100%);
}

html[data-theme="light"] .body,
html[data-theme="light"] .main-header-1.header-sticky-1,
html[data-theme="light"] .main-footer-wrap,
html[data-theme="light"] .header-mobile,
html[data-theme="light"] .utility-page-form {
  background-color: transparent;
}

html[data-theme="light"] .heading-page-title,
html[data-theme="light"] .section-heading,
html[data-theme="light"] .sg-team-title,
html[data-theme="light"] .heading-h5,
html[data-theme="light"] .footer-heading-widget,
html[data-theme="light"] .testimonial-title,
html[data-theme="light"] .blog-card-title,
html[data-theme="light"] .license-title,
html[data-theme="light"] .form-password-heading,
html[data-theme="light"] .mobile-menu-item-text,
html[data-theme="light"] .text-logo,
html[data-theme="light"] .section-sub-title-inner,
html[data-theme="light"] .main-title,
html[data-theme="light"] .sub-title {
  color: #0f172a;
}

html[data-theme="light"] .description-page-title,
html[data-theme="light"] .section-description,
html[data-theme="light"] .text-standard,
html[data-theme="light"] .footer-desc-widget,
html[data-theme="light"] .cta-description,
html[data-theme="light"] .sg-team-bio,
html[data-theme="light"] .testimonial-description,
html[data-theme="light"] .list-link-text,
html[data-theme="light"] .copyright-text,
html[data-theme="light"] .form-password-description,
html[data-theme="light"] .progress-bar-title,
html[data-theme="light"] .progress-bar-percentage {
  color: rgba(15, 23, 42, 0.78);
}

html[data-theme="light"] .box-banner-image-1,
html[data-theme="light"] .team-main-image,
html[data-theme="light"] .blog-image,
html[data-theme="light"] .single-post-image,
html[data-theme="light"] .testimonial-image {
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.12);
}

html[data-theme="light"] .button-primary,
html[data-theme="light"] .button-dark-text {
  color: #fff;
}

html[data-theme="light"] .button-text-light,
html[data-theme="light"] .menu-item-link,
html[data-theme="light"] .menu-mobile-item-link {
  color: rgba(15, 23, 42, 0.72);
}

html[data-theme="light"] .button-text-light:hover,
html[data-theme="light"] .menu-item-link:hover,
html[data-theme="light"] .menu-item-link.w--current,
html[data-theme="light"] .menu-mobile-item-link:hover,
html[data-theme="light"] .menu-mobile-item-link.w--current {
  color: #0f172a;
}

html[data-theme="light"] .hamburger-menu-mobile {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(12px);
}

html[data-theme="light"] .hamburger-line-top,
html[data-theme="light"] .hamburger-line-middle,
html[data-theme="light"] .hamburger-line-bottom {
  background-color: #0f172a;
}

html[data-theme="light"] .glowing-background-one {
  background-color: rgba(255, 255, 255, 0.82);
}

html[data-theme="light"] .glowing-background-one.bg-2,
html[data-theme="light"] .glowing-background-one.bg-2.border-radius-lg {
  background-color: rgba(255, 248, 236, 0.92);
}

html[data-theme="light"] .glowing-background-two,
html[data-theme="light"] .button-background-gradient {
  filter: saturate(0.9) brightness(1.03);
}

html[data-theme="light"] .header-divider,
html[data-theme="light"] .footer-divider,
html[data-theme="light"] .divider-item,
html[data-theme="light"] .divider-horizontal,
html[data-theme="light"] .main-divider-3,
html[data-theme="light"] .menu-divider-lv1 {
  opacity: 0.4;
}

html[data-theme="light"] .progress-bar-bg,
html[data-theme="light"] .form-field-1,
html[data-theme="light"] .form-password-field {
  background-color: rgba(255, 255, 255, 0.72);
  border-color: rgba(15, 23, 42, 0.12);
}

html[data-theme="light"] .feature-item-1,
html[data-theme="light"] .sg-social-item,
html[data-theme="light"] .box-banner-content-1,
html[data-theme="light"] .testimonial-item,
html[data-theme="light"] .blog-card,
html[data-theme="light"] .team-item-1,
html[data-theme="light"] .single-team-content,
html[data-theme="light"] .section-footer-cta,
html[data-theme="light"] .footer-newsletter,
html[data-theme="light"] .footer-about,
html[data-theme="light"] .footer-links,
html[data-theme="light"] .box-pricing-item,
html[data-theme="light"] .section-box-contact,
html[data-theme="light"] .form-subscribe-1,
html[data-theme="light"] .single-post-content {
  background-color: rgba(255, 255, 255, 0.56);
  border-color: rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
}

.theme-toggle {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 2000;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(8, 12, 24, 0.78);
  color: #fff;
  padding: 10px 14px;
  font: 500 14px/1 "Inter Tight", sans-serif;
  letter-spacing: 0.01em;
  cursor: pointer;
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
  transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.theme-toggle:hover {
  transform: translateY(-1px);
}

.theme-toggle:focus-visible {
  outline: 2px solid #f0c57c;
  outline-offset: 3px;
}

.theme-toggle__icon {
  font-size: 15px;
  line-height: 1;
}

.theme-toggle__label {
  white-space: nowrap;
}

html[data-theme="light"] .theme-toggle {
  background: rgba(255, 255, 255, 0.88);
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
}

@media screen and (max-width: 767px) {
  .theme-toggle {
    right: 14px;
    bottom: 14px;
    padding: 9px 12px;
    font-size: 13px;
  }
}
