.elementor-kit-4{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1160px;}.e-con{--container-max-width:1160px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.footer_bg_light {
    display: none !important;
}
.phone .icon svg circle {
    fill: #D6B364 !important;
}

header.ak-site_header {
    display: none !important;
}

.ak-bg {
    display: none !important;
}

.ak-height-135.ak-height-lg-80 {
    display: none !important;
}

/* 1. Hide the blog sidebar */
.blog-area {
    display: none !important;
}

/* 2. Make the main content area full-width */
/* Note: Your theme might use a different class, but this is a common one. */
.blog-details-wrapper.col-lg-8 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}


img[alt="logo"] {
  display: none;
}

.footer.secondary {
    display: none !important;
}

/* 1. Identify the parent list item for "Services" */
.elementor-nav-menu--main > li:nth-child(4):hover > .sub-menu, 
.elementor-nav-menu--main > li:nth-child(4):hover > .elementor-sub-menu {
    /* 2. Change the state of the dropdown to be visible */
    visibility: visible !important; 
    opacity: 1 !important;
    /* You may need to adjust the positioning properties if they are set to hide it */
    top: 100% !important; /* Forces it to drop below the main menu item */
    pointer-events: auto !important; /* Ensures the links inside the dropdown are clickable */
}

/* Optional: If the dropdown is hidden using 'display: none', use this instead: */
/*
.elementor-nav-menu--main > li:nth-child(4):hover > .sub-menu, 
.elementor-nav-menu--main > li:nth-child(4):hover > .elementor-sub-menu {
    display: block !important;
}
*/

.ak-munu_dropdown_toggle {
    display: none !important;
}/* End custom CSS */