feat: add dynamic hospital branches, update contact page hero and navigation, and implement branch management template.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user