.elementor-16790 .elementor-element.elementor-element-95c25f4{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-16790 .elementor-element.elementor-element-1a58f2d > .elementor-widget-container{margin:30px 0px 0px 0px;}.elementor-16790 .elementor-element.elementor-element-1a58f2d .elementor-heading-title{font-family:"Questrial", Sans-serif;font-size:59px;font-weight:600;line-height:1.1em;color:var( --e-global-color-f91861a );}.elementor-16790 .elementor-element.elementor-element-2926bef .jet-map-listing{height:500px;}.elementor-16790 .elementor-element.elementor-element-2926bef .jet-map-marker-wrap{text-align:center;}@media(max-width:1366px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-16790 .elementor-element.elementor-element-1a58f2d .elementor-heading-title{font-size:62px;}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-16790 .elementor-element.elementor-element-1a58f2d .elementor-heading-title{font-size:38px;}}@media(min-width:1919px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS for shortcode, class: .elementor-element-e778d55 */.members-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    box-sizing: border-box; /* Ensure padding is included in width calculations */
}

.member-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: transform 0.3s ease;
    width: calc(33.333% - 40px); /* 3 columns by default */
    box-sizing: border-box; /* Ensure padding is included in width calculations */
}

.member-item:hover {
    transform: scale(1.02);
}

.member-item h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.member-content {
    font-size: 1em;
    color: #555;
}

.business-address {
    font-size: 0.9em;
    color: #666;
    margin: 10px 0;
}

.view-business-button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    border: 1px solid #0073aa;
    border-radius: 4px;
    background-color: #0073aa;
    color: #fff !important;
    text-decoration: none;
    font-size: 1em;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.view-business-button:hover {
    background-color: #005d8b;
    border-color: #005d8b;
}

/* Responsive styles */
@media (max-width: 1024px) {
    .member-item {
        width: calc(50% - 40px); /* 2 columns on tablets */
    }
}

@media (max-width: 768px) {
    .member-item {
        width: calc(100% - 40px); /* 1 column on mobile devices */
    }
}

@media (max-width: 480px) {
    .members-list {
        padding: 10px;
    }

    .view-business-button {
        padding: 8px 16px;
        font-size: 0.9em;
    }
}/* End custom CSS */