.home-section-01 h3 {
    text-align: center;
    min-height: 105px;
    max-width: 90%;
    margin-inline: auto;
}

.home-section-01 img {
    margin: 0 auto 30px auto;
    text-align: center;
    display: block;
}

.outlined-link-card {
    display: block;
    border: solid 1px var(--white);
    border-radius: 15px;
    text-align: center;
    padding: 80px 40px;
    cursor: pointer;
    transition: box-shadow 0.3s ease-in-out;
}

.outlined-link-card:hover,
.outlined-text-card:hover {
    -webkit-box-shadow: 6px 6px 35px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 6px 6px 35px 0px rgba(0,0,0,0.45);
    box-shadow: 6px 6px 35px 0px rgba(0,0,0,0.45);
    transition: box-shadow 0.3s ease-in-out;
}

.outlined-link-card p {
    max-width: 75%;
    margin-inline: auto;
    font-weight: var(--fw-bold);
    line-height: 1.4;
}

.outlined-link-card p:after {
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    margin-left: 10px;
}

.outlined-text-card {
    border: solid 1px var(--white);
    border-radius: 15px;
    text-align: center;
    padding: 40px 20px;
    transition: box-shadow 0.3s ease-in-out;
}

.outlined-text-card h3 {
    margin-top: 0;
    color: var(--white);
    font-size: var(--fs-md);
}

.stat {
    text-align: center;
    border-bottom: solid 10px var(--dark-grey);
}

p.stat-number {
    font-size: 85px;
    font-weight: var(--fw-bold);
}

p.stat-desc {
    font-size: 32px;
    font-weight: var(--fw-light);
}

.map iframe {
    border-radius: 20px;
}

.office-name {
    font-weight: var(--fw-bold);
    font-size: var(--fs-sm);
}

ul.contact-offices li {
    list-style: none;
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
    border-bottom: solid 1px var(--light-grey);
    padding-bottom: 30px;
}

ul.contact-offices li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

ul.contact-offices li:before {
    content: url(/wp-content/themes/acquisition-systems/assets/img/icon-location-white.svg);
    position: absolute;
    display: block;
    left: 0;
    top: 7px;
    width: 23px;
    height: 31px;
}

ul.contact-details {
    list-style: none;
    margin: 40px 0;
    padding: 0;
}

ul.contact-details li {
    border-bottom: solid 1px #D1D3D4;
    padding-bottom: 30px;
}

ul.contact-details li a {
    color: var(--white);
}

.contact-type {
    font-size: var(--fs-sm);
}

ul.contact-details li.email:before {
    content: url(/wp-content/themes/pharmagraph/assets/img/icon-email-white-v1.svg);
}

ul.contact-details li.call:before {
    content: url(/wp-content/themes/pharmagraph/assets/img/icon-call-white-v1.svg);
}

ul.social-details li {
    font-size: var(--fs-sm);
    padding-left: 40px;
}


ul.social-details li a {
    color: var(--white);
}

ul.social-details li.linkedin:before {
    content: url(/wp-content/themes/pharmagraph/assets/img/icon-linkedin-white-v1.svg);
    top: 7px;
}

ul.social-details li.vimeo:before {
    content: url(/wp-content/themes/pharmagraph/assets/img/icon-vimeo-white-v1.svg);
    top: 5px;
}

ul.social-details li.youtube:before {
    content: url(/wp-content/themes/pharmagraph/assets/img/icon-youtube-white-v1.svg);
    top: 5px;
}

.flex-divider .flex-column-2:first-child {
    border-right: solid 1px #D1D3D4;
    padding-right: 40px;
}

.about-ethos {
    background-color: var(--dark-grey);
    color: var(--white);
    text-align: center;
    padding: 60px;
}

.about-vision {
    background: var(--dark-grey) url('/wp-content/uploads/vision-bg-v1.png') center / cover no-repeat;
}

.about-mission {
    background: var(--dark-grey) url('/wp-content/uploads/mission-bg-v1.png') center / cover no-repeat;
}

.core-values .icon-wrapper {
    height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.core-values p:first-of-type {
    font-size: var(--fs-md);
}

.about-certifications .flex-container {
    justify-content: center;;
}

.about-certifications .flex-column-5 {
    margin-top: 40px;
}

.text-link {
    color: var(--orange);
    text-transform: uppercase;
}

.text-link:after {
    content: ' \f061';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: var(--dark-grey);
}

.outlined-link-card-sol .outlined-link-card {
    padding: 60px 20px;
    margin-bottom: 20px;
}

.outlined-link-card-sol .outlined-link-card p {
    max-width: 100%;
}

.outlined-blue {
    border: solid 1px var(--blue);
    color: var(--blue);
    padding: 20px;
}

.outlined-text-card.outlined-blue.text-left {
    text-align: left;
}

.outlined-blue p {
    font-size: var(--fs-sm);
    margin: 0;
}

.card-item-h3-style1 h3 {
    color: var(--blue);
    min-height: 80px;
    margin-bottom: 0;
}

.baseline-icons-145 .icon-wrapper,
.baseline-icons-160 .icon-wrapper,
.baseline-icons-180 .icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 145px;
}

.baseline-icons-160 .icon-wrapper {
    height: 160px;
}

.baseline-icons-180 .icon-wrapper {
    height: 180px;
}

.a-background {
    background: url(/wp-content/uploads/a-background-v1.png) top right / auto no-repeat;
}

table.tbl-style-01 {
    margin-top: 30px;
    margin-bottom: 30px;
    border-spacing: 15px;
    border-collapse: separate;
}

table.tbl-style-01 th {
    background-color: var(--white);
    border-radius: 0 20px 20px 0;
}

table.tbl-style-01 td {
    border-bottom: solid 2px var(--white);
    font-family: inherit;
    font-size: var(--fs-base);
    padding: 0 10px 15px 10px;
    vertical-align: middle;
}

table.tbl-style-01 td img {
    margin-right: 30px;
}

.cell-wrapper {
    display: flex;
    align-items: center;
}


.promise-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    position: relative;
}

.promise-wrapper:after {
    content: url(/wp-content/uploads/about-faded-phg-v1.png);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.promise-wrapper-lhs,
.promise-wrapper-rhs {
    width: 50%;
    min-height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    mix-blend-mode: multiply;
    position: relative;
}

.promise-wrapper-lhs {
    background: linear-gradient(31.889deg, #2C55B6 39%, #187EC5 64%, #00AEEF 100%);
    border-radius: 65px 480px 480px 5px;
    left: 80px;
    align-content: flex-start;
}

.promise-wrapper-rhs {
    background: linear-gradient(31.889deg, #2C55B6 39%, #187EC5 64%, #00AEEF 100%);
    border-radius: 480px 65px 65px 480px;
    right: 80px;
    align-items: flex-end;
}

.promise-wrapper-rhs-content,
.promise-wrapper-lhs-content {
    max-width: 295px;
    color: var(--white);
    margin-right: 60px;
}

.promise-wrapper-lhs-content {
    margin-right: 0;
    margin-left: 60px;
    text-align: right;
}

.promise-wrapper-lhs-content p:first-child,
.promise-wrapper-rhs-content p:first-child {
    position: relative;
}

.promise-wrapper-lhs-content p:first-child:after,
.promise-wrapper-rhs-content p:first-child:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    height: 1px;
    width: 100px;
    background-color: var(--white);
}

.promise-wrapper-lhs-content p:first-child:after {
    right: 0;
}

.promise-wrapper-rhs-content p:first-child:after {
    left: 0;
}

ul.contact-offices li, 
ul.contact-details li {
    list-style: none;
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
}

ul.contact-offices li:before, 
ul.contact-details li:before {
    content: url(/wp-content/themes/pharmagraph/assets/img/icon-location-office-v1.svg);
    position: absolute;
    display: block;
    left: 0;
    top: 7px;
    width: 23px;
    height: 31px;
}

ul.contact-details li.office:before {
    content: url(/wp-content/themes/pharmagraph/assets/img/icon-location-white-v1.svg);
}

ul.contact-offices li.hq:before {
    content: url(/wp-content/themes/pharmagraph/assets/img/icon-location-hq-v1.svg);
}

.office-name {
    font-weight: var(--fw-bold);
    font-size: var(--fs-sm);
}

.gmaps {
    border-radius: 20px;
    overflow: hidden;
}

.gmaps iframe {
    border-radius: 20px;
}

.partner-card {
    text-align: center;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 145px 145px 20px 20px;
    padding: 60px 30px;
}

.partner-card p:first-child {
    min-height: 115px;
}

ul.industries-served li:nth-child(odd) {
    background-color: var(--white);
    border-radius: 10px 100px 100px 10px;
    font-weight: bold;
}

ul.industries-served li {
    padding: 10px 20px;
    font-size: var(--fs-sm);
    display: flex;
    align-items: center;
}

ul.industries-served li:before {
    display: none;
}

ul.industries-served li:nth-child(odd) {
    background-color: var(--white);
    border-radius: 10px 100px 100px 10px;
    font-weight: bold;
}

.product-grid .flex-column-3 {
    padding-right: 20px;
    padding-bottom: 65px;
    position: relative;
}

.product-grid .flex-column-3 h3 {
    min-height: 80px;
    font-weight: bold;
}

.product-grid .flex-column-3 .button {
    position: absolute;
    bottom: 0;
}

.product-grid .flex-column-3:after {
    content: '';
    display: block;
    background-color: var(--light-grey);
    height: 8px;
    width: 100%;
    position: absolute;
    bottom: -35px;
    left: 0;
}

section.relative .container {
    position: relative;
    z-index: 2;
}

.logos .flex-column-5 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
}

.page-id-137 .tax-15 {
    padding-top: 80px;
}

.nhs-clients .flex-column-5 p {
    border-top: solid 2px var(--light-grey);
    min-height: 100px;
    padding-top: 20px;
    font-size: var(--fs-xs);
}

.nhs-clients .flex-column-5 p .gradient-text {
    font-size: var(--fs-base);
}

.nhs-logo {
    position: absolute;
    right: 40px;
}

.search-result-item {
    border-bottom: solid 2px var(--light-grey);
    padding-bottom: 40px;
    padding-top: 40px;
}


@media (max-width: 1135px) {
    .promise-wrapper-lhs {
        left: 20px;
    }
    
    .promise-wrapper-rhs {
        right: 20px;
    }
}

@media (max-width: 1040px) {
    .promise-wrapper:after {
        display: none;
    }
}

@media (max-width: 970px) {
    .lifecycle .flex-column-4 {
        width: calc(50% - var(--flex-gap));
    }
    .nhs-logo {
        position: relative;
        top: 20px;
        right: 0px;
    }
}

@media (max-width: 920px ) {
    .promise-wrapper-lhs-content {
        margin-left: 20px;
    }
    .promise-wrapper-rhs-content {
        margin-right: 20px;
    }
}

@media (max-width: 835px) {
    .promise-wrapper {
        flex-wrap: wrap;
    }
    .promise-wrapper-lhs, .promise-wrapper-rhs {
        width: 100%;
        min-height: auto;
        padding-block: 40px;
    }
    .promise-wrapper-lhs {
        margin-bottom: 40px;
    }
    .promise-wrapper-lhs-content {
        max-width: 80%;
        text-align: left;
        margin-left: 30px;
    }
    .promise-wrapper-lhs-content p:first-child:after {
        right: unset;
        left: 0;
    }
    .promise-wrapper-rhs-content {
        max-width: 80%;
        text-align: right;
        margin-right: 30px;
    }
    .promise-wrapper-rhs-content p:first-child:after {
        left: unset;
        right: 0;
    }
}

@media (max-width: 768px) {
    .home-section-01 h3 {
        min-height: auto;
        max-width: 100%;
    }

    .flex-divider .flex-column-2:first-child {
        padding-right: 0;
        border: none;
    }

    .container table.tbl-style-01 th, 
    .container table.tbl-style-01 td {
        white-space: wrap;
    }

    table.tbl-style-01 td img {
        margin-right: 8px;
    }

    table.tbl-style-01 tr td:last-child img {
        display: none;
    }

    table.tbl-style-01 tr td:first-child .cell-wrapper {
        align-items: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .lifecycle .flex-column-4 {
        width: 100%;
    }

    .logos .flex-column-5 {
        width: 50%;
    }
    .feature-video {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media (max-width: 520px) {
    .card-item-h3-style1 h3 {
        min-height: auto;
    }
}

@media (max-width: 375px) {
    .logos .flex-column-5 {
        width: 100%;
    }
}