html, body {
  max-width: 100%;
  /* overflow-x: hidden;  */

}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}



@media (max-width: 992px) {
  .navbar-nav {
    text-align: center;
    width: 100%;
  }

  .navbar-nav .nav-item {
    display: inline-block; 
    margin: 5px 10px;
  }

  .custom-navbar .btn {
    display: block;
    margin: 10px auto; 
    text-align: center;
    width: 100%;
  }
 
  .hero-section br {
    display: none !important;
  }


  .hero-section .mt-4 {
    margin-top: 20px !important;
  }

  .hero-parah{
    /* display: none; */
    color: black;
    margin-right: 0px;
  }
  
  .services-section .col-md-6 {
    text-align: center;
  }

  .services-section img {
    margin-top: 20px;
    max-height: 300px;
    object-fit: cover;
  }



  .container3 {
    grid-template-columns: 1fr; /* 1 column on small screens */
    padding: 20px;
  }

  .card {
    width: 100%;
    margin: 0 auto;
  }



  /* .partner-card {
    padding-right: 0px;
  } */

  .container1, .container3, .container4, .container5, .container6, .container7{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    padding: 0 0px;
  }

  .news-section{
    margin-left: 15px;
  }

  .news-title {
    font-size: 0.9rem;
  }

  .card,
  .service-card,
  .client-card {
    width: 100% !important;
    margin-bottom: 15px;
  }

    footer {
    text-align: center;
  }

  footer .row {
    flex-direction: column;
    align-items: center;
  }

  footer .col-md-3,
  footer .col-md-6 {
    text-align: center;
    margin-bottom: 15px;
  }

  footer ul {
    padding: 0;
    list-style: none;
    text-align: center;
  }

  footer ul li {
    display: inline-block;
    margin: 5px 10px;
  }

  footer .copyright {
    margin-top: 10px;
    text-align: center;
  }
}







  







