/*
Theme Name: Starter
Author: starter
Author URI:
Description: Just another starter theme.
Version: 1.0
License: (c) Copyright of starter. All Rights Reserved.
Text Domain: starter
*/
.wow {
	visibility: hidden;
}
body {
padding-bottom: env(safe-area-inset-bottom);
}
/* Default Styles */
a {
	color: xxxx;
	text-decoration: none;
	transition: .5s;
}

a:hover {
	color: xxxx;
}

blockquote {
	border-left: 5px solid 000000 !important;
	margin: 0px;
	padding: 20px;
}

blockquote,
table,
table thead {
	background-color: #dfdfdf;
	border: 2px solid #dfdfdf;
}

blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6,
blockquote p {
	padding: 0px;
}

blockquote cite {
	font-style: italic;
	font-weight: bold;
}

body {
	 font-family: "Manrope", sans-serif;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	background-color: #F5F5F5;
}

.clearfix {
	display: block;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0px;
	height: 0px;
	visibility: hidden;
}

.column {
	float: left;
	width: 50%;
}

.container {
	margin: 0px auto;
	padding: 0px;
	width: xxxx;
}

@media (max-width: xxxxpx) {
	.container {
		width: 90%;
	}
}

footer,
header,
section {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

em {
	font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

img {
	height: auto;
	max-width: 100%;
}

nav .column.left {
	width: 25%;
}

nav .column.right {
	width: 75%;
}

nav .menu-item-has-children {
	position: relative;
}

nav .menu-item-has-children:focus .sub-menu,
nav .menu-item-has-children:focus-within .sub-menu,
nav .menu-item-has-children:hover .sub-menu {
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.25s;
	visibility: visible;
	z-index: 1;
}

nav .sub-menu {
	background-color: #ffffff;
	left: 0px;
	opacity: 0;
	padding: 10px;
	position: absolute;
	top: 100%;
	transform: translateY(-10px);
	transition: all 0.25s ease-in-out 0s, visibility 0s linear 0.25s, z-index 0s linear 0.01s;
	visibility: hidden;
	z-index: 1;
}

nav ul {
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

nav ul li {
	display: inline-block;
/* 	line-height: 20px; */
	margin: 0px;
	padding: 0px 10px 0px 10px;
}

nav ul li:first-child {
	padding-left: 0px;
}

nav ul li:last-child {
	padding-right: 0px;
}

nav ul li a {
	color: xxxx;
}

nav ul li a:hover {
	color: xxxx;
}

nav ul li ul li,
nav ul li ul li:first-child,
nav ul li ul li:last-child {
	padding: 10px;
}

@media (max-width: 1000px) {
	nav {
		display: none;
	}
}

ol li,
ul li {
	padding: 10px 0px 0px 0px;
}

.outer {
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
}

.outer .inner {
	display: table-cell;
	vertical-align: middle;
}

p {
	padding: 20px 0px 0px 0px;
}

p,
blockquote cite,
ol li,
ul li,
table {
	margin: 0px;
}

@media (min-width: 1001px) {
	.side-nav {
		display: none;
	}
}

.side-nav a {
	cursor: pointer;
	position: absolute;
	right: 5%;
}

.slick-next:before {
	content: "\203A";
	/* › right single guillemet */
}

.slick-prev:before {
	content: "\2039";
	/* ‹ left single guillemet */
}

.slick-next:before,
.slick-prev:before {
	color: #000000;
	font-family: inherit;
	font-size: 60px;
}

.slick-next {
	right: -30px;
	z-index: 1;
}

.slick-prev {
	left: -30px;
	z-index: 1;
}

.slick-slider {
	margin-bottom: 0px;
}

@media (max-width: 1450px) {

	.slick-next:before,
	.slick-prev:before {
		font-size: 40px;
	}

	.slick-next {
		right: -20px;
	}

	.slick-prev {
		left: -20px;
	}
}

@media (max-width: 600px) {

	.slick-next:before,
	.slick-prev:before {
		font-size: 20px;
	}

	.slick-next {
		right: 0px;
	}

	.slick-prev {
		left: 0px;
	}
}

.slide-close a {
	color: #ffffff;
	cursor: pointer;
	position: absolute;
	right: 5%;
	z-index: 5003;
}

.slide-in-menu {
	background-color: #000000;
	height: 100%;
	left: 0px;
	opacity: 0;
	overflow: scroll;
	position: absolute;
	top: -100%;
	transition: 0.5s;
	width: 100%;
	z-index: 5001;
}

.slide-in-menu.active {
	position: fixed;
	opacity: 1;
	top: 0px;
}

.slide-in-menu li.active>ul {
	display: block;
}

.slide-in-menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.slide-in-menu ul li {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.slide-in-menu ul li a {
	color: #ffffff;
	opacity: 0;
	position: relative;
	transform: translateY(20px);
	transition: opacity .25s linear, color .5s linear, transform .3s cubic-bezier(.25, .46, .45, .94);
}

.slide-in-menu.active ul li a {
	opacity: 1;
	transform: translateY(0);
}

.slide-in-menu.active ul li:nth-of-type(1) a {
	transition: color .5s linear, opacity .25s linear .5s, transform .3s cubic-bezier(.25, .46, .45, .94) .5s;
}

.slide-in-menu.active ul li:nth-of-type(2) a {
	transition: color .5s linear, opacity .25s linear .6s, transform .3s cubic-bezier(.25, .46, .45, .94) .6s;
}

.slide-in-menu.active ul li:nth-of-type(3) a {
	transition: color .5s linear, opacity .25s linear .7s, transform .3s cubic-bezier(.25, .46, .45, .94) .7s;
}

.slide-in-menu.active ul li:nth-of-type(4) a {
	transition: color .5s linear, opacity .25s linear .8s, transform .3s cubic-bezier(.25, .46, .45, .94) .8s;
}

.slide-in-menu.active ul li:nth-of-type(5) a {
	transition: color .5s linear, opacity .25s linear .9s, transform .3s cubic-bezier(.25, .46, .45, .94) .9s;
}

.slide-in-menu.active ul li:nth-of-type(6) a {
	transition: color .5s linear, opacity .25s linear 1s, transform .3s cubic-bezier(.25, .46, .45, .94) 1s;
}

.slide-in-menu.active ul li:nth-of-type(7) a {
	transition: color .5s linear, opacity .25s linear 1.1s, transform .3s cubic-bezier(.25, .46, .45, .94) 1.1s;
}

.slide-in-menu.active ul li:nth-of-type(8) a {
	transition: color .5s linear, opacity .25s linear 1.2s, transform .3s cubic-bezier(.25, .46, .45, .94) 1.2s;
}

.slide-in-menu.active ul li:nth-of-type(9) a {
	transition: color .5s linear, opacity .25s linear 1.3s, transform .3s cubic-bezier(.25, .46, .45, .94) 1.3s;
}

.slide-in-menu.active ul li:nth-of-type(10) a {
	transition: color .5s linear, opacity .25s linear 1.4s, transform .3s cubic-bezier(.25, .46, .45, .94) 1.4s;
}

.slide-in-menu ul ul {
	display: none;
}

strong,
table thead th {
	font-weight: bold;
}

table {
	background-color: #ffffff;
	padding: 10px;
	text-align: left;
}

table th {
	padding: 10px;
}

.wp-block-table {
	margin: 0px;
}

/* Theme Styles */

/* ═══════════════════════════════════════════════════════════════════
   TATG — Section Styles
   Colours: --yellow:#F6EB25  --purple:#893FFD  --teal:#54CED1  --dark:#0C1111
   ═══════════════════════════════════════════════════════════════════ */

:root {
    --yellow: #F6EB25;
    --purple: #893FFD;
    --teal: #54CED1;
    --dark: #0C1111;
}

/* ── Shared button ─────────────────────────────────────────────── */
.a-button {
    margin-top: 30px;
}
.a-button a {
    display: inline-block;
    padding: 14px 32px;
    font-weight: 600;
    font-size: 16px;
    border-radius:10px;
    transition: background .25s, color .25s;
    text-decoration: none;
}
.a-button a.btn-primary {
    background-color: var(--yellow);
    color: #0C1111;
    border: 2px solid var(--yellow);
	box-sizing: border-box;
	text-align: center;
	min-width: 260px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.btn-primary::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    direction: rtl;
    z-index: -1;
    box-shadow:
        -7px -7px 20px 0px rgba(255,255,255,0.6),
        -4px -4px 5px 0px rgba(255,255,255,0.6),
        7px 7px 20px 0px rgba(0,0,0,0.1),
        4px 4px 5px 0px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.a-button a.btn-primary:hover {
    background-color: var(--yellow);
    color: #0C1111;
}
.btn-primary:hover::after {
    left: auto;
    right: 0;
    width: 100%;
}
.btn-primary:active {
    top: 2px;
}
.a-button a.btn-link {
    color: var(--yellow);
    padding: 0;
    font-size: 14px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 6px;
}


/* ── HOME HERO ─────────────────────────────────────────────────── */
.home-hero {
    position: relative;
    display: flex;
    align-items: stretch;
    padding: 20px 20px 40px;
    box-sizing: border-box;

}
.home-hero__inner {
    display: flex;
    width: 100%;
    align-items: stretch;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    border-radius: 30px;
   box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.17);
    overflow: hidden;
    position: relative;
    min-height: 520px;
		background-color: var(--dark);
}
/* Hero background slider */
.home-hero__bg-slider {
    position: absolute !important;
    inset: 0;
    z-index: 0;
}
.home-hero__bg-slider .slick-list,
.home-hero__bg-slider .slick-track,
.home-hero__bg-slider .slick-slide,
.home-hero__bg-slider .slick-slide > div {
    height: 100%;
}
.home-hero__bg-slide {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* Tint on __inner when bg image */
.home-hero__inner.has-bg-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(12,17,17,0.90) 5.44%, rgba(12,17,17,0.00) 84.03%);
    pointer-events: none;
    z-index: 1;
}
.home-hero__inner.has-bg-image .home-hero__left,
.home-hero__inner.has-bg-image .home-hero__right {
    position: relative;
    z-index: 1;
}
.home-hero__left {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 190px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
	max-width: 700px;
}
.home-hero__left h1 {
    font-size: 54px;
    font-weight: 700;
/*     line-height: 118%; */
    color: #fff;
    margin: 0;
}
.home-hero__left h1 *,
.home-hero__left h1 {
    margin: 0;
    padding: 0;
}
.home-hero__sub {
    color: var(--yellow);
    font-weight: 600;
    font-size: 26px;
    margin-top: 20px !important;
    padding: 0 !important;
}
.home-hero__body {
    color: #ccc;
    font-size: 14px;
/*     line-height: 1.7; */
    margin-top: 18px;
}
.home-hero__body p {
    padding: 0;
    margin-top: 12px;
    color: #fff;
    font-size: 16px;
}
.home-hero__right {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    overflow: hidden;
}
.home-hero__right img,
.home-hero__right video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-hero .a-button a.btn-primary:hover {
	background-color: var(--dark);
	color: var(--yellow);
	border: 2px solid var(--dark);
}

@media (max-width: 1200px) {
	.home-hero__left,
    .home-hero__right {
        flex: none;
        max-width: 100%;
        width: 100%;
    }
		.home-hero__inner.has-bg-image::before {
		background: rgba(12, 17, 17, 0.70);

	}
}

@media (max-width: 600px) {
    .home-hero__inner {
        flex-direction: column;
    }
    .home-hero__left,
    .home-hero__right {
        flex: none;
        max-width: 100%;
        width: 100%;
    }
    .home-hero {
		padding: 10px 10px 20px;
	}
    .home-hero__inner {
		border-radius: 20px;
	}
    .home-hero__left {
        padding: 100px 20px 50px;
    }
    .home-hero__left h1 {
        font-size: 30px;
    }
    .home-hero__right {
/*         min-height: 280px; */
        position: relative;
    }
	
	.home-hero__left {
		align-items: center;
		height: 100%;
		min-height: 280px;
	}
	
	.home-hero__inner.has-bg-image::before {
		background: rgba(12, 17, 17, 0.70);

	}
	
	.home-hero__sub {
		font-size: 20px;
		margin-top: 10px !important;
	}
	.home-hero__body {
		margin-top: 10px !important;
	}
	.home-hero .a-button {
		width: 100%;
	}
	.home-hero .a-button a.btn-primary {
		width: 100%;
	}
	
	.home-hero__bg-slide {
/* 		left: auto!important;
		right: 0; */
		background-position: right -70px center;
	}
}

/* ── MARQUEE ───────────────────────────────────────────────────── */
.marquee {
/*     background-color: #fff; */
    overflow: hidden;
    padding: 30px 20px;
	box-sizing: border-box;
}
.marquee__track {
    overflow: hidden;
    width: 100%;
/* 	max-width: 1470px; */
	margin: 0 auto;
	box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, 0.10);
	padding: 20px 0;
	border-radius: 30px;
	background-color: #fff;
}
.marquee__inner {
    display: flex;
    width: max-content;
    animation: marquee-scroll 40s linear infinite;
}
.marquee__item {
    flex-shrink: 0;
    padding: 0 40px;
    display: flex;
    align-items: center;
}
.marquee__item img {
    height: 85px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
/*     filter: grayscale(100%); */
/*     opacity: .6; */
/*     transition: filter .3s, opacity .3s; */
}
.marquee__item img:hover {
    filter: grayscale(0%);
    opacity: 1;
}
@keyframes marquee-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
@media (max-width: 600px) {
    .marquee__item img { height: 62px; }
    .marquee__item { padding: 0 24px; }
}

@media (max-width: 600px) {
	.marquee__track {
border-radius: 20px;
	}
	
	.marquee {
		padding: 10px 20px 40px;
	}
}

/* ── IMAGE TEXT ────────────────────────────────────────────────── */
.image-text {
    padding: 40px 0 60px;
	background-color: transparent !important;
}
.image-text.no-top    { padding-top: 0; }
.image-text.no-bottom { padding-bottom: 0; }
.image-text__inner {
    display: flex;
    align-items: center;
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 40px;
    gap: 60px;
}
.image-text__left {
    flex: 1;
}
.image-text__left h2 {
    font-size: 36px;
    font-weight: 700;
/*     line-height: 1.2; */
}
.image-text__left h2 * { margin: 0; padding: 0; }
.image-text__sub-heading {
    font-size: 26px;
    font-weight: 600;

	margin: 15px 0 0;
    padding: 0;
}
.image-text__body {
    margin-top: 20px;
    font-size: 15px;
/*     line-height: 1.7; */
}
.image-text__body p {
    padding: 0;
    margin-top: 14px;
}
.image-text__right {
    flex: 0 0 50%;
    max-width: 50%;
    border-radius: 30px;
    overflow: hidden;
			box-shadow: 2px 3px 10px 3px rgba(0, 0, 0, 0.15);
}
.image-text__right img,
.image-text__right video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
	border-radius: 30px;

}
.image-text__video-wrap {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
	
}
.image-text__video-wrap video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;

}
.image-text__video-replay {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: rgba(0,0,0,0.45);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    opacity: 0;
    transition: opacity 0.2s ease, background 0.2s ease, transform 0.2s ease;
    z-index: 10;
}
.image-text__video-wrap:hover .image-text__video-replay {
    opacity: 1;
}
.image-text__video-replay:hover {
    background: rgba(0,0,0,0.7);
    transform: scale(1.1);
}
.image-text__video-replay svg {
    width: 18px;
    height: 18px;
    pointer-events: none;
}
.image-text.flip .image-text__inner {
    flex-direction: row-reverse;
}
.image-text .a-button a {
	box-sizing: border-box;
	text-align: center;
	background-color:#0C1111;
	color: var(--yellow);
	border: 1px solid #0C1111;
}
.image-text .a-button a:hover {
	background-color: var(--yellow);
	border: 1px solid var(--yellow);
	color: #0C1111;
}
@media (max-width: 1000px) {
    .image-text { padding: 30px 0; }
    .image-text.no-top    { padding-top: 0; }
    .image-text.no-bottom { padding-bottom: 0; }
    .image-text__inner {
        flex-direction: column-reverse !important;
        padding: 0 30px;
        gap: 30px;
    }
    .image-text__right {
        flex: none;
        max-width: 100%;
        width: 100%;
    }
    .image-text__left h2 { font-size: 30px; }
	.image-text__sub-heading {
		font-size: 20px;
	}
}

@media (max-width: 600px) {
	.image-text .a-button a{
		width: 100%;
	}
	
	.image-text__video-wrap video,
	.image-text__video-wrap,
	.image-text__right{
		border-radius: 20px;
	}
}

/* ── CARDS ─────────────────────────────────────────────────────── */
.cards {
	padding: 0 20px;
	box-sizing: border-box;
	
}
.cards .container {
/*     max-width: 1470px; */
    background-color: var(--cards-bg, var(--dark));
    border-radius: 30px;
    padding: 40px 20px 20px;
    box-sizing: border-box;
}
.cards__title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.cards__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
/* Card base */
.cards__card {
    background-color: #0C1111;
    border-radius: 20px;
/*     overflow: visible; */
	overflow: hidden;
    isolation: isolate;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: transform .3s ease, box-shadow .3s ease;
    border: 1px solid rgba(255,255,255,1);
}
.cards__card {
    transition: transform .3s ease, box-shadow .3s ease, opacity .3s ease, border-color .3s ease;
}
.cards__grid:hover .cards__card {
    opacity: 0.4;
    border-color: rgba(255,255,255,0.15);
}
.cards__grid:hover .cards__card:hover {
    opacity: 1;
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,.4);
    border-color: var(--card-accent, rgba(255,255,255,1));
}
.cards__card.has-popup { cursor: pointer; }

/* Image fills top portion */
.cards__card-img {
    position: relative;
/*     aspect-ratio: 16/9; */
    overflow: visible;
    flex-shrink: 0;
	
	height: 300px;
}
.cards__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
/* 	height: 250px; */
    border-radius: 20px 20px 0 0;
    position: relative;
    z-index: 0;
	
	height: 300px;
}
.cards__card:hover .cards__card-img img { transform: scale(1.04); }
.cards__card-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -100px;
    background: linear-gradient(180deg, rgba(12,17,17,0.20) 50%, #0C1111 71.58%);
    pointer-events: none;
    z-index: 1;
}

/* Body */
.cards__card-body {
    padding: 0px 28px 32px;
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}

/* Big logo-style heading */
.cards__card-heading {
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    letter-spacing: .02em;
/*     line-height: 1; */
    margin: 0 0 25px;
    padding: 0;
}
.cards__card-heading a {
    color: inherit;
    text-decoration: none;
	font-size: 62px;
}
.cards__accent-letter {
    /* colour applied inline */
}

/* Coloured rule under heading */
.cards__card-bar {
    width: 44px;
    height: 1px;
    border-radius: 2px;
    margin-bottom: 14px;
    flex-shrink: 0;
}

/* Sub-heading */
.cards__card-sub {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 12px;
    padding: 0;
}

/* Body copy */
.cards__card-body p {
    font-size: 16px;

    color: rgba(255,255,255, 1);
    padding: 0;
    margin: 0 0 20px;
    flex: 1;
}

/* Learn more link */
.cards__card-body .a-button { margin-top: auto; }
.cards__card-body .a-button a.btn-link {
    font-size: 16px;
    font-weight: 600;
    color: rgba(255,255,255,1);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: 0.5s;
}
.cards__card[style*="--card-accent"] .a-button a.btn-link {
    color: rgba(255,255,255,1);
}
.cards__card[style*="--card-accent"] .a-button a.btn-link .btn-link__arrow {
    color: var(--card-accent);
}
.cards__card-body .a-button a.btn-link:hover {
    opacity: .8;
}
.cards__card-img-link {
    display: block;
}

/* POPUP */
.card-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    height: 100dvh;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 20px 0;
    box-sizing: border-box;
}
.card-popup.open { display: flex; 
height: 100dvh;
	width: 100%;

	
}
.card-popup__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.75);
    z-index: 0;
}
.card-popup__box {
    position: relative;
    background: #0C1111;
    border-radius: 10px;
    max-width: 1400px;
    width: 90%;
    display: flex;
    overflow: hidden;
    z-index: 11;
    align-items: stretch;
    box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.75);
    border: 1px solid var(--card-accent, rgba(255,255,255,0.15));
		padding: 20px 20px;
	box-sizing: border-box;
	border-radius: 30px;
	align-items: center;
	margin: 20px auto;
	


}
.card-popup__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 2;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-popup__close span {
    position: absolute;
    width: 32px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    display: block;
	transition: 0.5s;
}
.card-popup__close span:first-child {
    transform: rotate(45deg);
}
.card-popup__close span:last-child {
    transform: rotate(-45deg);
}
.card-popup__close:hover {
    opacity: 0.7;
}
.card-popup__left {
    flex: 0 0 48%;
    position: relative;
    overflow: hidden;
    min-height: 490px;
	
	width: 100%;
}
.card-popup__left img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
	border-radius: 10px;
}
.card-popup__right { flex: 1; padding: 40px 36px; overflow-y: auto; }
.card-popup__logo { margin-bottom: 20px; background: #111; display: inline-flex; padding: 10px 16px; border-radius: 6px; }
.card-popup__logo img { height: 36px; width: auto; }
.card-popup__right h3 { font-size: 62px; font-weight: 800; margin-bottom: 16px; }
.card-popup__heading {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    letter-spacing: .02em;
/*     line-height: 1; */
    margin: 0 0 10px;
    padding: 0;
}
.card-popup__bar {
    width: 44px;
    height: 1px;
    border-radius: 2px;
    margin-bottom: 14px;
}
.card-popup__sub {
    font-size: 26px;
    font-weight: 600;
    color: #FBFBFB;
    margin: 0 0 15px;
    padding: 0;
}
.card-popup__body p {
	font-size: 16px;
	color: #FDFDFD;
	padding: 0;
	margin-top: 12px;
}

@media (max-width: 900px) {
    .cards__grid {
		grid-template-columns: 1fr; gap: 20px;
	}
    .cards .container {
		padding: 40px 20px 20px;
	}
    .card-popup__box {
		flex-direction: column;
		gap: 20px;
		width: 95%;
		margin: 20px auto;
		align-self: flex-start;
	}
    .card-popup__left {
		flex: none; height: 200px;
	}
    .card-popup__right {
		padding: 0px;
	}
	.cards__card-img {
aspect-ratio: unset;
	}
	
	.cards__title {
		font-size: 24px;
	}
	
	.card-popup__left img {
position: relative;
	}
	
	.card-popup__right h3 {
		font-size: 42px;
	}
	.card-popup__left {
		min-height: 350px;
	}
	.card-popup__sub {
	 font-size: 22px;
	}
}

@media (max-width: 600px) {
	.cards {
	padding: 0 10px;
	}
	.cards__grid:hover .cards__card {
		opacity: 1;
		border-color: rgba(255,255,255,1);
	}
	.cards__grid:hover .cards__card:hover {
		border-color: rgba(255,255,255,1);
	}
	
	.cards__card-heading {
		margin: 0 0 15px;
	}
	.cards__card-heading a {
		font-size: 42px;
	}
	.cards__card-sub {
		font-size: 22px;
	}
	
	.cards__card-img,
	.cards__card-img img{
		height: 250px;
	}
	
	.card-popup__left img {
		height: 200px;
	}
	.card-popup__left {
		min-height: 0;
	}
}

/* ── IMAGE ACCORDION ───────────────────────────────────────────── */
.image-accordion {
    padding: 80px 0 40px;
	background-color: transparent !important;
}
.image-accordion.no-top    { padding-top: 0; }
.image-accordion.no-bottom { padding-bottom: 0; }
.image-accordion__inner {
    display: flex;
    align-items: stretch;
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 40px;
    gap: 60px;
}
.image-accordion__left {
    flex: 0 0 45%;
    max-width: 45%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
	box-shadow: 2px 3px 10px 3px rgba(0, 0, 0, 0.15);
}
.image-accordion__left img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
	border-radius: 30px;
    transition: opacity .35s ease;
}
.image-accordion__title {
    font-size: 42px;
    font-weight: 700;
/*     line-height: 1.2; */
    margin: 0 0 24px;
    padding: 0;
}
.image-accordion__right {
    flex: 1;
	padding: 50px 0;
	box-sizing: border-box;
}
.image-accordion.flip .image-accordion__inner { flex-direction: row-reverse; }
.image-accordion__item {
    border-bottom: 1px solid #000;
}

.image-accordion__item:first-of-type {
   border-top: 1px solid #000;
}
.image-accordion__trigger {
    width: 100%;
    background: none;
    border: none;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 26px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    color: inherit;
	 font-family: "Manrope", sans-serif;
	opacity: 0.4;
	transition: 0.5s;
	-webkit-tap-highlight-color: transparent;
}
.image-accordion__trigger:hover {
	opacity: 0.7
}
.image-accordion__item.active .image-accordion__trigger {
	opacity:1;
}
.image-accordion__panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .5s cubic-bezier(0.4, 0, 0.2, 1);
}
.image-accordion__panel-inner {
    overflow: hidden;
    min-height: 0;
    opacity: 0;
    transition: opacity .35s ease .05s;
}
.image-accordion__panel-content {
    padding: 0 0 20px;
}

.image-accordion__panel-content p {
	border-radius: 5px;
	background-color: #E9E9E9;
	padding: 10px 20px !important;
	box-sizing: border-box;
	width: fit-content;
	display: block;
}
.image-accordion__panel p {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

.image-accordion__panel p strong {
	font-weight: 800;
}
.image-accordion__item.active .image-accordion__panel { grid-template-rows: 1fr; }
.image-accordion__item.active .image-accordion__panel-inner { opacity: 1; }


@media (max-width: 1000px) {
    .image-accordion { padding: 50px 0 0; }
    .image-accordion.no-top    { padding-top: 0; }
    .image-accordion.no-bottom { padding-bottom: 0; }
    .image-accordion__inner {
        flex-direction: column !important;
        padding: 0 30px;
        gap: 0px;
    }
    .image-accordion__left { flex: none; max-width: 100%; aspect-ratio: 4 / 3; }
    .image-accordion__title--desktop { display: none; }
    .image-accordion__title--mobile {
        font-size: 28px;
        margin: 0 0 16px;
        padding: 0;
    }
}
@media (min-width: 1001px) {
    .image-accordion__title--mobile { display: none; }
}

@media (max-width: 600px) {


	.image-accordion__left img,
	.image-accordion__left
	{
		border-radius: 20px;
	}
	.image-accordion__title {
		font-size: 30px;
	}
	
	.image-accordion__right {
		padding: 0px 0 20px;
	}
	.image-accordion__trigger {
		font-size: 20px;
	}
	.image-accordion__item:first-of-type {
		border-top: none;
	}
	
	.image-accordion__item:last-of-type{
		border-bottom: none;
	}
}

/* ── CONTACT SECTION ───────────────────────────────────────────── */
.contact-section {
    padding: 40px 20px 80px;
	box-sizing: border-box;
}
.contact-section__inner {
    display: flex;
    flex-direction: column;
/*     max-width: 1470px; */
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 30px;
    overflow: hidden;
}
.contact-section__body {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    padding: 60px 60px 50px;
    box-sizing: border-box;
}
/* Footer bar inside contact section */
.contact-section__footer-bar {
    padding: 20px 20px;
    box-sizing: border-box;
}
.contact-section__footer-bar-inner {
    background: var(--yellow, #F6EB25);
    border-radius: 15px;
    padding: 15px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    box-sizing: border-box;
}
.contact-section__footer-copy {
    font-size: 16px;
    font-weight: 500;
    color: #0C1111;
    margin: 0;
    padding: 0;
/*     white-space: nowrap; */
}
.contact-section__footer-nav {
    display: flex;
    align-items: center;
    gap: 28px;
}
.contact-section__footer-nav a {
    font-size: 16px;
    font-weight: 500;
    color: #0C1111;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity .2s;
}
.contact-section__footer-nav a:hover { opacity: .7; }

@media (max-width: 600px) {
    .contact-section__footer-bar { padding: 12px; }
    .contact-section__footer-bar-inner { padding: 14px 20px; flex-direction: column; align-items: flex-start; gap: 12px; }
    .contact-section__body { padding: 40px 24px 32px; flex-direction: column; }
	.contact-section__footer-bar-inner {
		align-items: center;
	}
	
	.contact-section__footer-copy {
		text-align: center;
	}
}
.contact-section__left {
    flex: 0 0 38%;
    max-width: 38%;
}
.contact-section__left h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
/*     line-height: 1.2; */
}
.contact-section__left h2 * { margin: 0; padding: 0; }
.contact-section__intro {
    margin-top: 10px;
    font-size: 14px;
/*     line-height: 1.7; */
    color: #ccc;
}
.contact-section__intro p {
	padding: 0;
	margin-top: 10px;
	color: #fff;
	font-size: 16px;
}
.contact-section__details {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}
.contact-section__details li {
    padding: 6px 0;
    font-size: 18px;
    color: #fff;
}
.contact-section__details li span {
    color: var(--yellow);
    font-weight: 600;
    margin-right: 6px;
	font-size: 18px;
}
.contact-section__details li a {
    color: #fff;
	font-size: 18px;
}
.contact-section__details li a:hover {
    color: var(--yellow);
}
.contact-section__address {
    margin-top: 5px !important;
/*     line-height: 1.8 !important; */
}
.contact-section__right {
    flex: 1;
}

/* CF7 form styles */
.contact-section__right .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.contact-section__right .wpcf7-form p {
    flex: 0 0 calc(50% - 8px);
    margin: 0;
    padding: 0;
}
.contact-section__right .wpcf7-form p:last-of-type {
    flex: 0 0 100%;
}
.contact-section__right .wpcf7-form p.full {
    flex: 0 0 100%;
}
.contact-section__right .wpcf7-form .cf7-submit-row {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.contact-section__right .wpcf7-form .cf7-consent {
    font-size: 12px;
    color: rgba(255,255,255,1);
/*     line-height: 1.5; */
    margin: 0;
}
.contact-section__right .wpcf7-form select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23ffffff' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    padding-right: 36px !important;
}
.contact-section__right .wpcf7-form input[type="text"],
.contact-section__right .wpcf7-form input[type="email"],
.contact-section__right .wpcf7-form input[type="tel"],
.contact-section__right .wpcf7-form select,
.contact-section__right .wpcf7-form textarea {
    width: 100%;
    background: transparent;
    border: 1px solid rgba(255,255,255,1);
    color: #fff;
    padding: 14px 16px;
    font-size: 15px;
    border-radius: 3px;
    box-sizing: border-box;
    outline: none;
    transition: border-color .25s;
    font-family: inherit;
	border-radius: 7px;
}
.contact-section__right .wpcf7-form input:focus,
.contact-section__right .wpcf7-form select:focus,
.contact-section__right .wpcf7-form textarea:focus {
    border-color: var(--yellow);
}
.contact-section__right .wpcf7-form input::placeholder,
.contact-section__right .wpcf7-form textarea::placeholder {
    color: rgba(255,255,255,1);
}
.contact-section__right .wpcf7-form select option {
    background: #111;
    color: #fff;
}
.contact-section__right .wpcf7-form textarea {
    min-height: 140px;
    resize: vertical;
}
.contact-section__right .wpcf7-form input[type="submit"] {
    background: var(--yellow);
    color: #0C1111;
    border: 1px solid var(--yellow);
	border-radius: 10px !important;
    font-weight: 500;
    cursor: pointer;
    padding: 14px 40px;
	font-size: 16px;
    width: auto;
    transition: background .25s, color .25s;
    border-radius: 3px;
	min-width: 200px;
	font-family: "Manrope", sans-serif;
}
.wpcf7-spinner {
	display: none;
}
.contact-section__right .wpcf7-form input[type="submit"]:hover {
    background: transparent;
    color: var(--yellow);
}
.wpcf7-not-valid-tip { color: #ff6b6b; font-size: 12px; margin-top: 4px; }
.wpcf7-response-output {
    width: 100%;
    padding: 12px 16px !important;
    border-radius: 3px !important;
    font-size: 13px !important;
    margin: 8px 0 0 !important;
    border: 1px solid var(--yellow) !important;
    color: var(--yellow) !important;
}

@media (max-width: 950px) {
	.contact-section__body {
		flex-direction: column;
	}
	
	    .contact-section__left {
        flex: none;
        max-width: 100%;
    }
	
	   .contact-section__right .wpcf7-form p {
        flex: 0 0 100%;
    }
}

@media (max-width: 600px) {
    .contact-section {
		padding: 0px 20px;
	}
    .contact-section__inner {
        flex-direction: column;
        padding: 0 0px;
        gap: 40px;
    }
    .contact-section__left {
        flex: none;
        max-width: 100%;
    }
    .contact-section__left h2 {
		font-size: 26px;
	}
	
	.contact-section__body {
		padding: 45px 20px 40px;
	}
	
	.contact-section__details li a {
		font-size: 16px;
	}
	
	.contact-section__details li {
		font-size: 16px;
	}
	.contact-section__body {
		gap: 20px;
	}
	
	.contact-section__right .wpcf7-form p:last-of-type {
		flex-direction: column;
	}
	
	.contact-section__right .wpcf7-form input[type="submit"] {
		width: 100%;
	}
	
	.contact-section__inner {
		border-radius: 20px;
	}
}

/* ── LEGACY SITE WIDGET ─────────────────────────────────── */
.legacy-widget {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9998;
    background: #111;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,.55);
    overflow: hidden;
    width: 112px;
    transition: width .35s ease, box-shadow .3s ease;
}
.legacy-widget:hover { box-shadow: 0 8px 32px rgba(0,0,0,.7); }

/* Expanded section: max-height + opacity transition — no display toggle */
.legacy-widget__expanded {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height .35s ease, opacity .3s ease, padding .35s ease;
}

/* Close button */
.legacy-widget__close {
    display: block;
    margin-left: auto;
    background: none;
    border: none;
    color: rgba(255,255,255,.5);
    font-size: 18px;
/*     line-height: 1; */
    cursor: pointer;
    padding: 0;
    margin-bottom: 10px;
    transition: color .15s;
}
.legacy-widget__close:hover { color: #fff; }

/* Text */
.legacy-widget__text {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 16px;
    padding: 0;
    white-space: nowrap;
	text-align: center;
}

/* Logo link */
.legacy-widget__link {
    display: block;
    padding: 20px;
    text-align: center;
    transition: padding .35s ease;
    width: 100%;
    box-sizing: border-box;
}
.legacy-widget__link:hover img { opacity: .8; }

/* Logo image */
.legacy-widget__img {
    display: block;
    margin: 0 auto;
    width: 72px;
    height: auto;
    transition: width .35s ease, opacity .2s ease;
}

@media (max-width: 600px) {
    .legacy-widget { display: none; }
}

/* ── SITE HEADER ──────────────────────────────────────────── */
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    float: none;
    transition: background 0.3s ease, backdrop-filter 0.3s ease;
}
.site-header.is-sticky {
    position: fixed;
    background: rgba(12,17,17,0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.site-header__inner {
/*     max-width: 1470px; */
    margin: 0 auto;
    padding: 0 70px;
    height: 76px;
    display: flex;
    align-items: center;
    gap: 48px;
	margin-top: 30px;
	box-sizing: border-box;
}

.site-header.is-sticky .site-header__inner {
	margin-top: 0px;
}

/* Logo */
.site-header__logo {
    flex-shrink: 0;
}
.site-header__logo img {
    height: 48px;
    width: auto;
    display: block;
}

/* Nav links */
.site-header__nav {
    flex: 1;
}
.site-header__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 36px;
    float: none;
}
.site-header__nav ul li {
    display: flex;
    margin: 0;
    padding: 0;
/*     line-height: 1; */
}
.site-header__nav ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
    transition: opacity .2s;
}
.site-header__nav ul li a:hover {
	opacity: .7;
	color: var(--yellow);
}
.nav-arrow {
    font-size: 11px;
    opacity: .7;
}

/* CTA button */
.site-header__cta {
    margin-left: auto;
    flex-shrink: 0;
}
.site-header__cta-btn {
    display: inline-block;
    background-color: #fff;
    color: #0C1111;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap;
	width: 210px;
	text-align: center;
	box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: color .2s;
}
.site-header__cta-btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    direction: rtl;
    z-index: -1;
    box-shadow:
        -7px -7px 20px 0px rgba(255,255,255,0.6),
        -4px -4px 5px 0px rgba(255,255,255,0.6),
        7px 7px 20px 0px rgba(0,0,0,0.1),
        4px 4px 5px 0px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.site-header__cta-btn:hover {
    background-color: var(--yellow);
    color: #0C1111;
}
.site-header__cta-btn:hover::after {
    left: auto;
    right: 0;
    width: 100%;
}
.site-header__cta-btn:active {
    top: 2px;
}

/* Mobile icons — hidden on desktop */
.site-header__mobile-icons {
    display: none;
    align-items: center;
    gap: 18px;
    margin-left: auto;
    flex-shrink: 0;
}
.site-header__mobile-icon {
    color: #fff;
    font-size: 26px;
    text-decoration: none;
  
    transition: opacity .2s;
    display: flex;
    align-items: center;
}
.site-header__mobile-icon:hover { opacity: 0.7; }

@media (max-width: 900px) {
    .site-header__nav { display: none; }
    .site-header__cta { display: none; }
    .site-header__mobile-icons { display: flex; }
    .site-header__inner { padding: 0 70px; gap: 24px; }
}

@media (max-width: 600px) {
	.site-header__logo img {
		height: 37px;
	}
	
	.site-header__inner {
		padding: 0 35px;
	}
}
