/* Branches Section Styles */
.branch-card {
    background-color: #111;
    padding: 2rem;
    border: 1px solid rgba(255,255,255,0.05);
    transition: all 0.3s ease;
}

.branch-card:hover {
    border-color: rgba(212, 175, 55, 0.4);
}