/* Footer Styles - Consolidated from user-provided fix */


.footer-banner-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: var(--color-primary);
    border-radius: 20px;
    overflow: visible;
    position: relative;
    padding: 0px 20px;
}

.banner-images {
    height: fit-content;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 0px;
    margin: 0px;
    vertical-align: unset !important;
}

.footer-banner-content {
    padding: 25px 0px;
}

.footer-banner-title {
    font-size: 2rem;
    font-weight: var(--fw-semibold);
    margin-bottom: 20px;
    color: var(--color-white);
}

.footer-banner-para {
    font-size: 1.1rem;
    color: var(--color-text-muted);
    margin-bottom: 30px;
}

.apps-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.app-img {
    height: 48.3px !important;
    width: auto;
}

.footer-top {
    border-top: none;
    padding-top: 60px;
}

.footer-padding {
    padding: 0px;
}

.footer-section {
    display: flex;
    flex-wrap: wrap;
}

.footer-c4 {
    padding-right: 30px;
}

.footer-logo {
    padding-bottom: 20px;
    height: auto;
    max-width: 150px;
}

.footer-para {
    color: var(--color-text-muted);
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer-about-link {
    color: var(--color-text-muted) !important;
    font-weight: bold;
    text-decoration: none;
}

.footer-about-link:hover {
    color: var(--color-primary) !important;
}

.img-container {
    display: flex;
    padding: 15px 0px;
}

.img-container>div {
    width: 75px;
    height: auto;
    margin-right: 10px;
}

.img-container>div img {
    width: 100%;
    height: auto;
    display: block;
}

.footer-info-item {
    padding-bottom: 10px;
    gap: 10px;
    align-items: center;
    display: flex;
}

.contact-icons-mb {
    text-decoration: none;
    color: var(--color-text-body);
}

.whatsapp-img {
    width: 60px;
    height: 60px;
}

.float {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 1000;
}

.ptx-lan-footer-copyright {
    border-top: 1px solid #e2e8f0;
    padding: 30px 0;
    margin-top: 20px;
    align-items: center;
}

.copyright-text,
.copyright-text2 {
    color: var(--color-text-muted);
    font-size: 0.9rem;
}

.artby {
    color: var(--color-primary);
    font-weight: bold;
    text-decoration: none;
}