.elementor-176 .elementor-element.elementor-element-8ea7bd9{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-d7a36ab */.office-bearers {
    margin-top: 40px;
}
.entry-title {
    display: none !important;
}
.office-bearers .role-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.office-bearers .role-title::before,
.office-bearers .role-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 35%;
    height: 1px;
    background: #000;
}

.office-bearers .role-title::before {
    left: 0;
}

.office-bearers .role-title::after {
    right: 0;
}

.office-bearers .role-title span {
    background: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.office-bearers .member img {
    width: 150px;
    height: 190px;
    object-fit: cover;
    border: 2px solid #444;
}
.page-title {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 30px;
    float: none;
    clear: both;
    font-size: 28px;
    font-weight: 600;
}


.office-bearers .name {
    margin-top: 10px;
    font-weight: 600;
}

/* Main Councillors heading */
.councillors .section-title {
    position: relative;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
}

.councillors .section-title::before,
.councillors .section-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 38%;
    height: 1px;
    background: #000;
}

.councillors .section-title::before {
    left: 0;
}

.councillors .section-title::after {
    right: 0;
}

.councillors .section-title span {
    background: #fff;
    padding: 0 12px;
    position: relative;
    z-index: 1;
}

/* Zone titles */
.zone-title {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: center;
}

.zone-title::before,
.zone-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 30%;
    height: 1px;
    background: #000;
}

.zone-title::before {
    left: 0;
}

.zone-title::after {
    right: 0;
}

.zone-title span {
    background: #fff;
    padding: 0 8px;
    position: relative;
    z-index: 1;
}

/* Member cards */
.councillors .member img {
    width: 150px;
    height: 190px;
    object-fit: cover;
    border: 2px solid #444;
}

.councillors .name {
    margin-top: 10px;
    font-weight: 600;
}

/* Grid (if not already present) */
.grid.three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    text-align: center;
    margin-bottom: 40px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8ea7bd9 */.executive-wrapper {
    max-width: 1100px;
    margin: 40px auto;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #000;
}

.page-title {
    font-size: 30px;
    margin-bottom: 40px;
}

.section {
    margin-bottom: 50px;
}

.section h2 {
    font-size: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-bottom: 5px;
}

.grid {
    display: grid;
    gap: 40px;
}

.grid.three {
    grid-template-columns: repeat(3, 1fr);
}

.member img {
    width: 150px;
    height: 190px;
    object-fit: cover;
    border: 2px solid #444;
}

.member .name {
    font-weight: bold;
    margin-top: 10px;
}

.member .designation {
    font-size: 13px;
    margin-top: 4px;
}

.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}/* End custom CSS */