@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

body {
    font-family: "Inter", sans-serif;
}

.dealer-details-banner {
    background:
        url(/assets/frontend/images/dealer-details/dealer-banner.png), no-repeat;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    padding: 25px 0 70px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.dealer-details-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a2;
}

.banner-content-main-box {
    position: relative;
    z-index: 3;
}

.breadcrumb {
    background-color: transparent;
    font-size: 14px;
    padding: 0;
    align-items: center;
}

.breadcrumb-item + .breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #ffffff !important;
    content: var(--bs-breadcrumb-divider, ">") !important;
}

.breadcrumb-item a {
    font:
        400 16px / 24px "Inter",
        sans-serif;
    color: #000000 !important;
}

.breadcrumb-item.active {
    color: #ffbf75 !important;
}

.dealer-brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-main-content {
    display: flex;
    align-items: center;
    gap: 105px;
}

.banner-main-content.no-logo {
    gap: 0;
    padding: 105px 105px 150px;
}

.banner-main-content.no-logo .banner-left-side {
    text-align: center;
}

.main-heading-dealer {
    font:
        600 32px /40px "Inter",
        sans-serif;
    color: #ffffff;
    padding-bottom: 16px;
}

.about-dealer-text {
    font:
        400 24px /30px "Inter",
        sans-serif;
    color: #ffffff;
}

.brand-logo-dealer {
    min-width: 342px;
    max-width: 100%;
    height: 301px;
    object-fit: contain;
}

/* <!-- Inventory Dealer --> */
.dealer-inventory-main {
    padding: 40px 0;
}

.dealer-all-deatils-card {
    box-shadow: 0px 0px 4px 0px #00000040;
    padding: 16px;
}

.brand-details {
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 16px;
}

.brand-logo-list {
    width: 89px;
    height: 89px;
    border-radius: 50%;
}

.brand-name {
    font:
        600 20px /30px "Inter",
        sans-serif;
}

.dealer-type {
    display: flex;
    align-items: center;
    gap: 5px;
    font:
        400 16px /24px "Inter",
        sans-serif;
    color: #00000050;
}

.dealer-details {
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 5px;
    padding: 16px;
    margin: 16px 0;
}

.dealer-details-card {
    font:
        400 20px /30px "Inter",
        sans-serif;
    margin-bottom: 22px;
    color: #00000050;
}

.dealer-details-card span {
    display: block;
    color: #000000;
    word-wrap: break-word;
}

.share-dealership {
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 5px;
    padding: 16px;
}

.share-dealership-heading {
    font:
        600 20px /30px "Inter",
        sans-serif;
    padding-bottom: 16px;
}

.copy-url-box {
    border: 0.5px solid #00000050;
    padding: 6px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    gap: 13px;
    margin-bottom: 16px;
}

.dealership-url {
    font:
        400 16px /20px "Inter",
        sans-serif;
    padding: 12px 0 12px 12px;
    max-width: 290px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #004bff;
}

.copy-icon-box {
    background: #e07900;
    padding: 7px 12px;
    border-radius: 10px;
}

.copy-icon {
    width: 22px;
    height: 22px;
}

.social-media-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.social-icons {
    width: 55px;
    height: 43px;
    border-radius: 10px;
}

.contact-dealer {
    box-shadow: 0px 0px 4px 0px #00000040;
    padding: 16px;
    margin-top: 16px;
    border-radius: 5px;
}

.contact-input-dealer {
    border: 1px solid #d9d9d9;
    width: 100%;
    padding: 13px;
    border-radius: 10px;
    font:
        400 16px /20px "Inter",
        sans-serif;
    margin-bottom: 16px;
    color: #000000;
}

.contact-input-dealer:focus-visible {
    outline: none;
    box-shadow: none;
    border: 1px solid #e07900;
}

.contact-input-dealer::placeholder {
    color: #00000050;
}

textarea.contact-input-dealer {
    resize: none;
}

.dealer-car-deatils .main-heading-dealer {
    color: #000000;
}

.car-details-card {
    box-shadow: 0px 0px 4px 0px #00000040;
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 20px;
}

.car-top-card {
    position: relative;
    margin: 0;
}

.car-details-card-image {
    width: 100%;
    border-radius: 8px;
    height: 275px;
    max-height: 168px;
    box-shadow: 0px 0px 3.5px 0px #00000040;
}

.card-top-header {
    position: absolute;
    top: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.heart-icon.white {
    display: none;
}

.Featured-button {
    font:
        400 12px / 100% "Inter",
        sans-serif;
    color: #ffffff;
    padding: 5px 16px;
    border: 1px solid #e07900;
    background: #e07900;
    border-radius: 8px;
}

.whishlist-button-box {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition:
        background-color 0.6s ease-in-out,
        color 0.6s ease-in-out;
    cursor: pointer;
    width: 40px;
    height: 26px;
}

.whishlist-button-box:hover {
    background: #e07900;
}

.heart-icon {
    width: 16px;
    height: 16px;
}

.whishlist-button-box:hover .heart-icon.orange {
    display: none;
}

.whishlist-button-box:hover .heart-icon.white {
    display: block;
}

.car-content-box {
    padding: 15px;
}

.car-card-heading {
    font:
        600 16px / 24px "Inter",
        sans-serif;
    padding-bottom: 25px;
}

.car-details-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 18px;
}

.car-detail-box {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 50%;
}

.car-detail-inner-icon {
    width: 16px !important;
    height: 16px;
}

.about-car {
    font:
        400 14px / 100% "Inter",
        sans-serif;
    color: #000000;
    white-space: nowrap;
    max-width: 90px;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.car-card-price {
    font:
        600 20px / 100% "Inter",
        sans-serif;
    color: #000000;
    padding-top: 7px;
    margin-bottom: 33px !important;
}

.details-button {
    background: #e07900;
    border: 1px solid #e07900;
    width: 100%;
    border-radius: 8px;
    padding: 9px 0;
    font:
        500 18px / 100% "Inter",
        sans-serif;
    color: #ffffff;
    display: block;
    text-align: center;
    transition: all 0.8s ease-in-out;
}

.details-button:hover {
    background: transparent;
    color: #e07900;
}

.conatct-dealer-button-box {
    display: none;
}

.contact-form-button {
    width: 100%;
    padding: 11px 0;
    background: #e07900;
    border: 1px solid #e07900;
    border-radius: 10px;
    font:
        500 20px /30px "Inter",
        sans-serif;
    color: #ffffff;
    transition: all 0.8s ease-in-out;
}

.contact-form-button:hover {
    background: transparent;
    color: #e07900;
}

.service-by-delaer-box {
    margin-top: 16px;
}

.service-by-delaer-box .share-dealership-heading {
    padding: 0 25px 16px 32px;
}

.service-by-delaer-box .row {
    padding: 0 32px;
}

.service-by-delaer-box .serive-box {
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 10px;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 20px;
}

.service-logo {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
}

.serive-box p {
    font:
        500 16px /20px "Inter",
        sans-serif;
}

.working-hour-text {
    font:
        500 16px /20px "Inter",
        sans-serif;
    color: #595959;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px !important;
}
.working-hour-text:last-child {
    margin-bottom: 0;
}

.working-hours-box {
    box-shadow: 0px 0px 4px 0px #00000040;
    padding: 16px 20px;
    border-radius: 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #000000 !important;
    content: var(--bs-breadcrumb-divider, ">") !important;
}
.contact-dealer-with-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.contact-dealer-with-icons .share-dealership-heading {
    padding-bottom: 0;
}
.conatct-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-dealer-icons {
    width: 27px;
    height: 27px;
}

.Features-name {
    font:
        400 14px / 100% "Roboto",
        sans-serif;
    color: #000000;
    white-space: nowrap;
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact-dealer .iti.iti--allow-dropdown {
    width: 100%;
    margin-bottom: 16px;
}

@media (max-width: 575px) {
    .banner-main-content.no-logo {
        gap: 0;
        padding: 0;
    }

    .dealer-details-banner {
        background:
            url(/assets/frontend/images/dealer-details/mobile-banner.png),
            no-repeat;
        padding: 41px 0;
        box-shadow: 0px 4px 4px 0px #00000040;
    }

    .dealer-details-banner:after {
        background: #00000050;
    }

    .banner-content-main-box nav {
        display: none;
    }

    .banner-main-content {
        gap: 20px;
        flex-direction: column-reverse;
    }

    .brand-logo-dealer {
        width: 186px;
        height: 164px;
    }

    .main-heading-dealer {
        font:
            600 24px /30px "Inter",
            sans-serif;
        padding-bottom: 10px;
        text-align: center;
    }

    .about-dealer-text {
        font:
            400 16px /20px "Inter",
            sans-serif;
        text-align: center;
    }

    .dealer-inventory-main {
        padding: 24px 0;
    }

    .dealer-all-deatils-card {
        box-shadow: none;
        padding: 0;
    }

    .brand-logo-list {
        width: 65px;
        height: 65px;
    }

    .share-dealership,
    .contact-dealer {
        display: none;
    }

    .dealer-car-deatils .main-heading-dealer {
        font:
            600 20px /30px "Inter",
            sans-serif;
        text-align: left;
    }

    .conatct-dealer-button-box {
        display: block;
    }

    .contact-us-icon {
        width: 24px;
        height: 24px;
    }

    .contact-us-button {
        width: 100%;
        padding: 11px 0;
        background: #e07900;
        border: 1px solid #e07900;
        border-radius: 5px;
        display: flex;
        align-items: center;
        gap: 5px;
        justify-content: center;
        font:
            400 20px /30px "Inter",
            sans-serif;
        color: #ffffff;
        margin-bottom: 16px;
        transition: all 0.8s ease-in-out;
    }

    .contact-us-button:hover {
        background: transparent;
        color: #e07900;
    }

    .share-button {
        width: 100%;
        background: transparent;
        border: none;
        border-radius: 5px;
        display: flex;
        align-items: center;
        gap: 5px;
        justify-content: center;
        font:
            400 20px /30px "Inter",
            sans-serif;
        color: #e07900;
        margin-bottom: 16px;
        transition: all 0.8s ease-in-out;
    }

    .service-by-delaer-box .share-dealership-heading {
        padding: 0 0 17px;
    }

    .service-by-delaer-box .row {
        padding: 0 16px;
    }

    .share-dealership-heading {
        font:
            600 18px /26px "Inter",
            sans-serif;
        padding-bottom: 16px;
    }

    .conatct-dealer-button-box .modal {
        background: #000000cc;
    }

    .conatct-dealer-button-box .modal-dialog {
        margin: 0 16px;
    }

    .conatct-dealer-button-box .modal-content {
        border: none;
        border-radius: 5px;
    }

    .modal-content .btn-close-main {
        width: 34px;
        height: 34px;
        position: absolute;
        right: -5px;
        top: -14px;
        background: #e07900;
        box-shadow: 0px 4px 4px 0px #00000040;
        border: 1px solid #e07900;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .close-icon {
        width: 14px;
        height: 14px;
    }

    .modal-content .share-dealership,
    .modal-content .contact-dealer {
        display: block;
        margin: 0;
        box-shadow: none;
    }

    .contact-dealer-mobile .iti.iti--allow-dropdown {
        width: 100%;
        margin-bottom: 16px;
    }
}
