/* Mobile Responsive Fixes for PayStreet */

/* Base Mobile Styles */
@media (max-width: 767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    h1, .section-title {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }

    h2 {
        font-size: 20px !important;
    }

    h3 {
        font-size: 18px !important;
    }

    p {
        font-size: 14px !important;
    }

    .header-section {
        padding: 10px 0 !important;
    }

    .navbar-brand img {
        max-height: 40px !important;
    }

    .banner-section {
        padding: 40px 0 !important;
        min-height: auto !important;
    }

    .banner-content h1,
    .banner-content .title {
        font-size: 28px !important;
        margin-bottom: 15px !important;
    }

    .banner-thumb img {
        max-width: 100% !important;
        height: auto !important;
    }

    .btn, .btn--base {
        padding: 12px 20px !important;
        font-size: 14px !important;
    }

    .custom-card,
    .about-content-item,
    .service-item,
    .pricing-item {
        margin-bottom: 20px !important;
    }

    img {
        max-width: 100% !important;
        height: auto !important;
    }

    .pt-120 {
        padding-top: 60px !important;
    }

    .pb-120 {
        padding-bottom: 60px !important;
    }

    .footer-section {
        padding: 40px 0 20px !important;
    }

    .footer-widget {
        margin-bottom: 30px !important;
    }

    .form-control {
        font-size: 14px !important;
        padding: 10px 15px !important;
    }

    .table-responsive {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .desktop-only {
        display: none !important;
    }

    .mb-30-none > * {
        margin-bottom: 30px !important;
    }

    .row {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }

    .row > * {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* Download App Modal */
    .modal-dialog {
        margin: 10px !important;
    }

    .footer-download {
        flex-direction: column !important;
        gap: 15px !important;
    }

    .footer-download a {
        width: 100% !important;
        display: block !important;
        text-align: center !important;
    }

    .footer-download img {
        max-width: 160px !important;
        width: 100% !important;
        height: auto !important;
    }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 720px;
    }

    h1, .section-title {
        font-size: 32px !important;
    }

    .pt-120 {
        padding-top: 80px !important;
    }

    .pb-120 {
        padding-bottom: 80px !important;
    }
}

/* Small Mobile Devices */
@media (max-width: 575px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    h1, .section-title {
        font-size: 22px !important;
    }

    .btn {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    .navbar-toggler {
        padding: 5px 10px !important;
    }
}
