/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 02 2026 | 09:38:54 */
html {
scroll-behavior: auto !important;
}

.elementor-8 .elementor-element .menu-item a.hfe-menu-item:hover {
	color: #0563ad !important;
}

span.st_ch {
    text-transform: uppercase;
    opacity: 0.8;
    font-size: 16px;
}
.elementor-element-8f4daf6 .elementor-widget-icon-box{
    position: relative;
}

.elementor-element-8f4daf6 .elementor-widget-icon-box:not(:last-child)::after{
    content: "";
    position: absolute;
    left: 28px;
    top: 0px;
    bottom: -60px;
    width: 1px;
    background: rgba(255, 255, 255, 0.08);
}
.elementor-icon-box-icon{
    position: relative;
    z-index: 2;
}

.qn-top {
    display: flex;
    justify-content: space-between;
}

.qn-step.active h3 {
    padding-top: 30px;
    padding-bottom: 23px;
}

.qn-step.active input[type="text"] {
    padding: 14px 18px;
    border-radius: 10px;
    border: 1px solid rgba(31, 163, 177, 0.25);
    margin-bottom: 24px;
}

.qn-step.active input[type="email"] {
	 padding: 14px 18px;
    border-radius: 10px;
    border: 1px solid rgba(31, 163, 177, 0.25);
	margin-bottom: 24px;
}


select:active {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
}
.qn-wrapper select,
.qn-wrapper select:focus,
.qn-wrapper select:active{

width:100%;
padding:12px;
margin-bottom:12px;
border:1px solid #ddd;
border-radius:6px;
outline:none;
box-shadow:none;

}


.qn-step.active label {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #0F2A3F;
    padding-bottom: 8px;
}

.checkbox-group{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:10px;
margin-top:10px;
}

.checkbox-group label{gap: 5px;display:flex;gap: 0px;gap:6px;font-size:14px;cursor:pointer;align-items: center;}

.checkbox-group input[type="checkbox"] {
    width: 10%;
    margin-bottom: 0px;
}
textarea {
    height: 100px;
}
.one-elementor-footer__bottom {
    display: none;
}

input#phone {
	padding: 14px 18px;
    border-radius: 10px;
    border: 1px solid rgba(31, 163, 177, 0.25);
    margin-bottom: 24px;
}
.property-features{
display:flex;
gap:20px;
margin-top:15px;
}

.feature-field{
flex:1;
}

.feature-field label{
display:block;
margin-bottom:6px;
font-weight:600;
}



@media(max-width:768px){

.checkbox-group{

grid-template-columns:repeat(1,1fr);

}
	
	.elementor-element-8f4daf6 .elementor-widget-icon-box:not(:last-child)::after {
    display:none;
}
	.property-features{
flex-direction:column;
}

}