@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('https://www.brachers.co.uk/assets/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu3cOWxw.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('https://www.brachers.co.uk/assets/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('https://www.brachers.co.uk/assets/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('https://www.brachers.co.uk/assets/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu3cOWxw.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --br-navy: #2a418d;
    --br-light-blue: #4195ea;
    --br-white: #ffffff;
    --br-light: #eef6f8;
    --br-grey: #4d4d4f;
    --br-light-grey: #f4f3f1;
    --br-black: #000;
    --br-orange: #f6a622;
    --br-green: #8DC63F;
    --tab-radius: 26px;
    --tab-button-radius: 20px;
}

a {
    transition: 0.25s ease;
}

.hp-hero {
    aspect-ratio: 2000 / 680;
    position: relative;
    margin: 20px auto 110px;
    max-width: 98%;
    border-radius: 28px;
    overflow: visible;
    background-size: cover;
    background-position: center;
}

.hp-hero-overlay {
    max-width: 50%;
    background: transparent url('https://www.brachers.co.uk/wp-content/uploads/Brachers_Overlay_Arrow.svg') no-repeat top right;
    background-size: cover;
    border-radius: 28px;
}

.hp-hero__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 1366px;
    margin-left: calc(50% - 1366px / 2);
    position: absolute;
    top: 0;
    left: 0;
}

.hp-hero__content {
    max-width: 550px;
    text-align: left;
}

.hp-hero__content h1 {
    font-weight: 700;
    margin-bottom: 25px;
    color: var(--br-white);
}

.hp-hero__content p {
    font-weight: 500;
    color: var(--br-white);
}

.hp-hero__content .btn {
    width: 147px;
    display: inline-block;
    padding: 14px 18px;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    border-radius: 6px;
    text-decoration: none;
}

.hp-hero__content .btn {
    background: var(--br-orange) url('https://www.brachers.co.uk/wp-content/uploads/blue-arrow-next.svg') no-repeat top 50% right 15px;
    background-size: 20px;
    color: var(--br-navy);
}

.hp-hero__content .btn:hover {
    background: var(--br-green) url('https://www.brachers.co.uk/wp-content/uploads/blue-arrow-next.svg') no-repeat top 50% right 15px;
    background-size: 20px;
    color: var(--br-navy);
}

.hp-hero__tabs {
    width: 550px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--br-light);
    border: 6px solid var(--br-white);
    border-radius: var(--tab-radius);
    display: flex;
    gap: 4px;
    z-index: 10;
}

.hp-hero__tab {
    border: none;
    cursor: pointer;
    border-radius: var(--tab-button-radius);
    font-weight: 700;
    line-height: 15px;
    background: transparent;
    color: #4d4d4f;
    position: relative;
    padding: 18px 34px 18px 58px;
}

.hp-hero__tab svg {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    fill: none;
    stroke: var(--br-navy);
    stroke-width: 2;
}

.hp-hero__tab.active {
    background: var(--br-navy);
    color: var(--br-white);
}

.hp-tab-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    pointer-events: none;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: var(--br-black);
}

.hp-hero__tab.active .hp-tab-icon {
    background-color: var(--br-white);
}

.hp-hero__variant {
    display: none;
    opacity: 0;
}

.hp-hero__variant.is-active {
    display: block;
    opacity: 1;
}

@media (max-width: 900px) {
    .hp-hero__content {
        margin: 0 auto;
    }
    .hp-hero__tab {
        width: 50%;
        padding: 16px 26px 16px 52px;
        font-size: 15px;
        text-align: center;
    }
    .hp-hero__tabs {
        width: 100%;
        max-width: 100%;
        bottom: -75px;
        box-shadow: 1px -1px 11px -1px rgba(0, 0, 0, 0.49);
        -webkit-box-shadow: 1px -1px 11px -1px rgba(0, 0, 0, 0.49);
        -moz-box-shadow: 1px -1px 11px -1px rgba(0, 0, 0, 0.49);
    }
    .hp-hero__content h1 {
        font-size: 28px;
        line-height: 34px;
    }
    .hp-hero__content p {
        font-size: 20px;
        margin-bottom: 25px;
    }
}

@media (max-width: 550px) {
    .hp-hero__tab {
        font-size: 11px !important;
    }
}

@media (min-width: 901px) {
    .hp-hero__inner {
        text-align: center;
    }
    .hp-hero__tab {
        font-size: 15px;
        text-align: center;
    }
    .hp-hero__content h1 {
        font-size: 34px;
        line-height: 44px;
    }
    .hp-hero__content p {
        font-size: 26px;
        line-height: 1;
        margin-bottom: 35px;
    }
}

.hp-services {
    width: 100%;
    max-width: none;
    padding: 0 20px 130px;
    margin: 0;
    position: relative;
}

.hp-services__inner {
    max-width: 100%;
    margin: 0 auto;
}

.hp-services__arrows {
    position: absolute;
    right: 5%;
    bottom: 40px;
    display: flex;
    gap: 8px;
    z-index: 5;
}

.services-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid var(--br-orange);
    background: var(--br-orange);
    cursor: pointer;
    appearance: none;
    background-repeat: no-repeat;
    background-position: center;
    color: var(--br-white);
    font-size: 6px;
}

.services-arrow:hover, .services-arrow:hover {
    border: 2px solid var(--br-green);
    background: var(--br-green);
}

.services-arrow.prev {
    background-image: url('https://www.brachers.co.uk/wp-content/uploads/previous-1.svg');
    background-repeat: no-repeat;
}

.services-arrow.next {
    background-image: url('https://www.brachers.co.uk/wp-content/uploads/next-1.svg');
    background-repeat: no-repeat;
}

.services-arrow.next:hover {
    background-image: url('https://www.brachers.co.uk/wp-content/uploads/next-hover.svg');
    background-repeat: no-repeat;
}

.services-arrow.prev:hover {
    background-image: url('https://www.brachers.co.uk/wp-content/uploads/previous-hover.svg');
    background-repeat: no-repeat;
}

.hp-services__group, .hp-testimonials__group {
    display: none;
    width: 100%;
    max-width: none;
}

.hp-testimonials__group.is-active, .hp-services__group.is-active {
    display: block;
}

.hp-services__heading h2 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--br-navy);
    margin-top: 0;
    margin-bottom: 10px;
}

.hp-services__intro {
    font-size: 18px;
    line-height: 1.5;
    color: #4d4d4f;
    margin-bottom: 40px;
    max-width: 800px;
}

.hp-services__carousel {
    width: 100%;
    max-width: none;
    overflow: hidden;
}

.hp-services__carousel:not(.slick-initialized) {
    visibility: hidden;
    opacity: 0;
}

.hp-services__carousel.slick-initialized {
    visibility: visible !important;
    opacity: 1;
    transition: opacity .15s linear;
}

.hp-services__carousel .slick-list {
    overflow: visible !important;
}

.hp-service-card {
    background: #fff;
    border: 1px solid #2a418d;
    border-radius: 26px;
    overflow: hidden;
    padding-bottom: 25px;
    min-height: 100%;
    margin: 0;
}

.hp-service-card__image {
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.hp-service-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hp-service-card__icon {
    margin: 25px 25px 15px;
}

.hp-service-card__title-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 30px 25px 20px;
}

.hp-service-card__title-wrap img {
    width: 34px;
    height: auto;
}

.hp-service-card h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 700;
    color: var(--br-navy);
    margin: 10px 0;
    padding: 0;
}

.hp-service-card p {
    min-height: 50px;
    font-size: 16px;
    line-height: 1.55;
    color: var(--br-black);
    margin: 0 25px 40px;
}

.hp-service-card__link {
    width: 170px;
    display: inline-block;
    margin: 0 25px;
    padding: 14px 18px;
    background: var(--br-orange) url('https://www.brachers.co.uk/wp-content/uploads/blue-arrow-next.svg') no-repeat top 50% right 15px;
    background-size: 20px;
    color: var(--br-navy);
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    text-align: left;
}

.hp-service-card__link:hover {
    background: var(--br-green) url('https://www.brachers.co.uk/wp-content/uploads/blue-arrow-next.svg') no-repeat top 50% right 15px;
    background-size: 20px;
    color: var(--br-navy);
}

.hp-service-card {
    width: 100%;
}

#personal-journey {
    display: none;
}

#personal-journey.is-visible {
    display: block;
}

.hp-journey {
    background: var(--br-navy);
    padding: 80px 0;
    color:  var(--br-white);
}

.hp-journey h2 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 50px;
}

.hp-journey__grid {
    width: 100%;
    display: flex;
    gap: 40px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 20px;
    scroll-snap-type: x mandatory;
}

.hp-journey__card {
    background: var(--br-white);
    color: var(--br-navy);
    border-radius: 30px;
    flex: 1 0 320px;
    max-width: 400px;
    min-height: 430px;
    padding: 30px 30px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    scroll-snap-align: start;
}

.hp-journey__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.hp-journey__icon img {
    width: 40px;
    height: auto;
}

.hp-journey__title {
    font-size: 18px;
    font-weight: 400;
    color: var(--br-navy);
    margin: 0;
}

.hp-journey__card p {
    font-size: 15px;
    line-height: 1.55;
    color: #4d4d4f;
    margin-bottom: 0;
}

.hp-journey__cta {
    display: inline-block;
    background: var(--br-light-blue);
    color: var(--br-white); !important;
    padding: 12px 22px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    margin-top: auto;
    text-align: center;
}

.hp-journey__cta:hover {
    background: var(--br-light-blue);
    color: var(--br-white);
}

@media (min-width: 575px) {
    .hp-services__carousel .slick-slide, .hp-news__carousel .slick-slide {
        margin-right: 30px;
    }
}

@media (max-width: 768px) {
    .hp-journey__grid {
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding-left: 20px;
    }

    .hp-journey__card {
        width: 300px;
        margin-right: 20px;
    }

    .hp-journey {
        padding: 40px 20px !important;
    }
}

/* -----------------------------------
   WITH YOU ALL THE WAY SECTION
----------------------------------- */

.hp-withyou {
    background: var(--br-light);
    padding: 60px 0;
    width: 100%;
}

.hp-withyou__inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
}

.hp-withyou__heading {
    font-size: 30px;
    font-weight: 700;
    color: var(--br-black);
    margin-top: 0;
    margin-bottom: 60px;
}

.hp-withyou__grid {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 90px;
    flex-wrap: nowrap;
    padding-bottom: 20px;
}

.hp-withyou__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 254px;
    flex: 0 0 auto;
    text-align: center;
}

@media (max-width: 1280px) {
    .hp-withyou__grid {
        gap: 30px;
    }

    .hp-withyou__card {
        width: calc(25% - 15px);
        flex: 0 0 calc(25% - 15px);
    }
}

@media (max-width: 767px) {
    .hp-withyou__grid {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .hp-withyou__card {
        width: calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
    }

    .hp-hero {
        background-position: 90%;
    }

    .hp-news__viewall {
        padding: 10px 16px;
    }
}

.hp-withyou__icon img {
    width: 60px;
    height: auto;
    display: block;
}

.hp-withyou__title {
    min-height: 50px;
    font-size: 20px;
    line-height: 24px;
    color: var(--br-black);
    margin: 20px 0 10px;
}

.hp-withyou__text {
    font-size: 16px;
    line-height: 22px;
    color: var(--br-black);
    max-width: 240px;
    margin: 0;
}

/* -------------------------------------------------------
   OUR PEOPLE SECTION
------------------------------------------------------- */
.hp-our-people {
    width: 100%;
    position: relative;
}

.hp-our-people__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hp-our-people__inner, .hp-hero__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    z-index: 2;
}

.hp-our-people-overlay, .hp-hero-overlay {
    background: transparent url('https://www.brachers.co.uk/wp-content/uploads/Brachers_Overlay_Arrow.svg') no-repeat top right;
    background-size: cover;
    position: absolute;
    z-index: 1;
}

.hp-our-people__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hp-our-people h2 {
    font-size: 30px;
    font-weight: 700;
    color: var(--br-white);
    margin: 0;
}

.hp-our-people__text {
    font-size: 18px;
    line-height: 1.55;
    color: var(--br-white);
    margin: 23px 0;
    max-width: 500px;
}

.hp-our-people__cta {
    width: 170px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--br-orange) url('https://www.brachers.co.uk/wp-content/uploads/blue-arrow-next.svg') no-repeat top 50% right 15px;
    background-size: 20px;
    padding: 14px 18px;
    color: var(--br-navy);
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.hp-our-people__cta:hover {
    background: var(--br-green) url('https://www.brachers.co.uk/wp-content/uploads/blue-arrow-next.svg') no-repeat top 50% right 15px;
    background-size: 20px;
    color: var(--br-navy);
}

.hp-our-people__cta .arrow {
    font-size: 18px;
    line-height: 1;
}

@media (max-width: 767px) {
    .hp-hero, .hp-our-people {
        min-height: 630px;
    }

    .hp-our-people-overlay, .hp-hero-overlay {
        width: 90%;
        min-height: 320px;
        max-width: 90%;
        bottom: 0;
    }

    .hp-hero__inner, .hp-our-people__inner {
        height: 52%;
        max-width: 62%;
        margin-left: 50px;
        bottom: 0;
        left: -30px;
        top: unset;
    }

    .br-header__cta {
        font-size: 12px;
    }

}

@media (min-width: 768px) {
    .hp-our-people {
        min-height: 450px;
        overflow: hidden;
    }

    .hp-hero {
        min-height: 450px;
    }

    .hp-hero-overlay {
        height: 100%;
    }

    .hp-our-people-overlay, .hp-hero-overlay {
        width: 50%;
        max-width: 50%;
        min-height: 450px;
    }

    .hp-our-people__inner, .hp-hero__inner {
        height: 100%;
        max-width: 1366px;
        margin-left: calc(50% - 1366px / 2);
        top: 0;
        left: 0;
    }

}

@media (min-width: 768px) and (max-width: 1560px) {

    .hp-our-people__inner, .hp-hero__inner {
        max-width: 36%;
        margin-left: 4%;
    }

}

.hp-testimonials, .hp-awards {
    padding: 60px 0;
    background: var(--br-white);
    border-bottom: 1px solid var(--br-navy);
}

.hp-testimonials .hp-testimonials__inner, .hp-awards__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
}

.hp-testimonials__title, .hp-awards__title {
    font-size: 30px;
    font-weight: 700;
    color: var(--br-navy);
    margin-top: 0;
    margin-bottom: 50px;
}

.hp-testimonials__carousel {
    width: 100%;
}

.testimonial-card {
    background: var(--br-white);
    border: 1px solid var(--br-navy);
    padding: 30px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 28px;
}

.testimonial-origin {
    font-size: 18px;
    font-weight: 700;
    color: #4d4d4f;
    margin: 0;
}

.testimonial-subject {
    font-size: 18px;
    font-weight: 700;
    color: var(--br-navy);
    margin: 15px 0;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.55;
    color: var(--br-black);
}

.testimonial-text p {
    margin: 0;
}

.testimonial-arrows {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}

.testimonial-arrows button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid var(--br-orange);
    background: var(--br-orange);
    cursor: pointer;
    appearance: none;
    background-repeat: no-repeat;
    background-position: center;
    color: var(--br-white);
    font-size: 6px;
}

.testimonial-arrows button:hover {
    border: 2px solid var(--br-green);
    background: var(--br-green);
    color: var(--br-white);
}

.testimonial-arrows button.testimonial-prev {
    background-image: url('https://www.brachers.co.uk/wp-content/uploads/previous-1.svg');
    content: none;
    background-repeat: no-repeat;
}

.testimonial-arrows button.testimonial-next {
    background-image: url('https://www.brachers.co.uk/wp-content/uploads/next-1.svg');
    content: none;
    background-repeat: no-repeat;
}

.testimonial-arrows button.testimonial-prev:hover {
    background-image: url('https://www.brachers.co.uk/wp-content/uploads/previous-hover.svg');
    content: none;
    background-repeat: no-repeat;
}

.testimonial-arrows button.testimonial-next:hover {
    background-image: url('https://www.brachers.co.uk/wp-content/uploads/next-hover.svg');
    content: none;
    background-repeat: no-repeat;
}

div#rswidget_yXftx {
    width: 100%;
    max-width: 600px;
    margin: 60px auto 0;
}

.arrow-left, .arrow-right {
    display: inline-block;
}

.hp-awards__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 60px 40px;
    align-items: center;
    justify-items: center;
}

.hp-awards__item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.hp-awards__item img {
    max-width: 100%;
    max-height: 140px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

@media (max-width: 1024px) {
    .hp-awards__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 30px;
    }
}

@media (max-width: 600px) {
    .hp-awards__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .hp-awards__title {
        font-size: 28px;
        margin-bottom: 40px;
    }
}

.hp-news {
    width: 100%;
    max-width: none;
    margin: 0;
    position: relative;
}

body.home .hp-news__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.hp-news__heading h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--br-navy);
    margin-bottom: 10px;
}

.hp-news__intro {
    font-size: 18px;
    line-height: 1.5;
    color: var(--br-black);
    margin-bottom: 40px;
    max-width: 800px;
}

.hp-news__carousel {
    width: 100%;
    max-width: none;
    overflow: hidden;
}

@media (min-width: 1600px) {

    .hp-news__carousel {
        margin-left: calc(50% - 1366px / 2);
    }

}

.hp-news__carousel:not(.slick-initialized) {
    visibility: hidden;
    opacity: 0;
}

.hp-news__carousel.slick-initialized {
    visibility: visible !important;
    opacity: 1;
    transition: opacity .15s linear;
}

.hp-news__carousel .slick-list {
    overflow: visible !important;
}

body .hp-news-card {
    width: 100%;
    min-height: 510px;
    background: var(--br-light-grey);
    border-radius: 26px;
    overflow: hidden;
    padding-bottom: 25px;
}

body .hp-news-card__image {
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

body .hp-news-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body #tab1 .hp-news-card__image,
body .insight_event_posts.related_insights .hp-news-card__image {
    height: 110px;
}

body #tab1 li.hp-news-card a,
body .insight_event_posts.related_insights li a {
    height: auto;
}

body .insight_event_posts.related_insights .hp-news-card__link {
    position: absolute;
    margin: 15px 25px;
    bottom: 14px;
    left: 0;
}

body #tab1 li.hp-news-card a.hp-news-card__link {
    margin: 15px;
}

body .insight_event_posts li.category-news, body .insight_event_posts li.category-insight {
    border-bottom: none;
}

body #tab1 li.hp-news-card .hp-news-card__link,
body .insight_event_posts.related_insights .hp-news-card__link {
    max-width: 33.3%;
    color: #fff;
    margin: 20px 13px 0;
    padding: 10px;
}

body .insight_event_posts.related_insights {
    padding-left: 20px;
    padding-right: 20px;
}

body .hp-news-card h3 {
    width: auto;
    min-height: 60px;
    font-size: 20px;
    font-weight: 700;
    color: var(--br-navy);
    margin: 20px 25px;
    padding: 0;
    line-height: 1.3;
    word-wrap: break-word;
}

body .hp-news-card p {
    min-height: 50px;
    font-size: 16px;
    line-height: 1.55;
    color: var(--br-black);
    margin: 0 25px 40px;
}

body a.hp-news-card__link {
    display: inline-block;
    margin: 0 25px;
    padding: 0;
    color: var(--br-black);
    font-size: 15px;
    text-decoration: none;
    position: relative;
}

body a.hp-news-card__link:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: var(--br-black);
    bottom: -5px;
    transition: all .3s ease;
}

body .hp-news-card__link:hover {
    color: var(--br-orange) ;
}

body .hp-news-card__link:hover:before {
    width: 100%;
    background-color: var(--br-orange) ;
}

body .hp-news__group {
    width: 100%;
    overflow: hidden;
}

body .hp-news__arrows {
    position: absolute;
    right: 5%;
    bottom: 40px;
    display: flex;
    gap: 8px;
    z-index: 5;
}

.news-prev.services-arrow, .news-next.services-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid var(--br-orange);
    background-color: var(--br-orange);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    font-size: 6px;
}

.news-prev.services-arrow:hover, .news-next.services-arrow:hover {
    border: 2px solid var(--br-green);
    background-color: var(--br-green);
}

.hp-news__heading-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
}

.hp-news__viewall {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--br-navy);
    color: var(--br-white);
    padding: 10px 26px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.hp-news__viewall:hover {
    background: var(--br-navy);
    color: var(--br-white);
}

.hp-news__viewall .arrow {
    font-size: 18px;
    line-height: 1;
}

.hp-contact {
    padding: 80px 0;
    background: var(--br-navy);
    color: #fff;
    text-align: center;
    display: flex;
}

.hp-contact__inner {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 20px;
}

.hp-contact__heading h2 {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.hp-contact__intro {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 40px;
    opacity: 0.9;
}

.hp-contact__form .gform_wrapper {
    max-width: 600px;
    margin: 0 auto;
}

body .hp-contact__form .gform_wrapper input[type="text"],
body .hp-contact__form .gform_wrapper input[type="email"],
body .hp-contact__form .gform_wrapper input[type="tel"],
body .hp-contact__form .gform_wrapper textarea {
    background: #fff;
    border: none;
    border-radius: 3px;
    padding: 10px 6px !important;
    font-size: 1rem;
    width: 100%;
    color: #333;
}

.hp-contact__form .gform_wrapper textarea {
    min-height: 150px;
}

.hp-contact__form .gform_wrapper .gfield_label {
    display: none !important;
}

.hp-contact__form .gform_wrapper .gfield_description {
    color: #fff;
    font-size: 0.85rem;
    opacity: 0.8;
    text-align: left;
}

.hp-contact__form .gform_wrapper .gform_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #fff;
    color: #1A3A8B;
    border: none;
    border-radius: 6px;
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s ease;
}

.hp-contact__form .gform_button::after {
    content: "→";
    font-size: 1.2rem;
    transition: transform 0.2s ease;
}

.hp-contact__form .gform_button:hover::after {
    transform: translateX(4px);
}

.hp-contact__form .gform_button:hover {
    background: #eaeaea;
}

.gform_wrapper .gform_footer input#gform_submit_button_4[type=submit] {
    width: 100%;
    height: auto;
    background: var(--br-orange) url('https://www.brachers.co.uk/wp-content/uploads/blue-arrow-next.svg') no-repeat top 50% right 15px;
    background-size: 20px;
    padding: 14px 18px;
    color: var(--br-navy);
    border-radius: 8px;
    border: unset;
    font: 700 16px / 30px 'Source Sans Pro', Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform: capitalize;

}

.gform_wrapper .gform_footer input#gform_submit_button_4[type=submit]:hover {
    width: 100%;
    background: var(--br-green) url('hhttps://www.brachers.co.uk/wp-content/uploads/blue-arrow-next.svg') no-repeat top 50% right 15px;
    background-size: 20px;
    color: var(--br-navy);
}

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

.footer-ctas__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.footer-ctas__item {
    padding: 40px 30px;
    color: #333;
}

.footer-ctas__text {
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 1.5;
    color: var(--br-black);
}

.footer-ctas__btn {
    width: 190px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--br-white) url('https://www.brachers.co.uk/wp-content/uploads/blue-arrow-next.svg') no-repeat top 50% right 15px;
    background-size: 20px;
    color: var(--br-navy);
    padding: 14px 18px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

.footer-ctas__btn:hover {
    background: var(--br-navy) url('https://www.brachers.co.uk/wp-content/uploads/white-arrow-next.svg') no-repeat top 50% right 15px;
    background-size: 20px;
    color: var(--br-white);
}

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

@media (max-width: 2000px) {
    .hp-service-card__title-wrap {
        min-height: 80px;
        margin: 0 25px;
    }

    .hp-service-card p {
        min-height: 102px;
        margin: 0 25px 20px;
    }
}

@media (max-width: 1400px) {
    .hp-services, .hp-news {
        padding: 0 20px 130px 20px;
    }

    .hp-service-card p {
        min-height: 122px;
    }

}

@media (min-width: 1401px) {
    .hp-services {
        padding: 0 0 130px;
    }

    #personal-journey .hp-journey__inner, .hp-services__heading, .hp-news__top-heading {
        max-width: 1366px;
        margin: 0 auto;
    }

    .hp-news {
        padding: 40px 0 130px;
    }

}

@media (max-width: 1130px) {
    .hp-service-card__title-wrap {
        min-height: 90px;
    }

    .hp-service-card p {
        min-height: 102px;
        font-size: 15px;
    }
}
