@media (max-width: 767px) {
  /* body{
    font-size: 14px;
  } */
  .top-links {
    display: none;
  }
  .below-footer {
    flex-direction: column;
  }
  .left-links {
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 0 15px;
  }
  .right-text-info {
    text-align: center;
  }
  .two-list {
    display: flex;
    flex-direction: column;
    margin: 0 0 25px;
  }
  .footer-list {
    width: 100%;
  }
  .top-header {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .top-right-info {
    position: absolute;
    top: 0;
    background: #e8e8e8;
    width: 100%;
    left: 0;
    padding: 5px;
    justify-content: space-evenly;
  }
  .navbar-brand img {
    max-height: 35px;
  }
  button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
  }
  .contact-hero-content {
    max-width: 100%;
  }
  .location-box {
    height: auto;
  }
  .column-reverse-mobile {
    flex-direction: column-reverse;
  }
  .financial-difficulty-wrap .case-card {
    height: auto;
  }
  .container-service .news-card {
    height: auto;
  }
  .side-by-side {
    max-width: 100%;
  }
  .side-by-side .inner-content {
    padding: 20px;
  }
  .container-maintenance-wrap .case-card {
    height: auto;
  }
  .key-benefit-wrap .key-benefit-card {
    height: auto;
  }
  .custom-tab-wrap .nav.nav-tabs li .nav-link {
    font-size: 16px !important;
    width: 100%;
    color: #a5a5a5 !important;
    height: auto;
    padding: 8px 15px !important;
    white-space: nowrap;
  }
  .custom-tab-wrap .nav.nav-tabs {
    margin: 0 0 -1px !important;
    flex-wrap: nowrap;
    overflow: auto;
    overflow-y: hidden;
  }
  .contact-hero-content h3 {
    font-size: 22px;
  }
  .h1,
  h1 {
    font-size: 32px;
  }
}
/* Optional dark-mode tweak */
@media (prefers-color-scheme: dark) {
  .toggle__track {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  }
}
