@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Poppins:wght@400;700;800&family=Roboto:wght@400;900&family=Rubik:wght@700&display=swap');
html, body{
    font-family: 'Montserrat', sans-serif;
}
nav{
    padding-top: 25px;
    padding-bottom: 25px;
}
.searchr{
    height: 55px;
    background-color: whitesmoke;	
    color:black;
    /*line-height:50px !important; */
    font-size: 0.9em;
    /* display: block; */
    display: flex;
    /* align-items: center;
*/
    justify-content: start;
}
.searchLogo{
    margin-top:4px;
    height: 20px !important;
    /* max-height: 24px !important;
*/
    width: 20px !important;
    /* max-width: 24px !important;
*/
    margin-right: 10px;
}
.hideser{
    visibility: hidden;
}
.titleBars{
    background-color: #aa4939;
    color: white;
}
.searchr::after {
    background-color: #efefef7e; 
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translate(-50%,0);
    width: 60%;
}
#searchResult{
    position: relative;
    width:100%;
    height:0;
    z-index: 1000;
}
#subsresult{
    position: relative;
    width:100%;
    max-height: 500px;
    overflow-y: auto;
    margin-left: -15px;
}
.subText{
    margin-bottom: 0px;
    font-size: 0.7em;
    color: #212121;
}
.activeser, .searchr:hover, .searchr:hover .subText, .activeser .subText{
    background-color: #e4c423;
    color: white;
    cursor: pointer;
}
.homeRow{
    background: url("../img/home.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 60vh;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    margin-bottom: 0px !important;
}
.homeRow h1{
    color: white;
    font-weight: bolder;
}
.homeRow2{
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.searchBox{
    width: 80%;
    background-color: white;
    border-radius: 15px;
}
.searchTypeBtn{
    width: 100%;
    text-align: center;
    color: #3b4a5a;
    padding: 15px 20px;
    border: none;
    font-weight: bold;
}
.searchTypeBtn.active, .searchTypeBtn:hover{
    color: black;
    border-bottom: 2px solid black !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.filterBtns{
    border: 1px solid #bfc7d0 !important;
    color: #606f80;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px !important;
}
.filterBtnsSell{
    border: 1px solid #bfc7d0 !important;
    color: black;
    width: 100%;
    text-align: left;
    height: 130px;
    font-size: 1.2em;
}
.articles .propTitle{
    height: 80px;
    overflow-y: hidden;
}
#filterSubmitBtn, .acceptBtn{
    color: white;
    background-color: brown;
    border-radius: 100px;
    width: 100%;
    font-weight: bold;
}
.inputBanner{
    margin:0 auto;
    text-align:center;
}
.inputBanner h2{
    font-size:2em;
    color:#fff;
    text-transform:capitalize;
    line-height:2em;
}
.filterRow{
    height: 230px;
}
.inputBanner p{
    color:#fff;
    line-height:2em;
    margin: 0 0 5em;
}
.inputBanner .form {
    width: 31%;
    /* margin: 1.4% auto 0; */
}
.inputBanner input[type="search"] {
    outline: none;
    width: 74%;
    padding: 11.5px 17px;
    background: rgba(128, 128, 128, 0.39);
    color:black;
    border: none;
    border-bottom: 2px solid  black ;
    font-size: 15px;
    float: left;
    letter-spacing: 1px;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
.inputBanner input[type="search"]::-webkit-input-placeholder{
    color:#212121;
}
.inputBanner .submitBtn {
    outline: none;
    width: 26%;
    padding: 12px 0px;
    background: #000000;
    color: #fff;
    border: 2px solid black;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;

    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
.inputBanner .submitBtn:hover{
    border-color:#fff;
}
.inputBanner:hover.inputBanner input[type="search"]{
    border-bottom:2px solid black!important;
}
.inputBanner:hover.inputBanner .submitBtn{
    border:2px solid #fff!important;
    transition:.5s ease-in;
    -webkit-transition:.5s ease-in;
    -moz-transition:.5s ease-in;
    -o-transition:.5s ease-in;
    -ms-transition:.5s ease-in;
}

/* Home Page */
.logo{
    width: 150px;
    margin-right: 20px;
}
.navbar.bg-light{
    background-color: white !important;
}
.navIcon{
    color:brown;
}
.nav-item{
    margin-left: 5px;
    margin-right: 5px;
}
.nav-item a{
    color: black;
    font-weight: 600;
    transition: 0.5s;
    padding: 10px 15px !important;
}
.nav-item a:hover{
    background-color: rgb(233 233 238);
    border-radius: 30px;
}
.loginNav .nav-item a:hover{
    color: brown;
}
.signUp{
    background-color: brown;
    color: white !important;
    border-radius: 30px;
    padding: 10px 15px !important;
}
.signUp:hover{
    background-color: rgb(127, 33, 33) !important;
}
#mainCon{
    margin-top: 50px;
    height: 55vh;
    /* background-image: url('../img/Newport-Beach.jpg');
*/
    background-image: url('https://theleader.info/wp-content/uploads/2023/10/sea-views-towards-campoamor-scaled.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* position: relative; */
}
.searchCon{
    width: 90%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    margin-top: 40vh;
    box-shadow: 0px 0px 12px rgba(0,0,0,.15);
}
.searchCon .upperPart{
    min-height: 130px;
    background-color: brown;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    padding: 30px 20px 20px 20px;
}
.searchCon .lowerPart{
    min-height: 150px;
    padding: 20px 25px;
    background-color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.searchCon .upperPart h1{
    color: white;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 1.8em;
}
.searchCon .upperPart p{
    color: white;
    margin-bottom: 0px;
    font-size: 0.9em;
}
#searchFormContainer{
    width: 100%;
}
#searchForm{
    width: 100%;
    display: inline-flex;
}
#searchFieldContainer{
    position: relative;
    width: 100%;
    margin-right: 20px;
}
#searchIcon{
    position: absolute;
    left: 12px;
    top: 12px;
    color: brown;
    font-size: 1.2em;
}
#search{
    height: 45px;
    padding-left: 40px;
    border: 1px solid rgb(167 168 189);
    border-radius: 6px;
    width: 100%;
}
.search2{
    background-color: #f5f5f9;
    border: 1px solid rgb(233 233 238) !important;
    border-radius: 50px !important;
}
#search:focus{
    outline: none;
}
#searchBtn{
    background-color: brown;
    color: white;
    border-radius: 100px;
    border: none;
    box-shadow: none;
    width: 90px;
    min-width: 90px;
    /* height: 40px; */
    font-weight: bolder;
    transition: 0.5s;
    padding-top: 10px;
    padding-bottom: 10px;
}
#searchBtn:hover{
    background-color: rgb(127, 33, 33);
    cursor: pointer;
}
.searchLinks{
    text-decoration: none;
    margin-right: 20px;
    color: #65668A;
    font-weight: 600;
}
.searchLinks:hover, .searchLinks.active{
    color: #232559;
    border-bottom: 2px solid brown;
}

#secondCon{
    margin-top: 250px;
    margin-bottom: 100px;
}
.normalCon{
    margin-top: 100px;
    margin-bottom: 100px;
}
.mainTopic{
    color: #232559;
    font-weight: 600;
    margin-bottom: 5px;
}
.mainTopic2{
    color: #212121;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 1.5em;
}
.mainTopiCon{
    margin-bottom: 30px;
}
.mainTopiCon p{
    margin-bottom: 5px;
}
.mainTopiCon p a{
    color: brown;
    text-decoration: none;
    font-weight: 600;
}
.mainTopiCon p a:hover{
    color: rgb(127, 33, 33);
    text-decoration: none;
    font-weight: 600;
}
.popularPlace img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
.popularPlace{
    position: relative;
}
.popularPlace .backOverlay{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(180deg,transparent 44.09%,rgba(0,0,0,.78) 86.94%),linear-gradient(180deg,#000,transparent 25.47%),linear-gradient(0deg,transparent,transparent);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.popularPlace .topic{
    color: white;
    font-weight: 600;
    margin-bottom: 0px;
    width: 100%;
}
.popularPlace .viewBtn{
    background-color: brown;
    color: white;
    padding: 10px;
    width: 95%;
    right: auto;
    border-radius: 100px;
    font-weight: 600;
    transition: 0.5s;
}
.popularPlace .viewBtn:hover{
    background-color: rgb(127, 33, 33) !important;
}

.propertyBox{
    box-shadow: 0px 0px 12px rgba(0,0,0,.15);
    border-radius: 10px;
    background-color: #eef0f4;
}
.propertyBox:hover{
    background-color: #000e23;
}
.propertyDetailBox:hover .upperPart p{
    color: white;
}
.filter .propertyBox .upperPart{
    padding: 20px;
}
.filter .propertyBox .upperPart{
    height: 130px;
    position: relative;
}
.filter .propertyDetailBox .upperPart{
    height: 130px;
    position: relative;
}
.propertyBox .upperPart{
    height: 200px;
    position: relative;
}
.propertyBox .upperPart img{
    height: 200px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
}
.propertyDetailBox .upperPart{
    height: 500px;
    position: relative;
}
.propertyDetailBox .upperPart p{
    font-weight: 700;
    color: black;
}
.propertyDetailBox .upperPart img{
    height: 100%;
    border-radius: 10px;
}
.filter .propertyBox .upperPart img{
    position: absolute;
    left: 10px;
    bottom: -30px;
    width: 170px;
}
.featured .propertyBox .upperPart img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.propertyBox .lowerPart{
    min-height: 180px;
    padding: 15px;
    background-color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
}
.propertyBox .photoCount{
    position: absolute;
    top: 15px;
    right: 15px;
    box-shadow: 0px 0px 12px rgba(0,0,0,.15);
    background-color: white;
    padding: 5px 10px;
    border-radius: 10px;
}
.propertyBox .photoCount i{
    margin-right: 5px;
}
.propertyBox .lowerPart .propTitle{
    margin-bottom: 0px;
}
.propertyBox .lowerPart .propTitle a{
    text-decoration: none;
    color: #232559;
    font-weight: 600;
    size: 0.9em;
}
.propertyBox .lowerPart .propTitle a:hover{
    text-decoration:underline;
}
.propertyBox .lowerPart .propPrice{
    color: #232559;
    font-weight: bold;
    size: 1em;
    margin: 0px;
}
.photoCount{
    color: #232559;
}
.propCount{
    margin-top: 15px;
    color: #232559;
    position: absolute;
    bottom: 20px;
}
.propCount p{
    margin-bottom: 0px !important;
    margin-right: 15px;
}
.propCount i{
    margin-right: 8px;
}
.propertyOwl.filter .owl-stage-outer{
    min-height: 200px !important;
}
.propertyOwl.articles .owl-stage-outer{
    min-height: 430px !important;
}
.propertyOwl .owl-stage-outer{
    min-height: 400px !important;
}
.propertyDetailOwl{
    margin-top: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
}
.propertyDetailOwl .owl-nav{
    position: absolute;
    top: 42%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.propertyDetailOwl .owl-dots{
    position: absolute;
    bottom: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.propertyDetailOwl .owl-nav button{
    background-color: white !important;
    border-radius: 100px !important;
    padding: 15px;
    width: 40px;
    height: 40px;
}
.propertyDetailOwl .owl-nav button:hover{
    color: black !important;
}
.propertyDetailOwl .owl-stage-outer{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.greyCon{
    background-color: rgb(244 244 247);
    padding-top: 10px;
    padding-bottom: 10px;
}

footer{
    border-top: 1px solid rgb(233 233 238);
    color: #232559;
}
.socialIcons{
    margin-right: 15px;
}
footer p{
    font-weight: 500;
}
footer h6{
    font-weight: 800;
    margin-bottom: 15px;
}
footer a{
    color: #232559;
    text-decoration: none;
    font-weight: 500;
}
footer a:hover{
    color: brown;
}
footer .links{
    margin-bottom: 6px;
}
.copyrightRow{
    margin-top: 40px;
    border-top: 1px solid rgb(233 233 238);
    padding-top: 15px;
    padding-bottom: 15px;
}
.copyrightRow p{
    margin-bottom: 0px;
    font-weight: 600;
    color: #232559;
}
.copyrightRow a{
    margin-right: 15px;
    font-size: 0.8em;
}
.copyrightRow a:hover{
    color: brown;
}


/* Result Page */
#searchResultCon{
    box-shadow: 0 3px 15px rgba(0,0,0,.12);
    color: #292932;
    background-color: white;
}
#searchResultCon .mainTopic{
    color: #292932;
}
#searchResultCon a{
    text-decoration: none;
    color: #292932;
}
#searchResultCon a:hover{
    color:#383b8c;
}
.resultCount{
    font-size: 1.2em;
    font-style: italic;
    margin-top: 15px;
    margin-bottom: 15px;
}
.searchResultLinks{
    font-size: 0.9em;
}
.orderByCon p{
    margin: 0px;
    font-size: 1.1em;
    font-weight: 600;
}
.orderByCon{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.sortByBtn{
    background-color: white;
    border-radius: 50px;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    border: 1px solid #e7e7ed;
    font-weight: 700;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.sortByBtn .arrowIcon{
    color: brown;
    margin-right: 5px;
}
.sortByBtnMenu li a{
    font-weight: 600;
}
.sortByBtnMenu li a:hover, .sortByBtnMenu li a.active{
    background-color: brown !important;
    color: white !important;
}
.propertyCon{
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    margin-bottom: 25px;
}
.propertyCon.right{
    padding: 15px 20px;
}
.propertyCon.right p{
    margin-bottom: 10px;
}
.propertyCon.right a{
    color: #212121;
}
.propertyCon.right a:hover{
    color: brown;
}
.propImg{
    width: 100%;
    border-top-left-radius: 15px;
    height: 300px;
    object-fit: cover;
}
a{
    text-decoration: none;
}
.propPriceCon{
    padding: 10px 10px 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.propPriceCon p{
    font-size: 1.4em;
    font-weight: 700;
    color:#212121;
    margin-bottom: 0px;
}
.propDetails{
    display: flex;
    align-items: center;
    padding: 20px;
    position: relative;
}
.propDetails .title{
    font-weight: 600;
    font-size: 1.2em;
}
.propDetails .title2{
    font-weight: 600;
    font-size: 1em;
}
.propertyCon .title2{
    font-weight: 600;
    font-size: 1em;
}
.propDetails .description{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
            line-clamp: 4; 
    -webkit-box-orient: vertical;
    margin-top: 15px;
}
.features p{
    margin-bottom: 0px;
    font-weight: 600;
    margin-right: 15px;
}
.tag{
    background-color: #f5f5f9;
    padding: 5px;
    color: #212121;
    font-weight: 600;
    font-size: 0.9em;
    border:1px solid #e7e7ed;
    margin-right: 10px;
    border-radius: 5px;
}
.propViewBtnCon{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: end;
}
.propViewBtn{
    background-color: brown;
    padding: 10px;
    width: 50%;
    max-width: 250px;
    text-align: center;
    color: white;
    font-weight: 600;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    transition: 0.5s;
}
.propViewBtn .rightArrow{
    display: none;
    transition: 0.5s;
}
.propViewBtn:hover .rightArrow{
    display: unset;
}
.addToFavBtn{
    color: brown;
    font-weight: 700;
    padding: 10px 20px;
    width: 50%;
    max-width: 250px;
}
.addToFavBtn:hover{
    color: rgb(122, 31, 31);
}
.page-item .page-link{
    padding: 10px 20px;
    color: #212121;
}
.page-item.active .page-link, .page-item:hover .page-link{
    border-color: #d8d7e0;
    background-color: #e7e7ed;
}
.nextPageBtn{
    background-color: brown;
    color: white !important;
    border-radius: 50px !important;
    margin-left: 15px !important;
    font-weight: 600;
}
.nextPageBtn:hover{
    background-color: rgb(122, 31, 31) !important;
}
#filterBar{
    background-color: white;
    border-top: 1px solid rgb(233 233 238);
    border-bottom: 1px solid rgb(233 233 238);
}
#filterBar .row{
    min-height: 60px;
}
.rightBorder{
    border-right: 1px solid rgb(233 233 238);
}
.borderBottom{
    border-bottom: 1px solid rgb(233 233 238);
}
.filterColPadding{
    padding-top: 8px;
    padding-bottom: 8px;
}
.filters{
    background-color: transparent;
    color:#212121;
    border: none;
    width: 150px;
    height: 100%;
}
.toText{
    color:#212121;
}
.centerCol{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.centerColLeft{
    display: flex;
    align-items: center;
    justify-content: start;
}
.redPrice{
    color: #aa4939;
    font-weight: bold;
}
.itemTitle{
    font-weight: bold;
}
.subText{
    font-size: 0.9em;
    color: #3b4a5a;
}
.propertyDetailCon{
    padding-bottom: 15px;
}
.propertyDetailCon .title{
    font-size: 1.4em;
    color: #212121;
    font-weight: 600;
    margin-top: 10px;
    /* text-align: center; */
}
.propertyDetailCon .title .price{
    font-weight: 700;
    background-color: #f5f5f9;
    border-radius: 10px;
    padding: 10px;
}
.propertyDetailCon .title2{
    font-size: 1.2em;
    color: #212121;
    font-weight: 600;
    margin-top: 30px;
}
.propertyDetailCon .description{
    /* max-height: 120px; */
    /* overflow: hidden; */
}
.smallTitle{
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 0px;
}
.largePrice{
    font-size: 1.4em;
    color: #aa4939;
    font-weight: bold;
    margin-bottom: 0px;
}
.largePrice2{
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 0px;
}
.largePrice2 .small{
    font-size: 0.7em !important;
}
.smallBottomText{
    font-size: 0.8em;
    font-weight: 300;
    margin-bottom: 0px;
    color: #606f80;
}
.bellImg{
    width: 50px;
}
.saveBtn{
    font-size: 1.1em;
    font-weight: bold;
    border-radius: 100px;
    border: 1px solid #000e23;
    width: 100%;
}
.saveBtnGreen{
    border: 1px solid #017943;
    color: #017943;
}
.saveBtn:hover{
    background-color: #000e23;
    color: white;
}
.saveTitle{
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 0px;
}
.saveNormal{
    margin-bottom: 0px;
}
.priceDropLink{
    font-weight: bold;
    text-decoration: underline;
    color: #242f44;
}
.priceDropLink i{
    font-size: 1.5em;
    color: #017943;
    margin-right: 5px;
}
a.smallBottomText{
    text-decoration: underline;
}
#showMoreBtn{
    background-color: transparent;
    box-shadow: none;
    border: none;
    outline: none;
    color: brown;
    font-weight: 600;
}
.detailImg{
    width: 100%;
    min-height: 220px;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.lightText{
    color: #606f80;
    font-size: 0.8em;
    padding-left: 18px;
    margin-bottom: 15px;
}
.showHide, .showHide:active{
    width: 100%;
    background-color: brown !important;
    color: white !important;
    font-weight: bold;
    border-radius: 100px;
}
.featureBox i{
    margin-right: 15px;
    color: brown;
    font-size: 1.1em;
}
.featureBox .t1{
    font-weight: 600;
}
.featureBox p{
    margin-bottom: 0px;
}
.questionOptions{
    min-width: 49%;
    margin-bottom: 15px;
}
.propertyCon select, .propertyCon .inputs{
    border-radius: 50px;
    background-color: #f5f5f9;
}
.propertyCon.searchRes select, .propertyCon.searchRes .inputs{
    border-radius: 10px;
    background-color: #f5f5f9;
}
.propertyCon.searchRes label{
    font-weight: bold;
    color: #3b4a5a;
}
.bodyTypeLink .btn{
    opacity: 0.7;
    font-size: 0.8em;
}
.bodyTypeLink .btn.active, .bodyTypeLink .btn:hover{
    opacity: 1;
}
.subBtn{
    width: 100%;
    border-radius: 50px;
    font-weight: 700;
    background-color: brown;
    color: white;
}
.subBtn:hover{
    background-color: rgb(122, 31, 31);
    color: white;
}
.viewNumBtn{
    width: 100%;
    border-radius: 50px;
    font-weight: 700;
    background-color: white;
    border: 2px solid brown;
    color: brown;
}
.viewNumBtn:hover{
    background-color: white;
    color: brown;
    border: 2px solid brown;
}
.correctIcon{
    font-size: 4em;
    color: #b1ee4d;
}
.successBtns{
    width: 100%;
    border-radius: 50px;
    font-weight: 700;
    background-color: brown;
    color: white;
    margin-bottom: 10px;
}
.successBtnsTop{
    font-size: 0.9em;
}
.successBtns:hover{
    background-color: rgb(122, 31, 31);
    color: white;
}
.backLink i{
    color: brown;
}
.backLink{
    font-weight: 700;
    color: #212121;
}
.shareBtn i{
    color: brown;
}
.shareBtn{
    font-weight: 700;
    font-size: 0.9em;
}
.shareBtnLarge{
    font-size: 1em;
    font-weight: 600;
}
.shareBtnLarge i{
    font-size: 1.4em;
}
.showHide{
    display: none;
}

.popup{
    position: relative;
    position: absolute;
    top: 10%;
    background-color: white;
    border-radius: 15px;
    padding: 20px;
    min-width: 40%;
    left: 30%;
    right: 30%;
    box-shadow: rgba(0, 0, 0, 0.24) 2px 2px 8px 2px;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    border: 1px solid rgb(104, 104, 104);
}
.closeBtn{
    position: absolute;
    top: 10px;
    right: 20px;
    border-radius: 1000px;
    border: 1px solid black;
}
.clickTopic{
    cursor: pointer;
}
.subPart{
    background-color: rgb(238, 240, 244);
}
.provinceRow{
    border-bottom: 1px solid rgb(191, 199, 208);
}

@media screen and (max-width:769px){
    .popularPlace{
        margin-bottom: 20px;
    }
    #secondCon{
        margin-bottom: 80px;
    }
    .normalCon{
        margin-top: 80px;
        margin-bottom: 80px;
    }
    #mainCon{
        height: 30vh;
    }
    .searchCon{
        margin-top: 19vh;
    }
    .searchCon .upperPart h1{
        font-size: 1.5em;
    }
    .searchCon .upperPart p{
        font-size: 0.8em;
    }
    .searchCon .upperPart{
        min-height: 120px;
    }
    #secondCon{
        margin-top: 240px;
    }
}
@media screen and (max-width:576px){
    #mainCon{
        height: 40vh;
    }
    .searchCon{
        margin-top: 25vh;
    }
    .searchCon .upperPart h1{
        font-size: 1.3em;
    }
    .searchCon .upperPart{
        padding-top: 20px;
        padding: 15px;
    }
    .searchCon .upperPart p{
        font-size: 0.6em;
    }
    .searchCon .lowerPart{
        padding: 15px 15px;
    }
    .searchLinks{
        font-size: 0.8em;
    }
    #searchForm{
        display: block;
    }
    #searchBtn{
        width: 100%;
        margin-top: 15px;
        font-size: 0.9em;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    #search{
        font-size: 0.9em;
        height: 40px;
    }
    #secondCon{
        margin-top: 220px;
        margin-bottom: 50px;
    }
    .popularPlace{
        margin-bottom: 20px;
    }
    .normalCon{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .page-item .page-link{
        padding: 10px 15px;
        color: #212121;
    }
    .nextPageBtn{
        font-size: 0.8em;
        padding: 12px 15px !important;
    }
    .mobilePadding{
        padding-left: 20px;
        padding-right: 20px;
    }
    .propImg{
        border-top-right-radius: 15px;
    }
    .addToFavBtn{
        padding: 10px 20px 10px 10px;
        font-size: 0.9em;
    }
    .propViewBtn{
        font-size: 0.9em;
    }
    .filter .propertyDetailBox .upperPart{
        height: 130px;
    }
    .propertyOwl.filter .owl-stage-outer{
        min-height: 200px !important;
    }
    .propertyOwl .owl-stage-outer{
        min-height: 300px !important;
    }
    .searchBox{
        width: 100%;
    }
    #filterPart{
        display: none;
    }
    .showHide{
        display: block;
    }
    .popup{
        top: 20%;
        min-width: 90%;
        left: 5%;
        right: 5%;
    }
}

/* Premium Dealers Carousel Styling */
.dealersOwl {
    margin-top: 20px !important;
}

.dealerCard {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    padding: 16px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.dealerCard img {
    max-height: 70px;
    max-width: 100%;
    width: auto !important; /* Override owl-carousel force 100% width on images */
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0 auto;
    display: block;
}

.dealerCard:hover {
    transform: translateY(-5px);
    border-color: rgba(170, 73, 57, 0.2);
    box-shadow: 0 12px 24px rgba(170, 73, 57, 0.12);
}

.dealerCard:hover img {
    filter: grayscale(0%);
    opacity: 1;
}