/* eCatalog landing — seller/solution timeline (scoped) + page styles (from Index.cshtml) */

/* --- Seller problems / Our solution timeline (scoped) --- */

.dms-pim-seller-solution-wrap .section {
    display: flex;
    gap: 104px;
    max-width: 1198px;
    padding: 3rem 0rem;
}

.dms-pim-seller-solution-wrap .col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.dms-pim-seller-solution-wrap .col-header {
    display: flex;
    align-items: center;
    gap: 46px;
    margin-bottom: 89px;
    position: relative;
}

.dms-pim-seller-solution-wrap .header-icon {
    position: absolute;
    width: 93px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dms-pim-seller-solution-wrap .col-problems .header-icon svg {
    fill: none;
}

.dms-pim-seller-solution-wrap .header-label {
    margin-left: 58px;
    background: #f0f0f0;
    border-radius: 6px;
    padding: 10px 62px;
    font-size: 25px;
    font-weight: 700;
    white-space: nowrap;
}

.dms-pim-seller-solution-wrap .timeline {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding-left: 36px;
    width: 104%;
}

.dms-pim-seller-solution-wrap .timeline::before {
    content: '';
    position: absolute;
    left: 43px;
    top: -77px;
    bottom: 0;
    width: 2px;
}

.dms-pim-seller-solution-wrap .col-problems .timeline::before {
    background: #e53935;
}

.dms-pim-seller-solution-wrap .col-solutions .timeline::before {
    background: #2ec27e;
    bottom: -34px;
}

.dms-pim-seller-solution-wrap .t-item {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 82px;
    position: relative;
    width: 100%;
    padding-left: 24px;
}

.dms-pim-seller-solution-wrap .t-item:last-child {
    margin-bottom: 0;
}

.dms-pim-seller-solution-wrap .t-icon {
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: absolute;
    left: -17px;
}

.dms-pim-seller-solution-wrap .t-label {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    line-height: 1.4;
    padding-left: 35px;
}

.dms-pim-seller-solution-wrap .timeline-end {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    left: 37px;
    bottom: -13px;
}

.dms-pim-seller-solution-wrap .col-problems .timeline-end {
    background: #e53935;
}

.dms-pim-seller-solution-wrap .col-solutions .timeline-end {
    background: #2ec27e;
    bottom: -41px;
}

.dms-pim-seller-solution-wrap .img-icon {
    max-width: 135%;
    height: auto;
}

@media (max-width: 992px) {
    .dms-pim-seller-solution-wrap .section {
        gap: 100px;
    }

    .dms-pim-seller-solution-wrap .header-label {
        font-size: 18px;
        padding: 8px 54px;
        margin-left: 59px;
        white-space: normal;
    }

    .dms-pim-seller-solution-wrap .t-label {
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .dms-pim-seller-solution-wrap .section {
        flex-direction: column;
        gap: 85px;
        padding: 29px 0px;
    }

    .dms-pim-seller-solution-wrap .col-header {
        justify-content: flex-start;
    }

    .dms-pim-seller-solution-wrap .header-label {
        font-size: 16px;
        padding: 8px 39px;
    }

    .dms-pim-seller-solution-wrap .timeline {
        padding-left: 35px;
    }

    .dms-pim-seller-solution-wrap .timeline::before {
        left: 41px;
        top: -77px;
    }

    .dms-pim-seller-solution-wrap .t-icon {
        width: 35px;
        height: 35px;
        left: -10px;
    }

    .dms-pim-seller-solution-wrap .t-label {
        font-size: 14px;
        padding-left: 25px;
    }

    .dms-pim-seller-solution-wrap .timeline-end {
        left: 35px;
    }
}

@media (max-width: 768px) {
    .dms-pim-seller-solution-wrap .section {
        flex-direction: column;
        gap: 85px;
        padding: 29px 0px;
    }

    .dms-pim-seller-solution-wrap .col-header {
        justify-content: flex-start;
    }

    .dms-pim-seller-solution-wrap .header-label {
        font-size: 16px;
        padding: 8px 39px;
    }

    .dms-pim-seller-solution-wrap .timeline {
        padding-left: 35px;
    }

    .dms-pim-seller-solution-wrap .timeline::before {
        left: 41px !important;
        top: -91px !important;
    }

    .dms-pim-seller-solution-wrap .t-icon {
        width: 35px;
        height: 35px;
        left: -10px;
    }

    .dms-pim-seller-solution-wrap .t-label {
        font-size: 14px;
        padding-left: 25px;
    }

    .dms-pim-seller-solution-wrap .timeline-end {
        left: 35px !important;
    }
}

/* --- FAQ accordion, industry cards, key feature tiles (formerly inline on Index) --- */

.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: rgb(242, 242, 242);
    border-radius: 8px;
}

.accordion-header-h1 {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    padding-right: 2%;
    max-width: 585px;
}

.accordion-content {
    display: none;
    padding: 15px 20px 25px 25px;
    margin-top: -10px;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    background-color: rgb(242, 242, 242);
    border-radius: 8px;
}

.accordion-icon {
    width: 20px;
    height: 20px;
    background-image: url(images/Battery/faq_plus_img.png);
    background-size: cover;
    margin-right: 7px;
    background-position: center;
}

.accordion-header.active .accordion-icon {
    background-image: url(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;
    }

    .mobile-my-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important;
    }

    .card-body {
        padding-bottom: 5px !important;
    }

    .ecatalog-flow-footer {
        padding: 30px 0px 1px 0px !important;
    }
}

.card_typ1_wrap .bg_image_red {
    background-position: center;
    background-color: #E81D25;
    color: #FFF;
}

.card_typ1_wrap .bg_image_black {
    background-position: center;
    background-color: #323232;
    color: #FFF;
}

.text_red {
    color: red !important;
}

.text_black {
    color: black !important;
}

.card_typ1_wrap .card_typ1 {
    border-radius: 8px;
    -webkit-box-shadow: 0px 12px 30px 0px rgba(142, 142, 142, 0.23);
    -moz-box-shadow: 0px 12px 30px 0px rgba(142, 142, 142, 0.23);
    box-shadow: 0px 12px 30px 0px rgba(142, 142, 142, 0.23);
    text-align: center;
    padding: 15px;
}

.card_type_service_img {
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background: #FFF !important;
    padding: 10px 18px;
    border-radius: 8px;
}

.card_typ1_body {
    height: 100% !important;
}

.dv_main {
    border-radius: 8px !important;
    padding: 8px;
    width: 100%;
}

.flexstart {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#rectangleimage img {
    height: auto;
    border: unset !important;
    padding: 0px 10px;
    max-width: 90px;
    margin-top: 0px !important;
    border-radius: unset !important;
}

#rectangleimage1 img {
    height: auto;
    padding: 10px;
    max-width: 90px;
}

.card_type_service_img:after {
    content: " ";
    position: absolute;
    right: auto;
    left: auto;
    bottom: 105px;
    border-top: 15px solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: none;
    visibility: visible !important;
}

@media (max-width: 1025px) {
    .card_type_service_img:after {
        bottom: 127px;
        visibility: visible !important;
    }
}

@media (max-width: 991px) {
    .card_type_service_img:after {
        bottom: 79px;
        visibility: visible !important;
    }
}

@media (max-width: 767px) {
    .card_type_service_img:after {
        bottom: 55px;
        visibility: visible !important;
    }

    .sub-dv {
        height: 108px !important;
    }
}

@media (max-width: 606px) {
    .card_type_service_img:after {
        visibility: hidden !important;
    }

    .sub-dv {
        height: 140px !important;
    }
}

.sub-dv {
    height: 140px;
}

.whychooseimg, .whychooseContent {
    display: flex;
    align-items: center;
}

/* --- Where Smart Search Leads to Real Enquiries (4-step flow) --- */

.ecatalog-smart-search-title {
    padding-left: 1rem;
    padding-right: 1rem;
}

.ecatalog-smart-search-flow {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 12px 1rem;
}

.ecatalog-flow-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    align-items: start;
}

.ecatalog-flow-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 0;
    position: relative;
}

.ecatalog-flow-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 112px;
    margin-bottom: 1.35rem;
    padding: 0 8px;
}

.ecatalog-flow-top-icon {
    max-height: 104px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.ecatalog-flow-chevron {
    width: 100%;
    line-height: 0;
    position: relative;
}

/* Interlocking chevron band (desktop): slight overlap so segments read as one flow */
@media (min-width: 992px) {
    .ecatalog-flow-step:nth-child(2) .ecatalog-flow-chevron {
        margin-left: -14px;
        width: calc(100% + 14px);
    }

    .ecatalog-flow-step:nth-child(3) .ecatalog-flow-chevron {
        margin-left: -14px;
        width: calc(100% + 14px);
    }

    .ecatalog-flow-step:nth-child(4) .ecatalog-flow-chevron {
        margin-left: -14px;
        width: calc(100% + 14px);
    }
}

.ecatalog-flow-chevron-img {
    width: 100%;
    height: auto;
    display: block;
}

.ecatalog-flow-footer {
    width: 100%;
    padding: 30px 76px 27px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.ecatalog-flow-search-bar {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 232px;
    margin: 0 auto 12px;
    border: 2px solid #e81d25;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

.ecatalog-flow-search-bar__text {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    padding: 4px 12px;
    font-size: 13px;
    font-weight: 500;
    color: #555;
    text-align: left;
    line-height: 1.2;
}

.ecatalog-flow-search-bar__btn {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    background: #E81D25;
    color: #fff;
}

.ecatalog-flow-search-bar__btn svg {
    opacity: 0.95;
}

.ecatalog-flow-footer-text {
    font-size: 14px;
    font-weight: 500;
    color: #111;
    line-height: 1.5;
    margin: 0;
    max-width: 280px;
}

@media (max-width: 991px) {
    .ecatalog-flow-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem 1rem;
    }

    .ecatalog-flow-step:nth-child(n) .ecatalog-flow-chevron {
        margin-left: 0;
        width: 100%;
    }

    .ecatalog-flow-footer-text--solo {
        padding-top: 0;
    }

    .ecatalog-flow-icon-wrap {
        min-height: 96px;
    }
}

@media (max-width: 575px) {
    .ecatalog-flow-grid {
        grid-template-columns: 1fr;
        gap: 2.25rem;
    }
}
