:root {
    --primary-color : #DE6021 !important;
    --secondary-color : #1A2A3E !important;
    --orange-color: #DE6021 ;
    --bg-color: #FBEDE6;
}

* {

     font-family: "Montserrat", sans-serif;
   

}
body {
    margin: 0;
    padding: 0;
    color:#2E2B29;
}

a {
    text-decoration: none;
}

p {
    font-size:18px;
}


p:last-child {
    margin-bottom:0;
}
h2,h3,h4,h5,h6 {
    color:#000000;
	font-weight: 600;
}

h2 {
        font-size: 50px;
    font-weight: 600;
    /* font-family: 'Bebas Neue', sans-serif; */
}
h3 {
    font-size: 25px;
    font-weight: 600;
}
.hero-section{
position:relative;
/* height:92vh; */
background:url(hero.jpg) center/cover no-repeat;
display:flex;
align-items:center;
justify-content:center;
/* overflow:hidden; */

}

.hero-section::before{
content:"";
position:absolute;
inset:0;
background:linear-gradient(90deg,rgba(0,0,0,.55),rgba(0,0,0,.2));
}

/* NAVBAR */

.nav-container{
position:fixed;
top:25px;
left:0;
right:0;
z-index:20;
}

.navbar{
background:white;
border-radius:12px;
padding:14px 30px;
box-shadow:0 12px 30px rgba(0,0,0,.12);
}

.nav-link{
margin:0 12px;
font-size:15px;
}

.nav-link.active{
color:var(--primary-color);
font-weight:600;
}

.contact-btn{
padding:8px 22px;
border-radius:30px;
}

/* RED CURVE */



/* HERO TEXT */

.hero-content{
position:relative;
z-index:5;
/* text-align:center;
color:white; */
}

.hero-content h1{
font-size:90px;
font-weight:600;
line-height:1.3;
}

.highlight{
background:rgba(0,0,0,.45);
padding:8px 14px;
display:inline-block;
margin:6px;
}

/* STATS BOX */

.stats-wrapper{

width:100%;
z-index: 3;
}

.stats-box{
background:white;
border-radius:20px;
 box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
padding:35px;
margin: 0 auto;
width: 90%;
    margin-top: -120px;
    position: relative;
    z-index: 2;
}



.stat:last-child{
border-right:none;
}

.stat h4{
color:var(--primary-color);
font-weight:700;
margin-bottom:6px;
}

.stat p{
font-size:14px;
color:#666;
}


	.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
		color:var(--primary-color);
	}
	/* MEGA MENU */

.mega-menu , .menu-item-object-custom{
position:relative;
}
.footer-contact a {
	color:#ffffff99;
}
.footer-contact a:hover {
	color:var(--primary-color);
}

.dropdown-menu, .mega-dropdown{
/* position:absolute;
top:50px;
left:0; */
background:white;
padding:30px;
border-radius:12px;
box-shadow:0 15px 40px rgba(0,0,0,0.15);
display:flex;
;
opacity:0;
visibility:hidden;
transition:0.3s;
border: 1px solid var(--primary-color);
	z-index:9;
}

@media screen and (min-width:992px) {
  .dropdown-menu, .mega-dropdown{
position:absolute;
top:50px;
left:0;
  }
  .mega-menu:hover .mega-dropdown , .menu-item-has-children.menu-item-object-custom:hover .dropdown-menu{
  opacity:1;
  visibility:visible;
  }

  .simple-dropdown .dropdown-menu{
display:block;
opacity:0;
visibility:hidden;
transform:translateY(10px);
transition:0.3s;
	position: absolute;
}

  .simple-dropdown:hover .dropdown-menu{
opacity:1;
visibility:visible;
transform:translateY(0);
}
.mega-menu:hover .sub-menu , .menu-item-has-children.menu-item-object-custom .dropdown-menu{
display:block;
}

.mega-menu:hover > .dropdown-menu{
opacity:1;
visibility:visible;
}
}


.mega-column, .menu-item-has-children.menu-item-object-custom .dropdown-menu li{
min-width:220px;
}

.mega-column h3 , .menu-item-has-children.menu-item-object-custom .dropdown-menu li{
color:var(--primary-color);
font-weight:600;


}

.mega-column ul, .menu-item-has-children.menu-item-object-custom .dropdown-menu {
list-style:none;
padding:0;
}
/* 
.mega-column li , .menu-item-has-children.menu-item-object-custom .dropdown-menu li{
margin-bottom:10px;
} */

.mega-column a , .menu-item-has-children.menu-item-object-custom .dropdown-menu li a{
text-decoration:none;
color:#333;
}
.mega-column a:hover , .menu-item-has-children.menu-item-object-custom .dropdown-menu li a:hover {
	color:var(--primary-color);
}

.mega-column + .mega-column , .menu-item-has-children.menu-item-object-custom .dropdown-menu li + .menu-item-has-children.menu-item-object-custom .dropdown-menu li{
border-left:1px solid #eee;
padding-left:30px;
}


/* SIMPLE DROPDOWN */

.simple-dropdown{
position:relative;
}
.dropdown-menu {
	border-color:var(--primary-color);
	padding:0;
	overflow: hidden;
}
.dropdown-item {
	transition:all 0.3s ease-in-out;
}
.dropdown-item:hover {
	background-color:#c5191e3b;
	color:var(--primary-color);
}
.font-style {
	    font-style: italic;
    font-size: 25px;
    text-transform: capitalize;
}



.header-logo {
    width: 250px;
}

.center-content-section {
	position:relative;
}
.border-rights {
	    border-right: 1px solid #eee;
}
.center-div-content {
	position: relative;
	z-index: 3;
}
.bg-color {
	background-color:var(--bg-color);
}
.bg-overlay {
	    position: absolute;
    top: 0px;
    left: 42%;
    background-size: contain;
    width: 12%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    height: 100%;
    opacity: 0.09;
}
.section-padding {
	padding:100px 0;
}
.highlight-text {
	color:var(--orange-color);
	
}
.nav-link:hover  {
	color:var(--primary-color)
}
.custom-btn {
	display: inline-block;
	padding: 10px 25px;
	border-radius: 40px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem;
	letter-spacing: .15rem;
	transition: all .3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
	&:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color:var(--secondary-color);
		border-radius: 40px;
		z-index: -2;
	}
	&:before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0%;
		height: 100%;
		background-color: #E56F37;
		transition: all .3s;
		border-radius: 40px;
		z-index: -1;
	}
	&:hover {
		color: #fff;
		&:before {
			width: 100%;
		}
	}
}

.hero-content h1{
font-size:64px;
font-weight:600;
line-height:1.3;
/* padding-top:60px; */
}
.stat p {
	font-size:20px;
}
.stat h3 {
	font-size:24px;
	color:var(--primary-color);
	font-weight:600;
}
/* .center-content-section {
	padding-top:180px !important;
} */
.center-div-content p {
	font-size:25px;
	font-weight:500;
}
.product-name {
	padding:10px 15px;
	background-color:var(--primary-color);
	border-radius:12px;
	color:#fff;
}
.product-right-content-outer {
	border-left:1px solid #CEBFB7;
}
.product-card:not(:last-child) {
		border-bottom:1px solid #CEBFB7;
}
.product-card {
	padding: 45px 0;
    padding-left: 45px;
	padding-right:30px;

}
 .position-relative {
	position:relative;
 }
  .position-sticky {
	position:sticky;
	top:150px;
  }
.product-card p {
	color: #666;
}
.product-card a {
    transition:all 0.3s ease-in-out;
	position: relative;
overflow: hidden;
z-index: 3;
}
.product-card {
	
	    transition:all 0.3s ease-in-out;
	position: relative;
overflow: hidden;

}
.product-card::before {
	content:"";
position:absolute;
top:0;
left:-100%;
width:100%;
height:100%;

background: linear-gradient(
270deg,

rgba(197, 25, 30, 0.1) 100%

);

transition:0.5s ease;
z-index:1;
}
.product-card:hover::before{
left:0;
}
.product-card a:hover .product-link {
  background-color: var(--primary-color);
  color:#fff;
}
.product-card a:hover .product-link i {
	  color:#fff;
	  rotate:0deg;
}
.product-link {
	width: 45px;
	height:45px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	  transition:all 0.3s ease-in-out;
	border:1px solid var(--primary-color);
	 background-color: transparent;
}
.product-link i {
	color:var(--primary-color);
	rotate:-30deg;
	   transition:all 0.3s ease-in-out;
}


/* ------------ footer css ------------ */
.site-footer{

padding:100px 0 100px;
position:relative;
overflow:hidden;

}

/* TITLES */

.footer-title{
color:#fff;
font-weight:600;
margin-bottom:18px;
font-size:20px;
}

/* LINKS */

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

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

.footer-links a{
color:#ffffff99;
font-size:15px;
text-decoration:none;
}

.footer-links a:hover{
color:var(--orange-color);
}

/* CONTACT */

.footer-contact{
list-style:none;
padding:0;
margin:0;
font-size:14px;
color:#4a4a4a;
}

.footer-contact li{
margin-bottom:12px;
display:flex;
gap:10px;
font-size:15px;
}

.footer-contact i{
color:#ffffff99;
margin-top:4px;
}

/* SOCIAL */

.footer-social{
margin-top:20px;
}

.footer-social a{
width:36px;
height:36px;
display:inline-flex;
align-items:center;
justify-content:center;
background:var(--orange-color);
color:white;
border-radius:50%;
margin:0 6px;
font-size:14px;
}

.footer-social a:hover{
background:var(--primary-color);
}

/* COPYRIGHT */

.footer-copy{
margin-top:20px;
font-size:15px;
color:#fff;
}

/* WATERMARK */

.footer-watermark{
position:absolute;
bottom:-10px;
left:50%;
transform:translateX(-50%);
opacity:1;
}

.footer-watermark img{
width:800px;

}


.box {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease-in;
  margin: 8px auto;
  padding:20px;
  background-color:var(--bg-color);
  border-radius:20px;
}
.box img {
  max-width: 100%;
  max-height: 100%;
  width: 50px !important;
}


.br-20 {
	border-radius:20px;
}
.career-div {
	background-size:cover;
	background-position:center;
	/* padding:80px 100px; */
	position: relative;
}
/* .career-div:after {
	    content: '';
    position: absolute;
    top: 21%;
    left: -93px;
    width: 100%;
    height: 55%;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://thetop10.in/knaran/wp-content/uploads/2026/03/career-bg.png);

} */
/* .career-div h2 , .career-div h3 , .career-div p{
	color:#fff;
} */
.custom-btn.white-btn:after {
	background-color: transparent;
	border:1px solid #fff
}
.cta-div {
	border: 0.3px solid #484544;
	    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	padding:65px;
}
/* .cta-div h2 {
	font-size:55px;
	
} */
.metal-data {
	border: 0.3px solid #484544	;
	overflow:hidden;
 
}
.metal-data .metal-data-title {
	background-color:var(--primary-color);
}
.metal-data .metal-data-title h3 {
	margin-bottom:0;
	color:#fff;
}
.metal-data-content td , .metal-data-content th{
   font-size:12px;
}
.metal-data-content table {
	border:0.5px solid #dee2e6;
}
 .metal-data-content p {
	font-size:14px;
	margin-bottom:10px;
 }
 header ,    header .navbar{
	transition: all 0.3s ease-in-out;
 }

 header.scroll-header {
	top:0 !important;
 }
  header.scroll-header .navbar  {
	border-top-left-radius:0;
	border-top-right-radius:0;
  }

.inner-banner {
	background-size:cover;
	background-position:center;
	height:480px;
	position:relative;
}
.breadcrumb .breadcrumb-item a {
  color: #fff;
}
.breadcrumb .breadcrumb-item  {
	color:var(--primary-color);
}
.inner-banner .inner-banner-content {
	position:absolute;
	bottom:0;
   padding:25px !important;
   border-top-left-radius:20px;
   border-top-right-radius:20px;
}
.about-image {
	overflow:hidden;
}
.about-image img {
	width: 100%;
}
.breadcrumb-item+.breadcrumb-item::before {
	color:#fff;
}
.inner-banner-content h1 {
	color:#fff;
	font-size:60px;
	margin-bottom:20px;
}


/* --------------- manufacture section ------------------- */
.manufacturing-section{

}

.manufacturing-image{
position:relative;
border-radius:20px;
overflow:hidden;
}

.manufacturing-image img{
border-radius:20px;
}

/* red shape */

.shape-red{
position:absolute;
bottom:-10px;
left:-20px;
width:180px;
height:180px;
background:#c82421;
border-radius:120px 120px 0 120px;
transform:rotate(-40deg);
}

/* TITLE */

.section-title{
font-size:36px;
font-weight:500;
color:#444;
line-height:1.4;
}


/* FEATURE BOX */

.feature-box{
display:flex;
flex-direction:column;
}

.feature-icon{
color:#c82421;
font-size:22px;
margin-bottom:10px;
}

.feature-box h6{
font-weight:600;
color:#222;
margin-bottom:6px;
}

.feature-box p{
font-size:14px;

line-height:1.6;
}















  @media screen and (max-width:1399px) {
	.industry-title {
		font-size:16px;
	}
	.box img {
		width: 50px   !important;
	}
	.nav-link {
		margin:0 6px !important;
	}
  }

  @media screen and (max-width:1299px) {
	.header-logo {
    width: 200px;
}
.nav-link {
		margin:0 0px !important;
	}
	.navbar-brand.logo {
		margin:0 !important;
	}
	.custom-btn {
		font-size:14px;
		padding:10px 20px;
	}
	.stat p {
    font-size: 18px;
}
.bg-overlay {
	width: 25%;
	left:35%;
}
  }
  @media screen and (max-width:1199px) {
	.section-padding {
		padding:80px 0;
	}
	.cta-div h2 {
    font-size: 55px;
}
  }

  @media screen and (max-width:992px) {
	.stats-box {
		width: 100%;
	}
	.hero-content h1 {
    font-size: 50px;
 }
 .position-sticky {
	top:150px;
 }
 /* .career-div {
	padding:60px 70px;
 } */
 .footer-watermark img {
    width: 600px;
}
.site-footer {
    padding: 80px 0 80px;
 }
  }

  @media screen and (max-width:768px) {
	.footer-watermark img {
        width: 450px;
    }
	    .site-footer {
        padding: 80px 0 80px;
    }
	.cta-div {
		padding: 45px;
	}
	    .cta-div h2 {
        font-size: 40px;
    }
	/* .career-div {
        padding: 40px 40px;
    } */
	  .mega-dropdown
	  {
		  display: block;
	  }
	  .inner-banner-content h1
	  {
		  font-size: 40px;
	  }
  }

  @media screen and (max-width:575px) {
	.hero-content h1 {
        font-size: 31px;
    }
	    .section-padding {
        padding: 60px 0;
    } 
	.center-div-content p , .font-style {
    font-size: 20px; 
 }
     .bg-overlay {
        width: 50%;
        left: 22%;
		top:0;
    }
	    .career-div {
        padding: 25px;
    }
    .cta-div {
        padding: 30px;
    }
	    .footer-watermark img {
        width: 320px;
    }
	    .site-footer {
        padding: 60px 0 60px;
    }
	.hero-section {
		/* height: 80vh; */
	}
	h2 {
		font-size:35px;
	}
  }





.feature-icon h3 {
	font-size:25px;
}
/* .manufacturing-content .feature-icon {
  margin-bottom:4px !important;
} */
.feature-icon i {
	font-size:50px
}
p:last-child {
	margin-bottom:0 !important;
}
.bg-primary-color {
	background-color:var(--primary-color);
}

.bg-primary-color.vision-card h3, .bg-primary-color.vision-card p {
  color:#fff;
}
.vision-card {
	height:100%;
}
.vision-card h3 {
	font-size:25px;
}
.primary-border {
	border:2px solid var(--primary-color);
}




.timeline {
  white-space: nowrap;
  overflow-x: hidden;
}

.timeline ol {
  font-size: 0;
  margin-bottom:50px;
  width: 100vw;
  padding: 150px 0;
  transition: all 1s;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 160px;
  height: 3px;
  border-radius:12px;
  background: #fff;
}
.vision-card-icon img {
	width: 95px;
}
.timeline ol li:last-child {
  width: 280px;
}

.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--primary-color);
}

.timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 280px;
  padding: 20px;
  font-size: 1rem;
  white-space: normal;
  color: black;
  border-radius:12px;

  background: white;
}

.timeline ol li div::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(odd) div {
  top: -25px;
  transform: translateY(-100%);
  border-bottom-left-radius:0;
}

.timeline ol li:nth-child(odd) div::before {
	
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: white transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
	  border-top-left-radius:0;
  top: calc(100% + 25px);
}

.timeline ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent white;
}

.timeline time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline .arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  
}
.timeline .arrows .arrow {
background-color:var(--primary-color);
  border:none;
  border-radius:50%;
  width: 50px;
  height:50px;
}
.timeline .arrows i {
	color:#fff;
	    font-size: 22px;
    padding-top: 5px;

}

.timeline .arrows .arrow__prev {
  margin-right: 20px;
}

.timeline .disabled {
  opacity: 0.5;
}

.timeline .arrows img {
  width: 45px;
  height: 45px;
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {
  .timeline ol,
  .timeline ol li {
    width: auto;
  }

  .timeline ol {
    padding: 0;
    transform: none !important;
  }

  .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }

  .timeline ol li:first-child {
    margin-top: 25px;
  }

  .timeline ol li:not(:first-child) {
    margin-left: auto;
  }

  .timeline ol li div {
    position: static;
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;

  }

  .timeline ol li:nth-child(odd) div {
    transform: none;
  }

  .timeline ol li:nth-child(odd) div::before,
  .timeline ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid var(--primary-color);
    height: 25px;
  }
.timeline ol {
  margin-bottom: 0 !important;
}
  .timeline ol li:last-child,
  .timeline ol li:nth-last-child(2) div::before,
  .timeline ol li:not(:last-child)::after,
  .timeline .arrows {
    display: none;
  }
}

/* FOOTER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-footer {
  position: fixed;
  right: 0;
  bottom: 20px;
  display: flex;
  align-items: center;
  padding: 5px;
  color: black;
  background: rgba(255, 255, 255, 0.65);
}

.page-footer a {
  display: flex;
  margin-left: 4px;
}



.service-image {
	width:100%;
	border-radius:50%;
	overflow:hidden;
}
.service-image img {
	width:100%;
}
/* -------------------- team section ------------------ */
.our-team {
  padding: 30px 0 40px;

  background-color: #f7f5ec;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.our-team .picture {
  display: inline-block;
  height: 130px;
  width: 130px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}

.our-team .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: var(--primary-color);
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.our-team:hover .picture::before {
  height: 100%;
}

.our-team .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--primary-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.our-team .picture img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}

.our-team:hover .picture img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}

.our-team .title {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize;
}

.our-team .social {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: var(--primary-color);
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}

.our-team:hover .social {
  bottom: 0;
}

.our-team .social li {
  display: inline-block;
}

.our-team .social li a {
  display: block;
  padding: 10px;
  font-size: 17px;
  color: white;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.our-team .social li a:hover {
  color: var(--primary-color);
  background-color: #f7f5ec;
}



.feature-box {
    background: #ffffff;
    padding: 18px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    height: 100%;
    transition: all .3s ease;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.feature-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.08);
}

/* Icon */

.feature-box i {
    font-size: 35px;
    color: var(--primary-color);
    margin-bottom: 6px;
}

/* Text */



.feature-box p {
    font-size: 15px;
    font-weight: 600;
    
    margin: 0;
}
.feature-box  img {
	width: 50px;
	margin-bottom:15px;
	display: inline;
}
.feature-box h3 {
	margin: 0;
	
}

/* Image */

.future-image img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
}



/* ---------------- our usp section ----------- */

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #ffaf5a none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}


.features-items,
.features-items .items-box {
  overflow: hidden;
}
.features-area .equal-height {
	position:relative;
}
.features-area .equal-height::after {
  background: #e7e7e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
}

.features-area.item-full .equal-height::before {
  background: #e7e7e7 none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
}

.features-area .features-items .col-md-5, 
.features-area .features-items .col-md-7 {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.features-area .features-items.reversed .col-md-5, 
.features-area .features-items.reversed .col-md-7 {
  display: inline-block;
  float: left;
}

.features-area .features-items.reversed .info-box {
  float: right;
}
.h3-30 {
  font-size:30px;
}
/* .h3-25 {
  font-size:25px;
} */
.features-area .features-items .item {
  padding: 15px 30px;
}

.features-area.item-full .features-items .item {
  padding: 30px;
  transform: translateY(0px);
  transition:all 0.3s ease-in-out;
}

.border-left {
	border-left: 1px solid #e7e7e7;
}

.features-area .features-items .item h4 {
  position: relative;
}

.features-area.bottom-small {
  padding-bottom: 25px;
}

.features-area.default-padding.bottom-none {
  padding-bottom: 30px;
}

.features-area .item .icon {
  margin-bottom: 20px;
}
.hero-section::before {
	content:none;
}
.hero-section {
    background-position: center;
    background-size: cover;
}

.features-area .item .icon i:after {
  content:'';
  width: 0;
  height:100%;
  position:absolute;
  bottom:0;
  left:0;
  background:var(--primary-color);
  transition:all 0.3s ease-in-out;
  z-index: -1;
}
.features-area .item:hover .icon i:after {
	width: 100%;
}
.features-area .item:hover .icon i {
	color:#fff;
}
.features-area .item .icon i {
	overflow:hidden;
background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  color: var(--primary-color);
  display: inline-block;
  font-size: 30px;
  height: 100px;
  line-height: 100px;
  position: relative;
  text-align: center;
  width: 100px;
  z-index: 2;
}

.features-area .features-items .items-box i {
  background: transparent;
}

.features-area .item .icon {
  margin-bottom: 25px;
}

.features-area .features-items.icon-solid i {
  border-radius: inherit;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  color: #ffaf5a;
  display: inline-block;
  font-size: 50px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
}


.features-area .item .info h4 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
}
.features-area .item .info p {
  margin: 0;
}

.features-area .features-items.less-icon .items-box.inc-cell .item .info {
  padding-left: 0;
}

.features-area .features-items .items-box.inc-cell .item .info a {
  color: #666666;
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
}

.features-area.item-full .features-items .item:hover {
	transform: translateY(-15px);
}
.image-slider-wrapper {
    position: relative;
    text-align: center;
}
.image-slider .item {
    display: flex;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
}
.image-slider img {
    object-fit: cover;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
}


.image-slider .owl-dots {
    margin-top: 20px;
    display: inline-flex;
    background: #fff;
    padding: 8px 16px;
    border-radius: 40px;
    position: absolute;
    bottom: -13px;
    left: 40%;
    border: 1px solid var(--primary-color);
}
.image-slider .owl-dot.active span {
    background: var(--primary-color);
}
.image-slider .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #000;
    display: block;
    border-radius: 50%;
}

.infrastructure-icon {
	width:12%;
	text-align:center;
  padding:15px;
  border-radius:12px;
  border:1px solid var(--primary-color);
  transition:all 0.3s ease-in-out;
  transform: translateY(0px);

}
.infrastructure-icon:hover {
  transform: translateY(-10px);
  
}

.infrastructure-icon img {
	width: 100%;
}
.infrastructure-icon h3 {
  font-size:15px;
}
.infrastructure-icon-img {
  padding:25px;
  width: 100px;
  display:flex;
  align-items:center;
  justify-content:center;
  background-color:#fff;
  border-radius:50%;
  margin:0 auto;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 10px;
  margin-bottom:20px;
    transition:all 0.3s ease-in-out;
}
.infrastructure-icon:hover .infrastructure-icon-img {
  scale:1.05;
 box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


/* --------------------- process css ------------- */
.step-wrapper{
position:relative;
}

/* big number */

.step-number{
position:absolute;
top:-45px;
left:35px;
font-size:60px;
font-weight:700;
color:#C5191E ;
z-index: 3;
}

/* arrow base */

.arrow-box{

padding:40px 30px 30px;
text-align:center;
min-height:150px;
display:flex;
flex-direction:column;
justify-content:center;
}

/* icon */

.process-icon img{
width: 50px;
margin-bottom:10px;
}

/* text */

.arrow-box h6{
font-weight:700;
margin-bottom:6px;
}

.arrow-box p{
font-size:15px;
margin:0;
}

.step-wrapper.arrow-left-div .step-number {
   left:auto;
   right:35px;
}





.info-card{
background:#f3f3f3;
border-radius:14px;
padding:35px 30px;
height:100%;
}

.info-item{
padding:18px 0;
}

.info-item:not(:last-child){
border-bottom:1px solid #ddd;
}



.info-item p{

margin:0;
line-height:1.6;
}

/* image */

.center-image{
border-radius:16px;
overflow:hidden;
}

.center-image img{
width:100%;
height:100%;
object-fit:cover;
}


/* arrow shapes */

@media screen and (max-width:1399px) {
  .infrastructure-icon {
    width: 18%;
  }
  .infrastructure {
        flex-wrap: wrap;
    justify-content: center !important;
  }
}

@media (min-width:992px){
.arrow-box{ 
  transition:all 0.3s ease-in-out;
 transform: translateX(0px);
}
.arrow-right{
clip-path: polygon(0 0,85% 0,100% 50%,85% 100%,0 100%,8% 50%);
}

.arrow-left{
clip-path: polygon(15% 0,100% 0,92% 50%,100% 100%,15% 100%,0 50%);
}
.arrow-box:hover {
  transform: translateX(15px);
}
.arrow-box.arrow-left:hover  {
   transform: translateX(-15px);
}
}

/* mobile */

@media (max-width:991px){

.arrow-box{
clip-path:none;
border-radius:10px;

}


.infrastructure-icon {
    width: 23%;
 }

.step-number{
top:-35px;
font-size:40px;
}

}

@media screen  and (max-width:768px){
  

  .infrastructure-icon {
    width: 31%;

  .mega-dropdown
	  {
		  display: block;
	  }
}
}

@media screen and (max-width:575px) {
  .infrastructure-icon {
    width: 48%;
 }
}

/* ----------- css -------------- */
.page-template-sustainability-template .environmental-card{
  border:2px solid #1b5e20;
}
.environmental-card {
  border:2px solid var(--primary-color);
  text-align:center;
  
  height:100%;
  padding:35px;
}
.environmental-card  h3 {
  margin-bottom:15px;
}
.page-template-sustainability-template .environmental-card .environmental-card-icon {
    background-color:#1b5e20;
}
.environmental-card-icon {
  width: 100px;
  margin:0 auto;
  margin-bottom:30px;
  padding:20px;
  background-color: var(--primary-color);
 
  border-radius:50%;
}
.environmental-card-icon img {
  width: 100%;
}


.packing-card {
  border-radius:12px;
  transition:all 0.3s ease-in-out;
  transform:translateY(0);
}
.packing-card:hover {
  transform:translateY(-10px);
}
.packing-card h3 {
  margin-bottom:0;
}
.packing-img {
  width: 60px;

}
.packing-img img {
  width: 100%;
}

.metal-data.product-list {
  border:1px solid var(--primary-color)
}
.product-side-bar ul {
  padding:0;
  margin:0;
  list-style:none;
}
.product-side-bar ul li {
 padding:0 25px;
}
.right-size-product-content {
  position:sticky;
  top:160px;
}
.product-side-bar ul li:not(:last-child) {
 
  padding-bottom:5px;
  margin-bottom:5px;
  border-bottom:1px solid #e7e7e7;
}
.product-side-bar ul li a{
   color:#2E2B29;
    transform:translateX(0px);
      transition:all 0.3s ease-in-out;
}
.product-side-bar ul li a:hover {
  color:var(--primary-color);
  transform:translateX(5px);
}


.shape-card{
background:#fff;
border:2px solid var(--orange-color);
border-radius:20px;
padding:25px;
gap:20px;
transition:0.3s;
}

.shape-card:hover{
transform:translateY(-5px);
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

/* icon */

.shape-icon{
width:80px;
height:80px;

border-radius:50%;
display:flex;

align-items:center;
justify-content:center;
color:#fff;
font-size:28px;
flex-shrink:0;
}
.shape-icon img {
  width:100%;
  transform: scaleX(-1);
}

/* text */

.shape-content h4{
margin-bottom:10px;
font-weight:500;
}

.shape-content strong{
font-size:14px;
display:block;
margin-bottom:3px;
}
.metal-side-bar.product-side-bar  p{
   font-size:16px;
}
.shape-content p{
margin:0;
font-size:14px;
color:#555;
}

.metal-side-bar p:not(:first-child){
   margin-top:10px;
}

.custom-alloy-table{
border-radius:12px;
overflow:hidden;
box-shadow:0 3px 10px rgba(0,0,0,0.08);
}

.table-header-main th{
background:var(--primary-color);
color:#fff;
font-weight:600;
font-size:18px;
padding:14px;
}

.table-header-sub th{
background:var(--primary-color);
color:#fff;
font-weight:600;
padding:12px;
}

.custom-alloy-table td{
padding:16px;
background:#f4f4f4;
font-size:15px;
}

.custom-alloy-table tbody tr:nth-child(even) td{
background:#ededed;
}

.iso-col{
width:18%;
}

/* ----- contact page ----------------- */

.contact-title{
font-size:36px;
font-weight:700;
color:#223344;
}

.contact-desc{
color:#7a8a97;
margin:15px 0 30px;
}

.contact-item{
display:flex;
align-items:flex-start;
margin-bottom:35px;
align-items:start;
}

.contact-icon{
width:45px;
height:45px;
background:#FBEDE6;
border-radius:8px;
display:flex;
align-items:center;
justify-content:center;
color:var(--primary-color);
font-size:18px;
margin-right:15px;
}
.position-card {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding:30px;
  height:100%;
    transform: translateY(0px);
  transition: all 0.3s ease-in-out;
}
.position-card:hover {
  transform: translateY(-10px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.position-card p {
  font-size:16px;
}
.contact-form-card  input[type='submit'] {
  border:none;
  background:var(--primary-color);
}
.contact-item .footer-social a {
 background:#FBEDE6;
}
.contact-item h3{
margin-bottom:5px;

}
.contact-item .footer-social i {
  color:var(--primary-color);
}
.contact-item .contact-content {
  width: 78%;
}
.contact-item a{

color:#2E2B29;
}
.contact-item a:hover {
  color:var(--primary-color);
}
.contact-form-card textarea {
  height:120px;
}
/* SOCIAL */
.contact-map iframe {
  width: 100%;
  height:400px;
}
.social-icons a{
color:#0f2942;
margin-right:15px;
font-size:16px;
}

/* RIGHT FORM */

.contact-form-card{
background:#dfe8e8;
padding:30px;

}

.contact-form-card label{
font-size:14px;
font-weight:500;
margin-bottom:5px;
}

.contact-form-card .form-control , .contact-form-card .form-select{
border-radius:6px;
border:none;
padding:10px 12px;
}



.custom-check .form-check-input{
width:18px;
height:18px;
border:1px solid #000;
cursor:pointer;
}
.form-control:focus , .form-select:focus , input:focus {
  box-shadow:none !important;
}
.custom-check .form-check-label{
margin-left:8px;
color:#000;
font-size:14px;
}

.custom-check a{
color:var(--primary-color);
text-decoration:underline;
}

.contact-form-card textarea{
resize:none;
}

.submit-btn{
background:#0f2942;
color:#fff;
border:none;
padding:12px 30px;
border-radius:6px;
font-weight:600;
margin-top:10px;
}

.submit-btn:hover{
background:#0b1f34;
}



.get-quote-div {
  padding:50px;
  width:100%;
  border: 1px solid var(--primary-color);
  background: #dfe8e8;
}
 
/* ---------------- inspection process --------------- */
 .o2 .h-flow {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    position: relative;
}
.o2 .h-flow::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 10px;
    right: 10px;
    height: 1px;
    background: repeating-linear-gradient(90deg, var(--primary-color) 0, var(--primary-color) 6px, transparent 6px, transparent 14px);
}
.o2 .h-step {
    padding: 0 10px;
    padding-top: 50px;
    position: relative;
}
.o2 .h-dot {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 18px;
    background: #f5ede4;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    z-index: 1;
    transition: all  .2s ease-in-out;
}
.o2 .h-num {
    
    font-size: 30px;
    color: var(--primary-color);
    letter-spacing: .08em;
    margin-bottom: 7px;
}
.o2 .h-title {

    font-weight:600;
    margin-bottom: 6px;
    line-height: 1.3;
}
.o2 .h-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.65;
    font-weight: 400;
}
.o2 .h-step:hover .h-dot {
    background: var(--primary-color);
}
.ft-italic {
  font-style:italic;
}

    @media(max-width:991px){
      .o2 .h-flow { grid-template-columns:repeat(3,1fr); }
      .o2 .h-flow::before { display:none; }
      .o2 .h-step { padding-top:44px; border-bottom:1px dashed #e0d5c8; }
      .o2 .h-step:nth-child(4),.o2 .h-step:nth-child(5),.o2 .h-step:nth-child(6) { border-bottom:none; }
    }
    @media(max-width:575px){
     
      .o2 .top-row { margin-bottom:32px; }
      .o2 .h-flow { grid-template-columns:1fr; padding-left:28px; position:relative; }
      .o2 .h-flow::after { content:''; position:absolute; left:8px; top:0; bottom:0; width:1px; background:linear-gradient(180deg,var(--primary-color),rgba(192,57,43,0.1)); }
      .o2 .h-step { padding:0 0 28px 20px; border-bottom:none; }
      .o2 .h-step:last-child { padding-bottom:0; }
      .o2 .h-dot { left:-22px; top:35px; transform:rotate(45deg); width:14px; height:14px; border-radius:0; }
    }

.navbar-nav .menu-item {
position: relative;
}

.navbar-nav .sub-menu {
display:none;
position:absolute;
background:#fff;
}

.navbar-nav .menu-item:hover > .sub-menu {
display:block;
}




    .header-widget-area {
    display: none;
}
@media screen and (max-width: 768px) {
    .header-widget-area {
        display: block;
    }
	
	.site-footer {
        padding: 60px 0 70px;
    }

    .header-widget-area>.bottom-contact {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 60px;
        background: rgb(255 255 255 / 87%);
        padding: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        z-index: 999;
        display: block;
        box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    }
    .header-widget-area .btn-get-started {
        font-weight: 400;
        height: 37px;
        font-size: 12px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 12px;
        border-radius: 4px;
        transition: 0.5s;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background:#DE6021;
    }
        .header-widget-area .btn-get-started.blue {
        background: #252525;
    }
    a#btn-whatss {
        bottom:130px
    }
    .scroll-top.active {
        bottom:70px;
    }
}
@media screen and (max-width:430px) {
    .header .btn-getstarted, .header .btn-getstarted:focus {
       margin-left:10px;
    }
}


.gtranslate_wrapper .glink::after {
    content: " | ";
    margin: 0 5px;
}


.gtranslate_wrapper a.glink:last-of-type::after {
    content: "" !important;
}
a.glink:last-child:after {
    content: "";
}
  .postid-367 .highlight-text{
   color: #2e7d32;
  }

  .postid-367 .table-header-main th {
      background:#1b5e20;
  }
    .postid-367  .custom-alloy-table td {
    background:#f1f8e9;
  }
   .postid-367  .inner-banner {
    background-position:bottom;
  }
   .postid-367   .custom-alloy-table tbody tr:nth-child(even) td {
    background:#e0f2f1;
  }
  .postid-367 h2  {
    color: #1b3a1f;
  }
.postid-367  .product-side-bar ul li a:hover , .postid-367 .breadcrumb .breadcrumb-item {
     color: #1b5e20
  }
    .postid-367 .metal-data .metal-data-title , .postid-367  .cta-section {
background-color:#1b5e20;
  }

 .postid-367 .metal-data.product-list {
    border: 1px solid #1b5e20 !important;
  }
 .product-slider  .product-slider-card img{
  width: 60px;
  margin:0 auto;
}
.product-image  img{
  width: 100%;
}
 .product-slider  .product-slider-card {
      border: 1px solid var(--orange-color);
    display: block;
    padding: 20px;
    border-radius: 20px;
    overflow: hidden;
}
  .page-template-sustainability-template .cta-section  , .page-template-contact-template .cta-section  , .page-template-career-template .cta-section{
    display:none;
  }
  .modal-header {
    border-bottom-color:var(--secondary-color);
  }
  footer {
    background-color: var(--secondary-color);
  }
    .btn-pulse {
    animation: pulse-ring 2s ease-in-out infinite;
        position: relative;
    overflow: hidden;
    transition: color 0.3s;
  }
    @keyframes pulse-ring {
    0%   { box-shadow: 0 0 0 0 rgba(27, 94, 32, 0.5); }
    60%  { box-shadow: 0 0 0 12px rgba(224, 122, 69, 0); }
    100% { box-shadow: 0 0 0 0 rgba(224, 122, 69, 0); }
  }
.footer-content {
  color:#ffffff99;
  margin-top:15px;
  font-size:16px;
}
.ql-ps {
  padding-left:50px;
}
  .cta-section .cta-div {
    padding:0;
    border:none;
  }
   .cta-section .cta-div h2 {
    color:#fff;
   }
.cta-section {
  background-color: var(--orange-color);
  color:#fff;
}
.mega-column p {
  font-size:18px;
  margin-bottom:8px;
  font-weight:600;
}
.footer-logo {
  width: 100%;
  margin-top:-15px;
}
.footer-logo img {
   filter: brightness(0) invert(1);
   width: 100%;
}
/* --------------- quality lab ------------- */
.ql-content {
  display:flex;
      gap: 20px;
    align-items: end;
}
.pl-ps {
  padding-left:20px;
}
.ql-icon-box {
  background:#FBEDE6;
  border-radius:12px;
  align-items:center;
  transition:all 0.2s ease-in-out;
    transform: translateY(0px);
    height:100%;
}
.ql-icon-box h3 {
  font-size:26px;
}
.ql-icon-box:hover {
  transform: translateY(-5px);
}
.ql-icon img {
  width:100%;
}
.ql-icon-box  p {
  font-size:16px;
}
.ql-icon-box .ql-icon {
  width:100%;
  padding:10px;
  height:100%;
  border-radius:10px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
}
.ql-image {
    display: block;
    width: 60px;
   
}
.ql-right-image img {
  width: 100%;
}

.new-cta-div  {
      background-size: cover;
    background-position: center;
    padding: 80px 100px;
    position: relative;
}
.page-template-sustainability-template .environmental-card h3  , .page-template-sustainability-template .info-item  h3  {
  color:#1b3a1f;
}
.new-cta-div h2 , .new-cta-div p {
  color: #fff !important;
}
.green-layer {
      background:  #1b5e20 ;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ql-image img {
  width: 100%;
}
.manufacturing-content p {
  font-size:18px;
  font-weight:400;
  margin-top:4px;
}
.career-div > .row {
  position:relative;
  z-index: 2;
}
.manufacturing-image img {
  width: 100%;
}
.small-font {
  font-size:14px;
  margin-bottom:5px;
  font-weight:600;
}
.text-primary {
  color:var(--primary-color) !important;
}
.page-template-sustainability-template .breadcrumb .breadcrumb-item {
  color:#2e7d32 !important;
}
.page-template-sustainability-template h2 {
  color: #1b3a1f;
}
.career-section .career-div{
  position:relative;
  overflow: hidden;
}
.highlight-text-green {
  color:#2e7d32;
}
.bg-green {
  background: linear-gradient(160deg, #e8f5e9 0%, #f1f8e9 50%, #e0f2f1 100%);
}
.center-image {
    border: 3px solid #a5d6a7;
}
.career-section .career-layer {
  background: linear-gradient(270deg, rgba(222, 96, 33, 0.1) 38.76%, rgba(222, 96, 33, 0.73)47%, #DE6021 100%);
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height:100%;
}

.live-market-line {
  padding:15px;
  border:1px solid var(--secondary-color);
  border-radius:12px;
}
.offer-block {
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 2px;
    transition: border-color 0.3s;
    cursor: default;
  }
  .offer-block:hover { border-color: var(--primary-color); }

  .block-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 22px 28px;
    background: transparent;
    position: relative;
  }

  .block-num {
   
    font-size: 2rem;
    color: var(--border);
    line-height: 1;
    min-width: 40px;
  }
  .offer-block:hover .block-num { color: var(--primary-color); }
    .offer-block i {
         rotate:0deg;
         transition: all 0.4s ease;
    }
  .offer-block:hover i {
    rotate:180deg;

  }
  .block-title {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: var(--primary-color);
    flex: 1;
  }
.ql-icon-box .col-lg-2 {
  padding: 0 5px !important;
}
  .block-icon {
    font-size: 20px;
    color: #2E2B29;
  }
  .offer-block:hover .block-icon { color: var(--primary-color); }

  .block-body {
    padding: 0 28px 0 84px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s;
    border-top:1px solid transparent;
    
  }
  .offer-block:hover .block-body {
    max-height: 300px;
    padding: 16px 28px 20px 84px;
    border-top-color:var(--primary-color);
  }

  .tags { display: flex; flex-wrap: wrap; gap: 10px; }
  .tag {
    font-size: 12px;
    padding: 5px 14px;
    
    border-radius: 20px;
    color: var(--muted);
    transition: all 0.2s;
  }
  .offer-block:hover .tag { background-color:var(--primary-color) ; color: #fff; }

  .gold-line {
    position: absolute; left: 0; top: 0; bottom: 0;
    width: 3px;
    background: var(--primary-color);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s ease;
  }
  .offer-block:hover .gold-line { transform: scaleY(1); }
.about-page-section {
  overflow:visible !important;
}
.error-div span {
  font-size:150px;
  font-weight:600;
  margin-bottom:20px;
  display:block;
  line-height:125px;
}
.top-header {
  background-color:var(--orange-color);
  color:#fff;
  padding:8px 30px;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  transition:all 0.3s ease-in-out;
}
.navbar {
     border-top-left-radius:0px;
  border-top-right-radius:0px;
}
.left-top-header , .left-top-header a , .right-top-header a , .right-top-header  {
 color:#fff;
}

.bg-orange {
  background-color:var(--primary-color);
}
.top-header a {
  font-size:15px;
}
.top-header a:hover {
  color:var(--);
}
.nav-container.scroll-header .top-header{
   border-top-left-radius:0px;
  border-top-right-radius:0px;
}
    
  .hero-section {
    padding-top:220px;
    padding-bottom:100px;
  }
   

    /* ── ITEMS GRID ── */
    .qc-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      border-top: 1px solid #ddd3c8;
    }

    /* ── SINGLE ITEM ── */
    .qc-item {
      padding: 36px 28px 40px;
      border: 1px solid #ddd3c8;
       border-right: none;
      position: relative;
      overflow: hidden;
      transition: background 0.25s;
      cursor: default;
    }
    .qc-item:last-child {
      border-right: 1px solid #ddd3c8;
    }
    /* red top bar animates in on hover */
    .qc-item::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 3px;
      background: var(--primary-color);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.3s ease;
    }
    .qc-item:hover { background: #FBEDE6; }
    .qc-item:hover::before { transform: scaleX(1); }

    /* number */
    .qc-item .item-num {

      font-size: 20px;
      color: var(--primary-color);
      letter-spacing: 0.1em;
      margin-bottom: 18px;
      display: block;
    }

    /* big stat */
    .qc-item .item-stat {
     
      font-size: clamp(2.2rem, 3.5vw, 3.2rem);
      font-weight: 500;
      color: var(--primary-color);
      line-height: 1;
      margin-bottom: 10px;
    }

    /* title */
    .qc-item .item-title {
     
      font-weight: 600;
  
      margin-bottom: 8px;
      line-height: 1.35;
    }

    /* description */
    .qc-item .item-desc {
      font-size: 14px;
     
      line-height: 1.65;
     
    }

    /* ── RESPONSIVE ── */

    /* Tablet: 3 cols on first row, 2 on second */
    @media (max-width: 1199px) {
      .top-header {
        padding:8px 15px;
      }
      .qc-item { padding: 30px 22px 34px; }
      .qc-item .item-stat { font-size: 2.6rem; }
    }

    @media (max-width: 991px) {
       .product-page-row {
            flex-direction: column-reverse;
       }
      .hero-section {
    padding-top: 210px;
    padding-bottom: 80px;
}
.new-cta-div  {
  padding:60px 70px;
}
    .cta-div h2 {
        font-size: 42px;
    }
      .qc-section { padding: 64px 0 0; }
      .qc-headline { margin-bottom: 48px; }
      .qc-grid {
        grid-template-columns: repeat(3, 1fr);
      }
      /* restore borders for 3-col layout */
      .qc-item {
        border-right: 1px solid #ddd3c8;
        border-bottom: 1px solid #ddd3c8;
      }
      .qc-item:nth-child(3) { border-right: none; }
      .qc-item:nth-child(4) { border-right: 1px solid #ddd3c8; }
      .qc-item:nth-child(4),
      .qc-item:nth-child(5) { border-bottom: none; }
      .qc-item:last-child   { border-right: none; }
    }

    @media (max-width: 767px) {
      .qc-section { padding: 56px 0 0; }
      .qc-headline { margin-bottom: 40px; }
      .qc-headline .line-solid   { font-size: clamp(3rem, 12vw, 5.5rem); }
      .qc-headline .line-outline { font-size: clamp(2.4rem, 10vw, 4.6rem); -webkit-text-stroke: 1.5px var(--dark); }
      .qc-grid {
        grid-template-columns: repeat(2, 1fr);
      }
      .qc-item { border-right: 1px solid #ddd3c8; border-bottom: 1px solid #ddd3c8; }
      .qc-item:nth-child(even) { border-right: none; }
      .qc-item:nth-child(3)    { border-right: 1px solid #ddd3c8; }
      .qc-item:nth-child(4)    { border-right: none; }
      .qc-item:last-child      { border-right: none; border-bottom: none; }
      /* last item spans full width if odd total */
      .qc-item:nth-child(5)    { grid-column: span 2; border-right: none; border-bottom: none; }
    }

    @media (max-width: 480px) {
      .qc-section { padding: 48px 0 0; }
      .qc-grid { grid-template-columns: 1fr; }
      .qc-item {
        border-right: none !important;
        border-bottom: 1px solid #ddd3c8;
        padding: 28px 20px 32px;
      }
      .qc-item:nth-child(5) { grid-column: span 1; border-bottom: none; }
      .qc-item .item-stat { font-size: 2.4rem; }
    }










@media screen and (max-width:1400px) {
  .block-header {
    padding:20px;
  }
  .block-title {
    font-size:20px;
  }
  .industries-slider .box {
    min-height:165px;
  }
}
@media screen  and (min-width:1400px){
  /* h3.industry-title {
    font-size:22px;
  } */
    .nav-link {
  
    font-size: 15px ;
}
.feature-box i {
    font-size: 50px;
 }
 }
 @media screen and (min-width:1599px) {
  .qc-item .item-title {
    font-size:25px;
  }
  /* .career-div h3 {
    font-size:25px;
  } */
   .container {
    max-width:75vw ;
  }
  .infrastructure-icon h3 {
    font-size: 18px;
}
.process-icon img {
    width: 60px; 
 }
.mega-column a {
   font-size:18px;
}
 .dropdown-item{
  font-size:16px;
          padding: 4px 10px;
          
 }
  .dropdown-item:not(:last-child) {
padding-bottom:0;
  }
 }
@media screen and (min-width:1800px) {
  .nav-link {
  
    font-size: 18px ;
} 
h3 {
  font-size:30px;
}
/* 
.feature-box p {
    font-size: 20px;
}
  */

h6 {
  font-size:18px;
}
.feature-box img {
    width: 50px;
 }

.footer-links a , .footer-contact li {
  font-size:16px;
}
 
}

@media screen and (min-width:2000px) {
  .custom-btn {
  font-size:1.3rem;
}
  .nav-link {
  
    font-size: 22px ;
} 
}




/* MENU POSITION */

.mega-menu{
position:relative;
}

/* DROPDOWN BASE */

.dropdown-menu{
position:absolute;
top:50px;
left:0;
background:#fff;
/* padding:30px; */
border-radius:12px;
box-shadow:0 15px 40px rgba(0,0,0,0.15);
border:1px solid var(--primary-color);
display:flex;

opacity:0;
visibility:hidden;
transition:0.3s;
z-index:9;
}

/* SHOW FIRST LEVEL MENU */


.mega-menu > .dropdown-menu {
  padding:10px !important;
  display:flex !important;
  min-height:210px;
}

/* MEGA MENU COLUMN STYLE */

.mega-menu > .dropdown-menu > li{
min-width:220px;
list-style:none;
line-height:1.5;
}

.mega-menu > .dropdown-menu > li > a{
font-weight:600;
color:var(--primary-color);
margin-bottom:15px;
display:block;
text-decoration:none;
margin-bottom:8px !important;  
}

/* SUB MENU (Brass items / Bronze items) */

.mega-menu .dropdown-menu li ul{
position:relative;
top:auto;
left:auto;
padding:0;
margin-top:10px;
display:block;
opacity:1;
visibility:visible;
box-shadow:none;
border:none;
background:none;
border-radius:0 !important;
flex-direction:column;
gap:10px;
margin-top:0 !important;
}

.mega-menu > .dropdown-menu > li > a:hover {
  background-color:transparent !important;
}

/* SUBMENU LINKS */

.mega-menu .dropdown-menu li ul li{

list-style:none;
}
.mega-menu > ul {
  display: flex;
}
.navbar-nav .menu-item {
  padding:2px 0;
}
.mega-menu a:hover {
  background-color:transparent !important;
}  
.mega-menu .dropdown-menu li ul li a{
color:#333;
text-decoration:none;
display:block;
font-size:16px;
}

.mega-menu .dropdown-menu li ul li a:hover{
color:var(--primary-color);
}

/* COLUMN DIVIDER */

.mega-menu > .dropdown-menu > li + li{
border-left:1px solid #eee;
padding-left:30px;
}


.upload-label br  , .form-check br {
  display: none;
}
.form-check {
  padding-left:10px;
}
section {
  overflow:hidden;
}

.custom-check .form-check-label {
  margin:0 !important
}
.file-info {
  line-height:1 !important;
  margin-top:0 !important;
}
.cta-link {
  color:var(--primary-color);
  font-size:20px;
  font-weight:600;
}
.cta-link:hover {
  color:#fff;
}
  .get-quote-div {
    width: 100%;
    position:relative;
    background-size:cover;
    background-position:center;
    overflow: hidden;
    color:#fff !important;
  }
    .get-quote-div label  , .get-quote-div h2 , .custom-check .form-check-label {
      color:#fff !important;
    }
  .get-quote-div .contact-form-card  {
    background:transparent;
  }
  .get-quote-div::after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#00000099;
  }
   .get-quote-div > .row {
    position:relative; 
    z-index: 2;
   }
   .shape-card {
    height:100%;
   }
.custom-check .form-check-input {
      position: relative;
    top: 5px;
    left: 5px;
}
.product-content a.custom-btn {
  font-size:16px !important;
  padding:15px 30px  !important;

}
.breadcrumb .breadcrumb-item {
  font-weight:600;
}
.section-padding ,  .overflow-hidden {
  overflow: hidden;
}
.home-product-section , .overflow-visible{
  overflow:visible; 
}
.product-right-content {
  overflow: hidden;
}
.page-template-contact-template .inner-banner {
background-position:top;
}
/* .page-template-sustainability-template .inner-banner{
  background-position:bottom;
} */
.mega-menu > .dropdown-menu .dropdown-item {
     
    padding: 4px !important;
    line-height:1.1;
    /* padding-bottom: 0 !important; */
}
.mega-menu {
  overflow: hidden;
}
.mega-menu:hover {
  overflow: visible;
}
.aspect-\[3\/4\] {
    aspect-ratio: 3 / 3;
}
.custom-btn.transparent-btn {
  color:var(--secondary-color);

}
.custom-btn.orange-btn::after {
background-color:var(--orange-color);
}
.banner-btn .custom-btn.transparent-btn {
  color:#fff !important;
}
.product-list-card {
  border:1px solid var(--secondary-color);
  transition:all 0.2s ease-in-out;
  display:flex;
      flex-direction: column;
    align-items: center;
    justify-content: center;
    height:100%;
}

.hero-content h1 {
  color:#fff;
  line-height:1.2;
  font-size:70px;
}
.hero-content p {
  color: #fff;
}
.product-list-card:hover {
   border:1px solid var(--orange-color);
}
.product-list-card:hover h4 , .product-list-card:hover svg {
  color:var(--orange-color);
  
}

.hero-section {
  background-color:var(--secondary-color);
}
.product-img img {
  width: 70px;
}
.product-list-card:hover h4 {
      transition:all 0.2s ease-in-out;
}
.product-list-card svg {
  width: 135px;
    transition:all 0.2s ease-in-out;
  color:var(--secondary-color);
}
.industry-title {
  font-size:20px;
  font-weight:600;
}

.banner-video-div video{
  width: 100%;
  height:100%;
  border-radius:20px;
  object-fit:cover;
}
.custom-btn.transparent-btn:hover {
  color: #fff;
}

.custom-btn.transparent-btn:after {
    background-color: transparent;
    border: 2px solid var(--orange-color);
}

.navbar-toggler:focus {
  box-shadow:none;
}
@media screen and (max-width:1399px) {
  .product-card {
    padding: 45px 20px;
  }
  .quality-text-div .col-lg-2 {
    padding:0
  }
}
@media screen and (max-width:1199px) {
  .hero-content h1 {
    font-size:60px;
  }
  .product-slider-card h4 {
    font-size:18px;
  }
  .ql-icon-box .ql-icon {
    padding:8px !important;
  }
  .ql-ps {
    padding-left: 30px;
} 
  .navbar {
    padding:15px;
  }
  .future-section  .feature-box img {
    width: 35px;
  }
   .future-section  .feature-box h3 {
    font-size:20px
  }
  .mega-column a, .menu-item-has-children.menu-item-object-custom .dropdown-menu li a {
    font-size:15px;
  }
  .industries-slider .box{
    min-height:165px;
  }
  .metal-side-bar  ul li  {
    padding:0 15px;
  }
  .shape-card {
   flex-direction: column;
   justify-content:start;
   align-items:start !important
  }
  .arrow-box {
    min-height:100%;
  }
}

@media screen  and (max-width:991px) {

/* HIDE ALL */
.nav-item > .dropdown-menu  ,.mega-menu > .dropdown-menu {
    display: none !important;
}

/* MAIN DROPDOWN */
.nav-item.open-cls > .dropdown-menu {
    display: block !important;
     visibility: visible;
        opacity: 1;
}

.mega-menu.nav-item.open-cls  > .dropdown-menu {
 display: flex !important;
     visibility: visible;
        opacity: 1;
}

/* NESTED DROPDOWN */
.dropdown-menu li.open-cls > .dropdown-menu {
    display: block !important;
         visibility: visible;
        opacity: 1;
}

  .d-none-992 {
    display:none;
  }
  .dropdown-menu {
    width: fit-content;
  }
  .nav-link {
    padding:3px 0 !important;
  }
  .quality-text-div .row > div {
    padding:0 !important;
  }
      .ql-icon-box .ql-icon {
        padding: 8px !important;
    }
  .ql-icon-box {
    align-items:start;
  }
  .ql-icon-box .ql-icon {
    width: 80px;
  }
  .o2 .h-dot {
    display: none;
  }
  .o2 .h-step {
        padding-top: 20px;
        padding-bottom: 20px;
 }

  .step-wrapper.arrow-left-div .step-number {
    right:auto;
    left:35px;
  }

   h2 {
    font-size:42px;
   }
   .center-div-content p , .font-style{
    font-size:22px;
   }
   .service-image {
    width: 100px;
   }

   
           .product-card {
        padding: 30px;
    }
    .career-section .career-layer {
    background: linear-gradient(270deg, rgba(197, 25, 30, 0.1) 0, rgba(197, 25, 30, 0.73) 47%, #C5191E 100%);
  
 }


 .qc-item {
  border:1px solid  #ddd3c8 !important;
 }
}
@media screen and (max-width:768px) {
  .ql-icon-box .ql-icon {
    width: 70px;
 }
     .ql-ps {
        padding-left: 15px;
    }
    .new-cta-div  {
      padding:40px;
    }
}

@media screen and (max-width:575px) {
  .hero-content h1 {
    font-size:50px;
  }
      .product-slider-card h4 {
        font-size: 16px;
    }
  .custom-btn {
    width: fit-content !important;
  }
  .mega-menu.nav-item.open-cls  > .dropdown-menu {
 display: flex !important;
     visibility: visible;
      flex-direction: column;
        opacity: 1;
}

  .image-slider .owl-dots {
    left:35%;
  }
  .ql-icon-box h3 {
    font-size: 20px;
}
   .o2 .h-dot {
    display: block;
  } 
  .environmental-card {
    padding:20px;
  }
   
   .mega-menu > .dropdown-menu > li + li
 {
    border-left: 0;
    padding-left: 0;
    margin-top:15px;
}
.cta-div h2 , h2 {
        font-size: 35px;
    }
    h3 {
      font-size:20px;
    }
    p
 {
    font-size: 16px;
}
    .product-card {
        padding: 20px 15px;
    }
        .center-div-content p, .font-style {
        font-size: 18px;
    }
    .product-card:first-child {
      padding-top:0;
    }
     .product-card:last-child {
      padding-bottom:0;
    }
    h4 {
      font-size:18px;
    }
    .contact-form-card , .get-quote-div {
    padding: 20px;
   
    }
}
@media screen and (max-width:425px) {
      .inner-banner-content h1 {
        font-size: 36px;
    }
    .inner-banner .inner-banner-content {
      padding:20px  !important
    }
    .infrastructure-icon {
        width: 46%;
    }
    .ql-content {
      align-items:start;
    }
}


