.elementor-kit-6{--e-global-color-primary:#494949;--e-global-color-secondary:#888888;--e-global-color-text:#7A7A7A;--e-global-color-accent:#4974A2;--e-global-color-c38b70b:#303030;--e-global-color-aea3d82:#FFFFFF;--e-global-typography-primary-font-family:"Roboto Flex";--e-global-typography-primary-font-size:1.3rem;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Maven Pro";--e-global-typography-secondary-font-size:1.23rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Arial";--e-global-typography-text-font-size:1.13rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Verdana";--e-global-typography-accent-font-weight:500;--e-global-typography-fc16e1d-font-family:"Julius Sans One";--e-global-typography-fc16e1d-font-size:2.3rem;--e-global-typography-fc16e1d-font-weight:normal;--e-global-typography-11b579a-font-family:"Roboto Flex";--e-global-typography-11b579a-font-size:1.9rem;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );}.elementor-kit-6 a:hover{color:var( --e-global-color-accent );}.elementor-kit-6 h1{font-family:"Roboto Flex", Sans-serif;font-size:1.3rem;font-weight:500;}.elementor-kit-6 h2{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-6 h3{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-6 h3{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-6 h3{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.shadow {
    background: #FFFFFF;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.text-white {
    color: #FFFFFF;
}

.image-white {
    filter: brightness(0) invert(1);
}

.image-grey {
    filter: brightness(36%) grayscale(100%) invert(1);
}

/* Only target the menu when it collapses into the mobile (hamburger) view */
@media (max-width: 1024px) { /* Adjust breakpoint if necessary */
    /* Ensure the mobile menu toggle (hamburger) is visible and styled */
    .elementor-menu-toggle {
        z-index: 9999; /* Place on top of content */
        position: relative; /* Default positioning */
    }
    
    .elementor-nav-menu {
        justify-content: flex-start;
    }

    /* Style the mobile menu container to overlay the body content */
    .elementor-nav-menu--dropdown {
        position: fixed; /* Fix the menu to the viewport */
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        background-color: rgba(0, 0, 0, 0.9) !important; /* Background color for overlay */
        z-index: 9998; /* Ensure it's above content */
        display: none; /* Hidden by default */
        overflow-y: auto; /* Scrollable if content overflows */
    }

    /* Display the menu when the hamburger is active */
    .elementor-menu-toggle.elementor-active + .elementor-nav-menu--dropdown {
        display: block;
        margin: 0 !important;
    }
    
    /* Style the close button if needed */
    .header .elementor-menu-toggle.elementor-active {
        position: fixed; /* Keeps it in place */
        top: 19px;
        right: 13px;
        z-index: 10000; /* Ensure it stays above the menu */
        color: #fff; /* Matches menu color scheme */
    }

    /* Optional: Style the menu items */
    .elementor-nav-menu--dropdown ul {
        list-style: none;
        padding: 3.9rem;
        margin: 0 !important;
        min-height: 61.8vh;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: start !important;
    }
    
    .header .elementor-nav-menu__container ul:before {
        content: 'LegiPlex';
        color: #FFFFFF;
        font-family: var(--e-global-typography-fc16e1d-font-family), Sans-serif;
        font-size: 2.47rem;
        font-weight: var(--e-global-typography-fc16e1d-font-weight);
        padding-top: 1.3rem;
        padding-bottom: 1.3rem;
        margin: 0;
    }

    .elementor-nav-menu--dropdown li {
        padding: 1.24rem 0 !important; /* Spacing between menu items */
    }
    
    .header .elementor-nav-menu__container li:nth-child(2) {
        padding-bottom: 2.6rem;
        border-bottom : 1px solid #EDEDED;
    }

    .elementor-nav-menu--dropdown a {
        color: #FFFFFF !important; /* Menu link color */
        text-decoration: none;
        font-size: 1.24rem !important;
        transition: color 3s ease;
    }

    .elementor-nav-menu--dropdown a:hover {
        color: #FFFFFF; /* Hover effect */
    }
}


.elementor-post__thumbnail img[alt*=Logo],
.elementor-post__thumbnail img[alt*=logo] {
    max-width: 80% !important;
    margin: 37px auto;
}

.post-list-custom .elementor-post__thumbnail {
    background: #FCFCFC;
}

@media screen and (min-width: 992px) {
  
   .post-list-custom .elementor-post__thumbnail {
       min-height: 370px;
        vertical-align: middle;
        align-items: center;
        display: flex;
    }
}/* End custom CSS */