
@media(max-width:991px){

    .login-form-card{
        padding:35px 25px;
        border-radius:24px;
    }

    .login-header h2{
        font-size:30px;
    }

}

@media (max-width: 768px) {
  .navbar-collapse {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 25px;
  }
  .navbar-collapse .navbar-nav{
    gap: 0 !important;
    margin-bottom: 10px;
  }
  .nav-link {
    text-align: left;
  }
  .hero-title{
    font-size: 1.4rem;
  }
  .hero-desc {
    font-size: 0.7rem;
    line-height: 1.5;
  }
  .btn {
    display: flex;
    align-items: center;
    padding: 0.3rem 1rem;
    font-size: 0.65rem;
  }
  .btn.btn-contact{
    margin: 0 !important;
    justify-content: center;
  }
  .stats-strip-div{
    position: relative;
    top: -60px;
    padding: 25px 15px 5px;
  }
  .stats-strip{
    padding: 100px 0 0px;
  }
  .stat-box .value{
    font-size: 1.2rem;
  }
  .status-healthy{
    font-size: 0.9rem;
  }
  .stat-item .stat-num{
    font-size: 1.3rem;
  }
  .stat-item {
    border-right: none !important;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .stat-item:last-child{
    border-bottom: none;
  }
  .hero-section {
    min-height: auto;
    padding: 4rem 0;
  }
  .phone-mockup {
    display: none;
  }
  .why-section {
    padding: 0rem 0 2rem;
  }
  .section-title {
    font-size: 1.2rem;
  }
  p{
    font-size: 13px;
  }
  .flow-step{
    font-size: 0.75rem;
  }
  .flow-arrow{
    margin: 0;
  }
  .flow-arrow img{
    width: 15px;
  }
  .features-section{
    padding: 0;
  }
  .section-title .green {
    font-size: 1rem
  }
  .cta-band-div{
    background-size: cover;
    padding-top: 3rem;
  }
  .cta-band-title{
    font-size: 1.2rem;
  }
  .cta-band-sub{
    padding-bottom: 20px;
  }
  .about-content ul li{
    width: 100%;
  }
  .bottom-bar-text{
    font-size: 0.9rem;
    text-align: center;
    display: flex;
  }
  .reward-section .about-content ul li {
    font-size: 0.85rem;
  }
  .reward-section {
    padding: 4rem 0 1rem;
  }
  .testimonial-small {
    padding: 1rem 0;
  }
  .testimonial-box {
    padding: 1rem;
  }
  .testimonialtext {
    font-size: 0.9rem;
  }
  .trust-icon{
    font-size: 2rem;
  }
  .btm-row{
    justify-content: center;
  }
  .cta-band-div {
    position: relative;
    overflow: hidden;
    padding: 4rem 1rem;
    border-radius: 25px;
    background: linear-gradient(135deg, #0e1218 0%, #0c244b 100%);
  }
  .cta-band-div::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/bottom_bnr.jpg") left bottom no-repeat;
    background-size: cover;
    opacity: 0.1;
    z-index: 0;
  }
  .cta-band-sub{
    font-size: 0.85rem;
    color: #c2d1e7;
  }
  button.btn.login-btn{
    padding: 0.7rem 1rem;
    font-size: 0.75rem;
  }
  .login-left-panel{
    padding: 40px;
  }
  .login-left-text h1{
    font-size: 1.6rem;
  }
  .about-content h2 {
      font-size: 28px;
  }

  .about-text {
      font-size: 14px;
  }

  .mcard h4 {
      font-size: 18px;
  }

}
