/* ─────────────────────────────────────────────────────────────
   Cheap Moving NY — brand extension on top of Haul tokens
   Adds: navy accent, screenshot-matching CTme (navy pill w/
   orange ring), photo-band overlays, NYC tan/cream surfaces.
   ───────────────────────────────────────────────────────────── */

:root {
    /* Brand */
    --cm-orange: #ff4f00; /* primary CTA accent (Haul orange) */
    --cm-orange-rgb: 255, 79, 0;
    --cm-orange-deep: #e64700;
    --cm-orange-soft: #ffe6d8;
    --cm-navy: #033680; /*  #1.slided3a5f deep navy — section heads, footer */
    --cm-navy-deep: #14294a;
    --cm-navy-ink: #0f2240;
    --cm-cream: #fffefb;
    --cm-cream-soft: #f4efe7; /* "Our Services" tinted band */
    --cm-cream-tan: #ece4d4;
    --cm-ink: #201515;
    --cm-line: #d9d3c4;
    /* Override Haul tokens where we want brand-wide effect */
    --color-primary: var(--cm-orange);
    --color-canvas-soft: var(--cm-cream-soft);
    --cm-danger-rgb: #ff0000;
}

html, body {
    background: var(--cm-cream);
}

.cm-logo {
    height: 60px;
    width: auto;
    display: block;
}
/* ── Container ───────────────────────────────────────────── */
/*.cm-wrap { max-width: 1240px; margin: 0 auto; padding: 0 24px; }*/
.cm-wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 10px;
}

.cm-wrap-quote {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 36px;
    align-items: start;
}

.cm-wrap-services {
    display: grid;
    grid-template-columns: minmax(0px, 1fr) minmax(0px, 1.6fr);
    gap: 36px;
    align-items: center;
    background: rgb(255, 255, 255);
    border: 1px solid var(--cm-line);
    border-radius: 18px;
    padding: 32px;
}

.cm-wrap-narrow {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ── Type helpers ────────────────────────────────────────── */
.cm-eyebrow {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--cm-navy);
}

.cm-eyebrow-sm {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--cm-navy);
}

.cm-tagline {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 28px;
    color: var(--cm-navy);
    letter-spacing: -0.2px;
}

.cm-h1 {
    font-family: var(--font-body);
    font-weight: 800;
    /*font-size: clamp(40px, 5.4vw, 64px);*/
    font-size: clamp(36px, 4.86vw, 57.6px);
    line-height: 1.02;
    letter-spacing: -1.2px;
    color: var(--cm-cream);
    text-transform: uppercase;
    margin: 0;
}

    .cm-h1 .cm-h1-accent {
        color: var(--cm-orange);
        display: block;
    }

.cm-h2 {
    font-family: var(--font-body);
    font-weight: 800;
    font-size: clamp(24px, 3.2vw, 44px);
    line-height: 1.08;
    letter-spacing: -0.6px;
    color: var(--cm-navy);
    margin: 0;
}

    .cm-h2.on-dark {
        color: var(--cm-cream);
    }

    .cm-h2 .accent {
        color: var(--cm-orange);
    }

.cm-h3 {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    color: var(--cm-navy);
    margin: 0;
}

.cm-lead {
    font-size: 18px;
    line-height: 1.55;
    color: #4a4a4a;
}

.cm-muted {
    color: #6b6760;
}

/* ── Buttons ─────────────────────────────────────────────── */

.cm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    transition: transform 120ms ease, background 160ms ease, box-shadow 160ms ease, color 160ms ease;
    white-space: nowrap;
}

    .cm-btn:active {
        transform: translateY(1px);
    }

.cm-btn-frm {
    padding: 10px 18px;
    border-radius: 9999px;
    font-size: 13px;
    letter-spacing: 0.3px;
    background: rgb(255, 255, 255);
    color: var(--cm-navy);
    border: 1.5px solid var(--cm-navy);
    /*    min-width: 100px;*/
}

.cm-btn-frm-active {
    background: var(--cm-navy);
    color: rgb(255, 255, 255);
}

.cm-btn-movingtype {
    padding: 10px 20px;
    border-radius: 9999px;
    font-size: 13px;
    letter-spacing: 0.3px;
    background: rgb(255, 255, 255);
    color: var(--cm-navy);
    border: 1.5px solid var(--cm-navy);
}

.cm-btn-movingtype-active {
    padding: 10px 20px;
    border-radius: 9999px;
    font-size: 13px;
    letter-spacing: 0.3px;
    background: var(--cm-navy);
    color: rgb(255, 255, 255);
    border: 1.5px solid var(--cm-navy);
}

.cm-btn-loc {
    background: rgb(255, 255, 255);
    border: 1.5px solid var(--cm-navy);
    color: var(--cm-navy);
    padding: 12px 20px;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 700;
    /*    transition: 160ms;
*/
}

/* Signature CTA — navy pill with orange ring (from screenshots) */
.cm-btn-primary {
    background: var(--cm-navy);
    color: var(--cm-cream);
    padding: 13px 17px;
    border-radius: 9999px;
    box-shadow: 0 0 0 2.5px var(--cm-orange), 0 4px 12px rgba(29,58,95,0.18);
}

    .cm-btn-primary:hover {
        background: var(--cm-navy-deep);
    }

    .cm-btn-primary.cm-btn-lg {
        padding: 16px 32px;
        font-size: 16px;
    }

/* Orange solid pill */
.cm-btn-orange {
    background: var(--cm-orange);
    color: #fff;
    padding: 13px 26px;
    border-radius: 9999px;
    box-shadow: 0 4px 12px rgba(255,79,0,0.25);
}

    .cm-btn-orange:hover {
        background: var(--cm-orange-deep);
    }

/* Ghost / link button */
.cm-btn-ghost {
    background: transparent;
    color: var(--cm-navy);
    padding: 12px 22px;
    border-radius: 9999px;
    border: 1.5px solid var(--cm-navy);
}

    .cm-btn-ghost:hover {
        background: var(--cm-navy);
        color: var(--cm-cream);
    }

.cm-btn-ghost-light {
    background: transparent;
    color: #fff;
    padding: 12px 17px;
    border-radius: 9999px;
    border: 1.5px solid rgba(255,255,255,0.7);
}

    .cm-btn-ghost-light:hover {
        background: #fff;
        color: var(--cm-navy);
    }



/* ── Cards ───────────────────────────────────────────────── */
.cm-card {
    background: #fff;
    border: 1px solid var(--cm-line);
    border-radius: 14px;
    padding: 28px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
    width: 100%;
}

    .cm-card:hover {
        transform: translateY(-3px);
        border-color: var(--cm-navy);
        box-shadow: 0 12px 28px rgba(29,58,95,0.10);
    }

.cm-card-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    color: var(--cm-navy);
}

    .cm-card-icon svg {
        width: 48px;
        height: 48px;
        stroke: var(--cm-navy);
        stroke-width: 1.6px;
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.cm-card-title {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 17px;
    color: var(--cm-navy);
}

/* ── Bands ───────────────────────────────────────────────── */
.cm-band {
    padding: 20px 0;
}

.cm-band-sm {
    padding: 56px 0;
}

.cm-band-cream {
    background: var(--cm-cream);
}

.cm-band-soft {
    background: var(--cm-cream-soft);
}

.cm-band-tan {
    background: var(--cm-cream-tan);
}

.cm-band-navy {
    background: var(--cm-navy);
    color: var(--cm-cream);
}

    .cm-band-navy h2, .cm-band-navy .cm-eyebrow {
        color: var(--cm-cream);
    }

/* ── Hero ────────────────────────────────────────────────── */
.cm-hero {
    position: relative;
    /*background: linear-gradient(115deg, rgba(15,34,64,0.78) 0%, rgba(15,34,64,0.35) 45%, rgba(15,34,64,0.15) 70%, rgba(15,34,64,0.5) 100%), linear-gradient(180deg, #c97d3a 0%, #8a4e26 38%, #4d2f1a 70%, #2a1a12 100%);*/
    min-height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 5px;
    background-image: url(/assets/hero.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; /* Optional: ensures the image fills the area */
    /*    background-size: 100%;*/
}

.cm-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 24px;
    align-items: center;
    width: 100%;
    /*padding: 44px 0 0 10px;*/
}

.cm-hero-text {
    color: var(--cm-cream);
}

.cm-hero-art {
    position: relative;
}


/* ── Page hero (small header for inner pages) ────────────── */
.cm-announcement {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgb(255, 122, 43);
    /*background: rgba(var(--cm-orange-rgb), 0.8);*/
    /*background: rgba(255, 79, 0, 0.5);*/
    border: 1px solid rgba(255, 79, 0, 0.55);
    color: rgb(255, 255, 255);
    /* color: rgb(255, 210, 184);*/
    padding: 10px 20px;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.cm-page-hero {
    background: var(--cm-navy);
    color: var(--cm-cream);
    padding: 64px 0 56px;
    position: relative;
    overflow: hidden;
}

    .cm-page-hero::after {
        content: "";
        position: absolute;
        inset: auto -10% -60% 50%;
        height: 200px;
        background: radial-gradient(ellipse at center, rgba(255,79,0,0.18), transparent 70%);
        pointer-events: none;
    }

    .cm-page-hero .cm-eyebrow {
        color: var(--cm-orange);
        letter-spacing: 1.6px;
        font-size: 13px;
    }

    .cm-page-hero h1 {
        font-family: var(--font-body);
        font-weight: 800;
        font-size: clamp(30px, 4.5vw, 56px);
        line-height: 1.05;
        margin: 10px 0 14px;
        letter-spacing: -0.6px;
        color: var(--cm-cream);
        text-transform: uppercase;
    }

    .cm-page-hero p {
        max-width: 850px;
        /*        max-width: 640px;
*/ font-size: 18px;
        color: rgba(255,254,251,0.85);
        line-height: 1.55;
    }

    .cm-page-hero .accent {
        color: var(--cm-orange);
    }
/* ── Section header ──────────────────────────────────────── */
.cm-section-head {
    text-align: center;
    margin-bottom: 36px;
}

    .cm-section-head .cm-eyebrow {
        display: inline-block;
        position: relative;
        padding: 0 16px;
    }
        /*.cm-section-head .cm-eyebrow::before,
.cm-section-head .cm-eyebrow::after {
  content: ""; position: absolute; top: 50%;
  width: 70px; height: 1px; background: var(--cm-navy); opacity: 0.25;
}*/
        .cm-section-head .cm-eyebrow::before {
            right: 90%;
        }

        .cm-section-head .cm-eyebrow::after {
            left: 90%;
        }

/* ── Grids ───────────────────────────────────────────────── */
.cm-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.cm-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.cm-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

/* ── Nav ─────────────────────────────────────────────────── */
.cm-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #fff;
    border-bottom: 1px solid var(--cm-line);
}

.cm-nav-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 24px;
    gap: 24px;
}

.cm-nav-links {
    display: flex;
    align-items: center;
    gap: 26px;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .cm-nav-links > li {
        position: relative;
    }

    .cm-nav-links a {
        font-family: var(--font-body);
        font-weight: 800;
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: var(--cm-navy);
        text-decoration: none;
        padding: 10px 0;
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .cm-nav-links span {
        font-family: var(--font-body);
        font-weight: 800;
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: var(--cm-orange);
        text-decoration: none;
        padding: 10px 0;
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .cm-nav-links a:hover {
        color: var(--cm-orange);
    }

    .cm-nav-links a.active {
        color: var(--cm-orange);
    }

    .cm-nav-links .cm-caret {
        width: 14px;
        height: 14px;
        stroke: currentColor;
        stroke-width: 4;
        fill: none;
    }

.cm-submenu {
    position: absolute;
    top: 100%;
    left: -16px;
    background: #fff;
    border: 1px solid var(--cm-line);
    border-radius: 12px;
    padding: 10px 0;
    min-width: 200px;
    box-shadow: 0 12px 28px rgba(29,58,95,0.12);
    list-style: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
}

.cm-nav-links li:hover .cm-submenu,
.cm-nav-links li:focus-within .cm-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/*cm-mobile-nav-links li:hover .cm-submenu,
.cm-mobile-nav-links li:focus-within .cm-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}*/
.cm-mobile-nav-links .cm-caret {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    stroke-width: 4;
    fill: none;
}

.cm-mobile-nav-links li ul {
    display: none;
    padding-left: 26px;
    transition: all 0.3s ease;
}

.cm-mobile-nav-links li.active > ul {
    display: block;
}

/* optional animation */
.cm-mobile-nav-links li ul li a {
    font-size: 12px;
}

/* make clickable row layout */
.cm-mobile-nav-links li.has-submenu > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cm-submenu a {
    display: block;
    padding: 10px 18px;
    letter-spacing: 0.4px;
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
}

/* Mobile nav */
.cm-mobile-phone {
    width: 36px;
    height: 36px;
    border-radius: 9999px;
    background: var(--cm-orange);
    display: none;
    place-items: center;
    flex: 0 0 36px;
    color: #fff;
    cursor: pointer;
    padding: 6px;
}

    .cm-mobile-phone svg {
        width: 17px;
        height: 17px;
        stroke: #fff;
        stroke-width: 3;
        fill: none;
    }

.cm-burger {
    display: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 6px;
}

    .cm-burger svg {
        width: 26px;
        height: 26px;
        stroke: var(--cm-navy);
        stroke-width: 2;
        fill: none;
    }

.cm-mobile-nav {
    display: none;
}

@media (max-width: 960px) {
    .cm-nav-links {
        display: none;
    }

    .cm-burger, .cm-mobile-phone {
        display: inline-flex;
    }

    .cm-mobile-nav.open {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        border-bottom: 1px solid var(--cm-line);
        padding: 12px 0 18px;
        box-shadow: 0 12px 24px rgba(0,0,0,0.06);
    }

    .cm-mobile-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .cm-mobile-nav a {
        display: block;
        padding: 14px 24px;
        color: var(--cm-navy);
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 0.6px;
        text-transform: uppercase;
        text-decoration: none;
        border-bottom: 1px solid var(--cm-line);
    }

        .cm-mobile-nav a.sub {
            padding-left: 44px;
            font-weight: 500;
            text-transform: none;
            font-size: 14px;
            letter-spacing: 0;
        }

    .cm-nav-cta-desktop {
        display: none;
    }
}

/* ── Footer ──────────────────────────────────────────────── */
.cm-footer {
    background: var(--cm-navy);
    color: var(--cm-cream);
    padding: 40px 0 22px;
}

.cm-footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.1fr 1fr;
    gap: 32px;
    align-items: start;
}

.cm-footer h5 {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--cm-cream);
    margin: 0 0 14px;
}

.cm-footer a {
    color: rgba(255,254,251,0.78);
    text-decoration: none;
    font-size: 15px;
    line-height: 1.8;
    display: block;
}

    .cm-footer a:hover {
        color: var(--cm-orange);
    }

.cm-footer-contact-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.cm-circle-icon {
    width: 36px;
    height: 36px;
    border-radius: 9999px;
    background: var(--cm-orange);
    display: grid;
    place-items: center;
    flex: 0 0 36px;
    color: #fff;
}

    .cm-circle-icon svg {
        width: 17px;
        height: 17px;
        stroke: #fff;
        stroke-width: 3;
        fill: none;
    }

.cm-social-row {
    display: flex;
    gap: 10px;
    margin-top: 6px;
}

    .cm-social-row a {
        text-align: center;
        align-content: center;
    }

.cm-mini-map {
    width: 100%;
    aspect-ratio: 16/8;
    border-radius: 10px;
    background: linear-gradient(180deg, #cde4d1 0%, #c8e1d4 30%, #aed4c7 60%, #95c4b6 100%);
    border: 1px solid rgba(255,255,255,0.12);
    position: relative;
    overflow: hidden;
}

.cm-footer-meta {
    border-top: 1px solid rgba(255,254,251,0.15);
    margin-top: 28px;
    padding-top: 16px;
    text-align: center;
    font-size: 13px;
    color: rgba(255,254,251,0.55);
}

@media (max-width: 900px) {
    .cm-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 26px;
    }

    .cm-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .cm-grid-3 {
        grid-template-columns: 1fr;
    }

    .cm-grid-2 {
        grid-template-columns: 1fr;
    }

    .cm-hero-grid {
        grid-template-columns: 1fr;
    }

    .cm-hero-art {
        display: none;
    }

    .cm-hero {
        /*background-image: none !important;*/ /* Removes the image */
        background: linear-gradient(115deg, rgba(15,34,64,0.78) 0%, rgba(15,34,64,0.35) 45%, rgba(15,34,64,0.15) 70%, rgba(15,34,64,0.5) 100%), linear-gradient(180deg, #c97d3a 0%, #8a4e26 38%, #4d2f1a 70%, #2a1a12 100%);
    }
}

.cm-first-col {
    background: rgb(255, 255, 255);
    border: 1px solid var(--cm-line);
    border-radius: 16px;
    padding: 16px;
}


.cm-wrap-contact {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 36px;
    align-items: start;
    padding: 0;
}

.cm-wrap-services {
    display: grid;
    grid-template-columns: minmax(0px, 1fr) minmax(0px, 1.4fr);
    gap: 36px;
    align-items: center;
    background: rgb(255, 255, 255);
    border: 1px solid var(--cm-line);
    border-radius: 18px;
    padding: 32px;
}


@media (max-width: 780px) {
    .cm-hero {
       min-height: 420px;
            }
    .slider-btn, .borough_icon, .hero-image {
        display: none;
    }

    .cm-mobile-nav-links li ul {
        display: none;
        position: static;
        width: 100%;
        background: #fff;
    }

    /* show submenu when active */
    .cm-mobile-nav-links li.active > ul {
        display: block;
    }

    /* make parent clickable */
    .cm-mobile-nav-links li > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /* optional arrow */
    .cm-mobile-nav-links li.has-submenu > a::after {
        /*content: "▾";*/
        font-size: 12px;
        margin-left: 8px;
    }


    .cm-footer-grid {
        grid-template-columns: 1fr;
    }

    .cm-wrap-1410-36, .cm-services {
        grid-template-columns: 1fr;
    }

    /* .cm-grid-4 {
        grid-template-columns: 1fr;
    }*/

    .cm-wrap-quote, .cm_wrap-services, .cm-wrap {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }

        .cm-wrap-quote aside {
            order: 2;
        }

        .cm-wrap-quote .cm-first-col {
            order: 1;
        }

    .cm-band {
        padding: 20px 0;
    }

    .cm-tagline {
        font-size: 24px;
        line-height: normal;
    }

    .cm-page-hero {
        padding: 40px 0 40px;
    }

    /*.cm-hero-grid {             
            padding-top: 24px;
        }*/

    /*   .cm-wrap-1410-36  aside {
            grid-row: 2; order: 2
        }




      .cm-services > aside {
        grid-row: 2;
    }

     

        
        .cm-first-col {
            order: 1;
            flex: 0 0 100%;     
            width: 100%;
            color: pink;
            background-color: pink;
        }*/

}










/* ── Inputs ──────────────────────────────────────────────── */
.cm-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .cm-field label {
        font-family: var(--font-body);
        font-weight: 600;
        font-size: 13px;
        color: var(--cm-navy);
        letter-spacing: 0.3px;
    }

.cm-input, .cm-select, .cm-textarea {
    background: #fff;
    border: 1.5px solid var(--cm-line);
    border-radius: 10px;
    padding: 13px 14px;
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--cm-ink);
    width: 100%;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

    .cm-input:focus, .cm-select:focus, .cm-textarea:focus {
        outline: none;
        border-color: var(--cm-navy);
        box-shadow: 0 0 0 3px rgba(29,58,95,0.12);
    }

.cm-textarea {
    resize: vertical;
    min-height: 110px;
    font-family: var(--font-body);
}

.cm-select {
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%231d3a5f' stroke-width='2'><polyline points='6 9 12 15 18 9'/></svg>");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}

/* ── Stars ───────────────────────────────────────────────── */
.cm-stars {
    color: var(--cm-orange);
    letter-spacing: 2px;
    font-size: 15px;
}

.cm-step-active {
    flex: 1 1 0%;
    height: 5px;
    border-radius: 4px;
    background: rgb(255, 79, 0);
}

.cm-step-blur {
    flex: 1 1 0%;
    height: 5px;
    border-radius: 4px;
    background: var(--cm-line);
}

/* Animations — subtle */
@keyframes cmFadeUp {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cm-fade-up {
    animation: cmFadeUp 360ms ease both;
}

.d-none {
    display: none !important;
}



/*.borough_text p {
    color: rgb(58, 58, 58);
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 14px;
}*/
.borough_text p a {
    /*color: rgb(58, 58, 58);*/
    text-decoration: none;
}

.cm-wrap .borough_icon {
    position: relative;
    aspect-ratio: 1 / 1;
    max-width: 360px;
    margin-left: auto;
}

.cm-wrap .hero-image img {
    position: relative;
    max-width: 360px;
    height: auto;
    width: 100%;
}
/*. {
    */ /* Stretches to fill container */
/*max-width: 400px;*/ /* Never goes past 800px */
/**/ /* Keeps aspect ratio */
/*}*/

.cm-services-grid {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

    .cm-services-grid p {
        color: rgb(90, 90, 90);
        line-height: 1.4; /* line-height: 1.3;*/
        /*color*/: rgb(58, 58, 58);
        font-size: 15px;
        margin: 0;
        /*  margin: 0px 0px 16px;*/
        max-width: 600px;
    }

    .cm-services-grid a {
        align-items: baseline;
    }
/* Slider Section*/
.slider-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 1240px;
    margin: 0 auto;
}

.slider-track {
    display: flex;
    transition: transform 0.45s cubic-bezier(.4,0,.2,1);
    align-items: stretch; /* ← makes all slides stretch to the tallest one */
    gap: 0;
}
/* ── Slides: show 4 at once on desktop ── */
.slide4 {
    flex: 0 0 calc(100% / 4);
    padding: 0 10px;
    display: flex;
}
/* ── Slides: show 3 at once on desktop ── */
.slide3 {
    flex: 0 0 calc(100% / 3);
    /*        flex: 0 0 calc((100% - 2 * 13px) / 3);
    */ box-sizing: border-box;
    padding: 0 10px;
    display: flex;
}
/* ── Navigation Buttons ── */
.slider-btn {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    color: #555;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
    transition: background .2s, color .2s;
    z-index: 10;
}

    .slider-btn:hover {
        background: #e07a3a;
        color: #fff;
        border-color: #e07a3a;
    }

.prev-btn {
    left: 0px;
}

.next-btn {
    right: 0px;
}

/* ── Dots ── */
.slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: background .25s, transform .25s;
    border: none;
    padding: 0;
}

    .dot.active {
        background: #e07a3a;
        transform: scale(1.3);
    }

.faq-question {
    font-family: var(--font-body);
    font-size: 18px;
    color: rgb(255, 254, 251);
    width: 100%;
    background: none;
    border: none;
    outline: none;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    font-weight: 600;
    cursor: pointer;
}


/* ── Responsive: 2 cards on tablet, 1 on mobile ── */
@media (max-width: 900px) {
    .slide3, .slide4 {
        flex: 0 0 50%;
    }
}

@media (max-width: 560px) {
    .slide3, .slide4 {
        flex: 0 0 100%;
    }

    .quote {
        min-height: unset;
    }
    .cm-logo {
        height: 50px;
        
    }
    .cm-btn {
        /*font-weight: 600;*/
        font-size: 12px;
    }

    cm-btn-loc {
        font-weight: 700;
    }

    .cm-btn-ghost {
        padding: 12px 18px;
    }

    .body-md, p {
        font-size: var(--fs-body-sm);
        line-height: var(--lh-body-sm);
        font-weight: var(--fw-body-sm);
    }

    .faq-question {
        font-size: 15px;
        padding: 5px 0;
    }

    /*.cm-wrap {
               padding: 0  
    }*/
}

.my-error-message {
    font-size: 14px;
    color: var(--cm-danger-rgb) !important;
}
