@charset "utf-8";
/* TCS CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

* {
	margin: 0;
	padding: 0;
}
html {
	scroll-behavior: smooth;
	font-family: 'Open Sans', sans-serif;
}
nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #000;
	padding: 0 20px;
	user-select: none;
}
nav img {
	width: auto;
	height: 40px;
}
.mob-logo {
	display: none;
}
nav .menu {
	display: flex;
	gap: 1em;
	font-size: 12pt;
}
nav ul .burger {
	color: #fff;
	padding: 1.5em 0;
	user-select: none;
	display: none;
}
nav ul input[type=checkbox] {
	display: none;
}
nav ul .menu li {
	padding: 1.5em 0;
}
nav ul .menu li a {
	color: #D4D4D4;
	text-decoration: none;
	padding: 1.5em;
}
nav ul li a:hover {
	color: #fff;
}
.status-banner {
	background: #C72E31;
	color: #fff;
	text-align: center;
	padding: 1em 0;
	font-size: 1em;
	user-select: none;
}
.wrapper {
	width: 80%;
	margin: 2rem auto;
}
h1 {
	text-align: center;
	font-size: 20pt;
	font-weight: 100;
	color: #101010;
	margin-top: 4rem;
	margin-bottom: 2.2rem;
	user-select: none;
}
h2 {
	text-align: center;
	font-size: 16pt;
	color: #101010;
	user-select: none;
	margin-bottom: 1.5rem;
}
.body-text {
	text-align: center;
	font-size: 13pt;
	line-height: 22pt;
	font-weight: 100;
	color: #101010;
	margin-bottom: 4rem;
	user-select: none;
}
br.spacer {
	display: block;
	margin-top: 0.5em;
	content: "";
}
.rule {
	height: .8rem;
	background-color: #357D7D;
}
.mid-banner {
	background: #000 url("../img/background/carbkg.jpg") no-repeat bottom center;
	background-size: cover;
	user-select: none;
}
.flex-container {
	width: 70%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5rem;
	padding: 3rem 0;
}
.item {
	color: #fff;
}
.item p {
	line-height: 2rem;
}
.item-title {
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}
.ln-button {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: .8em 2em;
	background: #357D7D;
	border-radius: 30px;
	text-align: center;
	width: 10%;
	margin-top: 2rem;
}
.grid-container {
	width: 80%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 2.5rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
	user-select: none;
}
.grid-service {
	text-align: center;
	font-size: 1.2rem;
	margin: 1rem 0;
}
.grid-service a {
	text-decoration: none;
	color: #357D7D;
}
.grid-service img {
	display: block;
	margin: 0 auto;
	margin-bottom: 1rem;
}
.grid-container .grid-item {
	border: 6px #C4C4C4 solid;
	background: #ccc;
	height: 180px;
}
.logo-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: 60%;
	margin: 50px auto;
}
.logo-container img {
	width: 100px;
	height: auto;
	justify-self: center;
	justify-content: center;
}
footer {
	text-align: center;
	background: #000;
	padding: 1.5rem;
	color: #fff;
}
.footer-social {
	text-decoration: none;
	margin-bottom: 1rem;
	font-size: 1rem;
}
.footer-social a {
	color: #fff;
	padding: 0 .8rem;
}
.social-standout {
	text-align: center;
	font-size: 3rem;
	user-select: none;
}
.social-standout a {
	text-decoration: none;
	color: #000;
	padding: 0 1rem;
}
.error-box {
	display: block;
	text-align: center;
	width: 50%;
	margin: 10% auto;
	border: 1px #666 solid;
	border-radius: 10px;
	padding: 10px;
}
.error-box .title {
	font-weight: bold;
	text-align: center;
	font-size: 2.8em;
	line-height: 2em;
}

/* Contact Form styles */

.contact-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem;
  background: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  font-family: sans-serif;
}

.form-group {
  margin-bottom: 1.5rem;
}

label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #333;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  font-family: inherit;
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

input:focus,
textarea:focus {
  border-color: #005eb8;
  outline: none;
}

textarea {
  resize: vertical;
  min-height: 120px;
}

.frm_btn {
  background: #357D7D;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.frm_btn:hover {
  background: #265A5A;
}

/* Honeypot */
.hp-field {
  position: absolute;
  left: -9999px;
  top: -9999px;
  height: 1px;
  width: 1px;
  opacity: 0;
  pointer-events: none;
}

/* End form styles */

@media (max-width: 760px) {
	.mob-logo {
		display: block;
	}
	.full-logo {
		display: none;
	}
	nav ul .burger {
		text-align: right;
	}
	nav img {
		display: block;
		justify-content: space-around;
	}
	nav .menu {
		display: none;
		text-align: center;
	}
	nav ul .burger {
		display: block;
	}
	nav ul input[type=checkbox]:checked ~ .menu {
		display: block;
	}
	.item:first-child {
		display: none;
	}
	.item {
		text-align: center;
	}
	.ln-button {
		width: 50%;
		margin: 1.5rem auto;
	}
	.grid-container {
		display: block;
	}
	.grid-container .grid-item:nth-child(n+5):nth-child(-n+8) {
		display: none;
	}
	.grid-container .grid-item {
		margin: 1rem 0;
	}
	.logo-container {
        grid-template-columns: 1fr;
        width: 80%;
        margin: 50px auto;
    }
}