@media (min-width: 769px) and (max-width: 1024px) {
    /* Footer tablet styles */
    .footer {
        padding: 3rem 0 2rem 0 !important;
    }
    .footer .social-icons a {
        font-size: 1.7rem;
        width: 2.7rem;
        height: 2.7rem;
    }
    .footer img.img-fluid {
        max-width: 140px;
    }
    .footer p, .footer-links {
        font-size: 1.08rem;
    }

    /* Trust & Security section tablet styles */
    .trust-security-box {
        align-items: center;
        padding-bottom: 0 !important;
    }
    .trust-app-img {
        max-width: 140px;
        margin-bottom: 0.5rem;
    }
    .trust-main-img {
        max-width: 320px;
        margin: 0 0 1.5rem auto;
    }
    .trust-security-box h2,
    .trust-security-box p {
        text-align: left !important;
    }

    /* Borrower Benefits section tablet styles */
    .borrower-img {
        max-width: 220px;
        margin: 0 auto 1.5rem auto;
    }
    .features-container {
        margin-top: 2.5rem;
    }
    .feature-card {
        margin-bottom: 1.2rem;
    }
    .feature-card .card-number {
        text-align: left !important;
        margin: 0;
    }

    /* Shopkeepers Benefits section tablet styles */
    .shopkeeper-img {
        max-width: 220px;
        margin: 0 auto 1.5rem auto;
    }
}
