/* 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: auto;
    max-height: 120%;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 0px;
    margin: 0px;
    vertical-align: unset !important;
}

[dir="rtl"] .banner-images {
    right: auto;
    left: 0;
}

.footer-banner-section {
    min-height: 250px;
    align-items: center;
}

.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: 40px 0;
}

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

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

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

.footer-about-link {
    color: var(--color-text-muted) !important;
}

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

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

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

.float {
    position: fixed;
    bottom: 80px;
    left: 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;
}
.contact-details-ltr {
    direction: ltr !important;
    display: inline-block;
}

.footer-section h5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.footer-nav-list {
    list-style: none !important;
}

.footer-link-item {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
    color: var(--color-text-muted) !important;
    font-size: 0.95rem;
    line-height: 1.8;
    transition: color 0.3s ease;
    text-align: start !important;
}

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

.footer-nav-list h6 {
    margin: 0 !important;
    padding: 0 !important;
}

[dir="rtl"] .footer-nav-list {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

[dir="rtl"] .footer-link-item {
    text-align: right !important;
}
