/* Shrinking header effect using Elementor's sticky class */
.elementor-sticky--effects {
    transform: scale(0.5) !important;
    transform-origin: top center !important;
    transition: transform 0.5s ease !important;
}

/* Ensure smooth transition back to original size */
.elementor-sticky {
    transition: transform 0.5s ease !important;
}