.bg-gmdc {
  padding: 350px 0;
}

/* .bg-overlay {
  background-color: rgba(118, 117, 121, 0.48);
} */

.text-permanent-white {
  color: #fff;
}

.text-permanent-light {
  color: #daf1de;
}

.work-modern img {
  height: 250px;
  width: auto;
}

.slide-inner {
  background-size: cover;
  background-origin: content-box;
  background-position: center;
}

.affiliate-logo-sm {
  height: 40px;
}

.affiliate-logo-lg {
  height: 80px;
}

.vertical-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ngx-gallery {
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0px 3px 5px 5px rgba(0, 0, 0, 0.356); /* add shadow */
}

/* ✅ Tap target fix for tel: links */
a[href^="tel:"] {
  display: inline-block;
  padding: 12px 16px;
  margin-bottom: 12px;
  font-size: 16px;
  min-height: 48px;
  min-width: 48px;
  text-decoration: none;
  color: inherit;
  border-radius: 8px;
}

/* Optional: Improve layout for mobile screens */
@media (max-width: 768px) {
  a[href^="tel:"] {
    display: block;
    width: 100%;
    text-align: center;
  }
}
