.julian-landing,
.julian-landing *,
.julian-landing-popup,
.julian-landing-popup * {
    box-sizing: border-box;
}

.julian-landing {
    position: relative;
    width: min(100%, 1323px);
    margin: 0 auto;
    background: #eef2f4;
}

.julian-landing__image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    pointer-events: none;
}

.julian-landing__hotspot {
    position: absolute;
    z-index: 2;
    display: block;
    padding: 0;
    border: 0;
    margin: 0;
    overflow: hidden;
    color: transparent !important;
    background: transparent;
    cursor: pointer;
    font-size: 0 !important;
    line-height: 0 !important;
    outline-offset: 2px;
    text-decoration: none !important;
    text-indent: -9999px;
    white-space: nowrap;
}

.julian-landing__hotspot:focus-visible {
    outline: 2px solid rgba(42, 92, 104, 0.65);
}

.julian-landing__nav-about {
    left: 3.4%;
    top: 3.8%;
    width: 7%;
    height: 2.8%;
}

.julian-landing__nav-areas {
    left: 15.4%;
    top: 3.8%;
    width: 7%;
    height: 2.8%;
}

.julian-landing__nav-listings {
    left: 27.1%;
    top: 3.8%;
    width: 8.5%;
    height: 2.8%;
}

.julian-landing__nav-qr {
    left: 39.5%;
    top: 3.8%;
    width: 9.3%;
    height: 2.8%;
}

.julian-landing__nav-contact {
    left: 51%;
    top: 3.8%;
    width: 8.8%;
    height: 2.8%;
}

.julian-landing__read-more {
    left: 70.3%;
    top: 37.1%;
    width: 9.6%;
    height: 2.2%;
}

.julian-landing__phone {
    left: 3.3%;
    top: 52.4%;
    width: 18.4%;
    height: 2.2%;
}

.julian-landing__email {
    left: 23.4%;
    top: 52.4%;
    width: 18.6%;
    height: 2.2%;
}

.julian-landing__whatsapp {
    left: 41.6%;
    top: 51.6%;
    width: 19.7%;
    height: 3.6%;
}

.julian-landing__send-email {
    left: 62.8%;
    top: 51.6%;
    width: 15.9%;
    height: 3.6%;
}

.julian-landing__iproperty {
    left: 26.9%;
    top: 59.1%;
    width: 13.4%;
    height: 2.8%;
}

.julian-landing__propertyguru {
    left: 44.5%;
    top: 59.1%;
    width: 13.5%;
    height: 2.8%;
}

.julian-landing__malaysiahome {
    left: 62.7%;
    top: 59.1%;
    width: 15.4%;
    height: 2.8%;
}

.julian-landing__property168 {
    left: 80.5%;
    top: 59.1%;
    width: 14.3%;
    height: 2.8%;
}

.julian-landing__anchor {
    position: absolute;
    left: 0;
    width: 1px;
    height: 1px;
}

.julian-landing__anchor-areas {
    top: 62.8%;
}

.julian-landing__anchor-contact {
    top: 48%;
}

.julian-landing__anchor-listings {
    top: 64%;
}

.julian-landing-popup {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    place-items: center;
    padding: 24px;
}

.julian-landing-popup:target {
    display: grid;
}

.julian-landing-popup__backdrop {
    position: absolute;
    inset: 0;
    display: block;
    background: rgba(14, 31, 38, 0.72);
}

.julian-landing-popup__card {
    position: relative;
    z-index: 1;
    width: min(760px, 100%);
    max-height: 86vh;
    padding: 38px 42px;
    overflow: auto;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

.julian-landing-popup__card h2 {
    margin: 0 0 18px;
    padding-right: 46px;
    color: #2a5c68;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.julian-landing-popup__card p {
    margin: 0 0 16px;
    color: #4f5a61;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

.julian-landing-popup__card p:last-child {
    margin-bottom: 0;
}

.julian-landing-popup__close {
    position: absolute;
    top: 14px;
    right: 16px;
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 50%;
    color: #2a5c68 !important;
    background: #edf2f3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

.julian-landing-popup__close:hover,
.julian-landing-popup__close:focus-visible {
    color: #ffffff !important;
    background: #2a5c68;
}

.julian-landing-popup__card--qr {
    width: min(430px, 100%);
    text-align: center;
}

.julian-landing-popup__card--qr img {
    display: block;
    width: min(240px, 70vw);
    height: auto;
    margin: 8px auto 0;
}

@media (max-width: 760px) {
    .julian-landing-popup {
        align-items: end;
        padding: 14px;
    }

    .julian-landing-popup__card {
        max-height: 84vh;
        padding: 32px 22px 26px;
    }

    .julian-landing-popup__card h2 {
        font-size: 23px;
    }
}
