.locations-page {
    position: relative;
    overflow: hidden;
    margin: 0 !important;
    padding: 82px 0 105px;
    background:
        radial-gradient(circle at 8% 12%, rgba(191, 179, 140, .16), transparent 26%),
        radial-gradient(circle at 94% 82%, rgba(191, 179, 140, .13), transparent 28%),
        #f7f5ef;
}

.locations-page::before,
.locations-page::after {
    position: absolute;
    width: 300px;
    height: 300px;
    content: "";
    border: 1px solid rgba(191, 179, 140, .2);
    border-radius: 50%;
}

.locations-page::before {
    top: -180px;
    left: -130px;
}

.locations-page::after {
    right: -130px;
    bottom: -190px;
}

.locations-page .container {
    position: relative;
    z-index: 1;
}

.locations-page__heading {
    width: min(720px, 100%);
    margin: 0 auto 42px;
    text-align: center;
}

.locations-page__heading > span {
    display: inline-block;
    margin-bottom: 12px;
    color: #9e9169;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.locations-page__heading h2 {
    color: #484747;
    font-family: var(--headingFont);
    font-size: clamp(36px, 4.5vw, 58px);
    font-weight: 500;
    line-height: 1.08;
}

.locations-page__heading p {
    margin-top: 15px;
    color: #777;
    font-size: 15px;
    line-height: 1.7;
}

.locations-grid > [class*="col-"] {
    display: flex;
}

.locations-page .tf__single_blog {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(191, 179, 140, .42);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(72, 71, 71, .09);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.locations-page .tf__single_blog:hover {
    border-color: rgba(169, 155, 111, .72);
    box-shadow: 0 20px 50px rgba(72, 71, 71, .15);
    transform: translateY(-4px);
}

.locations-page .carousel {
    position: relative;
    height: 245px;
    overflow: hidden;
    background: #484747;
}

.locations-page .carousel-inner,
.locations-page .carousel-item {
    height: 100%;
}

.locations-page .carousel-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform .5s ease;
}

.locations-page .tf__single_blog:hover .carousel-item.active img {
    transform: scale(1.035);
}

.locations-page .carousel::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 34%;
    content: "";
    pointer-events: none;
    background: linear-gradient(transparent, rgba(0, 0, 0, .28));
}

.locations-page .location-image-status {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 3;
    padding: 8px 15px;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 999px;
    background: rgba(72, 71, 71, .86);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .2);
    backdrop-filter: blur(5px);
}

.locations-page .carousel-indicators {
    z-index: 3;
    margin-bottom: 12px;
}

.locations-page .carousel-indicators [data-bs-target] {
    width: 7px;
    height: 7px;
    margin: 0 4px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 50%;
    opacity: .7;
}

.locations-page .carousel-indicators .active {
    background-color: #d7cba3;
    opacity: 1;
}

.locations-page .carousel-control-prev,
.locations-page .carousel-control-next {
    z-index: 4;
    width: 46px;
    opacity: 0;
    transition: opacity .2s ease;
}

.locations-page .tf__single_blog:hover .carousel-control-prev,
.locations-page .tf__single_blog:hover .carousel-control-next,
.locations-page .carousel-control-prev:focus,
.locations-page .carousel-control-next:focus {
    opacity: .9;
}

.locations-page .tf__single_blog_text {
    display: flex;
    flex: 1;
    padding: 25px 25px 27px;
}

.locations-page .tf__single_blog_text ul {
    display: flex;
    flex: 1;
    flex-direction: column;
    width: 100%;
}

.locations-page .tf__single_blog_text li:first-child {
    margin-bottom: 16px;
}

.locations-page .tf__single_blog_text .title {
    display: block;
    color: #484747;
    font-family: var(--headingFont);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    text-align: left !important;
    text-transform: none;
}

.locations-page .tf__single_blog_text .title + .title {
    margin-top: 3px;
    color: #9d8e62;
    font-size: 27px;
    font-weight: 600;
}

.locations-page .tf__single_blog_text li:not(:first-child) {
    border-top: 1px solid #eeeae0;
}

.locations-page .tf__single_blog_text li:not(:first-child) a,
.locations-page .tf__single_blog_text .location-status {
    display: grid;
    grid-template-columns: 21px 1fr;
    gap: 9px;
    align-items: start;
    width: 100%;
    padding: 12px 0;
    color: #686765;
    font-size: 13px;
    line-height: 1.5;
    transition: color .2s ease;
}

.locations-page .tf__single_blog_text li:last-child {
    margin-top: auto;
}

.locations-page .tf__single_blog_text li:last-child a,
.locations-page .tf__single_blog_text li:last-child .location-status {
    padding-bottom: 0;
}

.locations-page .tf__single_blog_text li:not(:first-child) a:hover,
.locations-page .tf__single_blog_text li:not(:first-child) a:focus-visible {
    color: #8f8055;
}

.locations-page .tf__single_blog_text i {
    margin-top: 3px;
    color: #b2a477;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 991.98px) {
    .locations-page {
        padding: 64px 0 82px;
    }
}

@media (max-width: 575.98px) {
    .locations-page {
        padding: 48px 10px 64px;
    }

    .locations-page__heading {
        margin-bottom: 30px;
    }

    .locations-page .carousel {
        height: 230px;
    }

    .locations-page .carousel-control-prev,
    .locations-page .carousel-control-next {
        opacity: .8;
    }

    .locations-page .tf__single_blog {
        border-radius: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .locations-page .tf__single_blog,
    .locations-page .carousel-item img {
        transition: none;
    }

    .locations-page .tf__single_blog:hover,
    .locations-page .tf__single_blog:hover .carousel-item.active img {
        transform: none;
    }
}
