.elementor-7211 .elementor-element.elementor-element-ddc5f6f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-7211 .elementor-element.elementor-element-9c13238{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-47cddab *//* ACSA Aviation Academy Training Schedule Styles */

.hero-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><rect fill="%23003f5c" width="1200" height="600"/><polygon fill="%23006491" points="0,600 400,200 800,400 1200,0 1200,600"/></svg>');
    background-size: cover;
    background-position: center;
}

.calendar-header {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1rem;
}

.table-container {
    overflow-x: auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.course-table {
    border-collapse: separate;
    border-spacing: 0;
}

.course-table th {
    background-color: #0ea5e9;
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 0.75rem 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.course-table tr:hover {
    background-color: #f0f9ff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.course-category {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 0.25rem;
}

.cat-security { 
    background-color: #fef3c7; 
    color: #92400e; 
}

.cat-safety { 
    background-color: #dcfce7; 
    color: #166534; 
}

.cat-firefighting { 
    background-color: #fecaca; 
    color: #991b1b; 
}

.cat-operations { 
    background-color: #e0e7ff; 
    color: #3730a3; 
}

.cat-dgr { 
    background-color: #f3e8ff; 
    color: #6b21a8; 
}

.cat-behavioural { 
    background-color: #fed7d7; 
    color: #c53030; 
}

@media (max-width: 768px) {
    .calendar-header {
        font-size: 1rem;
    }
    
    .course-table {
        font-size: 0.875rem;
    }
    
    .course-table th,
    .course-table td {
        padding: 0.5rem 0.25rem;
    }
}/* End custom CSS */