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


/* 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,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Libre Bodoni", serif;
	font-optical-sizing: auto;
	margin: 0px 0px 0.5em 0px;
	font-weight: 400;
}

h1 {
	font-size: 50px;
	line-height: 70px;
}
h2 {
	font-size: 37px;
	line-height: 60px;
}
h3 {
	font-size: 25px;
	line-height: 40px;
}
h4 {
	font-size: 25px;
	line-height: 40px;
}
h5 {
	font-size: 20px;
}
h6 {}

p {
	font-size: 17px;
	line-height: 26px;
	font-weight: 400;
	margin: 0px 0px 0.7em 0px;
	font-family: 'Open Sans', Arial, sans-serif;
}

@media (min-width: 992px) {
	h1 {
		font-size: 80px;
		line-height: 90px;
	}
	h2 {
		font-size: 57px;
		line-height: 70px;
	}
	h3 {
		font-size: 45px;
		line-height: 70px;
	}
	h4 {}
	h5 {
		font-size: 27px;
	}
	h6 {}

	p {
		font-size: 20px;
		line-height: 30px;
		font-weight: 400;
		margin: 0px 0px 0.7em 0px;
		font-family: 'Open Sans', Arial, sans-serif;
	}
}

.white-text {color: #fff;}
.purple-text {color: #371E52;}
.blue-text {color: #8ACFE6;}
.greybg {background: #F9F9F9;}
.darkbg {background-color: #252626;}
.small,
.small p {
    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;}
}

.content ul li,
.content ol li,
.site-band ul li,
.site-band ol li,
.role ol li,
.role ul li {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	font-family: 'Open Sans', Arial, sans-serif;
}

a {}
a:hover {}

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

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

/* Navigation */

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

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

#menu-wrap ul.navbar-nav li a {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 15px;
}

.active {
    color: #7fc8e2 !important;
    font-weight: 400 !important;
}

.navbar-collapse {
	background-color: rgba(55, 30, 82, 1);
}

@media (min-width: 992px) {
	.navbar-collapse {
		background-color: transparent;
	}
}	

.dropdown-menu {
    position: absolute;
    top: 173%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #262626;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #7fc8e2 !important;
    background-color: #000;
}

.dropdown-item.active, .dropdown-item:active {
    color: #7fc8e2;
    font-weight: 900;
    background-color: #000;
}

hr.right-hr,
hr.left-hr {
	display: none;
}

@media (min-width: 992px) {
	hr.left-hr {
		display: inline-block;
		border-color: #fff;
	    position: absolute;
	    width: 40%;
	    color: #fff;
	}
	hr.right-hr {
		display: inline-block;
	    border-color: #fff;
	    position: absolute;
	    width: 40%;
	    color: #fff;
	    right: 0;
	}
}

/* Desktop layout */
@media (min-width: 992px) {

    .site-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .navbar-nav {
        display: flex;
        align-items: center;
    }

    .navbar-nav > li:last-child {
        margin-left: auto;
    }
}

/* Mobile layout */
@media (max-width: 991.98px) {

    .site-logo {
        position: static;
        transform: none;
    }

    .navbar-nav {
        align-items: flex-start;
    }

    .navbar-nav > li:last-child {
        margin-left: 0;
    }
}


@media (min-width: 992px) {
	.navbar-nav > li:last-child a {
		display: inline-block;
		padding: 15px 80px 15px 30px !important;
		border: 1px solid #8ACFE6;
		position: relative;
	}

	.navbar-nav > li:last-child a:hover {
		background-color: #8ACFE6;
		border: 1px solid #fff;
	}

	.navbar-nav > li:last-child a:after {
	    display: inline-block;
	    position: absolute;
	    right: 0;
	    top: 0;
	    padding: 15px 15px 15px 15px;
	    content: "";
	    width: 60px;
	    height: 100%;
	    background-size: 20px;
	    border-left: 1px solid #8ACFE6;
	    background-image: url('/wp-content/uploads/2026/01/Arrow-Right.svg');
	    background-position: center center;
	    background-repeat: no-repeat;
	}

	.navbar-nav > li:last-child a:hover:after {
		border-left: 1px solid #fff;
	}
}


/* Nav END */


/* Homepage template */

header {
	position: absolute;
	z-index: 9999;
	background-color: transparent;
	width: 100%;
	padding-top: 3%;
}

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

#page-title .page-title-inner {
	padding: 300px 0 200px 0;
	background: linear-gradient(to bottom, rgba(55, 30, 82, 0.7) 0%, rgba(55, 30, 82, 0.7) 60%, rgba(55, 30, 82, 1) 100%);
}

#page-title svg {
	position: absolute;
	z-index: 2;
	bottom: -2px;
}

#hp-hero-section {
	position: relative;
	width: 100%;
	min-height: 80vh;
	background-color: #331e4a;
}

/* Hero base */
#hp-hero-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* Video wrapper scoped to hero */
#hp-hero-section .background-wrapper {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

#hp-hero-section .background-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay with bottom gradient */
#hp-hero-section .background-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(
            to bottom,
            rgba(55, 30, 82, 0.7) 0%,
            rgba(55, 30, 82, 0.7) 60%,
            rgba(55, 30, 82, 1) 100%
        );
}

/* Content */
.hero-section-content {
    position: relative;
    z-index: 3;
    width: 100%;
}

.hero-section-content h1,
.hero-section-content p {
    color: #fff;
}

.link {
	display: inline-block;
	font-size: 17px;
	line-height: 17px;
	padding: 15px 60px 15px 0px;
	height: 47px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 600;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #371E52;
	text-decoration: none;
	background-image: url('/wp-content/uploads/2026/01/Group-92.svg');
	background-size: 47px;
	background-repeat: no-repeat;
	background-position: right;
	transition: padding ease 0.5s, letter-spacing ease 0.5s;
	margin-top: 80px;
}

.link:hover {
	padding: 15px 80px 15px 0px;
	letter-spacing: 5px;
	color: #371E52;
	transition: padding ease 0.5s, letter-spacing ease 0.5s;
}

/* Scroll link */
.hero-scroll-link {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    color: #fff;
    text-decoration: none;
}

#intro {
	padding: 5% 0 15% 0;
	position: relative;
	background-color: rgba(55, 30, 82, 1);
	color: #fff;
	overflow: hidden;
}

#intro svg {
	position: absolute;
	bottom: -5px;
}

.text-right {
	text-align: left;
}

@media (min-width: 992px) {
	.text-right {
		text-align: right;
	}
}

.grad-divide {
	display: none;
}

@media (min-width: 992px) {
	.grad-divide {
		position: relative;
		margin: auto;
		display: inline-block;
		margin-left: calc(50% - 1px);
		width: 2px;
		height: 100%;
		background: #8ACFE6;
		background: linear-gradient(180deg,rgba(138, 207, 230, 1) 0%, rgba(255, 255, 255, 0) 100%);
	}
}

#processes-wrap {
	/*background-image: url('/wp-content/uploads/2026/01/mountains-watermark.jpg');*/
	background-size: cover;
	background-attachment: fixed;
}

#processes-wrap .overlay {
	background-color: rgba(240, 240, 240, 0.85);
	padding: 5% 0 10% 0;
}

.sticky {
	position: static;
}



#single-processes {
	position: relative;
}

/* This defines when ALL sticky items release together */
.process-stack {
	position: relative;
}

/* Sticky cards */
.single-process-wrap {
	position: sticky;
	min-height: 250px;
	overflow: hidden;
	border-radius: 20px;
	z-index: 1;
	color: #fff;
}

/* Staggered sticky positions */
.single-process-wrap:nth-child(1) {
	top: 50px;
	z-index: 1;
	margin-bottom: 400px;
}

.single-process-wrap:nth-child(1) h5,
.single-process-wrap:nth-child(3) h5 {color: rgba(138, 207, 230, 1);}

.single-process-wrap:nth-child(2) h5 {color: rgba(55, 30, 82, 1);}

.single-process-wrap:nth-child(2) {
	top: 250px;
	z-index: 2;
	margin-bottom: 200px;
}

.single-process-wrap:nth-child(3) {
	top: 450px;
	z-index: 3;
	/*margin-bottom: 200px;*/
}

/* Preserve overlay styling */
.single-process-wrap .overlay {
	position: relative;
	padding: 75px 75px 125px 75px !important;
	z-index: 2;
}

/* Number styling */
.single-process-wrap .number {
	display: none;
}


@media (min-width: 992px) {
	/* Number styling */
	.single-process-wrap .number {
		display: block;
		position: absolute;
		right: 50px;
		top: 50px;
		color: #fff;
		font-style: italic;
		font-size: 150px;
		line-height: 150px;
		opacity: 0.5;
	}
}

/* Original colours preserved */
.single-process-wrap:nth-child(1) .overlay {
	background-color: rgba(84, 49, 121, 0.8) !important;
}

.single-process-wrap:nth-child(2) .overlay {
	background-color: rgba(142, 227, 255, 0.8) !important;
}

.single-process-wrap:nth-child(3) .overlay {
	background-color: rgba(102, 102, 102, 0.8) !important;
}

/* Video background */
.videobg-wrapper {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.videobg-wrapper video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.videobg-wrapper video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Focus section */

.outline-block {
	margin: 30px;
	border: 2px solid #D9D9D9;
	padding: 20px;
}
.outline-block .outline-block-inner {
	padding: 10% 5%;
	border: 1px solid #D9D9D9;
}

.focus-list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.focus-list li {
	margin: 0 0 50px 0;	
}

.focus-list li:before {
	content: "";
	display: block;
	height: 2px;
	background: #8ACFE6;
	background: linear-gradient(90deg,rgba(138, 207, 230, 1) 0%, rgba(255, 255, 255, 0) 100%);
	margin: 0 0 50px 0;
}

.focus-list li:last-child:after {
	content: "";
	display: block;
	height: 2px;
	background: #8ACFE6;
	background: linear-gradient(90deg,rgba(138, 207, 230, 1) 0%, rgba(255, 255, 255, 0) 100%);
	margin: 50px 0 0 0;
}

.focus-list {}

a.hero-scroll-link {
	display: inline-block;
	width: 73px;
	height: 73px;
	background-image: url('/wp-content/uploads/2026/01/scroll.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.principle-wrap {
	text-align: center;
	padding: 0 50px;
}

.principle-wrap img {
	margin: 0 0 20px 0;
}

/**/

.scroll-pin-wrapper {
	position: relative;
}

/* Normal state */
.scroll-pin-target {
	position: relative;
	width: 100%;
	z-index: 1;
}

/* Pinned state */
.scroll-pin-target.is-pinned {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

/* Section that scrolls over */
.scroll-overlay-section {
	position: relative;
	z-index: 2;
	background: white;
	min-height: 100vh;
}


footer {
	background-color: #371E52;
	color: #fff;
	padding: 0 0 0 0;
	background-image: url('/wp-content/uploads/2026/01/footer-watermark.svg');
	background-size: 35%;
	background-position: right bottom;
	background-repeat: no-repeat;
}

footer #ftr-contact {
	background-color: #f2f2f2;
	padding: 70px 0 50px 0;
	position: relative;
}


@media (min-width: 992px) {
	footer #ftr-contact {
		background-color: #f2f2f2;
		padding: 70px 0 250px 0;
		position: relative;
	}
}

footer .footer-logo {
	margin-bottom: 30px;
}

footer #ftr-contact svg {
	position: absolute;
	bottom: -5px;
}

footer #ftr-links {
	padding: 50px 0;
}

footer #smallprint {
	background-color: #26123C;
	padding: 20px 0;
}

.smallprint p {
	font-size: 13px;
	line-height: 1.5;
}

footer .menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
footer .menu li {
	margin-bottom: 10px;
}
footer .menu li a {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
}

footer #ftr-copyright {
	background-color: #26123C;
	padding: 30px 0;
}

#ftr-copyright p,
#ftr-copyright a { 
	color: #fff;
}

/* About us */

#team-row {
	background-color: #f9f9f9;
	background-image: url('/wp-content/uploads/2026/01/team-bg.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
}

#team-row .overlay {
	background-color: rgba(249, 249, 249, 0.8);
}

.image-wrapper {
	overflow: hidden;
	border-radius: 10px;
}

.image-wrapper img {
	width: 100%;
	height: auto;
}

.team-member-block {
	padding: 40px 40px 100px 40px;
	border-radius: 10px;
	margin: 20px 0;
	position: relative;
	height: calc(100% - 40px);
}

.team-member-block.purple {background-color: rgba(55, 30, 82, 1); color: #fff;}
.team-member-block.blue {background-color: rgba(138, 207, 230, 1); color: rgba(55, 30, 82, 1);}
.team-member-block.grey {background-color: rgba(66, 66, 66, 1); color: #fff;}

a.li-link {
	position: absolute;
	color: #fff;
	font-size: 40px;
	right: 40px;
	bottom: 40px;
}

.video-section {
	position: relative;
	width: 100%;
	background-color: #331e4a;
}

/* Hero base */
.video-section {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* Video wrapper scoped to hero */
.video-section .background-wrapper {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

.video-section .background-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay with bottom gradient */
.video-section .background-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(
            to bottom,
            rgba(55, 30, 82, 0.7) 0%,
            rgba(55, 30, 82, 0.7) 60%,
            rgba(55, 30, 82, 1) 100%
        );
}

/* Content */
.video-section .hero-section-content {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 10% 0;
}

.video-section .hero-section-content h2,
.video-section .hero-section-content p {
    color: #fff;
}

.triangle {
	position: relative;
	display: block;
	aspect-ratio: 1 / 1;
}

.triangle svg {
	position: relative;
	width: 100%;
	z-index: 1;
}

.triangle .block-content {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.triangle .block-content {
	font-family: "Libre Bodoni", serif;
	font-size: 100px;
	line-height: 70px;
	font-style: italic;
	font-weight: 400;
	margin: 0px;
	color: inherit;
}

.how-columns .col-lg-4:nth-child(1) .triangle svg {fill: #424242; color: #8acfe6 !important;}
.how-columns .col-lg-4:nth-child(2) .triangle svg {fill: #8acfe6; color: #371e52 !important;}
.how-columns .col-lg-4:nth-child(3) .triangle svg {fill: #371e52; color: #8acfe6 !important;}

.how-columns .col-lg-4:nth-child(1) .triangle .block-content {color: #8acfe6 !important;}
.how-columns .col-lg-4:nth-child(2) .triangle .block-content {color: #371e52 !important;}
.how-columns .col-lg-4:nth-child(3) .triangle .block-content {color: #8acfe6 !important;}

ul.contact-info {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	list-style-type: none;
}

ul.contact-info li {}

ul.contact-info li a {
	text-decoration: none;
	font-size: 20px;
}

.page-template-template-contact-v1 #ftr-contact {display: none;}

#contact-band {
	position: relative;
	padding-bottom: 250px; 
}

#contact-band svg {
	position: absolute;
	bottom: 0;
	width: 100%;
}


/* Animations */

/* Base animation state */
.animate {
	opacity: 0;
	transition: opacity 0.6s ease, transform 0.6s ease;
	will-change: opacity, transform;
}

/* Animation types */
.animate.fade-in {
	transform: none;
}

.animate.fade-up {
	transform: translateY(30px);
}

.animate.fade-left {
	transform: translateX(30px);
}

.animate.fade-right {
	transform: translateX(-30px);
}

/* Visible state */
.animate.is-visible {
	opacity: 1;
	transform: translate(0, 0);
}

/* Delay utilities */
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.3s; }
.delay-3 { transition-delay: 0.5s; }
.delay-4 { transition-delay: 0.7s; }
.delay-5 { transition-delay: 0.9s; }
.delay-6 { transition-delay: 1s; }

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


