/* Table of Content
==================================================
	#Site Variables
	#Site Styles
	#UIKit Styles
	#Page Styles
	#Media Queries
	#Font-Face */
	

/* #Site Variables
================================================== */
:root {
  --primary: #00C0E4;
  --secondary: #00354B;
  --light: #F5F5F5;
  --dark: #0A1723;
  --white: #ffffff;
  --text: #222222;
  --navigation: #ffffff;
  
  --primary-font: 'Helvetica', sans-serif;
  --secondary-font: 'Time New Roman', serif;
}


/* #Site Styles
================================================== */
*				{ outline:none; }
html, body		{ color:var(--text); font-size:18px; font-weight:400; font-family:var(--primary-font); line-height:1.5rem; }

.aligncenter 	{ text-align:center; }
.alignleft		{ text-align:left; }
.alignright		{ text-align:right; }
	img.aligncenter { float:none; display:block; margin:0 auto 15px; }
	img.alignleft	{ float:left; margin-right:15px; }
	img.alignright	{ float:right; margin-left:15px; }

.w900 			{ font-weight:900; }
.w800			{ font-weight:800; }
.w700			{ font-weight:700; }
.w600			{ font-weight:600; }
.w500			{ font-weight:500; }
.w400			{ font-weight:400; }
.w300			{ font-weight:300; }
.w200			{ font-weight:200; }
.w100			{ font-weight:100; }

.font6			{ font-size:0.625em; }
.font7			{ font-size:0.700em; }
.font8			{ font-size:0.800em; }
.font9 			{ font-size:0.900em; }
.font10			{ font-size:1.0em; }
.font12			{ font-size:1.2em; }
.font15			{ font-size:1.5em; }
.font18			{ font-size:1.8em; }
.font20			{ font-size:2.0em; }
.font25			{ font-size:2.5em; }
.font30			{ font-size:3.0em; }
.font35			{ font-size:3.5em; }
.font40			{ font-size:4.0em; }
.font45			{ font-size:4.5em; }

.s1				{ letter-spacing:1px; }
.s2				{ letter-spacing:2px; }
.s3				{ letter-spacing:3px; }
.s4				{ letter-spacing:4px; }
.s5				{ letter-spacing:5px; }
.s6				{ letter-spacing:6px; }
.s7				{ letter-spacing:7px; }
.s8				{ letter-spacing:8px; }

.lh0			{ line-height:1em; }
.lh1			{ line-height:1.1em; }
.lh2			{ line-height:1.2em; }
.lh3			{ line-height:1.3em; }
.lh4			{ line-height:1.4em; }
.lh5			{ line-height:1.5em; }
.lh8			{ line-height:1.8em; }
.lh20			{ line-height:2.0em; }
.lh25			{ line-height:2.5em; }

h1, h2, h3, h4, h5, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5	{ font-family:var(--secondary-font); font-weight:400; color:inherit; line-height:1.2em; }

h1, .uk-h1	{ font-size:4.500em; letter-spacing:-3%; }
h2, .uk-h2	{ font-size:3.000em; letter-spacing:-1%; }
h3, .uk-h3	{ font-size:1.125em; }
h4, .uk-h4	{ font-size:1.000em; }
h5, .uk-h5	{ font-size:0.875em; }

em				{ color:inherit; }
p 				{ line-height:1.7em; }
b, strong, .uk-text-bold	{ font-weight:600; }

a, .uk-link		{ color:var(--primary); }
	a:hover, .uk-link:hover { color:inherit; text-decoration:none; }

.font-secondary { font-family:var(--secondary-font); }

/* #UIKit Styles
================================================== */
.uk-width-1-1 { width:100%; }

.uk-text-lead 			{ font-weight:300; font-size:1.5em; color:inherit; }
.uk-text-contrast 	{ color:var(--white) !important; }
.uk-text-primary 		{ color:var(--primary) !important; }
.uk-text-secondary 	{ color:var(--secondary) !important; }

.uk-background-secondary, .uk-section-secondary { background:var(--secondary); color:var(--white); }
.uk-background-dark, .uk-section-dark { background:var(--dark); color:var(--white); }

/* #Page Styles
================================================== */

.hero-nav-item { transition: all 0.3s ease-in-out;  }
	.hero-nav-item:hover { border-color:var(--primary); }
	.hero-nav-item:hover a { color:var(--primary) !important; }

.sup-title { font-size:.8em; font-weight:600; text-transform:uppercase; letter-spacing: 3px; color:#004C6C; }
	.sup-title.dot { display:flex; align-items:center; margin-bottom:15px; }
	.sup-title.dot:before { content:''; display:inline-block; width:8px; height:8px; border-radius:50%; background:var(--text); margin-right:15px; }
	.sup-title.dot.gray:before { background:#8E8E8E; }
	.sup-title.dot.orange:before { background:#FF8F6C; }
	.sup-title.dot.yellow:before { background:#FFEA07; }
	.sup-title.dot.primary:before { background:var(--primary); }

.drop-shadow.top { position:absolute; top:0; left:0; width:100%; height:35%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.07) 45.67%, rgba(0, 0, 0, 0.14) 73.56%, rgba(0, 0, 0, 0.29) 100%); }
.drop-shadow.bottom { position:absolute; bottom:0; left:0; width:100%; height:35%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.07) 45.67%, rgba(0, 0, 0, 0.14) 73.56%, rgba(0, 0, 0, 0.29) 100%); }
.drop-shadow.right { position:absolute; top:0; right:0; height:100%; width:30%; background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.07) 45.67%, rgba(0, 0, 0, 0.14) 73.56%, rgba(0, 0, 0, 0.29) 100%); }


/* NAVIGATION */
.uk-btn-nav { color: #002635 !important; }
.uk-navbar-container .uk-button-primary[href*="calendly"] { transition: background-color 0.3s, color 0.3s; }
.uk-navbar-container .uk-button-primary[href*="calendly"]:hover,
.uk-navbar-container .uk-button-primary[href*="calendly"]:focus { background: rgb(9,40,80) !important; color: #fff !important; transition: 0.3s; }

.menu-item > a { color: white !important; }
.uk-navbar-nav { align-items: center; }
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle{ min-height: unset !important; }

.uk-navbar-nav > li { margin-right: 40px; }
.uk-navbar-nav > li:last-child { margin-right: 0; }
.uk-navbar-nav > li > a { font-size: 1.1rem; text-transform: capitalize; }
.uk-navbar-container { padding-bottom: 20px !important; position: relative; }

@keyframes fadeInGradient {
	from { opacity: 0; }
	20% { opacity: 0.5; }
	to { opacity: 1; }
}

.uk-navbar-container.gradient-active::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to bottom, rgba(10, 23, 35, 0.24) 0%, rgba(10, 23, 35, 0)) !important; animation: fadeInGradient 0.4s ease-in-out; pointer-events: none; z-index: 0; }

.uk-navbar-container .uk-navbar-left,
.uk-navbar-container .uk-navbar-right,
.uk-navbar-container .uk-navbar-center { position: relative; z-index: 1; }

.mobile-menu-toggle { background-color: none !important; }

@media (max-width: 1024px) {
	.uk-navbar-right .uk-navbar-nav { display: none; }
	.mobile-menu-toggle { display: block !important; }
}

@media (min-width: 1025px) {
	.mobile-menu-toggle { display: none !important; }
	.mobile-menu-overlay { display: none !important; }
}

/* Mobile menu overlay */
.mobile-menu-overlay { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: #292929; z-index: 2000; display: none; padding: 40px; box-sizing: border-box; }
.mobile-menu-overlay.active { display: flex !important; flex-direction: column; align-items: center; justify-content: center; }
.mobile-menu-header { position: absolute; top: 40px; left: 40px; right: 40px; display: flex; justify-content: space-between;align-items: center; }
.mobile-menu-close { background: none !important; color: white !important; border: none; color: white; font-size: 2rem; cursor: pointer; padding: 0; line-height: 1; }

.mobile-menu-nav { text-align: center; margin-top: 60px; }
.mobile-menu-nav ul { list-style: none; padding: 0; margin: 0; }
.mobile-menu-nav li { margin-bottom: 40px; }
.mobile-menu-nav a { color: white; text-decoration: none; font-size: 2rem; font-weight: 300; font-family: 'Avenir', sans-serif; display: block; }
.mobile-menu-nav a:hover { color: #37C2E3; }
.mobile-menu-cta { margin-top: 40px; }
.mobile-menu-cta a { background: #74D1EA; color: #222; padding: 15px 30px; border-radius: 2em; font-weight: 500; text-decoration: none; font-size: 1.1rem; }
.mobile-menu-footer { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); color: #666; font-size: 0.9rem; font-family: 'Avenir', sans-serif; }
/* END NAVIGATION */



/* HOME PAGE ANIMATED PARAGRAPH */
.animated-text { display: inline;  }
.animated-text-word { display:inline; will-change: background-position; background-size:200% 100%; background-position:100% center; -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; background-image:linear-gradient( to right, #ffffff, #ffffff 50%, rgba(0, 192, 228, 0.60) 50% ); }
/* END HOME PAGE ANIMATED PARAGRAPH */


/* HOME PAGE CARDS */
.card-profile-vh { min-height: 675px !important; border-radius: 15px !important; }
.card-title { font-size: 41px !important; }

.hover-card { overflow: hidden; transition: transform 0.3s ease; position: relative; }
.hover-card:hover { transform: scale(1.02); }

/* Card content structure for consistent spacing */
.hover-card .card-content { display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; width: 100%; }

/* Title positioning and animation */
.hover-card .title-container {
	transition: transform 0.4s ease;
	transform: translateY(0);
	position: relative;
	z-index: 2;
	height: 60px; /* Fixed height for all titles */
	display: flex;
	align-items: center;
	justify-content: center;
}
.hover-card:hover .title-container { transform: translateY(-40px); }

/* Paragraph text styling and animation */
.hover-card .hover-text {
	max-width: 100%; /* Increased to 100% */
	position: absolute;
	z-index: 1;
	top: 55%; /* Position at consistent height */
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 92%; /* Slightly less than 100% to maintain some margin */
	box-sizing: border-box; /* Ensure padding doesn't add to width */
}

.hover-card .hover-paragraph {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.5s ease, transform 0.5s ease;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	visibility: hidden;
	margin: 0 auto;
	padding: 0; /* Remove padding to maximize width */
	width: 100%; /* Take full width of parent */
}

.hover-card:hover .hover-paragraph { opacity: 1; transform: translateY(0); visibility: visible; }
/* END HOME PAGE CARDS */


/* LOGO SCROLLING MARQUEE */
.marquee { overflow: hidden; position: relative; }
    .marquee-track { display: inline-flex; align-items: center; white-space: nowrap; will-change: transform; gap: var(--gap, 5rem); }
    .marquee-track > * { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; width:200px; }

    /* Directions */
    .marquee--left  .marquee-track { animation: marquee-left  var(--marquee-duration, 40s) linear infinite; }
    .marquee--right .marquee-track { animation: marquee-right var(--marquee-duration, 40s) linear infinite; }

    @keyframes marquee-left  { from { transform: translateX(0%);    } to { transform: translateX(-50%); } }
    @keyframes marquee-right { from { transform: translateX(-50%); } to { transform: translateX(0%);    } }
    .marquee:hover .marquee-track { animation-play-state: paused; }
    @media (prefers-reduced-motion: reduce) {
      .marquee .marquee-track { animation: none; transform: translateX(0); }
    }
/* END LOGO SCROLLING MARQUEE */


/* HORIZONTAL SCROLL */
.hscroll { position: relative; }  
.hscroll .pin { position: sticky; top: 0; height: 100vh; overflow: hidden; }

.panel-content { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; max-width: 800px; margin: 0 auto; transition: transform 0.4s ease; }
.panel-title { color:var(--primary); transition: transform 0.4s ease; }
.panel-description { visibility: hidden; opacity: 0; transform: translateY(20px); transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease; height:0; overflow:hidden; color:var(--white); font-size:1.2em; font-weight:300; }
.panel-circle { width: 80px; height: 80px; line-height:80px; font-size: 1.8rem; font-weight:600; margin-bottom: 2rem; color: #00354B; display:inline-block; border-radius:50%; }

.panel { position:relative; width: 32vw; min-width: 32vw;  height: 100vh; display: grid; place-content: center; padding: 2rem 3vw; box-sizing: border-box; transition: transform 0.4s ease; }
.panel:not(.first)::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2); opacity: 0; transition: opacity 0.4s ease; }

.panel:hover::before { opacity: 1; }
.panel:hover .panel-title { transform: translateY(-30px); }
.panel:hover .panel-description { opacity: 1; transform: translateY(0); visibility: visible; height:auto; }

.first { position: absolute; left: 0; top: 0; height: 100%; z-index: 1; }
.track { position: absolute; top: 0; left: 0; height: 100%; display: flex; margin-left: 32vw; z-index: 2; will-change: transform; transform: translateX(0); text-align:center; }

.hscroll.alt .panel.first { width:45vw; }
.hscroll.alt .track { margin-left:45vw; }

@media (prefers-reduced-motion: reduce) {
  .track { transition: none !important; }
}

.scroll-indicator { position: absolute; right: 16px; bottom: 16px; width: 56px; height: 56px; border-radius: 50%; background:none; border: 1px solid rgba(255,255,255,.8); color: var(--white); display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 20px rgba(0,0,0,.25); z-index: 3; opacity: 1; transform: translateY(0); }
.scroll-indicator::after { content: ""; position: absolute; inset: 0; border-radius: 50%; box-shadow: 0 0 0 0 rgba(255,255,255,.35); animation: scroll-indicator-pulse 1.8s ease-out infinite; }

@keyframes scroll-indicator-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(255,255,255,.35); }
  70%  { box-shadow: 0 0 0 14px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-indicator::after { animation: none; }
}

@media (max-width: 767px) {
  .scroll-indicator { width: 48px; height: 48px; right: 12px; bottom: 12px; }
}

/* END HORIZONTAL SCROLL */



/* #Media Queries
================================================== */
	@media only screen and (max-width: 1420px) { }

	@media only screen and (max-width: 1199px) {
		h1, .uk-h1	{ font-size:3.875em; }
		h2, .uk-h2	{ font-size:2.325em; }
		h3, .uk-h3	{ font-size:1.125em; }
		h4, .uk-h4	{ font-size:1.000em; }
		h5, .uk-h5	{ font-size:0.875em; }

	}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		h1, .uk-h1	{ font-size:3.250em; }
		h2, .uk-h2	{ font-size:2.250em; }
		h3, .uk-h3	{ font-size:1.125em; }
		h4, .uk-h4	{ font-size:1.000em; }
		h5, .uk-h5	{ font-size:0.875em; }

	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 638px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 638px) {
		html, body { font-size:16px; }

		h1, .uk-h1	{ font-size:2.750em; }
		h2, .uk-h2	{ font-size:2.000em; }
		h3, .uk-h3	{ font-size:1.125em; }
		h4, .uk-h4	{ font-size:1.000em; }
		h5, .uk-h5	{ font-size:0.875em; }

		.sup-title { text-align:center; justify-content:center; }
		
		.hover-card .uk-position-center { position:static; }
		
		.hscroll { height: auto !important; }
		.hscroll .pin { position: relative;  height: auto; overflow: visible; }
		.first, .track { position: static; height: auto; }
		.track { display: block; margin-left: 0; transform: none !important; }
		.panel { width: 100%; min-width: 0; height: auto; padding: 1.5rem 5vw; }
		.panel-description { visibility: visible;  opacity: 1; transform: translateY(0); height:auto; }
		.panel-circle { width: 60px; height: 60px; line-height:60px; font-size:1.3rem; }
		.panel:hover .panel-title { transform: translateY(0); }
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		h1, .uk-h1	{ font-size:2.250em; }
		h2, .uk-h2	{ font-size:1.750em; }
		h3, .uk-h3	{ font-size:1.125em; }
		h4, .uk-h4	{ font-size:1.000em; }
		h5, .uk-h5	{ font-size:0.875em; }
	}


/* #Font-Face
================================================== */
	/*	@font-face {
			font-family: 'FontName';
			src: url('../fonts/FontName.eot');
			src: url('../fonts/FontName.eot?iefix') format('eot'),
				 url('../fonts/FontName.woff') format('woff'),
				 url('../fonts/FontName.ttf') format('truetype'),
				 url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
			font-weight: normal;
			font-style: normal; }
	*/