body {
    font-family: Lato, Helvetica, sans-serif;
    color: #333;
    font-size: 14px;
    overflow-x: hidden;
}

a:hover {
    text-decoration: none;
}

h1,
h2 {
    text-transform: uppercase !important;

}

/* Extending Bootstrap Container Area */


@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }

}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }


}

@media (max-width: 992px) and (min-width: 300px) {
    .mt-top-mobile {
        margin-top: 80px !important;
    }


}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
        /* padding-left: 5%;
        padding-right: 5%; */
    }



}

@media (min-width: 992px) {
    .container {
        max-width: 90% !important;
    }



}

@media (min-width: 1600px) {
    .container {
        max-width: 1448px !important;
    }



}

@media (max-width: 991px) and (min-width: 300px) {
    .hidden-xs {
        display: none !important;
    }
}


@media (max-width: 991px) and (min-width: 768px) {}

@media (min-width: 992px) {


    .hidden-lg {
        display: none !important;
    }
}

a[role="button"] {
    cursor: pointer;
}

a {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

label {
    margin-bottom: .1rem;
    font-size: .8rem;
    font-weight: 700;
}

.form-control {
    height: 36px;
    padding: .375rem 1rem;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2;
}

textarea.form-control {
    padding: 1rem;
}

.form-control:focus {
    border: 1px solid #333;
    box-shadow: none;
}

.custom-select {
    height: 36px;
    padding: .375rem 2rem .375rem 1rem;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2;
    cursor: pointer;
    background-color: transparent;
    z-index: 2;
}

.custom-select:hover,
.custom-select:focus {
    border: 1px solid #333;
    box-shadow: none;
}

.souq-animate {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.souq-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.souq-cover-bottom {
    background-position: center bottom;
}

.souq-cover-top {
    background-position: center top;
}

.souq-section-h2 {
    font-weight: 500;
    color: #000;
}

.souq-section-h2>span {
    font-weight: 300;
    color: #666;
}

.souq-section-h2.text-mustard {
    font-weight: 300;
}

.souq-section-h2.text-mustard>span {
    font-weight: 700;
    color: #d4aa32;
}

.souq-text-light {
    color: #8d8b8b;
    line-height: 2rem;
}

.souq-text-verylight {
    color: #bfbdbd;
}

.souq-text-light a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 1px solid #000;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    transform-origin: top left;
}

.souq-text-light a:hover {
    text-decoration: none;
    padding-bottom: 3px;
    padding-right: 10px;
    border-bottom: 1px solid #000;
}

.souq-primary-cta {
    color: #333;
    font-weight: 700;
    display: inline-block;
}

.souq-primary-cta:hover {
    color: #333;
    text-decoration: none;
}

.souq-primary-cta:after {
    content: " ";
    border-top: 2px solid #333;
    width: 36px;
    height: 7px;
    display: inline-block;
    margin-left: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transform-origin: top left;
}

.souq-primary-cta.text-white:after {
    border-top: 2px solid #fff;
}

.souq-primary-cta:hover:after {
    transform: scale(2, 1);
}

.img-responsive {
    max-width: 100%;
}

.fullwidth-img {
    width: 100%;
}

.underline {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #999;
}

a.exploreall-btn {
    font-size: 20px;
    position: relative;
    font-weight: bold;
    padding-bottom: 7px;
    padding-left: 0;
    text-decoration: none;
    letter-spacing: 0;
    color: #0056b3;
    font-family: 'Inria Serif', serif;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

a.exploreall-btn:hover {
    padding-left: 60px;
}

a.exploreall-btn:before {
    content: '';
    position: absolute;
    bottom: 50%;
    height: 2px;
    background: #0056b3;
    z-index: -1;
    width: 0;
    left: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

a.exploreall-btn:hover:before {
    width: 50px;
    left: 0;
}

a.exploreall-btn:after {
    content: '';
    position: absolute;
    bottom: 50%;
    height: 2px;
    background: #0056b3;
    z-index: -1;
    width: 50px;
    left: 110%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

a.exploreall-btn:hover:after {
    width: 0;
}


/* Border Radius */
.bdr-radius-2 {
    border-radius: 2px;
}

.bdr-radius-3 {
    border-radius: 3px;
}

.bdr-radius-4 {
    border-radius: 4px;
}

.bdr-radius-5 {
    border-radius: 5px;
}

.bdr-radius-10 {
    border-radius: 10px;
}


/* Text ALignment */
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left !important;
}

/* Background Colors & Text Colors */
.bg-white {
    background: #fff;
}

.bg-black {
    background: #000;
}

.bg-eee {
    background: #eee;
}

.bg-999 {
    background: #999;
}

.bg-666 {
    background: #666;
}

.bg-mustard {
    background: #d4aa32 !important;
}

.text-white {
    color: #fff
}

.text-black {
    color: #000
}

.text-666 {
    color: #666
}

.text-999 {
    color: #999
}

.text-ccc {
    color: #ccc
}

.text-mustard {
    color: #d4aa32
}

/* Padding & Margins */

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-200 {
    padding-top: 200px;
}

.pt-300 {
    padding-top: 300px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-200 {
    padding-bottom: 200px;
}

.pb-300 {
    padding-bottom: 300px;
}

.mt-4px {
    margin-top: 4px;
}

.mt-6 {
    margin-top: 6px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-75 {
    margin-top: 75px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-200 {
    margin-top: 200px;
}

.mb-200 {
    margin-bottom: 200px;
}

.mt-300 {
    margin-top: 300px;
}

.mb-300 {
    margin-bottom: 300px;
}

.mlr-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
}

/* Nav Tabs */
.souq-nav-tabs {
    border-bottom: 0 none;
}

.souq-nav-tabs .nav-link {
    margin-right: 20px;
    font-weight: 700;
    font-size: .8rem;
    color: rgba(160, 160, 160, 0.7);
    border-top: 0 none;
    border-right: 0 none;
    border-left: 0 none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.souq-nav-tabs .nav-link.active,
.souq-nav-tabs .nav-link.active:hover {
    border-bottom: 2px solid #333;
    color: rgba(0, 0, 0, 1);
    background-color: transparent;
}

.souq-nav-tabs .nav-link:hover {
    border-color: transparent;
}

/* Tabel Styling */
.souq-table {
    color: #333;
}

.souq-table thead th {
    border-top: 0 none;
    border-bottom: 0 none;
    font-weight: 700;
}

.souq-table td {
    border-top: 1px solid #E2E2E2;
}

.souq-table thead th:first-child,
.souq-table td:first-child {
    padding-left: 0;
}

.souq-content-wrapper {
    padding-top: 50px;
}

h1.souq-page-header {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 3rem;
}

.souq-paginantion .page-item .page-link {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    margin-left: 0;
    margin-right: 20px;
    border-radius: 0;
    padding: 0 2px 10px 2px;
    line-height: 1;
    font-weight: 700;
    border: 0 none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.souq-paginantion .page-item.active .page-link {
    border-bottom: 2px solid #333;
}

.souq-paginantion .page-item .page-link:hover {
    opacity: .7;
}

.souq-paginantion .page-item.active .page-link>span {
    line-height: 1;
}

/* Video Area */

.video-btn-area {
    position: absolute;
    width: 320px;
    height: 180px;
    background: #fff;
    text-align: center;
    padding: 135px 0 0;
    font-size: 11px;
    font-weight: bold;
    left: -10px;
    bottom: -10px;
    border-radius: 10px;
}

.popup-youtube {
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.popup-youtube:hover {
    text-decoration: none;
}

.video-btn {
    position: absolute;
    left: 110px;
}

.video-btn span {
    position: absolute;
    bottom: 50px;
    z-index: 1;
    display: block;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.popup-youtube:hover .video-btn span:first-child {
    position: absolute;
    transform: rotate(30deg);
}

#headerPopup {
    width: 75%;
    margin: 0 auto;
}

#headerPopup iframe {
    width: 100%;
    margin: 0 auto;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/* Model Window */
.modal-content {
    border: 0 none;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.16);
}

.modal-header {
    padding: 14px;
    border-bottom: none;
    text-align: center;
    background: #666;
    color: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.modal-header .close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
    padding: 0;
    margin: 0 0 0 auto;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.modal-body {
    padding: 20px 40px 40px 40px;
}

.modal-content .flex-c-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.modal-content .facebook-bg {
    background-color: #3b5998;
}

.modal-content .twitter-bg {
    background-color: #1da1f2;
}

.modal-content .google-bg {
    background-color: #ea4335;
}

.modal-content h6.or-divider {
    position: relative;
    background: #fff;
    z-index: 1;
}

.modal-content h6.or-divider:before {
    position: absolute;
    height: 1px;
    width: 100%;
    background: #ccc;
    content: '';
    left: 0;
    top: 50%;
    z-index: 0;
}

.modal-content h6.or-divider span {
    background: #fff;
    position: relative;
    padding: 0 20px;
}

.modal-content .social-item {
    font-size: 16px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0px 5px;
    text-decoration: none !important;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.modal-content .social-item:hover {
    color: #fff;
    background-color: #333333;
}

.modal-title {
    font-weight: 700;
    text-align: center;
}

.modal-backdrop.show {
    opacity: .3;
}

.souq-modal-small {
    font-size: .9rem;
}

.souq-modal-btn {
    display: block;
    text-align: center;
    white-space: nowrap;
    background-color: #CCC;
    height: 100%;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    line-height: 50px;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.souq-modal-btn:hover {
    text-decoration: none;
    background-color: #666;
    color: #fff;
}

.souq-modal-link {
    text-decoration: none;
    color: #333;
}

.souq-modal-link:hover {
    opacity: .7;
    color: #333;
}


span.tab-sale {
    background: #36443e;
    color: #fff
}

span.tab-featured {
    background: #fd5151;
    color: #fff
}

span.tab-rent {
    background: #43bfff;
    color: #fff
}

span.tab-toprated {
    background: #9d940c;
    color: #fff
}

span.tab-premium {
    background: #009c5b;
    color: #fff
}

/* Enhancing Bootstrap for Larger Screens */
.col-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxxl,
.col-xxxl-1,
.col-xxxl-2,
.col-xxxl-3,
.col-xxxl-4,
.col-xxxl-5,
.col-xxxl-6,
.col-xxxl-7,
.col-xxxl-8,
.col-xxxl-9,
.col-xxxl-10,
.col-xxxl-11,
.col-xxxl-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1440px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1600px) {
    .col-xxxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xxxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xxxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xxxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xxxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xxxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xxxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xxxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xxxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xxxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* Headers */

.fixed-top {
    position: fixed !important;
}

.souq-header {
    padding: 0 0 0px 0;
    color: #f4f5f4;
    position: sticky;
    z-index: 998;
    transition: all 0.3s ease;
    top: 0;
    /*    background-color: #ffffff;*/
    background-color: rgba(0, 0, 0, 0);
    ;
}


/* updated css for nav */

/* NAV ITEM */

.nav-mega-item {
    position: relative;
    display: inline-block;
}

/* DROPDOWN (IMPORTANT FIX) */

.lux-mega-menu.compact {
    position: absolute;
    top: 100%;
    text-align: left;
    /* left:50%; */

    transform: translateX(-50%) translateY(10px);

    width: 900px;

    background: #fff;

    padding: 25px;
    /* ✅ BOX PADDING ADDED */

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: all .25s ease;

    z-index: 9999;

    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);

    border: 1px solid #f1f1f1;
}

/* SHOW ONLY ON HOVER */

.nav-mega-item:hover .lux-mega-menu.compact {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transform: translateX(-50%) translateY(0);
}

/* INNER SPACING */

.lux-mega-inner {
    padding: 10px;
}

/* INTRO */

.lux-intro-small {
    padding-right: 20px;
    border-right: 1px solid #eee;
}

.lux-intro-small .tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #b68d5a;
    display: block;
    margin-bottom: 10px;
}

.lux-intro-small p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* BUTTON */

.btn-small {
    display: inline-block;
    padding: 8px 16px;
    background: #111;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

/* HEADINGS */

.lux-group h5 {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #b68d5a;
    margin-bottom: 15px;
}

/* LIST */

.lux-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lux-group ul li {
    font-size: 13px;
    color: #222;
    margin-bottom: 10px;
    cursor: pointer;
}

.lux-group ul li:hover {
    color: #b68d5a;
    padding-left: 5px;
}

/* NAV */

.nav-mega-item {
    position: relative;
    display: inline-block;
}

/* MENU */

/* =========================================
   NAV ITEM
========================================= */

.nav-mega-item {
    position: relative;
    display: inline-block;
}

/* =========================================
   MEGA MENU
========================================= */

.compact-buy-menu {

    position: absolute;

    top: 100%;
    left: 50%;

    transform: translateX(-50%) translateY(10px);

    width: 820px;

    background: #fff;

    padding: 18px;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: all .25s ease;

    z-index: 9999;

    border: 1px solid #ececec;

    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

/* SHOW ON HOVER */

.nav-mega-item:hover .compact-buy-menu {

    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transform: translateX(-50%) translateY(0);
}

/* =========================================
   INNER
========================================= */

.lux-buy-inner {
    width: 100%;
    padding: 10px;
}

/* ROW ALIGNMENT */

.lux-buy-inner .row {
    align-items: flex-start;
}

/* =========================================
   GROUPS
========================================= */

.lux-buy-group {
    padding-right: 10px;
}

/* HEADING */

.lux-buy-group h5 {

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;

    color: #b68d5a;

    margin-bottom: 14px;

    text-align: left;
}

/* LIST */

.lux-buy-group ul {

    list-style: none;

    padding: 0;
    margin: 0;
}

/* LIST ITEM */

.lux-buy-group ul li {

    margin-bottom: 9px;

    line-height: 1.4;

    text-align: left;
}

/* LINK */

.lux-buy-group ul li a {

    text-decoration: none;

    color: #111;

    font-size: 13px;

    transition: .2s ease;

    display: inline-block;
}

/* LINK HOVER */

.lux-buy-group ul li a:hover {

    color: #b68d5a;

    padding-left: 4px;
}

/* =========================================
   FEATURED SECTION
========================================= */

.lux-featured-bottom {

    margin-top: 18px;

    padding: 16px 18px;

    background: #f7f7f7;

    border-top: 1px solid #ececec;
}

/* FEATURED ROW */

.lux-featured-bottom .row {
    align-items: center;
}

/* =========================================
   FEATURED IMAGE
========================================= */

.lux-featured-image {
    height: 100%;
}

.lux-featured-image img {

    width: 100%;

    height: 140px;

    object-fit: cover;
}

/* =========================================
   FEATURED CONTENT
========================================= */

.lux-featured-content {

    padding-left: 8px;

    text-align: left;
}

/* SMALL LABEL */

.lux-featured-content span {

    display: block;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;

    color: #b68d5a;

    margin-bottom: 6px;
}

/* TITLE */

.lux-featured-content h4 {

    font-size: 16px;

    font-weight: 700;

    line-height: 1.4;

    color: #111;

    margin-bottom: 8px;

    text-align: left;
}

/* DESCRIPTION */

.lux-featured-content p {

    font-size: 12px;

    color: #666;

    line-height: 1.6;

    margin-bottom: 10px;

    text-align: left;
}

/* =========================================
   BUTTON
========================================= */

.lux-featured-btn {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    height: 38px;

    padding: 0 16px;

    background: #c98862;

    color: #fff;

    font-size: 11px;

    font-weight: 600;

    text-decoration: none;

    transition: .25s ease;
}

/* BUTTON HOVER */

.lux-featured-btn:hover {

    background: #b68d5a;

    color: #fff;
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:991px) {

    .compact-buy-menu {
        display: none;
    }

}




/* animate topbar hide */

.topbar {
    transition: transform 0.35s ease, opacity 0.35s ease;
    max-height: 60px;
    /* adjust to your topbar height */
    overflow: hidden;
}

.souq-header.hide-topbar .topbar {
    transform: translateY(-100%);
    opacity: 0;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.souq-header.hide-topbar {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.souq-header .topbar {
    transition: all 0.3s ease;
}

/* when scrolling */
.souq-header.scrolled .topbar {
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    transform: translateY(-100%);
}

/* optional shadow when sticky */
.souq-header.scrolled {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


.souq-header.souq-no-bg {
    background-color: #fff;
    border-bottom: 1px solid #E2E2E2;
}

.souq-header.souq-is-sticky {
    background-color: #fff;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.16);
}

.souq-header.souq-is-sticky.souq-no-bg {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    position: fixed;
}

.souq-header.souq-full {
    background-color: #fff;
    padding: 14px 0;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
}

.souq-header .souq-container-full {
    padding: 0 30px;
}

.souq-logo {
    display: inline-block;
    padding-right: 0;
    font-weight: 900;
    font-size: 22px;

}

.souq-header.souq-mobile:after {
    content: "";
    display: block;
    background: #fff;
    position: fixed;
    height: 100px;
    width: 100%;
    z-index: 1040;
    left: 0;
    top: 0;
}

.souq-header.souq-full.souq-mobile:after {
    height: 69px;
}

.souq-header.souq-no-bg.souq-mobile:after {
    height: 82px;
}

.souq-is-sticky .souq-logo,
.souq-mobile .souq-logo {
    color: #333;
}

.souq-header.souq-full .souq-logo {
    color: #333;
}

.souq-header.souq-no-bg .souq-logo {
    color: #333;
}

.souq-logo:hover {
    opacity: 1;

}

.souq-is-sticky .souq-logo:hover,
.souq-mobile .souq-logo:hover {
    color: #333;
}

.souq-header.souq-full .souq-logo:hover {
    color: #333;
}

.souq-header.souq-no-bg .souq-logo:hover {
    color: #333;
}


/* Navigation */

.souq-nav {
    margin-bottom: 0;
    display: inline-block;
}

.souq-nav.d-inline {
    margin-right: 20px;
}

.souq-nav>li {
    font-size: 14px;
    position: relative;
    padding-bottom: 2px;
}

.souq-nav>li.list-inline-item:not(.souq-is-last) {
    margin-right: 0;
}

.souq-nav>li.souq-has-btns {
    display: none;
}

.souq-nav>li>a,
.souq-nav>li>a:hover {
    font-weight: 400;
    color: #000;
    text-decoration: none;
    display: block;
    line-height: 30px;
    padding-right: 30px;
    padding-top: 8px;
}

.souq-nav>li>a {
    text-transform: none;
}

.souq-nav>li>a:after {
    content: " ";
    display: block;
    width: 100%;
    height: 2px;
    background: #f4f5f4;
    transform: scale(0, 1);
    transform-origin: 0% 50%;
    -webkit-transition: transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}

.souq-nav>li:hover>a:after {
    transform: scale(1, 1);
}

.souq-is-sticky .souq-nav>li>a,
.souq-is-sticky .souq-nav>li>a:hover,
.souq-mobile .souq-nav>li>a,
.souq-mobile .souq-nav>li>a:hover {
    color: #333;
}

.souq-no-bg .souq-nav>li>a,
.souq-no-bg .souq-nav>li>a:hover {
    color: #333;
}

.souq-header.souq-full .souq-nav>li>a,
.souq-header.souq-full>li>a:hover {
    color: #333;
}

.souq-is-sticky .souq-nav>li:hover>a:after,
.souq-mobile .souq-nav>li:hover>a:after {
    background: #333;
}

.souq-no-bg .souq-nav>li:hover>a:after {
    background: #333;
}

.souq-header.souq-full .souq-nav>li:hover>a:after {
    background: #333;
}


.souq-nav>li>.souq-nav-sub {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1600;
    float: left;
    min-width: 200px;
    padding: 7px 0;
    margin: 0;
    background-color: #fff;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0 none;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.16);
    display: none;
}

.souq-nav>li>.souq-nav-sub>li>a {
    display: block;
    padding: 7px 20px;
    text-decoration: none;
    font-size: 0.8rem;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.souq-nav>li>.souq-nav-sub>li>a:hover {
    color: #333;
    opacity: .7;
}

.souq-header-submit-property {
    color: #000;
    text-decoration: none !important;
    padding: 0 10px;
    line-height: 30px;
    font-weight: 700;
    background: #fff;
    /*border-radius: 5px;*/
    display: inline-block;
    font-size: 13px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.souq-header-user,
.souq-header-nav-trigger {
    color: #000;
    text-decoration: none;
    padding: 0 10px;
    line-height: 30px;
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.souq-header-user.loggedin {
    color: #fff;
    background: #dc3545;
    font-weight: bold;
}

.souq-header-user.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.souq-header-user.dropdown-toggle .dropdown-menu {
    min-width: 179px;
    padding: 5px 10px;
    font-weight: normal;
    margin: 2px 0 0;
    color: #000;
    font-size: 13px;
    background-color: #fff;
    border: none;
    line-height: 26px;
}

.souq-header-user.dropdown-toggle .dropdown-menu a {
    color: #dc3545;
    display: block;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.souq-header-user.dropdown-toggle .dropdown-menu a:hover {
    color: #000;
}

.souq-header-user.dropdown-toggle .dropdown-menu a i {
    font-size: 14px;
    color: #dc3545;
    display: inline-block;
    width: 14px;
    text-align: center;
    margin-right: 6px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.souq-header-user.dropdown-toggle .dropdown-menu a:hover i {
    color: #000;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.souq-header-nav-trigger {
    display: none;
}

.souq-header-user:hover,
.souq-header-nav-trigger:hover {
    text-decoration: none;
    color: #333;
    background-color: #fff;
}

.souq-is-sticky .souq-header-user,
.souq-is-sticky .souq-header-nav-trigger,
.souq-mobile .souq-header-nav-trigger {
    color: #333;
}

.souq-no-bg .souq-header-user,
.souq-no-bg .souq-header-nav-trigger {
    color: #333;
}

.souq-header.souq-full .souq-header-user,
.souq-header.souq-full .souq-header-nav-trigger {
    color: #333;
}

.souq-is-sticky .souq-header-user:hover,
.souq-is-sticky .souq-header-nav-trigger:hover,
.souq-mobile .souq-header-nav-trigger:hover {
    color: #fff;
    background-color: #333;
}

.souq-no-bg .souq-header-user:hover,
.souq-no-bg .souq-header-nav-trigger:hover {
    color: #fff;
    background-color: #333;
}

.souq-header.souq-full .souq-header-user:hover,
.souq-header.souq-full .souq-header-nav-trigger:hover {
    color: #fff;
    background-color: #333;
}

.souq-header-user>span,
.souq-header-nav-trigger>span {
    width: 19px;
    text-align: center;
}

.souq-header-nav-trigger.souq-active>span:before {
    content: "\f00d";
}

/* Top Header Bar */

.mainnav {
    padding-top: 8px;
    padding-bottom: 8px;
    transition: all 0.3s ease;
    background-color: #FFFFFF;
}

/* .mainnav ul li a {
    color: #616161;
} */

.mainnav {
    border-bottom: 1px solid #efefef;

}

.mainnav.sticky {
    padding-top: 5px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.topbar {
    position: relative;
    z-index: 10;
}

.inner_topbar {
    background-color: rgba(0, 0, 0, 0.3);
    ;
    border-bottom: 0;
}

.topheader_bg {

    float: left;
    border-bottom: 0;
    width: 100%;
}

.topheader_bg_2 {
    border: 0;
}

.top_header_add {
    float: left;
    width: 60%;
    line-height: 36px;
    padding-left: 25px;
}

.top_header_add_2 {
    padding-left: 0;
}

.top_header_add ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.top_header_add li {
    float: left;
    width: auto;
    list-style: none;
    color: #FFF;
    position: relative;
    font-size: 13px;
    margin-right: 35px;
    letter-spacing: 1px;
}

.top_header_add ul li i {
    margin-right: 7px;
    text-align: center;
    font-size: 12px;
}


.topbar ul>li a {
    text-transform: capitalize;
    color: #FFF;
    font-size: 13px;
    float: left;
    width: 100%;
    text-decoration: none;
}

.top_header_add ul li a {
    color: #FFF;
    font-size: 12px;
    text-transform: lowercase;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.topbar ul>li a:hover {
    color: #8b8a8a;
}

.social_links_wrapper {
    width: 40%;
    float: right;
    margin-right: -10px;
}

.social_links {
    float: right;
}

.social_links ul li {
    float: left;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    position: relative;
    list-style: none;
}

.social_links ul li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    background-color: #f4f5f4;
    width: 2px;
    height: 100%;
}

.social_links ul li:last-child {
    width: auto;
    margin-left: 20px;
    padding: 0 10px;
}

#dropdownMenuLink i {
    margin-left: 7px;
}

.topbar .dropdown-menu {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
}

.topbar .dropdown-menu .dropdown-item {
    float: left;
    width: 100%;
    padding: 0 20px 0 10px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 35px;
    color: #000;
    font-size: 12px;
}

.topbar .dropdown-menu .dropdown-item {
    margin-right: 10px;
}

.topbar .dropdown-item>span {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.topbar .dropdown-item {
    padding: 7px 20px;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 700;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.topbar .dropdown span {
    position: relative;
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    height: 14px;
    background: url(../images/country-flags.png) center no-repeat;

}

@media (max-width: 991px) {
    .social_links_wrapper {
        float: left;
        width: 100%;
    }

    .topbar {
        display: none;
    }
}


/* Souq Logo */
.hamburgerlogo {
    display: none;
}

.souq-logo-nav .hamburgerlogo {
    display: block;
}

.souq-logo-nav .desktoplogo {
    display: none;
}

/* Hero Area */

.souq-hero {
    position: relative;
    background: #fff;
    overflow: hidden;
    min-height: 0;


}

.souq-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.souq-hero-has-animation .souq-hero-bg {
    opacity: 0;
    transform: scale(1.3, 1.3);
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.souq-hero-has-animation.souq-hero-animate .souq-hero-bg {
    opacity: 1;
    transform: scale(1, 1);
}

.souq-hero-opacity {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.souq-hero-props-carousel-1 .souq-hero-bg:after {
    content: " ";
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.souq-hero-caption {
    text-align: left;
    position: relative;
    top: 0;
    transform: none;
    padding: 0;
    padding-bottom: 70px;
    padding-top: 70px;
    background: transparent;
    z-index: 99;
}

.souq-hero-caption.souq-hero-caption-bottom-left {
    bottom: 100px;
    top: auto;
    transform: none;
    text-align: left;
}

.souq-hero-caption h1 {
    font-weight: 700;
    font-size: 2.8rem;
    text-shadow: 1px 5px 30px rgba(0, 0, 0, 0.3);
}

.souq-hero-has-animation .souq-hero-caption h1 {
    opacity: 0;
    transform: translateY(50%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.souq-hero-has-animation.souq-hero-animate .souq-hero-caption h1 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.souq-hero-caption form {
    margin: 0 auto;
}

.souq-hero-caption.souq-hero-caption-bottom-left form {
    margin: 0;
    width: 60%;
}

.souq-hero-has-animation .souq-hero-caption form {
    opacity: 0;
    transform: scale(0.95, 0.95);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.souq-hero-has-animation.souq-hero-animate .souq-hero-caption form {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.souq-hero-search .row {
    margin-right: -5px;
    margin-left: -5px;
}

.souq-hero-search .col,
.souq-hero-search .col-1,
.souq-hero-search .col-10,
.souq-hero-search .col-11,
.souq-hero-search .col-12,
.souq-hero-search .col-2,
.souq-hero-search .col-3,
.souq-hero-search .col-4,
.souq-hero-search .col-5,
.souq-hero-search .col-6,
.souq-hero-search .col-7,
.souq-hero-search .col-8,
.souq-hero-search .col-9,
.souq-hero-search .col-auto,
.souq-hero-search .col-lg,
.souq-hero-search .col-lg-1,
.souq-hero-search .col-lg-10,
.souq-hero-search .col-lg-11,
.souq-hero-search .col-lg-12,
.souq-hero-search .col-lg-2,
.souq-hero-search .col-lg-3,
.souq-hero-search .col-lg-4,
.souq-hero-search .col-lg-5,
.souq-hero-search .col-lg-6,
.souq-hero-search .col-lg-7,
.souq-hero-search .col-lg-8,
.souq-hero-search .col-lg-9,
.souq-hero-search .col-lg-auto,
.souq-hero-search .col-md,
.souq-hero-search .col-md-1,
.souq-hero-search .col-md-10,
.souq-hero-search .col-md-11,
.souq-hero-search .col-md-12,
.souq-hero-search .col-md-2,
.souq-hero-search .col-md-3,
.souq-hero-search .col-md-4,
.souq-hero-search .col-md-5,
.souq-hero-search .col-md-6,
.souq-hero-search .col-md-7,
.souq-hero-search .col-md-8,
.souq-hero-search .col-md-9,
.souq-hero-search .col-md-auto,
.souq-hero-search .col-sm,
.souq-hero-search .col-sm-1,
.souq-hero-search .col-sm-10,
.souq-hero-search .col-sm-11,
.souq-hero-search .col-sm-12,
.souq-hero-search .col-sm-2,
.souq-hero-search .col-sm-3,
.souq-hero-search .col-sm-4,
.souq-hero-search .col-sm-5,
.souq-hero-search .col-sm-6,
.souq-hero-search .col-sm-7,
.souq-hero-search .col-sm-8,
.souq-hero-search .col-sm-9,
.souq-hero-search .col-sm-auto,
.souq-hero-search .col-xl,
.souq-hero-search .col-xl-1,
.souq-hero-search .col-xl-10,
.souq-hero-search .col-xl-11,
.souq-hero-search .col-xl-12,
.souq-hero-search .col-xl-2,
.souq-hero-search .col-xl-3,
.souq-hero-search .col-xl-4,
.souq-hero-search .col-xl-5,
.souq-hero-search .col-xl-6,
.souq-hero-search .col-xl-7,
.souq-hero-search .col-xl-8,
.souq-hero-search .col-xl-9,
.souq-hero-search .col-xl-auto {
    padding-right: 5px;
    padding-left: 5px;
}

.souq-hero-search .form-group {
    position: relative;
    margin-bottom: 5px;
    background: #fff;
    min-height: 50px;
    border-radius: 3px;
}

.souq-hero-search label.label-inside {
    margin: 0;
    font-size: 11px;
    font-weight: 300;
    color: #999;
    position: absolute;
    top: 6px;
    padding: 0 0 0 20px;
    background: transparent;
    z-index: 1;
}

.souq-hero-search .special-field label.label-inside {
    display: none;
}

.souq-hero-search .custom-select {
    height: 100%;
    font-weight: 400;
    color: #000;
    border: 1px solid #ddd;
    padding: 15px 20px 0;
    box-shadow: none;
    background-position-x: calc(100% - 10px);
    position: relative;
    min-height: 36px;
}

.souq-hero-search .special-field .custom-select {
    background-color: #ccc;
    padding: 0 20px 0;
    font-size: 18px;
    font-weight: bold;
    min-height: 50px;
    border: 1px solid #ddd;
}

.souq-hero-search .custom-select:focus,
.souq-hero-search .custom-select:hover {
    outline: 0;
    border: 1px solid #999;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.souq-hero-search .form-control {
    border: 0 none;
    box-shadow: none;
    padding: .375rem 1.2rem;
    height: 54px;
    transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
}

.souq-hero-search .form-control:focus {
    outline: 0;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.souq-hero-search .form-control.text-field,
.souq-hero-search textarea.form-control.text-field {
    height: 100%;
    font-weight: 400;
    color: #000;
    border: 1px solid #ccc;
    padding: 15px 20px 0;
    box-shadow: none;
    /*background-position-x: calc(100% - 10px);*/
    position: relative;
    z-index: 1;
    background: transparent;
    min-height: 50px;
}

.souq-hero-search .form-control.text-field:focus,
.souq-hero-search .form-control.text-field:active,
.souq-hero-search .form-control.text-field:hover,
.souq-hero-search textarea:focus,
.souq-hero-search textarea:active,
.souq-hero-search textarea:hover {
    border: 1px solid #999;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.souq-hero-search textarea.form-control.text-field {
    resize: none;
    height: 100px;
    padding: 25px 20px 0;
}

.souq-hero-props-carousel-1,
.souq-hero-props-carousel-1 .carousel-inner,
.souq-hero-props-carousel-1 .carousel-item {
    height: 100%;
}

.souq-hero-props-carousel-1-property {
    position: absolute;
    width: 50%;
    bottom: 0;
    left: 0;
    height: 80px;
    z-index: 2;
    transform: scale(0, 1);
    -webkit-transition: transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transform-origin: top right;
}

.souq-hero-props-carousel-1-property.souq-property-active {
    transform: scale(1, 1);
}

.souq-hero-props-carousel-1-property .carousel-inner {
    height: 100%;
}

.souq-hero-props-carousel-1-property .carousel-item {
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.souq-hero-props-carousel-1-property .carousel-item .souq-property {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    height: auto;
    overflow: hidden;
    left: calc((100% * 2 - 1140px) / 2 + 15px);
}

.souq-hero-props-carousel-1-property .carousel-item .souq-property>span {
    display: block;
    transform: translateY(100%);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.souq-hero-props-carousel-1-property.souq-property-active .carousel-item.active .souq-property>span {
    transform: translateY(0);
}

.souq-hero-props-carousel-1-property.souq-property-active.souq-first-time .carousel-item.active .souq-property>span {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.souq-hero-props-carousel-1-property .carousel-item .souq-cta {
    color: #fff;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(-20%, -50%);
    right: 60px;
    opacity: 0;
}

.souq-hero-props-carousel-1-property.souq-property-active .carousel-item.active .souq-cta {
    opacity: 1;
    transform: translate(0, -50%);
}

.souq-hero-props-carousel-1-property.souq-property-active.souq-first-time .carousel-item.active .souq-cta {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

.souq-hero-props-carousel-1-property .carousel-item .souq-cta:hover {
    color: #fff;
    text-decoration: none;
}

.souq-hero-props-carousel-1-property .carousel-item .souq-cta:after {
    content: " ";
    border-top: 2px solid #fff;
    width: 36px;
    height: 7px;
    display: inline-block;
    margin-left: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transform-origin: top left;
}

.souq-hero-props-carousel-1-property .carousel-item .souq-cta:hover:after {
    transform: scale(2, 1);
}

.souq-hero-props-carousel-1-property .souq-carousel-ticker {
    position: absolute;
    left: calc(100% + 60px);
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    white-space: nowrap;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.souq-hero-props-carousel-1-property.souq-property-active .souq-carousel-ticker {
    opacity: 1;
}

.souq-hero-props-carousel-1-property.souq-property-active.souq-first-time .souq-carousel-ticker {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.souq-hero-props-carousel-1-property .souq-carousel-ticker>div {
    display: inline-block;
    line-height: 13px;
}

.souq-hero-props-carousel-1-property .souq-carousel-ticker .souq-carousel-ticker-counter {
    overflow: hidden;
    height: 12px;
}

.souq-hero-props-carousel-1-property .souq-carousel-ticker .souq-carousel-ticker-counter>span {
    display: block;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.souq-hero-props-carousel-1-property .carousel-item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.1);
    transform: scale(0, 1);
    transform-origin: 0% 50%;
    -webkit-transition: all 6.4s linear;
    -o-transition: all 6.4s linear;
    transition: all 6.4s linear;
}

.souq-hero-props-carousel-1-property.souq-property-active .carousel-item.active:after {
    transform: scale(1, 1);
}

.souq-hero-props-carousel-1-property.souq-property-active.souq-first-time .carousel-item.active:after {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.souq-hero-props-carousel-1 .souq-carousel-controls {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-color: #fff;
    width: 240px;
    height: 120px;
}

.souq-hero-props-carousel-1 .souq-carousel-controls a {
    cursor: pointer;
    display: block;
    background-color: #fff;
    height: 120px;
    width: 120px;
    position: absolute;
}

.souq-hero-props-carousel-1 .souq-carousel-controls a.souq-carousel-control-prev {
    top: 0;
    left: 0;
}

.souq-hero-props-carousel-1 .souq-carousel-controls a.souq-carousel-control-next {
    top: 0;
    right: 0;
}

.souq-hero-props-carousel-1 .souq-carousel-controls a.souq-carousel-control-prev svg {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
}

.souq-hero-props-carousel-1 .souq-carousel-controls a.souq-carousel-control-next svg {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0, -50%);
}

@keyframes arrowPCLeft {
    0% {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    25% {
        opacity: 0;
        -webkit-transform: translate(-30%, -50%);
        transform: translate(-30%, -50%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(20%, -50%);
        transform: translate(20%, -50%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

@keyframes arrowPCRight {
    0% {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    25% {
        opacity: 0;
        -webkit-transform: translate(30%, -50%);
        transform: translate(30%, -50%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-30%, -50%);
        transform: translate(-30%, -50%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

.souq-hero-props-carousel-1 .souq-carousel-controls a.souq-carousel-control-prev:hover svg {
    -webkit-animation: arrowPCLeft 0.4s ease-in-out;
    -moz-animation: arrowPCLeft 0.4s ease-in-out;
    animation: arrowPCLeft 0.4s ease-in-out;
}

.souq-hero-props-carousel-1 .souq-carousel-controls a.souq-carousel-control-next:hover svg {
    -webkit-animation: arrowPCRight 0.4s ease-in-out;
    -moz-animation: arrowPCRight 0.4s ease-in-out;
    animation: arrowPCRight 0.4s ease-in-out;
}

.souq-hero-props-carousel-1 .carousel-item .souq-caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(calc(-50% - 70px));
    color: #fff;
    z-index: 2;
}

.souq-hero-props-carousel-1 .souq-caption-prop-title {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 3rem;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.souq-hero-props-carousel-1 .carousel-item.active .souq-caption-prop-title {
    opacity: 1;
    transform: translateY(0);
}

.souq-hero-props-carousel-1 .souq-caption-prop-features {
    opacity: 0;
    transform: translateY(10px);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.souq-hero-props-carousel-1 .carousel-item.active .souq-caption-prop-features {
    opacity: .7;
    transform: translateY(0);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.souq-hero-props-carousel-1 .souq-caption-prop-features>span {
    opacity: 0.5;
    display: inline-block;
    padding: 0 5px;
}

.souq-hero-props-carousel-1 .carousel-indicators {
    -ms-flex-pack: left;
    justify-content: left;
    bottom: 180px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.souq-hero-props-carousel-1 .carousel-indicators li {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-left: 0;
    border-radius: .25rem;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.7);
    opacity: 1;
    transition: all .6s ease;
    transform: scale(0.85, 0.85);
    overflow: hidden;
}

.souq-hero-props-carousel-1 .carousel-indicators li.active {
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25);
    transform: scale(1, 1);
}

.souq-hero-props-carousel-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.souq-hero-props-carousel-2-left {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
}

.souq-hero-props-carousel-2-right {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.souq-hero-props-carousel-2-left .carousel-inner,
.souq-hero-props-carousel-2-left .carousel-item,
.souq-hero-props-carousel-2-right .carousel-inner,
.souq-hero-props-carousel-2-right .carousel-item {
    height: 100%;
}

.souq-hero-props-carousel-2-right .souq-hero-bg {
    transform: scale(1.1);
    -webkit-transition: all 7s linear;
    -moz-transition: all 7s linear;
    transition: all 7s linear;
}

.souq-hero-props-carousel-2-right .carousel-item.active .souq-hero-bg {
    transform: scale(1);
}

.souq-hero-props-carousel-2-right .souq-hero-bg:after {
    content: " ";
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.souq-hero-props-carousel-2-left .carousel-item .souq-caption {
    position: absolute;
    top: 50%;
    left: calc(100% - 570px + 15px);
    right: 0;
    transform: translateY(calc(-50% - 60px));
    color: #fff;
    z-index: 2;
}

.souq-hero-props-carousel-2-left .souq-caption-prop-title {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 3rem;
    opacity: 0;
    transform: translateX(20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.souq-hero-props-carousel-2-left .carousel-item.active .souq-caption-prop-title {
    opacity: 1;
    transform: translateX(0);
}

.souq-hero-props-carousel-2-left .souq-caption-prop-features {
    opacity: 0;
    transform: translateX(20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.souq-hero-props-carousel-2-left .carousel-item.active .souq-caption-prop-features {
    opacity: .7;
    transform: translateX(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.souq-hero-props-carousel-2-left .souq-caption-prop-features>span {
    opacity: 0.5;
    display: inline-block;
    padding: 0 5px;
}

.souq-hero-props-carousel-2-left .souq-caption-prop-price {
    opacity: 0;
    font-size: 28px;
    line-height: 28px;
    transform: translateX(20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.souq-hero-props-carousel-2-left .carousel-item.active .souq-caption-prop-price {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.souq-hero-props-carousel-2-left .carousel-item .souq-cta {
    color: #fff;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    bottom: 138px;
    left: calc(100% - 570px + 15px);
    opacity: 0;
    transform: translateX(20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.souq-hero-props-carousel-2-left .carousel-item.active .souq-cta {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.souq-hero-props-carousel-2-left .carousel-item .souq-cta:hover {
    color: #fff;
    text-decoration: none;
}

.souq-hero-props-carousel-2-left .carousel-item .souq-cta:after {
    content: " ";
    border-top: 2px solid #fff;
    width: 36px;
    height: 7px;
    display: inline-block;
    margin-left: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    transform-origin: top left;
}

.souq-hero-props-carousel-2-left .carousel-item .souq-cta:hover:after {
    transform: scale(2, 1);
}

.souq-hero-props-carousel-2 .souq-carousel-controls {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background-color: #fff;
    width: 180px;
    height: 100px;
}

.souq-hero-props-carousel-2 .souq-carousel-controls.souq-right {
    left: auto;
    right: calc((100% - 1140px) / 2 + 15px);
    transform: none;
}

.souq-hero-props-carousel-2 .souq-carousel-controls a {
    cursor: pointer;
    display: block;
    background-color: #fff;
    width: 90px;
    height: 100px;
    position: absolute;
}

.souq-hero-props-carousel-2 .souq-carousel-controls a.souq-carousel-control-prev {
    top: 0;
    left: 0;
}

.souq-hero-props-carousel-2 .souq-carousel-controls a.souq-carousel-control-next {
    top: 0;
    right: 0;
}

.souq-hero-props-carousel-2 .souq-carousel-controls a.souq-carousel-control-prev svg {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}

.souq-hero-props-carousel-2 .souq-carousel-controls a.souq-carousel-control-next svg {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
}

.souq-hero-props-carousel-2 .souq-carousel-controls a.souq-carousel-control-prev:hover svg {
    -webkit-animation: arrowPCLeft 0.4s ease-in-out;
    -moz-animation: arrowPCLeft 0.4s ease-in-out;
    animation: arrowPCLeft 0.4s ease-in-out;
}

.souq-hero-props-carousel-2 .souq-carousel-controls a.souq-carousel-control-next:hover svg {
    -webkit-animation: arrowPCRight 0.4s ease-in-out;
    -moz-animation: arrowPCRight 0.4s ease-in-out;
    animation: arrowPCRight 0.4s ease-in-out;
}

.souq-hero-props-carousel-2 .souq-carousel-ticker {
    position: absolute;
    left: 50%;
    bottom: 223px;
    transform: translateX(-50%);
    color: #fff;
    white-space: nowrap;
    font-weight: 700;
    z-index: 2;
}

.souq-hero-props-carousel-2 .souq-carousel-ticker.souq-right {
    left: auto;
    right: calc((100% - 1140px) / 2 + 15px);
    transform: none;
}

.souq-hero-props-carousel-2 .souq-carousel-ticker>div {
    display: inline-block;
    line-height: 13px;
}

.souq-hero-props-carousel-2 .souq-carousel-ticker .souq-carousel-ticker-counter {
    overflow: hidden;
    height: 12px;
}

.souq-hero-props-carousel-2 .souq-carousel-ticker .souq-carousel-ticker-counter>span {
    display: block;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/* Neighbourhood Section */

.souq-areas-1-item {
    display: block;
    position: relative;
    overflow: hidden;
    height: 360px;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
    margin-bottom: 30px;
}

.souq-areas-1-item-fig {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.souq-areas-1-item:hover .souq-areas-1-item-fig {
    transform: scale(1.06, 1.06);
}

.souq-areas-1-item-details {
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    z-index: 2;
}

.souq-areas-1-item-details-area {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.souq-areas-1-item-details-city {
    color: #666;
    font-size: 12px;
}

.souq-areas-1-item-counter {
    position: absolute;
    bottom: 110px;
    left: 20px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 50px;
    font-size: .6rem;
    z-index: 3;
    overflow: hidden;
    transform: scale(0.0);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.souq-areas-1-item:hover .souq-areas-1-item-counter {
    transform: scale(1, 1);
}

.souq-areas-1-item-counter:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 50px;
    transform: translateX(-72%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.souq-areas-1-item:hover .souq-areas-1-item-counter:before {
    transform: translateX(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.souq-areas-1-item-counter>span {
    opacity: 0;
    z-index: 4;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.souq-areas-1-item:hover .souq-areas-1-item-counter>span {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.souq-areas-1-item-cta {
    position: absolute;
    color: #333;
    bottom: 23px;
    right: 20px;
    z-index: 3;
    font-size: 11px;
    letter-spacing: 0;
    opacity: 0;
    font-weight: 700;
    transform: translateY(400%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.souq-areas-1-item:hover .souq-areas-1-item-cta {
    transform: translateY(0);
    opacity: 1;
}


/* Area Guide */

.souq-ad-block {
    padding: 100px 40px;
    text-align: center;
}

.souq-block {
    background: rgba(255, 255, 255, 0.95);
    padding: 20px 50px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.souq-block-area:hover .souq-block {
    background: rgb(212, 170, 50);
    padding: 20px 50px;
    display: inline-block;
    text-decoration: none;
}

a.souq-block-area:hover .souq-section-h2,
a.souq-block-area:hover .souq-section-h2 span {
    color: #fff;
}

.inline-item-blocks {
    padding: 14px 20px;
    margin: 5px;
    display: inline-block;
    position: relative;
    border-radius: 10px;
    color: #fff !important;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    cursor: pointer;
}

.inline-item-blocks .souq-cover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.inline-item-blocks:hover .souq-cover:before {
    background: rgba(0, 0, 0, 0.4);
}

.full-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}


/* Agent Area */

.souq-agents-1-item {
    display: block;
    position: relative;
    height: 300px;
    margin-bottom: 80px;
}

.souq-agents-1-item-fig-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.souq-agents-1-item-fig {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.souq-agents-1-item:hover .souq-agents-1-item-fig {
    transform: scale(1.06, 1.06);
}

.souq-agents-1-item-details {
    background-color: #fff;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    padding: 20px;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
    transform: translateY(50%);
    text-align: center;
}

.souq-agents-1-item-details-name {
    color: #333;
    font-weight: 900;
    line-height: 1.3;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.souq-agents-1-item-details-brn {
    color: #333;
    opacity: .7;
    font-size: 0.8rem;
}

.souq-agents-1-item-cta {
    position: absolute;
    color: #333;
    bottom: 20px;
    left: 50%;
    z-index: 3;
    font-size: 0.7rem;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 700;
    white-space: nowrap;
    transform: translate(-50%, 400%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.souq-agents-1-item:hover .souq-agents-1-item-cta {
    transform: translate(-50%, 0);
    opacity: 1;
}

.souq-agents-1-item-details-spacer {
    height: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.souq-agents-1-item:hover .souq-agents-1-item-details-spacer {
    height: 34px;
}

.souq-agents-1-item-rating {
    position: absolute;
    bottom: 76px;
    left: 50%;
    color: #333;
    padding: 6px 10px;
    border-radius: 50px;
    font-size: .8rem;
    z-index: 3;
    overflow: hidden;
    transform: scale(0);
    margin-left: -45px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.souq-agents-1-item:hover .souq-agents-1-item-rating {
    transform: scale(1);
}

.souq-agents-1-item-rating:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 50px;
    transform: translateX(-72%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.souq-agents-1-item:hover .souq-agents-1-item-rating:before {
    transform: translateX(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.souq-agents-1-item-rating>span {
    z-index: 4;
    position: relative;
}

.souq-agents-1-item-rating>span>span {
    opacity: 0;
    transform: scale(2);
    margin: 0 1px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.souq-agents-1-item:hover .souq-agents-1-item-rating>span>span {
    opacity: 1;
    transform: scale(1);
}

.souq-agents-1-item:hover .souq-agents-1-item-rating>span>span:nth-child(1) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.souq-agents-1-item:hover .souq-agents-1-item-rating>span>span:nth-child(2) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}

.souq-agents-1-item:hover .souq-agents-1-item-rating>span>span:nth-child(3) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

.souq-agents-1-item:hover .souq-agents-1-item-rating>span>span:nth-child(4) {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}

.souq-agents-1-item:hover .souq-agents-1-item-rating>span>span:nth-child(5) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}


/* Souq Agents Listing Page Section */
.souq-agents-hero {
    position: relative
}

.souq-agents-hero-search-container {
    position: relative;
    left: 0;
    right: 0;
    padding-top: 0;
    top: 95px;
}

.souq-agents-hero-search {
    background-color: #efefef;
    border-radius: 6px;
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
    padding: 30px;
}

/* Single Agents Area */
.souq-agents h1.souq-page-header {
    font-family: 'Inria Serif', serif;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 3rem;
}

.souq-singleagent-photo {
    overflow: hidden;
    min-height: 290px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width:767px) {
    .souq-singleagent-photo {
        min-height: 330px;
    }
}

.souq-agent-email,
.souq-agent-brn,
.souq-agent-email>a,
.souq-agent-phone {
    color: #333;
    opacity: .7;
    text-decoration: none;
    margin-bottom: 2px;
    display: block;
    font-size: 16px;
}

.souq-agent-brn {
    color: #000;
    opacity: 1;
}

.souq-agent-contact-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: #333;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #333;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.souq-agent-contact-btn:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
}

.souq-agent-specialities {
    position: relative;
}

.souq-agent-specialities li {
    position: relative;
    margin-bottom: 10px;
}

.souq-agent-specialities li:after {
    content: '';
    position: absolute;
    height: 1px;
    top: 100%;
    background: #000;
    width: 20px;
    left: 0;
}

ul.souq-agent-social>li {
    display: inline-block;
    margin-right: 4px;
}

ul.souq-agent-social>li>a {
    background-color: #eee;
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
    color: #333;
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

ul.souq-agent-social>li>a:hover {
    background-color: #d4aa32;
    color: #fff;
}

/* Comment System & Review Area */

.review-container {
    background: #eee;
    padding: 30px;
}

.souq-comments label {
    margin-bottom: .1rem;
    font-size: .8rem;
    font-weight: 700;
}

.souq-comments .souq-single-agent-rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 16px;
    padding-bottom: 5px;
    display: block;
    float: left;
}

.souq-single-agent-rating span:before {
    content: "\f006";
    padding-right: 3px;
}

.souq-single-agent-rating span:hover:before,
.souq-single-agent-rating span:hover~span:before,
.souq-single-agent-rating span.souq-selected:before,
.souq-single-agent-rating span.souq-selected~span:before {
    content: "\f005";
}

.souq-single-agent-rating span {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}

.souq-single-agent-rating span:hover {
    cursor: pointer;
}

.souq-comments img.cusomter-image {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.souq-comments img.cusomter-image {
    margin-right: 20px !important;
}

.souq-comments p {
    font-size: 12px;
    line-height: 16px;
}

.souq-comments h5 {
    margin-bottom: 0
}

.souq-comments-date {
    opacity: .8;
    font-size: 11px;
    padding-bottom: 10px;
}

.replies {
    padding: 20px;
    background: #fafafa;
    border-radius: 10px;
}

.replies .media {
    border-bottom: 1px solid #ccc;
}

.replies .media:last-child {
    border: none;
}


/* Property Area  */

.souq-prop-card-1 {
    display: block;
    position: relative;
    overflow: hidden;
    height: 210px;
}

.souq-prop-card-1-fig {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.souq-prop-card-1:hover .souq-prop-card-1-fig {
    /* transform: scale(1.06, 1.06); */
}

.souq-prop-card-1-gradient {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.souq-prop-card-1-propertytype {
    position: absolute;
    padding: 10px;
    width: 70%;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.souq-prop-card-1-propertytype>span {
    display: inline-block;
    padding: 0 10px;
    margin: 0 2px 0 0;
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    background: #fff;
    top: 0;
    left: 0;
    right: auto;
    z-index: 2;
    border-radius: 5px;
}

.souq-prop-card-1-propertytype>span:first-child {
    margin-left: 0;
}

.souq-prop-card-1-propertytype>span.tab-sale {
    background: #36443e;
}

.souq-prop-card-1-propertytype>span.tab-featured {
    background: #fd5151;
}

.souq-prop-card-1-propertytype>span.tab-rent {
    background: #43bfff;
}

.souq-prop-card-1-propertytype>span.tab-toprated {
    background: #9d940c;
}

.souq-prop-card-1-propertytype>span.tab-premium {
    background: #63c362;
}

.souq-prop-card-1-details {
    position: absolute;
    padding: 10px;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.souq-prop-card-1-details-title {
    font-size: 16px;
}

.souq-prop-card-1-details-agent {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    margin-bottom: 10px;
}

.souq-prop-card-1-details-agent img {
    width: 60px;
}

.souq-prop-card-1-details-price {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.souq-prop-card-1-details-price>small {
    font-size: 60%;
}

.souq-prop-card-1-details-features {
    font-size: 12px;
    opacity: 1;
}

.souq-prop-card-1-details-features>span {
    opacity: 0.5;
    display: inline-block;
    padding: 0 5px;
}

.souq-prop-single-features {
    font-size: 15px;
    opacity: 1;
}

.souq-prop-single-features>span {
    opacity: 0.5;
    display: inline-block;
    padding: 0 5px;
}

.souq-prop-card-1:hover .souq-prop-card-1-details {
    transform: translateY(-25%);
}

.souq-prop-card-1-details-cta {
    position: absolute;
    color: #fff;
    padding: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    font-size: 0.7rem;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 700;
    transform: translateY(400%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.souq-prop-card-1:hover .souq-prop-card-1-details-cta {
    transform: translateY(0);
    opacity: 1;
}

/* Properties carousel */

.souq-props-carousel-right {
    padding-left: calc((100% - 1140px) / 2 + 15px);
    padding-right: 0;
}

.souq-props-carousel-right.souq-half-bg {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(to bottom, #000 58%, transparent 0);
}

.souq-props-carousel-right.souq-half-bg>h2 {
    color: #fff;
}

.souq-props-carousel-right-container {
    position: relative;
}

@keyframes arrowLeft {
    0% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    25% {
        opacity: 0;
        -webkit-transform: translate(-80%, -50%);
        transform: translate(-80%, -50%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-30%, -50%);
        transform: translate(-30%, -50%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@keyframes arrowRight {
    0% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    25% {
        opacity: 0;
        -webkit-transform: translate(-20%, -50%);
        transform: translate(-20%, -50%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-80%, -50%);
        transform: translate(-80%, -50%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.souq-props-carousel-left-arrow,
.souq-props-carousel-right-arrow,
.souq-agents-carousel-left-arrow,
.souq-agents-carousel-right-arrow {
    background-color: #fff;
    width: 64px;
    height: 64px;
    cursor: pointer;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
    border-radius: 10%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%) scale(1, 1);
    z-index: 10;
    overflow: hidden;
}

.souq-props-carousel-right-container .owl-prev.disabled .souq-props-carousel-left-arrow,
.souq-props-carousel-right-container .owl-next.disabled .souq-props-carousel-right-arrow,
.souq-agents-carousel-right-container .owl-prev.disabled .souq-props-carousel-left-arrow,
.souq-agents-carousel-right-container .owl-next.disabled .souq-props-carousel-right-arrow {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0, 0);
}

.souq-props-carousel-right-arrow,
.souq-agents-carousel-right-arrow {
    left: auto;
    right: 20px;
}

.souq-props-carousel-left-arrow svg,
.souq-props-carousel-right-arrow svg,
.souq-agents-carousel-left-arrow svg,
.souq-agents-carousel-right-arrow svg {
    width: 26px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.souq-props-carousel-left-arrow svg line,
.souq-props-carousel-right-arrow svg line,
.souq-agents-carousel-left-arrow svg line,
.souq-agents-carousel-right-arrow svg line {
    stroke: #333;
}

.souq-props-carousel-right-container .owl-prev.disabled .souq-agents-carousel-left-arrow svg line,
.souq-props-carousel-right-container .owl-next.disabled .souq-agents-carousel-right-arrow svg line,
.souq-agents-carousel-right-container .owl-prev.disabled .souq-agents-carousel-left-arrow svg line,
.souq-agents-carousel-right-container .owl-next.disabled .souq-agents-carousel-right-arrow svg line {
    opacity: 0.5;
}

.souq-agents-carousel-right-container .owl-prev:not(.disabled) .souq-agents-carousel-left-arrow:hover,
.souq-agents-carousel-right-container .owl-next:not(.disabled) .souq-agents-carousel-right-arrow:not(.disabled):hover,
.souq-agents-carousel-right-container .owl-prev:not(.disabled) .souq-agents-carousel-left-arrow:hover,
.souq-agents-carousel-right-container .owl-next:not(.disabled) .souq-agents-carousel-right-arrow:not(.disabled):hover {
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.16);
}

.souq-agents-carousel-right-container .owl-prev:not(.disabled) .souq-agents-carousel-left-arrow:hover svg,
.souq-agents-carousel-right-container .owl-prev:not(.disabled) .souq-agents-carousel-left-arrow:hover svg {
    -webkit-animation: arrowLeft 0.4s ease-in-out;
    -moz-animation: arrowLeft 0.4s ease-in-out;
    animation: arrowLeft 0.4s ease-in-out;
}

.souq-props-carousel-right-container .owl-next:not(.disabled) .souq-props-carousel-right-arrow:hover svg,
.souq-agents-carousel-right-container .owl-next:not(.disabled) .souq-agents-carousel-right-arrow:hover svg {
    -webkit-animation: arrowRight 0.4s ease-in-out;
    -moz-animation: arrowRight 0.4s ease-in-out;
    animation: arrowRight 0.4s ease-in-out;
}

.souq-props-carousel-right-container .owl-nav,
.souq-agents-carousel-right-container .owl-nav {
    height: 0;
}

.souq-props-carousel-right-container .owl-prev.disabled,
.souq-props-carousel-right-container .owl-prev.disabled,
.souq-agents-carousel-right-container .owl-prev.disabled,
.souq-agents-carousel-right-container .owl-prev.disabled {
    cursor: default;
}

.souq-props-carousel-right-container .owl-carousel .owl-stage,
.souq-agents-carousel-right-container .owl-carousel .owl-stage {
    padding-left: 0 !important;
}

.souq-props-carousel-right.souq-has-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
}

.souq-props-carousel-right-intro {
    margin-right: 30px;
    width: 100%;
}

.souq-props-carousel-right.souq-has-intro .souq-props-carousel-right-container {
    width: 100%;
}


/*Listing Page Form */

.souq-content-side-search-form {
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 0;
}

.souq-filter-form-row,
.souq-content-side-search-form-row {
    margin-right: -5px;
    margin-left: -5px;
}

.souq-content-side-search-form-adv {
    display: none;
}

.souq-content-side-h2 {
    font-size: 1.3rem;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 46px;
}

.souq-sort-form .custom-select,
.souq-content-side-search-form .custom-select {
    height: 36px;
    padding: .375rem 2rem .375rem 1rem;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2;
    cursor: pointer;
}

.checkbox.custom-checkbox input[type="checkbox"] {
    position: absolute;
    left: -9999em;
}

.checkbox.custom-checkbox span {
    font-size: 14px;
    line-height: 14px;
    padding: 2px;
    border-radius: 3px;
    float: left;
    margin-right: 10px;
    color: #E2E2E2;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.souq-content-side-search-form-adv .checkbox.custom-checkbox span {
    background-color: #fff;
    border: 1px solid #999;
    font-size: 10px;
    line-height: 12px;
    padding: 2px;
    border-radius: 2px;
    float: left;
    margin-right: 9px;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.checkbox.custom-checkbox input:checked+span {
    color: #333;
}


/* Listing Page Map Styling */

.souq-map-side {
    position: fixed;
    top: 0;
    bottom: 0px;
    width: 50%;
}

.souq-map-side.souq-half {
    width: 50%;
}

.souq-map-side.souq-max {
    width: 100%;
}

.souq-map-right {
    right: 0;
}

.souq-map-left {
    left: 0;
}

.souq-content-side.souq-min {
    width: 0;
    position: fixed;
    display: none;
}

.souq-content-side-wrapper {
    padding: 30px;
}

.souq-content-left {
    padding-right: 50%;
}

.souq-map-side #results-map {
    height: 100%;
    width: 100%;
}

.souq-content-side-h2 {
    font-size: 1.3rem;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 46px;
}

a.souq-map-toggle,
a.souq-adv-toggle {
    background-color: #fff;
    height: 36px;
    padding: 0 12px;
    border: 1px solid #ccc;
    margin-left: 10px;
    border-radius: .25rem;
    font-size: 0.875rem;
    line-height: 36px;
    min-height: 36px;
    color: #000 !important;
    background: #FFF;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.souq-adv-toggle {
    padding: 0 15px;
}

a.souq-map-toggle:hover,
a.souq-adv-toggle:hover {
    border: 1px solid #000;
    color: #fff !important;
    background: #000;
}

a.souq-map-toggle.souq-active,
a.souq-map-toggle.souq-active:hover,
a.souq-adv-toggle.souq-active,
a.souq-adv-toggle.souq-active:hover {
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
}

a.souq-list-toggle {
    position: fixed;
    z-index: 4;
    top: 180px;
    left: 30px;
    background-color: #fff;
    height: 43px;
    padding: 0 12px;
    border-radius: .25rem;
    font-size: 1.2rem;
    line-height: 46px;
    color: #333;
    display: block;
    text-align: center;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.16);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: none;
}

a.souq-list-toggle.souq-active {
    display: block;
}

.souq-price-marker {
    position: absolute;
    font-family: 'Roboto' !important;
    color: #333;
    border: 2px solid #333;
    background-color: #fff;
    padding: 6px 10px;
    font-weight: bold;
    border-radius: .3rem;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.20);
    font-size: 12px;
    cursor: pointer;
    -webkit-transform: translate(-50%, calc(-100% - 6px));
    transform: translate(-50%, calc(-100% - 6px));
}

.souq-price-marker:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -5px;
    width: 9px;
    height: 9px;
    background: #fff;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.souq-price-marker:hover,
.souq-price-marker.active {
    border-color: #fff;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.16);
    padding: 0;
    z-index: 3;
}

.souq-price-marker:hover:after,
.souq-price-marker.active:after {
    border-color: #fff;
}

.souq-price-marker:hover .souq-marker-short-price,
.souq-price-marker.active .souq-marker-short-price {
    display: none;
}

.souq-price-marker .souq-marker-details {
    display: none;
}

.souq-price-marker:hover .souq-marker-details,
.souq-price-marker.active .souq-marker-details {
    display: block;
}

.souq-marker-details-fig {
    width: 72px;
    height: 72px;
    border-radius: .3rem 0 0 .3rem;
    float: left;
}

.souq-marker-details-info {
    float: left;
    font-size: 14px;
}

.souq-marker-details-info-title {
    font-size: 12px;
    padding: 10px 10px 2px 10px;
    color: #333;
    font-weight: normal;
}

.souq-marker-details-info-price {
    font-size: 14px;
    padding: 0 10px 5px 10px;
    color: #333;
}

.souq-marker-details-info-feat {
    font-weight: normal;
    padding: 0 10px;
    color: #333;
    font-size: 11px;
    opacity: .7;
}

.souq-marker-details-info-feat>span {
    display: inline-block;
    margin: 0 7px;
}

.souq-marker-cluster {
    font-family: 'Roboto' !important;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
}

.souq-marker-cluster:hover {
    background: rgba(0, 0, 0, 1);
    z-index: 3;
}


/* Main Property Page */

.souq-sp-top-btns {
    float: right;
    margin-left: 10px;
}

.souq-sp-top-btn {
    display: inline-block;
    background-color: #fff;
    height: 46px;
    padding: 0 20px;
    border: 1px solid #E2E2E2;
    border-radius: .25rem;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #333;
    margin-left: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.souq-sp-top-btn:hover {
    border: 1px solid #333;
    color: #333;
    text-decoration: none;
}

.souq-sp-top-btns>.dropdown {
    display: inline-block;
    margin-left: 4px;
}

.dropdown-item>span {
    width: 20px;
    text-align: center;
}

.dropdown-item {
    padding: 7px 20px;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 700;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.souq-section-propertyname {
    font-family: 'Inria Serif', serif;
    font-size: 26px;
    line-height: 1;
}

.souq-sp-top-feat {
    margin-left: 10px;
    display: inline-block;
    vertical-align: baseline;
}

.souq-sp-top-feat>div {
    font-size: 12px;
    line-height: normal;
    margin-right: 5px;
    display: inline-block;
}

.souq-sp-top-price {
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    display: inline-block;
    vertical-align: baseline;
}

.souq-sp-key-details-item {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
}

.souq-single-property-section>h3 {
    font-size: 1.3rem;
    font-weight: 700;
}

.souq-single-property-section>h2 {
    font-size: 1.8rem;
    font-weight: 600;
}

.souq-single-property-section>h4 {
    font-size: 1.4rem;
    font-weight: 500;
}

.souq-sp-kd-item-label {
    font-size: .7rem;
}

.souq-sp-kd-item-value {
    font-weight: 700;
    text-transform: capitalize;
}

.souq-dots-more {
    display: none;
}

.souq-sp-more {
    font-weight: 700;
    color: #333;
    font-size: .8rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.souq-sp-more>.souq-sp-more-2,
.souq-sp-more.souq-sp-less>.souq-sp-more-1 {
    display: none;
}

.souq-sp-amenities-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E2E2E2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.souq-sp-amenities-item .amenity-name {
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
    color: #444
}

.souq-sp-amenities-item .svg-icon {
    display: inline-block;
}

.souq-sp-amenities-item .svg-icon img {
    max-width: 50px;
}

.souq-sp-pois-nav>div {
    display: inline-block;
    margin-right: 20px;
    font-weight: 700;
    font-size: .8rem;
    cursor: pointer;
    color: rgba(51, 51, 51, 0.7);
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.souq-sp-pois-nav>div.souq-active {
    border-bottom: 2px solid #333;
    color: rgba(0, 0, 0, 1);
}

#souq-sp-map {
    height: 450px;
}

.souq-single-marker {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #d4aa32;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.souq-single-marker:after {
    content: " ";
    width: 42px;
    height: 42px;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    display: block;
    -webkit-transform: translate(calc(-50% + 8px), calc(-50% + 8px));
    transform: translate(calc(-50% + 8px), calc(-50% + 8px));
}

.souq-nav-tabs {
    border-bottom: 0 none;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.souq-nav-tabs .nav-link {
    margin-right: 20px;
    font-weight: 700;
    font-size: .8rem;
    color: rgba(51, 51, 51, 0.7);
    border-top: 0 none;
    border-right: 0 none;
    border-left: 0 none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.souq-nav-tabs .nav-link.active,
.souq-nav-tabs .nav-link.active:hover {
    border-bottom: 2px solid #333;
    color: rgba(0, 0, 0, 1);
    background-color: transparent;
}

.souq-table {
    color: #333;
}

.souq-table thead th {
    border-top: 0 none;
    border-bottom: 0 none;
    font-weight: 700;
}

.souq-table thead th:first-child,
.souq-table td:first-child {
    padding-left: 0;
}

.souq-sp-agent-fig {
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-right: 20px;
}

.souq-sp-agent-info {
    padding-top: 4px;
}

.souq-sp-agent-info-name,
.souq-sp-agent-info-name a {
    font-weight: 900;
    line-height: 1.2;
    color: #333;
    text-decoration: none;
}

.souq-sp-agent-info-rating {
    padding-bottom: 6px;
}

.souq-sp-agent-info-email>a,
.souq-sp-agent-info-phone {
    color: #333;
    opacity: .7;
    font-size: 0.8rem;
}

.souq-sp-agent-btn-main {
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 49%;
    min-width: 170px;
    background-color: #333;
    height: 46px;
    padding: 0;
    border: 1px solid #333;
    margin-right: 2%;
    margin-bottom: 10px;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    text-decoration: none !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.souq-sp-agent-btn {
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 49%;
    min-width: 170px;
    background-color: #fff;
    height: 46px;
    padding: 0;
    border: 1px solid #E2E2E2;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #333;
    text-decoration: none !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* =========================
   AGENT CARD
========================= */

.modern-agent-card {
    background: #fff;
    border: 1px solid #ececec;
    padding: 20px;
}

/* =========================
   HEADER
========================= */

/* agent-profile-property-details */
/* =========================
   MAIN CARD
========================= */

.agent-contact-card {
    background: #fff;
    border: 1px solid #ececec;
    padding: 24px;
}

/* =========================
   TOP SECTION
========================= */

.agent-profile-side {
    display: flex;
    align-items: center;
    gap: 18px;
}

/* IMAGE */

.agent-profile-image img {
    width: 95px;
    height: 95px;
    object-fit: cover;
}

/* INFO */

.agent-profile-info {
    flex: 1;
}

.agent-role {
    display: inline-block;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1px;

    color: #999;

    margin-bottom: 8px;
}

.agent-profile-info h3 {
    font-size: 26px;
    font-weight: 700;
    color: #111;
    margin-bottom: 6px;
}

.agent-profile-info p {
    font-size: 13px;
    color: #777;
    margin: 0;
}

/* =========================
   ACTION BUTTONS
========================= */

.agent-action-side {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

/* BUTTON */

.agent-mini-btn {
    flex: 1;

    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    border: 1px solid #e5e5e5;

    text-decoration: none;

    color: #111;

    font-size: 13px;
    font-weight: 600;

    transition: 0.3s;
}

.agent-mini-btn i {
    font-size: 15px;
}

/* HOVER */

.agent-mini-btn:hover {
    border-color: #111;
    color: #111;
}

/* WHATSAPP */

.whatsapp-action {
    background: #25D366;
    border-color: #25D366;
    color: #fff;
}

.whatsapp-action:hover {
    background: #1ebe5d;
    border-color: #1ebe5d;
    color: #fff;
}

/* =========================
   BOTTOM BUTTON
========================= */

.agent-bottom-action {
    margin-top: 16px;
}

.request-viewing-main-btn {
    width: 100%;
    height: 56px;

    background: #111;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    text-decoration: none;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;

    transition: 0.3s;
}

.request-viewing-main-btn:hover {
    background: #000;
    color: #fff;
}

/* =========================
   MOBILE
========================= */

@media(max-width:767px) {

    .agent-profile-side {
        flex-direction: column;
        align-items: flex-start;
    }

    .agent-action-side {
        flex-direction: column;
    }

}






.souq-sp-agent-btn-main:hover,
.souq-sp-agent-btn:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
}

.souq-sp-agent-btn:hover {
    text-decoration: none;
    color: #333;
    border: 1px solid #333;
}

.souq-sp-agent-btn-main>span,
.souq-sp-agent-btn>span {
    margin-right: 4px;
}

.souq-calculator-chart-container {
    position: relative;
}

.souq-calculator-chart-result {
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    left: 40px;
    right: 40px;
}

.souq-calculator-chart-result-sum {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.1;
}

.souq-calculator-chart-result-label {
    font-size: .8rem;
    opacity: .7;
}

.souq-calculator-data {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
}

.souq-calculator-data-label>span {
    margin-right: 10px;
}

.souq-calculator-data:nth-child(1) .souq-calculator-data-label>span {
    color: rgba(0, 112, 201, 1);
}

.souq-calculator-data-sum {
    font-weight: 700;
}

.souq-school-rating {
    margin-left: 20px;
    white-space: nowrap;
}

.bayut-mortgage-v3 {
    background: #f7f7f7;
    padding: 60px;
}

.bayut-head h2 {
    font-size: 32px;
    margin-bottom: 5px;
}

.bayut-head p {
    color: #777;
}

/* GRID */
.bayut-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

.bayut-field {
    background: #fff;
    padding: 18px;
    border: 1px solid #e5e5e5;
}

.bayut-field label {
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
}

/* INPUT */
.bayut-field input[type="text"],
.bayut-field input[type="number"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    outline: none;
}

/* SLIDER */
.bayut-field input[type="range"] {
    width: 100%;
    accent-color: #caa67a;
}

/* RESULT */
.bayut-result {
    margin-top: 40px;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 30px;
}

.monthly-box {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.monthly-box h1 {
    font-size: 38px;
}

.result-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    margin-top: 20px;
}

.result-grid label {
    font-size: 12px;
    color: #777;
}

.result-grid strong {
    display: block;
    margin-top: 5px;
}

@media(max-width:992px) {
    .bayut-grid {
        grid-template-columns: 1fr;
    }

    .result-grid {
        grid-template-columns: 1fr;
    }
}

/* Gallery Opening */

.souq-single-property-gallery-container {
    position: relative;
}

.souq-single-property-gallery>figure {
    float: left;
    width: 25%;
    position: relative;
    height: 325px;
    margin: 0;
    overflow: hidden;
    border: 1px solid #fff;
}

.souq-single-property-gallery>figure.souq-sp-gallery-main-img {
    width: 50%;
    height: 650px;
}

.souq-single-property-gallery>figure>a {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
    border-radius: 7px;
}

.souq-single-property-gallery>figure:hover>a {
    transform: scale(1.05, 1.05);
}

.souq-single-property-gallery>figure {
    float: left;
    width: 25%;
    position: relative;
    height: 325px;
    margin: 0;
    overflow: hidden;
    border: 1px solid #fff;
}

.souq-single-property-gallery>figure.no-display {
    display: none;
}

.souq-sp-gallery-btn {
    position: absolute;
    bottom: 40px;
    right: calc((100% - 1340px) / 2 + 15px);
    background-color: #fff;
    height: 46px;
    padding: 0 20px;
    margin-left: 10px;
    border-radius: .25rem;
    font-size: .75rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #333;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.16);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.souq-sp-gallery-btn:hover {
    color: #333;
    text-decoration: none;
}


.souq-sp-map-btn {
    position: absolute;
    bottom: 40px;
    right: calc((100% - 1100px) / 2 + 15px);
    background-color: #fff;
    height: 46px;
    padding: 0 20px;
    margin-left: 10px;
    border-radius: .25rem;
    font-size: .75rem;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    color: #333;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.16);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.souq-sp-map-btn:hover {
    color: #333;
    text-decoration: none;
}

/* Services section */

.souq-services {
    height: 418px;
}

.souq-services-container {
    height: 300px;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.souq-services-item {
    display: block;
    background-color: #fff;
    position: relative;
    border-right: 1px solid #e8e8e8;
    overflow: hidden;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.souq-services-item:first-child {
    border-radius: .3rem 0 0 .3rem;
}

.souq-services-item:nth-child(4) {
    border-right: 0 none;
    border-radius: 0 .3rem .3rem 0;
}

.souq-services-item-fig {
    width: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
}

.souq-services-item-fig img {
    width: 100%;
    height: auto;
}

.souq-services-item-text {
    position: absolute;
    top: 180px;
    left: 20px;
    right: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.souq-services-item-text-title {
    font-weight: 900;
    color: #333;
    font-size: 1.3rem;
    margin-bottom: .5rem;
}

.souq-services-item-text-sub {
    color: #333;
    opacity: .7;
    font-size: .8rem;
}

/*@keyframes iconTop {
    0% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    25% {
        opacity: 0;
        -webkit-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-50%, -40%);
        transform: translate(-50%, -40%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}*/

.souq-services-item:hover .souq-services-item-fig {
    -webkit-animation: iconTop 0.4s ease-in-out;
    -moz-animation: iconTop 0.4s ease-in-out;
    animation: iconTop 0.4s ease-in-out;
}

.souq-services-item:hover .souq-services-item-text {
    transform: translateY(-50%);
}

.souq-services-item-cta {
    position: absolute;
    color: #333;
    bottom: 40px;
    left: 20px;
    right: 20px;
    z-index: 3;
    font-size: 0.7rem;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 700;
    transform: translateY(400%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.souq-services-item:hover .souq-services-item-cta {
    transform: translateY(0);
    opacity: 1;
}

.souq-services-h {
    background: linear-gradient(90deg, #F7F7F7 50%, #fff 50%);
}

.souq-services-h-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.souq-services-h-fig {
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    height: 540px;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
}

.souq-services-h-fig.souq-animate-in {
    transform: translateX(50px);
    opacity: 0;
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.souq-services-h-fig.souq-animate-in.souq-in {
    transform: translateX(0);
    opacity: 1;
}

.souq-services-h-items {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.souq-services-h-items.souq-animate-in .souq-services-h-item {
    transform: translateX(50px);
    opacity: 0;
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.souq-services-h-items.souq-animate-in.souq-in .souq-services-h-item {
    transform: translateX(0);
    opacity: 1;
}

.souq-services-h-items.souq-animate-in.souq-in .souq-services-h-item:nth-child(1) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.souq-services-h-items.souq-animate-in.souq-in .souq-services-h-item:nth-child(2) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.souq-services-h-items.souq-animate-in.souq-in .souq-services-h-item:nth-child(3) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.souq-services-h-items.souq-animate-in.souq-in .souq-services-h-item:nth-child(4) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.souq-services-h-items.souq-animate-in.souq-in .souq-services-h-item:nth-child(5) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.souq-services-h-item img {
    height: 64px;
    width: auto;
}

.souq-services-h-item .media-body {
    color: #999;
}

.souq-services-h-item h5 {
    font-weight: 900;
    color: #333;
    font-size: 1.3rem;
    margin-bottom: .5rem;
}

.souq-services-h .souq-primary-cta.souq-animate-in {
    transform: translateX(50px);
    opacity: 0;
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.souq-services-h .souq-primary-cta.souq-animate-in.souq-in {
    transform: translateX(0);
    opacity: 1;
}

.souq-services-c {
    background-position: left center;
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.souq-services-c-content {
    position: relative;
    /*    padding-left: calc((100% - 1140px) / 2 + 15px);*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    padding-top: 45px;
    padding-bottom: 25px;
}

.souq-services-c-intro {
    margin-right: 30px;
    width: 25%;
    z-index: 2;
    margin-top: 0px;
}

.souq-services-c-container {
    width: 75%;
}

.souq-services-c-item {
    display: block;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    height: 300px;
    /*border-radius: .3rem;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.10);*/
    border: 1px solid #e1e1e1;
}

.souq-services-c-item-fig {
    width: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
}

.souq-services-c-item-fig img {
    width: 100%;
    height: auto;
}

.souq-services-c-item-text {
    position: absolute;
    top: 180px;
    left: 20px;
    right: 20px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.souq-services-c-item-text-title {
    font-weight: 600;
    color: #333;
    font-size: 1.1rem;
    margin-bottom: .5rem;
}

.souq-services-c-item-text-sub {
    color: #333;
    font-size: .8rem;
    opacity: .7;
}

.souq-services-c-item:hover .souq-services-c-item-fig {
    -webkit-animation: iconTop 0.4s ease-in-out;
    -moz-animation: iconTop 0.4s ease-in-out;
    animation: iconTop 0.4s ease-in-out;
}

.souq-services-c-item:hover .souq-services-c-item-text {
    transform: translateY(-50%);
}

.souq-services-c-item-cta {
    position: absolute;
    color: #333;
    bottom: 40px;
    left: 20px;
    right: 20px;
    z-index: 3;
    font-size: 0.7rem;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 700;
    transform: translateY(400%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.souq-services-c-item:hover .souq-services-c-item-cta {
    transform: translateY(0);
    opacity: 1;
}

.souq-services-c-container .owl-carousel .owl-stage {
    padding-left: 0 !important;
}

.souq-services-c-container .owl-stage-outer {
    overflow: visible;
}

.souq-services-c-container .owl-item {
    opacity: 0;
    transition: opacity .5s;
}

.souq-services-c-container .owl-item.active {
    opacity: 1;
}

.souq-services-c-container .owl-carousel .owl-nav button {
    outline: none;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.souq-services-c-container .owl-nav {
    text-align: center;
    margin-top: 1.4rem;
}

.souq-services-c-container .owl-prev.disabled,
.souq-services-c-container .owl-next.disabled {
    opacity: 0.5;
}

.souq-services-c-container .owl-prev {
    margin-right: 20px;
}

.souq-services-c-container .owl-next {
    margin-left: 20px;
}


/* Call to Action section */

.souq-cta-1-caption {
    padding: 40px;
    overflow: hidden;
    position: relative;
}

.souq-cta-1-caption.rounded-lg.rounded-top {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.souq-cta-1-caption.rounded-lg.rounded-right {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.souq-cta-1-caption.rounded-lg.rounded-bottom {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.souq-cta-1-caption.rounded-lg.rounded-left {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.souq-cta-1-caption h2,
.souq-cta-1-caption p,
.souq-cta-1-caption a {
    position: relative;
    z-index: 2;
    opacity: 0;
}

.souq-cta-1-caption.souq-animate-in {
    background-color: transparent;
}

.souq-cta-1-caption.souq-animate-in:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #fff;
    transform: translateX(-100%);
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.souq-cta-1-caption.souq-animate-in.souq-in:before {
    transform: translateX(0);
}

.souq-cta-1-caption.souq-animate-in.souq-in h2,
.souq-cta-1-caption.souq-animate-in.souq-in p,
.souq-cta-1-caption.souq-animate-in.souq-in a {
    opacity: 1;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.souq-cta-1-caption.souq-animate-in.souq-in p {
    opacity: 1;
    font-size: 13px;
    color: #000;
}


/* Newsletter section */

.souq-newsletter-1-form .form-control {
    border: 0 none;
    box-shadow: none;
    padding: .375rem 1.2rem;
    height: 54px;
    transition: border-color .4s ease-in-out, box-shadow .4s ease-in-out;
}

.souq-newsletter-1-form .form-control:focus {
    outline: 0;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
}



/* Property List */

a.souq-results-card-1 {
    display: block;
    position: relative;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #EEE9E9;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.10);
}

a.souq-results-card-1 .carousel-inner>.carousel-item {
    height: 340px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.souq-results-card-1-gradient {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.souq-results-card-1-details {
    position: absolute;
    padding: 10px;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.souq-results-card-1-details-title {
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.souq-results-card-1-details-price {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
}

.souq-results-card-1 .carousel-control-prev,
.souq-results-card-1 .carousel-control-next {
    z-index: 4;
    opacity: 1;
    width: 53px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.souq-results-card-1 .carousel-control-prev {
    transform: translateX(-100%);
}

.souq-results-card-1:hover .carousel-control-prev {
    transform: translateX(0);
}

.souq-results-card-1 .carousel-control-next {
    transform: translateX(100%);
}

.souq-results-card-1:hover .carousel-control-next {
    transform: translateX(0);
}

.souq-results-card-1 .carousel-control-prev>span,
.souq-results-card-1 .carousel-control-next>span {
    font-size: 36px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.26);
}

.souq-results-card-1-features {
    position: absolute;
    width: 70%;
    padding: 20px;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.souq-results-card-1:hover .souq-results-card-1-features {
    opacity: 1;
    transform: translateY(0);
}

.souq-results-card-1-features>span {
    display: inline-block;
    padding: 0 10px;
    margin: 0 2px 0 0;
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
    color: #333;
    background: #fff;
    top: 0;
    left: 0;
    right: auto;
    z-index: 2;
    border-radius: 5px;
}

.souq-results-card-1-save {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #333;
    width: 26px;
    height: 26px;
    ;
    border-radius: 50%;
    font-size: .8rem;
    line-height: 25px;
    opacity: 1;
    z-index: 4;
    background-color: #fff;
    border: none;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.10);
    text-align: center;
    padding: 0;
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* Property Filter */

.souq-filter-form {
    position: fixed;
    top: 99px;
    right: 30px;
    width: calc(50% - 60px);
    z-index: 4;
}

.souq-filter-form .custom-select {
    height: 46px;
    padding: .375rem 2rem .375rem 1rem;
    font-size: .9rem;
    box-shadow: none;
    border: 0 none;
    cursor: pointer;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.16);
}

.souq-filter-form-row,
.souq-content-side-search-form-row {
    margin-right: -5px;
    margin-left: -5px;
}

.souq-filter-form-col,
.souq-content-side-search-form-col {
    padding-right: 5px;
    padding-left: 5px;
}

.souq-content-side-search-form-adv {
    display: none;
}

.souq-filter-btn {
    display: block;
    text-align: center;
    white-space: nowrap;
    background-color: #c98862;
    height: 100%;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 36px;
    /*border-radius:3px;*/
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.souq-filter-btn:hover {
    text-decoration: none;
    background-color: #666;
    color: #fff;
}


/* Footer Area */

.souq-footer {
    background-color: #FFFFFF;
    position: relative;
    z-index: 1;
    display: block;
}

.souq-footer.souq-min {
    display: none;
}

.souq-footer-logo {
    font-size: 28px;
    font-weight: 900;
}

.souq-footer-address {
    opacity: .7;
    font-size: .9rem;
    line-height: 1.8;
    color: #313030;
}

.souq-footer-social a {
    color: #313030;
    font-size: 1.6rem;
    margin-right: 20px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.souq-footer-social a:hover {
    opacity: .7;
}

.souq-footer-header {
    font-size: 1.1rem;
    font-weight: 550;
    line-height: 42px;
    color: #000000;
}

.souq-footer-links li {
    padding-bottom: 5px;
}

.souq-footer-links a {
    display: block;
    font-size: 11px;
    color: #333;
    text-decoration: none;
    line-height: 14px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.souq-footer-links a:hover {
    opacity: .7;
}

.souq-footer-bottom {
    font-size: .8rem;
    line-height: 1.8;
    color: #333;
}

.souq-content-side-wrapper .souq-footer-bottom {
    margin-top: 0;
}

.souq-footer-bottom a {
    color: #333;
    text-decoration: none;
}

.souq-footer-bottom a:hover {
    opacity: .7;
}

.souq-footer-copyright {
    opacity: .7;
}

.souq-content.souq-full-height {
    margin-top: 69px;
}


/* Blog Artciles */
.souq-blog-posts {
    padding-top: 40px;
}

.souq-blog-posts-carousel-1 {
    position: relative;
    border-radius: .3rem .3rem 0 0;
}

.souq-blog-posts-carousel-1-img {
    height: 500px;
    border-radius: .3rem .3rem 0 0;
    overflow: hidden;
}

.souq-blog-posts-carousel-1-img .carousel-item {
    height: 100%;
}

.souq-blog-posts-carousel-1-img .carousel-inner {
    height: 100%;
}

.souq-blog-posts-carousel-1-img .souq-hero-bg {
    transform: scale(1.1);
    -webkit-transition: all 7s linear;
    -moz-transition: all 7s linear;
    transition: all 7s linear;
}

.souq-blog-posts-carousel-1-img .carousel-item.active .souq-hero-bg {
    transform: scale(1);
}

.souq-blog-posts-carousel-1-badge {
    position: absolute;
    background-color: #fff;
    top: 40px;
    left: 40px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 50px;
    font-size: .6rem;
    z-index: 3;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.10);
}

.souq-blog-posts-carousel-1 .souq-carousel-controls {
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    left: 0;
    z-index: 2;
    background-color: #fff;
    width: 180px;
    height: 100px;
}

.souq-blog-posts-carousel-1 .souq-carousel-controls a {
    cursor: pointer;
    display: block;
    background-color: #fff;
    width: 90px;
    height: 100px;
    position: absolute;
}

.souq-blog-posts-carousel-1 .souq-carousel-controls a.souq-carousel-control-prev svg {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}

.souq-blog-posts-carousel-1 .souq-carousel-controls a.souq-carousel-control-next svg {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
}

.souq-blog-posts-carousel-1 .souq-carousel-controls a.souq-carousel-control-prev {
    top: 0;
    left: 0;
}

.souq-blog-posts-carousel-1 .souq-carousel-controls a.souq-carousel-control-next {
    top: 0;
    right: 0;
}

.souq-blog-posts-carousel-1-caption-container {
    position: absolute;
    right: 0;
    bottom: -100px;
    left: 50%;
    background: #fff;
    border-radius: .3rem 0 0 0;
    padding: 40px 40px 0 40px;
}

.souq-blog-posts-carousel-1-caption-category {
    color: #333;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    opacity: 0;
    transform: translateX(20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.souq-blog-posts-carousel-1-caption .carousel-item.active .souq-blog-posts-carousel-1-caption-category {
    opacity: .5;
    transform: translateX(0);
}

.souq-blog-posts-carousel-1-caption-title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: .5rem;
    opacity: 0;
    transform: translateX(20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.souq-blog-posts-carousel-1-caption .carousel-item.active .souq-blog-posts-carousel-1-caption-title {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.souq-blog-posts-carousel-1-caption-summary {
    width: 80%;
    opacity: 0;
    transform: translateX(20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.souq-blog-posts-carousel-1-caption .carousel-item.active .souq-blog-posts-carousel-1-caption-summary {
    opacity: .7;
    transform: translateX(0);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.souq-blog-posts-carousel-1-caption .souq-primary-cta {
    opacity: 0;
    transform: translateX(20px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.souq-blog-posts-carousel-1-caption .carousel-item.active .souq-primary-cta {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}



.souq-posts-1-item {
    display: block;
    margin-bottom: 30px;
}

.souq-posts-1-item:hover {
    text-decoration: none;
}

.souq-posts-1-item-fig-container {
    border-radius: .3rem .3rem 0 0;
    height: 260px;
    overflow: hidden;
}

.souq-posts-1-item-fig {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.souq-posts-1-item:hover .souq-posts-1-item-fig {
    transform: scale(1.06, 1.06);
}

.souq-posts-1-item-details {
    background-color: #fff;
    border-radius: .3rem 0 0 0;
    margin-left: 40px;
    padding: 20px 20px 0 20px;
    margin-top: -60px;
    overflow: hidden;
    position: relative;
}

.souq-posts-1-item-details-category {
    color: #333;
    opacity: .5;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.souq-posts-1-item:hover .souq-posts-1-item-details-category {
    opacity: 0;
    transform: translateY(-200%);
}

.souq-posts-1-item-details-title {
    color: #333;
    font-weight: 900;
    line-height: 1.3;
    font-size: 1.1rem;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.souq-posts-1-item:hover .souq-posts-1-item-details-title {
    transform: translateY(-22px);
}

.souq-posts-1-item-details-date {
    color: #333;
    opacity: .7;
    font-size: 0.8rem;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.souq-posts-1-item:hover .souq-posts-1-item-details-date {
    opacity: 0;
}

.souq-posts-1-item-cta {
    position: absolute;
    color: #333;
    bottom: 20px;
    left: 20px;
    z-index: 3;
    font-size: 0.7rem;
    letter-spacing: 1px;
    opacity: 0;
    font-weight: 700;
    transform: translateY(50%);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.souq-posts-1-item:hover .souq-posts-1-item-cta {
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

/* Blog Sidebar */
.souq-blog-posts-side-section .form-group {
    position: relative;
}

.souq-blog-posts-side-section .form-control.souq-is-address+span {
    position: absolute;
    display: block;
    top: 50%;
    right: 1.2rem;
    color: #333;
    transform: translateY(-50%);
}

.souq-blog-posts-side-section .form-control {
    height: 46px;
    padding: .375rem 1rem;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2;
}

.souq-blog-posts-side-section .form-control.souq-is-address {
    padding-right: 2.6rem;
}

.souq-blog-posts-side-section h3 {
    font-size: 1.3rem;
    font-weight: 900;
}

.souq-blog-posts-side-v-list>li {
    padding: 5px 0;
}

.souq-blog-posts-side-v-list>li>a {
    color: #333;
}

.souq-blog-posts-side-tags>a {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 10px 5px;
    border-radius: 50px;
    font-size: .7rem;
    border: 1px solid #E2E2E2;
    display: inline-block;
    white-space: nowrap;
    margin-right: 5px;
    margin-bottom: 10px;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* Single Blog Post */
.souq-blog-post-category {
    color: #333;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    opacity: .7;
}

.souq-blog-post-category>span {
    display: inline-block;
}

.souq-blog-post-category>span:first-child {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid rgba(0, 0, 0, .3);
}

.souq-blog-post-hero {
    padding-left: calc((100% - 1140px) / 2 + 15px);
}

.souq-blog-post-hero-fig {
    height: 70vh;
    min-height: 540px;
}

.souq-blog-post-share {
    width: 65px;
    text-align: center;
}

.souq-blog-post-share-label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .8rem;
}

.souq-blog-post-share>ul>li {
    padding-bottom: 10px;
}

.souq-blog-post-share>ul>li>a {
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #333;
    color: #333;
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.souq-blog-post-share>ul>li>a:hover {
    background-color: #333;
    color: #fff;
}

.souq-blog-post-block h2,
.souq-blog-post-block h3,
.souq-blog-post-block h4,
.souq-blog-post-block h5,
.souq-blog-post-block h6 {
    font-weight: 900;
    margin-bottom: 1rem;
}

.souq-blog-post-block p {
    color: #999;
}

.souq-blog-post-blockquote {
    font-size: 1.3rem;
    font-weight: 700;
    width: 60%;
    float: left;
    border-left: 2px solid #333;
    padding: 0 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: calc((100% - 1140px) / 2 + 15px);
}

.souq-image-full {
    width: 100%;
    height: auto;
}

.souq-blog-post-block {
    width: 80%;
    margin: 0 auto;
}

.souq-blog-post-block.souq-full {
    width: 100%;
}

.souq-blog-post-video {
    position: relative;
    display: block;
    height: 500px;
}

.souq-blog-post-video+iframe {
    display: none;
}


/* Listing Porperties Area */
.souq-property-row {
    background-color: #fff;
    box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    display: flex;
    border-radius: 5px;
    border: 1px solid #eee;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.souq-property-row:hover {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.souq-image-area {
    display: block;
    position: relative;
    background-color: rgba(0, 0, 0, 0.15);
    display: block;
    float: left;
    height: auto;
    width: 30%;
    cursor: pointer;
}

a.souq-property-row-image {
    display: block;
    position: relative;
    min-height: 320px;
    overflow: hidden;
}

a.souq-property-row-image .carousel-inner>.carousel-item {
    height: 320px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.souq-property-row-image .carousel-control-prev>span,
.souq-property-row-image .carousel-control-next>span {
    font-size: 36px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.26);
}

.souq-property-row-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
}

.souq-property-images {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 8px 10px;
    background: #000;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    border-top-right-radius: 5px;
}

.souq-property-row-content {
    float: left;
    margin-left: 0;
    min-height: 195px;
    position: relative;
    width: 70%;
    padding: 10px 0 10px 30px;
}

.souq-property-card-propertytype {
    margin-bottom: 10px
}

.souq-property-card-propertytype>span {
    display: inline-block;
    padding: 0 10px;
    margin: 0 3px 3px 0;
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 5px;
}

.souq-property-row-title,
.souq-property-row-title a {
    color: #666;
    padding-bottom: 10px;
    margin-bottom: 0;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.souq-property-row-price {
    color: #777;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0px;
    text-decoration: none;
}

.souq-property-row-address {
    display: block;
    list-style: none;
    margin: 0;
    padding: 5px 0px;
    color: #9E9E9E;
    font-size: 11px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 30px;
}

.souq-property-row-body p {
    color: #616161;
    overflow: hidden;
    font-size: 12px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin: 0;
}

.souq-property-row-meta {
    background-color: #EEE;
    color: #000;
    border: 1px solid #E0E0E0;
}

.souq-property-row-meta-item {
    display: inline-block;
    font-size: 12px;
    padding: 6px 20px;
}

.souq-property-row-meta-item span {
    margin: 0px 5px 0px 0px;
}

.souq-property-agent-meta {
    position: relative;
    margin: 10px 0 0;
}

.listedby-logo {
    font-size: 12px;
    color: #333;
    padding-bottom: 0;
    width: 60px;
}

.souq-property-row-agent {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    margin-bottom: 0;
    border: 1px solid;
    margin: 0 10px 6px 0;
}

.souq-property-row-agent img {
    width: 60px;
}

.btn-listing {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    background: #000;
    color: #fff;
    border-color: #000;
    margin-left: 0;
    margin-right: 4px;
}

.btn-listing:hover {
    background: #666;
    color: #fff;
    border-color: #666;
}

.btn-listing span {
    display: inline-block;
    margin-right: 5px;
}


/* Sticky Things */
.getsticky {
    -webkit-position: sticky;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 999;
    padding: 20px 0;
}

.dropshadow {
    -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.16);
}




/* Media queries */

@media (min-width: 576px) {

    #souq-signin-modal .modal-dialog,
    #souq-signup-modal .modal-dialog {
        max-width: 400px;
    }
}

@media screen and (max-width: 1199px) {
    .souq-services {
        height: 718px;
    }

    .souq-services-container {
        display: block;
        height: auto;
        transform: none;
    }

    .souq-services-item {
        width: 50%;
        height: 300px;
        float: left;
    }

    .souq-services-item:nth-child(1) {
        border-bottom: 1px solid #e8e8e8;
        border-radius: .3rem 0 0 0;
    }

    .souq-services-item:nth-child(2) {
        border-right: 0 none;
        border-radius: 0 .3rem 0 0;
        border-bottom: 1px solid #e8e8e8;
    }

    .souq-services-item:nth-child(3) {
        border-radius: 0 0 0 .3rem;
    }

    .souq-services-item:nth-child(4) {
        border-radius: 0 0 .3rem 0;
        border-right: 0 none;
    }

    .souq-hero-props-carousel-1-property .carousel-item .souq-property {
        left: calc((100% * 2 - 960px) / 2 + 15px);
    }

    .souq-hero-props-carousel-2-left .carousel-item .souq-caption {
        left: calc((100% * 2 - 960px) / 2 + 15px);
    }

    .souq-hero-props-carousel-2-left .carousel-item .souq-cta {
        left: calc((100% * 2 - 960px) / 2 + 15px);
    }

    .souq-props-carousel-right {
        padding-left: calc((100% - 960px) / 2 + 15px);
    }

    .souq-testim-1 {
        padding-left: calc((100% - 960px) / 2 + 15px);
    }

    .souq-services-c-content {
        padding-left: calc((100% - 960px) / 2 + 15px);
    }

    .souq-sp-agent-btn-main {
        width: 100%;
        margin-right: 0;
    }

    .souq-sp-agent-btn {
        width: 100%;
    }

    .souq-blog-post-hero {
        padding-left: calc((100% - 960px) / 2 + 15px);
    }
}

/* LINK */

.mega-link {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

/* ICON */

.mega-icon {
    font-size: 20px;
    transition: transform .35s ease, color .35s ease;
    transform-origin: center;
}

/* ROTATE ON HOVER (IMPORTANT FIX) */

.nav-mega-item:hover .mega-icon,
.mega-link:hover .mega-icon {
    transform: rotate(180deg);
    color: #b68d5a;
}

@media screen and (max-width: 1139px) {
    .souq-props-carousel-left-arrow {
        left: 50px;
    }

    .souq-props-carousel-right-arrow {
        right: 15px;
        transform: translate(0, -50%) scale(1, 1);
    }

    .souq-services-c {
        padding-left: 15px;
        padding-right: 15px;
    }

    .souq-cta-1.souq-full-right {
        margin-left: 0;
    }

    .souq-cta-1.souq-full-left {
        margin-right: 0;
    }

    .souq-cta-1.souq-full .souq-cta-1-content.souq-top-left,
    .souq-cta-1.souq-full-left .souq-cta-1-content.souq-top-left,
    .souq-cta-1.souq-full .souq-cta-1-content.souq-bottom-left,
    .souq-cta-1.souq-full-left .souq-cta-1-content.souq-bottom-left,
    .souq-cta-1-content.souq-center-left,
    .souq-cta-1.souq-full .souq-cta-1-content.souq-center-left,
    .souq-cta-1.souq-full-left .souq-cta-1-content.souq-center-left {
        left: 15px;
    }

    .souq-cta-1.souq-full .souq-cta-1-content.souq-top-right,
    .souq-cta-1.souq-full-right .souq-cta-1-content.souq-top-right,
    .souq-cta-1-content.souq-center-right,
    .souq-cta-1.souq-full .souq-cta-1-content.souq-center-right,
    .souq-cta-1.souq-full-right .souq-cta-1-content.souq-center-right,
    .souq-cta-1.souq-full .souq-cta-1-content.souq-bottom-right,
    .souq-cta-1.souq-full-right .souq-cta-1-content.souq-bottom-right {
        right: 15px;
    }

    .souq-hero-props-carousel-2-left .carousel-item .souq-caption {
        left: 15px;
        right: 15px;
    }

    .souq-hero-props-carousel-2-left .carousel-item .souq-cta {
        left: 15px;
    }

    .souq-hero-props-carousel-2 .souq-carousel-controls.souq-right,
    .souq-hero-props-carousel-2 .souq-carousel-ticker.souq-right {
        right: 15px;
    }

    .souq-blog-post-blockquote {
        margin-left: 0;
    }

    .souq-sp-gallery-btn {
        right: 15px;
    }
}

/* Projects */

/* MENU */

.projects-menu {
    width: 900px !important;
}

/* PROJECT CARD */

.lux-project-card {
    display: block;

    text-decoration: none;

    background: #fff;

    border: 1px solid #eee;

    overflow: hidden;

    transition: .25s ease;
}

.lux-project-card:hover {
    transform: translateY(-3px);
}

/* IMAGE */

.lux-project-card img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

/* INFO */

.lux-project-info {
    padding: 10px;
    text-align: left;
}

.lux-project-info h6 {
    font-size: 13px;
    font-weight: 700;

    margin-bottom: 6px;

    color: #111;
}

.lux-project-info span {
    font-size: 11px;
    color: #666;

    display: block;
    margin-bottom: 3px;
}

.lux-project-info small {
    font-size: 11px;
    color: #b68d5a;
}

/* LIST SECTION SAME STYLE */

.lux-buy-group h5 {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;

    color: #b68d5a;
    margin-bottom: 14px;
}

.lux-buy-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lux-buy-group ul li {
    margin-bottom: 9px;
}

.lux-buy-group ul li a {
    font-size: 13px;
    color: #111;
    text-decoration: none;
    transition: .2s;
}

.lux-buy-group ul li a:hover {
    color: #b68d5a;
    padding-left: 4px;
}



@media screen and (max-width: 991px) {
    .souq-nav {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #fff;
        padding-top: 120px;
        padding-bottom: 100px;
        overflow: auto;
        z-index: 1040;
    }

    .souq-header-nav-trigger {
        display: inline-block;
    }

    .souq-header-user {
        display: none;
    }

    .souq-hero-caption {
        position: relative;
        top: 0;
        transform: none;
        padding: 90px 0 60px;
        background: transparent;
    }

    .souq-logo.souq-logo-nav {
        position: fixed;
        top: 34px;
        left: calc((100% - 720px) / 2 + 15px);
        z-index: 1050;
    }

    .souq-is-sticky .souq-logo.souq-logo-nav {
        top: 24px;
    }

    .souq-full .souq-logo.souq-logo-nav,
    .souq-full.souq-is-sticky .souq-logo.souq-logo-nav {
        left: 30px;
        top: 18px;
    }

    .souq-header-nav-trigger.souq-active {
        position: fixed;
        top: 30px;
        right: calc((100% - 720px) / 2 + 15px);
        z-index: 1050;
    }

    .souq-is-sticky .souq-header-nav-trigger.souq-active {
        top: 20px;
    }

    .souq-header.souq-full .souq-header-nav-trigger.souq-active {
        right: 30px;
        top: 14px;
    }

    .souq-nav>li.list-inline-item:not(.souq-is-last) {
        margin-right: 0;
    }

    .souq-nav>li {
        display: block;
        margin-right: auto;
        margin: 0 auto;
        cursor: pointer;
        text-align: left;
        padding-left: calc((100% - 720px) / 2 + 15px);
        opacity: 0;
        transform: translateX(-20px);
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .souq-header.souq-full .souq-nav>li {
        padding-left: 30px;
    }

    .souq-mobile .souq-nav>li {
        opacity: 1;
        transform: translateX(0);
    }

    .souq-nav>li>a {
        text-transform: none;
        display: inline-block;
        font-size: 1.5rem;
    }


    .souq-nav>li>.souq-nav-sub {
        position: relative;
        top: auto;
        left: 0;
        z-index: 1;
        float: none;
        min-width: 200px;
        padding: 7px 0;
        margin: 0;
        background-color: transparent;
        text-align: left;
        box-shadow: none;
        display: none;
    }

    .souq-header.souq-mobile .souq-nav>li>.souq-nav-sub {
        display: block;
    }

    .souq-nav>li>.souq-nav-sub>li>a {
        padding: 7px 0;
        font-size: 1rem;
    }

    .souq-nav>li>.souq-nav-sub>li>a:hover {
        padding-left: 10px;
    }

    .souq-nav>li.souq-has-btns {
        display: block;
    }

    .souq-nav>li.souq-has-btns>.souq-user-btns {
        padding-top: 30px;
    }

    .souq-user-btns-signup {
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        background-color: #333;
        height: 46px;
        padding: 0 20px;
        border: 1px solid #333;
        border-radius: .25rem;
        font-size: .9rem;
        text-transform: uppercase;
        line-height: 46px;
        font-weight: 700;
        color: #fff;
        margin-right: 4px;
        display: none;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .souq-user-btns-signup:hover {
        text-decoration: none;
        color: rgba(255, 255, 255, .7);
    }

    .souq-header.souq-mobile .souq-user-btns-signup {
        display: inline-block;
    }

    .souq-user-btns-login {
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        background-color: #fff;
        height: 46px;
        padding: 0 20px;
        border: 1px solid #E2E2E2;
        border-radius: .25rem;
        font-size: .9rem;
        text-transform: uppercase;
        line-height: 46px;
        font-weight: 700;
        color: #333;
        display: none;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .souq-user-btns-login:hover {
        text-decoration: none;
        color: #333;
        border: 1px solid #333;
    }

    .souq-header.souq-mobile .souq-user-btns-login {
        display: inline-block;
    }

    .souq-hero-caption form {
        width: 100%;
    }

    .souq-hero-caption.souq-hero-caption-bottom-left form {
        width: 100%;
    }

    .h2,
    h2,
    h1.souq-page-header {
        font-size: 1.8rem;
    }

    h1.souq-page-header {
        line-height: 2rem;
    }

    .souq-props-carousel-right.souq-has-intro {
        display: block;
    }

    .souq-props-carousel-right-intro {
        width: 100%;
        margin-right: 0;
    }

    .souq-props-carousel-right.souq-has-intro .souq-props-carousel-right-container {
        width: 100%;
    }

    .souq-agents-1-item {
        height: 360px;
    }

    .souq-services-item {
        width: 100%;
        float: none;
        border-right: 0 none;
        border-bottom: 1px solid #e8e8e8;
    }

    .souq-services-item:nth-child(1) {
        border-radius: .3rem .3rem 0 0;
    }

    .souq-services-item:nth-child(2) {
        border-radius: 0;
    }

    .souq-services-item:nth-child(3) {
        border-radius: 0;
    }

    .souq-services-item:nth-child(4) {
        border-radius: 0 0 .3rem .3rem;
    }

    .souq-services-c {
        display: block;
        background-position: left top;
    }

    .souq-services-c-intro {
        width: 100%;
        margin-top: 0;
        margin-right: 0;
    }

    .souq-services-c-container {
        width: 100%;
    }

    .souq-services-c-container .owl-nav {
        margin-left: auto;
    }

    .souq-testim-1 {
        display: block;
        background-position: left top;
    }

    .souq-testim-1-intro {
        width: 100%;
        margin-top: 0;
        margin-right: 0;
    }

    .souq-testim-1-container {
        width: 100%;
    }

    .souq-testim-1-container .owl-nav {
        margin-left: auto;
    }

    .souq-hero-props-carousel-1 .carousel-indicators li {
        width: 60px;
        height: 60px;
    }

    .souq-hero-props-carousel-1-property {
        width: calc(100% - 240px);
    }

    .souq-hero-props-carousel-1-property .souq-carousel-ticker {
        display: none;
    }

    .souq-header.souq-no-bg.souq-mobile {
        border-bottom: 1px solid transparent;
    }

    .souq-header.souq-no-bg .souq-logo.souq-logo-nav {
        top: 24px;
    }

    .souq-header.souq-no-bg .souq-header-nav-trigger.souq-active {
        top: 20px;
    }

    .souq-blog-posts-carousel-1-caption-title {
        font-size: 1.4rem;
    }

    .souq-blog-posts-carousel-1-caption-summary {
        width: 100%;
    }

    .souq-blog-post-block,
    .souq-agent-block {
        width: 100%;
        margin: 0;
    }

    .souq-blog-post-share {
        width: 100%;
        text-align: left;
    }

    .souq-blog-post-share>ul>li {
        float: left;
        margin-right: 10px;
    }

    .souq-blog-post-share-label {
        float: left;
        margin-right: 20px;
        line-height: 36px;
    }

    .souq-content-left {
        padding-right: 0;
    }

    .souq-map-side.souq-half {
        width: 0;
    }

    .souq-map-side.souq-max {
        width: 100%;
    }

    .souq-single-property-section>.row>div:nth-last-child(2)>.souq-sp-amenities-item,
    .souq-single-property-section>.row>div:nth-last-child(3)>.souq-sp-amenities-item {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #E2E2E2;
    }

    .souq-services {
        height: 1314px;
    }

    .souq-blog-posts-carousel-1-caption-container {
        left: 30%;
    }

    .souq-hero-caption h1 {
        font-size: 2.5rem;
    }

    .souq-hero-props-carousel-1 .souq-caption-prop-title {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    .souq-hero-props-carousel-2-left .souq-caption-prop-title {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    .souq-hero-props-carousel-1-property .carousel-item .souq-property {
        left: calc((100% + 240px - 720px) / 2 + 15px);
    }

    .souq-hero-props-carousel-1-property .carousel-item .souq-cta {
        top: 70%;
        left: calc((100% + 240px - 720px) / 2 + 15px);
        right: auto;
    }

    .souq-hero-props-carousel-2-left .carousel-item .souq-caption {
        left: calc((100% * 2 - 720px) / 2 + 15px);
    }

    .souq-hero-props-carousel-2-left .carousel-item .souq-cta {
        left: calc((100% * 2 - 720px) / 2 + 15px);
    }

    .souq-services-c-content {
        padding-left: calc((100% - 720px) / 2 + 15px);
        display: block;
    }

    .souq-blog-post-hero {
        padding-left: calc((100% - 720px) / 2 + 15px);
    }

    .souq-services-c {
        right: 0;
        background-position: center center;
    }

    .souq-sp-top-title {
        font-size: 1.8rem;
    }

    .souq-props-carousel-right {
        padding-left: calc((100% - 720px) / 2 + 15px);
    }

    .souq-testim-1 {
        padding-left: calc((100% - 720px) / 2 + 15px);
    }

    .souq-services-h {
        background: #F7F7F7;
    }

    .souq-services-h-container {
        display: block;
    }

    .souq-services-h-fig {
        height: 240px;
    }

    .souq-sp-agent-btn-main {
        width: 49%;
        margin-right: 2%;
    }

    .souq-sp-agent-btn {
        width: 49%;
    }

    .souq-calculator-chart-container {
        width: 60%;
        margin: 0 auto;
    }

    .souq-agent-rating {
        line-height: 2.2rem;
    }

    .souq-blog-post-hero-fig {
        height: 50vh;
        min-height: auto;
    }

    .souq-blog-posts {
        padding-top: 100px;
    }

    .souq-single-property-gallery>figure.souq-sp-gallery-main-img {
        height: 450px;
    }

    .souq-single-property-gallery>figure {
        height: 225px;
    }

    .souq-content-side-wrapper {
        padding: 100px 15px 30px;
    }

    a.souq-list-toggle {
        top: 85px;
        left: 15px;
    }

    .getsticky {
        padding: 20px 0;
        top: 65px;
    }

}

@media screen and (max-width: 767px) {
    .souq-logo.souq-logo-nav {
        left: calc((100% - 540px) / 2 + 15px);
    }

    .souq-header-nav-trigger.souq-active {
        right: calc((100% - 540px) / 2 + 15px);
    }

    .souq-nav>li {
        padding-left: calc((100% - 540px) / 2 + 15px);
    }

    .souq-hero-props-carousel-2-left {
        -webkit-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }

    .souq-hero-caption {
        position: relative;
        top: 0;
        transform: none;
        padding: 90px 0 60px;
        background: transparent;
    }

    .souq-hero-props-carousel-1-property {
        display: none;
    }

    .souq-hero-props-carousel-1 .souq-carousel-controls {
        display: none;
    }

    .souq-hero-props-carousel-2 .souq-carousel-controls {
        left: 66.666%;
    }

    .souq-hero-props-carousel-2 .souq-carousel-ticker {
        left: 66.666%;
    }

    .souq-blog-posts-carousel-1-caption-container {
        bottom: -60px;
        left: 180px;
    }

    .souq-sp-top-btn {
        margin-left: 0;
        margin-right: 4px;
        line-height: 36px;
        height: 38px;
        font-size: 11px;
        padding: 0 10px
    }

    .souq-section-propertyname {
        font-size: 22px;
    }

    .souq-sp-top-feat {
        margin-left: 0;
    }

    .souq-sp-top-feat>div {
        margin-left: 0;
    }

    .souq-services {
        height: 1290px;
    }

    .souq-hero-caption h1 {
        font-size: 2rem;
    }

    .souq-hero-props-carousel-1 .souq-caption-prop-title {
        font-size: 2rem;
    }

    .souq-hero-props-carousel-2-left .souq-caption-prop-title {
        font-size: 2rem;
    }

    .souq-hero-props-carousel-1-property .carousel-item .souq-property {
        left: calc((100% + 240px - 540px) / 2 + 15px);
    }

    .souq-hero-props-carousel-1-property .carousel-item .souq-cta {
        left: calc((100% + 240px - 540px) / 2 + 15px);
    }

    .souq-hero-props-carousel-2-left .carousel-item .souq-caption {
        left: calc((100% / 2 * 3 - 540px) / 2 + 15px);
    }

    .souq-hero-props-carousel-2-left .carousel-item .souq-cta {
        left: calc((100% / 2 * 3 - 540px) / 2 + 15px);
    }

    .souq-blog-post-hero {
        padding-left: calc((100% - 540px) / 2 + 15px);
    }

    .souq-sp-top-title {
        font-size: 1.6rem;
    }

    .souq-props-carousel-right {
        padding-left: calc((100% - 540px) / 2 + 15px);
    }

    .souq-testim-1 {
        padding-left: calc((100% - 540px) / 2 + 15px);
    }

    .souq-services-c-content {
        padding-left: calc((100% - 540px) / 2 + 15px);
    }

    .pt-100 {
        padding-top: 60px;
    }

    .pb-100 {
        padding-bottom: 60px;
    }

    .pt-200 {
        padding-top: 120px;
    }

    .pb-200 {
        padding-bottom: 120px;
    }

    .pt-300 {
        padding-top: 180px;
    }

    .pb-300 {
        padding-bottom: 180px;
    }

    .mt-100 {
        margin-top: 80px;
    }

    .mb-100 {
        margin-bottom: 80px;
    }

    .mt-200 {
        margin-top: 120px;
    }

    .mb-200 {
        margin-bottom: 120px;
    }

    .mt-300 {
        margin-top: 180px;
    }

    .mb-300 {
        margin-bottom: 180px;
    }

    .souq-hero {
        height: auto !important;
    }

    .h2,
    h2,
    h1.souq-page-header {
        font-size: 1.7rem;
    }

    .h1,
    h1 {
        font-size: 34px;
    }

    .souq-plans-1-item {
        text-decoration: none;
        border: 2px solid #333;
    }

    .souq-plans-1-item .souq-plans-1-item-fig {
        transform: translateY(-42px) scale(.9);
    }

    .souq-plans-1-item .souq-plans-1-item-title {
        transform: translateY(-42px) scale(1.3);
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
    }

    .souq-plans-1-item .souq-plans-1-item-features {
        transform: translateY(-42px);
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }

    .souq-plans-1-item .souq-plans-1-item-price {
        transform: translateY(-42px);
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }

    .souq-plans-1-item .souq-plans-1-item-label {
        transform: translateY(-42px);
        opacity: 0;
    }

    .souq-plans-1-item .souq-plans-1-item-cta {
        transform: translate(-50%, 0);
        opacity: 1;
        -webkit-transition-delay: .4s;
        transition-delay: .4s;
    }

    .souq-hero-caption.souq-hero-caption-bottom-left {
        bottom: 60px;
    }

    .souq-testim-1-container .owl-nav {
        margin-top: 1.5rem;
    }

    .souq-services-c-container .owl-nav {
        margin-top: 1.5rem;
    }

    .souq-results-card-1 .carousel-control-prev {
        transform: translateX(0);
    }

    .souq-results-card-1 .carousel-control-next {
        transform: translateX(0);
    }

    .souq-results-card-1 .souq-results-card-1-features {
        opacity: 1;
        transform: translateY(0);
    }

    .souq-results-card-1 .souq-results-card-1-save {
        opacity: 1;
        transform: translateY(0);
    }

    .souq-sp-key-details-item {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .souq-sp-amenities-item {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .souq-single-property-section>.row>div:nth-last-child(2)>.souq-sp-amenities-item,
    .souq-single-property-section>.row>div:nth-last-child(3)>.souq-sp-amenities-item {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .souq-calculator-data {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .souq-agents-1-item {
        height: 400px;
    }

    .souq-agents-hero-search {
        padding: 40px;
    }

    .souq-contact-hero-offices {
        padding: 40px;
    }

    .souq-contact-hero-offices-container {
        bottom: -60px;
    }

    .souq-agent-rating {
        line-height: 2rem;
    }

    .souq-blog-posts-carousel-1-caption-title {
        font-size: 1.3rem;
    }

    .souq-blog-posts-carousel-1-caption-summary {
        display: none;
    }

    .souq-blog-posts-carousel-1-img {
        height: 460px;
    }

    .souq-blog-post-video {
        height: 400px;
    }

    .souq-blog-post-blockquote {
        padding: 0 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .souq-contact-hero-offices-info .souq-is-address {
        display: none;
    }

    .souq-single-property-gallery>figure {
        height: 190px;
        width: 50%;
    }

    .souq-single-property-gallery>figure:nth-child(4),
    .souq-single-property-gallery>figure:nth-child(5) {
        display: none;
    }

    .souq-single-property-gallery>figure.souq-sp-gallery-main-img {
        height: 380px;
    }

    .souq-content-side-wrapper {
        padding: 80px 15px 30px;
    }

    a.souq-list-toggle {
        top: 84px;
        left: 15px;
    }
}

@media screen and (max-width: 575px) {

    .souq-header,
    .souq-header.souq-is-sticky {
        padding: 0 0 7px;
    }

    .mainnav {
        padding-top: 7px;
    }

    .souq-logo.souq-logo-nav {
        left: 15px;
    }

    .souq-header-nav-trigger.souq-active {
        right: 15px;
    }

    .souq-logo.souq-logo-nav,
    .souq-is-sticky .souq-logo.souq-logo-nav {
        top: 19px;
    }

    .souq-header-nav-trigger.souq-active,
    .souq-is-sticky .souq-header-nav-trigger.souq-active {
        top: 15px;
    }

    .souq-nav>li {
        padding-left: 15px;
    }

    .souq-single-property-section>.row>div:nth-last-child(2)>.souq-sp-key-details-item {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #E2E2E2;
    }

    .souq-cta-1-content {
        position: absolute;
        width: 90%;
        padding: 30px;
        overflow: hidden;
    }

    .souq-hero-caption.souq-hero-caption-bottom-left {
        right: 0;
        left: 0;
    }

    .souq-hero-props-carousel-1-property {
        width: calc(100% - 120px);
    }

    .souq-hero-props-carousel-1 .souq-carousel-controls {
        width: 120px;
    }

    .souq-hero-props-carousel-1 .souq-carousel-controls a {
        width: 60px;
    }

    .souq-hero-props-carousel-1 .souq-carousel-controls a.souq-carousel-control-prev svg {
        right: 10px;
    }

    .souq-hero-props-carousel-1 .souq-carousel-controls a.souq-carousel-control-next svg {
        left: 10px;
    }

    .souq-hero-props-carousel-2 .souq-carousel-controls {
        bottom: 60px;
    }

    .souq-agents-1-item {
        height: 420px;
    }

    .souq-blog-posts-carousel-1-caption-container {
        left: 80px;
        padding: 20px 20px 0 20px;
    }

    .souq-header .souq-container-full {
        padding: 0 15px;
    }

    a.souq-list-toggle {
        top: 70px;
        left: 15px;
    }

    .souq-full .souq-logo.souq-logo-nav,
    .souq-full.souq-is-sticky .souq-logo.souq-logo-nav {
        left: 15px;
    }

    .souq-header.souq-full .souq-header-nav-trigger.souq-active {
        right: 15px;
    }

    .souq-header.souq-full .souq-nav>li {
        padding-left: 15px;
    }

    .souq-hero-props-carousel-1-property .carousel-item .souq-property {
        left: 15px;
        font-size: 1.6rem;
    }

    .souq-hero-props-carousel-1-property .carousel-item .souq-cta {
        left: 15px;
    }

    .souq-hero-props-carousel-2-left .carousel-item .souq-cta {
        bottom: 183px;
    }

    .souq-hero-props-carousel-2-left .carousel-item .souq-caption {
        left: 15px;
    }

    .souq-hero-props-carousel-2-left .carousel-item .souq-cta {
        left: 15px;
    }

    .souq-blog-post-hero {
        padding-left: 15px;
        padding-right: 15px;
    }

    .souq-props-carousel-right {
        padding-left: 15px;
        padding-right: 15px;
    }

    .souq-testim-1 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .souq-services-c-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .h2,
    h2,
    h1.souq-page-header {
        font-size: 1.6rem;
    }

    .souq-hero-props-carousel-2-left .souq-caption-prop-title {
        font-size: 1.6rem;
    }

    .souq-hero-props-carousel-1-property {
        height: 80px;
    }

    .souq-hero-props-carousel-1 .souq-caption-prop-title {
        font-size: 1.6rem;
    }

    .souq-hero-props-carousel-1 .souq-carousel-controls {
        height: 80px;
    }

    .souq-hero-props-carousel-1 .souq-carousel-controls a {
        height: 80px;
    }

    .souq-hero {
        height: auto !important;
        min-height: 0;
    }

    .souq-hero-props-carousel-2 .souq-carousel-controls {
        width: 160px;
        height: 80px;
    }

    .souq-hero-props-carousel-2 .souq-carousel-controls a {
        width: 80px;
        height: 80px;
    }

    .souq-hero-props-carousel-2 .souq-carousel-ticker {
        bottom: 150px;
    }

    .souq-agents-1-item {
        height: 450px;
    }

    .souq-section-propertyname {
        font-size: 20px;
    }

    .souq-property-agent-meta {
        /*text-align: center;*/
    }

    .souq-sp-top-btn {
        line-height: 30px;
        height: 30px;
        font-size: 12px;
        padding: 0 10px;
        width: 100%;
        text-align: center;
        margin: 2px 0;
    }

    .btn-listing {
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        background: #000;
        color: #fff;
        border-color: #000;
        margin: 4px;
        width: auto;
    }

    .souq-sp-top-price {
        font-size: 15px;
    }

    .souq-sp-agent-btn-main {
        width: 100%;
        margin-right: 0;
    }

    .souq-sp-agent-btn {
        width: 100%;
    }

    .souq-blog-posts-carousel-1-img {
        height: 400px;
    }

    .souq-blog-posts-carousel-1 .souq-carousel-controls {
        width: 70px;
        height: 120px;
    }

    .souq-blog-posts-carousel-1 .souq-carousel-controls a {
        width: 70px;
        height: 60px;
        position: relative;
    }

    .souq-blog-post-blockquote {
        float: none;
        width: 100%;
        font-size: 1.1rem;
    }

    .souq-single-property-gallery>figure {
        height: 250px;
        width: 50%;
    }

    .souq-single-property-gallery>figure:nth-child(3),
    .souq-single-property-gallery>figure:nth-child(4),
    .souq-single-property-gallery>figure:nth-child(5) {
        display: none;
    }

    .souq-single-property-gallery>figure.souq-sp-gallery-main-img {
        height: 250px;
    }

    .souq-property-row {
        display: block;
    }

    .souq-image-area {
        float: none;
        min-height: 240px;
        width: 100%;
    }

    .souq-property-row-content {
        float: none;
        margin-left: 0;
        width: 100%;
        padding: 20px;
    }


    .getsticky {
        padding: 10px 0;
        top: 49px;
    }
}



/*START HEADER MEDIA*/
.header-media {
    position: relative;
}

/*START BANNERS MODULE STYLE*/
.banner-video {
    height: 600px;
    overflow: hidden;
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner-video {
        height: 450px;
    }
}

.banner-video .banner-video-inner {
    width: 100%;
    height: 100%;
    position: absolute;
}

.banner-parallax {
    position: relative;
    height: 80vh !important;
    overflow: hidden;
}

.banner-parallax .banner-inner {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-parallax .banner-bg-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    visibility: inherit;
    z-index: 0;
    opacity: 1;
}


.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.6s ease;
}

/* Only active video visible */
.banner-video.active {
    opacity: 1;
    z-index: 2;
}

.banner-parallax video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*@media (max-width: 767px) {
  .banner-parallax {
    height: 100vh !important;
  }
}
*/
.banner-inner {
    position: relative;
    height: 600px;
    width: 100%;
    /*@include respond-to(tablet-portrait){
    height: 300px;
    background-size: 150% auto;
    background-attachment: fixed !important;
    background-position: top center !important;
  }
  @include respond-to(phone){
    height: 280px;
    background-size: 240% auto;
  }*/
}

.banner-inner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
}

.banner-caption {
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
    width: 100%;
}

.banner-caption h1 {
    color: #fff;
}

.banner-caption h2 {
    color: #fff;
}

@media (min-width: 991px) {
    body.transparent-yes .banner-caption {
        top: 55%;
    }
}

.banner-video-inner {
    position: absolute;
    width: 100%;
    height: 100% !important;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Video wrapper */
.banner-bg-wrap {
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* Video itself */
.banner-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Dark overlay */
.banner-bg-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 2;
}


.header-media .container {
    position: relative;
    height: 100%;
}

/* Caption ON TOP */
.banner-caption {
    position: absolute;
    inset: 0;
    z-index: 3;
    /* 🔥 higher than video + overlay */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    color: #fff;
    padding: 20px;
    top: 25%;
    padding-left: 5%;
}




@media (max-width: 768px) {
    .banner-caption {
        position: absolute;
        inset: 0;
        z-index: 3;
        /* 🔥 higher than video + overlay */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #fff;
        padding: 20px;
        top: 25%;
    }

    .banner-caption-bottom {
        position: absolute;
        inset: 0;
        z-index: 3;
        /* 🔥 higher than video + overlay */
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: left;
        text-align: left;
        color: #fff;
        padding: 20px;
        top: calc(100Vh - 40%);
    }
}

.banner-caption-bottom {
    position: absolute;
    inset: 0;
    z-index: 3;
    /* 🔥 higher than video + overlay */
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
    text-align: left;
    color: #fff;
    padding: 20px;
    top: calc(100Vh - 100%);


}

.banner-caption-bottom .container {
    height: 100%;

    align-items: center;
}


.searchbarbg {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 700px;
    padding: 10px 10px 10px 10px;
    backdrop-filter: blur(20px);
    border: 1px solid #5b5b5b;
    text-align: left;
}


.herobannertitle {
    font-size: 55px;
    margin-bottom: 26px;
}

@media (max-width: 768px) {
    .banner-caption-bottom {
        position: absolute;
        inset: 0;
        z-index: 3;
        /* 🔥 higher than video + overlay */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #fff;
        padding: 20px;
        top: calc(100Vh - 105%);
    }

    .herobannertitle {
        font-size: 22px;
        margin-bottom: 46px;

    }

    /*.banner-video {
        display: none;
    }*/

    /*.banner-bg-wrap {
        background: url("images/01-miami-beach.jpg") center / cover no-repeat;
    }*/
}

a.herobannertab:link,
a.herobannertab:hover,
a.herobannertab:visited {
    color: #999494;
    border: 1px solid #999494;
    /*border-radius: 5px;*/
    padding: 4px 15px 3px;
    margin-right: 10px;
    text-decoration: none;
}

a.herobannertab.active {
    color: #FFF;
    border: 1px solid #FFF;
    /*border-radius: 5px;*/
    padding: 4px 15px 3px;
}


.herobannerformelements {
    border-radius: 0px !important;
    color: #999999 !important;
    background-color: #FFFFFF !important;
}



.padding-r-0px {
    padding-right: 0px !important;
}

.padding-l-r-0px {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.herobannerborderonlyleft {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.herobannerborderonlyright {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}



/* MEGA MENU STARTS */
/* Base */
.souq-mega {
    position: relative;
}

/* Dropdown container */
.souq-mega-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    width: 900px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
    z-index: 1000;
}


/* Show on hover */
.souq-mega:hover .souq-mega-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    text-decoration: none;
}

/* 3-column grid */
.souq-mega-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Individual item */
.souq-mega-item {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #111;
}

a.souq-mega-item:link {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000;
}

a.souq-mega-item:hover {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #C48E6A;
}



.souq-mega-item img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    /* border-radius: 10px; */
    transition: transform 0.3s ease;
}

.souq-mega-item span {
    display: block;
    margin-top: 10px;
    font-weight: 400;
}

/* Hover effect */
.souq-mega-item:hover img {
    transform: scale(1.05);
}

/* =========================
   FIX POSITION ISSUE
========================= */

.mega-nav {
    position: relative;
}

/* IMPORTANT FIX: keep dropdown aligned with full menu */

.mega-dropdown {
    position: absolute;
    top: 100%;

    left: 50%;
    transform: translateX(-50%) translateY(10px);

    width: 900px;

    background: #fff;

    padding: 18px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

    opacity: 0;
    visibility: hidden;

    transition: 0.25s ease;

    z-index: 999;
}

/* SHOW */

.mega-nav:hover .mega-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* =========================
   PROJECT STYLE CARD
========================= */

.souq-mega-item {
    display: block;
    text-decoration: none;
}

.souq-mega-item img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    transition: 0.3s;
}

.souq-mega-item:hover img {
    transform: scale(1.05);
}

.souq-mega-item span {
    display: block;
}

.souq-mega-item span:first-of-type {
    font-size: 13px;
    font-weight: 700;
    color: #111;
    margin-top: 8px;
}

.fontsize11 {
    font-size: 11px;
    color: #777;
}

/* =========================
   LIST
========================= */

.lux-buy-group h5 {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.lux-buy-group ul {
    list-style: none;
    padding: 0;
}

.lux-buy-group ul li {
    margin-bottom: 8px;
}

.lux-buy-group ul li a {
    font-size: 13px;
    color: #555;
    text-decoration: none;
}

.lux-buy-group ul li a:hover {
    color: #b68d5a;
}

/* Make link a flex container */
.souq-nav>li.souq-mega>a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    /* space between text & arrow */
    line-height: 1;
    text-decoration: none;

}

/* Arrow */
.souq-nav>li.souq-mega>a::after {
    content: "▼";
    font-size: 10px;
    line-height: 1;
    color: #000;
    transform: translateY(-4px);
    transform-origin: 50% 45%;
    transition: transform 0.25s ease, color 0.25s ease;
}

/* Rotate on hover */
.souq-nav>li.souq-mega:hover>a::after {
    transform: translateY(2px) rotate(180deg);
}

/* MEGA MENU ENDS */




a.headerlistproperty:link,
a.headerlistproperty:hover,
a.headerlistproperty:visited {
    color: #000;
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    padding: 4px 15px 4px 15px;
    /*border-radius: 4px;*/
}

.headerwhatappbutton {
    color: #000;
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    padding: 4px 5px 4px 9px;
    /*border-radius: 4px;*/
    margin-right: 6px;
    text-align: center;
    text-decoration: none;
}

.headerwhatappbutton:hover {
    color: #000;
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    padding: 4px 5px 4px 9px;
    /*border-radius: 4px;*/
    margin-right: 6px;
    text-align: center;
    text-decoration: none;
}


.proplistbutton {
    color: #000;
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    padding: 6px 9px 4px 9px;
    border-radius: 4px;
    margin-right: 6px;
    text-align: center;
    text-decoration: none;
    display: table-cell;
}

.proplistbutton:hover {
    color: #000;
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    padding: 6px 9px 4px 9px;
    border-radius: 4px;
    margin-right: 6px;
    text-align: center;
    text-decoration: none;
    display: table-cell;
}

.badge {
    width: fit-content;
    display: inline-block;
}

.megamenusubheadingbig {
    font-size: 20px;
    font-weight: 500;
}

.megamenusubheadingsmall {
    font-size: 16px;
    font-weight: 500;
}

.megamenusmalltext {
    color: #8F8F8F;
}




ul.arrow-list {
    list-style: none;
    padding-left: 0;
}

ul.arrow-list li {
    position: relative;
    padding-left: 18px;
}

ul.arrow-list li a {
    text-decoration: none;
    color: #000;
}

ul.arrow-list li::before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    margin-right: 8px;
}

.megamenusub-blogsection {
    background-color: #414040;
    color: #FFF;
    padding: 15px;
    border-radius: 5px;
    height: 100%;
}

.megamenusub-blogsection img {
    width: 100%;
    border-radius: 5px;
}

.megamenusub-blogtitle {
    margin-top: 10px;
    font-size: 16px;
}

.megamenusub-blogcontent {
    font-size: 11px;
    color: #C6C6C6;
}

.divider-line {
    width: 100px;
    height: 1px;
    background: #e5e5e5;
    margin: 15px 0;
}

.megamenu-readmore {
    color: #C48E6A;
    font-size: 11px;
    text-decoration: none;
}

.megamenu-readmore:hover {
    color: #C48E6A;
    font-size: 11px;
    text-decoration: none;
}






.scroll-indicator {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 999999;
    color: #fff;
}

/* Oval */
.scroll-oval {
    width: 32px;
    height: 52px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50px;
    margin: 0 auto 12px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 8px;
}

/* Arrow animation */
.scroll-arrow {
    animation: scrollDown 2s infinite;
}

/* Text */
.scroll-text {
    font-size: 11px;
    letter-spacing: 4px;
    font-weight: 500;
    opacity: 0.9;
}

/* Vertical smooth animation */
@keyframes scrollDown {
    0% {
        transform: translateY(0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translateY(10px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}





.logo-marquee {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 20px 0;
}

.logo-track {
    display: flex;
    width: max-content;
    animation: scroll 25s linear infinite;
}

.logo {
    flex: 0 0 auto;
    padding: 0 40px;
}

.logo img {
    height: 35px;
    width: auto;
    object-fit: contain;
    display: block;
}

/* Smooth Continuous Animation */
@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}



.startfromtext {
    font-size: 12px;
    font-weight: 300;
}

/* Curved cut-out */
.souq-card-cutout {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 24px;
    background: #ffffff;
    /* card bg */
    border-bottom-left-radius: 8px;
    z-index: 2;
}

.souq-card-cutout2 {
    position: absolute;
    top: 0;
    right: 50px;
    width: 8px;
    height: 8px;
    background: #f0efeb;
    /* card bg */
    border-top-right-radius: 8px;
    z-index: 2;
}

.souq-card-badge {
    position: absolute;
    top: -4px;
    right: 0px;
    z-index: 3;
    display: inline-block;
}


/* Sale badge */
.badge-sale {
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    display: inline-block;
    padding: 2px 10px;
    width: auto !important;
    font-size: 11px;
    font-weight: 300;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
    /* background:#36443e; */
    color: #fff
}

.badge-rent {
    display: inline-block;
    padding: 2px 10px;
    font-size: 11px;
    font-weight: 300;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
    background: #43bfff;
    color: #fff
}

/* badge-style */
/* BADGE WRAPPER */

/* .souq-card-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 5;

    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap !important;

    align-items: flex-start;
    gap: 8px;

    width: auto;
    max-width: calc(100% - 40px);
} */

/* EACH BADGE */

.souq-card-badge .badge-sale {
    flex: 0 0 auto !important;

    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    width: fit-content !important;
    max-width: 100%;

    white-space: nowrap;

    padding: 8px 10px 4px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;

    line-height: 1;

    border-bottom-left-radius: 15px !important;

    color: #000;
    background: #fefefe !important;

}

/* COLORS */
/* APARTMENTS */

.badge-sale.bg-success {
    background: #087554 !important;
    color: #fff;
}

/* VILLAS */

.badge-sale.bg-primary {
    background: #5C5858 !important;
    color: #fff;
}

/* TOWNHOUSES */

.badge-sale.bg-warning {
    background: #f59e0b !important;
    color: #111;
}

/* PENTHOUSES */

.badge-sale.bg-dark {
    background: #111827 !important;
    color: #fff;
}

/* OFFICES */

.badge-sale.office {
    background: #374151 !important;
    color: #fff;
}

/* RETAIL */

.badge-sale.retail {
    background: #db2777 !important;
    color: #fff;
}

/* DUPLEX */

.badge-sale.duplex {
    background: #3233e4 !important;
    color: #fff;
}

/* PLOTS */

.badge-sale.plot {
    background: #7c3aed !important;
    color: #fff;
}

/* HOTEL APARTMENTS */

.badge-sale.hotel {
    background: #b45309 !important;
    color: #fff;
}

/* DEFAULT */

.badge-sale.bg-secondary {
    background: #6b7280 !important;
    color: #fff;
}


a.blackbutton:link {
    text-decoration: none;
    background-color: #c98862 !important;
    color: #FFF !important;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 20px;
    padding-left: 20px;
    /*border-radius: 6px;*/
    font-size: 13px;
    /* margin-top: 40px; */
}

a.blackbutton:visited {
    text-decoration: none;
    background-color: #c98862 !important;
    color: #FFF !important;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 20px;
    padding-left: 20px;
    /*border-radius: 6px;*/
    font-size: 13px;
    margin-top: 40px;
}

.souq-props-carousel-right-intro-new {
    display: flex;
    justify-content: space-between;
    /* 👈 pushes left & right apart */
    align-items: center;
    /* 👈 vertical alignment */
    flex-wrap: wrap;
    /* 👈 responsive support */
}

.souq-props-carousel-right-intro-new p {
    margin-bottom: 0;
    /* remove default spacing */
}

@media (max-width: 768px) {
    .souq-props-carousel-right-intro-new {
        flex-direction: column;
        align-items: flex-start;
    }

    .souq-props-carousel-right-intro-new p {
        margin-top: 10px;
    }
}




/*START LOCATION MODULE STYLE*/

.location-module div[class*="col-"] {
    margin-bottom: 30px;
}

.location-block {
    position: relative;
    height: 210px;
    overflow: hidden;
    background-position: center;
    background-size: cover;

}

@media (min-width: 992px) and (max-width: 1199px) {
    .location-block {
        height: 306px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .location-block {
        height: 235px;
    }
}

@media (max-width: 767px) {
    .location-block {
        height: 138px;
    }
}

.location-block div {
    text-align: center;
    position: absolute;
    top: 50%;
    right: inherit;
    bottom: inherit;
    left: 50%;
    z-index: 3;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.location-block .location-fig-caption {
    text-align: center;
    position: absolute;
    top: 50%;
    right: inherit;
    bottom: inherit;
    left: 50%;
    z-index: 3;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.location-block .heading {
    color: #fff;
}

.location-block .sub-heading {
    color: #fff;
}

@media (max-width: 767px) {
    .location-block figure {
        height: 138px;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .location-block figure img {
        width: 100%;
    }
}

.location-block a {
    display: block;
}

.location-block a:before {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.location-block a:hover:before {
    opacity: 0.1;
}


.community-areas-1-item {
    display: block;
    position: relative;
    overflow: hidden;
    height: 260px;
    /*    box-shadow: 0px 15px 20px rgba(0,0,0,0.10);*/
    margin-bottom: 30px;
}

.community-card {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
    /*border-radius: 8px;

  box-shadow: 0 20px 40px rgba(0,0,0,.45);*/
}

.community-name {
    position: absolute;
    bottom: 8px;
    left: 28px;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    z-index: 2;
    font-size: 18px;
}

.community-explore {
    position: absolute;
    bottom: 8px;
    right: 28px;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    z-index: 2;
    font-size: 13px;
    border: 1px solid #FFF;
    padding: 5px 10px 5px 10px;
    /*  border-radius: 3px;*/
}

.promo-label {
    position: absolute;
    top: 28px;
    right: 28px;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    z-index: 2;
    font-size: 12px;
}

.image-wrapper {
    position: relative;
}

.image-wrapper img {
    display: block;
}

.image-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

/* FULL IMAGE */
.promo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.padding-r-2px {
    padding-right: 2px;
}

.padding-l-r-2px {
    padding-left: 2px;
    padding-right: 2px;
}

.padding-l-2px {
    padding-left: 2px;
}


/* Remove default padding if needed */
.image-card .card-body {
    position: relative;
    padding: 60px 40px;
    min-height: 350px;

    /* Background Image */
    background-image: url('../images/slider-01.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    overflow: hidden;
    border-radius: 5px;
}

/* Dark Overlay */
.image-card .card-body::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(30, 30, 30, 0.65);
    /* Dark grey overlay */
    z-index: 1;
}

/* Text above overlay */
.image-card .card-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
}

/* Optional Styling */
.image-card h3 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 600;
}

.image-card p {
    font-size: 16px;
    line-height: 1.6;
}


.propitembody {
    background-color: #FFF;
    padding: 10px;

    font-size: 13px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.property-title-new {
    font-size: 18px;
}

.property-title-new a {
    color: #000000;
    text-decoration: none;
}

.property-location-new {
    font-size: 13px;
    font-weight: 100;
    color: #999;

}


.owl-carousel .owl-stage-outer {
    padding-bottom: 25px !important;
    padding-top: 10px !important;
}

.owlpropertybox {
    border: 1px solid #e1e1e1;
    /*border-radius: 5px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);*/
}


.body-right {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-flex;
}

.body-right-listing {
    position: absolute;
    right: 10px;
    bottom: 40px;
    display: inline-flex;
}


/*community Cards*/

.community-tab-card {
    background: #ffffff;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid #f4f4f4;
    cursor: pointer;

}

.icon-text {
    display: flex;
    align-items: center;
    /* vertical alignment */
    gap: 8px;
    /* space between icon and text */
    font-size: 12px;
}

.amenities-text {
    display: flex;
    align-items: center;
    /* vertical alignment */
    gap: 8px;
    /* space between icon and text */
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 10px;
    text-transform: capitalize;
}


/* Card */
.testimonial-card {
    background: #ffffff;
    padding: 28px;
    /*border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);*/
    transition: all 0.3s ease;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
}

.testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* Header Layout */
.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

/* Avatar Circle */
.testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #C48E6A;
    /* mustard brand color */
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 15px;
    margin-right: 14px;
}

/* Name */
.testimonial-name {
    font-weight: 600;
    font-size: 16px;
    color: #222;
}

/* Meta Row */
.testimonial-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
}

/* Stars */
.testimonial-stars i {
    color: #C48E6A;
    font-size: 13px;
}

/* Time */
.testimonial-time {
    font-size: 12px;
    color: #888;
}

/* Text */
.testimonial-text {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

.list-unstyled a {
    color: #000000 !important;
    font-size: 12px !important;
}

.fontsize11 {
    font-size: 11px !important;
}

.margintop5 {
    margin-top: 5px !important;
}

.margintop0 {
    margin-top: 0px !important;
}

.filter-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    /* keep everything in one row */
}

/* override bootstrap 100% width */
.filter-bar input,
.filter-bar select {
    width: auto;
}

/* search field grows */
.filter-bar .text-field {
    flex: 1;
    min-width: 220px;
}

/* price dropdown container */
.filter-dropdown {
    position: relative;
    width: 120px;
}

/* dropdown button */
.dropdown-toggle {

    border: 1px solid #E2E2E2;
    padding: 9px 10px 9px 15px;
    background: #fff;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 4px;
    font-size: 12px;
}

/* dropdown panel */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 260px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    display: none;
    z-index: 999;
}

.filter-dropdown.active .dropdown-menu {
    display: block;
}

.whitesmalldroptext {
    background-color: #FFF !important;
    font-size: 12px !important;
}

.btncolorccc {
    border-color: #CCC !important;
}


.souq-results-card-body-new {
    background-color: #FFFFFF;
    border-bottom-left-radius: 0.3rem !important;
    border-bottom-right-radius: 0.3rem !important;
    border-color: #ccc;

}

.souq-results-card-1-details-new {

    padding: 18px;
    color: #959292;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.souq-results-card-1-details-new-title {
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.souq-results-card-1-details-new-price {
    color: #4c4c4c;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.souq-results-card-1-new {
    display: block;
    position: relative;
    height: 250px;
    overflow: hidden;

}

/* .rounded-lg-new {
    border-radius: 0.3rem !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;

} */


a.souq-results-card-1 {
    display: block;
    position: relative;
    overflow: hidden;

    text-decoration: none;
    margin-bottom: 30px;
}


.advertbox {
    background-color: #000;
    border-radius: 4px;
    margin-bottom: 25px;
    padding: 15px;
    color: #FFF;
}

.adverttextdark {
    color: #9A9999 !important;
}

.advertboxbutton {
    position: absolute;
    right: 25px;
    bottom: 50px;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-22 {
    font-size: 22px !important;
}



.proplistingdesc {
    display: none;
}


/* LIST VIEW LAYOUT */
.property-wrapper.list-view .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.property-wrapper.list-view .souq-results-card-1 {
    display: flex;
    flex-direction: row;
    border: 1px solid #e6e5e5;
    border-radius: 5px;
    max-height: 250px !important;

}

.property-wrapper.list-view .proplistingdesc {
    display: block;
}

.property-wrapper.list-view .souq-results-card-1-new {
    width: 40%;
    max-height: 250px !important;
}

.property-wrapper.list-view .souq-results-card-body-new {
    width: 60%;
    /*display: flex;*/
    align-items: center;
    padding: 20px;
}

.property-wrapper.list-view .souq-results-card-1-details-new {
    width: 100%;
    padding-left: 5px !important;
}

.property-wrapper.list-view .buttonrow {
    display: inline-flex;
    margin-top: 30px;
    margin-left: 10px;
}

.souq-results-card-1 {
    transition: all 0.3s ease;
}


a.breadcrum {
    color: #c98862 !important;
    text-decoration: none;
    text-transform: capitalize;
}

.breadcrumrow span {
    margin-right: 5px;
}

.breadcrumbutton {
    background-color: #FFF;
    border: 0px;
    color: #6ac7ec;
}



.search-wrapper {
    width: 600px;
    max-width: 90%;
    display: flex;
    margin: 0 auto;
    /* centers horizontally */
}

.search-input {
    position: relative;
    flex: 1;
    margin-right: 10px;
}

.search-input input {
    width: 100%;
    padding-left: 40px;
    height: 45px;

}

.search-input i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
}

.souq-header-submit-property-small {
    width: 60px;
    padding-top: 5px;
    height: 44px;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    text-decoration: none;
}


.communityfilterbg {
    background-color: #FFFFFF;
    border-radius: 7px;
    padding: 15px;
}


.souq-community-tabs .owl-stage-outer {
    padding-bottom: 0px !important;
}

.souq-community-tabs .owl-stage-outer .owl-item {
    margin-right: 10px !important;
}

.souq-community-tabs .owl-nav .souq-props-carousel-right-arrow {
    right: -80px !important;
}



.description-box {
    position: relative;
}

.description-content {
    max-height: 110px;
    /* approx 3–4 lines */
    overflow: hidden;
    position: relative;
    transition: max-height .5s ease;
}

/* gradient fade */
.description-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.description-box.expanded .description-content {
    max-height: 1000px;
}

.description-box.expanded .description-content::after {
    display: none;
}

.read-more-wrapper {
    margin-top: 10px;
}

.read-more-btn {
    border: 1px solid rgb(201, 136, 98) !important;
    background: #FFFFFF;
    color: rgb(201, 136, 98) !important;
    padding: 5px 10px;
    cursor: pointer;
}

.singleprop-agent-section {
    border: 1px solid #E2E2E2;
    padding: 15px;
}



.share-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.share-link {
    text-decoration: none;
    font-weight: 600;
    color: #333;
}

.share-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px 0;
    min-width: 180px;
    display: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    border-radius: 4px;
}

.share-wrapper:hover .share-dropdown {
    display: block;
}

.share-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 15px;
    text-decoration: none;
    color: #333;
}

.share-item:hover {
    background: #f5f5f5;
    text-decoration: none;
}

/* icon colors */

.facebook i {
    color: #3b5998;
}

.twitter i {
    color: #1da1f2;
}

.linkedin i {
    color: #0077b5;
}

.whatsapp i {
    color: #25d366;
}

.email i {
    color: #d44638;
}


.border-bottom-only {
    border-bottom: 1px solid #E2E2E2;
}

.usefullinks a {
    display: block;
    color: #c98862;
    text-decoration: none;
    margin-bottom: 8px;

}

.read-more-btn:focus {
    outline: #000 !important;
}



.mortgage-card {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}



.mortgage-card input[type="number"] {
    width: 140px;
}

.result-box {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}


.mortgage-img {
    max-width: 100%;
    /* border-radius: 5px; */
}

.startingpricehash {
    margin-left: 30px;
    font-style: italic;
    font-size: 11px;
}


/* =========================
   MAIN CARD
========================= */

.modern-mortgage-card {
    background: #fff;
    border: 1px solid #ececec;
    padding: 35px;
}

/* =========================
   HEADER
========================= */

.mortgage-header {
    margin-bottom: 35px;
}

.mortgage-label {
    display: inline-block;

    font-size: 11px;

    letter-spacing: 1px;

    color: #999;

    margin-bottom: 10px;
}

.mortgage-header h3 {
    color: #111;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.mortgage-header p {
    font-size: 14px;
    color: #777;
    max-width: 500px;
}

/* =========================
   FIELD
========================= */

.mortgage-field {
    margin-bottom: 28px;
}

.mortgage-field-top {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 12px;
}

.mortgage-field label {
    font-size: 14px;
    color: #111;
}

.mortgage-field span {
    font-size: 13px;
    color: #111;
}

/* =========================
   RANGE
========================= */

.modern-range {
    width: 100%;
    appearance: none;
    height: 5px;
    background: #e5e5e5;
    outline: none;
}

/* thumb */

.modern-range::-webkit-slider-thumb {
    appearance: none;

    width: 18px;
    height: 18px;

    background: #111;
    cursor: pointer;
}

/* =========================
   RESULT
========================= */

.mortgage-result-box {
    margin-top: 40px;
    border-top: 1px solid #ececec;
    padding-top: 30px;
}

/* payment */

.monthly-payment {
    text-align: center;
    margin-bottom: 30px;
}

.monthly-payment span {
    display: block;
    font-size: 13px;
    color: #777;
    margin-bottom: 10px;
}

.monthly-payment h2 {
    font-size: 42px;
    font-weight: 400;
    color: #111;
}

/* =========================
   SUMMARY
========================= */

.mortgage-summary {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.summary-item {
    flex: 1;

    border: 1px solid #ececec;

    padding: 18px;
}

.summary-item span {
    display: block;
    font-size: 12px;
    color: #888;
    margin-bottom: 8px;
}

.summary-item strong {
    font-size: 18px;
    color: #111;
}

/* =========================
   MOBILE
========================= */

@media(max-width:767px) {

    .modern-mortgage-card {
        padding: 24px;
    }

    .mortgage-header h3 {
        font-size: 28px;
    }

    .monthly-payment h2 {
        font-size: 32px;
    }

    .mortgage-summary {
        flex-direction: column;
    }

}






/* MOBILE NAV WRAPPER */
/* MOBILE NAV PANEL */

.souq-mobile-nav-wrapper {
    position: fixed;
    top: 0;
    left: -100%;
    width: 280px;
    height: 100%;
    background: #fff;
    z-index: 99999;
    transition: 0.35s;
    overflow-y: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.souq-mobile-nav-wrapper.souq-mobile-open {
    left: 0;
}


/* HEADER */

.souq-mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}

.souq-mobile-title {
    font-size: 18px;
    font-weight: 600;
}

.souq-mobile-close {
    font-size: 26px;
    background: none;
    border: none;
    cursor: pointer;
}


/* MENU */

.souq-mobile-nav {
    list-style: none;
    padding: 10px 20px;
    margin: 0;
}

.souq-mobile-nav li {
    border-bottom: 1px solid #eee;
}

.souq-mobile-nav li a {
    display: block;
    padding: 12px 0;
    font-size: 16px;
    color: #222;
    text-decoration: none;
}


/* SUBMENU */

.souq-mobile-submenu {
    display: none;
    padding-left: 15px;
}

.souq-mobile-submenu li {
    border: none;
}

.souq-mobile-submenu a {
    font-size: 14px;
    padding: 8px 0;
}


/* ARROW */

.souq-arrow {
    float: right;
}


/* HIDE DESKTOP NAV ON MOBILE */

@media(max-width:991px) {

    .souq-nav {
        display: none !important;
    }

    .topbar {
        display: none;
    }

    .headerwhatappbutton,
    .headerlistproperty {
        display: none;
    }

}







/* MOBILE NAV CONTAINER */

.souq-mnav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    background: #fff;
    z-index: 99999;
    transition: 0.35s;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.souq-mnav.open {
    left: 0;
}


/* HEADER */

.souq-mnav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}

.souq-mnav-title {
    font-size: 18px;
    font-weight: 600;
}

.souq-mnav-close {
    font-size: 28px;
    border: none;
    background: none;
    cursor: pointer;
}


/* LEVEL CONTAINER */

.souq-mnav-level {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: 0.35s;
    overflow-y: auto;
}

.souq-mnav-level a {
    color: #000000;
    text-decoration: none;
}

.souq-mnav-level ul {
    list-style: none;
    padding: 20px;
    margin: 0;
}

.souq-mnav-level li {
    padding: 14px 0;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    cursor: pointer;
}

.souq-mnav-level li span {
    float: right;
}


/* SUB LEVEL */

.souq-mnav-sub {
    left: 100%;
}


/* ACTIVE SUBMENU */

.souq-mnav-sub.active {
    left: 0;
}


/* BACK BUTTON */

.souq-mnav-back {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    cursor: pointer;
    background: #fafafa;
}


/* HIDE DESKTOP NAV ON MOBILE */

@media(max-width:991px) {

    .souq-nav {
        display: none !important;
    }

    .topbar {
        display: none;
    }

    .headerwhatappbutton,
    .headerlistproperty {
        display: none;
    }

}


/* OVERLAY */

.souq-mnav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 99990;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.souq-mnav-overlay.active {
    opacity: 1;
    visibility: visible;
}

.souq-mnav {
    z-index: 99999;
}


.mobile-nav-sub-heading {
    margin-top: 15px;
    margin-left: 20px;
    font-weight: 700;
    color: #539999;
}

.mobile-nav-sub-heading2 {
    margin-top: 15px;

    font-weight: 700;
    color: #539999;
}


.fprojectinfoarea {
    border: 1px solid #e1e1e1;
    padding: 10px;
}

a.foooterlink {
    color: #C48E6A;
    text-decoration: none;
}

.text-black {
    color: #000000 !important;
}


/*
/* GLOBAL */

.section-subtitle {
    color: #b68d5a;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.section-title {
    font-size: 48px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
}

.section-text {
    color: #666;
    line-height: 1.9;
}

/* HERO IMAGES */

.about-image-grid {
    position: relative;
}

.about-image-grid .main-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.about-image-grid .img-top {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 200px;
    height: 150px;
    object-fit: cover;
}

.about-image-grid .img-bottom {
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 200px;
    height: 150px;
    object-fit: cover;
}

/* INFO CARD */

.info-card {
    padding: 50px;
    border: 1px solid #eee;
}

.info-card span {
    color: #b68d5a;
    font-size: 12px;
    letter-spacing: 2px;
}

.info-card h3 {
    font-size: 28px;
    margin: 15px 0;
}

.info-card p {
    color: #666;
    line-height: 1.8;
}

/* STATS */
.stats {
    padding: 100px;
    background-color: #efefef;
}

.stat h2 {
    font-size: 52px;
    font-weight: 700;
}

.stat p {
    color: #777;
}

/* LEADERS */

.leader {
    border: 1px solid #eee;
    padding: 40px;
}

.leader img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    margin-bottom: 20px;
}

.leader h4 {
    font-size: 22px;
}

.leader span {
    color: #b68d5a;
    font-size: 13px;
}

.leader p {
    color: #666;
    margin-top: 10px;
    line-height: 1.7;
}



/* faqs */
.faq-section {
    background: #fff;
}

.faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.faq-question {
    width: 100%;
    background: none;
    border: none !important;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #111;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px 0;
}

.faq-question:focus {
    outline: none;
    padding: 10px 0;
}

.faq-question .icon {
    font-size: 22px;
    transition: 0.3s;
}

.faq-question:not(.collapsed) .icon {
    transform: rotate(45deg);
    color: #b68d5a;
}

.faq-answer {
    padding: 10px 0 0;
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}


/* //why choose A1?  */
.why-choose-section {
    padding: 120px 0;
    background: #fff;
}

.section-subtitle {
    color: #b68d5a;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
}

.section-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #111;
}

.section-description {
    color: #666;
    line-height: 1.9;
    font-size: 16px;
}

/* CARD */

.why-card {
    background: #fff;
    padding: 45px 35px;
    /* border-radius: 24px; */
    height: 100%;
    transition: 0.4s;
    border: 1px solid #eee;
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.why-icon {
    width: 75px;
    height: 75px;
    border-radius: 20px;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    font-size: 28px;
}

.why-card h4 {
    font-size: 24px;
    margin-bottom: 18px;
    font-weight: 600;
    color: #111;
}

.why-card p {
    color: #666;
    line-height: 1.9;
    margin: 0;
}

/* STATS */

.why-stats-section {
    padding: 100px 0;
    background: #111;
}

.stat-box {
    text-align: center;
}

.stat-box h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px;
}

.stat-box p {
    color: #bbb;
    margin: 0;
}

/* RESPONSIVE */

@media(max-width:991px) {

    .section-title {
        font-size: 38px;
    }

    .why-card {
        padding: 35px 25px;
    }

}

/* careers */


.careers-hero-section {
    padding: 140px 0;
    background: #fefefe;
    text-align: center;
}

.careers-subtitle {
    color: #b68d5a;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}

.careers-title {
    font-size: 64px;
    color: #000;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 25px;
}

.careers-description {
    color: #000;
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 40px;
}

.btn-careers {
    background: #b68d5a;
    color: #fff;
    padding: 16px 38px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.btn-careers:hover {
    background: #9b7649;
    color: #fff;
}

.section-subtitle {
    color: #b68d5a;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
}

.section-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #111;
}

.section-text {
    color: #666;
    line-height: 1.9;
    margin-bottom: 35px;
}

.careers-image-wrapper {
    height: 650px;
    overflow: hidden;
    /* border-radius: 30px; */
}

.careers-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.career-benefit-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.career-benefit-item i {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.career-stats-section {
    padding: 100px 0;
    background: #f8f8f8;
}

.career-stat-box h2 {
    font-size: 58px;
    font-weight: 700;
    color: #111;
}

.career-stat-box p {
    color: #777;
}

.open-positions-section {
    background: #fff;
}

.career-position-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px;
    border: 1px solid #eee;
    /* border-radius: 24px; */
    margin-bottom: 25px;
    transition: 0.3s;
}

.career-position-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}

.job-type {
    background: #f4f4f4;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

.position-content h4 {
    font-size: 28px;
    margin-bottom: 10px;
}

.position-content p {
    margin: 0;
    color: #777;
}

.btn-apply {
    background: #111;
    color: #fff;
    padding: 14px 30px;
    text-decoration: none;
}

.btn-apply:hover {
    color: #fff;
}

.career-cta-section {
    padding-bottom: 120px;
}

.career-cta-box {
    background: #f8f8f8;
    padding: 100px 60px;
    border: 1px solid #fff;
}

.career-cta-box h2 {
    color: #000;
    font-size: 52px;
    margin-bottom: 20px;
}

.career-cta-box p {
    color: #000;
    margin-bottom: 35px;
    font-size: 17px;
}


.modern-filter-bar {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.filter-grid {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

/* INPUT + SELECT STYLE */
.filter-item input,
.filter-item select {
    width: 100%;
    height: 45px;
    padding: 0 12px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 14px;
    outline: none;
    transition: 0.3s;
}

/* SEARCH BOX */
.filter-item.search {
    flex: 2;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0 10px;
}

.filter-item.search i {
    margin-right: 8px;
    color: #777;
}

.filter-item.search input {
    border: none;
    height: 45px;
}

/* BUTTON */
.filter-btn {
    height: 45px;
    padding: 0 25px;
    border: none;
    background: #c9a06d;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.filter-btn:hover {
    background: #c9a06d;
}

/* HOVER EFFECT */
.filter-item select:hover,
.filter-item input:hover {
    border-color: #c9a06d;
}

/* =======================
   RESPONSIVE DESIGN
======================= */

@media (max-width: 1200px) {
    .filter-item.search {
        flex: 100%;
    }

    .filter-grid {
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .filter-grid {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-item,
    .filter-btn {
        width: 100%;
    }

    .filter-btn {
        margin-top: 5px;
    }
}



@media(max-width:991px) {

    .careers-title {
        font-size: 42px;
    }

    .section-title {
        font-size: 36px;
    }

    .career-position-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

    .careers-image-wrapper {
        height: auto;
    }

    .career-cta-box {
        padding: 70px 30px;
    }

    .career-cta-box h2 {
        font-size: 36px;
    }

}


/* //contactus */


.contact-section {
    background: #fff;
}

.contact-subtitle {
    color: #b68d5a;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
}

.contact-title {
    font-size: 56px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
}

.contact-description {
    color: #666;
    line-height: 1.9;
    font-size: 16px;
}

/* CONTACT BOX */

.contact-box {
    background: #f8f8f8;
    padding: 45px 35px;
    height: 100%;
    transition: 0.3s;
}

.contact-box:hover {
    transform: translateY(-5px);
}

.contact-icon {
    width: 70px;
    height: 70px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 24px;
    color: #111;
}

.contact-box h4 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #111;
}

.contact-box p {
    color: #777;
    margin-bottom: 20px;
    line-height: 1.8;
}

.contact-box a {
    color: #111;
    text-decoration: none;
    font-weight: 600;
}

/* FORM */

.contact-form-wrapper {
    background: #f8f8f8;
    padding: 60px;
    margin-top: 20px;
}

.form-title {
    font-size: 42px;
    font-weight: 700;
    color: #111;
}

.contact-form-wrapper label {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #111;
}

.contact-form-wrapper .form-control {
    height: 60px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 15px 20px;
    box-shadow: none;
    border-radius: 0 !important;
}

.contact-form-wrapper textarea.form-control {
    height: auto;
}

.contact-form-wrapper .form-control:focus {
    border-color: #b68d5a;
}

.contact-btn {
    background: #b68d5a;
    color: #fff;
    border: none;
    padding: 18px 45px;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
}

.contact-btn:hover {
    background: #b68d5a;
    color: #fff;
}

/* RESPONSIVE */

@media(max-width:991px) {

    .contact-title {
        font-size: 40px;
    }

    .form-title {
        font-size: 32px;
    }

    .contact-form-wrapper {
        padding: 40px 25px;
    }

}


/* cta-global */
.global-cta-section {
    padding: 60px 0;
    background: #fff;
}

.global-cta-box {
    background: #f8f8f8;
    padding: 80px;
}

.cta-subtitle {
    color: #b68d5a;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 20px;
}

.cta-title {
    font-size: 54px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #111;
    text-transform: uppercase;
}

.cta-description {
    color: #666;
    font-size: 16px;
    line-height: 1.9;
    margin: 0;
    max-width: 700px;
}

/* BUTTONS */

.cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.cta-btn {
    min-width: 190px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
    text-transform: uppercase;
}

.primary-btn {
    background: #b68d5a;
    color: #fff;
}

.primary-btn:hover {
    background: #b68d5a;
    color: #fff;
}

.btn-whatsapp {
    background: #fff;
    color: #111;
    border: 1px solid #ddd;
}

.btn-whatsapp:hover {
    background: #1ebe5d;
    border-color: #1ebe5d;
    color: #fff;
}

/* RESPONSIVE */

@media(max-width:991px) {

    .global-cta-box {
        padding: 50px 30px;
    }

    .cta-title {
        font-size: 38px;
    }

    .cta-buttons {
        justify-content: flex-start;
        margin-top: 35px;
    }

}

@media(max-width:576px) {

    .cta-title {
        font-size: 30px;
    }

    .cta-btn {
        width: 100%;
    }

}


/* footer style */


/* =========================
   BASE
========================= */

.lux-footer {
    border-top: 1px solid #ddd;
    background: #fff;
}

/* =========================
   TOP SECTION
========================= */

.lux-footer-top {
    padding: 60px 0 40px;
    border-bottom: 1px solid #ddd;
}

.footer-title {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 18px;
    color: #111;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    font-size: 13px;
    color: #555;
    text-decoration: none;
    transition: .2s;
}

.footer-links a:hover {
    color: #b68d5a;
}

/* INPUT */

.footer-input {
    display: flex;
}

.footer-input input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    outline: none;
}

.footer-input button {
    width: 45px;
    border: none;
    background: #b68d5a;
    color: #fff;
    font-weight: bold;
}

/* =========================
   BOTTOM SECTION
========================= */

.lux-footer-bottom {
    padding: 25px 0;
}

.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

/* ADDRESS */

.footer-address {
    font-size: 13px;
    color: #555;
}

/* EMAIL */

.footer-email a {
    font-size: 13px;
    color: #333;
    font-weight: 600;
    text-decoration: none;
}

/* =========================
   SOCIAL ICONS (SQUARE)
========================= */

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social a {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 2px solid #333;

    color: #333;

    font-size: 15px;

    transition: .25s;
}

.footer-social a:hover {
    background: #b68d5a;
    border-color: #b68d5a;
    color: #fff;
}

/* =========================
   LEGAL LINKS
========================= */

.footer-legal {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-legal a {
    font-size: 13px;
    color: #555;
    text-decoration: none;
    font-weight: 600;
}

.footer-legal a:hover {
    color: #b68d5a;
}

.footer-legal span {
    color: #bbb;
}


/* =========================
   GALLERY GRID
========================= */

.souq-single-property-gallery {
    display: grid;

    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 220px 220px;

    gap: 10px;
}

/* MAIN IMAGE */

.gallery-main-image {
    grid-row: span 2;
}

/* ITEM */

.gallery-item {
    position: relative;
    overflow: hidden;
    display: block;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: 0.4s;
}

/* HOVER */

.gallery-item:hover img {
    transform: scale(1.05);
}

/* MORE IMAGES */

.gallery-more-images {
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, 0.5);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

/* MOBILE */

@media(max-width:767px) {

    .souq-single-property-gallery {

        grid-template-columns: 1fr 1fr;
        grid-template-rows: 220px 140px 140px;

    }

    .gallery-main-image {
        grid-column: span 2;
        grid-row: span 1;
    }

}



/* project details */

/* =========================================================
    PROJECT PAGE V2
========================================================= */

/* .project-page-v2 {
    background: #f7f8fa;
} */


/* =========================================================
    HERO SECTION
========================================================= */

.range-hero-section {
    position: relative;
    width: 100%;
    height: 92vh;
    overflow: hidden;
}

.range-hero-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.range-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.75),
            rgba(0, 0, 0, 0.15));
}

.range-hero-content {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    z-index: 5;
}

.range-hero-inner {
    max-width: 650px;
    padding: 35px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.range-project-tag {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 18px;
}

.range-hero-inner h1 {
    font-size: 58px;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
}

.range-location-row {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.range-location-row span {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.range-location-row i {
    margin-right: 8px;
}

.range-hero-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.range-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 0 30px;
    background: #c98862;
    color: #fff;
    font-weight: 600;
    border: none;
    transition: 0.3s;
    text-decoration: none;
}

.range-primary-btn:hover {
    background: #c98862;
    color: #fff;
    transform: translateY(-2px);
}

.range-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 52px;
    padding: 0 26px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.range-secondary-btn:hover {
    background: #fff;
    color: #111;
}


/* =========================================================
    QUICK DETAILS
========================================================= */

.range-quick-details {
    padding: 70px 0 30px;
}

.range-details-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.range-detail-box {
    background: #fff;
    padding: 28px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.range-detail-box span {
    display: block;
    color: #777;
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.range-detail-box h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #111;
}


/* =========================================================
    ABOUT PROJECT
========================================================= */

.range-about-project {
    padding: 70px 0;
}

.range-small-heading {
    display: inline-block;
    color: #c98862;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.range-about-left h2 {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
    margin-bottom: 25px;
}

.range-about-left p {
    color: #666;
    line-height: 1.9;
    margin-bottom: 18px;
    font-size: 15px;
}

.range-about-image img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}


/* =========================================================
    SECTION HEADING
========================================================= */

.range-section-heading {
    margin-bottom: 50px;
}

.range-section-heading.text-center {
    text-align: center;
}

.range-section-heading span {
    display: block;
    color: #c98862;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.range-section-heading h2 {
    font-size: 42px;
    font-weight: 700;
    color: #111;
    margin: 0;
}


/* =========================================================
    AMENITIES
========================================================= */

.range-amenities-section {
    padding: 90px 0;
    background: #fff;
}

.range-amenities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.range-amenity-item {
    background: #f8f8f8;
    padding: 35px;
    text-align: center;
    transition: 0.3s;
}

.range-amenity-item:hover {
    transform: translateY(-6px);
    background: #efefef;
}

.range-amenity-item:hover span,
.range-amenity-item:hover i {
    color: #000;
}

.range-amenity-item i {
    font-size: 34px;
    color: #c98862;
    margin-bottom: 18px;
    transition: 0.3s;
}

.range-amenity-item span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #111;
    transition: 0.3s;
}


/* =========================================================
    PAYMENT PLAN
========================================================= */

.range-payment-section {
    padding: 90px 0;
}

.range-payment-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.range-payment-box {
    background: #fff;
    padding: 50px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.range-payment-box h3 {
    font-size: 60px;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

.range-payment-box span {
    color: #777;
    font-size: 16px;
}


/* =========================================================
    FLOOR PLAN
========================================================= */

.range-floorplan-section {
    padding: 90px 0;
    background: #fff;
}

.range-floorplan-tabs {
    display: flex;
    gap: 15px;
    padding: 0;
    margin: 0 0 35px;
    list-style: none;
    flex-wrap: wrap;
}

.range-floorplan-tabs li {
    height: 50px;
    padding: 0 28px;
    background: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.range-floorplan-tabs li.active {
    background: #111;
    color: #fff;
}

.range-floorplan-content {
    display: none;
}

.range-floorplan-content.active {
    display: block;
}

.range-floorplan-content img {
    width: 100%;
    background: #f8f8f8;
    padding: 20px;
}


/* =========================================================
    GALLERY
========================================================= */

.range-gallery-section {
    /* padding: 90px 0 0; */
}

.range-gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 12px;
}

.gallery-big {
    grid-row: span 2;
}




.gallery-big img,
.gallery-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.gallery-big img {
    min-height: 650px;
}

.gallery-small img {
    min-height: 319px;
}


/* =========================================================
    ENQUIRE SECTION
========================================================= */

.range-enquire-section {
    padding: 100px 0;
}

.range-enquire-content span {
    display: block;
    color: #c98862;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.range-enquire-content h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #111;
}

.range-enquire-content p {
    color: #666;
    line-height: 1.9;
    max-width: 500px;
}

.range-enquire-form {
    background: #fff;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.range-enquire-form .form-group {
    margin-bottom: 18px;
}

.range-enquire-form .form-control {
    height: 58px;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    padding: 0 20px;
    font-size: 15px;
}

.range-enquire-form textarea.form-control {
    height: auto;
    padding-top: 18px;
}


/* =========================================================
    RESPONSIVE
========================================================= */

@media(max-width:1200px) {

    .range-details-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .range-hero-inner h1 {
        font-size: 48px;
    }

}

@media(max-width:991px) {

    .range-hero-section {
        height: 80vh;
    }

    .range-hero-inner {
        max-width: 100%;
    }

    .range-hero-inner h1 {
        font-size: 38px;
    }

    .range-details-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .range-amenities-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .range-payment-grid {
        grid-template-columns: 1fr;
    }

    .range-gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-big img,
    .gallery-small img {
        min-height: 350px;
    }

}

@media(max-width:767px) {

    .range-hero-content {
        bottom: 30px;
    }

    .range-hero-inner {
        padding: 24px;
        border-radius: 18px;
    }

    .range-hero-inner h1 {
        font-size: 30px;
    }

    .range-location-row {
        gap: 12px;
    }

    .range-details-grid {
        grid-template-columns: 1fr;
    }

    .range-about-left h2,
    .range-section-heading h2,
    .range-enquire-content h2 {
        font-size: 32px;
    }

    .range-amenities-grid {
        grid-template-columns: 1fr;
    }

    .range-floorplan-tabs {
        gap: 10px;
    }

    .range-floorplan-tabs li {
        width: calc(50% - 5px);
    }

}

.projx-readmore-btn {
    margin-top: 10px;
    background: none;
    border: none;
    color: #c98862;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
}

.projx-readmore-btn:hover {
    color: #111;
}


/* MODAL OVERLAY CLEAN */
.projx-modal-wrap {
    background: rgba(0, 0, 0, 0.6);
}

/* MODAL BOX */
.projx-modal {
    border-radius: 0;
    border: none;
}

/* HEADER */
.projx-modal .modal-header {
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* CLOSE BUTTON */
.projx-close-btn {
    background: none;
    border: none;
    font-size: 30px;
    line-height: 1;
    color: #111;
    cursor: pointer;
}

.projx-close-btn:hover {
    color: #c98862;
}

.projx-close-btn:hover {
    color: #c98862;
}

/* SCROLLABLE BODY */
.projx-modal-body {
    max-height: 70vh;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
}

/* BUTTON */
.projx-readmore-btn {
    margin-top: 10px;
    background: none;
    border: none;
    color: #c98862;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
}

.projx-readmore-btn:hover {
    color: #111;
}

.projx-quick-details {
    padding: 60px 0;
    background: #f7f8fa;
}

/* GRID */
.projx-details-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

/* BOX */
.projx-detail-box {
    background: #fff;
    padding: 25px 20px;
    text-align: center;
    border: 1px solid #eee;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

/* ICON */
.projx-detail-box .icon {
    font-size: 22px;
    color: #c98862;
    margin-bottom: 10px;
}

/* TEXT */
.projx-detail-box span {
    display: block;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.projx-detail-box h4 {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #111;
}

.projx-desc-short,
.projx-desc-full {
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}

.projx-readmore-btn {
    margin-top: 10px;
    background: none;
    border: none;
    color: #c98862;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
}

.projx-readmore-btn:hover {
    color: #111;
}

/* HOVER EFFECT */
.projx-detail-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-color: #c98862;
}

/* RESPONSIVE */
@media(max-width:991px) {
    .projx-details-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:576px) {
    .projx-details-grid {
        grid-template-columns: 1fr;
    }
}

.tag-title {
    color: #c98862;
}

.nav-all {
    font-weight: 900;
    color: #c98862 !important;
}

.souq-sp-pois-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* TAB BOX */
.pois-tab {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    background: #fff;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    transition: 0.3s;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #111;
}

/* ICON */
.pois-tab i {
    font-size: 15px;
}

/* HOVER */
.pois-tab:hover {
    background: #f7f7f7;
    border-color: #c29b63;
    color: #c29b63;
}

/* ACTIVE TAB */
.pois-tab.active {
    background: #111;
    border-color: #111;
    color: #fff;
}

/* ACTIVE ICON */
.pois-tab.active i {
    color: #fff;
}

/* MOBILE */
@media(max-width:768px) {

    .souq-sp-pois-nav {
        gap: 8px;
    }

    .pois-tab {
        padding: 10px 14px;
        font-size: 12px;
    }

    .pois-tab i {
        font-size: 13px;
    }
}


/* =========================================
ABOUT SECTION
========================================= */
/* =========================================
ABOUT MODERN
========================================= */

.a1-about-modern {
    padding: 120px 0 0;
    background: linear-gradient(to bottom,
            #ffffff 0%,
            #faf8f6 50%,
            #fefefe 100%);
    overflow: hidden;
    position: relative;
}

/* LEFT */
.a1-about-left {
    padding-right: 60px;
}

/* SUBTITLE */
.a1-about-subtitle {
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #b58a74;
    font-weight: 600;
    display: block;
    margin-bottom: 18px;
}

/* TITLE */
.a1-about-title {
    font-size: 48px;
    line-height: 1.08;
    color: #111;
    margin-bottom: 28px;
    font-weight: 500;
}

/* DESCRIPTION */
.a1-about-description {
    font-size: 17px;
    line-height: 2;
    color: #666;
    margin-bottom: 35px;
}

/* BUTTONS */
.a1-about-buttons {
    display: flex;
    gap: 18px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

/* BUTTON */
.a1-main-btn,
.a1-outline-btn {
    height: 56px;
    padding: 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.4s;
    letter-spacing: 1px;
}

/* PRIMARY */
.a1-main-btn {
    background: #c98862;
    color: #fff;
}

.a1-main-btn:hover {
    background: #b58a74;
    color: #fff;
}

/* OUTLINE */
.a1-outline-btn {
    border: 1px solid #ddd;
    background: #fff;
    color: #111;
}

.a1-outline-btn:hover {
    background: #c98862;
    color: #fff;
}

/* STATS */
.a1-about-stats {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/* BOX */
.a1-stat-box {
    background: #fff;
    padding: 28px 35px;
    min-width: 180px;
    border: 1px solid #ebe7e2;
    transition: 0.4s;
}

.a1-stat-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
}

.a1-stat-box h3 {
    font-size: 46px;
    color: #b58a74;
    margin-bottom: 10px;
    font-family: serif;
}

.a1-stat-box span {
    font-size: 14px;
    color: #666;
}

/* =========================================
RIGHT IMAGES
========================================= */

.a1-about-images {
    position: relative;
    min-height: 700px;
}

/* MAIN IMAGE */
.a1-main-image {
    width: 75%;
    height: 620px;
    overflow: hidden;
    position: relative;
}

.a1-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* SMALL IMAGE */
.a1-small-image {
    width: 300px;
    height: 360px;
    position: absolute;
    bottom: 40px;
    right: 0;
    border: 10px solid #f7f5f2;
    overflow: hidden;
    animation: floatImage 5s ease-in-out infinite;
}

.a1-small-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* FLOATING CARD */
.a1-floating-award {
    position: absolute;
    left: 40px;
    bottom: 40px;
    background: #111;
    color: #fff;
    padding: 30px;
    width: 260px;
    animation: floatCard 4s ease-in-out infinite;
}

.award-no {
    font-size: 58px;
    font-family: serif;
    color: #b58a74;
    display: block;
    line-height: 1;
    margin-bottom: 12px;
}

.a1-floating-award p {
    margin: 0;
    line-height: 1.8;
    color: #ddd;
}

/* ANIMATION */
@keyframes floatImage {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes floatCard {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* =========================================
SERVICES FULL
========================================= */



/* =========================================
MOBILE
========================================= */

@media(max-width:992px) {

    .a1-about-modern {
        padding: 80px 0 0;
    }

    .a1-about-left {
        padding-right: 0;
    }

    .a1-about-title {
        font-size: 38px;
    }

    .a1-about-description {
        font-size: 15px;
        line-height: 1.9;
    }

    .a1-about-images {
        min-height: auto;
        margin-top: 60px;
    }

    .a1-main-image {
        width: 100%;
        height: 420px;
    }

    .a1-small-image {
        width: 180px;
        height: 220px;
        bottom: -20px;
    }

    .a1-floating-award {
        width: 200px;
        left: 20px;
        bottom: 20px;
        padding: 20px;
    }

    .award-no {
        font-size: 40px;
    }

    .a1-about-stats {
        gap: 15px;
    }

    .a1-stat-box {
        width: 100%;
    }

    .a1-services-full {
        padding: 0 20px 80px;
        margin-top: 70px;
    }
}



/* SECTION */
.executive-team-section {
    padding: 80px 0;
    overflow: hidden;
}

/* HEADER */

.exec-heading {
    margin-bottom: 45px;
}

.exec-subtitle {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #b88968;
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
}

.exec-title {
    font-size: 40px;
    line-height: 1.15;
    font-weight: 300;
    color: #111;
    margin: 0;
}

/* TEAM ROW */

.executive-team-section .row {
    display: flex;
    align-items: stretch;
}

/* CARD */

.exec-card {
    position: relative;
    height: 720px;
    overflow: hidden;
    transition: 0.4s ease;
}

.exec-card:hover {
    transform: translateY(-6px);
}

.exec-image {
    width: 100%;
    height: 100%;
}

.exec-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s ease;
}

.exec-card:hover img {
    transform: scale(1.05);
}

/* OVERLAY */

.exec-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.85) 8%,
            rgba(0, 0, 0, 0.2) 45%,
            rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

/* CONTENT */

.exec-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 2;
}

.exec-role {
    color: #d7b59d;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.exec-content h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    margin: 0;
    line-height: 1.1;
}

/* REMOVE BIG CENTER CARD EFFECT */

.active-card {
    transform: none !important;
    box-shadow: none;
}

/* TABLET */

@media(max-width:992px) {

    .exec-title {
        font-size: 32px;
    }

    .exec-card {
        height: 420px;
        margin-bottom: 20px;
    }

    .exec-content {
        left: 20px;
        bottom: 20px;
    }

    .exec-content h3 {
        font-size: 22px;
    }

}

/* MOBILE */

@media(max-width:767px) {

    .executive-team-section {
        padding: 60px 0;
    }

    .exec-heading {
        margin-bottom: 30px;
    }

    .exec-title {
        font-size: 26px;
    }

    .exec-card {
        height: 360px;
    }

    .exec-role {
        font-size: 10px;
    }

    .exec-content h3 {
        font-size: 20px;
    }

}

/* SECTION */

.vision-mission-section {
    position: relative;
    overflow: hidden;
}

/* HEADER */

.vm-heading {
    margin-bottom: 50px;
}

.vm-subtitle {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #b88968;
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
}

.vm-title {
    font-size: 42px;
    font-weight: 300;
    color: #111;
    margin: 0;
}

/* CARD */

.vm-card {
    background: #fff;
    padding: 55px;
    position: relative;
    min-height: 360px;
    overflow: hidden;
    transition: 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.vm-card:hover {
    transform: translateY(-8px);
}

/* NUMBER */

.vm-number {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 90px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.04);
    line-height: 1;
}

/* TAG */

.vm-tag {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #b88968;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
}

/* TITLE */

.vm-content h3 {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 300;
    color: #111;
    margin-bottom: 25px;
    max-width: 500px;
}

/* TEXT */

.vm-content p {
    font-size: 16px;
    line-height: 1.9;
    color: #666;
    max-width: 520px;
    margin: 0;
}

/* HOVER EFFECT */

.vm-card::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #c98862;
    transition: 0.5s ease;
}

.vm-card:hover::after {
    width: 100%;
}

/* DIFFERENT BG STYLE */

.vm-vision {
    background: linear-gradient(180deg, #ffffff 0%, #faf7f3 100%);
}

.vm-mission {
    background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
}

/* TABLET */

@media(max-width:992px) {

    .vm-title {
        font-size: 34px;
    }

    .vm-card {
        padding: 40px;
        min-height: auto;
    }

    .vm-content h3 {
        font-size: 28px;
    }

}

/* MOBILE */

@media(max-width:767px) {

    .vision-mission-section {
        padding: 70px 0;
    }

    .vm-title {
        font-size: 28px;
    }

    .vm-card {
        padding: 30px;
    }

    .vm-number {
        font-size: 60px;
        top: 15px;
        right: 20px;
    }

    .vm-content h3 {
        font-size: 24px;
    }

    .vm-content p {
        font-size: 15px;
        line-height: 1.8;
    }

}

.mini-dld-box {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #f4f4f4;
    padding: 12px 15px;
    width: fit-content;
}

.mini-dld-qr {
    width: 90px;
    height: 90px;
    background: #fff;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mini-dld-content {
    display: flex;
    flex-direction: column;
}

.mini-dld-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777;
    margin-bottom: 4px;
}

.mini-dld-number {
    font-size: 20px;
    font-weight: 600;
    color: #111;
}

.mini-dld-qr svg {
    width: 100%;
    height: 100%;
}

.lux-about-hero {
    position: relative;
    overflow: hidden;
}

/* LEFT SIDE */

.lux-badge {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #b88968;
    font-weight: 600;
    margin-bottom: 15px;
}

.lux-title {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 300;
    color: #111;
    margin-bottom: 20px;
}

.lux-title span {
    color: #c98862;
    font-weight: 500;
}

.lux-text {
    font-size: 16px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 15px;
    max-width: 520px;
}

/* BUTTONS */

.lux-actions {
    margin-top: 25px;
    display: flex;
    gap: 15px;
}

.lux-btn {
    padding: 12px 22px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    transition: 0.3s ease;
}

.lux-btn.primary {
    background: #111;
    color: #fff;
}

.lux-btn.primary:hover {
    background: #c98862;
}

.lux-btn.secondary {
    border: 1px solid #ccc;
    color: #111;
}

.lux-btn.secondary:hover {
    border-color: #c98862;
    color: #c98862;
}

/* RIGHT MEDIA STACK */

.lux-media {
    position: relative;
    min-height: 500px;
}

/* MAIN IMAGE */

.lux-main {
    width: 75%;
    height: 420px;
    object-fit: cover;
    border-radius: 0;
    position: relative;
    z-index: 2;
}

/* TOP FLOAT */

.lux-top {
    position: absolute;
    top: -30px;
    right: 0;
    width: 55%;
    height: 220px;
    object-fit: cover;
    z-index: 3;
}

/* BOTTOM FLOAT */

.lux-bottom {
    position: absolute;
    bottom: -30px;
    right: 40px;
    width: 45%;
    height: 200px;
    object-fit: cover;
    z-index: 1;
}

/* FLOAT CARD */

.lux-card {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #fff;
    padding: 15px 20px;
    z-index: 4;
    border-left: 3px solid #c98862;
}

.lux-card h3 {
    font-size: 22px;
    margin: 0;
    color: #111;
}

.lux-card p {
    margin: 0;
    font-size: 12px;
    color: #777;
}

/* RESPONSIVE */

@media(max-width:992px) {

    .lux-title {
        font-size: 34px;
    }

    .lux-media {
        min-height: 380px;
    }

    .lux-main {
        width: 100%;
        height: 300px;
    }

    .lux-top,
    .lux-bottom {
        display: none;
    }

}

@media(max-width:767px) {

    .lux-about-hero {
        padding: 70px 0;
    }

    .lux-title {
        font-size: 28px;
    }

    .lux-actions {
        flex-direction: column;
    }

}