/* input(147,6): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/' */
.dealer-contact-option {
    display: flex;
    align-items: center;
    margin-right: 1rem;
    overflow: hidden;
    margin-top: 0.5rem;
}

.dealer-contact-option-icon {
    display: flex;
    padding: 0.5rem;
    background-color: hsl(99.2deg 68.81% 42.75% / 20%);
    border-radius: 0.5rem;
    margin-right: 0.5rem;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
}

.dealer-contact-option-text p {
    font-size: 0.8rem;
    color: #515151;
    margin: 0;
}

.btn-primary-color {

}

.car-details-main-img {
    max-height: 560px;
    object-fit: cover;
    border-radius: 10px !important;
    box-shadow: rgb(99 99 99 / 10%) 0px 2px 10px 2px;
}

.owl-item {
    height: 100px !important;
}
.owl-item .item {
    height: 100px !important;
    object-fit: cover;
}

.owl-item .item .car-details-img {
    height: 100px !important;
    box-shadow: rgb(99 99 99 / 10%) 0px 2px 10px 2px;
    border-radius: 10px !important;
    object-fit: cover;
}

.car-details-img-slider {
    display: flex !important;
    flex-direction: column !important;
    height: 100px !important;
}

.car-details-img-slider .owl-nav {
    align-self: center;
    margin-bottom: 1rem;
}

.car-details-status {
    display: flex;
    background-color: var(--primary-color);
    padding: 0.1rem;
    margin: 0 0.5rem 0.4rem 0;
    box-shadow: rgb(99 99 99 / 10%) 0px 2px 8px 0px;
}

.car-details-status-text {
    font-size: 14px;
    padding: 0.2rem;
    max-width: fit-content;
    white-space: nowrap;
    color: var(--white-color);
}

.top-car-title {
    min-height: 140px !important;
}

.car-details-title-text {
    font-size: 25px;
    font-weight: 500;
    text-shadow: 0px 0px 3px rgb(100 100 100 / 20%);
}

.car-details-subtitle-text {
    font-size: 14px;
    font-weight: 400;
    color: var(--gray-color);
}

.car-details-price {
    padding: 0.5rem 0 0;
}

.car-details-price-text {
    font-size: 25px;
    font-weight: 500;
    text-shadow: 0px 0px 3px rgb(100 100 100 / 20%);
}

.car-details-old-price-text {
    font-size: calc(0.5em + 0.5vw);
    font-weight: 400;
    color: var(--gray);
    text-decoration: line-through;
    padding: 0.5rem;
}

.car-detail-button {
    font-size: 1.3rem;
    margin-top: 0.5rem;
}

/* car spec */
.car-details-spec-card {
    box-shadow: rgb(99 99 99 / 10%) 0px 2px 10px 2px;
    background-color: white;
}

.car-details-spec-card-body {
    /*padding: 2rem;*/
}

.card-shadow {
    box-shadow: rgb(99 99 99 / 10%) 0px 2px 10px 2px;
}

.car-details-spec-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0.5rem;
}

.car-details-spec-icon {
    font-size: calc(2em + 0.5vw);
    color: var(--primary-color);
    filter: drop-shadow(0px 0px 0.1rem rgb(100 100 100 / 15%));
    margin-bottom: 0.5rem;
}

.car-details-spec-info {
    display: flex;
    flex-direction: column;
    */ align-items: center;
}

.car-details-spec-label {
    font-size: calc(0.5em + 0.4vw);
    color: var(--gray-color);
    text-shadow: 0px 0px 3px rgb(100 100 100 / 20%);
    text-transform: uppercase;
}

.car-details-spec-text {
    font-size: calc(0.5em + 0.3vw);
    text-shadow: 0px 0px 3px rgb(100 100 100 / 20%);
    text-transform: uppercase;
}

/*Vehicle Info*/
.Vehicle-info-section {
    margin-top: 2rem;
}

.Vehicle-info-collapse {
    box-shadow: rgb(99 99 99 / 10%) 0px 2px 10px 2px;
    background-color: white;
    padding: 1rem 2rem;
    margin-bottom: 1rem;
}

.collapse-header {
}

.vehicle-info-collapse-title-text {
    font-size: 1rem;
    text-shadow: 0px 0px 3px rgb(100 100 100 / 20%);
    text-transform: uppercase;
    padding: 0 !important;
    margin: 0 !important;
}

.vehicle-info-collapse-btn .vehicle-info-collapse-right-icon {
    font-size: 1.5rem;
    color: var(--primary-color);
    text-shadow: 0px 0px 3px rgb(100 100 100 / 20%);
    transition: 0.9s;
    transform: rotate(360deg);
}

.vehicle-info-collapse-btn.collapsed .vehicle-info-collapse-right-icon {
    transition: 0.9s;
    transform: rotate(180deg);
}

.vehicle-info-collapse-body {
    margin-top: 2rem;
}

.vehicle-description-text {
    font-size: calc(0.7em + 0.5vw);
}

.vehicle-details-specification-label {

}

.vehicle-details-specification-text {

}

/*Share buttons*/
.btn.share-btn {
    cursor: pointer;
    color: white !important;
    background-color: var(--primary-color);
    padding: 0.6rem 0.6rem;
    right: 0.2rem !important;
    border-radius: 50% !important;
    border: 0.2rem solid white !important;
    box-shadow: rgb(99 99 99 / 10%) 0px 2px 10px 2px;
    margin: 0.2rem 0.3rem;
}

.btn.share-btn:hover {
    color: black !important;
    background-color: white;
    border: 0.2rem solid var(--light-primary-color) !important;
}

.btn.share-btn.active {
    color: var(--primary-color) !important;
    background-color: white;
    border: 0.2rem solid var(--primary-color) !important;
}

.btn.share-btn.active:hover {
    background-color: var(--primary-color) !important;
    border: 0.2rem solid white !important;
}

.btn.share-btn.active:hover svg {
    color: black !important;
}

/* Fuel Eco */
.car-details-est-label {
    font-size: calc(0.5em + 0.5vw);
    color: var(--gray-color);
    text-shadow: 0px 0px 3px rgb(100 100 100 / 20%);
    text-transform: uppercase;
}

.car-details-est-text {
    font-size: calc(2em + 0.5vw);
    color: var(--gray-color);
    text-shadow: 0px 0px 3px rgb(100 100 100 / 20%);
}

.card-text * {
    font-size: 15px !important
}

.contact-nav {
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    border-radius: 50px;
    padding: 10px 0;
}

.contact-nav .nav-link {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-nav .nav-link svg {
    font-size: 18px !important;
}

.contact-nav .nav-link.active {
    color: #3d9111;
}

.contact-nav .nav-link:hover {
    color: #3d9111;
}

.contact-nav .nav-link svg {
    font-size: 18px;
}

.contact-nav .indicator {
    height: 4px;
    width: 40px;
    background: #ccc;
    border-radius: 2px;
    margin: 6px auto 0;
}

.call-ring {
    position: relative;
}

.call-ring::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    background: #1ee9274d;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: ringPulse 1.5s infinite;
}

.half-shadow-box {
    position: relative;
    background: white;
}

.half-shadow-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65%;
    box-shadow: 0 7px 19px rgba(0, 0, 0, 0.1);
    z-index: 1;
    pointer-events: none;
    border-radius: 50px;
}

.icon-wrapper {
    width: 45px;
    height: 45px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes ringPulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }
}

.call-animate {
    animation: phoneBounce 1.5s infinite ease-in-out;
    display: inline-block;
}

.vehicle-listitem-card-img > .carousel .carousel-item {
    position: relative;
    aspect-ratio: 4 / 3;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out
}

.vehicle-listitem-card-img > .carousel .carousel-item a img {
    width: 100% !important;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    transform-origin: center center;
    transition: transform 0.3s ease;
}

/*.vehicle-listitem-card-img:hover .carousel .carousel-control-prev {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.vehicle-listitem-card-img .carousel
.carousel-control-prev {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.vehicle-listitem-card-img:hover .carousel .carousel-control-next {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.vehicle-listitem-card-img .carousel
.carousel-control-next {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}*/

.vehicle-listitem-card-img .carousel .carousel-control-next {
    pointer-events: all;
    top: 45%;
    background-color: #56b822f0 !important;
    color: white !important;
    border: none;
    font-size: 24px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 0.5rem;
    opacity: 1;
}
.vehicle-listitem-card-img .carousel .carousel-control-prev {
    pointer-events: all;
    top: 45%;
    background-color: #56b822f0 !important;
    color: white !important;
    border: none;
    font-size: 24px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 0.5rem;
    opacity: 1;
}

@keyframes phoneBounce {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }

    25% {
        transform: translateY(-3px) rotate(-10deg);
    }

    50% {
        transform: translateY(2px) rotate(10deg);
    }

    75% {
        transform: translateY(-2px) rotate(-5deg);
    }
}

@media (max-width: 576px) {
    .vehicle-listitem-card-img .carousel .carousel-control-next {
        font-size: 16px !important;
        width: 30px !important;
        height: 30px !important;
    }

    .vehicle-listitem-card-img .carousel .carousel-control-prev {
        font-size: 16px !important;
        width: 30px !important;
        height: 30px !important;
    }
}
