.ts-service-box {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
  height: auto; /* prevent unnecessary gaps */
}

.ts-service-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

.ts-service-image-wrapper img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.ts-service-info {
  padding: 12px 14px; /* reduced whitespace */
  flex-grow: 1;
  text-align: center; /* only horizontal centering */
}

.service-box-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px; /* reduced spacing */
  text-align: center;
}

.service-box-title a {
  text-decoration: none;
  color: #222;
}

.service-box-title a:hover {
  color: #007bff;
}

.ts-service-info p {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px; /* reduced spacing */
}

.ts-service-image-wrapper {
  margin-bottom: 10px;
}
.subscribe-call-to-acton {
  min-height: 100px;
  padding: 20px 10px 20px 10px;
  text-align: center;
}
section,
.section-padding {
  padding: 50px 0;
  position: relative;
}
.section-sub-title {
  font-weight: 900;
  font-size: 36px;
  line-height: 46px;
  margin: 0 0 35px;
  color: #212121;
}

.call-to-action.no-padding {
  padding: 20px 0 !important;
}

.call-to-action.no-padding {
  padding: 10px 0 !important;
}

.breadcrumb-bar {
  background: #272d33;
  padding: 10px 0;
}

.modern-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  background: transparent;
}

.modern-breadcrumb .breadcrumb-item a {
  color: #ccc;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.modern-breadcrumb .breadcrumb-item a:hover {
  color: #fff;
}

.modern-breadcrumb .active {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.breadcrumb-separator {
  color: #aaa;
  font-size: 13px;
  user-select: none;
}
