/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 14 2025 | 10:23:39 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.themify_builder_slider .slide-content {
    padding: 0px!important;
}


/* 🚫 Completely disable sticky/fixed header in Themify */
body.fixed-header-enabled,
.fixed-header-enabled #tbp_header,
.revealing-header #tbp_header,
#headerwrap,
.site-header,
header {
    position: relative !important;
    top: auto !important;
    z-index: 1 !important;
    background-color: #fff !important;
}

/* Reset page spacing if any padding added for sticky header */
body {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Move pagination to the top in Themify slider */
.themify_builder_slider .swiper-pagination {
    position: absolute !important;
    top: 25px !important;       /* Adjust as needed (20–40px) */
    bottom: auto !important;    /* Remove bottom positioning */
    left: 50%!important;
    transform: translateX(-50%)!important;
    z-index: 10!important;
}

/* Optional: style the pagination dots */
.themify_builder_slider .swiper-pagination-bullet {
    background: #fff !important;    /* dot color */
    opacity: 0.7!important;
    margin: 0 6px !important;
}

.themify_builder_slider .swiper-pagination-bullet-active {
    background: #FAAF42 !important;  /* active dot color */
    opacity: 1!important;
}

