@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Open+Sans:ital,wght@0,300;1,300&family=Roboto+Condensed:wght@300&display=swap');

body, h1, h2, p, ul, li {
	margin: 0;
	padding: 0;
}

hr {
	margin: 50px 0;
}

.justified {
	text-align: justify;
	
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* Basic styling */
body {
	font-family: "Open Sans", sans-serif;
	background-color: #d3d3d3;
	overflow-x: hidden;
	color: #000000;
}

h1, h2, h3 {
	font-family: "Montserrat", sans-serif;
	line-height: 1;
	z-index: 1;
}

h1 {
	font-weight: 900;	
	font-size: 68px;
	padding: 50px 0 0 0;
}

h2 {
	font-weight: 600;
	font-size: 40px;
	margin: 0 0 30px 0;
}

h3 {
	font-weight: 600;
	font-size: 25px;
}

/* Header */
header {
	height: 80px;
	background-image: linear-gradient(to top right, #256db2, #7ec6fc);
	color: #fff;
	padding: 10px 0;
	text-align: center;
}

header a {
	float: left;
	margin: 0 0 0 40px;
}

/* Navigation buttons */
nav {
	float: right;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 40px 80px 0 0;
	font-size: x-large;
}

nav ul {
	list-style: none;
	z-index: 1;
}

nav ul li {
	display: inline-block;
	margin-right: 20px;
	position: relative;
}

nav ul li:hover ul {
	display: block;
}

nav ul li ul {
	display: none;
	position: absolute;
	background-color: #333;
	left: 0;
	top: 100%;
	padding: 10px 0;        }

nav ul li ul li {
	display: block;
	margin: 5px 0;
}

nav a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: color 0.15s;
	padding: 5px;
}

nav a:hover {
    color: #333;
}

/* Main content area */
main {
	padding: 40px;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: #FFFFFF;
	transition: height 0.5s ease;
}

.main::after {
    content: "";
    display: table;
    clear: both;
}

.page {
	width: 100%;
	transform: translateX(100%);
	transition: transform 0.5s ease-in-out; /* Smooth transition */
	position: absolute;
}

section {
	margin: 0 auto;
	width: 1000px;
	min-height: 500px;
}

/* Home page details */

#splash {
	background-image: url(../img/Home.Background.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 430px;
	margin: 0 0 30px 0;
}

#splash img {
	position: absolute;
	margin: -25px 0 0 500px;
}

#splash .sliding-button {
	margin: 30px 0;	
	font-size: 30px !important; 
}

#splash_columns {
	height: 250px;
}

.splash_column {
	float: left;
	width: 270px;
	padding: 0 30px;
	font-size: 14px;
	text-align: center;
	color: #000000;
}

.splash_column h2 {
	margin: 15px 0;
}

.splash_column .material-symbols-outlined {
	font-size: 120px;
}


footer {
	background-color: #d3d3d3;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	height: 120px;
}

address {
	float: right;
	margin: 0 80px 0 0;
	text-align: right;
}


.sliding-button {
    font-family: 'Roboto Condensed', sans-serif;
	display: inline-block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    position: relative;
    overflow: hidden;
	transition: all 0.3s ease-in-out;
	font-weight: bold;
	font-size: 20px;
}

.sliding-button:hover {
	color: #fff;
}

.sliding-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20%; /* Start from the left-most 20% */
    width: 80%; /* Background color covers the right-most 80% */
    height: 100%;
    background-color: #4b93d2;
    z-index: -1;
	transition: all 0.3s ease-in-out;
}

.sliding-button:hover::before {
    left: 0;
	width: 100%; /* Expand to full width on hover */
}

/* About Us Page Styles */

.about-column {
	float: left;
	margin: 20px 0 0 0;
	padding: 0 20px;
}

.timeline {
	width: 230px;
	margin: 0 0 0 85px;
}

.date {
	position: absolute;
	left: -105px;
}

.title {
	font-weight: bold;
}

.timeline ul {
	list-style: none;
	position: relative;
}

.timeline ul:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0px;
	height: 100%;
	border: 2px solid #333333;
}

.timeline ul li {
	margin: 20px 20px;
	position: relative;
}

.timeline ul li:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border: 2px solid #333333;
	border-radius: 50%;
	top: 0;
	left: -25px;
	background: #333333;
}

.ourstory {
	width: 590px;	
}

.about_row {
	margin: 35px 0 0 0;
}

.ourstory .joinourteam {
	position: absolute;
	margin: 20px 0 0 400px;
}


/* ////////////// OUR TECHNOLOGY ////////////// */
/* //// Lots left over here from a legacy layout //// */

#OurTechLeft {
	width: 530px;
	float: left;
}

#OurTechLeft h3:nth-child(1){
	margin: 0;
}

#OurTechRight {
	width: 445px;
	float: right;
}

#TechTable th, td {
	border: 1px solid;
	border-color: black;
	padding: 3px;
}

#TechTable {
	border-collapse: collapse;
}

#TechTable td:nth-child(n+2) {
	text-align: center;
}

#TechTable tr:nth-child(odd) {
	background-color: #b8dffc;
}

#TechTable tr:nth-child(1) {
	background-color: #256db2;
	text-align: center;
	color: white;
	border: 1px solid;
}

#TechTable td:nth-child(1) {
	padding-left: 7px;
}


main.dark-bg {
    background-color: #000000;
    color: #ffffff;
    transition: background-color 0.5s ease-in-out;
}

#scroller-container {
	position: absolute;
	width: 1000px;
	text-align: center;
	margin-top: 275px;
	color: #000;
	z-index: 2;
	font-size: 40px;
	font-weight: bold;
}

#scroller {
	margin-top: 20px;
	color: #000;
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
	font-size: 60px;
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
	  transform: translateY(0);
	}
	40% {
	  transform: translateY(-30px);
	}
	60% {
	  transform: translateY(-15px);
	}
  }

.OurTechRow {
	color: #ffffff;
	margin: 120px 0;
	font-size: 18px;
}

.rLeft {
	float: left;
}

.rRight {
	float: right;
}

.Row1 .rLeft {
	width: 320px;
	font-size: 60px;
}

.Row1 .underDetail {
	top: -65px;
	left: 60px;
	position: relative;
}

.Row1 .rRight {
	width: 650px;
}

.Row2 .rLeft {
	width: 570px;
}

.Row2 .rRight {
	width: 400px;
	font-size: 60px;
}

.Row2 .underDetail {
	width: 250px;
	top: -40px;
}

.Row3 {
	height:160px;
}

.Row3 .rLeft {
	width: 280px;
	font-size: 60px;
	line-height: 120px;
}

.Row3 .underDetail {
	top: -65px;
	left: 20px;
	position: relative;
}

.Row3 .rRight {
	width: 720px;
}

.Row4 .rLeft {
	width: 350px;
}

.Row4 .rRight {
	width: 280px;
}

.Row4 .underDetail {
	top: -25px;
	left: 50px;
}


.Row5 h1 {
	padding: 0 0 40px 0;
	text-align: center;
}


.stat {
	font-family: "Montserrat", sans-serif;
	font-size: 160px;
	font-weight: bold;
}

.plus {
	font-size: 80px;
	font-weight: bold;
	position: relative;
	top: -25px;
}

.underDetail {
	font-size: 35px;
	line-height: 40px;
	font-style: italic;
	display: inline-block;
	position: relative;
}

/* ////////////// CAREERS ////////////// */

.careers_column{
	float: left;
	margin: 40px 0 0 0;
}

.careers_column span{
	vertical-align: bottom;
	font-size: 1.5em !important;
}

.careers_column hr {
	margin: 5px 0;
}

.listings {
	width: 220px;
	background-color: #f1f1f1;
	padding: 10px;
}

.listings .selected {
	background-color: #d6d6d6;
}

.listings a {
	text-decoration: none;
	color: #000000;
}


.listings ul{
	list-style: none;
	margin: 15px 0 0 0;
}

.listings li{
	line-height: 2em;
	padding: 5px;
}

.listings li:hover {
	background-color: #d6d6d6;
	cursor: pointer;
}

.jobs {
	width: 700px;
	height: 600px;
	margin-left: 40px;
}

.jobs ul {
	margin-left: 25px;
}

.job {
	position: absolute;
	width: 700px;
	transition: display 0.5s ease-in-out; /* Smooth transition */
}

/* ////////////// CONTACT US ////////////// */
#map {
	float: left;
}

#contact-list {
	position: absolute;
	margin: 400px 0 0 40px;
}

#contact-list ul {
	list-style: none;
}

#contact-list ul li {
	margin: 0 0 10px 0;
}

#contact-list ul span {
	position: absolute;
	left: -10px;
}

.contact-list-text {
	position: relative;
	left: 40px;
}

.place::before {
    content: "\f041";
}

.phone::before {
	content: "\f095";
}

.email::before {
	content: "\f0e0";
}


#contactForm {
	float: left;
	width: 450px;
	padding-left: 40px;
}

#contactForm em{
	color: #f45702;
    font-weight: bold;
}

label, input, textarea {
	display: block;
	width: 100%;
	font-size: 12pt;
	line-height: 24pt;
}

input, textarea {
	border: 1px solid #333;
	border-radius: 2px;
	padding-left: 5px;
	outline: none;
	margin: 0 0 15px 0;
}

button {
	display: block;
    float: right;
    line-height: 24pt;
    padding: 0 20px;
    border: none;
    background: #f45702;
    color: white;
    letter-spacing: 2px;
    transition: 0.2s all ease-in-out;
    border-bottom: 2px solid transparent;
    outline: none;
	cursor: pointer;
}