@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;
}
#header #main-menu {
	font-size: 15px;
	height: 24px;
	vertical-align: middle;
	line-height: 24px;
	text-decoration: none;
	text-transform: lowercase;
	margin-right: 20px;
}
#header #main-menu i {
	font-size: 24px;
	height: 24px;
	vertical-align: middle;
	line-height: 24px;
	padding-right: 16px;
}
#header #header-links {
	height: 24px;
	line-height: 24px;
	margin: 38px 0px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 16px;
	border: 1px solid #E0E1DD;
	border-top: none;
	border-bottom: none; 
}
#header #header-links a.header-link {
	font-size: 24px;
	color: #3AD6C5;
	margin-right: 16px;
}
#header #header-account {
	font-size: 24px;
	height: 24px;
	line-height: 24px;
	margin: 38px 20px;
	vertical-align:  middle;
}
#header #header-quote {
	margin: 26px 0px;
	line-height: 48px;
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 16px;
}

#hero {
	height: 600px;
	position: relative;
}
#hero .grid-12 { 
	position: relative;
	background:  #826868;
	border-radius: 6px;
	margin: 0px 20px;
}
#hero .grid-12 #hero-info {
	margin: 30px 10px 30px 10px;
	background: rgba(255,255,255,0.8);
	min-width: 50px;
	padding: 30px;
	height: calc(100% - 166px);
	border-radius: 6px;
	position: relative;
}
#hero .grid-12 #hero-info span {
	font-style: italic;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 30px;
}
#hero .grid-12 #hero-info h1 {
	margin-top: 20px;
	margin-bottom: 20px;
}
#hero .grid-12 #hero-info p {
	font-size: 30px;
	padding: 0;
	margin: 0;
	font-family: 'Montserrat';
	line-height: normal;
}
#hero .grid-12 #hero-info #hero-info-btns {
	position: absolute;
	bottom: 30px;
	right: 30px;
	font-size: 0px;
}
#hero .grid-12 #hero-info #hero-info-btns .btn {
	height: 48px;
	font-size: 16px;
	margin-left: 16px;
}
#hero #hero-form-container {
	min-height: 50px;
	background: white;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0px 10px 0px 0px;
	z-index: 2;
	padding: 0px;
	margin: 0px;
}
#hero #hero-form-container::before {
	content: "";
	position: absolute;
	top: -12px;
	left: 0px;
	height: 12px;
	width: 12px;
	background: transparent;
	border-bottom-left-radius: 50%;
	box-shadow: 0 6px 0 0 white;
}
#hero #hero-form-container::after {
	content: "";
	position: absolute;
	bottom: 0px;
	right: -12px;
	height: 12px;
	width: 12px;
	background: transparent;
	border-bottom-left-radius: 50%;
	box-shadow: 0 6px 0 0 white;
	z-index: 1;
	transform: scaleX(-1), scaleY(-1);
}
#hero #hero-form-container #hero-form {
	width: calc(100%-10px);
	min-height: 50px;
	margin: 10px 10px 0px 0px;
	background: #3AD6C5;
	border-radius: 6px;
	padding: 10px;
}
#hero #hero-form-container #hero-form div {
	font-family: 'Montserrat';
	font-weight: 600;
	color: white;
	font-size: 24px;
	line-height: 24px;
}
#hero #hero-form-container #hero-form div i {
	color: #201C3E;
	font-weight: 400;
}
#hero #hero-form-container #hero-form form {
	margin-top: 10px;
	display: flex;
}
#hero #hero-form-container #hero-form form input, #hero #hero-form-container #hero-form form select {
	height: 40px;
	border-radius: 0px;
	border: none;
	margin-top: 0px;
	padding: 0px 10px;
	font-family: 'Source Sans 3';
}
#hero #hero-form-container #hero-form form input:nth-child(2)::before {
	content: "";
	position: absolute;
	background: #E0E1DD;
	height: 20px;
	width: 1px;
	top: 10px;
	left: 0px;
}
#hero #hero-form-container #hero-form form input::after {
	content: "";
	position: absolute;
	background: #E0E1DD;
	height: 20px;
	width: 1px;
	top: 10px;
	right: 0px;
}
#hero #hero-form-container #hero-form form input[type=email] {
	width: calc(100% - 466px);
}
#hero #hero-form-container #hero-form form input[type=date] {
	width: 150px;
}
#hero #hero-form-container #hero-form form span.select {
	width: 110px;
	margin-top: 0px;
}
#hero #hero-form-container #hero-form form select {
	width: 110px;
}
#hero #hero-form-container #hero-form form button {
	height: 40px;
	padding: 0px 20px;
	line-height: 20px;
	font-size: 16px;
	color: white;
	background: #17564F;
	margin-top: 0px;
}

#home-services {
	margin-top: 112px;
}
#home-services .row:first-of-type {
	margin-bottom: 40px;
}
#home-services .grid-7 p {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
#home-services .grid-6 {
	margin-bottom: 30px;
}
#home-services .grid-6 img {
	margin-bottom: 20px;
	border-radius: 6px;
}
#home-services .grid-6 p:first-of-type {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
}
#home-services .grid-6 p {
	font-size: 15px;
	margin-bottom: 20px;
}
