:root {
  --expert-bg: #0d1117;
  --expert-bg-soft: #141a22;
  --expert-bg-elevated: #1a212b;
  --expert-surface: #f4efe8;
  --expert-surface-alt: #ece4d7;
  --expert-text: #15191f;
  --expert-text-soft: #5b5448;
  --expert-ink: #f7f1e8;
  --expert-gold: #e2b84b;
  --expert-gold-strong: #f0c14b;
  --expert-gold-soft: rgba(226, 184, 75, 0.16);
  --expert-border: rgba(255, 255, 255, 0.1);
}

body {
  background: var(--expert-bg);
  color: var(--expert-text);
}

.page-wrapper {
  background: var(--expert-bg);
}

.custom-cursor__cursor,
.custom-cursor__cursor-two {
  display: none !important;
}

.thm-btn {
  background-color: var(--expert-bg);
  border-radius: 999px;
  letter-spacing: 0.14em;
  box-shadow: 0 14px 32px rgba(13, 17, 23, 0.18);
}

.thm-btn::before {
  background-color: var(--expert-gold);
}

.thm-btn:hover {
  color: var(--expert-text);
}

.section-title__tagline {
  color: var(--expert-gold);
}

.section-title__tagline:before {
  background-color: var(--expert-gold);
}

.page-header {
  background:
    linear-gradient(180deg, rgba(13, 17, 23, 0.9) 0%, rgba(13, 17, 23, 0.96) 100%),
    #0d1117;
}

.page-header__bg {
  mix-blend-mode: normal;
  opacity: 0.14;
}

.page-header__title,
.page-header .thm-breadcrumb li,
.page-header .thm-breadcrumb li a {
  color: var(--expert-ink);
}

.page-header .thm-breadcrumb li+li:before {
  color: var(--expert-gold);
}

.site-footer {
  background-color: #0d1117;
}

.site-footer__top {
  background-color: #141a22;
}

.site-footer__middle {
  background-color: #0d1117;
}

.site-footer__bottom {
  background-color: #0a0e14;
}

.site-footer__text,
.site-footer__bottom-text,
.site-footer__bottom-text-two p,
.site-footer__contact-points li .content p,
.site-footer__contact-points li .content a,
.footer-widget__title,
.footer-widget__useful-links-list li a {
  color: rgba(247, 241, 232, 0.86);
}

.site-footer__contact-points li .content h4,
.site-footer__bottom-text a,
.site-footer__bottom-text-two p a,
.site-footer__social a:hover,
.footer-widget__useful-links-list li a:hover {
  color: var(--expert-gold);
}

.site-footer__contact-points li:last-child {
  min-width: max-content;
}

.site-footer__contact-points li {
  align-items: center;
}

.site-footer__contact-points li .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  min-width: 42px;
  height: 42px;
}

.site-footer__contact-points li .icon img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.site-footer__contact-points li:first-child .icon img {
  height: 34px;
}

.site-footer__contact-points li:last-child .content a,
.contact-bar__call-number,
.contact-bar__two-call-number,
.contact-bar__call-number a,
.contact-bar__two-call-number a,
.main-menu__call-number a,
.mobile-nav__contact li a[href^="tel:"] {
  overflow-wrap: normal;
  white-space: nowrap;
}

.site-footer__social a {
  border-color: rgba(226, 184, 75, 0.24);
  background-color: rgba(226, 184, 75, 0.08);
  color: var(--expert-ink);
}

.site-footer__social a:hover {
  background-color: var(--expert-gold);
}

.contact-bar__inne,
.contact-bar__inne:before,
.contact-bar__two-inne,
.contact-bar__two-inne:before {
  background:
    linear-gradient(135deg, rgba(226, 184, 75, 0.08) 0%, rgba(226, 184, 75, 0) 42%),
    linear-gradient(180deg, #10151d 0%, #171d26 100%);
}

.contact-bar__bg {
  opacity: 0.2;
  mix-blend-mode: soft-light;
}

.contact-bar__left-icon span,
.contact-bar__two-left-icon span,
.contact-bar__call-number a:hover,
.contact-bar__two-call-number a:hover {
  color: var(--expert-gold);
}

.contact-bar__call-icon,
.contact-bar__two-call-icon {
  border: 1px solid rgba(226, 184, 75, 0.28);
  background: rgba(226, 184, 75, 0.05);
}

.contact-bar__call {
  align-items: center;
}

.contact-bar__call-content {
  min-width: max-content;
}

.contact-bar__title,
.contact-bar__call-number a,
.contact-bar__call-time,
.contact-bar__text,
.contact-bar__two-title,
.contact-bar__two-call-number a,
.contact-bar__two-call-time,
.contact-bar__two-text {
  color: var(--expert-ink);
}

.contact-bar__call-time,
.contact-bar__two-call-time {
  font-size: 16px;
  line-height: 1.25;
  white-space: nowrap;
}

.contact-bar__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.contact-bar__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(226, 184, 75, 0.32);
  color: var(--expert-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.contact-bar__action--primary {
  background: var(--expert-gold);
  border-color: var(--expert-gold);
  color: oklch(21% 0.015 248);
}

.contact-bar__action--whatsapp {
  background: rgba(37, 211, 102, 0.12);
  border-color: rgba(37, 211, 102, 0.36);
  color: var(--expert-ink);
}

.contact-bar__action:hover,
.contact-bar__action:focus {
  color: oklch(21% 0.015 248);
  transform: translateY(-1px);
}

.contact-bar__action--primary:hover,
.contact-bar__action--primary:focus {
  background: #f1ca67;
  border-color: #f1ca67;
}

.contact-bar__action--whatsapp:hover,
.contact-bar__action--whatsapp:focus {
  background: #25d366;
  border-color: #25d366;
}

.mobile-nav__content {
  background: linear-gradient(180deg, #10151d 0%, #0b1016 100%);
}

.mobile-nav__content .main-menu__list > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a,
.mobile-nav__contact li a,
.mobile-nav__social a {
  color: var(--expert-ink) !important;
}

.mobile-nav__contact li > i,
.mobile-nav__social a:hover {
  color: var(--expert-gold) !important;
}

.mobile-nav__content .main-menu__list li a.expanded,
.mobile-nav__content .main-menu__list > li > a:hover,
.mobile-nav__content .main-menu__list > li > ul > li > a:hover,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a:hover {
  color: var(--expert-gold) !important;
}

.contact-page__single,
.service-details__sidebar,
.faq-one-accrodion .accrodion,
.appointment-page__form,
.appointment-form__input-box input[type="text"],
.appointment-form__input-box input[type="email"],
.appointment-form__input-box textarea,
.contact-page__form-box input[type="text"],
.contact-page__form-box input[type="email"],
.contact-page__form-box textarea {
  border-color: rgba(21, 25, 31, 0.12);
}

.appointment-form__input-box input[type="text"]:focus,
.appointment-form__input-box input[type="email"]:focus,
.appointment-form__input-box textarea:focus,
.contact-page__form-box input[type="text"]:focus,
.contact-page__form-box input[type="email"]:focus,
.contact-page__form-box textarea:focus {
  border-color: rgba(226, 184, 75, 0.7);
}

.scroll-to-top {
  right: 186px;
  bottom: 24px;
  background-color: var(--expert-gold);
  color: var(--expert-text);
}

.scroll-to-top:hover {
  background-color: #f1ca67;
  color: var(--expert-text);
}

.floating-contact-actions {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 9992;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}

.floating-contact-actions__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 142px;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(226, 184, 75, 0.35);
  background: #111820;
  color: #f7f1e8;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.floating-contact-actions__button i {
  width: 28px;
  min-width: 28px;
  text-align: center;
  font-size: 24px;
  line-height: 1;
}

.floating-contact-actions__button span {
  line-height: 1;
}

.floating-contact-actions__button--call {
  background: var(--expert-gold);
  color: #121820;
}

.floating-contact-actions__button--whatsapp {
  border-color: rgba(37, 211, 102, 0.45);
  background: #25d366;
  color: #07120b;
}

.floating-contact-actions__button:hover,
.floating-contact-actions__button:focus {
  color: #121820;
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.36);
}

.floating-contact-actions__button--call:hover,
.floating-contact-actions__button--call:focus {
  background: #f1ca67;
}

.floating-contact-actions__button--whatsapp:hover,
.floating-contact-actions__button--whatsapp:focus {
  background: #2ee477;
}

@media (max-width: 767px) {
  .scroll-to-top {
    right: 82px;
    bottom: 18px;
  }

  .floating-contact-actions {
    right: 14px;
    bottom: 18px;
    gap: 10px;
  }

  .floating-contact-actions__button {
    min-width: 52px;
    width: 52px;
    height: 52px;
    min-height: 52px;
    padding: 0;
    border-radius: 50%;
  }

  .floating-contact-actions__button span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .floating-contact-actions__button i {
    font-size: 24px;
  }

  .contact-bar__call-time,
  .contact-bar__two-call-time {
    font-size: 14px;
  }

  .contact-bar__call {
    align-items: flex-start;
  }

  .contact-bar__call-content {
    min-width: 0;
  }

  .contact-bar__actions {
    gap: 8px;
    margin-top: 14px;
  }

  .contact-bar__action {
    min-height: 38px;
    padding: 0 14px;
    font-size: 12px;
  }
}

/* Inner page dark/gold theme */
.page-header {
  border-bottom: 1px solid rgba(226, 184, 75, 0.18);
}

.page-header__bg {
  filter: grayscale(0.2) contrast(1.08);
}

.services-page,
.faq-page,
.contact-page,
.appointment-page--refined,
.appointment-map--refined,
.contact-page-google-map {
  background:
    radial-gradient(circle at top left, rgba(226, 184, 75, 0.12), transparent 30%),
    linear-gradient(180deg, #0d1117 0%, #141a22 52%, #0d1117 100%) !important;
  color: rgba(247, 241, 232, 0.82);
}

.services-page .section-title__title,
.faq-page .section-title__title,
.contact-page .section-title__title,
.appointment-page__intro h2 {
  color: var(--expert-ink) !important;
}

.services-page .section-title__text,
.faq-page .section-title__text,
.contact-page .section-title__text,
.appointment-page__intro p {
  color: rgba(247, 241, 232, 0.72) !important;
}

.services-page__single,
.contact-page__left,
.contact-page__content,
.faq-one-accrodion .accrodion,
.appointment-form-shell,
.appointment-trust-panel,
.services-page .col-xl-4 > div {
  border: 1px solid rgba(226, 184, 75, 0.16) !important;
  background:
    linear-gradient(180deg, rgba(26, 33, 43, 0.98), rgba(20, 26, 34, 0.98)) !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24) !important;
}

.services-page__list-box {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.services-page__list {
  display: flex !important;
  flex: none !important;
  max-width: none !important;
  width: 100% !important;
}

.services-page__single {
  display: flex !important;
  flex-direction: column;
  width: 100%;
  min-height: 620px;
  height: 100%;
  border-right: 1px solid rgba(226, 184, 75, 0.16) !important;
  border-bottom: 1px solid rgba(226, 184, 75, 0.16) !important;
}

.services-page__icon::before {
  display: none !important;
}

.services-page__icon span {
  transform: none !important;
}

.services-page__single:hover .services-page__icon span {
  transform: none !important;
}

.services-page__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.services-page__content .services-page__checklist {
  margin-bottom: 0 !important;
}

.services-page__read-more {
  margin-top: auto !important;
  padding-top: 28px;
}

.services-page__single,
.contact-page__left,
.contact-page__content,
.faq-one-accrodion .accrodion {
  border-radius: 22px;
}

.services-page__title,
.services-page__title a,
.services-page h2,
.services-page h3,
.services-page h4,
.contact-page__content-title,
.faq-one-accrodion .accrodion-title h4,
.appointment-form-shell__header h3,
.appointment-form .single-box .inner-title h3,
.appointment-trust-panel h3,
.services-page .col-xl-4 h4,
.services-page .col-xl-4 p {
  color: var(--expert-ink) !important;
}

.services-page__subtitle,
.services-page__content,
.services-page__content p,
.services-page__description,
.services-page__description p,
.services-page__checklist li,
.contact-page__text,
.contact-page__call-sub-title,
.contact-page__call-time,
.appointment-form-shell__header p,
.appointment-form-shell__meta,
.appointment-location-status,
.appointment-trust-panel__lead,
.faq-one-accrodion .accrodion-content p,
.services-page .col-xl-4 span,
.services-page .col-xl-4 p,
.services-page .col-xl-4 a + span {
  color: rgba(247, 241, 232, 0.74) !important;
}

.services-page__icon span,
.services-page__checklist i,
.contact-page__email a,
.contact-page__call-number a,
.services-page .col-xl-4 a,
.services-page .col-xl-4 p[style*="font-size: 22px"],
.appointment-page__eyebrow,
.appointment-location-button,
.appointment-service-icon,
.appointment-contact-list a,
.appointment-trust-panel__call a,
.faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: var(--expert-gold) !important;
}

.services-page__read-more a,
.appointment-form-button .thm-btn,
.contact-page__btn,
.services-page .thm-btn {
  background: var(--expert-gold) !important;
  color: var(--expert-text) !important;
  border-color: var(--expert-gold) !important;
  box-shadow: 0 18px 38px rgba(226, 184, 75, 0.22) !important;
}

.services-page__read-more a:hover,
.appointment-form-button .thm-btn:hover,
.contact-page__btn:hover,
.services-page .thm-btn:hover {
  background: #f1ca67 !important;
  color: var(--expert-text) !important;
}

.nav-container .nav-item {
  border-color: rgba(226, 184, 75, 0.18) !important;
  background: rgba(226, 184, 75, 0.08) !important;
  color: var(--expert-ink) !important;
}

.nav-container .nav-item:hover {
  border-color: var(--expert-gold) !important;
  background: var(--expert-gold) !important;
  color: var(--expert-text) !important;
}

.contact-page__input-box input,
.contact-page__input-box textarea,
.appointment-form input[type="text"],
.appointment-form input[type="email"],
.appointment-form textarea,
.appointment-form .nice-select,
.appointment-form .bootstrap-select > .dropdown-toggle,
.appointment-form .bootstrap-select .bs-searchbox .form-control {
  border-color: rgba(226, 184, 75, 0.18) !important;
  background: rgba(13, 17, 23, 0.72) !important;
  color: var(--expert-ink) !important;
}

.contact-page__input-box input::placeholder,
.contact-page__input-box textarea::placeholder,
.appointment-form input::placeholder,
.appointment-form textarea::placeholder {
  color: rgba(247, 241, 232, 0.48) !important;
}

.contact-page__input-box input:focus,
.contact-page__input-box textarea:focus,
.appointment-form input[type="text"]:focus,
.appointment-form input[type="email"]:focus,
.appointment-form textarea:focus,
.appointment-form .nice-select.open,
.appointment-form .bootstrap-select.show > .dropdown-toggle {
  border-color: rgba(226, 184, 75, 0.7) !important;
  box-shadow: 0 0 0 4px rgba(226, 184, 75, 0.14) !important;
}

.appointment-page__eyebrow,
.appointment-form-shell__meta,
.appointment-location-button,
.appointment-checkbox input[type="checkbox"]+label,
.appointment-trust-panel__call {
  border-color: rgba(226, 184, 75, 0.16) !important;
  background: rgba(226, 184, 75, 0.08) !important;
}

.appointment-checkbox input[type="checkbox"]+label {
  color: var(--expert-ink) !important;
}

.appointment-checkbox input[type="checkbox"]+label:hover,
.appointment-checkbox input[type="checkbox"]:checked+label {
  border-color: rgba(226, 184, 75, 0.52) !important;
  background: rgba(226, 184, 75, 0.14) !important;
  box-shadow: 0 16px 34px rgba(226, 184, 75, 0.14) !important;
}

.appointment-checkbox input[type="checkbox"]+label span {
  border-color: rgba(226, 184, 75, 0.42) !important;
  background: rgba(13, 17, 23, 0.9) !important;
}

.appointment-checkbox input[type="checkbox"]:checked+label span {
  border-color: var(--expert-gold) !important;
  background: var(--expert-gold) !important;
}

.appointment-form .bootstrap-select .dropdown-menu,
.appointment-form .bootstrap-select .dropdown-menu .inner,
.appointment-form .bootstrap-select .dropdown-menu.inner,
.appointment-form .nice-select .list {
  border-color: rgba(226, 184, 75, 0.16) !important;
  background: #141a22 !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28) !important;
}

.appointment-form .bootstrap-select .dropdown-menu {
  max-height: min(320px, 48vh) !important;
  overflow: hidden !important;
}

.appointment-form .bootstrap-select .dropdown-menu .inner {
  max-height: min(270px, 40vh) !important;
}

.appointment-form .bootstrap-select .dropdown-menu li {
  background: transparent !important;
}

.appointment-form .bootstrap-select .dropdown-menu li a {
  min-height: 48px !important;
  padding: 12px 18px !important;
  color: var(--expert-ink) !important;
  background: transparent !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

.appointment-form .bootstrap-select .dropdown-menu li a span.text {
  color: inherit !important;
}

.appointment-form .bootstrap-select .dropdown-menu li.active a,
.appointment-form .bootstrap-select .dropdown-menu li.selected a,
.appointment-form .bootstrap-select .dropdown-menu li a:hover {
  background: rgba(226, 184, 75, 0.14) !important;
  color: var(--expert-gold) !important;
}

.appointment-map--refined .google-map__two,
.contact-page-google-map .google-map__two {
  border: 1px solid rgba(226, 184, 75, 0.16) !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28) !important;
}

@media (max-width: 1199px) {
  .services-page__list-box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .services-page__list-box {
    grid-template-columns: 1fr;
  }

  .services-page__single {
    min-height: auto;
  }
}

.contact-page__content-title:before {
  background-color: var(--expert-gold) !important;
}

.faq-one-accrodion .accrodion-title h4::before,
.faq-page .faq-one-accrodion .accrodion-title h4::before,
.faq-page .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  color: var(--expert-gold) !important;
}
