.elementor-2672 .elementor-element.elementor-element-70a8dad{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:80px;--padding-left:20px;--padding-right:20px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-2672 .elementor-element.elementor-element-dae0444 .elementor-heading-title{font-family:"Manrope", Sans-serif;font-size:35px;font-weight:800;line-height:1.5em;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2672 .elementor-element.elementor-element-b3e2c20{width:var( --container-widget-width, 730px );max-width:730px;--container-widget-width:730px;--container-widget-flex-grow:0;font-family:"Manrope", Sans-serif;font-size:16px;font-weight:500;color:var( --e-global-color-primary );}@media(max-width:1366px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(min-width:768px){.elementor-2672 .elementor-element.elementor-element-70a8dad{--content-width:1110px;}}@media(min-width:2400px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS for html, class: .elementor-element-54c8a52 */.custom-form form {
    display: flex;
    flex-wrap: wrap;
    column-gap: 26px;
    row-gap: 16px;
}

.custom-form .hs-fieldtype-text, .custom-form .hs-fieldtype-textarea {
    width: 100%;
}

.custom-form .hs-fieldtype-textarea {
    min-height: 103px;
}

.custom-form .hs-custom-style fieldset {
    display: flex;
    gap: 26px;
    width: 100%;
}

.hs_recaptcha.hs-form-field {
    width: calc((100% - 26px)/2);
}

.custom-form .form-columns-1 .hs_estimated_project_budget, .custom-form .form-columns-1 .hs_scope_materials {
    width: 100%;
}

.custom-form .form-columns-2 .hs-dependent-field {
    width: 50%;
}

.custom-form .form-columns-2 .hs-dependent-field .hs_project_type {
    width: 100%;
}

.custom-form .hs-custom-style  fieldset.form-columns-2 .input, .custom-form .hs-custom-style  fieldset.form-columns-1 .input, .custom-form .hs-custom-style  fieldset.form-columns-3 .input {
    margin-right: 0;
}

.custom-form label, .custom-form input, .custom-form input::placeholder {
    color: #979797;
    font-family: Manrope;
    font-size: 15px;
    font-weight: 500;
    line-height: 102%;
}

.custom-form label {
    margin-bottom: 16px;
    margin-top: 10px;
    color: #5D5D5D;
}

.custom-form input, .custom-form textarea {
    color: #5D5D5D;
    background-color: #F8F8F8;
    border: none;
    padding: 20px 21px !important;
    border-radius: 0;
}

.custom-form input:focus-visible, .custom-form textarea:focus-visible {
    outline: none;
}

.custom-form .input:has(select) {
    max-height: 0;
}

.custom-form .hs-error-msgs {
    padding-left: 0;
    list-style: none;
    color: rgba(255, 255, 255, 0.5);
}

.custom-form .hs-error-msgs .hs-error-msg, .custom-form .hs-error-msgs label {
    position: static;
    margin-top: 4px;
    margin-bottom: 0;
    color: darkred;
    font-size: 11px;
    text-transform: unset;
    letter-spacing: unset;
}

.custom-form .custom_select_wrap {
    position: relative;
    color: #5D5D5D;
    background-color: #F8F8F8;
    border: none;
    padding: 18px 21px !important;
    border-radius: 0;
    cursor: pointer;
}

.custom-form .custom_select_wrap .main {
    padding: 18px 0;
    width: 100%;
    cursor: pointer;
    color: #5D5D5D;
    font-family: Manrope;
    font-size: 15px;
    font-weight: 500;
    line-height: 102%;
}

.custom-form .custom_option_wrap {
    position: absolute;
    top: calc(100% + 8px);
    left: 0px;
    width: 100%;
    max-height: 300px;
    overflow: auto;
    z-index: 5;
    padding: 4px;
    display: flex;
    gap: 2px;
    flex-direction: column;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
    box-shadow: 0px 2px 8px 0px rgba(148, 171, 176, 0.80);
    background-color: #fff;
}

.custom-form .custom_select_arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
    cursor: pointer;
}

.custom-form .custom_select_arrow svg {
    stroke: rgba(255, 255, 255, 0.5);
}

.custom-form .custom_option_wrap span {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    min-height: 30px;
    transition: 0.3s;
    cursor: pointer;
    color: #5D5D5D;
    font-family: Manrope;
    font-size: 12px;
    font-weight: 500;
    line-height: 102%;
}

.custom-form .custom_option_wrap span:not(:first-child):hover, .custom-form .custom_option_wrap span:not(:first-child).active {
    background-color: #F8F8F8;
}

.custom-form .custom_option_wrap span:first-child {
    pointer-events: none;
    color: #979797;
    cursor: auto;
}

.custom-form .custom_select_wrap.open {
    border-color: #41818F !important;
}

.custom-form .custom_select_wrap.open .custom_select_arrow {
    transform: translateY(-50%) rotate(-180deg) ;
}

.custom-form .custom_select_wrap.open .custom_option_wrap {
        pointer-events: auto;
        opacity: 1;
     }

.custom-form select {
    visibility: hidden !important;
    height: 1px !important;
    min-height: initial !important;
}

.custom-form .hs_submit {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.custom-form .hs_submit input {
    text-transform: unset;
    letter-spacing: unset;
    padding: 8px 23px 8px 23px !important;
    min-width: 141px;
    min-height: 40px;
}

@media screen and (max-width: 767px) {
    .custom-form .hs_submit {
        justify-content: flex-start;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .custom-form .hs-custom-style fieldset {
        flex-direction: column;
        gap: 16px;
    }
    
    .custom-form .hs_submit {
        justify-content: flex-start;
    }
    
    .custom-form .form-columns-2 .hs-dependent-field {
        width: 100%;
    }
}/* End custom CSS */