/* styles.css */

/* Global Styles */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
}

/* Navigation */
.navigation {
	padding-top: 35px;
    display: flex;
	justify-content: center;
/*    border: 2px solid red;*/
    max-height: 140px;
	height: 140px;
    overflow: visible;
}

.web-logo {
	width: 200px;
	margin-right: 10px; /* Adjust the gap as needed */
/*	border: 2px solid red;*/
}

.web-logo img {
    display: flex;
	width: 200px;
	min-width: 100px;
	padding: 0px 10px 10px 10px;
}

.right-nav {
    width: 100px; /* Adjust the gap as needed */
}

.center-nav {
	width: 50%;
}

.topnav {
	display: flex;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	justify-content: center;
	align-self: flex-start;
/*	border: 2px solid red;*/
    flex-grow: 3;
    overflow: visible;
    background-color: #FFFFFF;
}

.topnav a {
	float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 8px 0px 8px;
    text-decoration: none;
    font-size: 17px;
	background: #FFFFFF;
}

.topnav a:hover {
    background-color: #f3f3f3;
    color: #1e429a;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.topnav a.active {
	text-decoration: underline 2px;
}

.topnav .icon {
    display: none;
}


	.right-nav {
		display: flex;
		flex-direction: column;
/*		border: 2px solid green;*/
		flex-basis: 125px;
	}
	
	.language {
		position: absolute;
		top: 10px;
		right: 10px;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		padding-bottom: 5px;
	}

	.language p {
		color: #1e429a;
		margin: 0;
		font-size: 12px;
		font-weight: 700;
	}

	.language button {
		display: flex;
		background: none;
		border: none;
		padding: 2px;
		cursor: pointer;
		outline: none;
	}

	.language button img {
		display: flex;
		border: 2px solid #ffffff;
		flex-direction: row;
		flex-wrap: nowrap;
		width: 26px;  /* Adjust the width as needed */
		height: auto;
		transition: transform 0.3s ease;  /* Smooth transition for hover effect */
		box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	}

	.language button:hover img {
		transform: scale(1.1);  /* Slightly enlarge the image on hover */
	}

	/* Optionally, you can add some spacing between the buttons */
	.language button + button {
		margin-left: 0px;  /* Adjust the spacing between buttons as needed */
	}

	.getquote {
		display: flex;
		align-self: center;
		padding-top: 10px;
		text-align: center;
	}

	.getquote:hover {
		
		
	}

	.getquote a:hover {
		color: #1e429a;
		text-decoration: none;
		background-color: #aadbd5;
	}

	.getquote a {
		font-size: 12px;
		font-weight: 700;
		background-color: #1e429a;
		color: #FFFFFF;
		flex-wrap: nowrap;
		display: flex;
		align-self: center;
		justify-content: center;
		padding: 5px 10px 5px 10px;
		
	}

/* Hero Section */
.hero {
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 0px 0;
    color: #ffffff;
	min-height: 750px;
}

.services_overlay {
  height: 750px;
  min-height: 750px;
  background: rgba(30, 66, 154, 0.5); /* Use rgba for background color with transparency */
}
.hero .container {
	max-width: 1250px;
	width: 80%;
	padding-left: 20px;
	padding-right: 20px;
	height: 700px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.services_header {
	display: flex;
	width: 80%;
	flex-direction: column;
	text-align: left;
}  

.services_header .services_tag {
	display: flex;
	align-self: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}

.service_description {
	display: flex;
	flex-direction: column;
	width: 50%;
	align-items: flex-start;
	text-align: left;
	border-bottom: 3px solid white;
}

.service_description .truck-name h1 {
	font-size: 18pt;
	font-weight: 500;
}

.service_description .truck-name p {
	margin-top: -10px;
	font-size: 14px;
}

.container .truck-description {
	width: 50%;
	display: flex;
	align-items: flex-start;
	text-align: left;
	margin-top: 25px;
}

.advancefeature_container {
	margin-top: 25px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 50%;
}

.advancefeature {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-self: flex-start;
	align-items: center;
	width: 180px;
	margin-right: 15px;
}

.container .advancefeature_container p {
	font-size: 12px;
	display: flex;
	flex-direction: column;
}

.advancefeature_icon {
	width: 70px;
	min-width: 70px;
}

.advancefeature_icon_container {
	display: flex;
	width: 100%;
}

.icon_text {
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
}

.advancefeature .icon_text p1 {
	display: flex;
	justify-content: center;
	align-self: center;
	text-align: left;
	padding: 0px 0px 0px 4px;
	font-size: 12px;
}

.advancefeature_container .advancefeature_icon img {
	width: 100%;
}

.container .truck-description p {
	font-size: 14px;
}

.hero .services_header .services_tag h1 {
	padding: 1px 5px 1px 5px;
	width: 125px;
	display: block;
	background-color: #1e429a;
	font-size: 14pt;
	margin-top: 60px;
}

.hero .services_header h1 {
	margin-top: 0px;
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	font-size: 24pt;
}

.hero .services_header h2 {
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	font-size: 12pt;
	margin-top: 0px;
}

.advantage {
	display: flex;
	align-items: flex-start;
	height: auto;
	min-height: 250px;
}

.advantage .container {
	max-width: 1250px;
	margin-top: 25px;
	display: flex;
	width: 80%;
}

.advantage_container {
	display: flex;
	flex-direction: column;
}

.advantage_container p {
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
}

.advantages_icon_container {
	flex-wrap: wrap;
	display: flex;
	flex-direction: row;
	justify-content: stretch;
	align-items: center;
}

.advantage_icon {
	display: flex;
	flex-direction: row;
	width: 33%;
	align-self: center;
	justify-content: center;
	min-width: 300px;
}

.advantage_icon img {
	width: 80px;
}

.advantage_text {
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	align-self: stretch;
	width: 70%;
	padding: 0px 10px 40px 10px;
}

.advantage_text h1 b {
	font-size: 12px;
	font-weight: bolder;
}

.advantage_text p1 {
	font-size: 12px;
	margin-top: -15px;
	font-weight: normal;
}

/* Footer */
.footer {
	position: absolute;
	background-color: #FFFFFF;
	width: 100%;
    padding: 20px 0;
    text-align: center;
	z-index: 1;
	height: 300px;
}

.left-footer {
	display: flex;
	flex-direction: column;
	flex-basis: 30%;
	text-align: left;
	justify-content: flex-start;
/*	border: 2px solid red;*/
}

.left-footer h2 {
	padding-top: 40px;
	padding-bottom: 7px;
	font-size: 12pt;
}

.left-footer p {
	font-size: 12pt;
	padding-bottom: 10px;
}

.right-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: auto;
	width: 25%;
	min-width: 200px;
/*	border: 2px solid red;*/
}

.right-footer img {
	width: 50px;
	padding: 2px;
	cursor: pointer;
}

.footer_navigation {
	padding-top: 20px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 95%;
/*	border: 2px solid green;*/
	text-align: left;

}
.foot-nav-links li {
	height: 25px;
	display: flex;
	flex-direction: row;
	width: 70%;
	flex-wrap: wrap;
    text-align: left;
	align-items: flex-start;
	padding: 2px;
/*	border: 2px solid blue;*/
}

.foot_contact {
	display: flex;
	flex-direction: row;
}

.foot_contact p2 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 5px;
/*	border: 2px solid red;*/
}

#footerlogo {
    width: 60%;
}

.footer-cta-quote {
	display: flex;
	flex-direction: row;
	justify-content: center;
	background-color: #1e429a;
    color: #ffffff;
    padding: 10px 10px 10px 10px;
    font-weight: 750;
	width: 95%;
	font-size: 10pt;
}

.footer_contact {
	display: flex;
	flex-direction: column;
}

.footer_contact img {
	width: 20px;
}


.footer .container {
	display: flex;
	height: 300px;
/*	border: 2px solid red;*/
	background-color: #FFFFFF;
	color: #FFFFFF;
	z-index: 2;
}
.social {
	width: 95%;
	display: flex;
	flex-direction: row;
	padding-left: 10px;
	padding-top: 20px;
	margin-right: auto;
}

.footer p,
.footer a {
    color: #ffffff;
    text-decoration: none;
}

.footer a:hover {
    font-weight: 800;
}

.webcopyright {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10pt;
}

.webcopyright li {
	display: flex;
	flex-direction: row;
}

@media screen and (max-width: 2000px) {
	.navigation {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.topnav a {
	padding: 14px;
		
	}
	.web-logo {
	flex-basis: 200px;
	margin-right: 0; /* Adjust the gap as needed */
	/*	border: 2px solid red;*/
}
	.right-nav {
	margin-left: 0;
	}
}

@media screen and (max-width: 1030px) {
	.topnav { display: inline-block;}
    .topnav a { display: none;}
    .topnav a.icon {
		color: #D3D3D3;
        float: left;
		margin-right: auto;
        display: block;
    }
	
}

@media screen and (max-width: 1030px) {
	.topnav a {max-width: 150px;}
	.web-logo { margin-right: 0px;}
	.right-nav { align-items: flex-end;}
	.navigation {
		width: 100%;
		margin: 0px 0px 0px 0px;
	}
    .topnav.responsive { position: relative; }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

@media only screen and (max-width: 800px) {
	.hero .container {
		width: 100%;
	}
	
	.services_header {
	display: flex;
	width: 100%;
	flex-direction: column;
	text-align: left;
}  

.services_header .services_tag {
	display: flex;
	align-self: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}
	
.service_description {
	display: flex;
	flex-direction: column;
	width: 86%;
	align-items: flex-start;
	text-align: left;
	border-bottom: 3px solid white;
}
	
	.container .truck-description {
	width: 86%;
}

.advancefeature_container {
	width: 50%;
}
	
	.footer {
		margin-top: 30px;
	}
	
	.advantage {
	}
	
	.advantage .container {
	max-width: 1250px;
	margin-top: 25px;
	display: flex;
	width: 95%;
}
	.advantage_container {
	display: flex;
	flex-direction: column;
	width: 100%;
	}
	
	.advantage_icon {
	flex-direction: row;
	width: 100%;
}
}