html.has-parallax-footer {
    background-color: #000000 !important;
}
body.has-parallax-footer {
    background-color: transparent !important;
}

.page-content-wrapper {
    position: relative !important;
    z-index: 10 !important;
    width: 100% !important;
    min-height: 100vh;
    background-color: #ffffff !important;
    margin-bottom: 70vh;
    box-shadow: 0 15px 40px rgba(0,0,0,0.6);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}


.parallax-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70vh;
    background-color: #000000;
    z-index: 1 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

.parallax-footer .contact-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.parallax-footer .section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    text-transform: uppercase;
    letter-spacing: -2px;
    margin: 0;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
}

.parallax-footer .section-title .serif {
    font-family: "Megrim", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

.parallax-footer .qrcode-wrapper {
    margin: 10px 0;
    background: #ffffff;
    padding: 10px;
    border-radius: 8px;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parallax-footer .contact-info-item {
    text-align: center;
    margin-top: 10px;
}

.parallax-footer .contact-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #888888;
    font-weight: 600;
}

.parallax-footer .contact-link {
    font-size: 1.2rem;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    margin-top: 5px;
}

.parallax-footer .contact-link:hover {
    color: #e60000;
}
