        .thg-theme .nav-tabs .nav-link {
            color: var(--lmh-primary-info);
            font-weight: 500;
            border: none;
            border: 2px solid var(--lmh-primary-info);
            margin-bottom: -2px;
            border-radius: 0;
            margin: 0 10px;
            background: #fff;
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-link:hover {
            color: #fff;
            border: 2px solid var(--lmh-primary-info);
            background-color: var(--lmh-primary-info);
            border-radius: 0;
        }
        
        .service-icon {
            background: var(--lmh-primary-info);
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .thg-theme .service-icon i {
            color: #ffffff;
            font-size: 26px;
        }
        .thg-theme .service-icon img {
            max-width: 30px; 
        }
        .card-body-service {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-body-service .btn-lmh-directions {
  margin-top: auto;
  align-self: flex-start;
}
@media (max-width: 767px) {
  #locationServicesTabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
  }

  #locationServicesTabs .nav-item {
    flex: 0 0 calc(50% - 8px);
  }

  #locationServicesTabs .nav-link {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
    padding: 8px 12px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #locationServicesTabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
  }

  #locationServicesTabs .nav-item {
    flex: 0 0 calc(33.333% - 8px);
  }

  #locationServicesTabs .nav-link {
    width: 100%;
    text-align: center;
    font-size: 15px;
    padding: 10px 16px;
  }
}
@media (min-width: 992px) and (max-width: 1198px) {
  #menu-main-menu > li > a {
    font-size: 13px;
    padding: 10px 8px;
    white-space: nowrap;
  }
}
