.fullwidth-layout {
    overflow-x: hidden;
}
.locationsCardsWrapper {
    justify-content: center;
}
.locationsCardsListInner {
    position: relative;
    background: #fff;
    box-shadow: 0 0 3px #00000033;
    border-radius: 8px;
    overflow: hidden;
    padding: 11px;
}
.locationsCardsMap {
    width: 100%;
    height: 180px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 16px;
}
.cardsInfoPadding {
    padding: 0 10px;
}
.cardsInfoPadding h3 {
    margin-bottom: 0;
    font-weight: 500;
}
.locationsCardsInfo p {
    color: #000000b5;
}
.locationsCardsCTA .socialmedia__list {
    padding: 0 !important;
    margin: 0 !important;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: space-evenly;
}
.locationsCardsCTA .socialmedia__item {
    padding: 0 !important;
    margin: 0 !important;
}
.locationsCardsCTA .socialmedia__link--medium {
    width: 100%;
    height: auto;
    font-size: inherit;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: self-start;
    gap: 5px;
}
.locationsCardsCTA .socialmedia__link--medium:before {
    font-size: 1.35rem;
}
.locationsCardsCTA .catTextLink .socialmedia__link:hover {
    transform: unset;
    font-size: 1.018rem !important;
}
.catTextLink {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-decoration: none !important;
}
.socialmedia__link-wrapper {
    text-decoration: none !important;
}
.text-align-center .breadcrumb__list, .text-align-center .pagetitle .text--left {
    text-align: center;
    justify-content: center;
}
.location-card {
    display: block; 
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden; 
    border-radius: 5px; 
}
.static-map-image {
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 16 / 9; 
    object-fit: none;
    object-position: center; 
    transition: transform 0.3s ease;
}

.map-link:hover .static-map-image {
    transform: scale(1.03);
}
.crdsHours {
    font-size: 0.85rem;
    line-height: 1.1rem;
    opacity: 0.75;
}
.spkCTA .cta__button {
    width: 100%;
}
.spkCTA .cta__button {
    width: 100%;
}
@media (min-width: 768px) {
    .spkCTA {
        display: flex;
        justify-content: space-between;
        gap: 0 10px;
    }
}
@media (max-width: 991px) {
    .locationsCardsCTA .socialmedia__item {
        width: 100%;
    }
    .locationsCardsCTA .socialmedia__link-wrapper {
        display: block;
        text-align: center;
        padding: 13px;
        border: 1px solid #00000073;
        background: #707dae;
        color: #fff !important;
        border-radius: 7px;
    }
    .locationsCardsCTA .socialmedia__item .socialmedia__link--medium {
        justify-content: center;
        align-items: center;
        color: #fff;
    }
    .catTextLink .socialmedia__link {
        font-size: 1.35rem;
        line-height: 2.35rem;
    }
}

.section.fb-grid-a-gallery-like .featuredblocks-grid-a .featuredblocks .featuredblock__image {
    background-position: center !important;
    z-index: unset;
}
.section.fb-grid-a-gallery-like .section--light .featuredblocks-grid-a .featuredblocks .featuredblock__wrap::after{
    background: linear-gradient(rgba(21,21,21,0) 33%,#151515 100%);
}

#id_55f986ba-5a43-5f83-82bd-19238e078ddf::before {
    opacity: 0.99 !important;
}

.editable__container .clear {
    clear: both;
}

@media (max-width:991px) {
.editable__container .clear img {
        float: none !important;
    margin: auto !important;
    display: block !important;
}

}

@media (min-width:768px) {
.fb-grid-a-gallery-like.SN-fb-services-animation.fb-fullwidth li.featuredblock__item:nth-child(1) {
    z-index: 1;
}

.fb-grid-a-gallery-like.SN-fb-services-animation.fb-fullwidth span.featuredblock__title {
    white-space: nowrap !important;
}

}

.fb-grid-a-gallery-like.SN-fb-services-animation.fb-fullwidth::before {
        background-color: #000;
    }

.seville-new-super-header .location__item {
    margin: 0px !important;
}

.section.fb-grid-a-gallery-like .featuredblocks-grid-a .featuredblocks .featuredblock__title {
    font-size: 3.25rem;
}

.section--dark .form-a, .section--dark .contactform--a {
    background-color: #1b4fa5;
}

/* .section--light p {
    color: #fff;
}
.section--light a {
    color: #fff;
} */


.flex_wrap {
display: flex
}

.flex_1 {
flex: 1;
padding: 10px;
}

@media (max-width: 800px){
.flex_wrap {
flex-direction: column;
}
}

@media (min-width: 767px) {
.flex_1 ul {
    margin: auto;
    display: table;
}
}

.pricing {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
        }

        .card {
            background: #fff;
            padding: 40px 30px;
            border-radius: 12px;
            box-shadow: 0 8px 20px rgba(0,0,0,0.08);
            text-align: center;
            transition: 0.3s ease;
        }

        .card:hover {
            transform: translateY(-8px);
        }

        .card h3 {
            font-size: 22px;
            margin-bottom: 15px;
            color: #2c5364;
        }

        .price {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 10px;
            color: #0f2027;
        }

        .subtext {
            font-size: 14px;
            color: #777;
        }

        .highlight {
            border: 2px solid #2c5364;
            transform: scale(1.05);
        }