@media (max-width: 991px) {
  .menu-list {
    position: fixed;
    top: 0;
    right: -100%; /* hidden by default */
    width: 60%;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 6px rgba(0,0,0,0.15);
    padding-top: 80px;
    transition: right 0.4s ease;
    z-index: 9999;
  }

  .margin-top-165{
    margin-top: 0px !important;
  }

  .menu-list.show {
    right: 0; /* slide in */
  }

  .menu-list ul {
    flex-direction: column !important;
    text-align: center;
  }

  .menu-list ul li {
    margin: 15px 0;
  }

  .menu-list i.fa-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 25px;
    color: #000;
    cursor: pointer;
  }

  .fa-bars {
    cursor: pointer;
  }
}

/* ===== Optional Hover Effect ===== */
.nav-link {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.nav-link:hover {
  color: #007bff;
}
@media (max-width: 768px) {
  .client-logo {
    flex-wrap: wrap; /* ab mobile me neeche aa jayenge */
    justify-content: center; /* center align on wrap */
    gap: 12px; /* thoda space between logos */
  }

  .client-logo img {
    width: 120px;
    height: 35px;
  }
  .section-title {
        color: #2a7462;
        margin-top: 0;
        margin-bottom: 20px;
        font-family: Montserrat, sans-serif;
        font-size: 28px;
        font-weight: 700;
        line-height: 41px;
        margin-bottom: 60px;
}
.cta-content {
    color: #fff;
    margin-bottom: 0;
     padding: 0px 0px; 
}
.cta-area {
    background-color: #daac77;
    text-align: center;
    border-radius: 30px;
    margin-top: 171px;
    padding: 30px;
}
.process-title {
    font-size: 18px;
}
p {
    font-size: 16px;
}
.process-title-wrap{
  text-align: center !important;
          margin-bottom: 30px;
}
    .banner-title {
        font-size: 38px;
    }
    .contact-form
{
    margin-top: 5px;
}
.contact-content{
  height: auto;
}
}


@media screen and (max-width: 479px) {
    .banner-title {
        letter-spacing: 0;
        font-size: 20px;
        font-weight: 800;
        text-decoration: none;
        margin-bottom: 0px;
    }
        .purple-text {
        font-size: 35px;
    }
    .choice-bussenss h2{
      font-size: 19px !important;
       text-align: center !important;
       margin-bottom: 22px!important;
    }
        .btn-down {
        padding: 5px 15px !important;
        font-size: 16px !important;
    }
    .btn-down span{
      font-size: 16px !important;
    }
    .image-slider {
    position: absolute !important;
    bottom: 44px;
  }
  .stop-jugg
  {
    font-size: 22px !important;
  }
  
}

@media (max-width:767.99px)
{.feature-card
  { text-align: center;}
  .padding-120
  { padding-left: 30px;
  padding-right: 30px;}
  .p-85
  {
    padding-top: 40px;
  }
  .m-85
  {
    margin-top: 40px;
  }
}

/*  */
