/* ============================================================
   Global styles — fonts + shared typography / header / footer.
   Ported verbatim from the shared inline <style> the original
   PHP site injected on every page (relative url() paths rewritten
   to absolute /public paths).
   ============================================================ */

@font-face {
    font-family: 'Title';
    src: url('/fonts/Snowslider/snowslider.ttf');
}

@font-face {
    font-family: 'Body-Bold';
    src: url('/fonts/NissanBrand/NissanBrand-Bold.otf');
}

@font-face {
    font-family: 'Body-Italic';
    src: url('/fonts/NissanBrand/NissanBrand-Italic.otf');
}

@font-face {
    font-family: 'Body-Light';
    src: url('/fonts/NissanBrand/NissanBrand-Light.otf');
}

@font-face {
    font-family: 'Body';
    src: url('/fonts/NissanBrand/NissanBrand-Regular.otf');
}

body,
a,
h3,
h2,
h4,
h5,
h6 {
    font-family: 'Body' !important;
    overflow-wrap: anywhere;
}

.hotline,
h1,
.ltn__contact-address-item h3 {
    font-family: 'Title' !important;
    text-transform: lowercase;
    letter-spacing: 1px;
}

h1 {
    text-transform: uppercase;
}

.ltn__copyright-design h6,
.ltn__copyright-design h4 {
    font-weight: 500 !important;
}

.ohnohoney {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 400;
}

.site-logo {
    max-width: 180px;
}

header a,
.menu-color-white .ltn__main-menu>ul>li>a {
    font-weight: 200 !important;
    letter-spacing: .8px !important;
}

.ltn__header-4 .ltn__header-middle-area.sticky-active,
.ltn__header-5 .ltn__header-middle-area.sticky-active {
    padding-top: 5px;
    padding-bottom: 5px;
}

.hotline {
    font-size: 30px !important;
    font-weight: 600;
    opacity: .8;
}

.get-support-icon i {
    font-size: 30px;
}

.menu-icon>a::before {
    content: none;
}

.ltn__social-media a {
    color: white;
}

.ltn__social-media a:hover {
    color: #c41a25;
}

.get-support-info a {
    font-size: 15px;
}

.ltn__copyright-area {
    padding-top: 14px;
    padding-bottom: 14px;
}

.menu-icon>a:hover {
    color: #c41a25 !important;
}

.fa-twitter,
.fa-youtube,
.fa-facebook-f,
.fa-instagram {
    font-weight: 100 !important;
}

.ltn__top-bar-menu>ul>li>i,
.ltn__top-bar-menu>ul>li>a>i {
    font-weight: 900;
}

.section-subtitle span {
    color: #797677;
    letter-spacing: 0px;
    margin-left: -1px;
    font-weight: 900;
}

ul li::marker {
    font-weight: bold;
    color: #c41a25;
}

.ltn__main-menu>ul>li {
    margin-right: 10px;
}

.slide-sub-title {
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 2px;
    margin-bottom: 10px !important;
    text-transform: uppercase;
    font-family: 'Body-Light' !important;
}

.slide-sub-title>span {
    font-weight: 900;
    font-family: 'Body-Bold';
    font-size: 24px;
    letter-spacing: -4px;
}

.ltn__header-options {
    flex: 0 0 auto !important;
}

/* WhatsApp floating button + scroll-up (site-wide) */
.whatsapp {
    position: fixed;
    background-color: #54CC61;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 10px -5px rgba(0, 0, 0, 0.5);
    z-index: 5000;
    font-size: 1.8rem;
    color: white;
    transition: all 0.3s ease;
    bottom: 30px !important;
    right: 30px !important;
}

.whatsapp a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: white;
}

#scrollUp {
    display: none !important;
    bottom: 30px !important;
    right: 3% !important;
    width: 40px !important;
    height: 40px !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Footer social links (ported from footer.php inline <style>) */
.footer-social-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.footer-policy-link {
    color: white;
    font-weight: 600;
    white-space: nowrap;
}

.footer-links-divider {
    width: 1px;
    height: 18px;
    background-color: #999;
}

.footer-policy-link:hover {
    text-decoration: underline;
}

@media (max-width: 500px) {
    .footer-social-links {
        justify-content: center;
    }

    footer .site-logo {
        display: none;
    }

    .get-support::before {
        content: none;
    }

    .get-support {
        padding: 0;
        margin: 0;
    }

    .get-support .get-support-info {
        text-align: center;
    }
}

@media screen and (min-width: 1211px) {
    .ltn__header-options {
        display: none;
    }
}

@media screen and (max-width: 1211px) {
    .ltn__main-menu>ul>li {
        margin-right: 7px !important;
    }
}

@media screen and (max-width: 1450px) {
    header .special-link {
        display: none !important;
    }
}

/* "Book a service" (#book) parallax background.
   background-attachment: fixed is unreliable on mobile — iOS Safari sizes the
   background to the viewport instead of the element, so combined with
   background-size: cover the image renders blank and only the dark overlay
   shows. Limit the parallax to desktop; mobile falls back to the default
   (scroll), which renders the image correctly. */
@media screen and (min-width: 992px) {
    #book .ltn__service-form-area {
        background-attachment: fixed;
    }
}
