.boundry-hero-section-wrapper {
    position: relative;
    background: url('../img/Boundry/bg-hero-boundarylocation.webp') center bottom / cover no-repeat;
}

.boundry-hero-section-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(3, 0, 33, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.boundry-hero-section-wrapper > * {
    position: relative;
    z-index: 2;
}

.section-how-it-works-boundry{
    background-image: url(../img/Boundry/bg-storage-unit.webp);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
@media (max-width:767.98px){
    .section-how-it-works-boundry{height:400px}
}
.section-how-it-works-boundry>img.ctr-triangle{
    height:auto;
    max-width:100%;
    position:absolute;
    right:0;
    top:0
}
@media (max-width:767.98px){
    .section-how-it-works-boundry>img.ctr-triangle{max-width:150px}
}
.section-how-it-works-boundry>img.cbl-triangle{
    bottom:0;
    height:auto;
    left:0;
    max-width:125%;
    position:absolute
}
@media (max-width:767.98px){
    .section-how-it-works-boundry>img.cbl-triangle{max-width:85%}
}
@media (max-width: 992px) {
    .storage-location-index {
        flex: 0 0 45%;
        max-width: 45%;
    }
}

@media (max-width: 600px) {
    .storage-location-index {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
#reviews-box{
    background: transparent !important;
}
#google-reviews{
    justify-content: flex-start !important;
}
.global-note-title{
    display:none;
}
.review-item{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 3px;
    margin: 10px 25px;
    background: transparent !important;
}
#google-reviews .review-item{
    display: flex !important;
    padding: 20px !important;
    flex-direction: column !important;
    border-radius: 0px !important;
}
#google-reviews .review-item img{
    width: 70px !important;
    height: 70px !important;
    margin: 0 !important;
}
.review-author{
    color: #004b99 !important;
    padding: 10px 0 0 0 !important;
}

.location-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.storage-location-index {
    flex: 0 0 32%; 
    max-width: 32%;
    min-width: 300px;
    box-sizing: border-box;
}  

