@charset "utf-8";
/********************************************************
*********************************************************
* Gemini Response Solutions CSS Document     			*
* Document Site: Core						   		 	*
* Document Name: core.css					   		  	*
* Document Version: 1.0.0					   		  	*
* Document Author: James Stone				 		  	*
* Copyright (c) 2025 Gemini Response Solutions        	*
* Based on Amazium v5.0.0 (https://www.amazium.co.uk) 	*
*********************************************************
/*******************************************************/

/********************************************************
* HEADER 											  	*
/*******************************************************/

#header-container {
	border-top: 3px solid;
	border-image: linear-gradient(90deg,rgba(58, 214, 197, 1) 0%, rgba(236, 194, 0, 1) 33.3%, rgba(255, 102, 63, 1) 66.6%, rgba(196, 38, 46, 1) 100%) 1;
	height: 100px;
}
#header {
	height: 100px;
	text-align: right;
	font-size: 0px;
	position: relative;
}
#header #header-logo {
	background: url("../img/logo-main.svg") no-repeat center;
	height: 56px;
	width: 175px;
	display: inline-block;
	align-content:  center;
	position: absolute;
	left: 20px;
	margin: 22px 0px;
}

#hero {
	background: radial-gradient(circle at top left, rgba(102, 57, 183, 0.4), transparent 60%),
                  radial-gradient(circle at top right, rgba(58, 214, 197, 0.4), transparent 60%),
                  linear-gradient(135deg, #201C3E, #2E2352);
	min-height: 300px;
}
#hero .grid-12 { 
	
}
#hero .grid-12 #hero-info {
	margin: 60px 0px;
	background: rgba(255, 255, 255, 0.07);
	border-radius: 6px;
	position: relative;
	border: 1px solid rgba(224, 225, 221, 0.18);
	padding: 30px;
	color: #FFF;
}
#hero .grid-12 #hero-info span {
	border: 1px solid #3AD6C5;
	border-radius: 50px;
	background: #201C3E;
	padding: 5px 10px 5px 34px;
	font-size: 14px;
	position: relative;
	line-height: 14px;
	text-transform: uppercase;
	vertical-align: middle;
}
#hero .grid-12 #hero-info span::before {
	content: "";
	height: 14px;
	width: 14px;
	background: #3AD6C5;
	border-radius: 12px;
	position: absolute;
	left: 10px;
	line-height: 14px;
	vertical-align: middle;
	top: 50%;
	transform: translateY(-50%);
}
#hero .grid-12 #hero-info h1 {
	color: #FFF;
	font-size: 35px;
	font-family: 'Montserrat';
	font-weight: 900;
	margin: 20px 0px;
}
#hero .grid-12 #hero-info p:first-of-type {
	text-transform: uppercase;
	margin-top: 20px;
	color: #C2B0E2;
	font-weight: bold;
}
#hero .grid-12 #hero-info p:nth-of-type(2) {
	margin-bottom: 10px;
}

#content {
	margin-top: 40px;
}
#content .grid-12 h2 {
	text-align: center;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 10px;
}
#content .grid-12 p {
	font-size: 14px;
	text-align: center;
	color: #868785;
	width: 100%;
}
#content .grid-4 {
	margin-top: 20px;
	
}
#content .grid-4 div {
	padding: 20px;
	border: 1px solid #E6E7E4;
	border-radius: 10px;
}
#content .grid-4 div h3 {
	font-size: 18px;
	line-height: 20px;
	vertical-align: middle;
	color: #201C3E;
	margin-bottom: 10px;
}

#footer-container {
	padding-top: 53px;
	margin-top: 28px;
	background: #ffffff;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 53px, rgba(32, 28, 62, 1) 53px, rgba(32, 28, 62, 1) 100%);
	position: relative;
	z-index: 1;
}
#footer-container::before {
	content: "";
	position: absolute;
	top: 47px;
	left: 0;
	width: 50vw;
	height: 6px;
	background: #58C3BA;
	z-index: 9999;
}
#footer-container #footer {
	padding-top: 31px;
	z-index: 1;
	position:  relative;
	color: #FFFFFF;
}
#footer-container #footer::before {
	content: "";
	position: absolute;
	height: 6px;
	width: calc(100% - 20px);
	left: 0;
	background: #58C3BA;
	top: -6px;
}
#footer-container #footer::after {
	content: "";
	position: absolute;
	height: 88px;
	width: 130px;
	background: url("../img/ecg-footer.svg") right no-repeat;
	background-size: cover;
	right: 20px;
	top: -57px;
	margin-bottom: 20px;
}
#footer-container #footer .grid-12 {
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer-container #footer .grid-12:first-of-type {
	margin-top: 0px;
	background: url("../img/logo-footer.svg") top left 20px no-repeat;
	background-size: calc(25% - 40px);
	padding-top: 110px;
}
#footer-container #footer-copy {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	color: #FFF;
	display: flex;
}
#footer-container #footer-copy::before {
	content: "";
	height: 1px;
	width: calc(100% - 40px);
	position: absolute;
	background: #e0e1dd;
	top: 0px;
}
#footer-container #footer-copy p {
	font-size: 12px;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
#footer-container #footer-copy p:first-of-type::before {
	content: "\f1f9";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 300;
	color: #FFF;
	font-size: 12px;
	line-height: 13px;
	margin-right: 14px;
	vertical-align: middle;
}
#footer-container #footer-copy p:nth-of-type(2)::before {
	content: "";
	height: 13px;
	width: 1px;
	background: #e0e1dd;
	left: 0px;
	margin-right: 10px;
	line-height: 13px;
	vertical-align:  middle;
	display: inline-flex;
}
#footer-container #footer-copy p:nth-of-type(3) {
	margin-right: 0px;
	position: absolute;
	right: 20px;
	line-height: 13px;
	vertical-align: middle;
	height: 13px;
}

/********************************************************
* MOBILE 											  	*
/*******************************************************/
@media only screen and (max-width: 767px) { 
	#header-container {
		display: inline-block;
		height: 94px;
	}
	#header {
		height: 94px;
	}
	#hero .grid-12 #hero-info {
		margin: 60px 20px;
	}
	#content .grid-4 div {
		margin: 0px 20px;
	}
	#footer-container::before {
		
	}
	#footer-container .row:nth-of-type(2) {
		display: inline-block;
		width: 100%;
		margin: 0px 20px;
	}
	#footer-container #footer {
		width: 100%;
		margin: 0px 20px;
	}
	#footer-container #footer::after {
		right: 0;
	}
	#footer-container #footer .grid-12:first-of-type {
		background-size: calc(50% - 40px);
		background-position: left 0px;
		padding-top: 90px;
	}
	#footer-container #footer-copy {
		width: 100%;
		display: inline-block;
	}
	#footer-container #footer-copy::before {
		width: 100%;
	}
	#footer-container #footer-copy p {
		text-align: left;
		line-height: 16px;
		height: auto;
	}
	#footer-container #footer-copy p:nth-of-type(2)::before {
		display: none;
	}
	#footer-container #footer-copy p:nth-of-type(2) {
		line-height: 16px;
		height: auto;
		margin-left: 26px;
	}
	#footer-container #footer-copy p:nth-of-type(3) {
		position: relative;
		right: auto;
		margin-right: auto;
		line-height: 16px;
		height: auto;
		margin-left: 26px;
	}
}