/* scroll to top start */
#syncinnsScrollTopBtn {
    position: fixed;
    bottom: 90px;
    right: 34px;
    background-color: rgb(0 30 43);
    color: #0dff00;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0px 6px 27px 0 #0dff00;
    display: none;
    align-items: center;
    justify-content: center;
    transition: background 0.3s, transform 0.3s;
    z-index: 999;
}

#syncinnsScrollTopBtn:hover {
    background-color: rgba(var(--main-color), 1);
    /* Slightly lighter purple on hover */
    transform: translateY(-3px);
}

@media (max-width: 576px) {
    #syncinnsScrollTopBtn {
        width: 40px;
        height: 40px;
        font-size: 18px;
        bottom: 15px;
        right: 15px;
    }
}

/* scroll to top end */

.list-property-banner {
    position: relative;
    padding: 106px 0 159px 0;
    background-color: #080032;
    border-radius: 20px;
    overflow: hidden;
}

.list-property-banner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../images/list-property/banner-shape.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 536px;
    height: 356px;
}
.list-property-banner.list-property-banner-ar::after {
    content: "";
    position: absolute;
    top: 90px;
    left: -90px;
    right: inherit;
    transform: rotate(270deg);
    background-image: url("../images/list-property/banner-shape.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 536px;
    height: 356px;
}
.list-property-banner h1 {
    font-size: 55px;
    font-weight: 700;
    line-height: 65px;
    text-transform: capitalize;
    color: #fff;
    max-width: 482px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.list-property-banner p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
    color: #fff;
    max-width: 498px;
    position: relative;
    z-index: 1;
}
.register-card-main {
    max-width: 409px;
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.register-card-top {
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(94px);
    -webkit-backdrop-filter: blur(94px);
    padding: 9px 0 13px 0;
    border-radius: 10px 10px 0 0;
    margin: 0 17px;
}
.register-card-top h4 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #ffffff;
    margin: 0;
}
.register-card {
    padding: 30px 28px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.24);
}
.register-card h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    color: #07012a;
    margin-bottom: 22px;
}
.register-card ul {
    list-style: none;
}
.register-card ul li {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
}
.register-card ul li .check-icon {
    display: inline-block;
    margin-right: 13px;
}
.register-card ul li p {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #07012a;
    margin: 0;
}
.register-card .register-btn {
    border: 0;
    border-radius: 4px;
    background: #080032;
    color: #fff;
    padding: 14px 14px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
}
.list-property-banner .register-card-btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #07012a;
}
.list-property-banner .register-card-btn a {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #5d45db;
    display: inline-block;
    margin-top: 5px;
    text-decoration: underline !important;
}

/*  */
.list-property-sec-bottom {
    position: relative;
    top: -26px;
    z-index: 2;
    margin-top: -26px;
}

.list-property-bottom-box {
    box-shadow: 0px 3px 16px 0px #0000001f;
    border-radius: 5px;
    padding: 29px 35px;
    background-color: #fff;
    height: 100%;
}
.list-property-bottom-box h5 {
    font-size: 46px;
    font-weight: 500;
    line-height: 100%;
    color: #5d45db;
    margin-bottom: 19px;
}
.list-property-bottom-box p {
    max-width: 214px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #080032;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.worry-sec {
    margin: 100px 0;
}
.worry-card {
    position: relative;
    left: -317px;
    width: 100%;
    min-width: 1100px;
}
.worry-card.worry-card-ar {
    left: 173px;
}
.worry-sec {
    position: relative;
}
.worry-sec figure {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.worry-txt h5 {
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    text-transform: capitalize;
    color: #080032;
}

.worry-txt p {
    font-weight: 400;
    max-width: 514px;
    font-size: 15px;
    line-height: 24px;
    color: #535259;
    margin-bottom: 33px;
}
.worry-card .who-help-card {
    box-shadow: 0px 3px 16px 0px #0000001f;
    padding: 44px 25px 34px 25px;
    border-radius: 5px;
}
.worry-card .who-help-text {
    margin: 0;
    font-size: 15px;
    margin: 5px 0 0 0;
    color: #535259;
}

.worry-card .who-help-heading {
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 26px;
    text-transform: capitalize;
}

/* stay */
.stay-sec {
    background-color: #fafafa;
    padding: 86px 0px 107px 0;
}
.stay-sec h5 {
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    text-transform: capitalize;
    color: #080032;
    margin-bottom: 98px;
}
.stay-shape-sec {
    max-width: 1168px;
    margin: 0 auto;
}
.stay-content-box figure {
    background-color: #fff;
    padding: 18px;
    border-radius: 10px;
    display: table;
    margin: 0 auto 32px auto;
    box-shadow: 0px 3px 16px 0px #0000000a;
}
.stay-content-box figure img {
    width: 50px;
    height: 50px;
}

.stay-content-box h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: #080032;
    margin-bottom: 19px;
}
.stay-content-box p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #535259;
    margin-bottom: 0px;
    max-width: 308px;
    display: table;
    margin: 0 auto;
}
.stay-sec .stay-col {
    position: relative;
}
.stay-sec .stay-col:first-child::after,
.stay-sec .stay-col:nth-child(2)::after {
    content: "";
    background-image: url("../images/list-property/shape1.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 276px;
    height: 35px;
    position: absolute;
    top: 0;
    right: -135px;
}
.stay-sec .stay-col.stay-col-ar:first-child::after,
.stay-sec .stay-col.stay-col-ar:nth-child(2)::after {
    content: "";
    background-image: url("../images/list-property/shape1.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 276px;
    height: 35px;
    position: absolute;
    top: 0;
    right: 259px;
}
.stay-sec .stay-col:nth-child(2)::after {
    background-image: url("../images/list-property/shape2.png");
    top: 50px;
    right: -135px;
}
.stay-sec .stay-col.stay-col-ar:nth-child(2)::after {
    background-image: url("../images/list-property/shape2.png");
    right: 259px;
}
/* payment-sec */

.payment-sec {
    padding: 100px 0;
}

.payment-sec h5 {
    font-weight: 700;
    font-style: Bold;
    font-size: 35px;
    line-height: 45px;
    text-transform: capitalize;
    color: #080032;
    max-width: 425px;
    margin-bottom: 32px;
}

.payment-sec ul li span {
    display: inline-block;
    margin-right: 16px;
}
.payment-sec.payment-sec-ar ul li span {
    margin-left: 16px;
}
.payment-sec ul li {
    margin-bottom: 24px;
    display: flex;
}
.payment-sec ul li span img {
    width: 30px;
    height: 30px;
}
.payment-sec ul li p {
    margin: 0;
    color: #535259;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}
.payment-sec ul li p strong {
    color: #080032;
    font-weight: 600;
}

@media (max-width: 1400px) {
    .list-property-banner h1 {
        font-size: 45px;
        line-height: 55px;
    }
    .list-property-bottom-box h5 {
        font-size: 30px;
        margin-bottom: 6px;
    }
    .list-property-bottom-box p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0px;
    }
    .worry-card .who-help-card {
        padding: 13px 10px 10px 10px;
    }
    .worry-card {
        min-width: 975px;
    }
    .worry-txt h5 {
        font-size: 30px;
        line-height: 36px;
    }
    .who-help-icon img {
        width: 35px;
        height: 35px;
    }
    .worry-txt p {
        margin-bottom: 20px;
    }
    .who-help-icon {
        margin-bottom: 0;
    }
    .worry-card .who-help-text {
        font-size: 14px;
        margin: 10px 0 20px;
        color: #333;
    }
    .worry-sec {
        margin: 30px 0;
    }
    .stay-sec {
        padding: 30px 0px 30px 0;
    }
    .stay-sec h5 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 55px;
    }
    .stay-sec .stay-content-box h5 {
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 8px;
    }
    .payment-sec {
        padding: 30px 0;
    }
    .payment-sec h5 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 22px;
    }
    .payment-sec ul li span img {
        width: 23px;
        height: 23px;
    }
    .stay-sec .stay-col.stay-col-ar:first-child::after,
    .stay-sec .stay-col.stay-col-ar:nth-child(2)::after {
        display: none;
    }
}
@media (max-width: 1199px) {
    .list-property-banner::after {
        width: 326px;
        height: 218px;
    }
    .list-property-banner {
        padding: 47px 0 115px 0;
    }
    .list-property-banner h1 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 14px;
    }
    .worry-card {
        min-width: 700px;
    }
    .list-property-bottom-box h5 {
        font-size: 32px;
        margin-bottom: 6px;
    }
    .list-property-bottom-box p {
        max-width: 214px;
        font-size: 14px;
    }
    .list-property-bottom-box {
        padding: 25px 20px;
    }
    .worry-sec {
        margin: 60px 0;
    }
    .worry-txt h5 {
        font-size: 28px;
        line-height: 38px;
    }
    .worry-card .who-help-card {
        padding: 15px 15px;
    }
    .stay-sec {
        padding: 25px 0px 35px 0;
    }
    .stay-sec h5 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 50px;
    }
    .stay-content-box h5 {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 10px;
    }
    .stay-sec .stay-col:first-child::after,
    .stay-sec .stay-col:nth-child(2)::after {
        width: 202px;
        height: 25px;
        right: -99px;
    }
    .payment-sec {
        padding: 30px 0;
    }
    .payment-sec h5 {
        font-size: 28px;
        line-height: 38px;
        max-width: auto;
        margin-bottom: 20px;
    }
    .payment-sec ul li span img {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 991px) {
    .worry-card {
        position: inherit;
        left: 0;
        width: 100%;
        min-width: 100%;
    }
    .stay-sec .stay-col:first-child::after,
    .stay-sec .stay-col:nth-child(2)::after {
        display: none;
    }
    .list-property-banner::after {
        width: 236px;
        height: 256px;
    }
    .list-property-banner h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .list-property-bottom-box {
        height: 100%;
        margin-bottom: 20px;
        padding: 25px 20px;
    }
    .list-property-bottom-box p {
        font-size: 13px;
    }
    .list-property-banner {
        padding: 50px 0 100px 0;
    }
    .list-property-bottom-box h5 {
        font-size: 25px;
        margin-bottom: 6px;
    }
    .worry-sec figure {
        margin-bottom: 20px;
    }

    .worry-sec figure img {
        height: 350px;
        object-fit: cover;
    }
    .worry-sec {
        margin: 0 0 40px 0;
    }
    .worry-txt h5 {
        font-size: 22px;
        line-height: 30px;
    }
    .stay-sec {
        padding: 20px 0px 30px 0;
    }
    .stay-sec h5 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .stay-content-box h5 {
        font-size: 21px;
        line-height: 31px;
        margin-bottom: 5px;
    }
    .payment-sec {
        padding: 30px 0;
    }
    .payment-sec h5 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    .stay-sec .stay-content-box h5 {
        font-size: 17px;
        line-height: 28px;
        margin-bottom: 5px;
    }
    .payment-sec ul li {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .worry-card {
        position: inherit;
        left: 0;
        width: 100%;
        min-width: 100%;
    }
    .stay-sec .stay-col:first-child::after,
    .stay-sec .stay-col:nth-child(2)::after {
        display: none;
    }
    .list-property-banner::after {
        width: 236px;
        height: 256px;
    }
    .list-property-banner h1 {
        font-size: 28px;
        line-height: 36px;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .list-property-banner p {
        font-size: 13px;
        line-height: 20px;
        max-width: 100%px;
    }
    .register-card ul {
        margin-bottom: 0 !important;
    }
    .list-property-banner {
        padding: 56px 0 30px 0;
        overflow: hidden;
    }
    .list-property-sec-bottom {
        top: 0;
        margin-top: 12px;
    }
    .register-card {
        padding: 16px 14px;
    }
    .register-card ul li p {
        font-size: 13px;
    }
    .register-card h5 {
        margin-bottom: 8px;
    }
    .register-card ul li .check-icon {
        margin-right: 7px;
    }
    .list-property-banner .register-card-btn {
        font-size: 13px;
    }
    .list-property-banner .register-card-btn a {
        font-size: 13px;
    }
    .list-property-bottom-box h5 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .list-property-bottom-box p {
        font-size: 14px;
        line-height: 24px;
    }
    .list-property-bottom-box {
        height: auto;
        margin-bottom: 15px;
    }
    .worry-sec {
        margin: 30px 0 50px 0;
    }
    .worry-sec figure {
        margin-bottom: 20px;
    }
    .worry-txt h5 {
        font-size: 25px;
        line-height: 35px;
    }
    .worry-txt p {
        max-width: 100%;
        font-size: 13px;
        line-height: 22px;
    }
    .worry-card .who-help-card {
        padding: 19px 20px;
    }
    .stay-sec {
        padding: 30px 0px 30px 0;
    }
    .stay-sec h5 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 25px;
    }
    .stay-content-box h5 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .stay-content-box p {
        font-size: 13px;
        margin-bottom: 25px;
    }
    .stay-content-box figure {
        margin: 0 auto 15px auto;
    }
    .payment-sec {
        padding: 30px 0;
    }
    .payment-sec h5 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .payment-sec ul li span img {
        width: 18px;
        height: 18px;
        margin-top: 5px;
    }
    .who-help-icon {
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .list-property-banner::after {
        width: 173px;
        height: 121px;
    }
    .stay-content-box figure img {
        width: 35px;
        height: 35px;
    }
    .register-card-top h4 {
        font-size: 14px;
    }
    .stay-sec .stay-content-box h5 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }
    .list-property-bottom-box p {
        font-size: 12px;
        line-height: 19px;
    }
    .list-property-bottom-box h5 {
        font-size: 22px;
        margin-bottom: 7px;
    }
    .list-property-bottom-box {
        padding: 12px 13px;
    }
    .list-property-bottom-box {
        margin-bottom: 0px;
        height: 100%;
    }
    .list-property-banner h1 {
        font-size: 23px;
        line-height: 30px;
    }
    .worry-sec figure img {
        height: 215px;
        object-fit: cover;
    }
    .worry-txt h5 {
        font-size: 18px;
        line-height: normal;
    }
    .worry-card .who-help-card {
        padding: 5px;
    }
    .worry-card .who-help-heading {
        font-size: 16px;
        margin: 0;
        line-height: 22px;
    }
    .worry-card .who-help-text {
        font-size: 13px;
        margin: 5px 0 0 0;
    }
    .worry-sec {
        margin: 30px 0 15px 0;
    }
    .stay-sec h5 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 11px;
    }
    .stay-sec .stay-content-box h5 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 1px;
    }
    .stay-sec {
        padding: 30px 0px 0px 0;
    }
    .payment-sec h5 {
        font-size: 19px;
        line-height: 27px;
        margin-bottom: 9px;
    }
    .payment-sec ul li {
        margin-bottom: 7px;
    }
    .payment-sec ul li p {
        font-size: 13px;
        line-height: 21px;
    }
    .register-card-top {
        padding: 6px;
    }
    .who-help-icon {
        margin-bottom: 0px;
    }
    .list-property-banner.list-property-banner-ar::after {
        top: 22px;
        left: -24px;
        right: inherit;
        width: 138px;
        height: 92px;
        transform: rotate(270deg);
    }
}

.worry-txt ul li span {
    margin-left: 16px;
}
.banner-BtnBox.banner-BtnBox-ar.partnerbanner-BtnBox {
    justify-content: start;
}

.register-card-sec-ar ul li span {
    margin-left: 16px;
}

.info-box-btn.ar-info-btn {
    background-color: #26a41c;
}

@media (max-width: 992px) {
    .banner-BtnBox.partnerbanner-BtnBox {
        flex-wrap: wrap;
        gap: 10px;
    }
}
@media (max-width: 580px) {
    .list-property-bottom-box p {
        font-size: 13px;
        line-height: normal;
        max-width: max-content;
    }
}
