

/* ---------- Hero Banner ---------- */
.banner {
    background-color: #1a1a1a;
    background-image:
        linear-gradient(to right, rgba(0,0,0,0.82) 55%, rgba(0,0,0,0.3) 100%),
        url('site-assets/images/makes/chevrolet-banner.jpg');
    background-size: cover;
    background-position: center;
    padding: 170px 0 80px;
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
}

/* Fallback if image missing – gold-accented dark gradient */
.chevy-banner {
    background-image:
        linear-gradient(135deg, #0d0d0d 0%, #1a1a1a 40%, #2b1f0a 70%, #3d2c0e 100%);
}

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

.banner-left {
    padding-right: 20px;
}

.banner-tag {
    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,0.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: 0.2s;
}

.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,0.5);
    transition: 0.2s;
}

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

/* ---------- Shared Button Styles ---------- */
.btn-primary-chevy {
    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: 0.2s;
    cursor: pointer;
    text-decoration: none;
}

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

.btn-primary-chevy.full-width {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 14px;
}

.btn-secondary-chevy {
    display: inline-block;
    background: transparent;
    color: #DA3F3B;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #DA3F3B;
    transition: 0.2s;
    margin-top: 12px;
    text-decoration: none;
}

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

.btn-outline-chevy {
    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,0.6);
    transition: 0.2s;
    text-decoration: none;
}

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

/* ---------- Section Headers ---------- */
.section-header { margin-bottom: 50px; }

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

.section-header p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    max-width: 85%;
    margin: 0 auto;
}

/* ---------- Intro Section ---------- */
.chevy-intro {
    padding: 70px 0;
    background: #fff;
}

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

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

.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 27%;
    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;
}

/* ---------- Models Section ---------- */
.models-section {
    padding: 70px 0;
    background: #f2f2f2;
}

.models-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 22px;
    margin-bottom: 36px;
}

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

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

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

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

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

.model-card ul li {
    font-size: 15px;
    color: #000000;
    padding: 10px 0 10px 25px;
    border-bottom: 1px solid #f0f0f0;
	position:relative;
	text-align: left;
}
.model-card ul li a{
	color:#DA3F3B;
	text-decoration:none;
}
.model-card ul li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #DA3F3B;
    font-weight: 700;
}

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

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

/* ---------- Services Section ---------- */
.services-section {
    padding: 70px 0;
    background: #fff;
}

.services-grid {
    display: flex;
    gap: 0px 50px;
    align-items: flex-start;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

.services-sidebar { flex: 1 1 34%; }

.sidebar-box {
    background: #1a1a1a;
    color: #fff;
    border-radius: 10px;
    padding: 32px 28px;
    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: 16px;
    color: rgba(255,255,255,0.8);
    line-height: 1.7;
    margin-bottom: 14px;
}

/* ---------- Why Section ---------- */
.why-section {
    padding: 70px 0;
    background: #f9f9f9;
}

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

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

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

.why-number {
    font-size: 3rem;
    font-weight: 800;
    color: rgba(218,63,59,0.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: 16px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* ---------- Repair Needs Section ---------- */
.repair-needs-section {
    padding: 70px 0;
    background: #fff;
}

.repair-needs-section .section-header { margin-bottom: 50px; }

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

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

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

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

.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-cta-inline {
    margin-top: 16px;
}

.repair-cta-inline a {
    color: #DA3F3B;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}

.repair-cta-inline a: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: 15px;
    font-weight: 700;
    color: #211D1D;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

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

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

.repair-symptoms.engine-light ul{
	display: flex;
    flex-wrap: wrap;
}
.repair-symptoms.engine-light ul li{
	width: 32%;
}


.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;
}

/* ---------- Truck / SUV Section ---------- */
.truck-suv-section {
    padding: 70px 0;
    background: #f2f2f2;
}

.truck-suv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.truck-box,
.suv-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 14px rgba(0,0,0,0.07);
}

.box-header {
    padding: 24px 28px;
    color: #fff;
}

.truck-header { background: #1a1a1a; }
.suv-header { background: #2b1a00; }

.box-header h2 {
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.box-content {
    padding: 28px;
}

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

.box-content h4 {
    font-size: 15px;
    font-weight: 700;
    color: #211D1D;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

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

.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;
}

/* ---------- Diesel & Maintenance ---------- */
.diesel-maintenance-section {
    padding: 70px 0;
    background: #fff;
}

.dm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.dm-card {
    border-radius: 10px;
    padding: 36px 32px;
    box-shadow: 0 2px 14px rgba(0,0,0,0.07);
}

.diesel-card {
    background: #1a1a1a;
    color: #fff;
    border-top: 5px solid #DA3F3B;
}

.diesel-card h2,
.diesel-card h4 {
    color: #fff;
}

.maintenance-card {
    background: #fff;
    border-top: 5px solid #DA3F3B;
    border: 1px solid #ebebeb;
    border-top: 5px solid #DA3F3B;
}

.dm-card h2 {
    font-size: clamp(1.3rem, 2.5vw, 1.6rem);
    font-weight: 700;
    margin-bottom: 16px;
}

.maintenance-card h2 { color: #211D1D; }

.dm-card p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 16px;
}

.diesel-card p { color: rgba(255,255,255,0.8); }
.maintenance-card p { color: #444; }

.dm-card h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
}

.maintenance-card h4 { color: #211D1D; }

.dm-card ul { list-style: none; padding: 0; margin: 0 0 20px 0; }

.dm-card ul li {
    font-size: 14px;
    padding: 7px 0 7px 18px;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.maintenance-card ul li { border-bottom: 1px solid #f0f0f0; }
.diesel-card ul li { color: rgba(255,255,255,0.85); }
.maintenance-card ul li { color: #444; }

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

/* ---------- Warning Signs ---------- */
.warning-section {
    padding: 70px 0;
    background: #f9f9f9;
}

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

.warning-col {
    background: #fff;
    border-radius: 10px;
    padding: 26px;
    box-shadow: 0 2px 10px rgba(0,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 { list-style: none; padding: 0; margin: 0; }

.warning-col ul li {
    font-size: 14px;
    color: #444;
    padding: 6px 0 6px 16px;
    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 {
    background: #1a1a1a;
    color: #fff;
    border-radius: 10px;
    padding: 28px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

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

/* ---------- Location Section ---------- */
.location-section {
    padding: 70px 0;
    background: #fff;
}

.location-grid {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    flex-wrap: wrap;
}

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

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

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

.location-areas { margin-top: 26px; }

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

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

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

.location-contact { flex: 1 1 34%; }

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

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

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

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

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

.contact-detail a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

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

/* ---------- FAQ Section (matches Honda page) ---------- */
.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::after {
    filter: none;
}

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

.accordion-body {
    font-size: 16px;
    color: #444;
    line-height: 1.8;
    background: #fff;
    padding: 16px 20px;
}

/* ---------- Final CTA ---------- */
.final-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2b1f0a 100%);
}

.final-cta-content { text-align: center; }

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

.final-cta-content p {
    font-size: 16px;
    color: rgba(255,255,255,0.85);
    line-height: 1.8;
    max-width: 720px;
    margin: 0 auto 14px;
}

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

/* ---------- 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: 16px;
    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 {
    text-decoration: none;
    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;
}

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

/* ---------- Footer ---------- */
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 {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.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 { text-decoration: none; color: #211D1D; font-size: 16px; }
.footer-second ul li { margin-bottom: 20px; }

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

.f-cnt p { font-size: 16px; color: #211D1D; margin: 0; }
.f-cnt b { color: #211D1D; font-weight: 700; font-size: 26px; }
.f-cnt b a { text-decoration: none; color: #0D1D27; }

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

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

/* ---------- Now Hiring Button ---------- */
.apply-bottom-button {
    position: fixed;
    bottom: 30px;
    left: 10px;
    z-index: 9999;
    cursor: pointer;
}

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

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

.job_apply_form_modal .modal-dialog { max-width: 1050px; }

.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: 16px;
    font-weight: 600;
    cursor: pointer;
}

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

.capcha_and_submit { display: flex; align-items: center; gap: 12px; }
.captcha-btn { position: relative; }
.left_side img { width: 100%; height: 100%; object-fit: cover; }

/* ===========================
   RESPONSIVE STYLES
   =========================== */

@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); }
    .dm-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; }
    .intro-grid { flex-direction: column; }
    .intro-trust-box { min-width: 100%; }
    .services-grid { flex-direction: column; }
    .services-sidebar { width: 100%; }
    .sidebar-box { position: static; }
    .services-list ul { grid-template-columns: 1fr; }
    .why-grid { grid-template-columns: 1fr; }
    .repair-category,
    .repair-category.reverse { flex-direction: column; gap: 24px; }
    .truck-suv-grid { grid-template-columns: 1fr; }
    .warning-grid { grid-template-columns: 1fr; }
    .location-grid { flex-direction: column; }
    .location-contact { width: 100%; }
    .warning-cta { 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; }
    .top-add p { font-size: 16px; }
    .top-number a { font-size: 16px; }
}

@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-buttons { flex-direction: column; align-items: center; }
    .f-row { width: 100%; }
    .footer-second { gap: 30px; }
    .conatct-left h6 { font-size: 26px; }
    .con-box h6 { font-size: 18px; }
    .conatct-left { padding: 20px; }
    .conatct-right { padding: 20px; }
    .header-top { justify-content: flex-start; }
}

@media screen and (max-width: 576px) {
    .models-grid { grid-template-columns: 1fr; }
    .dm-grid { grid-template-columns: 1fr; }
    .map-view img { height: 250px !important; }
    .banner-but { flex-direction: column; }
    .banner-but .b-clr,
    .banner-but .b-outline { width: 100%; text-align: center; }
    .intro-trust-box { padding: 20px 16px; }
    .repair-symptoms { min-width: 100%; }
    .dm-card { padding: 24px 20px; }
}

/* Mobile nav */
@media screen and (max-width: 990px) {
    header {
        position: fixed;
        top: 0;
        background: rgba(0,0,0,0.35);
        z-index: 99;
    }

    .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: 0.2s;
    }

    div#navbarSupportedContent.show {
        left: 0;
        transition: 0.2s;
    }

    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;
    }

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

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

    .header-top { display: none; }
}
