findParts.css .image-container {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}

.section-container {
    display: flex;
    align-items: center;
    padding: 50px;
    margin: 50px 0;
}

.section-image {
    width: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.section-image img {
    width: 80%;
    height: 80%;
    object-fit: cover;
    border-radius: 20px;
    padding-left: 0;
}

.section-content {
    width: 50%;
}

.section-content .heading1 {
    color: #cd0000;
    font-size: 36px;
    margin-bottom: 10px;
}

.section-content .heading2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.section-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* form */
.form-section-container {
    display: flex;
    align-items: center;
    background-color: #ececec;
    padding: 50px;
    margin: 50px auto;
    border-radius: 20px;
    max-width: 90%;
    box-sizing: border-box;
}

.form-section-image {
    width: 50%;
    display: flex;
    justify-content: center;
}

.form-section-image img {
    width: 80%;
    height: 80%;
    object-fit: cover;
    border-radius: 20px;
    aspect-ratio: 1;
}

.form-section-content {
    width: 50%;
    padding-left: 30px;
}

.form-label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #4b4848;
    font-weight: 500;
}

.form-dropdown-wrapper {
    position: relative;
    width: 80%;
    margin-bottom: 20px;
}

.form-dropdown {
    width: 100%;
    padding: 15px;
    border-radius: 6px;
    background-color: #ffffff;
    color: #000000;
    border: none;
    outline: none;
    appearance: none;
}

.dropdown-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 14px;
    color: #000000;
    pointer-events: none;
}

.dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
    padding: 0;
    margin: 0;
}

.dropdown-menu li {
    padding: 8px 12px;
    cursor: pointer;
    list-style: none;
}

.dropdown-menu li input.dropdown-search-input {
    width: 100%;
    padding: 6px 10px;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    box-sizing: border-box;
}

.no-results {
    pointer-events: none;
    text-align: center;
    color: #000;
}


.submit-btn {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #cd0000;
    color: white;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.submit-btn:hover {
    background-color: white;
    color: #cd0000;
    border: 1px solid #cd0000;
}

.section-image-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 60px;
}

.section-image-container .container {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1200px;
    width: 100%;
}

.section-image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}

.section-image-container {
    margin: 50px 0;
}

.section-image-content {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    padding: 20px;
    color: white;
    max-width: 560px;
    border-radius: 10px;
}

.heading {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px !important;
}

.btn {
    display: inline-block;
    margin-top: 20px;
    margin-right: 4px;
    padding: 6px 16px;
    background-color: #cd0000;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 500;
    border-radius: 25px;
    transition: background 0.3s ease-in-out;
    text-transform: none !important;
}

.btn:hover {
    background-color: #a50000;
    color: #ffffff;
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-image-content {
        left: 2%;
        max-width: 300px;
        background: transparent;
    }

    .heading {
        font-size: 1.1rem;
        line-height: 0.9;
        margin-bottom: 0 !important;
    }

    .btn {
        font-size: 0.8rem;
        padding: 8px 18px;
    }

    .section-image-container img {
        border-radius: 18px;
        height: 115px;
    }

    .section-image-content .heading {
        font-size: 28px;
        line-height: 16px;
    }

    .section-image-content .btn {
        padding: 4px 8px !important;
        font-size: 8px !important;
        margin-top: 8px !important;

    }
}

@media (max-width: 768px) {
    .section-image-content {
        max-width: 280px;
        padding: 10px;
    }

    .heading {
        font-size: 1rem;
        line-height: 0.9;
    }

    .btn {
        font-size: 0.1rem;
        padding: 6px 12px;
    }

    .section-image-container img {
        border-radius: 16px;
    }
}

/* responsive design */
@media (max-width: 768px) {
    .section-image-content {
        left: 6%;
        max-width: 253px;
        background: transparent;
        padding: 10px;
    }

    .image-container {
        height: 150px;
    }

    .section-container {
        flex-direction: column;
        padding: 20px;
    }

    .section-image,
    .section-content {
        width: 100%;
    }

    .section-image img {
        width: 100%;
        height: auto;
        padding-left: 0;
    }

    .form-section-container {
        flex-direction: column;
        padding: 20px;
    }

    .form-section-image,
    .form-section-content {
        width: 100%;
    }

    .form-section-image img {
        width: 100%;
        height: auto;
    }

    .form-dropdown-wrapper {
        width: 100%;
    }

    .section-image-container img {
        border-radius: 16px;
        height: 115px;
    }

}

@media (max-width: 768px) {

    .section-image-content .heading {
        font-size: 12px;
        margin-top: 0;
        line-height: 16px
    }


    .section-image-content .btn {
        padding: 6px 12px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .image-container {
        height: 120px;
    }

    .section-container,
    .form-section-container {
        padding: 10px;
    }

    .section-image img,
    .form-section-image img {
        width: 100%;
        height: auto;
    }

    .form-label {
        font-size: 12px;
    }

    .form-dropdown {
        padding: 10px;
    }

    .submit-btn {
        font-size: 4px;
        padding: 8px 10px;
    }

    .section-image-content .btn {
        font-size: 8px;
        padding: 3px 6px;
    }

    .section-image-content {
        font-size: 24px;
        left: 6%;
        background: transparent;
    }

    .section-image-content .heading {
        font-size: 12px;
        margin-bottom: -7px;
        line-height: 16px;
    }

    .section-image-content .becSup {
        margin-top: 0px !important;
        padding: 4px 8px !important;
        font-size: 8px !important;
        font-weight: 500;
    }

}

.mil-banner-sm {
    position: relative;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    /* text-align: center; */
    padding: 10px 20px;
    min-height: 200px;
    height: 25vh;
    max-height: 400px;
    overflow: hidden;
}

.mil-banner-sm .mil-background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.mil-banner-content {
    position: relative;
    width: 100%;
    max-width: 1200px;
}

.mil-banner-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 2%;
}

.mil-breadcrumbs {
    list-style: none;
    display: flex;
    padding: 0;
    margin-bottom: 20px;
}

.mil-banner-heading {
    font-size: 26px;
    font-weight: 700;
    color: #f0f0f0;
    padding: 0 3%;
    max-width: 800px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .mil-banner-sm {
        height: 40vh;
        padding: 20px 40px;
    }
}

@media (max-width: 768px) {
    .mil-banner-sm {
        height: 35vh;
        padding: 20px 28px;
    }
}

@media (max-width: 480px) {
    .mil-banner-sm {
        height: 20vh;
        padding: 10px 10px;
    }

    .mil-banner-sm .mil-banner-content h2 {
        font-size: 15px;
        text-align: center;
    }

    .mil-breadcrumbs {
        text-align: center;
        font-size: 14px;
    }
}

.mil-banner-sm .mil-banner-content {
    width: 100%;
    position: relative;
}

.mil-banner-sm-2 {
    height: 550px;
    position: relative
}

.mil-add-page .mil-background-image,
.mil-banner-sm-2 .mil-background-image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0
}

.mil-banner-sm-2 .mil-overlay {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(24, 30, 38, .3)), to(#121820));
    background: linear-gradient(0deg, rgba(24, 30, 38, .3) 0, #121820 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0
}

.mil-banner-sm-3 {
    height: auto;
    position: relative
}

.mil-banner-sm-3 .mil-background-image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.mil-banner-sm-3 .mil-banner-content {
    padding-top: 220px;
    height: 100%
}

.mil-banner-panel {
    background-color: rgba(18, 24, 32, .1);
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mil-deep-bg,
.mil-tab-buttons.mil-tab-buttons-2 a.mil-active .mil-icon-bg {
    background-color: rgba(18, 24, 32, .05);
}

.mil-breadcrumbs li {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mil-breadcrumbs li a {
    color: #f0f0f0;
    -webkit-transition: .2s cubic-bezier(0, 0, .3642, 1);
    transition: .2s cubic-bezier(0, 0, .3642, 1)
}

.mil-breadcrumbs li:after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #cd0000;
    margin: 0 15px
}

.mil-breadcrumbs li:last-child {
    cursor: not-allowed
}

.mil-breadcrumbs li:last-child::after {
    content: none !important;
}

.mil-breadcrumbs li:last-child a {
    pointer-events: none;
    /* color: rgba(18, 24, 32, .5) */
    color: #acacac;
}

.mil-uppercase {
    text-transform: uppercase;
    font-size: 17px;
}

.mil-p-120-60 {
    padding-bottom: 35px
}

.mil-mb-100 {
    margin-bottom: 45px !important;
}

.mil-circle-illustration {
    margin-top: 60px;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    border-radius: 50%;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}

.mil-circle-illustration .mil-circle-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(205, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.mil-circle-illustration .mil-image-frame {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    overflow: hidden;
}

.mil-circle-illustration .mil-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.parts-about h2 {
    /* margin-bottom: 1.8rem; */
    color: #222529;
    font-weight: 700;
    font-size: 3rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-transform: capitalize;
    text-align: center;
    margin-top: 15px;
}

.parts-about h2 span {
    color: #cd0000;
}

.mil-text-lg-full {
    font-size: 17px;
    line-height: 180%;
    text-align: center;
    margin: 0 auto;
}

.mil-text-lg-para {
    font-size: 17px;
    line-height: 180%;
    text-align: center;
    margin: 0 auto;
}

.parts-offer {
    padding: 50px 0;
}

.parts-offer h2 {
    margin-bottom: 35px;
    color: #222529;
    font-weight: 700;
    font-size: 3rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-transform: capitalize;
    text-align: center;
}

.parts-offer h2 span {
    color: #cd0000;
}

.custom-dropdown {
    position: relative;
    width: 100%;
}

.filter-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    background-color: white;
    font-size: 16px;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.filter-input:focus {
    border-color: #cd0000;
    box-shadow: 0 0 8px rgba(255, 0, 0, 0.2);
    outline: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    max-height: 380px;
    overflow-y: auto;
    display: none;
    z-index: 10;
    padding: 8px 0;
    list-style: none;
    opacity: 0;
    transform: translateY(5px);
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.custom-dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.dropdown-menu li {
    padding: 10px 13px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.dropdown-menu li:hover {
    background: #f0f0f0;
    color: #000000;
    border-radius: 4px;
}

.dropdown-menu::-webkit-scrollbar {
    width: 6px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #999;
}

@media (max-width: 768px) {
    .mil-uppercase {
        text-transform: uppercase;
        font-size: 20px;
    }
}

.main-heading p {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    color: #000000 !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.main-heading span {
    color: #cd0000;

}

.form-label .condition-label {
    margin-bottom: 2px !important;
}

.condition-options {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.condition-options .form-check {
    flex: 1;
    min-width: 120px;
}

.condition-options .form-check-input {
    margin-top: 3.5px;
}

.condition-options .form-check-label {
    margin-left: 5px;
    font-weight: 400;
    font-size: 15px;
    color: #777;
}

.mt30 {
    margin-top: 35px !important;
}

.btn-sumbit {
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase !important;
    padding: 12px 25px;
}

.mx-width {
    max-width: 80%;
}

.findPart-form {
    margin-bottom: 0px !important;
}

@media (max-width: 768px) {
    .mil-circle-illustration {
        margin-top: 37px;
        padding-bottom: 70%;
    }

    .parts-about h2 {
        margin: 17px 0;
        font-size: 18px;
    }

    .mil-text-lg-full {
        font-size: 1.5rem;
        line-height: 170%;
        margin-top: -10px !important;
        margin-bottom: 10px;
    }

    .mil-p-120-60 {
        padding-bottom: 0;
    }

    .mt-3 {
        margin-top: 1rem !important;
    }

    .main-heading p {
        margin-top: 10px;
        font-size: 18px;
    }

    .mx-width {
        max-width: 90%;
    }

    .mil-mb-100 {
        margin-bottom: 10px !important;
    }

    .btn-sumbit {
        padding: 7px 17px;
        margin-bottom: 10px;
    }

    .mil-text-lg-para {
        font-size: 1.5rem;
    }

    .parts-offer h2 {
        margin-bottom: 10px;
    }

    .mt30 {
        margin-top: 10px !important;
    }

    .section-image-container {
        margin: 30px 0;
    }

    .parts-offer h2 {
        font-size: 18px;
    }

    .filter-input {
        padding: 8px;
        font-size: 14px;
    }

    .condition-options .form-check-label {
        font-size: 14px;
    }
}