


/* --- MODERN FOOTER STYLING --- */
.footer {
    background: #ffffff;
    padding: 40px 20px 30px 20px;
    border-top: 1px solid #eef2f6;
    margin-top: 50px;
    font-family: 'Inter', sans-serif;
}

.footer-container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.footer-links {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

/* Policy Buttons */
.policy-btn {
    font-size: 13px;
    font-weight: 500;
    padding: 10px 18px;
    border-radius: 12px;
    background: #f8fafc;
    color: #475569;
    text-decoration: none;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.policy-btn:hover {
    background: #fff;
    color: #4f46e5;
    border-color: #4f46e5;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.08);
}

/* WhatsApp Branding */
.whatsapp-btn {
    font-size: 13px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 12px;
    background: #25d366;
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    border: none;
}

.whatsapp-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.whatsapp-btn:hover {
    background: #20ba5a;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.25);
}

.footer-bottom {
    border-top: 1px solid #f1f5f9;
    padding-top: 25px;
}

.footer-bottom p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
    text-transform: capitalize;
}

.footer-bottom strong {
    color: #1e293b;
}

@media (max-width: 600px) {
    .footer-links {
        gap: 8px;
    }
    .policy-btn {
        width: 48%; /* Mobile par buttons grid ban jayenge */
        padding: 10px 5px;
    }
    .whatsapp-btn {
        width: 100%;
        justify-content: center;
        margin-top: 5px;
    }
}

/* Google Sign-In Button Styling */
#g_id_signin_container {
    width: 100%;
}

#g_id_signin_container > div {
    width: 100% !important;
    margin: 0 auto !important;
}

#g_id_signin_container > div > div {
    width: 100% !important;
}

@media (max-width: 600px) {
    #g_id_signin_container {
        width: 100%;
    }
}
