body {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', sans-serif;
}

.hero-section {
    background: #e9ecef;
    padding: 100px 0;
    text-align: center;
}

.hero-section h1 {
    font-weight: 600;
    margin-bottom: 20px;
}

.btn-primary-custom {
    background-color: #c9a96e;
    border: none;
    padding: 10px 25px;
    border-radius: 6px;
    color: #fff;
}

.btn-primary-custom:hover {
    background-color: #b89355;
}

.branch-card {
    border-radius: 10px;
    transition: 0.3s;
}

.branch-card:hover {
    transform: translateY(-4px);
}

.section-title {
    font-weight: 600;
    margin-bottom: 40px;
}
