.ac-about-us-cover-wrp {
    text-align: center;
    padding: 110px 0px;
    color: white;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.60) 100%), url(/modules/artclub/collections/template/images/about-us-coverV4.png) center center, lightgray 50% / cover no-repeat;
    background-size: cover;
}

.bx-page-wrapper.bx-def-padding-sec-leftright,
#bx-content-container {
    padding: 0px !important;
}

.ac-about-us-section {
    padding: 40px 120px;
}

.bx-media-tablet .ac-about-us-section,
.bx-media-phone .ac-about-us-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.ac-about-us-section-header {
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 40px;
}

.bx-media-tablet .ac-about-us-section-header {
    font-size: 40px;
}

.ac-about-us-section-cont {
    display: grid;
    font-size: 20px;
    font-weight: 400;
}

.bx-media-tablet .ac-about-us-section-cont {
    font-size: 18px;
}

.ac-about-us-section1-cont {
    grid-template-columns: 60% 40%;
}

.bx-media-tablet .ac-about-us-section1-cont {
    grid-template-columns: 50% 50%;
}

.ac-about-us-section-pic {
    max-width: 100%;
}

.ac-about-us-stats-entry {
    text-align: center;
}

.ac-about-us-stats-entry .num {
    font-size: 52px;
    font-weight: 500;
}

.bx-media-tablet .ac-about-us-stats-entry .num,
.bx-media-phone .ac-about-us-stats-entry .num {
    font-size: 36px;
}

.ac-about-us-stats-entry .cpt {
    font-size: 24px;
    font-weight: 500;
}

.bx-media-tablet .ac-about-us-stats-entry .cpt,
.bx-media-phone .ac-about-us-stats-entry .cpt {
    font-size: 18px;
}

.ac-about-us-signup {
    margin-top: 20px;
}

.bx-user-authorized .ac-about-us-signup {
    display: none;
}

.ac-about-us-footer-ctas {
    display: flex;
    gap: 30px;
    margin: auto;
    justify-content: center;
    margin-top: 30px;
}

.ac-about-us-footer-ctas>a {
    display: inline-block;
    border-radius: 0 !important;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 500;
    color: unset;
}

.ac-about-us-footer-ctas>a i {
    color: unset;
}

.ac-about-us-testimonial-entry .quote {
    font-size: 100px;
    line-height: 40px;
    margin-top: 60px;
    font-weight: 800;
}

.ac-about-us-testimonial-entry .text {
    display: inline-block;
}

.ac-about-us-testimonial-entry .author {
    font-size: 24px;
    margin-top: 20px;
}

.ac-about-us-testimonial-entry .verified-mark {
    color: #22C55E;
    font-size: 15px;
    margin-top: 10px;
}

#ac-about-us-testimonial-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

#ac-about-us-testimonial-slider .slick-list {
    max-width: 1000px;
}

/* ==== NEUMORPHIC ARROWS ==== */
#ac-about-us-testimonial-slider .arrow,
#ac-slick-persons-slider-arrows .arrow {
    background: #f0f0f3;
    font-size: 30px;
    line-height: 60px;
    width: 60px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    color: #333;
    border-radius: 30px;
    flex-shrink: 0;
    border: none;
    box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
    transition: all 0.2s ease-in-out;
}

#ac-slick-persons-slider-arrows .arrow {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    border-radius: 50%;
}

#ac-about-us-testimonial-slider .arrow:hover,
#ac-slick-persons-slider-arrows .arrow:hover {
    box-shadow: inset 4px 4px 8px #c5c5c5, inset -4px -4px 8px #ffffff;
    transform: translateY(1px);
}

#ac-about-us-testimonial-slider .arrow:active,
#ac-slick-persons-slider-arrows .arrow:active {
    box-shadow: inset 6px 6px 12px #c5c5c5, inset -6px -6px 12px #ffffff;
    transform: translateY(2px);
}

#ac-about-us-testimonial-slider .arrow.slick-disabled,
#ac-slick-persons-slider-arrows .arrow.slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
}

#ac-about-us-testimonial-slider .arrow:first-child i {
    margin-left: -6px;
}

#ac-about-us-testimonial-slider .arrow:last-child i {
    margin-left: 3px;
}

#ac-slick-persons-slider-arrows .arrow:first-child i {
    margin-left: -4px;
}

#ac-slick-persons-slider-arrows .arrow:last-child i {
    margin-left: 2px;
}

/* Dots styling */
#ac-slick-slider-dots button {
    display: none;
}

#ac-slick-slider-dots .slick-dots {
    display: flex;
    justify-content: center;
    gap: 15px;
}

#ac-slick-slider-dots li {
    background: #6b7280;
    height: 9px;
    width: 20px;
    border-radius: 5px;
    cursor: pointer;
}

#ac-slick-slider-dots li.slick-active {
    width: 50px;
    background: white;
    cursor: unset;
}

/* ==== TEAM SLIDER ==== */
/* FIXED: removed duplicate block, removed display:flex (conflicts with Slick),
   added explicit width on .person so Slick can measure slides correctly */
#ac-about-us-team-slider {
    margin-top: 20px;
    overflow: hidden;
}

#ac-about-us-team-slider .person {
    padding: 5px 10px 15px;
    width: 300px;
}

#ac-about-us-team-slider .person>div {
    padding: 15px;
    border: 2px solid #DDD9CE;
    box-shadow: 9px 9px 16px #bebebe,
        -9px -9px 16px #ffffff;
}

#ac-about-us-team-slider .person.active>div {
    border-color: #9C8B79;
}

#ac-about-us-team-slider .person .pic {
    width: 270px;
    height: 270px;
    background-size: cover;
    background-position: center center;
    filter: grayscale(100%);
}

#ac-about-us-team-slider .person .name {
    font-weight: 500;
    font-size: 20px;
}

#ac-about-us-team-slider .person .position {
    font-weight: 400;
    font-size: 16px;
    margin-top: 5px;
}

#ac-about-us-team-slider .person .linkedin img {
    width: 24px;
    margin-top: 5px;
}

/* Mobile overrides for team slider */
.bx-media-phone #ac-about-us-team-slider .person {
    width: 230px;
}

.bx-media-phone #ac-about-us-team-slider .person .pic {
    width: 100%;
    border-radius: 30px;
    height: 200px;
}

/* ==== PERSONS LAYOUT ==== */
.ac-about-us-persons {
    margin-top: 40px;
    display: flex;
    gap: 20px;
    max-width: 100%;
    box-sizing: border-box;
}

.bx-media-phone .ac-about-us-persons {
    flex-direction: column-reverse;
    margin-top: 20px;
}

/* Contain the slider overflow at this level, not the parent */
.bx-media-phone #ac-about-us-team-slider {
    width: 100%;
    overflow: hidden;
}

.bx-media-phone #ac-slick-persons-slider-arrows .arrow {
    display: none !important;
}

.ac-about-us-persons-desc {
    width: 400px;
    flex-shrink: 0;
}

.bx-media-phone .ac-about-us-persons-desc {
    width: 100%;
}

.ac-about-us-persons .person-desc .title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.ac-about-us-persons .person-desc .desc {
    font-size: 17px;
}

.bx-media-phone .ac-about-us-persons .person-desc .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bx-media-phone .ac-about-us-persons .person-desc.expand .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: unset;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
}

.ac-about-us-persons .person-desc .seemore,
.bx-media-phone .ac-about-us-persons .person-desc.expand .seemore {
    display: none;
    text-decoration: underline;
    margin-top: 10px;
}

.bx-media-phone .ac-about-us-persons .person-desc:not(.expand) .seemore {
    display: block;
}

.ac-about-us-persons .person-desc .seeless {
    display: none;
}

.bx-media-phone .ac-about-us-persons .person-desc.expand .seeless {
    display: block;
    margin-top: 10px;
}

.ac-about-us-persons .person-desc .seemore,
.ac-about-us-persons .person-desc .seeless {
    text-decoration: underline;
    text-decoration-color: #2d5bff;
    color: #2d5bff;
}

.bx-media-phone .ac-about-us-persons .person-desc .favart-title,
.bx-media-phone .ac-about-us-persons .person-desc .favart {
    display: none;
}

.bx-media-phone .ac-about-us-persons .person-desc.expand .favart-title,
.bx-media-phone .ac-about-us-persons .person-desc.expand .favart {
    display: block;
}

.ac-about-us-persons .person-desc .favart-title {
    margin-top: 30px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: underline;
}

.ac-about-us-persons .person-desc .favart {
    font-size: 17px;
}

#ac-slick-persons-slider-arrows {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

#ac-slick-persons-slider-arrows .arrow {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 40px;
    width: 40px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    border-radius: 21px;
}

#ac-slick-persons-slider-arrows .arrow:first-child i {
    margin-left: -4px;
}

#ac-slick-persons-slider-arrows .arrow:last-child i {
    margin-left: 2px;
}

#ac-slick-persons-slider-arrows .arrow.slick-disabled {
    background: #f4f5f6;
    cursor: unset;
    color: #D1D5DB;
    border-color: #D1D5DB;
}

.ac-about-us-cover-wrp .text {
    font-size: 44px;
    font-weight: 500;
    max-width: 1080px;
    margin: auto;
}

.bx-media-phone .ac-about-us-cover-wrp .text {
    font-size: 24px;
}

.bx-media-phone .ac-about-us-section-cont {
    display: flex;
    flex-direction: column;
}

.bx-media-phone .ac-about-us-section-header {
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.ac-about-us-section-cont-text .subheader {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
}

.bx-media-phone .ac-about-us-section-cont-text .subheader {
    font-size: 24px;
}

.bx-media-phone .ac-about-us-section-cont {
    font-size: 16px;
}

.bx-media-phone .ac-about-us-section-cont .mobile-order1 {
    order: 1;
    margin-left: 0px !important;
}

.bx-media-phone .ac-about-us-section-cont .mobile-order2 {
    order: 2;
}

.ac-about-us-section.stats {
    background: #DDD9CE;
    display: flex;
    color: #111827;
    justify-content: space-between;
    padding-right: 200px;
}

.bx-media-phone .ac-about-us-section.stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 50px;
}

.ac-about-us-section-cont.whatwedo {
    grid-template-columns: 60% 40%;
    align-items: center;
}

.bx-media-phone .ac-about-us-section-cont.whatwedo .ac-about-us-section-cont-text {
    column-count: 1 !important;
}

.bx-media-phone .ac-about-us-section-header.whatwedo {
    margin-bottom: 10px;
}

.testimonial {
    font-size: 52px;
    font-weight: 500;
    margin-top: 20px;
}

.bx-media-phone .testimonial {
    font-size: 24px;
    margin-top: 40px;
}

.testimonial-button {
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    padding: 10px 25px;
    color: #9B907E;
    border: 3px solid #9B907E;
    display: inline-block;
}

.bx-media-phone .testimonial-button {
    font-size: 14px;
}

.bx-media-phone #ac-about-us-testimonial-slider .arrow {
    display: none !important;
}

.bx-media-phone .ac-about-us-footer-ctas {
    flex-wrap: wrap;
    gap: 20px;
}

.learnmore {
    font-size: 72px;
    line-height: 76px !important;
    font-weight: 700;
}

.bx-media-phone .learnmore {
    font-size: 36px !important;
    line-height: 44px !important;
}

.ac-about-us-section.tm {
    padding: 100px 0px;
    background: #DDD9CE;
    text-align: center;
    color: #111827;
}

.bx-media-phone .ac-about-us-section.tm {
    padding: 50px 0px;
}

.introVideo {
    padding: 40px 174px;
    text-align: center;
    justify-items: center;
}

.introVideo video {
    width: 80%;
    height: auto;
}

.icon {
    width: 20px;
    height: 25px;
    background-image: url('https://artscapy.s3.amazonaws.com/sys_files/e/ea/eam/eam7cfvdvgw2yrgwstah8ywavc4cybvk.png');
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta29-cta29 {
    gap: 80px;
    width: 100%;
    height: auto;
    padding: 80px 64px;
    display: flex;
    overflow: hidden;
    align-items: center;
    color: white;
    flex-shrink: 0;
    flex-direction: column;
    position: relative;
}

.cta29-content {
    gap: 24px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    flex-direction: column;
}

.cta29-content1 {
    gap: 24px;
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-direction: column;
}

.cta29-text {
    color: #111827;
    height: auto;
    font-size: 72px;
    align-self: stretch;
    font-style: Bold;
    text-align: center;
    font-family: Manrope;
    font-weight: 700;
    line-height: 76px !important;
    font-stretch: normal;
    text-decoration: none;
}

.cta29-text2 {
    color: #111827;
    height: auto;
    align-self: stretch;
    text-align: center;
    line-height: 28px;
}

.cta29-actions {
    gap: 16px;
    display: flex;
    padding: 16px 0 0;
    align-items: flex-start;
}

.cta29-image-container {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(0);
    width: 27%;
    display: flex;
    justify-content: right;
}

.cta29-image {
    max-width: 385px;
    height: auto;
    margin-right: -20px;
}

.ac-about-us-section-cont-text {
    align-content: center;
}

/* ─── RESET & BASE ────────────────────────────────────────── */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --neu-bg: #f0f2f5;
    --neu-out: 6px 6px 12px rgba(163, 177, 198, 0.5), -4px -4px 10px rgba(255, 255, 255, 0.9);
    --neu-out-sm: 3px 3px 6px rgba(163, 177, 198, 0.4), -2px -2px 5px rgba(255, 255, 255, 0.85);
    --neu-in: inset 4px 4px 8px rgba(163, 177, 198, 0.45), inset -3px -3px 7px rgba(255, 255, 255, 0.85);
    --brand: #9C8B79;
    --fg: #111827;
    --muted: #6B7280;
    --stats-bg: #DDD9CE;
    --tm-bg: #DDD9CE;
    --transition: 180ms cubic-bezier(.2, .8, .2, 1);
}

body {
    background: var(--neu-bg);
    color: var(--fg);
    font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
}

h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.15;
}

h2 {
    font-size: clamp(1.75rem, 3.5vw, 2.75rem);
    font-weight: 600;
    line-height: 1.2;
}

h3 {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 700;
    line-height: 1.3;
}

p {
    line-height: 1.7;
}

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

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

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* ─── NEU UTILITIES ───────────────────────────────────────── */
.neu-card {
    background: var(--neu-bg);
    border-radius: 1.5rem;
    box-shadow: var(--neu-out);
    overflow: hidden;
}

.neu-card-inset {
    background: var(--neu-bg);
    border-radius: 1.25rem;
    box-shadow: var(--neu-in);
}

/* ─── NEU BUTTON ──────────────────────────────────────────── */
.neu-btn {
    display: inline-block;
    padding: 0.85rem 2rem;
    border-radius: 0.875rem;
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--brand);
    background: var(--neu-bg);
    box-shadow: var(--neu-out);
    transition: box-shadow var(--transition), transform var(--transition);
    cursor: pointer;
}

.neu-btn:hover {
    box-shadow: var(--neu-out-sm);
    transform: translateY(-1px);
}

.neu-btn:active {
    box-shadow: var(--neu-in);
    transform: translateY(0);
}

/* ─── HERO / COVER ────────────────────────────────────────── */
.cover {
    text-align: center;
    padding: 110px 2rem;
    color: white;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.60) 100%),
        url(/modules/artclub/collections/template/images/about-us-coverV4.png) center center / cover no-repeat;
    position: relative;
}

.cover-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 60px;
    color: white;
}

.cover-logo img {
    width: 80px;
}

@media (max-width: 600px) {
    .cover {
        padding: 60px 1.5rem;
    }

    .cover-logo {
        font-size: 36px;
    }

    .cover-logo img {
        width: 50px;
    }
}

/* ─── SECTION WRAPPER ─────────────────────────────────────── */
.section {
    padding: 5rem 2rem;
}

.section-sm {
    padding: 3rem 2rem;
}

@media (max-width: 600px) {
    .section {
        padding: 3rem 1.25rem;
    }
}

/* ─── TWO-COL GRID ────────────────────────────────────────── */
.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.two-col.wide-left {
    grid-template-columns: 60% 40%;
}

@media (max-width: 900px) {

    .two-col,
    .two-col.wide-left {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .two-col .reverse-mobile {
        order: -1;
    }
}

/* section image — neu framing */
.neu-img-wrap {
    border-radius: 1.5rem;
    box-shadow: var(--neu-out);
    overflow: hidden;
}

.neu-img-wrap img {
    width: 100%;
    display: block;
}

/* ─── SECTION HEADER ──────────────────────────────────────── */
.section-header {
    margin-bottom: 1.5rem;
}

.section-subheader {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: var(--muted);
}

/* ─── VALUES TEXT ─────────────────────────────────────────── */
.values-text p {
    margin-bottom: 1.25rem;
    font-size: 1rem;
}

.values-text p:last-child {
    margin-bottom: 0;
}

/* ─── STATS BAR ───────────────────────────────────────────── */
.stats-bar {
    background: var(--stats-bg);
    padding: 4rem 2rem;
}

.stats-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    text-align: center;
}

@media (max-width: 700px) {
    .stats-inner {
        grid-template-columns: 1fr 1fr;
    }
}

.stat-card {
    background: var(--stats-bg);
    border-radius: 1.5rem;
    padding: 2rem 1rem;
    box-shadow: 6px 6px 12px rgba(180, 172, 160, 0.55), -4px -4px 10px rgba(255, 252, 248, 0.9);
}

.stat-num {
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 500;
    color: var(--fg);
}

.stat-plus {
    color: var(--brand);
}

.stat-cpt {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--fg);
    margin-top: 0.75rem;
}

@media (max-width: 600px) {
    .stat-num {
        font-size: 2rem;
    }

    .stat-cpt {
        font-size: 1rem;
    }
}

/* ─── INTRO VIDEO ─────────────────────────────────────────── */
.intro-video {
    padding: 4rem 2rem;
    text-align: center;
}

.intro-video-wrap {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 1.5rem;
    box-shadow: var(--neu-out);
    overflow: hidden;
}

.intro-video-wrap video {
    width: 100%;
    display: block;
}

/* ─── TEAM SECTION ────────────────────────────────────────── */
.team-section {
    padding: 5rem 2rem;
}

.team-layout {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
    margin-top: 2.5rem;
}

@media (max-width: 900px) {
    .team-layout {
        flex-direction: column-reverse;
    }
}

/* Person desc panel */
.persons-desc-panel {
    width: 380px;
    flex-shrink: 0;
}

@media (max-width: 900px) {
    .persons-desc-panel {
        width: 100%;
    }
}

.person-desc {
    display: none;
}

.person-desc:first-child {
    display: block;
}

.person-desc .neu-desc-card {
    background: #DDD9CE;
    border-radius: 30px;
    padding: 1.75rem;
    box-shadow: var(--neu-out);
}

.person-desc .title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--fg);
}

.person-desc .desc {
    font-size: 0.9375rem;
    color: var(--muted);
    line-height: 1.7;
}

.person-desc .favart-title {
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: underline;
    margin-top: 1.25rem;
    margin-bottom: 0.25rem;
}

.person-desc .favart {
    font-size: 0.875rem;
    color: var(--muted);
}

.person-desc .seemore,
.person-desc .seeless {
    display: none;
}

/* Slider arrows */
#ac-slick-persons-slider-arrows {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

#ac-slick-persons-slider-arrows .arrow,
#ac-about-us-testimonial-slider .arrow {
    background: #DDD9CE;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    cursor: pointer;
    color: var(--fg);
    box-shadow: var(--neu-out);
    border: none;
    transition: box-shadow var(--transition), transform var(--transition);
    flex-shrink: 0;
}

#ac-slick-persons-slider-arrows .arrow:hover,
#ac-about-us-testimonial-slider .arrow:hover {
    box-shadow: var(--neu-in);
    transform: translateY(1px);
}

#ac-slick-persons-slider-arrows .arrow.slick-disabled,
#ac-about-us-testimonial-slider .arrow.slick-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* Team slider */
#ac-about-us-team-slider {
    flex: 1;
    min-width: 0;
}

#ac-about-us-team-slider .person {
    cursor: pointer;
    padding: 20px 10px 20px 10px;
    width: 280px;
}

#ac-about-us-team-slider .person>div {
    border-radius: 30px;
    padding: 0;
    overflow: hidden;
    box-shadow: 9px 9px 16px #bebebe,
        -9px -9px 16px #ffffff;
    transition: box-shadow var(--transition), transform var(--transition);
}

#ac-about-us-team-slider .person:hover>div,
#ac-about-us-team-slider .person.active>div {
    box-shadow: var(--neu-in);
    transform: translateY(2px);
}

#ac-about-us-team-slider .person .pic {
    width: 260px;
    height: 260px;
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
}

#ac-about-us-team-slider .person .name {
    font-weight: 600;
    font-size: 0.9375rem;
    padding: 0.75rem 1rem 0.25rem;
}

#ac-about-us-team-slider .person .position {
    font-size: 0.8125rem;
    color: var(--muted);
    padding: 0 1rem;
}

#ac-about-us-team-slider .person .linkedin {
    padding: 0.5rem 1rem 1rem;
}

#ac-about-us-team-slider .person .linkedin img {
    width: 22px;
}

/* ─── TESTIMONIALS SECTION ────────────────────────────────── */
.testimonials-section {
    background: var(--tm-bg);
    padding: 6rem 2rem;
    text-align: center;
}

.testimonial-badge {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--brand);
    border: 2px solid var(--brand);
    border-radius: 999px;
    padding: 0.4rem 1.25rem;
    margin-bottom: 1.5rem;
    /* neu-in on beige */
    box-shadow: inset 3px 3px 6px rgba(160, 153, 143, 0.4), inset -2px -2px 5px rgba(255, 252, 248, 0.8);
}

.testimonial-heading {
    font-size: clamp(1.75rem, 4vw, 3.25rem);
    font-weight: 500;
    margin-bottom: 3rem;
}

/* Testimonial slider */
#ac-about-us-testimonial-slider {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 1.5rem;
}

#ac-about-us-testimonial-slider .arrow {
    margin-top: 2rem;
    /* override to match beige bg */
    background: var(--tm-bg);
    box-shadow: 6px 6px 12px rgba(180, 172, 160, 0.5), -4px -4px 10px rgba(255, 252, 248, 0.9);
    width: 56px;
    height: 56px;
    font-size: 1.5rem;
    border-radius: 50%;
}

#ac-about-us-testimonial-slider .arrow:hover {
    box-shadow: inset 4px 4px 8px rgba(160, 153, 143, 0.4), inset -3px -3px 6px rgba(255, 252, 248, 0.85);
}

@media (max-width: 600px) {
    #ac-about-us-testimonial-slider .arrow {
        display: none !important;
    }
}

#ac-about-us-testimonial-slider .slick-list {
    max-width: 800px;
}

.ac-about-us-testimonial-entry {
    padding: 0 1rem 2rem;
}

.ac-about-us-testimonial-entry .quote {
    font-size: 5rem;
    line-height: 2.5rem;
    margin-top: 1rem;
    font-weight: 800;
    color: var(--brand);
}

.ac-about-us-testimonial-entry .text {
    font-size: 1.125rem;
    line-height: 1.7;
    margin-top: 1rem;
    display: inline-block;
    max-width: 700px;
}

.ac-about-us-testimonial-entry .author {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.25rem;
}

.ac-about-us-testimonial-entry .verified-mark {
    color: #22C55E;
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

/* Dots */
#ac-slick-slider-dots {
    margin-top: 1.5rem;
}

#ac-slick-slider-dots .slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    position: relative;
}

#ac-slick-slider-dots .slick-dots li {
    background: var(--muted);
    height: 8px;
    width: 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}

#ac-slick-slider-dots .slick-dots li.slick-active {
    width: 44px;
    background: var(--fg);
}

#ac-slick-slider-dots button {
    display: none;
}

/* ─── CTA BANNER ──────────────────────────────────────────── */
.cta-banner {
    position: relative;
    overflow: hidden;
    background: #DDD9CE;
    border-radius: 2rem;
    box-shadow: var(--neu-out);
    padding: 5rem 3rem;
    text-align: center;
    margin: 4rem auto;
    max-width: 1200px;
}

.cta-banner-title {
    font-size: clamp(2rem, 5vw, 4.5rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.25rem;
}

.cta-banner-sub {
    font-size: 1.125rem;
    color: var(--muted);
    max-width: 600px;
    margin: 0 auto 2rem;
}

.cta-banner-img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 280px;
    pointer-events: none;
}

.neu-container {
    background: #DDD9CE;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 9px 9px 16px #bebebe,
        -9px -9px 16px #ffffff;

    display: inline-block;
}

.neu-image {
    max-width: 100%;
    border-radius: 30px;
}

@media (max-width: 900px) {
    .cta-banner-img {
        max-width: 180px;
        right: -40px;
        bottom: -20px;
    }
}

@media (max-width: 600px) {
    .cta-banner {
        padding: 3rem 1.5rem 5rem;
        margin: 2rem 1rem;
    }

    .cta-banner-img {
        max-width: 140px;
        right: -30px;
        bottom: -15px;
    }
}

/* ─── WHAT WE DO separator ───────────────────────────────── */
.separator {
    background: url(<bx_image_url:about-us-separator.png />) no-repeat center center / cover;
    height: 100px;
}

/* ─── CORE VALUES bg ─────────────────────────────────────── */
.values-section {
    background: #f5f5f5;
}

@media (max-width: 600px) {
    .team-layout {
        gap: 1.5rem;
    }

    #ac-about-us-team-slider {
        overflow: hidden;
    }

    #ac-about-us-team-slider .person {
        width: 220px;
    }

    #ac-about-us-team-slider .person .pic {
        width: 200px;
        height: 200px;
    }
}

@media only screen and (max-width: 1200px) {
    .cta29-image {
        max-width: 290px;
    }
}

@media only screen and (max-width: 600px) {
    .introVideo {
        padding: 40px 35px;
    }

    .introVideo video {
        width: 100%;
        height: auto;
    }

    .icon {
        width: 30px;
        height: 25px;
    }

    .cta29-text {
        font-size: 36px !important;
        line-height: 44px !important;
    }

    .cta29-text2 {
        font-size: 18px;
    }

    .cta29-cta29 {
        padding: 40px 35px;
    }

    .cta29-image {
        max-width: 225px;
    }

    .cta29-image-container {
        right: -65px;
        bottom: -40px;
    }

    .cta29-content {
        width: 100%;
    }
}