/* CSS Document */

/* Images as Background Images */

.octane-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.octane-background img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.octane-content {
    position: relative;
    height: 100%;
}

.octane-position {
    position: relative;
}

html, body {
    overflow-x: hidden;
}

.site-inner>.wrap {
	max-width: 100%;
}

.block-wrap {
	width: min(1200px, 100% - 2rem);
	margin-inline: auto;
	padding-block: 50px;
}

.block-wrap .wp-block-heading {
	font-weight: bold;
}

/* setup ================================ */

/* texture */

.texture-bg {
	background-image: url('/wp-content/uploads/2025/01/texture-trans-png.webp');
	background-attachment: fixed;
	background-size: 100%;
	background-color: rgba(255, 255, 255, 0.02);
	border-block: 1px solid rgba(151, 192, 230, 0.10);
}

/* padding */
.pad {
    padding-block: 120px;
}

@media(max-width: 1920px) {
    .pad {
        padding-block: 100px;
    }
}

@media(max-width: 1024px) {
    .pad {
        padding-block: 70px;
    }
}

@media(max-width: 768px) {
    .pad {
        padding-block: 40px;
    }
}

/* titles */
.main-title {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
	color: var(--white);
}

@media(max-width: 768px) {
	.main-title {
		font-size: 1.4rem;
	}
}

/* links */

.title-link {
    font-size: 1.1rem;
    transition: .4s;
}

.title-link i {
    transition: .4s;
}

.title-link:hover {
    color: var(--style-main);
}

.title-link:hover i {
    color: var(--style-main);
}

.primary-bg .title-link:hover, .primary-bg .title-link:hover i {
    color: var(--white);
}

.main-link {
    font-size: 1.1rem;
    padding: 5px 20px;
    color: var(--black);
	background: var(--style-main);
    border-radius: var(--radius);
    display: inline-block;
    width: fit-content;
    border: 2px solid var(--style-main);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter:blur(5px);
}

.main-link:hover {
    color: var(--white);
	background: var(--style-tri);
    box-shadow: var(--shadow);
	border-color: var(--white);
}

.main-link[href^="tel:"]::before {
	content: "\e224";
	font-family: "Font Awesome 6 Pro";
	margin-right: 10px;
}

@media(max-width: 768px) {
	.main-link {
		font-size: .9rem;
	}
}

.sub-header {
	display: none;
}

/* sections ================================ */
/* hero */

.hero {
	position: relative;
}

.homepage-hero img {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translatex(-40%);
	animation: blurIn 3s;
	max-width: 900px;
	width: 100%;
}

@keyframes blurIn {
	0% {
		transform: rotate(-10deg) translatex(-40%);
		filter: blur(10px);
		backdrop-filter: blur(10px);
	}

	100% {
		transform: rotate(0deg) translatex(-40%);
		filter: blur(0px);
		backdrop-filter: blur(0px);
	}
}

.hero-titles {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: center;
	padding: 250px 30px;
	max-width: 1000px;
	margin-inline: auto;
	position: relative;
}

.hero-title {
	color: var(--white);
	font-size: 3.6rem;
	text-wrap: balance;
	font-weight: 600;
}

.hero-titles p {
	font-size: 1.1rem;
	font-weight: 400;
}

/* subpage */

.subpage-hero .hero-title {
	line-height: 1.1;
}

.subpage-hero .hero-title::after {
	height: 1px;
	width: 100%;
	max-width: 500px;
	background: var(--style-main);
	display: block;
	content: "";
	margin-block: 10px;
	mask-image: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(255,255,255,.9) 50%);
}

.subpage-hero .hero-image {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(255,255,255,.9) 30%);
	border-block: 1px solid var(--style-main);
	overflow: hidden;
}

.subpage-hero img {
	height: 120%;
	width: 120%;
	left: 0;
	bottom: 0;
	position: absolute;
	object-fit: cover;
}

.hero-text {
	width: 50%;
	padding-block: 75px;
	position: relative;
	z-index: 5;
}

.hero-text .hero-title {
	margin: 0px;
}

.hero-text .rank-math-breadcrumb {
	margin-bottom: 30px;
}

.hero-text .rank-math-breadcrumb p {
	text-align: left;
}

@media(max-width: 1024px) {
	.hero-title {
		font-size: 2.7rem;
	}

	.hero-titles p {
		font-size: 1rem;
	}

	/* subpage */

	.hero-text {
		width: 100%;
		text-align: center;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.subpage-hero .hero-title::after {
		height: 1px;
		width: 100%;
		max-width: 500px;
		background: var(--style-main);
		display: block;
		content: "";
		margin-block: 10px;
		mask-image: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%);
		margin-inline: auto;
	}

	.hero-text p {
		font-size: .9rem;
		line-height: 1.3;
	}

	.hero-text .rank-math-breadcrumb p {
		text-align: center;
	}

	.hero-flex {
		flex-direction: column-reverse;
		display: flex;
	}

	.subpage-hero .hero-image {
		width: 100%;
		mask-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(255,255,255,.9) 50%);
		max-height: 300px;
		border-bottom: 0;
		position: relative;
		aspect-ratio: 16 / 9;
	}
}

@media(max-width: 768px) {
	.hero-titles {
		padding: 150px 30px;
	}
	
	.hero-title {
		font-size: 2rem;
	}

	.hero-titles p {
		font-size: .9rem;
		line-height: 1.3;
	}

	/* subpage */

	.hero-text p {
		font-size: .9rem;
		line-height: 1.3;
	}

}

@media(max-width: 550px) {
	.hero-titles {
		padding: 100px 30px;
	}
	
	.hero-title {
		font-size: 1.7rem;
	}

}


/* services */

.services {
	position: relative;
}

.titles-flex {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    flex-wrap: wrap;
	position: relative;
	padding-bottom: 10px;
}

.has-drag .titles-flex::after {
	content: "";
	height: 15px;
	width: 150px;
	left: var(--after-left, 0);
	background: var(--style-main);
	position: absolute;
	bottom: -7.5px;
}

.titles-flex .main-title {
    margin: 0;
}

.white-bg .titles-flex, .sec-bg .titles-flex {
    border-color: var(--black);
}

.services-text {
	max-width: 1000px;
	margin-inline: auto;
	text-align: center;
	font-size: .9rem;
}

/* service cards */

.services-flex {
    display: flex;
    gap: 25px;
    width: fit-content;
    overflow: visible;
    align-items: flex-start;
	cursor: grab!important;
	margin-top: 40px;
}

.service-card {
    width: 370px;
    background: rgba(255, 255, 255, 0.02);
	border: 1px solid transparent;
    padding: 25px;
    border-radius: var(--radius);
    color: var(--black);
	user-select:none;
	min-height: 317px;
	cursor: pointer;

	display: flex;
	flex-direction: column;

	background-image: url('/wp-content/uploads/2025/01/industrial-texture-trans-png.webp');
	background-size: cover;
	transition: .4s;
}

.service-card:hover {
	background: rgba(255, 255, 255, 0.1);
}

.service-card * {
	color: #fff;
}

.service-icon-circle {
	width:70px;
	height: 70px;
	background: var(--style-tri);
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	border: 1px solid transparent;
	transition: .4s;
} 

.service-icon {
    width: 40px;
	height: 40px;
}

.service-title {
    font-weight: 600;
    font-size: 1.1rem;
}

.service-text {
    font-size: .9rem;
    line-height: 1.3;
    height: 6ch;
	overflow: hidden;
	position: relative;
}

.open-card .service-text {
    height: fit-content;
}

.open-card .service-icon-circle {
	border: 1px solid var(--style-main);
}

.open-card {
    background-color: var(--style-tri);
	border: 1px solid var(--style-main);
}

.open-card:hover {
	background-color: var(--style-tri);
}

.service-card-link {
	margin-top: auto;
	line-height: 1;
	color: var(--style-main);
	display: flex;
	justify-content: space-between;
	padding-block: 5px;
	gap: 10px;
}

.service-card-link:hover {
	color: var(--style-main);
}

.service-card-link i {
	color: var(--style-main);
	transition: .4s;
}

.service-card-link:hover i {
	transform: scale(1.5);
}

@media(max-width: 768px) {
	.service-card {
		width: 270px;
		text-align: left;
	}

	.service-text {
		font-size: .8rem;
	}
}


/* ita */

.ita-flex {
    display: flex;
    gap: 50px;
}

.orange-border {
	border-block: 5px solid var(--style-sec);
}

.orange-border:has(+ .locations) {
	border-bottom: 0px;
}

.light-bg {
	background-color: var(--style-tri);
}

.ita-flex::before, .ita-flex::after {
    content: none;
}

.ita-left .ita-flex {
    flex-direction: row-reverse;
}

.ita-content, .ita-image {
    width: 50%;
    position: relative;
}

.ita-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ita-image img {
    border-radius: var(--radius);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
    min-height: 200px;
    max-height: 500px;
}

.image-contain img {
    object-fit: contain;
    border: 0px;
    background-color: transparent!important;
    box-shadow: none;
    border-radius: 0px;
}

.image-cover img {
    object-fit: cover;
	border: 1px solid rgba(151, 192, 230, 0.50);
}

.ita-image p {
    aspect-ratio: 16 / 9;
    width: 100%;
    display: block;
}

.ita-image video, .ita-image iframe {
    width: 100%!important;
    height: fit-content;
}

.ita-image iframe {
    border: 0px;
    aspect-ratio: 16 / 9;
	width: 100%;
	display: block;
}

.ita p {
    font-size: .9rem;
}

.ita li a {
	color: var(--style-sec);
}

/* four images */

.four-images {
	display: grid;
	grid-template-columns: repeat(2, 1fr); 
	grid-template-rows: repeat(2, 1fr); 
	gap: 20px;
}

/* ita links */

.ita-content ul {
	margin-bottom: 20px;
}

.ita-content li {
	color: var(--white);
	font-size: .9rem;
	margin-bottom: 10px;
}

.ita-content li::before {
	content: "\f2f7";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	color: var(--style-main);
	margin-right: 10px;
	font-size: 1.3rem;
}

.ita-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}


@media(max-width: 1024px) {
    .mobile-down .ita-flex {
        flex-direction: column;
    }

    .mobile-up .ita-flex {
        flex-direction: column-reverse;
    }

    .ita-flex {
        gap: 20px;
    }

    .ita-content, .ita-image {
        width: 100%;
    }

    .ita-image img {
        width: auto;
    }

	.ita .main-subtitle::after {
		margin-inline: auto;
	}

	.ita .main-title {
		text-align: center;
	}
}

@media(max-width: 768px) {
	.line-after-title .main-title::after {
		margin-inline: auto;
	}
	
    .ita p, .ita li {
        font-size: .9rem;
        line-height: 1.3;
    }

    .ita li {
        text-align: left;
    }
	
	.ita ul {
		columns: 1;
	}

	.ita-links {
		justify-content: center;
	}
}



/* work */

.work-cards {
	display: flex;
	gap: 25px;
	flex-wrap: wrap;
	justify-content: center;
}

.work-card {
	border-radius: var(--radius);
	background-color: var(--style-main);
	color: var(--black);
	box-shadow: var(--shadow);
	width: 20%;
	flex-grow: 1;
	padding: 15px;
	background-image: url('/wp-content/uploads/2025/01/industrial-texture-trans-png.webp');
	background-size: cover;
}

.work-card * {
	color: black;
}

.work-card img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: var(--radius);
	margin-bottom: 10px;
}

@media(max-width: 1024px) {
	.work-card {
		width: 40%;
		max-width: 300px;
	}
}

@media(max-width: 768px) {
	.work-card {
		padding: 10px;
	}
	
	.work-card .service-title, .work-card .service-card-link {
		font-size: .9rem;
	}
}



/* cta */
.cta {
	position: relative;
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
}

.cta::before {
	height: 1px;
	width: 100%;
	background: var(--style-main);
	display: block;
	content: "";
	mask-image: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%);
	margin-inline: auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translatex(-50%);
}

.cta::after {
	height: 1px;
	width: 100%;
	background: var(--style-main);
	display: block;
	content: "";
	mask-image: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%);
	margin-inline: auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translatex(-50%);
}

.center-title {
	font-weight: bold;
	text-align: center;
	font-size: 1.8rem
}

.cta-flex {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

@media(max-width: 2000px) {
	.cta img {
		width: 800px;
		transform: translate(30%, -40%);
	}
}



/* alt ita */

.alt-ita-container {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.alt-flex {
	display: flex;
}

.alt-flex>* {
	width: 50%;
}

.alt-flex:nth-of-type(even) {
	flex-direction: row-reverse;
}

.alt-image {
	position: relative;
}

.alt-image img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.alt-text {
	padding: 30px;
}

@media(max-width: 768px) {
	.alt-ita-container {
		gap: 0;
	}
	
	.alt-flex {
		flex-direction: column!important;
	}

	.alt-image {
		aspect-ratio: 16 / 9;
	}

	.alt-flex>* {
		width: 100%;
	}

	.alt-text {
		padding: 20px;
	}

	.alt-text p {
		font-size: .9rem;
		line-height: 1.3;
	}
}



/* locations / service areas */

.loc-flex {
	display: flex;
	border-radius: 25px;
	overflow: hidden;
}

.loc-flex .main-title, .loc-flex p {
	color: var(--white);
}

.loc-flex p {
	font-size: .9rem;
	line-height: 1.3;
}

.loc-left {
	background: var(--style-quin);
	padding: 30px;
	color: var(--white);
	width: 60%;
}

.loc-right {
	width: 40%;
	border-radius: var(--radius);
	overflow: hidden;
	1px solid rgba(151, 192, 230, 0.50)
}

.loc-right p {
	margin: 0px;
	height: 100%;
}

.loc-right iframe {
	width: 100%;
	height: 100%;
	min-height: 350px;
	border: 0;
}

.loc-right *:not(input) {
	color: var(--white);
}

.loc-left p, .loc-left li span {
	color: white!important;
	font-size: .9rem;
}

.city-list {
	columns: 3;
	column-width: 200px;
}

.city-list li {
	margin-bottom: 10px;
}

.city-list li::before {
	content: "\f3c5";
	font-family: "Font Awesome 6 Pro";
	color: var(--style-main);
	margin-right: 5px;
}

/* loc right */

.loc-right input:not([type=submit]), .loc-right textarea {
	border-radius: var(--radius);
}

.loc-right textarea {
	height: 90px!important;
}

.loc-right .gform_fields {
	grid-row-gap: 0px!important;
}

@media(max-width: 1024px) {
	.loc-flex {
		flex-direction: column;
	}

	.loc-left, .loc-right {
		width: 100%;
	}

	.loc-right {
		aspect-ratio: 16 / 9;
	}

}

@media(max-width: 768px) {
	.city-list {
		text-align: left;
		height: 200px;
		overflow-y: auto;
		columns: initial;
	}
}


/* faq */

.faq p {
	text-align: center;
	max-width: 620px;
	margin-inline: auto;
	font-size: .9rem;
	text-wrap: pretty;
}




/* blog */

.blog-posts {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 25px;
}

.blog-post {
	width: 20%;
	flex-grow: 1;
	max-width: 400px;
	background: rgba(255, 255, 255, 0.02);
	border-radius: var(--radius);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.blog-post img {
	aspect-ratio: 5 /3;
	object-fit: cover;
	border-radius: var(--radius) var(--radius) 0 0;
}

.blog-text-flex {
	padding: 20px;
}

.blog-post-title {
	font-size: 1.1rem;
	font-weight: bold;
	color: var(--white);
}

.blog-excerpt {
	font-size: .9rem;
	line-height: 1.3;
	color: var(--white);
}

.blog-link {
	color: var(--style-main);
	font-weight: 600;
}

.blog-link:hover {
	color: var(--style-main);
	text-decoration: underline;
}


@media(max-width: 1024px) {
	.blog-post {
		width: 40%;
	}
}

@media(max-width: 768px) {
	.blog-post {
		width: 100%;
	}
}



/* helper stuff */

.helper {
	font-size: .9rem;
	display: flex;
	align-items: center;
	gap: 30px;
}

.helper i {
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	animation: drag 1.5s infinite alternate;
	color: #fff;
}

.anim-box {
	display: inline-block;
	width:  50px;
	height: 50px;
	position: relative;
}

.helper i {
	transform: translate(-50%, -50%);
}

.helper i::after {
	content: "";
	position: absolute;
	display: block;
	height: 30px;
	width: 30px;
	border-radius: 100%;
	border: 3px solid #fff;
	left: 10%;
	top: 10%;
	transform: translate(-50%, -50%);
	z-index: -1;
	animation: click 1.5s infinite alternate;
	opacity: 0;
}

@keyframes click {
	0% {
		transform: translate(-50%, -50%) scale(0);
		opacity: 1;
	}

	20% {
		transform: translate(-50%, -50%) scale(1);
	}

	30% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
	}
}

@keyframes drag {
	0% {
		left: 50%;
		transform: translate(-50%, -50%) scale(1.1);
	}
	
	20% {
		transform: translate(-50%, -50%) scale(1);
	}

	100% {
		left: -30%;
		transform: translate(-50%, -50%) scale(1);
	}
}




/* clients */

.clients-flex {
	display: flex;
	gap: 30px;
	justify-content: space-between;
	margin-top: 40px;
}

.clients-flex img {
	width: 10%;
	flex-grow: 1;
	object-fit: contain;
	max-height: 70px;
}

@media(max-width: 768px) {
	.clients-flex {
		flex-wrap: wrap;
	}

	.clients-flex img {
		width: 40%;
	}
}



/* difference */

.difference p {
	text-align: center;
	max-width: 700px;
	margin-inline: auto;
	font-size: .9rem;
	line-height: 1.3;
}

.dif-items {
	display: flex;
	gap: 50px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.dif-item {
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;
	width: 20%;
	flex-grow: 1;
}

.dif-item svg {
	width: 135px;
	height: 135px;
	object-fit: contain;
}

.dif-item-title {
	font-size: 1.3rem;
	text-align: center;
	margin: 0px;
}

@media(max-width: 1250px) {
	.dif-item {
		width: 40%;
	}

	.dif-item svg {
		width: 75px;
		height: 75px;
		object-fit: contain;
	}
	
}

@media(max-width: 768px) {
	.dif-items {
		gap: 20px;
	}
	
	.dif-item {
		width: 100%;
	}
}


/* text area */

.sm-pad {
	padding-block: 50px;
}

.text-area .wp-block-heading {
	font-weight: bold;
}

.sm-pad:has(+ .sm-pad) {
	padding-bottom: 0px;
}

.text-area ul {
	padding-left: 30px;
	margin-bottom: 30px;
}

.text-area li {
	list-style-type: disc;
}

@media(max-width: 768px) {
	.text-area p {
		font-size: .9rem;
		line-height: 1.3;
	}

	.text-area li {
		text-align: left;
	}
}