
.service-section {
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
}

.service-category {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 80px 0; 
  border-bottom: 4px solid #052c49; 
}

.service-category .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); 
  z-index: 1;
}

.service-category .container {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 20px; 
}


.category-title {
  font-size: 3rem; 
  font-weight: 700; 
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase; 
}

.category-description {
  font-size: 1.125rem; 
  color: #ddd;
  margin-bottom: 40px;
  line-height: 1.6; 
}


.btn-group .btn {
  margin: 15px;
  padding: 12px 25px;
  font-size: 1.1rem;
 
  transition: all 0.3s ease-in-out; 
}

.btn-primary {
  background-color: #052c49; 
  color: #fff;
  border: none;
}

.btn-primary:hover {
  background-color: #f1faee; 
  color: #052c49; 
}

.btn-outline-light {
  border: 2px solid #fff;
  color: #fff;
}

.btn-outline-light:hover {
  background-color: #fff;
  color: #052c49; 
}


@media (max-width: 768px) {
  .category-title {
    font-size: 2rem; 
  }

  .category-description {
    font-size: 1rem; 
  }

  .btn-group .btn {
    padding: 10px 20px; 
  }
}
