﻿.Main_sec_head {
    background-image: url('../NewDesign/images/FitmentDataCreation/Header_main.png');
    background-size: cover;
}

.heading-section {
    padding: 77px 0px;
}

.whatwedo-main-sec {
    background-image: url('images/FitmentDataCreation/whatwedo_main.png');
    background-size: cover;
}

.img-dv {
    border-radius: 8px !important;
    width: 100%;
}

.whatwedooimg {
    border-right: 2px solid red;
    padding: 6px 0px;
}

.benefits-list {
    list-style: none;
    margin-top: 30px;
    padding: 0px !important
}

    .benefits-list li {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        font-size: 18px;
        margin: 10px 0px;
    }

.checkmark {
    color: #dc3545;
    font-size: 24px;
    font-weight: bold;
    flex-shrink: 0;
    margin-top: 2px;
}

.red-Font_bolder {
    color: #E81D25 !important;
    font-weight: 900 !important;
    font-size: 46px !important;
}


/*Built for the European Market Css Start*/
.fitmentdata_dvfeature {
    min-height: 390px;
}

.Why_Fitment_Data_Matters {
    background: url('images/FitmentDataCreation/europe_market_back.png') no-repeat;
    background-size: cover;
}

.fitmentdata-dv-features {
    margin-top: -15%;
}

.card-VINFitment {
    background: #FFFFFF;
    border-style: solid !important;
    border-color: transparent !important;
    height: 537px;
    position: relative;
    box-shadow: 0px 13.99px 13.99px 0px rgba(0, 0, 0, 0.1), inset 0px 13.99px 1px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 8px !important;
}

.card-Fitment-data {
    background: #FFFFFF;
    border-style: solid !important;
    border-color: transparent !important;
    position: relative;
    box-shadow: 0px 13.99px 13.99px 0px rgba(0, 0, 0, 0.1), inset 0px 13.99px 1px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    height: 389px;
    border-radius: 8px;
}

.radius-bottom-8 {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.bg-white {
    background-color: #fff !important;
}

.color-red {
    color: #E81D25;
}

.item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.4;
}

.item-text {
    color: #333;
}

.VINFitmentmobileview {
    display: none !important;
}

.VINFitment-dv-features {
    margin-top: -17%;
}
/*End*/

.section-title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

    .section-title h2 {
        font-size: 2.5rem;
        font-weight: bold;
        color: #333;
        display: inline-block;
        position: relative;
    }

        .section-title h2::before,
        .section-title h2::after {
            content: '';
            position: absolute;
            top: 50%;
            width: 100px;
            height: 2px;
            background-color: #333;
        }

        .section-title h2::before {
            right: 110%;
        }

        .section-title h2::after {
            left: 110%;
        }

.step-card {
    text-align: center;
    padding: 20px;
    position: relative;
    transition: transform 0.3s ease;
}



    .step-card h4 {
        font-size: 1.3rem;
        font-weight: bold;
        color: #333;
        margin-bottom: 15px;
    }

        .step-card h4.red {
            color: #dc3545;
        }

    .step-card p {
        font-size: 0.95rem;
        color: #666;
        line-height: 1.6;
    }

@media (max-width: 992px) {
    .step-card {
        padding: 0px !important
    }
}

@media (max-width: 766px) {
    .VINFitmentdesktopview {
        display: none !important;
    }

    .VINFitmentmobileview {
        display: block !important;
    }

    .fitmentdata_dvfeature {
        min-height: 310px;
    }

    .card-VINFitment {
        height: auto !important;
    }

    .radius-bottom-8 {
        border-bottom-left-radius: 8px !important;
        border-bottom-right-radius: 8px !important;
    }

    .arrow {
        display: none;
    }

    .section-title h2::before,
    .section-title h2::after {
        width: 50px;
    }

    .step-card {
        padding: 0px !important
    }
}
