.gs-template
/* =========================
   Base Layout & Components
   ========================= */

.cs-cta-footer {
    background: var(--cs-lightblue) !important;
}


.gs-template
/* =========================================
   Accolades Section (Under Reviews)
   Always Centered Layout
   ========================================= */

.cs-accolades {
    margin: clamp(2.5rem, 5vw, 3.5rem) 0;
}

.gs-template .cs-accolades .cs-container {
    background:
        radial-gradient(circle at top left, rgba(56, 189, 248, 0.12), transparent 60%),
        radial-gradient(circle at bottom right, rgba(52, 211, 153, 0.10), transparent 55%);
    border-radius: 1.25rem;
    border: 1px solid rgba(148, 163, 184, 0.35);
    padding: clamp(1.75rem, 4vw, 2.5rem);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.10);
    text-align: center;
}

.gs-template

/* Header text */
.cs-accolades-header {
    max-width: 650px;
    margin: 0 auto 1.75rem auto;
    text-align: center;
}

.gs-template .cs-accolades-eyebrow {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 600;
    color: rgba(15, 23, 42, 0.7);
    margin: 0 0 0.4rem;
}

.gs-template .cs-accolades-header h2 {
    font-size: clamp(1.9rem, 3vw, 2.1875rem);
    margin: 0 0 0.5rem;
    color: var(--cs-navy);
}

.gs-template .cs-accolades-lede {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(15, 23, 42, 0.8);
}

.gs-template

/* Core strip container */
.cs-accolades-strip {
    margin-top: 1.25rem;
}

.gs-template .cs-trust-list.cs-trust-list--accolades {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* ALWAYS CENTERED */
    align-items: center;
    gap: 1rem;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    max-width: 1200px;
}

.gs-template

/* Badge pill */
.cs-trust-list__item {
    flex: 0 1 190px;
    /* Perfect even blocks */
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow:
        0 10px 25px rgba(15, 23, 42, 0.08),
        0 0 0 1px rgba(226, 232, 240, 0.95);

    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    min-height: 110px;
    text-align: center;
}

.gs-template

/* Chamber items */
.cs-trust-list__item--chamber {
    flex: 0 1 210px;
}

.gs-template

/* Logo scaling */
.cs-trust-list__item img,
.gs-template .cs-trust-list__item--chamber img,
.gs-template .cs-trust-list__item--chamber .mn-widget-member-logo {
    width: 100%;
    height: 100%;
    max-width: 160px;
    min-width: 120px;
    max-height: 120px;
    min-height: 50px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    opacity: 0.85;
    transition:
        filter 160ms ease,
        opacity 160ms ease,
        transform 160ms ease;
}


.gs-template

/* Hover lift */
.cs-trust-list__item:hover img,
.gs-template .cs-trust-list__item--chamber:hover img,
.gs-template .cs-trust-list__item--chamber:hover .mn-widget-member-logo {
    opacity: 1;
    transform: translateY(-1px);
}

.gs-template

/* Chamber embed */
.cs-trust-list__item--chamber>div[id^="mni-membership"] {
    width: 100%;
}


/* Responsive */
@media (max-width: 900px) {
    .cs-trust-list__item {
        flex: 0 1 45%;
        padding: 0;
        /* 2 per row */
    }

    .cs-hero-buttons {
        margin-top: 15px !important;
    }


}

@media (max-width: 640px) {
    .cs-trust-list__item {
        flex: 0 1 48%;
        min-width: 130px;
        min-height: 100px;
        padding: 0;
    }

    .cs-trust-list__item img {
        max-width: 130px;
        max-height: 100px;
    }
}

@media (max-width: 420px) {
    .cs-trust-list__item {
        flex: 0 1 100%;
        /* Full width centered */
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }

    .cs-trust-list__item img {
        max-width: 140px;
    }
}


.gs-template .reviews-slider .google-logo {
    max-width: 20px;
}

.gs-template .cs-hero-text h1 {
    color: var(--cs-navy);
}

.gs-template .cs-map h2 {
    color: var(--cs-navy);
}

.gs-template
/* ===== About Our Team / Map Section ===== */

/* Badge strip above the About Our Team section */
.cs-map-badge-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    align-items: center;
    justify-content: center;
    margin: 0 0 1.5rem;
}

.gs-template .cs-map-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(148, 163, 184, 0.45);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.75);
    white-space: nowrap;
}

.gs-template .cs-map-badge-pill--soft {
    background: rgba(15, 23, 42, 0.02);
    border-style: dashed;
}

.gs-template .cs-map-badge-dot {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 30%, #facc15, #f97316);
    box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.2);
}

.gs-template .cs-map-badge-icon {
    font-size: 0.85rem;
    line-height: 1;
    color: #f59e0b;
}

.gs-template .cs-map-badge-text {
    line-height: 1.3;
}

.gs-template .cs-map {
    padding: clamp(3rem, 6vw, 4.5rem) 1rem;
    background:
        radial-gradient(circle at top left, rgba(59, 130, 246, 0.06), transparent 55%),
        radial-gradient(circle at bottom right, rgba(239, 68, 68, 0.05), transparent 55%),
        #f5f7fb;
}

.gs-template .cs-map .cs-container {
    max-width: 1200px;
    margin: 0 auto;
}

.gs-template .cs-map-grid.cs-3col {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.3fr) minmax(0, 1.05fr);
    grid-template-areas: "gallery content video";
    gap: clamp(1.75rem, 3vw, 2.5rem);
    align-items: stretch;
}

.gs-template

/* assign areas */
.cs-map-gallery {
    grid-area: gallery;
}

.gs-template .cs-map-content {
    grid-area: content;
}

.gs-template .cs-map-video {
    grid-area: video;
}

.gs-template

/* Cards – gallery & video */
.cs-map-gallery,
.gs-template .cs-map-video {
    background: #ffffff;
    border-radius: 1.15rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    padding: 1.15rem;
    border: 1px solid rgba(148, 163, 184, 0.28);
}

.gs-template

/* Let the slider/video stretch nicely */
.cs-map-gallery .gstemp-slider1-wrapper,
.gs-template .cs-map-video .gstemp-video {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.gs-template

/* Unified video styling */
.cs-map-video .gstemp-video {
    position: relative;
    aspect-ratio: 16 / 9;
    margin: 0;
    border-radius: var(--cs-radius);
    overflow: hidden;
    height: 100%;
}

.gs-template .cs-map-video .gstemp-video iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.gs-template

/* Central content card */
.cs-map-content {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.16), transparent 60%),
        linear-gradient(135deg, #0b2144, #07152a);
    color: #f9fafb;
    border-radius: 1.25rem;
    padding: clamp(1.75rem, 3vw, 2.25rem);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.35);
    border: 1px solid rgba(148, 163, 184, 0.4);
    position: relative;
    overflow: hidden;
}

.gs-template

/* subtle glow accent */
.cs-map-content::before {
    content: "";
    position: absolute;
    inset: -40%;
    background:
        radial-gradient(circle at 10% 0, rgba(56, 189, 248, 0.18), transparent 55%),
        radial-gradient(circle at 90% 100%, rgba(248, 250, 252, 0.12), transparent 55%);
    opacity: 0.9;
    pointer-events: none;
    z-index: 0;
}

.gs-template .cs-map-content>* {
    position: relative;
    z-index: 1;
}

.gs-template .cs-map-header {
    max-width: 720px;
    margin: 0 auto 1.5rem;
    text-align: center;
}

.gs-template

/* Eyebrow in header context */
.cs-map-header .cs-map-eyebrow {
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(15, 23, 42, 0.7);
    margin: 0 0 0.5rem;
}

.gs-template

/* Main section title */
.cs-map-header h2 {
    font-size: clamp(1.9rem, 3vw, 2.3rem);
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: #0b2144;
}

.gs-template

/* Lede under the heading */
.cs-map-header .cs-map-lede {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;
    color: rgba(15, 23, 42, 0.72);
}

.gs-template

/* Highlights list */
.cs-map-highlights {
    list-style: none;
    margin: 0 0 1.4rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.gs-template .cs-map-highlights li {
    position: relative;
    padding-left: 1.4rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: rgba(226, 232, 240, 0.92);
}

.gs-template .cs-map-highlights li::before {
    content: "";
    position: absolute;
    left: 0.05rem;
    top: 0.55rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #f97316, #facc15);
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.22);
}

.gs-template

/* CTA alignment */
.cs-map-cta {
    margin-top: 0.25rem;
}

.gs-template .cs-map-cta .cs-btn,
.gs-template .cs-map-cta .cs-btn-primary {
    font-size: 0.95rem;
    padding-inline: 1.6rem;
}

.gs-template

/* Trust logos */
.cs-trust-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
}

.gs-template .cs-trust-list li {
    list-style: none;
    flex: 1 1 120px;
    max-width: 120px;
}

.gs-template .cs-trust-list img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.gs-template

/* Services */
.cs-services {
    background: #e9f4fb;
}

.gs-template .cs-container {
    max-width: 1400px;
}

.gs-template .cs-service {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 1.2rem;
    box-shadow: 0 6px 18px rgba(12, 40, 70, 0.06);
}

.gs-template .cs-service img {
    height: 60px;
    width: 60px;
    margin: auto;
}

.gs-template .cs-service h3 {
    margin-top: 0;
}

.gs-template .cs-grid.cs-3cols {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.gs-template .cs-services h2 {
    color: var(--cs-navy);
}

.gs-template .cs-process-list li {
    border-radius: 12px;
}

.gs-template

/* Hero */
.cs-hero {
    grid-template-columns: 1fr 1fr;
    min-height: 500px;
    overflow: hidden;
    color: var(--cs-white);
    padding: 0;
}

.gs-template .hero-mobile {
    display: none;
}

.gs-template .trust-hero-mobile {
    display: none;
}

.gs-template .review-hero-large-desktop {
    display: none;
}

.gs-template .review-hero-mobile {
    display: none;
}

.gs-template .posts-article-mobile {
    display: none;
}

.gs-template .posts-article-desktop {
    display: block;
}

.gs-template .review-hero-desktop {
    display: block;
}

.gs-template .review-hero-tablet {
    display: none;
}

.gs-template .hero-desktop {
    display: grid;
}

.gs-template .cs-hero-content,
.gs-template .cs-hero-form {
    position: relative;
    z-index: 1;
}

.gs-template

/* Hero Content */
.cs-hero-content h1 {
    font-size: 2.75rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    color: var(--cs-white) !important;
}

.gs-template .cs-hero-content p {
    font-size: 1.125rem;
    margin-bottom: 1rem;
}

.gs-template .cs-hero-content ul {
    list-style: none;
    padding: 0;
    margin: 0rem auto;
    max-width: 100%;
}

.gs-template .cs-hero-content ul li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0rem;
    font-size: 1rem;
}

.gs-template

/* Hero Buttons */
.cs-hero-buttons {
    display: inline-flex;
    gap: 0.75rem;
    margin-top: 0;
    margin-bottom: 15px !important;
}

.gs-template .cs-btn-primary {
    background: #ff6b35 !important;
    color: #0a1e3f !important;
    padding: 0.75rem 1.5rem;
    border-radius: var(--cs-radius);
    font-weight: 600;
    transition: transform 0.2s, background 0.2s;
}

.gs-template .cs-btn-primary:hover {
    background: #e65a2f !important;
    transform: translateY(-1px);
}

.gs-template .cs-btn-secondary {
    background: rgba(255, 255, 255, 0.85) !important;
    color: #ff6b35 !important;
    padding: 0.75rem 1rem;
    border-radius: var(--cs-radius);
    font-weight: 600;
    transition: background 0.2s;
}

.gs-template .cs-btn-secondary:hover {
    background: rgba(255, 255, 255, 1) !important;
}

.gs-template

/* Hero Form */
.cs-hero-form {
    background: rgba(255, 255, 255, 0.95);
    padding: 1rem 1.5rem !important;
    border-radius: var(--cs-radius);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    margin: 0 auto;
}

.gs-template .cs-hero-headline {
    text-align: center;
    margin-bottom: 2rem;
    color: var(--cs-white) !important;
}

.gs-template .cs-hero-headline h1 {
    font-weight: 500 !important;
}

.gs-template .cs-hero-headline h2 {
    font-size: 35px !important;
    font-weight: 500 !important;
}

.gs-template .cs-hero-split {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    min-height: 600px;
}

.gs-template

/* Left Column - Center content */
.cs-hero-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem;
    background:
        linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
        url("https://crittersstodev.wpengine.com/wp-content/uploads/2025/05/cta-bg-test-4-png.webp") center/cover no-repeat;
}

.gs-template

/* Right Column - Full background image */
.cs-hero-right {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.gs-template .cs-hero-img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    object-fit: cover;
}

.gs-template
/* ===== Service Area Map ===== */


/* ===== Slider Container ===== */
.gstemp-slider1-wrapper {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.gs-template .gstemp-slider1 {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: var(--cs-radius);
}

.gs-template .gstemp-slider2-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.gs-template .gstemp-slider2 {
    overflow: hidden;
}

.gs-template .gstemp-track {
    display: flex;
    transition: transform 600ms ease;
    will-change: transform;
}

.gs-template .gstemp-slide {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gs-template .gstemp-slide img {
    width: 100%;
    max-width: 580px;
    height: 300px;
    object-fit: cover;
    display: block;
    border-radius: var(--cs-radius);
}

.gs-template .gstemp-slide .caption {
    width: 100%;
    max-width: 580px;
    background-color: #f6fafd;
    color: #333;
    padding: 10px;
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
    font-style: italic;
    border-radius: var(--cs-radius);
}

.gs-template

/* ===== Arrows ===== */
.gstemp-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(10, 30, 63, 0.75);
    color: #fff;
    cursor: pointer;
    z-index: 2;
}

.gs-template .gstemp-arrow:hover {
    background: rgba(10, 30, 63, 0.9);
}

.gs-template .gstemp-prev {
    left: 8px;
}

.gs-template .gstemp-next {
    right: 8px;
}

.gs-template .gstemp-arrow svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.gs-template

/* ===== Dots ===== */
.gstemp-dots {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 10px;
}

.gs-template .gstemp-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c7d2e5;
    border: 0;
    padding: 0;
}

.gs-template .gstemp-dot[aria-current="true"] {
    background: #ff6b35;
}


/* Small screens: slider caption tweak */
@media (max-width: 600px) {
    .gstemp-slide .caption {
        font-size: 10px;
        padding: 8px;
    }
}

.gs-template

/* Testimonials */
.cs-testimonials {
    background: #f9f9f9;
}

.gs-template .cs-testimonials h2 {
    color: var(--cs-navy) !important;
    font-size: 35px;
}

.gs-template

/* Why Choose Section */
.cs-why {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.gs-template .cs-why h3 {
    margin-top: 0;
    font-size: 1.3rem;
}

.gs-template .cs-reason {
    background: #fff;
    border-radius: 12px;
    padding: 1rem 1.2rem;
    box-shadow: 0 6px 18px rgba(12, 40, 70, 0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
}

.gs-template .cs-reason-icon {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #0b6fb2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
}

.gs-template .cs-reason strong {
    display: block;
    margin-bottom: 0.25rem;
}

.gs-template .cs-reason p {
    margin: 0;
    color: #555;
    font-size: 0.95rem;
}

.gs-template

/* Process Steps */
.cs-process {
    padding: 3rem 0;
    background: var(--cs-lightblue) !important;
}

.gs-template .cs-process h2 {
    color: var(--cs-navy) !important;
    font-size: 35px;
}

.gs-template
/* Map Section Styling */


/* ===== Footer Contact Pop Styling ===== */


.cs-cta-footer h2 {
    color: var(--cs-navy) !important;
    font-size: 35px;
    margin: 0;
}

.gs-template .cs-footer-contact {
    position: relative;
    background: linear-gradient(135deg, var(--cs-softred), var(--cs-orange));
    color: var(--cs-white);
    padding: 5rem 1rem 3rem;
    overflow: hidden;
}

.gs-template

/* Decorative angled stripe at top */
.cs-footer-decorator {
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 80px;
    background: var(--cs-white);
    transform: translateX(-10%) skewY(-3deg);
    transform-origin: top left;
}

.gs-template .cs-footer-contact h2 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 2.5rem;
    z-index: 1;
}

.gs-template .cs-footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    z-index: 1;
}

.gs-template

/* Map & Form panels */
.cs-footer-map,
.gs-template .cs-footer-form {
    background: var(--cs-white);
    padding: 2rem;
    border-radius: var(--cs-radius);
    box-shadow: var(--cs-shadow);
    color: var(--cs-dark);
}

.gs-template .cs-footer-map iframe,
.gs-template .cs-footer-form iframe {
    width: 100%;
    height: 410px;
    border: 0;
    border-radius: var(--cs-radius);
}

.gs-template

/* Big, .gs-template punchy bottom CTA button */
.cs-footer-form .cs-btn-large {
    display: block;
    width: 100%;
    text-align: center;
    background: var(--cs-orange) !important;
    color: var(--cs-white) !important;
    padding: 1rem 0;
    font-size: 1.125rem;
    margin-top: 1.5rem;
}

.gs-template

/* Reviews */
.cs-review-row {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.gs-template .cs-review-badge {
    flex: 0 0 auto;
    max-width: 250px;
}

.gs-template .cs-review-badge img {
    width: 100%;
    height: auto;
    display: block;
}

.gs-template .cs-review-embed {
    flex: 1 1 60%;
    min-width: 300px;
}

.gs-template

/* FAQ */
.faq-section {
    background: #e9f4fb !important;
    padding: 3rem 0;
}

.gs-template .faq-section h2 {
    text-align: center;
    font-size: 35px;
    margin: 0;
    color: var(--cs-navy);
}

.gs-template .faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: start;
}

.gs-template .faq-item {
    background: #fff;
    border-radius: 6px;
    padding: 1rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.gs-template .faq-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.gs-template .faq-icon {
    transition: transform 0.3s ease;
}

.gs-template

/* Rotate arrow when open */
.faq-item[aria-expanded="true"] .faq-icon {
    transform: rotate(90deg);
}

.gs-template .faq-answer {
    margin-top: 0.5rem;
    font-size: 0.95rem;
}

.gs-template

/* Related Articles */
.related-articles {
    background-color: #f9f9f9;
    padding: 3rem 0;
}

.gs-template .related-articles h2 {
    text-align: center;
    font-size: 35px;
    margin: 0;
    color: var(--cs-navy);
}

.gs-template .articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.gs-template .article-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

.gs-template .article-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.gs-template .article-thumb img {
    width: 100%;
    height: 160px;
    display: block;
}

.gs-template .article-content {
    padding: 1rem;
}

.gs-template .article-title {
    font-size: 1.1rem;
    margin: 0 0 0.5rem;
    text-align: center;
}

.gs-template .article-excerpt {
    font-size: 0.95rem;
    color: #555;
    text-align: center;
}

.gs-template

/* Intro Section */
.intro-section {
    background-color: #f9f9f9;
    padding: 3rem 0;
    border-radius: 8px;
}

.gs-template .intro-section h2 {
    text-align: center;
    font-size: 35px;
    margin: 0;
    color: var(--cs-navy);
}

.gs-template .intro-content {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    text-align: center;
}

.gs-template

/* Hide main footer */
.gs-template .cs-main-footer {
    display: none !important;
}

.gs-template

/* Trust line */
.trust-line-section {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
    text-align: center;
    flex-wrap: wrap;
}

.gs-template .trust-line-section p {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.gs-template
/* =========================
   Chamber of Commerce Logos
   ========================= */

.cs-chamber-logos {
    margin-top: 2rem;
    padding: clamp(1rem, 2vw, 1.5rem);
    border-radius: 0.9rem;
    background:
        linear-gradient(135deg,
            rgba(15, 23, 42, 0.02),
            rgba(56, 189, 248, 0.03));
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.gs-template .cs-chamber-logos__label {
    font-size: 0.9rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(15, 23, 42, 0.7);
    margin: 0;
}

.gs-template .cs-chamber-logos__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    align-items: center;
}

.gs-template

/* Individual logo item (image or embed) */
.cs-chamber-logos__item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.75rem;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow:
        0 10px 25px rgba(15, 23, 42, 0.06),
        0 0 0 1px rgba(226, 232, 240, 0.9);
    max-width: 240px;
    min-width: 170px;
    text-align: center;
}

.gs-template

/* Static logo images */
.cs-chamber-logos__item img {
    max-width: 220px;
    max-height: 80px;
    width: auto;
    height: auto;
    display: block;
    filter: grayscale(0%);
    opacity: 0.85;
    transition:
        filter 200ms ease,
        opacity 200ms ease,
        transform 200ms ease;
}

.gs-template

/* Links wrapping logos */
.cs-chamber-logos__item a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.gs-template

/* Hover state */
.cs-chamber-logos__item:hover img {
    opacity: 1;
    transform: translateY(-1px);
}

.gs-template .cs-chamber-logos__name {
    font-size: 0.78rem;
    line-height: 1.3;
    color: rgba(15, 23, 42, 0.7);
    font-weight: 500;
}

.gs-template

/* ChamberMaster widgets (Southlake / Denton) */
.cs-chamber-logos__item>div[id^="mni-membership"] {
    max-width: 220px;
    width: 100%;
}

.gs-template

/* Make sure the widget logo doesn’t blow up the layout */
.cs-chamber-logos__item .mn-widget-member-logo {
    max-width: 100%;
    height: auto;
}


/* =========================
   Responsive Breakpoints
   ========================= */

/* Large Desktop (≥1400px) */
@media (min-width: 1400px) {

    .cs-map-grid.cs-3col {
        align-items: stretch;
        /* ensure grid items can stretch to row height */
    }

    .cs-map-gallery,
    .cs-map-content,
    .cs-map-video {
        display: flex;
        flex-direction: column;
        height: 100%;
        /* each card fills the full grid row height */
    }

    /* Let inner media fill the available vertical space inside the cards */
    .cs-map-video .gstemp-video {
        flex: 1 1 auto;
    }

    .cs-map-gallery .gstemp-slider1-wrapper {
        flex: 1 1 auto;
        /* allow it to stretch */
        display: flex;
        flex-direction: column;
    }

    /* Make the actual slider fill the height */
    .cs-map-gallery .gstemp-slider1 {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
    }

    /* Track should stretch as well */
    .cs-map-gallery .gstemp-track {
        flex: 1 1 auto;
    }

    /* Each slide must fill the available vertical space */
    .cs-map-gallery .gstemp-slide {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    /* Make the image inside the slide fill properly */
    .cs-map-gallery .gstemp-slide img {
        flex: 1 1 auto;
        height: 300px;
        object-fit: cover;
        width: 100%;
    }

    .review-hero-mobile {
        display: none !important;
    }

    .review-hero-tablet {
        display: none !important;
    }

    .review-hero-desktop {
        display: none !important;
    }

    .review-hero-large-desktop {
        display: block !important;
    }

    .cs-process-list li {
        max-width: 300px;
    }
}


/* Desktop (1024px–1399px) */
@media (min-width: 1024px) and (max-width: 1399px) {

    /* Center the trust list (for sections using the older style) */
    .cs-trust-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* <-- CENTER EVERYTHING */
        gap: 1rem;
        /* Clean spacing */
        list-style: none;
        padding: 0;
        margin: 0 auto;
    }

    /* Items become centered flex boxes */
    .cs-trust-list li {
        flex: 0 1 calc(50% - 1rem);
        /* Two per row BUT auto-centers */
        max-width: 140px;
        /* Prevents giant pill width */
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    /* Image uniformity */
    .cs-trust-list li img {
        height: 60px !important;
        width: auto;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }

    .cs-map-grid.cs-3col {
        align-items: stretch;
        /* ensure grid items can stretch to row height */
    }

    .cs-map-gallery,
    .cs-map-content,
    .cs-map-video {
        display: flex;
        flex-direction: column;
        height: 100%;
        /* each card fills the full grid row height */
    }

    /* Let inner media fill the available vertical space inside the cards */
    .cs-map-video .gstemp-video {
        flex: 1 1 auto;
    }

    .cs-map-gallery .gstemp-slider1-wrapper {
        flex: 1 1 auto;
        /* allow it to stretch */
        display: flex;
        flex-direction: column;
    }

    /* Make the actual slider fill the height */
    .cs-map-gallery .gstemp-slider1 {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
    }

    /* Track should stretch as well */
    .cs-map-gallery .gstemp-track {
        flex: 1 1 auto;
    }

    /* Each slide must fill the available vertical space */
    .cs-map-gallery .gstemp-slide {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    /* Make the image inside the slide fill properly */
    .cs-map-gallery .gstemp-slide img {
        flex: 1 1 auto;
        height: 300px;
        object-fit: cover;
        width: 100%;
    }

}


/* Tablet (768px–1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .articles-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
    }

    /* Center the trust list (for sections using the older style) */
    .cs-trust-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* <-- CENTER EVERYTHING */
        gap: 1rem;
        /* Clean spacing */
        list-style: none;
        padding: 0;
        margin: 0 auto;
    }

    /* Items become centered flex boxes */
    .cs-trust-list li {
        flex: 0 1 calc(50% - 1rem);
        /* Two per row BUT auto-centers */
        max-width: 140px;
        /* Prevents giant pill width */
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    /* Image uniformity */
    .cs-trust-list li img {
        height: 80px !important;
        width: auto;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }

    .cs-grid.cs-3cols {
    grid-template-columns: repeat(3, 1fr);
}

    /* Tablet About Us (768px–1023px)
   - Content full width on top
   - Gallery + video side by side beneath
*/
    .cs-map-grid.cs-3col {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-areas:
            "content content"
            "gallery video" !important;
        gap: 2rem !important;
        align-items: start !important;
    }

    .cs-map-content {
        max-width: 720px;
        margin: 0 auto;
    }

    .cs-map-gallery,
    .cs-map-video {
        padding: 1rem;
    }

    .cs-map-video .gstemp-video {
        aspect-ratio: 16 / 9;
        height: 100%;
    }

    .cs-map-gallery,
    .cs-map-video {
        display: flex;
        flex-direction: column;
        height: 100%;
        /* each card fills the full grid row height */
    }


    /* Tablet review hero visibility */
    .review-hero-mobile {
        display: none !important;
    }

    .review-hero-tablet {
        display: block !important;
    }

    .review-hero-desktop,
    .review-hero-large-desktop {
        display: none !important;
    }
}



/* Only Small Tablets */
@media (max-width: 768px) {
    .cs-hero-right {
        height: 300px;
    }

    .cs-grid.cs-3cols {
    grid-template-columns: repeat(3, 1fr);
}
}



/* Mobile: single column centered */
@media (max-width: 500px) {
    .cs-trust-list li {
        flex: 0 1 100%;
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }
}



/* Mobile (≤767px) */
@media (max-width: 767px) {
    .cs-grid.cs-3cols {
        grid-template-columns: 1fr !important;
    }

    .cs-map-badge-strip {
        justify-content: center;
    }

    .cs-map-badge-pill {
        white-space: normal;
    }

    .cs-map {
        padding: 2.5rem 1rem;
    }

    .cs-map-grid.cs-3col {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "content"
            "gallery"
            "video" !important;
        gap: 1.75rem !important;
    }

    .cs-map-content {
        text-align: left;
    }

    .cs-map-gallery,
    .cs-map-video {
        padding: 1rem;
    }

    .hero-mobile {
        display: grid !important;
    }

    .trust-line-section {
        flex-direction: column;
        align-items: center;
    }

    .posts-article-desktop {
        display: none !important;
    }

    .posts-article-mobile {
        display: block !important;
    }

    .trust-hero-mobile {
        display: flex !important;
    }

    .review-hero-tablet {
        display: none !important;
    }

    .review-hero-mobile {
        display: block !important;
    }

    .review-hero-large-desktop {
        display: none !important;
    }

    .review-hero-desktop {
        display: none !important;
    }

    .hero-desktop {
        display: none !important;
    }

    .cs-hero {
        grid-template-columns: 1fr !important;
        text-align: center;
        padding: 0 !important;
        background: var(--cs-lightblue) !important;
    }

    .cs-hero .cs-container {
        width: 100%;
    }

    .cs-hero-form {
        margin: 0 auto !important;
    }

    .cs-hero-left,
    .cs-hero-right {
        max-width: 100% !important;
    }

    .cs-hero-split {
        align-items: center !important;
        flex-direction: column;
    }

    .cs-hero-left {
        order: 2;
        background: var(--cs-lightblue) !important;
        background-repeat: no-repeat !important;
        background-position: center;
        background-size: cover !important;
    }

    .cs-hero-right {
        order: 1;
    }

    /* Center the trust list (for sections using the older style) */
    .cs-trust-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* <-- CENTER EVERYTHING */
        gap: 1rem;
        /* Clean spacing */
        list-style: none;
        padding: 0;
        margin: 0 auto;
    }

    /* Items become centered flex boxes */
    .cs-trust-list li {
        flex: 0 1 calc(50% - 1rem);
        /* Two per row BUT auto-centers */
        max-width: 240px;
        /* Prevents giant pill width */
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    /* Image uniformity */
    .cs-trust-list li img {
        height: 80px !important;
        width: auto;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }

    .cs-why-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .cs-why-item i {
        display: block;
        margin: 0 auto 0.5rem auto;
        font-size: 1.75rem;
    }

    .cs-footer-grid {
        grid-template-columns: 1fr !important;
    }

    .cs-footer-form {
        margin-top: 2rem;
    }

    .cs-footer-contact {
        padding: 4rem 1rem 2rem;
    }

    .cs-footer-decorator {
        height: 60px;
    }

    .cs-btn-primary {
        display: none !important;
    }

    .gstemp-slider1-wrapper {
        width: 100% !important;
        max-width: 100%;
        margin: 0 auto;
    }

    /* Chamber logos — original intent on mobile:
     - Slightly reduced margin
     - Left-aligned grid
     - Two columns (about 50% each) */
    .cs-chamber-logos {
        margin-top: 1.5rem;
    }

    .cs-chamber-logos__grid {
        justify-content: flex-start;
    }

    .cs-chamber-logos__item {
        max-width: 100%;
        flex: 1 1 calc(50% - 1rem);
    }

    /* Reviews column stack */
    .cs-review-row {
        flex-direction: column;
        text-align: center;
    }

    .cs-review-badge {
        margin-bottom: 1rem;
    }
}