/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

#header .header-inner #logo a>img,
#header #header-wrap #logo a>img {
    height: 90px;
}

#page-title {
    background-repeat: no-repeat;
    background-size: cover;
}

.sb-feed-posts,
.sb-feed-wrapper,
.sbr-feed {
    padding: 0;
}

.sb-post-item-image-wrap {
    border-radius: 0 !important;
    height: auto !important;
}

.sb-post-item-image {
    aspect-ratio: 3/4 !important;
}

.footer-image {
    margin-bottom: 15px;
    height: 80px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
}

.hero {
    background: #CDCDCD;
    background: linear-gradient(90deg, rgba(205, 205, 205, 1) 0%, rgba(255, 255, 255, 1) 100%);
    color: #1E2022;
    min-height: 500px;
    position: relative;
}

.hero.fullscreen {
    height: auto;
    overflow: hidden;
}

.hero.fullscreen .container {
    display: flex;
    min-height: inherit;
    position: relative;
    z-index: 2;
}

.hero-layout {
    align-items: center;
    display: grid !important;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 2fr);
    min-height: inherit;
    width: 100%;
}

.hero-figure {
    display: flex;
    height: 100%;
    justify-content: flex-start;
    left: 0;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    width: 50vw;
    z-index: 1;
}

.hero-person {
    align-self: flex-end;
    display: block;
    height: auto;
    max-height: calc(100vh - 80px);
    max-width: none;
    object-fit: contain;
    object-position: left bottom;
    width: min(56vw, 760px);
}

.hero-content {
    grid-column: 2;
    margin-left: auto;
    max-width: 720px;
    position: relative;
    z-index: 2;
}

.hero-content .text-lg {
    font-size: clamp(38px, 5vw, 60px);
    line-height: 1.15;
}

.hero-content h3,
.hero-content h4,
.hero-content .text-lg {
    color: #1E2022;
}

.hero:not(.has-figure) .hero-layout {
    grid-template-columns: 1fr;
}

.hero:not(.has-figure) .hero-content {
    grid-column: 1;
}

.proof-section {
    background: radial-gradient(circle at 50% 0%, rgba(75, 161, 188, 0.2), transparent 34%), #2F3D51;
    color: #FDFEFE;
    padding: 90px 0;
}

.proof-heading {
    max-width: 820px;
    margin: 0 auto 56px;
}

.proof-eyebrow {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(75, 161, 188, 0.65);
    border-radius: 20px;
    color: #4BA1BC;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    margin-bottom: 22px;
    padding: 8px 16px;
    text-transform: uppercase;
}

.proof-heading h2 {
    color: #FDFEFE;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
}

.proof-heading h2 span {
    color: #4BA1BC;
}

.proof-description {
    font-size: 16px;
    line-height: 1.7;
}

.proof-description p {
    margin-bottom: 0;
    color: rgba(253, 254, 254, 0.78);
}

.proof-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proof-card {
    background: #FDFEFE;
    border: 1px solid rgba(75, 161, 188, 0.18);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(18, 29, 45, 0.24);
    color: #2F3D51;
    padding: 26px;
}

.proof-card-badge {
    background: rgba(75, 161, 188, 0.12);
    border-radius: 4px;
    color: #2F3D51;
    display: inline-flex;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    margin-bottom: 18px;
    padding: 7px 9px;
    text-transform: uppercase;
}

.proof-card h3 {
    color: #2F3D51;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 18px;
}

.proof-amount-box {
    border: 1px solid rgba(47, 61, 81, 0.16);
    border-radius: 8px;
    margin-bottom: 18px;
    overflow: hidden;
}

.proof-offered,
.proof-received {
    padding: 14px 16px;
}

.proof-offered small,
.proof-received small {
    color: rgba(47, 61, 81, 0.74);
    display: block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.04em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.proof-offered strong {
    color: rgba(47, 61, 81, 0.48);
    font-size: 17px;
    text-decoration: line-through;
}

.proof-received {
    background: rgba(75, 161, 188, 0.14);
    border-top: 1px solid rgba(75, 161, 188, 0.36);
}

.proof-received strong {
    color: #4BA1BC;
    display: block;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.1;
}

.proof-result {
    align-items: center;
    background: #4BA1BC;
    border-radius: 7px;
    color: #FDFEFE;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 13px 14px;
}

.proof-result strong {
    color: inherit;
    font-size: 16px;
}

.proof-result span {
    background: rgba(253, 254, 254, 0.24);
    border-radius: 4px;
    font-size: 11px;
    font-weight: 800;
    padding: 5px 7px;
}

.proof-note {
    color: rgba(47, 61, 81, 0.74);
    font-size: 13px;
    margin: 0;
}

.proof-note i {
    color: #4BA1BC;
    margin-right: 7px;
}

.proof-cta {
    background: rgba(253, 254, 254, 0.055);
    border: 1px solid rgba(253, 254, 254, 0.18);
    border-top-color: #4BA1BC;
    border-radius: 8px;
    margin: 70px auto 0;
    max-width: 740px;
    padding: 40px;
}

.proof-cta h3 {
    color: #FDFEFE;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 14px;
}

.proof-cta p {
    color: rgba(253, 254, 254, 0.78);
    margin: 0 auto 24px;
    max-width: 560px;
}

.box-fancy img.process-icon {
    display: block;
    height: auto;
    margin: 0 0 24px;
    max-height: 96px;
    max-width: 96px;
    width: auto;
}

.proof-cta-actions {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: center;
}

.proof-cta .btn {
    background: #4BA1BC !important;
    border-color: #4BA1BC !important;
    border-radius: 30px;
    color: #FDFEFE;
    font-weight: 800;
    padding: 12px 24px;
}

.proof-cta-actions span {
    color: rgba(253, 254, 254, 0.68);
    font-size: 13px;
}

.wpcf7-list-item {
    margin-left: 1.5em;
}

label {
    position: relative;
}

input[type="checkbox"] {
    position: absolute;
    top: 3px;
    left: -1.5em;

}

.contact-layout {
    align-items: stretch;
}

.contact-map {
    background: #ffffff;
    height: 100%;
    min-height: 420px;
    overflow: hidden;
}

.contact-map iframe {
    border: 0;
    display: block;
    height: 100%;
    min-height: 420px;
    width: 100%;
}

.background-image.right-bottom {
    background-position: right bottom;
}

.background-image.contain {
    background-size: contain;
}

#page-title {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

@media (max-width: 991.98px) {

    #header .header-inner #logo a>img,
    #header #header-wrap #logo a>img {
        height: 90px;
        max-height: 90px;
    }

    .sb-grid-wrapper[data-grid-tablet-columns="2"] {
        grid-template-columns: repeat(2, 1fr) !important;
    }

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

    .hero-layout {
        grid-template-columns: minmax(0, 0.82fr) minmax(320px, 2fr);
    }

    .hero-figure {
        width: 47vw;
    }

    .hero-person {
        max-height: calc(100vh - 120px);
        width: min(54vw, 600px);
    }

    .hero-content .text-lg {
        font-size: clamp(38px, 5vw, 60px) !important;
        line-height: 1.15 !important;
    }
}

@media (max-width: 768px) {
    .hero {
        min-height: 100svh;
        padding-bottom: 0;
    }

    .hero.fullscreen {
        display: block;
    }

    .hero.fullscreen .container {
        margin-top: 0;
        min-height: 0;
    }

    .hero-layout {
        align-items: center;
        gap: 24px;
        grid-template-columns: 1fr;
        padding-top: 0px;
    }

    .hero-content {
        grid-column: 1;
        text-align: center !important;
        width: 100%;
    }

    .hero-figure {
        height: auto;
        justify-content: center;
        left: auto;
        margin-top: 24px;
        pointer-events: auto;
        /* position: relative; */
        bottom: 0;
        width: 100%;
    }

    .hero-person {
        max-height: 48vh;
        max-width: min(100%, 430px);
        object-position: center bottom;
        width: auto;
    }

    .hero-content .text-lg {
        font-size: 32px !important;
        line-height: 1.12 !important;
    }

    .contact-map,
    .contact-map iframe {
        min-height: 320px;
    }

    .proof-section {
        padding: 64px 0;
    }

    .proof-heading h2 {
        font-size: 34px;
    }

    .proof-grid {
        grid-template-columns: 1fr;
    }

    .proof-cta {
        padding: 28px 22px;
    }

    .proof-cta-actions {
        align-items: stretch;
        flex-direction: column;
    }
}