/* Base Styles */
:root{
	--orange:#F6771D;
	--blue:#0c0e17;
	 /*--color-bg-light: #FAF8F5;*/
  /*--color-bg-card: #FFFFFF;*/
  /*--color-bg-warm: #F4ECE1;*/
  /*--color-bg-dark: #141414;*/
  /*--color-bg-subtle-dark: #1E1E1E;*/
  
  /*--color-primary-orange: #E65328;*/
  /*--color-primary-hover: #C83E15;*/
  /*--color-primary-light: #FFF1EC;*/
  /*--color-accent-gold: #D4A359;*/
  
  /*--color-text-main: #1D1D1F;*/
  /*--color-text-muted: #55555C;*/
  /*--color-text-light: #8E8E93;*/
  /*--color-text-dark-bg: #F2F2F7;*/

  /*--color-border-light: #E8E2D9;*/
  /*--color-border-accent: #E65328;*/
  
  --font-main: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-heading: 'Rajdhani', 'Space Grotesk', sans-serif;
  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.03);
  --shadow-md: 0 12px 32px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 20px 48px rgba(0, 0, 0, 0.12);
  --shadow-orange: 0 8px 24px rgba(230, 83, 40, 0.3);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-pill: 9999px;
  --transition-fast: 0.2s ease;
  --transition-normal: 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
body {
	font-family: 'Space Grotesk', sans-serif;
}
.mainHeading{
	margin-bottom:48px;
}
.mainHeading h2 {
	font-weight: 700;
	font-size: clamp(28px,36px,56px);
	line-height: clamp(38px,46px,66px);
	margin-bottom: 12px;
}
.mainHeading h2 span {
	color: #ff6a00;
}
p {
	font-family: 'Space Grotesk', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Space Grotesk', sans-serif;
}
h1 {F
	font-size: clamp(32px,42px,52px);
	line-height: clamp(42px,52px,62px);
	font-weight: 700;
	margin-bottom: 24px;
}
h6 {
	font-size: 18px;
	line-height: 28px;
	color: #F6771D;
	margin-bottom: 12px;
}
ul {
	list-style: none;
}
li {
	list-style: none;
}
p {
	font-family: 'Space Grotesk', sans-serif;
}
.container {
	padding: 0;
}
.container-fluid {
	max-width: 100%;
	padding:0px 80px;
}
span.orange-color{
	color:  #F6771D;
}
section {
	padding: 80px 0px;
}
section.hero-video-banner .video-overlay a.common_btn {
	background: #F6771D;
	padding: 12px 24px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
}
.common_btn2{
	background: transparent;
	padding: 12px 24px;
	color: #F6771D;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	border:1px solid #F6771D;
	cursor:pointer;
	width:max-content;
}
.common_btn2 i {
	margin-left: 6px;
}
.btnBox{
	display:flex;
	margin-top:20px;
	gap:15px;
}


section.hero-video-banner .video-overlay .main_outer_button {
	display: flex;
	gap: 24px;
	flex-wrap:wrap;
}
section.hero-video-banner .video-overlay a.common_btn i {
	margin-left: 6px;
}
section.hero-video-banner .video-overlay a.common_btn_outline i {
	margin-left: 8px;
}
section.hero-video-banner .video-overlay a.common_btn_outline {
	background: transparent;
	padding: 12px 24px;
	color: #F6771D;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	border: 1px solid #F6771D;
}
section.hero-video-banner .video-overlay p {
	margin-bottom: 48px;
}
.hero-video-banner .container-fluid {
	position: relative;
	height: 100%;
	z-index: 1;
}
.hero-video-banner video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-video-banner .container-fluid video {
	position: absolute;
	top: 0;
	left: 0;   /* ab container-fluid ke sath chalega */
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}
.hero-video-banner::before {
	z-index: 1;
}

.video-overlay {
	position: relative;
	z-index: 2;
}

.hero-video-banner {
	position: relative;
	width: 100%;
	height: 92vh;
	overflow: hidden;
	padding-top: 80px;
	background-color: #000;
}
.hero-video-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	z-index: 1;
}
section.hero-video-banner .video-overlay h1 span.orange-color {
	color: #f6771d;
}
section.hero-video-banner .video-overlay {
	position: absolute;
	top: 50%;
	left: 79px !important;
	transform: translateY(-50%);
	width: 45%;
	z-index: 2;
}

section.hero-video-banner .video-overlay h2 {
	font-weight: 700;
	font-size: 42px;
	line-height: 52px;
	text-align: left;
	margin-bottom: 48px;
}

/* Product Cards */
.product-card {
	background-size: cover;
	background-position: center;
	border-radius: 10px 10px 0 0;
	height: 440px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.product-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));*/
	transform: translateY(0);
	transition: transform 0.5s ease;
	z-index: 9;
}

.product-card:hover {
	transform: scale(1.02);
}

.card-overlay h5 {
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	margin: 0;
	padding: 0;
}

.card-overlay {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	z-index: 10;
	padding: 20px;
	position: relative;
}

/* About Section - COMPLETE FIX */
.about-us-banner {
	background: url(https://ucindustries.in/wp-content/uploads/2026/01/about-us-1-scaled.webp) center center / cover no-repeat;
	min-height: 600px;
	position: relative;
}
.about-us-banner .bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff00;
	z-index: 1;
}
.about-us-banner .container {
	z-index: 2;
	position: relative;
}

.about-us-banner ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.about-us-banner ul li {
	list-style: none;
}

.about-us-banner ul li .about_box {
	width: 33%;
}
.about-us-banner ul li .about_box h2 {
	font-weight: 700;
	font-size: 56px;
	line-height: 66px;
	margin-bottom: 24px;
	padding: 0;
}
.about-us-banner ul li .about_box p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 48px;
	padding: 0;
}

/* Counter Styles - COMPLETELY FIXED */
.about-us-banner ul li:first-child {
	position: relative;
}
.About_counter_second_child {
	position: absolute;
	top: 0;
	left: 56%;
	display: flex;
}

.About_counter_second_child::after {
	content: "+";
	font-size: 140px;
	line-height: 106px;
	color: #000; 
	margin-left: 10px;
}

.About_counter_fourth_child {
	position: absolute;
	top: 78%;
	right: -57px;
	display: flex
		;
}
.About_counter_third_child {
	position: absolute;
	top: 113%;
	left: 35%;
	display: flex
		;
}

.About_counter_third_child::after {
	content: "+";
	font-size: 140px;
	line-height: 106px;
	color: #000; 
	margin-left: 10px;
}



.About_counter_fourth_child::after {
	content: "+";
	font-size: 140px;
	line-height: 106px;
	color: #000; 
	margin-left: 10px;
}

h1.counter {
	font-weight: 700;
	font-size: 140px;
	line-height: 1;
	text-transform: capitalize;
	margin-bottom: 12px;
	padding: 0;
}

section.about-us-banner ul li .counter_content {
	text-align: left;
}

section.about-us-banner ul li .counter_content p {
	font-size: 22px;
	line-height: 32px;
	margin: 0;
	white-space: nowrap;
}

/* Know More Button */
.know-more-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	overflow: hidden;
	padding: 0;
	text-decoration: none;
}

.hero-video-banner .know-more-btn span.text {
	color: #F6771D;
}

.know-more-btn span.text {
	color: #Fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
}

.know-more-btn:hover .icon-shape {
	transform: scale(1.1);
}

.know-more-btn:hover .icon-shape i {
	transform: translateX(2px);
}

section.about-us-banner a.btn.know-more-btn span.text {
	color: #000;
}
section.quality-cerification .card {
	border: none;
}
/* Products Section */

section.our-products .main_heading h2 {
	font-weight: 700;
	font-size: 56px;
	line-height: 66px;
	margin-bottom: 12px;
}

section.our-products p {
	font-size: 18px;
	line-height: 28px;
	margin: 0;
	padding-bottom: 0;
}

.main_heading {
	border-bottom: 1px solid #000;
	margin-bottom: 48px;
	padding-bottom: 24px;
}
.about-section {
	background-color: #0c0e17;
	color: #fff;
}

.about-section .container-fluid {
	display: flex;
	gap: 50px;
	flex-wrap: wrap;
}

/* Left Side */
.about-left {
	flex: 1 1 55%;
}

.about-left .since {
	color: #ff4d00;
	font-size: 12px;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 10px;
}
.about-section .about-left h2 {
	font-size: clamp(32px,48px,92px);
	line-height: clamp(42px,58px,102px);
	font-weight: 900;
}

.about-left h2 .highlight {
	color: #ff6a00; /* bright orange */
}

.trusted-slider {
	background: #ffffff;
	padding: 40px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.trusted-slider .container {
	max-width: 1200px;
	margin: auto;
	text-align: center;
}

.trusted-title
{
	font-size: 12px;
	letter-spacing: 2px;
	color: #777;
	margin-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
}

.logo-slider .logo-item {
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: 70px;
}

.logo-slider .logo-item img {
	/* max-height: 45px; */
	max-width: 150px;
	object-fit: contain;
	filter: grayscale(100%);
	opacity: 0.7;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-slider .logo-item img:hover {
	filter: grayscale(0%);
	opacity: 1;
}


/* Stats */
.stat img {
	width: 50px;
	height: 50px;
	margin-bottom: 20px;
	/*     backdrop-filter: brightness(100); */
}
.about-stats {
	display: flex;
	column-gap: 1%;
	margin-top: 30px;
	flex-wrap:wrap;
	justify-content:space-between;
}
.about-stats .stat
{
	background-color: #1a1c26;
	padding: 14px 20px;
	border-radius: 8px;
	width: 24%;
	aspect-ratio:1/1;
	border: 1px solid #ffffff36;
}
.about-stats .stat h3 {
	font-size: clamp(1rem,3vw,2rem);
	color: #ff4d00;
	margin: 0;
}

.about-stats .stat p {
	font-size: clamp(0.75rem,2vw,1.25rem);
	letter-spacing: 1px;
	color: #ffffff;
	margin: 5px 0 0;
}

/* Right Side Tabs */
.about-right {
	flex: 1 1 40%;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.about-right .tab {
	display: flex;
	align-items: flex-start;
	background-color: #1e1f29;
	padding: 15px 20px;
	border: 1px solid #333;
	border-radius: 8px;
	transition: all 0.3s ease;
	cursor: pointer;
}

.about-right .tab:hover {
	background-color: #ff4d00;
	color: #ffffff;
}
.about-right .tab:hover h4{
	color:#ffffff;
}
.about-right .tab h4 {
	font-size: 24px;
	color: #ff4d00;
	margin-right: 15px;
	flex-shrink: 0;
	font-weight: bold;
}

.about-right .tab div h5 {
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: bold;
}

.about-right .tab div p {
	margin: 0;
	font-size: 14px;
	color: #b0b0b0;
}

.about-right .tab:hover div p {
	color: #ffffff;
}

/* Quality Certification */
.card.border {
	position: relative;
}

section.quality-cerification .card-body {
	position: absolute;
	top: 80%;
	right: 0;
	background: #fff;
	z-index: 2;
	width: 80%;
	margin-left: unset;
	border: 0;
	padding: 38px;
	border-radius: 10px 0px 0px 0px;
}
section.quality-cerification {
    min-height: 730px;
}
.card-img, .card-img-top {
	border-radius: 0;
}

section.quality-cerification .card-body a.btn.know-more-btn span.text {
	color: #F6771D;
}

section.quality-cerification .card-body .card-title {
	font-weight: 600;
	font-size: 40px;
	line-height: 50px;
	color: #000;
	margin-bottom: 15px;
	padding: 0;
}

/* Capabilities Section */
/* section.capabaility_Sec {
padding: 108px 0px;
} */

section.capabaility_Sec .accordion-item .accordion-header {
	margin: 0;
}
#capabilityAccordion .accordion-item:not(last-child) {
	border:unset;
	border-bottom: 1px solid lightgray;
	/*     padding-bottom: 20px; */
}
#capabilityAccordion .accordion-item p{
	margin-bottom:20px;
}
section.capabaility_Sec h2 {
	font-weight: 700;
	font-size: 56px;
	line-height: 66px;
	margin-bottom: 12px;
}

section.capabaility_Sec p {
	font-weight: 400;
	font-size: 20px;
	line-height: 34px;
	margin-bottom: 48px;
}

button.accordion-button.collapsed {
	padding: 24px 0px;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
}

.accordion-button:not(.collapsed) {
	background-color: transparent;
	color: #F6771D;
	box-shadow: none;
	padding: 28px 0px 0px 0px;
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
}

.accordion-body {
	font-weight: 400;
	font-size: 20px;
	line-height: 34px;
	padding: 0px;
}

/* Industry Section */
.industry-section {
	background: #1A1A1A;
	position: relative;
	overflow: hidden;
}

.section-header {
	text-align: left;
	margin-bottom: 60px;
	position: relative;
	z-index: 2;
}

.section-title {
	font-size: 3.5rem;
	font-weight: 700;
	color: white;
	margin-bottom: 20px;
	line-height: 1.2;
}

.industry-section .section-header p.section-subtitle {
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	text-transform: capitalize;
	padding: 0;
	margin: 0;
}

.industry-slider {
	position: relative;
	z-index: 2;
}

.industry-card {
	border-radius: 10px 10px 0px 0px;
	overflow: hidden;
	margin: 0 15px;
	position: relative;
	transition: all 0.4s ease;
}

.industry-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 50px rgba(255, 102, 0, 0.2);
	border-color: #ff6600;
}

.card-image {
	height: 280px;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}

.card-image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(255, 102, 0, 0.8), rgba(0, 123, 255, 0.6));
	opacity: 0.7;
	transition: opacity 0.3s ease;
}

.industry-card:hover .card-image::before {
	opacity: 0.9;
}

.card-icon {
	position: absolute;
	top: 75%;
	left: 20px;
	width: 50px;
	height: 50px;
	background: #F6771D;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #F6771D;
}

.card-icon i {
	font-size: 24px;
	color: white;
	transform: rotate(-45deg);
}

.card-content {
	padding: 30px;
	background: #1A1A1A;
}

.card-title {
	font-size: 1.8rem;
	font-weight: 600;
	color: white;
	margin-bottom: 15px;
}

.card-description {
	font-size: 0.95rem;
	color: #b0b0b0;
	line-height: 1.6;
	margin-bottom: 20px;
}

.card-features {
	list-style: none;
	padding: 0;
}

.card-features li {
	color: #ff6600;
	font-size: 0.9rem;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
}

.card-features li::before {
	content: '✓';
	margin-right: 8px;
	color: #ff6600;
	font-weight: bold;
}

/* Navigation Buttons */
.custom-nav {
	text-align: left;
	margin-bottom: 48px;
}

.industry-section .custom-nav button#prevBtn {
	border-radius: 10px 0px 0px 10px;
	margin-left: 0;
}

.industry-section .section-header h2.section-title {
	font-family: Open Sans;
	font-weight: 700;
	font-size: 56px;
	line-height: 66px;
	margin-bottom: 24px;
}

.industry-section .custom-nav button#nextBtn {
	border-radius: 0px 10px 10px 0px;
}

.nav-btn {
	background: rgba(255, 102, 0, 0.1);
	border: 2px solid #ff6600;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin: 0 10px;
	cursor: pointer;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.nav-btn:hover {
	background: #ff6600;
	transform: scale(1.1);
}

.nav-btn i {
	color: #ff6600;
	font-size: 18px;
	transition: color 0.3s ease;
}

.nav-btn:hover i {
	color: white;
}

/* Client Section - FIXED LAYOUT */
section.client_sec {
	padding: 108px 0px;
}

section.client_sec .row {
	align-items: stretch;
}

section.client_sec .client_left_content {
	background: #F6771D;
	padding: 56px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

section.client_sec .client_left_content h2 {
	font-weight: 700;
	font-size: 56px;
	line-height: 66px;
	color: #fff;
	margin-bottom: 20px;
}

section.client_sec .client_left_content p {
	font-weight: 500;
	font-size: 24px;
	line-height: 34px;
	color: #fff;
	margin-bottom: 48px;
}

section.client_sec .client_right_Sec {
	position: relative;
	margin-left: -8%;
	background: #fff;
	padding: 42px 80px;
	z-index: 2;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

section.client_sec .client_left_content .know-more-btn span.text {
	color: #fff;
}

.client-logo {
	height: 80px;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.client-logo:hover {
	transform: scale(1.1);
}

/* Footer */
footer.footer {
	background: #000;
	padding: 98px 0px 24px 0px;
}

footer.footer img {
	width: 80%;
	height: unset;
}

.footer h6 {
	color: #fff;
	font-family: Open Sans;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0%;
	margin-bottom: 18px;
	text-transform: capitalize;
}

.footer-link , .footerList a{
	font-weight: 400;
	font-size: 18px;
	line-height: 40px;
	text-transform: capitalize;
	color: #ddd;
	text-decoration: none;
	display: block;
}

.footer-link:hover , .footerList a:hover{
	color: #fff;
	text-decoration: underline;
}



a.privacy_link {
	font-family: Open Sans;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #F6771D;
	text-decoration: none;
}

address.small {
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	color: #ddd;
}

.footer_bottom {
	padding-top: 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.footer_bottom small {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #ddd;
}

.footer_bottom .social_link ul {
	display: flex;
	flex-direction: row;
	gap: 12px;
	list-style: none;
	padding: 0;
	margin: 0;
}

/* .footer_bottom .social_link ul li {
background: #fff;
padding: 5px 10px;
} */

/* Slick Slider Customization */
.slick-dots {
	bottom: -60px;
}

.slick-dots li button:before {
	color: #ff6600;
	font-size: 12px;
}

.slick-dots li.slick-active button:before {
	color: #ff6600;
}

.slick-prev,
.slick-next {
	width: 50px;
	height: 50px;
	background: rgba(255, 102, 0, 0.1);
	border: 2px solid #ff6600;
	border-radius: 50%;
	z-index: 10;
}

.slick-prev:before,
.slick-next:before {
	color: #ff6600;
	font-size: 20px;
}

.slick-prev {
	left: -25px;
}

.slick-next {
	right: -25px;
}

/* Animations */
.industry-card {
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Responsive Design */
@media (max-width: 992px) {
	.about-us-banner ul li .about_box {
		width: 100%;
		margin-bottom: 40px;
	}

	.About_counter_second_child,
	.About_counter_third_child,
	.About_counter_fourth_child {
		position: static;
		transform: none;
		margin: 30px 0;
		justify-content: center;
	}

	section.client_sec .client_right_Sec {
		margin-left: 0;
		margin-top: 20px;
	}

	section.our-products .main_heading h2,
	section.capabaility_Sec h2,
	.industry-section .section-header h2.section-title {
		font-size: 40px;
		line-height: 50px;
	}

	section.our-products .row{
		gap:20px;
	}

	.about-us-banner ul li .about_box h2 {
		font-size: 40px;
		line-height: 50px;
	}
}

@media (max-width: 768px) {
	.section-title {
		font-size: 2.5rem;
	}

	.industry-card {
		margin: 0 10px;
	}

	.card-image {
		height: 220px;
	}

	.card-content {
		padding: 20px;
	}

	.slick-prev {
		left: -15px;
	}

	.slick-next {
		right: -15px;
	}

	h1.counter {
		font-size: 80px;
		line-height: 70px;
	}

	.About_counter_second_child::after,
	.About_counter_third_child::after,
	.About_counter_fourth_child::after {
		font-size: 80px;
		line-height: 70px;
	}
}

@media (max-width: 576px) {
	.section-title {
		font-size: 2rem;
	}

	.industry-section {
		padding: 50px 0;
	}

	.slick-prev,
	.slick-next {
		display: none !important;
	}

	.about-us-banner ul li .about_box {
		width: 100%;
	}

	.footer_bottom {
		flex-direction: column;
		gap: 20px;
	}
}
.footer_bottom_right_link {
	display: flex;
	align-items: center;
	gap: 20px;
}

/* Make in India logo */
.made_in_india_box img {
	max-height: 50px;
	object-fit: contain;
}

/* Social icons list */
.social_link ul {
	display: flex;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

a.common_btn {
	background: #ff6a00;
	width: fit-content;
	padding: 12px 48px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	display: inline-block;
	width:max-content;
}


/* Bread Crumb Section Start */

.breadcam-section {
	position: relative;
	height: 380px;
	background: #1F1F1F;
	padding: 0;
}
.breadcam-section:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: rgb(17 24 39 / 70%);
	z-index:-1;
}
.breadcam-title {
	position: absolute;
	bottom: 0;
	transform: translateY(-40%);
}
.breadcam_link a {
	color: #fff;
	text-decoration: none;
	font-weight: 100;
}
.breadcam-title h1 {
	color: #fff;
	text-transform: uppercase;
	padding-top: 12px;
	font-size: clamp(28px,34px,42px);
	line-height: clamp(38px,44px,52px);
	width: 70%;
	margin: 0;
}
.breadcam_link {
	display: flex;
	align-items: center;
	gap: 8px;
}
.breadcam-title span {
	font-size: 20px;
	color: #F6771D;
	font-weight: 500;
}

/* Bread Crumb Section End */

/* About Section */

/* Unique Parent Class to prevent CSS leaks */
.uc-about-precision-section {
	background-color: #0b0d17; /* Dark background from screenshot */
	/* 	padding: 100px 0; */
	font-family: 'Arial', sans-serif;
	color: #ffffff;
	overflow: hidden;
}

.uc-about-precision-section .uc-about-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.precisionList {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
.uc-about-precision-section .uc-about-wrapper {
	display: flex;
	gap: 80px;
}

/* Image Column Styles */
.uc-about-precision-section .uc-about-image-column {
	flex: 1.1;
}

.uc-about-precision-section .uc-about-image-box {
	position: relative;
	width: 100%;
}

.uc-about-precision-section .uc-about-image-box img {
	width: 100%;
	height: auto;
	display: block;
	box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

/* Content Column Styles */
.uc-about-precision-section .uc-about-content-column {
	flex: 1.2;
}

.uc-about-precision-section .uc-about-main-heading {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 30px 0;
	color: #ffffff;
}

.uc-about-precision-section .uc-about-highlight {
	color: #f37021; /* Your signature orange color */
}

.uc-about-precision-section .uc-about-text-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.uc-about-precision-section .uc-about-description {
	font-size: 16px;
	line-height: 1.8;
	color: #cccccc; /* Slightly dimmed white for readability */
	margin: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
	.uc-about-precision-section .uc-about-wrapper {
		flex-direction: column;
		gap: 50px;
		text-align: center;
	}

	.uc-about-precision-section .uc-about-main-heading {
		font-size: 36px;
	}

	.uc-about-precision-section .uc-about-content-column {
		flex: 1;
	}
}







/* Parent Class Scoping */
.uc-mvv-section {
	line-height: 1.6;
	background-color: #ffffff;
	padding: 0px;
}

.uc-mvv-section .uc-mvv-container {
	max-width: 100%; /* Spans full width as per screenshot */
	margin: 0 auto;
}

.uc-mvv-section .uc-mvv-wrapper {
	display: flex;
	min-height: 450px;
}

/* Left Panel - Orange Section */
.uc-mvv-section .uc-mvv-left-panel {
	background-color: #f37021; /* Signature Orange */
	flex: 1;
	padding: 60px 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #ffffff;
}

.uc-mvv-section .uc-mvv-item {
	display: flex;
	align-items: flex-start;
	gap: 25px;
}

.uc-mvv-section .uc-mvv-icon-box img {
	width: 60px;
	height: auto;
}

.uc-mvv-section .uc-mvv-main-title {
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 10px 0;
}

.uc-mvv-section .uc-mvv-description {
	font-size: 16px;
	margin: 0;
}

.uc-mvv-section .uc-mvv-divider {
	height: 1px;
	background-color: rgba(255, 255, 255, 0.3);
	margin: 40px 0;
	width: 100%;
}

.uc-mvv-section .uc-mvv-right-grid {
	flex: 1.2;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.uc-mvv-section .uc-mvv-grid-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px 40px 40px 80px;
	text-align: center;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	text-align: left;
}

.uc-mvv-section .uc-mvv-grid-item:nth-child(even) {
	border-right: none;
}

.uc-mvv-section .uc-mvv-grid-icon {
	width: 70px;
	height: auto;
	margin-bottom: 20px;
}

.uc-mvv-section .uc-mvv-grid-title {
	font-size: 20px;
	font-weight: 700;
	color: #000000;
	max-width: 200px;
	margin: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
	.uc-mvv-section .uc-mvv-wrapper {
		flex-direction: column;
	}

	.uc-mvv-section .uc-mvv-left-panel {
		padding: 40px 20px;
	}

	.uc-mvv-section .uc-mvv-right-grid {
		grid-template-columns: 1fr;
	}
}

/* Parent Section */
.uc-stats-section {
	padding: 80px 0;
	background-color: #fff;
}

.uc-stats-section .uc-stats-container {
	display: flex;
	align-items: stretch;
}

.uc-stats-section .uc-stats-sidebar {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 30px;
	border-left: 3px solid #000; 
}

.uc-stats-section .uc-stats-vertical-text {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 2px;
	color: #333;
	text-transform: uppercase;
}

.uc-stats-section .uc-stats-grid {
	display: flex;
	width: 100%;
}

.uc-stats-section .uc-stats-card {
	flex: 1;
	padding: 60px 40px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 300px;
}

.uc-stats-section .uc-stats-number {
	font-size: 64px;
	font-weight: 800;
	margin: 0 0 20px 0;
}

.uc-stats-section .uc-stats-desc {
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
}

.uc-stats-section .uc-bg-grey {
	background-color: #f0f0f0;
	color: #000;
}

.uc-stats-section .uc-bg-orange {
	background-color: #f37021;
	color: #fff;
}

.uc-stats-section .uc-bg-dark {
	background-color: #1e1e1e;
	color: #fff;
}

.uc-stats-section .uc-bg-black {
	background-color: #0b0d17;
	color: #fff;
}

@media (max-width: 991px) {
	.uc-stats-section .uc-stats-container {
		flex-direction: column;
	}

	.uc-stats-section .uc-stats-sidebar {
		border-left: none;
		border-top: 3px solid #000;
		padding: 0 0 30px 0;
		margin-bottom: 20px;
	}

	.uc-stats-section .uc-stats-vertical-text {
		writing-mode: horizontal-tb;
		transform: none;
	}

	.uc-stats-section .uc-stats-grid {
		flex-direction: column;
	}

	.uc-stats-section .uc-stats-card {
		padding: 40px 20px;
		min-height: auto;
	}

	.uc-stats-section .uc-stats-number {
		font-size: 48px;
	}
}


.uc-people-section {
	background-color: #0b0d17; 
	padding: 100px 0;
	font-family: Arial, sans-serif;
	color: #ffffff;
}

.uc-people-section .container {
	position: relative;
}

.uc-people-section .uc-people-main-heading {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 60px;
	color: #ffffff;
	text-align: left;
}

.uc-people-section .uc-people-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.uc-people-section .uc-people-col {
	display: flex;
	flex-direction: column;
}

.uc-people-section .uc-people-img-box {
	width: 100%;
	height: 240px; 
	overflow: hidden;
	margin-bottom: 25px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.uc-people-section .uc-people-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}

.uc-people-section .uc-people-col:hover .uc-people-img-box img {
	transform: scale(1.1);
}

.uc-people-section .uc-people-content p {
	font-size: 15px;
	line-height: 1.6;
	color: #cccccc;
	margin: 0;
}

@media (max-width: 1024px) {
	.uc-people-section .uc-people-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.uc-people-section .uc-people-grid {
		grid-template-columns: 1fr;
	}
	.uc-people-section .uc-people-main-heading {
		font-size: 32px;
		margin-bottom: 40px;
	}
}

.uc-better-world-section {
	padding: 100px 0;
	background-color: #ffffff;
	font-family: 'Arial', sans-serif;
	overflow: hidden;
}

.uc-better-world-section .uc-bw-row {
	display: flex;
	align-items: center;
	gap: 80px;
}

.uc-better-world-section .uc-bw-visual-col {
	flex: 1;
}

.uc-better-world-section .uc-bw-img-wrap img {
	max-width: 500px;
	width: 100%;
	height: auto;
	display: block;
}

.uc-better-world-section .uc-bw-content-col {
	flex: 2;
}

.uc-better-world-section .uc-bw-main-title {
	font-size: 44px;
	line-height: 1.2;
	font-weight: 500;
	color: #000000;
	margin-bottom: 30px;
}

.uc-better-world-section .uc-bw-highlight {
	display: block;
	color: #f37021;
	font-weight: 700;
	font-size: 68px;
	margin-top: 5px;
	text-align: right;
}

.uc-better-world-section .uc-bw-description {
	font-size: 16px;
	line-height: 1.8;
	color: #444;
	margin-bottom: 40px;
}

.uc-better-world-section .uc-bw-btn {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	color: #f37021;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	transition: 0.3s ease;
}

.uc-better-world-section .uc-bw-btn .uc-bw-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border: 2px solid #f37021;
	border-radius: 4px;
	transition: 0.3s ease;
}

.uc-better-world-section .uc-bw-btn:hover {
	gap: 20px;
}

.uc-better-world-section .uc-bw-btn:hover .uc-bw-icon {
	background-color: #f37021;
	color: #fff;
}
.uc-bw-action span {
	color: #F5771C !important;
	font-size: 18px !important;
}

@media (max-width: 1024px) {
	.uc-better-world-section .uc-bw-main-title { font-size: 36px; }
	.uc-better-world-section .uc-bw-highlight { font-size: 54px; }
}

@media (max-width: 991px) {
	.uc-better-world-section .uc-bw-row {
		flex-direction: column;
		text-align: center;
		gap: 50px;
	}
	.uc-better-world-section .uc-bw-description {
		margin-left: auto;
		margin-right: auto;
	}
	.uc-better-world-section .uc-bw-btn {
		justify-content: center;
	}
}


.company-journey {
	background-color: #f2f9fb;
}
.yearBtnBox {
	display: flex;
	flex-direction: column;
	position:relative;
}

.company-journey-rt-box {
	border-left: 4px solid #ff6a00;
	background-color: #fff;
	padding: 25px 20px;
	border-radius: 4px;
}
.company-journey-rt-box h6 .first{
	background-color: #131313;
	padding: 5px 10px;
	display: inline-block;
}

.company-journey-rt-box h6{
	color: #fff;
}

.company-journey-rt-box h6 .second {
	background-color: #F6771D;
	padding: 5px 10px;
	display: inline-block;
	text-transform: uppercase;
}
.company-journey-rt-box h6 .second-blue {
	background-color: #0d6efd;
	padding: 5px 10px;
	display: inline-block;
	text-transform: uppercase;
}

.company-journey-rt-box h5 {
	color: #ff6a00;
	margin-bottom: 14px;
}



.company-journey-outer .tab-content {
	width: 65%;
}
@media (max-width:991px){
.company-journey-outer .nav-link{
    min-width:100px;
}
}
.company-journey-outer .nav-link {
	display: inline-block;
	width: inherit;
	text-align: left;
	background-color: transparent;
	color: #222;
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 18px;
	position: relative;
}

.company-journey-outer .nav-link.active {
	background-color: transparent;
	color: #f6771d;
}

.company-journey-rt h3 {
	font-size: clamp(18px, 3.2vw, 42px);
	color: #f6771d;
	margin-bottom: 18px;
	font-weight: 600;
}

.company-journey-top-nav h2 {
	font-size: clamp(32px,5vw,80px);
	color: #f6771d;
	font-weight: 700;
	margin-bottom: 32px;
}

.company-journey-top-nav h6 {
	font-size: 16px;
	color: #3f3e3e;
	margin-bottom: 0;
	font-weight: 700;
}

.company-journey-rt {
	padding-top: 75px;
}

.company-journey-rt > p {
	margin-bottom: 30px;
}

.company-journey-outer .nav-link:before {
	position: absolute;
	width: 10px;
	height: 10px;
	border: 1px solid #f6771d;
	content: '';
	left: -15px;
	border-radius: 50%;
	top: 18px;
	background-color:#f2f9fb;
}

.company-journey-outer .nav-link.active:before {
	background-color: #f6771d;
}

.yearBtnBox:before {
	position: absolute;
	content: '';
	width: 1px;
	height: 84%;
	background-color: #f6771d;
	top: 7.75%;
	right: calc(100% + 9px);
}

.company-journey-outer .nav {
	width: 35%;
	position: relative;
}

.breadcam-sec {
	position: relative;
	z-index: 9;
	min-height: 380px;
	align-content: center;
}

.breadcam-sec:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgb(17 24 39 / 70%);
}

.bread-title span {
	color: #f6771e;
	display: inline-block;
	margin-bottom: 8px;
}

.bread-title h2 {
	color: #fff;
	font-size: clamp(24px,36px,48px);
	line-height: clamp(34px,46px,58px);
	font-weight: 700;
}

.bread-title p {
	color: #fff;
}
.certificateBox{
	background-color: #f1f2f3;
	padding: 40px 50px;
	border-radius: 16px;
	height:100%;
}
.recognized-title {
	text-align: center;
	width: 70%;
	margin: 0 auto 60px;
}
.certificateImg img {
	width: 100%;
}
.certImgBox img {
	width: 100%;
	object-fit: contain;
}
.certificateImg {
	width: 75%;
	margin: auto;
	margin-bottom:30px;
}
.recognised-box {
	text-align: center;
}

.recognised-box h2 span {
	color: #f6771d;
}

.recognised-box h2 {
	color: #1b1b54;
	border: 3px solid #1b1b54;
	display: inline-block;
	padding: 2px 5px;
	margin-bottom: 30px;
	font-weight: 700;
}

.recognised-box p {
	font-size: 17px;
	line-height: 27px;
}

.recognised-box h4 {
	margin-bottom: 10px;
	font-weight: 700;
}

.recognized-title h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 45px;
}

.recognised-box.iso h2 {
	border: none;
}

.recognised-box.iso h2 span {
	font-size: 18px;
	background-color: #f6771d;
	color: #fff;
	border-radius: 6px;
	padding: 0px 3px;
	margin-left: 10px;
}

.recognised-box.iso h2 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.capability-sec {
	background-color: rgb(17 24 39 / 100%);
}

.capability-left h2 {
	color: #fff;
}

.capability-left p {
	margin: unset;
	color: lightgray;
}

.counter-box {
	background-color: rgba(255, 255, 255, 0.15);
	padding: 20px;
	padding-bottom:30px;
	border-radius: 10px;
	border-left: 5px solid var(--orange);
	height:100%;
}
.counter-box h4 {
	font-size: clamp(24px, 28px ,40px);
	line-height: clamp(32px, 36px ,48px);
	font-weight: 800;
	margin-bottom:unset;
	color: var(--orange);
}
.counter-box h6 {
	color:#fff;
}
.capability-left .row {
	margin-top:20px;
	row-gap: 20px;
}

.assurance-img {
	height: 100%;
}
.assurance-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}



.technologySec {
	background:rgb(17, 24, 39, 0.3);
}

.cmm-card {
	border-radius: 18px;
	height: 100%;
	min-height: 320px;
}
.tool-item .icon img {
	width: 40px;
	height: 40px;
}
.cmm-card img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.cmm-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0,0,0,0.75) 10%, rgba(0,0,0,0.3) 60%, transparent 100%);
}
h4.fw-bold {
	border-bottom: 1px solid lightgray;
	padding-bottom: 10px;
}
.cmm-content {
	position: relative;
	z-index: 2;
	padding: 40px;
	max-width: 80%;
	height: 100%;
	align-content: flex-end;
}
.cmm-content .badge{
	background:rgba(255,255,255,0.2);
	backdrop-filter:blur(10px);
	color:#fff;
}
.precision-card {
	background: #fff;
	border-radius: 16px;
	height: 100%;
}
.tool-item h6{
	color:var(--orange);
}
.tool-item .icon {
	font-size: 20px;
	margin-right: 12px;
	color: #ff5a1f;
}



.processSec{
	background-color:var(--blue);
	color:#fff;
}
.processContainerBoxes {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	position:relative;
}
.processContainerBoxes:before {
	content: '';
	position: absolute;
	width: 80%;
	left: 10%;
	height: 1px;
	background: #fff;
	top: 50%;
}
.processContainerBoxes > div {
	padding:30px;
	display:flex;
	flex-direction:column;
	gap:5px;
	text-align:center;
}
.processContainerBoxes > div:hover{
	border-color:var(--orange);
}
.processContainerBoxes .icon{
	width:30%;
	margin-inline:auto;
	/* 	border-radius:50%; */
	margin-bottom:20px;
	overflow:hidden;
}
.processContainerBoxes h5{
	font-weight:600;
}
.processContainerBoxes p{
	line-height:100%;
}

.processContainerBoxes.whyJoinBoxes{
	display:block;
}
.processContainerBoxes.whyJoinBoxes .row {
	gap: unset;
	flex-direction: unset;
	padding:unset;
}
.processContainerBoxes.whyJoinBoxes .card{
	padding:30px;
	height:100%;
}

.workCultureSec{
	background-color:var(--blue);
	color:#fff;
}
.cultureContentBox {
	width:90%;
}
.cultureContentBox ul {
	padding-left: 0;
	display: flex;
	flex-direction: column;
	color: #fff;
	font-size: 18px;
}
.cultureContentBox ul li {
	position: relative;
	padding-left: 32px; /* space for icon */
	margin-bottom: 5px;
}

.cultureContentBox ul li::before {
	content: "✔";
	position: absolute;
	left: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	background-color: var(--orange);
	color: #fff;
	font-size: 12px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.workCultureSec .assurance-img img {
	height: unset;
	object-fit: contain;
}
.workCultureSec .assurance-img {
	align-content: center;
}


.growthBoxes .card {
	text-align: center;
	padding: 20px;
	transition:0.5s;
	height:100%;
}

.growthBoxes .card:hover {
	border-color:var(--orange);
}
.growthBoxes .card .icon {
	width: max-content;
	margin-inline: auto;
	aspect-ratio: 1 / 1;
	margin-bottom:15px;
}
.growthBoxes .card .icon p {
	border-radius:50%;
	border:2px solid var(--orange);
	color: var(--orange);
	font-weight:800;
	font-size:24px;
	/* 	padding:10px; */
	aspect-ratio: 1 / 1;
	display:flex;
	justify-content:center;
	align-items:center;
}




.shapeFutureSection .mainHeading {
	text-align: center;
}

.career-section {
	background: #f4f4f4;
}

.job-card {
	background: #fff;
	padding: 20px 25px;
	border-radius: 12px;
	margin-bottom: 20px;
	box-shadow: 0 3px 8px rgba(0,0,0,0.05);
	transition: 0.3s ease;
}

.job-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
.job-info h5 {
	font-size: 28px;
	line-height: 34px;
	font-weight: 600;
}
.job-meta span {
	font-size: 16px;
	color: #6c757d;
	margin-right: 18px;
	position: relative;
}

.job-meta span::before {
	content: "•";
	margin-right: 6px;
	color: #adb5bd;
}

.job-meta span:first-child::before {
	content: "";
	margin: 0;
}

.apply-btn {
	border: 1px solid #333;
	padding: 8px 20px;
	border-radius: 30px;
	font-size: 16px;
	background: transparent;
	transition: 0.3s;
}

.apply-btn:hover {
	background: #ff6a00;
	border-color: #ff6a00;
	color: #fff;
}

.future-link {
	color: var(--orange);
	text-decoration: none;
	font-weight: 500;
}

.future-link:hover {
	text-decoration: underline;
}
.jobsContainer{
	width:80%;
	margin-inline:auto;
}


.applySection  {
	background: var(--blue);
	color:#fff ;
}

.apply-card {
	background: #fff;
	padding: 50px;
	border-radius: 12px;
	box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

.submit-btn {
	background: #ff6a00;
	color: #fff;
	padding: 12px;
	border-radius: 8px;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.submit-btn:hover {
	background: #e55d00;
	color: #fff;
}





.impactSection {
	background: var(--blue);
}

/* Common Card */
.impactSection .impact-card {
	border-radius: 14px;
	padding: 30px 25px;
	height: 100%;
	color: #fff;
	box-shadow: 0 10px 30px rgba(0,0,0,0.15);
	transition: 0.3s ease;
}
.impact-card .icon img {
	width: 50px;
	height: 50px;
}
.impactSection .impact-card:hover {
	transform: translateY(-6px);
}

/* Gradients */
.impactSection .impact-card.green {
	background: linear-gradient(135deg, #49a34a, #6ec06f);
}

.impactSection .impact-card.blue {
	background: linear-gradient(135deg, #2e7ecb, #4aa3e0);
}

.impactSection .impact-card.purple {
	background: linear-gradient(135deg, #7b2fa3, #b44ac0);
}

.impactSection .impact-card.dark {
	background: #132f4c;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Text Styling */
.impactSection .impact-card h3 {
	font-size: 42px;
	font-weight: 700;
	margin:0px;
}

.impactSection .impact-card h5 {
	font-weight: 600;
	margin-bottom: 10px;
}

.impactSection .impact-card p {
	font-size: 14px;
	opacity: 0.9;
}

/* Icons */
.impactSection .impact-card .icon {
	display:flex;
	align-items:center;
	gap:10px;
	font-size: 34px;
	opacity: 0.95;
	margin-bottom:10px;
}

/* Quote Card */
.impactSection .quote-text {
	font-style: italic;
	line-height: 1.6;
	font-size: 16px;
	margin: 15px 0;
}

.impactSection .ceo {
	font-size: 13px;
	opacity: 0.8;
}

.impactSection .quote-line {
	width: 40px;
	height: 3px;
	background: #ff6a00;
}

.impactSection .quote-line.top {
	margin-bottom: 10px;
}

.impactSection .quote-line.bottom {
	margin-top: 15px;
}


/* Tabs */
.sustainSection .custom-tabs .nav-link {
	border: none;
	color: #6c757d;
	font-weight: 600;
	margin: 0 15px;
	position: relative;
	padding: 10px 40px;
	font-size: 20px;
}

.sustainSection .custom-tabs .nav-link.active {
	color: #000;
}

.sustainSection .custom-tabs .nav-link.active::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #333;
}

/* Cards */
.sustainSection .img-card {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
}

.sustainSection .img-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.sustainSection .img-card:hover img {
	transform: scale(1.08);
}

/* Overlay */
.sustainSection .overlay {
	position: absolute;
	inset: 0;
	padding: 20px;
	background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff;
}

.sustainSection .overlay h5 {
	font-weight: 700;
}

.sustainSection .overlay p {
	font-size: 14px;
	line-height:20px;
	opacity: 0.9;
}




.esgSection {
	background: var(--blue);
}

/* Main card */
.esg-card.left img {
	width: 40px;
	height: 40px;
	margin-bottom: 5px;
}
.esgSection .esg-card {
	background: #f4f4f4;
	padding: 30px;
	border-radius: 14px;
	height: 100%;
}
.esg-card.left > h5{
	font-size:30px;
	line-height:40px;
}

/* badges */
.esgSection .badge {
	padding: 10px 18px;
	font-size: 12px;
	border-radius: 6px;
	color: #fff;
	font-weight: 600;
}

.esgSection .badge.env {
	background: #3ca64a;
}

.esgSection .badge.soc {
	background: #2f86d6;
}

.esgSection .badge.gov {
	background: #8e2bb3;
}

/* mini content boxes */
.esgSection .mini-box {
	background: #fff;
	padding: 15px;
	border-radius: 10px;
	height: 100%;
	box-shadow: 0 3px 8px rgba(0,0,0,0.05);
}

.esgSection .mini-box ul {
	padding-left: 18px;
	display:flex;
	flex-direction:column;
	gap:15px;
	margin: 0;
	padding:20px;
}

.esgSection .mini-box li {
	list-style:disc;
}
.esg-icons .icon {
	font-size: 26px;
	margin-bottom: 5px;
}
.green { color:#3ca64a }
.blue { color:#2f86d6 }
.purple { color:#8e2bb3 }

/* SDG image */
.esgSection .sdg-img {
	max-width: 90%;
	margin-top: 15px;
}

/* .esgPerformance {
background: var(--blue);
} */

.esgPerformance .perf-card {
	background: var(--blue);
	color: #fff;
	padding: 30px 25px;
	border-radius: 12px;
	position: relative;
	height: 100%;
	transition: 0.4s;
	overflow: hidden;
}

.esgPerformance .perf-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.esgPerformance .corner-icon {
	position: absolute;
	width: 100px;
    height: 100px;
    top: -20%;
    right: -15%;
	background: #ff6a00;
	padding: 8px 10px;
	font-size: 18px;
	transform: rotate(45deg);
}
.esgPerformance .corner-icon img {
	transform: rotate(-45deg) translate(30px, 50px);
	width: 30px ;
	height: 30px ;
}

.esgPerformance .perf-card h4 {
	margin-top: 45px;
	font-weight: 700;
	padding-bottom:15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.esgPerformance .perf-card .desc {
	font-size: 14px;
	opacity: 0.85;
	margin: 15px 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-bottom: 15px;
}

.esgPerformance .highlight {
	margin-top: 10px;
	/*   font-size: 13px; */
	color:#fff;
	/*   opacity: 0.8; */
}

.esgPerformance .stats {
	display: grid;
/* 	grid-template-columns: repeat(2, 1fr); */
	gap: 10px;
	margin-top: 15px;
}

.esgPerformance .stats span {
	display: block;
	font-size: 26px;
	font-weight: 700;
	color: #ff6a00;
}

.esgPerformance .stats small {
	/*   font-size: 12px; */
	opacity: 0.8;
}

.timeline-line {
	position: relative;
	margin: 30px 0;
	height: 2px;
	background: #ccc;
}

.timeline-line::before,
.timeline-line::after {
	content: "";
	position: absolute;
	top: -6px;
	width: 14px;
	height: 14px;
	background: #ff6a00;
	border-radius: 50%;
}

.timeline-line::before { left: 0; }
.timeline-line::after { right: 0; }



.support-section {
	background: #f3f3f3;
}

.support-section .left-box {
	background: var(--blue);
	color:#fff;
	border-radius: 16px;
	padding:30px;
}

.support-form .form-control, .support-form .form-select {
	border-radius: 30px;
	padding: 12px 18px;
	border: 1px solid #ddd;
}

.support-form textarea.form-control {
	border-radius: 15px;
}

.btn-orange {
	background: #ff6a00;
	color: #fff;
	border-radius: 30px;
	font-weight: 600;
	border: none;
}

.btn-orange:hover {
	background: #e55d00;
	color: #fff;
}

.support-image img {
	object-fit: cover;
}
.support-card .icon img {
	width: 70%;
	height: 70%;
}
.support-card {
	background: #000;
	color: #fff;
	padding: 25px 18px;
	border-radius: 14px;
	word-wrap:break-word;
	height: 100%;
	transition: 0.3s;
}

.support-card:hover {
	transform: translateY(-5px);
}

.support-card .icon {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px solid #444;
	display: flex;
	align-items: center;
	justify-content: center;
}

.support-card i {
	font-size: 18px;
}









.filter-box {
	background: #fff;
	border-radius: 10px;
}
.filter-box h6 {
	font-size: 20px;
	font-weight: 600;
}


.job-card ul {
	display: flex;
	gap: 15px;
	padding: unset;
}
.job-card ul li {
	list-style: disc;
	margin-left: 10px;
}
.job-card ul li:first-child {
	margin-left: 0px;
	list-style: none;
}
.job-card h5 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 15px;
	display:flex;
	column-gap:15px;
}
.jobTypeFilter{
	display:flex;
	row-gap:5px;
	column-gap: 5px;
	flex-wrap: wrap;
}

/* Job Card Default Style */
.job-card {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 15px;
	/*     border-left: 4px solid #ff6a00; */
	display: block; /* Normal block rakhein */
	transition:0.5s;
}
.job-card:hover {
	border-left: 4px solid #ff6a00;
}

/* Card ke andar ka layout */
.cardInner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.darkBg{
	background-color:var(--blue);
}
.transparentBg{
	background-color:var(--orange);
}
/* Filter se hide karne ke liye */
.job-card.d-none {
	display: none !important;
}

.job-card ul {
	display: flex;
	gap: 15px;
	padding: unset;
	list-style: none;
}
input.common_btn2{
	background-color:transparent !important;
}
.modal ul li{
	list-style:disc;
}



.awardSec .mainHeading{
	width:75%;
	margin-inline:auto;
}
.awardContainerBoxes {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.awardBox {
	border-radius: 24px;
	padding: 30px 50px;
	background: #f1f2f3;
	display: flex;
	column-count: 2;
	gap: 50px;
}
.awardBox .awardImg {
	border-radius: 18px;
	overflow:hidden;
}
.awardContainerBoxes > div:nth-child(even) {
	flex-direction: row-reverse;
}
.awardContent {
	width: 70%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
}
.awardContent h4{
	color:var(--orange);
	font-weight:600;
}
.awardContainerBoxes > div:nth-child(even) .awardContent {
	margin-right: auto;
}
.awardContent > * {
	width: 80%;
}
footer a {
	color:#fff;
	text-decoration:none;
}

.uc-breadcrumbs li a{
	color:#fff !important;
}
.uc-breadcrumbs {
	display:flex;
	column-gap:10px;
}
.uc-single-industry-page .breadcam-sec{
	margin-bottom:50px;
}


.awardSliderContainer {
	position: relative;
}
.awardSec button{
	position:absolute;
	top:45%;
}
.awardSec button#prevBtn {
	left: -5%;
}
.awardSec button#nextBtn {
	right: -5%;
}


img.cornerIconImg {
    position: absolute;
    width: 10%;
    top: 20px;
    left: 20px;
}


/*hghyanih6*/

/* UC INDUSTRIES - Premium Engineering Aesthetics */


/* Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

/*body {*/
/*  font-family: var(--font-main);*/
/*  background-color: var(--color-bg-light);*/
/*  color: var(--color-text-main);*/
/*  line-height: 1.6;*/
/*  overflow-x: hidden;*/
/*  -webkit-font-smoothing: antialiased;*/
/*}*/

/* Glassmorphism utility */
.glass-panel {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

/* Glowing Pulse Dot */
.pulse-dot {
  width: 8px;
  height: 8px;
  background-color: #22C55E;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
  animation: pulse-ring 1.8s infinite;
}

@keyframes pulse-ring {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(34, 197, 94, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
}

/* Typography Utility */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-main);
  font-weight: 700;
  /*color: var(--color-text-main);*/
  letter-spacing: -0.02em;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
  transition: var(--transition-fast);
}

.highlight-orange {
  color: #F6771D;
}

/* Layout Utilities */
.container {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
}

/* Navbar */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(250, 247, 242, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--color-border-light);
  padding: 1rem 0;
  transition: var(--transition-fast);
}

.navbar.scrolled {
  box-shadow: var(--shadow-sm);
  padding: 0.75rem 0;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.logo-symbol {
  font-size: 2rem;
  font-weight: 900;
  font-family: var(--font-heading);
  color: var(--color-primary-orange);
  line-height: 1;
  letter-spacing: -1px;
  border: 2.5px solid var(--color-primary-orange);
  padding: 2px 8px;
  border-radius: 4px;
  background: var(--color-primary-light);
}

.logo-text-group {
  display: flex;
  flex-direction: column;
}

.logo-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #1A1A1A;
  letter-spacing: 0.5px;
  line-height: 1.1;
}

.logo-tagline {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--color-text-muted);
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  list-style: none;
}

.nav-link {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #333333;
  padding: 0.4rem 0;
  position: relative;
  transition: var(--transition-fast);
}

.nav-link:hover, .nav-link.active {
  color: var(--color-primary-orange);
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-primary-orange);
}

 /*Header Buttons & Main Hero Section */
/*.hero-section {*/
  /*padding: 4.5rem 0 4rem 0;*/
  /*background-color: #FAF8F5;*/
  /*background-image: */
  /*  radial-gradient(circle at 85% 20%, rgba(230, 83, 40, 0.08) 0%, transparent 40%),*/
  /*  radial-gradient(circle at 15% 80%, rgba(212, 163, 89, 0.06) 0%, transparent 45%);*/
  /*border-bottom: 1px solid var(--color-border-light);*/
  /*position: relative;*/
/*  background-image: url(https://ucindustries.in/wp-content/uploads/2026/03/about-us-banner-1200x406.webp);*/
/*    padding: 4.5rem 0 4rem 0;*/
    /* background-color: #FAF8F5; */
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position: center, center;*/
    /* background-image: radial-gradient(circle at 85% 20%, rgba(230, 83, 40, 0.08) 0%, transparent 40%), radial-gradient(circle at 15% 80%, rgba(212, 163, 89, 0.06) 0%, transparent 45%); */
/*    border-bottom: 1px solid var(--color-border-light);*/
/*    position: relative;*/
/*}*/
/* Hero Section Container */
.hero-section {
  position: relative;
  background-image: url(https://ucindustries.in/wp-content/uploads/2026/03/about-us-banner-1200x406.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 6.5rem 0 6rem 0;
  border-bottom: 1px solid var(--color-border-light, #EBEBEB);
  overflow: hidden;
  display: flex;
  align-items: center;
  /*max-width: 1280px;*/
}
.zp{
    z-index:10;
}
/* Semi-transparent dark gradient overlay for optimal text contrast */
.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(17 24 39 / 70%);
  z-index: 1;
}

/* Ensure content stays above the overlay layer */
/*.hero-section .container {*/
/*  position: relative;*/
/*  z-index: 2;*/
/*  width: 100%;*/
/*}*/

/*.hero-content {*/
/*  max-width: 580px;*/
/*}*/

/* Premium Typography adjustments for readability over dark overlay */
/*.hero-tag {*/
/*  display: inline-block;*/
/*  font-size: 0.75rem;*/
/*  font-weight: 800;*/
/*  letter-spacing: 2px;*/
 
/*  text-transform: uppercase;*/
/*  margin-bottom: 1rem;*/
/*}*/

/*.hero-title {*/
/*  font-size: 3.5rem;*/
/*  font-weight: 800;*/
/*  line-height: 1.15;*/
  
/*  margin-bottom: 1.5rem;*/
/*  letter-spacing: -0.5px;*/
/*}*/

/*.hero-description {*/
/*  font-size: 1.05rem;*/
/*  line-height: 1.6;*/

/*  margin-bottom: 2rem;*/
/*}*/

/*.highlight-orange {*/
/*  color: #F6771D;*/
/*}*/

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.9rem;
  background: #FFFFFF;
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-pill);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--color-text-main);
  box-shadow: var(--shadow-sm);
  margin-bottom: 1.2rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3.5rem;
  align-items: center;
}

.hero-tag {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: #E65328;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  display: block;
}

.hero-title {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.08;
  color: #fff;
  margin-bottom: 1.2rem;
  letter-spacing: -1.2px;
}

.hero-description {
  font-size: 1.1rem;
  color: var(--color-text-muted);
  line-height: 1.65;
  margin-bottom: 2.2rem;
  max-width: 580px;
}

.hero-image-card {
  position: relative;
  background: #FFFFFF;
  border-radius: var(--radius-md);
  padding: 1.25rem;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--color-border-light);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--transition-normal);
}

.hero-image-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.hero-image-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

 Floating Spec Badges on Hero Image 
.hero-badge-overlay {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  background: rgba(26, 26, 26, 0.9);
  backdrop-filter: blur(12px);
  color: #FFFFFF;
  padding: 0.6rem 1rem;
  border-radius: var(--radius-sm);
  font-size: 0.78rem;
  font-weight: 700;
  border-left: 3px solid var(--color-primary-orange);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

 Manufacturing Showcase Gallery Section (Hover Text Overlay) 
.showcase-gallery-section {
  padding: 4.5rem 0;
  background-color: var(--color-bg-light);
  border-top: 1px solid var(--color-border-light);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
  margin-top: 2.5rem;
}

.gallery-card {
  position: relative;
  background: #FFFFFF;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--color-border-light);
  box-shadow: var(--shadow-sm);
  height: 380px;
  cursor: pointer;
  transition: all var(--transition-normal);
}

.gallery-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--color-border-accent);
}

.gallery-card-img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #FAFAFA;
}

.gallery-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-normal);
}

.gallery-card:hover .gallery-card-img {
  transform: scale(1.08);
}

 /*Gallery Hover Overlay & Text Animation (Uniform on Hover) */
.gallery-card-overlay {
  position: absolute;
  inset: 0;
  padding: 1.75rem;
  background: linear-gradient(180deg, rgba(0,0,0,0) 25%, rgba(20,20,20,0.85) 60%, rgba(10,10,10,0.95) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-card-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.4rem;
  transform: translateY(15px);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-card-desc {
  font-size: 0.88rem;
  color: #E0E0E0;
  line-height: 1.45;
  transform: translateY(15px);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) 0.05s;
}

 /*On hover for ALL cards: reveal text overlay and slide up */
.gallery-card:hover .gallery-card-overlay {
  opacity: 1;
  visibility: visible;
}

.gallery-card:hover .gallery-card-title,
.gallery-card:hover .gallery-card-desc {
  transform: translateY(0);
}

@media (max-width: 900px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.calculator-section {
  padding: 4.5rem 0;
  background-color: var(--color-bg-light);
  border-top: 1px solid var(--color-border-light);
  border-bottom: 1px solid var(--color-border-light);
}

.calc-wrapper {
  background: #FFFFFF;
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border-light);
  box-shadow: var(--shadow-md);
  padding: 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.calc-field-group {
  margin-bottom: 1.2rem;
}

.calc-field-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--color-text-main);
  margin-bottom: 0.4rem;
  display: block;
}

.calc-select, .calc-range {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--color-border-light);
  font-family: inherit;
  font-size: 0.9rem;
  background: var(--color-bg-light);
}

.calc-result-box {
  background: linear-gradient(135deg, #1A1A1A 0%, #292929 100%);
  color: #FFFFFF;
  border-radius: var(--radius-sm);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  box-shadow: var(--shadow-lg);
  border-left: 4px solid var(--color-primary-orange);
}

.calc-stat-val {
  font-size: 2.2rem;
  font-weight: 800;
  font-family: var(--font-heading);
  color: var(--color-primary-orange);
}

.action-buttons-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.6rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: var(--radius-sm);
  transition: all var(--transition-fast);
}

.btn-primary {
  background-color: #F6771D;
  color: #FFFFFF;
  box-shadow: var(--shadow-orange);
}

.btn-primary:hover {
  background-color: #C83E15;
  transform: translateY(-1px);
}

.btn-secondary {
  background-color: #EFE8E0;
  color: #444444;
  border: 1px solid #DFD5C8;
}

.btn-secondary:hover {
  background-color: #E5DDD0;
  color: #111;
}

.btn-outline {
  border: 1.5px solid var(--color-primary-orange);
  color: var(--color-primary-orange);
  background: transparent;
}

.btn-outline:hover {
  background-color: var(--color-primary-light);
}

 /*Announcement Ba/nner */
.announcement-banner {
  background-color: #141414;
  border-bottom: 3px solid #F6771D;
  color: #FFFFFF;
  padding: 1.25rem 0;
  text-align: center;
}

.announcement-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.announcement-title-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.announcement-icon {
  color: #E65328;
  font-size: 1.2rem;
}

.announcement-subtitle {
  font-size: 0.9rem;
  color: #8E8E93;
  max-width: 850px;
}

 /*Component Explorer Section */
.explorer-section {
  padding: 4rem 0 3rem 0;
  background-color: var(--color-bg-light);
}

.section-header-center {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 3rem auto;
}

.category-tag {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #F6771D;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: block;
}

.section-title {
  font-size: 2.3rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.75rem;
  letter-spacing: -0.5px;
}

.section-description {
  font-size: 1.05rem;
  color: #8E8E93;
}

 /*Explorer Cards Slider Grid */
.explorer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
  margin-top: 2rem;
}

.explorer-card {
  position: relative;
  background: var(--color-bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--color-border-light);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-normal);
  cursor: pointer;
  height: 380px;
  display: flex;
  flex-direction: column;
}

.explorer-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--color-border-accent);
}

.explorer-card-img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background: #EAE3DA;
  overflow: hidden;
}

.explorer-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-normal);
}

.explorer-card:hover .explorer-card-img {
  transform: scale(1.05);
}

.explorer-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(20,20,20,0.85) 45%, rgba(15,15,15,0.95) 100%);
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: var(--transition-fast);
}

.explorer-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  color: #FFFFFF;
}

.explorer-card-desc {
  font-size: 0.85rem;
  color: #DDD;
  line-height: 1.4;
  opacity: 0.9;
}

.explorer-card.featured {
  border: 2px solid var(--color-primary-orange);
}

 /*Comprehensive Product Showcase Cards Grid (4 Columns) */
/*.product-showcase-section {*/
/*   padding: 3rem 0 5rem 0; */
/*  background-color: var(--color-bg-light);*/
/*}*/

/*.product-grid {*/
/*  display: grid;*/
/*  grid-template-columns: repeat(4, 1fr);*/
/*  gap: 1.5rem;*/
/*}*/

/*.product-card2 {*/
/*  background-color: #FFFFFF;*/
/*  border-radius: var(--radius-sm);*/
/*  border: 1px solid var(--color-border-light);*/
/*  overflow: hidden;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  transition: all var(--transition-fast);*/
/*  box-shadow: var(--shadow-sm);*/
/*}*/

/*.product-card2:hover {*/
/*  box-shadow: var(--shadow-md);*/
/*  border-color: #D6C8B8;*/
/*}*/

/*.product-badge-bar {*/
/*  background-color: #1A1A1A;*/
/*  color: #FFFFFF;*/
/*  font-size: 0.7rem;*/
/*  font-weight: 700;*/
/*  letter-spacing: 0.8px;*/
/*  text-transform: uppercase;*/
/*  padding: 0.4rem 0.8rem;*/
/*  text-align: left;*/
/*  width:100%;*/
/*}*/

/*.product-image-container {*/
/*  min-height: 200px;*/
/*  background-color: #F8F5F0;*/
/*  position: relative;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  overflow: hidden;*/
/*  padding: 0.5rem;*/
/*}*/

/*.product-image-container img {*/
/*  max-width: 100%;*/
/*  max-height: 100%;*/
/*  object-fit: contain;*/
/*  transition: transform var(--transition-fast);*/
/*}*/

/*.product-card2:hover .product-image-container img {*/
/*  transform: scale(1.04);*/
/*}*/

/*.product-body {*/
/*  padding: 1.25rem;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  flex-grow: 1;*/
/*}*/

/*.product-title {*/
/*  font-size: 1.15rem;*/
/*  font-weight: 700;*/
/*  color: #1E1E1E;*/
/*  margin-bottom: 0.6rem;*/
/*}*/

/*.product-desc {*/
/*  font-size: 0.83rem;*/
/*  color: var(--color-text-muted);*/
/*  line-height: 1.45;*/
/*  margin-bottom: 1.2rem;*/
/*  flex-grow: 1;*/
/*}*/

/*.product-specs {*/
/*  border-top: 1px dashed var(--color-border-light);*/
/*  padding-top: 0.8rem;*/
/*  font-size: 0.8rem;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  gap: 0.4rem;*/
/*}*/

/*.spec-row {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: baseline;*/
/*}*/

/*.spec-label {*/
/*  color: var(--color-text-muted);*/
/*  font-weight: 500;*/
/*}*/

/*.spec-value {*/
/*  color: #1F1F1F;*/
/*  font-weight: 600;*/
/*  text-align: right;*/
/*}*/

/*.product-card-footer {*/
/*  margin-top: 1rem;*/
/*  padding-top: 0.75rem;*/
/*}*/

/*.btn-card-action {*/
/*  width: 100%;*/
/*  padding: 0.5rem;*/
/*  font-size: 0.8rem;*/
/*  background-color: var(--color-bg-warm);*/
/*  color: var(--color-text-main);*/
/*  border-radius: 4px;*/
/*  font-weight: 600;*/
/*}*/

/*.btn-card-action:hover {*/
/*  background-color: var(--color-primary-orange);*/
/*  color: #FFFFFF;*/
/*}*/


/*updated css*/
/* Unique Product Showcase Section Styles */
.product-showcase-section {
  padding: 3rem 0 5rem 0; 
  background-color: var(--color-bg-light, #FAF8F5);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

@media (max-width: 1024px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}

/* Renamed to .custom-product-card to eliminate collisions */
.custom-product-card {
  background-color: #FFFFFF;
  border-radius: var(--radius-sm, 6px);
  border: 1px solid var(--color-border-light, #EBEBEB);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  cursor: pointer;
}

.custom-product-card:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  border-color: #D6C8B8;
  transform: translateY(-3px);
}

.custom-product-badge-bar {
  background-color: #1A1A1A;
  color: #FFFFFF;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 0.4rem 0.8rem;
  text-align: left;
  width: 100%;
}

.custom-product-image-container {
  min-height: 200px;
  background-color: #F8F5F0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0.5rem;
}

.custom-product-image-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.custom-product-card:hover .custom-product-image-container img {
  transform: scale(1.04);
}

.custom-product-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.custom-product-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1E1E1E;
  margin-bottom: 0.6rem;
}

.custom-product-desc {
  font-size: 0.83rem;
  color: #666666;
  line-height: 1.45;
  margin-bottom: 1.2rem;
  flex-grow: 1;
}

.custom-product-specs {
  border-top: 1px dashed #EBEBEB;
  padding-top: 0.8rem;
  font-size: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.custom-spec-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.custom-spec-label {
  color: #888888;
  font-weight: 500;
}

.custom-spec-value {
  color: #1F1F1F;
  font-weight: 600;
  text-align: right;
}

.custom-product-card-footer {
  margin-top: 1rem;
  padding-top: 0.75rem;
}

.custom-btn-card-action {
  width: 100%;
  padding: 0.5rem;
  font-size: 0.8rem;
  background-color: #FFF6F0;
  color: #333333;
  border-radius: 4px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.custom-btn-card-action:hover {
  background-color: #F6771D;
  color: #FFFFFF;
}



 /*Stats Counter Section requested by user */
.stats {
  padding: 3.5rem 0;
  background: linear-gradient(135deg, #1A1A1A 0%, #242424 100%);
  color: #FFFFFF;
  border-top: 3px solid #E65328;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.stats-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}

.est-year {
  padding: .75rem 1rem;
  /*background: rgba(255, 255, 255, 0.03);*/
  /*border-radius: var(--radius-md);*/
  /*border: 1px solid rgba(255, 255, 255, 0.08);*/
  backdrop-filter: blur(10px);
  transition: all var(--transition-fast);
}

.est-year:hover {
  transform: translateY(-5px);
  border-color: var(--color-primary-orange);
  box-shadow: 0 10px 30px rgba(230, 83, 40, 0.25);
}

.est-titlge, .est-title {
  font-size: 2.8rem;
  font-weight: 800;
  font-family: var(--font-heading);
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.est-desc {
  font-size: 0.82rem;
  color: #BBB;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .stats-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .stats-content {
    grid-template-columns: 1fr;
  }
}

 /*OEM Trust & Quality Certification Bar */
.trust-bar-section {
  padding: 2.5rem 0;
  background-color: #EFE8DF;
  border-bottom: 1px solid var(--color-border-light);
}

.trust-flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 2rem;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  opacity: 0.85;
  transition: opacity var(--transition-fast);
}

.trust-item:hover {
  opacity: 1;
}

.trust-item i {
  font-size: 2rem;
  color: #E65328;
}

.trust-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #222;
  display: block;
}

.trust-sub {
  font-size: 0.75rem;
  color: #666;
}

 /*Back to Top Floating Button */
.back-to-top {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color:#E65328;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: var(--shadow-orange);
  z-index: 1500;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-fast);
  border: none;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background-color:  #C83E15;;
  transform: translateY(-3px);
}
/*c*/
.manufacturing-section {
  padding: 5rem 0;
  background-color: black;
  border-top: 1px solid var(--color-border-light);
  border-bottom: 1px solid var(--color-border-light);
}

.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.capability-card {
  background-color: #FFF;
  padding: 1.75rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-fast);

}

.capability-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.capability-icon-box {
  width: 44px;
  height: 44px;
  background-color: #FFF1EC;
  color: #E65328;;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 1.2rem;
}

.capability-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1E1E1E;
  margin-bottom: 0.6rem;
}

.capability-desc {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  line-height: 1.5;
}

 /*Filterable Catalog Section */
.catalog-section {
  padding: 5rem 0;
  /*background-color: #FAF8F5;*/
}

.filter-matrix {
  background-color: #f8f9fa;
  padding: 1.5rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--color-border-light);
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.hero-content {
    position:relative;
    z-index: 10;
}

.filter-group {
   /*display: flex; */
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.filter-label {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: #444444;
  text-transform: uppercase;
  min-width: 200px;
}

.filter-pills {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.pill-btn {
  padding: 0.45rem 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: var(--radius-sm);
  background-color: #FFFFFF;
  color: #444444;
  border: 1px solid #DDD3C6;
  transition: all var(--transition-fast);
}

.pill-btn:hover {
  border-color: #E65328;
  color: #E65328;
}

.pill-btn.active {
  background-color: #F6771D;
  color: #FFFFFF;
  border-color: var(--color-primary-orange);
}

 /*Search bar styling */
.catalog-search-bar {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.search-input {
  flex-grow: 1;
  padding: 0.75rem 1.2rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--color-border-light);
  font-size: 0.9rem;
  font-family: inherit;
  outline: none;
}

.search-input:focus {
  border-color: var(--color-primary-orange);
  box-shadow: 0 0 0 3px rgba(221, 84, 40, 0.15);
}

 /*Modal Styles */
.modal-overlay {
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-fast);
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-container {
  background-color: #FFFFFF;
  border-radius: var(--radius-md);
  max-width: 650px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: var(--shadow-lg);
  position: relative;
  transform: translateY(20px);
  transition: transform var(--transition-fast);
}

.modal-overlay.active .modal-container {
  transform: translateY(0);
}

.modal-header {
  padding: 1.5rem;
  border-bottom: 1px solid var(--color-border-light);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1E1E1E;
}

.modal-close {
  font-size: 1.5rem;
  color: #888888;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
}

.modal-close:hover {
  color: #111111;
  background: #F0F0F0;
}

.modal-body {
  padding: 1.5rem;
}

 /*Form Styles inside Modal */
.form-group {
  margin-bottom: 1.2rem;
}

.form-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: #333333;
}

.form-control {
  width: 100%;
  padding: 0.7rem 1rem;
  border-radius: 6px;
  border: 1px solid #CCC;
  font-size: 0.9rem;
  font-family: inherit;
}

.form-control:focus {
  border-color: var(--color-primary-orange);
  outline: none;
}

.dropzone {
  border: 2px dashed #CBD5E1;
  border-radius: var(--radius-sm);
  padding: 2rem 1rem;
  text-align: center;
  background: #F8FAFC;
  cursor: pointer;
  transition: var(--transition-fast);
}

.dropzone:hover {
  border-color: var(--color-primary-orange);
  background: var(--color-primary-light);
}

.dropzone-icon {
  font-size: 2rem;
  color: var(--color-primary-orange);
  margin-bottom: 0.5rem;
}

 
 /*Toast Notificat/ions */
.toast-container {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 3000;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.toast {
  background-color: #1A1A1A;
  color: #FFFFFF;
  padding: 0.9rem 1.4rem;
  border-radius: var(--radius-sm);
  border-left: 4px solid var(--color-primary-orange);
  box-shadow: var(--shadow-lg);
  font-size: 0.88rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  animation: slideIn 0.3s ease;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

 /*Responsive Styles */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .hero-title {
    font-size: 2.8rem;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .explorer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .capabilities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .explorer-grid {
    grid-template-columns: 1fr;
  }
  .capabilities-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .filter-label {
    min-width: 100%;
  }
}
 /*\stat\s */
.stats{
  background-color: #111;
  padding: 0px 0px;
}
.stats-content{
  /*background-color: #111;*/
  padding: 0px 0px;
  display: flex;
  color: #FFFFFF;
  justify-content: space-between;
  border-radius: 25px;
}
.est-year{
  text-align: center;
}
.est-year h3{
   font-size: 32px;
   color:#F6771D
}
.est-year p{
   color: rgb(179, 174, 174);
   font-size:14px;
}


/*single product page css*/
 /*single product page css */
.product-detail-modal-container {
    top:10px;
  background-color: #FFFFFF;
  border-radius: 12px;
  max-width: 920px;
  width: 95%;
  max-height: 92vh;
  overflow-y: auto;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
  position: relative;
  display: flex;
  flex-direction: column;
}

.modal-header-bar {
  padding: 1.25rem 1.8rem;
  border-bottom: 1px solid #EBEBEB;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-header-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1A1A1A;
}

.modal-close-btn {
  font-size: 1.5rem;
  color: #888;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0.2rem 0.5rem;
  line-height: 1;
  border-radius: 4px;
}

.modal-close-btn:hover {
  background-color: #F0F0F0;
  color: #111;
}

.product-detail-body {
  padding: 1.8rem;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 2rem;
}

 /*Left Column: Preview & Sub-tabs */
.detail-preview-col {
  display: flex;
  flex-direction: column;
}

.detail-subtabs {
  display: flex;
  gap: 1.5rem;
  border-bottom: 2px solid #EBEBEB;
  margin-bottom: 1rem;
}

.subtab-btn {
  padding: 0.5rem 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #888888;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
}

.subtab-btn.active {
  color: #E65328;
  border-bottom:#E65328;
}

.subtab-btn.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-primary-orange);
}

.preview-box {
  position: relative;
  border: 1px solid #E8E2D9;
  border-radius: 10px;
  background-color: #FAFAFA;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 1rem;
}

.preview-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.zoom-controls {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  display: flex;
  gap: 0.3rem;
  z-index: 10;
}

.zoom-btn {
  width: 28px;
  height: 28px;
  background-color: #4E535E;
  color: #FFFFFF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  border: none;
  cursor: pointer;
  transition: background var(--transition-fast);
}

.zoom-btn:hover {
  background-color: #2D3139;
}

.detail-tag-row {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.tag-badge-orange {
  background-color: #E65328;
  color: #FFFFFF;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  padding: 0.35rem 0.7rem;
  border-radius: 4px;
  text-transform: uppercase;
}

.tag-badge-dark {
  background-color: #4E535E;
  color: #FFFFFF;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  padding: 0.35rem 0.7rem;
  border-radius: 4px;
  text-transform: uppercase;
}

 /*Right Column: Spec Content */
.detail-info-col {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.detail-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #1F1F1F;
  line-height: 1.2;
}

.detail-application {
  font-size: 0.85rem;
  color: #666666;
  line-height: 1.5;
}

.spec-table-heading {
  font-size: 0.85rem;
  font-weight: 700;
  color: #222222;
  margin-bottom: 0.5rem;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #EBEBEB;
  border-radius: 6px;
  overflow: hidden;
  font-size: 0.83rem;
}

.spec-table tr {
  border-bottom: 1px solid #EBEBEB;
}

.spec-table tr:last-child {
  border-bottom: none;
}

.spec-table td {
  padding: 0.65rem 0.9rem;
}

.spec-table td:first-child {
  color: #555555;
  font-weight: 500;
  width: 50%;
  background-color: #FAFAFA;
}

.spec-table td:last-child {
  color: #1A1A1A;
  font-weight: 700;
}

.pill-group {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.material-pill {
  padding: 0.4rem 0.8rem;
  background-color: #FFF1EC;
  border: 1px solid #FCD4C7;
  color:  #C83E15;
  font-size: 0.78rem;
  font-weight: 700;
  border-radius: 4px;
}

.operation-pill {
  padding: 0.4rem 0.8rem;
  background-color: #F5F5F7;
  border: 1px solid #E5E5EA;
  color: #3A3A3C;
  font-size: 0.78rem;
  font-weight: 600;
  border-radius: 4px;
}

.modal-inquire-footer {
  padding: 1rem 1.8rem 1.5rem 1.8rem;
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #EBEBEB;
}

.btn-inquire-orange {
  background-color: #E65328;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0.8rem 1.8rem;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  box-shadow: var(--shadow-orange);
  transition: background var(--transition-fast);
}

.btn-inquire-orange:hover {
  background-color:  #C83E15;
}

@media (max-width: 768px) {
  .product-detail-body {
    grid-template-columns: 1fr;
  }
}

.modal-subpart-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 15px;
    max-height: 480px;
    overflow-y: auto;
    padding-right: 5px;
}

.modal-subpart-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px;
    transition: all 0.25 ease;
    cursor: pointer;
}

.modal-subpart-card:hover {
    border-color: var(--brand-orange);
    box-shadow: 0 4px 14px rgba(246, 119, 29, 0.12);
    transform: translateY(-2px);
}

.modal-subpart-img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 6px;
    background-color: #f8fafc;
    margin-bottom: 8px;
}

.modal-subpart-code {
    font-size: 10px;
    font-family: monospace;
    font-weight: 700;
    color: var(--brand-orange);
    background: rgba(246, 119, 29, 0.08);
    padding: 2px 6px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 4px;
}

.modal-subpart-title {
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 4px;
    line-height: 1.3;
}

.modal-subpart-spec {
    font-size: 11px;
    color: #64748b;
    margin-bottom: 2px;
}
button.back-btn {
    background: transparent;
}









/*filter family*/
/* ==========================================================================
   VIEW MODE TOGGLE SWITCH (PILL DESIGN)
   ========================================================================== */
.view-toggle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0 35px 0;
}

.view-toggle-pill-wrapper {
  display: inline-flex;
  align-items: center;
  background-color: #0c121e; /* Dark navy background */
  border-radius: 50px;
  padding: 5px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.view-toggle-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: none;
  color: #94a3b8;
  padding: 10px 22px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
}

/* Inactive Icon Style */
.view-toggle-btn .toggle-icon {
  font-size: 15px;
  color: #F6771D; /* Orange icon */
  transition: color 0.3s ease;
}

/* Inactive Count Badge */
.view-toggle-btn .toggle-count {
  background: rgba(255, 255, 255, 0.08);
  color: #94a3b8;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 9px;
  border-radius: 20px;
  min-width: 22px;
  text-align: center;
  transition: all 0.3s ease;
}

.view-toggle-btn:hover {
  color: #ffffff;
}

/* ACTIVE PILL STATE */
.view-toggle-btn.active {
  background: linear-gradient(135deg, #F6771D 0%, #E65328 100%);
  color: #ffffff;
  box-shadow: 0 4px 18px rgba(246, 119, 29, 0.4);
}

.view-toggle-btn.active .toggle-icon {
  color: #ffffff;
}

.view-toggle-btn.active .toggle-count {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}










/*button*/
.modal-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  color: #475569;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  padding: 6px 0;
  margin-bottom: 10px;
  transition: color 0.2s ease;
}

.modal-back-btn:hover {
  color: #F6771D; /* Orange highlight on hover */
}






/*new gallery section*/
/* Container & Header tweaks (assuming your base styles handle most of this, but adding specific overrides just in case) */
.showcase-tabbed-layout .text-center { text-align: center; }
.showcase-tabbed-layout .category-tag {
  color: #f57224; /* highlight-orange color */
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.showcase-tabbed-layout .highlight-orange { color: #f57224; }
.showcase-tabbed-layout .section-description {
  color: #666;
  margin-bottom: 35px;
}

/* Tab Buttons */
.showcase-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 40px;
}
.showcase-tab {
  padding: 10px 24px;
  border-radius: 30px;
  border: none;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.showcase-tab.active {
  background-color: #f57224;
  color: #fff;
}
.showcase-tab:not(.active) {
  background-color: #161b22;
  color: #fff;
}
.showcase-tab:hover:not(.active) {
  background-color: #2b3340;
}

/* Main Feature Card */
.showcase-feature-card {
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #eaeaea;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  overflow: hidden;
  position: relative;
  
  /* Graph Paper Grid Background */
  background-image: 
    linear-gradient(to right, rgba(245, 114, 36, 0.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(245, 114, 36, 0.08) 1px, transparent 1px);
  background-size: 30px 30px;
}

.card-main-content {
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
  gap: 40px;
  /* Fades out the grid near the bottom */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 95%);
}

/* Text Column */
.card-text-col {
  flex: 1;
  min-width: 300px;
}
.card-large-title {
  font-size: 2.2rem;
  font-weight: 800;
  margin: 0 0 15px 0;
  letter-spacing: -0.5px;
  color: #111;
}
.card-subtitle-divider {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  color: #666;
  font-weight: 600;
  font-size: 0.9rem;
}
.card-subtitle-divider p { margin: 0; }
.card-subtitle-divider .divider-line {
  height: 2px;
  width: 30px;
  background-color: #f57224;
}

/* Bullet List */
.card-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.card-feature-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 0.95rem;
  color: #333;
  font-weight: 500;
  line-height: 1.5;
}
.card-feature-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 2px;
  color: #fff;
  background-color: #f57224;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
}

/* Image Column & Tooltip */
.card-image-col {
  flex: 1;
  min-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-graphic-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
}
.main-graphic-img {
  width: 100%;
  height: auto;
  border-radius: 8px; /* Optional, depending on your image */
}
.graphic-tooltip {
  /*position: absolute;*/
  background-color: #161b22;
  color: #fff;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 500;
  bottom: 10%;
  right: -5%; /* Adjust based on your actual image */
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  z-index: 10;
}
.graphic-tooltip span { color: #f57224; }

/* Footer Callout */
.card-footer-callout {
  padding: 0 50px 50px 50px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.callout-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.callout-title {
  color: #f57224;
  font-weight: 600;
  font-style: italic;
  font-size: 1.1rem;
}
.callout-line {
  flex-grow: 1;
  height: 1px;
  background-color: rgba(245, 114, 36, 0.3);
}

.callout-box {
  border: 1.5px solid rgba(245, 114, 36, 0.3);
  border-radius: 8px;
  padding: 18px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.callout-main-text {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
  min-width: 250px;
}
.callout-icon-circle {
  width: 36px;
  height: 36px;
  min-width: 36px;
  background-color: #f57224;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.1rem;
}
.callout-main-text p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #333;
}
.callout-main-text strong { color: #f57224; }

.callout-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.badge {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #333;
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #e0e0e0;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .card-main-content {
    padding: 30px 20px;
  }
  .card-footer-callout {
    padding: 0 20px 30px 20px;
  }
  .graphic-tooltip {
    /*position: relative;*/
    right: 0;
    bottom: 0;
    margin-top: 15px;
    display: inline-block;
  }
  .callout-box {
    flex-direction: column;
    align-items: flex-start;
  }
}




/* Default button style */
.showcase-btn {
  background-color: #1a1a2e; /* Dark blue */
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  margin: 0 5px;
  transition: all 0.3s ease;
}

/* Active state for the clicked button */
.showcase-btn.active {
  background-color: #f57224; /* Orange */
  color: white;
}


