diff --git a/src/css/dynamic.css b/src/css/dynamic.css
index 6fcb4c4..d601535 100644
--- a/src/css/dynamic.css
+++ b/src/css/dynamic.css
@@ -893,13 +893,48 @@ img { max-width: 100%; height: auto; }
/* ── Mobile overrides for new service cards ── */
@media (max-width: 767px) {
.service-block-new {
- height: 220px;
+ height: 180px !important;
+ overflow: hidden !important;
+ border-radius: 12px !important;
}
- .service-block-new .service-title {
- font-size: 16px;
+ .service-block-new .service-bg {
+ width: 100% !important;
+ height: 100% !important;
+ object-fit: cover !important;
+ object-position: center !important;
+ display: block !important;
+ }
+ .service-block-new .service-overlay {
+ background: linear-gradient(
+ to top,
+ rgba(0, 0, 0, 0.85) 0%,
+ rgba(0, 0, 0, 0.4) 40%,
+ rgba(0, 0, 0, 0) 70%
+ ) !important;
}
.service-block-new .service-content {
- padding: 16px;
+ padding: 12px !important;
+ z-index: 2 !important;
+ }
+ .service-block-new .service-title {
+ font-size: 11px !important;
+ line-height: 1.3 !important;
+ font-weight: 600 !important;
+ color: #fff !important;
+ text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) !important;
+ display: -webkit-box !important;
+ -webkit-line-clamp: 2 !important;
+ -webkit-box-orient: vertical !important;
+ overflow: hidden !important;
+ text-overflow: ellipsis !important;
+ margin: 0 !important;
+ }
+ .service-block-new .service-title a {
+ color: #fff !important;
+ text-decoration: none !important;
+ }
+ [data-id="148606f"] .row {
+ --bs-gutter-y: 8px !important;
}
}
@@ -1069,7 +1104,9 @@ img { max-width: 100%; height: auto; }
.customer-box {
padding: 8px 19px !important;
}
-}
+
+
+ }
/* ══════════════════════════════════════════════════════════════
FIX 5: Hero Spacing — match hero-to-services gap with header-to-hero gap