/* ==================== HAFIZ FOOTER STYLES ==================== */

/* Pre-Footer CTA */
.hafiz-prefooter {
    background: linear-gradient(135deg, #0a5f59 0%, #084a45 100%);
    padding: 60px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hafiz-prefooter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="hafiz-pattern" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23e4a520" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23hafiz-pattern)"/></svg>');
    opacity: 0.3;
}

.hafiz-prefooter__content {
    position: relative;
    z-index: 2;
}

.hafiz-prefooter h3 {
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hafiz-prefooter p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hafiz-prefooter__buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.hafiz-prefooter__btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1rem;
    border: 2px solid transparent;
}

.hafiz-prefooter__btn--primary {
    background: #e4a520;
    color: #0a5f59;
    border-color: #e4a520;
}

.hafiz-prefooter__btn--primary:hover {
    background: transparent;
    color: #e4a520;
    border-color: #e4a520;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(228, 165, 32, 0.3);
}

.hafiz-prefooter__btn--secondary {
    background: transparent;
    color: white;
    border-color: rgba(255, 255, 255, 0.3);
}

.hafiz-prefooter__btn--secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #e4a520;
    color: #e4a520;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(228, 165, 32, 0.2);
}

/* Main Footer */
.hafiz-footer {
    background: #0a5f59;
    color: white;
    position: relative;
}

/* Footer Links Section */
.hafiz-footer__links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 50px 0 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hafiz-footer__heading {
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hafiz-footer__heading i {
    color: #e4a520;
}

.hafiz-footer__links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hafiz-footer__links-list li {
    margin-bottom: 12px;
}

.hafiz-footer__links-list a {
    color: #e0e0e0;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.hafiz-footer__links-list a:hover {
    color: #00d4aa;
    transform: translateX(5px);
}

.hafiz-footer__links-list a i {
    font-size: 0.9rem;
    color: #e4a520;
    width: 16px;
}

/* Main Footer Content */
.hafiz-footer__main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 40px 0 30px;
}

/* Branding Section */
.hafiz-footer__branding {
    text-align: center;
}

.hafiz-footer__logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.hafiz-footer__logo-img {
    width: 88px;
    height: 88px;
    object-fit: contain;
    margin-bottom: 15px;
    border-radius: 8px;
    filter: brightness(0) invert(1);
}



/* Logo Placeholders */
.hafiz-footer__logo-placeholder {
    width: 88px;
    height: 88px;
    background: linear-gradient(135deg, #e4a520, #d4941f);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 0.8rem;
    box-shadow: 0 2px 8px rgba(228, 165, 32, 0.3);
}

.hafiz-footer__logo-placeholder i {
    font-size: 20px;
    margin-bottom: 2px;
}

.hafiz-footer__logo-placeholder span {
    font-size: 0.7rem;
    line-height: 1;
}



/* Section Titles */
.hafiz-footer__section-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    text-align: center;
}

/* Contact Section */
.hafiz-footer__contact {
    text-align: center;
}

.hafiz-footer__contact-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.hafiz-footer__contact-icon {
    width: 45px;
    height: 45px;
    background: #e4a520;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hafiz-footer__contact-icon:hover {
    background: #d4941f;
    color: white;
}

.hafiz-footer__contact-icon i {
    font-size: 18px;
}

/* Social Section */
.hafiz-footer__social {
    text-align: center;
}

.hafiz-footer__social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.hafiz-footer__social-icon {
    width: 45px;
    height: 45px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hafiz-footer__social-icon:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #e4a520;
    color: #e4a520;
}

.hafiz-footer__social-icon i {
    font-size: 18px;
}

/* Download Section */
.hafiz-footer__download {
    text-align: center;
    padding: 15px 10px;
}

.hafiz-footer__qr-code {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.qr-code-placeholder {
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.qr-code-placeholder i {
    font-size: 40px;
    color: #1a1a1a;
}

.hafiz-footer__qr-text {
    color: #b0b0b0;
    font-size: 0.9rem;
    font-weight: 500;
}

.hafiz-footer__download-buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.download-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    text-decoration: none;
    max-width: 150px;
}

.download-btn:hover {
    transform: scale(1.05);
}

.download-btn img {
    height: 45px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    border-radius: 6px;
    display: block;
}

/* Policies Section */
.hafiz-footer__policies {
    background: rgba(0, 0, 0, 0.2);
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hafiz-footer__policies-content {
    text-align: center;
}

.policies-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.policy-link {
    color: #d0d0d0;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 5px 10px;
}

.policy-link:hover {
    color: #e4a520;
}

.policy-separator {
    color: #888;
    font-size: 1rem;
    font-weight: 300;
}

/* Copyright */
.hafiz-footer__copyright {
    background: rgba(0, 0, 0, 0.3);
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hafiz-footer__copyright p {
    margin: 0;
    color: #a0a0a0;
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.5px;
}

/* Clean WhatsApp Button */
.hafiz-whatsapp {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 1000;
}

.hafiz-whatsapp__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #25d366;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.hafiz-whatsapp__button:hover {
    background: #128c7e;
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.4);
}

.hafiz-whatsapp__button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(37, 211, 102, 0.3);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
    100% { transform: translate(-50%, -50%) scale(1.2); opacity: 0; }
}

.hafiz-whatsapp__icon {
    position: relative;
    z-index: 2;
    font-size: 28px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .hafiz-footer__main {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .hafiz-footer__links {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .hafiz-footer__download-buttons {
        flex-direction: row;
        gap: 8px;
        justify-content: center;
    }

    .download-btn img {
        height: 40px;
    }

    .qr-code-placeholder {
        width: 90px;
        height: 90px;
    }

    .qr-code-placeholder i {
        font-size: 35px;
    }
}

@media (max-width: 768px) {
    .hafiz-footer__main {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .hafiz-footer__links {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .hafiz-footer__links-column {
        margin-bottom: 15px;
    }

    .hafiz-footer__heading {
        font-size: 1.1rem;
        margin-bottom: 15px;
    }

    .hafiz-footer__links-list li {
        margin-bottom: 8px;
    }

    .hafiz-footer__links-list a {
        font-size: 0.9rem;
    }

    .hafiz-footer__logo-img {
        width: 75px;
        height: 75px;
    }

    .hafiz-footer__logo-placeholder {
        width: 75px;
        height: 75px;
    }

    .hafiz-footer__logo-placeholder i {
        font-size: 18px;
    }

    .hafiz-footer__logo-placeholder span {
        font-size: 0.65rem;
    }

    .hafiz-footer__contact-icons,
    .hafiz-footer__social-icons {
        gap: 10px;
    }

    .hafiz-footer__contact-icon,
    .hafiz-footer__social-icon {
        width: 40px;
        height: 40px;
    }

    .hafiz-footer__contact-icon i,
    .hafiz-footer__social-icon i {
        font-size: 16px;
    }

    .qr-code-placeholder {
        width: 80px;
        height: 80px;
    }

    .qr-code-placeholder i {
        font-size: 30px;
    }

    .hafiz-footer__download-buttons {
        flex-direction: row;
        gap: 6px;
        justify-content: center;
    }

    .download-btn img {
        height: 35px;
    }

    .policies-links {
        flex-direction: column;
        gap: 8px;
    }

    .policy-separator {
        display: none;
    }

    .hafiz-whatsapp {
        left: 15px;
        bottom: 15px;
    }
}

.site-footer {
    background: #0a5f59;
    color: white;
    position: relative;
}

/* Footer Main */
.footer-main {
    padding: 35px 0 20px;
}

/* Footer Brand */
.footer-brand {
    margin-bottom: 20px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-logo-img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.footer-logo-img:hover {
    background: rgba(228, 165, 32, 0.2);
    transform: scale(1.05);
}

.brand-name {
    font-size: 32px;
    font-weight: 700;
    color: white;
    letter-spacing: -0.5px;
}

.footer-description {
    color: #bdc3c7;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 15px;
}

/* Footer Social */
.footer-social {
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-link:hover {
    background: #e4a520;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(228, 165, 32, 0.4);
}

/* Footer Widgets */
.footer-widget {
    margin-bottom: 20px;
    text-align: center;
}

.footer-title {
    font-size: 18px;
    font-weight: 800;
    color: white;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 8px;
    text-align: center;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: #e4a520;
    border-radius: 1px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #bdc3c7;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
}

.footer-links a::before {
    content: 'â†’';
    color: #e4a520;
    font-weight: bold;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: white;
    transform: translateX(5px);
}

.footer-links a:hover::before {
    transform: translateX(3px);
}

/* Download Section */
.download-description {
    color: #bdc3c7;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.7;
    text-align: center;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}

.download-buttons {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-bottom: 25px;
    align-items: center;
    justify-content: center;
}

.download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 12px 16px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 55px;
    flex: 1;
    max-width: 180px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.download-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.download-btn:hover::before {
    left: 100%;
}

.download-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #e4a520;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(228, 165, 32, 0.3);
}

.download-btn img {
    transition: all 0.4s ease;
    filter: brightness(1.1);
    height: 45px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.app-store-img {
    height: 45px;
    width: auto;
    max-width: 160px;
}

.play-store-img {
    height: 45px;
    width: auto;
    max-width: 160px;
}

.download-btn:hover img {
    transform: scale(1.08);
    filter: brightness(1.2);
}

.download-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
}

.ios-btn .download-icon {
    background: linear-gradient(135deg, #000 0%, #333 100%);
}

.android-btn .download-icon {
    background: linear-gradient(135deg, #01875f 0%, #00c851 100%);
}

.download-text {
    display: flex;
    flex-direction: column;
}

.download-label {
    font-size: 12px;
    color: #bdc3c7;
    line-height: 1;
}

.download-store {
    font-size: 16px;
    font-weight: bold;
    color: white;
    line-height: 1;
}

/* QR Code Section */
.qr-code-section {
    text-align: center;
    padding: 20px 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    margin-top: 15px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(15px);
}

.qr-code-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(228, 165, 32, 0.1) 0%, transparent 70%);
    animation: qrGlow 4s ease-in-out infinite;
}

@keyframes qrGlow {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.6; }
}

.qr-code {
    width: 75px;
    height: 75px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 38px;
    color: #0a5f59;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.qr-code:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

.qr-text {
    font-size: 13px;
    color: #bdc3c7;
    margin: 0;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

/* Contact Bar */
.footer-contact-bar {
    background: rgba(0, 0, 0, 0.2);
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-icons-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.contact-icon-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(228, 165, 32, 0.2);
    border-radius: 50%;
    color: #e4a520;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid rgba(228, 165, 32, 0.3);
}

.contact-icon-link:hover {
    background: #e4a520;
    color: #0a5f59;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(228, 165, 32, 0.4);
    border-color: #e4a520;
}

.contact-icon-link i {
    font-size: 20px;
}

.contact-label {
    font-size: 12px;
    color: #bdc3c7;
    line-height: 1;
}

.contact-details a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contact-details a:hover {
    color: #e4a520;
}

/* Footer Bottom */
.footer-bottom {
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.3);
}

.footer-bottom-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.copyright {
    margin-bottom: 15px;
    text-align: center;
}

.copyright p {
    margin: 0;
    color: #bdc3c7;
    font-size: 14px;
    text-align: center;
}

.copyright-sub {
    font-size: 12px !important;
    color: #95a5a6 !important;
    text-align: center;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    text-align: center;
}

.footer-bottom-links a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.footer-bottom-links a:hover {
    color: #e4a520;
}

.footer-bottom-links .separator {
    color: #7f8c8d;
    font-size: 12px;
    margin: 0 5px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .footer-main {
        padding: 40px 0 25px;
    }

    .footer-widget {
        margin-bottom: 25px;
    }

    .footer-title {
        font-size: 16px;
        font-weight: 800;
        margin-bottom: 15px;
    }

    .footer-bottom-links {
        justify-content: center;
        margin-top: 15px;
        gap: 10px;
    }

    .download-buttons {
        flex-direction: row;
        justify-content: center;
        gap: 10px;
    }

    .download-btn {
        flex: 1;
        max-width: 150px;
        padding: 10px 12px;
        min-height: 50px;
    }

    .download-btn img {
        height: 40px !important;
    }

    .app-store-img {
        height: 40px !important;
        max-width: 140px;
    }

    .play-store-img {
        height: 40px !important;
        max-width: 140px;
    }

    .download-description {
        max-width: 100%;
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    .footer-main {
        padding: 30px 0 20px;
    }

    .footer-title {
        font-size: 16px;
        font-weight: 800;
        margin-bottom: 12px;
    }

    .footer-widget {
        margin-bottom: 20px;
    }

    .brand-name {
        font-size: 28px;
    }

    .footer-logo-img {
        width: 60px;
        height: 60px;
        padding: 12px;
    }

    .download-buttons {
        flex-direction: row;
        gap: 8px;
        justify-content: center;
    }

    .download-btn {
        flex: 1;
        max-width: 140px;
        min-height: 48px;
        padding: 8px 10px;
    }

    .download-btn img {
        height: 38px !important;
    }

    .footer-bottom-links {
        flex-direction: row;
        gap: 8px;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }

    .footer-bottom-links .separator {
        display: inline;
    }

    .contact-icons-row {
        gap: 20px;
    }

    .contact-icon-link {
        width: 45px;
        height: 45px;
    }

    .contact-icon-link i {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .footer-main {
        padding: 25px 0 15px;
    }

    .footer-title {
        font-size: 15px;
        font-weight: 800;
        text-align: center;
    }

    .footer-widget {
        text-align: center;
        margin-bottom: 25px;
    }

    .footer-widget .footer-title {
        font-size: 14px;
    }

    .footer-widget .footer-links {
        font-size: 13px;
    }

    .footer-logo {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .footer-logo-img {
        width: 80px;
        height: 80px;
        padding: 15px;
    }

    .footer-social {
        justify-content: center;
    }

    .download-buttons {
        max-width: 280px;
        margin: 0 auto;
        flex-direction: row;
        gap: 8px;
        justify-content: center;
    }

    .download-btn {
        flex: 1;
        min-height: 45px;
        max-width: 130px;
        padding: 6px 8px;
    }

    .download-btn img {
        height: 35px !important;
    }

    .app-store-img {
        height: 35px !important;
        max-width: 120px;
    }

    .play-store-img {
        height: 35px !important;
        max-width: 120px;
    }

    .qr-code {
        width: 70px;
        height: 70px;
        font-size: 35px;
    }

    .qr-code-section {
        padding: 25px 20px;
    }

    .contact-icons-row {
        gap: 15px;
    }

    .contact-icon-link {
        width: 40px;
        height: 40px;
    }

    .contact-icon-link i {
        font-size: 16px;
    }
}

/* RTL Support */
[dir="rtl"] .footer-links a::before {
    content: 'â†';
}

[dir="rtl"] .footer-links a:hover {
    transform: translateX(-5px);
}

[dir="rtl"] .footer-bottom-links {
    justify-content: flex-start;
}

@media (max-width: 991px) {
    [dir="rtl"] .footer-bottom-links {
        justify-content: flex-end;
    }
}
