/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 08 2026 | 10:41:47 */
html, body {
    overflow-x: hidden;
}
.contf .wpforms-field {
    padding: 6px 0px;
}
.contf .wpforms-field input {
    height: 58px;
    border-radius: 5px !important;
    border-color: #000 !important;
}
.contf .wpforms-field textarea {
    border-radius: 5px !important;
    border-color: #000 !important;
}
.contf button {
    background: #ff5c03 !important;
    font-family: "Montserrat", Sans-serif;
    font-size: 22px !important;
    font-weight: 700 !important;
    padding: 18px 15px 18px 15px !important;
    height: auto !important;
    width: 100%;
    text-transform: uppercase;
    border-radius: 5px !important;
    border-color: #000 !important;
}
.elementor-element.elementor-element-676dbaa .swiper-slide figure.swiper-slide-inner {
    height: 140px;
    justify-content: center;
    vertical-align: middle;
    max-height: 150px;
    border: 2px solid #f6f6f6;
    border-radius: 8px;
	display: table-cell;
    padding: 4px;
}
.hdfix {
    position: fixed;
    background: transparent !important;
    width: 100%;
}
.ast-container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px;
}
.hdfix {
    transition: background-color 0.3s ease;
}

.hdfix.scrolled {
    background-color: #434544 !important; /* Change to your preferred color */
}