@media (min-width: 992px) {
    h1{
        font-size: 2rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        /*padding-top: 18px;*/
        /*padding-bottom: 10px;*/
        font-size: 16px;
    }
    .card-title {
        font-size: 20px; 
    }
    .card-text {
        font-size: 14px;
    }
    .heading {
        font-size: 36px; 
        line-height: 55px;
    }
    .bottom-bar{
        display: none;
    }
}
.d {
    display: block !important;
}
.m{
    display:none !important;
}

@media (max-width: 1200px) {
    .card-title {
        font-size: 24px;
    }
    .card-text {
        font-size: 16px;
    }
    .heading {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .card-title {
        font-size: 18px; /* Smaller heading on extra small screens */
    }
    .card-text {
        font-size: 12px; /* Smaller paragraph text on extra small screens */
    }
    .heading {
        font-size: 36px;
        line-height: 1.5;
    }
}


@media (max-width: 576px) {
    .heading {
        font-size: 36px;
        line-height: 1.5;
    }
    .section-box {
    height: auto;
    padding: 50px 0;
  }
  .section-box .list-box {
    flex-direction: column;
  }
  .section-box .list-box .box:not(:first-child) {
    margin-top: 80px;
  }.form-box{
    padding: 1rem;
  }
    .desktop-nav, .auth {
        display: none;
    }

    .menu-btn {
        display: block;
    }

    .navbar-brand {
        width: 170px !important;
    }
    .d {
        display: none !important;
    }
    .m {
        display: block !important;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {
    .desktop-nav, .auth {
        display: none;
    }

    .menu-btn {
        display: block;
    }
    .navbar-brand{
        width:170px;
    }
}


@media (min-width: 1200px){
    h1{
        font-size:1.5rem;
    }
    .sub-h2{
        font-size:2rem;
    }
    .form-box{
        padding:2.5rem;
    }
    .form-control{
        padding:5px 8px;
        height:2.4rem;
    }
    .fs-7 {
         font-size: 0.73rem; 
    }
    .btn-primary{
        height:42px;
    }
}