/*
Theme Name: Quicklaunch
Theme URI:
Author: Quicklaunch Ltd
Author URI: https://www.quicklaunch.co.uk/
Description: Parent 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 {
    --afd-green: #11b6c6;
    --afd-blue: #0b438b;
    --afd-red: #991851;
    --afd-offwhite: #e7e2d9;
}

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

@media (min-width: 992px) {
    .site-padding {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

.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;
    font-weight: 300;
    line-height: 1.4;
    margin: 0 0 0.5em 0;
}

h1 {font-size: 32px;}
h2 {font-size: 22px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {}
h6 {}

@media (min-width: 992px) {
    h1 {font-size: 48px;}
    h2 {font-size: 38px;}
    h3 {font-size: 28px;}
    h4 {font-size: 20px;}
    h5 {}
    h6 {}
}

blockquote {
    color: var(--afd-green);
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}

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

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

.offwhite-grad {
    background: var(--afd-offwhite);
}

@media (min-width: 992px) {
    .offwhite-grad {
        background: #EAE6DE;
        background: linear-gradient(90deg,rgba(234, 230, 222, 1) 65%, rgba(242, 240, 235, 1) 65%);
    }
}

.white-text {color: #fff;}
.darkbg {background-color: #252626;}
.greybg {background-color: #f2f2f2;}
.small {
    font-size: 85%;
	line-height: 150%;
}
.greenbg {
    background-color: var(--afd-green);
    color: #fff;
}

.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;}
}

.content ul li,
.content ol li,
.site-band ul li,
.site-band ol li,
.role ol li,
.role ul li {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: var(--text-color);
    /*font-weight: 300;*/
}

a {
    color: var(--afd-red);
    text-decoration: none;
    font-weight: 600;
}
a:hover {}

.bold {font-weight: 600;}

/* Links  */

.link {
    display: inline-block;
    padding: 20px 0;
    font-size: 14px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    color: inherit;
    letter-spacing: 2px;
    font-weight: 300;
    transition: background-color ease 0.5s, padding ease 0.5s;
}
.link:hover {
    color: #000;
    color: inherit;
}
.link:after {
    content: ">";
    padding-left: 15px;
    transition: padding-left 0.5s ease;
}

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

.link.green {
    border-bottom-color: var(--afd-green);
}
.link.green:hover {
    background-color: var(--afd-green);
    padding: 20px;
    color: #fff;
    transition: background-color ease 0.5s, padding ease 0.5s;
}
.link.green:after {color: var(--afd-green);}
.link.green:hover:after {color: #fff;}

.bl {
    display: inline-block;
    padding: 20px 30px;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    color: inherit;
    letter-spacing: 2px;
    font-weight: 300;
    transition: background-color ease 0.5s, padding ease 0.5s;
}
.bl:hover {
    padding: 20px 45px;
}

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

/* Navigation */

.sub-menu-column-padding {
    padding: 50px 30px !important;
    min-height: 500px !important;
}

.sub-menu-additional {
    background-color: #fff !important;
    padding: 50px 0 !important;
}

/* Megamenu sub images */

.mega-sub-menu-image-wwa {
    background-image: url('/wp-content/uploads/2025/12/about-sub-menu.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
}

.mega-sub-menu-image-wwd {
    background-image: url('/wp-content/uploads/2025/12/what-we-do-mm.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
}

.mega-sub-menu-image-sectors {
    background-image: url('/wp-content/uploads/2025/12/sectors-mm.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
}

.mega-sub-menu-image-news {
    background-image: url('/wp-content/uploads/2025/12/sectors-mm.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
}

/* /  */

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


.site-notice {
    background-color: #262626;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    position: absolute;
    z-index: 10;
    width: 100%;
    bottom: 0;
}

.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;
}



/* Homepage intro seciton */

p.sub-heading {
    color: var(--afd-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.bg-cover {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

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

/* Display services  */

.single-sector-wrap,
.single-service-wrap {
    position: relative;
    background-color: var(--afd-blue);
    min-height: 200px;
    aspect-ratio: 3 / 4;
    border-bottom-width: 0px;
    height: 100%;
    transition: border-bottom-width ease 0.5s, margin ease 0.5s, padding ease 0.5s;
}
.single-sector-wrap:hover,
.single-service-wrap:hover {
    border-bottom-color: var(--afd-blue);
    border-bottom-width: 5px;
    border-bottom-style: solid;
    transition: border-bottom-width ease 0.5s, margin ease 0.5s, padding ease 0.5s;
}

.single-sector-wrap .post-content,
.single-service-wrap .post-content {
    padding: 30px;
    position: absolute;
    top: 0;
    z-index: 10;
}
.single-sector-wrap .sector-name,
.single-service-wrap .service-name {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
}
.single-sector-wrap .overlay,
.single-service-wrap .overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--afd-red);
    opacity: 0;
    min-height: 400px;
    z-index: 2;
    transition: opacity ease 0.5s;
}
.single-sector-wrap:hover .overlay,
.single-service-wrap:hover .overlay {
    opacity: 0.5;
    transition: opacity ease 0.5s;
}

.single-sector-wrap .thumbnail,
.single-service-wrap .thumbnail {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    min-height: 400px;
    overflow: hidden;
}
.single-sector-wrap .featured-image,
.single-service-wrap .featured-image {
    position: relative;
    opacity: 0.8;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    scale: 1;
    filter: grayscale(0);
    transition: filter ease 0.5s, scale ease 0.5s;
}
.single-sector-wrap:hover .featured-image,
.single-service-wrap:hover .featured-image {
    scale: 1.2;
    filter: grayscale(100);
    transition: filter ease 0.5s, scale ease 3s;
}

.single-sector-wrap .learnmore,
.single-service-wrap .learnmore {
    position: absolute;
    z-index: 11;
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 150px;
    text-align: center;
    left: calc(50% - 75px);
    top: calc(50% - 0px);
    color: #fff;
    opacity: 0;
    transition: opacity ease 0.5s, top ease 0.5s;
}

.single-sector-wrap:hover .learnmore,
.single-service-wrap:hover .learnmore {
    left: calc(50% - 75px);
    top: calc(50% - 30px);
    opacity: 1;
    transition: opacity ease 0.5s, top ease 0.5s;
}


.single-sector-wrap .learnmore i,
.single-sector-wrap .learnmore svg,
.single-service-wrap .learnmore i,
.single-service-wrap .learnmore svg {
    font-size: 60px;
    color: #fff;
}

/* Case studies slider */
.cs-slider-outer {width: auto;}


@media (min-width: 992px) {
    /* Case studies slider */
    .cs-slider-outer {width: calc(50vw + 49.4%);}
}


/* Core slider layout */
.afd-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
    touch-action: pan-y; /* allow vertical scroll on phones */
}

.afd-slider-track {
    display: flex;
    transition: transform 0.35s ease;
    will-change: transform;
    gap: 30px; /* column gap between slides */
}

.afd-slide {
    flex: 0 0 auto;
    background: white;
    box-sizing: border-box;
}

.afd-slide-inner {
    height: 200px; /* demo height */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* TEMP styling for layout debugging */
.cs-slider-outer {
    overflow: visible;
}

/* Arrows */
.afd-prev, .afd-next {
    cursor: pointer;
    font-size: 30px;
    background: none;
    border: none;
}

.afd-slide-inner {
    display: flex;
    flex-direction: column;   /* SIDE-BY-SIDE layout */
    align-items: flex-start;
    gap: 30px;             /* spacing between thumbnail & text */
    height: 100%;
    box-sizing: border-box;
}

/* Thumbnail column */
.afd-slide-inner .thumbnail {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    aspect-ratio: 16/9;
}

.afd-slide-inner .featured-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.slide-post-content {
    flex: 1;
    display: block;
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px;
    position: relative;
}

@media (min-width: 992px) {
    .afd-slide-inner {
        display: flex;
        flex-direction: row;   /* SIDE-BY-SIDE layout */
        align-items: flex-start;
        gap: 30px;             /* spacing between thumbnail & text */
        height: 100%;
        box-sizing: border-box;
    }
    /* Thumbnail column */
    .afd-slide-inner .thumbnail {
        display: block;
        flex: 0 0 45%;         /* control width of the image column */
        max-width: 45%;        /* prevents stretching */
        position: relative;
        height: 100%;
        aspect-ratio: unset;
    }

    .afd-slide-inner .featured-image {
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
    }

    /* Text/content column */
    .slide-post-content {
        flex: 1;
        display: block;
        flex-direction: column;
        justify-content: flex-start;
        padding: 30px 30px 30px 0px;
        position: relative;
    }

    .no-image .slide-post-content {
        flex: 1;
        display: block;
        flex-direction: column;
        justify-content: flex-start;
        padding: 60px;
        position: relative;
    }
}

.slide-post-content a {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    margin-bottom: 15px;
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}

.slide-post-content a.slide-readmore {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 200;
    padding-bottom: 10px;
    border-bottom: #11b6c6 1px solid;
    width: auto;
}

.slide-post-content p {
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
   margin-bottom: 15px;
}

.carousel-prev,
.carousel-next,
.afd-prev,
.afd-next {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #000;
    color: #000;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    margin: 10px;
    transition: background ease 0.5s;
}

.carousel-prev:hover,
.carousel-next:hover,
.afd-prev:hover,
.afd-next:hover {
    border-color: var(--afd-red);
    background-color: var(--afd-red);
    color: #fff;
    transition: background ease 0.5s;
}

.afd-slider-controls {
    text-align: right;
    height: 100%;
}

/* testimonials */

.testimonial-block {
    background-color: var(--afd-green);
    color: fff;
    position: relative;
}

.testimonial-image {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    height: 300px;
    background-color: red;
    margin: -30px 0 30px 0;
}

@media (min-width: 992px) {
    .testimonial-image {
        position: absolute;
        right: 0;
        top: 0;
        width: 25%;
        height: 100%;
        margin: 0;
        background-color: red;
    }
}

.testimonial-block .testimonial-text {
    margin: 20px 0;
}

.testimonial-block .testimonial-text p {
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    font-weight: 200;
}

@media (min-width: 992px) {
    .testimonial-block .testimonial-text p {
        color: #fff;
        font-size: 40px;
        line-height: 60px;
        font-weight: 200;
    }
}

p.testimonial-author {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}

a.view-case-study {
    display: inline-block;
    width: 70px;
    height: 70px;
    color: #fff;
    font-size: 40px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-image: initial;
    margin: 10px;
    transition: background 0.5s;
}

a.view-case-study:hover {
    background-color: var(--afd-red);
    color: rgb(255, 255, 255);
    border-color: var(--afd-red);
    transition: background 0.5s;
}


/*  */

#display-services,
#display-sectors {
    position: relative;
}

.service-prev,
.sectors-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 999;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    font-size: 25px;
    line-height: 35px;
    background-color: var(--afd-green);
    color: #fff;
}

.service-next,
.sectors-next {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 999;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    font-size: 25px;
    line-height: 35px;
    background-color: var(--afd-green);
    color: #fff;
}

/* Footer */

.accred-slider-wrap {
    width: 100%;
    margin: 50px 0;
}

.accred-slider-wrap .accred-slide {
    padding: 10px;
    text-align: center;
}

.accred-slider-wrap .accred-logo {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

/* Logo styling */
.accred-slider-wrap .accred-logo {
    max-width: 170px;
    max-height: 100px; /* optional, keeps logos tidy */
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;        /* prevents stretching */
}

#display-testimonials + .logo-band {
    margin-top: 5%;
}

footer {
    margin: 50px 0 0 0;
}

footer .footer-menu-wrapper {
    background-color: var(--afd-blue);
    padding: 30px;
}

footer a.footer-brand {
    display: inline-block;
    width: 240px;
    margin-bottom: 40px;
}

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

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

footer .menu li {
    display: inline-block;
}

footer .menu li:after {
    content: "|";
    padding: 0 10px;
}

footer .menu li:last-child:after {
    content: none;
    padding: 0px;
}
footer .menu li a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}

/**/

#page-title {
    background-size: cover;
    background-position: center center;
}

#page-title .page-title-inner {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 50vh 0 0 0;
}

#page-title .page-title-content {
    background-color: var(--afd-offwhite);
    padding: 30px;
}
.sub-title-heading,
#page-title .page-title {
    color: var(--afd-green);
    font-weight: 200;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 5px;
}

#page-title .page-title-content h1 {
    font-size: 28px;
    line-height: 1.5;
    margin: 10px 0 0 0;
}

.bc-wrap {
    padding: 15px 0;
}

.breadcrumb li {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 5px;
}

.breadcrumb li:after {
    content: "/";
    padding: 0 10px;
}

.breadcrumb li:last-child:after {
    content: none;
    padding: 0px;
}

.breadcrumb li span {}
.breadcrumb li a {
    color: var(--afd-green);
    text-decoration: none;
    font-weight: 600;
}

/* Careers */

#careers-band {position: relative;}

#careers-block-wrap {
    position: relative;
    min-height: 350px;
    background-color: red;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
}

.careers-bg-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: green;
    z-index: 1;
}

.bg-image-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
}

#careers-block-wrap .overlay {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 10px;
}

#careers-block-wrap:hover .overlay {
    border-left-color: var(--afd-red);
}

.careers-block-content {
    position: relative;
    z-index: 10;
    color: white; /* optional */
    max-width: 100%;
    padding: 10%;
}

@media (min-width: 992px) {
    .careers-block-content {
        position: relative;
        z-index: 10;
        color: white; /* optional */
        max-width: 50%; /* optional for nicer reading */
        padding: 11% 0% 11% 10%;
    }
}

/*  */
.column-inner {
    padding: 15% 10%;
    background-color: var(--afd-offwhite);
}

.display-pages-block .page-block {
    display: block;
    min-height: 350px;
    background: red;
    position: relative;
}

.display-pages-block .page-block.case-study {
    display: block;
    min-height: 350px;
    position: relative;
    aspect-ratio: 1/1;
}

.display-pages-block .page-block-bg-wrap {
    position: absolute;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    z-index: 2;
}

.display-pages-block .page-block-bg-img {
    position: absolute;
    width: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    scale: 1;
    transition: scale ease 0.5s;
    z-index: 1;
}

.page-block:hover .page-block-bg-img {
    scale: 1.2;
    transition: scale ease 0.5s;
}

.display-pages-block .page-block .overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    z-index: 3;
    transition: background-color ease 0.5s;
}

.display-pages-block .page-block:hover .overlay {
    background-color: rgba(163, 25, 91, 0.8);
    transition: background-color ease 0.5s;
}

.display-pages-block .page-name {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #fff;
    padding: 30px;
    z-index: 4;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

.display-pages-block .page-name span {
    float: right;
}

/* Single Team */

.profile-image-wrap {
    position: relative;
    height: 350px;
    max-height: 350px;
    left: 0px;
    width: 100%;
    margin: 0px 0px 30px 0px;
}

/*
Break the image out of the container so it aligns to viewport.
*/
.large-profile-image {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    .profile-image-wrap {
        position: absolute;
        height: 100%;
        max-height: 800px;
        left: 30px;
        width: calc(45% + -30px);
    }

    /*
    Break the image out of the container so it aligns to viewport.
    */
    .large-profile-image {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

h3.profile-name {
    font-weight: 800;
    font-size: 56px;
    line-height: 66px;
    margin: 0px;
}

p.quals {
    margin: 0 0 15px 0;
}

a.profile-linkedin {
    display: inline-block;
    font-size: 12px;
    color: #000;
    background-color: transparent;
    font-weight: 200;
    padding: 5px 10px;
    border: 1px solid #000;
    text-decoration: none;
    transition: background-color ease 0.5s, color ease 0.5s;
}

a.profile-linkedin:hover {
    color: #fff;
    background-color: var(--afd-green);
    transition: background-color ease 0.5s, color ease 0.5s;
    border: 1px solid transparent;
}

.team-bio {
    margin: 30px 0;
}

/**/

.single-member-warp .profile-image {
    position: relative;
    display: block;
    min-height: 250px;
    aspect-ratio: 1/1;
    background: red;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.single-member-warp .overlay {
    position: absolute;
    min-height: 100%;
    width: 100%;
    color: #fff;
    background: rgb(163, 25, 91);
    text-align: center;
    opacity: 0;
    z-index: 3;
    transition: opacity ease 0.5s;
}

.single-member-warp .overlay svg,
.single-member-warp .overlay i {
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    margin-top: calc(50% - 35px);
}

.single-member-warp .small-profile-image {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    scale: 1;
    transition: scale ease 0.5s;
}

.single-member-warp:hover .profile-image .overlay {
    opacity: 0.8;
    transition: opacity ease 0.5s;
}
.single-member-warp:hover .profile-image .small-profile-image {
    scale: 1.2;
    transition: scale ease 0.5s;
}

a.single-member-name {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}


/*  */

#abt-creds {
    background-color: var(--afd-offwhite);
}

/* Single services */

.--2cols {
    column-count: 2;
    column-gap: 30px;
}

.text-block-wrap {}
.blue-text-block {
    position: relative;
    min-height: 200px;
    background-color: var(--afd-blue);
    margin: 0px 0;
    z-index: 1;
    padding: 10%;
    color: #fff;
}

.text-block-wrap .text-block-image {
    display: none;
}

@media (min-width: 992px) {

    .blue-text-block {
        position: relative;
        min-height: 200px;
        background-color: var(--afd-blue);
        margin: 100px 0;
        z-index: 1;
        padding: 10%;
        color: #fff;
    }
    .text-block-wrap .text-block-image {
        position: relative;
        height: 100%;
        margin-left: -50%;
        background: green;
        z-index: 0;
        display: block;
    }
}

.reasons {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    gap: 20px; /* adjust spacing as needed */
}

/* Square items */
.reasons li {
    aspect-ratio: 1 / 1; /* makes each item a square */
    background: var(--afd-offwhite); /* optional */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 30px 30px 30px;
    font-size: 30px !important;
    line-height: 40px !important;
    font-weight: 200;
}

.reasons li:hover {
    background-color: #eae6de;
    border-bottom-color: var(--afd-red);
    border-bottom-width: 5px;
    border-bottom-style: solid;
    padding: 30px 30px 25px 30px;
}

#footer-form {
    background-color: var(--afd-offwhite);
    margin-bottom: 70px;
}

/* Form */

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    border: none;
}

label {
    color: var(--afd-green);
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 200;
    margin: 0 0 10px 0;
}

.wpcf7-not-valid-tip {
    background-color: var(--afd-red);
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    line-height: 12px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    background-color: var(--afd-red);
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 14px;
    border: none;
}

input[type="submit"] {
    display: inline-block;
    padding: 20px 40px;
    background-color: var(--afd-green);
    color: #fff;
    border: none;
    font-size: 18px;
    line-height: 18px;
}

/* Case studies */

/* Case study item base state */
.cs-item {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Hiding animation */
.cs-item.hiding {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

/* Showing animation */
.cs-item.showing {
    opacity: 0;
    transform: translateY(20px);
}
.cs-item.visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

#blog-filters a.blog-filter,
.cs-filter {
    display: inline-block;
    margin-right: 10px;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #262626;
    background-color: transparent;
    cursor: pointer;
}

.cs-filter:hover,
#blog-filters a.blog-filter:hover {
    color: var(--afd-red);
}

.cs-filter.active,
#blog-filters a.blog-filter.active {
    font-weight: 600;
    color: var(--afd-green);
}



/* Blog */

#blog-feed {}

#blog-feed .post-card {
    margin-bottom: 30px;
}

#blog-feed .post-card .thumbnail {
    display: block;
    position: relative;
    aspect-ratio: 4/3;
    background-color: #f2f2f2;
    overflow: hidden;
    margin-bottom: 20px;
}

#blog-feed .post-card .thumbnail .featured {
    position: absolute;
    display: inline-block;
    top: 10px;
    right: 10px;
    background-color: var(--afd-red);
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    padding: 7px 15px;
    z-index: 1;
}

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

#blog-feed .post-card:hover .thumbnail .featured-image {
    scale: 1.2;
    transition: scale ease 0.5s;
}

#blog-feed .post-card .post-content {}
#blog-feed .post-card .post-content .post-title {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 200;
    margin-bottom: 10px;
    color: #000;
}
#blog-feed .post-card .post-content .read-more {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 5px;
    font-weight: 400;
}

#blog-feed .post-card .post-content .read-more:after {
    content: ">";
    color: var(--afd-green);
    margin-left: 20px;
    opacity: 0;
    transition: opacity ease 0.5s, margin-left ease 0.5s;
}

#blog-feed .post-card .post-content .read-more:hover:after {
    opacity: 1;
    margin-left: 30px;
    transition: opacity ease 0.5s, margin-left ease 0.5s;
}

#blog-feed .post-card .post-content date {
    font-size: 18px;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
}

.blog-item.fade-in {
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.3s ease forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#blog-posts.loading {
    opacity: 0.4;
    pointer-events: none;
}

/* Contact us */


.contact-details {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.contact-details li {
    margin: 0 0 10px 0;
    position: relative;
    padding: 0 0 0 30px;
}

.contact-details li svg, 
.contact-details li i {
    position: absolute;
    left: 0px;
    top: 6px;
    color: var(--afd-red);
}



/**/

.socials {
    margin: 0px 0px 30px 0px;
    padding: 0px;
    list-style-type: none;
    text-align: left;
}

@media (min-width: 992px) {
    .socials {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        text-align: right;
    }
}
.socials span.sm-text {
    font-size: 30px;
    line-height: 30px;
}
.socials a.sm-icon {
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: var(--afd-green);
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
}

/* News Menu */

.menu-news-list .menu-news-item:first-child {
	padding-top: 0px;
}

.menu-news-list .menu-news-item {
	padding: 30px 0;
	border-bottom: 1px solid #4d4d4d;
}

.menu-news-list .menu-news-item .featured-label {
	display: inline-block;
	padding: 5px 15px;
	font-size: 12px;
	line-height: 12px;
	background-color: var(--afd-green);
	background-color: #fff;
	margin: 0 0 10px 0;
}

.menu-news-list .menu-news-item .news-title {
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	color: #6b6b6b;
	text-decoration: none;
	margin: 0 0 10px 0;
}

.menu-news-list .menu-news-item .news-title:hover {
	color: var(--afd-green);
}

.menu-news-list .menu-news-item .news-meta a,
.menu-news-list .menu-news-item .news-meta {
	font-size: 15px;
	line-height: 22px;
}


ul.mega-sub-menu .mega-menu-item .mega-menu-link:after {
	content: ">" !important;
	color: red !important;
}






