/* =========================================================
   GLOBAL
========================================================= */

.gh-trust-bar,
.gh-credentials-matter,
.gh-references {
    font-family: "Titillium Web", Arial, sans-serif;
    box-sizing: border-box;
}

.gh-trust-bar *,
.gh-credentials-matter *,
.gh-references * {
    box-sizing: border-box;
}

/* =========================================================
   SHARED ICON RENDERING
   Supports Elementor icons, inline SVGs and uploaded images.
========================================================= */

.gh-trust-bar svg,
.gh-credentials-matter svg,
.gh-references svg {
    display: block;
    overflow: visible;
}

.gh-trust-bar svg *,
.gh-credentials-matter svg *,
.gh-references svg * {
    opacity: 1;
}

/* Preserve icons designed with fills. */
.gh-trust-bar svg [fill]:not([fill="none"]),
.gh-credentials-matter svg [fill]:not([fill="none"]),
.gh-references svg [fill]:not([fill="none"]) {
    fill: currentColor;
}

/* Preserve icons designed with strokes. */
.gh-trust-bar svg [stroke]:not([stroke="none"]),
.gh-credentials-matter svg [stroke]:not([stroke="none"]),
.gh-references svg [stroke]:not([stroke="none"]) {
    stroke: currentColor;
}

/* Uploaded icon files. */
.gh-trust-bar img,
.gh-credentials-matter img,
.gh-references img {
    max-width: 100%;
}

/* =========================================================
   TRUST BAR
========================================================= */

.gh-trust-bar {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    color: #fff;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
    border-radius: 3px;
}

.gh-trust-bar__content {
    display: flex;
    gap: 24px;
    align-items: center;
    min-width: 0;
}

.gh-trust-bar__lead-icon {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    font-size: 58px;
}

.gh-trust-bar__lead-icon i {
    color: inherit;
    font-size: inherit;
    line-height: 1;
}

.gh-trust-bar__lead-icon svg {
    width: 64px;
    height: 64px;
    color: inherit;
}

.gh-trust-bar__lead-icon img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: block;
}

.gh-trust-bar__heading {
    margin: 0;
    font-family: "Tungsten", "Arial Narrow", sans-serif;
    text-transform: uppercase;
    font-size: 31px;
    line-height: 1;
    font-weight: 700;
}

.gh-trust-bar__description {
    margin-top: 6px;
    line-height: 1.45;
}

.gh-trust-bar__actions {
    display: grid;
    gap: 10px;
    min-width: 330px;
}

.gh-trust-bar__button {
    min-height: 58px;
    padding: 14px 24px;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

.gh-trust-bar__button:hover,
.gh-trust-bar__button:focus {
    color: #fff;
    text-decoration: none;
}

.gh-trust-bar__button i {
    color: inherit;
    line-height: 1;
}

.gh-trust-bar__button svg {
    width: 22px;
    height: 22px;
    color: inherit;
    flex: 0 0 22px;
}

.gh-trust-bar__button img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex: 0 0 22px;
}

.gh-trust-bar__secondary {
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.gh-trust-bar--proof-bar .gh-trust-bar__actions {
    display: block;
}

/* Trust strip */

.gh-trust-strip {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gh-trust-strip__item {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    min-width: 0;
    font-family: "Tungsten", "Arial Narrow", sans-serif;
    font-size: 24px;
    line-height: 1.1;
    text-transform: uppercase;
}

.gh-trust-strip__icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
}

.gh-trust-strip__icon i {
    color: inherit;
    font-size: 32px;
    line-height: 1;
}

.gh-trust-strip__icon svg {
    width: 34px;
    height: 34px;
    color: inherit;
}

.gh-trust-strip__icon img {
    width: 34px;
    height: 34px;
    display: block;
    object-fit: contain;
}

/* =========================================================
   WHY CREDENTIALS MATTER
========================================================= */

.gh-credentials-matter {
    width: 100%;
    background: #fff;
}

.gh-credentials-matter__inner {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.gh-credentials-matter__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 34px;
    align-items: center;
}

.gh-credentials-matter__copy,
.gh-credentials-matter__image {
    min-width: 0;
}

.gh-credentials-matter__image img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.gh-credentials-matter__divider {
    display: block;
    width: 52px;
    height: 4px;
    margin-bottom: 18px;
}

.gh-credentials-matter h2,
.gh-credentials-matter h3 {
    font-family: "Tungsten", "Arial Narrow", sans-serif;
    text-transform: uppercase;
}

.gh-credentials-matter h2 {
    margin: 0 0 22px;
    font-size: clamp(46px, 4vw, 74px);
    line-height: 0.95;
}

.gh-credentials-matter__intro {
    line-height: 1.55;
}

.gh-credentials-matter__emphasis {
    margin-top: 22px;
    font-weight: 700;
}

/* Cards */

.gh-credentials-matter__grid-wrap {
    position: relative;
    margin-top: 42px;
}

.gh-credentials-matter__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    align-items: stretch;
}

.gh-credentials-matter__card {
    min-width: 0;
    height: 100%;
    padding: 22px 24px;
    text-align: center;
    position: relative;
}

.gh-credentials-matter__card::after {
    content: "";
    position: absolute;
    right: 0;
    top: 18px;
    bottom: 18px;
    width: 1px;
    background: #ddd;
}

.gh-credentials-matter__card:nth-child(4n)::after,
.gh-credentials-matter__card:last-child::after {
    display: none;
}

/* Credential card icons */

.gh-credentials-matter__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ef3123;
    opacity: 1;
}

.gh-credentials-matter__icon i {
    color: inherit;
    font-size: 52px;
    line-height: 1;
}

.gh-credentials-matter__icon svg {
    width: 58px;
    height: 58px;
    color: inherit;
}

.gh-credentials-matter__icon img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    display: block;
}

/*
Do not force fill:none or add strokes to every child.
Elementor's icon markup will keep its intended fill/stroke construction.
*/

.gh-credentials-matter h3 {
    margin: 12px 0 14px;
    font-size: 25px;
    line-height: 1.05;
}

.gh-credentials-matter__card-description,
.gh-credentials-matter__card > div:last-child {
    font-size: 14px;
    line-height: 1.5;
}

/* Bottom bar */

.gh-credentials-matter__bottom {
    margin-top: 28px;
    padding: 22px 28px;
    display: flex;
    gap: 24px;
    align-items: center;
    background: #080808;
    color: #fff;
}

.gh-credentials-matter__bottom-icon {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.gh-credentials-matter__bottom i {
    color: inherit;
    line-height: 1;
}

.gh-credentials-matter__bottom svg {
    width: 44px;
    height: 44px;
    color: inherit;
}

.gh-credentials-matter__bottom img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    display: block;
}

.gh-credentials-matter__mobile-nav {
    display: none;
}

/* =========================================================
   REFERENCES
========================================================= */

.gh-references {
    width: 100%;
    background: #fff;
}

.gh-references__inner {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    gap: 0;
}

.gh-references--image-left .gh-references__inner {
    flex-direction: row-reverse;
}

.gh-references__copy,
.gh-references__image {
    min-width: 0;
}

.gh-references__image {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
}

.gh-references__copy {
    padding: 58px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gh-references__image img {
    width: 100%;
    height: 520px;
    max-width: 100%;
    object-fit: cover;
    display: block;
}

.gh-references h2 {
    margin: 0;
    font-family: "Tungsten", "Arial Narrow", sans-serif;
    text-transform: uppercase;
    font-size: clamp(50px, 5vw, 84px);
    line-height: 0.9;
}

.gh-references h2 span {
    display: block;
}

.gh-references__divider {
    display: block;
    width: 56px;
    height: 4px;
    margin: 20px 0 25px;
}

.gh-references__body {
    font-size: 18px;
    line-height: 1.55;
}

.gh-references__callout {
    margin-top: 26px;
    padding: 22px;
    display: flex;
    gap: 20px;
    align-items: center;
    background: #f4f4f4;
    color: inherit;
    text-decoration: none;
}

.gh-references__callout:hover,
.gh-references__callout:focus {
    color: inherit;
    text-decoration: none;
}

.gh-references__callout-icon {
    width: 66px;
    height: 66px;
    border: 2px solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 66px;
    color: inherit;
}

.gh-references__callout-icon i {
    color: inherit;
    font-size: 32px;
    line-height: 1;
}

.gh-references__callout-icon svg {
    width: 32px;
    height: 32px;
    color: inherit;
}

.gh-references__callout-icon img {
    width: 32px;
    height: 32px;
    display: block;
    object-fit: contain;
}

.gh-references__callout strong {
    display: block;
    font-family: "Tungsten", "Arial Narrow", sans-serif;
    text-transform: uppercase;
    font-size: 25px;
}

.gh-references__callout span span {
    display: block;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {
    .gh-trust-bar {
        grid-template-columns: minmax(0, 1fr);
    }

    .gh-trust-bar__actions {
        min-width: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gh-trust-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gh-credentials-matter__top {
        display: flex;
        flex-direction: column;
    }

    .gh-credentials-matter__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .gh-credentials-matter__card {
        padding-left: 14px;
        padding-right: 14px;
    }

    .gh-credentials-matter h3 {
        font-size: 22px;
    }

    .gh-references__inner,
    .gh-references--image-left .gh-references__inner {
        flex-direction: column;
    }

    .gh-references__image {
        width: 100%;
        min-height: 0;
        align-self: center;
    }

    .gh-references__image img {
        width: 100%;
        height: 420px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
    .gh-trust-bar__content {
        align-items: flex-start;
    }

    .gh-trust-bar__actions {
        grid-template-columns: minmax(0, 1fr);
    }

    .gh-trust-strip {
        grid-template-columns: minmax(0, 1fr);
    }

    .gh-trust-strip__item {
        justify-content: flex-start;
    }

    .gh-credentials-matter__top {
        gap: 28px;
    }

    .gh-credentials-matter__image img {
        height: auto;
        max-height: 420px;
    }

    /* One credential card per mobile slide. */

    .gh-credentials-matter__grid {
        display: flex;
        gap: 0;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .gh-credentials-matter__grid::-webkit-scrollbar {
        display: none;
    }

    .gh-credentials-matter__card {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        padding: 28px 24px;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        border: 1px solid #dedede;
    }

    .gh-credentials-matter__card::after {
        display: none;
    }

    .gh-credentials-matter__mobile-nav {
        margin-top: 18px;
        display: grid;
        grid-template-columns: 54px minmax(0, 1fr) 54px;
        gap: 14px;
        align-items: center;
    }

    .gh-credentials-matter__mobile-nav span {
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 0.04em;
        color: #555;
    }

    .gh-credentials-matter__arrow {
        width: 54px;
        height: 54px;
        padding: 0;
        border: 2px solid currentColor;
        border-radius: 50%;
        background: #fff;
        color: #ef3123;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 34px;
        line-height: 1;
        cursor: pointer;
    }

    .gh-credentials-matter__arrow:disabled {
        opacity: 0.3;
        cursor: default;
    }

    .gh-credentials-matter__bottom {
        align-items: flex-start;
    }

    .gh-references__copy {
        padding: 40px 24px;
    }

    .gh-references__image {
        min-height: 0;
    }

    .gh-references__image img {
        height: 320px;
    }

    .gh-references__callout {
        align-items: flex-start;
    }
}

/* G Home forced accent icons: prevents theme and inline SVG colors from overriding red. */
.gh-credentials-matter__icon,
.gh-references__callout-icon{
    color:#ef3123 !important;
}
.gh-credentials-matter__icon i,
.gh-credentials-matter__icon svg,
.gh-credentials-matter__icon .e-font-icon-svg,
.gh-references__callout-icon i,
.gh-references__callout-icon svg,
.gh-references__callout-icon .e-font-icon-svg{
    color:#ef3123 !important;
}
.gh-credentials-matter__icon svg path:not([fill="none"]):not([fill="transparent"]),
.gh-credentials-matter__icon svg polygon:not([fill="none"]):not([fill="transparent"]),
.gh-credentials-matter__icon svg rect:not([fill="none"]):not([fill="transparent"]),
.gh-credentials-matter__icon svg circle:not([fill="none"]):not([fill="transparent"]),
.gh-credentials-matter__icon svg ellipse:not([fill="none"]):not([fill="transparent"]),
.gh-references__callout-icon svg path:not([fill="none"]):not([fill="transparent"]),
.gh-references__callout-icon svg polygon:not([fill="none"]):not([fill="transparent"]),
.gh-references__callout-icon svg rect:not([fill="none"]):not([fill="transparent"]),
.gh-references__callout-icon svg circle:not([fill="none"]):not([fill="transparent"]),
.gh-references__callout-icon svg ellipse:not([fill="none"]):not([fill="transparent"]){
    fill:#ef3123 !important;
}
.gh-credentials-matter__icon svg path:not([stroke="none"]),
.gh-credentials-matter__icon svg line:not([stroke="none"]),
.gh-credentials-matter__icon svg polyline:not([stroke="none"]),
.gh-credentials-matter__icon svg polygon:not([stroke="none"]),
.gh-credentials-matter__icon svg rect:not([stroke="none"]),
.gh-credentials-matter__icon svg circle:not([stroke="none"]),
.gh-credentials-matter__icon svg ellipse:not([stroke="none"]),
.gh-references__callout-icon svg path:not([stroke="none"]),
.gh-references__callout-icon svg line:not([stroke="none"]),
.gh-references__callout-icon svg polyline:not([stroke="none"]),
.gh-references__callout-icon svg polygon:not([stroke="none"]),
.gh-references__callout-icon svg rect:not([stroke="none"]),
.gh-references__callout-icon svg circle:not([stroke="none"]),
.gh-references__callout-icon svg ellipse:not([stroke="none"]){
    stroke:#ef3123 !important;
}
.gh-credentials-matter__icon img,
.gh-references__callout-icon img{
    filter:brightness(0) saturate(100%) invert(28%) sepia(95%) saturate(3976%) hue-rotate(351deg) brightness(99%) contrast(89%) !important;
}
