/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.wpb_area-contacts-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.highlight-menu-item {
    text-decoration: underline;
    font-weight: bold;
}
.highlight-menu-item > a > span {
    font-weight: bold;
    /*padding: 10px 0 ;*/
    background-color: #043D84;
    color: #fff !important;
    padding: 0 10px;
}
.highlight-menu-item > a > span::after {
    content: "→"; /* Unicode right arrow */
    margin-left: 5px;
    font-size: 16px;
}

.wpb_area-contact {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    background: #f9f9f9;
}

.wpb_area-contact-pic img {
    display: block;
    margin: 0 auto 10px;
}

.wpb_area-contact-info {
    text-align: center;
}

.wpb_area-contact-name {
    font-size: 18px;
    font-weight: bold;
}

.wpb_area-contact-email a {
    color: #0073aa;
    text-decoration: none;
}

.wpb_area-contact-email a:hover {
    text-decoration: underline;
}



/* Add your custom styles here */
div[data-list-item-id="95628853-fbab-45ab-85bd-59cf59bb6379"] {
    /* Your CSS styles here */
   /*display: none;*/
}
.view_sectional_map_link .elementor-widget-container::before {
    content: "\1F4CD"; /* Unicode for map pin icon */
    font-size: 16px;
    opacity: 0.6;
    display: inline-block;
    vertical-align: middle;
}

#sectional_menu_toggle {
    display: none;
}

@media (max-width: 768px) { /* Adjust max-width as needed */
    .view_sectional_map_link {
        display: none;
    }
    /*.sectional_menu_template, .sectional_menu_template_map {*/
    /*    display: none;*/
    /*} */
    .sectional_menu_template {
        display: none;
    }
    .page-id-5006 .sectional_menu_template_map {
        display: flex;
    }
    .page-id-5006 .sectional_menu_template {
        display: flex;
    }
    .page-id-3892 .sectional_menu_template {
        display: flex;
    }
    .page-id-3892 .sectional_menu_template_map {
        display: flex;
    }
    .page-id-5006  #sectional_menu_toggle {
        display: none;
    }
    .page-id-3892  #sectional_menu_toggle {
        display: none;
    }
    #sectional_menu_toggle {
        display: none;
    }
}
@media (max-width: 1025px) {
    .view_sectional_map_link .elementor-widget-container::before {
        display: none;
    }
}

@media (max-width: 768px) { /* Adjust as needed */
    .district-item {
        flex: 1 1 45% !important; /* Two columns */
        max-width: 45% !important;
    }
}
#e-n-menu-content-7771 > div > div > div > div > ul > li:nth-child(3) > a,
.menu_parent_child.e-flex.e-con.e-child > div > div > ul > li:nth-child(3) a {
padding-left: 30px;
margin-top: -8px;
position: relative;
}

.menu_items_desktop {

}

#elementor-popup-modal-3056 > div > a {
    z-index: 100000;
}

.wpb_area-contacts-table {
    width: 100%;
    border-collapse: collapse;
}

.wpb_area-table th,
.wpb_area-contacts-table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

.wpb_area-table th {
    background-color: #f5f5f5;
    font-weight: bold;
}

.wpb_area-table td img {
    display: block;
    margin: 0 auto;
}

.wpb_areas-table .area_title {
    min-width: 250px;
    text-align: left;
    font-weight: bold;
}
.wpb_areas-table .area_link {
    min-width: 100px;
    text-align: center;
}

.wpb_areas-table th, .wpb_areas-table td {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: left;
}

.view_area_icon {
    display: block;
}
.area_link {
    vertical-align: middle;
}
.current-area-row td {
    border: 3px solid #999;
}
.current-area-row .fas {
    font-size: 22px;
    color: #000;
}

.current-area-row .area_link > a {
   color: #000;
   font-weight: bold;
}



/* Mobile view */
@media screen and (max-width: 768px) {
    .wpb_areas-table,
    .wpb_areas-table thead,
    .wpb_areas-table tbody,
    .wpb_areas-table th,
    .wpb_areas-table td,
    .wpb_areas-table tr {
        display: block;
        width: 100%;
    }

    .wpb_areas-table thead tr {
        display: none; /* Hide table headers on mobile */
    }

    .wpb_areas-table tbody tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 10px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .wpb_areas-table td {
        display: flex;
        justify-content: space-between;
        padding: 8px;
        text-align: left;
    }

    .wpb_areas-table td:before {
        content: attr(data-label);
        font-weight: bold;
        text-transform: uppercase;
        flex: 1;
        color: #333;
    }
    .wpb_areas-table td.area_details {
        display: block !important;
    }
    .wpb_areas-table .area_title {
        padding: 10px 0;
    }
    .wpb_areas-table td.area_link {
        display: block !important;
    }
    .wpb_areas-table td.area_link {
        order: 2;
    }

    .view_area_icon {
        margin-right: 5px;
        display: inline;
    }

}
.acf-image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-around;;
}

.acf-image-gallery a {
    display: block;
    /*max-width: 150px; !* Adjust size as needed *!*/
    text-align: center;
}

.acf-image-gallery img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.acf-image-gallery img:hover {
    transform: scale(1.05);
}
