@font-face {
	font-family: OutfitRegular;
	src: url(../fonts/Outfit/Outfit-Regular.ttf);
}

@font-face {
	font-family: OutfitMedium;
	src: url(../fonts/Outfit/Outfit-Medium.ttf);
}

@font-face {
	font-family: LexendBold;
	src: url(../fonts/Lexend/Lexend-Bold.ttf);
}

@font-face {
	font-family: LexendExtraBold;
	src: url(../fonts/Lexend/Lexend-ExtraBold.ttf);
}

@font-face {
	font-family: LexendBlack;
	src: url(../fonts/Lexend/Lexend-Black.ttf);
}

:root {
	--primary-color: #ffae00;
	--secondary-color: #121212;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	text-decoration: none !important;
	list-style: none;
	outline: none;
	font: normal 18px/24px OutfitRegular, "Sans-serif";

	resize: none !important;
}



body {
	overflow-x: hidden;
}

#mainContainer {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0;
	overflow-x: hidden;
}

/* --------------------------------------------------- */
/* --------------- Bootstrap Reset ------------------- */

a {
	color: #1a1a1a;
}

section {
	scroll-snap-align: start;
	scroll-padding-top: 250px;
	scroll-margin-top: 155px;
}

input,
textarea,
select {
	width: 100%;
	border-color: #ddd !important;
	transition: 300ms ease-in;

	&:focus {
		border-color: red !important;
	}
}

input[type="checkbox"] {
	scale: 1.2;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;

	&:invalid {
		color: gray !important;
	}
}

select::-ms-expand {
	display: none;
}

input[type="date"]:invalid::-webkit-datetime-edit {
	color: gray !important;
}

button {
	&:focus {
		outline: none !important;
		box-shadow: none !important;
	}
}

:is(ul, ol):not(:is(header, footer) :is(ul, ol)) {
	padding: 0 !important;
	margin: 0 !important;

	li {
		margin-bottom: 5px;
	}
}

img,
video,
svg {
	max-width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.btn.btn-primary {
	background: var(--primary-color) !important;
	border-color: transparent !important;
	color: var(--secondary-color) !important;
	position: relative;
	overflow: hidden;
	padding: 12px 20px;
	min-width: 150px !important;
	outline: 1px solid transparent !important;
	outline-offset: -5px;
	transition: outline 300ms ease-in;

	&:hover {
		color: #fff !important;
		background: var(--secondary-color) !important;
		outline: 1px solid #fff !important;
		outline-offset: -7px;
	}

	&:focus {
		color: #fff !important;
		background: var(--secondary-color) !important;
		outline: 1px solid #fff !important;
		outline-offset: -7px;
	}
}

.btn.btn-secondary {
	background: #fff !important;
	border-color: transparent !important;
	color: var(--secondary-color) !important;
	position: relative;
	overflow: hidden;
	padding: 12px 20px;
	min-width: 150px !important;
	outline: 1px solid transparent !important;
	outline-offset: -5px;
	transition: outline 300ms ease-in;

	&:hover {
		color: #fff !important;
		background: var(--secondary-color) !important;
		outline: 1px solid #fff !important;
		outline-offset: -7px;
	}

	&:focus {
		color: #fff !important;
		background: var(--secondary-color) !important;
		outline: 1px solid #fff !important;
		outline-offset: -7px;
	}
}

.accordion-button {
	font: bold 20px/28px MontserratBold, "Sans-serif";

	&::after {
		content: "\f054";
		font-family: "Font Awesome 5 Free" !important;
		transition: content 0.2sease-in-out;
		background: transparent !important;
	}

	&:not(.collapsed) {
		background-color: transparent !important;
		color: #11225a !important;
		font-weight: bold;
		box-shadow: none !important;

		&::after {
			content: "\f078";
			transform: rotate(0deg);
			background: transparent !important;
		}
	}
}

.accordion-item {
	border-color: #0c336a !important;

	&:last-child {
		border: 0 !important;
	}
}

.accordion-button:focus {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.form-check-input {
	&:focus {
		box-shadow: none !important;
		border-color: #003366 !important;
	}

	&:hover {
		border-color: #003366 !important;
	}

	&:checked {
		border-color: #003366 !important;
		background-color: #003366 !important;
	}
}

.form-control:focus {
	color: var(--bs-body-color);
	background-color: var(--bs-body-bg);
	border-color: #86b7fe;
	outline: 0;
	box-shadow: none !important;
}

.pagination {
	li {
		margin: 0;

		&.page-item,
		.page-link {
			outline: none !important;
			box-shadow: none !important;
			color: #0c336a !important;
			overflow: hidden;
			transition: 300ms ease-in;

			&:hover,
			&:focus {
				color: #11225a;
			}
		}
	}
}

/* -------------------------------------------------- */
/* --------------- Base Component ------------------- */
.text-heading {
	font: bold 42px/52px LexendBold, "Sans-serif";
	color: var(--secondary-color);
}

.text-subheading {
	font: normal 28px/28px OutfitRegular, "Sans-serif";
	color: var(--primary-color);
}

#headerArea {
	&.active {
		.contact-bar {
			display: none;
		}
	}

	.navbar-brand.small {
		max-width: 100px;
	}

	.nav-img {
		top: calc(100% + 15px);
		left: 0;
		transform: translateY(-50%);
		transition: 300ms ease-in-out;
		z-index: 2;
		padding: 5px;
		overflow: hidden;

		img {
			border-radius: 50%;
			max-width: 140px;
			min-height: 140px;
		}
	}

	.topbar {
		a {
			font: normal 14px/20px OutfitRegular, "Sans-serif";
		}
	}

	#menu-header-menu {
		li {
			a {
				transition: 300ms ease-in-out;
				position: relative;

				&::after {
					content: "";
					display: block;
					position: absolute;
					top: 216%;
					left: 50%;
					width: 0;
					height: 4px;
					transform: translate(-50%, -50%);
					background-color: var(--primary-color);
					transition: width 300ms ease-in-out;
					z-index: 5;
				}
			}

			&.current-menu-item,
			&:hover {
				a {
					color: var(--primary-color) !important;
					background-color: transparent !important;

					&::after {
						width: 70%;
					}
				}
			}
		}
	}

	.callButton {
		#callIcon {
			background: var(--primary-color);
			width: 40px;
			height: 40px;
		}

		small {
			font: normal 12px/12px OutfitRegular, "Sans-serif";
		}

		span {
			font: normal 18px/24px OutfitMedium, "Sans-serif";
		}
	}
}

#breadcrumbsArea {
	background: var(--secondary-color) url(../images/container-cargo.jpg) no-repeat center center / cover !important;

	&::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		background: linear-gradient(to bottom,
				rgba(0, 0, 0, 0.25),
				rgba(0, 0, 0, 0.85));
	}

	* {
		color: #fff;
	}

	ul {
		li {
			a {
				font: normal 18px/24px OutfitMedium, "Sans-serif";
				transition: 300ms ease-in-out;

				&:hover {
					color: var(--primary-color) !important;
				}
			}

			&:not(:last-child) {
				&::after {
					content: "//";
					margin: 0 10px;
					color: #fff;
				}
			}
		}
	}
}

#offcanvas {
	img {
		max-width: 100px;
	}

	.menu-item {
		margin: 7px 0;
		padding: 10px 15px;
		border-left: 2px solid transparent;
		transition: 300ms ease-in-out;

		&:hover,
		&.current-menu-item {
			border-left: 2px solid var(--primary-color);

			a {
				color: var(--primary-color) !important;
			}
		}
	}

	.callButton {
		#callIcon {
			background: var(--primary-color);
			width: 40px;
			height: 40px;
		}

		small {
			font: normal 12px/12px OutfitRegular, "Sans-serif";
		}

		span {
			font: normal 18px/24px OutfitMedium, "Sans-serif";
		}
	}
}

#loader {
	background: var(--primary-color);
	z-index: 999;
	.spinner {
		border: 8px solid transparent;
		border-top: 8px solid var(--secondary-color);
		border-radius: 50%;
		width: 60px;
		height: 60px;
		animation: spin 1s linear infinite;
	}
}

@keyframes spin {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

#footerArea {
	.wpcf7-response-output {
		display: none !important;
	}
	.contact {
		.box {
			background-color: rgba(255, 255, 255, 0.1);

			small {
				color: var(--primary-color);
			}

			a {
				color: #fff;
				font: 500 20px/24px OutfitMedium, "Sans-serif";
				transition: 300ms ease-in-out;

				&:hover {
					color: var(--primary-color) !important;
				}
			}
		}
	}

	h4 {
		font: 500 24px/28px OutfitMedium, "Sans-serif";
		text-decoration: 2px solid transparent underline !important;
		text-underline-offset: 10px;
		color: var(--primary-color) !important;
	}

	ul {
		a:not(.social a, .gt_white_content a, a.glink) {
			color: #fff;
			transition: 300ms ease-in-out;
			display: flex;
			gap: 10px;
			align-items: center;
			&::before {
				content: '\f48b';
				font-family: "Font Awesome 5 Free";
				font-weight: 900;
				font-size: 16px;
				display: none;
			}
			&:hover {
				color: var(--primary-color) !important;
				&::before {
					display: block;
				}
			}
		}
		a.glink:not(.gt_white_content a.glink) {
			font: normal 18px/24px OutfitRegular, "Sans-serif" !important;
			color: #fff;
			span {
				margin-left: 6px;
				&:not(:last-child) {
					font: normal 18px/24px OutfitRegular, "Sans-serif" !important;
				}
			}
		}
	}

	.social {
		a {
			background-color: rgba(255, 255, 255, 0.3);
			width: 40px;
			height: 40px;
			display: grid;
			place-items: center;
			transition: 300ms ease-in-out;
			color: var(--primary-color);
			border-radius: 6px;

			&:hover {
				scale: 1.1;
				background-color: var(--primary-color);

				i {
					color: #fff !important;
				}
			}
		}
	}

	.textbox {
		background: var(--primary-color);

		h4 {
			font: 500 24px/28px OutfitMedium, "Sans-serif";
			color: var(--secondary-color) !important;
		}
	}

	.newsletter {
		border: 2px solid #fff;

		p {
			display: flex;

			br {
				display: none;
			}
		}

		input {
			width: 100%;
			padding: 10px;
			height: 40px;
			accent-color: #fff;
			color: #fff;
		}

		button {
			background: var(--primary-color);
			color: #fff;
			font: normal 18px/24px OutfitMedium, "Sans-serif";
			min-width: 70px !important;
			height: 40px;
			outline: 1px solid transparent !important;
			outline-offset: -5px;
			transition: outline 300ms ease-in;

			&:hover {
				outline: 1px solid #fff !important;
				background: #1a1a1a !important;
				border-radius: 0 !important;
			}
		}
	}
}

/* ---------------------------------------------- */
/* --------------- Other Page ------------------- */
#bannerArea {
	.item {
		background-image: url("../images/banner.jpg");
		background-color: transparent;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		height: 85vh;
		max-height: 720px;

		.container.position-relative {
			height: 55% !important;
			z-index: 2;
			color: #fff;
		}

		&::after {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(0, 0, 0, 0.5);
			background: linear-gradient(to bottom,
					rgba(0, 0, 0, 0.15),
					rgba(0, 0, 0, 0.55));
		}
	}

	.text {
		width: 100%;
		max-width: 650px;

		h1 {
			font: bold 48px/52px OutfitRegular, "Sans-serif" !important;
		}
		h3 {
			font: bold 36px/40px OutfitRegular, "Sans-serif" !important;
		}

		/* background-color: rgba(255, 255, 255, .5); */
	}
}

#serveArea {
	.card {
		.text {
			position: absolute;
			width: 100%;
			inset: auto 0 0 0;
			z-index: 3;

			strong {
				font: normal 20px/24px OutfitMedium, "Sans-serif";
				display: block;
				color: var(--primary-color);
			}

			p {
				color: #fff;
				opacity: 0;
				height: 0;
				transition: 300ms ease-in-out;
			}
		}

		&::after {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(0, 0, 0, 0.5);
			background: linear-gradient(to bottom,
					rgba(0, 0, 0, 0.25),
					rgba(0, 0, 0, 0.45));
			z-index: 2;
			transition: 300ms ease-in-out;
		}

		&:hover {
			&::after {
				background: rgba(0, 0, 0, 0.5);
				background: linear-gradient(to bottom,
						rgba(0, 0, 0, 0.25),
						rgba(0, 0, 0, 0.85));
			}

			.text {
				p {
					opacity: 1;
					height: auto;
				}
			}
		}
	}
}

#aboutArea {
	.primary-img {
		width: 100%;
		max-height: 620px;
	}

	p {
		margin-bottom: .5rem !important;
	}

	.imgbox {
		background-color: var(--primary-color);

		&::before {
			content: "";
			display: block;
			position: absolute;
			inset: 0 auto 0 0;
			width: 500px;
			height: 100%;
			transform: translateX(-100%);
			background-color: var(--primary-color);
			opacity: 1;
		}

		.float-img {
			content: "";
			inset: 0 auto 0 0;
			width: 100%;
			height: auto;
			min-height: auto !important;
			max-width: 350px;
			object-fit: contain;
			translate: -50%;
			mix-blend-mode: multiply;
			opacity: 0.65;
			z-index: 1;
			animation: sway 2.4s infinite;
			animation-timing-function: ease-in-out;
			transform-origin: top;
			-webkit-animation: sway 2.4s infinite;
		}

		img:not(.float-img) {
			position: relative;
			z-index: 2;
		}
	}

	.text {
		.year {
			background-color: var(--primary-color);

			&::before {
				content: "";
				display: block;
				position: absolute;
				inset: 0 auto 0 0;
				width: 5px;
				height: 100%;
				background-color: var(--secondary-color);
				opacity: 1;
			}
		}

		h2:has(a) a {
			font: bold 32px/36px OutfitRegular, "Sans-serif";
			color: var(--primary-color);
			transition: 300ms ease-in-out;
		}

		small {
			font: normal 14px/20px OutfitRegular, "Sans-serif";
		}
	}
}

@keyframes sway {
	0% {
		transform: rotate(2deg);
	}

	50% {
		transform: rotate(-2deg);
	}

	100% {
		transform: rotate(2deg);
	}
}

#chooseArea {
	.card {
		overflow: hidden;

		&::after {
			content: "";
			position: absolute;
			inset: 50% auto 0 50%;
			transform: translate(-50%, -50%);
			width: 0;
			height: 0;
			border-radius: 50%;
			background: var(--primary-color);
			transition: 200ms ease-in-out;

			* {
				transition: 200ms ease-in-out;
			}
		}

		svg {
			max-width: 150px;

			path {
				transition: 200ms ease-in-out;
				fill: var(--secondary-color);
			}
		}

		&:hover {
			&::after {
				width: 100%;
				height: 100%;
				border-radius: 0;
			}

			svg {
				path {
					fill: #fff;
				}
			}

			* {
				color: #fff !important;
			}
		}
	}
}

#reviewArea {
	.item {
		img {
			max-width: 50px;
			min-height: 50px;
			object-fit: cover;
			border-radius: 50%;
		}

		.text-small {
			font: normal 14px/20px OutfitRegular, "Sans-serif";
		}

		.fa-star {
			color: #999;
			font-size: 18px;

			&.fa-full {
				color: var(--primary-color);
			}
		}

		.caption {
			font: normal 20px/24px OutfitRegular, "Sans-serif";
			color: var(--secondary-color);
		}

		.google {
			inset: 30px 13px auto auto;
			width: 30px;
			height: 30px;
			object-fit: contain;
		}

		.feedback {
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 3;
			overflow: hidden;
		}
	}
}

#blogArea {
	.item {
		strong {
			font: normal 14px/18px OutfitMedium, "Sans-serif";
			color: var(--primary-color);
		}

		h4 a {
			font: bold 24px/30px OutfitRegular, "Sans-serif";
			color: var(--secondary-color);
		}

		img {
			max-width: 100%;
			min-height: 250px;
			height: 250px;
			object-fit: cover;
		}

		a:not(h4 a) {
			font: normal 18px/24px OutfitRegular, "Sans-serif";
			transition: 300ms ease-in-out;

			&:hover {
				color: var(--primary-color);
				translate: 5px 0;
			}
		}
	}
}

#ctaArea {
	background-image: url("../images/banner.jpg");
	background-color: transparent;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 320px;
	height: 45vh;
	max-height: 420px;
	&::after {
		content: '';
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background-color: var(--primary-color);
		opacity: .75;
	}
}

#counterArea {
	background: transparent url(../images/about.png) repeat center center / cover !important;

	.counter-box {
		span:not(.text) {
			font: bold 48px/40px LexendBold, "Sans-serif";
			color: var(--primary-color);
		}
	}

	svg {
		width: 100px;
	}

	.text {
		font: Regular 24px/30px LexendBold, "Sans-serif";
		color: var(--primary-color);
	}

	.serve-card {
		span.position-absolute {
			width: 50px;
			height: 50px;
			inset: 0 0 auto auto;
			transition: 300ms ease-in;

			&:nth-child(1) {
				border-top: 2px solid var(--primary-color);
				border-left: 2px solid var(--primary-color);
				inset: 0 auto auto 0;
			}

			&:nth-child(2) {
				border-bottom: 2px solid var(--primary-color);
				border-right: 2px solid var(--primary-color);
				inset: auto 0 0 auto;
			}
		}

		&:hover {
			span.position-absolute {
				width: 100px;
				height: 100px;
			}
		}
	}
}

#quoteArea {
	img {
		width: 100%;
		height: 650px;
		object-fit: cover;
	}

	input,
	textarea,
	select {
		width: 100%;
		padding: 12px;
		border: 1px solid #999 !important;
		transition: 300ms ease-in;

		&:focus {
			border-color: var(--secondary-color) !important;
		}
	}

	small {
		color: var(--primary-color);
		font: bold 14px OutfitRegular, "Sans-Serif";
		text-transform: uppercase;
	}

	a {
		font: normal 20px OutfitRegular, "Sans-Serif";
	}

	.icoBox {
		place-items: center;
		width: 60px;
		height: 60px;
	}

	iframe {
		width: 100%;
		height: 450px;
	}
}

#productArea {
	.card.product {
		color: var(--secondary-color);
		transition: 300ms ease-in-out;

		img {
			height: 300px;
		}

		&:hover {
			color: var(--primary-color);
			box-shadow: 0 5px 10px 0 rgba(180, 170, 150, 0.35);
		}
	}
}

#newsArea {
	.card {
		border: 1px solid transparent !important;
		transition: 300ms ease-in-out;
		h5 a {
			transition: 300ms ease-in-out;
			color: var(--secondary-color) !important;
			&:hover {
				color: var(--primary-color) !important;
			}
		}
		.blog-card p {
			display: -webkit-box;
			-webkit-line-clamp: 3;
			line-clamp: 3;
			-webkit-box-orient: vertical;
			overflow: hidden;
			text-overflow: ellipsis;
		}
		small {
			font-size: 12px;
		}
		&:hover {
			box-shadow: 0 10px -5px 5px rgba(180, 170, 150, 0.35);
			border: 1px solid #999 !important;
		}
	}
}

/* ---------------------------------------------- */
/* ------------- Wordpress Plugin --------------- */

.wpcf7-form {
	button {
		br {
			display: none;
		}
	}

	p {
		margin-bottom: 10px !important;
	}

	p:has(input, select, textarea, button) {
		margin-bottom: 0 !important;
	}

	textarea {
		margin-bottom: -7px;
	}
}
.gtranslate_wrapper, .menu-item-gtranslate {
	a.glink img {
		min-height: auto !important;
		margin-right: 6px;
	}
	span:not(.gt_white_content  span) {
		color: #fff;
	}
	.gt_white_content  span {
		margin-left: 8px;
	}
	.gt_white_content a:last-child {
		border-bottom: none;
	}
	.gt_white_content {
		width: 100% !important;
		max-width: 320px;
		min-height: 300px;
		max-height: 85vh !important;
		.gt_languages {
			display: block;
			max-height: 300px !important;
		}
	}
}

.wp-post-image {
	width: 100%;
	max-height: 650px;
	object-fit: cover;
}

.navigation {
	width: 100%;
}
.nav-links {
    display: flex;
    justify-content: space-between;
    .nav-previous,
    .nav-next {
        width: 100%;
        a {
            display: flex;
            gap: 15px;
            align-items: center;
			color: var(--secondary-color) !important;
			transition: 300ms ease-in-out;
            &::before, &::after {
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                font-size: 18px;
                display: block;
            }
            &:hover {
				color: var(--primary-color) !important;
			}
            span {
                font-weight: bold;
            }
        }
    }
    .nav-previous {
        a {
            justify-content: start;
            &::before {
                content: "\f177";
            }
        }
    }
    .nav-next {
        a {
            justify-content: end;
            &::after {
                content: "\f178";
            }
        }
    }
}


.entry-meta {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 16px;
	margin: 12px 0;
}