.elementor-154861 .elementor-element.elementor-element-a356264{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:60px 60px;--row-gap:60px;--column-gap:60px;--flex-wrap:nowrap;--margin-top:2%;--margin-bottom:4%;--margin-left:0%;--margin-right:0%;}.elementor-154861 .elementor-element.elementor-element-43aea9d{--display:flex;--gap:13px 13px;--row-gap:13px;--column-gap:13px;}.elementor-154861 .elementor-element.elementor-element-43aea9d.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-154861 .elementor-element.elementor-element-76466a1{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:nowrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Roboto;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-theme-post-content.ob-postman blockquote{font-family:var( --e-global-typography-text-font-family ), Roboto;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-theme-post-content.ob-postman blockquote cite{font-family:var( --e-global-typography-text-font-family ), Roboto;font-weight:var( --e-global-typography-text-font-weight );}.elementor-154861 .elementor-element.elementor-element-b22ecab{--display:flex;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Roboto;font-weight:var( --e-global-typography-accent-font-weight );font-style:var( --e-global-typography-accent-font-style );}.elementor-154861 .elementor-element.elementor-element-16a96fe .elementor-button{background-color:#FFFFFF;font-family:"Titillium Web", Roboto;font-weight:600;font-style:normal;fill:#FFFFFF;color:#FFFFFF;padding:0px 0px 0px 0px;}body:not(.rtl) .elementor-154861 .elementor-element.elementor-element-16a96fe{right:0px;}body.rtl .elementor-154861 .elementor-element.elementor-element-16a96fe{left:0px;}.elementor-154861 .elementor-element.elementor-element-16a96fe{bottom:30px;z-index:9999;}.elementor-154861 .elementor-element.elementor-element-16a96fe .elementor-button:hover, .elementor-154861 .elementor-element.elementor-element-16a96fe .elementor-button:focus{color:var( --e-global-color-8bb1f9a );}.elementor-154861 .elementor-element.elementor-element-16a96fe .elementor-button:hover svg, .elementor-154861 .elementor-element.elementor-element-16a96fe .elementor-button:focus svg{fill:var( --e-global-color-8bb1f9a );}@media(max-width:1024px){.elementor-154861 .elementor-element.elementor-element-a356264{--flex-wrap:nowrap;}.elementor-154861 .elementor-element.elementor-element-16a96fe{z-index:99998;}}@media(max-width:767px){.elementor-154861 .elementor-element.elementor-element-a356264{--content-width:100vw;--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;--flex-wrap:wrap;}.elementor-154861 .elementor-element.elementor-element-43aea9d{--width:90vw;--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;--flex-wrap:wrap;}.elementor-154861 .elementor-element.elementor-element-3eb571b{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}body:not(.rtl) .elementor-154861 .elementor-element.elementor-element-16a96fe{right:8%;}body.rtl .elementor-154861 .elementor-element.elementor-element-16a96fe{left:8%;}.elementor-154861 .elementor-element.elementor-element-16a96fe{bottom:3%;}}@media(min-width:768px){.elementor-154861 .elementor-element.elementor-element-43aea9d{--width:30%;}.elementor-154861 .elementor-element.elementor-element-76466a1{--width:70%;}}@media(max-width:1024px) and (min-width:768px){.elementor-154861 .elementor-element.elementor-element-43aea9d{--width:32%;}.elementor-154861 .elementor-element.elementor-element-76466a1{--width:53%;}}/* Start custom CSS for button, class: .elementor-element-16a96fe *//* Style the button */
#menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #333; /* Dark text */
    background-color: white; /* White background */
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4); /* Soft shadow */
    width: auto; /* Adjust width */
    height: 50px; /* Ensure full clickability */
}

/* Hover effect */
#menu-toggle:hover {
    background-color: #f8f9fa; /* Light gray background */
}

/* Ensure full button is clickable */
#menu-toggle * {
    pointer-events: none;
}

/* Style the icon */
.menu-icon {
    display: inline-block;
    margin-right: 10px;
    font-size: 22px; /* Slightly larger icon */
    transition: transform 0.3s ease-in-out;
}

/* Rotate icon animation */
.rotate-icon .menu-icon {
    transform: rotate(180deg);
}

/* Style the menu */
@media (max-width: 768px) { /* Mobile only */
    #mobile-menu {
        position: fixed;
        bottom: -100%; /* Start fully off-screen */
        left: 0;
        width: 100%; /* Full width */
        height: 100vh; /* Adjust the height of the expanded menu */
        z-index: 999;
        overflow-y: auto; /* Allow scrolling */
        transition: bottom 0.3s ease-in-out;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 20px;
        background-color: white;
        box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1); /* Subtle top shadow */
        border-radius: 20px 20px 0 0; /* Rounded top corners */
    }

    /* Expand the menu upwards */
    #mobile-menu.menu-open {
        bottom: 0; /* Fully visible */
    }

    /* Slide it back down when closing */
    #mobile-menu.closing {
        bottom: -100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d4feace */@media (max-width: 768px) { /* Mobile only */
    #mobile-menu {
        position: fixed;
        bottom: -100%; /* Start fully off-screen */
        left: 0;
        width: 100%; /* Full width */
        height: 93vh; /* Adjust the height of the expanded menu */
        z-index: 999;
        overflow-y: auto; /* Allow scrolling */
        transition: bottom 0.3s ease-in-out;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 20px;
    }

    /* Expand the menu upwards */
    #mobile-menu.menu-open {
        bottom: 0; /* Fully visible */
    }

    /* Slide it back down when closing */
    #mobile-menu.closing {
        bottom: -100%;
    }
}


/* Prevent body from scrolling when menu is open */
.no-scroll {
    overflow: hidden;
    height: 100vh;
}

/* Ensure menu remains scrollable */
#mobile-menu {
    overflow-y: auto; /* Allows scrolling inside the menu */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}


@media (min-width: 769px) { 
#menu-toggle {
    display: none;
}
}/* End custom CSS */