/*--------------------------------index2------------------------------*/
.imgBlop {
    height: 600px;
    width: 700px;
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
}

    .imgBlop img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

.DetailsBlop {
    left: 10%;
    top: 30%;
    height: 500px;
    width: 500px;
    position: relative;
}

.hero {
    background-color: #f7fafe;
}

.landing-curve svg path {
    fill: #f5f9fd;
}

.hero .CounterTop {
    background: #f3fbfd;
}

.site-nav .site-navigation .site-menu > li > a.link-item {
    color: #012771;
}

.hero .form-search .btn {
    background-color: #005555;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    position: absolute;
    right: 0;
    width: 57px;
}

.CardBlob {
    position: relative;
}

.BlobImg {
    position: absolute;
    left: 0;
    right: 0;
    background-image: url('../images/sahaba/home/unlock.png');
    top: 0;
}

.hero  .imgBlop img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.BlobImg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100000;
    background-image: url('/images/Sahaba/Home/unlock.png');
    background-position: center;
    background-size: cover; /* Ensure image scales */
    width: 100%; /* Set full width */
    height: 100vh; /* Set full height for visibility */
}

.testimonial-slider-wrap .tns-nav {
    bottom: -50px;
}
.person .person-contents {
    padding: 0 0 20px 0;
}
.person img{
    margin:22px 0;
}

.property-slider-wrap .tns-nav, .img-property-slide-wrap .tns-nav {
  
    bottom: 25%;
   
}
.img-property-slide-wrap {
    /*position: absolute;*/
    bottom: 0;
    border-radius: 20px;
}
.CardBlob .img-property-slide-wrap {
    position: absolute;
   
}

#tns1 > .tns-item {
    width:calc(20%) !important;
    height: 400px;
    padding-right: 30px;
    object-fit: cover;
    background: #fcfcfc;
}

.hero .blob {
    width: 700px;
    height: 600px;
    background: linear-gradient(100deg, #f6f9fd00, #b3d0f236);
    border-radius: 0;
    animation: morph 6s infinite;
    position: relative;
    left: auto;
    right: 0;
    top: 25px;
    overflow: hidden;
}




.FAQSection .blob {
    width: 600px;
    height: 500px;
    background: linear-gradient(100deg, #f6f9fd00, #b3d0f236);
    border-radius: 0;
    animation: morph 6s infinite;
    position: relative;
    left: auto;
    right: 0;
    top: 25px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.FAQSection .ImgFAQ{
    height:450px;
}
.site-nav .site-navigation .site-menu > li > a {
    display: flex;
    align-items: center;
    cursor: pointer;
}
@keyframes morph {
    0% {
        border-radius: 50% 40% 60% 40% / 40% 60% 40% 60%;
    }

    25% {
        border-radius: 40% 60% 50% 60% / 60% 40% 50% 40%;
    }

    50% {
        border-radius: 60% 50% 40% 50% / 50% 40% 60% 50%;
    }

    75% {
        border-radius: 50% 60% 40% 60% / 40% 50% 60% 50%;
    }

    100% {
        border-radius: 50% 40% 60% 40% / 40% 60% 40% 60%;
    }
}


.dots {
    position: absolute;
    top:75%;
    bottom: 0;
    width: 200px;
    height: 200px;
}

    .dots img {
        width: 100%;
        height: 100%;
        object-fit:contain;
    }

.Landlords .dots {
    position: absolute;
    bottom: -106px;
    right: auto;
    width: 200px;
    height: 200px;
    z-index: -1;
    left: -27px;
}
.Tenants .dots {
    position: absolute;
    top: -88px;
    right: auto;
    width: 200px;
    height: 200px;
    z-index: -1;
    right: -27px;
}

.section.PartnerSection  {
    border-bottom: 2px dashed #e9ecef;
    margin: 0 5% !important;
   
}
.FAQSection {
    background: #fbfbfb;
    margin-bottom: 0 !important;
    padding-bottom: 10%;
}

