.location-banner-section {
    padding: 21px 48px;
}

.location-banner-heading{
    color: var(--LABS-Brand-Colours-Soft-Black, #252017);
    color: var(--LABS-Brand-Colours-Soft-Black, color(display-p3 0.1373 0.1255 0.098));
    font-family: 'Apercu', sans-serif;;
    font-size: var(--Bootstrap---Font-Sizes-fs-3, 28px);
    font-style: normal;
    font-weight: 300;
    line-height: 112.5%; /* 31.5px */
    align-self: stretch;
}

.location-banner-subheading{
    color: var(--LABS-Brand-Colours-Soft-Black, #252017);
    color: var(--LABS-Brand-Colours-Soft-Black, color(display-p3 0.1373 0.1255 0.098));
    font-family: 'Apercu', sans-serif;;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 112.5%; /* 20.25px */
    letter-spacing: 0.18px;
    width: 567px;
}

.location-banner-image{
    min-height: 512px;
}

/* Adjust height for larger screens */
@media (min-width: 1280px) {
    .location-banner-image {
        min-height: 512px; /* Adjust to 50% of the viewport height */
    }
}

@media (min-width: 1440px) {
    .location-banner-image {
        min-height: calc(400px * 1.17); /* Increase height for wider screens */
    }
}

@media (min-width: 1600px) {
    .location-banner-image {
        min-height: calc(400px * 1.33); /* Increase height for wider screens */
    }
}

@media (min-width: 1920px) {
    .location-banner-image {
        min-height: calc(400px * 1.5); /* Further increase for ultra-wide screens */
    }
}

@media (min-width: 2560px) {
    .location-banner-image {
        min-height: calc(500px * 1.5); /* Further increase for ultra-wide screens */
    }
}

@media (max-width: 769px) {
    .location-banner-image {
        height: 256px; /* Further increase for ultra-wide screens */
        min-height: auto;
    }
}

.location-banner-name{
    font-family: 'Denton', sans-serif;;
    font-weight: 300;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
}

.location-banner-subname{
    font-family: 'Apercu', sans-serif;;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    color: #232019;
    opacity: 0.5;

    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #CEAB91;
    text-decoration-thickness: 6.25%; /* 1px */
    text-underline-offset: 33%; /* 5.28px */
    text-underline-position: from-font;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
    position:relative;
}

.location-banner-subname a {
    color: #232019;

    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #CEAB91;
    text-decoration-thickness: 6.25%; /* 1px */
    text-underline-offset: 33%; /* 5.28px */
    text-underline-position: from-font;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
    position:relative;
}

.black-circle {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-left: 8px;
    margin-top: 2px;
    position:absolute;
    right: 0; 
}

.location-banner-description{
    font-family: 'Apercu', sans-serif;;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25rem;
    letter-spacing: 0px;

}

.location-banner-description-items{
    color: #6d6a64 !important;
}

.location-banner-cta_text_rounded {
    background-color: #C3AD97;
    border: 1px solid #C3AD97;
    font-family: 'Apercu', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 6px 16px 6px 16px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.56px;
}

.location-banner-cta_text_rounded:hover {
    background-color: rgba(0,0,0,0.9);
    border: 1px solid rgba(0,0,0,0.9);
    color: #FFFFFF;
}

.location-banner-cta_text_underlined:hover .location-banner-href {
    color: #252017;
}
.location-banner-href{
    text-decoration: none; /* Removes underline */
    color: inherit; /* Inherits the text color from the parent */
    cursor: default;
    color: #252017;
}

.location-banner-cta_text_rounded:hover .location-banner-href,
.location-banner-cta_text_rounded:hover .location-banner-href:hover {
    color: #FFFFFF;
}

.location-banner-href b {
    color: #252017;
}

@media screen and (max-width: 768px) {
    .location-banner-container-fluid{
        padding-left: 12px !important;
        padding-right: 12px !important;
        padding-bottom: 0px !important;
    }

    .lb-headings-container{
        padding-left: 2.3rem !important;
        padding-right: 0.8rem !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .lb-headings-row{
        padding-top: 1.5rem !important;
    }
    .location-banner-headings{
        padding-bottom: 0px !important;
    }
}