/* _content/Mks.WebSite/Pages/Index.cshtml.rz.scp.css */
#sections[b-mufzywpv35] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.mx-auto[b-mufzywpv35] {
    width: 60px;
    height: 4px;
    background: var(--gradient-primary);    
}
.offer-card[b-mufzywpv35] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: white;
}

.offer-card:hover[b-mufzywpv35] {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
}

.card-image-wrapper[b-mufzywpv35] {
    height: 200px;
    background: #f8f9fa;
}

.offer-image[b-mufzywpv35] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.offer-card:hover .offer-image[b-mufzywpv35] {
    transform: scale(1.05);
}

.image-overlay[b-mufzywpv35] {
    background: rgba(38, 96, 30, 0.8);
    transition: opacity 0.3s ease;
}

.offer-card:hover .image-overlay[b-mufzywpv35] {
    opacity: 1;
}

.btn-outline-primary:hover[b-mufzywpv35] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgb(38, 96, 30);
}

@media (max-width: 768px) {
    .offer-card[b-mufzywpv35] {
        margin-bottom: 1.5rem;
    }

    .display-4[b-mufzywpv35] {
        font-size: 2rem;
    }
}
/* _content/Mks.WebSite/Pages/TrainingPlans/Index.cshtml.rz.scp.css */
.modern-table-container[b-u8zzg2rjyc] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    margin-bottom: 2rem;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.modern-table-container:hover[b-u8zzg2rjyc] {
    box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}

.modern-table[b-u8zzg2rjyc] {
    margin-bottom: 0;
    border: none;
}

.table-header-group[b-u8zzg2rjyc] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.table-header-trainers[b-u8zzg2rjyc] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
}

.table-header-group th[b-u8zzg2rjyc],
.table-header-trainers th[b-u8zzg2rjyc] {
    border: none;
    padding: 1rem 1.5rem;
    font-weight: 600;
    font-size: 0.95rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.table-header-group svg[b-u8zzg2rjyc],
.table-header-trainers svg[b-u8zzg2rjyc] {
    margin-right: 0.5rem;
    opacity: 0.9;
}

.modern-table thead tr:last-child[b-u8zzg2rjyc] {
    background: #f8fafc;
}

.modern-table thead tr:last-child th[b-u8zzg2rjyc] {
    color: #374151;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 1rem 1.5rem;
    border-bottom: 2px solid #e5e7eb;
}

.modern-table tbody tr[b-u8zzg2rjyc] {
    transition: all 0.2s ease;
}

.modern-table tbody tr:hover[b-u8zzg2rjyc] {
    background-color: #f1f5f9;
    transform: scale(1.01);
}

.modern-table tbody td[b-u8zzg2rjyc] {
    padding: 1rem 1.5rem;
    border-color: #f1f5f9;
    color: #4b5563;
    font-weight: 500;
}

.modern-table tbody tr:nth-child(even)[b-u8zzg2rjyc] {
    background-color: #fafbfc;
}

.day-cell[b-u8zzg2rjyc] {
    font-weight: 600;
    color: #1f2937;
}

.hours-cell[b-u8zzg2rjyc] {
    color: #059669;
    font-weight: 600;
}

.location-cell[b-u8zzg2rjyc] {
    color: #7c3aed;
    font-weight: 500;
}

.training-type-title[b-u8zzg2rjyc] {
    color: #1f2937;
    font-weight: 700;
    margin: 2.5rem 0 1rem 0;
    text-align: center;
    position: relative;
}

.training-type-title[b-u8zzg2rjyc]::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
}

.training-plan-subtitle[b-u8zzg2rjyc] {
    color: #6b7280;
    font-weight: 400;
    margin-bottom: 2rem;
    text-align: center;
}

.filters-container[b-u8zzg2rjyc] {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.filter-group[b-u8zzg2rjyc] {
    margin-bottom: 15px;
}

.filter-title[b-u8zzg2rjyc] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #495057;
}

.filter-badges[b-u8zzg2rjyc] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-badge[b-u8zzg2rjyc] {
    transition: all 0.3s ease;
    border-radius: 20px;
    font-size: 0.875rem;
    padding: 6px 16px;
}

.filter-badge:hover[b-u8zzg2rjyc] {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.filter-badge.active[b-u8zzg2rjyc] {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: white;
}

.filter-badge[data-type="discipline"].active[b-u8zzg2rjyc] {
    background-color: var(--bs-success);
    border-color: var(--bs-success);
    color: white;
}

.training-item[b-u8zzg2rjyc] {
    transition: all 0.3s ease;
}

.training-item.hidden[b-u8zzg2rjyc] {
    display: none;
}

.training-section[b-u8zzg2rjyc] {
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .filter-badges[b-u8zzg2rjyc] {
        flex-direction: column;
        align-items: flex-start;
    }

    .filter-badge[b-u8zzg2rjyc] {
        width: auto;
        min-width: 120px;
    }
}
