@charset "UTF-8";

/*
	Theme Name: OnHelps
	Description: Weareco-lab.co.uk - Based in Luton, Harpenden, Blaby, we serve the whole of the UK. Number 1 in website design, website development and digital marketing.
	Author: CO-LAB
	Author URI: https://weareco-lab.co.uk/
	Version: 1.0.4
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: vitamin-d3
*/

:root {
    --navy: #222444;
    --navy-deep: #103744;
    --muted: #5a5b7a;
    --yellow: #fdd93a;
    --white: #ffffff;
    --overlay: rgba(34, 36, 68, 0.228);
    --quote-overlay: rgba(34, 36, 68, 0.384);
    --input-fill: rgba(255, 255, 255, 0.853);
    --card-width: 1290px;
    --shell-pad: 315px;
    --header-height: 108px;
    --font: "Figtree", "Helvetica Neue", Arial, sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: var(--font);
    color: var(--navy);
    background: var(--white);
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

.skip-link {
    position: absolute;
    left: 12px;
    top: -48px;
    z-index: 100;
    padding: 8px 14px;
    background: var(--yellow);
    color: var(--navy);
    font-weight: 700;
    text-decoration: none;
}

.skip-link:focus {
    top: 12px;
}

.shell {
    width: min(var(--card-width), calc(100% - 48px));
    max-width: var(--card-width);
    margin-inline: auto;
    padding-left: 0;
    padding-right: 0;
}

.container-fluid.shell {
    padding-left: 0;
    padding-right: 0;
}

.hero-wrap {
    position: relative;
    min-height: 1536px;
    background-color: #1a2a4a;
    background-image:
        linear-gradient(var(--overlay), var(--overlay)),
        url("assets/images/hero-dubai.jpg");
    background-size: cover;
    background-position: center 2%;
    background-repeat: no-repeat;
}

.site-header {
    position: absolute;
    inset: 0 0 auto 0;
    z-index: 30;
}

.header-bar {
    height: var(--header-height);
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.header-accent {
    height: 1px;
    background: var(--yellow);
}

.header-inner {
    position: relative;
    height: var(--header-height);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.logo-box {
    position: absolute;
    left: -18px;
    top: -14px;
    width: 153px;
    height: 161px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.logo-img {
    width: 108px;
    height: auto;
    display: block;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 36px;
    padding-right: 0;
}

.header-email {
    font-family: var(--font);
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}

.header-email a,
.header-email a:link,
.header-email a:visited,
.header-email a:hover,
.header-email a:focus,
.header-email a:focus-visible,
.header-email a:active {
    color: #ffffff;
    text-decoration: none;
}

.header-email a:hover,
.header-email a:focus-visible {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.btn-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 166px;
    height: 52px;
    background: var(--yellow);
    color: var(--navy);
    font-family: var(--font);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    flex-shrink: 0;
}

.btn-contact:hover,
.btn-contact:focus-visible {
    background: #f3cc2a;
    color: var(--navy);
}

.btn-contact:focus-visible,
.header-email a:focus-visible,
.logo-link:focus-visible,
.form-field:focus-visible,
.recaptcha-widget:focus-visible {
    outline: 2px solid var(--navy);
    outline-offset: 3px;
}

.hero {
    position: relative;
    padding: 316px 0 270px;
}

.panel-card {
    position: relative;
    width: 100%;
    min-height: 951px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 12px 40px rgba(16, 24, 48, 0.12);
}

.panel-intro {
    position: relative;
    min-height: 197px;
    padding: 36px 150px 24px 70px;
    border-bottom: 1px solid var(--muted);
}

.intro-copy h1 {
    margin: 0;
    font-family: var(--font);
    font-weight: 700;
    font-size: 52px;
    line-height: 54px;
    color: var(--navy);
}

.intro-sub {
    margin: 3px 0 0;
    font-family: var(--font);
    font-weight: 400;
    font-size: 34px;
    line-height: 54px;
    color: var(--navy);
}

.brand-badge {
    position: absolute;
    top: 44px;
    right: 51px;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    background: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-badge-icon {
    width: 89px;
    height: 74px;
    object-fit: contain;
    display: block;
}

.panel-split {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.panel-split > [class*="col"] {
    min-width: 0;
}

.quote-panel {
    position: relative;
    flex: 0 0 583px;
    width: 583px;
    min-height: 754px;
    overflow: hidden;
}

.quote-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 16% 14%;
}

.quote-overlay {
    position: absolute;
    inset: 0;
    background: var(--quote-overlay);
}

.quote-copy {
    position: absolute;
    left: 88px;
    top: 72px;
    z-index: 3;
    max-width: calc(100% - 48px);
}

.quote-mark {
    position: absolute;
    font-family: var(--font);
    font-weight: 700;
    font-size: 132px;
    line-height: 0.7;
    color: var(--yellow);
    z-index: 2;
    pointer-events: none;
    user-select: none;
}

.quote-mark-open {
    /* left: -28px;
    top: -58px; */
    left: -20px;
    top: -10px;
    opacity: 0.487;
}

.quote-mark-close {
    /* right: -48px;
    bottom: -28px; */
    right: 33px;
    bottom: -73px;
    left: auto;
    top: auto;
    opacity: 0.493;
}

.quote-text {
    position: relative;
    margin: 0;
    width: max-content;
    font-family: var(--font);
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: var(--yellow);
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 3;
}

.form-panel {
    flex: 0 0 588px;
    width: 588px;
    max-width: 588px;
    margin-left: 62px;
    padding: 43px 0 40px;
    scroll-margin-top: 140px;
}

.form-title {
    margin: 0;
    font-family: var(--font);
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    color: var(--navy);
}

.form-lead {
    margin: 7px 0 22px;
    font-family: var(--font);
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: var(--navy-deep);
}

.form-lead span {
    color: var(--muted);
}

.contact-form,
.form-panel .wpcf7 form {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.form-panel .wpcf7 {
    width: 100%;
}

.form-panel .wpcf7 p {
    margin: 0;
}

.form-panel .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.form-panel .wpcf7-not-valid-tip {
    margin: -12px 0 14px;
    font-size: 14px;
    line-height: 1.3;
}

.form-panel .wpcf7-response-output {
    margin: 16px 0 0;
    padding: 8px 12px;
    font-family: var(--font);
    font-size: 14px;
    line-height: 1.4;
}

.form-panel .form-footer {
    position: relative;
}

.form-panel .wpcf7-spinner {
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.form-panel input.wpcf7-submit.btn-contact {
    appearance: none;
    -webkit-appearance: none;
}

.form-field {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    padding: 0 23px;
    background: var(--input-fill);
    border: 1px solid var(--muted);
    border-radius: 0;
    font-family: var(--font);
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    color: var(--navy);
}

.form-field::placeholder {
    color: var(--muted);
    opacity: 1;
}

.form-field-message {
    height: 196px;
    padding-top: 16px;
    resize: vertical;
    margin-bottom: 38px;
}

.form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.recaptcha-widget {
    width: 181px;
    height: 52px;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    flex-shrink: 0;
}

.recaptcha-widget img {
    width: 181px;
    height: 52px;
    object-fit: cover;
    object-position: left center;
    display: block;
}

.recaptcha-widget[aria-pressed="true"] {
    box-shadow: inset 0 0 0 2px #1a73e8;
}

.hero-base-line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: var(--yellow);
    opacity: 0.349;
}

.site-footer {
    background: var(--white);
    padding: 59px 0 72px;
}

.footer-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

.footer-logo {
    width: 102px;
    height: auto;
    flex-shrink: 0;
}

.footer-legal {
    margin: 0;
    max-width: 673px;
    font-family: var(--font);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--navy);
    text-align: right;
}

@media (max-width: 1399.98px) {
    .hero-wrap {
        min-height: 0;
    }

    .hero {
        padding: 240px 0 120px;
    }

    .panel-card {
        min-height: 0;
    }
}

@media (max-width: 1199.98px) {
    .shell {
        width: calc(100% - 48px);
    }

    .header-actions {
        gap: 20px;
    }

    .header-email {
        font-size: 16px;
    }

    .logo-box {
        left: 0;
        width: 130px;
        height: 140px;
    }

    .logo-img {
        width: 92px;
    }

    .hero {
        padding: 200px 0 80px;
    }

    .panel-intro {
        padding: 28px 120px 20px 32px;
        min-height: 0;
    }

    .intro-copy h1 {
        font-size: 40px;
        line-height: 46px;
    }

    .intro-sub {
        font-size: 26px;
        line-height: 40px;
    }

    .brand-badge {
        top: 24px;
        right: 20px;
        width: 88px;
        height: 88px;
    }

    .brand-badge-icon {
        width: 68px;
        height: 56px;
    }

    .quote-panel {
        flex: 0 0 42%;
        width: 42%;
        min-height: 640px;
    }

    .quote-copy {
        left: 36px;
        top: 64px;
    }

    .quote-text {
        font-size: 26px;
        line-height: 36px;
    }

    .quote-mark {
        font-size: 112px;
    }

    .form-panel {
        flex: 1 1 0;
        width: auto;
        max-width: none;
        margin-left: 28px;
        padding: 28px 24px 36px 0;
    }
}

@media (max-width: 991.98px) {
    .header-bar {
        height: auto;
        min-height: 84px;
    }

    .header-inner {
        height: auto;
        min-height: 84px;
        padding: 16px 0 16px 120px;
        justify-content: flex-end;
    }

    .logo-box {
        top: 0;
        width: 104px;
        height: 112px;
    }

    .logo-img {
        width: 78px;
    }

    .hero {
        padding: 160px 0 64px;
    }

    .panel-intro {
        padding: 24px 100px 20px 24px;
    }

    .intro-copy h1 {
        font-size: 34px;
        line-height: 40px;
    }

    .intro-sub {
        font-size: 22px;
        line-height: 32px;
    }

    .panel-split {
        flex-wrap: wrap;
    }

    .quote-panel {
        flex: 0 0 100%;
        width: 100%;
        min-height: 460px;
    }

    .quote-copy {
        left: 48px;
        top: 72px;
    }

    .form-panel {
        flex: 1 1 100%;
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
        padding: 28px 24px 36px;
    }

    .form-title {
        font-size: 30px;
        line-height: 40px;
    }

    .form-lead {
        font-size: 20px;
        line-height: 28px;
    }

    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .footer-legal {
        text-align: left;
        max-width: none;
    }
    .quote-mark-open {
        left: -20px;
        top: -10px;
    }
    .quote-mark-close {
        right: 23px;
        bottom: -50px;
    }
}

@media (max-width: 767.98px) {
    .shell {
        width: calc(100% - 24px);
    }

    .site-header {
        position: relative;
    }

    .header-bar {
        height: auto;
        background: rgba(255, 255, 255, 0.92);
    }

    .header-inner {
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: center;
        gap: 10px 12px;
        height: auto;
        min-height: 0;
        padding: 10px 0 12px;
    }

    .logo-box {
        position: relative;
        left: 0;
        top: 0;
        width: 92px;
        height: 100px;
        grid-row: 1;
    }

    .logo-img {
        width: 70px;
    }

    .header-actions {
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        gap: 8px;
        width: 100%;
    }

    .header-email {
        font-size: 13px;
        line-height: 18px;
        max-width: 100%;
        color: var(--navy);
    }

    .header-email a,
    .header-email a:link,
    .header-email a:visited,
    .header-email a:hover,
    .header-email a:focus,
    .header-email a:focus-visible,
    .header-email a:active {
        color: var(--navy);
    }

    .header-actions .btn-contact {
        width: min(150px, 100%);
    }

    .btn-contact {
        width: 150px;
        height: 44px;
        font-size: 14px;
    }

    .hero {
        padding: 36px 0 48px;
    }

    .panel-card {
        background: rgba(255, 255, 255, 0.22);
    }

    .panel-intro {
        padding: 20px 76px 16px 16px;
    }

    .brand-badge {
        top: 12px;
        right: 10px;
        width: 58px;
        height: 58px;
    }

    .brand-badge-icon {
        width: 44px;
        height: 36px;
    }

    .intro-copy h1 {
        font-size: 26px;
        line-height: 32px;
    }

    .intro-sub {
        font-size: 18px;
        line-height: 26px;
        margin-top: 6px;
    }

    .quote-panel {
        min-height: 420px;
    }

    .quote-copy {
        left: 40px;
        top: 56px;
    }

    .quote-text {
        font-size: 24px;
        line-height: 32px;
    }

    .quote-mark {
        font-size: 96px;
    }

    .quote-mark-open {
        left: -20px;
        top: -42px;
    }

    .quote-mark-close {
        right: -28px;
        bottom: -4px;
    }

    .form-panel {
        padding: 24px 16px 28px;
    }

    .form-field {
        height: 52px;
        font-size: 16px;
        padding: 0 16px;
        margin-bottom: 14px;
    }

    .form-field-message {
        height: 140px;
        margin-bottom: 20px;
    }

    .form-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .recaptcha-widget,
    .recaptcha-widget img {
        width: 100%;
        max-width: 304px;
        height: 52px;
    }

    .form-footer .btn-contact {
        width: 100%;
        max-width: none;
        margin-left: 0;
    }

    .form-panel .wpcf7-spinner {
        right: 12px;
        left: auto;
        top: auto;
        bottom: 10px;
        transform: none;
    }

    .site-footer {
        padding: 36px 0 40px;
    }
}

@media (max-width: 429.98px) {
    .logo-box {
        width: 78px;
        height: 86px;
    }

    .logo-img {
        width: 60px;
    }

    .header-email {
        font-size: 13px;
    }

    .intro-copy h1 {
        font-size: 22px;
        line-height: 28px;
    }

    .intro-sub {
        font-size: 16px;
        line-height: 24px;
    }

    .quote-panel {
        min-height: 380px;
    }

    .quote-copy {
        left: 24px;
        top: 48px;
    }

    .quote-text {
        font-size: 20px;
        line-height: 28px;
    }

    .form-title {
        font-size: 26px;
    }

    .form-lead {
        font-size: 16px;
        line-height: 24px;
    }

    .footer-legal {
        font-size: 14px;
        line-height: 22px;
    }    
}

@media (max-width: 359.98px) {
    .shell {
        width: calc(100% - 16px);
    }

    .form-lead {
        font-size: 15px;
        line-height: 22px;
        overflow-wrap: anywhere;
    }

    .header-actions .btn-contact {
        width: min(132px, 100%);
        height: 42px;
        font-size: 13px;
    }

    .quote-panel {
        min-height: 340px;
    }

    .quote-copy {
        left: 20px;
        top: 40px;
    }
}

@media (max-width: 440px) {
    .hero-wrap{
        background-image: none;
        background-color: #ffffff;
    }
    .quote-mark-open {
        left: -20px;
        top: -10px;
    }
    .quote-mark-close {
        right: 23px;
        bottom: -50px;
    }
}