/* Footer Container */
.pro-footer {
    background: #0b2a38;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
}

/* Brand Logo */
.footer-logo {
    width: 120px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0px 3px 4px rgba(0,0,0,0.4));
}

/* Brand Title */
.brand-title {
    font-size: 1.6rem;
    font-weight: 700;
}

/* Subtitle */
.brand-tagline {
    font-size: 0.9rem;
    opacity: 0.85;
}

/* Contact Info */
.footer-heading {
    font-weight: 600;
}

.footer-info {
    font-size: 0.95rem;
    opacity: 0.9;
}

/* .footer-link {
    color: #4ec3ff;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
} */
.footer-link {
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 500;
}

.footer-link:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}



/* ------------------------------
   FIXED QR CODE GLASS CARD
------------------------------- */
.qr-glass-card {
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(6px);
    border-radius: 12px;
    padding: 20px;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* QR Image */
.qr-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Footer bottom */
.footer-bottom {
    margin-top: 40px;
    font-size: 0.9rem;
    opacity: 0.7;
}
