/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 20 2026 | 12:28:46 */
.lp_hero_inner img {
    margin-bottom: -30px;
}
.btn_group {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}
.site-btn, 
.site-btn-outline{
    box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05), inset 0px 0px 0px 1px rgba(10, 13, 18, 0.18), inset 0px -2px 0px rgba(10, 13, 18, 0.05);
    border-radius: 8px;
    padding: 12px 18px;
    font-weight: 600;
    transition: 0.3s all;
}
.site-btn,
.site-btn-outline:hover{
    background: #FEBD09;
    color: #fff;
}
.site-btn:hover,
.site-btn-outline{
    color: #000;
    background: #fff;
}