/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 30 2026 | 10:22:41 */
.wp-site-blocks {
    margin-left: 5%;
    margin-right: 5%;
}
header.wp-block-template-part {
    display: none;
}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100%;
    margin-left: 0px!important;
    margin-right: 0px !important;
}
.has-global-padding {
    padding-right: 0px;
    padding-left: 0px;
}
span.text-orange-500 {
    color: rgb(249 115 22);
}
body.dark-mode span.text-orange-500 {
    color: rgb(249 115 22);
}
path {
    color: #fff;
}
rect {
    color: #fff;
}
line {
    color: #fff;
}
circle {
    color: #fff;
}
.white-text{
	color: #fff;
}
.hover-box:hover {
    opacity: 1;
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(0, 0)
        rotate(0)
        skewX(0)
        skewY(0)
        scaleX(var(--tw-scale-x))
        scaleY(var(--tw-scale-y));
}
.owl-carousel .owl-stage-outer {
    padding: 16px 0px!important;
}