/*
Theme Name: AutoMate - Child
Theme URI: https://promo-theme.com/automate/
Author: Promo Theme
Author URI: https://themeforest.net/user/ypromo
Description: Rev Up Your Online Presence with Our Car Repair & Auto Services WordPress Theme! Drive success for your automotive business with our meticulously crafted, customizable, and user-friendly WordPress theme. Tailored specifically for car repair and auto services, our theme enables you to showcase your expertise, connect with customers, and establish a dynamic online presence effortlessly. From showcasing services to scheduling appointments, our theme accelerates your digital presence. Tune up your website with style and functionality - kickstart your journey to automotive excellence today!
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ypromo
Template: automate

*/



/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0px 0 1.5em 0.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.img-border-radius {
    border-radius: 50%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

/* .hentry {
	margin: 0 0 1.5em;
} */

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

/* .page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
} */

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* HEADER */

.header-1 .site-logo img {
	width: 160px;
}
.header-1 .elementor-icon-box-content p {
	margin: 0;
	color: var(--e-global-color-text);
	font-size: 16px;
	font-weight: 600;
}

.site-menu .sub-menu .current-menu-item > a {
	background-color: var(--pt-color-primary) !important;
}

.site-menu .sub-menu a:hover {
	background-color: var(--pt-color-primary) !important;
}

.mobile-menu-wrap .sub-menu a {
	color: #fff;
	background-color: none;
}

/* HOME STICKY */
@media (min-width: 768px) {
	body.home .elementor-sticky--active,
	.elementor-sticky--active .e-con-inner,
	.elementor-sticky--active.elementor-sticky--effects {
		transition: 0.3s ease-in-out !important;
	}

	body.home .elementor-sticky--active.elementor-sticky--effects {
		padding: 0 !important;
		top: 0 !important;
		--content-width: 100% !important;
		--content-width: 100% !important;
		background-color: #FFF;
		padding: 0 20px !important;
	}
	body.home .elementor-sticky--active.elementor-sticky--effects .e-con-inner {
		padding: 0 !important;
		height: 100% !important;
		margin: 0 auto !important;
		max-width: 1520px !important;
	}

	body.home .elementor-sticky--active.elementor-sticky--effects .header-1 {
		/* border-radius: 0;
		padding-left: max(15px, calc((100vw - 1260px) / 2));
		padding-right: max(15px, calc((100vw - 1260px) / 2)); */
	}
}
.site-preloader {
    background-color: #141446 !important;
}
/* MOBILE MENU */

.mobile-menu-wrap .mobile-menu {
	padding: 50px 0 30px 30px !important;
}

.mobile-menu-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	background-color: var(--e-global-color-secondary) !important;
}

.mobile-menu {
	flex: 1;
	color: #fff;
}

.menu-toggle {
	color: #fff;
}

.mobile-menu-wrap .mobile-menu > ul > li > a {
	font-size: var(--pt-typography-h4-font-size) !important;
}


.mobile-menu-bottom {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 30px 60px 30px;
}

.mobile-menu-phone {
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	font-size: 18px;
}

.mobile-menu-phone::before {
	content: "\f095";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	margin-right: 8px;
}

.mobile-menu-linkedin {
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #0A66C2;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
}


/* HOMEPAGE */

.sub-menu li {
	font-size: 16px;
    color: var(--e-global-color-text);
    font-weight: 600;
}

#home_hero .hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

@media (max-width: 1570px) {
    #home_hero .elementor-widget-video .e-hosted-video .elementor-video {
        object-position: 25%;
    }
}
@media (max-width: 1024px) {
    #home_hero .elementor-widget-video .e-hosted-video .elementor-video {
        object-position: 0;
    }
}
#home_hero .elementor-widget-video .elementor-wrapper video{
	background-color: unset;
}
#home_hero .e-hosted-video {
	height: 100%;
	width: 100%;
}

@media (max-width: 1024px) {
    .counters {
        text-align: center !important;
    }
	.counters .elementor-widget-counter .elementor-counter {
    	place-self: center !important;
	}
}
@media (max-width: 550px) {
	.counters .elementor-widget-counter:nth-last-of-type(-n+2) {
		width: 40% !important;
	}
	.counters .elementor-widget-counter:nth-child(-n+3) {
		width: 20% !important;
	}
	.counters .elementor-widget-counter:nth-last-of-type(2) .elementor-counter {
    	place-self: flex-end !important;
	}
	.counters .elementor-widget-counter:last-of-type .elementor-counter {
    	place-self: flex-start !important;
	}
}

.glass-card {
	backdrop-filter: blur(18px);
}

.glass-card::before,
.glass-card::after{
    content:"";
    position:absolute;
    inset:0;
    border-radius:inherit;
    pointer-events:none;
}

.glass-card::before{
    border:1px solid rgba(255,255,255,.8);
    mask-image:linear-gradient(
        148deg,
        #fff 0%,
        #fff 31%,
        transparent 41%
    )
}

.glass-card::after{
    border:1px solid rgba(255,255,255,.8);
    mask-image:linear-gradient(
        332deg,
        #fff 0%,
        #fff 30%,
        transparent 48%
    );
}

.homepage-hero .Left .e-con-inner,
.homepage-hero .is-left .e-con-inner {
    align-items: flex-start !important;
}

.homepage-hero .Right .e-con-inner,
.homepage-hero .is-right .e-con-inner {
    align-items: flex-end !important;
}

.text-badge {
	width: fit-content !important;
}

.latest-post-featured {
    display: flex;
    align-items: center;
    gap: 32px;
}

.latest-post-featured__image {
    flex: 0 0 260px;
}

.latest-post-featured__img {
    width: 100%;
    height: auto;
	max-width: 260px !important;
	max-height: 200px;
	margin-left: auto;
	margin-right: auto;
    object-fit: cover;
    display: block;
    border-radius: 12px !important;
}
@media (max-width: 767px) {
	.latest-post-featured__img {
		max-width: 70% !important;
	}	
}

.latest-post-featured__content {
    flex: 1;
}

.latest-post-featured__title {
    margin: 0 0 12px;
    font-size: 40px;
    line-height: 40px;
	font-weight: 700;
}

.latest-post-featured__title a {
    color: inherit;
    text-decoration: none;
}

.latest-post-featured__excerpt {
    margin-bottom: 15px;
}

.latest-post-featured__button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 600;
	color: var(--e-global-color-accent);
}
.latest-post-featured__button{
	white-space: nowrap;
}
.latest-post-featured__button i {
    transition: transform .3s ease;
}

.latest-post-featured__button:hover i {
    transform: translateX(3px);
}

@media (max-width: 767px) {
    .latest-post-featured {
        flex-direction: column;
        align-items: flex-start;
    }
	
	.latest-post-featured__content {
		text-align: center;
	}
	
	.latest-post-featured__title {
		font-size: 24px;
		line-height: 40px;
	}
	
	.latest-post-featured__excerpt,
	.latest-post-featured__button {
		font-size: 14px;
	}

    .latest-post-featured__image {
        width: 100%;
        flex: none;
		max-width: 400px;
		align-self: center;
    }

    .latest-post-featured__img {
        width: 100%;
        height: 240px;
    }
}

.elementor-counter {
    width: fit-content;
    white-space: nowrap;
}

.elementor-counter-title,
.elementor-counter-number-wrapper {
    white-space: nowrap;
}

.elementor-counter-number {
	padding-right: 10px !important;
}

@media (max-width: 1024px) {
/* 	.elementor-counter-title,
	.elementor-counter-number-wrapper {
		white-space: normal;
	}
	
	.elementor-counter {
    white-space: normal;
	} */
	
	.elementor-counter-number {
	padding-right: 0px !important;
	}
}

.about-vqs-section .elementor-counter-number {
	padding-right: 0 !important;
}

.cutout{
	position: relative;
    overflow: hidden;
    isolation: isolate;
}
.cutout > * {
    position: relative;
    z-index: 2;
}
.cutout:after{
    pointer-events: none;
    z-index: 1;
	width: 54%;
	content: "";
    position: absolute;
    right: 15px;
    bottom: -27px;
    height: 96px;
	max-height: 96px;
    background: #ffffff;
    clip-path: url(#smooth-cutout);
    z-index: 1;
}
.cutout-blue:after{
	background: #0c249e;
}
.cutout-navy:after{
	background: #141446;
}
.cutout-left:after{
	width: 54%;
    left: 15px;
    right: unset;
}
.cutout-middle:after{
	right: 50%;
	left: unset;
	transform: translateX(50%);
}
@media (max-width: 1024px) {
	.cutout:after {
		width: calc(100% - 50px);
		right: 50%;
		left: unset;
		transform: translateX(50%);
    	bottom: -17px;
    	height: 60px;
		max-height: 60px;
	}
}

@media (max-width: 767px) {
	.homepage-service-image {
		aspect-ratio: 3 / 2;
	}
}

.pt-services .pt-service-text {
	font-size: 16px !important;
}

.pt-services .pt-service-title {
	font-size: 24px !important;
}

.service-process .elementor-icon {
	border: 1px solid var(--e-global-color-accent);
    border-radius: 20px;
    padding: 20px;
}

.service-process .elementor-widget-icon-box{
    position:relative;
}

.service-process .elementor-icon-box-content p {
	color: #FFFFFFA6;
	line-height: 1.6;
}

@media (max-width: 767px) {
	.service-process .elementor-icon-box-content p {
		font-size: 14px;
	}
}

/* .service-process .elementor-widget-icon-box:not(:last-child)::after{
    content: "";
    position: absolute;
    top: 48px;
    right: -45%;
    width: 70%;
    height: 2px;
    background-image: linear-gradient(to right, #d4af37 50%, transparent 50%);
    background-size: 16px 2px;
    background-repeat: repeat-x;
} */

.homepage-about-img .elementor-widget-image {
	position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 14px;
}

.counter-container {
	width: fit-content;
}

.blog-area .entry-meta + .entry-title,
.blog-area .entry-more{
	margin-top: 0px !important;
}
.blog-area .entry-more,
.blog-area .entry-more span{
	white-space: nowrap;
}

.elementor-posts .elementor-post__text {
    display: flex;
    flex-direction: column;
}

.elementor-posts .elementor-post__meta-data {
    order: -1;
    margin-bottom: 3px;
}

.elementor-posts .elementor-post__title {
    order: 0;
	margin-bottom: 5x;
}

.elementor-widget-posts .category-vqs-news .elementor-post__text {
	justify-content: center;
}

@media (max-width: 767px) {
	.elementor-posts--thumbnail-left .elementor-post.category-vqs-news {
		flex-direction: column;
	}
	
	.elementor-widget-posts .category-vqs-news .elementor-post__text {
		margin-top: 20px;
	}
}

.icon-repeater {
    list-style: none;
    margin: 0;
    padding: 0 !important;
	display: flex;
    gap: 20px;
}

.icon-repeater__item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 16px;
	color: var(--e-global-color-text);
    font-weight: 600;
}

.icon-repeater__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/uploads/2026/04/Icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media (max-width: 767px) {
	.icon-repeater {
		flex-direction: column;
		gap: 0px;
	}
	
	.icon-repeater__item {
		font-size: 14px;
		margin-bottom: 8px;
	}
	
	.icon-repeater__item::before {
		top: 0.3em;
	}
}

.compliance-list {
    list-style: none;
    margin: 0;
    padding: 0 !important;
}

.compliance_list__item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
	color: #FFFFFFA6;
}

.compliance_list__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/uploads/2026/04/Icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


@media (max-width: 767px) {
	.compliance_list__item {
		font-size: 14px;
	}
	
	.compliance_list__item::before {
		top: 0.3em;
	}
}

/* BUTTON */
.btn-primary{
	white-space: nowrap;
}
.btn-primary .elementor-button-icon {
    transition: transform 0.25s ease;
}

.btn-primary:hover .elementor-button-icon {
	transform: translateX(4px);
}

.btn-primary .elementor-button-text,
.btn-secondary .elementor-button-text {
    position:relative;
    background-image:linear-gradient(currentColor,currentColor);
    background-size:0 1px;
    background-repeat:no-repeat;
    background-position:left 110%;
    transition:background-size .6s cubic-bezier(0.23,1,0.32,1);
}

.btn-primary:hover .elementor-button-text,
.btn-secondary:hover .elementor-button-text {
    background-size:100% 1px;
}

.elementor-posts .elementor-post__read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}
.elementor-post__read-more {
	white-space: nowrap;
}

.elementor-posts .elementor-post__read-more::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    color: currentColor;
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
}

.elementor-posts .elementor-post__read-more:hover::after {
    transform: translateX(3px);
}

/* FOOTER */
.site-footer .site-logo img{
	width: 100%;
	min-width: 286px;
}
.footer-menu .elementor-item {
	align-items: center;
	display: inline-flex;
    position: relative;
    padding-left: 20px;
}

.footer-menu .elementor-item::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 46%;
    transform: translateY(-50%) !important;
    color: var(--e-global-color-accent);
    font-size: 24px;
    line-height: 1;
    opacity: 1 !important;
    visibility: visible !important;
}

.footer-menu .elementor-nav-menu--main > ul > li > a {
    position: relative;
    padding: 4px 0;
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: left bottom;
    font-weight: 500;
    transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1), background 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.footer-menu .elementor-nav-menu--main > ul > li > a:hover {
    background-size: 100% 1px;
    color: var(--pt-color-text);
}

.e--pointer-double-line .elementor-item:after, .e--pointer-underline .elementor-item:after {
	display: none;
}

@media (max-width: 767px) {
    .quick-links {
        width: 100%;
	}
}

@media (max-width: 1024px) {
	.footer-addresses {
		display: grid;
		grid-template-columns: repeat(2, minmax(auto, 1fr));
	}
	
	.footer-addresses > div {
		width: 100%;
		min-width: 0;
	}
	
	.footer-addresses p {
		overflow-wrap: break-word;
		white-space: normal;
	}
}

.site-footer .elementor-button .elementor-button-icon {
	transition: transform 0.3s ease;
}

.site-footer .elementor-button:hover .elementor-button-icon {
	transform: translateX(3px);
}

.footer-locations {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
}

@media (max-width: 1024px) {
    .footer-locations {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .elementor-528 .elementor-element.elementor-element-0738826 {
        --width: 33% !important;
    }
}

.footer-location {
    display: flex;
    flex-direction: column;
}

.footer-location__title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
}

.footer-location__address {
	font-size: 16px;
    color: #FFFFFF7A;
    line-height: 24px;
    margin-bottom: 32px;
}

.footer-location__button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--e-global-color-accent);
	font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.footer-location__button i {
    transition: transform .3s ease;
}

.footer-location__button:hover i {
    transform: translateX(3px);
}


/* NEWS */

.blog-area.blog-items.blog-type-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    height: auto !important;
}

.blog-area.blog-items.blog-type-grid.row {
    display: grid !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.blog-area.blog-items.blog-type-grid .blog-item {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.blog-area.blog-items.blog-type-grid .blog-item,
.blog-area.blog-items.blog-type-grid .blog-item .wrap,
.blog-area.blog-items.blog-type-grid .entry-caption {
    min-width: 0;
}

.grid-sizer {
	display: none;
}

article.blog-item {
    position: unset;
    flex: 1;
    height: auto;
}
body.single-post .site-main > .container > .row > .col-12.col-lg-3 { display: none !important }
body.single-post .site-main > .container > .row > .col-12.col-lg-9 { 
	flex: 0 0 100%;
	max-width: 100%;
}

/* @media (min-width: 992px) {
	.col-lg-3 {
		max-width: 100%;
	}
} */

.blog-item .wrap {
    display: flex;
    flex-direction: column;
    flex: 1 !important;
    height: 100%;
}

.blog-item .entry-thumb {
    flex-shrink: 0;
}

.blog-item .entry-caption {
    display: flex;
    flex-direction: column;
    flex: 1 !important;
}

.blog-item .entry-more {
    margin-top: auto;
}

.blog-item .entry-excerpt {
	color: #4F4647B2;
	line-height: 24px;
}

.blog-item .entry-more a {
	color: var(--pt-color-secondary);
	font-size: 14px;
}

.single-post .entry-thumb::before {
    padding-top: 68.25% !important;
}

.pagination .current {
	background-color: var(--pt-color-primary) !important;
}

.pagination ul {
	gap: 10px !important;
}

.page-numbers a {
	border: 1px solid #d1d5dc;
    padding: 9px 17px !important;
    border-radius: 10px !important;
}

.pagination span.page-numbers, .woocommerce-pagination span.page-numbers {
    padding: 9px 17px !important;
    border-radius: 10px !important;
}

.pagination-prev,
.pagination-next {
	vertical-align: middle;
}

/* NEWS SINGLE */

.entry-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-position-top img {
    object-position: center top;
}

.image-position-center img {
    object-position: center center;
}

.image-position-bottom img {
    object-position: center bottom;
}

.single-post .post.type-post.format-standard,
.comments-area {
	padding: 25px;
    max-width: 900px;
	width: 100%;
    justify-self: center;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0px 10px 15px -3px #0000001A;
}

.comments-area {
	margin: 64px 0 !important;
}

.type-post .entry-title {
	font-size: 48px;
    font-weight: 700;
    color: var(--pt-color-secondary);
	margin: 15px 0px;
}

.type-post .entry-date {
	font-size: 16px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.type-post .entry-content p {
	margin-bottom: 10px !important;
}

.back-to-news {
	white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 600;
	color: var(--e-global-color-primary);
}

.entry-back-bottom .back-to-news {
    color: #fff;
    background-color: var(--e-global-color-primary);
    padding: 12px 40px;
    border-radius: 10px;
	margin-top: 20px;
	white-space: nowrap;
}

.back-to-news:hover::before {
    transform: translateX(-5px);
}

.back-to-news::before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-size: 16px;
    color: currentColor;
	transform: translateX(0);
    transition: transform 0.3s ease-in-out;
}

.comment-reply-title {
    margin-bottom: 24px;
    text-transform: none;
    font-size: 28px;
    font-weight: 700;
    color: var(--e-global-color-secondary);
}

.comments-area label {
	font-size: 14px !important;
    font-weight: 600 !important;
    color: #141446;
	opacity: 1 !important;
}

.comments-area input,
.comment-form-comment textarea {
	border: 1px solid #d1d5dc !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    margin-top: 8px;
}

.comment-respond button {
	font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    background-color: var(--e-global-color-primary);
    padding: 12px;
    border-radius: 10px;
}

.comment-form .submit::before {
    content: "\f1d8";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
	line-height: 1;
    color: currentColor;
    vertical-align: middle;
}

.single-post .form-submit, 
.single-post .comment-respond {
	margin-bottom: 0 !important;
}

/* CONTACT US */

.contact-form-title {
	font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    color: var(--e-global-color-secondary);
}

.contact-links .elementor-icon-box-content p {
	margin: 0;
}
.contact-links .elementor-icon-box-content a {
	color: var(--e-global-color-primary);
}

.contact-links .elementor-icon-box-content a:hover {
	color: var(--e-global-color-secondary);
}

.wpcf7 label {
	opacity: 1 !important;
	font-weight: 600 !important;
	line-height: 21px;
	font-size: 16px !important;
}

.wpcf7 form .wpcf7-response-output {
    padding: 5px !important;
    border: 2px solid var(--e-global-color-accent) !important;
    text-align: center;
}

.contact-form .form-grp input::placeholder,
.contact-form .form-grp textarea::placeholder {
	font-size: 16px;
	color: #14144680;
	font-weight: 400;
}

.contact-form .form-grp input,
.contact-form .form-grp textarea {
    border: 1px solid #d7dbe7;
    border-radius: 10px;
    padding: 16px 20px;
    width: 100%;
    box-sizing: border-box;
}

.contact-form .form-grp input,
.contact-form .form-grp textarea {
    font-size: 16px;
    font-weight: 400;
    color: var(--e-global-color-text);
    line-height: 1;
}

.form-grp {
    margin-bottom: 15px;
}

.contact-form .form-btn {
    margin-top: 36px;
}

.contact-form .form-btn .wpcf7-submit,
.contact-form .form-btn .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 20px 32px;
    background-color: var(--e-global-color-primary);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

.contact-form .form-btn {
    position: relative;
}

.contact-form .form-btn::before {
    content: "\f1d8";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-85px, -50%);
    font-size: 20px;
    line-height: 1;
    color: #fff;
    pointer-events: none;
    z-index: 2;
}

.contact-form .form-btn .wpcf7-submit:hover,
.contact-form .form-btn .btn:hover {
    background-color: var(--e-global-color-primary);
}

.contact-form .form-btn .wpcf7-submit:hover::before,
.contact-form .form-btn .btn:hover::before {
    transform: translateX(3px);
}

.contact-form .form-btn .wpcf7-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
	
.contact-form .form-grp textarea {
    min-height: 320px;
    resize: vertical;
}

@media (max-width: 767px) {
	.contact-form-title {
		font-size: 24px;
		line-height: 30px;
	}
	
	.contact-form .form-btn .wpcf7-submit,
	.contact-form .form-btn .btn {
		font-size: 14px;
	}
	
	.contact-form .form-grp input::placeholder,
	.contact-form .form-grp textarea::placeholder {
		font-size: 14px;
	}
}

/* INTERACTIVE MAP */

:root {
      --vqs-blue: #0717a8;
      --vqs-blue-dark: #061071;
      --vqs-blue-soft: #eaf0ff;
      --vqs-ink: #12172a;
      --vqs-grey: #5f6577;
      --vqs-border: rgba(7, 23, 168, 0.16);
      --vqs-shadow: 0 18px 45px rgba(6, 16, 113, 0.16);
      --vqs-radius: 24px;
    }

    * { box-sizing: border-box; }

    body {
      margin: 0;
      font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
      background: #f4f7ff;
      color: var(--vqs-ink);
    }

    .vqs-map-section {
      width: 100%;
      margin: 32px 0;
      background: #fff;
      overflow: hidden;
		padding-left: max(15px, calc((100vw - 1260px) / 2));
    }

    .vqs-map-header {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 24px;
      align-items: center;
      padding: 28px 32px;
      border-bottom: 1px solid rgba(7, 23, 168, 0.10);
    }

    .vqs-brand {
      display: flex;
      gap: 16px;
      align-items: center;
      min-width: 0;
    }

    .vqs-wordmark {
      font-size: clamp(42px, 7vw, 76px);
      line-height: 0.8;
      letter-spacing: -0.11em;
      font-weight: 900;
      color: var(--vqs-blue);
      white-space: nowrap;
    }

    .vqs-brand-text {
      border-left: 1px solid rgba(7, 23, 168, 0.24);
      padding-left: 16px;
    }

    .vqs-brand-text strong {
      display: block;
      color: var(--vqs-blue);
      font-size: clamp(18px, 2vw, 28px);
      line-height: 1.05;
      letter-spacing: -0.03em;
      text-transform: uppercase;
    }

    .vqs-brand-text span {
      display: block;
      margin-top: 6px;
      color: var(--vqs-grey);
      font-size: 14px;
    }

    .vqs-header-copy { text-align: right; }

    .vqs-header-copy h2 {
      margin: 0;
      color: var(--vqs-blue);
      font-size: clamp(24px, 3vw, 40px);
      line-height: 1.05;
      letter-spacing: -0.04em;
      text-transform: uppercase;
    }

    .vqs-header-copy p {
      margin: 8px 0 0;
      color: var(--vqs-grey);
      font-size: 15px;
    }

    .vqs-map-layout {
      display: grid;
      grid-template-columns: 255px 1fr;
      min-height: 720px;
    }

    .vqs-location-panel {
      position: relative;
      z-index: 2;
      padding: 28px;
      padding: 28px 0 28px 28px;
    margin-right: -210px;
    }

.vqs-location-panel h3 {
	margin: 0;
    color: var(--vqs-blue-dark);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.4px;
    font-weight: 700;
}

.vqs-location-card__address {
	 font-size: 14px;
    line-height: 20px;
    font-weight: 400;
	margin-bottom: 20px;
}

.vqs-location-card__w3w {
	font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 24px;
	background-color: #F9FAFB;
	padding: 5px;
	border-radius: 8px;
	width: fit-content;
}

.vqs-location-card__w3w a {
	color: inherit !important;
	font-weight: inherit !important;
    background: none !important;
    border: 0;
    padding: 0 !important;
    margin: 0;
    display: inline;
    box-shadow: none;
	transition: 0.3s ease-in-out;
}

.vqs-location-card__w3w a:hover {
    text-decoration: underline;
}

    .vqs-location-panel > p {
      margin: 0 0 22px;
      color: var(--vqs-grey);
      line-height: 1.55;
      font-size: 15px;
    }

    .vqs-location-card {
      display: grid;
      gap: 10px;
      width: 100%;
      background: #ffffff;
      border-radius: 18px;
      padding: 18px;
      margin: 0 0 24px;
      text-align: left;
      transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
	box-shadow: 0px 4px 20px 0px #00000040;
    }

    .vqs-location-card:hover,
    .vqs-location-card.is-active {
      transform: translateY(-2px);
      border-color: rgba(7, 23, 168, 0.34);
      box-shadow: 0 14px 34px rgba(7, 23, 168, 0.13);
    }

    .vqs-location-card__main {
      appearance: none;
      border: 0;
      background: transparent;
      padding: 0;
      text-align: left;
      cursor: pointer;
      color: inherit;
      font: inherit;
    }

    .vqs-location-card small {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--vqs-blue);
      font-weight: 800;
      font-size: 12px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .vqs-location-card small::before {
      content: "";
      width: 9px;
      height: 9px;
      border-radius: 999px;
      background: var(--vqs-blue);
      box-shadow: 0 0 0 5px rgba(7, 23, 168, 0.10);
    }

    .vqs-location-card strong {
      display: block;
      margin: 9px 0 6px;
      color: var(--vqs-ink);
      font-size: 17px;
      line-height: 1.25;
    }

    .vqs-location-card span {
      display: block;
      color: #fff;
      font-size: 14px;
      line-height: 1.45;
		text-transform: uppercase;
		font-weight: 600;
    }

    .vqs-location-card__links {
      display: flex;
      flex-wrap: wrap;
      gap: 12px 16px;
    }

    .vqs-location-card a,
    .vqs-info-window a {
    display: inline-flex;
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    text-decoration: none;
    background-color: var(--vqs-blue);
    padding: 10px 30px;
    border-radius: 10px;
    margin: 0 5px 0 0;
    }

.vqs-location-card__btn .fas {
	align-self: center;
    padding-right: 8px;
	transition: transform 0.3s ease;
}

.vqs-location-card__btn:hover .fas {
	transform: translateX(-3px);
}

.vqs-location-card__header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.vqs-location-card__icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--e-global-color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.vqs-location-card__icon i {
    font-size: 20px;
    line-height: 1;
}

.vqs-location-card__content {
    flex: 1;
    min-width: 0;
}

.vqs-location-card__buttons {
	margin-left: 55px;
	white-space: nowrap;
}

    .vqs-map-wrap {
      position: relative;
      min-height: 720px;
      background: #dfe8ff;
	border-radius: 30px;
    }

    #vqs-map {
      position: absolute;
      inset: 0;
      min-height: 720px;
		border-radius: 30px 0 0 30px;
    }

    .vqs-map-badge {
      position: absolute;
      left: 24px;
      bottom: 24px;
      z-index: 1;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      padding: 14px 18px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.92);
      color: var(--vqs-blue-dark);
      font-weight: 800;
      font-size: 13px;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      box-shadow: 0 14px 34px rgba(6, 16, 113, 0.16);
      backdrop-filter: blur(10px);
    }

    .vqs-map-badge svg {
      width: 24px;
      height: 24px;
      flex: 0 0 auto;
      fill: var(--vqs-blue);
    }

    /* Google Maps InfoWindow shell overrides */
    .gm-style .gm-style-iw-c {
      padding: 0 !important;
      border-radius: 14px !important;
      overflow: hidden !important;
		box-shadow: 0px 2.69px 13.43px 0px #00000040;
	border: 3px solid var(--vqs-blue);
    }

    .gm-style .gm-style-iw-d {
      overflow: auto !important;
      padding: 0 !important;
    }

.gm-style-iw-tc {
	display: none;
}

.gm-ui-hover-effect {
	display: none !important;
}

    .gm-style .gm-style-iw-chr {
      display: flex !important;
      align-items: stretch !important;
      padding: 0 !important;
      background: #fff;
    }

    .gm-style .gm-style-iw-ch {
      padding: 0 !important;
      width: 100%;
      overflow: visible !important;
    }

    .gm-style .gm-ui-hover-effect {
      top: 0 !important;
      right: 0 !important;
      width: 44px !important;
      height: 44px !important;
      opacity: 0.95 !important;
    }

    .gm-style .gm-ui-hover-effect span {
      background-color: #ffffff !important;
    }

    .vqs-info-header {
      min-height: 44px;
      display: flex;
      align-items: center;
      padding: 15px 15px 0 15px;
      color: var(--vqs-blue-dark);
      font-family: 'Aptos', Arial, sans-serif;
      font-weight: 850;
      font-size: 16px;
      line-height: 1.2;
      text-transform: uppercase;
	justify-content: space-between;
    }

.vqs-info-header span {
	margin-right: 5px;
}

    .vqs-info-window {
      max-width: 285px;
      padding: 0px 16px 15px;
      font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
      color: var(--vqs-ink);
    }

.vqs-info-window img {
	border-radius: 14px;
	aspect-ratio: 16 / 9;
    object-fit: cover;
}

    .vqs-info-window__type {
      margin: 0 0 7px !important;
      color: var(--vqs-blue) !important;
      font-weight: 800;
      font-size: 12px !important;
      line-height: 1.2 !important;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .vqs-info-window p {
      margin: 0;
      color: #4b5265;
      font-size: 11px;
      line-height: 1.45;
      font-weight: 500;
	padding-bottom: 15px;
	 width: 70%;
    }

    .vqs-info-window__w3w {
      margin-top: 6px !important;
    }

    .vqs-info-window .vqs-info-window__links {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      margin-top: 10px;
    }

.vqs-info-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
	font-size: 12px;
    width: 24px;
    height: 24px;
    background-color: var(--e-global-color-primary);
    color: #ffffff;
    border-radius: 50%;
    text-decoration: none;
    flex-shrink: 0;
	margin: 2px;
}

    @media (max-width: 980px) {
		.vqs-map-section {
			margin: 0 !important;
			padding: 0 !important;
		}
		#vqs-map {
			border-radius: 0;
		}
		.vqs-location-card__buttons {
			white-space: normal !important;
		}
		.vqs-location-card__buttons a {
			margin-bottom: 5px;
		}
		.vqs-location-card__w3w,
		.vqs-location-card__address {
			margin-bottom: 15px;
		}
      .vqs-map-header { grid-template-columns: 1fr; align-items: start; }
      .vqs-header-copy { text-align: left; }
      .vqs-map-layout { grid-template-columns: 1fr; }
      .vqs-location-panel {
        border-right: 0;
        border-bottom: 1px solid rgba(7, 23, 168, 0.10);
		  margin-right: 0px;
		  padding: 15px !important;
      }
      .vqs-location-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
      }
      .vqs-location-card { margin: 0; }
      .vqs-map-wrap, #vqs-map { min-height: 800px; }
      .vqs-map-badge { left: 16px; right: 16px; justify-content: center; }
    }

    @media (max-width: 767px) {
      .vqs-map-section {
        width: 100%;
        margin: 0 !important;
        border-radius: 22px;
      }
      .vqs-map-header, .vqs-location-panel { padding: 22px; }
      .vqs-brand { align-items: flex-start; }
      .vqs-wordmark { font-size: 44px; }
      .vqs-brand-text { padding-left: 12px; }
      .vqs-brand-text strong { font-size: 18px; }
      .vqs-location-list { grid-template-columns: 1fr; }
		.vqs-location-card {
			padding: 15px;
		}
    }

/* CAREERS */

.careers-box .elementor-align-center .elementor-button {
	width: 100%;
}

.single-career .page-header {
	display: none;
}

.career-role-summary__label {
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	color: #717182;
}

.career-role-summary__value {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #4F4647;
	margin-bottom: 12px;
}

.career-requirements {
    list-style: none;
    padding: 0;
    margin: 0;
}

.career-requirements li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 18px;
    line-height: 1.6;
}

.career-requirements li::before {
    content: "";
    position: absolute;
    top: 0.2em;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/uploads/2026/04/Icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media (max-width: 767px) {
	.career-requirements li {
		font-size: 14px;
		margin-bottom: 8px !important;
	}
	
	.career-requirements li::before {
		top: 0.1em;
	}
}

.e-loop-item.career .elementor-widget-text-editor {
	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 3;
  	overflow: hidden;
}

.e-loop-item.career .elementor-widget-button {
	margin-top: auto !important;
}

.single-career .career-botom-btn {
	margin-top: auto !important;
}

/* JOB APPLICATION WP FORM */

div.wpforms-container-full:not(:empty) {
	margin: 0px !important;
}

.wpforms-field-label {
	font-weight: 600 !important;
	margin: 0 0 4px !important;
}

.wpforms-container .wpforms-field {
	padding: 15px 0 0 0 !important;
}

.wpforms-container input.wpforms-field-medium {
	max-width: 100% !important;
}

div.wpforms-container-full input[type=checkbox] {
	background: #F3F3F5 !important;
    border-radius: 4px;
    border: solid 1px #0000001A !important;
}

.job-submit-button {
	width: 100% !important;
    margin-top: 15px !important;
	position: relative !important;
	transition: all 0.3s ease-in-out !important;
}

.job-submit-button::before {
    content: "\f1d8";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-80px, -50%);
    font-size: 14px;
    line-height: 1;
    color: #fff;
    pointer-events: none;
    z-index: 2;
}

.job-submit-button:hover {
	background: var(--e-global-color-primary) !important;
}

.job-submit-button:hover::before {
    transform: translate(-83px, -50%) !important;
}

/* ABOUT US */

/* .timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 56px;
    max-width: 1000px;
	width: 100%;
    margin: 24px 0;
    padding: 24px 0;
}

.timeline-item {
    position: relative;
    width: 100%;
    display: flex;
}

.timeline-item.is-left {
    justify-content: flex-start;
}

.timeline-item.is-left .timeline-item-inner {
	justify-items: end;
}

.timeline-item.is-left .timeline-item-text {
	text-align: right;
}

.timeline-item.is-right {
    justify-content: flex-end;
}

.timeline-item::before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    background: #ead7a2;
    z-index: 1;
}

.timeline-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #d4ad2b;
    z-index: 3;
}

.timeline-item-inner {
    position: relative;
    z-index: 2;
    width: calc(50% - 40px);
    background: #ffffff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.timeline-item-title {
    font-weight: 700;
    color: #d4ad2b;
	margin: 0;
}

.timeline-item-text {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
}

.timeline-item-text p:last-child {
    margin-bottom: 0;
}

.timeline .timeline-item:last-child .timeline-item-title {
    font-size: 40px;
    line-height: 1;
}

@media (max-width: 991px) {
    .timeline {
        gap: 40px;
    }

    .timeline-item-inner {
        width: calc(50% - 28px);
        padding: 28px 24px;
    }

    .timeline-item-title {
        font-size: 36px;
        margin-bottom: 16px;
    }

    .timeline-item-text {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .timeline {
        gap: 28px;
        padding-left: 28px;
    }

    .timeline-item,
    .timeline-item.is-left,
    .timeline-item.is-right {
        justify-content: flex-start;
    }
	
	.timeline-item.is-left .timeline-item-inner {
	justify-items: start;
}

.timeline-item.is-left .timeline-item-text {
	text-align: left;
}

    .timeline-item::before {
        left: 0;
        transform: none;
    }
	
	.timeline-item::after {
		left: -8px;
		transform: none;
	}

    .timeline-item-inner {
        width: 100%;
        margin-left: 24px;
        padding: 24px 20px;
    }

    .timeline-item-title {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .timeline-item-text {
        font-size: 15px;
        line-height: 1.6;
    }
} */

/* =========================
   ROAD TIMELINE - SCOPED VARIABLES
   ========================= */

.road-timeline {
  --road-height: 275px;
  --road-width: 92px;
  --road-bg: #141446;
  --road-lane-colour: #ffffff;
  --road-lane-width: 2px;
  --road-lane-half: calc(var(--road-lane-width) / 2);
  --road-edge-gap: 24px;
  --road-shadow: rgba(0, 0, 0, 0.12);
  --road-curve-max-width: 333px;

  --road-dot-size: 20px;
  --road-dot-colour: #d8aa22;
  --road-dot-border: #141446;
  --road-dot-pulse-colour: rgba(216, 170, 34, 0.35);

  --road-card-width: 360px;
  --road-card-large-width: 400px;
  --road-card-radius: 8px;
  --road-card-bg: #ffffff;
  --road-card-text: #4a4a4a;
  --road-card-title: #d8aa22;
  --road-card-shadow: rgba(0, 0, 0, 0.18);
  --road-card-hover-border: #d8aa22;
  --road-card-hover-shadow: rgba(0, 0, 0, 0.24);

  --road-entrance-duration: 650ms;
  --road-entrance-ease: cubic-bezier(0.22, 1, 0.36, 1);

  width: 100%;
}

.road-timeline *,
.road-timeline *::before,
.road-timeline *::after {
  box-sizing: border-box;
}

.road-timeline-inner {
  width: 100%;
}

/* =========================
   MAIN GRID
   ========================= */

.road-timeline .road {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: var(--road-height);
  grid-auto-flow: row;
  gap: 0;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.road-timeline .road-mobile-svg {
  display: none;
}

.road-timeline .road-cell {
  position: relative;
  min-height: var(--road-height);
  overflow: visible;
}

.road-timeline .road-cell::before,
.road-timeline .road-cell::after {
  pointer-events: none;
}

.road-timeline .road-top,
.road-timeline .road-bottom {
  grid-row: span 1;
}

.road-timeline .road-curve {
  grid-row: span 2;
}

.road-timeline .road-top {
  grid-column: 1;
}

.road-timeline .road-bottom {
  grid-column: 2;
}

.road-timeline .road-curve-right {
  grid-column: 2;
  width: 100%;
  max-width: var(--road-curve-max-width);
  width: min(100%, var(--road-curve-max-width));
  justify-self: start;
}

.road-timeline .road-curve-left {
  grid-column: 1;
  width: 100%;
  max-width: var(--road-curve-max-width);
  width: min(100%, var(--road-curve-max-width));
  justify-self: end;
}

/* =========================
   DOTS
   Default visible.
   JS enables entrance state with .road-js-enabled.
   ========================= */

.road-timeline .road-dot {
  position: absolute;
  left: var(--dot-x, 50%);
  top: var(--dot-y, 50%);

  width: var(--road-dot-size);
  height: var(--road-dot-size);

  transform: translate(-50%, -50%) scale(1);
  opacity: 1;

  border-radius: 50%;
  background: var(--road-dot-colour);
  border: 3px solid var(--road-dot-border);
  box-shadow: 0 0 0 2px var(--road-dot-colour);

  z-index: 7;
  pointer-events: auto;
  cursor: pointer;

  transition:
    opacity var(--road-entrance-duration) var(--road-entrance-ease),
    transform var(--road-entrance-duration) var(--road-entrance-ease),
    box-shadow 0.25s ease;

  transition-delay: var(--enter-delay, 0ms);
  will-change: transform, opacity, box-shadow;
}

.road-timeline.road-js-enabled .road-dot {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.85);
}

.road-timeline.road-js-enabled .road-dot.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* =========================
   CARDS
   Default visible.
   JS enables entrance state with .road-js-enabled.
   ========================= */

.road-timeline .road-card {
  position: absolute;
  left: var(--card-x, 50%);
  top: var(--card-y, 50%);

  transform: var(--card-transform, translate(-50%, -50%));
  opacity: 1;

  width: var(--road-card-width);
  max-width: 100%;
  width: min(var(--road-card-width), 100%);
  min-width: 0;

  padding: 22px 28px;

  background: var(--road-card-bg);
  border: 2px solid transparent;
  border-radius: var(--road-card-radius);
  box-shadow: 0 3px 12px var(--road-card-shadow);

  color: var(--road-card-text);
  z-index: 6;

  transition:
    opacity var(--road-entrance-duration) var(--road-entrance-ease),
    transform var(--road-entrance-duration) var(--road-entrance-ease),
    border-color 0.25s ease,
    box-shadow 0.25s ease;

  transition-delay: var(--enter-delay, 0ms);
  will-change: transform, opacity;
}

.road-timeline.road-js-enabled .road-card {
  opacity: 0;
  transform: var(--card-transform, translate(-50%, -50%)) translateY(14px);
}

.road-timeline.road-js-enabled .road-card.is-visible {
  opacity: 1;
  transform: var(--card-transform, translate(-50%, -50%)) translateY(0);
}

.road-timeline .road-card-large {
  width: var(--road-card-large-width);
  max-width: calc(100vw - 80px);
  width: min(var(--road-card-large-width), calc(100vw - 80px));
}

.road-timeline .road-card h3 {
  margin: 0 0 10px;
  color: var(--road-card-title);
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
}

.road-timeline .road-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

.road-card-large img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-top: 18px;
  border-radius: 8px;
}

/* =========================
   HOVER / PAIR EFFECTS
   Uses JS-applied .is-hovered class.
   No :has() dependency.
   ========================= */

@media (hover: hover) {
  .road-timeline .road-card:hover,
  .road-timeline .road-card.is-hovered,
  .road-timeline .road-dot:hover + .road-card {
    border-color: var(--road-card-hover-border);
    box-shadow: 0 8px 24px var(--road-card-hover-shadow);
    z-index: 9;
  }

  .road-timeline .road-dot:hover,
  .road-timeline .road-dot.is-hovered {
    animation: road-dot-pulse 1.15s ease-in-out infinite;
  }
}

@keyframes road-dot-pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow:
      0 0 0 2px var(--road-dot-colour),
      0 0 0 0 var(--road-dot-pulse-colour);
  }

  55% {
    transform: translate(-50%, -50%) scale(1.16);
    box-shadow:
      0 0 0 2px var(--road-dot-colour),
      0 0 0 10px var(--road-dot-pulse-colour);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow:
      0 0 0 2px var(--road-dot-colour),
      0 0 0 16px rgba(216, 170, 34, 0);
  }
}

/* =========================
   STRAIGHT ROAD SECTIONS
   ========================= */

.road-timeline .road-top::before,
.road-timeline .road-bottom::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - (var(--road-width) / 2));
  height: var(--road-width);
  background: var(--road-bg);
  box-shadow: 8px 10px 0 var(--road-shadow);
  z-index: 1;
}

.road-timeline .road-top::after,
.road-timeline .road-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - var(--road-lane-half));
  border-top: var(--road-lane-width) dashed var(--road-lane-colour);
  z-index: 2;
}

/* =========================
   RIGHT-HAND CURVES
   ========================= */

.road-timeline .road-curve-right::before {
  content: "";
  position: absolute;
  left: 0;
  right: var(--road-edge-gap);
  top: calc((var(--road-height) / 2) - (var(--road-width) / 2));
  bottom: calc((var(--road-height) / 2) - (var(--road-width) / 2));
  border: var(--road-width) solid var(--road-bg);
  border-left: 0;
  border-radius: 0 999px 999px 0;
  filter: drop-shadow(8px 10px 0 var(--road-shadow));
  z-index: 1;
}

.road-timeline .road-curve-right::after {
  content: "";
  position: absolute;
  left: 0;
  right: calc(var(--road-edge-gap) + (var(--road-width) / 2));
  top: calc((var(--road-height) / 2) - var(--road-lane-half));
  bottom: calc((var(--road-height) / 2) - var(--road-lane-half));
  border: var(--road-lane-width) dashed var(--road-lane-colour);
  border-left: 0;
  border-radius: 0 999px 999px 0;
  z-index: 2;
}

/* =========================
   LEFT-HAND CURVES
   ========================= */

.road-timeline .road-curve-left::before {
  content: "";
  position: absolute;
  left: var(--road-edge-gap);
  right: 0;
  top: calc((var(--road-height) / 2) - (var(--road-width) / 2));
  bottom: calc((var(--road-height) / 2) - (var(--road-width) / 2));
  border: var(--road-width) solid var(--road-bg);
  border-right: 0;
  border-radius: 999px 0 0 999px;
  filter: drop-shadow(8px 10px 0 var(--road-shadow));
  z-index: 1;
}

.road-timeline .road-curve-left::after {
  content: "";
  position: absolute;
  left: calc(var(--road-edge-gap) + (var(--road-width) / 2));
  right: 0;
  top: calc((var(--road-height) / 2) - var(--road-lane-half));
  bottom: calc((var(--road-height) / 2) - var(--road-lane-half));
  border: var(--road-lane-width) dashed var(--road-lane-colour);
  border-right: 0;
  border-radius: 999px 0 0 999px;
  z-index: 2;
}

/* =========================
   SMALL DESKTOP / TABLET SAFETY
   ========================= */

@media (min-width: 601px) and (max-width: 850px) {
  .road-timeline {
    --road-card-width: 280px;
    --road-card-large-width: calc(100% - 40px);
  }

  .road-timeline .road-card {
    padding: 18px 22px;
  }

  .road-timeline .road-card h3 {
    font-size: 22px;
  }

  .road-timeline .road-card p {
    font-size: 13px;
  }

  .road-timeline .road-card-image {
    margin-top: 14px;
  }
}

@media (min-width: 601px) and (max-width: 720px) {
  .road-timeline {
    --road-card-width: 240px;
    --road-card-large-width: calc(100% - 40px);
  }

  .road-timeline .road-card {
    padding: 16px 18px;
  }

  .road-timeline .road-card h3 {
    font-size: 20px;
  }
}

/* =========================
   MOBILE ROAD
   ========================= */

@media (max-width: 600px) {
  .road-timeline {
    --road-mobile-height: 50px;
    --road-mobile-width: 82px;
    --road-mobile-left: 20px;
    --road-mobile-svg-width: 140px;
    --road-mobile-content-offset: 120px;

    --road-card-width: 100%;
    --road-card-large-width: calc(100% - 20px);
  }

  .road-timeline .road {
    margin: 20px;
    padding-right: 20px;
    padding-left: var(--road-mobile-content-offset);

    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: minmax(var(--road-mobile-height), auto);
    grid-auto-flow: row;

    gap: 0;
    overflow: hidden;
    position: relative;
  }

  .road-timeline .road-cell::before,
  .road-timeline .road-cell::after {
    content: none !important;
  }

  .road-timeline .road-top,
  .road-timeline .road-bottom,
  .road-timeline .road-curve,
  .road-timeline .road-curve-right,
  .road-timeline .road-curve-left {
    grid-column: 1;
    grid-row: span 1;

    width: auto;
    max-width: none;
    justify-self: stretch;
  }

  .road-timeline .road-cell {
    min-height: var(--road-mobile-height);
    position: relative;
    z-index: 3;
  }

  .road-timeline .road-dot {
    left: calc(
      var(--road-mobile-left) + var(--dot-mobile-path-x, 58px) - var(--road-mobile-content-offset)
    );
    top: var(--dot-mobile-y, var(--dot-y, 50%));
  }

  .road-timeline .road-card,
  .road-timeline .road-card-large {
    position: relative;

    left: auto;
    top: auto;

    --card-transform: none !important;

    width: 100%;
    max-width: 100%;
    margin: var(--card-mobile-margin, 38px) 0 0;
    padding: 20px;
    z-index: 6;
  }

  .road-timeline .road-card {
    transform: none;
  }

  .road-timeline.road-js-enabled .road-card {
    transform: translateY(14px);
  }

  .road-timeline.road-js-enabled .road-card.is-visible {
    transform: translateY(0);
  }

  .road-timeline .road-card h3 {
    font-size: 22px;
  }

  .road-timeline .road-card p {
    font-size: 14px;
  }

  .road-timeline .road-card-image {
    margin-top: 14px;
    aspect-ratio: 4 / 3;
  }

  .road-timeline .road-mobile-svg {
    display: block;
    position: absolute;

    top: 0;
    bottom: 0;
    left: var(--road-mobile-left);

    width: var(--road-mobile-svg-width);
    height: 100%;

    overflow: visible;
    pointer-events: none;

    z-index: 1;
  }

  .road-timeline .road-mobile-base {
    fill: none;
    stroke: var(--road-bg);
    stroke-width: var(--road-mobile-width);
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(8px 10px 0 var(--road-shadow));
    vector-effect: non-scaling-stroke;
  }

  .road-timeline .road-mobile-lane {
    fill: none;
    stroke: var(--road-lane-colour);
    stroke-width: var(--road-lane-width);
    stroke-dasharray: 8 7;
    stroke-linecap: butt;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
  }
}

/* =========================
   REDUCED MOTION
   ========================= */

@media (prefers-reduced-motion: reduce) {
  .road-timeline .road-card,
  .road-timeline .road-dot,
  .road-timeline.road-js-enabled .road-card,
  .road-timeline.road-js-enabled .road-dot {
    opacity: 1;
    transition: none;
    animation: none !important;
  }

  .road-timeline .road-card,
  .road-timeline.road-js-enabled .road-card,
  .road-timeline.road-js-enabled .road-card.is-visible {
    transform: var(--card-transform, translate(-50%, -50%));
  }

  .road-timeline .road-dot,
  .road-timeline.road-js-enabled .road-dot,
  .road-timeline.road-js-enabled .road-dot.is-visible {
    transform: translate(-50%, -50%) scale(1);
  }
}

@media (max-width: 600px) and (prefers-reduced-motion: reduce) {
  .road-timeline .road-card,
  .road-timeline.road-js-enabled .road-card,
  .road-timeline.road-js-enabled .road-card.is-visible {
    transform: none;
  }
}

/* Optional debug grid */
/*
.road-timeline .road-cell {
  border: 1px solid rgba(255, 0, 0, 0.6);
}
*/

.member-name {
	color: var(--main-color);
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
}

.member-position {
	color: var(--Accent-color);
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
}

.member-description {
	font-size: 14px;
	line-height: 22px;
}

@media (max-width: 767px) {
	.team-grid .elementor-widget-loop-grid .elementor-loop-container {
		grid-auto-rows: auto !important;
	}
}

.accreditations-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}

.accreditation-card {
    background: #f3f3f3;
    border-radius: 14px;
    padding: 14px;
    text-align: center;
}

.accreditation-card__image {
    margin-bottom: 24px;
}

.accreditation-card__img {
    width: 100%;
    max-width: 160px !important;
    height: 100px !important;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.accreditation-card__title {
    margin: 0;
	color: var(--e-global-color-secondary);
	font-weight: 700;
}

.accreditation-card__description {
    margin: 0;
	font-size: 16px;
}

@media (max-width: 767px) {
	.accreditation-card__title {
		font-size: 20px;
	}
	
	.accreditation-card__description {
		font-size: 14px;
	}
}

/* SERVICES */

.single-service .page-header {
	display: none;
}

.e-loop-item.service img {
    width: 300px;
    min-width: 300px;
    height: 275px;
    object-fit: cover;
    display: block;
	border-radius: 16px 0 0 16px;
}

@media (max-width: 767px) {
	.e-loop-item.service img {
		width: 100%;
		border-radius: 16px 16px 0 0;
	}
}


.e-loop-item.service h4 {
	font-weight: 700;
    font-size: 28px;
    color: var(--e-global-color-secondary);
}

.e-loop-item.service p {
	font-size: 16px;
}

.has-no-elementor .site-main {
	padding-bottom: 0px !important;
}

.service-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    gap: 32px;
}

.service-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
}

.service-card__image {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.service-card__image img {
	height: 100%;
}

.service-cards:has(.service-card:only-child) {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    grid-template-columns: 1fr;
}

.service-cards:has(.service-card:only-child) .service-card__image {
    aspect-ratio: 16 / 7;
    max-height: 420px;
}

.service-cards:has(.service-card:only-child) .service-card__img {
    height: 100%;
    object-fit: cover;
}

.service-card__img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.service-card__content {
    padding: 32px;
    display: flex;
    flex-direction: column;
}

.service-card__title {
    font-size: 28px;
    line-height: 42px;
    margin: 0 0 15px;
    color: var(--e-global-color-secondary);
	font-weight: 700;
}

.service-card__text {
    color: var(--e-global-color-text);
    line-height: 24px;
    font-size: 16px;
}

.service-card__text p {
    margin-top: 0;
	margin-bottom: 15px;
}

.service-card__list {
    list-style: none;
    margin: 15px 0 0;
    padding: 24px;
    background: #F9FAFB;
    border-radius: 14px;
}

.service-card__list-item {
    position: relative;
    padding-left: 28px;
    margin-bottom: 8px;
    color: var(--e-global-color-text);
    line-height: 21px;
	font-size: 14px;
}

.service-card__list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.32em;
    width: 16px;
    height: 16px;
    background-image: url('/wp-content/uploads/2026/04/Icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media (max-width: 1024px) {

    .service-cards {
        grid-template-columns: 1fr;
    }

    .service-card__title {
        font-size: 24px;
    }

}

@media (max-width: 767px) {

    .service-card__content {
        padding: 24px;
    }

    .service-card__title {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .service-card__text {
        font-size: 14px;
    }

    .service-card__list {
        padding: 20px;
        margin-top: 24px;
    }

}

/* LEGAL PAGES */

.legal-page .entry-content {
	margin-bottom: 80px;
}

.legal-page .entry-content a {
	color: var(--e-global-color-primary);
}

.legal-page .entry-content a:hover {
	color: var(--e-global-color-secondary);
}

.legal-page .page-title {
	text-transform: none;
    font-size: 40px;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    color: var(--e-global-color-secondary);
}

.legal-page h4 {
	color: var(--e-global-color-secondary);
}

.legal-page .site-header .elementor-icon-box-wrapper {
	display: flex;
}

.legal-page .site-header .elementor-icon-box-icon {
	margin-top: 8px;
}