﻿/* Shared refactor utilities extracted from inline styles */
:root {
  --sc-footer-divider-color: #c8a46d;
  --sc-footer-divider-height: 2px;
  --sc-section-divider-color: #c8a46d;
  --sc-section-divider-height: 2px;
  --sc-divider-color: #c8a46d;
  --sc-divider-height: 2px;
}

.sc-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.sc-honeypot {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.sc-footer-copy {
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
}

.main-footer .footer-bottom .copyright-column .copyright {
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.76);
  margin: 0 auto;
}

.main-footer .footer-bottom .copyright-column .copyright strong {
  color: #ffffff;
}

.main-footer .footer-bottom .copyright-column .copyright .sc-footer-legal {
  color: #c8a46d;
  font-weight: 600;
}

.main-footer .footer-bottom .copyright-column .copyright .sc-footer-legal a {
  color: #c8a46d !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.main-footer .footer-bottom .copyright-column .copyright .sc-footer-legal a:hover {
  color: #e2be84 !important;
}

.site-contact-meta {
  position: relative;
  background: url(../images/background/2.jpg) center center / cover no-repeat;
  padding: 24px 0 0;
  overflow: hidden;
}

.site-contact-meta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 10, 10, 0.5) 0%,
    rgba(12, 12, 12, 0.4) 38%,
    rgba(10, 10, 10, 0.54) 100%
  );
  z-index: 0;
}

.site-contact-meta .container {
  position: relative;
  z-index: 1;
}

.site-contact-meta .contact-meta-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
  margin-top: 0;
  padding-bottom: 24px;
}

.site-contact-meta .contact-meta-box {
  height: 100%;
  padding: 22px 22px 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(200, 164, 109, 0.28);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.site-contact-meta .contact-meta-box:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(224, 183, 124, 0.55);
}

.site-contact-meta .contact-meta-box h4 {
  margin: 0 0 18px 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.site-contact-meta .contact-meta-box .mini-gold {
  width: 58px;
  height: 3px;
  margin-bottom: 20px;
  background: rgba(200, 164, 109, 0.92);
}

.site-contact-meta .contact-meta-box .list-style-seven {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-contact-meta .contact-meta-box .list-style-seven li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 18px;
  color: #ffffff;
  line-height: 1.75;
  font-size: 16px;
}

.site-contact-meta .contact-meta-box .list-style-seven li:last-child {
  margin-bottom: 0;
}

.site-contact-meta .contact-meta-box .list-style-seven .icon {
  position: absolute;
  left: 0;
  top: 4px;
  color: #c8a46d;
  font-size: 18px;
}

.site-contact-meta .contact-meta-box .list-style-seven strong {
  font-weight: 700;
  color: #ffffff;
}

.site-contact-meta .map-addr {
  cursor: pointer;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.site-contact-meta .map-addr:hover {
  color: #d9b47b;
  text-decoration: none;
}

.site-contact-meta .contact-meta-box a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.site-contact-meta .contact-meta-box a:hover {
  color: #d9b47b;
  opacity: 1;
}

.site-contact-meta .social-handle {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.site-contact-meta .contact-meta-note {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.7;
}

.site-contact-meta .contact-meta-small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.55;
}


.full-gold-divider,
.section-divider,
html body .page-wrapper > .full-gold-divider {
  position: relative !important;
  z-index: 5 !important;
  display: block !important;
  width: 100% !important;
  min-height: var(--sc-divider-height) !important;
  max-height: var(--sc-divider-height) !important;
  height: var(--sc-divider-height) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;
  background: var(--sc-divider-color) !important;
  background-color: var(--sc-divider-color) !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  overflow: hidden !important;
  transform: none !important;
  mix-blend-mode: normal !important;
  isolation: isolate !important;
}

html body .page-wrapper > section + .full-gold-divider,
html body .page-wrapper > .full-gold-divider + section,
html body .page-wrapper > footer + .full-gold-divider,
html body .page-wrapper > .full-gold-divider + footer,
html body .page-wrapper > .full-gold-divider + .main-footer,
html body .page-wrapper > .full-gold-divider + .services-section,
html body .page-wrapper > .full-gold-divider + .about-section,
html body .page-wrapper > .full-gold-divider + .services-section-two,
html body .page-wrapper > .full-gold-divider + .media-static,
html body .page-wrapper > .full-gold-divider + .contact-info-section,
html body .page-wrapper > .full-gold-divider + .contact-main,
html body .page-wrapper > .full-gold-divider + .contact-meta-section,
html body .page-wrapper > .full-gold-divider + .svc5-wrap,
html body .page-wrapper > .full-gold-divider + .page-title,
html body .page-wrapper > .full-gold-divider + .contact-hero {
  margin-top: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* Divider policy: use explicit .full-gold-divider blocks only.
   Auto section-to-section lines caused visual conflicts on sections with overlays. */

html body .page-wrapper > .media-static,
html body .page-wrapper > .contact-info-section,
html body .page-wrapper > .contact-main,
html body .page-wrapper > .contact-meta-section,
html body .page-wrapper > .svc5-wrap,
html body .page-wrapper > .services-section,
html body .page-wrapper > .about-section,
html body .page-wrapper > .services-section-two,
html body .page-wrapper > .page-title,
html body .page-wrapper > .contact-hero,
html body .page-wrapper > .main-footer {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

html body .page-wrapper > .full-gold-divider + * {
  margin-top: 0 !important;
}

html body .page-wrapper > section + .full-gold-divider {
  margin-top: 0 !important;
}

html body .page-wrapper > .main-footer .footer-bottom {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

html body .page-wrapper > .media-static {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

html body .page-wrapper > .contact-info-section {
  margin-top: 0 !important;
}

html body .page-wrapper > .main-footer,
html body .page-wrapper > .main-footer .footer-bottom {
  border-top: 0 !important;
}

/* Keep all decorative gold dividers in one hue across pages */
.quote-line,
.contact-intro-divider,
.media-static-header .gold-line,
.site-contact-meta .contact-meta-box .mini-gold,
.contact-meta-box .mini-gold,
.hero-main__sub span:after,
.page-title .content h1::after,
.contact-hero__mini-line {
  height: var(--sc-divider-height) !important;
  border-radius: 2px !important;
  background: var(--sc-divider-color) !important;
  background-color: var(--sc-divider-color) !important;
}

.svc5-wrap .svc5-divider {
  height: var(--sc-divider-height) !important;
  max-width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  background: var(--sc-divider-color) !important;
  background-color: var(--sc-divider-color) !important;
  background-image: none !important;
}

.sc-services-main,
.sc-documents-main {
  padding-top: 72px;
  padding-bottom: 86px;
}

.sc-services-main .head h2,
.sc-documents-main .head h2 {
  font-size: 48px;
}

.sc-services-row > div,
.sc-documents-row > div {
  margin-bottom: 30px;
}

.sc-services-row > div:last-child,
.sc-documents-row > div:last-child {
  margin-bottom: 0;
}

.sc-service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.sc-service-card .sc-service-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(12, 34, 57, 0.07);
  color: #0c2239;
  font-size: 28px;
}

.sc-service-card p {
  flex: 1 1 auto;
}

.sc-service-card .theme-btn,
.sc-documents-help .theme-btn {
  margin-top: 8px;
}

.sc-services-primary .sc-services-row {
  align-items: stretch;
}

.sc-services-primary .sc-services-row > div {
  display: flex;
}

.sc-services-primary .contact-card.sc-service-card {
  position: relative;
  width: 100%;
  padding: 24px 24px 20px;
  border-radius: 20px;
  border: 1px solid rgba(200, 164, 109, 0.24);
  box-shadow: 0 12px 28px rgba(13, 25, 40, 0.08);
  background: #ffffff;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.sc-services-primary .contact-card.sc-service-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(90deg, #d5aa6d 0%, #9e7247 100%);
  opacity: 0.9;
}

.sc-services-primary .contact-card.sc-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(200, 164, 109, 0.5);
  box-shadow: 0 18px 34px rgba(13, 25, 40, 0.12);
}

.sc-services-primary .sc-service-card .sc-service-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  margin-bottom: 14px;
  background: linear-gradient(180deg, rgba(12, 34, 57, 0.1) 0%, rgba(12, 34, 57, 0.05) 100%);
}

.sc-services-primary .contact-card h3 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.18;
}

.sc-services-primary .sc-service-card p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.64;
  color: #3f3f3f;
}

.sc-services-primary .sc-service-card .sc-service-actions {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(12, 34, 57, 0.1);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sc-services-primary .sc-service-card .sc-service-actions > a {
  flex: 0 0 auto;
  max-width: none;
}

.sc-services-primary .sc-service-card .theme-btn.btn-style-one {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  margin-top: 0;
  border-radius: 14px;
  padding: 12px 18px;
  font-size: 17px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  box-shadow: 0 10px 20px rgba(158, 114, 71, 0.24);
}

.sc-services-primary .sc-service-card .sc-documents-secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin-top: 0;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(12, 34, 57, 0.4);
  background: #ffffff;
  color: #0c2239;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition: all 0.2s ease;
}

.sc-services-primary .sc-service-card .sc-documents-secondary-cta:hover {
  background: rgba(12, 34, 57, 0.06);
  border-color: rgba(12, 34, 57, 0.6);
  color: #0c2239;
}

.sc-practice-compact {
  padding-top: 54px;
  padding-bottom: 62px;
}

.sc-practice-compact .head {
  margin-bottom: 30px;
}

.sc-practice-compact .head h2 {
  margin-bottom: 12px;
  font-size: 42px;
}

.sc-practice-compact .head p {
  max-width: 860px;
  font-size: 16px;
  line-height: 1.64;
}

.sc-practice-compact .sc-services-row > div {
  margin-bottom: 18px;
}

.sc-practice-compact .contact-card.sc-service-card {
  padding: 22px;
  border-radius: 18px;
}

.sc-practice-compact .contact-card h3 {
  margin-bottom: 10px;
  font-size: 27px;
  line-height: 1.2;
}

.sc-practice-compact .sc-service-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.62;
}

.sc-services-case-preview {
  padding-top: 50px;
  padding-bottom: 58px;
}

.sc-services-case-preview .head {
  max-width: 980px;
  margin-bottom: 28px;
}

.sc-services-case-preview .case-results-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sc-services-case-preview .case-card {
  border-radius: 16px;
}

.sc-services-case-preview .case-card h3 {
  font-size: 18px;
  line-height: 1.28;
}

.sc-services-case-preview .case-card p {
  font-size: 14px;
  line-height: 1.55;
}

.sc-services-case-preview .case-results-note {
  margin-top: 20px;
}

.sc-services-case-preview .case-results-actions {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.sc-services-case-preview .case-results-actions .theme-btn.btn-style-one,
.sc-services-case-preview .case-results-actions .sc-documents-secondary-cta {
  min-width: 290px;
}

.sc-services-case-preview .case-results-actions .sc-documents-secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 18px;
  border-radius: 14px;
  border: 1px solid rgba(12, 34, 57, 0.42);
  background: #ffffff;
  color: #0c2239;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition: all 0.2s ease;
}

.sc-services-case-preview .case-results-actions .sc-documents-secondary-cta:hover {
  background: rgba(12, 34, 57, 0.06);
  border-color: rgba(12, 34, 57, 0.62);
  color: #0c2239;
}

.sc-services-extra {
  margin-top: 24px;
}

.sc-services-process-row > div {
  margin-bottom: 0;
}

.sc-services-extra-card {
  height: 100%;
  border-radius: 18px;
}

.sc-services-extra-card h3 {
  margin: 0 0 14px;
  font-size: 29px;
  line-height: 1.2;
  color: #1b1b1b;
}

.sc-services-flow,
.sc-services-points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sc-services-flow li,
.sc-services-points li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 34px;
  color: #404040;
  font-size: 16px;
  line-height: 1.7;
}

.sc-services-flow li:last-child,
.sc-services-points li:last-child {
  margin-bottom: 0;
}

.sc-services-flow li .num {
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(200, 164, 109, 0.14);
  color: #8a6a35;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sc-services-points li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 12px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c8a46d;
}

.sc-services-points li strong {
  color: #1b1b1b;
}

.sc-services-extra-note {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(12, 34, 57, 0.05);
  border: 1px solid rgba(12, 34, 57, 0.1);
  color: #3d3d3d;
  font-size: 15px;
  line-height: 1.65;
}

.sc-services-extra-actions {
  margin-top: 16px;
}

.sc-services-extra-actions--mt22 {
  margin-top: 22px;
}

.sc-documents-card,
.sc-documents-help {
  height: 100%;
}

.sc-documents-card .sidebar-title h4 {
  margin-bottom: 16px;
}

.sc-documents-card .text {
  margin-bottom: 18px;
}

.sc-documents-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.sc-documents-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(12, 34, 57, 0.14);
  background: rgba(12, 34, 57, 0.05);
  color: #233448;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.sc-documents-group {
  margin-bottom: 18px;
}

.sc-documents-group:last-of-type {
  margin-bottom: 16px;
}

.sc-documents-group-title {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
  color: #1c1c1c;
}

.sc-documents-card .files {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sc-documents-card .files li a {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #ffffff;
  border-radius: 12px;
}

.sc-documents-card .files li a .doc-icon {
  flex: 0 0 auto;
}

.sc-documents-card .files li a .doc-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sc-documents-card .files li a .doc-title {
  display: block;
  color: #151515;
  font-size: 15.5px;
  line-height: 1.4;
  font-weight: 700;
}

.sc-documents-card .files li a .doc-meta {
  display: block;
  color: #5a5a5a;
  font-size: 13px;
  line-height: 1.45;
  font-style: normal;
  font-weight: 500;
}

.sc-documents-card .files li a::before {
  content: none;
}

.sc-documents-card .files li a:hover {
  color: #ffffff;
  background-image: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
}

.sc-documents-card .files li a:hover span {
  color: #ffffff;
}

.sc-documents-card .files li a:hover .doc-title,
.sc-documents-card .files li a:hover .doc-meta {
  color: #ffffff;
}

.sc-documents-disclaimer {
  margin-top: 14px;
  padding: 13px 14px;
  border-radius: 12px;
  border: 1px solid rgba(200, 164, 109, 0.45);
  background: rgba(200, 164, 109, 0.09);
  color: #4a3a1f;
  font-size: 14px;
  line-height: 1.65;
}

.sc-documents-help h4 {
  margin-bottom: 14px;
}

.sc-documents-help .sc-documents-risk-list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.sc-documents-help .sc-documents-risk-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 18px;
  color: #3f3f3f;
  font-size: 15px;
  line-height: 1.58;
}

.sc-documents-help .sc-documents-risk-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c8a46d;
}

.sc-documents-help .sc-documents-risk-list li:last-child {
  margin-bottom: 0;
}

.sc-documents-help .sc-documents-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}

.sc-documents-help .sc-documents-actions .theme-btn {
  text-align: center;
}

.sc-documents-help .sc-documents-secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid rgba(12, 34, 57, 0.55);
  background: rgba(12, 34, 57, 0.06);
  color: #0c2239;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition: all 0.22s ease;
}

.sc-documents-help .sc-documents-secondary-cta:hover {
  background: #0c2239;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .sc-services-main,
  .sc-documents-main {
    padding-top: 58px;
    padding-bottom: 68px;
  }

  .sc-services-main .head h2,
  .sc-documents-main .head h2 {
    font-size: 38px;
  }

  .sc-practice-compact {
    padding-top: 44px;
    padding-bottom: 52px;
  }

  .sc-practice-compact .head {
    margin-bottom: 22px;
  }

  .sc-practice-compact .head h2 {
    font-size: 34px;
  }

  .sc-services-primary .contact-card.sc-service-card {
    padding: 18px 18px 16px;
    border-radius: 16px;
  }

  .sc-services-primary .contact-card h3 {
    font-size: 20px;
    line-height: 1.2;
  }

  .sc-services-primary .sc-service-card p {
    font-size: 16px;
    line-height: 1.62;
  }

  .sc-services-primary .sc-service-card .sc-service-actions {
    padding-top: 12px;
    gap: 8px;
  }

  .sc-services-primary .sc-service-card .theme-btn.btn-style-one {
    min-height: 50px;
    font-size: 16px;
  }

  .sc-services-primary .sc-service-card .sc-documents-secondary-cta {
    min-height: 44px;
    font-size: 15px;
  }

  .sc-practice-compact .contact-card.sc-service-card {
    padding: 18px;
  }

  .sc-practice-compact .contact-card h3 {
    font-size: 23px;
  }

  .sc-services-case-preview .case-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .sc-services-case-preview .case-results-actions .theme-btn.btn-style-one,
  .sc-services-case-preview .case-results-actions .sc-documents-secondary-cta {
    min-width: 0;
    width: 100%;
    max-width: 460px;
  }

  .sc-documents-help .theme-btn,
  .sc-service-card .theme-btn,
  .sc-documents-help .sc-documents-secondary-cta,
  .sc-services-extra-actions .theme-btn {
    width: 100%;
    text-align: center;
  }

  .sc-services-extra-card {
    margin-bottom: 20px;
  }

  .sc-services-extra-card h3 {
    font-size: 25px;
  }
}

@media (max-width: 1199px) {
  .site-contact-meta .contact-meta-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .site-contact-meta {
    padding-top: 24px;
  }

  .site-contact-meta .contact-meta-row {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 0;
    padding-bottom: 24px;
  }

  .site-contact-meta .contact-meta-box {
    padding: 18px 16px 16px;
    border-radius: 14px;
  }

  .sc-services-primary .contact-card h3 {
    font-size: 19px;
  }

  .sc-services-primary .sc-service-card p {
    font-size: 15px;
  }

  .sc-practice-compact .head h2 {
    font-size: 29px;
  }

  .sc-services-case-preview .case-results-grid {
    grid-template-columns: 1fr;
  }

  .sc-services-case-preview .case-card h3 {
    font-size: 17px;
  }
}


.sc-bg-page-1 {
  background-image: url(../images/background/1.jpg);
}

.sc-bg-page-2 {
  background-image: url(../images/background/2.jpg);
}

.sc-bg-page-4 {
  background-image: url(../images/background/4.jpg);
}

.sc-bg-page-documents {
  background-image: url(../images/background/office-consultation-room.jpg);
}

.sc-bg-page-11 {
  background-image: url(../images/background/about-hero-collage.jpg);
}

.sc-bg-page-12 {
  background-image: url(../images/background/services-hero-criminal.jpg);
}

.page-title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.36) 0%,
    rgba(0, 0, 0, 0.16) 42%,
    rgba(0, 0, 0, 0.06) 72%,
    rgba(0, 0, 0, 0.02) 100%
  );
  z-index: 1;
}

.page-title {
  position: relative;
  overflow: hidden;
  min-height: 410px;
  padding: 0;
  background-position: center 6%;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 0;
}

.main-header,
.main-header .header-upper,
.main-header .nav-outer,
.main-header .main-menu,
.page-title {
  border-top: 0;
}

.main-header .header-upper .main-menu {
  padding-right: 55px;
}

.main-menu .navigation > li {
  margin-right: 40px;
}

.main-menu .navigation > li:last-child {
  margin-right: 0;
}

.main-menu .navigation > li > a {
  padding: 30px 0;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
}

.page-title > .container {
  position: relative;
  z-index: 2;
  min-height: 340px;
  display: flex;
  align-items: flex-start;
  padding-top: 168px;
  padding-bottom: 25px;
}

.contact-hero::before {
  background: transparent !important;
}

.page-title .content {
  max-width: 760px;
  padding-left: 220px;
  color: #ffffff;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-title .content h1 {
  margin: 0 0 12px;
  font-size: 46px;
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
  text-transform: none;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}

.page-title .content h1::after {
  content: "";
  display: block;
  width: 132px;
  height: 2px;
  margin: 0 0 18px;
  border-radius: 2px;
  background: #c8a46d;
}

.page-title .about-hero-subtext {
  margin: 0 0 22px;
  max-width: 780px;
  font-size: 19px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.95);
}

.sc-bg-service-13 {
  background-image: url(../images/resource/service-13.jpg);
}

.sc-bg-service-1 {
  background-image: url(../images/resource/service-1.jpg);
}

.sc-bg-service-12 {
  background-image: url(../images/resource/service-12.jpg);
}

.page-title .lang-switch-fixed,
.page-title .sc-lang-switch-row {
  position: static !important;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 270px;
  margin: 0;
  padding: 0;
  order: 3;
  z-index: 2;
}

.page-title .lang-switch-fixed .lang-btn,
.page-title .sc-lang-switch-btn {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  border-radius: 16px;
  background: #0c2239;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 800;
  font-size: 18px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  transition: 0.22s ease;
}

.page-title .lang-switch-fixed .lang-btn:hover,
.page-title .sc-lang-switch-btn:hover {
  background: #14304f;
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .page-title {
    min-height: 320px;
    background-position: center center;
  }

  .page-title > .container {
    min-height: 320px;
    padding-top: 118px;
    padding-bottom: 28px;
  }

  .page-title .content {
    max-width: 640px;
    padding-left: 24px;
  }

  .page-title .content h1 {
    font-size: 36px;
  }
}

@media (max-width: 767.98px) {
  .page-title {
    min-height: 360px;
    background-position: center center;
  }

  .page-title::before {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.12) 40%,
      rgba(0, 0, 0, 0.18) 100%
    );
  }

  .page-title > .container {
    min-height: 360px;
    padding-top: 118px;
    padding-bottom: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page-title .content {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .page-title .content h1 {
    font-size: 31px;
    line-height: 1.08;
    margin: 0 0 14px;
    text-align: center;
  }

  .page-title .content h1::after {
    width: 112px;
    margin: 0 auto 18px;
  }

  .page-title .about-hero-subtext {
    font-size: 17px;
    line-height: 1.7;
    text-align: center;
    margin: 0 0 22px;
  }

  .page-title .lang-switch-fixed,
  .page-title .sc-lang-switch-row {
    width: 100%;
    max-width: 300px;
    justify-content: center;
    margin: 0 auto;
  }

  .sc-services-main .head h2,
  .sc-documents-main .head h2 {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .page-title > .container {
    min-height: 360px;
    padding-top: 114px;
    padding-bottom: 28px;
  }

  .page-title .lang-switch-fixed,
  .page-title .sc-lang-switch-row {
    max-width: 280px;
    gap: 12px;
  }

  .page-title .lang-switch-fixed .lang-btn,
  .page-title .sc-lang-switch-btn {
    height: 54px;
    font-size: 18px;
  }

  .sc-services-main .head h2,
  .sc-documents-main .head h2 {
    font-size: 28px;
  }
}

@media (max-width: 991.98px) {
  .main-header {
    background: #101010;
  }

  .main-header .header-upper {
    position: relative;
    z-index: 1100;
    background: #101010;
  }

  .main-header .nav-outer {
    width: 100%;
    margin-top: 0 !important;
    position: relative;
  }

  .main-header .header-upper .nav-outer,
  .main-header .header-upper .main-menu {
    float: none;
    width: 100%;
  }

  .main-header .header-upper .main-menu {
    position: relative;
    min-height: 72px;
    padding-right: 60px;
  }

  .main-header .main-menu::before {
    background: #101010;
  }

  .main-header .header-upper .logo-box {
    position: relative;
    left: 0;
    width: auto;
    max-width: calc(100% - 96px);
    padding: 10px 0;
    z-index: 2;
  }

  .main-header .header-upper .logo img {
    max-height: 54px;
    width: auto;
  }

  .main-header .main-menu .navbar-header {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 72px;
    padding: 0;
    text-align: left;
    z-index: 20;
  }

  .main-header .main-menu .navbar-header .navbar-toggler,
  .sc-mobile-nav-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    position: fixed;
    top: 24px;
    right: 14px;
    width: 32px;
    height: 24px;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    border: 0;
    border-left: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    line-height: 1;
    cursor: pointer;
    transition: opacity 0.2s ease;
    z-index: 2147483000;
  }

  body.sc-mobile-menu-open .main-header .main-menu .navbar-header .navbar-toggler,
  body.sc-mobile-menu-open .sc-mobile-nav-toggle {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .main-header .main-menu .navbar-header .navbar-toggler:hover,
  .sc-mobile-nav-toggle:hover {
    opacity: 0.8;
  }

  .main-header .main-menu .navbar-header .navbar-toggler:focus,
  .sc-mobile-nav-toggle:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.28);
  }

  .main-header .main-menu .navbar-header .navbar-toggler .icon-bar,
  .sc-mobile-nav-toggle .icon-bar {
    display: block;
    width: 28px;
    height: 2px;
    margin: 0 !important;
    border-radius: 8px;
    background: #ffffff;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  .main-header .main-menu .navbar-header .navbar-toggler::after,
  .sc-mobile-nav-toggle::after {
    content: none;
  }

  body.sc-mobile-menu-open .main-header .main-menu .navbar-header .navbar-toggler .icon-bar:nth-child(1),
  body.sc-mobile-menu-open .sc-mobile-nav-toggle .icon-bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  body.sc-mobile-menu-open .main-header .main-menu .navbar-header .navbar-toggler .icon-bar:nth-child(2),
  body.sc-mobile-menu-open .sc-mobile-nav-toggle .icon-bar:nth-child(2) {
    opacity: 0;
  }

  body.sc-mobile-menu-open .main-header .main-menu .navbar-header .navbar-toggler .icon-bar:nth-child(3),
  body.sc-mobile-menu-open .sc-mobile-nav-toggle .icon-bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .main-header .main-menu .navbar-collapse,
  .main-header .main-menu.navbar-expand-md .navbar-collapse,
  .main-header .main-menu.navbar-expand-md .navbar-collapse.collapse {
    display: none !important;
  }

  .sc-mobile-drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.58);
    backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.28s ease, visibility 0.28s ease;
    z-index: 1200;
  }

  .sc-mobile-drawer-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .sc-mobile-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: min(88vw, 360px);
    height: 100vh;
    background: linear-gradient(180deg, rgba(18, 18, 18, 0.98) 0%, rgba(10, 10, 10, 0.99) 100%);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: -12px 0 35px rgba(0, 0, 0, 0.45);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 1201;
    display: flex;
    flex-direction: column;
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
  }

  .sc-mobile-drawer.is-open {
    transform: translateX(0);
  }

  body.sc-mobile-menu-open {
    overflow: hidden;
    touch-action: none;
  }

  .sc-mobile-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 18px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(16, 16, 16, 0.96);
  }

  .sc-mobile-drawer-logo a {
    display: inline-block;
  }

  .sc-mobile-drawer-logo img {
    max-height: 46px;
    width: auto;
    display: block;
  }

  .sc-mobile-drawer-close {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 10px;
    background: transparent;
    color: #ffffff;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .sc-mobile-drawer-close:hover {
    background: rgba(255, 255, 255, 0.12);
  }

  .sc-mobile-drawer-body {
    height: calc(100vh - 77px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 6px 0 18px;
  }

  .sc-mobile-menu-list,
  .sc-mobile-menu-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .sc-mobile-menu-list > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  .sc-mobile-menu-list > li > a,
  .sc-mobile-submenu-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 58px;
    padding: 0 20px;
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
  }

  .sc-mobile-menu-list > li > a:hover,
  .sc-mobile-menu-list > li > a:focus,
  .sc-mobile-submenu-toggle:hover,
  .sc-mobile-submenu-toggle:focus {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding-left: 24px;
    outline: none;
  }

  .sc-mobile-submenu-arrow {
    position: relative;
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
  }

  .sc-mobile-submenu-arrow::before,
  .sc-mobile-submenu-arrow::after {
    content: "";
    position: absolute;
    top: 5px;
    width: 8px;
    height: 2px;
    border-radius: 20px;
    background: #ffffff;
    transition: transform 0.22s ease;
  }

  .sc-mobile-submenu-arrow::before {
    left: 0;
    transform: rotate(45deg);
  }

  .sc-mobile-submenu-arrow::after {
    right: 0;
    transform: rotate(-45deg);
  }

  .sc-mobile-menu-list .menu-item-has-children.open .sc-mobile-submenu-arrow::before {
    transform: rotate(-45deg);
  }

  .sc-mobile-menu-list .menu-item-has-children.open .sc-mobile-submenu-arrow::after {
    transform: rotate(45deg);
  }

  .sc-mobile-submenu {
    display: none;
    background: rgba(255, 255, 255, 0.02);
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding-bottom: 8px;
  }

  .sc-mobile-menu-list .menu-item-has-children.open > .sc-mobile-submenu {
    display: block;
  }

  .sc-mobile-submenu li a {
    display: block;
    min-height: 46px;
    padding: 12px 20px 12px 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    line-height: 1.4;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
  }

  .sc-mobile-submenu li:last-child a {
    border-bottom: none;
  }

  .sc-mobile-submenu li a:hover,
  .sc-mobile-submenu li a:focus {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding-left: 38px;
    outline: none;
  }
}

@media (max-width: 767.98px) {
  .main-header .main-menu .navbar-header .navbar-toggler,
  .sc-mobile-nav-toggle {
    display: flex !important;
    position: fixed !important;
    top: 24px !important;
    right: 14px !important;
    width: 32px !important;
    height: 24px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    z-index: 2147483000 !important;
  }

  .main-header .main-menu .navbar-header .navbar-toggler .icon-bar,
  .sc-mobile-nav-toggle .icon-bar {
    display: block !important;
    width: 28px !important;
    height: 2px !important;
    background: #ffffff !important;
  }

  .main-header .main-menu .navbar-header .navbar-toggler::before,
  .main-header .main-menu .navbar-header .navbar-toggler::after,
  .sc-mobile-nav-toggle::before,
  .sc-mobile-nav-toggle::after {
    content: none !important;
  }

  .main-header .header-upper .logo-box {
    max-width: calc(100% - 88px);
  }

  .sc-mobile-drawer {
    width: min(92vw, 340px);
  }

  .sc-mobile-drawer-head {
    padding: 15px 14px 14px;
  }

  .sc-mobile-drawer-logo img {
    max-height: 40px;
  }

  .sc-mobile-drawer-close {
    width: 38px;
    height: 38px;
    font-size: 22px;
  }

  .sc-mobile-menu-list > li > a,
  .sc-mobile-submenu-toggle {
    min-height: 54px;
    font-size: 16px;
    padding: 0 16px;
  }

  .sc-mobile-submenu li a {
    font-size: 14px;
    padding: 11px 16px 11px 28px;
  }

  .sc-lang-switch-row {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 12px;
  }

  .sc-lang-switch-btn {
    flex: 1 1 120px;
    text-align: center;
    padding: 12px 20px;
  }
}



@media (min-width: 992px) {
  .sc-mobile-drawer,
  .sc-mobile-drawer-overlay {
    display: none !important;
  }

  .main-header .main-menu .navbar-header .navbar-toggler,
  .sc-mobile-nav-toggle {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .main-header .main-menu .navbar-header .navbar-toggler,
  .main-header .main-menu .navbar-header .navbar-toggler .icon-bar,
  .sc-mobile-nav-toggle,
  .sc-mobile-nav-toggle .icon-bar,
  .sc-mobile-drawer-overlay,
  .sc-mobile-drawer,
  .sc-mobile-menu-list > li > a,
  .sc-mobile-submenu-toggle,
  .sc-mobile-submenu li a,
  .sc-mobile-submenu-arrow::before,
  .sc-mobile-submenu-arrow::after {
    transition: none !important;
  }
}


