.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1521737711867-e3b97375f902?auto=format&fit=crop&w=1350&q=80');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
}

.card-club {
    transition: transform 0.3s;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.card-club:hover {
    transform: translateY(-10px);
}

.icon-circle {
    width: 60px;
    height: 60px;
    background-color: #0d6efd;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 24px;
}

body {
    background-color: #f8f9fa;
}

.page-header {
    background-color: #0d6efd;
    color: white;
    padding: 60px 0;
    margin-bottom: 40px;
}

.content-card {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 50px;
}

.section-title {
    color: #0d6efd;
    border-left: 5px solid #0d6efd;
    padding-left: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.restaurant-img {
    border: 2px solid #000;
    padding: 6px;
    background-color: #fff;
}
