.property_options {
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 70px;
    -ms-grid-columns: 1fr 1fr 2fr .5fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}
.search_form_wrapper {
    max-width: 1100px;
    color: #202c3a;
    width: 100%;
    margin: 50px auto 0 auto;
}
input#select_zone {
    width: 100%;
    padding: 5px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #00000029;
}
.property_options .col.col4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
 
#select_property option {
  padding: 12px 14px;
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #eee;
  transition: background 0.2s;
}
.search_form_wrapper input {
    font-size: 17px;
}
#select_property option:hover {
  background: #f3f4f6; /* hover effect */
}

#select_property option.is-selected {
  background: #007bff;
  color: #fff;
  font-weight: 600;
}



.property_options select {
    width: 100%;
    padding: 5px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #00000029;
}
.btn-group a {
    text-decoration: none;
}
.property_options label {
    font-size: 14px;
    color: #505050;
}
.btn-group {
    display: flex;
    margin-bottom: 30px;
    border-radius: 9px;
    justify-content: center;
    gap: 10px;
    gap: 70px;
}
.btn-group div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0px;
    flex: 1;
}
.btn-group input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0;
}
.btn-group label {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 18px;
    padding: 4px 10px;
    color: white;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 6px;
}
.btn-group input:checked + label, .btn-group input:hover + label {
    color: #1a1f28;
    border-color: #ee9721;
    background: #ee9721;
}
.btn-group label a:before {
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: calc(100% + 10px);
    content: "";
}
.grid.price {
    display: flex;
    margin: 0;
}
.grid.price input {
    width: 50%;
    margin: 0 8px;
    padding: 6px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #00000029;
}
.property_options button {
    border: none;
    background: #ee9721;
    color: white;
    height: 100%;
    width: 100%;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #00000029;
    position: relative;
    font-size: 18px;
}
.property_options.justID {
    -ms-grid-columns: 4fr .5fr;
    grid-template-columns: 4fr .5fr;
}
input#propertyid {
    margin: 0 8px;
    padding: 6px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #00000029;
}
div#appendZone {
    position: absolute;
    top: 30px;
    background: white;
    width: 100%;
}
.selectedZone {
    cursor: pointer;
    text-align: left;
    padding: 5px 10px;
    border-bottom: 1px solid #ededed;
}
.relativePos {
    position: relative;
}
span.search-icon {
    background-size: contain;
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 30px;
    height: 100%;
    border-radius: 0 5px 5px 0;
    border: 1px solid #252f3e;
    cursor: pointer;
    background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23252f3e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>") no-repeat center;
}

div#searchProperty input, #search_rooms_no input, #search_zona input, input#select_id {
    width: calc(100% - 10px);
    padding: 7px 5px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #00000029;
    cursor: pointer;
}
div#property_type, #property_rooms, #property_zona {
    background: white;
    padding: 10px;
    border-radius: 6px;
    width: calc(100% - 20px);
    position: absolute;
    top: 45px;
    z-index: 995;
    box-shadow: 2px 2px 9px #0000001c;
    display: none;
}
div#property_type > div, #property_rooms > div, #property_zona > div {
    border-bottom: 1px solid #dedede;
    padding: 7px 0;
    cursor: pointer;
}
div#property_type > div:hover, #property_rooms > div:hover, #property_zona > div:hover {
    background: #dedede3d;
}
div#property_type > div:last-child, #property_rooms > div:last-child, #property_zona > div:last-child {
    border-bottom: none;
}
.homeSearch {
    overflow: visible;
}
.dropdownHolder.inactive {
    opacity: 0.7;
    pointer-events: none;
}
.spantwo {
    grid-column: span 2;
}

#searchProperty .arrow, #search_rooms_no .arrow, #search_zona .arrow {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 30px;
    height: 100%;
    border-radius: 0 5px 5px 0;
    border: 1px solid #252f3e;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
}
.dropdownHolder:hover span.arrow {
    background: #ee9721;
    color: white;
}
.homeSearch .wp-block-social-links {
    position: absolute;
    top: -15px;
    left: 2%;
}
.homeSearch .wp-block-social-links a {
    font-size: 27px;
    border: 2px solid white;
    border-radius: 100%;
    padding: 10px;
}
div#property_zona {
    max-height: 320px;
    overflow-y: scroll;
}
.zona-opt.parent {
    font-weight: 600;
}
.zona-opt.child {
    padding-left: 12px !important;
}

.btn-group a span {
    font-size: 23px;
    padding-left: 4px;
}
.promobox {
    margin-bottom: -100px;
    z-index: 9;
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-top: 50px;
}
.promobox a {
    text-decoration: none;
    color: #212c3a;
    background: white;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    box-shadow: 1px 1px 10px #00000029;
    font-size: 15px;
    padding: 3px 45px 3px 11px;
    position: relative;
}
.promobox a span {
    position: absolute;
    top: 0;
    right: 0;
    letter-spacing: -2px;
    font-size: 15px;
    background: #ee9721;
    height: 100%;
    padding: 0 3px;
    color: white;
    display: flex;
    align-items: center;
    border-radius: 0px 5px 5px 0;
}









.home header .wp-block-social-links {
    display: none;
}
.home .preheader div {
    justify-content: flex-end;
}

@media screen and (max-width: 767px) {

    .property_options {
        border-radius: 0px 0px 9px 9px;
    }
}

@media screen and (max-width: 600px) {
    .property_options {
        grid-template-columns: 1fr;
        grid-row-gap: 16px;
    }
    .property_options button {
        line-height: 37px;
    }
}