/*
Theme Name: Arco
Description:  official store
Design by Studio Kargah
Designer URI: 
Developed by Farzin Mojaver
Developer URI: https://www.linkedin.com/in/farzin-mojaver-a687871a7/
Version: 1.0 
*/
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 100;
    src: url('fonts/Montserrat-ExtraLight.ttf') format('trutype');	 
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 200;
    src: url('fonts/Montserrat-Light.ttf') format('trutype');	 
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Montserrat-Regular.ttf') format('trutype');	 
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/Montserrat-Bold.ttf') format('trutype');	 
}
/***************************************************
				General
***************************************************/
body {
	padding:0;
	margin:0;
	-webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
	font-size:16px;
	-webkit-text-size-adjust: 100%;
	background:#fff;
	direction:ltr;
    scroll-behavior: smooth;
	color: #efefef;
    direction: ltr;
    overflow-x: hidden;
}
* {
    outline: none !important;
}
*::after,
*::before {
	box-sizing: border-box;
}
ul {
	margin:0;
	padding:0;
}
li {
	list-style:none;
    color: #fff;
}
a {
    font-family: 'Montserrat', sans-serif;
    font-size:16px;
    color:#fff;
}
a:link {
	text-decoration: none;
    color:#fff;
}
a:visited {
	text-decoration: none;
    color:#fff;
}
a:focus,
a:hover {
	text-decoration: none;
    color:#fff;
}
a:active {
	text-decoration: none;
    color:#fff;
}
a[href^=tel]{
	color:inherit;
	text-decoration:none;
}
img {
    width: 100%;
    height: auto;
}
input, textare{
    font-family: 'Montserrat', sans-serif;
    font-size:1em;
}
textarea:focus, input:focus{
	outline: 0;
    font-family: 'Montserrat', sans-serif;
}
::-webkit-input-placeholder {
	color: #fff;
    font-family: 'Montserrat', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
	color: #fff;
    font-family: 'Montserrat', sans-serif;
}
::-moz-placeholder {/* Firefox 19+ */
	color: #fff;
    font-family: 'Montserrat', sans-serif;
}
:-ms-input-placeholder {
	color: #fff;
    font-family: 'Montserrat', sans-serif;
}
figure {
    margin: 0;
}
img {
	border:0;
	border:none;
    outline: none;
}
figure img {
	width: 100%;
    height: auto;
}
span,
p {
    font-family: 'Montserrat', sans-serif;
    font-size:16px;
    color: #fff;
    direction: ltr;
}
button,
span {
    font-family: 'Montserrat', sans-serif;
    font-size:16px;
}
button {
    cursor: pointer;
}
iframe {
	border:none;
}
.clear{
	clear:both;
}

.loader {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	right:0;
	z-index:999999;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: #fff;
    animation: loading 1s forwards;
    animation-delay: 2s;
}

.loader.animated-logo {
    animation: loading 1s forwards;
    animation-delay: 7s; 
}
@keyframes loading {
  to { transform: translateY(-400%); }
}
.loaded-logo,
.loader-logo {
    width: 160px;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
	position:relative;
}
.loaded-logo img,
.loader-logo img{
    width: 160px;
    height: auto;
	position:absolute;
	top:0;
	left:0;
}
.loaded-logo img.sllogo{ 
	position:relative
	top:inherit;
	left:inherit;
}
.loaded-logo svg,
.loader-logo svg {
    width: 160px;
    height: auto;
	position:relative;
	z-index:6;
}
.loaded-logo img.li1,
.loader-logo img.li1{
	z-index:5;
}
.loaded-logo img.li2,
.loader-logo img.li2{
	z-index:4;
}
.loaded-logo img.li3,
.loader-logo img.li3{
	z-index:3;
}
.loaded-logo img.li1,
.loader-logo img.li1{
	z-index:2;
}
.loader-logo svg .st-text path {
    opacity: 1;
    transform: translateY(100%);
    animation: fadeIn 0.5s forwards;
    fill:#000;
}
.loader-logo img.li1,
.loader-logo img.li2,
.loader-logo img.li3,
.loader-logo img.li4 {
	transform-box: fill-box;
	transform-origin: center;
 	transform: translateY(120%);
 	animation: slideUp 0.5s forwards;
}

.loader-logo svg .st3 {
	transform-box: fill-box;
	transform-origin: center;
 	transform: translateY(300%);
 	animation: slideUp 0.5s forwards;
}
.loader-logo img.li4 { animation-delay: .5s; }
.loader-logo img.li3 { animation-delay: 1s; }
.loader-logo img.li2 { animation-delay: 1.5s; }
.loader-logo img.li1 { animation-delay: 2s; }
.loader-logo svg .st3 { animation-delay: 2.2s; }


@keyframes slideUp {
  to { transform: translateY(0%); }
}
.loader-logo svg .st-text path:nth-child(1)  { animation-delay: 2.1s; }
.loader-logo svg .st-text path:nth-child(2)  { animation-delay: 2.2s; }
.loader-logo svg .st-text path:nth-child(3)  { animation-delay: 2.3s; }
.loader-logo svg .st-text path:nth-child(4)  { animation-delay: 2.4s; }
.loader-logo svg .st-text path:nth-child(5)  { animation-delay: 2.5s; }
.loader-logo svg .st-text path:nth-child(6)  { animation-delay: 2.6s; }
.loader-logo svg .st-text path:nth-child(7)  { animation-delay: 2.7s; }
.loader-logo svg .st-text path:nth-child(8)  { animation-delay: 2.8s; }
.loader-logo svg .st-text path:nth-child(9)  { animation-delay: 2.9s; }
.loader-logo svg .st-text path:nth-child(10) { animation-delay: 3s; }
.loader-logo svg .st-text path:nth-child(11) { animation-delay: 3.1s; }

@keyframes fadeIn {
  to { opacity: 1; transform: translateY(0%);}
}

main { 
    width: 100%;
    min-height: 100vh;
    display: inline-block;
    opacity: 0;
	overflow:hidden;
}
.horizontal-wrapper {
    min-width: 100vw;
    display: flex;
    width: max-content; /* width based on content */
}
/***************************************************
				header
***************************************************/
header {
    width: -moz-calc( 100vw - 20px);
	width: -webkit-calc( 100vw - 20px);
	width: -o-calc( 100vw - 20px);    
    width: calc(100vw - 20px);
    max-width: 820px;
    height: 60px;
    background:#2d9b68;
    position: fixed;
    top:20px;
    left: -25px;
    z-index: 4;
    display: flex;
    align-items: center;
    transform: skewX(-40deg);
    padding-left: 40px;
}
header nav {
    display: flex;
    align-items: center;
    transform: skewX(40deg);
}
header nav li {
    position: relative
}
header nav label,
header nav a {
    display: flex;
    align-items: center;
    height: 60px;
    margin: 0 20px;
    position: relative;
    transition: all .3s ease;
}
header .mob-nav a#logo svg,
header nav li a#logo svg {
    width: 90px;
}
header nav label:focus,
header nav label:hover,
header nav a:focus,
header nav a:hover {
    color:#345f39;
}
header nav label:before,
header nav a:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    background: #345f39;
    position: absolute;
    bottom:0;
    transition: all .3s ease;
}
header nav li a#logo:before {
    display: none;
}
header nav li:focus label:before,
header nav li:hover label:before,
header nav a:focus:before,
header nav a:hover:before {
    height: 5px;
}
header nav li ul {
    width: max-content;
    height: auto;
    position: absolute;
    background:#345f39;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    padding: 10px 20px;
    display: none;
}
header nav li:hover ul {
    display: block;
} 
header nav li ul li a {
    margin: 0;
    height: 40px;
}
header nav li ul li a:focus,
header nav li ul li a:hover {
    color:#2d9b68;
}
header nav li ul li a:before {
    display: none;
}
header .burger,
header .mob-nav {
    display: none;
}
header .mob-nav #burger,
header .mob-nav a#logo {
    transform: skewX(40deg);
}
#burger {    
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: space-around;
    flex-direction: column;
    cursor:pointer;
}
#burger span {
    width: 100%;
    height: 2px;
    background: #fff;
    cursor:pointer;
    transition: all .3s ease;
}
#burger.actv span:nth-child(1) {
    transform: translateY(13px);
}
#burger.actv span:nth-child(3) {
    transform: translateY(-13px);
}
.nav-overlay {
    width: -moz-calc( 100% - 80px);
	width: -webkit-calc( 100% - 80px);
	width: -o-calc( 100% - 80px);
	width: calc( 100% - 80px);
    height: -moz-calc( 100% - 120px);
	height: -webkit-calc( 100% - 120px);
	height: -o-calc( 100% - 120px);
	height: calc( 100% - 120px);
    display: flex;
    background:#efefef;
    position: fixed;
    justify-content: end;
    padding: 100px 60px 20px 20px;
    top: 0;
    right: 0;
    z-index: 998;
    transform: translateX(100%);
    transition: all .3s ease;
}
.nav-overlay.actv {
    transform: translateX(0%);
}
.nav-overlay nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.nav-overlay nav li {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    margin-bottom: 10px;
}
.nav-overlay nav li label,
.nav-overlay nav li a {
    font-size: 20px;
	color:#000;
    font-weight: bold;
}
.nav-overlay nav li ul {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-left: 20px;
}
.nav-overlay nav li ul li {
    list-style: inside !important;
}
.nav-overlay nav li ul li label,
.nav-overlay nav li ul li a {
	font-weight: normal;
}
/***************************************************
				home
***************************************************/
.slider,
.slider-wrap {
    width: 100vw;
    height: 100dvh;
}
.slider li {
    position: relative;
}
.slider li figure {
    width: 100%;
    height: 100dvh;
    overflow: hidden;
}
.slider li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center;
    display: block;
}
.slider li .slider-info {
    position: absolute;
    left:0;
    bottom: 0;
    padding: 30px 20px 40px 30px;
    background: #fff;
}
.slider li .slider-info:before {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    right: 0;
    top:0;
    border-style: solid;
    border-width: 200px 0 0 200px;
    border-color: transparent transparent transparent #FFFFFF;
    transform: rotate(0deg) translateX(100%);
}
.slider li .slider-info h1 {
    margin: 0 0 20px 0;
    color: #000;
}
.slider li .slider-info a {
	display:inline-block;
    font-size: 20px;
    color: #000 !important;
	cursor:pointer;
}
.slider li .slider-info span {
    font-size: 20px;
    color: #000;
}
.slider li a.simore {
    padding: 10px 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    bottom:30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #2d9b68;
    z-index: 3;
}
.slider li a svg {
    width: 25px;
    margin-left: 10px;
    transition: all .3s ease;
}
.slider li a:hover svg {
    transform: translateX(20px);
}
.trusted-wrap {
    min-width: 30vw;
    height: -moz-calc( 100dvh - 200px);
	height: -webkit-calc( 100dvh - 200px);
	height: -o-calc( 100dvh - 200px);
	height: calc( 100dvh - 200px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding: 180px 0 20px 40px;
	background-image:url(https://arcoengineering.com.au/wp-content/uploads/2026/05/dotz.jpg);
	background-position:top left;
    background-repeat: no-repeat;
    background-size: contain;

}
.trusted-text p {
	font-size:40px !important;
}
.trusted-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 80px;
}
.trusted-wrap .trusted-img {
    width: 10vw;
    margin-right: 40px;
}
.trusted-wrap p {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    color: #2d9b68;
}
.service-wrap {
    height: -moz-calc( 100dvh - 200px);
	height: -webkit-calc( 100dvh - 200px);
	height: -o-calc( 100dvh - 200px);   
    height: calc( 100dvh - 200px);
    display: flex;
    position: relative;
    align-items: center;
    padding-right: 60px;
    margin: 140px 0 60px 0;
}
.service-wrap label.stitle {
    color: #2d9b68;
    transform: rotate(-90deg);
    font-size: 5vw;
    text-transform: uppercase;
}
.service-wrap a {
    width: 40vw;
    height: auto;
    margin-left: 40px;
	opacity:1;
}
.sector-wrap.load-thumbs a:nth-child(3),
.sector-wrap.load-thumbs a:nth-child(2),
.service-wrap.load-thumbs a:nth-child(3),
.service-wrap.load-thumbs a:nth-child(2) {
    transform: translate(0px, 0px);
    opacity: 1;
}
.service-wrap a figure {
    position: relative;
    display: flex;
	justify-content:center;
	align-items:center;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 3 / 2;
}
.service-wrap a  img {
    transition: all .3s ease;
    transform-style: preserve-3d;
}
.service-wrap a:hover figure img {
    transform: rotateY(180deg);
}
.service-wrap a figure span {
    width: -moz-calc( 100% - 40px);
	width: -webkit-calc( 100% - 40px);
	width: -o-calc( 100% - 40px);
	width: calc( 100% - 40px);
    height: -moz-calc( 100% - 40px);
	height: -webkit-calc( 100% - 40px);
	height: -o-calc( 100% - 40px);
	height: calc( 100% - 40px);
    position: absolute;
    top:0;
    left:0;
    padding: 20px;
    display: inline-flex;
    align-items: flex-end;
    backface-visibility: hidden;
    color: #fff;
    transform-style: preserve-3d;
    transition: all .3s ease;
    transform: rotateY(180deg);
    background-color: rgb(255,255,255, 0.8); 
    background-image: url(https://arcoengineering.com.au/wp-content/uploads/2026/04/gbg2.png);
    background-position: center bottom;
    background-size: cover;
}
.service-wrap a:hover figure span {
    transform: rotateY(0);
}
.service-wrap a label {
    display: block;
    color:#000;
    font-size: 20px;
    font-weight:bold;
    text-transform: uppercase;
    transition: all .3s ease;
    margin-top: 10px;
}
.service-wrap a:hover label {
    color: #2d9b68;
}
.sector-wrap {
    min-width: 140vw;
}
/***************************************************
				about
***************************************************/
.about-wrap {
    display: flex;
}
.about-img {
    width: -moz-calc( 50vw - 80px);
	width: -webkit-calc( 50vw - 80px);
	width: -o-calc( 50vw - 80px);
	width: calc( 50vw - 80px);
    height: 100dvh;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.about-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-text {
    width: 50vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
}
.about-text h1 {
    font-size: 20px;
    color:#121212;
}
.about-text p {
    color:#121212;
	text-align:left;
}
.why-arco {
}
.why-arco label.stitle {
    font-size: 3.9vw;
	color:#2d9b68;
}
.why-arco ul {
	display:flex;
	flex-direction:column;
}
.why-arco li {
	min-width:max-content;
    font-size: 30px;
    color:#2d9b68;
    color:#121212;
    margin: 5px 0;
    padding: 10px 0;
}
.why-arco li label {
	display:inline-block;
	font-weight:bold;
	font-size:18px;
    transform: translateY(2px);
	float:left;
}
.why-arco li svg {
    width: auto;
    height: 28px;
    margin-right: 10px;
	float:left;
}
.why-arco li p {
	margin: 10px 0 0 40px;
	font-size:18px;
	color:#000 !important;
	float:left;
	clear:both;
}
.why-arco.approach label.stitle {
    color: #2d9b68;
    transform: rotate(-90deg) translateY(7vw);
    font-size: 5vw;
    text-transform: uppercase;
}
.load-thumb a:nth-child(3),
.load-thumb a:nth-child(2){
    transform: translate(0px, 0px) !important;
    opacity: 1 !important;
}
/***************************************************
				Insights
***************************************************/
.insights-wrap {
    min-width: 100vw;
    height: -moz-calc( 100dvh - 200px);
	height: -webkit-calc( 100dvh - 200px);
	height: -o-calc( 100dvh - 200px);   
    height: calc( 100dvh - 200px);
    display: flex;
    position: relative;
    align-items: flex-start;
    padding-right: 10vw;
    margin: 160px 0 40px 0;
}
.insights-wrap label.stitle {
    color: #2d9b68;
    transform: rotate(-90deg);
    font-size: 5vw;
    text-transform: uppercase;
}
.insights-wrap a {
    width: 45vw;
    height: auto;
    margin-left: 40px;
}
.insights-wrap a figure {
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 3 / 2;
}
.insights-wrap a label {
    display: block;
    color:#000;
    font-size: 18px;
    font-weight:bold;
    text-transform: uppercase;
    transition: all .3s ease;
    margin-top: 10px;
}
.insights-wrap a:hover label {
    color: #2d9b68;
}
.insights-wrap a p {
	color:#000;
}
/***************************************************
				contact
***************************************************/
.contact-wrap {
    display: flex;
    justify-content: space-between;
}
.contact-map {
    width: -moz-calc( 50vw - 40px);
	width: -webkit-calc( 50vw - 40px);
	width: -o-calc( 50vw - 40px);
	width: calc( 50vw - 40px);
    height: 100dvh;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.contact-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.contact-formz {
    width: -moz-calc( 50vw - 40px);
	width: -webkit-calc( 50vw - 40px);
	width: -o-calc( 50vw - 40px);
	width: calc( 50vw - 40px);
    height: -moz-calc( 100dvh - 160px);
	height: -webkit-calc( 100dvh - 160px);
	height: -o-calc( 100dvh - 160px);
	height: calc( 100dvh - 160px);
    padding: 120px 40px 40px 40px;
    display: flex;
    justify-content: space-between;
    align-items: start;
	flex-direction:column;
}
.contact-info-wrap {
	display:flex;
	justify-content:space-between;
}
.contact-info-wrap img {
	width:auto;
	height:100px;
}

.contact-info-wrap p {
    color:#006837;
	margin:0 0 10px 0;
	text-align:left;
}
.contact-info-wrap p span {
    color:#2d9b68;
    padding: 3px 6px;
    display: inline-block;
}
.contact-info-wrap label {    
	width: 26px;
    height: 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.contact-info-wrap label svg {
	width:20px;
	height:20px;
}
.contact-info-wrap p a {
    color:#2d9b68;
    padding:  3px 6px;
    display: inline-block;
}
.contact-info-wrap p a.location-href {
	display:flex;
}
.wpforms-field {
    width: -moz-calc( 50% - 10px)!important;
	width: -webkit-calc( 50% - 10px)!important;
	width: -o-calc( 50% - 10px)!important;
	width: calc( 50% - 10px)!important;
    float: left !important;
    clear: none !important;
    margin-right: 10px !important;
}
#wpforms-34-field_5-container,
#wpforms-34-field_6-container {
    margin-right: 0 !important;
    margin-left: 10px !important;
}
.wpforms-field-textarea {
    width: 100% !important;
}
.contact-formz .wpforms-container-full {
    width: 100%;
    margin: 0 !important;
}
.container-full .wpforms-required-label,
.wpforms-field-label {
    color:#006837!important;
    font-weight: normal !important;
}
.wpforms-field-label {
    margin-bottom: 5px !important;
}
.wpforms-container-full input[type=text], 
.wpforms-container-full input[type=email], 
.wpforms-container-full textarea {
    border: 1px solid #006837!important;
    border-radius: 0!important;
}

.wpforms-container-full textarea {
    resize: none !important;
}
.wpforms-34-field_3 {
	height:20vh;
	max-height:300px;
}
#wpforms-submit-34 {
    border: none !important;
    border-radius: 0!important;
    background: #006837 !important;
    color:#fff!important;
    position: relative;
    padding-left: 40px !important;
    float: right;
}
#wpforms-submit-34:before {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    left: 0;
    top:0;
    border-style: solid;
    border-width:  0 41px 41px 0;
    border-color:  transparent #006837 transparent transparent;
    transform: rotate(0deg) translateX(-100%);
}
div.wpforms-container-full .wpforms-confirmation-container-full {
    background: #fff !important;
    border: none !important;
    margin-top: 100px !important;
    text-align: left !important;
    box-sizing: border-box !important;
    padding: 0 !important;
}
/***************************************************
				single
***************************************************/
.single .about-wrap {
	position:relative;
}
.single-slider-info.slider-info {
	height:50px;
	position:fixed;
	background:#2d9b68;
	z-index:4;
	bottom:0;
	left:0;
	display:flex;
	z-index:2;
}
.single-slider-info.slider-info a {
	color:#fff;
	background:transparent;
	bottom:0;
	right:0;
	display:flex;
	align-items:center;
	padding:10px 20px;
} 
.single-slider-info.slider-info a svg {	
	width:40px;
	margin-left:20px;
	transition:all .3s ease;
}
.single-slider-info.slider-info a:hover svg {
	transform:translatex(20px);
}
.single-slider-info.slider-info a svg path{
	fill:#fff;
}
.single-slider-info.slider-info:before {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    right: 0;
    top:0;
    border-style: solid;
    border-width: 60px 0 0 60px;
    border-color: transparent transparent transparent #2d9b68;
    transform: rotate(0deg) translateX(100%);
}
.single .about-text {
	justify-content:end;
	padding:40px 40px 60px 40px;
}
.single-extra {
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	margin-bottom:60px;
	padding-right:10vw;
}
.single-extra-in {
	column-count: 1;
	column-gap: 20px;
}
.single-extra-in.actv {
	column-count: 2;
	column-gap: 20px;
}
.single-li {
	min-width:max-content;
	background:#efefef;
	padding:20px;
	margin-bottom: 20px;
}
.single-extra-in.actv .single-li {
	min-height:132px;
}
.single-li ul {
	margin:20px 0 0 0;
}
.single-li p {
	margin-top:0;
	margin-bottom:0;
	color:#000;
}
.single-li li,
.single-li p li {
	list-style:inside;
	color:#000;
}
.article {
	position:relative;
    display: flex;
}
.article-img {    
	width: -moz-calc( 50vw - 80px);
    width: -webkit-calc(50vw - 80px);
    width: -o-calc( 50vw - 80px);
    width: calc(50vw - 80px);
    height: 100dvh;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
	position:sticky;
	top:0;
}
.article-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-text {
	width:50%;
	padding:100px 40px 40px 40px;
}
.article-text * {
    color: #121212;
}
.article-text h1 {
	font-size:24px;
}
.article-text h6,
.article-text h5,
.article-text h4,
.article-text h3,
.article-text h2 {
	font-size:20px;
}
/***************************************************
				footer
***************************************************/
.footer {
    width: fit-content;
    min-width: 40vw;
    height: 100dvh;
    position: relative;
}
.footer-bg {
    width: auto;
    height: 100dvh;
    position: absolute;
    bottom: 0;
    right: 0;
}
.footer .footer-content {
    position: absolute;
    bottom: 40px;
    right: 40px;
    text-align: right;
}
.footer .footer-content p {
    color:#fff;
	margin:0;
	text-align:right;
}
.footer .footer-content p span {
    color:#006837;
	background:#fff;
    padding: 3px 6px;
    display: inline-block;
	float:left;
}
.footer-content label {    
	width: 26px;
    height: 26px;
    padding-right: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background:#fff;
	float:left;
	clear:left;
}
.footer-content label svg {
	width:20px;
	height:20px;
}
.footer .footer-content p a {
    color:#006837;
	background:#fff;
    padding:  3.5px 6px;
    display: inline-block;
	float:left;
}
#phonei {
    padding: 1px 0 0 0;
    transform: translateY(-.5px);
}
a.location-href {
    padding:  3px 0 !important;
}

@media screen and (max-width: 1024px) {
    .slider li .slider-info h1 { 
        font-size: 3vw;
    }
    .slider li .slider-info span {
        font-size: 1.7vw;
    }
    .service-wrap a {
        width: 45vw;
    }
    .sector-wrap {
        min-width: 225vw;
    }
}
@media screen and (max-width: 960px) {
    header {
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
        width: -o-calc(100% - 90px);
        width: calc(100% - 90px);
        left: -25px;
        padding-right: 28px;
        padding-left: 50px;
        z-index: 999;
		
    }
    header nav {
        display: none;
    }
    header .mob-nav {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .slider li .slider-info {
        width: -moz-calc(100% - 180px);
        width: -webkit-calc(100% - 180px);
        width: -o-calc(100% - 180px);
        width: calc(100% - 180px);
        padding: 20px 20px 20px 20px;
    }
    .slider li .slider-info:before {
        border-width: 140px 0 0 140px;
    }
    .slider li .slider-info h1 { 
        font-size: 18px;
    }
    .slider li .slider-info span {
        font-size: 16px;
    }
    .slider li .slider-info a.simore {      
		width: 285px;
        left: -20px;
        bottom: -18px;
        background: #2d9b68;
        flex-direction: row;
        justify-content: end;
        color: #fff !important;
        position: relative;
    }
    .slider li .slider-info a:before {    
        content: '';
        display: block;
        width: 0px;
        height: 0px;
        position: absolute;
        right: -40px;
        top: 0;
        border-style: solid;
        border-width: 0 40px 40px 0;
        border-color: transparent #2d9b68 transparent transparent;
        transform: rotate(180deg)
    }
    .slider li .slider-info a svg { 
        fill: #fff;
        margin-left: 10px;
        transform: rotate(0);
    }
    .slider li .slider-info a:hover svg {
        transform: rotate(0) translatex(10px);
    }
    .horizontal-wrapper {
        width: 100vw;
        flex-direction: column;
    }
    .trusted-wrap {
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -o-calc(100% - 40px);
        width: calc(100% - 40px);
        height: auto;
        padding: 60px 20px;
        justify-content: start;
    }
	.trusted-text p {
		font-size:30px !important;
		margin-bottom:60px;
	}
    .trusted-info {
        margin-bottom: 0;
    }
    .trusted-wrap .trusted-img {
        width: 105px;
        margin-right: 20px;
    }
    .sector-wrap,
    .service-wrap {
        min-width: inherit;
        display: block;
        width: 100%;
		height:auto;
        padding-right: 0;
        position: relative;
        margin: 40px 0;
    }
    .service-wrap label.stitle {
        left: 0;
        top: 185px;
        display: block;
        font-size: 34px;
        position: sticky;
        transform: rotate(-90deg) translateX(-110px) translateY(-58px);
        width: 175px;
    }
    .sector-wrap label.stitle {
        left: 100%;
        top: 50px;
        display: block;
        font-size: 34px;
        position: sticky;
        transform: rotate(90deg) translateX(110px) translateY(-58px);
        width: 175px;
    }
    .service-wrap a {
        width: -moz-calc(100% - 120px);
        width: -webkit-calc(100% - 120px);
        width: -o-calc(100% - 120px);
        width: calc(100% - 120px);
        display: block;
        margin: 0 auto 20px auto;
        max-width: inherit;
		opacity:1 !important;
    }
    .service-wrap a:nth-child(1),
    .service-wrap a:nth-child(2),
    .service-wrap a:nth-child(3),
    .service-wrap a:nth-child(4),
    .service-wrap a:nth-child(5),
    .service-wrap a:nth-child(6),
    .sector-wrap a:nth-child(1),
    .sector-wrap a:nth-child(2),
    .sector-wrap a:nth-child(3),
    .sector-wrap a:nth-child(4),
    .sector-wrap a:nth-child(5) {
        transform: translateY(0);
    }
	.why-arco.approach label.stitle {
        transform: rotate(-90deg) translateX(-110px) translateY(-79px) !important;
	}
	.insights-wrap {
        width: -moz-calc(100% - 80px);
        width: -webkit-calc(100% - 80px);
        width: -o-calc(100% - 80px);
        width: calc(100% - 80px);
		min-width: unset;
		height: auto;
		flex-direction: column;
    	margin: 160px auto 40px auto;
		padding-right:0;
	}
	.insights-wrap a {
		width: 100%;
        margin: 0 auto  40px auto;
	}
    .about-wrap {
        flex-direction: column;
    }
    .about-img {
        width: 100%;
        height: auto;
    }
    
    .about-text {
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -o-calc(100% - 40px);
        width: calc(100% - 40px);
        height: auto;
        padding: 20px;
    }
    .why-arco ul {
        width: -moz-calc(100% - 70px);
        width: -webkit-calc(100% - 70px);
        width: -o-calc(100% - 70px);
        width: calc(100% - 70px);
        max-width: 300px;
        margin: 0 20px 0 50px;
    }  
    .why-arco label.stitle {
        transform: rotate(-90deg) translateX(-140px) translateY(-79px);
        width: 205px;
    }
    .why-arco li {
        font-size: 24px;
        min-width: inherit;
    }
    .why-arco li svg {
        height: 28px;
    }
	.approach {
		margin-bottom:40px;
	}
	.approach ul {
        max-width: 760px;
	}
	.approach label.stitle {
        font-size: 34px !important;
	}
	.approach li svg {
        width: 32px!important;
        height: auto !important;
    }
	.single .about-text {
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -o-calc(100% - 40px);
        width: calc(100% - 40px);
		padding:40px 20px;
	}
	.single-slider-info.slider-info {
		display:none;
	}
	.single-extra {
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -o-calc(100% - 40px);
        width: calc(100% - 40px);
		padding:0;
		margin:40px auto;
	}
	.article {
		flex-direction:column;
	}
	.article-img {
		width:100%;
		height: auto;
		position:relative;
	}
	.article-text {
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -o-calc(100% - 40px);
        width: calc(100% - 40px);
		padding:40px 20px;
	}
	.contact-formz {
		padding: 40px;
	}
	.contact-info-wrap {
		margin-bottom:40px;
	}
    .footer {
        width: 100%;
        height: auto;
        background: url(https://arcoengineering.com.au/wp-content/uploads/2026/05/footer-bg5.jpg);
        background-repeat: no-repeat;
        background-size: 450px;
        overflow: hidden;
        background-position: left bottom;
    }
    .footer-bg {
        width: 100%;
        display: none;
    }
    .footer .footer-content {                
		position: relative;
        bottom: unset;
        right: unset;
        text-align: right;
        margin-top: 140px;
        margin-left: 20px;
        margin-bottom: 60px;
        padding-bottom: 40px;
    }
	.contact-wrap {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.contact-map {
		width: 100%;
		height: 50dvh;
	}
	.contact-wrap .wpforms-field {
        width: 100% !important;
		margin: 0 !important;
		padding: 0 0 15px 0!important;
	}
	.contact-formz {
		width: -moz-calc( 100% - 80px);
		width: -webkit-calc(100% - 80px);
		width: -o-calc( 100% - 80px);
		width: calc(100% - 80px);
		height: auto;
	}
	#wpforms-34-field_5-container,
	#wpforms-34-field_6-container {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
    .horizontal-wrapper {
        width: 100% !important;
        min-width: 100% !important;
        transform: none !important;
        flex-direction: column !important;
    }

    .service-wrap,
    .sector-wrap {
        width: 100% !important;
        min-width: 100% !important;
        padding-right: 0 !important;
        transform: none !important;
        display: block !important;
        height: auto !important;
    }

    .service-wrap a {
        opacity: 1 !important;
        transform: none !important;
    }
}

@media screen and (max-width: 580px) { 
	header {
        width: -moz-calc(100% - 180px);
        width: -webkit-calc(100% - 180px);
        width: -o-calc(100% - 180px);
        width: calc(100% - 180px);
	}
    .slider {
        overflow: hidden;
    }
	.contact-formz,
    .slider li .slider-info {
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -o-calc(100% - 40px);
        width: calc(100% - 40px);
    }
	.contact-formz {
		padding:40px 20px;
	}
    .slider li .slider-info a {
        bottom: -20px;
    }
    .trusted-wrap {
        padding-top: 100px;
    }
    .service-wrap a label {
        font-size: 18px;
    }
    .service-wrap label.stitle {
        top: 60px;
    }
	.about-img {
        width: 100%;
        height: auto;
        margin-top: 80px;
    }
	.why-arco li {
        flex-direction: column;
    	align-items: start;
	}
	.single-extra-in.actv {
    	column-count: 1;
	}
    .footer {
        background: url(https://arcoengineering.com.au/wp-content/uploads/2026/05/footer-bg5.jpg);
        background-repeat: repeat-x;
        background-size: 154%;
        background-position: left top;
    }
}
@media screen and (max-width: 420px) { 
	.nav-overlay nav li label,
	.nav-overlay nav li a {
    	font-size: 16px;
	}
	.footer .footer-content p span {
    	font-size: 14.5px !important;
	}
	.contact-info-wrap p span {
    	font-size: 16px !important;
	}
}
.mobile-break{
	display:none;
}
.contact-info-wrap p span.mobile-break {
	padding: 0;
}
@media (max-width:768px){
	.mobile-break{
		display:block;
	}
	.contact-info-wrap p span.mobile-break {
		display:block;
		clear:left;
        padding: 0;
	}
}