
         .agenda-container {
            max-width: 1200px;
            margin: 0 auto;
            background: rgba(255, 255, 255, 0.05);
            padding: 30px;
            backdrop-filter: blur(10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
        }

        .agenda-container h1 {
            font-family: 'Montserrat', sans-serif;
            color: #87CEEB;
            font-size: 3rem;
            font-weight: 300;
            margin: 0 0 30px 0;
            text-align: left;
        }

        .agenda-table {
            width: 100%;
            border-collapse: collapse;
            background: rgba(255, 255, 255, 0.1);
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
        }

        .agenda-table th {
            background: #5a85c7;
            color: white;
            padding: 15px 20px;
            text-align: left;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 1rem;
            border-bottom: 2px solid #b3b3b3;
        }

        .agenda-table td {
            padding: 15px 20px;
            color: #030303;
            font-size: 0.9rem;
            line-height: 1.4;
            border-bottom: 1px solid #b3b3b3;
        }

        .time-column {
            background: rgba(90, 133, 199, 0.3);
            font-weight: 600;
            font-family: 'Montserrat', sans-serif;
            white-space: nowrap;
            color:#030303;
            width: 140px;
        }

        .presentation-column {
            background: rgba(255, 255, 255, 0.05);
            font-weight: 500;
        }

        .speaker-column {
            background: rgba(255, 255, 255, 0.02);
            font-weight: 400;
            color: #e8e8e8;
        }

        .break-row {
            background: #e6e6e6 !important;
            font-weight: 600;
        }

        .break-row td {
            background: #e6e6e6 !important;
        }

        .session-header {
            background: rgba(90, 133, 199, 0.4) !important;
            font-weight: 600;
            font-family: 'Montserrat', sans-serif;
        }

        .session-header td {
            background: rgba(90, 133, 199, 0.4) !important;
        }

        tr:hover:not(.break-row):not(.session-header) {
            background: rgba(255, 255, 255, 0.1);
            transform: scale(1.002);
            transition: all 0.3s ease;
        }
        .principles-transparent-card h2.principles-title
        {
            line-height:3rem;
        }
        @media (max-width: 768px) {
            h1 {
                font-size: 2rem;
            }
            
            .agenda-table {
                font-size: 0.8rem;
            }
            
            .agenda-table td,
            .agenda-table th {
                padding: 10px 12px;
            }
        }
        thead, tbody, tfoot, tr, td, th{
            border-color: #b3b3b3;
            border-style: solid;
            border-width: 1px;
            border-left:0;
            border-right:0;
        }
.dietary-preferences-section {
    /*background: var(--surface);*/
    border-radius: 12px;
    padding: 0 1.5rem;
    margin: 2rem 0;
   /* box-shadow: var(--shadow-sm);*/
    position: relative;
    flex:1;
}

    .dietary-preferences-section::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 4px;
        background: var(--primary);
        border-radius: 2px 0 0 2px;
    }

.dietary-section-header {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Reset button styling */
.dietary-reset-btn {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: white;
    border-radius: 6px;
    padding: 0.3rem 0.8rem;
    font-size: 0.75rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 3;
}

.dietary-reset-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.8);
    color: white;
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.2);
}

/* Disabled state styling for dietary preferences */
.dietary-preferences-section .form-check-input:disabled + .form-check-label {
    opacity: 0.5;
}

.dietary-preferences-section .form-control:disabled {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.5);
    opacity: 0.6;
}


.workshop-selection-section {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 2.5rem;
    margin: 3rem 0;
    backdrop-filter: blur(15px);
    /*box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 8px 16px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);*/
    position: relative;
    overflow: hidden;
    flex:2;
}



.workshop-section-header {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #1a365d;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.workshop-section-header::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #6298E0, #87CEEB);
    border-radius: 2px;
}

.workshop-options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.workshop-option-card {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid transparent;
    border-radius: 16px;
    padding: 1.8rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.08),
        0 4px 16px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.workshop-option-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(98, 152, 224, 0.05) 0%, rgba(135, 206, 235, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 14px;
}
.form-part {
    box-shadow: 0 20px 60px rgba(98, 152, 224, 0.15), 0 8px 32px rgba(0, 0, 0, 0.1);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left:3rem;
    padding-right:3rem;
    border-radius: 20px;
}
.workshop-option-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: rgba(98, 152, 224, 0.3);
    box-shadow: 0 20px 60px rgba(98, 152, 224, 0.15), 0 8px 32px rgba(0, 0, 0, 0.1);
}

.workshop-option-card:hover::before {
    opacity: 1;
}

.workshop-option-card.selected {
    border-color: #6298E0;
    background: rgba(98, 152, 224, 0.08);
    transform: translateY(-4px);
    box-shadow:
        0 16px 48px rgba(98, 152, 224, 0.2),
        0 8px 24px rgba(0, 0, 0, 0.08);
}

.workshop-option-card.selected::before {
    opacity: 1;
    background: linear-gradient(135deg, rgba(98, 152, 224, 0.1) 0%, rgba(135, 206, 235, 0.1) 100%);
}

.workshop-radio-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.workshop-option-content {
    position: relative;
    z-index: 2;
}

.workshop-option-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a365d;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.workshop-option-card.selected .workshop-option-title {
    color: #6298E0;
}

.workshop-option-description {
    font-size: 0.9rem;
    color: #4a5568;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.workshop-selection-indicator {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 24px;
    height: 24px;
    border: 2px solid #e2e8f0;
    border-radius: 50%;
    background: white;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.workshop-option-card.selected .workshop-selection-indicator {
    border-color: #6298E0;
    background: #6298E0;
}

.workshop-selection-indicator::after {
    content: '✓';
    color: white;
    font-size: 14px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.workshop-option-card.selected .workshop-selection-indicator::after {
    opacity: 1;
}


/* Responsive Design */
@media (max-width: 768px) {
    .workshop-selection-section {
        padding: 2rem 1.5rem;
        margin: 2rem 0;
    }

    .workshop-options-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .workshop-option-card {
        padding: 1.5rem;
    }

    .workshop-section-header {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .workshop-selection-section {
        border-radius: 16px;
        padding: 1.5rem 1rem;
    }

    .workshop-option-card {
        padding: 1.2rem;
    }
}

/* Accessibility improvements */
.workshop-option-card:focus-within {
    outline: 2px solid #6298E0;
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    .workshop-option-card,
    .workshop-selection-indicator,
    .workshop-selection-section::after {
        transition: none;
        animation: none;
    }
}
.btn.book-call-btn.event-scroll-btn {
    border: 1px solid #6298E0;
    background-color: #6298E0;
}
@media (max-width: 1200px) {
    .custom-selection-block {
        flex-direction:column;
    }
    .workshop-selection-section {
    margin-top:0;
    margin-bottom:0;
    }
}

/* Enhanced dietary preferences error styling */
.dietary-preferences-section.has-error {
   /* border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);*/
}

.dietary-validation-error {
    display: block !important;
    margin-top: 1rem;
    padding: 0.75rem;
    background: rgba(220, 53, 69, 0.1);
    border: 1px solid #dc3545;
    border-radius: 6px;
    color: #dc3545 !important;
    font-size: 0.875rem;
    font-weight: 500;
    width: 100%;
    box-sizing: border-box;
    animation: errorFadeIn 0.3s ease;
}

@keyframes errorFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.dietary-preferences-section {
    position: relative;
}
.tm-btn-blue.event-rt-btn {
padding-top:10px;
padding-bottom:10px;
}
.form-part:after {
opacity:0;
}