:root {
  --color-primary: #EDEDED;
  --color-secondry: #AAAAAA;
  --text-black: #333333;
  --red-badge-bg: #b02e2e;
  --body-bg: #181818;
  --whiteBtn-bg: #E6E6E6;
  --whiteBtn-hover-bg: #CFCFCF;
  --whiteBtn-border: #E6E6E6;
  --footer-bg: #090909;
  --divider-bg: #3A3A3A;
  --footer-badge-text: #d1d1d1;
  --black-color: #000000;
  --cards-bg: #1E1E1E;
  --cards-label: #2a2a2a;
  --white: #ffffff;

  --font-size-small: 16px;
  --font-size-default: 18px;
  --font-size-header: 18px;
  --font-size-btn: 18px;

  --font-size-h1: 60px;
  --font-size-h2: 50px;

  --font-size-h3: 18px;
  --font-size-h4: 40px;
  --font-size-h5: 16px;
  /* --font-size-h6: clamp(0.7rem, 1vw + 0.5rem, 1rem); */
  --letter-spacing-default: 0.035em;

}

.elementor-heading-title {
  font-size: 60px;
  font-weight: 300;
  line-height: 75px;
  letter-spacing: var(--letter-spacing-default);
  color: var(--color-primary);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html body {
  background-color: var(--body-bg);
  font-size: var(--font-size-default) !important;
  line-height: 1.5;
  font-family: "Source Serif 4", serif;
  margin: 0;
  color: var(--color-primary);
  letter-spacing: var(--letter-spacing-default);
}

body main {
  background-color: var(--body-bg);
  z-index: 1;
  position: relative;
}

body p {
  font-size: var(--font-size-default) !important;
  line-height: 35px;
  color: var(--color-primary);
  letter-spacing: var(--letter-spacing-default);
  font-weight: 300;
}

/* Font-family */
.Sorce-family {
  font-family: "Source Serif 4", serif;
}

/* Font-family */

html body a {
  color: inherit;
  text-decoration: none;
}


html h1 {
  font-size: var(--font-size-h1);
  font-weight: 300;
  line-height: 75px;
  letter-spacing: 0.035em;
  color: var(--color-primary);
}

html h2 {
  font-size: var(--font-size-h2);
  font-weight: 300;
}

html h3 {
  font-size: var(--font-size-h3);
  font-weight: 300;
  line-height: 24px;
}

html h4 {
  font-size: var(--font-size-h4);
  line-height: 60px;
  letter-spacing: var(--letter-spacing-default);
  font-weight: 300;
}

html h5 {
  font-size: var(--font-size-h5);
  font-weight: 400;
}

.sectionTtile .subtitle {
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0.1em;
  color: var(--color-secondry);

}



.home-banner-txt.sectionTtile .subtitle {
  letter-spacing: 0em;
}

/* .sectionTtile {
    gap: 15px;
} */

.toggle-row .sectionTtile,
.toggle-row .site-header__dropdowns {
  width: calc(50% - 27px);
}

.toggle-row .site-header__dropdowns {
  display: flex;
  gap: 80px;
}

.toggle-row .subtitle {
  color: #D1D1D1;
}

.toggle-row #hero-heading {

  font-size: 40px;
  letter-spacing: 1.4px;
}

.sectionTtile .maintitle {
  line-height: 60px;
  letter-spacing: 0em;
  color: var(--color-primary);
  letter-spacing: var(--letter-spacing-default);
}

.header-spacing .sectionTtile .maintitle {
  line-height: 75px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Color */
.primary-color {
  color: var(--color-primary) !important;
}

.secondory-color {
  color: var(--color-secondry) !important;
}

.body-color {
  color: var(--body-bg) !important;
}

/* Color */

/* Utilities */
.display-inline-block {
  display: inline-block !important;
}

.z-2 {
  z-index: 2 !important;
}

.text-center {
  text-align: center !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.text-transform-upper {
  text-transform: uppercase !important;
}

.position-absolute {
  position: absolute !important;
}

.position-relative {
  position: relative !important;
}

.position-sticky {
  position: sticky !important;
}

.w-100 {
  width: 100% !important;
}

.cusrsor-pointer {
  cursor: pointer !important;
}

.maxW-1440 {
  max-width: 1440px !important;
}

.maxW-1086 {
  max-width: 1086px !important;
}

.maxW-1040 {
  max-width: 1040px !important;
}

.maxW-857 {
  max-width: 857px;
}

.maxW-885 {
  max-width: 885px;
}

.maxW-775 {
  max-width: 775px;
}

.maxW-610 {
  max-width: 610px;
}

.img-fix-height {
  height: 243px;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 8px;
}

/* Utilities */

/* Border */
.b-bottom {
  border-width: 0 0 2px 0;
  border-color: var(--black-color);
  border-style: solid;
}

.b-right {
  border-width: 0 2px 0 0;
  border-color: var(--divider-bg);
  border-style: solid;
}

/* Border */


/* Fonts */
.fs-small {
  font-size: var(--font-size-small) !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-default {
  font-size: var(--font-size-default) !important;
}

.fw-medium {
  font-weight: 500;
}

.fw-light {
  font-weight: 300;
}

.fw-regular {
  font-weight: 400;
}

.fw-bold {
  font-weight: 600;
}

/* Fonts */

/* Buttons */
.show-more-btn {
  font-family: "Source Serif 4", serif;
}

.btn {
  display: inline-block;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--whiteBtn-border);
  border-radius: 4px 4px 4px 4px;
  padding: 16px 22px 18px 22px;
  font-size: var(--font-size-btn);
  font-weight: 600;
  letter-spacing: var(--letter-spacing-default);
}

.btnwhite {
  line-height: 22px;
  color: var(--text-black);
  background-color: var(--whiteBtn-bg);
  transition: all .3s;
}

.btnwhite:hover {
  color: var(--text-black);
  background-color: var(--whiteBtn-hover-bg);
}

/* Spacing */
@media screen and (min-width: 320px) {
  .header-spacing {
    margin-top: 40px !important;
  }
}

@media screen and (min-width: 991.98px) {
  .header-spacing {
    margin-top: 200px !important;
  }
}

@media screen and (min-width: 991.98px) {
  .header-spacing {
    margin-top: 200px !important;
  }
}


.section-spacing {
  padding: 160px 0px;
}



.section-spacingT {
  padding: 160px 0 0 0;
}

.section-spacingB {
  padding: 0 0 160px 0;
}


/* Badges */
.badge {
  width: 48px;
  height: 48px;
  line-height: 24px;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}

.red-badge-brb {
  background-color: var(--red-badge-bg);
  border-radius: 0 0 4px 4px;
}

.red-badge {
  background-color: var(--red-badge-bg);
  border-radius: 4px;
}

.card-label {
  background: var(--cards-label);
  border-radius: 4px;
  height: 37px;
  display: inline-block;
  line-height: 36px;
  padding: 0 14px;
  color: var(--color-secondry);
  font-size: 16px;
  font-weight: 300;
  white-space: nowrap;
}

.card-label-top {
  position: absolute;
  top: 24px;
  right: 64px;
}

.ui-sprite-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.badge-icon {
  display: block;
  flex-shrink: 0;
}

.footer-badege {
  padding: 9.5px 10px;
  background-color: var(--body-bg);
  border-radius: 4px;
  font-size: var(--font-size-small);
  color: var(--footer-badge-text);
  font-weight: 300;
  max-height: 35px;
  margin: 6px;
}

.footer-badege a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  vertical-align: middle;
}

.footer-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.footer-badge-icon img {
  width: 16px !important;
  height: 16px !important;
  object-fit: contain !important;
  display: block !important;
}

.footer-badge-icon svg {
  width: 16px !important;
  height: 16px !important;
  display: block;
}

/* Divider */
.divider {
  width: 100%;
  height: 1px;
  background-color: var(--divider-bg);
  margin: 64px 0;
}

.surface-card .divider--card {
  margin: 10px 0 6px;
}

/* Comman */
.teams.top-content {
  right: 20px;
  top: 20px;
}

.teams.bottom-content {
  position: absolute;
  bottom: 24px;
  left: 24px;
}

/* Comman */

/* Hero (home) */

.hero-head {
  max-width: 720px;
}

.hero-head h1 {
  /* text-wrap: balance; */
}

.hero-fan {
  position: relative;
  padding-bottom: 3rem;
}

.hero-fan__card {
  position: relative;
  flex-shrink: 0;
  width: clamp(132px, 11vw, 176px);
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.35s ease;
}

.hero-fan__card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  height: auto;
  object-fit: cover;
}

.hero-fan__card:nth-child(1) {
  transform: translateY(42px) rotate(-7deg);
  z-index: 1;
}

.hero-fan__card:nth-child(2) {
  transform: translateY(22px) rotate(-4deg);
  z-index: 2;
}

.hero-fan__card:nth-child(3) {
  transform: translateY(8px) rotate(-2deg);
  z-index: 3;
}

.hero-fan__card:nth-child(4) {
  transform: translateY(8px) rotate(2deg);
  z-index: 3;
}

.hero-fan__card:nth-child(5) {
  transform: translateY(22px) rotate(4deg);
  z-index: 2;
}

.hero-fan__card:nth-child(6) {
  transform: translateY(42px) rotate(7deg);
  z-index: 1;
}

/* Family Lawyers intro */
.family-lawyers {
  position: relative;
  z-index: 1;
  background-color: #111111;
  margin-top: clamp(-40px, -5vw, -56px);
  padding-top: calc(clamp(80px, 12vw, 128px) + clamp(40px, 5vw, 56px));
  padding-bottom: clamp(72px, 11vw, 120px);
  padding-inline: clamp(18px, 4vw, 32px);
  clip-path: polygon(0 clamp(48px, 7vw, 72px),
      50% 0,
      100% clamp(48px, 7vw, 72px),
      100% 100%,
      0 100%);
}

.family-lawyers__mark {
  width: auto;
  height: clamp(28px, 5vw, 36px);
  flex-shrink: 0;
}



/* ============================================================
   SITE HEADER (Stanchieri Family Law)
   ------------------------------------------------------------
   Order of sections:
     1. Base bar
     2. Logo
     3. Primary nav (links + menu)
     4. Submenu trigger button
     5. Dropdown caret icon (animated rotate)
     6. Dropdown panel (clip-path slide animation)
     7. Dropdown inner layout
     8. Dropdown items
     9. CTA button
    10. Mobile hamburger / close / overlay
    11. Mobile breakpoint overrides (<= 991.98px)
   ============================================================ */

/* —— 1. Header: base bar —— */
.site-header {
  background-color: var(--body-bg);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2 !important;
}

.site-header__dropdown .contaiiner {
  padding-top: 0px;
}

/* Lift the header's stacking context above page content whenever
   a dropdown is open or being hovered / focused. */
.site-header.header-dropdown-open,
.site-header:has(.site-header__item--has-dropdown:hover),
.site-header:has(.site-header__item--has-dropdown:focus-within) {
  z-index: 9999 !important;
}

.site-header.site-header--nav-open {
  z-index: 9999 !important;
}

.site-header .container {
  padding: 32px 0px 0;
}

/* —— 2. Header: logo —— */
.site-header__logo {
  flex-shrink: 0;
  color: inherit;
}

.site-header__logo-img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: clamp(22px, 3vw + 12px, 37px);
}

/* —— 3. Header: primary nav —— */
.site-header__nav {
  gap: clamp(24px, 4vw, 40px);
  flex-shrink: 0;
}

.site-header__menu {
  gap: 64px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header__item {
  margin: 0;
}

.site-header__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  font-family: "Source Serif 4", serif;
  font-size: var(--font-size-header);
  font-weight: 400;
  color: var(--color-primary);
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: .035em;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.site-header__link:hover {
  color: #ffffff;
  opacity: 0.92;
}

/* —— 4. Header: submenu trigger ("Who We Are") —— */
.site-header__submenu-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.28em;
  padding: 0;
  border: none;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

/* —— 5. Header: dropdown caret icon —— */
.site-header__caret {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  opacity: 0.95;
  color: currentColor;
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header__caret svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.site-header__item--has-dropdown:hover>.site-header__submenu-toggle .site-header__caret,
.site-header__item--has-dropdown:focus-within>.site-header__submenu-toggle .site-header__caret,
.site-header__item--has-dropdown.site-header__item--open>.site-header__submenu-toggle .site-header__caret,
.site-header__item--has-dropdown.site-header__item--open .site-header__caret {
  transform: rotate(180deg);
}

.site-header__item--has-dropdown.site-header__item--open .site-header__caret

/* —— 6. Header: dropdown panel (slide reveal via clip-path) ——
   The panel element carries BOTH classes (`.toggle .site-header__dropdown`),
   so we style them together here as a single source of truth. */
.site-header__dropdown,
.toggle {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 18px;
  padding-top: 0;
  display: grid;
  gap: 12px;
  background-color: var(--body-bg);
  /* box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35); */
  clip-path: inset(0 0 100% 0);
  pointer-events: none;
  z-index: 20;
  transition: clip-path 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 1px solid var(--black-color);
}

.site-header__item--has-dropdown:hover>.site-header__dropdown,
.site-header__item--has-dropdown:focus-within>.site-header__dropdown,
.site-header__item--has-dropdown.site-header__item--open>.site-header__dropdown {
  clip-path: inset(0 0 0 0);
  pointer-events: auto;
}

@media (min-width: 992px) {

  .site-header__dropdown,
  .toggle {
    transition-delay: 0.25s;
  }

  .site-header__item--has-dropdown:hover>.site-header__dropdown,
  .site-header__item--has-dropdown:focus-within>.site-header__dropdown,
  .site-header__item--has-dropdown.site-header__item--open>.site-header__dropdown {
    transition-delay: 0s;
  }
}

/* —— 7. Header: dropdown inner layout —— */
.site-header__dropdowns {
  display: flex;
  gap: 54px;
}

.dd-inner {
  display: flex;
  flex-direction: column;
}

/* Header-scoped override of the global `.b-right` utility */
.toggle-row .b-right {
  padding-right: 54px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.toggle .divider {
  margin-top: 0;
}

/* —— 8. Header: dropdown items —— */
.site-header__dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--color-primary);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.site-header__dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.site-header__dropdown-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  background: #ededed;
  color: #181818;
  flex-shrink: 0;
}

.site-header__dropdown-text {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

/* —— 9. Header: CTA button —— */
.site-header__cta.btn {
  margin-left: clamp(8px, 2vw, 24px);
}

/* —— 10. Header: mobile hamburger / close / overlay —— */
.site-header__toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
  width: 20px;
  height: 34px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.site-header__toggle span {
  flex-direction: row;
  width: 100%;
  height: 2px;
  margin: 3px 0;
  background-color: var(--color-primary);
  border-radius: 999px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.site-header__close {
  display: none;
  position: absolute;
  top: 20px;
  right: 21px;
  padding: 8px;
  border: none;
  background: transparent;
  color: var(--color-primary);
  cursor: pointer;
  line-height: 1;
  border-radius: 4px;
  transition: opacity 0.2s ease;
}

.site-header__close:hover {
  opacity: 0.7;
}

.site-header__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 98;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

body.offcanvas-open {
  overflow: hidden;
}

/* cards UI */
.card-wr {
  border-radius: 8px 8px 8px 8px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.6);
  padding-top: 80px;
  padding-bottom: 70px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: var(--cards-bg);
  position: relative;
}

.reviews-section .card-wr {
  padding: 88px 64px 64px;
}

.reviews-section .card-wr svg {
  width: 24px;
}

.card-wr .icon-wr {
  position: absolute;
  top: 0;
}

.card-wr .icon-wr svg {
  height: 20px;
}

.card-wr .image-box-content h3,
.card-item h3 {
  font-size: 24px;
  /* font-size: 1em; */
  margin-bottom: 12px;
  margin-top: 20px;
  font-weight: 500;
}

/* cards UI */

/* FAQ Section */
.faq-section {
  background-color: var(--body-bg);
}


.faq-item {
  border-bottom: 1px solid var(--divider-bg);
  /* padding-bottom: 20px; */
}

.faq-item:first-child {
  border-top: 1px solid var(--divider-bg);
}


.faq-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  padding: 30px 10px;
  cursor: pointer;
  font-size: var(--font-size-default);
  color: var(--color-primary);
  text-align: left;
  font-family: "Source Serif 4", serif;
  letter-spacing: var(--letter-spacing-default);
  transition: color 0.3s ease;
}

.faq-question {
  font-weight: 400;
  font-size: 24px;
  flex: 1;
}

.faq-icon {
  font-size: 28px;
  font-weight: 300;
  color: var(--color-primary);
  transition: transform 0.4s ease;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-toggle[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.faq-toggle[aria-expanded="true"]~.faq-content {
  opacity: 1;
  padding-bottom: 20px;
  margin-top: -24px;
}


/* FAQ Section */

/* Footer */

.footer-main {
  position: sticky;
  bottom: 0;
  bottom: 0;
  z-index: 2;
}

footer .footer-top {
  background-color: var(--body-bg);
}

.footer-main .footer-bottom {
  background-color: var(--footer-bg);
}

.footer-list ul {
  margin-inline: calc(-12px / 2);
  list-style: none;
}

.footer-list ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .footer-right img {
  width: 310px;
  height: 310px;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px 8px 8px 8px;
}

footer .copyright-wrapper p {
  letter-spacing: 0.35px;
}

/* Footer */

/* What We Do */
.whatwedo .card-wr {
  padding: 88px 64px 64px;
  max-width: 1087px;
  min-height: 666px;
  max-height: 666px;
  margin: 0 auto;
}

.whatwedo .card-wr .list-items {
  list-style: none;
}

.card-wr .list-items li {
  font-size: 18px;
  /* margin-bottom: 8px; */
  font-weight: 300;
  line-height: 35px;
  display: flex;
}

.card-wr .list-items li svg {
  margin-right: 12px;
  height: 12px;
  width: 12px;
}

.sticky-box {
  position: sticky;
  top: 40px;
}

/* What We Do */


/* About Page */
.about-page .about-us-banner img {
  width: 864px;
  height: 432px;
  max-height: max-content;
}

.teams-section .teamsSlider {
  padding-bottom: 85px;
}

.teamsSlider .slide-content img {
  max-width: 100%;
  width: auto;
}

.teamsSlider .slide-content span.name {
  font-size: 24px;
  margin-top: 16px;
  font-weight: 400;
}

.teamsSlider .slide-content .top-content {
  right: 20px;
  top: 20px;
}

.teamsSlider .slide-content .bottom-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.teamsSlider .arrowsBtn_wr {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}



.teamsSlider .arrowsBtn_wr.defaultArrowNone div::after,
.reviewSlider .arrowsBtn_wr.defaultArrowNone div::after {
  display: none;
}

.teamsSlider .arrowsBtn_wr .swiper-button-next,
.teamsSlider .arrowsBtn_wr .swiper-button-prev,
.reviewSlider .arrowsBtn_wr .swiper-button-next,
.reviewSlider .arrowsBtn_wr .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: var(--whiteBtn-bg);
}

.teamsSlider .arrowsBtn_wr .swiper-button-next:hover,
.teamsSlider .arrowsBtn_wr .swiper-button-prev:hover,
.reviewSlider .arrowsBtn_wr .swiper-button-next:hover,
.reviewSlider .arrowsBtn_wr .swiper-button-prev:hover {
  background-color: var(--whiteBtn-hover-bg);
}

.teamsSlider .arrowsBtn_wr .swiper-button-next svg rect,
.teamsSlider .arrowsBtn_wr .swiper-button-prev svg rect,
.reviewSlider .arrowsBtn_wr .swiper-button-next svg rect,
.reviewSlider .arrowsBtn_wr .swiper-button-prev svg rect {
  fill: transparent !important;
}

.rectangle-btn {
  font-family: "Source Serif 4", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: .035em;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--whiteBtn-bg);
  padding: 9px 14px;
}

.rectangle-btn:hover {
  background-color: var(--whiteBtn-hover-bg);
}

.teamsSlider .arrowsBtn_wr .swiper-button-prev {
  left: -43px;
}

.teamsSlider .arrowsBtn_wr .swiper-button-next {
  right: -43px;
}

.arrowsBtn_wr .swiper-button-next svg,
.arrowsBtn_wr .swiper-button-prev svg {
  transform: none;
}

/* ========================= */
/* NEW ACTIVE SLIDE EFFECT */
/* ========================= */

/* ===================================== */
/* CENTER ACTIVE SLIDE EFFECT */
/* ===================================== */

/* ========================= */
/* SLIDE WIDTH FIX */
/* ========================= */

/* ========================= */
/* SLIDER EFFECT */
/* ========================= */

.teamsSlider {
  overflow: hidden;
}

.teamsSlider .swiper-wrapper {
  align-items: center;
}

.teamsSlider .swiper-slide {
  opacity: 0.25;
  transition: opacity 0.45s ease;
}

/* ACTIVE CENTER */
.teamsSlider .swiper-slide-active {
  opacity: 1 !important;
  z-index: 5;
}

/* SIDE SLIDES */
.teamsSlider .swiper-slide-prev,
.teamsSlider .swiper-slide-next {
  opacity: 0.45;
}

.teamsSlider .swiper-slide-prev:hover,
.teamsSlider .swiper-slide-next:hover {
  opacity: 1;
}

/* IMAGE */
.teamsSlider .slide-content img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.our-values .card-wr {
  padding: 88px 64px 64px;
}

.arc-info-container {
  margin-top: -74px;
}

/* About Page */

/* careers */
/* .careers_banner .img-wr img {
    width: auto;
    height: 432px;
    object-fit: cover;
    object-position: center center;
    border-radius: 8px 8px 8px 8px;
} */
.careers_banner .img-wr {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.careers_banner .img-wr img {
  width: auto;
  height: 432px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  display: block;
  min-width: 0;
}

.careers-page .sticky-box .card-wr {
  padding: 88px 70px 64px 58px;
}

/* careers */

/* Contact */
.custom-rowS {
  display: flex;
  width: 100%;
}

.col-custom-4 {
  max-width: 375px;
  width: 100%;
}

.col-custom-8 {
  max-width: 643px;
  width: 100%;
}

.contact-page-hero .card-wr {
  padding: 88px 64px 64px;
}

.contact-page-hero .image-box-content .select-box {
  position: relative;
  margin-top: 24px;
  max-width: max-content;
  width: auto
}

.contact-page-hero .image-box-content .custom-btn,
.blog-articles .image-box-content .custom-btn,
.blog-articles .custom-btn,
.dispute-section .custom-btn {
  border-radius: 4px;
  border: 1px solid var(--whiteBtn-border);
  background-color: var(--whiteBtn-bg);
  color: var(--text-black);
  font-size: var(--font-size-btn);
  line-height: 22px;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: .035em;
  border-radius: 4px 4px 4px 4px;
  padding: 5px 14px;
  display: inline-block;
  white-space: nowrap;
}

.blog-articles .custom-btn .btn-text {
  font-family: "Source Serif 4", serif;
}

.contact-page-hero .image-box-content .select-box .contact-select option {
  color: var(--text-black);
  background: var(--whiteBtn-bg);
}

.contact-page-hero .image-box-content .select-box .contact-select:focus,
.contact-page-hero .image-box-content .select-box .contact-select:hover {
  border-color: var(--whiteBtn-hover-bg);
  background-color: var(--whiteBtn-hover-bg);
}

.contact-page-hero .image-box-content .select-box .contact-select::-ms-expand {
  display: none;
}

.sectionTtile .img-wrapper {
  margin-top: 105px;
}

.newclient .tabswr button {
  background: none;
  border-width: 0 0 1px 0;
  color: var(--color-primary);
  padding: 10px 16px 5px 0;
  font-size: 18px;
  font-family: "Source Serif 4", serif;
  cursor: pointer;
  transition: color 0.3s ease, border-color 0.3s ease;
  border-bottom: 1px solid transparent;
  font-weight: 300;
  width: 100%;
  text-align: left;
  border-bottom-color: var(--divider-bg);
}

.newclient .tabswr button[aria-selected="true"] {
  border-bottom: 1px solid var(--white);
  font-weight: 400;
}

.newclient .tabswr button:hover {
  color: var(--white);
  border-bottom-color: var(--white);
}

.newclient .process-step-badge {
  border-radius: 4px;
  min-width: 48px;
  height: 48px;
  font-size: 18px;
}

.newclient .process-steps {
  position: relative;
  padding-left: 0;
}

.newclient .process-line {
  position: absolute;
  left: 24px;
  width: 2px;
  background: rgba(255, 255, 255, 0.16);
}

.newclient .process-line-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #ffffff;
  transition: height 0.2s ease;
}

.newclient .process-step {
  position: relative;
  padding-bottom: 36px;
  gap: 40px;
}

.newclient .process-step:last-child {
  padding-bottom: 0;
}

.newclient .process-step-marker {
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.newclient .process-step .badge {
  position: relative;
  z-index: 2;
}

.newclient .tab-panel {
  display: none;
}

.newclient .tab-panel.active {
  display: block;
}

/* Contact */

/* How We Help */
.tip {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  vertical-align: middle;
  cursor: pointer;
  background-image: url('../images/tip.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.tip:hover::after,
.tip.active::after {
  display: block;
}

.tip::after {
  content: attr(data-tip);
  display: none;
  position: absolute;
  left: 120%;
  bottom: calc(100% + 8px);
  width: 310px;
  padding: 30px;
  transform: translateX(-50%);
  z-index: 99;
  color: #ededed;
  font-size: 16px;
  line-height: 1.5;
  background: #111;
  border-radius: 8px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .6);
}

/* How We Help */


/* Client details */
.clientDetailswr .card-wr {
  padding: 88px 64px 64px;
}

.client_details_page .main-desc-card .show-more-btn {
  margin-top: 40px;
}

.client_details_page .reviewSlider .arrowsBtn_wr {
  position: absolute;
  bottom: 20px;
  right: 56px;
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

.client_details_page .reviewSlider .arrowsBtn_wr .swiper-button-next,
.client_details_page .reviewSlider .arrowsBtn_wr .swiper-button-prev {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  margin: 0 !important;
  background: var(--cards-bg);
  border: 1px solid var(--divider-bg);
}

.client_details_page .reviewSlider .arrowsBtn_wr .swiper-button-next path,
.client_details_page .reviewSlider .arrowsBtn_wr .swiper-button-prev path {

  fill: #ffffff;
}

.client_details_page .teamsSlider {
  padding-bottom: 70px;
}

.client_details_page .teams .name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
}

.client_details_page .teams .occupation {
  font-size: 18px;
  font-weight: 300;
}

/* .swiper.reviewSlider{
    padding-bottom: 64px ;
} */

/* Client details */

/* Ft Detials */
.ft-details .card-wr {
  padding: 40px;
}

.ftslider.teamsSlider {
  padding-bottom: 60px;
}

/* Ft Detials */


/* blog page */
.blog-page .img-wr img {
  width: 864px;
  height: 432px;
  object-fit: cover;
  object-position: center center;
  border-radius: 6px 6px 6px 6px;
}

.blog-articles .blog-publisher {
  font-size: 16px !important;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0.56px;
  color: var(--color-primary);
}

.blog-articles .card-main .custom-btn {
  margin-top: 40px;
  height: 36px;
}

.blog-articles .card-wr {
  padding: 88px 70px 64px 58px;
}

.blog-articles .card-wr .divider {
  margin: 36px 0 !important;
}

.ftslider.teamsSlider .swiper-slide {
  min-width: 564px;
}

/* .icon-wr{
    padding: 0 0 15px;
} */

/* dev k */
.icon-wr-c {
  padding: 0px !important;
}

.image-box-title {
  font-size: 24px;
  font-weight: 400;
}

.retainers-card-wr {
  padding: 88px 48px 65px !important;
  height: 100%;
}

.retainers-card-wr .card-main {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.retainers-card-wr-full {
  padding: 88px 50px 65px !important;
}

/* ========================= ABOUT US PAGE ========================= */
.about-team-card {
  border-top: 1px solid var(--divider-bg);
  padding-top: 20px;
}

.about-team-card:first-child {
  border-top: none;
  padding-top: 0;
}

.about-team-link {
  transition: opacity 0.2s ease;
}

.about-team-link:hover {
  opacity: 0.75;
}

.about-team-photo {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
}

.about-team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 50%;
}

.about-team-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.about-overview-section .col-md-7 {
  padding-top: 40px;
}

@media (max-width: 768px) {
  .about-team-photo {
    width: 56px;
    height: 56px;
  }

  .about-overview-section .col-md-7 {
    padding-top: 20px;
  }
}

/* ========================= SECTION BOTTOM SPACING ========================= */
.section-spacingB {
  padding-bottom: var(--section-spacing, 80px);
}

/* ========================= BLOG SINGLE META ROW ========================= */
.sfl-single-meta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 0;
}

.blog-single-page .divider {
  margin: 64px 0px;
}

.sfl-single-date-label {
  display: inline-flex;
  align-items: center;
  background-color: var(--cards-bg, #2a2a2a);
  border-radius: 4px;
  height: 37px;
  line-height: 37px;
  padding: 0 14px;
  color: var(--color-secondary, #aaaaaa);
  font-size: 16px;
  font-weight: 300;
  white-space: nowrap;
}

.blog-single-page .blog-publisher {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.56px;
  color: var(--color-primary, #ededed);
}

.sfl-single-featured-image {
  margin-top: 32px;
  margin-bottom: 32px;
}

.sfl-single-featured-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.blog-single-page .blog-publisher-pill {
  --container-widget-width: 289px;
  --container-widget-flex-grow: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--container-widget-width);
  max-width: 100%;
  background-color: #2a2a2a;
  padding: 10px 0;
  border-radius: 4px;
}

.sfl-about-author__image {
  height: 109px;
  object-fit: cover;
  object-position: center center;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .6);
  transition-duration: .3s;
  overflow: hidden;
}


.sfl-about-author__content h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Source Serif 4", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.035em;
}

.sfl-about-author__content .blog-txt p {
  margin: 0 !important;
}

.sfl-footnotes {
  border-top: 0;
}

.image-box-content .divider {
  margin: 32px 0;
}

/* ==========================================================================
   CONSOLIDATED THEME STYLES (Appended during optimization)
   Replaces: custom-styles.css and custom-updates.css
   ========================================================================== */

/* --- From custom-styles.css --- */
/**
 * Stanchieri Family Law — Custom Styles
 * Consolidated from Custom CSS/JS plugin
 * Generated: Sun Apr 26 22:52:51 IST 2026
 */

/* =============================================
   SOURCE: Main Site Styles (7746.css)
   ============================================= */

/* =========================
   GLOBAL
========================= */

body {
  background-color: #181818;
  padding-top: 0;
}

#consultation-accordion-1 .uc_content {
  margin-top: -20px;
}

.single-consultations {
  padding-top: 0;
}

.password-box form {
  padding-top: 12px;
}

#navArea {
  transition: z-index 0s, opacity 0.4s ease !important;
}

.check-li .elementor-divider {
  padding-top: 32px;
  padding-bottom: 32px;
}

.check-li .elementor-divider-separator {
  width: 100%;
  height: 1px;
  background: #3a3a3a;
}

main#content {
  position: relative;
  transition: z-index 0s;
}

body.admin-bar {
  margin-top: -32px;
}

/* State: scrolling started */

body.scrolled #navArea {
  z-index: 1;
}

body.scrolled main#content {
  z-index: 3;
}

/* State: halfway down */

body.half-scrolled #navArea {
  z-index: -1;
}

body.no-top-padding {
  padding-top: 0 !important;
}

body.post-password-required {
  margin: 0;
  padding: 0 !important;
}

body.post-password-required .site,
body.post-password-required .page,
body.post-password-required .elementor {
  padding: 0 !important;
  margin: 0 !important;
}

.position-r {
  position: relative !important;
  width: auto !important;
  padding: 12px 13.72px;
}

.marginzero p {
  margin: 0 !important;
}

.pb0,
.pb0 p {
  margin-bottom: 0 !important;
}

.mt-50 {
  margin-top: 50px;
}

.mt-0 p {
  margin-top: 0 !important;
  margin-bottom: 12px !important;
}

.sec-lr0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.txt-und a {
  text-decoration: underline;
}

.uc_material_accordion .ue_heading_title {
  color: #ededed;
}

.l-40 {
  left: 40px;
}

.elementor-swiper-button:hover,
.elementor-swiper-button {
  border: none !important;
}

.s2 {
  font-weight: 400;
}

.em-red {
  font-size: 18px;
}

/* =========================
   HEADER / NAV
========================= */

#navArea {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
  background: #181818;
  /*   transition: all 0.4s ease-in-out; */
}

#navArea .e-con-inner,
#navArea.is-sticky .e-con-inner,
#navArea .e-n-menu-content {
  /*   transition: all 0.4s ease-in-out; */
}

#navArea.is-sticky {
  left: 0;
  right: 0;
  width: 100%;
}

/* #navArea .logo img {
  max-height: 100px;
  width: 100%;
  height: auto;
  opacity: 1;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  transition: all 0.4s ease-in-out;
}
#navArea.is-sticky .logo img {
  width: 100%;
} */

.header-pill {
  position: relative;
  top: 15px;
  background: transparent;
  box-shadow: none !important;
}

.header-pill.is-sticky {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.mobile-menu .e-n-menu-wrapper {
  --stretch-width: auto !important;
}

.mobile-menu .e-n-menu-title {
  width: 100%;
  justify-content: space-between;
}

.mobile-menu li.e-n-menu-item {
  width: 100% !important;
}

.mobile-menu .e-active {
  position: relative !important;
}

.mobile-menu .e-n-menu-title-container:after,
.ue_menu ul li a:after {
  display: none;
}

.mobile-menu .elementor-icon-list-item {
  display: flex !important;
  flex-direction: row;
}

ul#menu-main-menu {
  display: none !important;
}

/* =========================
   SECTION SPACING
========================= */

.section-padding {
  padding: 160px 0;
}

.sec-hero {
  padding-top: 0px;
  padding-bottom: 160px;
}

.sec-top {
  padding: 160px 0 0;
}

.sec-bottom {
  padding: 0 0 160px;
}

/* =========================
   BUTTONS / LINKS
========================= */

.rect-btn {
  background-color: #e6e6e6;
  color: #333 !important;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 11px;
  border-radius: 4px;
}

.rect-btn:hover {
  background-color: #cfcfcf;
}

.red-btn:hover .elementor-button {
  background-color: #cfcfcf;
}

.red-btn .elementor-button-icon,
.contact-btn .elementor-button-icon {
  transition: all 0.3s ease-in;
}

.contact-btn:hover .elementor-button-icon {
  transform: rotate(-90deg);
}

.red-btn .elementor-button-icon svg,
.contact-btn .elementor-button-icon svg,
.return-btn .elementor-button-icon svg {
  width: 10px;
  height: 10px;
}

.return-btn .elementor-button-icon svg path {
  fill: #333 !important;
}

span.black-arrow {
  margin-left: 6px;
}

.ct-link a {
  color: #ededed;
}

.ct-link h3 {
  margin-top: 0 !important;
}

/* =========================
   HOME / CARD / STACKING
========================= */

.home-card .ue_cards_wrapper {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.card-item p {
  margin-top: 0;
  margin-bottom: 0;
}

.card-item h3 {
  margin-top: 0;
  margin-bottom: 12px;
}

.wwd-sticky-stack {
  --sticky-top: 40px;
  --heading-gap: 120px;
  --heading-height: 0px;
}

/* keep columns aligned from top */

.wwd-sticky-stack .e-con-inner {
  align-items: flex-start;
}

/* heading column */

.wwd-sticky-stack .heading-sticky-col {
  position: sticky;
  top: var(--sticky-top);
  z-index: 5;
}

/* cards column */

.wwd-sticky-stack .stacking-cards-col {
  position: relative;
  z-index: 1;
}

/* stack wrapper starts below heading block */

.wwd-sticky-stack .stacking-cards-col .ue_stacking_cards {
  margin-top: calc(var(--heading-height) + var(--heading-gap));
}

/* actual sticky cards sit below heading area */

.wwd-sticky-stack .stacking-cards-col .ue_stacking_card_item {
  top: calc(var(--sticky-top) + var(--heading-height) + var(--heading-gap)) !important;
}

/* optional fixed card viewport height */

.wwd-sticky-stack .stacking-cards-col .ue_stacking_cards {
  --card-height: calc(100vh - (var(--sticky-top) + var(--heading-height) + var(--heading-gap)) - 24px);
}

.wwd-sticky-stack .stacking-cards-col .ue_card_content {
  min-height: var(--card-height);
  height: var(--card-height);
}

#navArea .e-n-menu-title-text:hover {
  cursor: pointer;
}

.i-gap {
  row-gap: 6px !important;
}

.padding-red {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  line-height: 24px;
  font-size: 20px;
  font-weight: 400;
  border-radius: 0 0 4px 4px;
  background-color: #b02e2e;
}

.padding-red svg {
  width: 24px !important;
}

.padding-red .elementor-icon-wrapper {
  height: 24px;
}

.sc-slot p {
  margin-bottom: 0 !important;
}

.sc-slot p:has(+ .rect-btn) {
  margin-bottom: 40px !important;
}

/* =========================
   TEAM / SLIDERS / SWIPER
========================= */

.our-team .swiper-slide {
  opacity: 0.2;
  transition: all 0.3s ease-in;
}

.our-team h3 {
  font-weight: 600 !important;
}

.our-team .swiper-slide-active {
  opacity: 1;
  transition: all 0.3s ease-in;
}

.our-team .swiper-slide:hover,
.our-team .swiper-slide-next:hover {
  opacity: 1 !important;
}

.blog-slider .swiper-slide,
.wwd-slider .swiper-slide {
  opacity: 0.3 !important;
  transition: opacity 0.3s ease-in;
}

.blog-slider .swiper-slide-active,
.wwd-slider .swiper-slide-active {
  opacity: 1 !important;
  transition: opacity 0.3s ease-in;
}

.swiper-horizontal {
  padding-bottom: 10px;
}

/* Force AOS-animated elements inside Swiper slides to be visible.
   AOS can't detect horizontal-scroll elements, so they stay at opacity:0. */

.swiper-slide [data-aos] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* =========================
   TABS
========================= */

.cst-tab .e-n-tabs-heading {
  width: 774px;
  margin: 0 auto;
}

/* =========================
   PASSWORD FORM ERROR/SUCCESS STYLES
========================= */

/* Error Message - Positioned Above Field */

.password-error,
.form-error-text {
  margin: 0 0 8px 0;
  background-color: transparent;
  color: #FF5A5F;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  display: none;
  animation: slideIn 0.3s ease-out;
}

.password-error.is-visible,
.form-error-text.is-visible {
  display: block;
}

.elementor-button:hover {
  cursor: pointer;
}

/* Apply red border to input field when error */

input[type="password"].error-field,
input[type="email"].error-field,
input[type="text"].error-field {
  border: 2px solid #FF5A5F !important;
}

/* Field group error state */

.field-has-error input,
.field-has-error textarea,
.field-has-error select {
  border-color: #FF5A5F !important;
  border-width: 2px;
}

.page-id-5596,
.page-id-5589,
.page-id-5574,
.page-id-6550 {
  background: #111111 !important;
  padding-top: 0px;
}

/* Success Message */

.password-success,
.form-success-text {
  margin-bottom: 16px;
  background-color: transparent;
  color: #ededed;
  font-size: 16px;
  font-weight: 500;
  display: none;
  animation: slideIn 0.3s ease-out;
}

.password-success.is-visible,
.form-success-text.is-visible {
  display: block;
}

/* Slide in animation */

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Button loading state */

button[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}

/* Dark mode support */

/* Slide in animation */

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Button loading state */

.password-erbutton[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}

/* Dark mode support */

.cst-tab .e-n-tab-title,
.cst-tab .e-n-tab-title:hover,
.cst-tab .e-n-tab-title:active,
.cst-tab .e-n-tab-title[aria-selected="true"],
.cst-tab button:focus {
  border-radius: 0 !important;
  cursor: pointer !important;
  background-color: transparent !important;
  background: transparent !important;
}

.wwd-trim {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines you want */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.our-team-swiper .swiper,
.blog-slider .swiper {
  cursor: pointer !important;
}

.our-team-swiper .swiper:active,
.blog-slider .swiper:active {
  cursor: grabbing !important;
}

.our-team-swiper .swiper-wrapper,
.blog-slider .swiper-wrapper {
  cursor: pointer !important;
}

.our-team-swiper .swiper-wrapper:active {
  cursor: pointer !important;
}

.cst-heading {
  row-gap: 12px !important;
}

.cst-tab .e-n-tabs>.e-n-tabs-heading>.e-n-tab-title[aria-selected="false"]:not(:hover) .e-n-tab-title-text {
  font-weight: 300;
}

.cst-tab .e-n-tabs>.e-n-tabs-heading>.e-n-tab-title[aria-selected="false"]:not(:hover) {
  border-color: #3a3a3a;
}

.cst-tab .e-n-tabs>.e-n-tabs-heading>.e-n-tab-title[aria-selected="true"] .e-n-tab-title-text {
  font-weight: 400;
}

.cst-tab .elementor-message-danger:before {
  display: none;
}

.cst-tab .e-form__buttons {
  padding-left: 0 !important;
}

.cst-form .elementor-field-group-accept {
  margin-bottom: 36px !important;
}

.cst-form .form-error-text.is-visible {
  margin-top: 0;
  margin-bottom: 10px;
}

/* =========================
   FORM
========================= */

.cst-form .elementor-field {
  height: 59px;
  padding-left: 24px;
  background-color: #2e2e2e;
  border-radius: 4px;
  font-weight: 600 !important;
}

.cst-form select {
  color: #aaa !important;
  font-weight: 400 !important;
}

.cst-form select:not(:has(option[value="Please select requested service..."]:checked)) {
  color: #ededed !important;
  font-weight: 600 !important;
}

.cst-form textarea {
  height: auto !important;
  padding-top: 18px;
}

.cst-form select {
  padding-left: 24px;
}

.cst-form ::placeholder {
  opacity: 1 !important;
  color: #aaa !important;
  font-weight: 400 !important;
}

.cst-form .remove-before {
  position: relative;
  padding-left: 0;
}

.cst-form .elementor-message,
.cst-form .elementor-error,
.cst-form .elementor-field-error,
.cst-form .elementor-help-inline,
.cst-form .elementor-form-help-inline,
.cst-form .elementor-message-danger {
  display: none !important;
}

.cst-form .field-error-text {
  display: block;
  margin-top: 12px;
  margin-bottom: 10px;
  color: #ff5a5a;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.cst-form .field-has-error .elementor-field,
.cst-form .field-has-error .elementor-field-textual,
.cst-form .field-has-error input,
.cst-form .field-has-error textarea,
.cst-form .field-has-error select,
.cst-form .field-has-error .elementor-select-wrapper {
  border-color: #ff5a5a !important;
  box-shadow: none !important;
}

.cst-form .form-error-text {
  display: none;
  margin-top: 40px;
  color: #ff5a5a;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.cst-form .form-error-text.is-visible {
  display: block;
}

.cst-form .remove-before::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  pointer-events: none;
  background-image: url("../../../../uploads/2026/03/chevron-down.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.cst-form .select-caret-down-wrapper {
  display: none;
}

.cst-form .elementor-field-option,
.cst-form .elementor-field-option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cst-form .elementor-field-option input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.cst-form .elementor-field-option label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}

.cst-form .elementor-field-option label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  background-image: url("../../../../uploads/2026/03/checkbox-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.cst-form .elementor-field-option input[type="checkbox"]:checked+label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 39%;
  width: 11px;
  height: 8px;
  transform: translateY(-50%);
  background-image: url("../../../../uploads/2026/03/correct.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.cst-form .elementor-field-type-acceptance {
  padding-top: 20px;
}

.cst-form .elementor-field-type-acceptance label {
  line-height: 1.6 !important;
}

.cst-form .elementor-field-type-acceptance:nth-of-type(2) {
  padding-bottom: 40px;
}

/* =========================
   FORM BASE
========================= */

.g-form input,
.g-form textarea,
.g-form select {
  height: 59px !important;
  padding-left: 24px !important;
  background-color: #2e2e2e !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
  color: #ededed !important;
  border: none !important;
  align-items: center;
  font-size: 16px !important;
}

#gform_wrapper_1 textarea::placeholder {
  font-size: 16px !important;
}

.g-form .gform_fields {
  row-gap: 0;
}

.g-form input:focus,
.g-form textarea:focus,
.g-form select:focus,
.gform_button:focus {
  outline: none;
  box-shadow: none;
  border-color: inherit;
  /* optional: keeps same border */
}

/* TEXTAREA FIX */

.g-form textarea {
  height: auto !important;
  padding-top: 18px;
}

/* PLACEHOLDER */

::placeholder {
  opacity: 1 !important;
  color: #aaa !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}

input#gform_submit_button_1:focus {
  outline: none;
}

/* SELECT DEFAULT */

.g-form select {
  color: #aaa !important;
  font-weight: 400 !important;
  padding-left: 24px;
}

.g-form .gform_button {
  background-color: #ededed !important;
  color: #333 !important;
  padding: 16px 22px !important;
  font-size: 18px !important;
}

/* SELECT ACTIVE */

.g-form select:not([value=""]) {
  font-size: 16px;
}

.gform_title {
  display: none;
}

.g-form .gform-footer {
  position: relative;
}

#gform_wrapper_1.has-custom-error .gform_footer::before {
  content: "Sorry, please complete all the required fields within the form.";
  display: block;
  color: #FF5A5F;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  margin-top: 24px;
  position: absolute;
  top: -55px;
}

/* Mobile: error wraps to 2 lines.
   Only fires after submit when JS adds .has-custom-error to the wrapper. */

/* =========================
   REMOVE GRAVITY DEFAULT STYLES
========================= */

.g-form .gfield_label,
.g-form .gform-field-label {
  color: #ededed !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

#gform_submit_button_1:hover {
  background-color: #cfcfcf !important;
  cursor: pointer;
}

.gform-theme--framework .gform_validation_errors {
  display: none;
}

#gform_wrapper_1 {
  --gf-color-primary: #FF5A5F !important;
  --gf-color-primary-rgb: 255, 90, 95 !important;
}

/* =========================
   ERROR STATE
========================= */

.g-form .gfield_error input,
.g-form .gfield_error textarea,
.g-form .gfield_error select {
  border: 1px solid #ff5a5f !important;
  box-shadow: none !important;
  background-color: #2e2e2e;
  font-size: 16px;
  height: 59px;
  padding-left: 24px;
  display: flex;
  align-items: center;
}

.g-form .validation_message {
  display: block;
  margin-top: 12px;
  margin-bottom: 10px;
  color: #ff5a5f;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

/* =========================
   GLOBAL ERROR
========================= */

/* =========================
   SELECT ARROW (Elementor style)
========================= */

.g-form .ginput_container_select {
  position: relative;
}

.g-form .ginput_container_select::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  pointer-events: none;
  background-image: url("../../../../uploads/2026/03/chevron-down.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.gform-theme--foundation .gform-grid-col.gform-grid-col--size-auto {
  padding: 0 4px;
}

/* .g-form select:not([value=""]) {
    font-size: 16px;
    color: #aaa !important;
    font-weight: 400 !important;
} */

/* =========================
   CHECKBOX (CONSENT)
========================= */

.g-form .ginput_container_consent {
  position: relative;
  padding-top: 8px;
}

/* .g-form select {
    font-size: 16px;
    color: #ededed !important;
    font-weight: 600 !important;
    font-size: 16px !important;
} */

/* Default (no value selected) */

/* Default = placeholder style */

.g-form select {
  color: #aaa;
  font-weight: 400;
}

/* When value is selected */

.g-form select.has-value {
  color: #ededed !important;
  font-weight: 600 !important;
}

.g-form .ginput_container_consent input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.g-form .ginput_container_consent label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  line-height: 1.6;
  margin-left: 0;
}

.g-form .ginput_container_consent label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  background-image: url("../../../../uploads/2026/03/checkbox-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.g-form .ginput_container_consent input[type="checkbox"]:checked+label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 39%;
  width: 11px;
  height: 8px;
  transform: translateY(-50%);
  background-image: url("../../../../uploads/2026/03/correct.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

/* =========================
   SPACING (MATCH ELEMENTOR)
========================= */

.g-form .gfield {
  margin-bottom: 8px;
}

.g-form .gfield--type-consent {
  padding-bottom: 12px;
}

/* =========================
   PASSWORD PAGE
========================= */

.post-password-required {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #181818;
}

.custom-password-page {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 98dvh;
  padding: 80px 20px;
  text-align: left;
}

.custom-password-page__inner {
  width: 100%;
  max-width: 774px;
}

.custom-password-page .site-logo {
  position: static;
  top: auto;
  left: auto;
  width: 234px;
  max-width: 70vw;
  margin: 0 0 40px;
}

.custom-password-page .site-logo a,
.custom-password-page .site-logo img {
  display: block;
}

.custom-password-page .site-logo img {
  width: 100% !important;
  height: auto;
}

.password-box {
  max-width: 600px;
  width: 100%;
  text-align: left;
  margin: 0 auto;
}

.password-box.card-item {
  padding: 48px;
}

.password-box h2 {
  margin: 0 0 12px;
}

.password-box a {
  text-decoration: none;
  cursor: pointer;
}

.password-content {
  color: #cccccc;
  line-height: 1.7;
}

.password-content p:last-child {
  margin-bottom: 0;
}

.password-box form {
  margin-top: 32px;
}

.password-box .form-submit {
  margin-top: 40px;
}

.password-box button.btn {
  margin-top: 0;
}

.password-box button.btn:hover {
  background-color: #cfcfcf;
}

.post-password-form label {
  display: flex;
  width: 100%;
  gap: 15px;
  justify-content: center;
  margin-bottom: 20px;
}

.is-password-protected input[name="post_password"] {
  width: 100%;
  height: 59px;
  padding-left: 24px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Source Serif 4";
  color: #ededed !important;
  background-color: #2e2e2e;
  border: none;
  border-color: #2e2e2e;
  border-radius: 4px;
}

.typeform-wrapper {
  width: 100%;
  height: 100vh;
  /* full screen height */
}

.typeform-wrapper iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}

body.is-password-protected .password-box input:focus {
  opacity: 1 !important;
  outline: none !important;
  box-shadow: none !important;
}

.pass-header {
  display: none;
}

body.is-password-protected .password-box input::placeholder,
body.is-password-protected .password-box input::-webkit-input-placeholder,
body.is-password-protected .password-box input:-ms-input-placeholder {
  opacity: 1 !important;
}

.site-logo {
  position: absolute;
  top: 50px;
  left: 65px;
}

.logo img {
  width: 100% !important;
}

.emp-rew .elementor-swiper-button {
  border: 1px solid #3a3a3a !important;
}

/* =========================
   LISTS / CHECK LIST
========================= */

.check-li ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.check-li li,
.check-li .elementor-icon-box-description {
  position: relative;
  padding-left: 28px;
  margin-left: 0;
}

.check-li .elementor-icon-box-description {
  padding-left: 24px;
}

.check-li li::before,
.check-li .elementor-icon-box-description:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 12px;
  height: 8px;
  background: url("../../../../uploads/2026/03/new-check.svg") no-repeat center;
  background-size: contain;
}

/* =========================
   TRIM / TOGGLE
========================= */

.trim-content,
.tst-trim {
  position: relative;
}

.trim-content-inner,
.tst-trim-inner {
  overflow: hidden;
  transition: height 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.trim-toggle,
#custom-load-more-btn,
.tst-trim-toggle {
  margin-top: 40px;
  padding: 0 !important;
  color: #ededed !important;
  font-weight: 400 !important;
  text-align: left;
  text-decoration: underline;
  font-size: 18px;
  font-family: 'Source Serif 4';
  cursor: pointer;
  background-color: transparent !important;
  border: none !important;
  border-color: #3a3a3a !important;
}

.wwa .tst-trim-toggle {
  padding: 0 !important;
  border: none;
  font-size: 18px !important;
  text-decoration: underline;
}

.wwa .tst-trim-toggle:hover,
.wwa .tst-trim-toggle:focus {
  border: none;
  border-radius: none;
}

/* =========================
   BLOG / DISPUTES TEXT
========================= */

.blog-txt h3:first-child,
.disputes-txt h3:first-child {
  margin-top: 0;
  margin-bottom: 5px;
}

.blog-txt h3,
.disputes-txt h3 {
  margin-top: 48px;
  margin-bottom: 12px !important;
}

.blog-txt h3 b,
.disputes-txt h3 b {
  font-weight: 400;
}

.blog-txt p,
.disputes-txt p {
  margin-top: 12px !important;
  margin-bottom: 0 !important;
}

.blog-txt blockquote {
  position: relative;
  padding-left: 12px;
}

.blog-txt blockquote:before {
  content: "";
  position: absolute;
  left: -5px;
  width: 4px;
  height: 100%;
  background-color: #b02e2e;
}

/* =========================
   BLOG ORDERED / UNORDERED LISTS
========================= */

.blog-txt ol,
.blog-txt ul {
  list-style: none;
  padding-left: 30px;
  margin-left: 0;
}

.blog-txt>ol {
  counter-reset: item;
  margin-top: 12px;
  margin-bottom: 12px;
}

.blog-txt>ol>li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  line-height: 1.7;
  counter-increment: item;
}

.blog-txt>ol>li::before {
  content: counter(item) ") ";
  position: absolute;
  left: 0;
}

.blog-txt ol ol {
  margin-top: 8px;
  margin-left: 20px;
  counter-reset: subitem;
}

.blog-txt ol ol>li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  counter-increment: subitem;
}

.blog-txt ol ol>li::before {
  content: counter(subitem, lower-alpha) ") ";
  position: absolute;
  left: 0;
}

.blog-txt ol ol ol {
  counter-reset: subsubitem;
}

.blog-txt ol ol ol>li {
  counter-increment: subsubitem;
}

.blog-txt ol ol ol>li::before {
  content: counter(subsubitem) ") ";
}

.blog-txt ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.blog-txt ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url("../../../../uploads/2026/03/checkbox-final.svg") no-repeat center;
  background-size: contain;
}

/* =========================
   FOOTNOTES
========================= */

.blog-txt .footnotes ol {
  margin: 0;
  padding-top: 24px;
  padding-left: 0;
  list-style: none;
  counter-reset: footnote;
}

.blog-txt .footnotes ol li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.7;
  font-style: italic;
  counter-increment: footnote;
  word-wrap: break-word;
}

.blog-txt .footnotes ol li::before {
  content: "[" counter(footnote) "]";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.blog-txt .footnotes ol li i {
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.blog-txt .footnotes ol li a {
  margin-left: 0px;
  text-decoration: none;
  opacity: 0.7;
  transition: 0.3s;
  font-style: normal;
}

.blog-txt .footnotes ol li a:hover {
  opacity: 1;
}

/* =========================
   TOOLTIP
========================= */

.tip {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  vertical-align: middle;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23ededed' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='16' x2='12' y2='12'/%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.tip::after {
  content: attr(data-tip);
  display: none;
  position: absolute;
  left: 120%;
  bottom: calc(100% + 8px);
  width: 310px;
  padding: 30px;
  transform: translateX(-50%);
  z-index: 99;
  color: #ededed;
  font-size: 16px;
  line-height: 1.5;
  background: #111111;
  border-radius: 8px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
}

.tip:hover::after {
  display: block;
}

/* =========================
   ACCORDION
========================= */

.uc_ac_box .uc_active.ue_accordion_icon {
  display: none !important;
}

.uc_ac_box .uc_dactive.ue_accordion_icon {
  display: inline-flex !important;
  transform: rotate(0deg);
  transition: transform 0.4s ease;
}

.uc_ac_box.uc-item-active .uc_dactive.ue_accordion_icon {
  transform: rotate(45deg);
}

.bb1 .uc_ac_box:last-child .uc-heading {
  border-bottom: 1px solid #3a3a3a;
}

/* =========================
   MISC
========================= */

.uc-logo-wrapper {
  padding-bottom: 3px;
}

.footer-link ul {
  row-gap: 12px;
}

.footer-link .elementor-icon-list-item {
  padding: 9.5px 10px;
  background-color: #181818;
  border-radius: 4px;
}

.bb1 .e-loop-item:last-child {
  border-bottom: 1px solid #3a3a3a;
}

.bb0 .e-loop-item:last-child a {
  border-bottom: 0 !important;
}

.bb1 .type-reported_cases:last-child .e-con {
  border-bottom: 0;
  padding-bottom: 0;
}

.auth-box .elementor-image-box-wrapper {
  display: flex;
  gap: 0;
}

.ssp .ue_marquee_title {
  bottom: 30px !important;
}

.scroll-marquee .ue-scroll-marquee-item {
  padding: 56px 62px;
  background-color: #1e1e1e;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.6);
}

.sticky-footer {
  position: sticky;
  top: 32px;
  bottom: 0;
  z-index: 1;
  flex: none;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

body.half-scrolled .sticky-footer {
  opacity: 1;
  visibility: visible;
}

main#content,
[data-elementor-type="single-post"] {
  position: relative;
  z-index: 2;
  background: #181818;
}

.img-100 .elementor-image-box-img img {
  width: 100%;
}

#esarc_1.esarc-outer .esarc-item {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
}

.elementor.elementor-320 {
  width: 100%;
}

/* =========================
   RESPONSIVE
========================= */

/* Prevent footer from showing above header on over-scroll */

html,
body {
  overscroll-behavior: none;
  /* Disables rubber-band scroll */
}

form button[type="submit"] {
  cursor: pointer;
}

body {
  width: 100%;
  height: min-content;
  position: relative;
  overflow: visible;
  background: #181818;
  margin: 0;
}

.framer-aho0hk-container {
  bottom: calc(calc(100% - min(var(--framer-viewport-height, 100%), 100%)) + 0px);
  height: 100px;
  position: var(--framer-canvas-fixed-position, fixed);
  z-index: 3;
  flex: none;
  order: 1002;
  left: 0;
  right: 0;
}

.home-card .ue_cards_wrapper {
  margin-bottom: 0 !important;
}

.single-consultations {
  padding-top: 0 !important;
}

.cta-hidden {
  display: none;
}

.consultation-employee-featured-2-img {
  display: block;
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, .6);
}

.consultation-employee-featured-2-img img {
  object-fit: cover;
  object-position: top center;
  border-radius: 12px !important;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
}

.h3-p h3,
.h3-p p {
  margin: 0;
}

.h3-flex div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gform-theme--api,
.gform-theme--foundation {
  --gf-form-gap-x: 8px;
}

.thank-you {
  display: none;
}

.thank-you.is-visible {
  display: flex;
  animation: fadeInUp 0.6s ease forwards;
}

.contact-form.is-hidden {
  animation: fadeOutDown 0.4s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}

#gform_confirmation_wrapper_1,
#gform_confirmation_message_1 {
  display: none !important;
}

/* =============================================
   MEGA MENU - CURTAIN REVEAL EFFECT
   ============================================= */

.e-n-menu-item .e-n-menu-content {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.e-n-menu-item .e-n-menu-content.e-active {
  clip-path: inset(0 0 0 0);
}

.e-n-menu-item .e-n-menu-content.sfl-closing {
  display: flex !important;
  clip-path: inset(0 0 100% 0);
}

.e-n-menu-item .e-n-menu-content.sfl-closing>.e-con {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Hide the separate "opened" arrow icon */

.e-n-menu-dropdown-icon .e-n-menu-dropdown-icon-opened {
  display: none !important;
}

/* Always show the "closed" (down arrow) icon */

.e-n-menu-dropdown-icon .e-n-menu-dropdown-icon-closed {
  display: flex !important;
}

/* Rotate the down arrow 180deg when menu is open */

.e-n-menu-dropdown-icon .e-n-menu-dropdown-icon-closed svg {
  transition: transform 0.3s ease;
}

.e-n-menu-dropdown-icon[aria-expanded="true"] .e-n-menu-dropdown-icon-closed svg {
  transform: rotate(-180deg);
}

/* Lock position during close animation */

.e-n-menu-item .e-n-menu-content.sfl-closing {
  display: flex !important;
  clip-path: inset(0 0 100% 0);
  position: absolute;
  top: 100%;
  left: var(--stretch-left);
  width: var(--stretch-width);
  padding-block-start: var(--n-menu-title-distance-from-content);
}

/* Rolling text hover — animation only
  .elementor-button .elementor-button-text span.roll-char {
    display: block;
    backface-visibility: hidden;
    white-space: pre;
    flex-shrink: 0;
    line-height: 1.5em;
    color: inherit;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--delay-out);
  }

  .elementor-button:hover .elementor-button-text span.roll-char {
    transform: translateY(-1.5em);
    transition-delay: var(--delay-in);
  }
*/

.home-card .ue_cards_wrapper {
  margin-bottom: 0 !important;
}

/* =============================================
   SOURCE: Page Content Styles (5744.css)
   ============================================= */

/* Container width and content padding */

/* .site-main .page-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
} */

/* Default font size */

/* .site-main .page-content,
.site-main .page-content p,
.site-main .page-content li {
    font-size: 16px;
    line-height: 1.7;
} */

/* .site-main .page-content a {
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
} */

/* =============================================
   SOURCE: Elementor Editor Styles (8531.css)
   ============================================= */

/* Only inside Elementor editor */

.elementor-editor-active .elementor-control-text input[data-setting="text"] {
  min-height: 80px;
  height: auto;
  padding: 10px;
  line-height: 1.5;
}

/* Better layout */

.elementor-editor-active .elementor-control-text .elementor-control-input-wrapper {
  display: block;
}

/* =============================================
   SOURCE: Admin ACF Field Override (8775.css)
   ============================================= */

.post-type-employees.post-php .acf-field[data-name="featured_2"],
.post-type-employees.post-new-php .acf-field[data-name="featured_2"] {
  display: none !important;
}

/* =============================================
   SHORTCODE EXTRACTED CSS
   ============================================= */

/* --- team-slider.php --- */

.our-team-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 30px;
}

.our-team-nav button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}

.our-team-nav button:hover {
  opacity: 1;
  border: none;
  background-color: #cfcfcf;
}

.our-team-nav button svg rect {
  transition: fill 0.2s ease;
  background-color: #e6e6e6;
}

.our-team-nav button:hover svg rect {
  fill: #cfcfcf;
}

.whatwedo .divider {
  margin: 40px 0px;
}

/* --- arc-sliders.php --- */

.es-arc-container {
  --arc-scale: 1;
  --arc-depth-offset: 162px;
  position: relative;
  width: 100%;
  height: 520px;
  overflow: hidden;
  margin: 0 auto;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%), linear-gradient(to bottom, black 0%, black 80%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%), linear-gradient(to bottom, black 0%, black 80%, transparent 100%);
  mask-composite: intersect;
}

.es-arc-scale-wrap {
  position: absolute;
  left: 50%;
  top: calc((var(--arc-radius) * var(--arc-scale)) + var(--arc-depth-offset));
  transform: translateX(-50%) scale(var(--arc-scale));
  transform-origin: center;
  width: 0;
  height: 0;
}

.es-arc-wheel {
  position: absolute;
  width: 0;
  height: 0;
  animation: esArcRotate linear infinite;
}

.es-arc-item {
  position: absolute;
  width: 225px;
  height: 300px;
  left: -121.5px;
  top: -162px;
  transform: rotate(calc(var(--i) * (360deg / var(--total)))) translateY(calc(-1 * var(--radius)));
}

.es-arc-card {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, .6)
}

.es-arc-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 8px;
}

@keyframes esArcRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.esarc-outer {
  position: relative;
  width: 100%;
  max-width: 1308px;
  margin: -64px auto 0px auto;
  height: var(--esarc-cont-h);
  overflow: hidden;
  background: transparent;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%), linear-gradient(to bottom, black 0%, black 80%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%), linear-gradient(to bottom, black 0%, black 80%, transparent 100%);
  mask-composite: intersect;
}

.esarc-outer .esarc-item {
  position: absolute;
  width: var(--esarc-card-w);
  height: var(--esarc-card-h);
  overflow: hidden;
  border-radius: var(--esarc-brad);
}

.esarc-outer .esarc-item img {
  display: block;
  width: var(--esarc-card-w) !important;
  height: var(--esarc-card-h) !important;
  max-width: none !important;
  object-fit: cover;
  object-position: top;
  border-radius: var(--esarc-brad);
  pointer-events: none;
  user-select: none;
}

.es-slide-counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #2A2A2A;
  border-radius: 4px;
  width: 55px;
  text-align: center;
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 400;
  letter-spacing: 0.05em;
}

/* --- card-grid.php --- */

.card-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.card-item {
  position: relative;
  background: #1E1E1E;
  border-radius: 8px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.60);
  padding: 88px 64px 64px 64px;
}

.card-item .card-label {
  position: absolute;
  top: 24px;
  right: 24px;
  background: #2A2A2A;
  border-radius: 4px;
  height: 37px;
  line-height: 36px;
  padding: 0 14px;
  color: #AAAAAA;
  font-size: 16px;
  font-weight: 300;
  white-space: nowrap;
}

.stacking-cards-outer {
  position: relative;
  display: block;
}

.stacking-cards-outer .sc-slot {
  position: sticky;
  top: 40px;
  margin-bottom: 24px;
  transform: translate3d(0, 0, 0);
}

.stacking-cards-outer .sc-slot:last-child {
  margin-bottom: 0;
}

.stacking-cards-outer .sc-stack-end {
  height: 40px;
}

.stacking-cards-outer .card-item {
  position: relative;
  background: #1E1E1E;
  border-radius: 8px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.60);
  padding: 88px 70px 64px 58px;
  width: 100%;
  min-height: auto;
}

.stacking-cards-outer .card-item .card-label {
  position: absolute;
  top: 24px;
  right: 24px;
  background: #2A2A2A;
  border-radius: 4px;
  height: 37px;
  line-height: 36px;
  padding: 0 14px;
  color: #AAAAAA;
  font-size: 16px;
  font-weight: 300;
  white-space: nowrap;
}

/* --- consultation-fields.php --- */

.consultation-accordion-shortcode * {
  box-sizing: border-box;
}

.consultation-accordion-shortcode .ue_heading_title {
  margin: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
}

.consultation-accordion-shortcode .uc_container .uc-heading {
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}

.consultation-accordion-shortcode .uc_container .uc_content {
  display: none;
}

.consultation-accordion-shortcode .uc_container .uc-heading span.ue_accordion_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
}

.consultation-accordion-shortcode .uc_ac_box.uc-item-active span.uc_dactive {
  display: none;
}

.consultation-accordion-shortcode .uc_ac_box:not(.uc-item-active) span.uc_active {
  display: none;
}

.consultation-accordion-shortcode span.ue_accordion_icon svg {
  height: 1em;
  width: 1em;
}

.consultation-accordion-shortcode .uc_ac_box {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.consultation-accordion-shortcode .uc_ac_box:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.consultation-accordion-shortcode .uc-heading {
  gap: 20px;
  padding: 32px 10px;
}

.consultation-accordion-shortcode .ue-item-text {
  padding: 0 10px 30px 10px;
}

.consultation-accordion-shortcode .ue-item-text p {
  margin: 0;
}

.section-no-pt {
  padding-top: 0 !important;
  border-top: none !important;
}

/* --- From custom-updates.css --- */
/* ==========================================================================
   Custom CSS Updates & Tweaks (Pair Programming Session)
   Organized to prevent overrides when importing HTML developer updates.
   ========================================================================== */

/* Spacing Utilities
   ========================================================================== */

.pb-120 {
  padding-bottom: 120px;
}

/* Typography & Visual Spacing Tweaks
   ========================================================================== */

/* Section Title gap adjustment */

.sectionTtile {
  gap: 12px;
}

/* Contact page hero section left column image margin */

.sectionTtile .img-wrapper {
  margin-top: 110px;
}

/* Card label styling */

.card-label {
  background: var(--cards-label);
  border-radius: 4px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  padding: 0 10px;
  color: var(--color-secondry);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.7px;
  white-space: nowrap;
}

/* Card header tracking/spacing */

.card-wr .image-box-content h3,
.card-item h3 {
  font-size: 24px;
  margin-bottom: 12px;
  margin-top: 0;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.035em;
}

/* Select box (buttons) margin for contact cards */

.contact-page-hero .image-box-content .select-box {
  position: relative;
  margin-top: 40px;
  max-width: max-content;
  width: auto;
}

/* Button Alignment & Icon Helpers
   ========================================================================== */

.btn-icon {
  line-height: 0;
}

.btn-text {
  font-size: 16px;
  font-weight: 600;
}

.btn-content {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* How We Help Layout Customizations
   ========================================================================== */

.how-we-help .card-main {
  display: flex;
  flex-direction: column;
  gap: 11.5px;
}

.our-values .card-label,
.dispute-section .card-label {
  right: 24px;
}

.how-we-help .card-main img {
  width: 100%;
  height: 243px;
  border-radius: 8px;
  object-fit: cover;
  margin-bottom: 20px;
}

/* Contact Page Hero Grid Layout (Custom Pixel Sizing)
   ========================================================================== */

.contact-hero-grid {
  display: flex;
  flex-direction: column;
}

/* Spacing Standards corrections
   ========================================================================== */

.pb-12 {
  padding-bottom: 12px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.mt-50px {
  margin-top: 50px !important;
}

/* Site-wide Typography Spacing (Consistent spacing between H3 and P tags)
   ========================================================================== */

h3+p {
  margin-top: 12px !important;
}

/* Divider vertical spacing reduction (from 64px to 32px)
   ========================================================================== */

.divider {
  margin: 32px 0;
}

/* Red Badge Icon Dimension Constraints
   ========================================================================== */

.icon-wr.red-badge-brb img {
  width: 24px !important;
  height: 24px !important;
  object-fit: contain !important;
}

/* Mobile Navigation Menu Drawer Custom Styling
   ========================================================================== */

/* Global Hero Section Spacing Overrides (No top padding, responsive top margin)
   ========================================================================== */

.header-spacing {
  padding-top: 0 !important;
}

/* Stacking Cards Flex layout enforcement
   ========================================================================== */

.whatwedo .card-main {
  display: flex !important;
}

.abt-info {
  margin-top: -140px;
}

/* Header Logo constraints (remove max-height clamp)
   ========================================================================== */

.site-header__logo-img {
  max-height: none !important;
}

/* Mobile Header and Menu Adjustments
   ========================================================================== */

/* Arc Slider Mobile Override (Adjust heights and depth offset)
   ========================================================================== */

/* Gravity Forms Custom Grid Spacing and Overrides
   ========================================================================== */

.gform-theme--foundation .gform_fields {
  -moz-column-gap: var(--gf-form-gap-x) !important;
  column-gap: 8px !important;
  row-gap: 8px !important;
}

.g-form .gfield {
  margin-bottom: 0 !important;
}

/* Form inputs focus outline and border removal
   ========================================================================== */

.g-form input:focus,
.g-form input:focus-visible,
.g-form input:active,
.g-form textarea:focus,
.g-form textarea:focus-visible,
.g-form textarea:active,
.g-form select:focus,
.g-form select:focus-visible,
.g-form select:active,
.g-form button:focus,
.g-form button:focus-visible,
.gform_wrapper input:focus,
.gform_wrapper input:focus-visible,
.gform_wrapper input:active,
.gform_wrapper textarea:focus,
.gform_wrapper textarea:focus-visible,
.gform_wrapper textarea:active,
.gform_wrapper select:focus,
.gform_wrapper select:focus-visible,
.gform_wrapper select:active,
.gform_wrapper button:focus,
.gform_wrapper button:focus-visible {
  outline: none !important;
  outline-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

/* Custom Button Hover Transition
   ========================================================================== */

.custom-btn:hover {
  color: var(--text-black) !important;
  background-color: var(--whiteBtn-hover-bg) !important;
  border-color: var(--whiteBtn-hover-bg) !important;
  transition: all 0.3s ease !important;
}

/* Dynamic templates
   ========================================================================== */

.icon-wr.red-badge-brb img.sfl-badge-icon {
  width: 24px !important;
  height: 24px !important;
  object-fit: contain !important;
  filter: brightness(0) invert(1);
}

.single-content h2,
.single-content h3,
.single-content h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  margin: 40px 0 12px;
}

.single-content h2:first-child,
.single-content h3:first-child,
.single-content h4:first-child {
  margin-top: 0;
}

.single-content p,
.single-content li,
.client_details_page .desc-wrapper p {
  font-weight: 300;
  line-height: 35px;
  letter-spacing: 0.035em;
}

.single-content p,
.client_details_page .desc-wrapper p {
  margin-bottom: 12px;
}

.sfl-single-meta {
  margin-top: 18px;
  color: var(--color-primary);
}

.sfl-single-featured-image {
  margin-bottom: 40px;
}

.sfl-single-featured-image img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: 8px;
}

.blog-single-page .single-content+.select-box .custom-btn {
  border-radius: 4px;
  border: 1px solid var(--whiteBtn-border);
  background-color: var(--whiteBtn-bg);
  color: var(--text-black);
  font-size: var(--font-size-btn);
  line-height: 22px;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.035em;
  padding: 5px 14px;
  display: inline-block;
  white-space: nowrap;
}

.sfl-pagination {
  margin-top: 60px;
}

.sfl-pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.sfl-pagination .page-numbers {
  min-width: 36px;
  height: 36px;
  border: 1px solid var(--divider-bg);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: var(--color-primary);
  background: var(--cards-bg);
}

.sfl-pagination .page-numbers.current,
.sfl-pagination .page-numbers:hover {
  color: var(--text-black);
  background: var(--whiteBtn-bg);
  border-color: var(--whiteBtn-bg);
}

.teams-section a.slide-content {
  display: block;
  color: inherit;
  text-decoration: none;
}

.clientDetailswr .slide-content>div,
.teams-section .slide-content {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
}

.clientDetailswr .position-sticky {
  position: sticky !important;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, .6) !important;
  border-radius: 8px;
}

.clientDetailswr .slide-content>div {
  box-shadow: none !important;
}

.how-we-help-page .hero-head {
  max-width: none;
}

.site-header__dropdown-title .maintitle {
  font-size: 40px;
  line-height: 1.2;
}

.site-header__dropdown-item,
.site-header__dropdown-item:hover,
.site-header__dropdown-item:focus {
  background-color: transparent !important;
  transform: none !important;
}

.site-header__dropdown-text {
  transition: none !important;
}

.ft-details .card-wr {
  padding: 88px 58px 64px 70px;
}

.ftslider.teamsSlider {
  padding-bottom: 80px;
}

.sfl-single-date-label {
  display: inline-flex;
  margin-top: 22px;
  position: static;
}

.sfl-footnotes {
  border-top: 0 !important;
}

.sfl-quote-card {
  margin: 50px 0;
}

.sfl-quote-card .icon-wr {
  display: grid;
  place-items: center;
}

.sfl-quote-card .image-box-description p:last-child,
.sfl-about-author__content p:last-child,
.sfl-footnotes p:last-child,
.sfl-footnotes ol:last-child {
  margin-bottom: 0;
}

.sfl-quote-source,
.sfl-about-author h3 {
  color: var(--color-primary);
}

.disputes-txt h3 b {
  font-weight: 400;
}

.sfl-quote-source {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.035em;
  line-height: 1;
  margin-top: 38px;
}

.sfl-about-author h3 {
  margin-bottom: 0;
  font-family: "Source Serif 4", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.035em;
}

.sfl-blog-services .sectionTtile {
  margin-bottom: 80px;
}

.sfl-employee-slider .slide-content a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.sfl-employee-slider .top-content {
  top: 24px;
  right: 24px;
  z-index: 2;
}

.sfl-team-crown {
  display: inline-flex;
  justify-content: center;
}

/* Blog Single Hero & Meta styling */

.blog-single-page .maintitle {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 75px;
}

.blog-single-page .blog-publisher-pill {
  --container-widget-width: 289px;
  --container-widget-flex-grow: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--container-widget-width);
  max-width: 100%;
  background-color: #2a2a2a !important;
  padding: 10px 0 !important;
  border-radius: 4px !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-family: "Source Serif 4", Georgia, serif !important;
  font-weight: 400 !important;
  font-style: italic !important;
}

/* Blog Single Category/Tag Label Style */

.blog-single-page .blog-single-label {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  color: #aaaaaa;
  margin-bottom: 20px;
  font-family: "Source Serif 4", Georgia, serif;
  font-weight: 300;
}

/* Non-card Transparent Circular Author Styling */

.sfl-about-author {
  display: grid;
  grid-template-columns: 113px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  padding: 40px 0 !important;
  border-top: 1px solid #3a3a3a !important;
  border-bottom: 1px solid #3a3a3a !important;
  border-left: none !important;
  border-right: none !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.sfl-about-author__content h3,
.sfl-about-author h3 {
  margin-bottom: 0 !important;
  font-family: "Source Serif 4", Sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 35px !important;
  letter-spacing: 0.035em !important;
}

/* Perfect 2-Column Masonry Grid for Reviews */

.sfl-reviews-masonry {
  position: relative;
  width: 100%;
  display: block;
}

.sfl-reviews-masonry .review-item {
  transition: top 0.4s cubic-bezier(0.25, 1, 0.5, 1), left 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Same-Height Cards and 3-Line Text Clamping for Blog/Disputes Sliders */

.swiper.ftslider.teamsSlider .swiper-slide {
  height: auto !important;
}

.swiper.ftslider.teamsSlider .slide-content {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

.swiper.ftslider.teamsSlider .card-wr {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
}

.swiper.ftslider.teamsSlider .card-main {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
}

.swiper.ftslider.teamsSlider .image-box-content {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
}

.swiper.ftslider.teamsSlider .image-box-description {
  flex: 1 1 auto !important;
  margin-bottom: 24px !important;

  /* Elegant 3-Line CSS Clamp */
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.swiper.ftslider.teamsSlider .select-box {
  margin-top: auto !important;
}

/* Swiper Arrows Rotation Override */

.arrowsBtn_wr .swiper-button-next svg,
.arrowsBtn_wr .swiper-button-prev svg {
  transform: none !important;
}

/* Premium Mega Menu Smooth Fade & Slide transitions */

.site-header.header-dropdown-open,
.site-header:has(.site-header__item--has-dropdown:hover),
.site-header:has(.site-header__item--has-dropdown:focus-within) {
  z-index: 9999 !important;
}

body main {
  z-index: 5;
}

.site-header.site-header--nav-open {
  z-index: 9999 !important;
}

/* Blog Archive Load More Button Premium Styling & Animations
   ========================================================================== */

#sfl-blog-load-more {
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  min-width: 160px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid var(--whiteBtn-border);
  background-color: var(--whiteBtn-bg);
  color: var(--text-black);
  cursor: pointer;
  font-weight: 600;
}

#sfl-blog-load-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 255, 255, 0.08);
}

#sfl-blog-load-more:active {
  transform: translateY(0);
}

#sfl-blog-load-more .btn-icon svg {
  transition: transform 0.3s ease;
}

#sfl-blog-load-more:hover .btn-icon svg {
  transform: translate(2px, -2px);
}

/* Spinner dots loading state */

.sfl-loading-spinner {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}

.sfl-loading-spinner .dot {
  width: 8px;
  height: 8px;
  background-color: var(--text-black);
  border-radius: 50%;
  animation: sflPulseDot 1.4s infinite ease-in-out both;
}

.sfl-loading-spinner .dot:nth-child(1) {
  animation-delay: -0.32s;
}

.sfl-loading-spinner .dot:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes sflPulseDot {

  0%,
  80%,
  100% {
    transform: scale(0);
    opacity: 0.3;
  }

  40% {
    transform: scale(1.0);
    opacity: 1;
  }
}

/* Newly loaded posts fade-in-up animation */

.article-card.sfl-new-post {
  opacity: 0;
  transform: translateY(20px);
  animation: sflFadeInUp 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes sflFadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Spacer margin */

.mt-72 {
  margin-top: 72px !important;
}

.faq-content {
  height: 0;
  max-height: none !important;
  overflow: hidden;
  transition: height 0.55s ease,
    opacity 0.35s ease,
    padding-bottom 0.55s ease,
    margin-top 0.55s ease;
  will-change: height;
}

.faq-toggle[aria-expanded="true"]~.faq-content {
  margin-bottom: 24px !important;
}

.consultation-lawyer-photo {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
  border-radius: 8px;
}

.consultation-faq-wrapper .faq-toggle[aria-expanded="true"]~.faq-content {
  margin-bottom: 30px !important;
}

body.is-password-protected.post-password-required {
  display: block;
  align-items: initial;
  justify-content: initial;
  text-align: left;
  padding-top: 0 !important;
}

body.is-password-protected .site-header--password {
  z-index: 9 !important;
}

body.is-password-protected .site-header--password .container {
  padding-top: 30px;
}

body.is-password-protected .custom-password-page {
  min-height: 100dvh;
  padding-top: 150px;
}

body.is-password-protected .custom-password-page__inner {
  max-width: 774px;
}

body.is-password-protected .password-box.card-wr {
  padding: 48px;
}

body.is-password-protected .password-box h2 {
  margin-top: 0;
}

/* ==========================================================================
   Consultations CPT Premium Dark-Mode Template Styles
   ========================================================================== */

.consultation-single-page {
  background-color: #181818;
  color: #ededed;
  font-family: "Source Serif 4", Georgia, serif;
  min-height: 100vh;
}

.consultation-hero-header {
  padding: 100px 0 50px;
}

.consultation-hero-header .subtitle {
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #aaaaaa;
  text-transform: uppercase;
  font-weight: 400;
}

.consultation-hero-header .maintitle {
  font-size: 56px;
  font-weight: 300;
  line-height: 1.15;
  margin-top: 12px;
  color: #ffffff;
  font-family: "Source Serif 4", Georgia, serif;
}

/* Tabs Navigation Menu */

.consultation-tabs-nav-wrapper {
  margin-bottom: 75px;
}

.consultation-dashboard-tabs>.container {
  max-width: 774px;
}

.consultation-tabs-nav {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  max-width: 774px;
  margin: 0 auto;
  border-bottom: 0;
  padding-bottom: 0;
  gap: 32px;
}

.consultation-tab-btn {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.45);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 20px;
  font-weight: 300;
  cursor: pointer;
  padding: 0 0 12px;
  position: relative;
  text-align: left;
  transition: color 0.3s ease;
  outline: none !important;
  letter-spacing: 0.02em;
  min-width: 0;
}

.consultation-tab-btn:hover {
  color: #ffffff;
}

.consultation-tab-btn.active {
  color: #ffffff;
  font-weight: 500;
  border-bottom-color: #ededed;
}

.consultation-tab-btn::after {
  display: none;
}

.consultation-tab-btn.active::after {
  transform: none;
}

/* Tab Panels Content & Keyframe Transitions */

.consultation-tab-panel {
  display: none;
}

.consultation-tab-panel.active {
  display: block;
  animation: consultFadeInUp 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes consultFadeInUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Tab 1: Calender Calendar Card style */

/* .consultation-calendar-card {
    background-color: #1e1e1e;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
} */

/* Tab 2: Lawyer Info Grid */

.consultation-lawyer-info-grid {
  max-width: 774px;
}

.consultation-lawyer-photo>div {
  position: relative;
  background: #1e1e1e;
}

.consultation-lawyer-photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.consultation-lawyer-card {
  min-height: 100%;
}

.consultation-lawyer-card .icon-wr {
  color: #ffffff;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 20px;
  font-weight: 500;
}

.consultation-lawyer-card .divider {
  margin: 20px 0;
}

.consultation-lawyer-card .image-box-description {
  margin-bottom: 0;
}

.consultation-lawyer-position {
  color: #ededed;
}

/* Legacy consultation lawyer classes kept for shortcode/editor compatibility. */

.lawyer-profile-photo-wrapper {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
}

.lawyer-profile-photo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.lawyer-profile-photo-wrapper:hover .lawyer-profile-photo {
  transform: scale(1.03);
}

.lawyer-profile-details-card {
  background-color: #1e1e1e;
  border-radius: 8px;
  padding: 88px 64px 65px 64px;
  height: 100%;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
}

.crimson-initials-badge {
  background-color: #c1272d;
  color: #ffffff;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 2px;
  letter-spacing: 0.05em;
  display: inline-block;
  line-height: 1.4;
}

.lawyer-name {
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.02em;
}

.lawyer-position {
  font-size: 16px;
  color: #aaaaaa;
  font-weight: 300;
  letter-spacing: 0.035em;
}

.details-divider {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.08);
  margin: 24px 0;
}

.lawyer-detail-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.detail-row-title {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  font-family: "Source Serif 4", Georgia, serif;
  letter-spacing: 0.02em;
}

.detail-row-content {
  font-size: 16px;
  color: #cccccc;
  font-weight: 300;
  margin: 0;
  line-height: 1.6;
  letter-spacing: 0.035em;
}

/* Tab 3: Accordions Styling */

.consultation-faq-accordion-wrapper .uc_material_accordion {
  border: none !important;
  background: transparent !important;
}

.consultation-faq-accordion-wrapper .uc_ac_box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
  background: transparent !important;
  margin: 0 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important;
}

.consultation-faq-accordion-wrapper .uc_ac_box:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.consultation-faq-accordion-wrapper .uc-heading {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 24px 0 !important;
  text-decoration: none !important;
  color: #ffffff !important;
  font-family: "Source Serif 4", Georgia, serif !important;
  background: transparent !important;
  border: none !important;
  transition: opacity 0.3s ease;
}

.consultation-faq-accordion-wrapper .uc-heading:hover {
  opacity: 0.85;
}

.consultation-faq-accordion-wrapper .ue_heading_title {
  font-size: 22px !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  margin: 0 !important;
  font-family: "Source Serif 4", Georgia, serif !important;
  line-height: 1.35 !important;
  letter-spacing: 0.02em !important;
}

.consultation-faq-accordion-wrapper .ue_accordion_icon svg {
  width: 18px !important;
  height: 18px !important;
  fill: #ededed !important;
}

.consultation-faq-accordion-wrapper .uc_content {
  background: transparent !important;
  padding: 0 0 28px 0 !important;
  color: #cccccc !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
  letter-spacing: 0.035em !important;
}

.consultation-faq-wrapper {
  max-width: 100%;
}

.consultation-faq-wrapper .faq-toggle {
  padding-left: 0;
  padding-right: 0;
}

.consultation-faq-wrapper .faq-content {
  padding-left: 0;
  padding-right: 0;
  color: #cccccc;
}

.consultation-faq-wrapper .faq-toggle[aria-expanded="true"]~.faq-content {
  padding-bottom: 28px;
}

.sfl-relevant-links {
  background: #181818;
}

.sfl-relevant-links__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 774px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.sfl-relevant-links__item {
  margin: 0;
}

.sfl-relevant-links__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  background: #1e1e1e;
  color: #ededed;
  font-size: 16px;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.sfl-relevant-links__link:hover,
.sfl-relevant-links__link:focus-visible {
  border-color: rgba(237, 237, 237, 0.35);
  background: #242424;
  color: #ffffff;
}

/* Responsive Overrides */

/* ==========================================================================
   404 Page Styles
   ========================================================================== */

.error-404-page {
  background-color: #181818;
  color: #ededed;
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.error-404-page .error-title {
  font-size: 64px;
  font-weight: 400;
  margin: 10px 0 0;
  line-height: 1.1;
}

.error-404-page .error-text {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: "Source Serif 4", Georgia, serif;
  font-weight: 300;
}

.error-404-page .rect-btn {
  font-family: "Source Serif 4", Georgia, serif;
  font-weight: 600;
  padding: 14px 28px !important;
  font-size: 18px !important;
  background-color: #ededed !important;
  color: #333 !important;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  text-decoration: none;
  line-height: 1.2;
}

.error-404-page .rect-btn:hover {
  background-color: #cfcfcf !important;
}

/* ==========================================================================
   Collapse excessive vertical spacing before footer/CTA/relevant-links
   ========================================================================== */

.sfl-relevant-links {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}



/* Collapse double-spacing when CTA immediately follows relevant links */

.sfl-relevant-links+#contact-cta {
  padding-top: 40px !important;
}

/* Collapse spacing between main content and footer sections */

main+.sfl-relevant-links {
  padding-top: 60px !important;
}

main+#contact-cta {
  padding-top: 60px !important;
}

/* Collapse double-spacing when footer-top immediately follows CTA or relevant links */

#contact-cta+.footer-main .footer-top,
.sfl-relevant-links+.footer-main .footer-top {
  padding-top: 80px !important;
}

main+.footer-main .footer-top {
  padding-top: 80px !important;
}