
.content-area {
   padding: 60px 0;
    background-color: #f8fafc;
}

.agenda-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 50px;
}
.py-5.bg-white {
    margin-top: 60px !important; 
    padding-top: 40px !important; 
}
.agenda-title {
    text-align: center !important;
    font-size: 2.2rem;
    font-weight: 800;
    color: #0f172a !important;
    margin: 0 auto !important;
}
.agenda-card {
    display: flex;
    flex-direction: row; 
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border-left: 5px solid #ffc107; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
}

.agenda-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.agenda-date-box {
    background: #004d99; 
    color: #ffffff;
    padding: 20px;
    min-width: 110px;
    max-width: 110px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.agenda-date-box .month {
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 5px;
}
.agenda-date-box .day {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    line-height: 1;
    margin-bottom: 5px;
}
.agenda-date-box .year {
    font-size: 0.85rem;
    opacity: 0.8;
    display: block;
}
.agenda-details {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left; 
}
.agenda-details h4 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #222222;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.agenda-details p {
    margin-bottom: 8px;
    color: #444444;
    line-height: 1.5;
}
.agenda-details .text-muted {
    font-size: 0.9rem;
}
.agenda-details .text-muted i {
    color: #ffc107;
}
.agenda-details .small {
    font-size: 0.95rem;
    color: #555555;
    margin-top: 5px;
}
.agenda-details h3 { font-size: 1.1rem; margin-bottom: 5px; color: #333; }
.agenda-details {
    padding: 20px;
    flex-grow: 1;
}

.agenda-meta {
    font-size: 0.9rem;
    color: #6c757d;
}

.agenda-meta i {
    color: #ffc107;
}

.agenda-table-container {
   border-radius: 16px !important;
    overflow: hidden !important;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    box-shadow: 0 10px 35px -5px rgba(0, 0, 0, 0.12) !important;
    width: 100% !important;
}
.agenda-table-container table {
    width: 100% !important;
    min-width: 100% !important;
    margin-bottom: 0 !important;
    border-collapse: collapse !important;
    background-color: transparent !important;
}
.agenda-table-container table thead {
    background-color: #1d4ed8 !important;
}
.agenda-table-container table thead tr {
    background-color: #1d4ed8 !important; 
}
.agenda-table-container table thead th {
   background-color: #1d4ed8 !important; 
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 1.15rem !important; 
    padding: 22px 35px !important; 
    border: none !important; 
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.agenda-table-container table tbody td {
    padding: 26px 35px !important; 
    border-bottom: 1px solid #e2e8f0 !important;
    background-color: #ffffff !important;
}
.agenda-table-container table tbody tr:hover td {
    background-color: #f8fafc !important; 
}
.agenda-table-container table tbody tr:hover {
    background-color: #f1f5f9 !important;
}
.agenda-date-text {
   font-size: 1.1rem !important; 
    font-weight: 700 !important;
    color: #1e3a8a !important; 
    /* letter-spacing: -0.3px; */
}
.agenda-date-text i {
    color: #3b82f6 !important; 
    margin-right: 8px;
}
.agenda-date-text small {
    font-size: 0.85rem;
    color: #64748b !important;
    font-weight: 600;
}
.agenda-activity-title {
  font-size: 1.25rem !important;
    color: #0f172a !important;
    /* font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 8px; */
}
.agenda-desc-text {
 font-size: 0.98rem !important;
    color: #475569 !important;
}
.agenda-meta-location {
    display: inline-flex;
    align-items: center;
    background-color: #fef3c7 !important; 
    color: #92400e !important;           
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 700;
    border: 1px solid #fde68a;
}
.agenda-meta-location i {
    color: #d97706 !important; 
    margin-right: 6px;
}
.agenda-table-container table thead tr:first-child th:first-child {
    border-top-left-radius: 14px !important;
}
.agenda-table-container table thead tr:first-child th:last-child {
    border-top-right-radius: 14px !important;
}

.agenda-section-wrapper .row.justify-content-center {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.agenda-section-wrapper .col-lg-12 {
   width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
.agenda-page-title {
    font-size: 2.3rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: #0f172a;
}
.agenda-table-container {
 border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.03) !important;
    width: 100%;
    margin-bottom: 30px;
}

.agenda-table-container table thead th {
    background-color: #1d4ed8 !important; 
    color: #ffffff !important;
    font-weight: 700;
    font-size: 1.15rem; 
    padding: 22px 35px !important;
    border-bottom: none;
}


.agenda-date-text {
    font-size: 1.05rem !important; 
    color: #334155 !important;
}
.text-light-gray {
    color: #cbd5e1 !important;
}

.agenda-table-container table tbody tr:hover {
    background-color: #f8fafc !important;
}

.agenda-table-container table tbody tr:last-child td {
   border-bottom: none !important;
}
@media (max-width: 768px) {
    .agenda-table-container table thead th, 
    .agenda-table-container table tbody td {
        padding: 16px 18px !important;
    }
    .agenda-activity-title {
        font-size: 1.1rem !important;
    }
}