:root {
    --bg: #f6fbfd;
    --surface: #ffffff;
    --surface-soft: #eef8fb;
    --surface-muted: #f4f8fb;
    --ink: #122f3a;
    --ink-soft: #5c7380;
    --primary: #0888a7;
    --primary-strong: #178199;
    --primary-dark: #0a4b5b;
    --primary-deep: #083844;
    --accent: #b998df;
    --accent-soft: #eadcf9;
    --border: rgba(8, 136, 167, 0.14);
    --shadow: 0 24px 60px rgba(12, 55, 66, 0.12);
    --shadow-soft: 0 14px 30px rgba(12, 55, 66, 0.08);
    --radius: 36px;
    --radius-lg: 48px;
    --radius-sm: 24px;
    --container: 1300px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;

    color: var(--ink);
    overflow-x: hidden;
    /* background:
    radial-gradient(circle at top left, rgba(8, 136, 167, 0.08), transparent 16rem),
    linear-gradient(180deg, #f8fdff 0%, #f4fbfd 38%, #ffffff 78%); */
}

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

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

a:hover {
    color: var(--primary);
}

#nav-tabContent {
    background-color: var(--primary);
    color: var(--surface-soft);
    padding: 5px 0px;
}

.nav-link {
    color: var(--primary) !important;
}

button,
input,
select,
textarea {
    font: inherit;
}

button {
    cursor: pointer;
}

.site-shell {
    overflow-x: clip;
}

main,
section,
.container,
[class*="grid"],
[class*="card"] {
    min-width: 0;
}

.container {
    width: min(var(--container), calc(100% - 2rem));
    margin: 0 auto;
}
.faq .container .accordion,
.faq .container {
    max-width: 1230px;
}

.container.narrow {
    width: min(880px, calc(100% - 2rem));
}

.eyebrow {
    margin: 0 0 0.75rem;
    color: var(--primary);
    font-size: 0.82rem;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.eyebrow.light {
    color: #d2eef5;
}

.section-heading {
    max-width: 48rem;
}
.insights .section-heading {
    max-width: 50rem;
}
.home-section-heading {
    max-width: 100%;
}

.home-supporting-section-heading {
    max-width: 1000px;
}

.healthcare-compact-heading {
   max-width: 700px; 
}

.section-heading.centered {
    margin: 0 auto;
    text-align: center;
}

.compact-heading {
    margin-bottom: 2rem;
}

.compact-heading p {
    font-family: "Poppins", Sans-serif;
    font-size: 35px;
    font-size: 38px;
    font-weight: 300;
    color: #2F2F2F8C !important;
}
.unwrapped-compact-heading p {
    color: #178199 !important;
    font-size: 1.25rem;
    font-style: italic;
}
.section-heading h2,
.hero h1,
.site-footer h2 {
    margin: 0;
    /* font-family: "Poppins", Sans-serif; */
    font-weight: 800;
    line-height: 1.08;
}

.section-heading h2 {
    /* font-family: "Poppins", Sans-serif; */
    font-size: 44px;
    font-size: 50px;
    font-weight: bold;
    color: #2F2F2F;
    text-transform: capitalize;
}

.section-heading h2 span,
.trust-copy span {
    color: var(--primary-strong);
}

.home-supporting-section-heading.section-heading h2 {
    font-size: 50px;
    margin-bottom: 10px;
}

.section-heading p,
.hero-text,
.trust-copy p,
.fix-copy p,
.footer-brand p {
    color: var(--ink-soft);
    line-height: 1.65;
}

.section-heading.walk-through .eyebrow {
    max-width: 624px;
    margin: 0 auto 30px !important;
}

.section-heading.walk-through h2 {
    max-width: 100%;
    font-family: "Poppins", Sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 5.7px;
    color: #000000;
}


.section-heading.walk-through .eyebrow {
    margin: 0 0 0.75rem;
    text-transform: capitalize;
    font-size: 50px;
    font-weight: bold;
    color: #2F2F2F !important;
    line-height: 1;
    letter-spacing: 0;
}

.section-heading.walk-through .eyebrow.light {
    color: #d2eef5;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.2rem;
    padding: 0.85rem 1.45rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 400;
    transition:
        transform 160ms ease,
        box-shadow 160ms ease,
        background-color 160ms ease,
        color 160ms ease,
        border-color 160ms ease;
}
.custom-quote {
    font-family: "Poppins", Sans-serif;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 37px;
    background-color: #2E2E2E;
    border-radius: 50px;
    color: #fff !important;
    width: 95%;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 12px 24px;
}

span.button.button-primary.button-video {
    color: #fff !important;
    border: 1px solid #fff !important;
    background: linear-gradient(135deg, #0d98b9, #06758f) !important;
    box-shadow: -2px 2px 20px 0px rgba(0, 0, 0, .2);
    display: block;
}

span.button.button-primary.button-video:hover {

    color: #fff !important;
    border: 1px solid #fff !important;
    background: linear-gradient(135deg, #0d98b9, #06758f) !important;
    box-shadow: 0 14px 28px rgba(8, 136, 167, 0.28);
    /* display: inline-flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* min-height: 3.2rem; */
    /* padding: 0.85rem 1.45rem; */
    /* border-radius: 999px; */
    /* font-weight: 400; */
    /* transition:
        transform 160ms ease,
        box-shadow 160ms ease,
        background-color 160ms ease,
        color 160ms ease,
        border-color 160ms ease; */
}

.button:hover,
.button:focus-visible {
    transform: translateY(-1px);
    text-decoration: none;
}

.button-primary {
    /* color: #fff !important; */
    /* background: linear-gradient(135deg, #0d98b9, #06758f) !important; */
    /* box-shadow: 0 14px 28px rgba(8, 136, 167, 0.28); */
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.7px;
    background-color: #0888A7;
    border-radius: 5px 5px 5px 5px;
    padding: 20px 20px 20px 20px;
    color: #fff;
}

.button-primary:hover,
.button-primary:focus-visible {
    color: #fff !important;
    /* background: linear-gradient(135deg, #04566d, #023949) !important; */
    /* border-color: #023949 !important; */
    /* box-shadow: 0 18px 32px rgba(2, 57, 73, 0.34); */
}

.button-demo {
    padding: 7px 30px;
    border-radius: 9px;
    font-size: 16px;
    background-color: #005355;
    text-transform: unset;
}
.button-pill {
    border-radius: 50px;
}

.home-form-btn {
    font-size: 18px;
    font-weight: bold;
    line-height: 22.2px;
    letter-spacing: 4.9px;
    background: #0888A7;
    padding: 0;
}
.button-outline {
    color: var(--primary-dark);
    border-color: rgba(8, 136, 167, 0.28);
    background: #fff;
}

.button-outline:hover,
.button-outline:focus-visible {
    color: #fff;
    border-color: var(--primary);
    background: var(--primary);
    box-shadow: 0 14px 28px rgba(8, 136, 167, 0.2);
}

.button-full {
    width: 100%;
}

.topbar {
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(8, 136, 167, 0.08);
}

.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 3.4rem;
    padding: 0.45rem 0;
}

.topbar-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.info-pill {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: rgba(8, 136, 167, 0.07);
    color: var(--ink);
}

.info-pill span {
    color: var(--ink-soft);
    font-size: 0.85rem;
    font-weight: 400;
}

.info-pill strong {
    color: var(--primary-dark);
    font-size: 0.96rem;
}

.topbar-mail {
    color: var(--primary-dark);
    font-weight: 400;
}

.site-header {

    box-shadow: #c9c9c9 -1px 4px 20px;
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid transparent;
    backdrop-filter: blur(18px);
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.site-header.is-scrolled {
    border-color: rgba(8, 136, 167, 0.1);
    box-shadow: var(--shadow-soft);
}

.header-inner {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    min-height: 5.4rem;
    justify-content: space-between;
}

.brand img {
    width: 11rem;
    max-width: 100%;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    margin-left: auto;
}

.site-nav a {
    position: relative;
    font-weight: 400;
    font-weight: 500;
}

.site-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.45rem;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transform-origin: left;
    background: var(--primary);
    transition: transform 160ms ease;
    border: 0;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
    transform: scaleX(1);
}

/* Dropdown Hover */
@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 1;
        visibility: visible;
        transform: translateY(7px);
        transition: all 0.3s ease;
    }

    .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.3s ease;
    }
}

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 0.3rem;
    width: 2.8rem;
    height: 2.8rem;
    margin-left: auto;
    padding: 0.65rem;
    border: 1px solid var(--border);
    border-radius: 50%;
    background: #fff;
}

.nav-toggle span {
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: var(--primary-deep);
    transition: transform 160ms ease, opacity 160ms ease;
}

.metrics,
.services,
.specialties,
.podcast,
.consult,
.process,
.testimonials,
.faq,
.insights {
    padding: 5.25rem 0;
}

.podcast.home-podcast,
.home-services.services {
    padding-top: 0;
}
.excellence {
    padding: 0;
}

.trust-copy,
.compliance {
    padding: 0 0 5.5rem;
}

.fix-cta {
    padding: 4.5rem 0;
    border-top: 1px solid rgba(8, 136, 167, 0.12);
    border-bottom: 1px solid rgba(8, 136, 167, 0.12);
    background: linear-gradient(180deg, #ffffff 0%, var(--surface-soft) 100%);
}

.hero {
    padding-top: 4rem;
}

.hero-grid {
    border-radius: var(--radius-lg);
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 2.5rem;
    align-items: center;
}

.hero h1 {
    font-size: clamp(67px, 2.8vw, 4.5rem);
    letter-spacing: -0.04em;
    color: var(--primary);
    font-family: "Poppins", Sans-serif;
    font-size: 47px;
    font-weight: bold;
    line-height: 56px;
}

.hero-text {
    max-width: 44rem;
    margin: 0.25rem 0 0;
    font-size: 1.12rem;
    font-weight: 300;
    font-weight: 400;
    color: #434343;
    width: var(--container-widget-width, 735px);
    max-width: 735px;
    --container-widget-width: 735px;
    --container-widget-flex-grow: 0;
    -webkit-font-smoothing: antialiased;
}

.hero-awards {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1rem 0 1rem;
}

.award-card {
    display: grid;
    place-items: center;
    /* min-height: 5.25rem; */
    padding: 0.95rem 1.05rem;
    /* border: 1px solid var(--border);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft); */
}

.award-card img {
    max-height: 6.3rem;
    /* object-fit: contain; */
}


.hero-actions {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
}

.hero-media {
    position: relative;
}

/* .hero-photo-card {
  overflow: hidden;
  min-height: 31rem;
  border: 1px solid rgba(8, 136, 167, 0.08);
  border-radius: var(--radius-lg);
  background:
    url("#")
      center / cover no-repeat;
  box-shadow: var(--shadow);
} */

.hero-photo-card img {
    width: 100%;
    min-height: 31rem;
    opacity: 0;
    object-fit: cover;
    object-position: center top;
}

.trust-copy h2 {
    margin: 0;
    /* font-family: "Poppins", sans-serif; */
    font-size: clamp(1.9rem, 3vw, 2.4rem);
    line-height: 1.12;
    text-align: center;
    font-weight: bold;
}

.trust-copy p {
    margin: 1.15rem auto 0;
    max-width: 48rem;
    font-size: 1.1rem;
    text-align: center;
}

.trust-copy strong {
    color: var(--primary-strong);
}

.banner-card {
    position: relative;
    overflow: hidden;
    min-height: 26rem;
    border-radius: var(--radius-lg);
    background:
        linear-gradient(180deg, rgba(8, 65, 79, 0.1), rgba(8, 65, 79, 0.42)),
        url("../uploads/california-banner.png") center / cover no-repeat;
    box-shadow: var(--shadow);
}

.banner-glass {
    position: absolute;
    top: 3.2rem;
    left: 0;
    right: 0;
    margin: auto;
    width: min(80%, 68rem);
    padding: 2rem 2rem 1rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.44);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.712);
    color: #000;
    font-weight: 500;
    text-align: center;
    backdrop-filter: blur(10px);
    font-size: 19px;
    font-family: "Poppins", sans-serif;
}


.banner-glass strong {
    color: var(--primary-strong);
}

/* .banner-wordmark {
  position: absolute;
  left: 1.6rem;
  right: 1.6rem;
  bottom: 1.25rem;
  color: rgba(255, 255, 255, 0.25);
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.6rem, 9vw, 6rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
} */

.metric-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.metric-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    /* gap: 1rem; */
    gap: 2rem;
    margin-top: 2rem;
}

.metric-card {
    display: flex;
    position: relative;
    overflow: hidden;
    min-height: 14.8rem;
    padding: 1.5rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow-soft);
    border-radius: 15px;
}

.metric-card-main {
    /* background: linear-gradient(180deg, #45c0ea 0%, #0d8fb4 100%); */
    /* color: #fff; */
    background-color: transparent;
    background-image: linear-gradient(180deg, #46C2E0 0%, #0888A7 100%);
}

.metric-card-main .metric-value,
.metric-card-main p {
    color: #fff;
}

.metric-card-main .metric-copy {
    display: flex;
    z-index: 1;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}

.metric-card-main .metric-icon {
    position: absolute;
    right: -0.25rem;
    bottom: -0.15rem;
    bottom: 3.85rem;
    width: 7rem;
    /* opacity: 0.32; */
}
.metric-card-main .metric-icon img {
    width: 82px;
}

.metric-card-note {
    min-height: 10rem;
    /* background: linear-gradient(180deg, #ffffff, #f4f8fb); */
    background: #F3F3F3;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* row-gap: inherit; */
    row-gap: 12px;
    border-radius: 15px;
    box-shadow: none;
    border: 0;
}

.metric-card-note:nth-child(4) {
    grid-column: 1 / 2;
}

.metric-card-note:nth-child(5) {
    grid-column: 2 / 4;
}

.metric-value,
.mini-value {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    line-height: 1;
}

.metric-value {
    /* font-size: clamp(2rem, 4vw, 3rem); */
    font-size: clamp(2rem, 4vw, 2.6rem);
    font-weight: 600;
}
.metric-value-percentage .metric-value {
    font-size: 70px;
}
.metric-card p {
    margin: 0.9rem 0 0;
    line-height: 1.5;
}
.metric-value-percentage.metric-card p {
    font-size: 19px;
    font-weight: 500;
    color: #343434;
}

.metric-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.2rem;
    padding: 0.25rem 0.85rem;
    border-radius: 3px;
    background: var(--primary);
    color: #fff;
    /* font-size: 0.82rem; */
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
    margin-top: 2rem;
}

.service-card {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: inset 1px 2px 20px rgba(12, 55, 66, 0.12);
}

.service-card>img {
    width: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
}

.service-body {
    display: flex;
    padding: 1.35rem;
    flex-direction: column;
    justify-content: space-around;
}

.service-body h3 {
    font-size: 21px;
    font-weight: bold;
    text-decoration: none;
}

.specialty-card h3,
.reason-card h3 {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 1.08rem;
    font-weight: 400;
}

.footer-grid h3 {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 1.08rem;
    font-weight: 600;
}

.service-body p,
.specialty-card li,
.reason-card p,
.insight-body p,
.consult-copy p,
.faq-answer p {
    color: var(--ink-soft);
    line-height: 1.6;
}

.icon-service {
    display: flex;
    height: stretch;
    flex-direction: column;
    justify-content: flex-start;
    background:
        radial-gradient(circle at top left, rgba(8, 136, 167, 0.12), transparent 10rem),
        linear-gradient(180deg, #ffffff, #eff8fb);
    background: #F6F6F6;
    box-shadow: none;
    border-radius: 12px;
    border: 0;
}

.featured-service:hover {
    /* background: linear-gradient(180deg, #0f8fb2, #0b6d86); */
    /* cursor: cell; */
    background: #F6F6F6;
    color: var(--ink-soft);
}
.icon-service p {
    margin-bottom: 0;
}
.featured-service:hover .service-body h3,
.featured-service:hover .service-body p {
    /* color: #fff; */
}

.service-badge {
    display: grid;
    place-items: center;
    width: 4.4rem;
    height: 4.4rem;
    margin: 1.35rem 1.35rem 0;
    border-radius: 1.4rem;
    /* background: linear-gradient(135deg, #0d98b9, #06758f); */
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
}

.service-badge img {
    width: 2.75rem;
    height: 2.75rem;
    display: block;
}

.featured-service:hover .service-badge {
    background: rgba(255, 255, 255, 0.92);
}

.specialties-layout {
    max-width: 1180px;
    margin: 2.5rem auto 0;
    padding: clamp(1.25rem, 3vw, 2rem);
    border: 1px solid rgba(8, 136, 167, 0.14);
    border-radius: 1.25rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(238, 248, 251, 0.68));
}

.image-panel,
.podcast-frame,
.consult-shell,
.faq-item,
.insight-card {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow-soft);
}

.specialty-card {
    position: relative;
    /* display: grid;
  grid-template-columns: 2.65rem minmax(0, 1fr); */
    gap: 1rem;
    min-height: 100%;
    padding: 1.05rem 0;
    border: 0;
    border-bottom: 1px solid rgba(8, 136, 167, 0.14);
    border-radius: 0;
    background: transparent;
    transition:
        border-color 180ms ease;
}

.specialty-card:hover {
    border-color: rgba(8, 136, 167, 0.34);
}

.specialty-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: clamp(1.5rem, 4vw, 3.5rem);
    row-gap: 0.2rem;
}

.specialty-icon {
    display: grid;
    place-items: center;
    width: 2.55rem;
    height: 2.55rem;
    margin: 0;
    border: 1px solid rgba(8, 136, 167, 0.2);
    border-radius: 999px;
    background: #fff;
}

.specialty-icon img {
    width: 1.7rem;
    height: 1.7rem;
}

.specialty-card h3 {
    margin: 0;
    color: var(--primary-dark);
    font-size: 1.08rem;
    font-weight: 700;
}

.specialty-card ul {
    margin: 0.65rem 0 0;
    padding: 0;
}

.specialty-card:nth-child(5) {
    /* grid-column: 1 / -1; */
    padding-bottom: 0;
    /* border-bottom: 0; */
}

/* .specialty-card:nth-child(5) ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 2rem;
} */

.footer-grid ul {
    margin: 0.8rem 0 0;
    padding-top: 1.1rem;
}

.specialty-card li {
    position: relative;
    margin-bottom: 0.4rem;
    padding-left: 0.9rem;
    font-size: 0.92rem;
}

.footer-grid li {
    margin-bottom: 0.45rem;
}

.specialty-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.68em;
    width: 0.34rem;
    height: 0.34rem;
    border-radius: 999px;
    background: var(--primary);
    box-shadow: none;
}

.map-card {
    height: 100%;
}

.map-card img {
    width: 100%;

    border-radius: 1.45rem;
}

.specialty-quote {
    margin: 1.6rem auto 0;
    max-width: 52rem;
    max-width: 90%;
    color: var(--primary);
    /* font-size: 1.15rem; */
    /* font-style: italic; */
    /* font-weight: 400; */
    line-height: 1.6;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

.podcast-frame {
    overflow: hidden;
}

.podcast-frame iframe {
    display: block;
    width: 100%;
    min-height: 375px;
    border: 0;
}

.image-panel {
    /* overflow: hidden; */
    margin-bottom: 2rem;
}

.image-panel .section-heading.centered {
    padding: 2rem;
    border-radius: 16px;
    border-radius: 45px;
    width: 100%;
    background-color: #f9f9f9;
    max-width: 100%;
    margin-top: -50px;
    z-index: 10;
    position: relative;
}
.image-panel .section-heading.centered h2 {
    max-width: 700px;
    margin: 0 auto;
    font-size: 50px;
}

.image-panel img {
    height: 400px;
    width: 100%;
    aspect-ratio: 16 / 8.2;
    object-fit: cover;
    z-index: 1;
    position: relative;
    object-position: bottom;
}

.mini-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin: 2.2rem 0 3rem;
}

.mini-stats article {
    text-align: center;
}

article.insight-card.p-3 {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.mini-value {
    /* color: var(--primary-strong); */
    /* font-size: clamp(2rem, 4vw, 3rem); */
    color: #CDB4DB;
    font-size: 30px;
}

.mini-stats p {
    margin: 0.5rem 0 0;
    color: var(--ink-soft);
    font-weight: 600;
}

.reasons-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.reason-card {
    padding: 1.3rem;
    border-radius: 1.5rem;
    /* background: linear-gradient(180deg, #7ad3ef 0%, #9fd8ff 100%); */
    background: #7CE3FC;
    box-shadow: var(--shadow-soft);
    
}
.reason-card h3 {
    font-size: 18px;
    font-weight: bold;
}
.reason-card p {
    font-size: 13px;
    font-weight: 400;
    color: #000000;
}
.reason-card:nth-child(2) {
    background: #46C2E0;
}
.reason-card:nth-child(3) {
    background: #BDE0FE;
}
.reason-card:nth-child(4) {
    /* background: linear-gradient(180deg, #cfe9ff 0%, #b8dcfa 100%); */
    background: #A2D2FF;
}
.reason-card:nth-child(5) {
    background: #0888A7;
}

.reason-card-featured:hover {
    background: linear-gradient(180deg, #0f8fb2 0%, #0a6a81 100%);
}

.reason-card-featured:hover h3,
.reason-card-featured:hover p,
.reason-card-featured:hover path {
    color: #fff;
    fill: #fff;
}

.reason-card svg {
    width: 2.4rem;
    height: 2.4rem;
    color: var(--primary-dark);
    margin-bottom: 1rem;
}

.consult-shell {
    padding: 2rem 0;
    /* background:
        radial-gradient(circle at top right, rgba(8, 136, 167, 0.1), transparent 18rem),
        linear-gradient(180deg, #ffffff, #eff9fb); */
    background: #F2F2F2;
}

.consult-copy {
    /* max-width: 40rem; */
    max-width: 900px;
    margin: 0 auto 1.5rem;
    text-align: center;
}

.consult-copy h2 {
    font-size: 41px;
    font-weight: 300;
    color: #2F2F2F8C;
}
.bold {
    font-weight: 700;
}
.fix-copy h2 {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    line-height: 1.1;
}

.consult-copy p {
    margin: 1rem 0 0;
    font-size: 19px;
    line-height: 1;
    color: #000;
}

.consult-form {
    /* max-width: 820px; */
    max-width: 100%;
    background-color: #F9F9F9;
    /* margin: 0 auto; */
    border-radius: 45px 45px 45px 45px;
    padding: 50px 30px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.consult-form label {
    display: grid;
    gap: 0.45rem;
    color: var(--primary-dark);
    font-weight: 400;
}

.consult-form .full-width {
    grid-column: 1 / -1;
}

.consult-form input,
.consult-form select,
.newsletter-form input {
    width: 100%;
    min-height: 3.25rem;
    padding: 0.9rem 1rem;
    border: 0;
    border-radius: 5px;
    background: #F2F2F2;
    color: var(--ink);
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.consult-form input:focus,
.consult-form select:focus,
.newsletter-form input:focus {
    border-color: rgba(8, 136, 167, 0.45);
    box-shadow: 0 0 0 4px rgba(8, 136, 167, 0.12);
}

.form-feedback {
    min-height: 1.5rem;
    margin: 0.85rem 0 0;
    color: var(--primary);
    font-weight: 400;
    text-align: center;
}

.process-card {
    padding: 2.2rem;
    background: linear-gradient(180deg, #ffffff, #eef9fb);
    margin: 2rem;
}

.process-card img {
    width: 100%;
    /* border-radius: 1.4rem; */
}

.process-mobile {
    display: none;
}

.testimonials {
    padding: 4rem 0;
    background: #fff;
}

.testimonials .section-heading h2 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 3rem;
    line-height: 1;
}

.testimonials .section-heading h2 span {
    color: var(--primary);
}

.testimonial-slider {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}



.slider-viewport {
    overflow-x: clip;
    border-radius: var(--radius);
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease;
}

.testimonial-card {
    flex: 0 0 100%;
    position: relative;
    padding: 3.5rem;
    background: #f8f9fa;
    border-radius: var(--radius);
    text-align: left;
    border: none;
    box-shadow: none;
}

.quote-icon {
    position: absolute;
    top: -20px;
    right: 40px;
    width: 60px;
    height: 60px;
    background: var(--primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(8, 136, 167, 0.2);
    z-index: 5;
}

.testimonial-content-wrapper {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.testimonial-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: none;
    margin: 0;
    flex-shrink: 0;
}

.testimonial-text-area {
    flex: 1;
}

.testimonial-rating-stars {
    margin-bottom: 1rem;
    color: #ffcc00;
    font-size: 1.5rem;
}

.testimonial-card p {
    font-size: 1.15rem;
    font-style: italic;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.2rem;
}

.testimonial-card strong {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #333;
    margin-top: 0;
}

.slider-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.slider-button.prev {
    left: -60px;
}

.slider-button.next {
    right: -60px;
}

.testimonial-slider .slider-button {
    display: none;
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 2.5rem;
}

.slider-dots button {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: none;
    background: #e5e5e5;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dots button.active {
    background: var(--primary);
    transform: scale(1.1);
}

@media (max-width: 900px) {
    .testimonial-content-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }

    .testimonial-avatar {
        margin: 0 auto;
    }

    .slider-button {
        display: none;
    }

    .testimonial-card {
        padding: 2.5rem 1.5rem;
    }

    .quote-icon {
        right: 20px;
    }
}

.compliance {
    padding: 4rem 0;
}

.compliance-wrapper {
    border-radius: 3rem;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.compliance-top {
    /* background: var(--accent); */
    /* Purple color from root */
    background: #CDB4DB;

    padding: 4rem 2rem;
    text-align: center;
    color: #fff;
}

.compliance-top h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #fff;
}

.compliance-top p {
    max-width: 800px;
    max-width: 950px;
    margin: 0 auto;
    font-size: 1.1rem;
    font-size: 20px;
    line-height: 1.6;
    opacity: 0.9;
}

.compliance-top .underline {
    text-decoration: underline;
    font-weight: 600;
}

.compliance-bottom {
    background: #fff;
    padding: 3rem 2rem;
}

.compliance-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    max-width: 900px;
    margin: 0 auto;
}

.logo-item {
    flex: 1;
    display: flex;
    justify-content: center;
}

.logo-item img {
    max-height: 80px;
    object-fit: contain;
}

.compliance-bottom .separator {
    width: 6px;
    height: 60px;
    background: #eee;
    border-radius: 50px;
}

@media (max-width: 768px) {
    .compliance-logos {
        flex-direction: column;
        gap: 2rem;
    }

    .compliance-bottom .separator {
        display: none;
    }

    .compliance-top h2 {
        font-size: 2rem;
    }
}

.video-card {
    position: relative;
    display: flex;
    align-items: end;
    min-height: 26rem;
    min-height: 728px;
    padding: 1.8rem;
    overflow: hidden;
    border-radius: var(--radius);
    background: linear-gradient(90deg, #0888a7, #00000000), url(../uploads/youtube-tumbnail.png) center / cover no-repeat;
    box-shadow: var(--shadow);
}

.video-card-copy {
    max-width: 30rem;
    color: #fff;
}
.video-card a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.video-card .video-fram {
    opacity: 0;
    cursor: pointer;
}
.video-card .video-fram.active {
    opacity: 1;
}

.video-card .video-fram iframe {
    width: 100vw;
    height: 100vh;
    max-width: 1260px;
    max-height: 660px;
}
.video-kicker {
    display: inline-block;
    margin-bottom: 0.8rem;
    color: #d2eef5;
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.video-card strong {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    line-height: 1.1;
}

.video-button {
    display: inline-flex;
    margin-top: 1.2rem;
    padding: 0.78rem 1.2rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    font-weight: 400;
}

.fix-cta-panel {
    max-width: 48rem;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.fix-copy {
    max-width: 100%;
    margin: 0;
}
.fix-copy .heading-sub {
    font-size: 35px;
    font-weight: 300;
    color: #2F2F2F8C;
}
.fix-copy .eyebrow {
    margin: 0.65rem 0 0;
    color: var(--primary);
    /* font-size: clamp(1.45rem, 2.4vw, 2.15rem); */
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
    font-size: 82px;
}

.fix-copy .fix-text {
    max-width: 900px;
    margin: 1rem auto 1.5rem;
    color: var(--ink-soft);
    font-size: 1.05rem;
    color: #000;
    font-size: 19px;
}
.fix-copy .btn-book-free-call {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 4.9px;
    background-color: #0888A7;
    border-radius: 9px 9px 9px 9px;
    padding: 25px 140px;
}

.faq .section-heading h2 {
    font-size: 76px;
    font-weight: bold;
    line-height: 1;
    color: #212121;
}
.faq-list {
    display: grid;
    gap: 0.9rem;
}

.faq-item {
    overflow: hidden;
}

.faq-question {
    position: relative;
    width: 100%;
    padding: 1.2rem 3.6rem 1.2rem 1.2rem;
    border: 0;
    background: transparent;
    color: var(--ink);
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
}

.faq-question::after {
    content: "+";
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary);
    font-size: 1.4rem;
}

.faq-item.active .faq-question::after {
    content: "-";
}

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 220ms ease;
}

.faq-item.active .faq-answer {
    grid-template-rows: 1fr;
}

.faq-answer p {
    overflow: hidden;
    margin: 0;
    padding: 0 1.2rem 1.2rem;
}

.insight-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.insights {
    background:
        linear-gradient(180deg, #ffffff 0%, #f7fcfd 100%);
}

.insights-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}

.insights-header .section-heading {
    max-width: 44rem;
}

.insights-header .section-heading h2,
.insights-header .section-heading p {
    text-align: left;
}

.insight-card {
    overflow: hidden;
    border: 1px solid rgba(8, 136, 167, 0.14);
    border-radius: 1.35rem;
    background: #fff;
    box-shadow: 0 12px 28px rgba(12, 55, 66, 0.07);
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

.insight-card:hover {
    transform: translateY(-0.25rem);
    border-color: rgba(8, 136, 167, 0.28);
    box-shadow: 0 18px 42px rgba(12, 55, 66, 0.12);
}

.insight-image {
    position: relative;
    overflow: hidden;
    background: var(--surface-soft);
}

.insight-image img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: contain;
    transition: transform 220ms ease;
}

.insight-card:hover .insight-image img {
    transform: scale(1.04);
}

.insight-body {
    display: flex;
    min-height: 11.5rem;
    flex-direction: column;
    padding: 1.25rem;
    padding-top: 0;
}

section#specialties {
    margin-top: 5rem !important;
}

.insight-date {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    display: inline-flex;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--primary-dark);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(12, 55, 66, 0.12);
}

.insight-body h3 {
    margin: 0;
    /* font-family: "Poppins", sans-serif; */
    font-size: clamp(1.08rem, 1.4vw, 1.2rem);
    line-height: 1.35;
    color: #0888a7;
    font-weight: 500;
}
.insight-body p {
    color: #353333;
     display: -webkit-box;
    -webkit-line-clamp: 2;   /* kitni lines tak show karna hai */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.insight-body a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: auto;
    color: var(--primary-dark);
    font-weight: 700;

    font-weight: 400;
    color: #fff;
    max-width: 150px;
    min-height: 40px;
    padding: 0;
    line-height: 1;
    font-size: 15px;
}

/**/
  .date-badge {
    width: 50px;
    height: 50px;
    background: #ff2d5e;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding: 6px 0;
    position: relative;
    transform: translateY(35px);
}
.card-body .date-badge {
    transform: translateY(-50px);
    background: #0888a7;
}
.date-badge .day {
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.date-badge .month {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
}
.insight-body.date-badge { 
    transform: translateY(-10px);
    min-height: 50px;
    margin-left: 1rem;
}
/**/
.insight-body a::after {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 160ms ease;
}

.insight-body a:hover::after {
    transform: translateX(0.18rem) rotate(45deg);
}

.insight-empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 2rem;
    border: 1px dashed rgba(8, 136, 167, 0.25);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.72);
    color: var(--ink-soft);
    text-align: center;
}

.site-footer {
    padding: 3rem 0 2rem;
    background: #0888A7;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.footer-newsletter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 4rem;
    gap: 2rem;
}

.footer-newsletter h2 {
    font-size: 2.2rem;
    font-weight: 700;
    max-width: 600px;
    line-height: 1.3;
}

.newsletter-form {
    display: flex;
    gap: 0.5rem;
    /* background: #fff; */
    padding: 5px;
    border-radius: 50px;
    /* width: 75%; */
    /* max-width: 80%; */
}

.newsletter-form input {
    flex: 1;
    padding: 0.8rem 1.5rem;
    border: none;
    background: transparent;
    outline: none;
    color: #333;
}

.newsletter-form .button {
    padding: 0.8rem 2rem;
    border-radius: 50px;
    background: #0888A7 !important;
    color: #fff !important;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, transform 160ms ease;
}

.newsletter-form .button:hover,
.newsletter-form .button:focus-visible {
    background: #023949 !important;
    color: #fff !important;
    opacity: 1;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2.5fr 1fr 1fr 1fr;
    gap: 3rem;
    gap: 1rem;
    /* padding-bottom: 3rem; */
}

.footer-logo {
    max-width: 200px;
    margin-bottom: 2rem;
}

.footer-description p {
    font-size: 0.9rem;
    line-height: 1.8;
    margin-bottom: 0;
    font-weight: 500;
    color: rgb(255, 255, 255);
}

.footer-socials {
    display: flex;
    gap: 12px;
    margin: 2rem 0;
}

.social-circle {
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0888A7;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.social-circle:hover {
    background: #eef8fb;
    transform: translateY(-5px);
}

.footer-contact-info {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
    font-weight: 500;
    color: rgb(255, 255, 255);
}

.contact-item svg {
    flex-shrink: 0;
    opacity: 0.8;
}

.footer-heading {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #fff;
    position: relative;
}

.footer-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 35px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.9rem;
}

.footer-links a {
    font-size: 0.9rem;
    font-weight: 500;
    color: rgb(255, 255, 255);
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: #fff;
    transform: translateX(5px);
}

.footer-call {
    padding-top: 1.1rem;
    margin: 0.8rem 0 0;
}

.footer-call p {
    margin-bottom: 1.2rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.85);
}

.footer-call a {
    /* display: block; */
    font-weight: 600;
    color: #fff;
    margin-top: 5px;
    font-size: 1rem;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.582);
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 1;
}

.privacy-link {
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

.copyright {
    font-size: 15px;
    font-weight: 700;
}

@media (max-width: 1024px) {
    

    .footer-newsletter {
        flex-direction: column;
        text-align: center;
    }

    /* .newsletter-form {
    max-width: 100%;
  } */
}

@media (max-width: 600px) {
    .specialties-layout {
        padding: 1rem;
        border-radius: 1rem;
    }

    .specialty-columns {
        grid-template-columns: 1fr;
    }

    .specialty-card:nth-child(5) ul {
        grid-template-columns: 1fr;
    }

    .fix-copy .button {
        width: 100%;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }
}

@media (max-width: 1120px) {

    .hero-grid,
    .specialties-layout,
    .footer-newsletter {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-grid .footer-brand {
        grid-column: 1 / 4;
        margin-bottom: 15px;
    }

    .service-grid,
    .insight-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .specialty-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .metric-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .metric-card-note:nth-child(4),
    .metric-card-note:nth-child(5) {
        grid-column: auto;
    }

    .mini-stats,
    .reasons-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .mini-stats {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .site-nav {
        gap: 1rem;
    }
}

@media (max-width: 900px) {
    .header-cta {
        display: none;
    }

    .nav-toggle {
        display: inline-flex;
    }

    .site-nav {
        position: absolute;
        top: calc(100% + 0.6rem);
        right: 1rem;
        left: 1rem;
        display: grid;
        gap: 0.3rem;
        padding: 0.95rem;
        border: 1px solid var(--border);
        border-radius: 1.4rem;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: var(--shadow);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-0.45rem);
        transition:
            opacity 180ms ease,
            transform 180ms ease,
            visibility 180ms ease;
    }

    .site-nav.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .nav-toggle.is-active span:nth-child(1) {
        transform: translateY(0.45rem) rotate(45deg);
    }

    .nav-toggle.is-active span:nth-child(2) {
        opacity: 0;
    }

    .nav-toggle.is-active span:nth-child(3) {
        transform: translateY(-0.45rem) rotate(-45deg);
    }

    .site-nav .dropdown {
        width: 100%;
    }

    .site-nav .dropdown-toggle {
        display: block;
        width: 100%;
    }
    .site-nav .dropdown-toggle::after {
        content: '';
        width: 20px;
        height: 20px;
        right: 10px;
        left: unset;
        top: 16px;
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: scaleY(1);
    }

    .site-nav .dropdown-menu {
        position: static;
        width: 100%;
        min-width: 0;
        margin: 0.2rem 0 0;
        padding: 0.35rem;
        border: 1px solid rgba(8, 136, 167, 0.12);
        border-radius: 0.85rem;
        background: white;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .site-nav .dropdown-menu:not(.show) {
        display: none;
    }

    .site-nav .dropdown-menu.show {
        display: grid;
    }

    .site-nav .dropdown-item {
        padding: 0.65rem 0.75rem;
        border-radius: 0.65rem;
        white-space: normal;
    }

    .site-nav a {
        padding: 0.8rem 0.9rem;
        border-radius: 0.9rem;
    }

    .site-nav a:hover {
        background: rgba(8, 136, 167, 0.07);
    }

    .insights-header {
        align-items: stretch;
        flex-direction: column;
        gap: 1rem;
    }

    .insights-header .button {
        width: 100%;
    }

    .service-grid,
    .specialty-columns,
    .insight-grid,
    .form-grid,
    .mini-stats,
    .reasons-grid {
        grid-template-columns: 1fr;
    }

    .mini-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .testimonial-slider,
    .footer-bottom,
    .newsletter-form {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: stretch;
    }

    .slider-button {
        display: none;
    }

    .process-desktop {
        display: none;
    }

    .process-mobile {
        display: block;
    }

    .separator {
        display: none;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }
    .footer-grid .footer-brand {
        grid-column: unset;
    }
}

@media (max-width: 760px) {
    body {
        width: 100%;
    }

    .container {
        width: min(var(--container), calc(100% - 2rem));
        max-width: calc(100vw - 2rem);
    }

    .site-header {
        overflow: visible;
    }

    .header-inner {
        min-height: 4.9rem;
        gap: 0.75rem;
    }

    .brand img {
        width: 9.8rem;
    }

    .nav-toggle {
        flex: 0 0 2.6rem;
        width: 2.6rem;
        height: 2.6rem;
    }

    .hero-grid {
        padding: 2.25rem 1.35rem !important;
        border-radius: 32px;
        overflow: hidden;
    }

    .hero h1,
    .section-heading h2,
    .trust-copy h2 {
        overflow-wrap: normal;
        word-break: normal;
        hyphens: none;
    }

    .hero h1 {
        font-size: clamp(2.15rem, 9vw, 3rem);
    }

    .hero-text,
    .trust-copy p,
    .section-heading p {
        font-size: 1rem;
    }

    .banner-card,
    .banner-glass,
    .metric-card,
    .service-card,
    .newsletter-card {
        max-width: 100%;
    }

    .newsletter-section {
        padding: 3.5rem 0;
    }

    .newsletter-card {
        padding: 2rem 1.25rem;
        border-radius: 24px;
    }

    .newsletter-form {
        width: 100%;
    }

    .site-footer .container {
        padding: 50px 20px 0;
    }
    .site-footer .footer-bottom.container {
        padding: 20px 20px 0;
    }
    .footer-grid {
        gap: 1rem;
        margin-bottom: 0;
    }
    .footer-grid > div {
        grid-column: 1;
    }

    .site-footer {
        padding: 3.5rem 0 2rem;
    }

    .topbar-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .topbar-pills {
        flex-direction: column;
    }

    .topbar-mail {
        text-align: center;
    }

    .metrics,
    .services,
    .specialties,
    .podcast,
    .excellence,
    .consult,
    .process,
    .testimonials,
    .faq,
    .insights {
        padding: 4.2rem 0;
    }

    .trust-copy,
    .california-banner,
    .compliance {
        padding: 0 0 4.2rem;
    }


    .video-cta {
        padding: 4rem 0;
    }

    .fix-cta {
        padding: 3.5rem 0;
    }

    .hero {
        padding-top: 3rem;
    }

    .banner-card {
        min-height: 13rem;
    }

    .banner-glass {
        width: calc(100% - 1.4rem);
        font-size: 0.9rem;
    }

    .compliance-band,
    .consult-shell,
    .testimonial-card {
        padding: 1.4rem;
    }
}

@media (max-width: 560px) {

    .container,
    .container.narrow {
        width: min(var(--container), calc(100% - 1.2rem));
    }

    .hero h1 {
        font-size: 2.2rem;
    }

    .hero-photo-card {
        min-height: 18rem;
    }

    .hero-photo-card img {
        min-height: 18rem;
    }

    .metric-grid {
        grid-template-columns: 1fr;
    }

    .metric-card {
        min-height: auto;
    }

    .metric-card-main .metric-icon {
        width: 6.2rem;
    }

    .video-card {
        min-height: 19rem;
        padding: 1.2rem;
    }

    .video-card strong {
        font-size: 1.55rem;
    }

    /* .banner-wordmark {
    left: 0.75rem;
    right: 0.75rem;
    font-size: 2rem;
  } */
}


/* services slider */


/* Container for the entire carousel */
.multi-carousel-container {
    cursor: grab;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.multi-carousel-container-arrow {
    cursor: grab;
    margin-top: -160px;
    max-width: 100%;
    overflow: visible;
    position: relative;
}

/* Cursor styles for dragging */
.multi-carousel-container.dragging,
#multiCarousel.dragging {
    cursor: grabbing;
}

/* Wrapper for all slides */
.multi-carousel-inner {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Individual slide */
.multi-carousel-item,
.clone {
    box-sizing: border-box;
    flex: 0 0 33.333333%;
    padding: 0 5px;
    position: relative;
    /* Essential for item-number positioning */
}

/* Control buttons */
.multi-carousel-control-prev,
.multi-carousel-control-next {
    align-items: center;
    /* background-color: rgb(9 132 161); */
    background-color: #DDDDDD;
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.3s ease;
    width: 40px;
    z-index: 10;
}

.multi-carousel-control-prev:hover,
.multi-carousel-control-next:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.multi-carousel-control-prev {
    left: -60px;
}

.multi-carousel-control-next {
    right: -60px;
}


/* Image container with dynamic height */
.img-container {
    border-radius: 1.5rem;
    height: var(--carousel-height, 80vh);
    overflow: hidden;
    position: relative;
}

/* Image styling */
.img-container img,
#carouselInner img {
    height: 100%;
    object-fit: cover;
    object-position: top;
    pointer-events: none;
    user-drag: none;
    width: 100%;
    -webkit-user-drag: none;
    transition: transform 0.3s ease;
}

.img-container:hover img {
    transform: translateZ(0) scale(1.02);
}

/* Item number styling - guaranteed visibility */
.item-number {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    display: inline-flex;
    font-size: 120%;
    font-weight: bold;
    height: 35px;
    justify-content: center;
    left: 1rem;
    position: absolute;
    top: 1rem;
    width: 35px;
    z-index: 2;
    /* Higher than default but below controls */
    /* Isolation prevents z-index context issues */
    isolation: isolate;
}

/* Carousel cursor styling */
#multiCarousel {
    cursor: grab;
    touch-action: pan-y;
}

/* Disable text selection during drag */
#multiCarousel.dragging {
    user-select: none;
    -webkit-user-select: none;
}

/* Responsive adjustments for screens smaller than 720px (45em) */
@media (max-width: 45em) {

    .multi-carousel-item,
    .clone {
        flex: 0 0 100%;
    }
}


/* Newsletter Section */
.newsletter-section {
    padding: 5rem 0;
    background: var(--surface);
}

.newsletter-card {
    background: #F9F9F9;
    border-radius: var(--radius-lg);
    padding: 4rem 5rem;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    transition: var(--shadow-soft);
    /* box-shadow: var(--shadow-soft); */
}

/*
.newsletter-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
} */

.newsletter-content {
    position: relative;
    z-index: 2;
    flex: 1;
}

.newsletter-title {
    color: var(--primary-strong);
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    margin-bottom: 0.5rem;
    font-family: "Poppins", sans-serif;
}

.newsletter-subtitle {
    color: var(--ink-soft);
    font-size: 1.15rem;
    margin-bottom: 2.5rem;
    /* max-width: 25rem; */
    font-size: 26px;
    font-weight: 300;
    color: #2F2F2F8C;
}

.newsletter-form {
    display: flex;
    gap: 1rem;
    /* width: 100%; */
}

.newsletter-form input {
    flex: 1;
    /* background: var(--surface); */
    /* border: 1px solid var(--border); */
    border: 0;
    background: #F2F2F2;
    padding: 1.1rem 1.5rem;
    border-radius: 12px;
    font-family: inherit;
    font-size: 1rem;
    color: var(--ink);
}

.newsletter-form input:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(8, 136, 167, 0.1);
}

.newsletter-form .button {
    padding: 1.1rem 2.8rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    white-space: nowrap;
    border-radius: 10px;
    padding: 19px 70px;
}
.newsletter-form .button:hover {
    background: #0888A7 !important;
}

.newsletter-bg-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20rem;
    opacity: 1;
    pointer-events: none;
    z-index: 1;
}

.newsletter-bg-icon img {
    width: 100%;
    height: auto;
    filter: grayscale(1);
}

@media (max-width: 992px) {
    .newsletter-card {
        padding: 3rem 2rem;
        flex-direction: column;
        text-align: center;
    }

    .newsletter-content {
        max-width: 100%;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-bg-icon {
        width: 15rem;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: 0.05;
    }
}



.accordion-button:not(.collapsed)::after {
    background-image: url(../uploads/arrow-top.svg);
    /* fill: #0d98b9; */
}
.list-style-disc {
    list-style: disc;
}
/* Premium FAQ Styling */
.faq .accordion-item {
    border: none;
    margin-bottom: 1.5rem;
    border-radius: var(--radius-md) !important;
    /* box-shadow: var(--shadow-soft); */
    transition: var(--transition);
    background: transparent !important; 
    box-shadow: none;
}

.faq .accordion-item:hover {
    box-shadow: var(--shadow);
    box-shadow: 0 8px 20px rgba(12, 55, 66, 0.12);
    transform: translateY(-2px);
}

.faq .accordion-button {
    padding: 1.5rem 2rem;
    font-weight: 600;
    font-size: 1.15rem;
    font-size: 22px;
    color: var(--ink) !important;
    /* border-radius: var(--radius-md) !important; */
    /* background-color: var(--surface) !important; */
    box-shadow: none !important;
    background: transparent !important;
}

.faq .accordion-button:not(.collapsed) {
    /* color: var(--primary) !important; */
    /* background-color: var(--surface-soft) !important; */
}

.faq .accordion-button::after {
    background-size: 1.25rem;
}

.faq .accordion-body {
    font-family: "Poppins", Sans-serif;
    padding: 0 2rem 15px;
    /* color: var(--ink-soft); */
    /* color: #7a8bb2; */
    color: #877a7a;
    font-size: 1.05rem;
    line-height: 1.7;
}
.faq.home .accordion-body {
    color: #000;
}

.faq.cycle-management {
    background-color: #E1F0EE;
    padding: 2.25rem 0;
}
.faq.cycle-management .section-heading h2{
    font-family: "Poppins", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #00585F;
}

.faq.cycle-management .accordion-header {
    font-family: "Roboto", Sans-serif;
    font-size: 25px;
    font-weight: 600;
}

/* Video CTA Refinement */
.video-cta .video-card {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
    /* background: linear-gradient(rgba(8, 136, 167, 0.85), rgba(8, 136, 167, 0.95)), url("../uploads/youtube-tumbnail.png") center/cover; */
    padding: 5rem 4rem;
    padding: 0;
    color: #fff;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: var(--shadow);
}
#mlm-wire .section-heading h2 {
    color: var(--primary);
    font-size: 82px;
    font-weight: 700;
    line-height: 120px;
}
#mlm-wire .section-heading p {
    font-size: 35px;
    font-weight: 300;
    line-height: 45px;
    color: #2F2F2F8C;
    color: #8d8d8d;
    font-family: Poppins, sans-serif;
}
.video-cta .video-card:hover {
    box-shadow: 0 30px 60px rgb(0 0 0 / 19%);
}

.video-card-copy {
    /* max-width: 36rem; */
    max-width: 100%;
}

.video-kicker {
    display: block;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 1.25rem;
    opacity: 0.9;
    font-weight: 500;
}

.video-card-copy strong {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 2rem;
}

.video-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 700;
    background: #fff;
    color: var(--primary);
    padding: 1.1rem 2.2rem;
    border-radius: 999px;
    transition: var(--transition);
    text-transform: uppercase;
    font-size: 0.9rem;
}

.video-button:hover {
    background: var(--accent);
    color: var(--primary-dark);
}

/* Sitewide polish and overflow guardrails */
html,
body {
    max-width: 100%;
    /* overflow-x: hidden; */
}

.hero-copy,
.newsletter-content,
.footer-brand,
.footer-grid>*,
.site-nav,
.contact-item,
.contact-item span {
    min-width: 0;
}

.button {
    max-width: 100%;
    white-space: normal;
    text-align: center;
}

@media (max-width: 760px) {

    *,
    *::before,
    *::after {
        max-width: 100%;
    }

    .container {
        width: 100% !important;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .hero>.container,
    .trust-copy>.container,
    .california-banner>.container,
    .metrics>.container {
        width: 100vw !important;
        max-width: 100vw !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .hero-grid,
    .newsletter-card,
    .banner-card,
    .metric-card,
    .metric-card-note,
    .service-card,
    .insight-card {
        width: 100%;
        max-width: 100%;
    }

    .hero-grid {
        width: 100% !important;
        max-width: 342px !important;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-copy,
    .hero-copy>*,
    .section-heading,
    .trust-copy,
    .trust-copy>*,
    .banner-glass,
    .metric-card>* {
        width: 100%;
        max-width: 100%;
    }

    .hero-copy {
        width: 100% !important;
        /* max-width: 286px !important; */
    }

    .trust-copy,
    .section-heading {
        width: 100% !important;
        /* max-width: 300px !important; */
        margin-left: auto;
        margin-right: auto;
    }

    .hero h1 {
        font-size: clamp(1.85rem, 7.4vw, 2.2rem) !important;
        line-height: 1.13;
        letter-spacing: 0;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .section-heading h2,
    .trust-copy h2 {
        font-size: clamp(1.75rem, 7vw, 2.05rem) !important;
        line-height: 1.14;
        letter-spacing: 0;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .metric-value {
        font-size: clamp(1.9rem, 9vw, 2.35rem);
    }

    .metric-card {
        padding: 1.25rem;
    }

    .metric-card-main .metric-icon {
        opacity: 0.42;
        right: -1.5rem;
    }

    .banner-glass {
        width: 100%;
        max-width: 300px;
        padding: 1rem;
        position: unset;
        margin: 20px auto;
    }
}
