/* 
Theme Name: Coopit 2024
Template: hello-elementor
*/

/* Add your custom styles here */

#stickyheaders{
	-webkit-transition: transform 0.34s ease;
	transition : transform 0.34s ease;
}

.headerup{
	transform: translateY(-130px); /*adjust this value to the height of your header*/
}

#stickyheaders.elementor-sticky--active{
	background-color: #fff;
}