/*
Theme Name: Quicklaunch Child
Theme URI:
Template: quicklaunch-parent-theme
Author: Quicklaunch
Author URI: https://www.quicklaunch.co.uk/
Description: Child theme.
Version: 1.0
*/

/* Include fonts */

:root {
    --brand-navy: #243746;
    --brand-teal: #6aa5a9;
    --brand-olive: #a7bfa3;
    --brand-offwhite: #fcf9f2;
    --site-background: #ffffff;
    --space-heading-to-text: clamp(0.75rem, 0.68rem + 0.3vw, 1rem);
    --space-text-to-heading: clamp(1.5rem, 1.25rem + 0.8vw, 2.25rem);
    --space-body-text: 1.25rem;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
}

body,
button,
input,
select,
textarea {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.125rem);
    font-weight: 400;
    line-height: 1.65;
    color: #252626;
}

body {
    background-color: var(--site-background);
}

p,
ul,
ol,
dl,
blockquote {
    font-size: inherit;
    line-height: inherit;
    margin: 0 0 var(--space-body-text);
}

p {
    margin: 0 0 var(--space-body-text);
    font-size: 16px;
}

.no-gutter .col-lg-1,
.no-gutter .col-lg-2,
.no-gutter .col-lg-3,
.no-gutter .col-lg-4,
.no-gutter .col-lg-5,
.no-gutter .col-lg-6,
.no-gutter .col-lg-7,
.no-gutter .col-lg-8,
.no-gutter .col-lg-9,
.no-gutter .col-lg-10,
.no-gutter .col-lg-11,
.no-gutter .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 var(--space-heading-to-text);
    font-family: 'Inter', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: var(--brand-navy);
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
h1 .heading-accent,
h2 .heading-accent,
h3 .heading-accent,
h4 .heading-accent,
h5 .heading-accent,
h6 .heading-accent,
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em,
h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-weight: 500;
    letter-spacing: normal;
    color: var(--brand-teal) !important;
}

h1 {
    font-size: 44px;
    font-size: clamp(2.75rem, 2rem + 3.75vw, 4rem);
}

.heading-size-1,
.heading-size-h1 {
    font-size: 44px;
    font-size: clamp(2.75rem, 2rem + 3.75vw, 4rem);
}

h2 {
    font-size: 36px;
    font-size: clamp(2.25rem, 1.8rem + 2.25vw, 3.5rem);
}

.heading-size-2,
.heading-size-h2 {
    font-size: 36px;
    font-size: clamp(2.25rem, 1.8rem + 2.25vw, 3.5rem);
}

h3 {
    font-size: 30px;
    font-size: clamp(1.875rem, 1.55rem + 1.6vw, 2.75rem);
}

.heading-size-3,
.heading-size-h3 {
    font-size: 30px;
    font-size: clamp(1.875rem, 1.55rem + 1.6vw, 2.75rem);
}

h4 {
    font-size: 24px;
    font-size: clamp(1.5rem, 1.315rem + 0.92vw, 2rem);
}

.heading-size-4,
.heading-size-h4 {
    font-size: 24px;
    font-size: clamp(1.5rem, 1.315rem + 0.92vw, 2rem);
}

h5 {
    font-size: 20px;
    font-size: clamp(1.25rem, 1.155rem + 0.48vw, 1.5rem);
}

.heading-size-5,
.heading-size-h5 {
    font-size: 20px;
    font-size: clamp(1.25rem, 1.155rem + 0.48vw, 1.5rem);
}

h6 {
    font-size: 18px;
    font-size: clamp(1.125rem, 1.08rem + 0.22vw, 1.25rem);
}

.heading-size-6,
.heading-size-h6 {
    font-size: 18px;
    font-size: clamp(1.125rem, 1.08rem + 0.22vw, 1.25rem);
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
dl + h1,
dl + h2,
dl + h3,
dl + h4,
dl + h5,
dl + h6,
blockquote + h1,
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + h5,
blockquote + h6 {
    margin-top: var(--space-text-to-heading);
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 14px;
}

.wpb_wrapper > :last-child {
    margin-bottom: 0;
}

.offset-image {margin-bottom: 0px;}
@media (min-width: 992px) {
    .offset-image {margin-bottom: -100px;}
}

.white-text {color: #fff;}
.darkbg {background-color: #252626;}
.olive-bg {background-color: var(--brand-olive); color: #fff;}
.offwhite-bg {background-color: var(--brand-offwhite);}
.navy-bg {background-color: var(--brand-navy); color: #fff;}

.small {
    font-size: 85%;
	line-height: 150%;
}

.site-band {padding: 30px 0;}
.site-band.top {padding: 30px 0 0 0;}
.site-band.bottom {padding: 0 0 30px 0;}

@media (min-width: 992px) {
    .site-band {padding: 70px 0;}
    .site-band.top {padding: 70px 0 0 0;}
    .site-band.bottom {padding: 0 0 70px 0;}
}

.site-padding {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

#services {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}

.content ul li,
.content ol li,
.site-band ul li,
.site-band ol li,
.role ol li,
.role ul li {}

a {}
a:hover {}

.brand {
	width: 150px;
    margin: 15px 0;
	padding: 0px !important;
}

.brand img {
	width: 100%;
	height: auto;
}


.bl {
    display: inline-block;
    padding: 20px 30px;
    border-radius: 35px;
    text-decoration: none;
    font-size: 16px;
}

.bl:after {
    content: ">";
    padding-left: 15px;
    color: inherit;
    transition: padding-left ease 0.5s;
}

.bl.navy {
    background-color: var(--brand-navy);
    color: #fff;
}

.bl.green {
    background-color: var(--brand-olive);
    color: #fff;
}

.bl:hover:after {
    padding-left: 25px;
    transition: padding-left ease 0.5s;
}

/* Navigation */

header {
    border-top: 5px solid var(--brand-navy);
    border-bottom: 1px solid var(--brand-navy);
    background-color: #fff;
}

#hero-cta {}

.navbar-toggler {
    color: #fff;
    padding: 20px;
    font-size: 1rem;
    line-height: 1;
    background-color: #c49245;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}

#navbar-header button i a {
	color: #09478E !important;
}

#menu-header-1 > li > a,
#main-menu .navbar-nav > .nav-item > .nav-link {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--brand-navy);
    text-decoration: none;
    padding: 15px;
}

#menu-header-1 > li > a:hover,
#menu-header-1 > li > a:focus,
#main-menu .navbar-nav > .nav-item > .nav-link:hover,
#main-menu .navbar-nav > .nav-item > .nav-link:focus {
    color: var(--brand-teal);
}

#menu-header-1 > li.current-menu-item > a,
#menu-header-1 > li.current-menu-ancestor > a,
#menu-header-1 > li.current-page-ancestor > a,
#menu-header-1 > li.current-page-item > a,
#menu-header-1 > li > a[aria-current="page"],
#menu-header-1 > li > a.active,
#main-menu .navbar-nav > .nav-item.current-menu-item > .nav-link,
#main-menu .navbar-nav > .nav-item.current-menu-ancestor > .nav-link,
#main-menu .navbar-nav > .nav-item.current-page-ancestor > .nav-link,
#main-menu .navbar-nav > .nav-item.current-page-item > .nav-link,
#main-menu .navbar-nav > .nav-item > .nav-link[aria-current="page"],
#main-menu .navbar-nav > .nav-item > .nav-link.active {
    color: var(--brand-teal);
    font-weight: 700;
}

.dropdown-menu {
    position: absolute;
    top: 173%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #262626;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--brand-teal) !important;
    background-color: #000;
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--brand-teal);
    font-weight: 700;
    background-color: #000;
}

.footer-faq {
    position: relative;
    padding: clamp(3rem, 2.2rem + 3vw, 5.5rem) 0;
    background: #fff;
    overflow: hidden;
}

.footer-faq::after {
    content: "";
    position: absolute;
    top: 1.25rem;
    right: 0;
    width: min(16vw, 12rem);
    height: min(16vw, 12rem);
    border-top: 2px solid rgba(36, 55, 70, 0.12);
    border-right: 2px solid rgba(36, 55, 70, 0.12);
    border-top-right-radius: 2rem;
    transform: translate(35%, -35%) rotate(8deg);
    pointer-events: none;
}

.footer-faq__container {
    width: min(100% - 2rem, 58rem);
    margin: 0 auto;
}

.footer-faq__title {
    margin: 0 0 clamp(1.75rem, 1.35rem + 1.4vw, 2.75rem);
    color: var(--brand-navy);
    text-align: center;
}

.footer-faq__list {
    display: grid;
    gap: 1.125rem;
}

.footer-faq__item {
    border: 1.5px solid rgba(36, 55, 70, 0.7);
    border-top-left-radius: 0;
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.72);
    overflow: hidden;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.footer-faq__item:hover {
    border-color: rgba(106, 165, 169, 0.95);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 34px rgba(36, 55, 70, 0.08);
    transform: translateY(-2px);
}

.footer-faq__item.is-open {
    border-color: rgba(36, 55, 70, 0.82);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 42px rgba(36, 55, 70, 0.08);
}

.footer-faq__trigger {
    display: flex;
    align-items: center;
    gap: 0.95rem;
    width: 100%;
    padding: 1.4rem 1.45rem;
    border: 0;
    background: transparent;
    color: var(--brand-navy);
    text-align: left;
    cursor: pointer;
    transition: color 180ms ease;
}

.footer-faq__item:hover .footer-faq__trigger {
    color: var(--brand-teal);
}

.footer-faq__trigger:focus-visible {
    outline: 2px solid var(--brand-teal);
    outline-offset: -2px;
}

.footer-faq__icon {
    flex: 0 0 auto;
    width: 1rem;
    font-size: 1.55rem;
    line-height: 1;
    font-weight: 400;
    transition: transform 220ms ease, color 180ms ease;
}

.footer-faq__question {
    margin: 0;
    color: var(--brand-navy);
    font-family: 'Inter', Arial, sans-serif;
    font-size: clamp(1.1rem, 1.02rem + 0.28vw, 1.25rem);
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -0.01em;
    transition: color 180ms ease;
}

.footer-faq__item:hover .footer-faq__question {
    color: var(--brand-teal);
}

.footer-faq__item.is-open .footer-faq__question {
    font-weight: 500;
}

.footer-faq__panel {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 260ms ease, opacity 180ms ease;
}

.footer-faq__item.is-open .footer-faq__panel {
    grid-template-rows: 1fr;
    opacity: 1;
}

.footer-faq__panel-inner {
    overflow: hidden;
    padding: 0 1.45rem 0 3.15rem;
}

.footer-faq__answer {
    padding: 0 0 1.45rem;
    color: #1e1e1e;
    font-size: clamp(1rem, 0.96rem + 0.18vw, 1.1rem);
    line-height: 1.65;
    transform: translateY(-0.35rem);
    opacity: 0;
    transition: transform 220ms ease, opacity 180ms ease;
}

.footer-faq__item.is-open .footer-faq__answer {
    transform: translateY(0);
    opacity: 1;
}

.footer-faq__answer > :last-child {
    margin-bottom: 0;
}

.footer-faq__item.is-open .footer-faq__icon {
    transform: scale(1.08);
    color: var(--brand-teal);
}



/* Nav END */


@media (min-width: 992px) {}

@media (max-width: 767px) {
    .footer-faq {
        padding: 2.75rem 0;
    }

    .footer-faq__container {
        width: min(100% - 1.25rem, 58rem);
    }

    .footer-faq__trigger {
        gap: 0.75rem;
        padding: 1.1rem 1rem;
    }

    .footer-faq__question {
        font-size: 1.0625rem;
    }

    .footer-faq__panel-inner {
        padding: 0 1rem 0 2.65rem;
    }

    .footer-faq__answer {
        padding-bottom: 1.1rem;
    }
}

#hero-cta .row {
    background-color: var(--brand-olive);
    border-radius: 20px;
    overflow: hidden;
}

#help-points {
    padding: 70px 0;
}

#help-points .help-number {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto -4.25rem;
    background-color: var(--brand-navy);
    text-align: center;
    width: clamp(7.5rem, 22vw, 9.75rem);
    min-height: clamp(6.75rem, 20vw, 8.875rem);
    padding: 1rem;
    border-radius: 20px;
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-weight: 500;
    font-size: clamp(3.25rem, 2.4rem + 4vw, 5rem);
    line-height: 1;
    box-shadow: 0 16px 34px rgba(36, 55, 70, 0.18);
    position: relative;
    z-index: 2;
}

#help-points .help-block {
    background-color: rgba(167, 191, 163, 0.18);
    padding: clamp(5.75rem, 5rem + 2.5vw, 6.75rem) clamp(1.5rem, 1.15rem + 1.4vw, 2.5rem) clamp(2rem, 1.75rem + 1vw, 2.75rem);
    border-radius: 20px;
    min-height: 100%;
    text-align: center;
}

#help-points .help-block .wpb_wrapper {
    max-width: 15rem;
    margin: 0 auto;
}

#help-points .help-block p {
    margin-bottom: 0;
    color: var(--brand-navy);
}

#help-points .help-block p + p {
    margin-top: 1rem;
}

#help-points .help-block p:first-child {
    font-size: clamp(2rem, 1.6rem + 1.6vw, 3rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
    font-weight: 700;
}

#help-points .help-block p:first-child b,
#help-points .help-block p:first-child strong {
    font-weight: 700;
}

#help-points .help-block p:not(:first-child) {
    font-size: clamp(1rem, 0.95rem + 0.35vw, 1.1875rem);
    line-height: 1.55;
}

@media (max-width: 991px) {
    #help-points {
        padding: 3.5rem 0;
    }

    #help-points .vc_column_container + .vc_column_container {
        margin-top: 1.75rem;
    }
}

@media (max-width: 767px) {
    #help-points .help-number {
        margin-bottom: -3.6rem;
        width: 7rem;
        min-height: 6.5rem;
        font-size: 3rem;
    }

    #help-points .help-block {
        padding: 5rem 1.25rem 1.75rem;
    }

    #help-points .help-block .wpb_wrapper {
        max-width: 100%;
    }

    #help-points .help-block p:first-child {
        font-size: 2rem;
    }
}

/* Footer */

#ftr-logo {
    border-top: 10px solid var(--brand-navy);
    padding: 50px 0;
}

#ftr-menus {
    margin-bottom: 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-bottom: 30px;
}

#ftr-cta {
    border-bottom: 10px solid var(--brand-olive);
    background-image: url(/wp-content/uploads/2026/07/hero-image.jpg);
    background-size: cover;
    background-position: center center;
    color: #fff !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}

#ftr-cta h3 {
    color: #fff;
}

#ftr-cta .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10% 0;
}

/* Breadcrumbs */

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 20px 0;
    list-style: none;
    background: transparent;
    border: 0;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: var(--brand-navy);
}

.breadcrumb li {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.breadcrumb li + li::before {
    content: "/";
    margin: 0 0.45rem;
    color: rgba(36, 55, 70, 0.55);
}

.breadcrumb a {
    color: var(--brand-navy);
    text-decoration: none;
    transition: color 180ms ease;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
    color: var(--brand-teal);
    text-decoration: none;
}

.breadcrumb .current-item,
.breadcrumb .current-item span[property="name"] {
    color: var(--brand-navy);
    font-weight: 400;
}
