/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 17 2025 | 03:34:20 */
/* Add shadow to nav section on scroll */
.nav-section.elementor-sticky--effects {
    /* background-color: var( --e-global-color-secondary ) !important; /* Set background to theme */
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
}


/* Menu arrow control */
@media (min-width: 1200px) {
    .elementor-nav-menu .sub-arrow {
        display: none; /* Hide arrows to give more menu space */
    }
}


/* hide home link */
@media (min-width: 1200px) and (max-width: 1600px) {
    body:not(.elementor-editor-active) .nav-section .elementor-nav-menu > li:first-child {
        display: none;
    }
}


/* free quote button */
.elementor-nav-menu li.menu-quote-btn {
	display: none;
}

.elementor-nav-menu li.menu-quote-btn a {
	color: #ffffff !important;
	background-color: var(--e-global-color-5f872ac);
}

@media (max-width: 880px) {
	.elementor-nav-menu a {
		justify-content: center;
	}
}

@media (max-width: 880px) {
	.elementor-nav-menu li.menu-quote-btn {
		display: block;
	}
}

/* Sticky header CTA control */
/*body:not(.elementor-editor-active) .nav-section .cta-1 {
    display: none;
}

body:not(.elementor-editor-active) .nav-section.elementor-sticky--effects .cta-1 {
    display: flex;
}

body:not(.elementor-editor-active) .nav-section.elementor-sticky--effects .cta-0 {
    display: none;
}

body:not(.elementor-editor-active) .nav-section.elementor-sticky--effects .elementor-widget-theme-site-logo img {
    width: 80px !important;
}*/

/* hide home link */
/*@media (min-width: 1200px) {
    body:not(.elementor-editor-active) .nav-section.elementor-sticky--effects .elementor-nav-menu > li:first-child {
        display: none;
    }
}*/