﻿.search__page__banner .banner__search__wrapper {
    margin-block:60px 20px;
    position:static;
    transform:none;
    top:0;
    left:0;
}
.search__page {
    padding-block: 40px 0;
}
.search__page .heading__block{
    text-align:center;
    margin-bottom:40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 24px;
}
.search__page .heading__block h1{
    font-size:24px;
    margin-bottom:8px;
}
.search__page .heading__block p{
    color:#000;
    opacity:.8;
    font-size:14px;
}
.search__page .banner__form__row form label{
    font-weight:600;
}
.search__page .search__bar{
    padding-bottom:20px;
    margin-bottom:20px;
}
    .search__page .search__bar .banner__form__row {
        margin-block: 0;
        max-width: max-content;
        padding: 12px 24px;
        border-radius: 100px;
        box-shadow: 0px 8px 20px rgba(0,0,0,0.06);
        border: .6024573445320129px solid #f1f1f1;
    }
.search__page .search__bar .form__field.property__type__field{
    width:140px;
}
.search__page .search__bar .form__field.location__field{
    width:140px;
}
.search__page .search__bar .form__field.keywords__field{
    width:300px;
}
.search__page .search__bar .form__field.budget__field{
    width:140px;
}
.search__page .search__bar .banner__form__row form {
    display: flex;
}
.search__page .banner__form__row form .form__field .dropdown button svg {
    height: 18px;
    width: 18px;
}
.search__page .banner__form__row form button.search__button{
    height:40px;
    width:40px;
}
.search__page .banner__form__row form button.search__button svg{
    width:16px;
}
.search__page .banner__form__row form input, .banner__form__row form select{
    font-size:12px;
}
.search__page .banner__form__row form .form__field .dropdown button{
    grid-template-columns: 18px calc(100% - 18px);
}
.search__page .filters {
    box-shadow: 0 10px 30px #38383812;
    border: .6024573445320129px solid #f1f1f1;
    border-radius: 12px;
    padding: 20px;
    height: max-content;
    position: sticky;
    top: 60px;
    height: max-content;
}

        .search__page .filters .main__title {
            font-size: 20px;
            padding-bottom: 12px;
            margin-bottom: 20px;
            border-bottom: 1px solid #ddd;
        }

        .search__page .filters .upcoming__tag {
            display: flex;
            align-items: center;
            gap: 8px;
            border-radius: 8px;
            position: relative;
            overflow: hidden;
            background: #ECFBFF;
            overflow: visible;
        }

            .search__page .filters .upcoming__tag img {
                height: 60px;
            }

            .search__page .filters .upcoming__tag span {
                padding: 12px;
                padding-left: 0;
                font-weight: 600;
                color: #000;
                font-size: 12px;
            }

            .search__page .filters .upcoming__tag .meta__tag {
                position: absolute;
                right: 20px;
                top: -10px;
                padding: 0 12px;
                height: 20px;
                font-size: 10px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 4px;
                background: #fff;
                color: #000;
                border: 1px solid #eee;
                box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px
            }

        .search__page .filters .accordion {
            border-bottom: 1px solid #ddd;
        }

            .search__page .filters .accordion .accordion__button {
                padding-block: 16px;
                font-size: 14px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                font-weight: 600;
            }

                .search__page .filters .accordion .accordion__button svg {
                    transform: rotate(180deg);
                    transition: .3s ease;
                }

                .search__page .filters .accordion .accordion__button.open svg {
                    transform: rotate(0);
                }

        .search__page .filters .accordion__content {
            padding-bottom: 20px;
            display: none;
        }

            .search__page .filters .accordion__content.open {
                display: block;
            }

            .search__page .filters .accordion__content .budget__block {
                display: flex;
                align-items: center;
                gap: 20px;
                justify-content: space-between;
            }

                .search__page .filters .accordion__content .budget__block input {
                    border: 1px solid #ddd;
                    border-radius: 4px;
                    width: 100%;
                    padding-inline: 12px;
                    height: 32px;
                    font-size: 13px;
                }

            .search__page .filters .accordion__content .options button {
                background: #F8F8F8;
                border: 1px solid #ddd;
                border-radius: 4px;
                padding: 8px 8px;
                font-size: 12px;
                color: #777;
                width: 100%;
                text-align: left;
                margin-bottom: 8px;
            }

            .search__page .filters .accordion__content .bedrooms {
                flex-wrap: wrap;
                display: flex;
                gap: 12px;
                flex-wrap: wrap;
                row-gap: 0;
            }

                .search__page .filters .accordion__content .bedrooms .options button {
                    background: transparent;
                }

        .search__page .filters .submit__btn {
            background: #05379a;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            color: #fff;
            font-size: 16px;
            font-weight: 500;
            border-radius: 6px;
            margin-top: 20px;
            height: 40px;
        }

.search__property .sort__row {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: end;
    margin-bottom: 20px;
    justify-content:space-between;
}
.search__property.property__listings .sort__row{
    justify-content:space-between;
    width:100%;
}
.search__page .filters .accordion__content .budget__block select {
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    padding-inline: 12px;
    height: 32px;
    font-size: 13px;
}

.search__property .sort__row span {
    color: #000;
    font-weight: 500;
    opacity: 0.6;
    font-size: 14px;
}

.search__property .sort__row select {
    border: 1px solid #ddd;
    height: 32px;
    border-radius: 6px;
    padding-inline: 12px;
    font-size: 12px;
    cursor: pointer;
}

.search__page .container {
    display: block;
/*    grid-template-columns: 300px calc(100% - 330px);
    gap: 30px;*/
    margin-bottom:48px;
}
.search__property.property__listings .grid__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    row-gap: 40px;
}

.search__property .property__card {
    overflow: hidden;
    display: grid;
    grid-template-columns: 300px calc(100% - 300px);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius:12px;
}
.search__property .property__card.not__found .slide::after{
    display:none;
}
.search__property .property__card.not__found p{
    display:flex;
    align-items:center;
    font-size:20px;
    font-weight:600;
    padding-left:20px;
    text-transform:capitalize;
}

    .search__property .property__card .card__header {
        position: relative;
    }
    .search__property .property__card .card__header div{
        height:100%;
    }
    .search__property .property__card .owl-nav{
        margin:0;
    }

.search__property .property__listing__photos__slider .slide {
    position: relative;
}

    .search__property .property__listing__photos__slider .slide:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #000);
        border-radius: 8px;
    }

.search__property.property__listings .property__listing__photos__slider img {
    width: 100%;
    height: 100%;
    max-height:220px;
    object-fit: cover;
    max-width: 100%;
    border-radius: 12px;
}

.search__property .property__listing__photos__slider .owl-dots {
    display: block;
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    height:max-content !important;
}

.search__property .property__listing__photos__slider .owl-dot span {
    height: 6px;
    width: 6px;
    background: hsla(0, 0%, 84%, .8);
    margin: 4px;
}

.search__property .property__listing__photos__slider .owl-dot.active span {
    height: 7.8px;
    width: 7.8px;
    background: #fff;
}

.search__property .property__listing__photos__slider .owl-nav button {
    border-radius: 32px;
    height: 32px;
    min-width: 32px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .6);
    margin: 0;
}

    .search__property .property__listing__photos__slider .owl-nav button.owl-prev {
        position: absolute;
        top: calc(50% - 20px);
        left: 8px;
    }

    .search__property .property__listing__photos__slider .owl-nav button.owl-next {
        position: absolute;
        top: calc(50% - 20px);
        right: 8px;
    }

    .search__property .property__listing__photos__slider .owl-nav button.disabled {
        display: none;
    }

    .search__property .property__listing__photos__slider .owl-nav button svg {
        width: 16px;
        fill: #fff !important;
    }

        .search__property .property__listing__photos__slider .owl-nav button svg path {
            fill: #fff !important;
        }

.search__property .property__card .card__body{
   padding:20px;
}
.search__property .property__card .card__body .property__info{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:32px;
}

.search__property .property__card .card__body .project__title {
    font-size: 16px;
    padding-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
}

.search__property .property__card .card__body .des {
    font-size: 12px;
    color: #333;
    padding-bottom: 8px;
    line-height: 1;
}

.search__property .property__card .card__body .project__price {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #091e42;
    display:flex;
    flex-direction:column;
    gap:4px;
    align-items:end;
}
.search__property .property__card .card__body .project__price span{
    font-size:20px;
}
.search__property .property__card .card__body .property__details p{
    display:flex;
    align-items:center;
    gap:4px;
    font-size:14px;
    color:#666;
    padding-bottom:8px;
}
.search__property .property__card .card__body .property__details p span{
    font-weight:600;
    color:#000;
}
.search__property .property__card .card__body .amenities{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:20px;
}
.search__property .property__card .card__body .amenities .row{
    display:flex;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;
}
.search__property .property__card .card__body .amenities .row p{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:13px;
    font-weight:600;
    color:#05379a;
    width:max-content;
}
.search__property .property__card .card__body .amenities .row p img{
    width:16px;
}
.search__property .property__card .card__body .amenities .view__more{
    display:flex;
    align-items:center;
    justify-content:center;
    height:40px;
    border-radius:6px;
    background:#05379a;
    color:#fff;
    font-weight:600;
    font-size:13px;
    padding-inline:24px;
    min-width:max-content;
}
.pagination ul{
  width: 100%;
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
  background: #fff;
  padding: 8px;
  margin-top:40px;
  gap:8px;
}
.pagination ul li{
  color: #000;
  list-style: none;
  line-height: 32px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
}
.pagination ul li.numb{
  list-style: none;
  height: 32px;
  width: 32px;
  margin: 0 3px;
  line-height: 32px;
  border-radius: 4px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 1px 9px;
}
.pagination ul li.numb.active{
    background:#05379a;
    color:#fff;
}

.pagination ul li.dots{
  font-size: 22px;
  cursor: default;
}
.pagination ul li.btn{
  padding: 0 20px;
  border-radius: 4px;
  color:#fff;
  font-weight:600;
  background:#05379a;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 1px 9px;
}

@media (max-width:600px){
    .search__page .heading__block{
        display:none;
    }
    .search__page__banner .banner__search__wrapper {
        margin-block: 40px 20px;
        box-shadow: 0 10px 30px #38383812;
    }
    .search__page__banner .banner__form__row__mobile .search__icon__wrapper {
        border-radius: 0;
    }
    .search__page .container {
        grid-template-columns: 1fr;
    }
    .search__page .filters{
        position:static
    }

    .search__property.property__listings .sort__row {
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
        align-items: flex-start;
        margin-bottom: 12px;
    }
    .search__property .property__card{
        grid-template-columns:1fr;
    }
    .search__property.property__listings .property__card .card__body {
        margin-top: 0;
    }
    .search__property .property__card .card__body .property__info {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
    }
    .search__property .property__card .card__body .project__price{
        align-items:start;
    }
    .search__property .property__card .card__body .amenities {
        flex-wrap:wrap;
        margin-top:12px;
    }
    .search__property .property__card .card__body .amenities .row{
        flex-wrap:wrap;
    }
    .search__property .property__card .card__body .amenities .view__more{
        margin-top:20px;
    }
}