/* =========================================
   RESPONSIVE CSS
========================================= */


/* =========================================
   LARGE TABLET
========================================= */
@media (max-width: 1100px){

  .loan-container{
    flex-direction: column;
  }

  .loan-form-box{
    width: 100%;
    max-width: 700px;
  }

}


/* =========================================
   TABLET
========================================= */
@media (max-width: 992px){

  /* COMMON */
  section{
    padding: 60px 6%;
  }

  h2,
  .section-title,
  .business-loan-container h2,
  .mudra-about-content h2,
  .mudra-features-section h2,
  .eligibility-section h2{
    font-size: 2.3rem;
  }

  p,
  li,
  .feature-box,
  .eligibility-item,
  .step-box{
    font-size: 1rem;
  }

  /* HEADER */
  .menu-btn{
    display: flex;
  }

  /* GRID */
  .footer-container,
  .features-container{
    grid-template-columns: repeat(2,1fr);
  }

  .mudra-features-container{
    grid-template-columns: 1fr;
  }

  /* FLEX COLUMN */
  .loan-container,
  .about-container,
  .vision-container,
  .mudra-about-container,
  .eligibility-container,
  .documents-wrapper,
  .contact-container{
    flex-direction: column;
  }

  /* ABOUT */
  .about-content,
  .vision-content{
    text-align: center;
  }

  /* CONTACT */
  .contact-details{
    flex-direction: column;
    text-align: center;
  }

  /* FORM */
  .loan-form{
    grid-template-columns: 1fr;
  }

  .submit-btn{
    width: 100%;
  }

  /* TABLE */
  .loan-table th{
    font-size: 1rem;
  }

  .loan-table td{
    font-size: .95rem;
  }

  /* IMAGE */
  .documents-image{
    width: 100%;
    text-align: center;
  }

  .documents-image img{
    margin: auto;
  }

}


/* =========================================
   MOBILE
========================================= */
@media (max-width: 768px){

  /* COMMON */
  section{
    padding: 25px 5%;
  }
  
  .mudra-container h3{
      font-size:1.2rem;
  }
  .image-section {
      height:30vh;
  }
  .feature-image2 {
    width: 100%;
    height: 225px;
  }
  .mudra-activity-container h2, .funding-container h2 {
    font-size: 1.2rem;
    font-weight:700;
  }
  .activity-list strong,.funding-list strong  {
    font-size: 1rem;
  }
  
  .mudra-products-container h3, .product-box h3{
      font-size:1.2rem;
      font-weight:700;
  }


  h2,
  .section-title{
    font-size: 2rem;
    line-height: 1.4;
  }

  p,
  li,
  a{
    line-height: 1.8;
  }
  
  .loan-section {
    padding: 2vh 3%;
  }

  /* LOGO */
  .logo-box{
    gap: 10px;
  }

  .logo-box img{
    height: 50px;
  }


  /* HERO */
  .first-section{
    height: 160px;
  }

  .first-section h1{
    font-size: 2rem;
  }

  /* FOOTER */
  .footer-container{
    grid-template-columns: 1fr;
    text-align: center;
  }

  .line{
    margin: 0 ;
    margin-bottom:1vh;
  }

  /* LOAN */
  .loan-left h2{
    font-size: 1.5rem;
  }

  .loan-form-box h3{
    font-size: 2rem;
  }

.footer-container,.grievance {
    padding: 20px;
    text-align:justify;
}
  /* FEATURES */
  .features-container,
  .features-container2{
    grid-template-columns: 1fr;
  }

  .feature-image{
    height: 220px;
  }

  /* TABLE */
  .loan-table{
    min-width: 700px;
  }

  .loan-table th,
  .loan-table td{
    padding: 16px;
  }

  /* CONTACT */
  .contact-info{
    padding: 40px 25px;
  }

  .contact-form{
    padding: 20px;
  }

  .contact-form input,
  .contact-form textarea{
    font-size: 15px;
  }

  .contact-form button{
    font-size: 17px;
  }

  /* FAQ */
  .faq-question{
    font-size: 14px;
    padding: 18px 15px;
    text-align: justify;
  }

  .faq-answer p{
    font-size: 15px;
    line-height: 28px;
  }

}


/* =========================================
   SMALL MOBILE
========================================= */
@media (max-width: 576px){

  /* COMMON */
  h2,
  .section-title{
    font-size: 1.5rem;
  }

  p,
  li,
  a,
  .feature-box,
  .eligibility-item,
  .step-box{
    font-size: 15px;
    line-height: 1.7;
  }
  p{
      text-align:justify;
  }
  .about-container {
    gap: 30px;
  }


  /* HERO */
  .first-section{
    height: 130px;
  }

  .first-section h1{
    font-size: 1.5rem;
  }

  /* LOAN */
  .loan-left h2{
    font-size: 1.5rem;
    font-weight: 800;
    padding-bottom:0vh;
  }

  .loan-form-box{
    padding: 20px;
  }

  .loan-form-box h3{
    font-size: 1.6rem;
  }
  .grievance h2 {
      font-size:1.2rem;
  }

  /* ABOUT */
  .about-wrapper{
    padding: 20px 20px;
  }
  .why-section {
    margin-top: 10px;
}
.mudra-features-section h2,.mudra-about-content h2,.eligibility-section h2,.business-loan-container h2,.business-steps-section h2{
    font-size:1.5rem;
}
.business-loan-container h3 {
    font-size: 1.2rem;
    font-weight:700;
}
.eligibility-list {
    padding-left: 0px;
}

  .about-content h2,
  .why-section h2,
  .vision-content h2{
    font-size: 1.8rem;
  }

  /* CONTACT */
  .social-icons a{
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  /* TABLE */
  .loan-table{
    min-width: 650px;
  }

  /* COPYRIGHT */
  .copyright{
    font-size: 15px;
  }

}

/* ================= MOBILE ================= */

        @media(max-width:991px) {

            .navbar {
                display: flex;
                align-items: center;
                justify-content: space-between;
                flex-wrap: wrap;
            }

            .menu-toggle {
                display: flex;
                flex-shrink: 0;
            }

            .nav-links {
                width: 100%;
                order: 3;

                background: #fff;

                flex-direction: column;
                align-items: flex-start;

                padding: 0 25px;
                gap: 15px;

                max-height: 0;
                overflow: hidden;

                transition: 0.4s ease;
            }

            .nav-links.active {
                max-height: 1000px;
                padding: 30px 25px;
            }

            .nav-links li {
                width: 100%;
            }

            .nav-links li a {
                width: 100%;
                font-size: 22px;
            }

            .apply-btn {
                width: max-content;
            }

            /* Mobile Dropdown */

            .dropdown-menu {
                position: static;
                width: 100%;
                box-shadow: none;
                background: #f8f8f8;

                max-height: 0;
                overflow: hidden;

                opacity: 1;
                visibility: visible;
                transform: none;

                transition: 0.3s ease;
            }

            .dropdown.active .dropdown-menu {
                max-height: 300px;
                margin-top: 10px;
            }

            .dropdown-menu li a {
                padding-left: 25px;
                font-size: 18px;
            }
        }