/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 01 2026 | 14:38:55 */
@media (min-width: 1500px) and (max-width: 2000px) {
	body .sm-bg-width {
		background-size: 33% auto !important;
	}
}





.sm-multi-form select,
.sm-multi-form input {
    background: #FAFCFD !important;
    border: 1px solid #C5D0D4 !important;
	height:54px !important;
}
.gform-theme--framework .gf_progressbar .percentbar_blue {
    background-color: #00708c !important;
}
.sm-multi-form input#gform_submit_button_1 {
    background-color: #0c151c !important;
    color: #ffffff !important;
    padding: 18px 45px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border: none !important;
    border-radius: 0 !important;
    cursor: pointer !important;
}

.sm-multi-form label.gfield_label {
    margin-bottom: 10px !important;
}

.sm-multi-form .gform_page_fields .gform_fields {
    row-gap: 13px;
}

.sm-multi-form .gfield_label {
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #8c939d !important; 
    margin-bottom: 25px !important;
}


.sm-multi-form .gfield_radio {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important; 
    gap: 15px !important; 
    padding: 0 !important;
    margin: 0 !important;
}


.sm-multi-form .gchoice {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.sm-multi-form .gchoice input[type="radio"] {
    display: none !important; 
}


.sm-multi-form .gchoice label {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    height: 54px !important; 
    width: 1000px !important;
    min-width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #dbe2e8 !important; 
    background-color: #ffffff !important;
    color: #7a828a !important; 
    font-size: 18px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    margin: 0 !important;
    max-width: 100% !important;
}


.sm-multi-form .gchoice input[type="radio"]:checked + label {
    border: 1.5px solid #2c7a8b !important; 
    background-color: #ebf3f5 !important; 
    color: #1c2a38 !important; 
    font-weight: 500 !important;
}


.sm-multi-form .gform_page_footer {
    padding: 30px 0 !important;
    margin: 0 !important;
}

.sm-multi-form .gform_next_button {
    background-color: #0c151c !important; 
    color: #ffffff !important;
    padding: 18px 45px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border: none !important;
    border-radius: 0 !important; 
    cursor: pointer !important;
}


.sm-multi-form .gform_next_button::after {
    content: " →" !important;
    font-size: 18px;
    vertical-align: middle;
}


@media screen and (max-width: 641px) {
    .sm-multi-form .gfield_radio {
        grid-template-columns: 1fr !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
/*
.sm-arrr-off .elementor-tabs-content-wrapper {
    padding: 0 15px !important;
}
*/	
}

@media (max-width: 767px) {

}

.sm-header-transprant {
    background-color: transparent !important;
}
.sm-header-transprant.elementor-sticky--effects{
     background-color: #fff !important;
}
.sm-header-transprant.elementor-sticky--effects .elementor-item {
    color: #525e5a !important;
}
.sm-btn-icon .elementor-button-icon {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: oklch(0.55 0.06 188 / .14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .7s cubic-bezier(0.22, 1, 0.36, 1), background .7s cubic-bezier(0.22, 1, 0.36, 1);
}
.sm-btn-icon .elementor-button-icon svg {
    transform: rotate(-45deg);
}
.sm-btn-icon .elementor-button-content-wrapper {
    justify-content: center;
    align-items: center;
    gap: 11px;
}
.sm-btn-icon a.elementor-button:hover .elementor-button-icon  {
    transform: translate(3px, -3px) scale(1.06);
    background: oklch(0.55 0.06 188 / .22); 
}

.sm-socila .elementor-icon.elementor-social-icon{
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #647a7873;
    border-radius: 2px !important;
    color: #c8c3bc;
    font-size: .78rem;
    font-weight: 600;
    transition: border-color .3s cubic-bezier(0.22, 1, 0.36, 1), color .3s cubic-bezier(0.22, 1, 0.36, 1);
}

.sm-socila .elementor-icon.elementor-social-icon svg{
    font-size: 15px;
}


.sm-socila .elementor-icon.elementor-social-icon:hover {
    border-color: #a4d6d3;
    
}
.sm-socila .elementor-icon.elementor-social-icon svg:hover {
    color: #a4d6d3;
}

.sm-hero::before {
    background: linear-gradient(180deg, oklch(0.16 0.03 188 / .45) 0%, oklch(0.16 0.03 188 / .25) 35%, oklch(0.15 0.03 188 / .82) 100%), linear-gradient(95deg, transparent 0%, transparent 52%, oklch(0.16 0.03 188 / .55) 100%) !important;
}