/* Main stylesheet. */

:root {
  --uncan-purple: #7A39C4;   /* rgb(122,57,196) */
  --uncan-magenta: #AC3CB4;  /* rgb(172,60,180) */
  --uncan-red: #F83A3A;      /* rgb(248,58,58) */
  --uncan-yellow: #FFAB00;   /* rgb(255,171,0) */
  --uncan-purple-dark: #2D1B4E;
  --uncan-gray: #636363;
  
  --bg-creme: #FDFCF8; 
  --text-main: #1A1128;
  
  --font-heading: 'Atkinson Hyperlegible', sans-serif;
  --font-body: 'Source Sans 3', sans-serif;
  
  --uncan-gradient: linear-gradient(90deg, 
                rgb(122,57,196) 0%, 
                rgb(122,57,196) 22.5%, 
                rgb(172,60,180) 46.5%, 
                rgb(248,58,58) 70.5%, 
                rgb(255,171,0) 100%);

}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-heading);
	line-height: 1.2;
	margin-top: 0;
}

h1, .h1 { font-size: clamp(36px, 5vw, 52px); font-weight: 700; letter-spacing: -0.02em; line-height: 1.2; }
h2, .h2 { font-size: clamp(32px, 4vw, 42px); font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; }
h3, .h3 { font-size: 30px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; }
h4, .h4 { font-size: 24px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; }
h5, .h5 { font-size: 18px; font-weight: 500; }

/* The "Eyebrow" or Category text */
h6, .h6 { 
	font-size: 14px;
    font-weight: 700; 
	text-transform: uppercase; 
	letter-spacing: 0.1em;
}

body {
	background-color: var(--bg-creme);
	font-family: var(--font-body);
	font-size: 17px;
    line-height: 1.65;
	color: var(--text-main);
	font-weight: 400;
}

body input[type="button"], 
body input[type="submit"],
body .lqd-contact-form .wpcf7-submit,
body .wp-element-button,
.elementor-button.btn-solid,
.uncan-btn-solid {
    background-color: var(--uncan-yellow);
    color: var(--uncan-purple);
    padding: 22px 45px;
    border-radius: 12px;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
	justify-content: center;
	position: relative;
	line-height: 1;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: none;
    cursor: pointer;
}

body input[type="button"]:hover, 
body input[type="submit"]:hover,
body .lqd-contact-form .wpcf7-submit:hover,
body .wp-element-button:hover,
.elementor-button.btn-solid:hover,
.uncan-btn-solid:hover {
    transform: translateY(-4px);
    filter: brightness(1.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
	color: var(--uncan-purple); 
}

/* Links and Lists */
a {
	color: var(--uncan-purple);
	text-decoration: none;
	font-weight: 500;
}
a:focus, input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
	outline: unset;
}

a:hover {
	color: var(--uncan-yellow);
}

label {
	margin-bottom: 0;
}

p {
	margin-bottom: 25px;
}

.uncan-overline {
	display: inline-flex;
	align-items: center;
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: normal;
	gap: 8px;
	border-radius: 6px;
	transition: all 0.3s ease;
}
.overline-icon {
	display: flex;
	align-items: center;
	font-size: 1.2em;
}
.overline-icon svg {
	width: 1em; height: 1em;
}
.overline-wrapper {
	line-height: 1;
}

.uncan-overline a { 
	font-family: inherit;
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	letter-spacing: inherit;
	line-height: inherit;
}

.uncan-overline a:hover {
	color: var(--uncan-yellow);
}

.color-white {
	color: #fdfcf8;
}

.color-trans-white {
	color: #FFFFFFD9;
}

.color-yellow {
	color: var(--uncan-yellow);
}

.color-purple {
	color: var(--uncan-purple);
}

.bgrnd-light-purple {
	
}

.bgrnd-light-yellow {
	
}

.bgrnd-light-magenta {
	
}

.cutout-section-left::before, .cutout-section-left-top::before, .cutout-section-left-bottom::before, .cutout-section-left-symmetrical::before, .cutout-section-right::before, .cutout-section-right-top::before, .cutout-section-right-bottom::before {
	
}


.section-overflow-visible {
	overflow: visible !important;
}
			
/* Custom Yellow Bullets */
.elementor-widget-text-editor ul {
	padding-left: 20px;
	margin-bottom: 25px;
}

.elementor-widget-text-editor ul li::marker {
	color: var(--uncan-yellow);
}

.elementor-widget-text-editor ul li {
	margin-bottom: 12px;
}

.eyebrow {
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    display: block;
    color: rgba(255, 255, 255, 0.85);
}

section.elementor-top-section > .elementor-container, .container.titlebar-container {
	padding: 0 10%;
	width: 100%;
	max-width: 1900px !important;
}

#hero h1 {
	font-size: clamp(40px, 5.5vw, 72px);
    font-weight: 700;
    line-height: 1.05;
    margin-bottom: 30px;
    letter-spacing: -0.03em;
}

.main-gradient {
	background: linear-gradient(90deg, 
		rgb(122,57,196) 0%,      /* Purple start */
		rgb(122,57,196) 22.5%,   /* Solid purple stretch */
		rgb(172,60,180) 46.5%,   /* Magenta transition */
		rgb(248,58,58) 70.5%,    /* Red/Orange transition */
		rgb(255,171,0) 91%       /* Yellow end */
	);
}

.glow::after {
	content: "";
	position: absolute;
	top: -10%;
	right: -10%;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(172,60,180,0.1) 0%, rgba(255,171,0,0.05) 100%);
	filter: blur(60px);
	z-index: 0;
}

main.content .lqd-imggrp-img-container img {
    border-radius: 12px;
}

main.content .elementor-element.img-no-border-radius .lqd-imggrp-img-container img {
	border-radius: unset;
}

.bgrnd-grad {
	background: var(--uncan-gradient);
	overflow: hidden;
}

ul.bullet-list-ul.inline-nav {
	list-style: none;
	margin-bottom: 45px;
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
}

ul.bullet-list-ul.inline-nav li {
	font-weight: 600;
	font-size: 17px;
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

ul.bullet-list-ul.inline-nav li::before {
	content: "";
	width: 14px;
	height: 14px;
	background-color: var(--uncan-yellow);
	border-radius: 50%;
	margin-right: 15px;
}

/* --- 1. BASE STYLES FOR CHECKBOXES, RADIO BUTTONS --- */
body input[type="checkbox"],
body input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    background: rgba(255, 255, 255, 0.08); /* Glass effect */
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    margin: 0 15px 0 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    position: relative;
    transition: all 0.3s ease;
	transform: translateZ(0);
}

/* --- 2. CHECKBOX SPECIFIC (Square with Rounded Corners) --- */
body input[type="checkbox"] {
    border-radius: 6px;
}

/* --- 3. RADIO SPECIFIC (Circle) --- */
body input[type="radio"] {
    border-radius: 50%;
}

/* --- 4. HOVER & ACTIVE STATES --- */
body input[type="checkbox"]:hover,
body input[type="radio"]:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--uncan-yellow);
}

body input[type="checkbox"]:checked,
body input[type="radio"]:checked {
    border-color: var(--uncan-yellow);
    background: rgba(255, 255, 255, 0.12);
}

/* --- 5. THE YELLOW TICK (Checkbox) --- */
body input[type="checkbox"]:after {
    content: '';
    width: 6px;
    height: 11px;
    border: solid var(--uncan-yellow);
    border-width: 0 2.5px 2.5px 0; /* Creates the "L" shape */
    transform: rotate(45deg) scale(0); /* Hidden by default */
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 2px; /* Slight centering adjustment */
}

body input[type="checkbox"]:checked:after {
    transform: rotate(45deg) scale(1); /* Pop into view */
}

/* --- 6. THE YELLOW CIRCLE (Radio) --- */
body input[type="radio"]:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--uncan-yellow);
    transform: scale(0); /* Hidden by default */
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body input[type="radio"]:checked:after {
    transform: scale(1); /* Pop into view */
}

body input[type="checkbox"]:focus,
body input[type="radio"]:focus {
    outline: none;
    border-color: var(--uncan-yellow);
    box-shadow: 0 0 8px rgba(255, 215, 0, 0.2);
}

.custom-row > .elementor-container {
	margin-left: -20px;
	margin-right: -20px;
}

/* HEADER - start */
.main-header.is-stuck {
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.main-header .section-header {
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	transform: translateZ(0);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.main-header .main-nav .nav-item-children {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 12px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
	padding: 15px 0;
}

.main-header .main-nav .nav-item-children:before {
	border-bottom-color: rgba(255, 255, 255, 0.08);
}

.main-header.is-stuck .wbm-hide-on-sticky {
	display: none;
}

.main-header .module-primary-nav .nav-item-children li .submenu-expander {
	right: 0;
    background: unset;
    display: block;
    rotate: -90deg;
}
/* HEADER - end */

.cutout-section-left > .elementor-container,
.cutout-section-right > .elementor-container,
.cutout-section-left-symmetrical > .elementor-container {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.cutout-section-left-top > .elementor-container,
.cutout-section-right-top > .elementor-container {
	padding-top: 100px !important;
}

.cutout-section-left-bottom > .elementor-container,
.cutout-section-right-bottom > .elementor-container {
	padding-bottom: 100px !important;
}

.cutout-section-left,
.cutout-section-left-top,
.cutout-section-left-bottom,
.cutout-section-left-symmetrical,
.cutout-section-right,
.cutout-section-right-top,
.cutout-section-right-bottom {
	background-color: transparent !important;
}

.cutout-section-left,
.cutout-section-left::before,
.cutout-section-left > .elementor-background-overlay {
    clip-path: polygon(0 0, 100% 85px, 100% calc(100% - 85px), 0 100%);
}

.cutout-section-left-top,
.cutout-section-left-top::before,
.cutout-section-left-top > .elementor-background-overlay {
    clip-path: polygon(0% 0%, 100% 85px, 100% 100%, 0% 100%);
}

.cutout-section-left-bottom,
.cutout-section-left-bottom::before,
.cutout-section-left-bottom > .elementor-background-overlay {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 85px), 0 100%);
}

.cutout-section-left-symmetrical,
.cutout-section-left-symmetrical::before,
.cutout-section-left-symmetrical > .elementor-background-overlay {
    clip-path: polygon(0 0, 100% 85px, 100% 100%, 0 calc(100% - 85px));
}

.cutout-section-right,
.cutout-section-right::before,
.cutout-section-right > .elementor-background-overlay {
    clip-path: polygon(100% 0, 0 85px, 0 calc(100% - 85px), 100% 100%);
}

.cutout-section-right-top,
.cutout-section-right-top::before,
.cutout-section-right-top > .elementor-background-overlay {
    clip-path: polygon(100% 0, 0 85px, 0 100%, 100% 100%);
}

.cutout-section-right-bottom,
.cutout-section-right-bottom::before,
.cutout-section-right-bottom > .elementor-background-overlay {
    clip-path: polygon(100% 0, 0 0, 0 calc(100% - 85px), 100% 100%);
}

.cutout-section-left::before,
.cutout-section-left-top::before,
.cutout-section-left-bottom::before,
.cutout-section-left-symmetrical::before,
.cutout-section-right::before,
.cutout-section-right-top::before,
.cutout-section-right-bottom::before { 
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background-color: var(--bg-creme);
    z-index: -1;
}

.cutout-section-left::after,
.cutout-section-left-top::after,
.cutout-section-left-bottom::after,
.cutout-section-left-symmetrical::after,
.cutout-section-right::after,
.cutout-section-right-top::after,
.cutout-section-right-bottom::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: -2;
}

.cutout-section-left::before,
.cutout-section-left-symmetrical::before,
.cutout-section-right::before {
    top: 32px;
    bottom: 32px;
}

.cutout-section-left-top::before,
.cutout-section-right-top::before {
    top: 32px;
    bottom: 0;
}

.cutout-section-left-bottom::before,
.cutout-section-right-bottom::before {
    top: 0;
    bottom: 32px;
}

.cutout-section-left > .elementor-background-overlay,
.cutout-section-left-symmetrical > .elementor-background-overlay,
.cutout-section-right > .elementor-background-overlay {
	margin-top: 32px;
	margin-bottom: 32px;
}

.cutout-section-left-top > .elementor-background-overlay,
.cutout-section-right-top > .elementor-background-overlay {
    margin-top: 32px;
    margin-bottom: 0;
}

.cutout-section-left-bottom > .elementor-background-overlay,
.cutout-section-right-bottom > .elementor-background-overlay {
    margin-top: 0;
    margin-bottom: 32px;
}

/* Cutout Separator */
.cutout-separator-left, 
.cutout-separator-right {
    position: relative;
    background: transparent !important;
    padding-top: 117px !important; /* Desktop: 85 + 32 */
}

.cutout-separator-left::before,
.cutout-separator-right::before {
    content: "";
    position: absolute;
    top: -1px; 
    left: 0;
    right: 0;
    bottom: -1px;
    background-color: #FDFCF8;
    z-index: -1;
}

.cutout-separator-left::after,
.cutout-separator-right::after {
    content: "";
    position: absolute;
    top: -1px; 
    left: 0;
    right: 0;
    bottom: -1px;
    background: rgba(255, 255, 255, 0.4);
    z-index: -2;
    pointer-events: none;
}

.cutout-separator-left::before {
    clip-path: polygon(evenodd, 0% -2px, 100% -2px, 100% 100%, 0% 100%, 0% -2px, 0% 0%, 100% 85px, 100% calc(85px + 32px), 0% 32px, 0% 0%);
}
.cutout-separator-left::after {
    clip-path: polygon(0% 0%, 100% 85px, 100% calc(85px + 32px), 0% 32px);
}
.cutout-separator-right::before {
    clip-path: polygon(evenodd, 0% -2px, 100% -2px, 100% 100%, 0% 100%, 0% -2px, 100% 0%, 0% 85px, 0% calc(85px + 32px), 100% 32px, 100% 0%);
}
.cutout-separator-right::after {
    clip-path: polygon(100% 0%, 0% 85px, 0% calc(85px + 32px), 100% 32px);
}

.cutout-separator-left > .elementor-container,
.cutout-separator-right > .elementor-container {
    padding-top: 100px !important;
}

.cutout-separator-left.no-pad > .elementor-container,
.cutout-separator-right.no-pad > .elementor-container {
	padding-top: 0 !important;
}

#section-impact > .elementor-background-overlay,
.colorful-bgrnd > .elementor-background-overlay {
    background-image: linear-gradient(to right, var(--bg-creme) 35%, rgba(253, 252, 248, 0.7) 100%), url('https://uncan-connect.eu/wp-content/uploads/2026/01/colorful-bgrnd.jpg');
    background-attachment: fixed;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}

#section-mission > .elementor-background-overlay {
	background-image: linear-gradient(to right, var(--bg-creme) 45%, rgba(253, 252, 248, 0.6) 100%), url('https://uncan-connect.eu/wp-content/uploads/2026/01/eu-flag.jpg');
    background-attachment: fixed;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}

.dna-bgrnd > .elementor-background-overlay {
    background-image: linear-gradient(to right, var(--bg-creme) 35%, rgba(253, 252, 248, 0.6) 100%), url('https://uncan-connect.eu/media/2026/02/dna-helix-bgrnd-grad-vert.jpg');
	background-attachment: fixed;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}

.family-bgrnd > .elementor-background-overlay {
    background-image: linear-gradient(to right, #F6EDF3 15%, rgba(253, 252, 248, 0.6) 100%), url('https://uncan-connect.eu/media/2026/02/family-bgrnd.jpg');
	background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* 1. The Square Tile - Faux Glass Style */
.carousel-partners .carousel-item-inner {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    width: 180px !important;
    height: 180px !important; 
    border-radius: 28px;
    padding: 30px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    box-shadow: 
        inset 0 0 15px rgba(255, 255, 255, 0.05),
        0 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateZ(0);
}

.carousel-partners .carousel-item img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    filter: brightness(0) invert(1) opacity(0.7); 
    transition: all 0.4s ease;
}

/* 3. Hover State - The "Glow" Pop */
.carousel-partners .carousel-item-inner:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: #FFD700 !important;
    transform: translateY(-12px) scale(1.05);
    box-shadow: 
        inset 0 0 10px rgba(255, 215, 0, 0.1),
        0 20px 40px rgba(0, 0, 0, 0.5),
        0 0 20px rgba(255, 215, 0, 0.2);
}

.carousel-partners .carousel-item-inner:hover img {
    filter: brightness(1) invert(0) opacity(1);
    transform: scale(1.1);
}

.carousel-partners .flickity-viewport {
    padding-top: 20px;
    padding-bottom: 20px;
	height: 220px !important;
    overflow: visible !important;
    display: flex;
    align-items: center;
}

.page-intro {
	position: relative;
    min-height: 40vh;
	max-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.page-intro h1 {
    font-size: clamp(36px, 5vw, 52px);
    line-height: 1.1;
    margin-bottom: 20px;
}

.titlebar.scheme-light {
    background-color: transparent;
    color: #fff;
}

.uncan-tags ul.uncan-custom-list {
	list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.uncan-tags ul.uncan-custom-list li {
	font-family: var(--font-heading);
    font-weight: 700;
    font-size: 12px;
    color: var(--uncan-purple);
    background: rgba(122, 57, 196, 0.05);
    padding: 6px 15px;
    border-radius: 12px;
    border: 1px solid rgba(122, 57, 196, 0.1);
}

.uncan-tags.white-bgrnd ul.uncan-custom-list li {
	background: #ffffff;
}

.uncan-wp-nav > .elementor-widget-wrap {
	position: sticky;
    top: 130px;
    height: fit-content;
	max-width: 380px;
}

.uncan-wp-nav ul li a {
	display: flex;
    align-items: center;
    padding: 18px 0;
    text-decoration: none;
    border-bottom: 1px solid rgba(122, 57, 196, 0.1);
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 17px;
    transition: 0.3s;
}

.uncan-wp-nav ul li a:hover {
    padding-left: 10px;
    border-bottom-color: var(--uncan-purple);
}

.uncan-wp-nav .lqd-custom-menu {
	background-color: #fff;
    border: 1px solid rgba(122, 57, 196, 0.08);
	box-shadow: 0 15px 45px rgba(122, 57, 196, 0.04);
    border-radius: 12px;
    padding: 20px 30px;
}

.uncan-wp-nav .lqd-custom-menu .lqd-custom-menu-dropdown-btn {
	padding: 0;
	border-bottom: unset;
	font-family: var(--font-heading);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
	color: #70588B;
}

.uncan-wp-box > .elementor-widget-wrap,
.uncan-wp-box.uncan-container {
	background: white;
    border-radius: 24px;
    border: 1px solid rgba(122, 57, 196, 0.08);
    box-shadow: 0 15px 45px rgba(122, 57, 196, 0.04);
    position: relative;
    transition: 0.3s ease !important;
}

.uncan-wp-box:not(.no-hover) > .elementor-widget-wrap:hover,
.uncan-wp-box:not(.no-hover).uncan-container:hover {
	transform: translateY(-5px); 
	border-color: var(--uncan-purple); 
	box-shadow: 0 20px 50px rgba(122, 57, 196, 0.08); 
}

.uncan-wp-box.hover-yellow-border:not(.no-hover) > .elementor-widget-wrap:hover,
.uncan-wp-box.hover-yellow-border:not(.no-hover).uncan-container:hover {
	border-color: var(--uncan-yellow); 
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.uncan-wp-box .uncan-wp-num .ld-fh-element,
.uncan-wp-box.uncan-container .uncan-wp-num .ld-fh-element {
	position: absolute; 
	top: 0; 
	right: 0; 
	font-family: var(--font-heading); 
	font-weight: 700; 
	color: rgba(122, 57, 196, 0.1); 
	font-size: 42px;
	margin: 0;
}

.uncan-wp-box .uncan-wp-duration .ld-fh-element,
.uncan-wp-box.uncan-container .uncan-wp-duration .ld-fh-element {
	position: absolute; 
	top: 0; 
	right: 0; 
	font-family: var(--font-heading); 
	font-weight: 700;
	margin: 0;
}

.uncan-mini-box .iconbox .iconbox-icon-wrap {
	line-height: 0;
}

.uncan-roadmap-phases > .elementor-widget-wrap:before {
	content: '';
    position: absolute;
	left: 44px;
    top: 70px;
    bottom: 70px;
    width: 2px;
    background: var(--uncan-purple); 
    opacity: 0.15;
    z-index: 1;
}

.uncan-roadmap-phases .phase-marker .ld-fh-element {
	flex-shrink: 0;
    width: 70px;
    height: 70px;
    background: var(--e-global-color-primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Atkinson Hyperlegible', sans-serif;
    font-weight: 700;
    font-size: 24px;
	box-shadow: 0 10px 20px rgba(122, 57, 196, 0.2);
	margin: 0;
	z-index: 2;
}

.uncan-roadmap-phases .roadmap-item:hover {
    transform: unset;
}

.uncan-light-glass-box .elementor-widget-container { 
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 32px;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.05), 0 10px 30px rgba(0, 0, 0, 0.3);
}

.uncan-ecosystem-container { 
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uncan-ecosystem-container .node .elementor-widget-container {
	width: 230px;
    height: 130px;
	background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 32px;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.05), 0 10px 30px rgba(0, 0, 0, 0.3);
	padding: 30px;
	z-index: 5;
    transition: all 0.3s ease;
}

.uncan-ecosystem-container .node:hover .elementor-widget-container {
    transform: translateY(-5px) scale(1.02);
    background: rgba(255, 255, 255, 0.12) !important;
}

.uncan-ecosystem-container .node::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 2px;
    background: linear-gradient(to right, rgba(255, 171, 0, 0), rgba(255, 171, 0, 1));
    z-index: -1;
    pointer-events: none;
}

.uncan-ecosystem-container .top-left::before {
    top: 100%;
    left: 100%;
    transform: rotate(35deg);
	transform-origin: top left; 
}

.uncan-ecosystem-container .top-right::before {
    top: 100%;
    right: 100%;
    transform: rotate(-35deg);
    transform-origin: top right;
    background: linear-gradient(to left, rgba(255, 171, 0, 0), rgba(255, 171, 0, 1));
}

.uncan-ecosystem-container .bottom-left::before {
    bottom: 100%;
    left: 100%;
    transform: rotate(-35deg);
    transform-origin: bottom left;
}
.uncan-ecosystem-container .bottom-right::before {
    bottom: 100%;
    right: 100%;
    transform: rotate(35deg);
    transform-origin: bottom right;
    background: linear-gradient(to left, rgba(255, 171, 0, 0), rgba(255, 171, 0, 1));
}

.uncan-ecosystem-container .node-center .elementor-widget-container {
	position: relative;
    z-index: 10;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	background: var(--bg-creme);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
    border: 5px solid rgba(255, 255, 255, 0.1);
	padding: 30px;
}

.uncan-ecosystem-container .node i, 
.uncan-ecosystem-container .node img {
    filter: brightness(0) invert(1); /* Keeps icons/logos white */
    opacity: 0.9;
}

.uncan-image-box .elementor-widget-container {
	position: relative;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    transform: translateZ(0);
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    text-align: center;
}

.uncan-image-box:hover .elementor-widget-container {
    transform: translateY(-8px);
    border-color: var(--uncan-yellow);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    background-color: white;
}

.uncan-image-box .elementor-widget-container figure {
    padding: 20px;
}

body .uncan-image-box .elementor-widget-container img {
	border-radius: unset;
}

/* .contact-cards .elementor-widget-ld_fancy_image, */
/* .contact-cards .lqd-imggrp-img-container { */
	/* width: 100%; */
/* } */

.contact-cards .uncan-wp-box img {
    object-fit: cover;
    width: 200px;
    height: 200px;
}

.imapsTooltip div {
    white-space: normal !important;
    max-width: 450px !important;
}

.imapsTooltip foreignObject {
    max-width: 450px !important;
}

.map_render svg {
	padding-bottom: 40px;
	overflow: hidden !important;
}

.no-transform .impact-card-mini:hover {
	transform: unset !important;
	border-left-color: var(--uncan-yellow) !important;
}

body.error404 .content { 
	background: transparent;
	color: #ffffffb0;
} 

body.error404 .content h1,
body.error404 .content h3,
body.error404 .content p {
	color: #ffffffb0;
} 

body.error404 .content .btn {
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.05), 
				0 10px 30px rgba(0, 0, 0, 0.3);
	transform: translateZ(0);
}

body.error404 .content .btn:hover {
	transform: translateY(-5px) translateZ(0);
	background: rgba(255, 255, 255, 0.12);
	border-color: var(--uncan-yellow);
	color: var(--uncan-yellow);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4), 
				0 0 20px rgba(255, 171, 0, 0.25);
}

/* WordPress search forms */
.search-form {
    display: flex;
    gap: 10px;
}

.search-form input[type="search"] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(122, 57, 196, 0.2);
    border-radius: 12px;
    padding: 12px 20px;
    color: var(--uncan-dark);
    width: 100%;
}

.search-form button[type="submit"] {
    background: var(--uncan-purple);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 0 20px;
    cursor: pointer;
}
		
.main-footer {
	position: relative;
	z-index: 3;
}

#section-footer {
    position: relative;
    clip-path: polygon(0% 0%, 100% 85px, 100% 101%, 0% 101%);
    padding-top: 100px;
    z-index: 1;
}

#section-footer::before {
    content: "";
    position: absolute;
    top: 0; 
    left: 0;
    right: 0;
    bottom: -2px;
    background: rgba(255, 255, 255, 0.15);
    clip-path: polygon(0% 0%, 100% 85px, 100% 101%, 0% 101%);
    z-index: -1;
}

#section-footer::after {
    content: "";
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    bottom: -2px;
    background: radial-gradient(circle at 50% 0%, #46385e 0%, #4c3c66 100%);
    clip-path: polygon(0% 0%, 100% 85px, 100% 101%, 0% 101%);
    z-index: -1;
}

#section-footer-top > .elementor-container,
#section-copyright > .elementor-container {
	justify-content: space-between;
}

/* --- 1. THE MOBILE HEADER & DROPDOWN CONTAINERS --- */
body .lqd-mobile-sec .navbar-brand {
	padding: 12px 0;
}

.nav-trigger.style-mobile .bar:nth-child(2) {
	margin-inline-start: auto;
	margin-inline-end: initial;
}

body .lqd-mobile-sec .navbar-header {
    background-color: rgba(43, 31, 68, 0.7);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    width: 100%;
    z-index: 10;
	transform: translateZ(0);
}

body .lqd-mobile-sec .navbar-collapse {
    background-color: rgba(43, 31, 68, 0.85);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border-radius: 0px 0px 30px 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: none;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
	transform: translateZ(0);
}

/* --- 2. MAIN NAVIGATION LIST ITEMS --- */
body .lqd-mobile-sec #mobile-primary-nav > li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

body .lqd-mobile-sec #mobile-primary-nav > li > a {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    padding: 16px 20px;
    display: block;
    transition: color 0.3s ease;
}

/* --- 3. SUB-MENU ITEMS & SPACING --- */
body .lqd-mobile-sec .navbar-collapse .nav-item-children {
    background: rgba(0, 0, 0, 0.15);
    padding-top: 15px; 
    padding-bottom: 15px;
    margin: 0;
}

body .lqd-mobile-sec #mobile-primary-nav .nav-item-children li a {
    font-family: var(--font-body);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    padding: 10px 35px;
}

/* --- 4. SUBMENU EXPANDER (Centered & No-Hover Flip) --- */
body .lqd-mobile-sec .navbar-collapse .submenu-expander {
    display: flex;
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    position: absolute;
    top: 27px !important; 
    right: 15px;
    transform: translateY(-50%);
    z-index: 5;
}

body .lqd-mobile-sec .navbar-collapse .nav-item-children li .submenu-expander {
	top: 20px !important;
}

body .lqd-mobile-sec .navbar-collapse .nav-item-children li .nav-item-children {
	border: unset;
    margin: 10px 15px;
	padding-inline-start: 0;
}

/* Lock the arrow rotation - targeting all hover states to prevent the flip */
body .lqd-mobile-sec .navbar-collapse .submenu-expander svg,
body .lqd-mobile-sec .navbar-collapse li:hover .submenu-expander svg,
body .lqd-mobile-sec .navbar-collapse .submenu-expander:hover svg {
    fill: #ffffff;
    color: #ffffff;
    width: 14px;
    height: 14px;
    transform: rotate(0deg); 
    transition: transform 0.3s ease;
}

/* Only flip when the theme adds 'is-active' to the parent LI */
body .lqd-mobile-sec #mobile-primary-nav li.is-active > .submenu-expander svg {
    transform: rotate(180deg);
}

/* --- 5. ACTIVE STATES (UNCAN YELLOW) --- */
body .lqd-mobile-sec #mobile-primary-nav li.current-menu-item > a,
body .lqd-mobile-sec #mobile-primary-nav li.is-active > a {
    color: var(--uncan-yellow);
}

/* --- 6. THEME CONFLICT CLEANUP --- */
body .lqd-mobile-sec .navbar-collapse .main-nav-hover-fill > li > a:before,
body .lqd-mobile-sec .navbar-collapse .nav-item-children:before,
body .lqd-mobile-sec .navbar-collapse .nav-item-children:after {
    display: none;
}
/* --- 7. PREVENT SCROLLBAR DURING ANIMATION --- */
body.mobile-nav-activated .lqd-mobile-sec,
body .lqd-mobile-sec .navbar-collapse.collapsing,
body .lqd-mobile-sec .navbar-collapse.show {
    overflow: hidden !important;
}

/* If the menu is very long, allow internal scrolling but hide the scrollbar track */
body .lqd-mobile-sec .navbar-collapse {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE/Edge */
}

body .lqd-mobile-sec .navbar-collapse::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.lqd-back-to-top {
    bottom: 20px;
	right: 20px; 
}

.lqd-back-to-top a {
	background-color: #ffffffbf;
	font-size: 14px;
}

.lqd-back-to-top a svg {
	mix-blend-mode: normal;
}

.lqd-back-to-top a svg path {
	fill: var(--uncan-purple);
}

body ::-moz-selection {
    color: #f6fafb;
    background: #7A39C4;
}

body ::selection {
    color: #f6fafb;
    background: #7A39C4;
}

::-webkit-scrollbar-track {
	border-radius: 6px; 
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar {
	border-radius: 10px;
	width: 6px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background: #7A39C4;
}

@media (min-width: 1025px) and (max-width: 1599px) {
	section.elementor-top-section > .elementor-container, .container.titlebar-container {
		padding: 0 6%; 
	}
	
	section.elementor-top-section.page-intro .elementor-column:first-of-type {
		width: 75%;
		
	}
}

@media (max-width: 1024px) {
	
	.custom-row > .elementor-container {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	section.elementor-top-section > .elementor-container, 
    .container.titlebar-container {
        padding: 0 4%;
    }
	
    .carousel-partners .flickity-viewport {
        height: 190px !important;
    }
	
    .carousel-partners .carousel-item-inner {
        width: 150px !important;
        height: 150px !important;
        padding: 20px;
    }

    .carousel-partners .carousel-item img {
        max-width: 100px !important;
    }
	
	.cutout-section-left > .elementor-container,
    .cutout-section-left-symmetrical > .elementor-container,
    .cutout-section-right > .elementor-container {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
	
	.cutout-section-left-top > .elementor-container,
	.cutout-section-right-top > .elementor-container {
        padding-top: 80px !important;
    }
	
	.cutout-section-left-bottom > .elementor-container,
	.cutout-section-right-bottom > .elementor-container {
        padding-bottom: 80px !important;
    }
	
	#section-footer, 
    #section-footer::before, 
    #section-footer::after {
        clip-path: polygon(0% 0%, 100% 50px, 100% 101%, 0% 101%);
    }
	
    #section-footer::after { 
		top: 20px; 
	}
	
    #section-footer { 
		padding-top: 90px; 
	}

    .cutout-section-left, 
    .cutout-section-left::before,
	.cutout-section-left > .elementor-background-overlay {
        clip-path: polygon(0 0, 100% 50px, 100% calc(100% - 50px), 0 100%);
    }
	
	.cutout-section-left-symmetrical, 
    .cutout-section-left-symmetrical::before,
	.cutout-section-left-symmetrical > .elementor-background-overlay {
		clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 50px));
    }
	
	.cutout-section-left-top, 
    .cutout-section-left-top::before,
	.cutout-section-left-top > .elementor-background-overlay {
        clip-path: polygon(0% 0%, 100% 50px, 100% 100%, 0% 100%);
    }
		
	.cutout-section-left-bottom, 
    .cutout-section-left-bottom::before,
	.cutout-section-left-bottom > .elementor-background-overlay {
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0 100%);
    }
		
	.cutout-section-right, 
    .cutout-section-right::before,
	.cutout-section-right > .elementor-background-overlay {
        clip-path: polygon(100% 0, 0 50px, 0 calc(100% - 50px), 100% 100%);
    }
	
	.cutout-section-right-top,
	.cutout-section-right-top::before,
	.cutout-section-right-top > .elementor-background-overlay {
		clip-path: polygon(100% 0, 0 50px, 0 100%, 100% 100%);
	}
	
	.cutout-section-right-bottom, 
    .cutout-section-right-bottom::before,
	.cutout-section-right-bottom > .elementor-background-overlay {
        clip-path: polygon(100% 0, 0 0, 0 calc(100% - 50px), 100% 100%);
    }
	
	.cutout-section-left::before,
    .cutout-section-left-symmetrical::before,
	.cutout-section-right::before { 
		top: 20px; 
		bottom: 20px; 
	}
	
	.cutout-section-left-top::before, 
	.cutout-section-right-top::before { 
		top: 20px; 
	}
	
	.cutout-section-left-bottom::before,
	.cutout-section-right-bottom::before { 
		bottom: 20px; 
	}
	
	.cutout-section-left > .elementor-background-overlay,
	.cutout-section-left-symmetrical > .elementor-background-overlay,
	.cutout-section-right > .elementor-background-overlay {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.cutout-section-left-top > .elementor-background-overlay,
	.cutout-section-right-top > .elementor-background-overlay {
		margin-top: 20px;
	}

	.cutout-section-left-bottom > .elementor-background-overlay,
	.cutout-section-right-bottom > .elementor-background-overlay {
		margin-bottom: 20px;
	}
	
	.cutout-separator-left, .cutout-separator-right {
        padding-top: 70px !important; /* 50 drop + 20 thick */
    }
    .cutout-separator-left > .elementor-container,
    .cutout-separator-right > .elementor-container {
        padding-top: 80px !important;
    }

    /* Left Slant Tablet */
    .cutout-separator-left::before {
        clip-path: polygon(evenodd, 0% -2px, 100% -2px, 100% 100%, 0% 100%, 0% -2px, 0% 0%, 100% 50px, 100% calc(50px + 20px), 0% 20px, 0% 0%);
    }
    .cutout-separator-left::after {
        clip-path: polygon(0% 0%, 100% 50px, 100% calc(50px + 20px), 0% 20px);
    }
    /* Right Slant Tablet */
    .cutout-separator-right::before {
        clip-path: polygon(evenodd, 0% -2px, 100% -2px, 100% 100%, 0% 100%, 0% -2px, 100% 0%, 0% 50px, 0% calc(50px + 20px), 100% 20px, 100% 0%);
    }
    .cutout-separator-right::after {
        clip-path: polygon(100% 0%, 0% 50px, 0% calc(50px + 20px), 100% 20px);
    }

	.uncan-wp-nav-mobile .lqd-custom-menu-mobile-collapsible .lqd-custom-menu-dropdown-btn {
		display: flex !important;
	}
	
	.uncan-wp-nav-mobile .lqd-custom-menu-mobile-collapsible>ul {
        display: none !important;
	}
	
	.uncan-wp-nav-mobile .lqd-custom-menu-mobile-collapsible>ul.collapsing, 
	.uncan-wp-nav-mobile .lqd-custom-menu-mobile-collapsible>ul.show {
        display: block !important;
    }
		
	.uncan-wp-nav-mobile {
		/* FIX FOR IOS SAFARI SPACING */
        padding-bottom: env(safe-area-inset-bottom) !important;
	}
	
	.uncan-wp-nav-mobile .lqd-custom-menu {
		background-color: rgba(43, 31, 68, 0.7);
		-webkit-backdrop-filter: blur(15px);
		backdrop-filter: blur(15px);
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
		padding: 15px 30px;
		/* Ensure the dropdown doesn't get cut off */
        max-height: calc(80svh - 60px) !important; 
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
		transform: translateZ(0);
	}
	
	.uncan-wp-nav-mobile .lqd-custom-menu .lqd-custom-menu-dropdown-btn {
		padding: 0;
		border-bottom: unset;
		font-family: var(--font-heading);
		font-weight: 700;
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		color: rgba(255, 255, 255, 0.85);
	}
	
	.uncan-wp-nav-mobile ul {
		background-color: transparent;
	}
	
	.uncan-wp-nav-mobile ul li a {
		display: flex;
		align-items: center;
		text-decoration: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.05);
		font-family: var(--font-heading);
		font-weight: 700;
		font-size: 16px;
		color: #FFFFFF;
		padding: 15px 0;
		transition: 0.3s;
	}
	
	.uncan-wp-nav-mobile ul li a:hover {
		color: #FFFFFF;
	}
	
	.uncan-wp-nav-mobile ul li.is-active > a {
		color: var(--uncan-yellow);
	}
	
	.uncan-wp-nav-mobile .expander-icon i {
		transform: rotate(180deg);
		transition: transform 0.5s ease-in-out;
	}
	
	.uncan-wp-nav-mobile .lqd-custom-menu-dropdown-btn.is-active .expander-icon i {
		transform: rotate(0);
	}
	
	.elementor-element.elementor-widget-wrap {
        /* Ensure parents don't clip the filter effect */
        will-change: auto !important; 
    }
	
	.imapsTooltip-group {
		display: none !important;
	}
	
}

@media (max-width: 767px) {
	
	.custom-row > .elementor-container {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	section.elementor-top-section > .elementor-container, 
    .container.titlebar-container {
        padding: 0 20px;
    }
	
	body input[type="button"], 
	body input[type="submit"],
	body .lqd-contact-form .wpcf7-submit,
	body .wp-element-button,
	.elementor-button.btn-solid,
	.uncan-btn-solid {
		padding: 18px 32px;
		font-size: 16px;
	}
	
    .carousel-partners .flickity-viewport {
        height: 160px !important;
    }

    .carousel-partners .carousel-item-inner {
        width: 120px !important;
        height: 120px !important;
        padding: 15px;
        border-radius: 18px;
    }

    .carousel-partners .carousel-item img {
        max-width: 80px !important;
    }

    .carousel-partners .carousel-item-inner:hover {
        transform: translateY(-5px) scale(1.03);
    }
	
	.cutout-section-left > .elementor-container,
    .cutout-section-left-symmetrical > .elementor-container,
    .cutout-section-right > .elementor-container {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
	
	.cutout-section-left-top > .elementor-container,
	.cutout-section-right-top > .elementor-container {
        padding-top: 50px !important;
    }	
	
	.cutout-section-left-bottom > .elementor-container,
	.cutout-section-right-bottom > .elementor-container {
        padding-bottom: 50px !important;
    }	
	
    #section-footer, 
    #section-footer::before, 
    #section-footer::after {
        clip-path: polygon(0% 0%, 100% 35px, 100% 101%, 0% 101%);
    }
	
    #section-footer::after {
		top: 15px; 
	} 
	
    #section-footer { 
		padding-top: 60px; 
	}
	
    .cutout-section-left, 
    .cutout-section-left::before,
	.cutout-section-left > .elementor-background-overlay {
        clip-path: polygon(0 0, 100% 35px, 100% calc(100% - 35px), 0 100%);
    }
	
	.cutout-section-left-symmetrical, 
    .cutout-section-left-symmetrical::before,
	.cutout-section-left-symmetrical > .elementor-background-overlay {
		clip-path: polygon(0 0, 100% 35px, 100% 100%, 0 calc(100% - 35px));
    }
		
	.cutout-section-left-top, 
    .cutout-section-left-top::before,
	.cutout-section-left-top > .elementor-background-overlay {
        clip-path: polygon(0% 0%, 100% 35px, 100% 100%, 0% 100%);
    }
	
	.cutout-section-left-bottom, 
    .cutout-section-left-bottom::before,
	.cutout-section-left-bottom > .elementor-background-overlay {
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35px), 0 100%);
    }
		
	.cutout-section-right, 
    .cutout-section-right::before,
	.cutout-section-right > .elementor-background-overlay {
        clip-path: polygon(100% 0, 0 35px, 0 calc(100% - 35px), 100% 100%);
    }
	
	.cutout-section-right-top,
	.cutout-section-right-top::before,
	.cutout-section-right-top > .elementor-background-overlay {
		clip-path: polygon(100% 0, 0 35px, 0 100%, 100% 100%);
	}

	.cutout-section-right-bottom, 
    .cutout-section-right-bottom::before,
	.cutout-section-right-bottom > .elementor-background-overlay {
        clip-path: polygon(100% 0, 0 0, 0 calc(100% - 35px), 100% 100%);
    }
	
	.cutout-section-left::before, 
    .cutout-section-left-symmetrical::before,
	.cutout-section-right::before { 
		top: 15px; 
		bottom: 15px; 
	}

	.cutout-section-left-top::before,
    .cutout-section-right-top::before { 
		top: 15px;
	}
	
	.cutout-section-left-bottom::before, 
	.cutout-section-right-bottom::before {
		bottom: 15px;
	}
	
	.cutout-section-left > .elementor-background-overlay,
	.cutout-section-left-symmetrical > .elementor-background-overlay,
	.cutout-section-right > .elementor-background-overlay {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.cutout-section-left-top > .elementor-background-overlay,
	.cutout-section-right-top > .elementor-background-overlay {
		margin-top: 15px;
	}

	.cutout-section-left-bottom > .elementor-background-overlay,
	.cutout-section-right-bottom > .elementor-background-overlay {
		margin-bottom: 15px;
	}
	
	.cutout-separator-left, .cutout-separator-right {
        padding-top: 50px !important; /* 35 drop + 15 thick */
    }
    .cutout-separator-left > .elementor-container,
    .cutout-separator-right > .elementor-container {
        padding-top: 50px !important;
    }

    /* Left Slant Mobile */
    .cutout-separator-left::before {
        clip-path: polygon(evenodd, 0% -2px, 100% -2px, 100% 100%, 0% 100%, 0% -2px, 0% 0%, 100% 35px, 100% calc(35px + 15px), 0% 15px, 0% 0%);
    }
    .cutout-separator-left::after {
        clip-path: polygon(0% 0%, 100% 35px, 100% calc(35px + 15px), 0% 15px);
    }
    /* Right Slant Mobile */
    .cutout-separator-right::before {
        clip-path: polygon(evenodd, 0% -2px, 100% -2px, 100% 100%, 0% 100%, 0% -2px, 100% 0%, 0% 35px, 0% calc(35px + 15px), 100% 15px, 100% 0%);
    }
    .cutout-separator-right::after {
        clip-path: polygon(100% 0%, 0% 35px, 0% calc(35px + 15px), 100% 15px);
    }
	
	.page-intro {
		max-height: 620px;
	}
	
	.uncan-roadmap-phases .phase-marker .ld-fh-element {
		width: 50px;
        height: 50px;
        font-size: 18px;
	}
	
	.uncan-roadmap-phases > .elementor-widget-wrap:before { 
		display: none; 
	}
	
	
}
