
body {
    font-family: Arial, sans-serif;
    background-color: #f8f8f8;
}

header {
    background-color: #000;
    padding: 15px 0;
}

@font-face {
    font-family: 'mazda-normal';
    src: url("/css/MazdaType-Regular.woff2") format("woff2"), url("/css/MazdaType-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    mso-generic-font-family: swiss;
    mso-font-alt: 'Verdana';
}

@font-face {
    font-family: 'mazda-bold';
    src: url("/css/MazdaType-Bold.woff2") format("woff2"), url("/css/MazdaType-Bold.woff") format("woff");
    font-weight: bold;
    font-style: bold;
    mso-generic-font-family: swiss;
    mso-font-alt: 'Verdana';
}

/* Hero Section */
.hero-section {
    background: url('/img/MazdaLP_HeroTop_v2.jpg') no-repeat center bottom;
    background-position: center top;
    background-size: cover;
    min-height: 1200px;
    padding-top: 70px;
    text-align: center;
    transition: background 0.3s ease;
}

.recall-content {
    max-width: 940px;
    margin: 0 auto;
}

h1 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
    margin-bottom: 30px;
}

.description-text {
    font-family: 'mazda-normal', Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 30px;
    padding: 0 60px;
}

.vin-input {
    max-width: 480px;
    margin: 0 auto;
    border-radius: 5;
    border: 1px solid rgb(0, 0, 0, 0.80);
    padding: 10px 25px;
    font-family: 'mazda-normal', Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: transparent !important;
    color: rgb(0, 0, 0, 0.80);
    font-size: 18px;
    line-height: 44px;
}

    .vin-input:focus {
        font-family: 'mazda-normal', Verdana, Geneva, Tahoma, sans-serif;
        background-color: transparent !important;
        border-color: #000;
        box-shadow: none;
        outline: none;
    }

    .vin-input::placeholder {
        color: rgb(0, 0, 0, 0.80);
        opacity: 1;
        font-size: 18px;
    }

.btn-check-recall {
    font-family: 'mazda-normal', Verdana, Geneva, Tahoma, sans-serif;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    padding: 16px 30px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2.5px;
    border: none;
}

    .btn-check-recall:hover {
        background-color: #333;
        color: #fff;
    }

.vin-help-link {
    font-family: 'mazda-normal', Verdana, Geneva, Tahoma, sans-serif;
    display: inline-block;
    margin-top: 15px;
    color: rgb(0, 0, 0, 0.80);
    font-size: 16px;
    text-decoration: italic;
}

.date-font {
    font-family: 'mazda-normal', Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(0, 0, 0, 0.80);
    font-size: 16px;
}

.disclaimer-text {
    font-family: 'mazda-normal', Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: rgb(0, 0, 0, 0.80);
}

/* Dropdown */
.recall-faqs-title {
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: 'mazda-bold', Verdana, Geneva, Tahoma, sans-serif;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
}

.faq-item {
    background-color: #e6e6e6;
    border: none;
}

.faq-header {
    font-family: 'mazda-bold', Verdana, Geneva, Tahoma, sans-serif;
    padding: 20px 25px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    font-size: 18px;
}

    .faq-header:focus, .faq-item:focus {
        outline: none;
        box-shadow: none;
    }

.faq-content-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease;
    background-color: #e6e6e6;
}

    .faq-content-wrapper.open { /* JS */
        max-height: 500px;
    }

.faq-body {
    font-family: 'mazda-normal', Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: rgb(0, 0, 0, 0.80);
    padding: 0 50px 32px;
}

.arrow-icon {
    width: 20px;
    height: 20px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transition: transform 0.4s ease;
    margin-bottom: 10px;
}

.recall-item.active .arrow-icon {
    transform: rotate(225deg) !important;
}

.faq-header.collapsed .arrow-icon {
    transform: rotate(45deg);
}

.faq-header .arrow-icon {
    transform: rotate(-135deg);
}

.header-container {
    max-width: 1000px !important;
}

.custom-footer {
    background-color: #000;
    padding-top: 57px;
    padding-bottom: 57px;
    width: 100%;
}

.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

    .footer-links a,
    .footer-links .copyright {
        font-family: 'mazda-bold', Verdana, Geneva, Tahoma, sans-serif;
        color: #fff;
        text-decoration: none;
        font-size: 13px;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .footer-links .copyright {
        cursor: default;
    }


@media (min-width: 1570px) {
    .hero-section {
        background-position: center top;
    }
}

@media (min-width: 992px) {
    .header-container {
        max-width: 1000px !important;
    }

    .header-links-row {
        gap: 30px;
    }

    .nav-link {
        color: #fff !important;
        text-transform: uppercase;
        font-size: 10px;
        letter-spacing: 2px;
        padding: 0 !important;
        font-weight: 400;
    }

    .top-row {
        margin-bottom: 10px;
    }
}

/* Mobile Menu */
@media (max-width: 991px) {
    .navbar-collapse {
        padding-top: 20px;
    }

    .header-links-row {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .nav-link {
        padding: 10px 0 !important;
        border-bottom: 1px solid #333;
        width: 100%;
    }

    #desktop-menu {
        display: none !important;
    }

    #hamburger-btn {
        display: block !important;
    }

    #mobile-dropdown {
        width: 390px;
    }
}

@media (max-width: 699px) {
    .hero-section {
        background-image: url('/img/MazdaLP_HeroTop_v2_mb.jpg');
        background-position: center top;
        height: 1500px;
    }

    #mobile-dropdown {
        width: 100% !important;
    }
}

@media (max-width: 599px) {
    .dpSingleCol {
        grid-template-columns: 1fr !important;
    }

    .dpSinglePb20 {
        padding-bottom: 20px !important;
    }
}

@media (max-width: 478px) {
    .hero-section {
        background-image: url('/img/MazdaLP_HeroTop_v1_mb.jpg');
        background-position: center center;
        height: 1500px;
    }
}

@media (max-width: 410px) {
    .hero-section {
        background-image: url('/img/MazdaLP_HeroTop_v1_mb.jpg');
        background-position: center center;
        height: 1600px;
    }
}

@media (max-width: 362px) {
    .hero-section {
        background-image: url('/img/MazdaLP_HeroTop_v1_mb.jpg');
        background-position: center center;
        height: 1760px;
    }
}

.navbar-toggler:focus {
    box-shadow: none;
}

.nav-link-top {
    font-family: 'mazda-normal', Verdana, Geneva, Tahoma, sans-serif;
    color: #ABABAB;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 40px;
    letter-spacing: 2px;
}

.nav-bold {
    font-family: 'mazda-bold', Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
}

.title-recall h1 {
    font-family: 'mazda-bold', Verdana, Geneva, Tahoma, sans-serif;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
}

.mobile-link {
    font-family: 'mazda-normal', Verdana, Geneva, Tahoma, sans-serif;
    color: #ABABAB;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 3px;
    padding: 22px 0;
    border-bottom: 0.5px solid #FFFFFF;
    display: block;
    width: 300px;
    text-align: center;
}

.mobile-link-bold {
    font-family: 'mazda-bold', Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    justify-content: center;
    align-items: center;
}

    .modal-overlay.show {
        display: flex;
    }

.modal-content-container {
    background-color: #fff;
    width: 90%;
    max-width: 500px;
    max-height: 80vh;
    padding: 60px 40px;
    position: relative;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

    .close-btn img {
        width: 15px;
        height: auto;
    }

.modal-body-scroll {
    font-family: 'mazda-bold', Verdana, Geneva, Tahoma, sans-serif;
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    overflow-y: auto;
    max-height: calc(80vh - 120px);
    color: #000;
}

    .modal-body-scroll::-webkit-scrollbar {
        width: 6px;
    }

    .modal-body-scroll::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    }

.arrow {
    display: inline-block;
    transform: rotate(90deg) !important;
    font-size: 18px;
}

.active .arrow {
    transform: rotate(-90deg) !important;
}

.recallInfoTitle {
    font-size: 18px;
    line-height: 25px;
    font-family: 'mazda-bold', Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    color: #000;
}

.recallInfoTxt {
    font-size: 18px;
    line-height: 25px;
    font-family: 'mazda-normal', Verdana, Geneva, Tahoma, sans-serif;
    font-weight: normal;
    color: #000;
}

.modalTitle {
    font-size: 16px;
    line-height: 20px;
    font-family: 'mazda-bold', Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    color: #000;
    margin: 0;
}

.modalTxt {
    font-size: 16px;
    line-height: 20px;
    font-family: 'mazda-normal', Verdana, Geneva, Tahoma, sans-serif;
    font-weight: normal;
    color: #000;
    margin: 0;
}

.loading-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.marq {
    font-size: 16px;
    color: #000;
    font-family: 'mazda-normal', Verdana, Geneva, Tahoma, sans-serif;
}