/* ===== Responsive ===== */
@media(min-width:1024px) and (max-width:1400px)
{
  .credit-section .CreditScore {
    padding: 20px 50px;
    }
    .phone-mockup img {
            width: 100%;
    }
    .footer-grid {
        grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    }

}

@media (max-width: 992px)
{
    .footer-grid {
        gap: 2rem;
    }
    p {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }
    h1 {
        font-size: 30px;
        margin-top: 25px;
    }
    ul.features {
        padding: 0;
    }
    ul li {
        font-size: 14px;
        margin-bottom: 0;
    }
    .qr-code-wrapper img {
        height: 100%;
        width: 100px;
        object-fit: contain;
    }
    .play-store img {
        width: 140px;
    }
    .download-btn {
        padding: 12px 10px;
        font-size: 15px;
    }
    .know-more-btn {
        font-size: 15px;
    }
    .payment-section {
        padding: 40px 15px;
    }
    .section-wrapper {
        padding: 25px;
    }
    .app-heading {
        font-size: 35px;
    }
    .app-heading br {
        display: none;
    }
    .btn-section {
        margin-bottom: 0px;
    }
    .phone-mockup img {
        width: 100%;
    }
    .service-item {
        padding: 10px 10px;
    }
    .ser-bx {
        padding: 15px 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
   
    
}

@media (max-width: 768px) {
    nav ul {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px;
        right: 20px;
        background-color: white;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        padding: 20px;
        border-radius: 10px;
        z-index: 1000;
    }

    nav ul.active {
        display: flex;
    }

    .hamburger {
        display: block;
    }
    ul.features {
        padding: 0;
    }
    ul.features li {
        text-align: left;
    }
    .hero-container {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }
    .btn-section .download-icons.qrcode {
        flex-direction: column;
    }
    .download
    {
        flex-direction: column;
        align-items: center;
    }
    .qr-code
    {
        margin-bottom: 10px;
    }
    .image-div
    {
        width: 100%;
    }
    .section-wrapper {
        text-align: center;
    }
    .store-buttons {
        justify-content: center;
    }
    .phone-mockup img {
        width: 100%;
    }
    .btn-section {
        flex-direction: column;
        gap: 10px;
    }
    .btn-download, .btn-know-more {
        width: 100%;
        justify-content: center;
    }
    .download-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
        margin-bottom: 10px;
    }
    .know-more {
        width: 100%;
    }
    .know-more-btn{
        width: 100%;
    }
    button.profile-btn {
        padding: 5px;
        gap: 2px;
    }
    button.profile-btn span {
        font-size: 12px;
    }
    .container.nav-container {
        padding: 5px;
    }
    .know-more .know-more-btn {
        margin: 0;
        width: 100%;
    }
    .security-box {
        width: 100%;
    }
    .security-image {
        text-align: center;
        margin-bottom: 20px;
    }
    .security-heading {
        text-align: center;
    }
    .security-subheading {
        text-align: center;
    }
    .custom-arrow {
        font-size: 30px;
        margin: 0 10px;
    }
    .qr-code {
        width: 140px;
        height: 140px;
        padding: 1rem;
    }
    .qr-code img {
        width: 120px;
        height: 120px;
    }
    .qr-section::before {
        width: 100px;
        height: 50px;
    }
    .qr-section img[alt="pointer"] {
        width: 24px;
        height: 24px;
        transform: translate(6px, -50%);
    }
    .heading-2 {
        font-size: 1.4rem;
    }
    footer {
        padding: 3rem 0 2rem;
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
    .newsletter-form {
        flex-direction: column;
    }
    .newsletter-input,.newsletter-btn {
        width: 100%;
    }
    h1 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .qr-code-wrapper {
        height: 120px;
        width: 120px;
    }
    p {
        font-size: 14px;
        margin-bottom: 10px;
        color: #444;
        line-height: 20px;
    }
    .features li {
        font-size: 14px;
        line-height: 18px;
    }
    .service-item img {
        width: 60px;
        height: 60px;
    }
    .custom-service-section {
        padding: 0;
    }
    .service-item label {
        line-height: 18px;
    }
    ol, ul {
        padding-left: 0; 
    }
    .app-heading {
        font-size: 25px;
        padding-top: 30px;
    }
    .text-muted {
        font-size: 14px;
        margin-bottom: 10px;
        color: #444;
        line-height: 20px;
    }
    .btn-section {
        margin-bottom: 0px;
    }
    .credit-section {
        padding-bottom: 0;
    }
    .content-area {
        padding: 20px 10px;
    }
    .section-title {
        margin-top: 25px;
    }
    .custom-service-section {
        padding: 0;
        padding-bottom: 25px;
    }
    .scrollable-tabs-bbps {
        width: 95%;
    }
    .service-item {
        padding: 10px;
    }
    .ser-bx {
        padding: 10px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .ser-bx h6 {
        font-size: 12px;
        margin-bottom: 0;
    }
    table#example tbody tr td {
    font-size: 13px;
}
}

 @media (max-width: 576px) {
            .footer-grid {
                grid-template-columns: 1fr;
            }

            .footer-column h3::after {
                width: 40px;
            }
        }