body {
    background: #f8f6fb !important;
}

body > .breadcrumb-section {
    background-color: #ebe6f2;
}

.about-main,
.about-section,
.about-people,
.faq-section,
.terms-section,
.single-property,
.property-section,
.single-property-images {
    background-color: transparent !important;
}

.about-main,
.about-section,
.about-people,
.faq-section,
.terms-section,
.single-property,
.property-section {
    position: relative;
}

.about-main::before,
.about-section::before,
.about-people::before,
.faq-section::before,
.terms-section::before,
.single-property::before,
.property-section::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 34%;
    height: 100%;
    background: rgba(104, 22, 165, 0.025) !important;
    content: '';
    pointer-events: none;
}

.about-main > .container,
.about-section > .container,
.about-people > .container,
.faq-section > .container,
.terms-section > .container,
.single-property > .container,
.property-section > .container {
    position: relative;
    z-index: 1;
}

.about-main .title-2 h2,
.about-section .title-2 h2,
.about-people .title-2 h2,
.terms-section .title-2 h2,
.property-section .title-2 h2 {
    color: #1c2d3a;
}
.property-section .title-3 h2 {
    color: #1c2d3a !important;
}

.property-section .property-box,
.single-property .desc-box,
.single-sidebar .advance-card {
    border: 1px solid rgba(104, 22, 165, 0.1);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(38, 16, 62, 0.08);
}

.property-section .property-box {
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.property-section .property-box:hover {
    box-shadow: 0 18px 34px rgba(38, 16, 62, 0.14);
    transform: translateY(-6px);
}

.property-section .property-box .property-details {
    padding: 22px;
}

.property-section .property-box .property-details h3,
.property-section .property-box .property-details h6 {
    color: #1c2d3a !important;
    font-family: Inter, Arial, sans-serif !important;
}

.property-section .property-box .property-details > span,
.property-section .property-box .property-details p {
    color: #4b5563 !important;
    line-height: 1.7;
}

.property-location {
    letter-spacing: normal !important;
    text-transform: none !important;
}

.property-section .property-box .property-details h6.color-1 {
    color: #6816a5 !important;
}

.property-section .inner-title,
.property-section > .container > .title-3 {
    margin-bottom: 30px;
    padding: 22px 28px 20px;
    border-left: 4px solid #6816a5;
    border-radius: 0 14px 14px 0;
    background: #faf7ff;
    box-shadow: 0 12px 26px rgba(38, 16, 62, 0.07);
}

.property-section .inner-title h2,
.property-section > .container > .title-3 h2 {
    margin: 0;
    color: #1c2d3a !important;
    font: 800 clamp(28px, 4vw, 48px)/1.12 Inter, Arial, sans-serif !important;
}

.property-section .inner-title h2::after,
.property-section > .container > .title-3 h2::after {
    display: block;
    width: 66px;
    height: 4px;
    margin-top: 12px;
    border-radius: 4px;
    background: #ff6a00;
    content: '';
}

.property-section .property-image .labels-left .label {
    border-radius: 999px;
    font-family: Inter, Arial, sans-serif;
    font-weight: 700;
}

@media (max-width: 767px) {
    .property-section .inner-title,
    .property-section > .container > .title-3 {
        margin-bottom: 22px;
        padding: 20px;
    }

    .property-section .inner-title h2,
    .property-section > .container > .title-3 h2 {
        font-size: clamp(25px, 8vw, 34px) !important;
    }

    .property-section .property-box .property-details {
        padding: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .property-section .property-box {
        transition: none;
    }
}

header.header-1.fixed-header .nav-menu > li > a.menu-title {
    color: #000 !important;
}

header.header-1.fixed-header .nav-menu > li > a.menu-title.active {
    color: var(--theme-default) !important;
}

header.header-1.fixed-header .toggle-nav i {
    color: #000 !important;
}

header.header-1.fixed-header {
    background: #fff !important;
    min-height: 82px;
    z-index: 1000;
}

header.header-1.fixed-header .brand-logo a img {
    display: block;
    width: 185px;
    max-width: 100%;
    height: 52px;
    object-fit: contain;
    object-position: left center;
}

header.header-1.fixed-header .nav-menu > li > a.nav-link.menu-title {
    color: #000 !important;
    font: 600 12px Inter, Arial, sans-serif !important;
    padding: 8px 0;
    white-space: nowrap;
    text-transform: none !important;
}

header.header-1.fixed-header .nav-menu > li > a.nav-link.menu-title.active {
    color: var(--theme-default) !important;
}

header.header-1.fixed-header .listing-menu-dropdown {
    z-index: 1001;
    min-width: 230px;
    padding: 8px !important;
    background: #fff !important;
    border: 1px solid #e6e0eb;
    border-radius: 6px;
    box-shadow: 0 12px 26px rgba(45, 10, 74, .14);
}

header.header-1.fixed-header .listing-menu-dropdown .listing-state-item {
    position: relative;
}

header.header-1.fixed-header .listing-menu-dropdown .listing-state-link,
header.header-1.fixed-header .listing-menu-dropdown .listing-estate-link {
    display: block;
    width: 100%;
    padding: 9px 12px;
    color: #000 !important;
    font: 600 11px Roboto, Arial, sans-serif !important;
    border-radius: 4px;
    text-transform: none !important;
}

header.header-1.fixed-header .listing-menu-dropdown .listing-state-link:hover,
header.header-1.fixed-header .listing-menu-dropdown .listing-estate-link:hover,
header.header-1.fixed-header .listing-menu-dropdown .listing-state-link.active,
header.header-1.fixed-header .listing-menu-dropdown .listing-estate-link.active {
    background: #6816a5 !important;
    color: #fff !important;
}

header.header-1.fixed-header .listing-menu-dropdown .listing-state-link,
header.header-1.fixed-header .listing-menu-dropdown .listing-estate-link {
    color: #6816a5 !important;
    background: #fff !important;
}

header.header-1.fixed-header .listing-menu-dropdown .listing-state-link:hover,
header.header-1.fixed-header .listing-menu-dropdown .listing-state-link.active,
header.header-1.fixed-header .listing-menu-dropdown .listing-estate-link:hover,
header.header-1.fixed-header .listing-menu-dropdown .listing-estate-link:focus,
header.header-1.fixed-header .listing-menu-dropdown .listing-estate-link.active {
    background: #6816a5 !important;
    color: #fff !important;
}

header.header-1.fixed-header .listing-menu-dropdown .nav-sub-childmenu.level1 {
    top: -8px;
    left: calc(100% - 1px);
    min-width: 220px;
    padding: 8px !important;
    background: #fff !important;
    border: 1px solid #e6e0eb;
    border-radius: 6px;
    box-shadow: 0 12px 26px rgba(45, 10, 74, .14);
}

@media (min-width: 992px) {
    header.header-1.fixed-header .listing-menu-dropdown .listing-state-item:hover > .nav-sub-childmenu.level1,
    header.header-1.fixed-header .listing-menu-dropdown .listing-state-item:focus-within > .nav-sub-childmenu.level1 {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

@media (max-width: 991px) {
    header.header-1.fixed-header .brand-logo a img {
        width: 155px;
        height: 45px;
    }

    header.header-1.fixed-header .listing-menu-dropdown .nav-sub-childmenu.level1 {
        position: static;
        min-width: 0;
        margin: 0 8px 8px;
        box-shadow: none;
    }
}

.about-people {
    scroll-margin-top: 100px;
}

.breadcrumb-section.banner-full {
    height: auto !important;
    min-height: 0;
    max-height: none !important;
    overflow: hidden !important;
}

.breadcrumb-section.banner-full img.bg-img {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    max-height: none !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    transform: none !important;
    object-fit: contain !important;
    object-position: center;
    z-index: 0;
    display: block !important;
}

.breadcrumb-section.banner-full .breadcrumb-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

.breadcrumb-section.banner-half {
    height: clamp(280px, 50vh, 520px) !important;
    min-height: 280px !important;
    background: #f7f5fa;
}

.breadcrumb-section.banner-half img.bg-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center;
}

@media (max-width: 767px) {
    .breadcrumb-section.banner-half {
        height: auto !important;
        min-height: 0 !important;
    }

    .breadcrumb-section.banner-half img.bg-img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
    }
}

.breadcrumb-section.banner-70 {
    height: clamp(360px, 70vh, 760px) !important;
    min-height: 360px !important;
    max-height: 760px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center top !important;
}

.breadcrumb-section.banner-70 img.bg-img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center top !important;
}

.breadcrumb-section.banner-75 {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: hidden !important;
    background: #f7f5fa !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border-radius: 0 0 50% 50% / 0 0 9% 9%;
}

.breadcrumb-section.banner-75 img.bg-img {
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
    object-fit: initial !important;
    object-position: initial;
    transform: none !important;
    border-radius: inherit;
    transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .8s ease;
    will-change: transform;
}

.breadcrumb-section.banner-50 {
    width: 100%;
    height: clamp(260px, 50vh, 520px) !important;
    min-height: 260px !important;
    max-height: 520px !important;
    overflow: hidden !important;
    background: #f7f5fa !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border-radius: 0 0 50% 50% / 0 0 6% 6%;
}

.breadcrumb-section.banner-50 img.bg-img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
}

.breadcrumb-section.faq-banner-responsive {
    width: 100% !important;
    height: clamp(360px, 70vh, 760px) !important;
    min-height: 360px !important;
    max-height: 760px !important;
    overflow: hidden !important;
    background: #f7f5fa !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
}

.breadcrumb-section.faq-banner-responsive img.bg-img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
    image-rendering: auto;
}

@media (max-width: 767px) {
    .breadcrumb-section.faq-banner-responsive {
        height: clamp(280px, 70vh, 560px) !important;
        min-height: 280px !important;
        max-height: 560px !important;
    }
}

@media (hover: hover) and (pointer: fine) {
    .breadcrumb-section.banner-75:hover img.bg-img {
        transform: none !important;
        filter: saturate(1.04) contrast(1.02);
    }
}

.breadcrumb-section.banner-80 {
    width: 100%;
    height: 80vh !important;
    min-height: 420px !important;
    max-height: 880px !important;
    overflow: hidden !important;
    background: #f7f5fa no-repeat center center;
}

.breadcrumb-section.banner-80 img.bg-img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center top;
    transform: none !important;
}

@media (max-width: 767px) {
    .breadcrumb-section.banner-70 {
        height: clamp(300px, 70vh, 560px) !important;
        min-height: 300px !important;
        max-height: 560px !important;
    }

    .breadcrumb-section.banner-75 {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        border-radius: 0 0 50% 50% / 0 0 6% 6%;
    }

    .breadcrumb-section.banner-80 {
        height: 80vh !important;
        min-height: 340px !important;
        max-height: 680px !important;
    }

    .breadcrumb-section.banner-50 {
        height: clamp(220px, 50vh, 360px) !important;
        min-height: 220px !important;
        max-height: 360px !important;
    }
}

.btn-gradient,
.btn-gradient::before,
.btn-gradient::after {
    background: #6816a5 !important;
    background-image: none !important;
}

.dot-gradient::before,
.dot-gradient::after {
    background: transparent !important;
    background-image: none !important;
}
