/* ================================================================

	CONTENT

================================================================ */

.content .cont-body {
    margin-block: 20px;
}

.content .cont-logos-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
}



/* ================================================================

	BRANCHES

================================================================ */

.branches .brch-branches {
    margin-block: 20px 80px;
}

.branches .brch-state {
    color: var(--grey-1);
    font-size: 15px;
    font-weight: 500;
    margin-top: 40px;
}

.branches .brch-city {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: 10px;
    margin: 0;
    border-bottom: 1px solid var(--grey-2);
    transition: .2s ease-in-out;
}

.branches .brch-city-txt {
    font-size: 20px;
    font-weight: 500;
}

.branches .brch-city-icon {
    width: 30px;
    height: 30px;
    transition: .2s ease-in-out;
}

.branches .brch-city-icon * {
    stroke: var(--grey-1);
}

.branches .brch-brch {
    max-height: 0px;
    overflow: hidden;
    transition: max-height .2s ease-in-out;
}

.branches .brch-itm.active .brch-brch {
	max-height: 1000px;
}

.branches .brch-itm.active .brch-city {
    border-color: var(--blue-1);
}

.branches .brch-itm.active .brch-city-icon {
    transform: rotate(45deg);
}

.branches .brch-itm.active .brch-city-icon * {
    stroke: var(--blue-1);
}

.branches .brch-itm {
    margin-bottom: 20px;
}

.branches .brch-h {
    font-size: 24px;
    font-weight: 500;
    margin-block: 20px 0;
}

.branches .brch-txt {
    font-size: 18px;
    margin-block: 20px 0;
}

.branches .brch-link {
    display: inline-block;
    margin-block: 10px 5px;
}

.branches .brch-addr {
    display: flex;
    column-gap: 15px;
}

.branches .brch-addr-icon {
    width: 25px;
    height: 25px;
}

#branches-anchor {
    position: absolute;
	top: -75px;
	width: 0px;
	height: 0px;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}



/* ================================================================

	TESTIMONIALS

================================================================ */

.testimonials .tes-stars {
	display: inline-flex;
	align-items: center;
	column-gap: 2px;
    margin-right: 8px;
}

.testimonials .tes-star {
	width: 20px;
	height: 20px;
}

.testimonials .tes-con {
    margin-top: 60px;
}

.testimonials .tes-star * {
	fill: var(--google-yellow);
}

.testimonials .tes-itm-stars {
	display: flex;
    justify-content: center;
	align-items: center;
	column-gap: 2px;
    margin-bottom: 20px;
}

.testimonials .tes-itm-star {
	width: 30px;
	height: 30px;
}

.testimonials .tes-itm-star * {
	fill: var(--google-yellow);
}

.testimonials .tes-itm-h {
    color: var(--theme-color-1);
    font-size: 20px;
    font-weight: 500;
}

.testimonials .tes-itm-txt {
    margin-block: 0;
}

.testimonials .tes-itm-aut {
    color: var(--theme-color-1);
    font-weight: 500;
}

.testimonials .pagination {
    flex-wrap: wrap;
    row-gap: 5px;
    padding-inline: 20px;
}

.testimonials .tes-cta {
    margin-top: 60px;
}

.testimonials .tes-cta-hl {
    color: var(--theme-color-1);
    font-size: 20px;
    font-weight: 500;
}

.testimonials .tes-cta-btn {
    width: 100%;
    margin-bottom: 10px;
}

.testimonials .tes-feefo-img {
    display: block;
    width: 800px;
    max-width: 100%;
    margin: 20px auto 0;
}



/* ================================================================

	PEOPLE

================================================================ */

.people .ppl-con {
    margin-top: 40px;
}

.people .ppl-itm {
    display: block;
    color: black;
    margin-bottom: 40px;
}

.people .ppl-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 20px;
}

.people .ppl-name {
    color: var(--theme-color-1);
    font-size: 24px;
    font-weight: 500;
    margin-block: 10px 5px;
}

.people .ppl-pos {
    color: var(--grey-1);
    font-size: 14px;
    margin-block: 0 5px;
}

.people .ppl-vcard {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.people .ppl-vcard-icon {
    width: 25px;
    height: 25px;
}

.people .ppl-vcard-icon * {
    fill: var(--blue-2);
}

.people .ppl-vcard-txt {
    color: var(--blue-2);
}

.people-single .ppl-sgl-name {
    color: var(--theme-color-1);
    font-size: 32px;
    margin-block: 0;
}

.people-single .ppl-sgl-pos {
    color: var(--grey-1);
    font-size: 14px;
    font-weight: 500;
    margin-block: 0;
}

.people-single .ppl-sgl-flex {
    margin-top: 20px;
}

.people-single .ppl-sgl-img {
    width: 300px;
    max-width: 100%;
    margin-top: 20px;
    border-radius: 20px;
}

.people-single .ppl-sgl-info-row {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.people-single .ppl-sgl-info-icon {
    width: 25px;
    height: 25px;
}

.people-single .ppl-sgl-info-txt {
    color: var(--blue-2);
}

.people-single .ppl-sgl-info-vcard {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.people-single .ppl-sgl-info-vcard-icon {
    width: 40px;
    height: 40px;
}

.people-single .ppl-sgl-info-vcard-icon * {
    fill: var(--blue-2);
}

.people-single .ppl-sgl-info-vcard-txt {
    color: var(--blue-2);
}

.people-single .ppl-sgl-txt {
    margin-top: 40px;
}

.people-single .ppl-sgl-tes {
    background: linear-gradient(90deg, var(--theme-color-1) 5px, white 5px);
    width: 800px;
    max-width: 100%;
    padding: 40px 40px 30px;
    margin-top: 20px;
    border: 1px solid var(--grey-2);
    font-style: italic;
}

.people-single .ppl-sgl-tes-aut {
    display: block;
    color: var(--grey-1);
    font-size: 14px;
    margin-top: 20px;
}



/* ================================================================

	EASY STEPS

================================================================ */

.easy-steps .estps-itm {
    margin-top: 40px;
}

.easy-steps .estps-h {
    font-size: 18px;
    margin-block: 10px;
}

.easy-steps .estps-txt {
    margin-block: 0;
}

.easy-steps .estps-bar {
    display: none;
}



/* ================================================================

	RESPONSIVE

================================================================ */

@media only screen and (min-width: 500px) {

    .people .ppl-con {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }

    .people .ppl-itm {
        width: calc(50% - 20px);
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) {

    .content .text-h,
    .content .text-p,
    .branches .text-h {
        text-align: left;
    }

    .branches .brch-branches {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }

    .branches .brch-col {
        width: calc(50% - 20px);
    }

    .testimonials .tes-cta {
        width: 600px;
        margin-inline: auto;
    }

    .testimonials .tes-cta-btns {
        display: flex;
        justify-content: center;
        column-gap: 10px;
    }

    .testimonials .tes-cta-btn {
        width: auto;
    }

    .people .ppl-con {
        column-gap: 30px;
    }

    .people .ppl-itm {
        width: calc((100% / 3) - 20px);
    }

    .people-single .ppl-sgl-flex {
        display: flex;
        column-gap: 60px;
    }

    .easy-steps .estps-con {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        margin-top: 40px;
    }

    .easy-steps .estps-itm {
        width: calc(50% - 20px);
        margin-top: 0;
        text-align: center;
    }
}

@media only screen and (min-width: 960px) {

    .content .cont-body {
        margin-block: 30px;
    }

    .testimonials .tes-con {
        margin-top: 80px;
    }

    .testimonials .tes-cta {
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        column-gap: 20px;
    }

    .testimonials .tes-cta-txt {
        max-width: 400px;
    }

    .testimonials .tes-feefo-img {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 1200px) {

    .branches .brch-branches {
        margin-bottom: 120px;
    }

    .branches .brch-city {
        cursor: pointer;
        transition: .2s ease-in-out;
    }

    .branches .brch-city:hover {
        border-color: var(--blue-2);
    }

    .testimonials .pagination .page {
        cursor: pointer;
        transition: .2s ease-in-out;
    }

    .testimonials .pagination .page:hover {
        background-color: #b7cbdd;
    }

    .people .ppl-con {
        column-gap: 40px;
    }

    .people .ppl-itm {
        width: calc((100% / 4) - 30px);
    }

    .people .ppl-vcard-icon *,
    .people .ppl-vcard-txt {
        transition: .2s ease-in-out;
    }
    
    .people .ppl-vcard:hover .ppl-vcard-icon * {
        fill: var(--blue-1);
    }

    .people .ppl-vcard:hover .ppl-vcard-txt {
        color: var(--blue-1);
    }

    .easy-steps .estps-itm {
        width: calc(25% - 30px);
        text-align: left;
        z-index: 1;
    }

    .easy-steps .estps-bar {
        display: block;
        position: absolute;
        top: 35px;
        left: 0;
        width: 80%;
        border-top: 10px dotted var(--grey-2);
    }
}

@media only screen and (min-width: 1600px) {

    .content .cont-body {
        margin-block: 30px 60px;
    }

    .branches .brch-branches {
        column-gap: 80px;
    }

    .branches .brch-col {
        width: calc(50% - 40px);
    }

    .testimonials .tes-cta {
        column-gap: 40px;
    }

    .testimonials .tes-cta-txt {
        max-width: 600px;
    }

    .testimonials .arrow {
        position: absolute;
        top: calc(50% - 20px);
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        background-color: var(--blue-4);
        border: none;
        border-radius: 100%;
        cursor: pointer;
    }

    .testimonials .arrow svg {
        width: 15px;
        height: 15px;
    }

    .testimonials .arrow svg * {
        fill: var(--blue-2);
    }

    .testimonials .arrow.prev {
        left: -80px;
        transform: rotate(180deg);
    }

    .testimonials .arrow.next {
        right: -80px;
    }

    .testimonials .arrow {
        cursor: pointer;
        transition: .2s ease-in-out;
    }

    .testimonials .arrow svg * {
        transition: .2s ease-in-out;
    }

    .testimonials .arrow:hover {
        background-color: var(--blue-2);
    }

    .testimonials .arrow:hover svg * {
        fill: white;
    }

    .people .ppl-con {
        column-gap: 30px;
    }

    .people .ppl-itm {
        width: calc((100% / 5) - 24px);
    }

    .people .ppl-name {
        font-size: 20px;
    }

    .people-single .ppl-sgl-flex {
        column-gap: 80px;
    }
}