/* COMPLETE REDESIGN - Bold High-Contrast Theme for used-carparts.us */

/* 1. Global Typography & Reset */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');

.used-section * {
    box-sizing: border-box;
    font-family: 'Manrope', sans-serif;
}

body {
    background-color: #f3f4f6;
    color: #1f2937;
    margin: 0;
    padding: 0;
}

/* Helper Classes from app-used-carparts (Moved here) */
.pmc {
    background: #111827 !important;
    color: white !important;
}

/* Deep Dark Branded Black */
.sec {
    background: #008080 !important;
}

/* Primary Teal */


/* 2. Hero Section - BOLD DARK BRANDED BG */
.used-section.sec,
.hone-banner {
    /* Deep Teal to Slate Gradient - High Contrast */
    background: linear-gradient(135deg, #0f172a 0%, #005f5f 100%) !important;
    background-image: linear-gradient(135deg, #0f172a 0%, #005f5f 100%) !important;
    position: relative;
    padding: 15px 0px !important;
    min-height: auto;
    color: white;
    /* Make text white in hero */
}

/* Background Pattern */
.used-section.sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(#ffffff 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.1;
    pointer-events: none;
}

/* Hero Text Adjustments */
.used-section h3,
.used-section .header-3 h3 {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.used-section h3 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
}

.used-section .form-para {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

/* 3. Main Container */
.container-extra-custom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.row.align-items-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center !important;
    /* Center vertically relative to form */
}

/* 4. Column Layout */
.col-md-12.col-lg-6.col-xl-6 {
    padding: 0 25px;
    width: 50%;
    flex: 0 0 50%;
}

@media (max-width: 991px) {
    .col-md-12.col-lg-6.col-xl-6 {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 40px;
    }
}

/* 5. The FORM CARD - Floating White Card */
#regForm {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 25px 35px;
    /* Compact padding */
    /* Strong lift shadow */
    box-shadow:
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
    width: 100%;
    max-width: 600px;
    /* Increased for fuller look */
    margin-left: auto;
    margin-right: 0;
    /* Ensure no right space */
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 10;
}


#regForm h3 {
    color: #111827 !important;
    /* Dark text inside form */
    font-size: 20px;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 8px;
    text-shadow: none;
}

.form-para {
    color: #4b5563 !important;
    /* High contrast dark gray */
    font-size: 14px;
    margin-bottom: 35px;
    font-weight: 500;
}

.form-head {
    display: block !important;
    /* Restore visibility */
    color: #111827 !important;
    /* Fixed dark color for white bg */
    font-size: 22px;
    /* Reduced from 28px */
    font-weight: 800;
}


/* Style for text moved to left of form */
.header-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-3 h3,
.header-3 p,
.header-3 li {
    color: #ffffff !important;
}

.header-3 ul {
    padding: 0;
    list-style: none;
}

.header-3 li {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-3 li img {
    width: 20px;
    filter: brightness(0) invert(1);
    /* Ensure icons are white */
}


/* 6. Step Indicators */
.step-indicators {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f4f6;
}

.step-indicator {
    display: flex;
    align-items: center;
    gap: 8px;
    /* Reduced from 10px */
    opacity: 0.6;
    transition: all 0.3s;
}


.step-indicator.active {
    opacity: 1;
}

.step-number {
    width: 24px;
    /* Reduced from 28px */
    height: 24px;
    /* Reduced from 28px */
    background: #f3f4f6;
    color: #6b7280;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 11px;
    /* Reduced from 13px */
}


.step-indicator.active .step-number {
    background: #005f5f;
    color: #fff;
    box-shadow: 0 0 0 4px rgba(0, 95, 95, 0.2);
}

.step-title {
    font-weight: 700;
    color: #374151;
    font-size: 12px;
    /* Reduced from 14px */
}


.step-heading {
    margin: 5px 0 10px 0 !important;
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}

/* 7. Inputs */
.form-step .row {
    display: block !important;
    margin: 0;
}

.form-step .col-md-6 {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
}

.input-field {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.input-field p.sub {
    color: #000000 !important;
    /* Forced visual visibility - Pure Black */
    font-size: 14px;
    font-weight: 800 !important;
    /* Extra Bold Labels */
    margin-bottom: 0px !important;
    /* Removed bottom margin for flex alignment */
    display: block;
    opacity: 1 !important;
    flex: 0 0 140px;
    /* Fixed width for label alignment */

    /* Professional standard for side-by-side */
}

.input-field input,
.input-field select {
    flex: 1;
    /* Take remaining space */
    background: #f9fafb !important;
    border: 1px solid #d1d5db !important;
    border-radius: 8px !important;
    height: 50px !important;
    min-height: 50px !important;
    padding: 0 15px !important;
    width: 100% !important;
    font-size: 16px !important;
    color: #111827 !important;
    transition: all 0.2s;
    outline: none !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    appearance: none !important;

}

.input-field select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8.825L1.175 4 2.59 2.585 6 6l3.415-3.415L10.825 4z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    background-size: 14px !important;
}

/* Responsive adjustment for small screens */
@media (max-width: 576px) {
    .input-field {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .input-field p.sub {
        flex: 0 0 auto;
        text-align: left;
    }
}

.input-field input:focus,
.input-field select:focus {
    background: #fff;
    border-color: #005f5f;
    box-shadow: 0 0 0 3px rgba(0, 95, 95, 0.1);
}

/* Validation Styles */
.input-field input.is-invalid,
.input-field select.is-invalid {
    border: 1.5px solid #ef4444 !important;
    background-color: #fff1f2 !important;
}

.input-field input.is-invalid:focus,
.input-field select.is-invalid:focus {
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

/* Buttons */
.nextBtn,
.submitBtn {
    background: #005f5f !important;
    color: white !important;
    height: 54px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    padding: 0 40px;
    border: none;
    transition: all 0.3s;
    cursor: pointer;
    width: 100% !important;
    /* Force full width */
    display: block;
}

.nextBtn:hover,
.submitBtn:hover {
    background: #004d4d !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 95, 95, 0.25);
}

.prevBtn {
    background: transparent !important;
    color: #6b7280 !important;
    border: 1px solid #d1d5db;
    height: 54px;
    border-radius: 8px;
    padding: 0 25px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prevBtn:hover {
    background: #f3f4f6 !important;
    color: #111827 !important;
}

/* 8. Want to Buy - Advanced Redesign */
.want-to-buy {
    background: #f9fafb !important;
    padding: 80px 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.want-to-buy .text-blue {
    color: #005f5f !important;
    font-weight: 800;
    letter-spacing: 1.5px;
    font-size: 14px;
    margin-bottom: 10px;
}

.want-to-buy h2 {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #111827 !important;
}

.checklist-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    width: 100%;
}

.checklist-card {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.checklist-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px -5px rgba(0, 0, 0, 0.1);
    border-color: #005f5f;
}

.checklist-card img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    background: rgba(0, 95, 95, 0.1);
    padding: 6px;
    border-radius: 8px;
}

.checklist-card p {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #374151;
    line-height: 1.4;
}

.btn-premium-tel {
    background: linear-gradient(135deg, #0f172a 0%, #005f5f 100%) !important;
    color: white !important;
    padding: 18px 35px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 20px -5px rgba(15, 23, 42, 0.3);
    border: none;
}

.btn-premium-tel:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 15px 30px -5px rgba(15, 23, 42, 0.4);
    color: white !important;
}

@media (max-width: 991px) {
    .want-to-buy {
        padding: 60px 0 !important;
        text-align: center;
    }

    .checklist-grid {
        margin-top: 40px;
        grid-template-columns: 1fr;
    }

    .btn-premium-tel {
        margin-bottom: 30px;
    }
}

/* 9. Contact Us - Premium Redesign */
.contact-section {
    background: #f9fafb !important;
    padding: 100px 0 !important;
    min-height: 80vh;
}

/* 10. Premium Content Pages (Light Theme) */
.premium-content-page {
    background: #ffffff !important;
    color: #4b5563 !important;
    padding: 50px 0 !important;
    min-height: 80vh;
}

.premium-content-page h1,
.premium-content-page h2,
.premium-content-page h3,
.premium-content-page h4 {
    color: #111827 !important;
    font-weight: 800;
    margin-bottom: 25px;
}

.premium-content-page b,
.premium-content-page strong {
    color: #111827 !important;
    font-weight: 700;
}

.premium-content-page p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #4b5563 !important;
}

.premium-content-page a {
    color: #008080 !important;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.premium-content-page a:hover {
    color: #005f5f !important;
}

.premium-content-page ol,
.premium-content-page ul {
    padding-left: 2rem;
    margin-bottom: 30px;
}

.premium-content-page li {
    margin-bottom: 12px;
    list-style: inherit;
    line-height: 1.6;
}

.premium-content-page .color {
    color: #008080 !important;
}

.premium-content-page .container-extra-custom,
.premium-content-page .container {
    background: transparent !important;
}

@media (max-width: 768px) {
    .premium-content-page {
        padding: 60px 0 !important;
    }
}

.contact-header {
    margin-bottom: 60px;
}

.contact-header h1 {
    font-size: 48px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 15px;
}

.contact-header p {
    font-size: 18px;
    color: #4b5563;
    max-width: 600px;
}

.contact-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    border-color: #005f5f;
}

.contact-icon {
    width: 60px;
    height: 60px;
    background: rgba(0, 95, 95, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: #005f5f;
    font-size: 24px;
}

.contact-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
}

.contact-card p,
.contact-card a {
    font-size: 16px;
    color: #4b5563;
    text-decoration: none;
    line-height: 1.6;
    margin: 0;
}

.contact-card a:hover {
    color: #005f5f;
}

.cta-card {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: 24px;
    padding: 50px 40px;
    color: white;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cta-card h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.3;
}

.cta-card p {
    font-size: 17px;
    margin-bottom: 35px;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .contact-section {
        padding: 60px 0 !important;
    }

    .contact-header h1 {
        font-size: 36px;
    }

    .cta-card {
        padding: 40px 20px;
        margin-top: 40px;
    }
}

/* 8. Features List (Glass Effect) */
.header-3 {
    padding-left: 40px;
}

.header-3 ul li {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 18px 25px;
    border-radius: 12px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
    display: flex;
    align-items: center;
    transition: transform 0.3s;
}

.header-3 ul li:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(8px);
}

.header-3 ul li img.mg-left {
    margin-right: 15px;
    width: 24px;
    filter: brightness(0) invert(1);
    /* White icons */
}

/* --- BENEFITS SECTION (HEADER BUTTONS) --- */
.desktop_use_section {
    padding: 10px 0;
    background: #fff;
}

.feature.pmc {
    background: #008080 !important;
    /* Theme Teal */
    color: #ffffff !important;
    padding: 8px 25px;
    border-radius: 50px !important;
    /* Rounded pill style */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 128, 128, 0.12);
    margin: 5px;
    cursor: pointer;
}

.feature.pmc img {
    filter: brightness(0) invert(1);
    /* Make SVG icons white */
    width: 22px !important;
    height: 22px !important;
    object-fit: contain;
    border-radius: 50% !important;
    /* Everywhere rounder icons */
}



.feature.pmc:hover {
    background: #006666 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 128, 128, 0.2);
}



/* Stats */
.exp_section {
    padding: 100px 0;
    background: #111827;
    /* Dark Section for contrast */
    color: white;
}

.exp_section h2 {
    color: white !important;
}

.exp_div {
    background: #1f2937;
    border: 1px solid #374151;
    padding: 30px;
    border-radius: 16px;
    margin-bottom: 20px;
}

.exp_div h2 {
    color: #2dd4bf !important;
}

/* Bright Teal Stats */

.process_section,
.our_section {
    padding: 100px 0;
    background: #fff;
}

/* Footer */
footer {
    background: #0f172a;
    color: #9ca3af;
    padding: 60px 0;
}

/* --- HEADER & NAVIGATION (Restored) --- */

header#header.sticky {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

/* Fix for header not showing / jumping on load */
header#header.sticky.fixed {
    top: 0 !important;
    /* Ensure it's at the top */
    animation: slideDown 0.5s ease-out forwards !important;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}


/* Top Header */
.top-header {
    background: #ffffff;
    /* White background */
    color: #475569;
    /* Slate gray text */
    padding: 10px 0;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid #f1f5f9;
}

.top-header a {
    color: #1e293b !important;
    /* Darker links */
    text-decoration: none;
    display: flex;
    align-items: center;
}

.top-header img {
    filter: none;
    /* Original icon colors */
    margin-right: 8px;
    width: 18px;
}

.top-header .d-flex {
    align-items: center;
}

.tollfree-new {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #008080 !important;
    /* Theme Teal Background */
    padding: 6px 20px;
    border-radius: 50px;
    border: none;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(0, 128, 128, 0.2);
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    .tollfree-new {
        width: 100% !important;
        justify-content: center;
        margin-top: 10px;
    }
}

/* Vertical stack inside the button, but aligned nicely */
.tollfree-new>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0px;
}

.tollfree-new img {
    width: 25px !important;
    animation: ringing 2s ease infinite;
    transform-origin: center;
    filter: brightness(0) invert(1);
    /* All white icon */
}

@keyframes ringing {
    0% {
        transform: scale(1) rotate(0);
    }

    5% {
        transform: scale(1.1) rotate(-15deg);
    }

    10% {
        transform: scale(1.1) rotate(15deg);
    }

    15% {
        transform: scale(1.1) rotate(-15deg);
    }

    20% {
        transform: scale(1.1) rotate(15deg);
    }

    25% {
        transform: scale(1) rotate(0);
    }

    100% {
        transform: scale(1) rotate(0);
    }
}

.tollfree-new h6 {
    margin: 0 !important;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.9) !important;
    /* Semi-transparent white */
    line-height: 1;
    margin-bottom: 2px !important;
}

.tollfree-new .phone-number {
    font-size: 22px !important;
    /* Increased size */
    font-weight: 900 !important;
    /* Ultra Bold */
    color: #ffffff !important;
    /* Pure White */
    text-decoration: none;
    line-height: 1;
    display: block !important;
}

@media (max-width: 991px) {
    .tollfree-new .phone-number {
        font-size: 22px !important;
    }
}

@media (max-width: 767px) {
    .tollfree-new .phone-number {
        font-size: 28px !important;
        /* Even larger on mobile full-width */
    }
}



/* Main Navigation */
.head-div {
    background: #008080;
    /* Teal theme background */
    padding: 10px 0;
    position: relative;
    z-index: 100;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


.navbar-brand img {
    height: 50px;
    width: auto;
}

/* Desktop Menu */
@media (min-width: 992px) {
    .toggel-btn-menu {
        display: none !important;
    }

    .navbar-collapse {
        display: flex !important;
        justify-content: flex-end;
    }

    .navbar-nav {
        flex-direction: row;
        gap: 30px;
    }

    .nav-link {
        color: #ffffff !important;
        /* Menu link color white */
        font-weight: 600;
        font-size: 15px;
        padding: 0 !important;
        transition: color 0.2s;
    }

    .nav-link:hover {
        color: #e2e8f0 !important;
        /* Light slate for hover on teal */
        transform: translateY(-1px);
    }
}

/* Mobile Menu / Sidenav */
@media (max-width: 991px) {
    .toggel-btn-menu {
        display: block;
        cursor: pointer;
    }

    .sidenav {
        position: fixed;
        top: 0;
        left: -300px;
        /* Hidden by default */
        width: 300px;
        height: 100vh;
        background: #fff;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
        transition: 0.3s;
        z-index: 1000;
        padding: 60px 20px;
        display: block !important;
    }

    .navbar-nav {
        flex-direction: column;
        gap: 20px;
    }

    .nav-link {
        font-size: 18px;
        color: #1e293b !important;
        border-bottom: 1px solid #f1f5f9;
        padding-bottom: 10px !important;
        display: block;
    }
}



/* --- SECTION IMPROVEMENTS --- */

/* 1. Call Us Section - High Contrast CTA */
section.call-us {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
    padding: 80px 0;
    color: #fff;
    text-align: center;
}

section.call-us h6 {
    color: #2dd4bf;
    letter-spacing: 2px;
}

section.call-us h2 {
    color: #fff !important;
    font-size: 36px;
    margin-bottom: 30px;
}

section.call-us .button-slanted {
    background: #008080;
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #008080;
    transition: all 0.3s;
    margin: 10px;
}

section.call-us .button-slanted:hover {
    background: transparent;
    color: #008080;
    border-color: #2dd4bf;
}

section.call-us a {
    text-decoration: none;
}

/* 2. Consumer Checklist */
.want-to-buy {
    padding: 80px 0;
    background: #f8fafc !important;
}

.ul-upper li {
    list-style: none;
    background: #fff;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #334155;
}

.ul-upper li img {
    width: 20px;
    margin-right: 15px;
}

/* 3. Popular Brands - Grid System (Replacing broken carousel) */
.brand-slider .owl-carousel {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.brand-li {
    width: 150px;
    height: 100px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    padding: 10px;
}

.brand-li:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    border-color: #008080;
}

.brand-li img {
    max-width: 100%;
    max-height: 80%;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s;
}

.brand-li:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* 4. Why/How Sections Titles */
.sub-heding {
    color: #008080;
    font-weight: 800;
    letter-spacing: 2px;
}

.heading-dark {
    color: #1e293b;
}



/* --- RESPONSIVE & SPACING POLISH --- */

/* 1. Tighten Global Gaps */
@media (min-width: 1200px) {
    .container-extra-custom {
        max-width: 1280px;
    }

    /* Use wider screen on desktop */
}

/* 2. Responsive Adjustments (Mobile/Tablet) */
@media (max-width: 991px) {

    /* Reduce Section Padding */
    .used-section.sec,
    .hone-banner,
    .process_section,
    .our_section,
    .exp_section,
    .want-to-buy,
    section.call-us,
    .desktop_used_setion {
        padding: 40px 0 !important;
    }

    /* Font Sizing */
    h2,
    .used-section h3 {
        font-size: 26px !important;
    }

    h2.heading {
        font-size: 24px !important;
    }

    /* Hero Layout */
    .col-md-12.col-lg-6.col-xl-6 {
        padding: 0 10px !important;
    }

    .header-3 {
        padding-left: 0 !important;
        margin-top: 30px;
    }

    .header-3 ul li {
        font-size: 14px;
        padding: 12px 15px;
    }

    /* Form Card Mobile */
    #regForm {
        padding: 25px 20px !important;
    }

    .step-indicators {
        margin-bottom: 25px;
        gap: 10px;
    }

    .step-title {
        font-size: 12px;
    }

    .step-number {
        width: 24px;
        height: 24px;
        font-size: 11px;
    }

    /* Grid Fixes */
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    [class*='col-'] {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* Brand Grid Mobile */
    .brand-li {
        width: 45%;
        height: 80px;
    }

    /* Footer */
    footer {
        padding: 40px 0;
        text-align: center;
    }
}

/* 3. Section Transitions - Fix 'Poor' Look */
section {
    overflow: hidden;
}

/* Prevent horizontal scroll */

/* 4. Fix Feature Card Heights */
.feature.pmc {
    margin-bottom: 15px;
}

/* 5. Ensure Form Inputs don't zoom on iPhone */
@media screen and (max-width: 768px) {

    .input-field input,
    .input-field select {
        font-size: 16px !important;
    }
}



/* --- FOOTER REDESIGN --- */

footer {
    background: #0f172a;
    color: #94a3b8;
    padding: 80px 0 0;
    font-size: 14px;
}

footer .logo img {
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}

.accordian_title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

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

.accordian_content ul li {
    margin-bottom: 12px;
}

.accordian_content ul li a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.2s;
}

.accordian_content ul li a:hover {
    color: #2dd4bf;
}

/* Contact Icons */
.contsct-ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}

.contsct-ul li img {
    width: 18px;
    filter: brightness(0) invert(1) opacity(0.7);
}

/* Social Icons */
.follow-div a {
    margin-right: 15px;
    display: inline-block;
}

.follow-div img {
    width: 18px;
    filter: brightness(0) invert(1) opacity(0.7);
    transition: 0.3s;
}

.follow-div a:hover img {
    opacity: 1;
    transform: scale(1.1);
    filter: brightness(0) invert(1) drop-shadow(0 0 5px #2dd4bf);
}

/* Bottom Footer */
.bottom-footer {
    border-top: 1px solid #1e293b;
    padding: 25px 0;
    margin-top: 60px;
    background: #020617;
}

.bottom-footer p {
    margin: 0;
    font-size: 13px;
    color: #64748b;
}

/* Fixed Bottom Bar Mobile */
.fixed-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #008080;
    color: #fff;
    text-align: center;
    padding: 12px 10px;
    z-index: 9999;
    display: none;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.fixed-bottom-bar a {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 20px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.fixed-bottom-bar img {
    width: 24px;
    animation: ringing 2s ease infinite;
}

@media only screen and (max-width: 600px) {
    .fixed-bottom-bar {
        display: block;
    }
}



/* --- POPULAR BRANDS REDESIGN (Refined) --- */

.brand_box {
    padding: 20px 0;
}

.brand-slider .owl-carousel {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.brand-li {
    width: 170px;
    height: 110px;
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
    padding: 15px;
    position: relative;
    overflow: hidden;
}

.brand-li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 128, 128, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    transition: opacity 0.3s;
}

.brand-li:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.01);
    border-color: #008080;
}

.brand-li:hover::after {
    opacity: 1;
}

.brand-li img {
    max-width: 90%;
    max-height: 70%;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.6);
    transition: all 0.4s;
}

.brand-li:hover img {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.05);
}

/* Mobile Brands Tweak */
@media (max-width: 768px) {
    .brand-li {
        width: 45% !important;
        height: 90px;
    }

    .brand-slider .owl-carousel {
        gap: 15px;
    }
}



/* --- BRAND GRID (No Carousel) --- */
.brand-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

/* Override previous carousel targeting */
.brand-slider .owl-carousel {
    display: none !important;
}

/* Refined Card Style */
.brand-li {
    width: 180px;
    height: 120px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.brand-li:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-color: #008080;
}

.brand-li img {
    max-width: 100%;
    max-height: 100%;
    /* Full Color by default for 'proper' look if grayscale was issue */
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all 0.3s;
}

.brand-li:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .brand-li {
        width: 45%;
        max-width: 160px;
        height: 100px;
    }

    .brand-grid {
        gap: 15px;
    }
}



/* --- LINK & TYPOGRAPHY FIXES --- */

/* 1. Global Link Reset - Remove Blue Underlines */
a {
    text-decoration: none !important;
    color: #008080;
    /* Teal instead of Blue */
    transition: all 0.2s;
}

a:hover {
    color: #004d4d;
    text-decoration: none;
}

/* 2. Fix Specific Text Classes */
.text-blue {
    color: #008080 !important;
    /* Force Theme Teal */
}

.text-black {
    color: #1e293b !important;
}

/* 3. Inline Links in Text */
p a {
    font-weight: 700;
    border-bottom: 1px dashed #008080;
    /* Subtle dashed line instead of ugly blue underline */
}

p a:hover {
    border-bottom-style: solid;
}

/* 4. Heading Fixes */
h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none !important;
}

/* 5. Navbar Links specifically */
.nav-link {
    text-decoration: none !important;
}



/* --- ALIGNMENT FORCE --- */
.service_div {
    text-align: center !important;
}



/* --- STILL HAVE QUESTIONS SECTION --- */
.section-box {
    background: linear-gradient(135deg, #f0fdfa 0%, #e0f2f1 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.section-box::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(0, 128, 128, 0.05);
    border-radius: 50%;
    z-index: 0;
}

.section-box h3 {
    color: #1e293b;
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.section-box p {
    color: #64748b;
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

.section-box .btn-custom {
    background: #008080 !important;
    color: #fff !important;
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(0, 128, 128, 0.2);
    transition: all 0.3s;
    border: none;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.section-box .btn-custom:hover {
    background: #006666 !important;
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(0, 128, 128, 0.3);
}



/* --- WHY CHOOSE US CARDS --- */
.why-card {
    background: #ffffff !important;
    border: 1px solid #f1f5f9;
    border-radius: 20px;
    /* More rounded */
    padding: 40px 30px !important;
    text-align: center !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 20px -4px rgba(0, 0, 0, 0.04);
}

.why-card img.icon {
    height: 60px !important;
    width: auto !important;
    margin-bottom: 25px !important;
    border-radius: 12px;
    /* Rounded icon edges */
    filter: none !important;
    /* Keep original colors */
    transition: transform 0.4s ease;
}


.why-card h5 {
    font-size: 19px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.why-card p {
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
}

.why-card:hover {
    transform: translateY(-10px);
    border-color: #008080;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.why-card:hover img.icon {
    transform: scale(1.15);
}




/* --- FINAL SPACING POLISH --- */

/* Force Consistent Section Padding */
section,
.process_section,
.want-to-buy,
.call-us,
.section-box,
.desktop_used_setion {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

/* Mobile Spacing */
@media (max-width: 991px) {

    section,
    .process_section,
    .want-to-buy,
    .call-us,
    .section-box,
    .desktop_used_setion {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}

/* Container Breathing Room */
.container-extra-custom {
    padding-left: 20px;
    padding-right: 20px;
}

/* Text Rhythm */
h2,
h3 {
    margin-bottom: 20px !important;
}

p {
    margin-bottom: 20px;
}

/* --- ICON VISIBILITY FIX --- */
.service_div .icon,
.service_div img {
    /* Force Teal Color using filter (Works for black or white icons) */
    filter: invert(24%) sepia(86%) saturate(1756%) hue-rotate(163deg) brightness(95%) contrast(101%);
    opacity: 1 !important;
}

.service_div:hover .icon,
.service_div:hover img {
    /* Darker Teal on Hover */
    filter: invert(16%) sepia(32%) saturate(4812%) hue-rotate(167deg) brightness(93%) contrast(101%);
    transform: scale(1.1);
}



/* --- CONSUMER CHECKLIST REDESIGN --- */
.want-to-buy {
    background: #f8fafc !important;
    position: relative;
    z-index: 1;
}

.want-to-buy .text-blue {
    color: #008080 !important;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.want-to-buy h2 {
    font-size: 36px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 30px;
}

/* Checklist Items as Cards */
.ul-upper li {
    background: #ffffff;
    padding: 18px 25px;
    margin-bottom: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #334155;
    border-left: 5px solid #008080;
    transition: transform 0.2s;
}

.ul-upper li:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.ul-upper li img {
    width: 24px;
    margin-right: 20px;
    /* Force icon to Teal */
    filter: invert(24%) sepia(86%) saturate(1756%) hue-rotate(163deg) brightness(95%) contrast(101%);
}

/* Button Design */
.want-to-buy .btn-custom {
    background: #008080 !important;
    color: #ffffff !important;
    padding: 15px 40px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(0, 128, 128, 0.4);
    border: 2px solid #008080 !important;
    transition: all 0.3s;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 20px;
}

.want-to-buy .btn-custom:hover {
    background: #fff !important;
    color: #008080 !important;
    transform: translateY(-3px);
}



/* --- HEADER BENEFITS BUTTON STYLE --- */
.benefit-box {
    background: #ffffff;
    padding: 15px 30px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 800;
    font-size: 14px;
    color: #334155;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    width: auto;
    min-width: 250px;
    margin: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.benefit-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 128, 128, 0.15);
    border-color: #008080;
    color: #008080;
}

.benefit-box i {
    font-size: 18px;
    color: #008080;
}

.about-section-top {
    padding-bottom: 20px;
    padding-top: 10px;
}



/* --- RESTORED HEADER BUTTONS (BP LAYOUT) --- */
.feature.pmc {
    background: #008080;
    color: #ffffff;
    padding: 12px 25px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    box-shadow: 0 4px 6px rgba(0, 128, 128, 0.2);
    margin: 5px;
    width: auto;
    transition: all 0.3s ease;
}

.feature.pmc:hover {
    background: #006666;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 128, 128, 0.3);
}

.feature.pmc i {
    color: #ffffff;
    font-size: 16px;
}

/* Alignment helper for restored layout */
.offers-div {
    justify-content: space-between;
    align-items: center;
}



/* --- ICON IMAGES WHITE FILTER --- */
.feature.pmc img {
    filter: brightness(0) invert(1);
    width: 20px;
    height: auto;
    margin-right: 10px;
}



/* --- HEADER BUTTONS SQUARED & COMPACT --- */
.feature.pmc {
    border-radius: 8px !important;
    margin: 2px;
    /* Reduced margin */
}

/* Reduce Section Padding */
.desktop_use_section .container {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}



/* --- HEADER BUTTON PULSE ANIMATION --- */
@keyframes softPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 128, 128, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 128, 128, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 128, 128, 0);
    }
}

.feature.pmc:hover {
    animation: softPulse 1.5s infinite;
    background: #006666;
    transform: translateY(-2px);
}



/* --- REMOVE BOTTOM SPACE FROM QUESTIONS SECTION --- */
.section-box {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

/* Also ensure the container inside doesn't have excess margin */
.section-box .container {
    padding-bottom: 40px;
    /* Keep some internal spacing so content isn't on edge, but section has no gap */
}



/* --- REMOVE BOTTOM SPACE (QUESTIONS SECTION) --- */
.section-box {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

/* --- STILL HAVE QUESTIONS SPACING FIX --- */
.section-box {
    padding-bottom: 60px !important;
    /* Space inside below button */
    margin-bottom: 0px !important;
    /* No space outside above footer */
}

/* Ensure parent section has no extra spacing */
section:has(.section-box),
.section-box-parent {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}



/* --- BRANDS SECTION WHITE LAYOUT --- */
.brands-section-white {
    background-color: #ffffff !important;
    padding-top: 60px;
    padding-bottom: 60px;
}

.brands-section-white h2 {
    color: #333333;
    /* Dark text for white bg */
}

.brands-section-white p {
    color: #666666;
}

/* Ensure brand items pop on white */
.brand-li {
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    /* Stronger shadow for white-on-white card look */
    border: 1px solid #f0f0f0;
}

.brand-li:hover {
    border-color: #008080;
}



/* --- CENTER BRAND NAMES --- */
.brand-li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Center horizontally in flex column */
    justify-content: center;
    text-align: center;
    /* Fallback */
    width: 100%;
}

.brand-li span {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    /* Space between img and text */
}



/* --- BRAND HOVER ANIMATION & SPACING --- */
.brand-li img {
    transition: transform 0.6s ease-in-out;
}

.brand-li:hover img {
    transform: rotate(360deg);
}

.brand-li {
    margin-bottom: 30px;
    /* Gap between rows */
    padding-bottom: 15px;
    /* Internal spacing */
}



/* --- BRAND CARD INTERNAL PADDING --- */
.brand-li {
    padding: 25px 15px;
    /* More vertical padding */
}



/* --- FIX BRAND CARD OVERLAP --- */
.brand-li {
    height: auto !important;
    /* Allow card to grow with content */
    min-height: 180px;
    /* Ensure minimum height for uniformity */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: visible;
    /* Ensure nothing is cut off */
}



/* --- COMPACT BRAND CARD SPACING --- */
.brand-li {
    padding: 15px !important;
    /* Reduced inner space */
    margin-bottom: 15px !important;
    /* Reduced outer space */
    min-height: 140px !important;
    /* Tighter height but still safe */
}



/* --- REMOVE SPACE BETWEEN BRANDS & QUESTIONS --- */
.brands-section-white {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

/* Target the section wrapping .section-box if possible, or just the box itself */
.section-box,
section:has(.section-box) {
    margin-top: 0px !important;
    padding-top: 0px !important;
}



/* --- RESTORE TOP SPACE (QUESTIONS SECTION) - NO MARGIN --- */
.section-box {
    margin-top: 0px !important;
    /* No external gap */
    padding-top: 50px !important;
    /* Internal spacing kept */
}

section:has(.section-box) {
    padding-top: 0px !important;
}

/* --- PROCESS SECTION (How We Work / Why Choose Us) --- */
.process_section {
    background-color: #f9f9f9 !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    margin: 0 !important;
}

.process_section .shadow {
    display: none;
}

/* --- ABOUT SECTION ICONS --- */
.exp_div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.exp_div img {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain;
    margin-bottom: 15px;
}

/* --- CARD THEMES --- */
/* Theme: How We Work - Process Card */
.work-card {
    background: #ffffff !important;
    border: 2px dashed #cbd5e0;
    border-radius: 20px;
    /* Rounded corners */
    padding: 30px !important;
    transition: all 0.3s ease;
    height: 100%;
    margin-bottom: 30px;
    color: #334155 !important;
    text-align: center;
}

.work-card:hover {
    background: #f8fafc !important;
    border-color: #008080;
    transform: translateY(-5px);
}

.work-card i,
.work-card img {
    color: #008080 !important;
    font-size: 50px;
    width: 60px;
    margin-bottom: 15px;
    border-radius: 12px;
    /* Rounded icons */
}


/* Theme: Why Choose Us - Professional Card */
.why-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 35px 25px !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    margin-bottom: 30px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.04);
    text-align: center;
}

.why-card img.icon {
    height: 65px !important;
    width: auto !important;
    margin-bottom: 25px !important;
    filter: none !important;
}

.why-card h5 {
    font-size: 19px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 15px;
}

.why-card:hover {
    transform: translateY(-10px);
    border-color: #008080;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.why-card:hover img.icon {
    transform: scale(1.15);
}

/* --- SHOP NOW SECTION (our_section) --- */
.our_section {
    padding: 80px 0;
    background: #ffffff;
}

.our_section .auto-part-image {
    height: 320px !important;
    width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
    padding: 0 !important;
    margin-bottom: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 20px !important;
    /* More rounded containers */
    background: #000 !important;
    cursor: pointer !important;
}

.our_section .auto-part-image-body {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 100% !important;
    width: 100% !important;
    transition: transform 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
    background-size: cover !important;
    background-position: center !important;
    z-index: 1 !important;
}

.our_section .auto-part-image-body::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.65) !important;
    /* Increased overlay opacity (Darker bg) */
    z-index: 2 !important;
    transition: background 0.3s ease;
}

.our_section .auto-part-image:hover .auto-part-image-body {
    transform: scale(1.1) !important;
}

.our_section .auto-part-image:hover .auto-part-image-body::after {
    background: rgba(0, 0, 0, 0.55) !important;
    /* Lighten slightly on hover */
}


/* Category Images */
.our_section .auto-part-image-1 {
    background-image: url("/assets/view/images/auto-body.jpg") !important;
}

.our_section .auto-part-image-2 {
    background-image: url("/assets/view/images/auto-body-2.jpg") !important;
}

.our_section .auto-part-image-3 {
    background-image: url("/assets/view/images/auto-body-3.jpg") !important;
}

.our_section .auto-part-image-4 {
    background-image: url("/assets/view/images/auto-body-1.jpg") !important;
}

.our_section .auto-part-image .container {
    position: relative !important;
    z-index: 3 !important;
    text-align: center !important;
    padding: 20px !important;
}

.our_section .auto-part-image-heading {
    color: #ffffff !important;
    font-size: 2.2rem !important;
    /* Reduced font size */
    font-weight: 500 !important;
    /* Non-bold */
    text-transform: uppercase !important;
    margin-bottom: 12px !important;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6) !important;
}

.our_section .auto-part-image-text {
    color: #ffffff !important;
    font-size: 1.05rem !important;
    font-weight: 400;
    opacity: 0.9;
    margin-bottom: 25px !important;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6) !important;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}


/* --- ROUNDED THEME BUTTON (btn-custom) --- */
.btn-custom {
    background-color: #008080 !important;
    border: 2px solid #008080 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    height: 54px !important;
    line-height: 50px !important;
    border-radius: 50px !important;
    /* Fully rounded pill */
    min-width: 190px !important;
    padding: 0 35px !important;
    position: relative !important;
    display: inline-block !important;
    margin: 0 10px 10px !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
    text-decoration: none !important;
    z-index: 1;
}

.btn-custom::before {
    display: none !important;
    /* Remove slanted edges */
}

.btn-custom::after {
    display: none !important;
    /* Remove slanted edges */
}

.btn-custom:hover {
    background-color: #ffffff !important;
    color: #008080 !important;
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 10px 20px rgba(0, 128, 128, 0.2) !important;
}

/* 11. Mobile Optimization - Full Width Buttons */
@media (max-width: 767px) {
    .btn-custom {
        width: 100% !important;
        display: block !important;
        margin: 10px 0 !important;
        text-align: center;
        min-width: 0 !important;
        padding: 0 20px !important;
    }

    .want-to-buy .btn-custom {
        margin-top: 20px !important;
    }

    /* 12. Footer Mobile Alignment Refinement */
    footer {
        text-align: left !important;
        padding-top: 40px !important;
    }

    footer .accordian {
        margin-bottom: 30px;
    }

    footer .accordian_title {
        text-align: left !important;
        margin-bottom: 15px !important;
    }

    footer .accordian_content ul li {
        text-align: left !important;
    }

    footer .contsct-ul li {
        justify-content: flex-start !important;
        text-align: left !important;
    }

    .bottom-footer {
        text-align: left !important;
        padding: 20px 0 !important;
        margin-top: 30px !important;
    }

    .bottom-footer p,
    .bottom-footer p.right {
        text-align: left !important;
        margin-bottom: 5px !important;
    }

    .follow-div.desktop-follow {
        display: flex !important;
        justify-content: flex-start !important;
        margin-top: 20px !important;
    }
}