.elementor-2008 .elementor-element.elementor-element-55143663{--display:flex;}.elementor-2008 .elementor-element.elementor-element-55143663:not(.elementor-motion-effects-element-type-background), .elementor-2008 .elementor-element.elementor-element-55143663 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#333438;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2008 .elementor-element.elementor-element-10d215e{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2008 .elementor-element.elementor-element-44e47dc{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-2008 .elementor-element.elementor-element-44e47dc .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:50px;font-weight:900;color:#000000;}.elementor-2008 .elementor-element.elementor-element-7a9052e{--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-2008 .elementor-element.elementor-element-35bc887{--display:flex;}@media(max-width:767px){.elementor-2008 .elementor-element.elementor-element-44e47dc{padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-a56cd45 *//* Container for the filter */
#stateFilter {
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background-color: #f0bc2c; /* theme yellow */
    color: #000; /* black text */
    transition: all 0.3s ease;
    min-width: 200px;
    outline: none;
    cursor: pointer;
    font-weight: 600;
}

/* Hover effect */
#stateFilter:hover {
    border-color: #000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Focus effect */
#stateFilter:focus {
    border-color: #000;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}

/* Label styling */
label[for="stateFilter"] {
    font-size: 18px;
    color: #000; /* black heading */
    font-weight: bold;
    margin-right: 10px;
}

/* Responsive alignment */
@media (max-width: 768px) {
    #stateFilter {
        width: 90%;
        min-width: unset;
    }

    label[for="stateFilter"] {
        display: block;
        margin-bottom: 8px;
        text-align: center;
    }

    div[style*="text-align:center"] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-71cb3cb *//* Main card container */
.comp-m98ivbdd2 {
    background: #ffffff; /* clean white background */
    border-radius: 12px; /* rounded corners */
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12); /* soft shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;  
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    margin: 15px;
    display: inline-block;
    height: 480px;
}



/* Card hover effect */
.comp-m98ivbdd2:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

/* Image inside card */
.comp-m98ivbdh7 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 12px;
    transition: transform 0.3s ease;
}

.comp-m98ivbdd2:hover .comp-m98ivbdh7 img {
    transform: scale(1.05);
}

/* Title of card */
.comp-mfwuks9m {
    text-align: center;
    margin-bottom: 8px;
    
}

.comp-mfwuks9m h2 {
    color: black !important;
   width: 100% !important;
   display: block !important;
    font-size: 20px;
    font-weight: 900;
    color: #097FBC; /* professional accent color */
    line-height: 1.2em;
}

/* Description text */
.comp-m98ivbdp2 {
    
    
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
    
    display: block;
    width: 100%;
}

.comp-m98ivbdp2 a {
    color: #097FBC;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.comp-m98ivbdp2 a:hover {
    color: #054a73;
}

/* Social icons */
.comp-m98ivbdq2 ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.comp-m98ivbdq2 li {
    margin: 0 5px;
}

.comp-m98ivbdq2 img {
    width: 28px;
    height: 28px;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.comp-m98ivbdq2 a:hover img {
    transform: scale(1.2);
    filter: brightness(1.2);
}

/* Flex layout for 3 cards per row */
[data-mesh-id*="inlineContent-gridContainer"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Ensure cards have equal height */
.comp-m98ivbdd2 {
    flex: 1 1 300px; /* responsive width */
    max-width: 320px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .comp-m98ivbdd2 {
        flex: 1 1 45%;
        max-width: 45%;
    }
}

@media (max-width: 768px) {
    .comp-m98ivbdd2 {
        flex: 1 1 90%;
        max-width: 90%;
        margin: 10px 0;
    }
}/* End custom CSS */