html,
body {
    overflow-x: hidden;
}

body {
    background: #f8f9fa;
}

.support-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.profile-photo {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.qr-image {
    width: 100%;
    max-width: 280px;
    height: auto;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    padding: 8px;
    background: #ffffff;
}

.upi-id {
    font-size: 1.1rem;
    font-weight: 600;
    word-break: break-all;
}

.feature-box {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 25px 20px;
    height: 100%;
    text-align: center;
}

.feature-box h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.feature-box p {
    margin-bottom: 0;
    color: #555555;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.faq h3 {
    font-size: 1.2rem;
    margin-top: 1.5rem;
}

@media (max-width: 767.98px) {
    .support-card {
        padding: 25px 15px;
    }

    .profile-photo {
        width: 100px;
        height: 100px;
    }

    .qr-image {
        max-width: 220px;
    }

    .section-title {
        font-size: 1.6rem;
    }

    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }

    h2 {
        font-size: 1.4rem;
        line-height: 1.3;
    }

    p,
    li {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .support-card .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .feature-box {
        margin-bottom: 15px;
        padding: 20px 15px;
    }
}
