/* Service card image styles */
.service-img {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
/* Service card image styling */
.service-img {
  object-fit: cover;
  display: block;
}
/* Responsive tweaks */
@media (max-width: 768px) {
  #services .services-title {
    font-size: 1.5rem;
  }
  #services h4 {
    font-size: 1.1rem;
  }
  #services p {
    font-size: 0.95rem;
  }
  #services .row.g-4 > .col-md-6 {
    flex-direction: column;
  }
}
/* services.css - Custom styles for Services page */


/* Services Section */
#services .services-title {
  color: #C9A43A;
  font-weight: 700;
}
#services .row.g-4 > .col-md-6 {
  display: flex;
}
#services .bg-light {
  background: #f8f9fa;
  border: 1px solid #e2e2e2;
}
#services h4 {
  color: #2d2d2d;
}
#services p {
  color: #444;
}
