/* ----------------------------------------------------------------
    Wayside Inc. - Site-specific styles
    Refined homepage stylesheet
    Canvas 8 / Bootstrap 5
    Keep Canvas style.css unchanged.
----------------------------------------------------------------- */

:root {
    --cnvs-themecolor: #b52227;
    --cnvs-themecolor-rgb: 181, 34, 39;
    --cnvs-body-font: "Roboto", sans-serif;
    --cnvs-primary-font: "Roboto", sans-serif;
    --wayside-red: #b52227;
    --wayside-red-dark: #94181d;
    --wayside-charcoal: #202428;
    --wayside-charcoal-2: #2c3135;
    --wayside-gray: #666d73;
    --wayside-light: #f4f5f6;
    --wayside-border: #dfe2e4;
    --wayside-white: #ffffff;
    --wayside-heading: "Roboto", sans-serif;
}

body {
    color: #303438;
    font-family: var(--cnvs-body-font);
    background: #f3f3f1;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--wayside-heading);
    color: #1e2225;
    font-weight: 700;
}

a { text-decoration: none; }

/* Top Bar
----------------------------------------------------------------- */

#top-bar.wayside-topbar {
    background: var(--wayside-charcoal) !important;
    border: 0 !important;
    color: #fff !important;
    min-height: 38px;
    font-family: "Roboto", sans-serif;
    font-size: 0.88rem;
}

#top-bar.wayside-topbar .container {
    padding-top: 7px;
    padding-bottom: 7px;
}

.wayside-topbar-left {
    display: flex;
    align-items: center;
    gap: 2rem;
    white-space: nowrap;
}

.wayside-topbar-left span,
.wayside-topbar-left a {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    color: #fff !important;
    font-weight: 500;
}

.wayside-topbar-left a:hover { color: #fff !important; }
.wayside-topbar-left i { color: #e23a40; }

.wayside-topbar-message {
    color: #fff !important;
    font-weight: 400;
    white-space: nowrap;
}

.wayside-topbar-facebook {
    display: flex;
    align-items: center;
    gap: 0.4rem;
	background: #365899;
    border: 1px solid #365899;
	border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0,0,0,.35);
    color: #fff !important;
    font-size: 0.9rem;
    font-weight: 500;
    white-space: nowrap;
}

.wayside-topbar-facebook i { font-size: 1rem; }
.wayside-topbar-facebook:hover { background: #2d4b84; border-color: #2d4b84; color: #fff !important; }

/* Header
----------------------------------------------------------------- */

.wayside-header {
    background: #f5f5f3;
    border-bottom: 1px solid #eceeef;
}

.wayside-header #header-wrap { background: #f5f5f3; }

.wayside-logo {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wayside-logo img {
    height: 64px;
    width: auto;
    max-width: 280px;
    object-fit: contain;
}

.wayside-header .menu-link > div { position: relative; }

.wayside-header .menu-item.current > .menu-link { color: var(--wayside-red); }

.wayside-header .menu-item.current > .menu-link > div::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background-color: var(--wayside-red);
    margin: 0;
}

.wayside-header .menu-link {
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    color: #25292d;
    padding-left: 1.15rem;
    padding-right: 1.15rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.wayside-header .menu-link:hover { color: var(--wayside-red); }

.wayside-call-button,
.wayside-primary-button {
    background: var(--wayside-red);
    border: 1px solid var(--wayside-red);
    color: #fff;
    border-radius: 4px;
    font-family: var(--wayside-heading);
    font-weight: 700;
    text-transform: none;
    letter-spacing: .01em;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    text-shadow: 0 1px 1px rgba(0,0,0,.42);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 2px 5px rgba(0,0,0,.16);
}

.wayside-call-button:hover,
.wayside-primary-button:hover {
    background: var(--wayside-red-dark);
    border-color: var(--wayside-red-dark);
    color: #fff;
}

.wayside-outline-button {
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.85);
    color: #fff;
    border-radius: 4px;
    font-family: var(--wayside-heading);
    font-weight: 700;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    text-shadow: 0 1px 1px rgba(0,0,0,.55);
}

.wayside-outline-button:hover {
    background: #fff;
    color: #202428;
    border-color: #fff;
}

/* Hero
----------------------------------------------------------------- */

.wayside-hero {
    position: relative;
    background-size: cover;
    background-position: center 52%;
    overflow: hidden;
}

.wayside-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(18,22,25,.88) 0%, rgba(18,22,25,.66) 43%, rgba(18,22,25,.16) 72%, rgba(18,22,25,.05) 100%);
}

.wayside-hero-copy { max-width: 620px; }

.wayside-kicker {
    font-family: var(--wayside-heading);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--wayside-red);
    font-size: .93rem;
    margin-bottom: .45rem;
}

.light-kicker {
    color: #fff;
    opacity: .9;
}

.wayside-hero-copy h1 {
    font-family: "Roboto", sans-serif;
    font-size: clamp(2.65rem, 3.3vw, 4rem);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.025em;
    text-transform: none;
    color: #fff;
    margin-bottom: 0.9rem;
    text-shadow: 0 2px 8px rgba(0,0,0,0.32);
}

.wayside-hero-copy h2 {
    font-family: "Roboto", sans-serif;
    font-size: clamp(1.45rem, 1vw, 2rem);
    line-height: 1.15;
    font-weight: 600;
    text-transform: none;
    color: #fff;
    margin: 0 0 1.2rem;
    letter-spacing: 0;
}

.wayside-hero-copy h2::after {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    background: var(--wayside-red);
    margin-top: 1rem;
}

.wayside-hero-copy p {
    font-size: 1.18rem;
    line-height: 1.45;
    max-width: 600px;
    color: rgba(255,255,255,.94);
    margin: 0;
}


/* 24-Hour Towing Badge
----------------------------------------------------------------- */

.wayside-24hour-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin: .15rem 0 .75rem;
    padding: .45rem .75rem;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 999px;
    background: rgba(20,24,27,.58);
    color: #fff;
    font-family: var(--wayside-heading);
    font-size: .92rem;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(0,0,0,.16);
    backdrop-filter: blur(2px);
}

.wayside-24hour-badge i {
    color: #f0b8ba;
    font-size: .95rem;
}

@media (max-width: 767.98px) {
    .wayside-24hour-badge {
        margin-bottom: .6rem;
        padding: .4rem .65rem;
        font-size: .85rem;
    }
}

/* Common Sections
----------------------------------------------------------------- */

.wayside-section {
    padding: 2.85rem 0;
}

.wayside-section-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.1rem;
}

.wayside-section-heading h2 {
    font-size: clamp(2rem, 3vw, 2.65rem);
    text-transform: none;
    margin: 0;
    letter-spacing: 0;
    font-weight: 700;
}

.wayside-rule {
    width: 48px;
    height: 3px;
    background: var(--wayside-red);
    display: inline-block;
}

/* Services
----------------------------------------------------------------- */

.wayside-services {
    background: #f8f8f6;
    padding-top: 1.9rem;
    padding-bottom: 1.9rem;
}

.wayside-services .wayside-section-heading { margin-bottom: 0.9rem; }

.wayside-service-grid {
    border-top: 1px solid var(--wayside-border);
    border-bottom: 1px solid var(--wayside-border);
}

.wayside-service-item {
    height: 100%;
    text-align: center;
    padding: 1rem 1.1rem;
    border-right: 1px solid var(--wayside-border);
    background: #f8f8f6;
    transition: background .2s ease;
}

.wayside-service-item:hover { background: var(--wayside-light); }

.wayside-service-icon {
    margin-bottom: 0.55rem;
    line-height: 1;
}

.wayside-service-icon img,
.wayside-service-icon svg {
    display: block;
    margin: 0 auto;
    height: auto;
}

.wayside-service-item h3 {
    color: var(--wayside-charcoal);
    font-size: 1.45rem;
    line-height: 1.15;
    margin-bottom: 0.35rem;
}

.wayside-service-item p {
    margin: 0 auto;
    max-width: 255px;
    color: #555c61;
    line-height: 1.42;
    font-size: 0.98rem;
}

/* About
----------------------------------------------------------------- */

.wayside-about {
    padding: 0;
    background: var(--wayside-light);
    border-top: 1px solid #eceeef;
    border-bottom: 1px solid #e5e8ea;
}

.wayside-about-photo {
    min-height: 335px;
    background-size: cover;
    background-position: center;
}

.wayside-about-copy {
    padding: 1.8rem 2.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wayside-about-copy h2 {
    font-size: clamp(2rem, 2.8vw, 3rem);
    line-height: 1.08;
    font-weight: 700;
    margin-bottom: 0.85rem;
    letter-spacing: -0.02em;
    text-transform: none;
}

.wayside-about-copy p {
    font-size: 1rem;
    line-height: 1.5;
    max-width: 690px;
    margin-bottom: 0.7rem;
}

/* What We Move
----------------------------------------------------------------- */

.wayside-move-section {
    background: #fff;
    padding-top: 1.65rem;
    padding-bottom: 1.8rem;
}

.wayside-move-section .wayside-section-heading {
    margin-bottom: 0.85rem;
}

.wayside-move-card {
    position: relative;
    height: 205px;
    overflow: hidden;
    background: #25292d;
}

.wayside-move-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.wayside-move-card::after {
    content: "";
    position: absolute;
    inset: 62% 0 0;
    background: linear-gradient(transparent, rgba(13,15,17,.42));
}

.wayside-move-card span {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .48rem .55rem;
    color: #fff;
    background: rgba(18,20,22,.93);
    font-family: var(--wayside-heading);
    font-size: 1.08rem;
    font-weight: 700;
    text-align: center;
}

.wayside-move-card:hover img { transform: scale(1.035); }

/* Service Area
----------------------------------------------------------------- */

.wayside-area {
    background: #f1f3f4;
    border-top: 1px solid #e1e4e6;
    border-bottom: 1px solid #e1e4e6;
    padding-top: 1.65rem;
    padding-bottom: 1.65rem;
}

.wayside-area-box,
.wayside-area-callout {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.wayside-area-callout {
    padding-left: clamp(0rem, 3vw, 2.25rem);
    border-left: 1px solid #ccd0d3;
}

.wayside-area-icon {
    flex: 0 0 auto;
    font-size: 3rem;
    color: var(--wayside-red);
    line-height: 1;
    padding-top: .15rem;
}

.wayside-area h2 {
    font-size: clamp(2rem, 3vw, 2.8rem);
    margin-bottom: .7rem;
    text-transform: none;
}

.wayside-area h3 {
    font-size: 1.95rem;
    line-height: 1.08;
    margin-bottom: .65rem;
    text-transform: none;
}

/* Enclosed Transport
----------------------------------------------------------------- */

.wayside-enclosed {
    background: var(--wayside-charcoal);
    color: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.wayside-enclosed h2 {
    color: #fff;
    font-size: clamp(2rem, 2.8vw, 3rem);
    line-height: 1.08;
    margin-bottom: 1rem;
    text-transform: none;
}

.wayside-enclosed p {
    color: rgba(255,255,255,.86);
    font-size: 1.08rem;
    line-height: 1.6;
    max-width: 720px;
}

.wayside-enclosed-photo {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border: 7px solid rgba(255,255,255,.08);
}

/* CTA
----------------------------------------------------------------- */

.wayside-cta {
    padding: 1.75rem 0;
    background:
        linear-gradient(90deg, rgba(18,22,25,.62), rgba(18,22,25,.48)),
        url("../images/wayside/night-rollback.webp") center 55% / cover no-repeat !important;
    color: #fff;
}

.wayside-cta h2 {
    color: #fff;
    font-size: clamp(1.95rem, 2.8vw, 2.8rem);
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: .25rem;
}

.wayside-cta p {
    color: rgba(255,255,255,.88);
    font-size: 1.05rem;
}

.wayside-call-button-lg {
    font-size: 1.65rem;
    padding: .7rem 1.4rem;
}

/* Footer
----------------------------------------------------------------- */

#footer.wayside-footer {
    background: var(--wayside-charcoal) !important;
    color: #d8dadd;
    border-top: 4px solid var(--wayside-red);
}

.wayside-footer .footer-widgets-wrap { padding: 2rem 0; }

.wayside-footer-logo {
    width: min(100%, 300px);
    height: auto;
}

.wayside-footer-contact {
    display: grid;
    gap: .8rem;
}

.wayside-footer-contact > div {
    display: flex;
    align-items: flex-start;
    gap: .7rem;
}

.wayside-footer-contact i {
    color: #e63a40;
    margin-top: .2rem;
    min-width: 18px;
    text-align: center;
}

.wayside-footer-contact a,
.wayside-footer-contact span {
    color: #eef0f1 !important;
}

.wayside-footer-contact a:hover { color: #fff !important; }

.wayside-footer-tagline {
    font-family: var(--wayside-heading);
    font-size: 1.25rem;
    font-style: italic;
    line-height: 1.12;
    color: #fff;
    border-bottom: 3px solid var(--wayside-red);
    display: inline-block;
    padding-bottom: .45rem;
}

#copyrights.wayside-copyrights {
    background: #181b1e !important;
    color: #9ca1a5 !important;
    padding: 1.1rem 0;
    font-size: .88rem;
}

.wayside-copyrights a {
    color: #c6c9cb;
    margin-left: 1rem;
}

.wayside-copyrights a:hover { color: #fff; }

/* Footer lower row
----------------------------------------------------------------- */

.wayside-copyrights .wayside-legal-links {
    text-align: center;
}

.wayside-copyrights .wayside-legal-links a {
    margin: 0 .45rem;
}

.wayside-developed-by {
    text-align: right;
}

.wayside-developed-by a {
    margin-left: 0;
}

/* Mobile Call Bar
----------------------------------------------------------------- */

.wayside-mobile-call {
    position: fixed;
    z-index: 9998;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .6rem;
    padding: .8rem 1rem;
    background: var(--wayside-red);
    color: #fff;
    font-family: var(--wayside-heading);
    font-size: 1.15rem;
    font-weight: 700;
    box-shadow: 0 -4px 16px rgba(0,0,0,.2);
}

.wayside-mobile-call:hover {
    color: #fff;
    background: var(--wayside-red-dark);
}



/* Services Page
----------------------------------------------------------------- */

#content {
    background: #f3f3f1;
}

.wayside-inner-hero {
    position: relative;
    min-height: 330px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.wayside-services-hero {
    background-position: center 72%;
}

.wayside-inner-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(20,24,27,.18), rgba(20,24,27,.04));
}

.wayside-page-title {
    background: #e9e9e6;
    padding: .95rem 0;
    border-bottom: 1px solid #d9d9d5;
}

.wayside-page-title-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}

.wayside-page-title h1 {
    margin: 0;
    color: #25292d;
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0;
}

.wayside-page-title .wayside-rule {
    width: 44px;
    height: 2px;
}

.wayside-services-intro {
    padding: 1.9rem 0 1.7rem;
    background: #f3f3f1;
}

.wayside-services-intro h2 {
    font-size: clamp(2rem, 3vw, 2.85rem);
    margin-bottom: .75rem;
}

.wayside-services-intro p {
    font-size: 1.03rem;
    line-height: 1.55;
    margin-bottom: 0;
}

.wayside-service-detail {
    padding: 2.1rem 0;
    background: #f7f7f5;
    border-top: 1px solid #e2e2df;
}

.wayside-service-detail-alt {
    background: #ededeb;
}

.wayside-detail-photo {
    overflow: hidden;
    background: #d9d9d6;
}

.wayside-detail-photo img {
    display: block;
    width: 100%;
    height: 330px;
    object-fit: cover;
}

.wayside-detail-copy h2 {
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1.08;
    margin-bottom: .75rem;
}

.wayside-detail-copy p {
    font-size: 1rem;
    line-height: 1.52;
    margin-bottom: .7rem;
}

.wayside-service-detail-dark {
    background: var(--wayside-charcoal);
    color: #fff;
    border-top: 0;
}

.wayside-service-detail-dark h2 {
    color: #fff;
}

.wayside-service-detail-dark p {
    color: rgba(255,255,255,.88);
}

.wayside-detail-photo-dark {
    border: 6px solid rgba(255,255,255,.08);
}

.wayside-services-move {
    padding: 1.85rem 0;
    background: #f3f3f1;
}

.wayside-services-move .wayside-section-heading {
    margin-bottom: .95rem;
}

.wayside-area {
    background: #e9e9e6;
}

@media (max-width: 991.98px) {
    .wayside-inner-hero {
        min-height: 280px;
    }

    .wayside-services-hero {
        background-position: center 70%;
    }

    .wayside-detail-photo img {
        height: 295px;
    }
}

@media (max-width: 767.98px) {
    .wayside-inner-hero {
        min-height: 220px;
    }

    .wayside-services-hero {
        background-position: center 69%;
    }

    .wayside-page-title {
        padding: .75rem 0;
    }

    .wayside-page-title h1 {
        font-size: 1.65rem;
    }

    .wayside-page-title .wayside-rule {
        width: 30px;
    }

    .wayside-services-intro {
        padding: 1.35rem 0 1.2rem;
    }

    .wayside-service-detail {
        padding: 1.45rem 0;
    }

    .wayside-detail-photo img {
        height: 225px;
    }

    .wayside-detail-copy h2 {
        font-size: 2rem;
    }

    .wayside-services-move {
        padding: 1.3rem 0;
    }
}


/* Shared Slider & CTA Adjustments
----------------------------------------------------------------- */

/* Desktop/laptop only: give the slider a clearer break from the header. */
@media (min-width: 768px) {
    .wayside-slider {
        margin-top: 30px;
    }

    .wayside-slider .wayside-hero-copy {
        padding-top: .85rem;
        padding-bottom: .85rem;
    }
}

/* Keep content buttons sized to their text inside flex columns. */
.wayside-content-button,
.wayside-about-copy .wayside-primary-button {
    align-self: flex-start;
    width: auto;
    display: inline-flex;
}

/* Give the lower call-to-action enough height to stand on its own. */
.wayside-cta {
    padding-top: 3.35rem;
    padding-bottom: 3.35rem;
}

.wayside-call-button-lg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
}

.wayside-call-button-lg i,
.wayside-call-button-lg span {
    display: inline-block;
}

@media (max-width: 767.98px) {
    .wayside-slider {
        margin-top: 18px;
    }

    .wayside-cta {
        padding-top: 2.1rem;
        padding-bottom: 2.1rem;
    }
}


/* Contact Page
----------------------------------------------------------------- */

.wayside-contact-intro {
    padding: 1.9rem 0 1.7rem;
    background: #f3f3f1;
}

.wayside-contact-intro h2 {
    font-size: clamp(2rem, 3vw, 2.85rem);
    margin-bottom: .75rem;
}

.wayside-contact-intro p {
    font-size: 1.03rem;
    line-height: 1.55;
    margin-bottom: 0;
}

.wayside-contact-cards {
    padding: 1.9rem 0 2.15rem;
    background: #ededeb;
    border-top: 1px solid #e0e0dd;
    border-bottom: 1px solid #dededb;
}

.wayside-contact-card {
    background: #f8f8f6;
    border: 1px solid #dededb;
    padding: 1.65rem;
    text-align: center;
}

.wayside-contact-card-icon {
    color: var(--wayside-red);
    font-size: 2rem;
    line-height: 1;
    margin-bottom: .75rem;
}

.wayside-contact-card h2 {
    font-size: 1.55rem;
    margin-bottom: .55rem;
}

.wayside-contact-card p {
    line-height: 1.5;
    min-height: 3.2rem;
}

.wayside-contact-location {
    padding: 2.35rem 0;
    background: #f7f7f5;
}

.wayside-contact-location h2 {
    font-size: clamp(2rem, 3vw, 2.85rem);
    line-height: 1.08;
    margin-bottom: .8rem;
}

.wayside-map-wrap {
    overflow: hidden;
    border: 5px solid #e4e4e1;
}

.wayside-map-wrap iframe {
    display: block;
    width: 100%;
    min-height: 360px;
}

.wayside-facebook-button {
    background: #365899;
    border: 1px solid #365899;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0,0,0,.35);
}

.wayside-facebook-button:hover {
    background: #2d4b84;
    border-color: #2d4b84;
    color: #fff;
}

.wayside-facebook-button-top {
    background: #365899;
    border: 1px solid #365899;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0,0,0,.35);
    --cnvs-btn-padding-x: .4rem;
    --cnvs-btn-padding-y: 0.1rem;
}

.wayside-facebook-button-top:hover {
    background: #2d4b84;
    border-color: #2d4b84;
    color: #fff;
}

.wayside-contact-form-section {
    padding: 2.5rem 0;
    background: #e9e9e6;
}

.wayside-contact-details h2,
.wayside-contact-form-card h2 {
    font-size: clamp(2rem, 3vw, 2.7rem);
    line-height: 1.08;
}

.wayside-contact-list {
    margin: 1.35rem 0;
}

.wayside-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    margin-bottom: .8rem;
}

.wayside-contact-list i {
    color: var(--wayside-red);
    min-width: 18px;
    margin-top: .2rem;
    text-align: center;
}

.wayside-contact-list a {
    color: #303438;
}

.wayside-contact-note {
    background: #f8f8f6;
    border-left: 4px solid var(--wayside-red);
    padding: 1rem 1.1rem;
    margin-top: 1.25rem;
}

.wayside-contact-form-card {
    border: 1px solid #d8d8d4;
    border-radius: 0;
    background: #f8f8f6;
    box-shadow: 0 10px 25px rgba(0,0,0,.06);
}

.wayside-contact-form-card .form-control {
    border-color: #cfcfcb;
    border-radius: 3px;
    min-height: 46px;
    background: #fff;
}

.wayside-contact-form-card textarea.form-control {
    min-height: 150px;
}

.wayside-contact-form-card .form-control:focus {
    border-color: var(--wayside-red);
    box-shadow: 0 0 0 .15rem rgba(var(--cnvs-themecolor-rgb), .12);
}

.wayside-contact-form-card label {
    font-weight: 600;
    margin-bottom: .35rem;
}

.wayside-contact-form-card label small {
    color: var(--wayside-red);
}

.wayside-contact-form-card .form-group {
    margin-bottom: 1rem;
}

.wayside-form-submit {
    min-width: 150px;
}

.form-status {
    display: none;
    margin-bottom: 1rem;
    padding: .85rem 1rem;
    border-radius: 3px;
    font-weight: 600;
}

.form-status.sending-message,
.form-status.success-message,
.form-status.error-message {
    display: block;
}

.form-status.sending-message {
    background: #eee;
    color: #333;
}

.form-status.success-message {
    background: #e7f3ea;
    color: #245b31;
    border: 1px solid #bfd8c5;
}

.form-status.error-message {
    background: #f8e8e8;
    color: #7a2020;
    border: 1px solid #e4bcbc;
}

.error-feedback {
    color: #a51f24;
    font-size: .88rem;
    margin-top: .3rem;
}

@media (max-width: 767.98px) {
    .wayside-contact-intro,
    .wayside-contact-cards,
    .wayside-contact-location,
    .wayside-contact-form-section {
        padding-top: 1.4rem;
        padding-bottom: 1.4rem;
    }

    .wayside-contact-card {
        padding: 1.25rem;
    }

    .wayside-contact-card p {
        min-height: 0;
    }

    .wayside-map-wrap iframe {
        min-height: 280px;
    }
}

/* Responsive
----------------------------------------------------------------- */

@media (min-width: 1200px) {
    .wayside-header .menu-link {
        font-size: 1.25rem;
        padding-left: 1.3rem;
        padding-right: 1.3rem;
    }
}

@media (min-width: 1400px) {
    .wayside-hero-copy { max-width: 600px; }
}

@media (max-width: 1199.98px) {
    .wayside-logo img {
        height: 56px;
        max-width: 235px;
    }

    .wayside-header .header-misc .wayside-call-button {
        font-size: .9rem;
        padding-left: .85rem;
        padding-right: .85rem;
    }
}

@media (max-width: 991.98px) {
    body { padding-bottom: 52px; }

    .wayside-topbar-message { display: none; }

    .wayside-topbar-left { gap: 1rem; }

    .wayside-header .header-misc { display: none; }

    .wayside-logo img { height: 52px; }

    .wayside-hero { background-position: 62% center; }

    .wayside-hero-overlay {
        background: linear-gradient(90deg, rgba(18,22,25,.90) 0%, rgba(18,22,25,.74) 62%, rgba(18,22,25,.30) 100%);
    }

    .wayside-about-photo { min-height: 260px; }

    .wayside-about-copy { padding: 1.75rem 1.5rem; }

    .wayside-area-callout {
        padding-left: 0;
        padding-top: 1.25rem;
        border-left: 0;
        border-top: 1px solid #ccd0d3;
    }
}

@media (max-width: 767.98px) {
    .wayside-topbar { font-size: .82rem; }

    .wayside-topbar .container {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .wayside-logo img { max-width: 215px; }

    .wayside-hero { background-position: 67% center; }

    .wayside-hero-copy { padding: 2.6rem 0; }

    .wayside-hero-copy h1 {
        font-size: clamp(2.45rem, 11vw, 3.7rem);
        line-height: 1.04;
    }

    .wayside-hero-copy h2 {
        font-size: 1.28rem;
        line-height: 1.2;
        margin-bottom: .75rem;
    }

    .wayside-hero-copy h2::after {
        width: 40px;
        margin-top: 0.8rem;
    }

    .wayside-hero-copy p { font-size: 1rem; }

    .wayside-section {
        padding: 1.85rem 0;
    }

    .wayside-section-heading {
        margin-bottom: 1rem;
        gap: .55rem;
    }

    .wayside-rule { width: 26px; }

    .wayside-services {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .wayside-services .wayside-section-heading {
        margin-bottom: .7rem;
    }

    .wayside-service-item {
        padding: 0.85rem 0.75rem;
        border-right: 0;
        border-bottom: 1px solid var(--wayside-border);
    }

    .wayside-service-grid > div:last-child .wayside-service-item {
        border-bottom: 0;
    }

    .wayside-service-icon img,
    .wayside-service-icon svg {
        width: 68px;
    }

    .wayside-service-item h3 {
        margin-bottom: .3rem;
        font-size: 1.3rem;
    }

    .wayside-about-photo { min-height: 215px; }

    .wayside-about-copy { padding: 1.4rem 1rem; }

    .wayside-about-copy h2 {
        font-size: 2rem;
        line-height: 1.08;
        margin-bottom: .7rem;
    }

    .wayside-move-section {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .wayside-move-section .wayside-section-heading {
        margin-bottom: .7rem;
    }

    .wayside-move-card { height: 145px; }

    .wayside-area {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .wayside-area-icon { font-size: 2.35rem; }

    .wayside-enclosed {
        text-align: left;
        padding-top: 1.45rem;
        padding-bottom: 1.45rem;
    }

    .wayside-enclosed h2 {
        font-size: 2rem;
        line-height: 1.08;
    }

    .wayside-cta {
        text-align: center;
        padding-top: 1.15rem;
        padding-bottom: 1.15rem;
    }

    .wayside-cta h2 {
        font-size: 1.9rem;
        line-height: 1.1;
    }

    .wayside-footer .footer-widgets-wrap { padding: 1.45rem 0; }

    .wayside-footer-tagline {
        font-size: 1.12rem;
    }

    .wayside-copyrights .wayside-legal-links,
    .wayside-developed-by {
        text-align: left;
        margin-top: .4rem;
    }

    .wayside-copyrights a {
        margin-left: 0;
        margin-right: .8rem;
    }
}

@media (max-width: 575.98px) {
    .wayside-topbar-left span { display: none; }
    .wayside-topbar-left { gap: 0; }
    .wayside-topbar-facebook span { display: none; }
}
