.location-intro {
    padding: 30px 0;
}

.row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.text-center {
    text-align: center;
}

.location-page .top {
    min-height: 280px !important;
}

.location-page h1 {
    color: #086296;
    font-family: "Museo Sans Rounded";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    /* 120% */
}

.location-page {
    color: #000;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 168.75% */
}

.location-page h2 {
    color: #000;
    font-family: "Museo Sans Rounded";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.92px;
    text-transform: uppercase;
}

.locations-list-tab-wrap {
    padding-bottom: 30px;
    padding-top: 30px;
}

.locations-list-tab-wrap .heading-wrap {
    max-width:920px;
    margin: auto;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.locations-list-tab-wrap .tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 55px;
    flex-wrap: wrap;
}

.locations-list-tab-wrap .tabs li {
    border-radius: 6px;
    background: #F6F6F6;
    padding: 16px 10px;
    color: #000;
    font-family: "Museo Sans Rounded";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    max-width: 350px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s;
    border: 1px solid transparent;
}

.locations-list-tab-wrap .tabs li.active,
.locations-list-tab-wrap .tabs li:hover {
    border-radius: 6px;
    border-color: rgba(0, 0, 0, 0.10);
    background: #EC779E;
    color: #fff;
}

.locations-list-tab-wrap .img-wrap {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.locations-list-tab-wrap .img-wrap img{
    transition:all 0.4s ease-in-out;
        width: 100%;
        height: 330px;
        object-fit: cover;
}

@media screen and (max-width: 1024px) {
 .locations-list-tab-wrap .img-wrap img {
     height: 300px;
  }
}

@media screen and (max-width: 768px) {
 .locations-list-tab-wrap .img-wrap img {
     height: 260px;
  }
}


.locations-list-tab-wrap .text-wrap {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 25px 15px;
}

.locations-list-tab-wrap .inner {
    position: relative;
}

.locations-list-tab-wrap .inner:after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 21.51%, rgba(0, 0, 0, 0.53) 70.67%, #000 99.9%);
    z-index: 2;
}
.locations-list-tab-wrap .inner:hover .img-wrap img{
    transform: scale(1.3);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}
.locations-list-tab-wrap .text-wrap h4 {
    font-size: 20px;
    padding-bottom: 5px;
}

.locations-list-tab-wrap .text-wrap p {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.locations-list-tab-wrap .text-wrap a {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
        display: flex;
    align-items: center;
    gap: 6px;
    font-family: "Museo Sans Rounded";
}
.locations-list-tab-wrap .text-wrap a:after{
    content: '';
    position: absolute;
    inset: 0;
}
.locations-list-tab-wrap .swiper-wrapper{
    padding-bottom: 50px;
}
.locations-list-tab-wrap .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    display: none;
}

.locations-list-tab-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
    height: 13px;
    width: 13px;
    background: #D9D9D9;
    margin: 0 4px !important;
}

.locations-list-tab-wrap .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #EC779E;
}
@media screen and (min-width:786px) {
    .row .col {
        flex: 1;
    }

    .location-page .top {
        min-height: 380px !important;
    }

    .location-page h1 {
        font-size: 60px;
        line-height: 72px;
    }
}

@media screen and (min-width:991) {
    .location-page .top {
        min-height: 480px !important;
    }

    .location-intro {
        padding: 40px 0;
    }

    .locations-list-tab-wrap {
        padding-bottom: 50px;
        padding-top: 50px;
    }
}

@media screen and (min-width:1200px) {
    .location-page .top {
        min-height: 600px !important;
    }

    .location-intro {
        padding: 80px 0;
    }

    .locations-list-tab-wrap {
        padding-bottom: 70px;
        padding-top: 80px;
    }
}