.cta-header {
background: var(--e-global-color-accent);
border-radius: 2px;
}
.cta-header a {
color: var(--e-global-color-primary) !important;
}
.cta-header a:hover {
color: #ffffff !important;
} .elementor-slideshow__title {
display: none;
} .elementor-accordion .elementor-tab-title {
font-size: 18px;
} .elementor-element p:last-child {
margin-bottom: 0px;
} .sticky-footer-buttons {
position: fixed;
right: 15px;
bottom: 15px;
z-index: 100;
display: flex;
flex-direction: column;
gap: 10px;
opacity: 0;
pointer-events: none;
transition: opacity 0.4s ease;
}
.sticky-footer-buttons a {
display: flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
background-color: var(--e-global-color-primary);
color: #ffffff;
border-radius: 50%;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
text-decoration: none;
transition: all 0.3s ease;
}
.sticky-footer-buttons a:hover {
background-color: var(--e-global-color-accent);
scale: 1.1;
}
.sticky-footer-buttons svg {
width: 20px;
height: 20px;
fill: #ffffff;
}
#logo a {
font-weight: 300 !important;
}