.elementor-2395 .elementor-element.elementor-element-ae1aa28{--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-2395 .elementor-element.elementor-element-ca7043a{--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-ae1aa28 *//* ====================================
   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:all .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 html, class: .elementor-element-6d39e5d */.bw-city-section{
    width:100%;
    background:#faf8f3;
    padding:80px 20px;
    font-family:'Montserrat',sans-serif;
}

.bw-city-container{
    max-width:1500px;
    margin:0 auto;
}

.bw-city-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
}

.bw-city-card{
    background:#ffffff;
    border:1px solid rgba(209,177,107,.22);
    border-radius:30px;
    padding:55px;
    box-shadow:0 18px 45px rgba(18,37,77,.06);
    transition:all .3s ease;
}

.bw-city-card:hover{
    transform:translateY(-5px);
    box-shadow:0 25px 50px rgba(18,37,77,.10);
}

.bw-city-card h3{
    margin:0 0 30px;
    color:#12254d;
    font-family:'Playfair Display',serif;
    font-size:52px;
    font-weight:700;
    line-height:1.15;
}

.bw-city-card p{
    margin:0 0 28px;
    color:#666666;
    font-size:18px;
    font-weight:400;
    line-height:1.9;
}

.bw-city-card p:last-child{
    margin-bottom:0;
}

@media(max-width:1024px){
    .bw-city-grid{
        grid-template-columns:1fr;
    }

    .bw-city-card{
        padding:40px 30px;
    }

    .bw-city-card h3{
        font-size:38px;
    }

    .bw-city-card p{
        font-size:16px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ca7043a */.bw-city-section{
    padding:120px 5%;
    background:#faf8f3;
}

.bw-city-card{
    max-width:1000px;
    margin:auto;
    background:#fff;
    padding:70px;
    border-radius:30px;
    border:1px solid rgba(209,177,107,.15);
    box-shadow:0 15px 40px rgba(18,37,77,.08);
    text-align:center;
    transition:.4s ease;
}

.bw-city-card:hover{
    transform:translateY(-6px);
    box-shadow:0 25px 60px rgba(18,37,77,.12);
}

.bw-city-tag{
    display:inline-block;
    background:rgba(209,177,107,.12);
    color:#d1b16b;
    padding:10px 18px;
    border-radius:999px;
    font-family:'Montserrat',sans-serif;
    font-size:13px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:20px;
}

.bw-city-content h2{
    font-family:'Playfair Display',serif;
    color:#12254d;
    font-size:58px;
    line-height:1.15;
    margin-bottom:25px;
}

.bw-city-content p{
    font-family:'Montserrat',sans-serif;
    color:#666;
    font-size:17px;
    line-height:1.9;
    margin-bottom:20px;
}

.bw-city-highlight{
    margin-top:40px;
    padding:35px;
    background:#f8f5ee;
    border-radius:20px;
    border-left:4px solid #d1b16b;
}

.bw-city-highlight h3{
    font-family:'Playfair Display',serif;
    color:#12254d;
    font-size:30px;
    margin-bottom:15px;
}

.bw-city-btn{
    display:inline-block;
    margin-top:35px;
    background:#12254d;
    color:#fff;
    padding:16px 34px;
    border-radius:999px;
    text-decoration:none;
    font-family:'Montserrat',sans-serif;
    font-weight:600;
    transition:.3s ease;
}

.bw-city-btn:hover{
    background:#d1b16b;
    color:#12254d;
}/* End custom CSS */