/*
Theme Name: Veloce IT Custom Theme
Theme URI:
Author: Quicklaunch Ltd
Author URI: https://www.quicklaunch.co.uk/
Description: Parent theme.
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');

* {
	font-family: "Geist", sans-serif;
	font-optical-sizing: auto;
}

:root {
    --v-navy: #0d2841;
	--v-white: #f4f4f5;
	--v-blue: #26bcdd;
	--v-grey: #f4f4f5;
	--v-offwhite: #d9d9d9;
	--v-purple: #6660b8;
}

/* Navigation */

nav {}

.is-sticky {
	position: fixed;
	width: 100%;
	z-index: 999;
}

/* Remove spacing for sections  */
.vc_section {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.bgimg .vc_column-inner {
	height: 100%;
	min-height: 300px;
}


/**/

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

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, p span {color: var(--v-blue);}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 28px;
}

h1 {
	font-size: 60px;
	line-height: 72px;
	font-weight: 100;
}
h2 {
	font-size: 48px;
	line-height: 62px;
	font-weight: 300;
}
h3 {
	font-size: 36px;
	line-height: 46px;
	font-weight: 400;
}
h4 {
	font-size: 28px;
	line-height: 38px;
}
h5 {
	font-size: 24px;
	line-height: 34px;
}

p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: var(--v-navy);
	color: inherit;
	margin: 0 0 28px 0;
}

/* Global classes */

.white-text {color: #fff;}
.darkbg {background-color: var(--v-navy); color: #fff;}
.blue-text {color: var(--v-blue);}
.purple-text {color: var(--v-purple);}
.small {
    font-size: 85%;
	line-height: 150%;
}

.indent {
    position: relative;
    display: block;
}

.indent.blue::before {
	content: "";
    position: relative;
    display: inline-block;
    left: 0;
    top: -0.3em;
    width: 40px;
    height: 3.1px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 4'><polygon fill='%2326bcdd' points='40 2 0 .45 0 3.55 40 2'/></svg>");
}

.indent.purple::before {
	content: "";
    position: relative;
    display: inline-block;
    left: 0;
    top: -0.3em;
    width: 40px;
    height: 3.1px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 4'><polygon fill='%236660b8' points='40 2 0 .45 0 3.55 40 2'/></svg>");
}

.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-size: 18px;
	line-height: 18px;
	font-weight: 400;
}

section {
	margin: 0 15px;
	position: relative;
}

@media (min-width: 992px) {
	section {
		margin: 0 60px;
		position: relative;
	}
}

a {color: #6660b8; text-decoration: none;}
a:hover {color: var(--v-blue); text-decoration: none;}

.footer-brand {
	width: 180px;
    margin: 0 0 50px 0;
	padding: 0px !important;
	display: inline-block;
}
.brand {
	width: 180px;
    margin: 50px 0;
	padding: 0px !important;
	display: inline-block;
}

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

.ol {
	display: inline-block;
	padding: 15px 80px 15px 30px;
	font-size: 18px;
	text-decoration: none;
	border-width: 1px;
	border-radius: 35px;
	border-style: solid;
	text-transform: capitalize;
	position: relative;
	transition: background-color ease 0.5s, padding-right ease 0.5s;
	background-color: transparent;
}

.ol.ondark {
	color: #fff;
	border-color: var(--v-blue);
}

.ol.ondark:hover {
	color: #fff;
	border-color: var(--v-blue);
	padding-right: 100px;
	background-color: var(--v-blue);
	transition: background-color ease 0.5s, padding-right ease 0.5s;
}

.ol.onlight {
	color: var(--v-navy);
	border-color: var(--v-blue);
}

.ol.onlight:hover {
	color: #fff;
	border-color: var(--v-blue);
	padding-right: 100px;
	background-color: var(--v-blue);
	transition: background-color ease 0.5s, padding-right ease 0.5s;
}

.ol.ondark:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 14px;
    width: 38px;
    height: 28px;
    margin-left: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 30'><polygon fill='%23fff' points='39.31 15 .69 13.5 .69 16.5 39.31 15'/><polygon fill='%23fff' points='39.31 15 22.77 27.82 23.81 29.06 39.31 15'/><polygon fill='%23fff' points='39.31 15 22.77 2.18 23.81 .94 39.31 15'/></svg>");
}

/*header .ol.ondark:after {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 30'><polygon fill='%23000' points='39.31 15 .69 13.5 .69 16.5 39.31 15'/><polygon fill='%23000' points='39.31 15 22.77 27.82 23.81 29.06 39.31 15'/><polygon fill='%23000' points='39.31 15 22.77 2.18 23.81 .94 39.31 15'/></svg>");
}*/

header .ol.ondark:after {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 30'><polygon fill='%23fff' points='39.31 15 .69 13.5 .69 16.5 39.31 15'/><polygon fill='%23fff' points='39.31 15 22.77 27.82 23.81 29.06 39.31 15'/><polygon fill='%23fff' points='39.31 15 22.77 2.18 23.81 .94 39.31 15'/></svg>");
}

.ol.onlight:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 14px;
    width: 38px;
    height: 28px;
    margin-left: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 30'><polygon fill='%230d2841' points='39.31 15 .69 13.5 .69 16.5 39.31 15'/><polygon fill='%230d2841' points='39.31 15 22.77 27.82 23.81 29.06 39.31 15'/><polygon fill='%230d2841' points='39.31 15 22.77 2.18 23.81 .94 39.31 15'/></svg>");
}


/* Navigation */

/*header {
	position: relative;
	background-color: #fff;
}
*/
header {
	position: absolute;
	width: 100%;
	background-color: transparent;
	z-index: 10;
}

/*header .ol.ondark {color: #000;}*/
header .ol.ondark {color: #fff;}

header .right {
	display: flex;
	gap: 30px;
}

header .right .ol {
	display: none;
}

@media (min-width: 992px) {
	header .right .ol {
		display: inline-block;
	}
}

#page-title {
	margin-bottom: -200px;
	background-size: cover;
	background-position: center;
}

.page-title-inner {
	padding: 400px 0 200px 0;
	min-height: 400px;
	background-color: rgba(13, 40, 65, 0.65);
	color: #fff;
}

/* === Overlay Menu === */
#overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    height: 100vh;
    background: var(--v-blue);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 9999;
    padding: 30px;
}

button.menu-toggle, 
button.menu-close {
	background-color: transparent;
	border: none;
	border-color: var(--v-blue);
	border-width: 1px;
	border-radius: 50%;
	border-style: solid;
	width: 60px;
	height: 60px;
	text-align: center;
	transition: background-color ease 0.5s;
}

button.menu-toggle .menu-icon svg {fill: #fff;}
.home button.menu-toggle .menu-icon svg {fill: #fff;}

/* Default: internal pages */
.menu-toggle svg,
.menu-toggle i {
    color: #fff;
}

/* Homepage override */
.home .menu-toggle svg,
.home .menu-toggle i {
    color: #fff;
}


button.menu-toggle:hover, 
button.menu-close:hover {
	background-color: var(--v-blue);
	transition: background-color ease 0.5s;
}


/* Menu Open State */
#overlay-menu.open {
    transform: translateX(0);
}

/* Inner wrapper */
#overlay-menu .overlay-inner {
    height: 100%;
    display: flex;
    justify-content: center; 
    flex-direction: column;
}

.overlay-nav {
	padding-left: 10%;
}

/* Close button */
.menu-close {
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 20px;
}

/* Toggle + Close Buttons */
.menu-toggle img,
.menu-close img {
    width: 35px;
    height: auto;
    display: block;
    pointer-events: none;
    user-select: none;
    margin: auto;
}

/* Overlay menu list */

.overlay-nav li {
    margin-bottom: 15px;
}

.overlay-nav a {
    color: #fff;
    font-size: 3rem;
    font-weight: 200;
    text-decoration: none;
    display: inline-block;
}

/* Nav END */


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


/* Homepage - Hero section */

#hero-banner h1 {font-weight: 300;}

#hero-banner {
    height: 100vh;
    min-height: 800px;
    background-color: var(--v-navy);
    color: #fff;
    position: relative;
    overflow: hidden;
}

#hero-banner .hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

/* (1) BACKGROUND IMAGE */
#hero-banner .bg-image {
    background-size: cover;
    background-position: center center;
}

/* (2) SELF-HOSTED VIDEO */
#hero-banner video.bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

/* (3) STREAMED VIDEO (YouTube / Vimeo) — TRUE COVER FIX */
#hero-banner .bg-streamed {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#hero-banner .video-cover-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

#hero-banner .video-cover-wrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.78vh; /* covers portrait */
    height: 100vh;
    min-width: 100%; /* covers landscape */
    min-height: 56.25vw;
    transform: translate(-50%, -50%);
    pointer-events: none;
    border: 0;
}

#hero-banner .hero-foreground {
    position: relative;
    z-index: 5;
}

#hero-banner .hero-content {
    padding-right: 10%;
}

#hero-banner .section-nav {
    position: absolute;
    bottom: -5px;
    right: 60px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 5px;
    z-index: 6;
}

#hero-banner .section-nav li a {
    display: inline-block;
    background-color: var(--v-white);
    border-bottom: #6660b8 5px solid;
    padding: 10px 20px;
    color: #727d8a;
    font-size: 18px;
    text-decoration: none;
    font-weight: 300;
}

.hero-parallax .hero-bg {
    transform: translateY(0);
    transition: transform 0.2s linear;
}


/**/

.about1 {
	background-color: red;
	position: relative;
	z-index: 10;
	aspect-ratio: 4/3;
	margin-bottom: 50px;
}
.about2 {
	background-color: red;
	position: relative;
	z-index: 10;
	aspect-ratio: 4/3;
}
.offset-image {
	background-color: red;
	position: relative;
	z-index: 10;
	aspect-ratio: 4/3;
	bottom: -100px;
}

.whoweare-stripes {
	display: none;
}



@media (min-width: 992px) {
	.offset-image {
		background-color: red;
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		width: 50%;
		min-height: 30vh;
		bottom: -100px;
		aspect-ratio: unset;
	}

	.about1 {
		background-color: red;
		position: absolute;
		z-index: 10;
		left: 0;
		top: 0;
		min-height: 70vh;
		width: 38%;
		top: -100px;
		aspect-ratio: unset;
		background-size: cover;
		background-position: center center;
	}
	.about2 {
		background-color: red;
		position: absolute;
		z-index: 10;
		right: 0;
		min-height: 50vh;
		width: 38%;
		aspect-ratio: unset;
		background-size: cover;
		background-position: center center;
	}

	.whoweare-stripes {
		display: block;
		float: right;
		width: 40%;
	    position: relative;
	    z-index: 50;
	    margin: -50px auto 0 auto;
	}
}
/**/

/* 2-column layout */
.blocks-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* Base block styles (mobile-first: NO aspect ratio) */
.block {
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 305px; 
}

/* Number top-left */
.block .number {
    font-size: 2rem;
    font-weight: 600;
    color: var(--v-purple);
    position: absolute;
    top: 15px;
    left: 15px;
}

/* Content vertically centred */
.block .block-content {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 18px;
    line-height: 1.5;
    padding-top: 40px;
}

/* Quote block */

.quote-block {
	background-image: url('/wp-content/uploads/2025/11/quote@2x-scaled.jpg');
	background-size: cover;
	background-position: center center;
	padding: 10% 30% 10% 10%;
	color: #fff;
}


@media (min-width: 992px) {
	.quote-block {
		background-image: url('/wp-content/uploads/2025/11/quote@2x-scaled.jpg');
		background-size: cover;
		background-position: center center;
		padding: 10% 0;
		color: #fff;
	}
}
.quote-block .quote-text {
	font-size: 28px;
	line-height: 38px;
	font-weight: 200;
}

@media (min-width: 992px) {
	.quote-block .quote-text {
		font-size: 48px;
		line-height: 62px;
		font-weight: 200;
	}
}
	
.quote-block .quote-text span,
.quote-block .quote-text b,
.quote-block .quote-text strong {
	color: var(--v-blue);
	font-weight: 400;
}

.quote-block .quote-text:before,
.quote-block .quote-text:after {
	content: '"';
	color: var(--v-blue);
}


.partner-list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.partner-list li {
	padding: 50px 0 50px 150px;
	border-top: 1px solid #14263c;
	background-image: url('/wp-content/uploads/2025/11/arrow-gradient.svg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 100px;
}
.partner-list {}

.partner-list p {
	margin: 0px;
}


#platform {
	padding: 0 5%;
}

#platform .partner-block {
	padding: 50px 50px;
	height: 100%;
	border-color: rgba(255, 255, 255, 0.2);
	border-style: solid;
	border-width: 1px;
}

#platform .partner-block .icon {
	max-height: 80px;
	width: auto;
	margin-bottom: 20px;
}

.block-padding {
	background-color: var(--v-grey);
	padding: 10%;
}

.image-wrapper {
	height: 100%;
	min-height: 350px;
	background-size: cover;
	background-position: center center;
}

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


/* Form */

input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select {
	box-sizing: border-box;
	width: 100%;
	padding: 15px 0;
	font-size: 20px;
	color: #fff;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #fff;
}

label {
	color: var(--v-blue);
	font-size: 13px;
	font-weight: 200;
	text-transform: uppercase;
	margin: 0px;
}

.page-template-template-contact-v1 .quote-stripes,
.page-template-template-about-v1 .quote-stripes {display: none;}

.intro-stripes {
	position: absolute;
	max-width: 150px;
	margin-left: -180px;
	margin-top: 10px;
}

.quote-stripes {
	display: block;
	position: absolute;
	width: 80px;
	top: 0;
	right: 30px;
}

.about-stripes {
	position: absolute;
    z-index: 11;
    top: 0;
    max-width: 100px;
    left: 10%;
}

@media (min-width: 992px) {
	.quote-stripes {
		display: block;
		position: absolute;
		width: 110px;
		top: -35%;
		right: unset;
	}
	
	.about-stripes {
		position: absolute;
		z-index: 11;
		top: -50%;
		max-width: 200px;
		left: 10%;
	}
}

.lookingahead-stripes {
	position: absolute;
	right: 30px;
	top: 0;
	width: 100px;
}