/* Template Styles */
html {
	scroll-behavior: smooth;
}
body { background:#000; color:rgba(255,255,255,.5); 
	font-family: "instrument-sans-variable", sans-serif;
	font-variation-settings: "wdth" 100, "wght" 500;
	font-size:20px; 
	line-height: 1rem;
	overflow-x:hidden;
	scroll-behavior: smooth;
}
h1,h2,h3,h4,h5,h6 { color:#fff; margin:0 0 30px 0; padding:0; font-variation-settings: "wdth" 100, "wght" 500; }

.big-text { font-size:8rem; }
.industries-content p{
	color:#fff;
}
.fancy { 
	font-family: the-seasons, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height:100%;
}
.font-size-big { font-size:12rem; line-height:100%;}
.font-size-1 { font-size:7rem; margin-left:-6px; line-height:100%;}
.font-size-2 { font-size:6rem;  line-height:120%;}
.font-size-3 { font-size:5rem; line-height:120%;}
.font-size-4 { font-size:4rem; line-height:120%;}
.font-size-5 { font-size:3rem; line-height:120%;}
.font-size-6 { font-size:2rem; line-height:120%;}
.font-size-7 { font-size:1.8rem; line-height:120%;}
.font-size-8 { font-size:1.5rem; line-height:150%;}
.font-size-9 { font-size:1.4rem; line-height:120%;}
.font-size-10 { font-size:1.2rem; line-height:120%;}
.font-size-11 { font-size:2.5rem; line-height:120%;}

.page-content p{
	color:#ffffff!important;
	font-family: "instrument-sans-variable", sans-serif;
	font-variation-settings: "wdth" 100, "wght" 450;
	font-size: 20px;

}

.page-content ul li,
.page-content ol li{
	color:#ffffff!important;
	font-family: "instrument-sans-variable", sans-serif;
	font-variation-settings: "wdth" 100, "wght" 450;
	font-size: 20px;
	line-height: 1.2rem;
}

.page-content ul li,
.page-content ol li,
.blog-detail ul li,
.blog-detail ol ul li, 
.blog-detail ol li,
.industries-content ul li{
	position: relative;
	padding-left: 20px; /* Space for the dot */
	list-style: none; /* Remove default bullet/number */
	padding-bottom:15px;
    line-height: 125%;
}

.blog-detail ul { margin-bottom:25px; }

.blog-detail ol li {
	list-style: decimal;
	margin-left:20px;
		padding-left:5px; 
}
.blog-detail ol li::marker{ color:#E22908}
.blog-detail ol li ul { 
margin-top: 20px;
    margin-left: -20px;
    margin-bottom: -25px;} 

.page-content ul li::before,
.page-content ol li::before,
.blog-detail ul li::before,
.industries-content ul li::before{
	content: '•';
	position: absolute;
	left: 0;
	top: -4px;
	color: #E22908;
	font-size: 30px;
	line-height: 1;
}

.blog-detail p,
.blog-detail ul li,
.blog-detail ol li{
	font-size:100%;
	line-height:125%;
	color:#fff;
}


.text-upppercase{
	text-transform:uppercase;
}
.space-8{
	letter-spacing: 8px;
}

.space-12{
	letter-spacing: 12px;
}

.home-spacer.home{
	height:90vh;
}

.home-spacer { width:100vw; height:75vh; }
section.hero-banner { height:100vh; position:absolute; top:0; width:100%;  overflow:hidden;  z-index:2; }
.video, .video video { width:100%; }
.home-content  {position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%); }
.text-light-gray{
	color:#CECECE;
}

p { margin:0 0 30px 0 !important; line-height:125%; }
p.intro { color:#fff;  }
.huge {  display:block;  margin:40px 0 100px 0; }
.container { max-width:1580px;}
ul { list-style: none; padding:0 0 15px 0;}
a { text-decoration:none; color:rgba(255,255,255,.5);  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	transform: translateZ(0); /* triggers GPU rendering */ }
.red, a:hover { color:#E22908 !important; }

.project-nav a  { color:#fff; display:inline-block;   }
/* .badge-pill { color:rgba(255,255,255,.5); border:1px solid rgba(255,255,255,.5); background:none; padding:15px;} */

.badge-pill {
	color: rgba(255, 255, 255, 0.5);
	border: 2px solid rgba(255, 255, 255, 0.5);
	background: linear-gradient(to right, #E22908 0%, #E22908 100%);
	background-size: 0% 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 15px 30px;
	transition: background-size 0.4s ease, color 0.4s ease, border 0.4s ease;
	display: inline-block;
	cursor: pointer;
	border-radius: 999px;
	margin-bottom:8px;
}

/* Hover effect */
.badge-pill:hover {
	background-size: 100% 100%;
	color: rgba(255, 255, 255, 1) !important;
	border: 2px solid #E22908;
}


img.brand { width:145px; }

footer, header { padding:30px 0; position:relative; z-index:10;}
footer ul{margin-bottom:0;}
footer ul a { padding:10px 0; display:inline-block; }
header ul { margin:10px 0 -3px 0; }
header ul li { display:inline-block;}
header ul li a { color:#fff; padding:5px 30px; }
/* a.button { border:1px solid #fff; padding:15px 30px; color:#fff; border-radius:100px;  } */
.animate-slide {
	animation: slideInLeftToRight 2s ease-out forwards;
	opacity: 0;
}

.bg-blackish{
	background-color:#1B1B1B;
	border-radius:16px;
}
section.contact-sec, section.let-connect { z-index:2; position:relative; }

@keyframes slideInLeftToRight {
	0% {
		transform: translateX(-100px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

.button {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 15px 30px;
	color: #fff;
	text-decoration: none;
	border-radius:50px;
	overflow: hidden;
	transition: all 0.5s ease;
	background: transparent;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	background-color: transparent; 
	border: 2px solid #fff;
}


.button::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #E22908;	 
	transition: all 0.5s ease-in-out;
	z-index: 0;
}


.button:hover::before, .button:focus::before {
	left: 0;
}

.button:hover, .button:focus{
	border: 2px solid #E22908;
	/* 	background:#E22908;  */
}

section .button { background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px); }


.button span,
.button .icon {
	position: relative;
	z-index: 1;
	transition: color 0.5s ease, transform 0.5s ease-in-out;
	filter: brightness(0) invert(1);
}

.button:hover span, .button:focus span {
	color: #fff;
}

.button:hover .icon, .button:focus .icon {
	transform: rotate(360deg);
}

a.button img,
.button img{ border:2px solid #fff; width:24px; height:24px; padding:5px; border-radius:24px;  margin-left:5px; margin-top:-3px; vertical-align: middle;  }



main  { padding:100px 0;     overflow-x: clip;}

.tag img { width:24px; height:24px;  }
.tag { color:#fff;   margin-bottom:15px;letter-spacing: .25rem; font-variation-settings: "wdth" 100, "wght" 500; }
.tag h3 { letter-spacing: 0; }
nav.secondary-nav {  color:#ffff; line-height:60px; }
nav.secondary-nav a span, nav.secondary-nav a:hover span , nav.secondary-nav a { color:#fff; }





ul.pagination a, ul:hover li a.active{ display:block; width:16px; height:16px;  background:rgba(255,255,255,.5); border-radius:10px; margin-right:10px;  transition:all ease-in-out 0.5s;}
ul.pagination a:hover, ul.pagination a.active { background:#E22908; width:48px;}
.border-bottom  { border-bottom:1px solid rgba(255,255,255,.25) !important; cursor:pointer;}
hr   { border:0; height:1px; border-bottom:1px solid rgba(255,255,255,.25) !important; }

.icon-rotation { position:relative; }
.icon-rotation .xlnc-icon { top:50%; position:absolute; left:50%; transform:translatex(-50%) translatey(-50%);  border-radius:0 !important; }

.fade-text {
	position: absolute;
	transform: translateY(110%);
}
.rotate {
	animation: rotation 15s infinite linear;
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}

.hero-area{
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
}
/* Services Section */
.border-rows .row div { border-bottom:1px solid rgba(255,255,255,.25); padding:15px 0; }

.industries { position:relative; padding:60px 0; }
.industries .pills-carousel .item { background:rgba(255,255,255,.25); color:#fff; font-size:2rem; border-radius:100px; line-height:100%; padding: 15px 30px; color:#9C9C9C;}
.industries  li { display:inline-block; padding:20px 30px;   margin:15px; }

.industries:before,
.industries:after {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 25vw;
	z-index: 2;
	pointer-events: none;
}

.industries:before {
	right: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.industries:after {
	left: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.hero-area p{
	width:50%;
}

/* Projects */
.client-tag { margin-top:30px; color:#fff;  background:#E22908; padding: 15px 0 0 15px; border-radius:100px; display:inline-block; min-width:375px;     max-width: 520px; width: 100%; }
.client-tag img { float:left; width:80px; margin-right:15px; }


/*  About */
.service-menu li div { z-index:10; }
.service-menu li:hover { color:rgba(255,255,255,1); }

.service-menu li {
	transition: all ease-in-out 0.8s; /* was 0.5s */
	position: relative;
	padding: 30px 0;
	border-bottom: 1px solid rgba(255,255,255,.25);
	font-variation-settings: "wdth" 100, "wght" 500;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: between;
	overflow: hidden;
}

.service-menu li:before {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	/* 	background: #E22908; */
	left: -100%;
	top: 0;
	transition: all ease-in-out 0.5s; /* was 0.25s */
	position: absolute;
	z-index: 3;
	opacity: 0;
}
.service-menu li:hover:before {
	left: 0;
	opacity: 1;
}

.service-menu li .thumb {
	padding: 0;
	max-height: 140px;
	height: 140px;
	max-width: 0;
	width: auto;
	transition: all ease-in-out 0.5s; /* was 0.25s */
	overflow: hidden;
}
.service-menu li:hover .thumb {
	padding: 0 50px;
	max-width: 100%;
	height: 140px;
	transition: all ease-in-out 1.2s; /* was 1s */
}
.service-menu li .thumb img {
	opacity: 0;
	width: auto;
	max-height: 140px;
	transition: all ease-in-out 0.8s; /* was 0.5s */
}
.service-menu li:hover .thumb img {
	width: auto;
	opacity: 1;
}

/* .let-connect .row .icon{
width: 100px;
height: 100px;
border-radius: 100%;
border: 4px solid rgba(255,255,255,1);
overflow: hidden;
transition: all ease-in-out 0.8s;
} */
/* .let-connect .row:hover .icon{
border: 4px solid #E22908;
} */
.let-connect .row .without_hover {
	opacity: 1;
	transition: opacity 0.7s ease-in-out 1s; /* 1s delay before fading out */
}

.let-connect .row:hover .without_hover {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.7s ease-in-out 0s; /* fade out immediately on hover */
}

/* Optional: smooth fade-in when hover ends */
.let-connect .row:not(:hover) .without_hover {
	transition: opacity 0.7s ease-in-out 1s; /* fade back in after 1s delay */
}

.let-connect .row .icon{
	margin-top:-100px;
	right:0;
}

.service-menu li .icon,
.let-connect .row .icon{
	position: absolute;
	width: 0px;
	height: 0px;
	border-radius: 100%;
	border: 4px solid rgba(255,255,255,0);
	right: 75px;
	overflow: hidden;
	transition: all ease-in-out 0.8s; /* was 0.5s */
}
.service-menu li:hover .icon,
.let-connect .row:hover .icon{
	width: 100px;
	height: 100px;
	/*border: 4px solid rgba(255,255,255,1);*/
	background:#E22908; 
	right: 50px;
}

.service-menu li .icon img,
.let-connect .row .icon img{
	width: 100%;
	transition: all ease-in-out 1.4s; /* was 1s */
	transform: translateX(-100%) translateY(100%);
	opacity: 0;
	margin: 0;
}
.service-menu li:hover .icon img,
.let-connect .row:hover .icon img{
	transform: translateX(0%) translateY(0%);
	opacity: 1;
}

.let-connect .row{
	cursor:pointer;
}


.lightfx span{ transition:all ease-in-out 0.5s; color:#444; }
.lightfx span.active { color:#fff;}


.blurfx span,.blurfx span.inactive{ transition:all ease-in-out 0.75s; color:#fff; filter:blur(5px); opacity:0; }
.blurfx span.active { color:#fff; filter:blur(0px); opacity:1;}


.scroll-animate {
	opacity: 0;
	transform: translate(-50px, -50px) rotate(0deg);
	transition: all 0.5s ease-out;

}

.tag:hover  .scroll-animate.animated{
	transform:translate(0, 0)  rotate(360deg);
}

.scroll-animate.animated {
	opacity: 1;
	transform: translate(0, 0);
}

.service-image-box {
	opacity: 0;
	transform: translateX(-100px);
	transition: all 0.5s ease-out;
}

.service-image-box.animate {
	opacity: 1;
	transform: translateX(0);
}



/* image hover */
.project-carousel .item .img-zoom-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.project-carousel .item .img-zoom-wrapper img {
	width: 100% !important;
	height: auto;
	display: block;
	object-fit: cover;
	object-position: center;
	transition: transform 0.5s ease-in-out;
}

.project-carousel .item:hover .img-zoom-wrapper img {
	transform: scale(1.05);
}



/* ===================================
Navbar
====================================== */
.round-nav {
	width: 100%;
	display: flex;
	align-items: center;
	margin: auto;
	transition: all 0.5s ease;
	padding: 30px 15px;
}

.header-area {
	position: sticky;
	top: 0;
	z-index: 1000;
	transition: background-color 0.5s ease, box-shadow 0.5s ease;
}

.round-nav  { position:relative;     padding: 30px 0;}

.round-nav:before {
	transition:all ease-in-out .75s;
	opacity:0; 
	background: rgba(0, 0, 0, 0.15);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 10px;
	overflow: hidden;
	content: '';
	width: 100%;
	height: 98px;
	position: absolute;
	left: 0;
	top: 7px;
}
.round-nav.show-blur:before {  opacity:1; }

.round-nav.show-blur * { z-index:2; position: relative; }

.header-area.scrolled .round-nav{
	padding:30px 15px;
}

.navbar #megaone .navbar-nav{
	margin-left:20rem;
}

.navbar-top-default{

	overflow: hidden;
	height: 100px;
	width: 100%;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.navbar-simple .navbar-nav .nav-link {
	color: #fff;
	padding:5px 30px;
}

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus{
	color:#E22908;
}

.navbar .navbar-nav .nav-link.active{
	color:#4833cf;
}



.line:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: 1px solid rgba(255, 255, 255, 0);
	bottom: -6px;
	content: " ";
	display: block;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	width: 0;
}

.line:hover:after, .line.active:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-color: #E22908;
	-webkit-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
	width: 100%;
}

.sidemenu_btn:before {
	display: inline-block;
	float: right;
}

.navigation-toggle{
	position: relative;
}

.sidemenu_btn span {
	width: 30px;
	height: 1px;
	display: block;
	position: absolute;
	right: 0px;
	top: 12px;
	left: 0;
}

.sidemenu_btn span:last-child {
	width: 22px;
	top: 18px;
	margin-left: 8px;
}
.sidemenu .overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(255, 255, 255, 0.1);
	width: 100%;
	height: 100vh;
}
.sidemenu .social-links,
.sidemenu .wrapper {
	position: relative;
	z-index: 1111;
}
.sidemenu {
	display: none;
	width: 450px;
	position: absolute;
	right: 50px;
	background: rgba(255, 255, 255, 0.15); 
	backdrop-filter: blur(10px);  
	-webkit-backdrop-filter: blur(10px); 
	border-radius: 10px;
	overflow: hidden;
}
.sidemenu.show {
	display: block;
}
.sidemenu img {
	cursor: pointer;
}

.sidemenu .wrapper a {
	color: #fff;
	display: block;
	margin-bottom: 30px;
}
.sidemenu .social-links a:hover,
.sidemenu .wrapper a:hover {
	color: #00b4d1;
}
.sidemenu .social-links {
	background: #fff;
}
.sidemenu .social-links a {
	color: #232121;
	margin-right: 15px;
	display: inline-block;
}
.sidemenu_btn span{
	background: #fff;
}

.owl-carousel .owl-stage { display:flex; align-items:center; }

.industries .item img{
	width: 250px !important;
	margin: 0 auto;
	height: auto;
	object-fit: fill;
	object-position: center;
}

.carousel-gradient {
	position: absolute;
	top: 0;
	width: 25vw;
	height: 100%;
	z-index: 2;
	pointer-events: none;
}

.left-gradient {
	left: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.right-gradient {
	right: 0;
	background: linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.see-reviews { z-index:10; position:relative; }
.testimonial-carousel .owl-dots {
	text-align:left;
	margin-top: 30px;
	position: absolute;
	right: 0%;
	left: 0;
	bottom: -52px;
	padding-left:calc(50% + 7px); 
}

.testimonial-carousel .owl-dots .owl-dot span {
	display: block;
	width: 16px;
	height: 16px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	margin-right: 10px;
	transition: all ease-in-out 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot:hover span,
.testimonial-carousel .owl-dots .owl-dot.active span {
	background: #E22908;
	width: 48px;
}

.stats .fx { position:relative; overflow:hidden; }

.stats .image-container {
	opacity: 0;
	transition: all 0.5s ease-in-out;
	width: 90%;
	height: 100%;
	border-radius: 0;
	overflow: hidden;
	display: block;
	position: absolute;
	border-radius: 200px;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	background-color: transparent; 
}
.stats .row:hover .image-container {    opacity: 1; } 

.stats .image-container:after  { content:''; width:calc(100% - 4px); height:calc(100% - 4px);  top:2px; left:2px; background: rgba(0, 0, 0, 1);  position:absolute; z-index:10; border-radius:200px; 	 }
.stats .image-container:before { content:''; width:150%;; height:100%; top:0%; left:-100%; background: rgba(255, 255, 255, 0.25); background: linear-gradient(90deg,rgba(255, 255, 255, 0.25) 80%, rgba(255, 255, 255, 0) 100%);  position:absolute;    transition: all 1s ease-in-out; }

.stats .row:hover .image-container:before { top:0%; left:0%; }

.stats .image-container img { position:absolute; top:100%; right:10%; width:75%; z-index:20; transition: all 0.5s ease-in-out; }


.stats .row:hover .image-container  img {  
	top:20%; 
	display: inline-block;
	animation: spin 20s ease-in infinite;

}
@keyframes spin {
	from {
		transform: rotate(0deg) ease-in;
	}
	to {
		transform: rotate(360deg);
	}
}

.hover-trigger .font-size-1{ transition: all 0.5s ease-in-out; }


.stats .row{
	cursor:pointer;
}
.stats .row:hover .hover-trigger .font-size-1 {
	color: #E22908; 
}

.industries-state .hover-trigger:hover .font-size-1 {
	color: #E22908;
	cursor:pointer;
}

.industries-state .hover-trigger{
	cursor:pointer;
}

.industries-state .hover-trigger {
  position: relative;
  padding-right: 20px;
}

.industries-state .col-md-4:not(:last-child) .hover-trigger::before {
  content: '';
  position: absolute;
  top: 50%;
	right: 10%;
	transform: translateY(-50%);
	height: 85%;
  border-right: 1px solid white;
}

.industries-state .col-md-4:nth-of-type(2){
	    padding-left: 3rem;
}

.carousel-content .project-text {
	transition: all 0.5s ease;
}

.word {
	opacity: 0;
	filter: blur(5px);
	display: inline-block;
	transition: opacity 0.4s ease, filter 0.4s ease;
}
.word.show {
	opacity: 1;
	filter: blur(0);
}

.mobile-only{
	display:none;
}
.desktop-only{
	display:block;
}


.team-member.shifted {
	transform: translateX(106%);
}

.container-fluid.team-wrapper,
.row.team-section {
	width: 100vw;
	max-width: 100%;
	padding: 0 !important;
	margin: 0 !important;
	display: block !important;
}

.team-section {
	padding: 20px;
	overflow-x: hidden;
}

.team-container {
	/* 	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(clamp(250px, 25vw, 400px), 1fr));
	gap: 30px;
	padding: 0;
	margin: 0;
	list-style: none; */

	display: grid;
	grid-template-columns: repeat(7, 1fr); /* exactly 6 columns */
	gap: 15px;
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Hide scrollbar */
.team-container::-webkit-scrollbar {
	display: none;
}

.team-member {
	position: relative;
	aspect-ratio: 1 / 2.2;
	width: 100%;
	transition: all 0.4s ease;
	z-index: 1;
}

.team-member.active {
	z-index: 100;
}

.team-member.active .member-image-container {
	width: clamp(300px,  27.8vw, 900px);
	aspect-ratio: 1 / 2.2;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.member-image-container {
	transition: all 0.4s ease;
}

.member-image-container {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	transition: all 0.4s ease;
	background: #000;
}

.team-member img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: inherit;
}

.member-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 1);
	padding: 15px;
	opacity: 0;
	transition: all 0.4s ease;
	width: 55%;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
	border-top-right-radius: 20px;
	min-height: 100px;
	overflow: hidden;
}

.team-member.active .member-info {
	opacity: 1;
}

.info-left .member-title {
	margin-bottom: 0 !important;
}

.info-left .member-name,
.info-left .member-title {
	transform: translateX(-20px);
	opacity: 0;
	transition: transform 0.4s ease, opacity 0.4s ease;
}

.team-member.active .member-info .member-name {
	transition-delay: 0.1s;
	transform: translateX(0);
	opacity: 1;
}

.team-member.active .member-info .member-title {
	transition-delay: 0.25s;
	transform: translateX(0);
	opacity: 1;
}

.team-member .member-info .member-title{
	font-size:18px;
}

.info-arrow {
	width: 35px;
	height: 35px;
	border: 2px solid rgba(130, 130, 130, 1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	transition: all 0.3s ease;
}

.about-wrapper{
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

.swiper-container-wrapper {
	position: relative;
	width: 100%;
}

.swiper-container-wrapper::before,
.swiper-container-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 25vw;
	pointer-events: none;
	z-index: 5;
}

.swiper-container-wrapper::before {
	left: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, transparent 100%);
}

.swiper-container-wrapper::after {
	right: 0;
	background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 1) 100%);
}

.swiper {
	width: 100%;
}

.swiper-container-wrapper img{
	border-radius:25px !important;
}

.swiper-slide {
	width: 10rem;
	display: flex;
	flex-direction: column;
	align-items: self-start;
	position: relative;
}

.swiper-slide img{
	width: 100%;
	height:auto;
	object-position:center;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right{
	background-image: none;
}







@keyframes float-up {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-20px);
	}
}

.top-left-svg .svg-fx {
	position: absolute;
	z-index: 4;
	top: 364px;
	left: 290px;
	animation: float-up 4s ease-in-out infinite;
}

.bottom-right-svg .svg-fx {
	position: absolute;
	bottom: 0;
	right: 340px;
	rotate: 180deg;
	animation: float-up 4s ease-in-out infinite;
}

.bottom-right-svg .border-svg {
	top: -10px;
}


.blurred-svg {
	position: absolute;
	top: 3px;
	left: 0;
	width: 320px;
	height: 315px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	clip-path: url(#clip-shape);
	-webkit-clip-path: url(#clip-shape);
	z-index: 1;
}

.border-svg {
	position: absolute;
	top: -30px;
	left: 0;
	width: 320px;
	height: 350px;
	z-index: 2;
	pointer-events: none;
}

.about-carousel .item img{
	border-radius:0;
}

.st0 {
	mask: url(#mask);
}

.st1 {
	fill: url(#linear-gradient);
}

.st2 {
	fill: #fff;
}

.st3 {
	fill: red;
	fill-opacity: 0;
}
.masked {
	position: relative;
	overflow: hidden;
}

.preview-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 443px;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.4s ease;
	z-index: 1;
	border-radius: 16px;
	pointer-events: none; 
}

.preview-img {
	position: relative;
	z-index: 2;
	transition: opacity 0.4s ease;
	border-radius: 16px;
}

.hide-img {
	opacity: 0;
	visibility: hidden;
}

.show-video {
	opacity: 1;
	z-index: 2;
}
.project-item h5 { transition:all ease-in-out 0.5s; }
.project-item:hover h5 { color:#E22908;}


.project-item {
	transition: all 3s ease;
	opacity: 1;
	transform: scale(1);
	display: block;
}

.project-item.hiding {
	opacity: 0;
	transform: scale(0.95);
}

.project-item.hidden {
	display: none !important;
}


.filter-link { display:inline-block; }
.filter-link.active {
	font-weight: bold;
	color:#E22908;
}

.custom-next img{
	rotate: 180deg!important;
}

.bg-transparent img {
	transition: filter 0.3s ease;
}

.bg-transparent:hover img {
	filter: brightness(0) invert(1);
}

.project-carousel .item{
	cursor:pointer;	
}

.project-carousel .item h5 {
	transition: color 0.3s ease-in-out;
}

.project-carousel .item:hover h5 {
	color: #E22908;
}




.hero-area .fade-in-text {
	opacity: 0;
	transition: opacity 1s ease;
}

.hero-area .slide-up {
	transform: translateY(100px);
	opacity: 0;
	transition: transform 1s ease, opacity 1s ease;
}

.about-wrapper .slide-up .border-btn, .about-wrapper .slide-up:hover .border-btn,
.hero-area .slide-up .border-btn, .hero-area .slide-up:hover .border-btn {
	border: 2px solid #fff !important;
	width: 24px;
	height: 24px;
	border-radius: 24px;
	overflow: hidden;
	text-align: center;
	margin: 0 0 0 10px;
	z-index:3; 
}

.about-wrapper .slide-up .border-btn img,
.hero-area .slide-up .border-btn img {
	border: 0;
	width: 12px;
	padding: 0;
	height: 12px;
	margin: -17px 0 20px 0;
	border-radius: 0;
	transform: rotate(45deg);
	transition:all 0.5s ease-in-out; 
}
.about-wrapper .slide-up:hover .border-btn img, 
.hero-area .slide-up:hover .border-btn img { margin-top:3px; }

.detail-border{
	border-bottom: 1px solid #2E2E2E;
}

.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links li {
	margin: 10px 0;
}

.footer-links a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	transition: color 0.4s ease;
}

.footer-links a::after {
	content: "➜";
	position: absolute;
	right: -20px;
	opacity: 0;
	transition: all 0.3s ease;
	color: #E22908;
}


.footer-links a:hover::after {
	right: -25px;
	opacity: 1;
}

.breadcrumb-sec {
	overflow: hidden;
}

.breadcrumb-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	bottom:0;
	height: 600px;
	background: rgba(0, 0, 0, 0.6);
	z-index: 2;
}

.breadcrumb-sec .container {
	position: relative;
	z-index: 3;
}



.breadcrumb-sec video{
	position: absolute;
	top: 0;
	max-width: 100%;
	width: 100%;
	height: 600px;
	object-fit: cover;
	object-position: center;
}



.contact-form{
	padding:45px!important;
	border:1px solid rgba(255, 255, 255, 0.2);
}

.contact-form .form-control,
.contact-form .form-select{
	background-color:#1B1B1B;
	border:0;
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
	border-radius:0;
	color:#fff;
	box-shadow:none;
	padding: 10px 0px 10px 0px;
}

.contact-form .form-select{
	font-size:1rem;
	appearance: none; 
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 0px 40px 6px 0px;
	background-image: url(/wp-content/uploads/2025/06/Vector-255.png);
	background-repeat: no-repeat;
	background-position: right 10px top 5px;
	background-size: 12px;
}



.contact-form .form-control{
	height: calc(1.5em + .75rem + -4px);
}

.contact-form textarea{
	min-height: 80px;
}

.contact-form input:-webkit-autofill {
	background-color: transparent !important;
	transition: background-color 9999s ease-in-out 0s;
	-webkit-text-fill-color: #fff !important;
}



.faq-item {
	background-color: #1e1e1e;
	border-radius: 12px;
	margin-bottom: 1rem;
	overflow: hidden;
	transition: all 0.3s ease;
}
.faq-item img {
    width: 32px !important;
    height: auto !important;
    max-width: 50px;
}
.faq-question {
	cursor: pointer;
	padding: 1rem 1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.faq-answer {
	padding: 1rem 1.5rem 1rem 1.5rem;
	display: none;
	color: #ccc;
}
.faq-answer ul li {
	list-style: disc;
	margin-left: 20px;
}

.faq-answer ol li {
	list-style: decimal;
	margin-left: 25px;
}

.faq-icon {
	transition: transform 0.3s ease;
	font-size: 1.2rem;
}

.faq-toggle.expanded {
	transform: rotate(180deg);
	filter: brightness(0) invert(1);

}

.faq-toggle {
	transform: rotate(0deg);
}

.service-project .project-item p{
	position:relative;
	padding-left: 20px;
}

.service-project .project-item p:before{
	content: '';
	position: absolute;
	padding: 5px;
	border-radius: 50px;
	background-color: #828282;
	left: 0;
	bottom: 6px;
}

.service-header img,
.service-section img{
	border-radius:16px;
}



.portfolio-card {
	max-width: 100%;
	background-color: #1c1c1c;
	border-radius: 16px;
	padding: 30px;
	margin: 20px auto;
}


.portfolio-card .testimonail-img{
	border-radius: 16px;
}

/* .testimonials-section .col-12:nth-child(3) .portfolio-card,
.testimonials-section .col-12:nth-child(5) .portfolio-card,
.testimonials-section .col-12:nth-child(7) .portfolio-card {
background-color: transparent !important;
} */


.testimonials-section .portfolio-card.even {
	background-color: transparent !important;
}

.testimonials-section .portfolio-card { margin:0 auto; }


.stats.landing-page .font-size-1 {
	font-size: 3.5rem;
}

.landing-page .hero-area .big-text {
	font-size: 106px;
}

.landing-page .hero-area {
	position: relative;

}

/* Animation Keyframes */
@keyframes float {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-15px);
	}
}

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

.landing-page .hero-area::after {
	content: "";
	position: absolute;
	bottom: -85px;
	right: -75px;
	background: url('/wp-content/uploads/2025/07/Subtract-2.png') no-repeat center center;
	background-size: contain;
	width: 360px;
	height: 320px;
	z-index: -1;
	animation: float 4s linear infinite;
}


.landing-svg-left .svg-fx {
	position: absolute;
	z-index: 4;
	top: -50px;
	left: 26%;
	animation: float-up 4s ease-in-out infinite;
	z-index: -1;
}


.landing-svg-left .blurred-svg{
	height: 290px;
	top: 0px;
}

.landing-svg-right .svg-fx {
	position: absolute;
	bottom: 0;
	right: 340px;
	rotate: 180deg;
	animation: float-up 4s ease-in-out infinite;
}

.landing-page .absolute-text{
	position:absolute;
}

.landing-page-services-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.landing-page-services-card {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	cursor: pointer;
	max-height: 215px;
	transition: max-height 0.6s ease, border-radius 0.6s ease, border-bottom 0.3s ease;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25)!important;
}

.landing-page-services-card:hover {
	max-height: 600px; 
	border-bottom: 0;
}

.landing-page-services-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: left 0.6s ease-in-out;
}


.landing-page-services-card:hover::before {
	left: 0;
}

.landing-page-services-card-content {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
	flex-wrap: wrap;
	min-height: 100px;
	transition: padding 0.6s ease;
}

.landing-page-services-card:hover .landing-page-services-card-content {
	padding: 30px;
}

.landing-page-services-text-content {
	flex: 1 1 30%;
	padding-right: 20px;
}

.landing-page-services-heading {
	margin: 0;
	z-index: 3;
	position: relative;
	transition: color 0.5s ease;
	padding-bottom: 30px;
}

.landing-page-services-description {
	color: white;
	opacity: 0;
	transform: translateX(-30px);
	transition: all 0.6s ease;
	transition-delay: 0s;
	will-change: transform, opacity;
}

.landing-page-services-card:hover .landing-page-services-description {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 0.4s;
}

.landing-page-services-visual-content {
	flex: 1 1 30%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: left;
	gap: 20px;
	opacity: 0;
	transform: translateX(-30px);
	transition: all 0.6s ease;
	transition-delay: 0s;
	will-change: transform, opacity;
}

.landing-page-services-card:hover .landing-page-services-visual-content {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 0.7s;
}

.landing-page-services-thumb {
	width: auto;
	height: 160px;
	border-radius: 60px;
	overflow: hidden;
	position: relative;
	text-align: left;
}

.landing-page-services-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 60px;
	transition: transform 0.4s ease;
	display: block;
}

.landing-page-services-icon {
	position: absolute;
	width: 0px;
	height: 0px;
	border-radius: 100%;
	border: 4px solid rgba(255, 255, 255, 0);
	right: 75px;
	overflow: hidden;
	transition: all ease-in-out 0.5s;
}

.landing-page-services-card:hover .landing-page-services-heading {
	color: #fff;
}

.landing-page-services-card:hover .landing-page-services-icon {
	width: 100px;
	height: 100px;
	background: #E22908;
	right: -5px;
	top: 0;
}

.landing-page-services-icon img {
	width: 85%;
	transition: all ease-in-out 1.5s;
	transform: translateX(-100%) translateY(100%);
	opacity: 0;
	margin: 0;
	will-change: transform, opacity;
}

.landing-page-services-card:hover .landing-page-services-icon img {
	transform: translateX(10%) translateY(5%);
	opacity: 1;
}

.location-section {
	position: relative;
	background: url('/wp-content/uploads/2025/07/Map.png') no-repeat center center;
	background-size: inherit;
	min-height: 100vh;
	display: flex;
	align-items: center;
}

.location-section-title {
	max-width: 800px;
}

.location-section-img {
	position: absolute;
	border-radius:6px;
}

.location-section .img-1 { top: 0%; left: 16%; width:244px; }
.location-section .img-2 { top: 2%; right: 23%; width:244px; }
.location-section .img-4 { bottom: 8%; right: 38%; width:320px;  }

.location-section-logo {
	position: absolute;
	top: 30%;
	right: 2%;
	text-align: center;
}

.location-section-logo img {
	width: 100px;
}

.location-section-logo p {
	margin-top: 10px;
}

.location-section .icon-rotation{
	width:180px;
	height:180px;
	position: absolute;
	right: 20px;
	top: -100px;
}

.project-carousel .item .img-zoom-wrapper {
	margin-bottom: 30px;
	position:relative;
}


#blogs .project-item .row{
	margin-bottom:80px
} 

#blogs .project-item .row .maskeds {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	margin: 0 0 15px 0;
}

#blogs .project-item .row .maskeds img {
	width: 100%;
	height: 100%; 
	object-fit: cover;
	object-position: center;
	border-radius: 20px;
	transition: transform 0.5s ease-in-out;
	transform-origin: center center; 
	display: block;
}

#blogs .project-item .row .maskeds:hover img {
	transform: scale(1.05);
}


#blogs .project-item .row  h2 {
	transition: color 0.3s ease;
}






#blogs .project-item:hover h2 {
	color: #E22908;
}


.content_post_sec img{
	height: 600px;
	object-fit: cover;
	object-position: top;
	border-radius: 20px;
	width:100%
}

.content_post_sec li{
	list-style:disc;
	padding-bottom:15px;
	line-height:120%;
	color:#fff;
	font-size:28px;
}

.content_post_sec p{
	font-size:28px;
	color:#fff;
}

.content_post_sec h2{
	font-size:48px;
	font-weight:500;
}

.content_post_sec ul,
.content_post_sec ol{
	padding-left: 25px;
}

.content_post_sec strong{
	font-variation-settings: "wdth" 100, "wght" 900;
}


.about-animation-wrapper {
	width: 100%;
}

.about-animation {
	height: calc(100vw*0.5625);
	width: 100%;
	margin:  auto;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	transition: all 0.5s ease;
	z-index: 10;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.about-animation video {
	width: 100%;
	height: 100%;
	pointer-events: none; 
	margin:auto; 
}

#scrollSpace {
	height: 20vh;
}


.main-box {
	height: 100vh;
	border: 2px solid black;
	font-size: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index:1; 
}

.element_item {
	position: absolute;
	z-index: 1;
	border-radius: 10px;
	overflow: hidden;
	transition:all 1.5s ease-out; 
}
.main-top-left-svg, .main-bottom-right-svg, .home-about-animation {
	transition:all 1.5s ease-out; 
}

.main-top-left-svg .svg-fx {
	position: absolute;
	z-index: 4;
	animation: float-up 4s ease-in-out infinite;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

.st0 {
	mask: url(#mask);
}

.st1 {
	fill: url(#linear-gradient);
}

.st2 {
	fill: #fff;
}

.st3 {
	fill: red;
	fill-opacity: 0;
}

.masked {
	position: relative;
	overflow: hidden;
}

.main-blurred-svg {
	position: absolute;
	top: 3px;
	left: 0;
	width: 320px;
	height: 315px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	clip-path: url(#clip-shape);
	-webkit-clip-path: url(#clip-shape);
	z-index: 1;
}

.main-border-svg {
	position: absolute;
	top: -15px;
	left: 0;
	width: 320px;
	height: 325px;
	z-index: 2;
	pointer-events: none;
}

.main-bottom-right-svg .svg-fx {
	position: absolute;

	rotate: 180deg;
	animation: float-up 4s ease-in-out infinite;
}


.main-bottom-right-svg,
.main-top-left-svg {
	position: absolute;
	z-index: 2;
}


.bgbox {
	background: url('/wp-content/uploads/2025/07/box-bg.png') center bottom transparent;
	background-size: 100% 100%;
	width: 100%;
	height: 70%;
	bottom: 0;
	position: absolute;
}

.main-box .main_textbox {
	position: absolute;
	top: 25%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	z-index: 3;
}

.main_tag {
	color: #fff;
	margin-bottom: 15px;
	letter-spacing: .25rem;
	font-size:20px;
	font-variation-settings: "wdth" 100, "wght" 500;
	font-family: "instrument-sans-variable", sans-serif;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.main-box .main_textbox h2 {
	font-variation-settings: "wdth" 100, "wght" 500;
	font-family: "instrument-sans-variable", sans-serif;
	color: #fff;
	font-size: 34px;
	line-height: 58px;
	letter-spacing: 10px;
}

.home .element_item5 {
	display: none;
}
.home-about-animation-wrapper {
	width: 100%;
	height: 580px;
	position: relative;
}
.home-about-animation video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	object-fit: cover;
	opacity: 1;
	pointer-events: none;
}

.home-about-animation {
	height: calc(100vw*0.5625);
	width: 80%;
	margin: auto;
	background-position: center center;
	background-size: 30%;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	transition: all 0.5s ease;
	z-index: 10;
}


.home-about-animation.video-playing {
	background-image: none !important;

}


html, img, video, .invertit {transition:filter 1s ease-in-out;}

html.invert { filter:invert(1);  }
html.invert img, html.invert video, html.invert .noinvert { filter:invert(1) !important; }
html.invert header img, html.invert footer img, html.invert .invertit, html.invert .icon.scroll-animate, html.invert .icon-rotation img  { filter:invert(0);}

.inverttrigger svg {
	width: 100%;
	height: 100%;
}
.inverttrigger {
	cursor:pointer; 
	width: 24px;
	height: 24px;
	border-radius: 24px;
	border: 2px solid white;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index:10000; 
}


.hovme { cursor:none; }
.custom-cursor {
	background:#E22908;
	transition:opacity ease-out 1s;
	width: 133px;
	height: 133px;
	position: fixed;
	pointer-events: none;
	transform: translate(-50%,-50%) rotate(-45deg);
	border-radius:133px;
	overflow:hidden;
	z-index: 9999;
	opacity:0;
}
@keyframes slideArrow {
	0% {
		transform: translateX(-100%);  /* start off left side */
		opacity: 0;
	}
	20% {
		transform: translateX(0);      /* move into center */
		opacity: 1;
	}
	80% {
		transform: translateX(0);      /* stay in center */
		opacity: 1;
	}
	100% {
		transform: translateX(100%);   /* go off to right side */
		opacity: 0;
	}
}

.arrow {
	animation: slideArrow 4s ease-in-out infinite; /* 6s loop → stays 3s in middle */
	transform-origin: center;
}
.parallax-row .col {
	position: relative;
	will-change: transform;
}


.breadcrumb-sec.industries{
	background-image:url(/wp-content/uploads/2025/08/industries-bg.png);
	background-position:bottom center;
}

.industries-area .center-row .tags{
	margin-top:0!important;
	margin-bottom:15px!important;
}

.industries-area .img-zoom-wrapper {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	width: 100%;
	max-width: 100%;
}

.industries-area .img-zoom-wrapper img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	transition: transform 0.5s ease-in-out;
}

.industries-area:hover .img-zoom-wrapper img {
	transform: scale(1.05);
}

.col-num-2 .industries-area .center-row .tags img{
	rotate: 85deg;
}

.col-num-2 { transition:all 0.25s ease-out; }



.industries-sticky-nav {
  display: flex;
  background: #000;
  color: #fff;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow-x: auto;
	 transition: all 0.3s ease-in-out;
}

.industries-sticky-nav li {
  padding: 15px 30px;
  text-align: center;
  border-right: 1px solid #333;
  cursor: pointer;
  font-weight: normal;
  white-space: nowrap;
}

.industries-sticky-nav li:last-child {
  border-right: none;
}

.industries-sticky-nav li a {
  color: #fff;
  text-decoration: none;
}

.industries-sticky-nav li span {
  display: inline-block;
  color: #ff3300;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-right: 5px;
}
.industries-sticky-nav li {
  color: #fff;
}

.industries-sticky-nav li.active {
  color: #ff3300;
}

.industries-sticky-nav-wrapper {
  width: 100%;
  background: #000;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}

.industries-sticky-nav-wrapper{
 transition: all 0.3s ease-in-out;
}
.industries-sticky-nav-wrapper.sticky-bottom {
	background:transparent;
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;

	 transition: all 0.3s ease-in-out;
	    display: flex;
    justify-content: center;
    border-radius: 10px;
}

.industries-sticky-nav li.active a {
  color: #ff3300 !important;
}

/* .industries-content span,
.industries-content h2,
.industries-content h3,
.industries-review .review{
	font-variation-settings: "wdth" 100, "wght" 800!important;
}
 */
.industries-sticky-nav li.active a {
  color: red;
}


.industries-content.location-section .icon-rotations {
    width: 180px;
    height: 180px;
    position: absolute;
    right: 20%;
    bottom: 18%;
}
.icon-rotations .xlnc-icon {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translatex(-50%) translatey(-50%);
    border-radius: 0 !important;
} 

























.industries-mobile-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999;

}

.industries-sticky-nav-mobile {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.industries-sticky-nav-mobile li a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
	font-size:24px
}

.industries-sticky-nav-mobile li.active a {
  color: #E22908;
}

.arrow {
  font-size: 12px;
}

#mobileNavMenu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background:#000;
  z-index: 9999;
  
}

/* Only show the active li initially */
#mobileNavMenu.collapsed li {
  display: none;
}

#mobileNavMenu.collapsed li.active {
  display: block;
	    padding: 10px 0;
}

/* Expanded menu (all items visible) */
#mobileNavMenu.expanded li {
  display: block;
	border-bottom:1px solid #fff;
}


.counter-wrap { position:relative; }
	.counter-wrap:before {
		display:block;
		content:'';
		height:100%;
		width:80%;
		position:absolute;
		top:0;
		left:0;
		z-index:100; 
		background: rgba(0, 0, 0, 10);
		background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 10%,rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 1) 100%);
	}
  .counter {
    display: flex;
    gap: 2px;
    float: left;
    margin-right: 10px;
  }

  .digit-wrapper {
    height: 100px; /* matches digit height */
    overflow: hidden; /* hide overflow */
    width: 70px;
    position: relative;
  }

  .digit {
    height: 100px;

    text-align: center;
  }

.relatedtags { color:#fff; border-bottom:1px solid rgba(255,255,255,.25); border-top:1px solid rgba(255,255,255,.25); padding:30px 0 0 0; margin-top:60px;  }
