
  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 */
  .elementor-heading-title {
    font-size: 20px !important;
    text-align: center;
  }

  /* Client Cards Section */
  .container3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .container3 .card {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  /* Additional Services */
  .additional-services .row {
    flex-direction: column;
    margin-left: 5px;
    margin-right: 5px;
  }
  .additional-services img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .additional-services p {
    font-size: 14px;
    text-align: justify;
  }

  /* Service Cards Section */
  .container5 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container5 .row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center; 
  }

  .container5 .col-lg-3,
  .container5 .col-md-4,
  .container5 .col-sm-6 {
    max-width: 100%;
    width: 100%;
    padding: 0; 
  }

  .service-card {
    width: 100%; 
    min-height: auto; 
  }

  
  .row.align-items-center {
    flex-direction: column;
    text-align: center;
  }
  .row.align-items-center img {
    width: 100%;
    margin-bottom: 15px;
  }
  .row.align-items-center h2 {
    font-size: 18px;
  }
  .row.align-items-center p {
    font-size: 14px;
    text-align: justify;
  }

  
  .banner-wrap img {
    width: 100% !important;
    border-radius: 12px !important;
  }

  
  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

}