/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 23 2025 | 09:29:56 */
.fcoder-slider-item .content .slide-button a {
    display: inline-block;
    font-size: 15px;
    text-align: center;
    transition: all .3s;
	border: 0.1px solid var(--global--color-white);
} 
.fcoder-slider-item .content .slide-button a:hover {
	transform:scale(1.1); 
    text-shadow: 0 1px 2px #e5a000;
	box-shadow:0 0 15px gray;

}

