.br-footer-ctas {
    padding: 60px 0;
    background: #ffffff;
}

.br-footer-ctas__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.br-footer-cta {
    padding: 40px 30px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 220px;
}

.br-footer-cta__text {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 30px;
    line-height: 1.5;
}

.br-footer-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #4a4a4a;
    color: #fff !important;
    padding: 12px 22px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.2s;
}

.br-footer-cta__btn .arrow {
    transition: transform 0.2s ease;
}

.br-footer-cta__btn:hover .arrow {
    transform: translateX(4px);
}

@media (max-width: 900px) {
    .br-footer-ctas__inner {
        grid-template-columns: 1fr;
    }
}

.br-footer__main {
    background: #F7F7F7;
    padding: 60px 0 40px;
    margin-top: 30px;
    overflow: hidden;
}

.br-footer__grid {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: 3fr 1.2fr;
    gap: 40px;
    align-items: start;
}

@media (max-width: 900px) {
    .br-footer__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.br-footer__col h4 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700;
}

.br-footer__contact-line {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.br-footer__locations {
    display: flex;
    flex-direction: row;
    grid-template-columns: auto auto;
    gap: 40px;
}

.br-footer-location {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.br-footer-location__title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #4d4d4f;
}

.br-footer-location__address {
    min-height: 148px;
    font-size: 16px;
    line-height: 1.6;
}

.br-footer-location__address p {
    margin-top: 0;
}

.br-footer-location__phone a {
    font-weight: 600;
    color: #4d4d4f;
    text-decoration: none;
}

.br-footer__phone {
    color: #4d4d4f;
    text-decoration: none;
    font-weight: 600;
}

.br-footer__phone:hover {
    text-decoration: underline;
}

.br-footer__social a {
    display: inline-block;
    margin-right: 15px;
    transition: opacity 0.2s;
}

.br-footer__social a:hover {
    opacity: 0.7;
}

.br-footer__social img {
    width: 28px;
    height: 28px;
}

.br-footer__middle {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    background: #F7F7F7;
    text-align: center;
}

.br-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.br-footer-links li {
    display: inline-block;
    margin: 0 18px;
}

.br-footer-links a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    transition: 0.2s;
}

.br-footer-links a:hover {
    color: #000;
}

@media (max-width: 700px) {
    .br-footer-links li {
        display: block;
        margin: 8px 0;
    }
}

.br-footer__bottom {
    background: #F7F7F7;
    padding: 30px 0 50px;
    font-size: 14px;
    color: #555;
}

.br-footer__bottom-inner {
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    padding: 0;
}

.br-footer__legal {
    line-height: 1.6;
}

.br-footer__legal .sep {
    margin: 0 8px;
}

.br-footer__legal a {
    text-decoration: none;
    color: #333;
}

.br-footer__legal a:hover {
    text-decoration: underline;
}

.br-footer__lawfront img {
    max-width: 160px;
}

@media (max-width: 900px) {
    .br-footer__bottom-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 !important;
    }
    .br-footer__legal {
        height: 120px;
    }
}

.br-footer__badge {
    position: relative;
    width: 100%;
    height: 163px;
}

.br-footer__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 50px;
}

.br-footer__menu li {
    margin: 0;
    padding: 0;
}

.br-footer__menu a {
    font-size: 18px;
    color: #4A4A4A;
    text-decoration: none;
    display: inline-block;
}

.br-footer__menu a:hover {
    text-decoration: underline;
}

.br-footer__legal {
    text-align: center;
    font-size: 14px;
    color: #6A6A6A;
    margin-bottom: 20px;
}

.br-footer__legal-menu {
    display: inline-flex;
    gap: 25px;
    margin-left: 10px;
    list-style: none;
    padding: 0;
}

.br-footer__legal-menu li {
    position: relative;
}

.br-footer__legal-menu li:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 14px;
    background: #CFCFCF;
    display: block;
    position: absolute;
    right: -13px;
    top: 4px;
}

.br-footer__legal-menu a {
    color: #6A6A6A;
    text-decoration: none;
    font-size: 17px;
}

.br-footer__legal-menu a:hover {
    text-decoration: underline;
}

.footer_llp_text,
.footer_partner_text {
    max-width: 100%;
    margin: 0 auto 20px;
    font-size: 15px;
    line-height: 1.7;
    color: #5A5A5A;
    text-align: left;
}

.footer_llp_text {
    font-weight: 400;
}

.footer_partner_text {
    font-weight: 300;
}

.footer_partner_text:last-of-type {
    margin-bottom: 0;
}

/* MAIN FOOTER GRID */
.br-footer__main{
    background:#F7F7F7;
    padding:60px 20px 40px;
}

.br-footer__grid{
    max-width:1400px;
    margin:0 auto;
    padding:0;
    display:grid;
    grid-template-columns:repeat(12, minmax(0, 1fr));
    gap:40px;
    align-items:start;
}

/* columns: stack on mobile */
.br-footer__contact{
    grid-column:1 / -1;
    max-width: 100%;
}

.br-footer__company{
    grid-column:1 / -1;
}

/* columns: 8/4 split on desktop like Nelsons */
@media (min-width: 992px){
    .br-footer__contact{ grid-column:span 8; }
    .br-footer__company{ grid-column:span 4; }
}

/* LOCATIONS: switch from flex to Nelsons-like grid */
.br-footer__locations{
    display:grid;
    grid-template-columns:repeat(12, minmax(0, 1fr));
    gap:0;
}

/* each office card */
.br-footer-location{
    grid-column:span 6;          /* 2-across on mobile */
    margin-bottom:30px;
    display:flex;
    flex-direction:column;
    gap:12px;
}

/* 4-across from 600px (matches Nelson behaviour) */
@media (min-width: 600px){
    .br-footer-location{ grid-column:span 3; }
}

/* Company column should behave like Nelsons “footer-links” block */
.br-footer__company{
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    gap:30px;
}

/* keep your internal blocks full width when needed */
.br-footer__company-top{
    width:100%;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
    gap:30px;
}

.br-footer__company-menu{
    flex:1 1 260px;
    min-width:260px;
}

/* Badge sizing behaviour similar to Nelson */
.br-footer__badge{
    position:relative;
    width: 148px;
    flex:0 0 auto;
}

/* on smaller screens let badge sit nicely under menu */
@media (max-width: 599px){
    .br-footer__badge{
        width:100%;
        max-width:220px;
    }
}

.br-footer__company-bottom{
    width:100%;
}

/* Menu links in company area: match Nelson spacing/feel */
.br-footer__menu{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:10px 30px;
}

.br-footer__menu a{
    font-size: 16px;
    line-height: 1.6;
    color:#4d4d4f;
    text-decoration:none;
}

.br-footer__menu a:hover{
    text-decoration:underline;
}

/* SOCIALS spacing similar to Nelson */
.br-footer__social a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:30px;
    height:30px;
    margin-right:10px;
}

.br-footer__social img{
    width:30px;
    height:30px;
    filter: invert(1);
}

/* =========================================================
   BOTTOM LEGAL LINKS — make it behave like Nelson “btm-links”
========================================================= */

/* remove the “inline-flex” menu so we can do 2-column on mobile */
.br-footer__legal-menu{
    display:block;
    list-style:none;
    padding:0;
    margin:0;
    column-count:2;
    column-gap:24px;
}

/* remove your vertical separator bars */
.br-footer__legal-menu li:not(:last-child)::after{
    content:none !important;
}

/* keep items from splitting weirdly across columns */
.br-footer__legal-menu li{
    break-inside:avoid;
    margin:0 0 6px 0;
}

/* desktop: become a single row, spaced out */
@media (min-width: 768px){
    .br-footer__legal-menu{
        column-count:unset;
        display:flex;
        flex-wrap:wrap;
        gap:14px 66px;
        align-items:center;
        justify-content: center;
    }

    .br-footer__legal-menu li{
        margin:0;
    }
}

/* make the legal area look like a distinct band */
.br-footer__bottom{
    background:#F7F7F7;
    padding:30px 20px 50px;
}

.br-footer__bottom-inner{
    max-width:1400px;
    margin:0 auto;
    display:block; /* stop the big flex from fighting the long legal text */
}

/* top “band” feel for the © + links */
.br-footer__legal{
    border-top:1px solid #D8D8D8;
    border-bottom:1px solid #D8D8D8;
    padding:30px 0 50px 0;
    margin: 0 0 30px 0;
    text-align:left;
    color:#6A6A6A;
    font-size:14px;
    line-height:1.6;
}

.br-footer__lawfront{
    margin:0 0 30px 0;
}

.br-footer__lawfront img{
    max-width:160px;
    height:auto;
}

.br-footer-location__phone a {
    display: flex;
    align-items: center;
    position: relative;
}

.br-footer-location__phone a[href^="tel"]:before {
    content: "";
    display: block;
    position: relative;
    width: 20px;
    height: 30px;
    margin-right: 5px;
    background-image: url('https://www.brachers.co.uk/wp-content/uploads/call-us.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    filter: invert(1);
}