/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 20 2025 | 16:44:15 */
.page-id-687 .contact-footer,
.page-id-313 .contact-footer {
    display: none;
}

.elementor-button:hover{
    background-color: #F1592B !important;
}
.elementor-button {
    transition: all 0.3s ease !important;
}
.elementor-button:hover{
    background-color: #F1592B !important;
    transform: scale(1.08); /* zoom effect */
}

span.elementor-button-text {
    position: relative;
    top: 2px;
}
/* sticky header */
.sm-header.elementor-sticky--effects {
    background-color: #ffffff !important;
}
.sm-header.elementor-sticky--effects img {
    filter: brightness(0) saturate(100%) invert(45%) sepia(76%) saturate(3662%) hue-rotate(347deg) brightness(101%) contrast(89%);
}

/* form */
.sm-footer-form ::placeholder {
  color: #ffffff  !important; 
  opacity:1 !important; 
}
.sm-footer-form button.elementor-button {
    margin-top: 10px;
    border:1px solid #F1592B;
}
.sm-footer-form button.elementor-button:hover {
    border:1px solid #fff;
}