

/* ---------- 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; }
ol, ul {
    padding-left: 0rem !important;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}
@media (min-width: 1350px) { .container { max-width: 1400px; } }

/* ---------- Shared Buttons ---------- */
.btn-primary-gmc {
    display: inline-block;
    background: #DA3F3B;
    color: #fff !important;
    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-gmc:hover { background: transparent; color: #DA3F3B !important; }

.btn-secondary-gmc {
    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-gmc:hover { background: #DA3F3B; color: #fff; }

.btn-outline-gmc {
    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-gmc:hover { border-color: #fff; background: rgba(255,255,255,.1); color: #fff; }

/* ---------- Section Header ---------- */
.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: 82%;
    margin: 0 auto;
}

/* ==============================
   HERO BANNER
   ============================== */
.banner {
    padding: 170px 0 80px;
    min-height: 480px;
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(135deg, #0d1117 0%, #1a1a2e 50%, #16213e 100%);
}

.gmc-banner {
    background-image:
        linear-gradient(to right, rgba(5, 10, 20, .88) 55%, rgba(5, 10, 20, .35) 100%),
        url('site-assets/images/makes/gmc-banner.jpg');
    background-size: cover;
    background-position: center;
}

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

.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, .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, .1);
}

/* ==============================
   INTRO SECTION
   ============================== */
.gmc-intro-section {
    padding: 70px 0;
    background: #fff;
}

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

.intro-text {
    flex: 1 1 55%;
}

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

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

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

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

.trust-card {
    background: #f8f8f8;
    border-left: 4px solid #DA3F3B;
    border-radius: 8px;
    padding: 28px 24px;
}

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

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

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

.trust-item strong {
    display: block;
    font-size: 14px;
    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(190px, 1fr));
    gap: 22px;
    margin-bottom: 36px;
}

.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-emoji {
    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 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::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #DA3F3B;
    font-weight: 700;
}
.model-card ul li:last-child {
    border-bottom: none;
}

.model-card ul li a {
    color: #DA3F3B;
    font-weight: 600;
}

.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-layout {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.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: 24px;
}

.services-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 20px;
}

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

.sidebar-box {
    background: #1a1a1a;
    color: #fff;
    border-radius: 10px;
    padding: 30px 26px;
    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;
}

/* ==============================
   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: 3rem;
    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;
}

/* ==============================
   REPAIR NEEDS SECTION
   ============================== */
.repair-section {
    padding: 70px 0;
    background: #fff;
}

.repair-block {
    display: flex;
    gap: 40px;
    margin-bottom: 56px;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 56px;
    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: 8px;
}

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

/* ==============================
   TRUCK / SUV SECTION
   ============================== */
.truck-suv-section {
    padding: 70px 0;
    background: #f2f2f2;
}

.ts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

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

.ts-header {
    background: #1a1a1a;
    padding: 24px 28px;
}

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

.suv-header {
    background: #0d1117;
}

.ts-body {
    padding: 28px;
}

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

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

.two-col-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 20px;
    margin-bottom: 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;
}

/* ==============================
   SPECIAL SECTION (Denali / Diesel / Maintenance)
   ============================== */
.special-section {
    padding: 70px 0;
    background: #fff;
}

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

.special-card {
    border-radius: 10px;
    padding: 32px 28px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, .07);
}

.denali-card {
    background: #f9f9f9;
    border-top: 5px solid #DA3F3B;
}

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

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

.special-card h2 {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    font-weight: 700;
    margin-bottom: 14px;
}

.denali-card h2,
.maint-card h2 {
    color: #211D1D;
}

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

.special-card p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 14px;
}

.denali-card p,
.maint-card p {
    color: #444;
}

.diesel-card p {
    color: rgba(255, 255, 255, .8);
}

.special-card h4 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 12px;
}

.denali-card h4,
.maint-card h4 {
    color: #211D1D;
}

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

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

.denali-card ul li,
.maint-card ul li {
    border-bottom: 1px solid #f0f0f0;
    color: #444;
}

.diesel-card ul li {
    color: rgba(255, 255, 255, .85);
}

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

.special-card ul {
    margin-bottom: 18px;
}

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

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

.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: 28px 32px;
    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;
}

/* ==============================
   LOCATION SECTION
   ============================== */
.location-section {
    padding: 70px 0;
    background: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* ==============================
   FAQ SECTION (matches Honda)
   ============================== */
.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 {
    font-size: 14px;
    color: #444;
    line-height: 1.8;
    background: #fff;
    padding: 16px 20px;
}

/* ==============================
   FINAL CTA
   ============================== */
.final-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #0d1117 0%, #1a1a2e 60%, #16213e 100%);
}

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

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

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

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

/* ==============================
   CONTACT US (matches Honda)
   ============================== */
.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)
   ============================== */
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;
}

.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 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 BUTTON
   ============================== */
.apply-bottom-button {
    position: fixed;
    bottom: 30px;
    left: 10px;
    z-index: 9999;
    cursor: pointer;
}

/* ==============================
   MODAL
   ============================== */
.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;
}

.capcha_and_submit {
    display: flex;
    align-items: center;
    gap: 12px;
}

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

    .special-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 {
        min-width: 100%;
    }

    .services-layout {
        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;
    }

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

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

    .location-layout {
        flex-direction: column;
    }

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

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

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

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

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

    .banner-but .b-clr,
    .banner-but .b-outline {
        text-align: center;
    }

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

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

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

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