/* ===================================================
   chevrolet-colorado-style.css
   Creech Import Repair – Chevrolet Colorado Repair Page
   Design mirrors Honda repair page structure exactly
   Brand accent: #DA3F3B
   =================================================== */

/* ── Reset & Base ───────────────────────────────── */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    color: #211D1D;
    margin: 0;
    line-height: 1.6;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

a {
    text-decoration: none;
}

p {
    margin-top: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}

@media (min-width: 1350px) {
    .container {
        max-width: 1400px;
    }
}

/* ── Shared Buttons ─────────────────────────────── */



.btn-primary-co {
    display: inline-block;
    background: #DA3F3B;
    color: #fff;
    padding: 13px 26px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #DA3F3B;
    transition: background .2s, color .2s;
    cursor: pointer;
    font-family: inherit;
    text-decoration: none;
}

.btn-primary-co:hover {
    background: transparent;
    color: #DA3F3B;
}

.btn-secondary-co {
    display: inline-block;
    background: transparent;
    color: #DA3F3B;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #DA3F3B;
    transition: .2s;
    margin-top: 14px;
}

.btn-secondary-co:hover {
    background: #DA3F3B;
    color: #fff;
}

.btn-outline-co {
    display: inline-block;
    background: transparent;
    color: #fff;
    padding: 13px 26px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, .6);
    transition: .2s;
}

.btn-outline-co:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .1);
    color: #fff;
}

/* ── Section Helpers ────────────────────────────── */
.section-head {
    margin-bottom: 46px;
}

.section-head h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #211D1D;
    margin-bottom: 14px;
}

.section-head p {
    font-size: 16px;
    color: #555;
    line-height: 1.75;
    max-width: 820px;
    margin: 0 auto;
}

.width-80 {
    width: 80%;
    max-width: 820px;
    margin: 0 auto 14px;
    display: block;
    font-size: 16px;
    color: #444;
    line-height: 1.8;
}

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

/* ─────────────────────────────────────────────────
   HEADER  (matches Honda page exactly)
───────────────────────────────────────────────── */
/* ─────────────────────────────────────────────────
   HERO BANNER
───────────────────────────────────────────────── */
.banner {
    padding: 165px 0 80px;
    min-height: 480px;
    display: flex;
    align-items: center;
    position: relative;
}

.colorado-banner {
    background-image:
        linear-gradient(to right, rgba(10, 15, 25, .90) 52%, rgba(10, 15, 25, .35) 100%),
        url('site-assets/images/makes/colorado-banner.jpg');
    background-size: cover;
    background-position: center 40%;
    background-color: #0d1520;
}

.banner .container {
    display: flex;
    flex-wrap: wrap;
}

.banner-eyebrow {
    display: inline-block;
    background: #DA3F3B;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 14px;
    border-radius: 3px;
    margin-bottom: 18px;
}

.banner-left h1 {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 16px;
}

.banner-sub {
    font-size: 17px;
    color: rgba(255, 255, 255, .85);
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 560px;
}

.banner-but {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.banner-but .b-clr {
    background: #DA3F3B;
    color: #fff;
    padding: 14px 28px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #DA3F3B;
    transition: .2s;
    cursor: pointer;
    font-family: inherit;
}

.banner-but .b-clr:hover {
    background: transparent;
    color: #DA3F3B;
}

.banner-but .b-outline {
    background: transparent;
    color: #fff;
    padding: 14px 28px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, .5);
    transition: .2s;
}

.banner-but .b-outline:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .08);
}



/* ---------- Intro Section ---------- */
.intro_main_content {
    font-size: clamp(1.7rem, 3vw, 40px);
    font-weight: 700;
    color: #211D1D;
    margin-bottom: 50px;
    text-align: center;
}

.models-notes {

    background: #fff;
    padding: 18px 24px;
    border-left: 4px solid #DA3F3B;
    border-radius: 0 8px 8px 0;
    width: 100%;
    margin: 0;
    font-size: 16px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 16px;
}

.chevy-intro {
    padding: 70px 0;
    background: #fff;
}

.intro-grid {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.intro-content {
    flex: 1 1 35%;
}

.intro-content h2 {
    font-size: clamp(1.7rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #211D1D;
    margin-bottom: 18px;
}

.intro-content p {
    font-size: 16px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 16px;
}

.intro-cta {
    margin-top: 28px;
}

.intro-trust-box {
    flex: 1 1 35%;
    padding: 0px;
    min-width: 280px;
}

.trust-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 80px;
}

.trust-item:last-child {
    margin-bottom: 0;
}

.trust-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #DA3F3B;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
}

.trust-item strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #211D1D;
    margin-bottom: 3px;
}

.trust-item p {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* ─────────────────────────────────────────────────
   UNDER-ALIGN  (matches Honda page padding/rhythm)
───────────────────────────────────────────────── */
.under-align {
    padding: 60px 0;
}

.under-align .container {
    display: flex;
    flex-wrap: wrap;
}

.under-right {
    padding: 0 20px;
}

.intro-center p {
    font-size: 16px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 16px;
    text-align: left;
}

.intro-center h2 {
    font-size: clamp(1.7rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #211D1D;
    margin-bottom: 18px;
}

/* ─────────────────────────────────────────────────
   MODELS GRID
───────────────────────────────────────────────── */
.models-bg {
    background: #f2f2f2;
}

.models-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 22px;
    margin-bottom: 32px;
    width: 100%;
}

.model-card {
    background: #fff;
    border-radius: 10px;
    padding: 26px 20px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .07);
    border-top: 4px solid #DA3F3B;
    transition: .2s;
}

.model-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(218, 63, 59, .12);
}

.model-icon {
    font-size: 2.2rem;
    margin-bottom: 10px;
    display: block;
}

.model-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #211D1D;
    margin-bottom: 12px;
}

.model-card ul li {
    font-size: 14px;
    color: #555;
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
}

.model-card ul li:last-child {
    border-bottom: none;
}

.models-note {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    background: #fff;
    padding: 18px 24px;
    border-left: 4px solid #DA3F3B;
    border-radius: 0 8px 8px 0;
    width: 100%;
    margin: 0;
}

.model-card ul li::before {
    content: "→";
    position: absolute;
    left: 0px;
    color: rgb(218, 63, 59);
    font-weight: 700;
}

.model-card ul li {
    font-size: 15px;
    color: #000000;
    padding: 10px 0 10px 25px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    text-align: left;
}

/* ─────────────────────────────────────────────────
   SERVICES SECTION
───────────────────────────────────────────────── */
.services-section {
    background: #fff;
}

.services-grid {
    display: flex;
    gap: 48px;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.services-main {
    flex: 1 1 58%;
}

.services-main h2 {
    font-size: clamp(1.6rem, 3vw, 2rem);
    font-weight: 700;
    color: #211D1D;
    margin-bottom: 16px;
}

.services-main>p {
    font-size: 16px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 22px;
}

.services-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.services-list li {
    font-size: 15px;
    color: #333;
    padding: 7px 0 7px 20px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.services-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #DA3F3B;
    font-weight: 700;
}

.services-list li a {
    color: #DA3F3B;
    font-weight: 600;
}

.services-list li a:hover {
    text-decoration: underline;
}

.services-sidebar {
    flex: 1 1 34%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sidebar-box {
    background: #1a1a1a;
    color: #fff;
    border-radius: 10px;
    padding: 28px 24px;
    position: sticky;
    top: 20px;
}

.sidebar-box h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px;
    border-bottom: 2px solid #DA3F3B;
    padding-bottom: 10px;
}

.sidebar-box p {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    line-height: 1.7;
    margin-bottom: 14px;
}

.sidebar-box .btn-primary-co {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 4px;
}

.sidebar-links {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 22px 20px;
    border-left: 4px solid #DA3F3B;
}

.sidebar-links h4 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #211D1D;
    margin-bottom: 12px;
}

.sidebar-links a {
    display: block;
    font-size: 14px;
    color: #DA3F3B;
    font-weight: 600;
    padding: 6px 0;
    border-bottom: 1px solid #ebebeb;
}

.sidebar-links a:last-child {
    border-bottom: none;
}

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

/* ─────────────────────────────────────────────────
   WHY SECTION
───────────────────────────────────────────────── */
.why-section {
    padding: 70px 0;
    background: #f9f9f9;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.why-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px 26px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
    border-bottom: 4px solid transparent;
    transition: .2s;
}

.why-card:hover {
    border-bottom-color: #DA3F3B;
    transform: translateY(-4px);
}

.why-num {
    font-size: 2.8rem;
    font-weight: 800;
    color: rgba(218, 63, 59, .12);
    line-height: 1;
    margin-bottom: 10px;
}

.why-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: #211D1D;
    margin-bottom: 10px;
}

.why-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}


/* why */
/*------------- Understanding Alignment --------------*/
.under-align {
    padding: 100px 0px;
}

.under-left img {
    width: 90%;
    border-radius: 30px;
    margin: auto;
    display: flex;
}

.under-right {
    padding: 20px;
}

.under-align .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.under-right h2 {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
}

.final-cta-section .under-right h2 {
    color: #ffffff;
}

.under-right h5 {
    font-size: 34px;
    font-weight: 700;
    color: #000000;
}

.under-right p {
    font-size: 16px;
    color: #000000;
    margin: 30px 0;
    line-height: 32px;
}

/*------------- End Understanding Alignment --------------*/

.under-align.vehicle-align {
    padding: 0 0 100px 0;
}


.under-align.vehicle-align .under-right {
    padding: 0;
}

.under-right ul {
    list-style: none;
    padding: 0;
}

.under-align.vehicle-align .under-right p {
    margin: 0 0 20px 0;
}

.under-align.vehicle-align .under-right p.width-80 a {
    color: #da3f3b;
    text-decoration: none;
    font-weight: bold;
}

.under-right ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    line-height: 26px;
    color: #000000;
    width: 89%;
}

.under-right ul li:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/service-innerpage/tyre.png) no-repeat;
    left: -4px;
    top: 8px;
}

.under-right ul li b {
    font-weight: 600;
}

.under-right ul li b a {
    color: #DA3F3B;
    text-decoration: none;
}

.vehicle-align h2 {
    font-size: 48px;
    font-weight: 700;

    color: #000000;
}

.under-align .under-right .width-80 {
    width: 100% !important;
    margin: 0 auto !important;
    max-width: unset;
}

.vehicle-align .under-left img {
    padding-left: 0 !important;
    padding-right: 46px !important;
}

/* ─────────────────────────────────────────────────
   REPAIR BLOCKS  (matches Honda "under-align" alternating)
───────────────────────────────────────────────── */
.repair-section {
    background: #fff;
}

.repair-section .section-head {
    margin-bottom: 46px;
}

.repair-section .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.repair-block {
    display: flex;
    gap: 40px;
    margin-bottom: 56px;
    padding-bottom: 56px;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #ebebeb;
}

.repair-block:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.repair-block.reverse {
    flex-direction: row-reverse;
}

.repair-text {
    flex: 1 1 58%;
}

.repair-text h3 {
    font-size: clamp(1.3rem, 2.5vw, 1.7rem);
    font-weight: 700;
    color: #211D1D;
    margin-bottom: 16px;
}

.repair-text p {
    font-size: 15px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 14px;
}

.repair-link {
    color: #DA3F3B;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    margin-top: 6px;
}

.repair-link:hover {
    text-decoration: underline;
}

.repair-symptoms {
    flex: 1 1 34%;
    background: #f9f9f9;
    border-radius: 10px;
    padding: 26px;
    border-top: 4px solid #DA3F3B;
}

.repair-symptoms h4 {
    font-size: 14px;
    font-weight: 700;
    color: #211D1D;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 14px;
}

.repair-symptoms ul li {
    font-size: 14px;
    color: #444;
    padding: 7px 0 7px 18px;
    position: relative;
    border-bottom: 1px solid #ebebeb;
}

.repair-symptoms ul li:last-child {
    border-bottom: none;
}

.repair-symptoms ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #DA3F3B;
    font-weight: 900;
    font-size: 16px;
    line-height: 1.4;
}

/* ─────────────────────────────────────────────────
   4WD SECTION  (matches Honda vehicle-align style)
───────────────────────────────────────────────── */
.fourwd-section {
    background: #f2f2f2;
}

.fourwd-section .under-right h2 {
    font-size: clamp(1.3rem, 2.5vw, 1.6rem);
    font-weight: 700;
    color: #211D1D;
    margin-bottom: 14px;
}

.fourwd-section .under-right h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #211D1D;
    margin-bottom: 14px;
}

.fourwd-section .under-right p {
    font-size: 15px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 12px;
}

.content-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.content-list li {
    width: 48%;
    font-size: 14px;
    color: #333;
    padding: 6px 0 6px 18px;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}

.content-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #DA3F3B;
    font-weight: 700;
    font-size: 13px;
}

.content-list li b {
    font-weight: 600;
}

/* ─────────────────────────────────────────────────
   TOWING & MAINTENANCE GRID
───────────────────────────────────────────────── */
.tow-maint-section {
    background: #fff;
}

.tow-maint-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    width: 100%;
}

.tow-card,
.maint-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 14px rgba(0, 0, 0, .07);
}

.tow-header,
.maint-header {
    padding: 22px 28px;
}

.tow-header {
    background: #1a1a1a;
}

.maint-header {
    background: #1a2633;
}

.tow-header h2,
.maint-header h2 {
    font-size: clamp(1.1rem, 2.5vw, 1.4rem);
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.tow-body,
.maint-body {
    padding: 28px;
}

.tow-body>p,
.maint-body>p {
    font-size: 15px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 14px;
}

.tow-body h4,
.maint-body h4 {
    font-size: 14px;
    font-weight: 700;
    color: #211D1D;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 12px;
}

.two-col-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 20px;
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

.two-col-list li {
    font-size: 14px;
    color: #444;
    padding: 5px 0 5px 16px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.two-col-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #DA3F3B;
    font-size: 13px;
    font-weight: 700;
}

/* ─────────────────────────────────────────────────
   WORK TRUCK + FLUID SECTION
───────────────────────────────────────────────── */
.worktruck-section {
    background: #f2f2f2;
}

.wf-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    width: 100%;
}

.wf-card {
    background: #fff;
    border-radius: 10px;
    padding: 32px 28px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .07);
}

.work-card {
    border-top: 5px solid #DA3F3B;
}

.fluid-card {
    border-top: 5px solid #1a2633;
}

.wf-card h2 {
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    font-weight: 700;
    color: #211D1D;
    margin-bottom: 14px;
}

.wf-card p {
    font-size: 15px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 12px;
}

.wf-card h4 {
    font-size: 14px;
    font-weight: 700;
    color: #211D1D;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 10px;
    margin-top: 18px;
}

.wf-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wf-card ul li {
    font-size: 14px;
    color: #444;
    padding: 6px 0 6px 18px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.wf-card ul li:last-child {
    border-bottom: none;
}

.wf-card ul li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #DA3F3B;
    font-size: 13px;
    font-weight: 700;
}

/* ─────────────────────────────────────────────────
   WARNING SECTION
───────────────────────────────────────────────── */
.warning-section {
    padding: 70px 0;
    background: #f9f9f9;
}

.warning-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 34px;
}

.warning-col {
    background: #fff;
    border-radius: 10px;
    padding: 26px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}

.warning-col h4 {
    font-size: 15px;
    font-weight: 700;
    color: #211D1D;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #DA3F3B;
}

.warning-col ul li {
    font-size: 14px;
    color: #444;
    padding: 6px 0 6px 20px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
}

.warning-col ul li:last-child {
    border-bottom: none;
}

.warning-col ul li::before {
    content: '⚠';
    position: absolute;
    left: 0;
    font-size: 11px;
    color: #DA3F3B;
    top: 8px;
}

.warning-cta-bar {
    background: #1a1a1a;
    color: #fff;
    border-radius: 10px;
    padding: 26px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.warning-cta-bar p {
    font-size: 15px;
    color: rgba(255, 255, 255, .9);
    margin: 0;
    line-height: 1.6;
    flex: 1;
}

/* ─────────────────────────────────────────────────
   RALEIGH / LOCATION SECTION
───────────────────────────────────────────────── */
.raleigh-section {
    background: #fff;
}

.raleigh-grid {
    display: flex;
    gap: 48px;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.raleigh-content {
    flex: 1 1 58%;
}

.raleigh-content h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #211D1D;
    margin-bottom: 16px;
}

.raleigh-content p {
    font-size: 15px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 14px;
}

.area-tags {
    margin-top: 26px;
}

.area-tags h4 {
    font-size: 15px;
    font-weight: 700;
    color: #211D1D;
    margin-bottom: 14px;
}

.tags-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tags-wrap span {
    background: #f2f2f2;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid #ddd;
}

.contact-card-wrap {
    flex: 1 1 34%;
}

.contact-box {
    background: #1a1a1a;
    color: #fff;
    border-radius: 10px;
    padding: 32px 28px;
    border-top: 5px solid #DA3F3B;
}

.contact-box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.cb-detail {
    margin-bottom: 18px;
}

.cb-detail strong {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #DA3F3B;
    margin-bottom: 4px;
}

.cb-detail p {
    font-size: 15px;
    color: rgba(255, 255, 255, .85);
    line-height: 1.6;
    margin: 0;
}

.cb-detail a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.cb-detail a:hover {
    color: #DA3F3B;
}

/* ─────────────────────────────────────────────────
   FAQ  (matches Honda page exactly)
───────────────────────────────────────────────── */
.faq {
    padding: 60px 0;
    background: #f2f2f2;
}

.faq h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #211D1D;
    text-align: center;
    margin-bottom: 40px;
}

.faq-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.faq-left,
.faq-right {
    flex: 1 1 calc(50% - 12px);
    min-width: 280px;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
}

.accordion-button {
    background: #fff;
    font-weight: 600;
    font-size: 15px;
    color: #211D1D;
    border-radius: 5px 5px 0 0 !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background: #DA3F3B;
    color: #fff;
}

/* .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
} */

.accordion-body {
    border: none;
    color: #211D1D;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

/* ─────────────────────────────────────────────────
   CONCLUSION / FINAL CTA
───────────────────────────────────────────────── */
.conclusion {
    padding: 70px 0;
}

.final-cta-section {
    background: linear-gradient(135deg, #0d1520 0%, #152030 60%, #0a1a2a 100%);
}

.final-cta-section h2 {
    font-size: clamp(1.7rem, 3.5vw, 2.4rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 18px;
}

.final-cta-section .width-80 {
    color: rgba(255, 255, 255, .85);
}

.final-cta-section a {
    color: #DA3F3B !important;
}

.final-cta-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 28px;
}

/* ─────────────────────────────────────────────────
   CONTACT US  (matches Honda page)
───────────────────────────────────────────────── */
.contact-us {
    padding: 50px 0;
}

.contact-us .container {
    display: flex;
    flex-wrap: wrap;
}

.conatct-left {
    background: #262626;
    border-radius: 10px 0 0 10px;
    padding: 35px;
}

.conatct-left h6 {
    color: #fff;
    font-size: 40px;
}

.conatct-left p {
    color: #fff;
    font-size: 16px;
    line-height: 150%;
}

.con-box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.con-box b {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    width: 100%;
    display: block;
    margin-bottom: 9px;
}

.con-box h6 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin: 0;
}

.con-box span {
    padding-right: 20px;
}

.con-box a {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}

.conatct-right {
    background: #444;
    padding: 45px 50px;
    border-radius: 0 10px 10px 0;
}

.conatct-right h6 {
    color: #fff;
    margin-bottom: 21px;
    font-size: 20px;
}

.conatct-right p,
.conatct-right ul li {
    color: #fff;
    font-size: 16px;
}

.conatct-right p {
    margin-bottom: 4em;
}

.conatct-right ul {
    padding-left: 21px;
    margin-bottom: 3em;
    list-style: disc;
}

.conatct-right ul li {
    margin-bottom: 20px;
}

.click-here {
    background: #DA3F3B;
    color: #fff;
    padding: 14px 24px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    display: table;
    margin-top: 1em;
    border: 1px solid #DA3F3B;
    cursor: pointer;
    font-weight: 600;
    font-family: inherit;
    transition: .2s;
}

.click-here:hover {
    background: transparent;
    color: #DA3F3B;
}

/* ─────────────────────────────────────────────────
   MAP
───────────────────────────────────────────────── */
.map-view img {
    width: 100%;
}

/* ─────────────────────────────────────────────────
   FOOTER  (matches Honda page)
───────────────────────────────────────────────── */
footer {
    background: #E9E9E9;
    padding: 50px 0 0;
}

footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-first h6 {
    font-size: 18px;
    color: #211D1D;
    padding: 20px 0;
    margin: 0;
    font-weight: 600;
}

.footer-first p {
    font-size: 18px;
    color: #211D1D;
}

.footer-first ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding: 0;
}

.f-menu h5 {
    font-size: 20px;
    color: #211D1D;
    margin-bottom: 20px;
}

.footer-second {
    display: flex;
    flex-wrap: wrap;
    gap: 59px;
    justify-content: center;
}

.footer-second ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-second ul li a {
    color: #211D1D;
    font-size: 16px;
}

.footer-second ul li {
    margin-bottom: 20px;
}

.f-row {
    display: flex;
    gap: 15px;
    width: 64%;
    margin-left: auto;
    margin-bottom: 35px;
    align-items: center;
}

.f-cnt p {
    font-size: 14px;
    color: #211D1D;
    margin: 0;
}

.f-cnt b {
    color: #211D1D;
    font-weight: 700;
    font-size: 26px;
}

.f-cnt b a {
    color: #0D1D27;
}

.copy-write {
    text-align: center;
    border-top: 1px solid #ccc;
    margin-top: 20px;
}

.copy-write p {
    margin: 20px 0;
    font-size: 14px;
    color: #211D1D;
}

/* ─────────────────────────────────────────────────
   NOW HIRING + MODAL
───────────────────────────────────────────────── */
.apply-bottom-button {
    position: fixed;
    bottom: 30px;
    left: 10px;
    z-index: 9999;
    cursor: pointer;
}

.job_apply_form_modal {
    max-width: 1050px;
    height: auto;
    overflow: hidden;
    border-radius: 30px;
}

.right_side {
    padding: 28px;
}

.label_input {
    margin-bottom: 14px;
}

.label_text {
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 4px;
}

.asterisk {
    color: red;
}

.right_side .form-control {
    height: 40px;
    font-size: 13px;
    background: #f7f7f7;
    border: 1.5px solid #cdcdcf;
}

.right_side textarea.form-control {
    height: 90px;
    resize: none;
}

.file-upload-wrapper {
    position: relative;
}

.file-upload-input {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 6px 0 0 6px;
    font-size: 13px;
}

.file-upload-button {
    position: absolute;
    right: 1px;
    top: 1px;
    background: #DA3F3B;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    font-size: 13px;
}

.sub_btn_left_right {
    background: #DA3F3B;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.g-recaptcha {
    transform: scale(.80);
    transform-origin: 0 0;
}

.left_side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ═══════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════ */
@media screen and (max-width: 1400px) {
    .main-header nav a {
        font-size: 12px;
    }

    .nav-button .open-appointment {
        font-size: 12px;
        padding: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wf-grid {
        grid-template-columns: 1fr;
    }

    .warning-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 992px) {
    .banner {
        padding: 130px 0 60px;
        min-height: 360px;
    }

    .services-grid {
        flex-direction: column;
    }

    .services-sidebar {
        width: 100%;
    }

    .sidebar-box {
        position: static;
    }

    .services-list {
        grid-template-columns: 1fr;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    .repair-block,
    .repair-block.reverse {
        flex-direction: column;
        gap: 24px;
    }

    .tow-maint-grid {
        grid-template-columns: 1fr;
    }

    .warning-grid {
        grid-template-columns: 1fr;
    }

    .raleigh-grid {
        flex-direction: column;
    }

    .contact-card-wrap {
        width: 100%;
    }

    .warning-cta-bar {
        flex-direction: column;
        text-align: center;
    }

    .faq-left,
    .faq-right {
        min-width: 100%;
        flex: 1 1 100%;
    }

    .conatct-left {
        border-radius: 10px 10px 0 0;
    }

    .conatct-right {
        border-radius: 0 0 10px 10px;
    }

    .nav-button {
        display: none;
    }

    .header-top {
        display: none;
    }

    header {
        position: fixed;
        background: rgba(0, 0, 0, .4);
    }

    .navbar-toggler-icon {
        filter: brightness(1) invert(1);
    }

    button.navbar-toggler {
        padding: 0;
        border: none;
        box-shadow: none;
        position: absolute;
        right: 0;
    }

    div#navbarSupportedContent {
        position: fixed;
        left: -200%;
        width: 74%;
        background: #fff;
        height: 100%;
        top: 0;
        z-index: 1;
        transition: .2s;
    }

    div#navbarSupportedContent.show {
        left: 0;
    }

    div#navbarSupportedContent a {
        color: #000;
        margin: 5px 0;
    }

    ul.navbar-nav {
        padding: 20px;
    }

    .navbar-expand-lg .navbar-nav {
        gap: 0;
    }

    .mobile-call {
        padding: 0;
        margin-right: 22px;
        box-shadow: none !important;
        border: none;
    }

    .close-nav {
        background: transparent;
        box-shadow: none !important;
        border: none !important;
        width: auto !important;
        height: auto !important;
        padding: 0;
        position: absolute;
        right: 0;
    }

    .close-nav span {
        color: #f12d28;
        font-size: 37px;
        font-weight: 400;
    }

    .content-list li {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .models-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .banner-left h1 {
        font-size: 2rem;
    }

    .banner-sub {
        font-size: 15px;
    }

    .two-col-list {
        grid-template-columns: 1fr;
    }

    .final-cta-btns {
        flex-direction: column;
        align-items: center;
    }

    .f-row {
        width: 100%;
    }

    .conatct-left {
        padding: 20px;
    }

    .conatct-right {
        padding: 20px;
    }

    .conatct-left h6 {
        font-size: 26px;
    }

    .con-box h6 {
        font-size: 18px;
        line-height: 26px;
    }

    .footer-second {
        gap: 30px;
    }

    .under-right {
        padding: 0 10px;
    }
}

@media screen and (max-width: 576px) {
    .models-grid {
        grid-template-columns: 1fr;
    }

    .banner-but {
        flex-direction: column;
    }

    .map-view img {
        height: 260px !important;
    }

    .repair-symptoms {
        min-width: 100%;
    }

    .wf-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .header-top {
        justify-content: flex-end;
        display: flex;
    }
}