/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 13 2026 | 11:10:39 */
.sm-btn-1 .elementor-button {
    background: inherit;
}
.sm-btn-1 .elementor-button:hover {
    background: inherit;
}
.sm-num {
    width: 64px;
    height: 64px;
    border: 2px solid #DCE4EA;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.sm-num ul.elementor-icon-list-items {
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 1000px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.sm-num ul.elementor-icon-list-items .elementor-icon-list-text {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}
.sm-form textarea,
.sm-form input {
    border: 1px solid #D6E0E7 !important;
    border-radius:9px !important;
	 background: #FBFCFD !important;
}

.sm-form button.elementor-button{
    background: #C99A3D !important;
    border-radius: 5px !important;
    padding: 19px 0 !important;
	border: 1px solid #C99A3D !important;
}
.sm-form button.elementor-button:hover{
    background: #fff !important;
	color:#000!important;
	border: 1px solid #000 !important;
}