body {
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fa;
}

h1, h2, h3, h4, h5, .navbar-brand {
    font-weight: 600;
}

.btn {
    border-radius: 50rem;
    padding-inline: 1.25rem;
    font-weight: 500;
}

.card {
    border: none;
    border-radius: 1rem;
}

.gallery-img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    border-radius: 0.75rem;
}

.branch-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
}

.branch-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.12);
}

.branch-card .carousel {
    border-radius: 1rem 1rem 0 0;
    overflow: hidden;
}

.branch-card .carousel-item img {
    height: 260px;
    object-fit: cover;
}

.hero-section {
    background-color: var(--bs-primary);
    background: linear-gradient(135deg, var(--bs-primary), color-mix(in srgb, var(--bs-primary) 55%, black));
    color: #fff;
    padding: 3.5rem 1.5rem;
    border-radius: 1.25rem;
    margin-bottom: 3rem;
    text-align: center;
}

.hero-section h1 {
    margin-bottom: 0;
}

.branch-hero {
    background-size: cover;
    background-position: center;
    border-radius: 1.25rem;
    position: relative;
    min-height: 300px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    margin-bottom: 2rem;
}

.branch-hero-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    width: 100%;
    padding: 3rem 1.75rem 1.75rem;
}

.branch-hero-overlay h1,
.branch-hero-overlay .breadcrumb-item,
.branch-hero-overlay .breadcrumb-item a {
    color: #fff;
}

.branch-hero-overlay .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.75);
}

.info-card {
    border-radius: 1.25rem;
    background-color: #fff;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.06);
}

.map-card {
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.06);
}
