.elementor-28 .elementor-element.elementor-element-3ebd2d8{--display:flex;--min-height:425px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28 .elementor-element.elementor-element-a6c704a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28 .elementor-element.elementor-element-0a6291f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28 .elementor-element.elementor-element-6270971{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28 .elementor-element.elementor-element-53be4e1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28 .elementor-element.elementor-element-6979cd5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28 .elementor-element.elementor-element-2068d51{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28 .elementor-element.elementor-element-a835001{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28 .elementor-element.elementor-element-496642c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-28 .elementor-element.elementor-element-3ebd2d8{--min-height:198px;}}/* Start custom CSS for html, class: .elementor-element-2d30e9b */.property-about-section {
    width: 100%;
    background: #F8F6F0;
    padding: 80px 50px 0 50px;
    box-sizing: border-box;
}

.property-about-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: stretch;
}

.property-about-image {
    width: 100%;
    height: 100%;
    min-height: 650px;
    overflow: hidden;
}

.property-about-image img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
    object-fit: cover;
}

.property-about-content {
    width: 100%;
    min-height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.property-about-tag {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
}

.property-about-tag-line {
    width: 38px;
    height: 2px;
    background: #FEC700;
    flex-shrink: 0;
}

.property-about-tag-text {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #02463E;
}

.property-about-tag-dot {
    width: 10px;
    height: 10px;
    background: #FEC700;
    border-radius: 50%;
    flex-shrink: 0;
}

.property-about-content h2 {
    margin: 0 0 22px 0;
    padding: 0;
    font-family: "Fraunces", serif;
    font-size: 48px;
    line-height: 1.08;
    font-weight: 600;
    color: #000000;
}

.property-about-content h2 span {
    display: block;
}

.property-about-description {
    max-width: 650px;
    margin-bottom: 28px;
}

.property-about-description p {
    margin: 0 0 14px 0;
    padding: 0;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
    color: #59635F;
}

.property-about-description p:last-child {
    margin-bottom: 0;
}

.property-facts {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #E3E1D9;
    border-bottom: 1px solid #E3E1D9;
    margin: 0 0 24px 0;
}

.property-fact {
    min-height: 82px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 12px;
    box-sizing: border-box;
    border-right: 1px solid #E3E1D9;
}

.property-fact:nth-child(3n) {
    border-right: 0;
}

.property-fact:nth-child(n + 4) {
    border-top: 1px solid #E3E1D9;
}

.property-fact-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EFEEE7;
    border-radius: 50%;
}

.property-fact-icon i {
    font-size: 20px;
    color: #02463E;
}

.property-fact-content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.property-fact-content strong {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
    color: #02463E;
}

.property-fact-content span {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    color: #737B77;
}

.property-about-bottom {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto 1.1fr;
    align-items: center;
    gap: 24px;
}

.property-price,
.property-status {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.property-price span,
.property-status span {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #02463E;
}

.property-price strong {
    font-family: "Fraunces", serif;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 600;
    color: #02463E;
}

.property-status strong {
    width: fit-content;
    padding: 12px 18px;
    background: #02463E;
    color: #FFFFFF;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
}

.property-enquire-button,
.property-enquire-button:visited,
.property-enquire-button:hover,
.property-enquire-button:focus,
.property-enquire-button:active {
    min-height: 56px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    box-sizing: border-box;
    border: 1px solid #FEC700;
    background: transparent;
    color: #02463E !important;
    text-decoration: none !important;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
}

.property-enquire-button span,
.property-enquire-button:hover span,
.property-enquire-button:focus span,
.property-enquire-button:active span,
.property-enquire-button:visited span {
    color: #02463E !important;
}

.property-enquire-button i,
.property-enquire-button:hover i,
.property-enquire-button:focus i,
.property-enquire-button:active i,
.property-enquire-button:visited i {
    color: #02463E !important;
    font-size: 18px;
}

.property-highlights {
    width: 100%;
    max-width: 1400px;
    margin: 34px auto 0 auto;
    padding: 0 0 0 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #E3E1D9;
}

.property-highlight {
    min-height: 145px;
    padding: 28px 28px 26px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #E3E1D9;
}

.property-highlight:last-child {
    border-right: 0;
}

.property-highlight-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EFEEE7;
    border-radius: 50%;
}

.property-highlight-icon i {
    font-size: 22px;
    color: #02463E;
}

.property-highlight h3 {
    margin: 0 0 8px 0;
    padding: 0;
    font-family: "Fraunces", serif;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    color: #02463E;
}

.property-highlight p {
    max-width: 250px;
    margin: 0;
    padding: 0;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #737B77;
}

@media (min-width: 1440px) {
    .property-about-section {
        padding: 90px 50px 0 50px;
    }

    .property-about-container {
        max-width: 1500px;
        gap: 58px;
    }

    .property-about-image {
        min-height: 700px;
    }

    .property-about-content {
        min-height: 700px;
    }

    .property-about-content h2 {
        font-size: 54px;
    }

    .property-about-description {
        max-width: 680px;
    }

    .property-about-description p {
        font-size: 16px;
    }

    .property-highlights {
        max-width: 1500px;
        margin-top: 40px;
    }

    .property-highlight {
        min-height: 155px;
        padding: 30px 34px;
    }

    .property-highlight h3 {
        font-size: 24px;
    }
}

@media (max-width: 1024px) {
    .property-about-section {
        padding: 50px 30px 0 30px;
    }

    .property-about-container {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .property-about-image {
        min-height: 520px;
        height: 520px;
    }

    .property-about-content {
        min-height: auto;
    }

    .property-about-content h2 {
        font-size: 38px;
    }

    .property-about-description {
        max-width: 800px;
    }

    .property-facts {
        grid-template-columns: repeat(3, 1fr);
    }

    .property-about-bottom {
        grid-template-columns: 1fr 1fr;
    }

    .property-enquire-button {
        grid-column: 1 / -1;
    }

    .property-highlights {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 35px;
    }

    .property-highlight:nth-child(2) {
        border-right: 0;
    }

    .property-highlight:nth-child(n + 3) {
        border-top: 1px solid #E3E1D9;
    }
}

@media (max-width: 767px) {
    .property-about-section {
        padding: 30px 10px 0 10px;
    }

    .property-about-container {
        gap: 28px;
    }

    .property-about-image {
        height: 330px;
        min-height: 330px;
    }

    .property-about-tag {
        gap: 12px;
        margin-bottom: 18px;
    }

    .property-about-tag-line {
        width: 30px;
    }

    .property-about-tag-text {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .property-about-tag-dot {
        width: 8px;
        height: 8px;
    }

    .property-about-content h2 {
        font-size: 30px;
        line-height: 1.12;
        margin-bottom: 18px;
    }

    .property-about-description {
        margin-bottom: 22px;
    }

    .property-about-description p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 12px;
    }

    .property-facts {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 22px;
    }

    .property-fact {
        min-height: 76px;
        padding: 12px 10px;
        gap: 10px;
    }

    .property-fact:nth-child(3n) {
        border-right: 1px solid #E3E1D9;
    }

    .property-fact:nth-child(2n) {
        border-right: 0;
    }

    .property-fact:nth-child(n + 3) {
        border-top: 1px solid #E3E1D9;
    }

    .property-fact-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .property-fact-icon i {
        font-size: 18px;
    }

    .property-fact-content strong,
    .property-fact-content span {
        font-size: 16px;
    }

    .property-about-bottom {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .property-price strong {
        font-size: 30px;
    }

    .property-status strong {
        padding: 11px 16px;
    }

    .property-enquire-button {
        width: 100%;
        min-height: 54px;
    }

    .property-highlights {
        grid-template-columns: 1fr;
        margin-top: 28px;
    }

    .property-highlight {
        min-height: auto;
        padding: 24px 18px;
        border-right: 0;
        border-bottom: 1px solid #E3E1D9;
    }

    .property-highlight:last-child {
        border-bottom: 0;
    }

    .property-highlight:nth-child(n + 3) {
        border-top: 0;
    }

    .property-highlight h3 {
        font-size: 22px;
    }

    .property-highlight p {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-529934a */.property-gallery-section {
    width: 100%;
    background: #F8F6F0;
    padding: 80px 50px;
    box-sizing: border-box;
    font-family: "Work Sans", sans-serif;
    color: #000000;
}

.property-gallery-container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.property-gallery-header {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto 48px;
    text-align: center;
}

.property-gallery-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 22px;
}

.property-gallery-label-line {
    width: 66px;
    height: 2px;
    background: #FEC700;
    display: block;
    flex: 0 0 auto;
}

.property-gallery-label-text {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1.8px;
    color: #000000;
}

.property-gallery-label-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FEC700;
    display: block;
    flex: 0 0 auto;
}

.property-gallery-header h2 {
    margin: 0;
    font-family: "Fraunces", serif;
    font-size: 60px;
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -1.5px;
    color: #000000;
}

.property-gallery-header h2 span {
    color: #02463E;
}

.property-gallery-header p {
    max-width: 780px;
    margin: 20px auto 0;
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    color: #000000;
}

.property-gallery-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.property-gallery-card {
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    background: #FFFFFF;
    border: 1px solid #E3DCCB;
    border-radius: 6px;
    overflow: hidden;
    box-sizing: border-box;
}

.property-gallery-image {
    width: 100%;
    height: 305px;
    overflow: hidden;
}

.property-gallery-image img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    object-fit: cover;
}

.property-gallery-content {
    min-width: 0;
    min-height: 305px;
    padding: 30px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: #F8F6F0;
}

.property-gallery-number {
    font-family: "Fraunces", serif;
    font-size: 68px;
    line-height: 0.9;
    font-weight: 600;
    color: #D39A2A;
    letter-spacing: -2px;
}

.property-gallery-gold-line {
    width: 52px;
    height: 2px;
    background: #FEC700;
    display: block;
    margin: 24px 0 25px;
}

.property-gallery-content h3 {
    margin: 0;
    font-family: "Fraunces", serif;
    font-size: 29px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -0.4px;
    color: #000000;
}

.property-gallery-content p {
    margin: 12px 0 0;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #000000;
}


/* 1440px and above */

@media (min-width: 1440px) {

    .property-gallery-section {
        padding: 100px 60px;
    }

    .property-gallery-container {
        max-width: 1560px;
    }

    .property-gallery-header {
        max-width: 1150px;
        margin-bottom: 55px;
    }

    .property-gallery-header h2 {
        font-size: 68px;
    }

    .property-gallery-header p {
        max-width: 850px;
        font-size: 18px;
    }

    .property-gallery-grid {
        gap: 18px;
    }

    .property-gallery-card {
        grid-template-columns: 1.15fr 0.85fr;
    }

    .property-gallery-image {
        height: 325px;
    }

    .property-gallery-content {
        min-height: 325px;
        padding: 35px;
    }

    .property-gallery-number {
        font-size: 74px;
    }

    .property-gallery-content h3 {
        font-size: 31px;
    }

    .property-gallery-content p {
        font-size: 16px;
    }
}


/* Tablet */

@media (max-width: 1100px) {

    .property-gallery-section {
        padding: 65px 30px;
    }

    .property-gallery-header {
        margin-bottom: 42px;
    }

    .property-gallery-header h2 {
        font-size: 48px;
        line-height: 1.08;
        letter-spacing: -1px;
    }

    .property-gallery-header p {
        max-width: 700px;
        font-size: 16px;
        line-height: 1.65;
    }

    .property-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .property-gallery-card {
        grid-template-columns: 1fr;
    }

    .property-gallery-image {
        height: 260px;
    }

    .property-gallery-content {
        min-height: 245px;
        padding: 28px;
    }

    .property-gallery-number {
        font-size: 58px;
    }

    .property-gallery-gold-line {
        margin: 20px 0 20px;
    }

    .property-gallery-content h3 {
        font-size: 27px;
    }

    .property-gallery-content p {
        font-size: 16px;
    }
}


/* Mobile */

@media (max-width: 767px) {

    .property-gallery-section {
        padding: 50px 10px;
    }

    .property-gallery-header {
        margin-bottom: 32px;
    }

    .property-gallery-label {
        gap: 9px;
        margin-bottom: 18px;
    }

    .property-gallery-label-line {
        width: 34px;
        height: 1px;
    }

    .property-gallery-label-text {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .property-gallery-label-dot {
        width: 8px;
        height: 8px;
    }

    .property-gallery-header h2 {
        font-size: 34px;
        line-height: 1.1;
        letter-spacing: -0.5px;
    }

    .property-gallery-header p {
        margin-top: 16px;
        font-size: 16px;
        line-height: 1.65;
    }

    .property-gallery-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .property-gallery-card {
        display: grid;
        grid-template-columns: 1fr;
    }

    .property-gallery-image {
        height: 245px;
    }

    .property-gallery-content {
        min-height: 225px;
        padding: 24px 22px;
    }

    .property-gallery-number {
        font-size: 56px;
        letter-spacing: -1px;
    }

    .property-gallery-gold-line {
        width: 44px;
        height: 2px;
        margin: 18px 0 19px;
    }

    .property-gallery-content h3 {
        font-size: 24px;
        line-height: 1.2;
    }

    .property-gallery-content p {
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.55;
    }
}


/* Small Mobile */

@media (max-width: 420px) {

    .property-gallery-section {
        padding: 40px 10px;
    }

    .property-gallery-header {
        margin-bottom: 28px;
    }

    .property-gallery-header h2 {
        font-size: 30px;
    }

    .property-gallery-header p {
        font-size: 16px;
    }

    .property-gallery-image {
        height: 220px;
    }

    .property-gallery-content {
        min-height: 210px;
        padding: 22px 18px;
    }

    .property-gallery-number {
        font-size: 50px;
    }

    .property-gallery-content h3 {
        font-size: 22px;
    }

    .property-gallery-content p {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-52d6243 */.property-highlights-section {
    width: 100%;
    background: #F8F6F0;
    padding: 80px 50px;
    box-sizing: border-box;
    font-family: "Work Sans", sans-serif;
    color: #000000;
}


.property-highlights-container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}


.property-highlights-header {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 58px;
    text-align: center;
}


.property-highlights-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 22px;
}


.property-highlights-label-line {
    width: 68px;
    height: 2px;
    background: #FEC700;
    display: block;
    flex: 0 0 auto;
}


.property-highlights-label-text {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1.8px;
    color: #000000;
}


.property-highlights-label-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FEC700;
    display: block;
    flex: 0 0 auto;
}


.property-highlights-header h2 {
    margin: 0;
    font-family: "Fraunces", serif;
    font-size: 58px;
    line-height: 1.06;
    font-weight: 600;
    letter-spacing: -1.4px;
    color: #000000;
}


.property-highlights-header h2 span {
    color: #02463E;
}


.property-highlights-header p {
    max-width: 850px;
    margin: 20px auto 0;
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    color: #000000;
}


.property-highlights-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
}


.property-highlight-item {
    min-width: 0;
    padding: 0 38px 5px;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #DCCB9F;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.property-highlight-item:last-child {
    border-right: 0;
}


.property-highlight-icon {
    width: 112px;
    height: 112px;
    margin-bottom: 22px;
    background: #F2E7D2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}


.property-highlight-icon i {
    font-size: 42px;
    color: #02463E;
}


.property-highlight-item h3 {
    margin: 0;
    font-family: "Fraunces", serif;
    font-size: 29px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -0.4px;
    color: #000000;
}


.property-highlight-item p {
    width: 100%;
    max-width: 300px;
    margin: 14px auto 0;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
    color: #000000;
}


.property-highlight-line {
    width: 105px;
    height: 3px;
    margin-top: auto;
    padding-top: 0;
    background: #FEC700;
    display: block;
}


/* 1440px and above */

@media (min-width: 1440px) {

    .property-highlights-section {
        padding: 100px 60px;
    }

    .property-highlights-container {
        max-width: 1560px;
    }

    .property-highlights-header {
        max-width: 1200px;
        margin-bottom: 65px;
    }

    .property-highlights-header h2 {
        font-size: 66px;
    }

    .property-highlights-header p {
        max-width: 900px;
        font-size: 18px;
    }

    .property-highlight-item {
        padding-left: 45px;
        padding-right: 45px;
    }

    .property-highlight-icon {
        width: 120px;
        height: 120px;
        margin-bottom: 24px;
    }

    .property-highlight-icon i {
        font-size: 44px;
    }

    .property-highlight-item h3 {
        font-size: 31px;
    }

    .property-highlight-item p {
        max-width: 330px;
        font-size: 16px;
    }

    .property-highlight-line {
        width: 110px;
        height: 3px;
    }
}


/* Tablet */

@media (max-width: 1100px) {

    .property-highlights-section {
        padding: 65px 30px;
    }

    .property-highlights-header {
        margin-bottom: 48px;
    }

    .property-highlights-header h2 {
        font-size: 46px;
        line-height: 1.08;
        letter-spacing: -0.8px;
    }

    .property-highlights-header p {
        max-width: 720px;
        font-size: 16px;
        line-height: 1.65;
    }

    .property-highlights-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 45px;
    }

    .property-highlight-item {
        padding: 0 35px 5px;
        min-height: 285px;
    }

    .property-highlight-item:nth-child(2) {
        border-right: 0;
    }

    .property-highlight-item:nth-child(3) {
        border-top: 1px solid #DCCB9F;
        padding-top: 45px;
    }

    .property-highlight-item:nth-child(4) {
        border-top: 1px solid #DCCB9F;
        padding-top: 45px;
        border-right: 0;
    }

    .property-highlight-icon {
        width: 96px;
        height: 96px;
        margin-bottom: 20px;
    }

    .property-highlight-icon i {
        font-size: 36px;
    }

    .property-highlight-item h3 {
        font-size: 27px;
    }

    .property-highlight-item p {
        max-width: 320px;
        font-size: 16px;
    }
}


/* Mobile */

@media (max-width: 767px) {

    .property-highlights-section {
        padding: 50px 10px;
    }

    .property-highlights-header {
        margin-bottom: 38px;
    }

    .property-highlights-label {
        gap: 9px;
        margin-bottom: 18px;
    }

    .property-highlights-label-line {
        width: 34px;
        height: 1px;
    }

    .property-highlights-label-text {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .property-highlights-label-dot {
        width: 8px;
        height: 8px;
    }

    .property-highlights-header h2 {
        font-size: 34px;
        line-height: 1.12;
        letter-spacing: -0.5px;
    }

    .property-highlights-header p {
        margin-top: 17px;
        font-size: 16px;
        line-height: 1.65;
    }


    .property-highlights-grid {
        grid-template-columns: 1fr;
        row-gap: 0;
    }


    .property-highlight-item {
        min-height: auto;
        padding: 30px 20px 30px;
        border-right: 0;
        border-bottom: 1px solid #DCCB9F;
    }


    .property-highlight-item:first-child {
        padding-top: 0;
    }


    .property-highlight-item:nth-child(3),
    .property-highlight-item:nth-child(4) {
        border-top: 0;
        padding-top: 30px;
    }


    .property-highlight-item:last-child {
        border-bottom: 0;
    }


    .property-highlight-icon {
        width: 82px;
        height: 82px;
        margin-bottom: 17px;
    }


    .property-highlight-icon i {
        font-size: 32px;
    }


    .property-highlight-item h3 {
        font-size: 24px;
        line-height: 1.2;
    }


    .property-highlight-item p {
        max-width: 360px;
        margin-top: 11px;
        font-size: 16px;
        line-height: 1.6;
    }


    .property-highlight-line {
        width: 80px;
        height: 2px;
        margin-top: 22px;
    }
}


/* Small mobile */

@media (max-width: 420px) {

    .property-highlights-section {
        padding: 40px 10px;
    }

    .property-highlights-header {
        margin-bottom: 30px;
    }

    .property-highlights-header h2 {
        font-size: 30px;
    }

    .property-highlights-header p {
        font-size: 16px;
    }

    .property-highlight-item {
        padding-left: 12px;
        padding-right: 12px;
    }

    .property-highlight-icon {
        width: 76px;
        height: 76px;
    }

    .property-highlight-icon i {
        font-size: 29px;
    }

    .property-highlight-item h3 {
        font-size: 22px;
    }

    .property-highlight-item p {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f1c1d45 */.lifestyle-amenities-section {
    width: 100%;
    background: #F8F6F0;
    padding: 80px 50px;
    box-sizing: border-box;
    font-family: "Work Sans", sans-serif;
    color: #000000;
}


.lifestyle-amenities-container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}


.lifestyle-amenities-header {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto 52px;
    text-align: center;
}


.lifestyle-amenities-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 22px;
}


.lifestyle-amenities-label-line {
    width: 66px;
    height: 2px;
    background: #FEC700;
    display: block;
}


.lifestyle-amenities-label-text {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1.8px;
    color: #000000;
}


.lifestyle-amenities-label-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FEC700;
    display: block;
}


.lifestyle-amenities-header h2 {
    margin: 0;
    font-family: "Fraunces", serif;
    font-size: 60px;
    line-height: 1.06;
    font-weight: 600;
    letter-spacing: -1.5px;
    color: #000000;
}


.lifestyle-amenities-header h2 span {
    color: #02463E;
}


.lifestyle-amenities-header > p {
    max-width: 780px;
    margin: 20px auto 0;
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    color: #000000;
}


.lifestyle-amenities-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
}


.lifestyle-amenity-column {
    min-width: 0;
    border: 1px solid #E3DCCB;
    background: rgba(255, 255, 255, 0.18);
    padding: 0 46px 30px;
    box-sizing: border-box;
}


.lifestyle-amenity-column + .lifestyle-amenity-column {
    border-left: 0;
}


.lifestyle-amenity-heading {
    text-align: center;
    padding: 0 0 25px;
}


.lifestyle-amenity-top-line {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    position: relative;
    top: -1px;
}


.lifestyle-amenity-top-line > span {
    width: 88px;
    height: 2px;
    background: #FEC700;
    display: block;
}


.lifestyle-amenity-main-icon {
    width: 96px;
    height: 96px;
    margin-top: -1px;
    border-radius: 50%;
    background: #F2E7D2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}


.lifestyle-amenity-main-icon i {
    font-size: 38px;
    color: #02463E;
}


.lifestyle-amenity-heading h3 {
    margin: 20px 0 8px;
    font-family: "Fraunces", serif;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
}


.lifestyle-amenity-heading p {
    max-width: 310px;
    margin: 0 auto;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #000000;
}


.lifestyle-amenity-list {
    width: 100%;
    border-top: 2px solid #FEC700;
    padding-top: 8px;
}


.lifestyle-amenity-item {
    width: 100%;
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    padding: 10px 0;
    box-sizing: border-box;
}


.lifestyle-amenity-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #F2E7D2;
    display: flex;
    align-items: center;
    justify-content: center;
}


.lifestyle-amenity-icon i {
    font-size: 28px;
    color: #02463E;
}


.lifestyle-amenity-content {
    min-width: 0;
    padding-left: 18px;
    border-left: 2px solid #FEC700;
    box-sizing: border-box;
}


.lifestyle-amenity-content h4 {
    margin: 0;
    font-family: "Fraunces", serif;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 600;
    color: #000000;
}


.lifestyle-amenity-content p {
    margin: 5px 0 0;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
    color: #000000;
}


/* 1440px and above */

@media (min-width: 1440px) {

    .lifestyle-amenities-section {
        padding: 100px 60px;
    }


    .lifestyle-amenities-container {
        max-width: 1560px;
    }


    .lifestyle-amenities-header {
        max-width: 1150px;
        margin-bottom: 58px;
    }


    .lifestyle-amenities-header h2 {
        font-size: 68px;
    }


    .lifestyle-amenities-header > p {
        max-width: 850px;
        font-size: 18px;
    }


    .lifestyle-amenity-column {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 35px;
    }


    .lifestyle-amenity-main-icon {
        width: 102px;
        height: 102px;
    }


    .lifestyle-amenity-main-icon i {
        font-size: 40px;
    }


    .lifestyle-amenity-heading h3 {
        font-size: 34px;
    }


    .lifestyle-amenity-item {
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 22px;
    }


    .lifestyle-amenity-icon {
        width: 76px;
        height: 76px;
    }


    .lifestyle-amenity-icon i {
        font-size: 29px;
    }


    .lifestyle-amenity-content h4 {
        font-size: 22px;
    }


    .lifestyle-amenity-content p {
        font-size: 16px;
    }
}


/* Tablet */

@media (max-width: 1100px) {

    .lifestyle-amenities-section {
        padding: 65px 30px;
    }


    .lifestyle-amenities-header {
        margin-bottom: 45px;
    }


    .lifestyle-amenities-header h2 {
        font-size: 48px;
        line-height: 1.08;
        letter-spacing: -1px;
    }


    .lifestyle-amenities-header > p {
        max-width: 700px;
        font-size: 16px;
        line-height: 1.65;
    }


    .lifestyle-amenity-column {
        padding: 0 25px 25px;
    }


    .lifestyle-amenity-top-line {
        gap: 10px;
    }


    .lifestyle-amenity-top-line > span {
        width: 48px;
        height: 2px;
    }


    .lifestyle-amenity-main-icon {
        width: 82px;
        height: 82px;
    }


    .lifestyle-amenity-main-icon i {
        font-size: 32px;
    }


    .lifestyle-amenity-heading h3 {
        font-size: 27px;
        margin-top: 18px;
    }


    .lifestyle-amenity-heading p {
        font-size: 16px;
    }


    .lifestyle-amenity-item {
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 15px;
        padding: 9px 0;
    }


    .lifestyle-amenity-icon {
        width: 60px;
        height: 60px;
    }


    .lifestyle-amenity-icon i {
        font-size: 24px;
    }


    .lifestyle-amenity-content {
        padding-left: 12px;
    }


    .lifestyle-amenity-content h4 {
        font-size: 19px;
    }


    .lifestyle-amenity-content p {
        font-size: 16px;
        line-height: 1.45;
    }
}


/* Mobile */

@media (max-width: 767px) {

    .lifestyle-amenities-section {
        padding: 50px 10px;
    }


    .lifestyle-amenities-header {
        margin-bottom: 35px;
    }


    .lifestyle-amenities-label {
        gap: 9px;
        margin-bottom: 18px;
    }


    .lifestyle-amenities-label-line {
        width: 34px;
        height: 1px;
    }


    .lifestyle-amenities-label-text {
        font-size: 16px;
        letter-spacing: 1px;
    }


    .lifestyle-amenities-label-dot {
        width: 8px;
        height: 8px;
    }


    .lifestyle-amenities-header h2 {
        font-size: 34px;
        line-height: 1.12;
        letter-spacing: -0.5px;
    }


    .lifestyle-amenities-header > p {
        margin-top: 16px;
        font-size: 16px;
        line-height: 1.65;
    }


    .lifestyle-amenities-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }


    .lifestyle-amenity-column {
        border: 1px solid #E3DCCB;
        padding: 0 18px 25px;
    }


    .lifestyle-amenity-column + .lifestyle-amenity-column {
        border-left: 1px solid #E3DCCB;
    }


    .lifestyle-amenity-top-line {
        gap: 10px;
    }


    .lifestyle-amenity-top-line > span {
        width: 48px;
        height: 1px;
    }


    .lifestyle-amenity-main-icon {
        width: 78px;
        height: 78px;
    }


    .lifestyle-amenity-main-icon i {
        font-size: 31px;
    }


    .lifestyle-amenity-heading {
        padding-bottom: 22px;
    }


    .lifestyle-amenity-heading h3 {
        margin-top: 16px;
        font-size: 26px;
    }


    .lifestyle-amenity-heading p {
        max-width: 330px;
        font-size: 16px;
        line-height: 1.55;
    }


    .lifestyle-amenity-list {
        padding-top: 7px;
    }


    .lifestyle-amenity-item {
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 14px;
        padding: 12px 0;
    }


    .lifestyle-amenity-icon {
        width: 58px;
        height: 58px;
    }


    .lifestyle-amenity-icon i {
        font-size: 23px;
    }


    .lifestyle-amenity-content {
        padding-left: 12px;
    }


    .lifestyle-amenity-content h4 {
        font-size: 20px;
        line-height: 1.2;
    }


    .lifestyle-amenity-content p {
        margin-top: 5px;
        font-size: 16px;
        line-height: 1.5;
    }
}


/* Small Mobile */

@media (max-width: 420px) {

    .lifestyle-amenities-section {
        padding: 40px 10px;
    }


    .lifestyle-amenities-header h2 {
        font-size: 30px;
    }


    .lifestyle-amenities-header > p {
        font-size: 16px;
    }


    .lifestyle-amenity-column {
        padding-left: 14px;
        padding-right: 14px;
    }


    .lifestyle-amenity-top-line > span {
        width: 35px;
    }


    .lifestyle-amenity-main-icon {
        width: 72px;
        height: 72px;
    }


    .lifestyle-amenity-heading h3 {
        font-size: 24px;
    }


    .lifestyle-amenity-item {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 12px;
    }


    .lifestyle-amenity-icon {
        width: 52px;
        height: 52px;
    }


    .lifestyle-amenity-icon i {
        font-size: 21px;
    }


    .lifestyle-amenity-content h4 {
        font-size: 18px;
    }


    .lifestyle-amenity-content p {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3b49aa */.amenities-section {
    width: 100%;
    padding: 90px 50px 100px 50px;
    background: #F8F6F0;
    overflow: hidden;
}

.amenities-container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.amenities-header {
    max-width: 1000px;
    margin: 0 auto 55px auto;
    text-align: center;
}

.amenities-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    margin-bottom: 25px;
}

.amenities-label-line {
    width: 68px;
    height: 2px;
    background: #FEC700;
}

.amenities-label-text {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 3px;
    color: #02463E;
    white-space: nowrap;
}

.amenities-label-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #FEC700;
}

.amenities-header h2 {
    margin: 0;
    font-family: "Fraunces", serif;
    font-size: 58px;
    line-height: 1.04;
    font-weight: 600;
    letter-spacing: -1.6px;
    color: #000000;
}

.amenities-header h2 span {
    display: block;
    color: #02463E;
}

.amenities-heading-dot {
    display: inline !important;
    color: #FEC700 !important;
}

.amenities-header p {
    max-width: 760px;
    margin: 20px auto 0 auto;
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: #202825;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}

.amenity-card {
    position: relative;
    min-width: 0;
    padding: 20px 28px 28px 28px;
    text-align: center;
}

.amenity-card:nth-child(-n+4) {
    border-bottom: 1px solid #E3E1D9;
}

.amenity-card:not(:nth-child(4n)) {
    border-right: 1px solid #F0B900;
}

.amenity-icon {
    width: 104px;
    height: 104px;
    margin: 0 auto 12px auto;
    border-radius: 50%;
    background: #F4E8CD;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amenity-icon i {
    font-size: 42px;
    color: #02463E;
}

.amenity-content h3 {
    margin: 0;
    font-family: "Fraunces", serif;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
    color: #000000;
}

.amenity-content p {
    max-width: 310px;
    margin: 10px auto 0 auto;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #202825;
}

@media (min-width: 1440px) {

    .amenities-section {
        padding: 100px 60px 110px 60px;
    }

    .amenities-header {
        max-width: 1100px;
        margin-bottom: 60px;
    }

    .amenities-header h2 {
        font-size: 64px;
    }

    .amenities-header p {
        max-width: 820px;
        font-size: 18px;
    }

    .amenity-card {
        padding: 22px 35px 32px 35px;
    }

    .amenity-icon {
        width: 108px;
        height: 108px;
    }

    .amenity-icon i {
        font-size: 44px;
    }

    .amenity-content h3 {
        font-size: 30px;
    }

    .amenity-content p {
        max-width: 330px;
        font-size: 16px;
    }
}

@media (max-width: 1199px) {

    .amenities-section {
        padding: 70px 30px 80px 30px;
    }

    .amenities-header {
        max-width: 850px;
        margin-bottom: 45px;
    }

    .amenities-label {
        gap: 14px;
        margin-bottom: 22px;
    }

    .amenities-label-line {
        width: 55px;
    }

    .amenities-label-text {
        font-size: 16px;
        letter-spacing: 2.5px;
    }

    .amenities-label-dot {
        width: 16px;
        height: 16px;
    }

    .amenities-header h2 {
        font-size: 46px;
        line-height: 1.06;
        letter-spacing: -1px;
    }

    .amenities-header p {
        max-width: 700px;
        margin-top: 18px;
        font-size: 16px;
    }

    .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .amenity-card {
        min-height: 210px;
        padding: 25px 24px;
        border: 1px solid #E3E1D9 !important;
        background: #FFFFFF;
        display: flex;
        align-items: center;
        gap: 22px;
        text-align: left;
    }

    .amenity-icon {
        width: 82px;
        height: 82px;
        min-width: 82px;
        margin: 0;
    }

    .amenity-icon i {
        font-size: 34px;
    }

    .amenity-content {
        min-width: 0;
    }

    .amenity-content h3 {
        font-size: 24px;
    }

    .amenity-content p {
        max-width: none;
        margin: 10px 0 0 0;
        font-size: 16px;
        line-height: 1.5;
    }

    .amenity-card:nth-child(odd)::before {
        content: "";
        position: absolute;
        left: 0;
        top: 25px;
        bottom: 25px;
        width: 3px;
        background: #FEC700;
    }

    .amenity-card:nth-child(even)::before {
        content: "";
        position: absolute;
        right: 0;
        top: 25px;
        bottom: 25px;
        width: 3px;
        background: #02463E;
    }
}

@media (max-width: 767px) {

    .amenities-section {
        padding: 55px 10px 65px 10px;
    }

    .amenities-header {
        margin-bottom: 38px;
        padding: 0 5px;
    }

    .amenities-label {
        gap: 11px;
        margin-bottom: 22px;
    }

    .amenities-label-line {
        width: 45px;
    }

    .amenities-label-text {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .amenities-label-dot {
        width: 16px;
        height: 16px;
    }

    .amenities-header h2 {
        font-size: 34px;
        line-height: 1.08;
        letter-spacing: -0.7px;
    }

    .amenities-header p {
        margin-top: 18px;
        font-size: 16px;
        line-height: 1.55;
    }

    .amenities-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .amenity-card {
        min-height: 0;
        padding: 22px 18px;
        gap: 18px;
        border: 1px solid #E3E1D9 !important;
    }

    .amenity-icon {
        width: 72px;
        height: 72px;
        min-width: 72px;
    }

    .amenity-icon i {
        font-size: 29px;
    }

    .amenity-content h3 {
        font-size: 22px;
        line-height: 1.2;
    }

    .amenity-content p {
        margin-top: 9px;
        font-size: 16px;
        line-height: 1.5;
    }

    .amenity-card:nth-child(odd)::before,
    .amenity-card:nth-child(even)::before {
        top: 18px;
        bottom: 18px;
        left: 0;
        right: auto;
        width: 3px;
    }

    .amenity-card:nth-child(even)::before {
        background: #02463E;
    }
}

@media (max-width: 480px) {

    .amenities-section {
        padding: 45px 10px 55px 10px;
    }

    .amenities-header {
        margin-bottom: 32px;
    }

    .amenities-label {
        gap: 9px;
    }

    .amenities-label-line {
        width: 38px;
    }

    .amenities-label-text {
        font-size: 16px;
        letter-spacing: 1.6px;
    }

    .amenities-header h2 {
        font-size: 30px;
        line-height: 1.08;
    }

    .amenities-header p {
        font-size: 16px;
        line-height: 1.5;
    }

    .amenities-grid {
        gap: 12px;
    }

    .amenity-card {
        padding: 20px 15px;
        gap: 15px;
    }

    .amenity-icon {
        width: 64px;
        height: 64px;
        min-width: 64px;
    }

    .amenity-icon i {
        font-size: 26px;
    }

    .amenity-content h3 {
        font-size: 20px;
    }

    .amenity-content p {
        margin-top: 8px;
        font-size: 16px;
        line-height: 1.5;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-20f19ee */.property-location-section {
    width: 100%;
    background: #F8F6F0;
    padding: 80px 50px;
    box-sizing: border-box;
    font-family: "Work Sans", sans-serif;
    color: #000000;
}


.property-location-container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}


/* Header */

.property-location-header {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto 38px;
    text-align: center;
}


.property-location-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 22px;
}


.property-location-label-line {
    width: 66px;
    height: 2px;
    background: #FEC700;
    display: block;
}


.property-location-label-text {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1.8px;
    color: #000000;
}


.property-location-label-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FEC700;
    display: block;
}


.property-location-header h2 {
    margin: 0;
    font-family: "Fraunces", serif;
    font-size: 60px;
    line-height: 1.06;
    font-weight: 600;
    letter-spacing: -1.5px;
    color: #000000;
}


.property-location-header h2 span {
    color: #02463E;
}


.property-location-header > p {
    max-width: 850px;
    margin: 20px auto 0;
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    color: #000000;
}


/* Address */

.property-location-address {
    width: 100%;
    max-width: 760px;
    margin: 0 auto 24px;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    background: #FFFFFF;
    border: 1px solid #E3DCCB;
    border-radius: 6px;
    box-sizing: border-box;
}


.property-location-pin {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #F2E7D2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}


.property-location-pin i {
    font-size: 30px;
    color: #02463E;
}


.property-location-address-content {
    min-width: 0;
    padding-left: 20px;
    border-left: 2px solid #FEC700;
}


.property-location-address-label {
    display: block;
    margin-bottom: 5px;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1.3px;
    color: #000000;
}


.property-location-address-content h3 {
    margin: 0;
    font-family: "Fraunces", serif;
    font-size: 27px;
    line-height: 1.2;
    font-weight: 600;
    color: #000000;
}


.property-location-address-content p {
    margin: 3px 0 0;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
}


/* Google Map */

.property-location-map {
    width: 100%;
    height: 560px;
    overflow: hidden;
    border: 1px solid #E3DCCB;
    box-sizing: border-box;
}


.property-location-map iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
}


/* Location Benefits */

.property-location-benefits {
    width: 100%;
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    background: #FFFFFF;
    border: 1px solid #E3DCCB;
    border-top: 0;
}


.property-location-benefit {
    min-width: 0;
    padding: 24px 28px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-sizing: border-box;
}


.property-location-benefit + .property-location-benefit {
    border-left: 1px solid #E3DCCB;
}


.property-location-benefit-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #F2E7D2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}


.property-location-benefit-icon i {
    font-size: 24px;
    color: #02463E;
}


.property-location-benefit-content {
    min-width: 0;
}


.property-location-benefit-content h4 {
    margin: 0;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #000000;
}


.property-location-benefit-content p {
    margin: 4px 0 0;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
}


/* Nearby Destinations */

.property-location-destinations {
    width: 100%;
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    background: #FFFFFF;
    border: 1px solid #E3DCCB;
}


.property-location-destination {
    min-width: 0;
    padding: 22px 18px;
    display: flex;
    align-items: center;
    gap: 13px;
    box-sizing: border-box;
}


.property-location-destination + .property-location-destination {
    border-left: 1px solid #DCCB9F;
}


.property-location-destination-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #F2E7D2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}


.property-location-destination-icon i {
    font-size: 20px;
    color: #02463E;
}


.property-location-destination-content {
    min-width: 0;
}


.property-location-destination-content > span {
    display: block;
    margin-bottom: 4px;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1px;
    color: #D39418;
}


.property-location-destination-content h4 {
    margin: 0;
    font-family: "Fraunces", serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 600;
    color: #000000;
}


.property-location-destination-content p {
    margin: 4px 0 0;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 1.35;
    color: #000000;
}


/* 1440px and above */

@media (min-width: 1440px) {

    .property-location-section {
        padding: 100px 60px;
    }


    .property-location-container {
        max-width: 1560px;
    }


    .property-location-header {
        max-width: 1200px;
        margin-bottom: 42px;
    }


    .property-location-header h2 {
        font-size: 68px;
    }


    .property-location-header > p {
        max-width: 900px;
        font-size: 18px;
    }


    .property-location-address {
        max-width: 800px;
    }


    .property-location-map {
        height: 620px;
    }


    .property-location-benefit {
        padding: 26px 35px;
    }


    .property-location-destination {
        padding: 24px 20px;
    }


    .property-location-destination-content h4 {
        font-size: 18px;
    }


    .property-location-destination-content p {
        font-size: 16px;
    }
}


/* Tablet */

@media (max-width: 1100px) {

    .property-location-section {
        padding: 65px 30px;
    }


    .property-location-header {
        margin-bottom: 35px;
    }


    .property-location-header h2 {
        font-size: 48px;
        line-height: 1.08;
        letter-spacing: -1px;
    }


    .property-location-header > p {
        max-width: 720px;
        font-size: 16px;
        line-height: 1.65;
    }


    .property-location-address {
        max-width: 700px;
        margin-bottom: 20px;
    }


    .property-location-map {
        height: 480px;
    }


    .property-location-benefits {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }


    .property-location-benefit {
        padding: 20px 18px;
        gap: 12px;
    }


    .property-location-benefit-icon {
        width: 54px;
        height: 54px;
    }


    .property-location-benefit-icon i {
        font-size: 21px;
    }


    .property-location-benefit-content h4 {
        font-size: 16px;
    }


    .property-location-benefit-content p {
        font-size: 16px;
    }


    .property-location-destinations {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }


    .property-location-destination {
        padding: 20px;
    }


    .property-location-destination:nth-child(4) {
        border-left: 0;
        border-top: 1px solid #DCCB9F;
    }


    .property-location-destination:nth-child(5),
    .property-location-destination:nth-child(6) {
        border-top: 1px solid #DCCB9F;
    }


    .property-location-destination-icon {
        width: 50px;
        height: 50px;
    }


    .property-location-destination-content h4 {
        font-size: 18px;
    }
}


/* Mobile */

@media (max-width: 767px) {

    .property-location-section {
        padding: 50px 10px;
    }


    .property-location-header {
        margin-bottom: 30px;
    }


    .property-location-label {
        gap: 9px;
        margin-bottom: 18px;
    }


    .property-location-label-line {
        width: 34px;
        height: 1px;
    }


    .property-location-label-text {
        font-size: 16px;
        letter-spacing: 1px;
    }


    .property-location-label-dot {
        width: 8px;
        height: 8px;
    }


    .property-location-header h2 {
        font-size: 34px;
        line-height: 1.12;
        letter-spacing: -0.5px;
    }


    .property-location-header > p {
        margin-top: 16px;
        font-size: 16px;
        line-height: 1.65;
    }


    .property-location-address {
        padding: 14px 16px;
        margin-bottom: 14px;
        gap: 14px;
        align-items: center;
    }


    .property-location-pin {
        width: 58px;
        height: 58px;
    }


    .property-location-pin i {
        font-size: 25px;
    }


    .property-location-address-content {
        padding-left: 14px;
    }


    .property-location-address-label {
        font-size: 16px;
    }


    .property-location-address-content h3 {
        font-size: 22px;
        line-height: 1.25;
    }


    .property-location-address-content p {
        font-size: 16px;
    }


    .property-location-map {
        height: 400px;
    }


    .property-location-benefits {
        grid-template-columns: 1fr;
        border-top: 0;
    }


    .property-location-benefit {
        padding: 18px;
        gap: 14px;
    }


    .property-location-benefit + .property-location-benefit {
        border-left: 0;
        border-top: 1px solid #E3DCCB;
    }


    .property-location-benefit-icon {
        width: 56px;
        height: 56px;
    }


    .property-location-benefit-icon i {
        font-size: 22px;
    }


    .property-location-benefit-content h4 {
        font-size: 16px;
    }


    .property-location-benefit-content p {
        font-size: 16px;
    }


    .property-location-destinations {
        grid-template-columns: 1fr;
        margin-top: 14px;
    }


    .property-location-destination {
        padding: 18px;
        gap: 14px;
    }


    .property-location-destination + .property-location-destination {
        border-left: 0;
        border-top: 1px solid #DCCB9F;
    }


    .property-location-destination:nth-child(4),
    .property-location-destination:nth-child(5),
    .property-location-destination:nth-child(6) {
        border-top: 1px solid #DCCB9F;
    }


    .property-location-destination-icon {
        width: 52px;
        height: 52px;
    }


    .property-location-destination-icon i {
        font-size: 20px;
    }


    .property-location-destination-content > span {
        font-size: 16px;
    }


    .property-location-destination-content h4 {
        font-size: 19px;
    }


    .property-location-destination-content p {
        font-size: 16px;
    }
}


/* Small Mobile */

@media (max-width: 420px) {

    .property-location-section {
        padding: 40px 10px;
    }


    .property-location-header h2 {
        font-size: 30px;
    }


    .property-location-header > p {
        font-size: 16px;
    }


    .property-location-address {
        padding: 12px;
    }


    .property-location-pin {
        width: 52px;
        height: 52px;
    }


    .property-location-address-content h3 {
        font-size: 20px;
    }


    .property-location-map {
        height: 350px;
    }


    .property-location-benefit {
        padding: 16px;
    }


    .property-location-destination {
        padding: 16px;
    }


    .property-location-destination-content h4 {
        font-size: 18px;
    }
}/* End custom CSS */