/*
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 */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --ipj-green: #008c9d;
    --text-color: #666666;
}

.slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
    line-height: 1.4;
    margin: 0 0 18px 0;
}

h1 {font-weight: 300;}
h2 {font-size: 22px; font-weight: 300;}
h3 {font-weight: 600;}
h4 {font-weight: 600;}
h5 {font-weight: 600;}
h6 {
    margin: 0 0 0.5em 0;
}

@media (min-width: 992px) {
    h1 {}
    h2 {font-size: 38px;}
    h3 {}
    h4 {}
    h5 {}
    h6 {
        margin: 0 0 0.5em 0;
    }
}

p {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 30px 0;
    color: var(--text-color);
    font-weight: 300;
    /*color: inherit;*/
}

b {
    font-weight: 700;
}

p.large  {
    font-size: 30px;
    line-height: 40px;
}

.breadcrumb {}
.breadcrumb li:after {
    content: "/";
    padding: 0 10px;
    color: var(--ipj-green);
}
.breadcrumb li:last-child:after{
    content: "";
    padding: 0px;
}
.breadcrumb li span {color: #fff;}
.breadcrumb li a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.greenbg {background-color: var(--ipj-green); color: #fff;}
.white-text p, .white-text {color: #fff;}
.darkbg {background-color: #252626;}
.greybg {background-color: #f2f2f2;}
.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: 5% 0;}
    .site-band.top {padding: 5% 0 0 0;}
    .site-band.bottom {padding: 0 0 5% 0;}
}

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

a {}
a:hover {}

.bold {font-weight: 600;}

/* Links  */

.link {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    color: #000;
    padding: 0 0 15px 0;
    border-bottom: solid 2px var(--ipj-green);
}

.link:hover {color: #000;}
.link:hover:after {color: var(--ipj-green);}

.bl {
    display: inline-block;
    padding: 15px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}

.link:after,
.ol:after,
.bl:after {
    content: "";
    font-size: 18px;
    padding-left: 0px;
    opacity: 0;
    transition: opacity ease 0.5s, padding ease 0.5s;
}

.link:hover:after,
.ol:hover:after,
.bl:hover:after {
    content: ">";
    padding-left: 20px;
    opacity: 1;
    transition: opacity ease 0.5s, padding ease 0.5s;
}

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

.ol {
    display: inline-block;
    padding: 15px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    background: transparent;
    border-width: 1px;
    border-style: solid;
}

.ol.green {
    color: #000;
    border-color: var(--ipj-green);
}

.ol.white {
    color: #fff;
    border-color: #fff;
}

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


.site-notice {
    background-color: var(--ipj-green);
    color: #fff;
    padding: 15px 0;
    text-align: center;
    position: absolute;
    z-index: 10;
    width: 100%;
}

.site-notice p {
    font-size: 15px;
    color: #fff;
    margin: 0px;
}

.site-notice a {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

.site-notice .site-notice-close {
    color: #fff;
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 13px;
    text-decoration: none;
}

#hp-intro {
    overflow: hidden;
}

/* Hero slider */

/* === Hero Section Container === */
#hero-section {
    position: relative;
    height: calc(100vh - 150px);
    min-height: 600px;
    overflow: hidden;
}

/* === Content Layer (text) === */

.page-title-inner {
    height: 80vh;
}

#page-title .page-title-inner,
#hero-section .content-wrap {
    position: relative;
    z-index: 3;
    color: #fff;
    display: flex;
    align-items: end;
    height: 100%;
    padding-top: 0; /* remove the previous top padding */
}

#page-title .content-wrap-inner,
#hero-section .content-wrap-inner {
    padding-bottom: 5%;
    padding-left: 50px;
    border-left: var(--ipj-green) solid 6px;
}

#hero-section p {
    color: #fff;
}

#hero-section .content-wrap p.small-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 10px 0;
}
#hero-section .content-wrap h1 {
    font-size: 3em;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 20px 0;
}


@media (min-width: 992px) {
    #hero-section .content-wrap p.small-text {
        font-weight: 400;
    font-size: 18px;
    line-height: 28px;
        margin: 0 0 10px 0;
    }
    #page-title h1,
    #hero-section .content-wrap h1 {
        font-size: 4em;
        line-height: 1.2;
        font-weight: 700;
        margin: 0 0 20px 0;
    }
}

/* === Overlay === */
#hero-section .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 2;
    pointer-events: none;
}

/* === Slider === */
.hero-slider {
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* Force the Slick structure to fill hero height */
.hero-slider,
.hero-slider .slick-list,
.hero-slider .slick-track,
.hero-slider .slick-slide,
.hero-slider .slide {
    height: calc(100vh - 150px) !important;
    min-height: 600px;
}

/* Slide backgrounds */
.hero-slider .slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Video slides */
.hero-slider .slide.video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* === Slide Counter === */
.slide-counter {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 4;
    display: flex;
    gap: 8px;
}

.slide-counter .square {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    opacity: 0.5;
    transition: opacity 0.3s, background 0.3s;
}

.slide-counter .square.active {
    background: #fff;
    opacity: 1;
}

/* Homepage intro seciton */

p.sub-heading {
    color: var(--ipj-green);
    font-size: 14px;
    letter-spacing: 5px;
    font-weight: 200;
    text-transform: uppercase;
}

/* ========== GLOBAL REUSABLE STYLES ========== */

/* equal-height & vertically centred rows */
.vl-row-middle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* reusable image wrapper */
.image-wrapper {
    width: 100%;
    height: 100%;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .image-wrapper {
        min-height: 250px;
    }
}


/* basic logo band structural rules */

.logo-slider .slick-track {
    display: flex;
    gap: 20px;
}
.logo-slider .logo-item {
    text-align: center;
}

.logo-slider .logo-item img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}


/* Homepage services band */

.post-card-wrap {
    min-height: unset;
    position: relative;
    aspect-ratio: 16 / 9;
    display: block;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .post-card-wrap {
        min-height: 400px;
        position: relative;
        aspect-ratio: 3 / 4;
        display: block;
        margin: 0;
    }
}

.post-card-wrap .thumbnail {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 1;
}

.post-card-wrap .featured-image-wrap {
    width: 100%;
    height: 100%;
    background-size: cover;
    scale: 1;
    transition: scale ease 0.5s;
    background-position: center center;
}

.post-card-wrap:hover .featured-image-wrap {
    scale: 1.2;
    transition: scale ease 0.5s;
}

.post-card-wrap .overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: transparent;
    pointer-events: none;
    transition: opacity ease 0.5s;
}

.post-card-wrap:hover .overlay {
    background: #008C9D;
    background: linear-gradient(0deg,rgba(0, 140, 157, 0.63) 0%, rgba(255, 255, 255, 0) 93%);
    opacity: 1;
    transition: opacity ease 0.5s;
}

.post-card-wrap .card-content {
    width: 100%;
    bottom: 0;
    position: absolute;
    bottom: 0;
    padding: 30px;
    z-index: 3;
}

.post-card-wrap .card-content a {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
}


/* Stats */

.stat-wrapper {
    background-color: #fff;
    border-radius: 10px;
    aspect-ratio: unset;
    padding: 15% 0;
    display: flex;
    flex-direction: column;
    align-items: center;      /* vertical alignment */
    justify-content: center;  /* horizontal alignment */
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .stat-wrapper {
        background-color: #fff;
        border-radius: 10px;
        aspect-ratio: 1 / 1;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;      /* vertical alignment */
        justify-content: center;  /* horizontal alignment */
        margin-bottom: 30px;
    }
}

p.stat-number {
    font-weight: 600;
    margin: 0px;
    font-size: 70px;
    line-height: 70px;
    color: #000;
}

.stat-wrapper p:nth-child(2) {
    font-size: 18px;
    font-weight: 600;
    color: var(--ipj-green);
    margin-bottom: 0px;
}

.hp-case-studies-inner,
#hp-case-studies {
    background: #fff;
}


@media (min-width: 992px) {
    #hp-case-studies {
        background: #008C9D;
        background: linear-gradient(90deg,rgba(0, 140, 157, 1) 37%, rgba(255, 255, 255, 1) 37%);
    }
    .hp-case-studies-inner {
        background: #F2F2F2;
        background: linear-gradient(180deg,rgba(242, 242, 242, 1) 50%, rgba(255, 255, 255, 0) 50%);
    }
}

.green-block {
    height: 100%;
    background-color: var(--ipj-green);
    text-align: left;
    color: #fff;
    padding: 20% 15% 0 0;
}

/* slides */

.case-study-slide {
    aspect-ratio: 1/1;
    position: relative;
}

@media (min-width: 992px) {
    .case-study-slide {
        aspect-ratio: 16/9;
        position: relative;
    }
}

.case-study-slide .thumbnail {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.case-study-slide .thumbnail .featured-image-wrap {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    scale: 1;
    transition: scale ease 0.5s;
}

.case-study-slide:hover .thumbnail .featured-image-wrap {
    scale: 1.1;
    transition: scale ease 1s;
}

.case-study-slide .overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
    transition: background-color ease 0.5s;
}

.case-study-slide:hover .overlay {
    background-color: rgba(0, 0, 0, 0.3);
    transition: background-color ease 0.5s;
}

.case-study-slide .slide-content {
    z-index: 3;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.case-study-slide .slide-content a.cs-title {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.hp-case-studies-inner .next {
    display: none;
    margin-top: 0%;
}

@media (min-width: 992px) {
    .hp-case-studies-inner .next {
        display: block;
        text-decoration: none;
        font-size: 50px;
        color: var(--ipj-green);
        margin-top: 360%;
    }
}

.dots {
    overflow: hidden;
    width: 100%;
}

.case-study-slider {
    overflow: hidden; /* prevents pre-slick overflow */
}

.case-study-slider-inner {
    width: 100%;
}

.case-study-slider-inner > .case-study-slide {
    width: 100%;
    display: block;  /* prevents side-by-side before Slick */
}
/* Hide slides BEFORE slick loads */
.case-study-slider .case-study-slide {
    display: none;
}

/* Show slides ONLY after Slick injects its classes */
.case-study-slider.slick-initialized .case-study-slide {
    display: block;
}

/*  Blogs */

.blog-post-wrap {
    margin-bottom: 30px;
}
.blog-post-wrap .featured-image-link {
    aspect-ratio: 4 / 3;
    display: block;
    min-height: 200px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.blog-post-wrap .thumbnail {
    position: relative;
    width: 100%;
    min-height: 100%;
    background-size: cover;
    scale: 1;
    transition: scale ease 0.5s;
}
.blog-post-wrap:hover .thumbnail {
    scale: 1.2;
    transition: scale ease 0.5s;
}
.blog-post-wrap .featured-link {
    display: inline-block;
    font-size: 12px;
    background-color: var(--ipj-green);
    color: #fff;
    padding: 5px 10px;
    border-radius: 35px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}
.blog-post-wrap .post-content {}
.blog-post-wrap date {color: var(--ipj-green);}
.blog-post-wrap .post-title {
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    margin-bottom: 10px;
}
.blog-post-wrap .post-link {
    color: var(--ipj-green);
    text-decoration: none;
}

.blog-post-wrap .post-link:after {
    content: ">";
    padding-left: 10px;
    opacity: 0;
    transition: padding ease 0.5s, opacity ease 0.5s;
}

.blog-post-wrap .post-link:hover:after {
    content: ">";
    padding-left: 20px;
    opacity: 1;
    transition: padding ease 0.5s, opacity ease 0.5s;
}

#ftr-creds {
    background: var(--ipj-green);
    padding: 100px 0 600px 0;
    color: #fff;
    background-image: url('/wp-content/uploads/2025/11/footer-image-desktop.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
}

#ftr-creds p {color: #fff}

/* Testimonial Slider */

.testimonial-slider-wrapper {
    margin: 20% 0 10% 0;
    position: relative;
}

.testimonial-slider-wrapper .testimonial-text p{
    font-size: 30px;
    line-height: 50px;
    font-weight: 200;
}

.testimonial-wrapper-controls {}

p.testimonial-auth {
    margin: 0 0 10px 0;
}

.testimonial-wrapper-controls a.testimonial-prev,
.testimonial-wrapper-controls a.testimonial-next {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-weight: 200;
    color: var(--ipj-green);
    border-color: var(--ipj-green);
    border-width: 1px;
    border-style: solid;
    text-decoration: none;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    transition: background-color ease 0.5s;
}

.testimonial-wrapper-controls {
    margin: 30px 0 0 0;
}

.testimonial-wrapper-controls a.testimonial-prev:hover,
.testimonial-wrapper-controls a.testimonial-next:hover {
    color: #fff;
    background-color: var(--ipj-green);
    transition: background-color ease 0.5s;
}

a.related-cs-link {
    display: inline-block;
    color: var(--text-color);
    font-size: 12px;
    line-height: 22px;
    padding: 5px 15px;
    background-color: transparent;
    text-decoration: none;
    margin: 0 0 10px 0;
    border-radius: 5px;
    border: 1px solid var(--ipj-green);
    transition: background-color ease 0.5s;
}

a.related-cs-link:after {
    content: ">";
    padding-left: 0px;
    opacity: 0;
    transition: opacity ease 0.5s, padding ease 0.5s;
}

a.related-cs-link:hover:after {
    content: ">";
    padding-left: 20px;
    opacity: 1;
    transition: opacity ease 0.5s, padding ease 0.5s;
}

a.related-cs-link:hover {
    background-color: var(--ipj-green);
    color: #fff;
    transition: background-color ease 0.5s;
}

/* footer */

.creds-slider-wrap {
    width: 100%;
}

.cred-slide {
    padding: 10px;
}

.cred-logo img {
    width: 100%;
    height: auto;
    display: block;
}

.creds-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    align-items: center;
}

@media (max-width: 992px) {
    .creds-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 576px) {
    .creds-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.cred-item img {
    width: 100%;
    height: auto;
    display: block;
}

footer #ftr-signup,
footer #ftr-links {
    padding: 3% 0;
}

footer .menu {
    margin: 0px 0px 30px 0px;
    padding: 0px;
    list-style-type: none;
}

footer .menu li {
    margin-bottom: 10px;
}
footer .menu a {
    color: var(--text-color);
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

footer #ftr-smallprint p {
    font-size: 14px;
    margin: 0px;
}

ul.socials-list {
    margin: 0 0 30px 0;
    padding: 0px;
    list-style-type: none;
}
ul.socials-list li {
    display: inline-block;
}
ul.socials-list li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    border: 1px solid var(--ipj-green);
    border-radius: 50%;
    color: #000;
    transition: background-color ease 0.5s;
}

ul.socials-list li a:hover {
    background-color: var(--ipj-green);
    color: #fff;
    transition: background-color ease 0.5s;
}

/* page headers */

#page-title {
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 60vh;
    min-height: 500px;
}
#page-title .page-title-inner {
    background-color: rgba(0, 0, 0, 0.5);
}


















