.btn-outline-primary {
  padding: 12px 25px !important;
  border-radius: 30px !important;
  /* width: 100px!important; */
  border: 1px solid rgb(99, 99, 219);
}
.industries-section {
  padding: 60px 20px;
  background: #f7f9fc;
  text-align: center;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 40px;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  justify-items: center;
}

.industry-card {
  background: #e8f0ff;
  border-radius: 16px;
  padding: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 220px;
}

.industry-card:hover {
  transform: translateY(-6px);
  background-color: #d6e6ff;
}

.industry-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 12px;
}

.industry-card p {
  font-weight: 600;
  color: #333;
  font-size: 16px;
  margin: 0;
}
.filter-buttons {
  text-align: center;
  margin-bottom: 20px;
}

.filter-buttons button {
  margin: 5px;
  padding: 7px 25px;
  border: none;
  background-color: #eee;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s;
}

.filter-buttons button.active {
  background-color: rgba(29, 84, 172, 1) !important;
  color: white;
}
.service-box_text {
  font-size: 13px;
}
.ftd {
  width: 70px;
  padding-bottom: 1.5rem;
}
.db {
  width: 85px;
  padding-bottom: 1.5rem;
}
.team-content{
  border: 1px solid #ccc;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}