/*****Header CSS*****/
.header-top-bar-items .elementor-icon-list-items {
    justify-content: space-between !important;
}

@media(max-width: 1024px) {
    .full-width-btn-mob a {
        width: 100% !important;
    }

    .mob-menu .current-menu-item>a,
    .mob-menu .current-menu-parent>a {
        color: #046850 !important;
    }
}


/*****Footer CSS******/

@media(max-width: 550px) {
    .footer-menu ul.elementor-nav-menu {
        flex-direction: column;
        width: 100%;
    }

    .footer-menu ul.elementor-nav-menu li {
        width: 100%;
    }

    .footer-menu ul.elementor-nav-menu li a {
        border-top: 1px solid #E0E0E0;
        width: 100%;
        margin: 0 !important;
        justify-content: center;
    }
}

.page-id-42 .footer-CTA {
    background: url('/wp-content/uploads/2025/05/CTA-bg-with-bg-color.jpg') top center / cover no-repeat !important;

}

@media(max-width: 768px) {
    .page-id-42 .footer-CTA {
        background: url('/wp-content/uploads/2025/05/mob-CTA-bg-with-bg-color.jpg') top center / cover no-repeat !important;

    }
}

/*******Genreral*******/
@media(max-width: 768px){
	.full-width-btn-mob a{
		width: 100% !important;
	}
}