/*
 Bridgeway Manpower Services - Base Template Styles
*/

body {
	background: #f8f8f8;
	color: #606060;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, -apple-system, BlinkMacSystemFont;
	font-size: 16px;
	font-weight: 400;
	position: relative;
}

html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	text-align: center;
	vertical-align: middle;
	scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: bold;
}

p {
	letter-spacing: 0.3px;
	line-height: 28px;
}

hr {
	border-color: #e0e0e0;
	margin: 0 auto 20px auto;
	width: 100px;
}

h1 { font-size: 52px; }
h2 { font-size: 40px; }
h3 { font-size: 28px; }
h4 { font-size: 22px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

.title {
	padding-bottom: 40px;
}

.title h2 {
	color: #202020;
	line-height: 20px;
	padding-bottom: 30px;
}

.title p {
	padding-top: 14px;
	padding-bottom: 30px;
}

/* Preloader section */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
	transition: opacity 0.5s ease;
}

.sk-spinner-rotating-plane.sk-spinner {
	width: 40px;
	height: 40px;
	background-color: #f7691f;
	border-radius: 50%;
	animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@keyframes sk-rotatePlane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}
	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}
	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

/* Navigation section */
.navbar-default {
	background: transparent;
	border: none;
	margin: 0 !important;
	transition: all 0.4s ease-in-out;
	min-height: 80px;
	padding: 20px 0;
	z-index: 1000;
}

.navbar-default .navbar-brand {
	font-size: 38px;
	font-weight: 800;
	margin: 0;
	line-height: 38px;
	letter-spacing: 1px;
	color: #ffffff;
	transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-brand .brand-highlight {
	color: #f7691f;
	transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav li a {
	color: #ffffff;
	font-weight: 700;
	padding: 12px 20px;
	line-height: 24px;
	font-size: 15px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	border-radius: 4px;
}

.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	color: #ffffff !important;
	background-color: #f7691f !important;
}

.navbar-default .navbar-toggle {
	border: none;
	padding: 10px;
	margin-top: 15px;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #f7691f;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

/* Footer Section */
footer {
	background: #222222;
	color: #ffffff;
	padding: 60px 0 30px 0;
}

footer h3 {
	color: #ffffff;
	margin-bottom: 20px;
}

footer h4 {
	color: #f7691f;
	margin-top: 15px;
	margin-bottom: 12px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

footer p {
	color: #cccccc;
	line-height: 24px;
	font-size: 14px;
}

footer a {
	color: #f7691f;
	text-decoration: none;
	transition: color 0.3s;
}

footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.social-icon {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
}

.social-icon li {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.social-icon li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #f7691f;
	color: #ffffff !important;
	font-size: 20px;
	text-decoration: none;
	margin-bottom: 8px;
	transition: all 0.3s ease;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.social-icon li a:hover {
	background: #000000 !important;
	transform: translateY(-3px);
	box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}

.social-icon li span {
	color: #ffffff;
	font-size: 12px;
	display: block;
}

.copyright p {
	color: #777777;
	font-size: 13px;
	margin-top: 15px;
}
