
footer {
    background: #d40000;
    color: white;
    padding: 32px 32px;
    font-family: 'Montserrat', sans-serif;
}

.footer-container {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-bottom: 24px;
    padding-top: 24px;
}

.footer-left {
    flex: 3;
    min-width: 0; 
    max-width: 100%;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden; 
    word-wrap: break-word; 
}


.footer-middle,
.footer-right {
    flex: 1;
    min-width: 250px;
    padding-left: 72px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.footer-left h3 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 15px;
}

.footer-left .address {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}

.footer-left .city {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.social-icon {
    display: inline-block;
    font-size: 18px;
    color: white;
    transition: opacity 0.3s;
}

.social-icon:hover {
    opacity: 0.8;
}

.footer-middle h3, .footer-right h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 30px;
}

.footer-middle p,
.footer-right p {
    font-size: 14px;
    font-weight: 500;
    line-height: 3;
}

.footer-right a {
    color: white;
    text-decoration: none;
    font-weight: 600;
}

.footer-contact {
    line-height: 2 !important;
}

.footer-contact-column{
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.footer-right a:hover {
    text-decoration: underline;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.986);
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 400;
    margin: 0 auto;
}

.footer-bottom .copyright {
    font-size: 13px;
    font-weight: 400;
}

.footer-bottom .footer-links a {
    color: white;
    text-decoration: none;
    font-weight: 400;
    margin-left: 10px;
}

.footer-bottom .footer-links a:hover {
    text-decoration: underline;
}




@media (max-width: 1024px) {
    .footer-container {
        flex-wrap: wrap;
        gap: 40px;
    }

    .footer-left {
        flex: 2; 
        margin-right: 20px;
    }

    .footer-middle, .footer-right {
        flex: 1;
        padding-left: 32px;
    }

    .footer-left h3 {
        font-size: 28px;
    }

    .footer-left .address {
        font-size: 24px;
    }

    .footer-left .city {
        font-size: 16px;
    }

    .footer-middle h3, .footer-right h3 {
        font-size: 24px;
    }

    .footer-middle p, .footer-right p {
        font-size: 15px;
        line-height: 2.5;
    }

    .footer-bottom {
        font-size: 14px;
    }


}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .footer-left {
        flex: none;
        width: 100%;
        margin-right: 0;
    }

    .footer-middle, .footer-right {
        flex: none;
        width: 100%;
        padding-left: 0;
    }

    .footer-left h3 {
        font-size: 26px;
    }

    .footer-left .address {
        font-size: 22px;
    }

    .footer-left .city {
        font-size: 16px;
    }

    .footer-middle h3, .footer-right h3 {
        font-size: 22px;
    }

    .footer-middle p, .footer-right p {
        font-size: 15px;
        line-height: 2.2;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: left;
        gap: 10px;
        font-size: 14px;
    }

    .footer-bottom .footer-links a {
        margin-left: 0;
    }

    .footer-links {
        font-size: 14px;
        font-weight: 500;
    }
    
}










/* 
██████╗ ██████╗  ██████╗ ██╗  ██╗██╗███████╗███████╗
██╔════╝██╔═══██╗██╔═══██╗██║ ██╔╝██║██╔════╝██╔════╝
██║     ██║   ██║██║   ██║█████╔╝ ██║█████╗  ███████╗
██║     ██║   ██║██║   ██║██╔═██╗ ██║██╔══╝  ╚════██║
╚██████╗╚██████╔╝╚██████╔╝██║  ██╗██║███████╗███████║
 ╚═════╝ ╚═════╝  ╚═════╝ ╚═╝  ╚═╝╚═╝╚══════╝╚══════╝
*/


.cookie-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    backdrop-filter: blur(14px);
    background: rgba(0, 0, 0, 0.73);
    color: white;
    z-index: 9999;
    padding: 30px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeInUp 0.3s ease-out;
}

.cookie-box {
    max-width: 1020px;
    width: 100%;
    border-radius: 16px;
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    font-size: 15px;
}

.cookie-box h3 {
    margin: 0 0 8px 0;
    font-size: 20px;
    font-weight: 600;
}

.cookie-box p {
    margin: 0 0 24px 0; 
    line-height: 1.6;
    color: #eaeaea;
}

.cookie-box label {
    display: block;
    margin-bottom: 14px; 
    font-size: 14px;
    color: #ccc;
}

.cookie-box input[type="checkbox"] {
    margin-right: 10px;
    transform: scale(1.2);
}

.cookie-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px; 
}

.cookie-btn {
    background: white;
    color: black;
    padding: 10px 20px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.cookie-btn:hover {
    background: #f0f0f0;
}

.cookie-btn.secondary {
    background: transparent;
    border: 1px solid #fff;
    color: white;
}

.cookie-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.1);
}

.cookie-link {
    font-size: 13px;
    color: #aaa;
    text-decoration: underline;
}

.hidden {
    display: none !important;
}

/* Animate in */
@keyframes slideInUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Animate out */
@keyframes slideOutDown {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(100%);
        opacity: 0;
    }
}

.cookie-modal {
    transition: opacity 0.3s ease, transform 0.3s ease;
    animation: slideInUp 0.4s ease-out forwards;
}

/* Used to trigger closing animation */
.cookie-modal.slide-out {
    animation: slideOutDown 0.4s ease-in forwards;
}
