.wiidoo-qsearchbar-container{
    width:100%;
}
.wiidoo-qsearchbar-row {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    
}
.wiidoo-qsearchbar-col{
    width:25%;
    padding: 3px;
}
.wiidoo-qsearchbar-refcol{
    width:50%;
    padding: 3px;
}
.wiidoo-qsearchbar-filter{
   width:100%; 
   
}
.wiidoo-qsearchbar-ref{
    height: 37px !important;
    border-radius: 0px !important;
    font-size: 14px !important;
    padding: 7px 30px 7px 10px !important;
}
.wiidoo-qsearchbar-ref::placeholder{
    opacity: .5 !important;
}
.wiidoo-qsearchbar-newdev{
    display:flex;
    justify-content: start;
    align-content: center;
    height: 37px !important;
    border-radius: 0px !important;
    font-size: 14px !important;
    padding: 7px 30px 7px 10px !important;
    opacity: .5 !important;
    gap:5px;
}
.wiidoo-qsearchbar-reset{
    width: 50%;
    height: 37px !important;
    border-radius: 0px !important;
    font-size: 14px !important;
    border-left:solid grey 1px;
    border-top:solid grey 1px;
    border-bottom:solid grey 1px;
    border-right:0px;
    background-color: white;
    color:black;
}
.wiidoo-qsearchbar-reset:hover{
    background-color: black;
    color: white;
    cursor: pointer;
}
.wiidoo-qsearchbar-submit{
    width: 50%;
    height: 37px !important;
    border-radius: 0px !important;
    font-size: 14px !important;
    border-left:solid grey 1px;
    border-top:solid grey 1px;
    border-bottom:solid grey 1px;
    border-right:solid grey 1px;
    background-color: black;
    color: white;
}
.wiidoo-qsearchbar-submit:hover{
    background-color: white;
    color:black;
    cursor: pointer;
}
.vscomp-search-input{
    height: 37px !important;
    border-radius: 0px !important;
    font-size: 14px !important;
    padding: 7px 30px 7px 10px !important;
}

.wiidoo-spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100px; /* Adjust as needed */
}

.wiidoo-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-top-color: #000;
    border-radius: 50%;
    animation: wiidoo-spin 0.8s linear infinite;
}

@keyframes wiidoo-spin {
    to {
        transform: rotate(360deg);
    }
}

/* Alternative: Dots spinner */
.wiidoo-spinner-dots {
    display: inline-flex;
    gap: 4px;
}

.wiidoo-spinner-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000;
    animation: wiidoo-bounce 1.4s infinite ease-in-out both;
}

.wiidoo-spinner-dots span:nth-child(1) {
    animation-delay: -0.32s;
}

.wiidoo-spinner-dots span:nth-child(2) {
    animation-delay: -0.16s;
}

@keyframes wiidoo-bounce {
    0%, 80%, 100% {
        transform: scale(0);
        opacity: 0.5;
    }
    40% {
        transform: scale(1);
        opacity: 1;
    }
}

#wiidoo_results{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: start;
    align-items: stretch;
}
.wiidoo-property-card{
    /*50% width on large 100% small*/
    width: 50%;
    padding: 10px;
    height: 377px;
    position: relative;
}
.wiidoo-property-image{
    width: 100%;
    height: 367px;
    background-size: cover;
    background-position: center;
}
.wiidoo-property-info{
    position: absolute;
    bottom: 0;
    left: 10px;
    width: calc(100% - 20px);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    box-sizing: border-box;
  
}
.hidden-details{
    display: none;
}
.price-left{
    float: left;
    width: 50%;
    font-size: 17px !important;
}
.reference-right{
    float: right;
    width: 50%;
    text-align: right;
    font-size: 17px !important;
}
.wiidoo-property-title{
    font-size: 29px !important;
    font-weight: 200 !important;
    text-transform: capitalize !important;
    margin-bottom: 5px;
    margin-top: 0px;
    color: white !important;
}
.hidden-details{
    font-size: 13px;
    width: 100%;
    /* contents 3 in a row */
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
}
.hidden-details>div{
    width: 33.33%;
}
.plot-size{
    text-align: end;
}
.bathrooms{
    text-align: center;
}
.wiidoo-property-info:hover .hidden-details{
    /* smoothly show the hidden details */
    opacity: 1;
    max-height: 100px; /* Adjust based on your content height */
}
.swiper-container {
    width: 100%;
    height: 610px;
    overflow: hidden;
}
.swiper-slide>a {
    width: 100%;
    height: 610px;
    background-size: cover;
    background-position: center;
}
.wiidoo-property-images{
    width: 100%;
    height: 610px;
    background-size: cover;
    background-position: center;
}
.wiidoo-title-container{
    font-size: 34px !important;
    font-weight: 200 !important;
    margin-bottom: 5px;
    margin-top: 20px;
    color: black !important;
    text-transform: capitalize !important;
    text-align: center;
}
.single-price {
    font-size: 24px !important;
    font-weight: 200 !important;
    margin-bottom: 5px;
    margin-top: 0px;
    color: black !important;
    text-align: center;
}
.wiidoo-main-content{
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.wiidoo-info-boxes{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.wiidoo-info-box{
    width: 30%;
    background-color: #f0f0f0;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}
.wiidoo-features{
    width: 100%;
    background-color: #1c1c1c;
    color: white;
    padding: 20px;
    box-sizing: border-box;
}
.wiidoo-features-title{
    font-size: 24px !important;
    font-weight: 200 !important;
    margin-bottom: 10px;
    margin-top: 0px;
    color: white !important;
    text-align: center;
}
.wiidoo-features-list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.wiidoo-feature-item{
    text-align: center;
}
.wiidoo-feature-item-child{
    font-size: 13px;
    color: grey;

}
.wiidoo-container{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
#mapinit{
    width: 50%;
    height: 500px;
    margin-top: 0px;
    display: inline-block;
}
.wiidoo-brochure{
    text-align: center;
}
.wiidoo-brochure-link{
    display: inline-block;
    margin: 20px;
    padding: 10px 20px;
    background-color: black;
    color: white;
    text-decoration: none;
    border-radius: 0px;
   
}
/* Contact form on single property page */
.wiidoo-contact-form {
    width: 50%;
    display: inline-block;
    height: auto;
    padding: 21px;
    box-sizing: border-box;
}
.wiidoo-contact-form h2 {
    font-size: 28px !important;
    font-weight: 200 !important;
    margin-bottom: 12px;
    margin-top: 0px;
    color: #1a1a1a !important;
    text-align: center;
    letter-spacing: -0.5px;
}
.wiidoo-contact-title {
    font-size: 28px !important;
    font-weight: 200 !important;
    margin-bottom: 32px;
    margin-top: 0px;
    color: #1a1a1a !important;
    text-align: center;
    letter-spacing: -0.5px;
}
.wiidoo-contact-form input,
.wiidoo-contact-form textarea {
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 16px;
    border: 2px solid #e8e8e8;
    border-radius: 0px;
    box-sizing: border-box;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.3s ease;
    background-color: #fff;
}
.wiidoo-contact-form input:focus,
.wiidoo-contact-form textarea:focus {
    outline: none;
    border-color: #333;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
    transform: translateY(-1px);
}
.wiidoo-contact-form textarea {
    min-height: 120px;
    resize: vertical;
}
.wiidoo-contact-form button {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
    color: white;
    border: none;
    border-radius: 0px;
    font-size: 16px !important;
    font-weight: 200 !important;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin-top: 8px;
    letter-spacing: 0.5px;
}
.wiidoo-contact-form button:hover {
    background: linear-gradient(135deg, #000 0%, #1a1a1a 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.wiidoo-contact-form button:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .wiidoo-qsearchbar-row {
        flex-direction: column;
    }
    .wiidoo-qsearchbar-col{
        width:100%;
        padding: 3px;
    }
    .wiidoo-qsearchbar-refcol{
        width:100%;
        padding: 3px;
    }
    .wiidoo-property-card{
        width: 100%;
    }
    /* 2 per row */
    .wiidoo-info-boxes{
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }
    .wiidoo-info-box{
        width: calc(50% - 10px);
    }
    .wiidoo-container{
        flex-direction: column;
        gap: 20px;
    }
    .wiidoo-contact-form {
        width: 100%;
    }
    #mapinit{
        width: 100%;
        height: 400px;
    }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .wiidoo-qsearchbar-row {
        flex-direction: column;
    }
    .wiidoo-qsearchbar-col{
        width:100%;
        padding: 3px;
    }
    .wiidoo-qsearchbar-refcol{
        width:100%;
        padding: 3px;
    }
        .wiidoo-property-card{
            width: 100%;
        }

}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .wiidoo-qsearchbar-row {
        flex-direction: row;
    }
    .wiidoo-qsearchbar-col{
        width:25%;
        padding: 3px;
    }
    .wiidoo-qsearchbar-refcol{
        width:50%;
        padding: 3px;
    }
    .wiidoo-property-card{
        width: 50%;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .wiidoo-qsearchbar-row {
        flex-direction: row;
    }
    .wiidoo-property-card{
        width: 50%;
    }
}