.sema_main_banner {
    /*background: url(../CMSPhotos/MainHeader.png) !important;*/
    padding: 60px 0;
    display: flex;
    align-items: center;
}
/*
.whychooseusimgdesktop {
    max-width: 110% !important;
}*/

.bestpart_sec {
    background: url(Sema/Best_parts.png) !important;
    background-size: cover;
}

.text-red {
    color: #E31E24 !important;
}

/* Why SEMA Data Submission Matters */
.sema_why_matters_sec {
    background-color: #f7f3f3;
    padding: 0 0 100px;
}

.sema_sec_heading {
    color: #000;
}

.sema_why_matters_intro {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.sema_why_matters_row {
    margin-top: 2rem;
}

.sema_why_matters_illus {
    max-width: 100%;
    height: auto;
}

.sema_aces_heading {
    font-size: 1.25rem;
    color: #000;
}

.sema_aces_grid {
    margin: 0 -8px;
}

.sema_aces_item {
    padding: 8px;
}

.sema_aces_box {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 16px 12px;
    display: grid;
    align-items: center;
    min-height: 129px;
    transition: box-shadow 0.2s ease;
}

.sema_aces_icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 12px;
    flex-shrink: 0;
}

.sema_aces_box span {
    padding-top: 20px;
    color: #333;
    font-weight: 500;
}

/* Red Callout Banner */
.sema_red_banner {
    position: relative;
    top: -52px;
    background-color: #E31E24;
    padding: 28px 20px;
    border-radius: 10px;
}


.sema_red_banner_text {
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

/* Our Structured Approach to SEMA Submission */
.sema_approach_sec {
    background: #fff;
}

.sema_steps_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0 20px;
}

.Font_20px {
    font-size: 20px !important;
}

/* Horizontal row: four steps evenly spaced, one line behind circles */
.sema_steps_line_row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    position: relative;
}

    /* Single thin light-gray line through center of all circles (behind circles) */
    .sema_steps_line_row::before {
        content: '';
        position: absolute;
        top: 36px;
        left: 46px;
        right: 46px;
        height: 2px;
        background: #e81d25;
    }

    .sema_steps_line_row .sema_step_item {
        flex: 0 0 auto;
    }

.sema_step_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
    position: relative;
}

.sema_step_circle {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #E31E24;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sema_step_label {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-align: center;
    max-width: 160px;
    margin-bottom: 0;
}

/* Business Impact of Accurate SEMA Data */
.sema_business_impact_sec {
    background-image: url(Sema/sema_business_impact_bg.png);
    background-size: cover;
}

.sema_business_impact_heading {
    color: #fff !important;
}

    .sema_business_impact_heading .text-red {
        color: #E31E24 !important;
    }

.sema_impact_grid {
    margin-top: 1rem;
}

.sema_impact_card {
    background: #fff;
    border-radius: 8px;
    padding: 28px 20px;
    text-align: center;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: box-shadow 0.2s ease;
}

.sema_impact_icon {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 14px;
}

.sema_impact_text {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0;
    line-height: 1.4;
}

/* Responsive */
@media (max-width: 991px) {
    .sema_why_matters_row {
        flex-direction: column;
    }

    .sema_illus_col {
        order: 1;
        margin-bottom: 1.5rem;
    }

    .sema_aces_col {
        order: 2;
    }

    .sema_why_matters_illus {
        max-width: 280px;
    }

    .sema_steps_wrapper {
        flex-direction: column;
        align-items: center;
    }

    .sema_steps_line_row {
        width: 100%;
        max-width: 320px;
        flex-direction: column;
        align-items: flex-start;
    }

        .sema_steps_line_row::before {
            display: none;
        }

    .sema_step_item {
        flex-direction: row;
        width: 100%;
        max-width: 320px;
        justify-content: flex-start;
        margin-bottom: 32px;
    }

        .sema_step_item + .sema_step_item::before {
            content: '';
            position: absolute;
            left: 28px;
            top: -22px;
            width: 3px;
            height: 24px;
            background: #E31E24;
        }

    .sema_step_circle {
        width: 56px;
        height: 56px;
        font-size: 22px;
        margin-right: 16px;
    }

    .sema_step_label {
        margin-top: 0;
        text-align: left;
        max-width: none;
    }
}

@media (max-width: 767px) {
    .sema_red_banner_text {
        font-size: 16px;
    }

    .sema_aces_box {
        padding: 12px 10px;
        min-height: 60px;
    }

    .sema_aces_icon {
        width: 24px;
        height: 24px;
    }

    .sema_aces_box span {
        font-size: 14px;
    }

    .sema_impact_icon {
        width: 40px;
        height: 40px;
    }
}

.faq_img {
    width: 100%;
}

.Heading-faq {
    font-size: 38px !important;
    text-align: center;
    margin-bottom: 50px;
}

.faq-second-heading {
    font-weight: 900;
    color: #000000;
    margin-bottom: 30px;
}

.accordion {
    max-width: 600px;
    margin: 20px auto;
}

.accordion-item {
    margin-bottom: 10px;
}

.accordion-header {
    cursor: pointer;
    padding: 10px 15px 10px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
}

.accordion-content {
    display: none;
    padding: 15px 20px 25px 25px;
    margin-top: -10px;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    background-color: #fff;
    border-radius: 8px;
}

.accordion-icon {
    width: 20px;
    height: 20px;
    background-image: url(../../Content/NewDesign/images/Battery/faq_plus_img.png);
    background-size: cover;
    margin-right: 7px;
    background-position: center;
}

.accordion-header.active .accordion-icon {
    background-image: url(../../Content/NewDesign/images/Battery/faq_minus_img.png);
    height: 4px;
    margin-right: 7px;
}

.faq-line {
    border-top: 2px solid hsl(0, 0%, 71%);
    margin: -10px 0px 5px 0px;
}

.footer {
    margin-top: 0%;
}

@@media screen and (max-width: 767px) {
    .faqmobileview {
        margin-top: 5%;
        text-align: center;
    }

    .accordion-icon {
        min-width: 15px;
    }
}
