/* 
Theme Name: Aceso Consult
Theme URI: https://acesoconsult.com/
Template: astra
Version: 1.0.0
*/

#ast-desktop-header, #ast-mobile-header {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	transform: translateY(-100%);
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

#ast-desktop-header.active, #ast-mobile-header.active {
	background-color: #FFF;
	box-shadow: 5px 3px 20px 0 rgba(0, 0, 0, .1);
	padding: 0;
	transform: translateY(0);
}

#ast-desktop-header.active img.custom-logo, #ast-mobile-header.active img.custom-logo {
    width: 200px;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

.logo-mask {
	-webkit-mask-image: url('https://acesoconsult.com/wp-content/uploads/2025/05/logo_symbol.png');
	mask-image: url('https://acesoconsult.com/wp-content/uploads/2025/05/logo_symbol.png');
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
}

.sticky-con {
	position: sticky;
	top: 100px;
}

footer {
	position: relative;
	z-index: 20;
}

.rotating-headlines {
  position: relative;
  height: 1em;
}

.rotating-headlines span {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  white-space: nowrap;
}

.rotating-headlines span.active {
  opacity: 1;
}

.grecaptcha-badge {
	z-index: 110;
}

/* Sticky Left / Right */
.sticky-parent {
	display: flex;
	align-items: flex-start;
}

.sticky-left, .sticky-right {
	position: -webkit-sticky!important;
	position: sticky!important;
	top: 190px!important;
	align-self: flex-start!important;
}

.sticky-left img, .sticky-right img {
	z-index: 10;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.sticky-left, .sticky-right {
		position: static !important;
		top: auto !important;
		align-self: auto !important;
	}
}