/* Exclusive Brand Outlet Locator Styles */
#exclusive-brand-outlet-locator {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Form Styles */
.form-label {
    font-weight: 600;
    color: #333;
}

.form-select:focus,
.btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Button Styles */
.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    font-weight: 500;
    padding: 10px 20px;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    font-weight: 500;
    padding: 10px 20px;
}

.container.dealer .dependent-dropdown {
    border-radius: 16px;
    background: #ffffff;
    padding: 40px 30px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-bottom: 60px;
}

.container.dealer .dependent-dropdown h3 {
    color: #010101;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 125% */
    letter-spacing: -1px;
    text-transform: uppercase;
    padding-bottom: 16px;
}

.container.dealer .dependent-dropdown h3 span {
    color: rgba(237, 34, 40, 1);
}

.page-template-page-exclusive-brand-outlet #main {
    background: #F2F2F2;
}

.pt-70 {
    padding-top: 70px;
}

.pb-60 {
    padding-bottom: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.brand-outlet-form .form-select {
    border: var(--bs-border-width) solid #949494;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 12px 16px;
    max-width: 100%;
}

#outlet-results .swiper-container {
    overflow: hidden;
    position: relative;
}

#outlet-results .swiper-pagination {
    bottom: 24px;
}

#outlet-results .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 5;
    width: 14px;
    height: 14px;
}

#outlet-results .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(237, 34, 40, 1);
}

#outlet-results .address-sec h4 {
    font-size: 32px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 0;
}

#outlet-results .contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px 0;
}

#outlet-results .address-sec p {
    color: #010101;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    gap: 18.351px;
    margin: 0;
    align-items: center;
}

#outlet-results .address-sec p a {
    color: #010101;
}

#outlet-results .section-map {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 0px 8.156px 0px rgba(0, 0, 0, 0.00);
    padding: 40px;
    margin-bottom: 46px;
}

.loading-text {
    text-align: center;
}

.brand-outlet-form .form-select {
    border: var(--bs-border-width) solid #949494;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 12px 16px;
    max-width: 100%;
    background-color: #F3F3F5;
    border-color: transparent;
    color: #949494;
}

.container.dealer .dependent-dropdown .row {
    justify-content: center;
}

.placeholder-image img {
    width: 100%;
    border-radius: 16px;
    max-height: 412px;
    object-fit: cover;
}

.dependent-dropdown .input-field label span {
    color: #ED2228;
}

.container.dealer .dependent-dropdown h3 span {
    color: #ED2228;
}

@media only screen and (max-width: 1440px) {

    .container.dealer .dependent-dropdown {
        margin-bottom: 40px;
    }

}

@media only screen and (max-width: 1024px) {

div#multi-dealer-map {
    margin-bottom: 20px !important;
}

}


@media only screen and (max-width: 991px) {
    #outlet-results .address-sec h4 {
        font-size: 24px;
        line-height: normal;
    }

    #outlet-results .contact-info {
        gap: 10px;
        padding: 14px 0;
    }

    #outlet-results .address-sec p {
        font-size: 14px;
        gap: 10px;
    }

    #outlet-results .address-sec p svg {
        width: 16px;
    }

    #outlet-results .section-map {
        padding: 24px;
        margin-bottom: 24px;
    }

    .container.dealer .dependent-dropdown {
        padding: 24px 24px;
        margin-bottom: 24px;
    }

    #outlet-results .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    #outlet-results .swiper-pagination {
        bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .dependent-dropdown .select-opt .row {
        gap: 14px;
    }

    .container.dealer .dependent-dropdown h3 {
        font-size: 24px;
        padding-bottom: 0;
    }

    .pb-60 {
        padding-bottom: 30px;
    }

    .pt-70 {
        padding-top: 30px;
    }

    .row.align-items-center.dealer-data {
        gap: 14px;
    }
}

@media only screen and (max-width: 520px) {
    .container.dealer .dependent-dropdown h3 {
        font-size: 16px;
        line-height: 24px;
    }
}