/**
 * Theme Name: Hello Biz Child
 * Template:   hello-biz
 */

.swiper-slide {
	height: 150px;
}

.sticky-header {
        position: fixed;
        width: 100%;
		top: 25px;
        z-index: 999; /* Ensures it stays on top of other content */
        /* Optional: Add background color or other styling for the sticky state */
        /* background-color: #ffffff; */
        /* box-shadow: 0 2px 5px rgba(0,0,0,0.1); */
    }