﻿
/*.city__page__wrapper {
    background: #F6F8FA;
}*/
.submit__budget__btn {
    background-color: #ffffff;
    color: #1c4e80;
    border: 2px solid #1c4e80;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .submit__budget__btn:hover {
        background-color: #e6f4ff; /* Light Blue Background */
        color: #1c4e80;
        box-shadow: 0 4px 12px rgba(28, 78, 128, 0.15);
        transform: translateY(-2px);
    }

.city__page__conntainer {
    display: grid;
    grid-template-columns: calc(100% - 330px) 300px;
    gap:30px;
    padding-inline:0;
}
#city__image__slider{
    margin-top:30px;
}
#city__image__slider .slide {
    max-height: 350px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
#city__image__slider .slide:after{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:60px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #000);
}
#city__image__slider .slide img{
    object-fit:cover;
    width:100%;
    height:100%;
    max-height: 350px;
}
#city__image__slider .owl-dots{
    display:block;
    position:absolute;
    bottom:10px;
    left:50%;
    transform:translateX(-50%);
}
#city__image__slider .owl-dots span{
    height: 6px;
    width: 6px;
    background:hsla(0,0%,84%,.8);
    margin:5px;
}
#city__image__slider .owl-dots .owl-dot.active span{
    height: 7.8px;
    width: 7.8px;
    background:#fff;
}
#city__image__slider .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}
#city__image__slider .owl-nav button.owl-prev{
    position:absolute;
    top:calc(50% - 20px);
    left:20px;
}
#city__image__slider .owl-nav button.owl-next{
    position:absolute;
    top:calc(50% - 20px);
    right:20px;
}
#city__image__slider .owl-nav button svg{
    width:20px;
    height:20px;
}
#city__image__slider .owl-nav button svg ,
#city__image__slider .owl-nav button svg path{
    fill:#fff !important;
}


.filter__by__category .city__nav__row nav a {
    background: #F7EBFF;
    color: #733fcb;
}
.city__nav__row nav li a.active {
    color: #fff;
    background: #126fd9;
}
.filter__by__category .city__nav__row nav a.active {
    background: #6738b5;
    color:#fff;
}
.city__nav__row nav a img {
    width: 20px;
}  
.city__about__intro .container{
    padding-inline:0; 
}
.city__about__intro .main__title{
    font-size:32px;
    font-weight:800;
    margin-bottom:12px;
}
.city__about__intro ol {
    margin-left: 0 !important;
} 

.city__about__intro p {
    font-size: 15px !important;
    font-weight: 500;
    padding-bottom: 16px;
    line-height: 26px !important;
    font-family: Manrope, sans-serif !important;
    font-family: none;
}

/*.city__about__intro .city__about__intro p {
    font-size: 15px !important;
    font-weight: 500;
    padding-bottom: 16px;
    line-height: 26px !important;
    font-family: Manrope, sans-serif !important;
    font-family: none;
}*/


.filter__by__category .container {
    padding-inline: 0;
}
.filter__by__category .grid__row {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.filter__by__category .heading__block{
    padding-inline:0;
}
.filter__by__category .heading__block h3{
    font-size:24px;
    margin-bottom:20px;
}
.filter__by__category .heading__block .view__all {  
    border: 2px solid #05379A;
    border-radius:4px;
    color:#05379a;
    font-weight:600;
    height:40px;
    padding-inline:24px;
    display:flex;
    align-items:center;
    gap:8px;
    width:max-content;
}
.filter__by__category .heading__block .view__all svg path{
    fill:#05379a;
}
.filter__by__category .card {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0;
    border-radius: 12px;
    padding: 20px; 
    padding-bottom: 0;
    position: relative;
}
.filter__by__category .card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    margin-top:-3px;
    border-radius:12px;
}
.filter__by__category .card::before{
    background:#000;
    z-index:-1;
}
.filter__by__category .card .title{
    font-size:18px;
    margin-bottom:8px;
}
.filter__by__category .card .title span{
    font-size:16px;
}
.filter__by__category .card.residential__card{
    background:rgb(246 242 254);
}
.filter__by__category .card.residential__card .title{
    color:#551a8b;
}
.filter__by__category .card.residential__card .count{
    color:#551a8b;
}
.filter__by__category .card.commercial__card{
    background:rgb(254 246 240);
}
.filter__by__category .card.commercial__card .title{
    color:rgb(92 36 3);
}
.filter__by__category .card.commercial__card .count{
    color:rgb(92 36 3);
}

.filter__by__category .card .count{
    background:#fff;
    border-radius:90px;
    color:#000;
    padding-inline: 16px;
    height:28px;
    font-size:14px;
    font-weight:600;
    display:flex;
    align-items:center;
    margin-bottom:20px;
}
.filter__by__category .card img{
    width:100%;
}
.app__banner_card .container {
    padding: 0;
    background: rgb(238 235 254);
    border-radius:20px;
}
.app__banner_card .grid__row {
    display:flex;
    gap: 0;
    overflow: hidden;
    align-items:center;
}
.top__locations__by__city .container {
    /*overflow: hidden;*/
    padding-inline:0;
}
.top__locations__by__city .heading__block {
    padding-inline: 0;
    margin-bottom: 32px;
}
.top__locations__by__city .heading__block .tag{
    background:rgb(212 249 223);
    color:#549868;
    display:inline-block;
    padding:4px 12px;
    border-radius:24px;
    font-size:13px;
    margin-bottom:12px;
    font-weight:600;
}
.top__locations__by__city .heading__block .title {
   font-size: 24px;
    color: #3b3b3b;
    margin-bottom: 8px;
    font-weight:800;
}
.top__locations__by__city .heading__block p {
    font-size: 16px;
    color: #666;
}

.top__locations__by__city #top__location__by__city button {
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.top__locations__by__city #top__location__by__city button.disabled{
    opacity:0;
}
.top__locations__by__city #top__location__by__city button.owl-prev {
    position: absolute;
    top: calc(50% - 20px);
    left: -15px;
}

.top__locations__by__city #top__location__by__city button svg {
    height: 16px;
    width: 16px;
}

.top__locations__by__city #top__location__by__city button.owl-next {
    position: absolute;
   top: calc(50% - 20px);
    right: -15px;
}
.top__locations__by__city .city__block {
    width: 216px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 240px;
    position:relative;
    overflow:hidden;
}
.top__locations__by__city .city__block .image {
    height: 100%;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}
.top__locations__by__city .city__block .image img{
    object-fit:cover;
    min-height:240px;
}
.top__locations__by__city .city__block .content{
    position:absolute;
    bottom:0;
    width:100%;
    left:0;
    padding:20px;
    background: linear-gradient(to top, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .6) calc(100% - 32px), rgba(0, 0, 0, 0) 100%);
    border-radius:12px;
}
.top__locations__by__city .city__block .content p.location{
    color:#fff;
    font-size:15px;
    margin-top:4px;
    font-weight:600;
}
.top__webstories .container{
    padding-inline:0;
}
.top__webstories .heading__block {
    margin-bottom: 24px;
    padding-inline: 0;
}
.top__webstories .heading__block .tag {
    background: rgb(212 249 223);
    color: #549868;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 24px;
    font-size: 13px;
    margin-bottom: 12px;
    font-weight: 600;
}
.top__webstories .heading__block h2 {
   font-size: 24px;
    color: #3b3b3b;
    padding-bottom: 8px;
    font-weight:800;
    line-height: 1.25;
}
.top__webstories .heading__block p {
    color: #666;
    font-weight: 400;
}
.top__webstories .owl-carousel .owl-stage {
    padding-top: 20px;
}
#top__webstories.owl-carousel button {
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.top__webstories .owl-carousel button.owl-next {
    position: absolute;
    top: calc(50% - 40px);
    right: -25px;
}
.top__webstories .owl-carousel button.owl-prev {
    position: absolute;
    top: calc(50% - 40px);
    left: -25px;
}
.top__webstories .card {
    position: relative;
    border: none;
    padding-top: 20px;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
}
.top__webstories .card::before {
    width: calc(100% - 24px);
    height: 10px;
    border-radius: 10px 10px 0 0;
    background-color: #DCDCDC;
    content: '';
    top: -10px;
    left: 12px;
    position: absolute;
    z-index: 2;
}
.top__webstories .card svg {
    position: absolute;
    top: 10px;
    z-index: 4;
    right: 10px;
}
.top__webstories .card .image {
    min-height: 240px;
    height: 240px;
    z-index: 3;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.top__webstories .card .image::before {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #000);
    background-blend-mode: multiply;
    content: "";
    transform: rotate(-180deg);
    display: block;
    height: 45px;
    width: 100%;
    position: absolute;
    top: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    z-index: 1;
}
.top__webstories .card .image img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.top__webstories .card .content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    padding-bottom: 10px;
    background-image: linear-gradient(180deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 80%));
    z-index: 3;
    border-radius: 10px;
}
.top__webstories .card .content h5 {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 1.4;
}
.top__webstories .card::after {
    width: calc(100% - 42px);
    height: 20px;
    border-radius: 10px 10px;
    background-color: #F5F5F5;
    content: '';
    top: -20px;
    left: 24px;
    position: absolute;
    z-index: 1;
}
.app__banner_card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.app__banner_card .content{
    padding:30px;
    padding-left:50px;
}
.app__banner_card .content h4{
    font-size:28px;
    color:#05379a;
    font-weight:800;
    margin-bottom:12px;
}
.app__banner_card .content ul{
    padding-left:20px;
}
.app__banner_card .content ul li{
    font-size:15px;
    padding-bottom:8px;
    list-style:disc;
    font-weight:600;
    color:#000;
}
.app__banner_card .buttons__wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}
.app__banner_card a {
    border-radius: 10px;
    padding: 12px 20px;
    justify-content: center;
    background: #05379a;
    min-width: 150px;
    letter-spacing: 0;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}
.app__banner_card a svg path{
    fill:#fff;
}
.projects__by__status .container{
    position:relative;
    overflow:hidden;
    background:rgb(229 247 250);
    padding:20px;
    border-radius:12px;
}
.projects__by__status .bg__img {
    position: absolute;
    right: 20px;
    bottom: 0;
    height:100px;
}

.projects__by__status h2 {
    margin-bottom: 20px;
}
.projects__by__status .flex__row {
    display: flex;
    gap: 12px;
    flex-wrap:wrap;
}
.projects__by__status .flex__row form button{
    background: #fff;
    padding-inline: 20px;
    border-radius: 90px;
    padding-inline:20px;
    height:36px;
    display:flex;
    align-items:center;
    color:#000;
    font-size:13px;
    font-weight: 600;
    font-family: Manrope, sans-serif;
}
.projects__by__status .flex__row a img{
    width:16px;
    height:16px;
}
.price__trends__by__city .card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:24px;
}
.price__trends__by__city .card__header h4{
    font-size:24px;
}
.price__trends__by__city .card__header .chart__buttons__wrapper{
    display:flex;
    gap:8px;
}
.price__trends__by__city .card__header .btn{
    width:60px;
    border-radius:4px;
    height:32px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.price__trends__by__city .card__header .btn__blue{
    background:#1D113E;
    color:#fff;
}
.price__trends__by__city .card__header .btn__purple{
    background:#735AE5;
    color:#fff;
}
.price__trends__by__city .card__header .btn__green{
    background:#00E396;
    color:#fff;
}
.city__aside{
    margin-top:30px;
}
.city__aside .single__block.home__loan__block {
    background: rgb(237 248 231);
    padding: 50px 20px;
    border-radius: 12px;
    text-align: center;
}
.city__aside .single__block.home__loan__block .title{
    font-size:24px;
    color:rgb(25 21 74);
    font-weight:800;
    line-height:1.25;
}
.city__aside .single__block.home__loan__block img{
    margin-block:40px;
}
.city__aside .single__block.home__loan__block p{
    font-size:13px;
    color:rgb(25 21 74);
    font-weight:600;
    line-height:1.25;
}
.city__aside .single__block.home__loan__block a{
    background:rgb(43 43 86);
    width:80%;
    margin-inline:auto;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    border-radius:12px;
    margin-top:20px;
    font-size:15px;
}
.city__aside .single__block.app__promo{
    border-radius:12px;
    overflow:hidden;
    background: rgb(229 247 250);
    margin-top:32px;
    box-shadow:0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    position:sticky;
    top:100px;
    margin-bottom:40px;
}
.city__aside .single__block.app__promo .gradient__bg {
    height:200px;
}
.city__aside .single__block.app__promo .promo__about{
    background:#fff;
    border-radius:20px 20px 0 0;
    padding:20px;
}
.city__aside .single__block.app__promo .promo__about .image{
    text-align:center;
}
.city__aside .single__block.app__promo .promo__about .image img{
    margin-top:-150px;
}
.city__aside .single__block.app__promo .title {
    font-size: 24px;
    line-height: 1.25;
    margin-block: 28px 16px;
    text-align: center;
    color:rgb(27 47 52);
    font-weight:800;
}
.city__aside .single__block.app__promo p{
    font-size:13px;
    text-align:center;
    font-weight:600;
    color:rgb(63 94 100);
}
.city__aside .single__block.app__promo .buttons__wrapper{
    display:flex;
    gap:8px;
    justify-content:center;
    margin-top:20px;
}
.city__aside .single__block.app__promo .buttons__wrapper a{
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgb(83 160 177);
    height:40px;
    border-radius:6px;
    color:#fff;
    padding-inline:20px;
    font-size:13px;
    font-weight:600;
}
.price__trends__by__city .container {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding-inline:20px;
    padding-block:20px;
}
.city__main .search__by__city__wrapper {
    background-color: #1D113E;
    border-radius:12px;
    padding-bottom:0;
    position:relative;
    margin-bottom:40px;
}
.city__main .search__by__city__wrapper::after{
    content:'';
    position:absolute;
    bottom:0;
    right:0;
    height:200px;
    width:200px;
    background-image:url('/assets/images/disc-background.webp');
    background-size:cover;
    opacity:.3;
}
.search__by__city__wrapper .container{
    background:transparent;
    padding-bottom:48px;
    padding-inline:40px;

}
.search__by__city__wrapper .title{
    color:#fff;
    max-width:500px;
    margin-bottom:20px;
}
.search__by__city__wrapper form{
    display:flex;
    align-items:center;
    width:100%;
    background:#fff;
    max-width:500px;
    height:52px;
    border-radius:90px;
}
.search__by__city__wrapper form .form__field{
    display:flex;
    position:relative;
    padding-left:20px;
    width:100%;
}
.search__by__city__wrapper form .form__field svg{
    width:24px;
    height:24px;
}
.search__by__city__wrapper form input{
    border:none;
    outline:none;
    width:100%;
    font-size:16px;
    padding-left:12px;
}
.search__by__city__wrapper form button{
    width:40px;
    height:40px;
    min-width:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:46px;
    background:#EEEBFE;
    margin-right:8px;
    padding:0;
}
.search__by__city__wrapper form button svg{
    width:20px;
    height:20px;
}
.top__developers__by__city .heading__block{
    padding-inline:0;
    margin-bottom:32px;
}
.top__developers__by__city .heading__block .title{
    color:#000;
    font-weight:800;
}
.top__developers__by__city {
    background: #F1F6FA;
}
.top__developers__by__city .container {
    padding-inline: 0;
}
.top__developers__by__city .grid__row {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.top__developers__by__city .developer__card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding:24px;
    border-radius:12px;
    background:#fff;
}
.top__developers__by__city .developer__card p[data-f-id="pbf"]{
    display:none !important;
}
.top__developers__by__city .developer__card .founded{
    padding:4px 12px;
    border-radius:20px;
    color:rgb(122 170 166);
    background:rgb(227 238 240);
    font-size:13px;
    font-weight:600;
    margin-bottom:12px;
    display:inline-block;
}
.top__developers__by__city .developer__card .name{
    color:rgb(15 30 52);
    font-size:15px;
    margin-bottom:12px;
}
.top__developers__by__city .developer__card .developer__card__header p{
    color:#000;
    font-weight:400;
    font-size:13px;
    line-height:20px;
  display:inline;
}
    .top__developers__by__city .developer__card .developer__card__header .developer__about {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 3.2em; 
        margin-bottom: 20px;
    }
    .top__developers__by__city .developer__card .developer__footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
.top__developers__by__city .developer__card .founded__date{
    font-size:13px;
    font-weight:600;
}
.top__developers__by__city .developer__card .founded__date span{
    display:block;
    font-size:12px;
    color:#666;
    font-weight:500;
    margin-top:4px;
}
.top__developers__by__city .developer__card .view__details{
    background:rgb(58 48 108);
    color:#fff;
    height:36px;
    padding-inline:20px;
    border-radius:90px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    gap:8px;
}
.top__developers__by__city .developer__card .view__details svg{
    width:10px;
    height:10px;
}
.top__developers__by__city .developer__card .view__details svg path{
    fill:#fff;
}

@media (max-width:1024px){
    .city__page__conntainer{
        padding-inline:20px;
    }
}

@media (max-width:800px){
    .city__page__wrapper .city__main {
        max-width: calc(100vw - 40px);
    }
    .city__page__wrapper section {
        padding-block: 20px;
    }
    .city__page__conntainer {
        grid-template-columns: 1fr;
    }
    #city__image__slider .owl-nav button {
        width: 32px;
        height: 32px;
    }
    #city__image__slider .owl-nav button.owl-prev{
        left:8px;
    }
    #city__image__slider .owl-nav button.owl-next{
        right:8px;
    }
    #city__image__slider .owl-nav button svg {
    width: 14px;
    height: 14px;
    }
    .filter__by__category .heading__block h3,
    .top__locations__by__city .heading__block .title,
    .projects__by__status h2,
    .top__webstories .heading__block h2 {
        font-size: 18px;
    }
    .projects__by__status .bg__img{
        display:none;
    }
    .top__locations__by__city .heading__block p {
        font-size: 13px;
    }
    .projects__by__status .flex__row {
        padding-right: 60px;
    }
    .top__developers__by__city .container{
        padding-inline:20px;
    }
    .filter__by__category .grid__row{
        display:flex;
        flex-wrap:wrap;
    }
    .filter__by__category .heading__block{
        margin-inline:0 auto;
        margin-bottom:20px;
    }
    .city__about__intro .main__title{
        font-size:24px;
    }
    .city__about__intro p{
        font-size:13.5px;
    }
    .search__by__city__wrapper .container {
        padding-bottom: 28px;
        padding-inline: 20px;
    }
    .search__by__city__wrapper .title {
        font-size: 16px;
    }
    .projects__by__status .flex__row {
        padding-right: 0px;
        overflow:auto;
        flex-wrap:nowrap;
    }
    .projects__by__status .flex__row::-webkit-scrollbar {
        display: none;
    }
    .projects__by__status .container{
        padding-right:0;
    }
    .projects__by__status .flex__row a {
        font-size: 10px;
        min-width:max-content;
    }
    .app__banner_card .content h4 {
        font-size: 20px;
    }
}
@media (max-width:576px){
    .city__page__conntainer{
        gap:0;
    }
    .city__aside .single__block.home__loan__block .title{
        font-size:18px;
    }
    .city__aside .single__block.home__loan__block{
        padding:20px 10px;
    }
    .city__aside .single__block.app__promo .title{
        font-size:18px;
    }
    .city__aside .single__block.app__promo .gradient__bg {
        height: 120px;
    }
    .city__aside .single__block.app__promo .promo__about .image img {
        margin-top: -110px;
    }
    .app__banner_card .grid__row {
        flex-direction: column;
        gap:20px;
    }
    .top__developers__by__city .grid__row{
        grid-template-columns:1fr;
    }
    .app__banner_card .content {
        padding: 20px;
    }
    .app__banner_card .content ul li{
        font-size:12.5px;
    }
    .app__banner_card a{
        min-width:max-content;
        font-size:13px;
        line-height:inherit;
        padding-block:8px;
    }
    .price__trends__by__city .card__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .price__trends__by__city .card__header h4 {
    font-size: 18px;
    }
}

.city__about__intro p[data-f-id="pbf"] {
    display: none !important;
}