/* Neightborhood Status Indicator */
.show-cStatus-here:after {
    text-align: center;
    border-radius: 10rem;
    color: #fff;
    padding: 1rem 2rem;
    top: 0;
    text-shadow: none;
    display: flex;
    align-self: center;
    align-content: center;
    align-items: center;
    justify-content: center;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-size: 1rem;
    line-height: 1;
    font-family: 'Manrope', sans-serif;
}

/* Available Status */
[data-status="1c"] .show-cStatus-here:after, [data-status="1Ac"] .show-cStatus-here:after {
    content: "Homes Available";
    background: #fff;
    color: #2d3912;
}

[data-status="1"] .show-cStatus-here:after {
    content: "Available";
    background: #fff;
    color: #2d3912;
}

/* Sold Out */
[data-status="2c"] .show-cStatus-here:after {
    content: "Sold Out";
    background: #b7410e;
}

[data-status="2"] .show-cStatus-here:after {
    content: "Sold";
    background: #b7410e;
}

/* Model */
[data-status="3c"] .show-cStatus-here:after {
    content: "Coming Soon!";
    background: #E1E0DE;
    color: #2d3912;
}

[data-status="3"] .show-cStatus-here:after {
    content: "Model";
    color: #2d3912;
}

/* Coming Soon */
[data-status="4c"] .show-cStatus-here:after {
    content: "Coming Soon";
    background: #d4a42f;
}

[data-status="4"] .show-cStatus-here:after {
    content: "Coming Soon";
    color: #2d3912;
}

.community-contacts-wrap {
    padding: 2rem;
}

.community-contacts-wrap .container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 600px) {
    .community-contacts-wrap .container {
        flex-direction: row;
        justify-content: space-between;
    }
}

.community-contacts {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 600px) {
    .community-contacts {
        flex-direction: row;
    }
}

.community-contacts .contact {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 1rem;
        max-width: 30rem;

}

.contact-portrait {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    border-radius: 10rem;
    object-fit: cover;
    object-position: center;
    filter: grayscale(100%);
    transition: all ease 0.3s;
    cursor: pointer;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 600px) {
    .community-contacts {
        justify-content: start;
    }

    .community-contacts .contact {
        min-width: auto;
    }
}

.community-contacts .contact:hover .contact-portrait {
    filter: grayscale(0%);
}

.contact-info {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.contact-info a {
    text-decoration: none;
    color: inherit;
}

.contact-info a:hover {
    opacity: 0.5;
}

.contact-name {
    font-weight: 700;
    text-wrap: balance ;
    line-height: 1;

    margin-bottom: .5rem; 
    white-space: normal;
    width: 100%;
        letter-spacing: 0.3rem;
    text-transform: uppercase;
}


.community-links {
    display: flex;
    align-items: center;
    justify-content: center;
margin-left: auto ;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .community-links {
        justify-content: end;
    }
}

.community-description-wrap {
    background: rgba(240, 240, 235, 0.2);
    padding: 4rem 0;
}

.community-description-wrap .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .community-description-wrap .container {
        flex-direction: row;
    }
}

.community-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    text-align: left;
}

.community-main-description iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    max-width: 300px;
    border: 0;
    border-radius: 2rem;
}

#communityPromotion {
    position: fixed;
    z-index: 300;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(223, 67, 58, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    gap: 1rem;
    font-size: 1.4rem;
    box-sizing: border-box;
}

.community-promotion-text p {
    margin: 0 auto;
    text-align: center;
}

@media (min-width: 800px) {
    #communityPromotion {
        flex-direction: row;
    }

    .community-promotion-text p {
        margin: 0 auto;
        text-align: left;
    }
}

.stuck #communityPromotion {
    top: 80px;
}

.community-promotion {
    display: flex;
    flex-direction: column;
    font-size: 80%;
    background: rgba(184, 65, 14, 0.8);
    color: #fff;
    padding: 2rem;
    padding-bottom: 0;
    text-wrap: balance;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 3rem;
}

.community-promotion h3 {
    font-size: 2rem;
}

.community-promotion-text {
    text-align: center;
}

.community-promotion-title:empty {
    display: none;
}

.community-description img {
    width: 160px;
    object-fit: cover;
    border-radius: 100rem;
    height: 160px;
}

.community-description p {
}

.community-features {
    display: flex;
    flex-direction: column;
    grid-column-gap: 4rem;
}


@media (min-width: 800px) {
.community-features {
    flex-direction: row;
}
}

.community-features-wrap {
    padding: 3rem 0;
    min-width: 300px;
    padding-bottom: 3rem;
}

.community-features-info {
    position: relative;
    background: #fff;
    padding: 2rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    overflow: auto;
    margin: 0 auto;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .community-description {
        max-width: 700px;
        padding-right: 4rem;
    }

    .community-features-info {
        margin: 0;
        margin-left: auto;
        min-width: 300px;
    }
}

.community-features-info h3 {
    display: none;
}

/* Neightborhood Community Features Tabs */

/* Tabs */
.features-tabs {
    background: rgba(255, 255, 255, 0.90);
    position: sticky;
    padding: 2rem;
    top: 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.features-tabs ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: .15rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.features-tabs ul.tabs li {
    margin: 0;
    background: none;
    padding: .25rem 0;
    cursor: pointer;
    position: relative;
    text-align: center;
    transition: all ease 0.3s;
}

/* Larger than mobile */
@media (min-width: 400px) {
    .features-tabs ul.tabs li {
        min-width: 90px;
    }
}

.features-tabs ul.tabs li a {
    text-decoration: none;
}

.features-tabs ul.tabs .tab-link:hover {
    background: rgba(0, 0, 0, 0.05);
}

.features-tabs ul.tabs .current, .features-tabs ul.tabs .current:hover {
    background: rgba(0, 0, 0, 0.1);
    border-bottom: 0;
}

.features-tabs ul.tabs .current a {
    color: #fff;
}

.community-features .tab-content {
    box-sizing: border-box;
    width: 100%;
    min-height: 150px;
}

.community-features .tab-content p:last-of-type {
    margin: 0;
}

.community-features-list ul {
    list-style: disc;
}

.community-features-list li {
    text-wrap: pretty;
    margin-bottom: 1rem;
}

.community-features-list img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100rem;
}

.community-email {
}

.community-email a[href=""] {
    display: none;
}

.community-gallery-wrap {
    padding: 1rem 0;
    position: relative;
}

.community-gallery-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: opacity ease 0.3s;
    cursor: pointer;
}

.community-gallery-wrap img:hover {
    opacity: 0.5;
}

.community-gallery-wrap .tns-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    padding: 0 2rem;
    box-sizing: border-box;
    width: 100%;
    margin-top: -2rem;
}

.community-gallery-wrap .tns-controls button {
    margin: 0;
    width: 4rem;
    height: 4rem;
    padding: .25rem;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.community-gallery-wrap .tns-controls button svg {
    width: 2rem;
}

.community-gallery-wrap .tns-controls button:hover {
    background: rgba(0, 0, 0, 0.8);
}

.community-gallery-wrap .tns-controls button:nth-of-type(1) {
    left: 2rem;
}

.community-gallery-wrap .tns-controls button:nth-of-type(2) {
    right: 2rem;
}

.community-properties {
    padding: 0 1rem;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    box-sizing: border-box;
}

@media (min-width: 800px) {
    .community-properties {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Display Styles For Communities, Properties and Team Lists */
.item-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 100%;
    text-decoration: none !important;
    color: inherit;
    color: #fff;
}

.item-image img {
    display: block;
    height: 100%;
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: bottom center;
    transition: opacity ease 0.3s;
}

.item-wrap:hover img, .item-wrap:hover img {
    opacity: 1;
}

.item-info {
    height: 200px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: end;
    padding: 2rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(45, 57, 18, 0.9) 100%);
    transition: all ease 0.3s;
    text-shadow: 0px 0px 4px #000;
}

/* Sold Properties Hover Color */
.item-wrap:hover .item-info {
    background: rgba(45, 57, 18, 0.8);
    height: 100%;
    justify-content: center;
}

/* Available Hover Color */
.item-wrap[data-status='1']:hover .item-info {
    height: 100%;
    background: rgba(212, 164, 47, 0.8);
}

/* Sold Hover Color */
.item-wrap[data-status='2']:hover .item-info {
    height: 100%;
    background: rgba(45, 57, 18, 0.8);
}

/* Model Hover Color */
.item-wrap[data-status='3']:hover .item-info {
    height: 100%;
    text-shadow: none;
    background: rgba(224, 223, 221, 0.8);
}

/* Coming Soon Hover Color */
.item-wrap[data-status='4']:hover .item-info {
    height: 100%;
    text-shadow: none;
    background: rgba(184, 65, 14, 0.8);
}

.item-wrap:hover .show-pStatus-here:before {
    opacity: 1;
}

.item-name-top {
    position: relative;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .2rem;
    font-size: 1.5rem;
    padding-top: .5rem;
}

.item-name-bottom {
    position: relative;
    text-align: center;
    font-size: 1.2rem;
    box-sizing: border-box;
}

.item-name-bottom .property-price {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 2rem;
}

.item-name-bottom .property-price .label {
    display: none;
}

.property-name-inner:before {
    content: "@";
    padding-right: .5rem;
    opacity: 0.5;
}

.property-name-inner:empty {
    display: none;
}

/* For Map */

#map {
    height: 300px;
}

.map-wrap .item-wrap.community-item {
    width: 100%;
    margin: 0;
}

.map-wrap .item-wrap.community-item .item-image {
    height: 200px;
    width: 300px;
}

#mapcanvas img[src$='?status'] {
    display: block;
    height: 100%;
    width: 100%;
    background: #2d3912;
    border-radius: 10rem;
}

/* Available */
#mapcanvas img[src$='?status=1c'] {
    background: #b7410e;
}

#mapcanvas img[src$='?status=1Ac'] {
    background: #b7410e;
}

/* Sold */
#mapcanvas img[src$='?status=2c'] {
    background: #fff;
}

/* Model */
#mapcanvas img[src$='?status=3c'] {
    background: #E1E0DE;
}

/* Coming Soon */
#mapcanvas img[src$='?status=4c'] {
    background: #d4a42f;
}

/* End Display Styles For Communities, Properties and Team Lists */
.community-location-map {
    background: #d4a42f;
}

.community-location-map iframe {
    background: #d4a42f;
    width: 100%;
    height: 40vw;
    min-height: 200px;
    max-height: 500px;
}

.community-directions {
}

/* Property Details */
.property-specs-wrap {
    padding-bottom: 4rem;
    background: rgba(240, 240, 235, 0.2);
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
}

.property-specs-wrap .show-pStatus-here:before {
    width: 140px;
    text-align: center;
    border-radius: 10rem;
    height: 30px;
    display: flex;
    align-self: center;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-size: 1.4rem;
    line-height: 1;
    box-shadow: none;
    background: #f0f0eb;
}

.property-specs {
    padding: 1rem 0;
    padding-top: 4rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.property-specs div {
    background: #2d3912;
    height: 140px;
    min-width: 180px;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #fff;
}

.property-specs div span {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.7);
}

.property-images-wrap {
    background: #fff;
}

.main-plan-images {
    padding: 2rem 0;
}

.main-plan-images .floorplans {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.main-plan-images .floorplans div {
    display: flex;
    flex-direction: column;
    flex: 1 1 calc(50% - 0.5rem);
    /* 2 columns, accounting for gap */
    max-width: calc(50% - 0.5rem);
}

/* Single item takes full width */
.main-plan-images .floorplans div:only-child {
    flex-basis: 100%;
    max-width: 100%;
}

.main-plan-images img {
    width: 100%;
    object-fit: contain;
    transition: opacity ease 0.3s;
}

.main-plan-images img:hover {
    opacity: 0.5;
}

.property-photo-gallery {
    position: relative;
    padding: 1rem 0;
}

.property-photo-gallery img {
    width: 100%;
    display: block;
    transition: opacity ease 0.3s;
}

.property-photo-gallery img:hover {
    opacity: 0.5;
}

.property-photo-gallery .tns-controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    justify-content: center;
    align-self: center;
}

.property-photo-gallery .tns-controls button {
    position: absolute;
    top: 50%;
    margin-top: -2rem;
    padding: 0;
    width: 4rem;
    height: 4rem;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 10rem;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.property-photo-gallery .tns-controls button:hover {
    background: rgba(0, 0, 0, 0.8);
}

.property-photo-gallery .tns-controls button:nth-of-type(1) {
    left: 2rem;
}

.property-photo-gallery .tns-controls button:nth-of-type(2) {
    right: 2rem;
}

.gallery-note {
    padding: 1rem 2rem;
    text-align: center;
    border: 2px solid rgba(45, 57, 18, 0.2);
    color: #2d3912;
    margin: 2rem auto;
    border-radius: 10rem;
    width: 100%;
    box-sizing: border-box;
    max-width: clamp(0px, 90%, 700px);
    line-height: 1.1;
    font-size: 1.2rem;
    text-wrap: balance;
}

.property-media {
    display: flex;
    justify-content: center;
    position: relative;
    background: #E1E0DE;
}

.property-walkthrough {
    padding: 4rem;
    width: 50%;
}

.property-videos-wrap {
    padding: 4rem;
    width: 50%;
}

.video-responsive {
    position: relative;
    padding-top: 56%;
    height: 0;
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.other-info {
    margin-top: 4rem;
}

.other-info .bullet-points {
    color: #2d3912;
    padding: 4rem 0;
}

.other-info h3 {
    text-align: center;
    margin: 0;
}

.other-info .bullet-points ul {
    margin: 0;
    padding: 0;
    font-size: initial;
    column-count: 1;
}

.other-info .bullet-points ul li {
    list-style: none;
    padding: .75rem;
    line-height: 1.1;
    width: 100%;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-wrap: balance;
}

/* Larger than desktop */
@media (min-width: 600px) {
    .other-info .bullet-points ul {
        column-count: 2;
    }
}

/* Larger than desktop */
@media (min-width: 1000px) {
    .other-info .bullet-points ul {
        column-count: 3;
    }
}

/* Community Tabs */
.tabbed-area {
    padding: 0;
}

.tabbed-area-tabs {
    display: flex;
    font-weight: bold;
    align-content: center;
    align-self: center;
    justify-content: center;
}

.tab-div {
    height: 4rem;
    border: 1px solid #ccc;
    border-right: 0;
    display: flex;
    align-items: center;
    padding: 2rem;
    width: 100%;
    max-width: 30rem;
    justify-content: center;
    margin: 4rem 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: .4rem;
    cursor: pointer;
    transition: all ease 0.3s;
    color: #000;
}

.tab-div:hover {
    background: rgba(45, 57, 18, 0.2);
}

.tab-div.active {
    background: #2d3912;
    color: #fff;
}

.tab-div:last-of-type {
    border: 1px solid #ccc;
}

.tab-content {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
}

.tab-content .container {
    display: grid;
    grid-template-columns: 1fr;
    /* Two equal-width columns */
    gap: 4rem;
}

/* Larger than desktop */
@media (min-width: 1000px) {
    .tab-content .container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        /* Two equal-width columns */
        justify-content: space-between;
        gap: 10rem;
    }

    .tab-content .community-platmap .container {
        display: grid;
        grid-template-columns: 1fr;
        /* Two equal-width columns */
        justify-content: space-between;
        gap: 10rem;
    }
}

.tab-content.active {
}

/* Platmap */
.community-platmap {
}

.platmap-wrap {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#pnlPlat {
    padding: 4rem 0;
    margin: 0 auto;
}

#plat-image {
    width: 100%;
    display: block;
    object-fit: cover;
}

.prop-icon, .interest-icon {
    position: absolute;
    z-index: 300;
    border-radius: 10rem;
}

.prop-number {
    color: #fff;
    font-family: sans-serif;
    border: .3vw solid #fff;
    width: 4vw;
    height: 4vw;
    max-width: 30px;
    max-height: 30px;
    font-size: 2.5vw;
    line-height: 1;
    display: flex;
    cursor: pointer;
    align-content: center;
    align-items: center;
    justify-content: center;
    opacity: 1;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-radius: 10rem;
    box-sizing: border-box;
}

/* Larger than desktop */
@media (min-width: 800px) {
    .prop-number {
        font-size: 1.5rem;
        border: 2px solid #fff;
    }
}

.interest-icon {
    width: auto;
    border: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: auto;
    color: #000;
}

.prop-icon:hover {
    z-index: 400;
}

.interest-icon:hover {
    opacity: 0.7;
}

.status-model .status {
    background: #eee;
    color: #000;
}

/* Model */
.community-platmap .status-model {
    background: #E1E0DE;
}

.community-platmap .plat-icon-model {
    background: #E1E0DE;
}

/* Sould Out */
.community-platmap .status-sold-out {
    background: #2d3912;
}

/* Available */
.community-platmap .status-available {
    background: #d4a42f;
}

/* Coming Soon */
.community-platmap .status-coming-soon {
        background: #b7410e;
}

.plat-property-info-window, .prop-icon.no-modal:hover .plat-property-info-window {
    z-index: -10;
    opacity: 0;
    transition: opacity ease 0.3;
    display: none;
}

.prop-icon:hover .plat-property-info-window {
    display: block;
    position: absolute;
    left: -50%;
    margin-left: -80px;
    line-height: 1.2;
    z-index: 1;
    opacity: 1;
    box-sizing: border-box;
}

.plat-property-info-window .item-wrap {
    margin: 0;
    margin-top: 1rem;
    width: 200px;
    height: 200px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.plat-property-info-window .item-image {
    height: 100%;
    width: 100%;
}

.plat-property-info-window .item-info {
    height: 100%;
}

.plat-property-info-window .item-name-bottom {
    position: relative;
    text-align: center;
    height: auto;
    font-size: 1.2rem;
    box-sizing: border-box;
}

.plat-property-info-window .plat-home-info {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
    align-items: center;
    justify-content: center;
    line-height: 1;
    gap: 0 4px;
}

.plat-property-info-window .plat-home-info div {
    display: flex;
}

.map-legend {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border: 1px solid #E1E0DE;
    width: 80%;
    max-width: max-content;
    margin: 0 auto;
    padding: 1rem 2rem;
}

.map-legend .map-key {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}

.map-legend .map-key span {
    text-align: center;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
border:1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10rem;

}

.map-legend .map-key span.status-icon {
    text-align: center;
}

/* Portfolio Pages */
.portfolio-description {
    padding: 6rem 0;
    padding-bottom: 5rem;
    text-align: center;
    width: 100%;
}

.portfolio-community-logo {
    text-align: center;
    margin-top: 4rem;
}

.portfolio-community-logo img {
    width: 200px;
    height: 100px;
    object-fit: contain;
    margin: 0 auto;
}

.portfolio-features {
    text-align: center;
    padding-bottom: 2rem;
}

.portfolio-features ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.portfolio-features li {
    background: #2d3912;
    height: 140px;
    min-width: 180px;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 0 2rem;
    font-size: 1.5rem;
    color: #d4a42f;
}

.portfolio-community-gallery {
    padding: 1rem;
    background: #f0f0eb;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex: 1;
    gap: 1rem;
}

.portfolio-community-gallery .gal-image-wrap {
    width: 100%;
    max-width: 25%;
    flex: 1 0 calc(25% - 1rem);
}

.portfolio-community-gallery .gal-image-wrap img {
    display: block;
    width: 100%;
}

#tidio-chat {
    bottom: 50px !important;
}
