.sector-section {
  background: rgb(244,255,238);
}

.sector-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.sector-card:hover {
  /*transform: translateY(-8px);*/
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.sector-icon {
  width: 80px;
  height: 80px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 38px;
  color: white;
}

/* Icon Gradients */

.telecoms {
  background: linear-gradient(135deg, #3b82f6, #1e3a8a);
}

.utilities {
  background: linear-gradient(135deg, #f59e0b, #b45309);
}

.eco {
  background: linear-gradient(135deg, #10b981, #02b779);
}

.hdr {
  background: linear-gradient(135deg, #ef4444, #7f1d1d);
}

.tv {
  background: linear-gradient(135deg, #8b5cf6, #4c1d95);
}

.other {
  background: linear-gradient(135deg, #6b7280, #111827);
}

.sector-card h4 {
  font-weight: 600;
  margin-bottom: 15px;
}

.sector-card p {
  color: #6b7280;
  font-size: 15px;
  margin-bottom: 25px;
}

.sector-btn {
  font-weight: 600;
  text-decoration: none;
  color: #111827;
  transition: 0.3s ease;
}

.sector-btn:hover {
  color: #057d53;
}

.custom-card .card-title {
  transition: color 0.4s ease;
}

.custom-card:hover .card-title {
  color: #057d53;
}

.custom-card .card-title {
  transition: color 0.3s ease;
}

.card-title {
  white-space: normal;
}

@media (min-width: 993px) {
  .sector-card.custom-card.card-corners {
    border-bottom-right-radius: 165px;
    border-top-left-radius: 90px;
    background: url("../../assets/img/blob.svg") center / contain no-repeat;
    background-color: #ffffff;
  }
}

@media (max-width: 992px) {
  .sector-card.custom-card.card-corners {
    border-bottom-right-radius: 165px;
    border-top-left-radius: 90px;
    background-color: #ffffff;
  }
}

.service-links {
  color: #ffffff;
}

.footer-heading {
  font-size: 22px !important;
}

