/*
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
*/

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Variables */
:root {
    /* Colours */
    --ark-green: #29a7a6;
    --ark-dark: #28363f;
    --ark-grey: #f2f2f2;
    --ark-blue: #287c96;

    /* Fonts */
    --body-copy: 16px;
}

.no-gutter .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
}

* {
    font-family: 'Inter', Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 300;
    margin: 0 0 1em 0 !important;
}

h1 {}
h2 {font-size: 44px; line-height: 60px; font-weight: 200;}
h3 {}
h4 {}
h5 {}
h6 {}

p {
    font-family: 'Inter', Arial, sans-serif;
    font-size: var(--body-copy);
    line-height: 26px;
    font-size: 300;
}

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

#hero-section h1 {
    font-size: 90px;
    line-height: 100px;
    margin-bottom: 20px !important;
    color: #fff;
    font-weight: 300;
}

#hero-section h1 span {
    color: var(--ark-green);
}

.white-text {color: #fff;}
.darkbg {background-color: var(--ark-dark); color: #fff;}
.greenbg {background-color: var(--ark-green); color: #fff;}
.greybg {background-color: var(--ark-grey);}
.bluebg {background-color: var(--ark-blue);}

.subtitle {
    font-size: 16px;
    letter-spacing: 5px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}


.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: 10% 0;}
    .site-band.top {padding: 10% 0 0 0;}
    .site-band.bottom {padding: 0 0 10% 0;}
}

.green-grad {
    background: #29A7A6;
    background: linear-gradient(180deg,rgba(41, 167, 166, 1) 50%, rgba(255, 255, 255, 1) 50%);
}

.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: 250px;
    margin: 20px 0;
	padding: 0px !important;
}

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

/* Links */

.ol, .bl {
    display: inline-block;
    padding: 20px 40px;
    border-radius: 35px;
    color: #fff;
    font-size: var(--body-copy);
    text-decoration: none;
    font-weight: 300;
}
.ol:after,
.bl:after {
    content: "";
    padding: 0px;
    opacity: 0;
    transition: opacity ease 0.5s, padding ease 0.5s;
}

.ol:hover:after,
.bl:hover:after {
    content: ">";
    color: inherit;
    padding: 0px 0px 0px 20px;
    opacity: 1;
    transition: opacity ease 0.5s, padding ease 0.5s;
}

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

.ol.onlight {
    background-color: transparent;
    border: 1px solid var(--ark-green);
    color: #000;
}

.ol.ondark {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

/* Navigation */


header {
    position: relative;
    width: 100%;
    background-color: var(--ark-dark);
    z-index: 2;
}

@media (min-width: 992px) {
    header {
        position: absolute;
        width: 100%;
        background-color: transparent;
        z-index: 2;
    }
}

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

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

#main-menu ul.navbar-nav li {
    padding: 0 10px;
}

#main-menu ul.navbar-nav li a {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
}

#main-menu ul.navbar-nav li a {
    position: relative;
    text-decoration: none;
}

#main-menu ul.navbar-nav li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background-color: var(--ark-green);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

#main-menu ul.navbar-nav li a:hover::after {
    transform: scaleX(1);
}


#main-menu ul.navbar-nav li a.active {
    color: var(--ark-green);
    font-weight: 500;
}

.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(--ark-green) !important;
    background-color: #000;
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--ark-green);
    font-weight: 900;
    background-color: #000;
}

/* Nav END */

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

.sector-block {
    transition: margin ease 0.5s, background-color ease 0.5s;
    margin: 0px;
    background-color: #fff;
    aspect-ratio: 4/3;
}

@media (min-width: 992px) {
    .sector-block {
        transition: margin ease 0.5s, background-color ease 0.5s;
        margin: 0px;
        background-color: #fff;
        aspect-ratio: 1/1;
    }
}

.sector-block:hover {
    background-color: var(--ark-blue) !important;
    color: #fff !important;
    margin-top: -20px;
    margin-bottom: 20px;
    transition: margin ease 0.5s, background-color ease 0.5s;
}

.sector-block .vc_custom_heading div {
    color: #000;
    font-weight: 200;
}

.sector-block:hover .vc_custom_heading div {
    color: #Fff !important;
}

.faq-question h3 {
    margin: 0px !important;
}

.faq-item {
    background-color: var(--ark-grey);
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 20px;
}

#ftr-smallprint {
    padding: 50px 0;
}

#ftr-links {
    padding: 5% 0;
}

#ftr-links h2 span {
    color: var(--ark-green);
}

footer .wpb_content_element {
    margin-bottom: 0px !important;
}

#ftr-links h2 {
    font-size: 90px;
    line-height: 100px;
    margin-bottom: 20px !important;
}

footer .menu {
    padding: 0px;
    margin: 0 0 30px 0;
    list-style-type: none;
    column-count: 2;
    column-gap: 30px
}
footer .menu li {
    margin: 0 0 20px 0;
}
footer a,
footer .menu li a {
    display: inline-block;
    font-size: 16px;
    color: var(--ark-dark);
    text-decoration: none;
}

footer .menu li a:hover {}

footer .menu li a:before {
    content: "";
    padding: 0px;
    opacity: 0;
    transition: opacity ease 0.5s, padding ease 0.5s, content ease 0.5s;
}
footer .menu li a:hover:before {
    content: ">";
    padding: 0 10px 0 0;
    opacity: 1;
    transition: opacity ease 0.5s, padding ease 0.5s, content ease 0.5s;
    color: var(--ark-green);
}

#page-title {
    background-color: var(--ark-dark);
    background-size: cover;
    background-position: center center;
}

#page-title .page-title-inner {
    padding: 300px 0 30px 0;
    background-color: rgba(40, 54, 63, 0.8);
}

#breadcrumbs-wrap {
    padding: 15px 0;
}

.breadcrumb {}

.breadcrumb li a {
    color: var(--ark-blue);
    text-decoration: none;
}
.breadcrumb li:after {
    content: "/";
    padding: 0 10px;
    color: var(--ark-green);
    font-size: 16px;
}
.breadcrumb li:last-child:after {
    content: none;
    padding: 0px;
}

#why {
    background-image: url('/wp-content/uploads/2026/01/why-bg.jpg');
    background-position: bottom;
    background-size: 100%;
    padding: 10% 0 300px 0;
    background-repeat: no-repeat;
}

#reasons {
    margin-top: 5%;
}

.blue-block .vc_column-inner {
    background-color: var(--ark-blue);
    color: #fff;
    padding: 30px;
    height: calc(100% - 30px);
}

