/* ===== Responsive ===== */
@media(min-width:1024px){
  section.credit-section .CreditScore {
    padding: 20px 120px;
}
}
@media (max-width: 992px) {
            .container {
                padding: 0 1.5rem;
            }

            .footer-grid {
                gap: 2rem;
            }
        }

@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: 50px 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 .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%;
            }
}

 @media (max-width: 576px) {
            .footer-grid {
                grid-template-columns: 1fr;
            }

            .footer-column h3::after {
                width: 40px;
            }
        }