.elementor-2425 .elementor-element.elementor-element-fda6c03{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2425 .elementor-element.elementor-element-533325a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-fda6c03 *//* ====================================
   BRIDGEWATER LOCATION BADGE
==================================== */

.bw-location-badge{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:40px;
}

.bw-location-badge span{

    display:inline-flex;
    align-items:center;
    gap:12px;

    padding:12px 28px;

    background:rgba(209,177,107,.10);

    border:1px solid rgba(209,177,107,.25);

    border-radius:999px;

    color:#12254d;

    font-family:'Montserrat',sans-serif;
    font-size:13px;
    font-weight:600;

    letter-spacing:2px;
    text-transform:uppercase;

    transition:.3s ease;
}

.bw-location-badge span::before,
.bw-location-badge span::after{

    content:'';

    width:8px;
    height:8px;

    background:#d1b16b;

    border-radius:50%;
}

.bw-location-badge span:hover{

    background:rgba(209,177,107,.15);

    transform:translateY(-2px);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-533325a *//* SECTION */

.bw-location-section{
    max-width:1200px;
    margin:80px auto;
    padding:0 20px;

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
}

/* CARD */

.bw-location-card{
    background:#ffffff;
    border:1px solid #e8e8e8;
    border-radius:12px;

    padding:40px;

    box-shadow:0 8px 25px rgba(0,0,0,0.06);
    transition:all .3s ease;
}

.bw-location-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(18,37,77,0.12);
}

/* HEADING */

.bw-location-card h2{
    margin:0 0 18px;

    color:#12254d;

    font-family:'Playfair Display', serif;
    font-size:32px;
    font-weight:700;
    line-height:1.2;
}

.bw-location-card h2::after{
    content:'';
    display:block;

    width:70px;
    height:3px;

    background:#d1b16b;

    margin-top:12px;
    border-radius:50px;
}

/* TEXT */

.bw-location-card p{
    margin:0;

    color:#555555;

    font-family:'Montserrat', sans-serif;
    font-size:16px;
    line-height:1.8;
}

/* RESPONSIVE */

@media(max-width:768px){

    .bw-location-section{
        grid-template-columns:1fr;
        gap:20px;
    }

    .bw-location-card{
        padding:30px;
    }

    .bw-location-card h2{
        font-size:28px;
    }

}/* End custom CSS */