feat: add dynamic hospital branches, update contact page hero and navigation, and implement branch management template.

This commit is contained in:
2026-07-21 14:09:27 +07:00
parent a8220ec02d
commit 40d3942496
12 changed files with 322 additions and 131 deletions
@@ -562,4 +562,28 @@ body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
.widget-sidebar-area {
display: none !important;
}
}
}
#map-section .branch-text {
color: #111827; /* text-gray-900 */
}
#map-section .branch-card {
background-color: var(--color-white, #ffffff);
}
/* Active State */
#map-section .branch-card.active {
background-color: var(--color-old-brick); /* bg-primary-600 */
}
#map-section .branch-card.active .branch-title,
#map-section .branch-card.active .branch-text,
#map-section .branch-card.active .branch-icon {
color: #ffffff; /* text-white */
}
/* Hero Background Override */
.bg-linear-hero {
background: linear-gradient(180deg, transparent, #000) !important;
}