.elementor-3414 .elementor-element.elementor-element-541ef7c{--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;}.elementor-3414 .elementor-element.elementor-element-fbc3248{--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;}.elementor-3414 .elementor-element.elementor-element-22f0d68 > .elementor-widget-container{background-color:var( --e-global-color-primary );}/* Start custom CSS for html, class: .elementor-element-c66a639 */.aoc-modern-wrapper {
    max-width: 1100px;
    margin: 40px auto;
    font-family: 'Inter', 'Segoe UI', sans-serif;
}

.aoc-glass-header {
    text-align: center;
    margin-bottom: 50px;
}

.aoc-main-title {
    font-size: 36px;
    font-weight: 800;
    color: #1a5276;
    margin: 0;
}

.title-accent {
    width: 60px;
    height: 4px;
    background: #1a5276;
    margin: 15px auto;
    border-radius: 2px;
}

/* Card Grids */
.aoc-card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 30px;
}

.aoc-feature-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    position: relative;
    transition: 0.3s;
}

.aoc-feature-card:hover { transform: translateY(-8px); border-color: #1a5276; }

.card-badge {
    display: inline-block;
    background: #f1f5f9;
    color: #1a5276;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.name { font-size: 22px; color: #0f172a; margin: 0 0 10px 0; }
.desig { font-size: 15px; color: #475569; margin-bottom: 8px; font-weight: 500; }
.addr { font-size: 13px; color: #64748b; line-height: 1.5; }
.contact-box { margin-top: 15px; font-weight: 600; color: #1a5276; border-top: 1px solid #f1f5f9; padding-top: 15px; }

/* Secondary Section */
.aoc-secondary-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
}

.aoc-slim-card {
    background: #f8fafc;
    padding: 20px;
    border-radius: 12px;
    border-left: 4px solid #1a5276;
}

.slim-label { font-size: 11px; font-weight: 800; color: #64748b; text-transform: uppercase; display: block; margin-bottom: 10px; }
.name-small { margin: 0 0 5px 0; color: #1e293b; }
.desig-small { font-size: 14px; color: #475569; }
.addr-small { font-size: 12px; color: #94a3b8; margin-top: 5px; }

/* List Section */
.aoc-list-section {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 40px;
}

.list-header { font-size: 18px; font-weight: 800; color: #0f172a; border-bottom: 2px solid #f1f5f9; padding-bottom: 15px; margin-bottom: 20px; }

.list-item {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #f1f5f9;
}

.list-item:last-child { border: none; }
.list-label { flex: 0 0 30%; font-weight: 700; color: #1a5276; font-size: 14px; }
.list-data { flex: 1; font-size: 14px; line-height: 1.6; color: #334155; }

/* Admin Footer */
.aoc-admin-footer {
    background: #1a5276;
    color: #fff;
    padding: 35px;
    border-radius: 16px;
}

.admin-top { font-size: 20px; font-weight: 800; margin-bottom: 25px; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 15px; }
.admin-email { font-size: 14px; opacity: 0.8; font-weight: normal; }
.admin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.admin-person { font-size: 14px; line-height: 1.6; opacity: 0.9; }

@media (max-width: 768px) {
    .aoc-card-grid, .aoc-secondary-grid, .admin-grid { grid-template-columns: 1fr; }
    .list-item { flex-direction: column; gap: 10px; }
}/* End custom CSS */