body:not(.elementor-editor-active) .elementor-menu-anchor:before {
content: "";
display:block;
height: 100px; /* fixed header height*/
margin: -100px 0 0; /* negative fixed header height */
visibility: hidden;
pointer-events: none;
}
.site-title,
.site-description {
    display: none !important;
}
.custom-logo {
    display: none !important;
}
html, body {
max-width: 100% !important;
overflow-x: hidden !important;
}
.menu-button a {
    background-color: #1D6464;
    color: #ffffff !important;
    padding: 18px 18px;
    border-radius: 30px;
    font-weight: 600;
    display: inline-block;
}

/* Normal state */
.menu-button a {
    background-color: #1D6464;
    color: #ffffff !important;
}

/* Sticky Header State */
.elementor-sticky--effects .menu-button a {
    background-color: #1D6464 !important;
    color: #ffffff !important;
}

/* Sticky Hover */
.elementor-sticky--effects .menu-button a:hover {
    background-color: #5C391100 !important;
    color: #1D6464 !important;
	  border : 1px solid #1D6464
!important;
}
@media (max-width: 1024px){

    .elementor-sticky--effects .menu-button a{
        background-color: #1D6464 !important;
        color: #ffffff !important;
    }

    .elementor-sticky--effects .menu-button a:hover {
    background-color: #5C391100 !important;
    color: #1D6464 !important;
    border: 1px solid #1D6464 !important;
}
@media (max-width: 768px) {
    .menu-button a {
        display: block;
        width: calc(100% - 20px); /* full width minus side space */
        margin: 5px 10px; /* left & right spacing */
        text-align: center;
        padding: 12px 16px;
    }
}
@media (max-width: 768px) {

    .elementor-nav-menu--dropdown > ul {
        padding-top: 25px !important;
    }
}
/* Mobile Menu Bottom Space */
@media (max-width: 768px) {
    .elementor-nav-menu--dropdown {
        padding-bottom: 10px !important;
    }

    .elementor-nav-menu--dropdown .menu-button {
        margin-bottom: 10px !important;
    }

    .elementor-nav-menu--dropdown .menu-button a {
        margin-bottom: 20px !important;
    }
}