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

html,
body {
    background-color: #ebebeb;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "museo-sans", sans-serif;
    font-weight: 100;
    margin-bottom: 0.5em;
}

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

#homepage-logos .slick-slide img {
	filter: grayscale(1);
	opacity: 0.8;
	transition: filter ease 0.5s, opactiy ease 0.5s;
	padding: 0 20px;
}

#homepage-logos .slick-slide:hover img {
	filter: none;
	opacity: 1;
	transition: filter ease 0.5s, opactiy ease 0.5s;
}

h1 {}
h2 {font-size: 30px; line-height: 1.2em; font-weight: 100;}
h3 {font-size: 26px; line-height: 1.2em; font-weight: 100;}
h4 {}
h5 {}
h6 {}

p {
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 16px 0;
    font-weight: 300;
}

.content ul li,
.content ol li,
.site-band ul li,
.site-band ol li,
.role ol li,
.role ul li {
    font-family: "Source Sans 3", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}


@media (min-width: 992px) {
	h1 {}
	h2 {font-size: 50px; line-height: 1.2em; font-weight: 100;}
	h3 {font-size: 40px; line-height: 1.2em; font-weight: 100;}
	h4 {}
	h5 {}
	h6 {}
	
	p {
		font-family: "Source Sans 3", sans-serif;
		font-size: 20px;
		line-height: 30px;
		margin: 0 0 20px 0;
		font-weight: 300;
	}
	
	.content ul li,
	.content ol li,
	.site-band ul li,
	.site-band ol li,
	.role ol li,
	.role ul li {
		font-family: "Source Sans 3", sans-serif;
		font-size: 20px;
		line-height: 30px;
		font-weight: 300;
	}
}

b {
    font-weight: 800;
}

.white-text, .white-text a {color: #fff;}
.darkbg {background-color: #1f1c3a;}

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

a {color: #C88928; text-decoration: none;}
a:hover {color: #C88928; text-decoration: underline;}

.brand {
	width: 350px;
    margin: 20px 0;
	padding: 0px !important;
}

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

.brand svg {
    fill: #fff;
}

/**/

.blue-block {
    background-color: #385263;
    padding: 30px;
    color: #fff;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
}

/* Links */

.ol {
    display: inline-block;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 300;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color ease 0.5s;
    font-family: "Source Sans 3", sans-serif;
}
.ol:after {
    content: ">";
    padding: 0 0 0 20px;
    transition: padding ease 0.5s;
}

.ol.onlight {color: #000 !important;}
.ol.ondark {color: #fff !important;}

.ol.orange:hover {
    border: 1px solid #c88928;
    background-color: #c88928;
    color: #fff !important;
    transition: background-color ease 0.5s;
    text-decoration: none;
}

.ol.white{
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff !important;
    transition: background-color ease 0.5s;
    text-decoration: none;
}

.ol.white:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #c88928 !important;
    transition: background-color ease 0.5s;
    text-decoration: none;
}

.ol:hover:after {
    content: ">";
    padding: 0 0 0 40px;
    transition: padding ease 0.5s;
}

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

@media (max-width: 992px) {
    .hero-reviews {
        position: relative !important;
        bottom: -6vh !important;
        margin-top: 16px;
        border-radius: 999px;
        display: block;
        width: 100% !important;
    }

    .hero-headings h1 {
        margin: 0 0 1rem 0;
        font-weight: 100;
        line-height: 1.12;
        font-size: 50px !important;
    }

    #main-menu {
        background-color: #314858;
    }

    .brand {
        width: 230px;
    }
}


/* Navigation */

header {
    position: absolute;
    width: 100%;
    z-index: 99;
	background: #1F1C3A; 
	background: linear-gradient(180deg,rgba(31, 28, 58, 1) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

#page-title {
    background: #314858;
    background: radial-gradient(circle,rgba(49, 72, 88, 1) 0%, rgba(29, 27, 51, 1) 100%);
    min-height: 50vh;
    color: #fff;
}

#page-title .page-title-inner {
    background-image: none;
    padding-top: calc(10% + 103px);
    padding-bottom: calc(30vh + 50px);
    min-height: 50vh;
}

@media (min-width: 992px) {
	#page-title .page-title-inner {
		background-image: url('/wp-content/uploads/2025/10/td-header-outline-1.png');
		background-position: top left;
		background-repeat: no-repeat;
		padding-top: calc(5% + 103px);
		padding-bottom: calc(30vh + 50px);
		min-height: 50vh;
	}
}

#page-title h1 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 100;
    font-family: "museo-sans", sans-serif;
    margin-bottom: 0px;
}


@media (min-width: 992px) {
	#page-title h1 {
		color: #fff;
		font-size: 70px;
		line-height: 80px;
		font-weight: 100;
		font-family: "museo-sans", sans-serif;
		margin-bottom: 0px;
	}
}
p.tagline {
    margin: 0px 0px 10px 0px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #c88928;
}

#hero-section {
    height: 100%;
    background: #314858;
    background: radial-gradient(circle,rgba(49, 72, 88, 1) 0%, rgba(29, 27, 51, 1) 100%);
    min-height: 100vh;
}

.navbar-toggler {
    color: #fff;
    padding: 20px;
    font-size: 1rem;
    line-height: 1;
    background-color: #c88928;
    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 {
    font-family: "Source Sans 3", sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    padding: 15px 0;
    color: #fff;
}

#menu-header-1 li {padding: 0 15px;}

#menu-header-1 li.active a {
	color: #c88928;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    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: 5px;
}

.active {
    color: #c88928 !important;
    font-weight: 600 !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #c88928 !important;
    background-color: #262626;
}

.dropdown-item.active, .dropdown-item:active {
    color: #c88928;
    font-weight: 600;
    background-color: #262626;
}

/* Base */
.navbar .nav-link{position:relative}

/* Leaf links (no dropdown): use ::after for underline */
.navbar .nav-link:not(.dropdown-toggle)::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-2px;
  width:100%;
  height:2px;
  background:#c88928;
  transform:scaleX(0);
  transform-origin:0 50%;
  transition:transform .25s ease;
}

/* Dropdown parents: keep Bootstrap caret on ::after, use ::before for underline */
.navbar .dropdown-toggle::before{
  content:"";
  position:absolute;
  left:0;
  bottom:-2px;
  width:100%;
  height:2px;
  background:#c88928;
  transform:scaleX(0);
  transform-origin:0 50%;
  transition:transform .25s ease;
}

/* Hover / focus */
.navbar .nav-link:not(.dropdown-toggle):hover::after,
.navbar .nav-link:not(.dropdown-toggle):focus-visible::after{transform:scaleX(1)}
.navbar .dropdown-toggle:hover::before,
.navbar .dropdown-toggle:focus-visible::before{transform:scaleX(1)}

/* Active/current states */
.navbar-nav .menu-item:not(.menu-item-has-children).current-menu-item > .nav-link::after,
.navbar-nav .menu-item:not(.menu-item-has-children).current_page_item > .nav-link::after,
.navbar .nav-link.active:not(.dropdown-toggle)::after{transform:scaleX(1)}

.navbar-nav .menu-item.menu-item-has-children.current-menu-item > .dropdown-toggle::before,
.navbar-nav .menu-item.menu-item-has-children.current_page_item > .dropdown-toggle::before,
.navbar .dropdown-toggle.active::before{transform:scaleX(1)}


/* Nav END */


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


.triangle {
  --tri-color: black;
  --tri-width: 80%;
  --tri-height: 60%;
  opacity: 0.2;
  left: -5%;
  top: 0;
  z-index: 2;
  position: absolute;            /* overlay behavior; change to relative if needed */
  width: var(--tri-width);
  height: var(--tri-height);
  background: var(--tri-color);
  clip-path: polygon(0 0, 100% 0, 25% 100%);  /* top edge straight; sides slanted; apex bottom */
  pointer-events: none;          /* lets clicks pass through the overlay */
}

/* If you want a non-isosceles look (still not a right angle), offset the apex: */
.triangle.skewed {
  clip-path: polygon(0 0, 100% 0, 80% 100%);  /* move apex horizontally (e.g., 60%) */
}

/* Make it fill its parent’s height while keeping a %-based width */
.triangle.full-height {
  width: 50%;
  height: 100%;
}

/**/

#hp-content {
    background-color: #ebebeb;
    background-image: url('/wp-content/uploads/2025/08/hp-content-bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    min-height: 900px;
    position: relative;
}

.smiling-woman {}

.smiling-woman .vc_column-inner {
    min-height: 350px;
    width: 100%;
    border-radius: 0px;
    position: relative;
    right: 0;
    top: 0%;
    background-size: cover;
    background-repeat: no-repeat;
	margin-top: 0%;
}

.orange-block.offset {
    z-index: 9;
    margin-top: 0;
}


@media (min-width: 992px) {
    .smiling-woman .vc_column-inner {
        min-height: 70vh;
        width: 60%;
        border-radius: 0px;
        position: absolute;
        right: 0;
        top: 0%;
        background-size: cover;
        background-repeat: no-repeat;
		margin-top: -5%;
		border-top-left-radius: 8px;
    }

    .orange-block.offset {
        z-index: 9;
        margin-top: 25%;
    }
	
	.vc_custom_1756720872400 {border-top-left-radius: 8px; border-bottom-left-radius: 8px;}
}

.blue-band-right {
    background: #1D1B33;
    background: linear-gradient(90deg,rgba(29, 27, 51, 0) 51%, rgba(56, 82, 99, 1) 50%);
}

.bgimg.offset .vc_column-inner {
    padding-left: 0;
    margin-right: 0;
    margin-top: 0;
}

@media (min-width: 992px) {
    .bgimg.offset .vc_column-inner {
        padding-left: 20%;
        margin-right: -20%;
        margin-top: 20%;
    }
}

/*  Sectors  */

.single-sector-block { position: relative; margin-bottom: 30px !important; border-radius: 8px; overflow: hidden;}
.single-sector-block .thumbnail-wrap {
    position: relative; width: 100%; height: 100%;
    min-height: 450px; overflow: hidden; background-color: #bdc3c7; /* was red */
}
.single-sector-block .thumbnail-wrap .image-wrap {
    position: relative; width: 100%; min-height: 450px;
    background-position: center center; background-size: cover;
    transform: scale(1); transition: transform ease .5s;
}
.single-sector-block:hover .thumbnail-wrap .image-wrap {
    transform: scale(1.2);
}
.single-sector-block .thumbnail-wrap a {
    position: absolute; inset: 0; z-index: 1;
    background-color: rgba(31, 28, 58, 0);
    transition: background-color ease .5s;
}

.single-sector-block .right-chevron {
	display: inline-block;
    position: absolute;
    right: 10%;
    bottom: 5%;
    width: 40px;
    height: 40px;
    background: #C88928;
	color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
	z-index: 2;
	opacity: 0;
	transition: right ease 0.5s, opacity ease 0.5s;
}
.single-sector-block:hover .right-chevron {
	right: 5%;
	opacity: 1;
	transition: right ease 0.5s, opacity ease 0.5s;
}

.single-sector-block:hover .thumbnail-wrap a {
    background-color: rgba(31, 28, 58, .6);
}
.single-sector-block .s-titles {
    position: absolute; bottom: 30px; left: 30px; z-index: 2;
    transition: left ease .5s;
}
.single-sector-block:hover .s-titles {}
.single-sector-block .s-titles h4 a {
    color: #fff; font-weight: 500; text-decoration: none;
}
.single-sector-block .s-titles a { color: #c88928; }


#hp-stats {
    padding-top: 30vh;
    padding-bottom: 25%;
    background-color: #1f1c3a;
    background-image: url('/wp-content/uploads/2025/10/people-at-desk.jpg');
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}


#ftr-testimonials {
    background-color: #1f1c3a;
    padding: 5% 0;
    color: #fff;
}
#lets-talk {
    background-color: #1f1c3a;
    padding: 5% 0;
    color: #fff;
}


#lets-talk .ftr-small-text p {
    color: #fff;
    font-size: 35px;
    line-height: 45px;
    font-weight: 100;
}
#lets-talk .ftr-lets-talk {
    display: block;
    font-size: 7em;
    color: #fff;
    font-weight: 100;
    text-transform: none;
    text-decoration: none;
    position: relative;
}
@media (min-width: 992px) {
	#lets-talk .ftr-lets-talk:after {
		content: ">";
		font-size: 0.8em;
		line-height: 83px;
		text-align: center;
		display: inline-block;
		position: absolute;
		right: 30px;
		background-color: #779ca4;
		width: 100px; 
		height: 100px;
		border-radius: 50%;
		top: 35px;
		opacity: 0;
		transition: opacity ease 0.5s, right ease 0.5s;
	}

	#lets-talk .ftr-lets-talk:hover:after {
		right: 0px;
		opacity: 1;
		transition: opacity ease 0.5s, right ease 0.5s;
	}
}

#ftr-page-footer {
    padding: 5% 0;
    background-color: #ebebeb;
    background-image: none;
    background-position: top left;
    background-repeat: no-repeat;
}


@media (min-width: 992px) {
	#ftr-page-footer {
		padding: 5% 0;
		background-color: #ebebeb;
		background-image: url('/wp-content/uploads/2025/09/td-lines.png');
		background-position: top left;
		background-repeat: no-repeat;
	}
}

#ftr-page-footer .menu {
    margin: 0 0 30px 0;
    padding: 0px;
    list-style-type: none;
}
#ftr-page-footer .menu li {
    margin: 0 0 10px 0;
}
#ftr-page-footer .menu li a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    font-family: "Source Sans 3", sans-serif;
    padding: 0px;
    transition: color ease 0.3s, padding ease 0.3s;
}

#ftr-page-footer .menu li a:hover {
    color: #c88928;
    padding: 0 0 0 10px;
    transition: color ease 0.3s, padding ease 0.3s;
}


/* Footer News  */

#ftr-news {}
#ftr-news  .single-post-block {
    height: 100%;
    background-color: #385263;
	transition: background-color ease 0.5s;
}

#ftr-news .single-post-block:hover {
	background-color: #C88928 !important;
	color: #fff;
	transition: background-color ease 0.5s;
}

#ftr-news  .single-post-block .post-thumbnail {
    width: 100%;
    aspect-ratio: 4 / 3;
    min-height: 350px;
    position: relative;
    overflow: hidden;
}

#ftr-news  .single-post-block .post-thumbnail .image-wrap {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    scale: 1;
    transition: scale ease 0.5s;
}

#ftr-news  .single-post-block:hover .post-thumbnail .image-wrap {
    scale: 1.2;
    transition: scale ease 0.5s;
}

#ftr-news  .single-post-block .post-thumbnail a {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
}

#ftr-news .col-lg-4:nth-child(even) .single-post-block {background-color: #5f7280; transition: background-color ease 0.5s;}
#ftr-news .single-post-block  .post-content {padding: 30px;}
#ftr-news  .single-post-block  .post-content a.post-cat {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 16px;
    text-decoration: none;
    font-family: "Source Sans 3", sans-serif;
}
#ftr-news  .single-post-block  .post-content a.post-title {
    display: block;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 100;
    margin: 10px 0 30px 0;
    text-decoration: none;
    color: #fff;
    font-family: "Source Sans 3", sans-serif;
}
#ftr-news  .single-post-block  .post-content a.post-rm {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}

#ftr-news  .single-post-block  .post-content a.post-rm:after {
    content: ">";
    padding-left: 20px;
    font-family: "Source Sans 3", sans-serif;
}

/* breadcrumbs */

.breadcrumb {
    font-family: "Source Sans 3", sans-serif;
}
.breadcrumb li {}
.breadcrumb li:after {
    content: "/";
    color: #c88928;
    padding: 0 10px;
}
.breadcrumb li:last-child:after {
    content: none;
    padding: 0px;
}
.breadcrumb span {
    font-family: "Source Sans 3", sans-serif;
    color: #fff;
    font-weight: 200;
}
.breadcrumb a span,
.breadcrumb a {
    text-decoration: none;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 600;
}

#featured-image-wrap {
  position: relative;
  margin-top: -30vh;
  overflow: hidden;
}

#featured-image-wrap .featured-image {
  aspect-ratio: 16 / 9;
  min-height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* Left edge stays at container; right edge bleeds to viewport */
  width: calc(50vw + 49.4%); /* = 0.5 * viewport + 0.5 * container */
}

@media (min-width: 992px) {
    #featured-image-wrap .featured-image {
      height: 60vh;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      /* Left edge stays at container; right edge bleeds to viewport */
      width: calc(50vw + 49.4%); /* = 0.5 * viewport + 0.5 * container */
    }
}

.bgimg.right .vc_column-inner {
    min-height: 350px;
    width: 100%;
    border-radius: 0px;
    position: relative;
    right: 0;
    top: 0%;
    background-size: cover;
    background-repeat: no-repeat;
}


@media (min-width: 992px) {
	.bgimg.right .vc_column-inner {
		min-height: 70vh;
		width: 50%;
		border-radius: 0px;
		position: absolute;
		right: 0;
		top: -20%;
		background-size: cover;
		background-repeat: no-repeat;
	}
}

#intro-band {
    position: relative;
}

#values {
    position: relative;
    z-index: 1;
}

#values .value-block .vc_column-inner {
    /*height: calc(100% - 30px);*/
    padding: 30px 30px 0px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 20px;
    min-height: 320px;
}

#values .value-block .vc_column-inner h2 {
color: #c88928;
}

@media (min-width: 992px) {
    #values .value-block:nth-child(1) {margin-top: 0px;}
    #values .value-block:nth-child(2) {margin-top: 50px;}
    #values .value-block:nth-child(3) {margin-top: 100px;}
    #values .value-block:nth-child(4) {margin-top: -100px;}
    #values .value-block:nth-child(5) {margin-top: -50px;}
    #values .value-block:nth-child(6) {margin-top: 0px;}
}

#our-history {
    background-image: url(/wp-content/uploads/2025/10/city-bg-slides.jpg);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}

#news-header {
    background-color: #1f1c3a;
    padding: 10% 0 5% 0;
    background-image: url(/wp-content/uploads/2025/10/insights-right.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    color: #fff;
    background-size: 60%;
}

.ql-testimonials-cpt  {
    padding: 5% 0;
}

.slide-control,
.testimonial-pull-quote {
    text-align: right;
    margin-bottom: 20px;
}
.testimonial-pull-quote h3 {
    font-size: 60px;
    line-height: 1;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 100;
    color: #c88928;
}

.testimonial-text .js-text {
    font-size: 24px;
    line-height: 1.5;
}

.author {font-style: italic;}

.slide-control {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.slide-control li {
    display: inline-block;
    padding: 0 5px 0 0;
}
.slide-control li a {
    display: block;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    text-decoration: none;
    border: 1px solid #fff;
    text-decoration: none;
}

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

label {
	font-family: "Source Sans 3", sans-serif;
    font-size: 14px;
    line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

input[type="submit"] {color: #000 !important;}

#footer-form {color: #fff;}

#footer-form input[type="text"],
#footer-form input[type="email"],
#footer-form input[type="tel"],
#footer-form textarea,
#footer-form select {
	box-sizing: border-box;
	width: 100%;
	padding: 20px 0; 
	background-color: transparent;
	color: #fff;
	border: none;
	font-family: "Source Sans 3", sans-serif;
    font-size: 18px;
    line-height: 28px;
	font-weight: 400;
	border-bottom: 1px solid #c88928;
}
#footer-form input[type="submit"] {color: #fff !important;}
#footer-form label {
	font-family: "Source Sans 3", sans-serif;
    font-size: 14px;
    line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}

blockquote {
	background-color: #1f1c3a;
	color: #fff;
	padding: 30px;
	margin-bottom: 30px;
}

blockquote span.author p {
	font-size: 18px !important;
	color: #c88928;
	font-family: "museo-sans", sans-serif;
	font-weight: 500 !important;
}

blockquote p {
	font-size: 22px;
	line-height: 30px;
	font-family: "Source Sans 3", sans-serif;
	font-weight: 200;
}


#abt-image-band blockquote {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 200;
    background-color: transparent;
    color: #fff;
    margin-bottom: 0px;
    font-size: 4em;
    line-height: 1em;
}

/* sectors */

#sector-benefits {
    background-color: #1f1c3a;
    margin-top: 50px;
    padding: 5% 0 500px 0;
    background-image: url('/wp-content/uploads/2025/10/blue-bg.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    color: #fff;
}

.large-list ul {
    margin: 30px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
	column-count: 1;
	column-gap: 0px;
}
.large-list ul li {
    font-size: 26px;
    line-height: 36px;
    padding: 50px;
    border: 1px solid #fff;
	border-radius: 8px;
	margin-bottom: 30px;
}


@media (min-width: 992px) {
	.large-list ul {
		margin: 30px 0px 0px 0px;
		padding: 0px;
		list-style-type: none;
		column-count: 2;
		column-gap: 30px;
	}
	.large-list ul li {
		font-size: 26px;
		line-height: 36px;
		padding: 50px;
		border: 1px solid #fff;
		border-radius: 8px;
		margin-bottom: 30px;
	}
}
	
.blocks .single-block .vc_column-inner {
    height: calc(100% - 35px);
    background-color: #1f1c3a;
    transition: background-color ease 0.5s, border-left ease 0.5s;
	border-left: 0px solid #c88928;
	padding: 10% 30px;
}

.blocks .single-block:hover .vc_column-inner {
    transition: background-color ease 0.5s, border-left ease 0.5s;
    background-color: #385263;
	padding: 10% 20px 10% 30px;
	border-left: 10px solid #c88928;
	background-image: url('/wp-content/uploads/2025/10/logo-bottom-right.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
}

.blocks .single-block .vc_column-inner p {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    margin: 0px;
}

.orange-grad {
    background: transparent;
}

@media (min-width: 992px) {
	.orange-grad {
		background: #C88928;
		background: linear-gradient(90deg,rgba(200, 137, 40, 1) 40%, rgba(255, 255, 255, 0) 40%);
	}
}

.sector-success-stories {
    padding: 30px;
    color: #fff;
    background-color: #1f1c3a;
}
.sector-success-stories  ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.sector-success-stories  ul li {
    border-bottom: 1px solid #fff;
}
.sector-success-stories  ul li:last-child {
    border-bottom: 0px solid #fff;
}
.sector-success-stories  ul li a {
    display: block;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    padding: 25px 0;
    font-weight: 100;
}
.sector-success-stories  ul li a:hover {
    color: #C88928;
    text-decoration: none;
}

/* Animations */

/* Base */
.animate{opacity:0;transition-property:opacity,translate;transition-duration:var(--duration,.7s);transition-timing-function:cubic-bezier(.17,.67,.2,1);transition-delay:var(--delay,0s);will-change:opacity,transform}

/* Initial offsets (using translate, not transform) */
.animate.fade-up{translate:0 50px}
.animate.fade-left{translate:-50px 0}
.animate.fade-right{translate:50px 0}
.animate.fade-in{translate:0 0}

/* Activated */
.animate.in-view{opacity:1;translate:0 0}

/* Delays (optional) */
.delay-100{--delay:.1s}.delay-200{--delay:.2s}.delay-300{--delay:.3s}.delay-400{--delay:.4s}.delay-500{--delay:.5s}.delay-600{--delay:.6s}.delay-700{--delay:.7s}.delay-800{--delay:.8s}.delay-900{--delay:.9s}

/* Durations (optional) */
.duration-400{--duration:.4s}.duration-600{--duration:.6s}.duration-900{--duration:.9s}

/* Fallback for older browsers that don't support the individual transform properties */
@supports not (translate: 0){
  .animate{transition-property:opacity,transform}
  .animate.fade-up{transform:translateY(24px)}
  .animate.fade-left{transform:translateX(-24px)}
  .animate.fade-right{transform:translateX(24px)}
  .animate.fade-in{transform:none}
  .animate.in-view{transform:none}
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .animate{transition:none;opacity:1;translate:0}
}

/**/

header span.vacancies-count {
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    background-color: #fff;
    color: #000;
    font-weight: 500;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: relative;
    top: -4px;
}

.vacancy-item {
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    transition: background-color ease 0.5s;
    margin-bottom: 30px;
}

.vacancy-item:hover {
    background-color: #1f1c3a;
    transition: background-color ease 0.5s;
    color: #fff;
}
.vacancy-item .vacancy-title a {
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0.5em;
}
.vacancy-item .vacancy-title a:hover {
    text-decoration: none;
}

.single-vacancy-block .vacancy-meta,
.vacancy-item .vacancy-meta {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: flex;
    gap: 10px;
}

.single-vacancy-block .vacancy-meta li,
.vacancy-item .vacancy-meta li {
    padding: 10px;
    font-size: 12px;
    line-height: 14px;
    background-color: #f2f2f2;
    border-radius: 5px;
}

.single-vacancy-block .vacancy-meta li,
.vacancy-item:hover .vacancy-meta li {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.vacancy-item .vacancy-meta li svg, .vacancy-item .vacancy-meta li i {
    color: #C88928
}

article.vacancy-item .vacancy-deadline {}
article.vacancy-item .vacancy-location {}
article.vacancy-item .vacancy-role-type {}
article.vacancy-item .vacancy-excerpt {}


/* Blogs */

/* --- Featured blog block (quick-test styles) --- */
.featured-article{background-color:#385263;color:#fff;border-radius:8px;overflow:hidden; margin-top: -240px;}
.featured-article .row{align-items:stretch}
.featured-article .col-lg-5,.featured-article .col-lg-7{display:flex}
.article-content{min-height:400px;height:100%;flex:1 1 auto;display:flex;flex-direction:column;justify-content:space-between;padding:28px 28px}
.article-content .article-top{margin-bottom:12px}
.article-content .article-mid{margin:20% 0}
.article-content .article-btm{margin-top:12px}
.article-category{display:inline-block;font-size:.9rem;letter-spacing:.04em;text-transform:uppercase;color:#fff;opacity:.85;text-decoration:none}
.article-title{margin:0;line-height:1.2;font-weight:100}
.article-title a{color:#fff;text-decoration:none}
.article-title a:hover{}
.article-readmore{display:inline-block;text-decoration:none;color:#fff;font-weight:600}
.article-readmore:hover{text-decoration:underline}
.article-thumbnail-wrap{height:100%;position:relative;flex:1 1 auto; overflow: hidden;}
.article-thumbnail{height:100%;min-height:400px;background-size:cover;background-position:center;position:relative;scale: 1; transition: scale ease 0.5s;}
.article-thumbnail>a{position:absolute;inset:0;display:block;text-indent:-9999px}
/* Small screens: stack nicely */
@media (max-width:991.98px){
  .article-content{min-height:unset}
  .article-thumbnail{min-height:280px}
}
.featured-article:hover .article-thumbnail{scale: 1.2; transition: scale ease 0.5s;}

/*Blog feed*/

.single-article-wrap {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.single-article-thumbnail-wrap {
    position: relative;
    width: 100%;
    min-height: 450px;
    background-position: center center;
    background-size: cover;
    transform: scale(1);
    transition: transform ease .5s;
}

.single-article-wrap:hover .single-article-thumbnail-wrap {
    transform: scale(1.2);
    transition: transform ease .5s;
}

.single-article-thumbnail-wrap a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: background-color ease 0.5s, opacity ease 0.5s;
}

.single-article-wrap:hover .single-article-thumbnail-wrap a {
    background-color: #385263;
    opacity: 0.5;
    transition: background-color ease 0.5s, opacity ease 0.5s;
}

.single-article-content {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    padding: 150px 30px 30px 30px;
}

.single-article-content h3,
.single-article-content h3 a {
    font-weight: 100;
    color: #fff;
    text-decoration: none;
    margin: 0px;
}

.single-article-content h3 a:hover {
    text-decoration: none;
}

#sector-blocks {
/* 	padding-top: 200px; */
}


.single-sector-block {
	position: relative;
	margin-bottom: 30px;
}
.single-sector-block .thumbnail-wrap {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 450px;
	overflow: hidden;
}

.single-sector-block:hover .thumbnail-wrap .image-wrap {
	scale: 1.2;
	transition: scale ease 0.5s;
}

.single-sector-block .thumbnail-wrap .image-wrap {
	position: relative;
	scale: 1;
	width: 100%;
	min-height: 450px;
	background-position: center center;
	background-size: cover;
	transition: scale ease 0.5s;
}
.single-sector-block .thumbnail-wrap a {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(31, 28, 58, 0);
	z-index: 1;
}

.single-sector-block:hover .thumbnail-wrap a {
	background-color: rgba(31, 28, 58, 0.6);
	transition: background-color ease 0.5s;
}

.single-sector-block .s-titles {
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 2;
	transition: left ease 0.5s;
}

.single-sector-block:hover .s-titles {
	position: absolute;
	bottom: 30px;
	left: 60px;
	z-index: 2;
	transition: left ease 0.5s;
}

.single-sector-block .s-titles h4 a {
	color: #fff;
	font-weight: 500;
	text-decoration: none;
}
.single-sector-block .s-titles a {
	color: #c88928;
}

/*  */


.ql-slide__media img {
	overflow: hidden;
	border-radius: 8px; 
	max-height: 400px;
    object-fit: contain;
}

.ql-team-card__photo {
    max-height: 450px;
}

a.news-link {
	display: inline-block;
    color: #fff;
    font-weight: 100;
    text-transform: none;
    text-decoration: none;
    position: relative;
}

a.news-link:after {
	content: ">";
    text-align: center;
    display: inline-block;
    background-color: #779ca4;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    opacity: 0;
	margin-left: 0px;
	transition: opacity ease 0.5s, margin ease 0.5s;
}

a.news-link:hover:after {
    opacity: 1;
	margin-left: 40px;
}

ul.related-sectors {
	margin: 20px 0;
	padding: 0px;
	list-style-type: none;
}
ul.related-sectors li {
	display: inline-block;
	margin-right: 10px;
}
ul.related-sectors li a {
	display: inline-block;
	padding: 10px 20px;
	background: #C88928;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	border-radius: 5px;
}

ul.related-sectors li a:hover {
	text-decoration: none;
}

/*Socials*/

.socials-list {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.socials-list .socials-item {
    display: inline-block;
    margin-right: 10px;
}
.socials-list .socials-item a {
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    background-color: transparent;
    border: 1px solid #C88928;
    color: #C88928;
    border-radius: 50%;
    transition: background-color ease 0.5s, color ease 0.5s;
}

.socials-list .socials-item a:hover {
    background-color: #1f1c3a;
    color: #fff;
    border: 1px solid #1f1c3a;
    transition: background-color ease 0.5s, color ease 0.5s;
}

.socials-list .socials-item a svg,
.socials-list .socials-item a i {}
 }
