body.testimonials-page .top-wrap {
    padding: 8px 10px;
    position: relative;
    top: 0;
    z-index: 4;
    background: #89a8c4;
}

body.testimonials-page .ftco-navbar-light {
    position: relative;
    top: 0;
    background: #fff !important;
}

body.testimonials-page .topper .text .con span,
body.testimonials-page .topper .text .con span:first-child,
body.testimonials-page .topper .ftco-social li a {
    color: #fff;
}

body.testimonials-page .topper .ftco-social li a:hover:after {
    background: #88a7c3;
}

body.testimonials-page .ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover,
body.testimonials-page .ftco-navbar-light .navbar-nav>.nav-item>.nav-link:focus,
body.testimonials-page .ftco-navbar-light .navbar-nav>.nav-item .nav-link.active {
    color: #eba7ac;
}

body.testimonials-page .ftco-navbar-light .border-top-custom:after {
    background: linear-gradient(to right, rgba(136, 167, 195, 0) 0%, #eba7ac 100%);
}

body.testimonials-page .hero-wrap.hero-wrap-2 {
    min-height: auto;
    height: 500px;
    background-attachment: unset;
    background-position: center center;
}

body.testimonials-page .hero-wrap.hero-wrap-2 .slider-text {
    min-height: auto;
    height: 500px;
}

body.testimonials-page .hero-wrap .slider-text .breadcrumbs .separator {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    transform: translateY(-1px);
    margin-right: 5px;
    margin-left: 5px;
}

body.testimonials-page {
    background: linear-gradient(180deg, #f7f3f0 0%, #eef4f8 50%, #ffffff 100%);
}

.testimonials-overview-section {
    padding: 0px 0 45px;
}

.testimonials-overview-stage {
    position: relative;
    padding: 0;
    border-radius: 36px;
    background:
        radial-gradient(circle at top left, rgba(137, 168, 196, 0.24) 0, rgba(137, 168, 196, 0) 38%),
        radial-gradient(circle at bottom right, rgba(229, 143, 152, 0.2) 0, rgba(229, 143, 152, 0) 42%),
        linear-gradient(135deg, #fffdfb 0%, #f7f2ee 55%, #eef4f8 100%);
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 28px 70px rgba(37, 44, 63, 0.08);
    overflow: hidden;
}

.testimonials-overview-stage::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0.12) 100%);
    pointer-events: none;
}

.testimonials-overview-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.9fr);
    gap: 28px;
    align-items: center;
    padding: 42px 46px;
}

.testimonials-overview-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 640px;
}

.testimonials-overview-copy__kicker {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: 36px;
    margin-bottom: 18px;
    padding: 7px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(229, 143, 152, 0.24);
    color: #d67882;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    box-shadow: 0 12px 24px rgba(229, 143, 152, 0.08);
}

.testimonials-overview-copy h2 {
    margin: 0 0 14px;
    color: #221f1d;
    font-family: var(--heading-font);
    font-size: clamp(2.4rem, 4vw, 4rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.testimonials-overview-copy__lead {
    max-width: 520px;
    margin: 0;
    color: #5f6c7b;
    font-size: 1rem;
    line-height: 1.8;
}

.testimonials-overview-highlight {
    align-self: stretch;
}

.testimonials-overview-metrics {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.testimonials-overview-metric {
    position: relative;
    overflow: hidden;
    padding: 18px 20px 17px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 16px 32px rgba(17, 24, 39, 0.06);
}

.testimonials-overview-metric::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #89a8c4 0%, #e58f98 100%);
}

.testimonials-overview-metric strong {
    display: block;
    margin-bottom: 4px;
    color: #2b2624;
    font-family: var(--heading-font);
    font-size: 1.05rem;
    line-height: 1.35;
}

.testimonials-overview-metric span {
    display: block;
    color: #667085;
    font-size: 0.95rem;
    line-height: 1.6;
}

.testimonials-transformations-section {
    padding-top: 20px;
    padding-bottom: 28px;
}

.testimonials-transformations-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.testimonial-story-card {
    display: grid;
    overflow: hidden;
    border-radius: 30px;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 20px 50px rgba(17, 24, 39, 0.08);
}

.testimonial-story-card--feature {
    background: linear-gradient(180deg, #ffffff 0%, #f8f2ef 100%);
}

.testimonial-story-card__visuals {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.testimonial-story-card__visual {
    position: relative;
    margin: 0;
    min-height: 290px;
}

.testimonial-story-card__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.testimonial-story-card__label {
    position: absolute;
    left: 14px;
    bottom: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(45, 41, 38, 0.78);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.testimonial-story-card__label--after {
    background: rgba(229, 143, 152, 0.86);
}

.testimonial-story-card__body {
    padding: 26px 24px 28px;
}

.testimonial-story-card__rating {
    margin-bottom: 14px;
    color: #e58f98;
    font-size: 14px;
    letter-spacing: 0.16em;
}

.testimonial-story-card__quote {
    margin-bottom: 18px;
    color: #475467;
    line-height: 1.88;
}

.testimonial-story-card__meta strong {
    display: block;
    margin-bottom: 4px;
    color: #2d2926;
    font-family: var(--heading-font);
    font-size: 1.2rem;
}

.testimonial-story-card__meta span {
    color: #8a7d77;
    font-size: 0.95rem;
}

.testimonials-voices-section {
    padding-top: 40px;
    padding-bottom: 20px;
    background: linear-gradient(180deg, #eef4f8 0%, #f8f2ef 100%);
}

.testimonials-voices-slider {
    position: relative;
    margin-top: 16px;
}

.testimonial-voice-card {
    position: relative;
}

.testimonial-voice-card__panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(600px, 400px) minmax(0, 1fr);
    gap: 30px;
    min-height: 560px;
    padding: 26px;
    border-radius: 30px;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
    border: 1px solid rgba(137, 168, 196, 0.16);
    /* box-shadow: 0 24px 60px rgba(37, 44, 63, 0.1); */
    overflow: hidden;
    isolation: isolate;
}

.testimonial-voice-card__panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(229, 143, 152, 0.16) 0, rgba(229, 143, 152, 0) 32%),
        radial-gradient(circle at bottom left, rgba(137, 168, 196, 0.16) 0, rgba(137, 168, 196, 0) 34%);
    pointer-events: none;
    z-index: -1;
}

.testimonial-voice-card__results {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    /* gap: 14px; */
    position: relative;
    grid-column: 1;
    grid-row: 1 / span 3;
    align-self: stretch;
    margin: 0;
    /* padding: 16px; */
    /* border-radius: 26px; */
    background: linear-gradient(180deg, rgba(137, 168, 196, 0.09) 0%, rgba(229, 143, 152, 0.08) 100%);
}

.testimonial-voice-card__result {
    position: relative;
    margin: 0;
    min-height: 100%;
    overflow: hidden;
    /* border-radius: 22px; */
    border: 1px solid rgba(137, 168, 196, 0.14);
    box-shadow: 0 16px 34px rgba(37, 44, 63, 0.1);
    background: #d9d9d9;
}

.testimonial-voice-card__result img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.testimonial-voice-card__result span {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 11px;
    border-radius: 999px;
    background: rgba(45, 41, 38, 0.74);
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.testimonial-voice-card p {
    margin: 0 0 14px;
    color: #5f6c7b;
    font-size: 0.99rem;
    line-height: 1.8;
}

.testimonial-voice-card__rating {
    display: inline-flex;
    align-self: flex-start;
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 0;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(229, 143, 152, 0.12);
    color: #e58f98;
    font-size: 0;
    letter-spacing: 0.24em;
    line-height: 1;
}

.testimonial-voice-card__rating::before {
    content: "★★★★★";
    font-size: 0.84rem;
    letter-spacing: 0.24em;
}

.testimonial-voice-card__copy {
    position: relative;
    grid-column: 2;
    grid-row: 2;
    margin-bottom: 0;
    padding-top: 36px;
    text-align: left;
}

.testimonial-voice-card__copy::before {
    content: "\201C";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(229, 143, 152, 0.32);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 4.5rem;
    line-height: 1;
}

.testimonial-voice-card__rating::before {
    content: "\2605\2605\2605\2605\2605";
}

.testimonial-voice-card__copy h3 {
    margin: 0 0 4px;
    color: #2d2926;
    font-family: var(--heading-font);
    font-size: 1.75rem;
    line-height: 1.1;
}

.testimonial-voice-card__copy h4 {
    margin: 0 0 18px;
    color: #89a8c4;
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-transform: uppercase;
}

.testimonial-voice-card__copy p {
    max-width: none;
}

.testimonial-voice-card__author {
    grid-column: 2;
    grid-row: 3;
    align-self: end;
    padding-top: 16px;
    border-top: 1px solid rgba(137, 168, 196, 0.14);
    text-align: left;
}

.testimonial-voice-card__author strong {
    display: block;
    margin-bottom: 4px;
    color: #2d2926;
    font-family: var(--heading-font);
    font-size: 1.2rem;
}

.testimonial-voice-card__author span {
    color: #8a7d77;
    font-size: 0.9rem;
}

.testimonials-voices-slider .tns-item {
    padding: 0 14px 8px;
}

.testimonials-voices-slider .tns-nav,
.testimonials-voices-slider .tns-controls {
    display: none !important;
}

/* ── Arabic (RTL) testimonials slider ───────────────────────
   The slider container itself is forced to dir="ltr" so tns
   calculates translateX positions correctly. RTL text styling
   is applied here only to the card copy/author elements.
──────────────────────────────────────────────────────────── */
.testimonials-voices-slider--rtl .testimonial-voice-card {
    direction: rtl;
}

.testimonials-voices-slider--rtl .testimonial-voice-card__copy,
.testimonials-voices-slider--rtl .testimonial-voice-card__author {
    text-align: right;
}

.testimonials-voices-slider--rtl .testimonial-voice-card__copy::before {
    left: auto;
    right: 0;
    content: "\201D"; /* closing quotation mark, visually correct for Arabic RTL */
}

.testimonials-voices-slider--rtl .testimonial-voice-card__result span {
    right: auto;
    left: 12px;
}

@media (max-width: 991.98px) {

    .testimonials-overview-shell,
    .testimonials-transformations-grid {
        grid-template-columns: 1fr;
    }

    .testimonials-overview-shell {
        padding: 34px;
    }

    .testimonials-overview-copy {
        max-width: none;
    }

    .testimonials-overview-highlight {
        align-self: auto;
    }
}

@media (max-width: 767.98px) {
    .testimonials-overview-section {
        padding-top: 10px;
    }

    .testimonials-overview-stage,
    .testimonials-overview-shell,
    .testimonial-story-card,
    .testimonial-voice-card {
        border-radius: 24px;
    }

    .testimonial-story-card__visual {
        min-height: 220px;
    }

    .testimonial-story-card__body,
    .testimonial-voice-card,
    .testimonials-overview-shell {
        padding: 24px 20px;
    }

    .testimonials-overview-copy h2 {
        font-size: 2rem;
    }

    .testimonials-overview-copy__lead {
        font-size: 1rem;
        line-height: 1.8;
    }

    .testimonials-overview-metric {
        padding: 16px 18px;
    }

    .testimonial-voice-card__panel {
        grid-template-columns: 1fr;
        gap: 20px;
        min-height: auto;
        padding: 20px;
    }

    .testimonial-voice-card__results,
    .testimonial-voice-card__rating,
    .testimonial-voice-card__copy,
    .testimonial-voice-card__author {
        grid-column: auto;
        grid-row: auto;
    }

    .testimonial-voice-card__results {
        padding: 14px;
    }

    .testimonial-voice-card__result {
        min-height: 220px;
    }

    .testimonials-voices-slider .tns-item {
        padding: 0 10px;
    }
}

@media (max-width: 575.98px) {
    .testimonial-voice-card__results {
        gap: 10px;
        padding: 10px;
    }

    .testimonial-voice-card__result {
        min-height: 160px;
    }

    .testimonial-voice-card__panel {
        padding: 16px 16px 20px;
        border-radius: 24px;
    }

    .testimonial-voice-card p {
        font-size: 0.96rem;
        line-height: 1.72;
    }

    .testimonial-voice-card__copy h3 {
        font-size: 1.45rem;
    }

    .testimonial-voice-card__copy h4 {
        font-size: 0.9rem;
    }

    .testimonial-voice-card__author strong {
        font-size: 1.18rem;
    }

    .testimonial-voice-card__author span {
        font-size: 0.9rem;
    }
}

/* Testimonials page CTA reused from About */
.abt-cta-section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(rgb(22 13 1 / 26%), rgb(0 0 0 / 81%)), url(../images/call-to-action-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.abt-cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 25%, rgba(255, 255, 255, 0.34) 0%, transparent 28%),
        radial-gradient(circle at 82% 75%, rgba(137, 168, 196, 0.24) 0%, transparent 24%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    pointer-events: none;
}

.abt-cta-panel {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: 64px 30px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0.12) 100%),
        linear-gradient(135deg, rgba(32, 31, 33, 0.58) 0%, rgba(45, 41, 38, 0.52) 100%);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 28px 70px rgba(30, 30, 30, 0.14);
}

.abt-cta-panel::before,
.abt-cta-panel::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.abt-cta-panel::before {
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
}

.abt-cta-panel::after {
    width: 220px;
    height: 220px;
    right: -80px;
    top: -80px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.14) 0%, transparent 68%);
}

.abt-cta-panel__content {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.abt-cta-panel__kicker {
    display: inline-block;
    margin-bottom: 16px;
    color: #eba7ac;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.abt-cta-panel__title {
    margin-bottom: 18px;
    color: #fff;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 700;
    line-height: 1.1;
}

.abt-cta-panel__text {
    margin: 0 auto 30px;
    max-width: 620px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    line-height: 1.9;
}

.abt-cta-panel__button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    min-height: 60px;
    padding: 16px 34px;
    border-radius: 999px;
    overflow: hidden;
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
    background: #eba7ac;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.abt-cta-panel__button:hover {
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991.98px) {
    .abt-cta-panel {
        padding: 54px 24px;
    }
}

@media (max-width: 767.98px) {
    .abt-cta-panel {
        border-radius: 24px;
        padding: 42px 20px;
    }

    .abt-cta-panel::before {
        inset: 12px;
        border-radius: 18px;
    }

    .abt-cta-panel__title {
        font-size: 1.8rem;
    }

    .abt-cta-panel__text {
        font-size: 0.92rem;
        line-height: 1.8;
    }

    .abt-cta-panel__button {
        min-width: 190px;
        min-height: 56px;
        padding: 14px 28px;
        font-size: 0.75rem;
        letter-spacing: 0.14em;
    }

    body.testimonials-page .hero-wrap.hero-wrap-2 .slider-text,
    body.testimonials-page .hero-wrap.hero-wrap-2 {
        height: 250px;
    }

}