html {
    scroll-behavior: smooth;
}

:root {
    --hd-font-body: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    --hd-font-heading: "Varela Round", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    --primary-color: #23C7E2;
}

body {
    font-family: var(--hd-font-body);
    color: #333;
    background-color: #23C7E2;
    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;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0px;
}

/* Prevent sections being hidden under the nav when clicking anchors */
section {
    scroll-margin-top: 120px;
}

.section-pad {
    padding: 18vh 0;
}

#blazor-error-ui {
    background: #ffffe0;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, .2);
    display: none;
    left: 0;
    padding: .6rem 1.25rem .7rem 1.25rem;
    position: fixed;
    right: 0;
    z-index: 1000
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: .75rem;
        top: .5rem
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.hero {
    position: relative;
    background: #23c7E2; /* teal */
    color: #fff;
    overflow: hidden;
    padding-bottom: 50px; /* space for wave */
}

    /* subtle background blobs / shapes (optional but helps match the design) */
    .hero::before,
    .hero::after {
        content: "";
        position: absolute;
        border-radius: 999px;
        background: rgba(255,255,255,0.10);
        filter: blur(0px);
        z-index: 0;
    }

    .hero::before {
        width: 420px;
        height: 520px;
        right: -160px;
        top: 120px;
    }

    .hero::after {
        width: 420px;
        height: 420px;
        left: -160px;
        top: 240px;
        background: rgba(255,255,255,0.06);
    }

.hero-top-container {
    position: relative;
    z-index: 1;
    max-width: 90% !important;
}

.hero-container {
    position: relative;
    z-index: 1;
    max-width: 77% !important;
}

.hero-nav {
    color: #fff;
}

:root {
    --logo-size: 56px; /* your current-ish size */
    --logo-scale: 1.5;
}

.hero-logo {
    width: 100%;
    height: 105px;
    object-fit: contain;
    margin-top: 10px;
}

.hero-link {
    color: rgba(255,255,255,0.9) !important;
    font-weight: 400;
    letter-spacing: .04em;
    font-size: 18px;
    padding: .4rem .75rem;
    position: relative;
}

    .hero-link.active::after {
        content: "";
        position: absolute;
        left: 12px;
        right: 12px;
        bottom: -6px;
        height: 2px;
        background: #fff;
        border-radius: 2px;
    }

.hero-phone {
    font-weight: 400;
    letter-spacing: .04em;
    font-size: 18px;
}

.hero-content {
    height: 60vh;
}

.hero-brand-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
}

/* default: hidden */
.hero-phone--mobile {
    display: none;
    white-space: nowrap;
}

.hero-title {
    font-family: var(--hd-font-heading);
    font-size: clamp(2.8rem, 4.5vw, 6.5rem);
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: .01em;
}

.hero-subtitle {
    max-width: 620px;
    margin-top: 20px;
    font-size: 1.2rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.9);
}

.hero-subtitle-espanol {
    max-width: 720px;
    margin-top: 20px;
    font-size: 1.2rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.9);
}

.hero-btn {
    border-radius: 14px;
    padding: 14px 26px;
    font-weight: 700;
    border-width: 2px;
}

.hero-btn-outline {
    background: transparent !important;
    color: #fff !important;
    border-color: rgba(255,255,255,0.95) !important;
}

.hero-image-wrap {
    width: min(650px, 100%); /* OG feels ~650px wide on desktop */
    margin-left: auto; /* pushes it to the right */
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.18);
    background: rgba(255,255,255,0.08);
}

.hero-image {
    height: auto;
    object-fit: cover;
}

/* bottom wave */
.hero-wave {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 120px;
    z-index: 0;
    transform: rotateY(0deg);
    transform-origin: center;
}

/* FADER: lock to OG aspect ratio so it’s more rectangle than square */
.hero-fader {
    position: relative;
    width: 100%;
    aspect-ratio: 768 / 493; /* ✅ EXACT OG ratio */
    height: auto;
    overflow: hidden; /* ✅ not auto */
    border-radius: inherit; /* match the frame */
}



/* stacked images */
.hero-fade-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* crops like OG */
    opacity: 0;
    transition: opacity 900ms ease-in-out;
    will-change: opacity;
}

    .hero-fade-img.is-active {
        opacity: 1;
    }

@media (prefers-reduced-motion: reduce) {
    .hero-fade-img {
        transition: none;
    }
}

/* make nav collapse look nicer on small screens */
@media (max-width: 991.98px) {
    .hero-phone {
        margin-top: 12px;
    }
}

/* show only on mobile/tablet */
@media (max-width: 575.98px) {
    .hero-phone--mobile {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 1.2rem;
    }
}

@media (max-width: 575.98px) {
    #topNav .navbar-collapse,
    #topNav .bar-menu,
    #topNav .navbar-toggler {
        display: none !important;
    }
}
/* =========================
   HERO: mobile height fix (override your 60vh)
========================= */
@media (max-width: 575.98px) {
    /* Let the hero actually fit its content */
    .hero {
        min-height: 100svh; /* safe viewport height (better on mobile than 100vh) */
        padding-bottom: 170px; /* extra room so buttons/image don't get eaten by wave */
    }

    /* IMPORTANT: remove the fixed height that clips everything */
    .hero-content {
        height: auto !important;
        min-height: calc(100svh - 120px); /* leave room for nav/spacing */
        padding-top: 18px;
        padding-bottom: 24px;
        row-gap: 18px;
    }

    /* Keep the image area from squeezing */
    .hero-image-wrap {
        margin-top: 18px;
        width: 100%;
    }

    /* Slightly taller wave on mobile (optional but helps visually) */
    .hero-wave {
        height: 140px;
        bottom: -1px;
    }

    /* Your containers are very narrow on mobile; open them up a bit */
    .hero-container {
        max-width: 92% !important;
    }

    .hero-top-container {
        max-width: 92% !important;
    }
}

/* Fallback for older browsers that don't support svh */
@supports not (height: 100svh) {
    @media (max-width: 575.98px) {
        .hero {
            min-height: 100vh;
        }

        .hero-content {
            min-height: calc(100vh - 120px);
        }
    }
}

.hd-loader {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    background: #23C7E2;
    color: #fff;
    z-index: 9999;
    text-align: center;
}

.hd-loader__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px; /* <-- controls vertical spacing */
    padding: 22px 26px;
    border-radius: 20px;
    background: rgba(255,255,255,0.01);
    backdrop-filter: blur(6px);
}

.hd-loader__logo {
    width: 98px;
    height: 98px;
    object-fit: contain;
    margin: 0; /* remove extra spacing */
    filter: drop-shadow(0 10px 18px rgba(0,0,0,0.18));
}

.hd-loader__spinner {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    border: 4px solid rgba(255,255,255,0.35);
    border-top-color: rgba(255,255,255,0.95);
    animation: hd-spin 1s linear infinite;
    margin: 0; /* remove extra spacing */
}

.hd-loader__text {
    font-weight: 600;
    font-size: 1.05rem;
    margin: 0;
    line-height: 1.2;
}

@keyframes hd-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hd-loader__spinner {
        animation: none;
    }
}

.meet-section {
    position: relative;
    padding: 400px 0;
    background: #fff;
    overflow: hidden;
}

/* Background blobs */
.meet-bg {
    position: absolute;
    border-radius: 999px;
    z-index: 0;
    opacity: 0.55;
}

.meet-bg--tl {
    width: 520px;
    height: 520px;
    left: -260px;
    top: -120px;
    background: #dff7fb; /* soft teal */
}

.meet-bg--br {
    width: 420px;
    height: 420px;
    right: -220px;
    bottom: -160px;
    background: #eef0ff; /* soft lavender */
}

.meet-bg--mid {
    width: 260px;
    height: 260px;
    right: 220px;
    bottom: 120px;
    background: #f2f3ff; /* pale purple */
}

/* ensure content sits above blobs */
.meet-section .container {
    position: relative;
    z-index: 1;
}

/* Left media cluster */
.meet-media {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 420px;
}

.meet-blob {
    position: absolute;
    width: 560px;
    height: 560px;
    border-radius: 683.5px 480px;
    background: #dff7fb; /* big blob behind image */
    opacity: .5;
    left: -120px;
    top: -60px;
    z-index: 0;
}

/* Container: keeps your exact ratio and provides the custom shape */
.meet-photo-card {
    position: relative;
    z-index: 1;
    width: min(620px, 100%);
    aspect-ratio: 768 / 493; /* matches your image */
    overflow: hidden;
    /* EXACT-style corner weighting (big left, softer right) */
    border-radius: 200px 010px 300px 100px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.12);
    background: #fff;
    clip-path: path("M160 0 H610 Q620 0 620 10 V483 Q620 493 610 493 H160 Q40 493 18 410 Q0 360 0 246 Q0 132 18 83 Q40 0 160 0 Z");
}

/* Image fills the shaped container */
.meet-photo {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
    .meet-section {
        padding: 70px 0;
    }

    .meet-media {
        min-height: 320px;
    }

    .meet-blob {
        width: 420px;
        height: 420px;
        left: -140px;
        top: -90px;
    }
}

/* Meet section overall padding (yours is currently 300px which is HUGE) */
.meet-section {
    position: relative;
    padding: 110px 0; /* OG is roomy but not 300px */
    background: #fff;
    overflow: hidden;
}

/* OG-like text column: flex column, centered vertically, with % padding */
.meet-og-textcol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 10%;
    padding-right: 0%;
    font-size: 2rem;
}

/* Eyebrow */
.meet-eyebrow {
    font-family: var(--hd-font-heading);
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0 0 16px;
    color: rgba(0,0,0,0.65);
}

.meet-title {
    font-family: var(--hd-font-heading);
    color: var(--primary-color);
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.1;
    margin: 0 0 18px;
    /* match OG scale */
    font-size: clamp(2.2rem, 2.6vw, 3.2rem);
    text-transform: capitalize;
    --translateY: 0px;
    transform: translateY(var(--translateY));
    opacity: .95;
    will-change: opacity;
}

/* Paragraph styling */
.meet-paragraph {
    font-family: var(--hd-font-heading);
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.6;
    color: rgba(0,0,0,0.72);
    max-width: 660px;
    margin: 0 0 18px;
}

/* Mobile: remove the big left padding like OG would naturally do */
@media (max-width: 991.98px) {
    .meet-og-textcol {
        padding-left: 0%;
        padding-top: 0%;
        padding-bottom: 0%;
    }
}

.services-section {
    padding: 90px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.services-container {
    width: min(1200px, 91%);
    margin: 0 auto;
    text-align: center;
}

.services-section,
.services-container {
    background: #fff; /* keep white behind everything */
}

.services-title {
    font-size: clamp(2.2rem, 4vw, 4.2rem);
    line-height: 1.05;
    color: #23C7E2;
    font-weight: 600;
    margin: 0 0 50px;
}

/* carousel shell */
.services-carousel {
    --svc-gap: 18px; /* tweak if you want */
    position: relative;
    width: min(1180px, 100%);
    margin: 0 auto;
    background: #fff;
}

.svc-viewport {
    overflow: hidden;
    background: #fff;
}

/* track slides left/right by pages */
.svc-track {
    display: flex;
    gap: var(--svc-gap);
    will-change: transform;
    transition: transform 450ms ease;
    transform: translateX(calc(var(--page) * -1 * (100% + var(--svc-gap))));
}

/* card sizing:
   each card takes 1/perView of the viewport width (minus gaps via flex) */
.svc-card {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 calc((100% - ((var(--perView) - 1) * var(--svc-gap))) / var(--perView));
    border-radius: 26px;
    overflow: hidden;
    background: #fff;
}


    .svc-card:hover .svc-overlay,
    .svc-card:focus .svc-overlay,
    .svc-card:focus-visible .svc-overlay {
        opacity: 1;
    }

/* rectangular, like your OG service tiles */
.svc-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* Hover overlay that shows the SVG "description" */
.svc-overlay {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 250ms ease;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,0.0); /* keep the “white behind” vibe */
}

.svc-overlay-svg {
    width: 100%;
    height: 100%;
    object-fit: contain; /* svg stays nicely inside */
}

/* Breakpoints must match your JS (3/2/1) */
@media (max-width: 991.98px) {
    .services-carousel {
        --svc-gap: 14px;
    }
}

@media (max-width: 575.98px) {
    .services-carousel {
        --svc-gap: 12px;
    }
}

/* arrows */
.svc-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: none;
    background: transparent;
    color: #23C7E2;
    font-size: 44px;
    line-height: 1;
    cursor: pointer;
    display: grid;
    place-items: center;
    z-index: 2;
    padding: 0;
}

.svc-arrow--left {
    left: -56px;
}

.svc-arrow--right {
    right: -56px;
}

/* dots */
.svc-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
}

.svc-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    border: none;
    background: rgba(0,0,0,0.22);
    cursor: pointer;
}

    .svc-dot.is-active {
        background: rgba(0,0,0,0.6);
    }

.svc-card:focus .svc-overlay,
.svc-card:focus-visible .svc-overlay {
    opacity: 1;
}

.svc-card.is-placeholder {
    background: transparent;
    box-shadow: none;
    pointer-events: none;
}

/* =========================
   Impact Section Layout
========================= */

.impact-section {
    padding: 20vh 6rem;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.impact-container {
    width: 80vw;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 40px;
    align-items: center;
}

.impact-left {
    text-align: left;
}

.impact-title {
    margin: 0 0 18px;
    color: #23C7E2;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: clamp(1.8rem, 2.6vw, 3.2rem);
    line-height: 1.05;
}

.impact-divider {
    width: 90px;
    height: 2px;
    background: rgba(0,0,0,0.55);
    margin: 12px 0 22px;
}

.impact-text {
    margin: 0;
    color: #2b2b2b;
    font-size: 1.2rem;
    line-height: 1.7;
    max-width: 62ch;
}

/* =========================
   Impact Grid (2x2)
========================= */

.impact-right.impact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    align-content: start;
}

/* =========================
   Impact Card (your component)
========================= */

.impact-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    /* nice soft shadow */
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
    /* 3D tilt setup */
    transform-style: preserve-3d;
    will-change: transform;
    transition: transform 260ms ease, box-shadow 260ms ease;
    /* base transform uses CSS vars from component */
    transform: perspective(900px) rotateX(var(--rx)) rotateY(var(--ry));
}

    /* lift + stronger shadow on hover */
    .impact-card:hover {
        transform: translateY(-12px) perspective(900px) rotateX(var(--rx)) rotateY(var(--ry));
        box-shadow: 0 26px 60px rgba(0,0,0,0.22);
    }

/* image */
.impact-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    .impact-card {
        transition: none;
    }
}

/* =========================
   Responsive
========================= */

@media (max-width: 991.98px) {
    .impact-container {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .impact-left {
        text-align: center;
    }

    .impact-divider {
        margin-left: auto;
        margin-right: auto;
    }

    .impact-text {
        margin-left: auto;
        margin-right: auto;
    }

    .impact-right.impact-grid {
        gap: 16px;
    }
}

@media (max-width: 575.98px) {
    .impact-section {
        padding: 70px 0;
    }

    .impact-right.impact-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================
   TEAM SECTION
========================= */

.team-section {
    position: relative;
    background: #23C7E2; /* OG primary */
    padding: clamp(72px, 7vw, 120px) 0 clamp(80px, 9vw, 140px);
    overflow: hidden;
}

/* container width similar to your other sections */
.team-container {
    width: min(1400px, 92%);
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

/* heading styling like screenshot */
.team-title {
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: clamp(2.3rem, 4.5vw, 4.6rem);
    line-height: 1.05;
    margin: 0 0 clamp(28px, 3vw, 52px);
}

/* =========================
   GRID
========================= */

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(18px, 2.6vw, 46px);
    align-items: start;
}

/* Tablet */
@media (max-width: 991.98px) {
    .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px;
    }
}

/* Mobile */
@media (max-width: 575.98px) {
    .team-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }
}

/* =========================
   CARD
========================= */

.team-card {
    background: transparent;
    border: none;
    box-shadow: none;
}

.team-card-body {
    padding: 0;
    display: grid;
    justify-items: center;
    gap: 14px;
    /* subtle floating feel like Elementor motion */
    transform: translateY(0);
    transition: transform 250ms ease, filter 250ms ease;
    will-change: transform;
}

.team-card:hover .team-card-body {
    transform: translateY(-10px);
}

.team-photo {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 0; /* OG looks squared */
    box-shadow: 0 22px 50px rgba(0,0,0,0.18);
    background: rgba(255,255,255,0.15);
}

/* name + title */
.team-meta {
    display: grid;
    gap: 6px;
}

.team-name {
    color: #fff;
    font-weight: 300;
    font-size: clamp(1.35rem, 1.5vw, 1.75rem);
    line-height: 1.2;
}

.team-role {
    color: rgba(255,255,255,0.9);
    font-weight: 300;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.75rem;
}

@keyframes teamBob {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

/* Hover should win over bob */
.team-card:hover .team-card-body {
    animation: none;
    transform: translateY(-10px);
}

/* =========================
   BACKGROUND BLOBS
   (keep these if you want the same "wave/blob" look)
========================= */

.team-blobs {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.team-blob {
    position: absolute;
    border-radius: 999px;
    opacity: 0.22;
    filter: blur(0px);
    background: rgba(255,255,255,1);
}

/* Left blob */
.team-blob--left {
    width: 520px;
    height: 520px;
    left: -240px;
    top: -180px;
}

/* Right blob */
.team-blob--right {
    width: 720px;
    height: 720px;
    right: -360px;
    top: 90px;
}

@media (max-width: 575.98px) {
    .team-blob--left {
        width: 420px;
        height: 420px;
        left: -240px;
        top: -220px;
    }

    .team-blob--right {
        width: 520px;
        height: 520px;
        right: -320px;
        top: 120px;
    }
}


/* =======================
   CONTACT SECTION
======================= */
.contact-section {
    position: relative;
    padding: 110px 0;
    background: #23C7E2;
    overflow: hidden;
    color: #fff;
}

.contact-bg-blobs {
    position: absolute;
    inset: -25%;
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(closest-side, rgba(255,255,255,0.18), rgba(255,255,255,0) 68%) 8% 55% / 60% 60% no-repeat, radial-gradient(closest-side, rgba(255,255,255,0.14), rgba(255,255,255,0) 70%) 92% 40% / 62% 62% no-repeat, radial-gradient(closest-side, rgba(255,255,255,0.10), rgba(255,255,255,0) 72%) 55% 10% / 55% 55% no-repeat;
}

.contact-container {
    width: min(1200px, 92%);
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 54px;
    align-items: stretch;
}

.contact-map {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-map-frame {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.18);
}

    .contact-map-frame iframe {
        width: 100%;
        height: 420px;
        border: 0;
        border-radius: 8px;
        display: block;
    }

.contact-info {
    padding-top: 8px;
}

.contact-title {
    color: #fff;
    font-weight: 300;
    font-size: clamp(2.0rem, 3.4vw, 3.2rem);
    margin: 0 0 6px;
}

.contact-subtitle {
    color: #fff;
    opacity: 0.95;
    margin: 0 0 26px;
}

.contact-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.contact-h {
    margin: 0 0 14px;
    color: #fff;
    font-weight: 600;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
    color: #fff;
}

.contact-list--links a {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

    .contact-list--links a:hover {
        text-decoration: underline;
    }

.contact-icon {
    font-size: 1rem;
    opacity: 0.95;
}

.contact-btn {
    margin-top: 18px;
    border-radius: 10px;
    font-weight: 600;
    padding: 10px 18px;
}

/* responsive */
@media (max-width: 991.98px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-map-frame iframe {
        height: 360px;
    }
}

@media (max-width: 575.98px) {
    .contact-section {
        padding: 80px 0;
    }

    .contact-columns {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .contact-map-frame {
        padding: 12px;
    }

        .contact-map-frame iframe {
            height: 320px;
        }
}

/* =======================
   TESTIMONIALS SECTION
======================= */
.testimonials-section {
    position: relative;
    background: #ffffff;
    padding: 120px 0;
    overflow: hidden;
}

.testimonials-container {
    width: min(1400px, 92%);
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* same soft blob vibe */
.testimonials-bg-blobs {
    position: absolute;
    inset: -25%;
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(closest-side, rgba(35,199,226,0.12), rgba(35,199,226,0) 70%) 105% 45% / 60% 60% no-repeat, radial-gradient(closest-side, rgba(35,199,226,0.08), rgba(35,199,226,0) 72%) 85% 10% / 50% 50% no-repeat;
}

/* 2-column layout: title left, widget right */
.testimonials-grid {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 60px;
    align-items: center;
    min-height: 520px; /* gives that airy vertical space */
}

.testimonials-left {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.testimonials-title {
    color: #23C7E2;
    font-weight: 300;
    line-height: 1.1;
    font-size: clamp(2.2rem, 4.2vw, 4.1rem);
    margin: 0;
}

/* right side */
.testimonials-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-widget-shell {
    width: min(760px, 100%);
}

    /* Make sure the TrustIndex widget sits nicely and doesn't go full-width weird */
    .testimonials-widget-shell .ti-widget {
        width: 100% !important;
    }

    /* Optional: soften any harsh widget edges and align with screenshot */
    .testimonials-widget-shell .ti-widget-container {
        border-radius: 12px;
    }

/* Responsive */
@media (max-width: 991.98px) {
    .testimonials-section {
        padding: 90px 0;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 34px;
        min-height: unset;
    }

    .testimonials-left {
        justify-content: center;
        text-align: center;
    }
}


.hd-footer {
    background: #23C7E2; /* your primary */
    color: #fff;
    padding: 4% 4%;
}

.hd-footer__inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    gap: 40px;
}

.hd-footer__logo {
    width: 140px;
    height: auto;
}

.hd-footer__title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 14px 0;
}

.hd-footer__links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .hd-footer__links a {
        display: block;
        color: #fff;
        text-decoration: none;
        margin: 10px 0;
        letter-spacing: .5px;
    }

        .hd-footer__links a:hover {
            text-decoration: underline;
        }

.hd-footer__social {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hd-footer__icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

    .hd-footer__icon.google {
        background: #d93025;
    }

    .hd-footer__icon.fb {
        background: #1877f2;
    }

    .hd-footer__icon.yelp {
        background: #c41200;
    }

.hd-footer__bottom {
    text-align: center;
    margin-top: 40px;
    opacity: 0.95;
}

/* Mobile stacking */
@media (max-width: 900px) {
    .hd-footer__inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .hd-footer__social {
        flex-direction: row;
    }
}
