/* Page-specific styles extracted from Features.html */

.subscribe-button {
    display: inline-block;
    width: 100%;
    background-color: #7ac6b8;
    color: #fff;
    border: none;
    padding: 12px 36px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.VIpgJd-yAWNEb-L7lbkb {
    display: none !important;
}

.swal-custom-cls {
    width: 25em !important;
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
    text-align: center;
    padding: 10px;
    z-index: 1000;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
}

#cookie-banner button {
    background-color: #f1c40f;
    border: none;
    color: #000;
    padding: 10px 20px;
    margin-left: 10px;
    cursor: pointer;
}

#cookie-banner button:hover {
    background-color: #d4ac0d;
}

#popup {
    display: none;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 15px;
    border: 1px solid #ccc;
    z-index: 9999;
}
html {
    scroll-behavior: smooth;
}

.lpr-section[id] {
    scroll-margin-top: 120px;
}