/* ===============================
   WEB FOOTER
   =============================== */
.web-footer {
    background-color: transparent;
    color: #ffffff;
    padding: 10px;
    font-family: 'Inter', 'Segoe UI', sans-serif;
    position: absolute;
    z-index: 999999;
    width: 100%;
    bottom: 0;
    left: 0;
    min-height: 50px;
    border-top: transparent;
}
.footer-logo-extension, .footer-links, .footer-col-left {display: none;}
.footer-info .footer-powered { 
        margin-top: 0;
        padding: 0;
        color: #fff;
        text-align: center;
    }
.web-footer a {
    color: #3b82f6; /* Accent link color */
    text-decoration: none;
    transition: color 0.3s ease;
}

.web-footer a:hover,
.web-footer a:focus {
    color: #60a5fa;
    text-decoration: underline;
}

/* Footer Logo Extension */
.footer-logo-extension .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.footer-logo-extension .col-md-6 {
    display: flex;
    align-items: center;
}

/* Footer Links */
.footer-links .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.footer-links .footer-col-left,
.footer-links .footer-col-right {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

/* Footer Info */
.footer-info .row {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    padding-top: 0;
}

.footer-info .footer-powered {
    font-size: 0.875rem;
}

.footer-info .footer-powered a {
    color: #fff !important;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .footer-logo-extension .row,
    .footer-links .row,
    .footer-info .row {
        flex-direction: column;
        text-align: center;
    }
    .footer-info .footer-powered {
        text-align: center;
    }
}
#page-about{
    background: url(/assets/custom_theme/images/background-image.jpg) no-repeat scroll 0 0;
    background-size: cover;
    height: 100vh;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}