.p_100 {
	padding: 100px 0px;
}
:root {
    overflow-x: hidden;
}
:root {
	--theme-main-color: #ee0d08;
	--theme-bg-color: #f0f5fb;
	--theme-bg-light-color: #F5F5F5;
   --theme-blue-color:#2563eb;
	--theme-blue-base-color:#dbeafe;
}
body {
    overflow-x: hidden !important;
	font-family: 'Space Grotesk'!important;
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Space Grotesk';
}
body h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 62px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #fff;
    margin-bottom: 24px;
}
body h2 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 24px;
    font-weight: 700;
    color: #000;
}

body h3 {
    font-family: 'Space Grotesk';
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 48px;
}
body h4 {
    font-family: 'Space Grotesk';
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    text-align: left;
    margin-bottom: 12px;
}
body img {
	width: 100%;
	max-width: none;
}
body li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
	font-family: 'Space Grotesk';
}
body p {
    color: #6c757d !important;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
	font-family: 'Space Grotesk';
}
.read-more-btn {
    display: flex;
    background: var(--theme-main-color);
    color: #fff;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 26px;
    transition: 0.3s ease;
    text-decoration: none;
    align-items: center;
    gap: 12px;
    width: fit-content;
}
.container {
	padding: 0;
}
body a{
	text-decoration:none;
color:transparent;
	font-family: 'Space Grotesk';
}
.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 0;
    background: none;
    border: none;
    color: #000 !important;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-decoration: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}
.banner-section .left-content p {
    color: #fff !important;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 48px;
    width: 85%;
}
.banner-section {
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.banner-section,
.hero-section,
.slider-section {
    position: relative;
    z-index: 1;
}
.banner-section *,
.hero-section *,
.slider-section * {
    position: relative;
    z-index: 1;
}
.banner-slider {
	height: 100vh;
}

.banner-slide {
	position: relative;
	width: 100%;
	height: 75vh !important;
	outline: none;
}

.video-slide .background-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
.footer-container p.footer-right a {
    color: #ef9b11;
}
.image-slide {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 2;
}
.banner-section .banner-slider .content-wrapper .slider-container .left-content h1 {
    margin-bottom: 48px;
}
.content-wrapper {
	position: absolute;
	top: 150px;
	left: 0;
	width: 100%;
	height: fit-content;
	z-index: 3;
	display: flex;
	padding: 0 50px;
}

.slider-container {
	display: flex
		;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	height: fit-content;
}

.left-content {
	flex: 1;
	max-width: 700px;
	color: white;
}


.left-content h1 span {
	display: block;
	text-align: right;
}

.right-content {
	flex: 1;
	max-width: 400px;
	margin-left: 80px;
	color: white;
}

.right-content p {
	font-size: 20px;
	line-height: 30px;
	color:#fff!important;
	text-align: left;
	margin-bottom: 0px;
}

.banner-slider .slick-dots {
    position: absolute;
    bottom: 5%;
    left: 100px;
    width: auto;
    display: flex !important
;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.banner-slider .slick-dots li {
	width: 12px;
	height: 12px;
	margin: 0;
}

.banner-slider .slick-dots li button {
    width: 12px;
    height: 15px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0;
    line-height: 0;
    display: block;
    outline: none;
    text-indent: -9999px;
}

.banner-slider .slick-dots li button:hover {
	background: rgba(255, 255, 255, 0.6);
}

.banner-slider .slick-dots li.slick-active button {
	background: white;
	transform: scale(1.2);
	border-color: rgba(255, 255, 255, 0.5);
}

/* Custom Slick Arrows */
.banner-slider .slick-prev,
.banner-slider .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 18px;
	z-index: 4;
	transition: all 0.3s ease;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.banner-slider .slick-prev:hover,
.banner-slider .slick-next:hover {
	background: rgba(0, 0, 0, 0.8);
}

.banner-slider .slick-prev {
	left: 20px;
}
.banner-section {
	height: fit-content!important;
}
.banner-slider.slick-initialized.slick-slider {
    height: fit-content !important;
    margin: 0;
}
.banner-slider .slick-next {
	right: 20px;
}

.banner-slider .slick-prev:before,
.banner-slider .slick-next:before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 18px;
	color: white;
}

.banner-slider .slick-prev:before {
	content: "\f053"; /* fa-chevron-left */
}

.banner-slider .slick-next:before {
	content: "\f054"; /* fa-chevron-right */
}

@media (max-width: 1024px) {
	.content-wrapper {
		padding: 0 30px;
	}

	.left-content h1 {
		font-size: 48px;
		line-height: 56px;
	}

	.right-content {
		margin-left: 50px;
	}

	.banner-slider .slick-dots {
		left: 30px;
	}
}

@media (max-width: 768px) {
	.content-wrapper {
		padding: 0 20px;
	}
    
	.slider-container {
		text-align: center;
		gap: 40px;
		align-items: center;
	}

	    .left-content {
        max-width: 100%;
        align-items: baseline;
        display: contents;
    }

	.right-content {
		margin-left: 0;
		max-width: 100%;
	}

	.left-content h1 {
		font-size: 36px;
		line-height: 44px;
	}

	.right-content p {
		font-size: 18px;
		line-height: 26px;
	}

	.learn-more-btn {
		width: 100px;
		height: 100px;
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		margin-top: 20px;
	}

	.learn-more-btn span {
		font-size: 0.8rem;
	}

	.banner-slider .slick-dots {
		left: 50%;
		transform: translateX(-50%);
		bottom: 20px;
	}

	.banner-slider .slick-prev {
		left: 10px;
	}

	.banner-slider .slick-next {
		right: 10px;
	}
}

@media (max-width: 480px) {
	.left-content h1 {
		font-size: 28px;
		line-height: 34px;
	}

	.right-content p {
		font-size: 16px;
		line-height: 24px;
	}

	.learn-more-btn {
		width: 80px;
		height: 80px;
	}

	.banner-slider .slick-prev,
	.banner-slider .slick-next {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}

	.banner-slider .slick-prev:before,
	.banner-slider .slick-next:before {
		font-size: 14px;
	}
}
section.products-section.p_100 {
    background: #fff;
}
.footer {
    background-color: #f0f5fb;
    color: #ffffff;
    padding: 60px 0 0 0;
}
.footer-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0;
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}
.footer-content {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
	gap: 40px;
	margin-bottom: 40px;
}

.footer-logo-section {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.footer-logo {
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footer-logo img {
    max-width: 80%;
    max-height: 100%;
    object-fit: contain;
    text-align: left;
    margin-right: auto;
}
.footer-logo p.mt-4 {
    font-size: 16px;
    line-height: 26px;
}
.footer-column h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    line-height: 28px;
}
.footer-column ul {
	list-style: none;
	padding: 0;
}

.footer-column ul li {
	margin-bottom: 12px;
}

.footer-column ul li a {
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
    line-height: 26px;
    color: #6c757d;
    font-weight: 400;
}

.footer-column ul li a:hover {
	color: var(--theme-main-color);
}

.contact-info p
 {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.5;
    color: #000 !important;
}
footer.footer .footer-container .footer-column .contact-info p {
    color: #6c757d !important;
    font-size: 16px;
    line-height: 26px;
}
.contact-info a {
    color: #000;
    text-decoration: none;
}
.contact-info a:hover {
	color: var(--theme-main-color);
}

.social-links {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin: 20px auto;
	position: relative;
}
.social-links::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 88%;
    height: 0.2px;
    background-color: #00000075;
}
.footer-column .contact-info {
    display: flex
;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    border: none;
    padding-right: 0;
}
section.need_customer a.custom-btn {
    background: var(--theme-blue-color);
}
.social-links a {
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    font-size: 18px;
    text-decoration: none;
    color: var(--theme-main-color);
    transition: background 0.3s;
}
.social-links a:hover {
    background-color: var(--theme-blue-color);
    transform: translateY(-2px);
    color: #fff;
}

.footer-bottom {
	text-align: center;
	padding-bottom: 35px;
}
.footer-bottom p {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}
.footer-container p a {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.3s ease;
    border: none;
    padding: 0;
}

.footer-container p a:hover {
    color: var(--theme-main-color);
}

/* Responsive Design */
@media (max-width: 992px) {
	.footer-content {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 30px;
	}

	.footer-logo-section {
		grid-column: 1 / -1;
		justify-content: center;
		text-align: center;
		margin-bottom: 20px;
	}
}

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

	.footer-content {
		grid-template-columns: 1fr 1fr;
		gap: 25px;
	}

	    .footer-logo-section {
        flex-direction: column;
        align-items: center;
        margin: 0;
    }

	.footer-logo {
		margin-right: 0;
		margin-bottom: 0px;
	}
}

@media (max-width: 576px) {
	    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: left;
    }

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

	.footer-container {
		padding: 0 15px;
	}
}

/* ========================================
   PRODUCT SECTION - FIXED VERSION
   ======================================== */

.section-heading {
    font-family: 'Space Grotesk';
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #000;
    margin-bottom: 24px;
    position: relative;
}

.section-heading::after {
    content: '';
    position: absolute;
    bottom: 50%;
    left: 23%;
    transform: translateX(-50%);
    width: 92px;
    height: 2px;
    background: #000;
}

/* ========================================
   PRODUCT TABS NAVIGATION
   ======================================== */
.products-section .products-tabs {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 48px;
}

.products-section .products-tabs .nav-link {
    background: none;
    border: none;
    color: #000;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    padding: 0 !important;
    margin: 0;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
    margin-right: 48px;
}

.products-section .products-tabs .nav-link:hover {
    color: var(--theme-main-color);
    font-weight: 700;
}

.products-section .products-tabs .nav-link.active {
    color: var(--theme-main-color) !important;
    background: none;
    border: none;
    font-weight: 700;
}

/* ========================================
   TAB CONTENT - CRITICAL FIXES
   ======================================== */
.products-section .tab-content {
    margin-top: 0;
    position: relative !important;
    overflow: hidden !important;
    min-height: 500px !important;
}

.products-section .tab-pane {
    display: none !important;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
    will-change: transform, opacity;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.products-section .tab-pane.active {
    display: block !important;
    position: relative !important;
    visibility: visible !important;
    pointer-events: auto !important;
    opacity: 1 !important;
    transform: translateX(0) !important;
}

.products-section .tab-pane.transitioning {
    display: block !important;
}

/* ========================================
   PRODUCT CONTENT LAYOUT
   ======================================== */
.products-section .product-content {
    display: flex;
    margin: 0;
    padding: 0;
}

.products-section .content-left {
    flex: 0 0 50%;
    padding-right: 0;
}

.products-section .content-right {
    flex: 0 0 50%;
    height: auto;
}

.products-section .product-title {
    font-family: 'Space Grotesk';
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 18px;
}

.products-section .product-description {
    margin-bottom: 48px;
    width: 80%;
}

/* ========================================
   VIEW ALL BUTTON
   ======================================== */
.view-all-btn .btn-icon svg {
    transition: transform 0.3s ease;
}

.view-all-btn .btn-icon svg path {
    transition: fill 0.3s ease;
}

.view-all-btn span {
    transition: color 0.3s ease;
}

.view-all-btn:hover span {
    color: #F40301 !important;
}

.view-all-btn:hover .btn-icon svg path {
    fill: #F40301 !important;
}

.view-all-btn:hover .btn-icon svg {
    transform: translateX(5px);
}

.view-all-btn:hover {
    color: #F50301;
}

.saru-section .about-box p.about-para {
    margin-bottom: 48px;
}

/* ========================================
   PRODUCT IMAGE & INFO BOX
   ======================================== */
.products-section .btn-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.products-section .btn-icon i {
    font-size: 20px;
    margin-left: -27px;
}

.products-section .product-info-box {
    border-radius: 0;
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-start;
}

.products-section .product-image-container {
    height: 100%;
    padding: 0;
    width: 100%;
    position: relative;
    margin: 0;
}

.products-section .product-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.products-section .product-info-content {
    padding: 0;
    width: 55%;
    margin-left: auto;
}

.products-section .info-box-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #000;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #000;
}

.products-section .info-box-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #333;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.products-section .info-box-btn:hover {
    color: #F50301;
}

.products-section .info-box-btn .btn-icon-small {
    width: 24px;
    height: 24px;
    border: 1px solid #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.products-section .info-box-btn:hover .btn-icon-small {
    background: #F50301;
    border-color: #F50301;
    color: white;
}

.products-section .info-box-btn .btn-icon-small i {
    font-size: 10px;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */
@media (max-width: 768px) {
    .saru-section .about-box h3 {
        font-size: 20px;
        line-height: 30px;
    }
    
    section.saru-section.p_100 .row .about-box.bg-white h3 {
        font-size: 22px;
        line-height: 32px;
    }
    
    .saru-section .about-box {
        transform: translate(-13%, -28%);
    }
    
    .saru-section .about-box.bg-white {
        padding: 24px;
    }
    
    .saru-section .about-box.bg-white::after {
        left: 77%;
        display: none;
    }
    
    .products-section .product-info-content {
        width: 95%;
    }
    
    .products-section .product-description {
        margin-bottom: 0;
    }
    
    .products-section .products-tabs .nav-link {
        width: fit-content;
    }
    
    .products-section .products-tabs {
        flex-wrap: nowrap;
        justify-content: center;
        margin-bottom: 24px;
        display: flex !important;
        flex-direction: row !important;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        gap: 12px;
        padding: 10px 0;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }
    
    .products-section .products-tabs .nav-link {
        padding: 12px 20px;
        margin: 5px;
        font-size: 14px;
    }
    
    .products-section .product-content {
        flex-direction: column;
        gap: 30px;
        min-height: auto;
    }
    
    .products-section .content-left {
        padding-right: 0;
    }
    
    .products-section .content-right {
        justify-content: center;
    }
    
    .products-section .product-title {
        font-size: 28px;
    }
    
    .products-section .product-image-container {
        position: static;
        transform: none;
        width: 100%;
        height: 200px;
        margin-bottom: 0px;
    }
    
    .products-section .product-info-box {
        width: 100%;
    }
    
       .products-section .tab-content
 {
        min-height: fit-content !important;
    }
}

@media (max-width: 480px) {
       .products-section .tab-content {
        min-height: auto !important;
    }
}
.saru-section {
    background: var(--theme-bg-color) !important;
}
.saru-section .row.align-items-center {
	position: relative;
}
.saru-section .about-box {
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-0%, -32%);
    padding: 48px;
    background: white;
    max-width: 700px;
    height: fit-content;
    z-index: 2;
}
section.saru-section.p_100 svg path {
	fill: #000!important;
}
.saru-section .about-box {
	border-top: 1px solid #000;
	border-radius: 0;
	box-shadow: -13px 4px 19.1px 0px #00000026 !important;
}

.saru-section .read-more {
	font-weight: 500;
	color: #000;
	transition: color 0.3s;
}
.why-choose {
    padding-top: 158px;
}
.why-choose h2 {
    margin-bottom: 48px;
}
.saru-section .read-more:hover {
	color: #e60000;
}
section.saru-section.p_100 .about-box.bg-white h2.section-heading ::after {
	left: 45%!important;
}

.saru-section .choose-box {
	border-radius: 0;
	position: relative;
	padding: 62px 32px;
	border-left: 1px solid #000;
	box-shadow: -13px 4px 19.1px 0px #00000026;
}
.saru-section .choose-box h6 {
font-family: 'Space Grotesk';
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    text-align: left;
    margin-bottom: 12px;
}
.saru-section .choose-box p {
    text-align: left;
}
.saru-section .choose-box .icon svg {
	fill: #e60000;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 68px;
}
.saru-section .choose-box .icon svg path {
	fill: var(--theme-main-color)!important;
}
/* ===== YOUR EXISTING STYLES ===== */
section.industry-tab-section.p_100 .industry-sub {
	width: 93%;
	margin-left: auto;
	position: relative;
}

.saru-section .choose-box .icon svg {
	fill: #e60000;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 68px;
}

.saru-section .choose-box .icon svg path {
    fill: var(--theme-main-color) !important;
}
.industry-tab-section .tab-pane {
    display: none;
}

.industry-tab-section .tab-pane.show.active {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.industry-tab-section .industry-sub .nav-link {
	color: #000;
	text-align: left;
	border-left: 3px solid transparent;
	border-radius: 0;
	font-weight: 500;
	transition: all 0.3s ease;
}

.industry-tab-section .industry-sub .nav-link:hover {
    background-color: #f9f9f9;
    padding: 5px 10px !important;
    border-left: 3px solid var(--theme-main-color);
}

.industry-tab-section .industry-sub .tab-pane img {
    max-height: 100%;
    height: 380px;
    object-fit: cover;
    position: relative;
}


section.industry-tab-section.p_100 .industry-sub h3 {
    margin-bottom: 48px;
}

.industry-sub .industry-tabs .nav-link {
	display: flex;
	align-items: center;
	padding: 0px 15px;
	transition: all 0.3s ease;
	margin-bottom: 24px;
}
.industry-sub .industry-tabs .nav-link .tab-text {
    background-color: transparent;
    padding: 5px 10px;
    font-size: 18px;
    border-radius: 2px;
    transition: background-color 0.3s ease;
    line-height: 28px;
    color: #000;
}
section.industry-tab-section.p_100 .industry-sub .row .col-md-7 {
    padding: 0;
}
div#industry-tab {
    border-bottom: 2.5px solid var(--theme-main-color);
}
.industry-tabs .nav-link.active {
    border-left: 3px solid var(--theme-main-color);
    background-color: transparent !important;
}
.industrt_inner_tab {
	width: 90%;
}
.stay-in-tune-section {
    background-color: #fff;
    padding: 100px 0px;
}
.industry-tabs .nav-link.active .tab-text {
    background-color: var(--theme-main-color);
    color: white;
    padding: 10px;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}
.industry-tabs .nav-link i {
    color: var(--theme-main-color)!important;
    font-size: 22px;
}
.auto_box {
    width: 650px;
    height: fit-content;
    margin-left: auto;
    position: absolute;
    bottom: -34%;
    right: 0;
    padding: 32px 42px;
    box-shadow: -5px 5px 10.9px 0px #00000040;
}
section.industry-tab-section.p_100 .industry-sub div#industry-tabContent .auto_box h2 {
    margin-bottom: 12px;
    width: 96%;
}

/* ============================================
   INDUSTRY TABS - BOOTSTRAP STYLE CSS
   ============================================ */

/* Tab content container */
.industry-tab-section #industry-tabContent {
    position: relative;
    min-height: 500px;
    overflow: visible;
}



/* Tab buttons */
.industry-tabs .nav-link {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    transition: all 0.3s ease;
    margin-bottom: 24px;
    color: #000;
    text-align: left;
    border-left: 3px solid transparent;
    border-radius: 0;
    font-weight: 500;
    background: transparent;
}

.industry-tabs .nav-link:hover {
    background-color: #f9f9f9;
    padding: 5px 10px !important;
    border-left: 3px solid var(--theme-main-color);
}

/* Active tab button */
.industry-tabs .nav-link.active {
    border-left: 3px solid var(--theme-main-color) !important;
    background-color: transparent !important;
}

.industry-tabs .nav-link.active .tab-text {
    background-color: var(--theme-main-color) !important;
    color: white !important;
    padding: 10px;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

/* Tab icons */
.industry-tabs .nav-link i,
.industry-tabs .nav-link img {
    margin-right: 12px;
    color: var(--theme-main-color);
}
.industry-tab-section .auto_box {
    width: 650px;
    max-width: 90%;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 32px 42px;
    background: #fff;
    box-shadow: -5px 5px 10.9px 0px #00000040;
    z-index: 10;
}

.industry-tab-section .auto_box h2 {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
}

.industry-tab-section .auto_box p {
    margin: 0;
    color: #6c757d !important;
}

/* Images */
.industry-tab-section .tab-pane img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
    .industry-tab-section #industry-tabContent {
        min-height: auto;
    }
    
      .industry-tab-section .auto_box {
        position: relative;
        bottom: auto;
        width: 100%;
        margin-top: -160px;
    }
    
    .industry-tab-section .tab-pane img {
        height: auto;
        max-height: 300px;
    }
}
.sustainability-wrapper .sustainability-container .left-panel h2 {
    color: #fff;
    width: 50%;
}
.clients-section {
    background-color: var(--theme-bg-color) !important;
}
.client-card {
    background: white;
    border-radius: 0;
    padding: 0px;
    height: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin-bottom: 0;
}
.client-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.client-logo {
    max-width: 100%;
    max-height: 135px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}

.clients-grid
 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
    gap: 24px;
    margin-top: 48px;
}
section.sustainability-section .right-panel p.card-description {
    text-align: left;
}
section.sustainability-section .greentech-card h3.card-title {
    padding: 0;
}
/* Logo image styles */
.logo-placeholder {
	width: 140px;
	height: 80px;
	background-color: #f0f0f0;
	border: 2px dashed #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-radius: 8px;
}

@media (max-width: 768px) {
	.section-title {
		font-size: 36px;
	}

	.clients-section {
		padding: 60px 0;
	}

    .clients-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 20px;
        margin-top: 0 !important;
        padding: 0 12px;
    }
}
.sustainability-wrapper {
    background-color: #fff;
}



.sustainability-section {
	display: flex
		;
	border-radius: 0;
	overflow: hidden;
	min-height: 400px;
	gap: 45px;
}
.left-panel {
    background-color: #000 !important;
    color: white;
    flex: 1;
    padding: 48px;
    display: flex
;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 0;
    max-width: 500px;
}
.right-panel {
	width: 665px;
	background-image: url(https://nextstep.net.in/saru-aikoh-chemical/wp-content/uploads/2025/08/Mask-group-2.png);
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 50px;
	border-radius: 0;
	margin-left: auto;
}
.section-tag {
	color: #fff !important;
font-family: 'Space Grotesk';
	font-weight: 400;
	font-size: 24px;
	display: flex
		;
	align-items: center;
	margin-bottom: 24px;
}
.section-tag::before {
	content: '';
	width: 40px;
	height: 1px;
	background-color: #fff;
	margin-right: 15px;
}
.main-title {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1;
	color: white !important;
}
.greentech-card {
    padding: 40px;
    margin-left: -25%;
    border-radius: 0;
    max-width: 473px;
    background: #fff;
    box-shadow: 0px 0px 50px 0px #00000026;
}

.sustainability-section .right-panel .greentech-card h4 {
    margin-bottom: 12px;
}
.card-description {
	font-size: 14px;
	line-height: 1.6;
	color: #666;
	margin-bottom: 30px;
}

.view-reports-link {
	display: inline-flex;
	align-items: center;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease;
}

.view-reports-link::before {
	content: '';
	width: 24px;
	height: 24px;
	border: 1.5px solid #333;
	border-radius: 50%;
	margin-right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all 0.3s ease;
}

.view-reports-link::after {
	content: '→';
	position: absolute;
	left: 8px;
	font-size: 12px;
	font-weight: bold;
}

.view-reports-link:hover {
	color: #000;
	transform: translateX(5px);
}

.view-reports-link:hover::before {
	border-color: #000;
	background-color: #000;
}

.view-reports-link:hover::after {
	color: white;
}

/* Responsive Design */
@media (max-width: 992px) {
	.sustainability-wrapper {
		padding: 60px 0;
	}

	.sustainability-section {
		flex-direction: column;
		min-height: auto;
		gap: 20px;
	}

	.left-panel,
	.right-panel {
		min-height: 300px;
	}

	.left-panel {
		padding: 50px 40px;
	}

	.main-title {
		font-size: 36px;
	}

	.right-panel {
		padding: 40px 30px;
		justify-content: center;
	}

	.greentech-card {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.sustainability-wrapper {
		padding: 40px 0;
	}

	.sustainability-container {
		padding: 0 15px;
	}

	.left-panel {
		padding: 40px 30px;
	}

	.main-title {
		font-size: 32px;
	}

	.greentech-card {
		padding: 30px;
	}

	.right-panel {
		padding: 30px 20px;
	}
}

@media (max-width: 576px) {
	.sustainability-wrapper {
		padding: 30px 0;
	}

	.left-panel {
		padding: 30px 20px;
	}

	.main-title {
		font-size: 28px;
	}

	.greentech-card {
		padding: 25px;
	}
}


.news-section {
    background-color: #f0f5fb !important;
    padding: 80px 0;
}
h2.news-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}
h3.news-title {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin-bottom: 24px;
    font-weight: 500;
}
.section-header {
font-family: 'Space Grotesk';
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #000;
    margin-bottom: 12px;
    position: relative;
    padding-left: 52px;
}
.section-header::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 1px;
	background-color: #000;
}
h2.section-title {
	position: relative;
	font-weight: 700;
	font-size: 42px;
	line-height: 52px;
	margin-bottom: 48px;
}

h2.section-title::after {
	content: '';
	position: absolute;
	bottom: 22px;
	left: 50%;
	transform: translateX(-50%);
	width: 94px;
	height: 2px;
	background: #000;
}


.read-all-btn {
	color: #212529;
	text-decoration: none;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	float: right;
	margin-top: 20px;
	transition: all 0.3s ease;
}

.read-all-btn::before {
	content: '';
	width: 24px;
	height: 24px;
	border: 1.5px solid #212529;
	border-radius: 50%;
	margin-right: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all 0.3s ease;
}

.read-all-btn::after {
	content: '→';
	position: absolute;
	left: 8px;
	font-size: 12px;
	font-weight: bold;
}

.read-all-btn:hover {
	color: #0066cc;
	transform: translateX(5px);
}

.read-all-btn:hover::before {
	border-color: #0066cc;
}

.news-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-top: 48px;
}

.news-card {
	border-radius: 0;
	overflow: hidden;
	transition: all 0.3s ease;
	cursor: pointer;
}


.news-card.large {
	grid-row: span 2;
}

.news-image {
	width: 100%;
	height: 200px;
	object-fit: cover;
	background-color: #e9ecef;
}
.news-card.large .news-image
 {
    height: auto;
}
.news-content {
	padding-top: 24px;
}

.news-content span.news-tag img {
	width: 12px;
}
.news-tag img {
	margin-right: 12px;
}
.news-title a {
    font-size: 18px;
    font-weight: 600;
    color: #212529;
    line-height: 28px;
    margin-bottom: 10px;
    text-decoration: none;
}
.news-card.large .news-title a {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
    color: #000;
    text-decoration: none;
}
section.stay-in-tune-section .cards-container .info-card p.card-description {
    margin: 0;
    margin-top: 24px;
}

.news-date {
	font-weight: 500;
}
.right-inner-columns {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.right-inner-columns .column {
    flex: 1;
    display: flex
;
    gap: 20px;
}
.right-column .column {
    FLEX-DIRECTION: row;
    DISPLAY: flex;
	  gap: 20px;
}
.news-content .news-tag {
    color: var(--theme-main-color);
    font-weight: bold;
    display: flex
;
    align-items: center;
    gap: 0;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
}
.clean-card {
	padding: 22px;
	box-shadow: none;
	border: 0.6px solid #000000;
	height: 290px;
}
.clean-card .news-content {
	padding-top: 0;
}
.right-column {
	display: grid;
	gap: 20px;
}

/* Responsive Design */
@media (max-width: 992px) {
	    .news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 12px;
        padding: 0px 12px;
    }
.clean-card {
    height: auto;
}
	.news-card.large {
		grid-row: span 1;
	}

	.news-card.large .news-image {
		height: 250px;
	}

	.section-title {
		font-size: 36px;
	}
}

@media (max-width: 768px) {
	.news-section {
		padding: 60px 0;
	}

	.section-title {
		font-size: 32px;
	}

	.read-all-btn {
		float: none;
		margin-top: 15px;
	}

	.news-content
 {
        padding: 12px 0px 0px 0px;
    }

    h3.news-title {
        font-size: 16px !important;
    }
	.news-card.large .news-title {
		font-size: 18px;
	}
}

/* Breaking News Animation */
.breaking-news {
	position: relative;
	overflow: hidden;
}

.breaking-news::before {
	content: 'Breaking News!';
	position: absolute;
	top: 10px;
	right: -100px;
	background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
	color: white;
	padding: 5px 15px;
	font-size: 10px;
	font-weight: bold;
	transform: rotate(15deg);
	animation: slideIn 3s ease-in-out infinite;
}

@keyframes slideIn {
	0%, 90%, 100% { right: -100px; }
	30%, 60% { right: 10px; }
}



section.clients-section .section-title {
font-family: 'Space Grotesk';
	font-weight: 700;
	font-size: 40px;
	line-height: 52px;
	letter-spacing: 0%;
	position: relative;
	width: fit-content;
}
.cards-container {
	display: flex;
	align-items: stretch;
	gap: 0;
	border-radius: 8px;
	overflow: hidden;
	background: white;
}

.info-card
 {
    flex: 1;
    padding: 0px 35px;
    text-align: center;
    position: relative;
    background: white;
    border: none;
    margin-top: 24px;
}
.info-card::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #000;
}
.info-card:last-child::after {
	display: none;
}
/* 
.info-card:hover {
	background-color: #fff;
	color: #000;
	transform: scale(1.02);
	z-index: 10;
	border-right: 2px solid #E41916;
	border-left: 2px solid #E41916;
}
.info-card:hover::after {
	opacity: 0;
}

.info-card:hover + .info-card::after {
	opacity: 0;
} */
.card-title {
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 12px;
	display: inline-block;
	padding: 9px 51px;
	border: 3px solid transparent;
	box-sizing: border-box;
	transition: all 0.3s ease-in-out;
}
/* .info-card:hover .card-title {
	color: #000;
	border-color: #E41916;
}
 */

.card-description {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
}

.info-card:hover .card-description {
	color: #000;
}
.enquire-btn {
	background: transparent;
	border: 2px solid #dc3545;
	color: #dc3545;
	padding: 12px 30px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 4px;
	text-decoration: none;
	display: inline-block;
	transition: all 0.3s ease;
	margin-top: 10px;
}

.enquire-btn:hover {
	background-color: #dc3545;
	color: white;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(220, 53, 69, 0.3);
}

.info-card:hover .enquire-btn {
	border-color: white;
	color: white;
	background: transparent;
}

.info-card:hover .enquire-btn:hover {
	background-color: white;
	color: #dc3545;
}

/* Responsive Design */
@media (max-width: 992px) {


	.info-card::after {
		right: 20%;
		left: 20%;
		top: auto;
		bottom: 0;
		width: auto;
		height: 1px;
	}

	.info-card:last-child::after {
		display: block;
	}



	.section-title {
		font-size: 28px;
		margin-bottom: 40px;
	}

	.section-title::after {
		right: -40px;
		width: 30px;
	}
}

@media (max-width: 768px) {
	.stay-in-tune-section {
		padding: 60px 0;
	}

	.info-card {
		padding: 30px 20px;
	}

	.section-title {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.section-title::after {
		display: none;
	}

	.card-title {
		font-size: 18px;
	}

	.card-description {
		font-size: 13px;
	}
}

@media (max-width: 576px) {
	.stay-in-tune-section {
		padding: 50px 0;
	}

	    .info-card
 {
        padding: 0 12px;
    }
	.enquire-btn {
		padding: 10px 25px;
		font-size: 13px;
	}
}

section.products-section.p_100 .tab-content .product-content a.view-all-btn .btn-icon svg path {
	fill: #000;
}

h2.section-heading-about {
font-family: 'Space Grotesk';
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #000;
    margin-bottom: 12px;
    position: relative;
}
h2.section-heading-about:after {
    content: '';
    position: absolute;
    bottom: 50%;
    left: 45%;
    transform: translateX(-50%);
    width: 94px;
    height: 2px;
    background: #000;
}
h2.section-heading-industry {
font-family: 'Space Grotesk';
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #000;
    margin-bottom: 12px;
    position: relative;
}
h2.section-heading-industry::after
 {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 20%;
    transform: translateX(-50%);
    width: 94px;
    height: 2px;
    background: #000;
}
h2.section-title-cleint {
    margin-bottom: 0;
    width: 60%;
}
h2.section-title-stay {
    position: relative;
    margin-bottom: 48px;
}
h2.section-title-stay::after {
	content: '';
	position: absolute;
	bottom: 22px;
	left: 34%;
	transform: translateX(-50%);
	width: 94px;
	height: 2px;
	background: #000;
}
/*about page*/
.bread_text h1 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin: 0;
    color: #fff;
}
section {
	position: relative;
}
.bread_text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--theme-main-color);
    padding: 18px 48px;
    color: #fff;
}
.about_page_top_inner {
	width: 70%;
}
.about_page_top_inner h2 {
	display: inline-flex;
	align-items: center;
	font-size: 58px;
	line-height: 68px;
	margin-bottom: 24px;
	font-weight: 600;
	color: #000;
}
.about_page_top_inner h3, .director_sec_inner h3 {
	color: #000;
	margin-bottom: 28px;
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
}
.about_page_top_inner p {
	font-size: 20px;
	line-height: 30px;
}
.director_sec_inner
{
	display: grid;
	grid-template-columns: 1fr 51%;
	gap: 48px;
}
.director_sec_right {
	padding-top: 80px;
	border-top: 1px solid #e60000;
}
.about_page_top_inner h3, .director_sec_inner h3 {
	color: #000;
	margin-bottom: 28px;
}
section.nav_list_tab ul#myTab {
	width: 100%;
	justify-content: space-between;
	margin: 0 auto;
	column-gap: 24px;
}
section.nav_list_tab .container-fluid {
	padding: 0;
}
section.nav_list_tab ul#myTab li.nav-item button {
	border: none;
}
section.nav_list_tab ul#myTab li.nav-item .nav-link.active {
	border: none;
	color: #E31E24 !important;
	padding: 15px 0px;
	border-radius: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	background: #f0f0f0;
}
section.nav_list_tab ul#myTab li.nav-item .nav-link {
	padding: 18px 5px;
	font-weight:500;
}
section.nav_list_tab ul#myTab {
	margin-bottom: 0;
	border: none;
}

.vision_img {
    position: relative;
}

.vision_img img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.5s ease;
}
.vision_title {
    position: absolute;
    bottom: 0;
    left: 30px;
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    z-index: 2;
    transition: opacity 0.3s ease;
    line-height: 48px;
}

.mis_hist_cont.sustain_main_sec .sustain_inner_box .row .vission_box .vision_img .vision_content h2 {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 42px;
}
.mis_hist_cont.sustain_main_sec .sustain_inner_box h2 {
    margin-bottom: 48px;
}
.vision_content ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
    font-weight: 400;
}
.vision_content {
    width: 80%;
    height: 100%;
    background: #f5f7f9;
    color: #000;
    display: flex
;
    position: absolute;
    top: 50%;
    z-index: 8;
    flex-direction: column;
    transform: translateY(20px);
    transition: all 0.4s ease;
    padding: 24px;
    right: 0;
    height: fit-content;
}

.vision_content h2 {
    margin-bottom: 12px;
}

.misHead h2 {
	color: #f40301;
	font-size: 38px;
	line-height: 48px;
}

.misContent p {
	font-size: 24px;
	line-height: 35px;
}
.mis_hist_cont {
    padding: 100px 0px 100px 0px;
}
.vision_box {
	display: flex
		;
	align-items: center;
	margin-bottom: 5rem;
	margin-top: 2rem;
	gap: 2rem;
}
.vision_box_img img {
	margin-right: 1.5rem;
}
.vision_box h6 {
	font-size: 18px;
	font-weight: 500;
	color: #939393;
	width: 60%;
}

div#mission
{
	padding-top: 50px;
}
.misContent ul li {
	font-size: 18px;
	line-height: 28px;
}
section.industry-tab-section.p_100 .application_inner_content h3 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 24px;
}
section.industry-tab-section.p_100 .application_inner_content p {
	font-size: 18px;
	line-height: 28px;
	margin: 0;
	padding: 0;
}
.application_inner_content {
	border-bottom: 1px solid #000;
	padding-bottom: 48px;
	margin-bottom: 48px;
}
.application_inner_content ul.industry_list li span img {
	width: 18px;
	height: 18px;
	margin-right: 12px;
}
.application_inner_content ul.industry_list li span {
	display: flex;
	align-items: center;
}
section.industry-tab-section.p_100 .application_inner_content p:last-child {
	padding: 0;
}
.about-construction-section {
  background: #fff;
  padding: 80px 0;
  font-family: 'Space Grotesk', sans-serif;
}

.about-construction-section .about-container {
    margin: 0 65px;
    display: grid
;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
section.about-why {
    background: var(--theme-bg-color) !important;
}
section.Quality_Commitment.p_100 {
    background: #fff;
}
/* ---------- LEFT IMAGES ---------- */
.about-construction-section .image-section {
  position: relative;
  height: 520px;
}

.about-construction-section .vertical-image {
    position: absolute;
    top: -20px;
    left: 0;
    width: 380px;
    height: 70%;
    background: url(https://nextstep.net.in/saru-aikoh-chemical/wp-content/uploads/2025/10/about-back.webp) center / cover no-repeat;
    border-radius: 4px;
    z-index: 2;
}
.about-construction-section .horizontal-image {
    position: absolute;
    right: 0;
    width: 392px;
    bottom: -8px;
    height: 86%;
    background: url(https://nextstep.net.in/saru-aikoh-chemical/wp-content/uploads/2025/10/about-front.webp) center / cover no-repeat;
    border-radius: 0;
    z-index: 3;
}
.about-construction-section .counter-badge {
    position: absolute;
    top: -31px;
    left: 65%;
    z-index: 5;
    text-align: center;
}

.about-construction-section .counter-text
 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* ---------- VIDEO BUTTON ---------- */
.about-construction-section .video-btn {
  position: absolute;
  bottom: -40px;
  left: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}

.about-construction-section .circle {
  width: 70px;
  height: 70px;
  background: #e31e24;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.about-construction-section .circle:hover {
  background: #b50d0d;
  transform: scale(1.05);
}

.about-construction-section .video-text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

/* ---------- RIGHT CONTENT ---------- */
.about-construction-section .content .about-label {
    background-color: #EE0D0814;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 8px 14px;
    border-radius: 2px 2px 2px 2px;
    color: var(--theme-main-color);
    letter-spacing: 2px;
    margin-bottom: 12px;
    width: fit-content;
}

.about-construction-section .main-heading {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  color: #0a0a0a;
  margin-bottom: 20px;
}


/* ---------- TABS ---------- */
.about-construction-section .tabs {
    display: flex
;
    border-bottom: 2px solid #ddd;
    margin-bottom: 24px;
    background: var(--theme-bg-light-color);
    justify-content: space-between;
}
.about-construction-section .tab {
    background: none;
    border: none;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    padding: 12px 56px;
    cursor: pointer;
    color: #000;
    position: relative;
    transition: all 0.3s;
}

.about-construction-section .tab.active {
    color: var(--theme-main-color);
}

.about-construction-section .tab.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: var(--theme-main-color);
}

/* ---------- TAB CONTENT ---------- */
.about-construction-section .tab-content {
  display: none;
}

.about-construction-section .tab-content.active {
  display: block;
}

.about-construction-section .features {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 48px;
    margin: 24px 0;
}

.about-construction-section .features li {
    display: flex;
    align-items: center;
    gap: 12px;
}


.about-construction-section .features i {
    color: var(--theme-main-color);
}
.about-construction-section .read-more-btn:hover {
    background: transparent;
    transform: translateY(-2px);
    border: 2px solid var(--theme-main-color);
    color: var(--theme-main-color);
}
/* Industrial scene for horizontal image */
.workshop-scene {
	position: relative;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #2c3e50 0%, #34495e 50%, #1a2a36 100%);
	overflow: hidden;
}

.machinery {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 80px;
}

.drill-head {
	width: 50px;
	height: 50px;
	background: #7f8c8d;
	border-radius: 50%;
	margin: 0 auto;
	box-shadow: inset 0 0 15px rgba(0,0,0,0.3);
}

.drill-column {
	width: 12px;
	height: 60px;
	background: #34495e;
	margin: 10px auto;
	border-radius: 2px;
}

/* Welding scene for vertical image */
.welding-scene {
	position: relative;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, #27ae60 0%, #2ecc71 50%, #16a085 100%);
	overflow: hidden;
}

.worker-silhouette {
	position: absolute;
	bottom: 20%;
	right: 30%;
	width: 60px;
	height: 80px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 30px 30px 10px 10px;
}

.welding-sparks {
	position: absolute;
	bottom: 25%;
	right: 25%;
	width: 100px;
	height: 50px;
}

.spark {
	position: absolute;
	width: 3px;
	height: 3px;
	background: #ffd700;
	border-radius: 50%;
	animation: sparkle 1.5s infinite ease-out;
}

.spark:nth-child(1) { top: 60%; left: 20%; animation-delay: 0s; }
.spark:nth-child(2) { top: 40%; left: 40%; animation-delay: 0.2s; }
.spark:nth-child(3) { top: 70%; left: 60%; animation-delay: 0.4s; }
.spark:nth-child(4) { top: 30%; left: 50%; animation-delay: 0.6s; }

@keyframes sparkle {
	0% { opacity: 1; transform: scale(1) translateY(0); }
	100% { opacity: 0; transform: scale(0.3) translateY(-20px); }
}

@media (max-width: 768px) {
	.about-container {
		grid-template-columns: 1fr;
		gap: 50px;
		padding: 0 20px;
	}

	.about-construction-section .content {
		order: 2;
		max-width: none;
	}

	.about-construction-section .image-section {
		order: 1;
		height: 400px;
	}

	    .about-construction-section .main-heading {
        font-size: 20px;
        line-height: 30px;
    }
	    section.about-why.p_100 h2 {
        margin-bottom: 24px;
    }
section.about-why.p_100.pb-0 {
    padding: 40px 12px;
}
	.about-why .why-box {
    padding-right: 0!IMPORTANT;
}
	.about-why .why-box img {
    width: 38px;
    height: auto;
    margin-bottom: 12px;
}
section.about-why ul {
    grid-template-columns: 1fr 1fr!important;
}
	.about-construction-section .action-buttons {
		flex-direction: column;
		align-items: flex-start;
		gap: 25px;
	}

	.about-construction-section .counter-badge {
		top: 20px;
		right: 50%;
		padding: 20px 25px;
	}

	.about-construction-section .counter-number {
		font-size: 32px;
	}
}
.client_maine_inner_logo .container {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 20px;
}



.client_maine_inner_logo .client_main_heading {
    font-family: 'Space Grotesk';
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 12px;
    color: #000;
    text-shadow: none;
}

.client_maine_inner_logo .client_description_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 48px;
    width: 50%;
    color: #000;
    margin-bottom: 0;
}

.client_maine_inner_logo .client_stories_link {
	color: #f40301;
	text-decoration: none;
	font-weight: 500;
}

.client_maine_inner_logo .client_stories_link:hover {
	text-decoration: underline;
}

.client_maine_inner_logo .clients_logo_showcase_section {
    padding: 48px 0px 0px 0px;
}
section.map_location.p-0 {
    background: #fff;
}
.client_maine_inner_logo .clients_logo_showcase_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    border: 1px solid #e5e7eb;
    background: #e5e7eb;
}

.client_maine_inner_logo .client_logo_showcase_box {
    background: white;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
}

.client_maine_inner_logo .client_logo_showcase_box:hover {
	background: #f8fafc;
	transform: scale(1.02);
	z-index: 2;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.client_maine_inner_logo .client_logo_showcase_box img {
    height: 135px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.client_maine_inner_logo .client_logo_showcase_box:hover img {
	opacity: 1;
}

/* Logo placeholder styling */
.client_maine_inner_logo .logo_placeholder_text {
	font-size: 1.25rem;
	font-weight: 600;
	color: #1a1a1a;
	text-align: center;
	opacity: 0.7;
	transition: opacity 0.3s ease;
}

.client_maine_inner_logo .client_logo_showcase_box:hover .logo_placeholder_text {
	opacity: 1;
}

/* Brand specific styling */
.client_maine_inner_logo .logo_brand_agappe { color: #333; }
.client_maine_inner_logo .logo_brand_ahalya { color: #2c5aa0; }
.client_maine_inner_logo .logo_brand_qatami { color: #1a365d; }
.client_maine_inner_logo .logo_brand_karim { color: #dc2626; }
.client_maine_inner_logo .logo_brand_almailem { color: #374151; }

/* Responsive Design */
@media (max-width: 1024px) {
	.client_maine_inner_logo .clients_logo_showcase_grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.client_maine_inner_logo .client_main_heading {
		font-size: 2.5rem;
	}

	.client_maine_inner_logo .clients_logo_showcase_grid {
		grid-template-columns: 1fr;
	}

	.client_maine_inner_logo .client_logo_showcase_box {
		padding: 40px 20px;
		min-height: 150px;
	}
}

@media (max-width: 480px) {
	.client_maine_inner_logo .container {
		padding: 0 15px;
	}

    .client_maine_inner_logo .client_content_heading_section {
        padding: 0;
    }

	.client_maine_inner_logo .client_main_heading {
		font-size: 2rem;
	}

	.client_maine_inner_logo .client_logo_showcase_box {
		padding: 30px 15px;
		min-height: 120px;
	}
}
.foundry-gallery {
	background: #f0f0f0;
	min-height: 100vh;

}
/* Top banner */
.foundry-gallery .process-banner {
	text-align: center;
	padding: 20px 0 40px 0;
}

.foundry-gallery .process-btn {
	background: #d40301;
	color: #fff;
	padding: 12px 30px;
	font-size: 0.9rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
	display: inline-block;
}

.foundry-gallery .process-btn:hover {
	background: #d40301;
	transform: translateY(-2px);
}

/* Masonry Grid Container */
.foundry-gallery .masonry-container {
	max-width: 100vw;
	margin: 0 auto;
	padding: 0 10px;
}

.foundry-gallery .masonry-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-auto-rows: minmax(180px, auto);
	gap: 8px;
	max-width: 1500px;
	margin: 0 auto;
}

.foundry-gallery .masonry-item {
	background: #222;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
}

.foundry-gallery .masonry-item:hover {
	transform: scale(1.02);
	z-index: 10;
}

.foundry-gallery .masonry-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Grid positioning to match your layout */
.foundry-gallery .masonry-item:nth-child(1) {
	grid-column: span 2;
	grid-row: span 3;
}

.foundry-gallery .masonry-item:nth-child(2) {
	grid-column: span 2;
	grid-row: span 2;
}

.foundry-gallery .masonry-item:nth-child(3) {
	grid-column: span 2;
	grid-row: span 3;
}

.foundry-gallery .masonry-item:nth-child(4) {
	grid-column: span 2;
	grid-row: span 2;
}

.foundry-gallery .masonry-item:nth-child(5) {
	grid-column: span 2;
	grid-row: span 2;
}

.foundry-gallery .masonry-item:nth-child(6) {
	grid-column: span 2;
	grid-row: span 2;
}

.foundry-gallery .masonry-item:nth-child(7) {
	grid-column: span 2;
	grid-row: span 2;
}

.foundry-gallery .masonry-item:nth-child(8) {
	grid-column: span 2;
	grid-row: span 3;
}

.foundry-gallery .masonry-item:nth-child(9) {
	grid-column: span 2;
	grid-row: span 2;
}

.foundry-gallery .masonry-item:nth-child(10) {
	grid-column: span 2;
	grid-row: span 2;
}


/* Responsive */
@media (max-width: 1200px) {
	.foundry-gallery .masonry-grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 6px;
	}

	.foundry-gallery .masonry-item:nth-child(odd) {
		grid-column: span 2;
	}

	.foundry-gallery .masonry-item:nth-child(even) {
		grid-column: span 2;
	}
}

@media (max-width: 768px) {
	.foundry-gallery .masonry-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 5px;
	}

	.foundry-gallery .masonry-item {
		grid-column: span 1 !important;
		grid-row: span 2 !important;
	}

	.foundry-gallery .process-btn {
		padding: 10px 20px;
		font-size: 0.8rem;
	}
}

@media (max-width: 480px) {
	.foundry-gallery .masonry-grid {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.foundry-gallery .masonry-container {
		padding: 0 5px;
	}
}

/* Loading animation */
.foundry-gallery .masonry-item {
	opacity: 0;
	animation: slideIn 0.6s ease forwards;
}

.foundry-gallery .masonry-item:nth-child(1) { animation-delay: 0.1s; }
.foundry-gallery .masonry-item:nth-child(2) { animation-delay: 0.2s; }
.foundry-gallery .masonry-item:nth-child(3) { animation-delay: 0.3s; }
.foundry-gallery .masonry-item:nth-child(4) { animation-delay: 0.4s; }
.foundry-gallery .masonry-item:nth-child(5) { animation-delay: 0.5s; }
.foundry-gallery .masonry-item:nth-child(6) { animation-delay: 0.6s; }
.foundry-gallery .masonry-item:nth-child(7) { animation-delay: 0.7s; }
.foundry-gallery .masonry-item:nth-child(8) { animation-delay: 0.8s; }
.foundry-gallery .masonry-item:nth-child(9) { animation-delay: 0.9s; }
.foundry-gallery .masonry-item:nth-child(10) { animation-delay: 1.0s; }

@keyframes slideIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.map-container {
	flex: 1;
	background: #f5f5f5;
}

.map-container iframe {
	width: 100%;
	height: 100%;
	border: none;
}


.form-container h2 {
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
	font-weight: normal;
}

.form-group {
	margin-bottom: 20px;
}

.form-group label {
	display: block;
	margin-bottom: 5px;
	color: #333;
	font-size: 14px;
}

.form-group input,
.form-group select,
.form-group textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ddd;
	font-size: 14px;
	background: #fff;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
	outline: none;
	border-color: #666;
}

.form-group textarea {
	height: 100px;
	resize: vertical;
}

.form-row {
	display: flex;
	gap: 15px;
}

.form-row .form-group {
	flex: 1;
}

.submit-btn {
	background: #333;
	color: white;
	padding: 12px 30px;
	border: none;
	font-size: 14px;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.submit-btn:hover {
	background: #555;
}

@media (max-width: 768px) {
	.contact-section {
		flex-direction: column;
		min-height: auto;
	}

	.map-container {
		height: 300px;
	}

	.form-container {
		padding: 20px;
	}

	.form-row {
		flex-direction: column;
		gap: 0;
	}
}
.download-brochures-section {
	padding: 60px 0;
	background: #f8f9fa;
}

.download-brochures-section .section-title {
	text-align: center;
	margin-bottom: 40px;
}

.download-brochures-section .section-title h2 {
	font-size: 32px;
	font-weight: 600;
	color: #333;
	margin-bottom: 10px;
}

.download-brochures-section .section-title p {
	font-size: 15px;
	max-width: 500px;
	margin: 0 auto;
}

.download-brochures-section .brochure-card {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	margin-bottom: 20px;
}

.download-brochures-section .brochure-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.download-brochures-section .brochure-image {
	width: 100%;
	height: 200px;
	object-fit: cover;
	transition: all 0.3s ease;
}

.download-brochures-section .brochure-card:hover .brochure-image {
	transform: scale(1.03);
}

.download-brochures-section .brochure-content {
	padding: 15px;
	text-align: center;
}

.download-brochures-section .download-btn {
	background: #dc3545;
	color: #fff;
	padding: 10px 25px;
	border: none;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.download-brochures-section .download-btn:hover {
	background: #c82333;
	color: #fff;
	transform: translateY(-1px);
}

.download-brochures-section .download-btn i {
	font-size: 14px;
}

@media (max-width: 768px) {
	.download-brochures-section {
		padding: 40px 0;
	}

	.download-brochures-section .section-title {
		margin-bottom: 30px;
	}

	.download-brochures-section .section-title h2 {
		font-size: 26px;
	}

	.download-brochures-section .brochure-image {
		height: 180px;
	}

	.download-brochures-section .brochure-content {
		padding: 12px;
	}

	.download-brochures-section .brochure-card {
		margin-bottom: 15px;
	}
}
section.stay-in-tune-section h2.section-title-stay::after {
    content: '';
    position: absolute;
    bottom: 22px;
    left: 34%;
    transform: translateX(-50%);
    width: 94px;
    height: 2px;
    background: #000;
}
.about-why .why-box {
    border-radius: 0;
    position: relative;
    padding: 42px 32px 32px 32px;
    border-left: 1px solid #000;
    box-shadow: -13px 4px 19.1px 0px #00000026;
    transition: all 0.3s ease-in-out;
    background: #fff;
    height: 100%;
    text-align: center;
}
.about-why .why-box i {
    font-size: 40px;
    color: #E31E24;
    margin-bottom: 12px;
}
.about-why .why-box h4 {
    margin-bottom: 12px;
    display: flex;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--theme-main-color);
    width: 93%;
    height: 82px;
}
.about-why .why-box p {
    margin: 0;
    text-align: left;
}
.value-box h4 {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 2px solid var(--theme-main-color);
    text-align: center;
}
.about-why .btn-custom {
    background: #E31E24;
    color: #fff;
    border-radius: 20px;
    padding: 6px 26px;
    font-size: 14px;
    transition: 0.3s;
    display: inline-block;
}

.about-why .btn-custom:hover {
	background: #00996e;
	color: #fff;
}
section.about-why ul li {
	list-style: none;
}
section.about-why ul
 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 0;
    gap: 48px;
    margin: 0;
}
section.Quality_Commitment.p_100 .row.commitment-section .commitment-left p {
    margin: 0;
}
.commitment-right {
    padding-left: 48px;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    position: relative;
    border-left: 1px solid #00000054;
}
.commitment_quote i {
    color: var(--theme-main-color);
    font-size: 36px;
    margin-bottom: 18px;
}
.commitment-right .commitment_para p {
    margin: 0;
}
.commitment-left {
    padding-right: 48px;
}
    @media (max-width: 768px) {
      .commitment-right {
        border-left: none;
        padding-left: 0;
      }
    }
.core-values {
    background: var(--theme-bg-color) !important;
    padding: 100px 0px;
}
.value-box {
    border-radius: 0;
    position: relative;
    padding: 62px 32px;
    border-left: 1px solid #000;
    box-shadow: -13px 4px 19.1px 0px #00000026;
    transition: all 0.3s ease-in-out;
    background: #fff;
    height: 100%;
    text-align: center;
}
    .value-box:hover {
      transform: translateY(-10px);
    }
    .value-box i {
      font-size: 40px;
      color: #e63946; /* Red color */
      margin-bottom: 15px;
    }
.value-box h5 {
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 34px;
}
.value-box p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
section.r-and-d-main-sec.p_100 ul.rnd-list {
    list-style: none; /* remove default bullet */
    padding-left: 0;
}

section.r-and-d-main-sec.p_100 ul.rnd-list li {
    margin-bottom: 8px;
    color: #6c757d;
    position: relative;
    padding-left: 28px;
    font-weight: 400;
}
section.r-and-d-main-sec.p_100 ul.rnd-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 3px;
    color: #ee0d08;
    font-size: 16px;
}


.value-box img {
    fill: #e60000;
    position: absolute;
    top: -39px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 68px;
    width: 72px;
    margin-bottom: 0;
}
.cert-box {
    position: relative;
    border: 1px solid #ececec;
}
section.certificates .cert-box a {
    background: transparent;
    border: none;
    text-align: left;
    color: #000;
    width: fit-content;
    margin-top: 0 !important;
    padding: 12px 0px;
    font-size: 18px;
    line-height: 28px;
}
.cert-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cert-box.overlay-red::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(165, 28, 48, 0.9), rgba(165, 28, 48, 0.9));
  z-index: 2;
}
.cert-box .content {
  position: relative;
  z-index: 3; /* content always above image + gradient */
  padding: 20px;
}
.cert-box.overlay-blue::after {
	 content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 51, 102, 0.9), rgba(0, 51, 102, 0.9));
  z-index: 2;
}
.cert-box .content i {
  font-size: 40px;
  margin-bottom: 10px;
  display: block;
}
.cert-box .content h5 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}
.cert-box .content p {
    font-size: 16px;
    margin: 0;
    line-height: 26px;
    color: #fff ! Important;
}
section.certificates.p_100 h2 {
    margin-bottom: 48px;
}
.certificates .cert-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #ececec;
}
    .certificates .cert-box:hover {
      transform: translateY(-8px);
    }
    .certificates .overlay-red {
      background: rgba(165, 28, 48, 0.9);
    }
    .certificates .overlay-blue {
      background: rgba(0, 51, 102, 0.9);
    }
   
  .certificates .testimonial-box {
    background: #f5f7f9;
    color: #333;
    text-align: left;
    padding: 30px;
    font-size: 14px;
    display: flex
;
    align-items: flex-start;
    flex-direction: column;
}
    .certificates .testimonial-box i {
      color: #a51c30;
      font-size: 20px;
      margin-right: 10px;
    }
/* Styling the parent section itself */
.testimonial_sec {
  background: #f8f9fa;  /* light gray background */
  padding: 60px 0;
  border-radius: 20px;
}

/* Styling headings inside */
.testimonial_sec h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #222;
}
.company-achievement-section {
    background-color: #fff;
    text-align: center;
    padding: 0px 0px 100px 0px;
    position: relative;
}

.company-achievement-section .section-heading {
  margin-bottom: 60px;
}

.company-achievement-section .badge {
  display: inline-block;
  background-color: #fdeaea;
  color: #e94d4d;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 4px;
  font-size: 14px;
}

.company-achievement-section h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0a1e3a;
  margin-top: 15px;
}
.company-achievement-section .achievement-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}
section.about-why h2 {
    margin-bottom: 48px;
}
.company-achievement-section .achievement-box {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}

.company-achievement-section .achievement-box h3 {
    font-size: 80px;
    line-height: 90px;
    color: transparent;
    -webkit-text-stroke: 1.5px #333;
    font-weight: 700;
}
.company-achievement-section .achievement-box p {
    margin: 0;
}

@media (max-width: 768px) {
  .company-achievement-section .achievement-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .company-achievement-section .achievement-box h3 {
    font-size: 60px;
  }
}

@media (max-width: 480px) {
  .company-achievement-section .achievement-grid {
    grid-template-columns: 1fr;
  }

  .company-achievement-section .achievement-box h3 {
    font-size: 50px;
  }
}

/* Styling paragraphs inside */
.testimonial_sec p {
  font-size: 1rem;
  line-height: 1.6;
}

.testimonial_sec .btn-custom {
  background: #00e676;
  border: none;
  border-radius: 30px;
  padding: 10px 25px;
  color: #000;
  font-weight: bold;
  transition: 0.3s;
}

.testimonial_sec .btn-custom:hover {
  background: #00c853;
  color: #fff;
}
.r-and-d-main-sec .rnd-box
 {
    background: #f5f7f9;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    height: auto;
    display: flex
;
    align-items: center;
    width: 80%;
}


.r-and-d-main-sec .rnd-left {
    position: relative;
    z-index: 2;
    width: 60%;
}

.r-and-d-main-sec .rnd-image-box {
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
    width: 50%;
    border-radius: 0;
    overflow: hidden;
}


section.r-and-d-main-sec .rnd-left h2.rnd-title {
    color: var(--theme-main-color);
}
.r-and-d-main-sec .rnd-image-box img {
    width: 100%;
    display: block;
    height: 300px;
    object-fit: cover;
}

.r-and-d-main-sec .rnd-caption {
    background: var(--theme-main-color);
    padding: 12px;
}
.core-values h2 {
    margin-bottom: 48px;
}

.r-and-d-main-sec .rnd-caption p {
    color: #fff !important;
    font-size: 18px;
    line-height: 28px;
}
section.nav_list_tab ul#pills-tab li.nav-item a.nav-link.active {
    color: var(--theme-main-color) !important;
    border-radius: 0;
    font-weight: 900;
    background: transparent;
    border-top: 3px solid var(--theme-main-color);
}
section.nav_list_tab ul#pills-tab {
    justify-content: space-between;
    background: var(--theme-bg-light-color);
    margin-top: -45px;
}

section.nav_list_tab ul#pills-tab .nav-item .nav-link {
    padding: 18px 24px !important;
    font-size: 20px;
    line-height: 30px;
    COLOR: #000;
}
section.sustainability_main_sec h2 {
    font-size: 38px;
    line-height: 48px;
}
section.sustainability_main_sec p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.sustain_box {
  position: relative;
  overflow: hidden;
}

.sustain_image img {
  width: 100%;
  display: block;
}

.sustain_hover_content {
  position: absolute;
  bottom: -90%; 
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 20px;
  transition: all 0.5s ease;
}

.sustain_box:hover .sustain_hover_content {
  bottom: 0; 
}
section.sustainability_main_sec h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 12px;
}
.sustain_box {
  position: relative;
  overflow: hidden;
}

.sustain_image img {
  width: 100%;
  display: block;
}

.sustain_hover_content {
  position: absolute;
  bottom: -90%; /* default: sirf 10% visible rahe */
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.7); /* overlay effect */
  color: #fff;
  padding: 20px;
  transition: bottom 0.5s ease;
}

.sustain_hover_content h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

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

.sustain_image img {
  width: 100%;
  display: block;
}

.sustain_hover_content {
  position: absolute;
  bottom: -90%; /* default: sirf 10% dikhai de */
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.6)); /* gradient overlay */
  color: #fff;
  padding: 20px;
  transition: bottom 0.5s ease;
}

.sustain_hover_content h2 {
  font-size: 22px;
  margin-bottom: 15px;
}

.sustain_hover_content ul {
  padding-left: 18px;
  margin: 0;
  list-style-type: disc;
}

.sustain_hover_content li {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.5;
}




.second-sustain_box {
    padding-top: 200px;
}
.about-why .why-box img {
    fill: var(--theme-main-color);
    position: absolute;
    top: -39px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 68px;
    width: 72px;
    margin-bottom: 0;
}

section.bread_crum .bread_image img {
    height: 350px;
    object-fit: cover;
}
section.need_customer {
    background: var(--theme-blue-base-color);
}
section.need_customer .product_main_heading_Range h2 {
    text-align: center;
    margin-bottom: 12px;
}
section.need_customer .product_customer_box {
    text-align: center;
}
section.need_customer .product_customer_box h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 12px;
    font-weight: 700;
}
.product_svg_icon {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1);
    width: fit-content;
    height: auto;
    text-align: center;
    margin: 0 auto 24px;
    background: #fff;
    padding: 24px;
    border-radius: 50%;
}
.custom-btn {
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 26px;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: var(--theme-main-color);
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

/* Hover Effect */
.custom-btn:hover {
    background-color: var(--theme-blue-color); /* or a lighter shade of blue */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px); /* small lift effect */
    color: #fff;
}

.need_customer .arrow-icon {
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
}

section.need_customer .product_main_heading_Range p {
    width: 52%;
    margin: 0 auto 48px;
    text-align: center;
}
.application_inner_main_sec .accordion-button {
    border-radius: 0px !important;
    background: #232f41;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
.application_inner_main_sec .accordion-button:not(.collapsed) {
    color: #fff;
    background: #232f41;
    box-shadow: none;
}
.application_inner_main_sec .accordion-body .p-3 {
  transition: 0.3s;
}
.application_inner_main_sec div#applicationAccordion .accordion-item .accordion-body {
    background: #F2F2F2;
}
.application_inner_main_sec .accordion-body .p-3:hover {
  background: #f8f9fa;
  transform: translateY(-3px);
}
.application_inner_main_sec .application_heading_box {
    width: 60%;
    margin: 0px auto 48px;
    text-align: center;
}
.application_inner_main_sec .application_heading_box h2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
}
.accordion-item:first-of-type>.accordion-header .accordion-button svg {
    margin-right: 12px;
}
.application_inner_main_sec .accordion-item:first-child {
  position: relative;
}

.application_inner_box {
    background: #f8fafc;
    border-radius: 24px;
}

.application_main_heading_inner {
    display: flex
;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    margin-bottom: 18px;
    color: #000;
}
.application_main_heading_inner h6 {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.application_inner_box ul.application_list li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
    font-weight: 400;
    color: #000;
}
.application_inner_box ul.application_list li:hover {
    color: var(--theme-main-color);
}
.application_inner_main_sec .accordion-button svg {
    margin-right: 12px;
}
.client_maine_inner_logo nav ul#clientTab li.nav-item button {
    padding: 10px 30px !important;
}

.enquiry_form_main .form-group {
  margin-bottom: 15px;
}

.enquiry_form_main input, .enquiry_form_main textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #f9f9f9;
    margin-bottom: 12px;
}
.enquiry_form_main textarea {
    height: 20vh;
}
.enquiry_form_main input:focus,
.enquiry_form_main textarea:focus {
  border-color: #0d6efd;
  background: #fff;
  outline: none;
  box-shadow: 0 0 5px rgba(13, 110, 253, 0.2);
}

.enquiry_form_main .wpcf7-submit {
  background: #F40301;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
	width: fit-content;
}

.enquiry_form_main .wpcf7-submit:hover {
  background: #084298;
}
.modal-header h5#enquiryModalLabel {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
}
.address_main_Sec {
    padding: 100px 0 100px 0px;
}

    .address_main_Sec .company-box:last-child {
      border-right: none;
    }
    /* remove border on small screens */
    @media(max-width: 767px) {
      .address_main_Sec .company-box {
        border-right: none;
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
      }
      .address_main_Sec .company-box:last-child {
        border-bottom: none;
      }
    }
.address_main_Sec .company-box h6 {
    font-weight: 700;
    margin-bottom: 11px;
    font-size: 24px;
    line-height: 34px;
}
.address_main_Sec .company-box p {
    margin: 0;
    color: #333;
    font-size: 18px;
    text-align: left;
    line-height: 28px;
    margin-bottom: 24px;
}
.address_main_Sec .phone a {
    margin-top: 10px;
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}
.address_main_Sec .whatsapp {
    color: #333;
    margin-bottom: 12px;
    font-weight: 500;
}
.whatsapp a {
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}
  .address_main_Sec .visit-site {
    margin-top: 10px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #e60000;
    text-decoration: none;
    display: inline-flex
;
    align-items: center;
    gap: 5px;
}
    .address_main_Sec .visit-site:hover {
      text-decoration: underline;
    }
.product-range {
  text-align: center;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-subtitle {
  max-width: 750px;
  margin: 0 auto 40px;
  color: #555;
}


.product-range .section-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.product-range .section-subtitle {
  max-width: 750px;
  margin: 0 auto 40px;
  color: #555;
}
.product-range .product-grid {
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.product-range .product-card .featured_product_icon h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
}
.taxanomy_Category_btn.mt-4 {
    color: var(--theme-blue-color);
    font-size: 18px;
    line-height: 28px;
}
.taxanomy_Category_btn.mt-4 span {
    margin-right: 8px;
}
.product-range .product-card .icon img {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    border-radius: 12px;
}
.product-range .product-card {
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: left;
    transition: all 0.3s ease;
}

.product-range .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.product-range .product-card h3 {
    font-size: 24px;
    margin-bottom: 4px;
    font-weight: 700;
    line-height: 34px;
}
.product-range .product-card a {
    text-decoration: none;
}
.product-range .product-card a h3 {
    color: #000;
}
.product-range .product-card p {
    margin-bottom: 12px;
}
.product-range .featured {
  margin-bottom: 15px;
  font-size: 14px;
}

.product-range .featured span {
  display: inline-block;
  margin: 4px 6px;
  padding: 4px 10px;
  background: #f5f7fa;
  border-radius: 6px;
  font-size: 13px;
}
.product-range .view-link {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
    background: #F40301;
    padding: 12px;
}
.product-range .view-link:hover {
    color: #F40301;
    border: 1px solid #F40301;
    background: transparent;
}
section.product-range .product_main_heading_Range {
    width: 60%;
    margin: 0 auto 48px;
}
section.r-and-d-main-sec.p_100 {
    overflow: hidden;
}

.product-range .product-card a .featured_product_icon h4 {
    font-size: 24px;
    line-height: 34px;
    color: #000;
    font-weight: 600;
    margin-bottom: 12px;
}


.featured_product_icon h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
.featured_pro_item ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.featured_pro_item li {
  display: inline-block;
}
.featured_icon {
    color: var(--theme-blue-color);
    font-size: 12px;
    line-height: 22px;
    background: var(--theme-blue-base-color);
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 20px;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
}
.featured_icon.more {
    background: #f1f5f9;
    color: #475569;
}
.vision_img:hover .vision_content p {
    text-align: left;
}
.main-head-office {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
}

.main-head-office p {
    margin: 0;
}
.main-head-office h4 {
    font-weight: 600;
}
.company_inner_box {
    background: #e9ecef;
    padding: 24px;
    height: 100%;
}
.address_main_Sec .whatsapp i.fa-brands.fa-whatsapp {
    color: #e60000;
    margin-right: 8px;
}
a.map_direction i.fa-solid.fa-location-dot {
    color: #fff;
    margin-right: 8px;
}
.company_inner_box {
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}
section.clients-section .row a.view-all-btn .btn-icon svg path {
    fill: #000;
}

.sustainability-wrapper .greentech-card a.view-all-btn .btn-icon svg path {
    fill: #000;
}
section.news-section a.view-all-btn .btn-icon svg path {
    fill: #000;
}
header.custom-header .navbar-brand.custom-logo img.custom-logo {
    height: auto;
    width: 220px;
}
.modal-dialog-centered {
    align-items: end;
}
section.single-product-page div#productAccordion .accordion-item .accordion-body .table tbody tr td p span {
    background: #DBEAFE;
    width: fit-content;
    padding: 4px 24px;
    border-radius: 24px;
	color:#1e40af;
}
section.product-range .product_main_heading_Range p {
    margin: 0;
}
.application_guidance_section a:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* Accordion icon color - white */
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.floating-whatsapp {
    position: fixed;
    bottom: 35px;
    right: 35px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    transition: all 0.3s ease;
}

.floating-whatsapp i {
  line-height: 60px;
}

.floating-whatsapp:hover {
  background-color: #1ebc57;
  transform: scale(1.1);
  color: #fff;
}
/* ========================================
   COVER FLUX TABS INSIDE PRODUCT CARD
   ======================================== */

.cover-flux-tabs-inline {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e9ecef;
}

.tabs-inline-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #333 !important;
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
    display: block !important;
}

.tabs-inline-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.tab-inline-item {
    display: flex !important;
    align-items: center;
    gap: 8px;
    padding: 10px !important;
    background: #f8f9fa !important;
    border: 1px solid #e9ecef !important;
    border-radius: 6px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    font-size: 12px;
    color: #333 !important;
}

.tab-inline-item:hover {
    background: var(--theme-main-color) !important;
    border-color: var(--theme-main-color) !important;
    color: #fff !important;
    transform: translateX(3px);
}

.tab-inline-item i {
    font-size: 14px;
    color: var(--theme-main-color);
    transition: color 0.3s ease;
}

.tab-inline-item:hover i {
    color: #fff !important;
}

.tab-inline-item span {
    flex: 1;
    font-weight: 500;
}

/* Hide any empty or non-tab anchor tags */
.tabs-inline-grid > a:empty,
.tabs-inline-grid > a:not(.tab-inline-item) {
    display: none !important;
}

/* Responsive */
@media (max-width: 768px) {
    .tabs-inline-grid {
        grid-template-columns: 1fr;
        gap: 6px;
    }
    
    .tab-inline-item {
        padding: 8px !important;
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .tabs-inline-title {
        font-size: 14px;
    }
}
.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow figure.wp-block-image.size-full img {
    height: 200px;
    object-fit: cover;
}

section.clients-section.p_100 .row.align-items-center .client-left {
    display: flex
;
    justify-content: end;
}
.thankyou-wrapper {
    padding: 70px 0;
    background: #f8f8f8;
}

.thankyou-wrapper .container {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.thankyou-wrapper .thankyou-box {
    flex: 1;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    text-align: center;
}

.thankyou-wrapper .thankyou-box .icon img {
    width: 90px;
    margin-bottom: 20px;
}

.thankyou-wrapper .thankyou-box h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.thankyou-wrapper .thankyou-box p {
    color: #444;
    font-size: 16px;
    margin-bottom: 25px;
}

.thankyou-wrapper .btn-back {
    display: inline-block;
    padding: 12px 28px;
    background: #e02020;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
}

.thankyou-wrapper .btn-back:hover {
    background: #000;
}

.thankyou-wrapper .info-box {
    flex: 1;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.thankyou-wrapper .info-box h2 {
    font-size: 26px;
    margin-bottom: 10px;
}

.thankyou-wrapper .info-box p {
    margin-bottom: 25px;
    color: #444;
}

.thankyou-wrapper .info-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.thankyou-wrapper .icon-round {
    width: 45px;
    height: 45px;
    background: #e02020;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.thankyou-wrapper .info-item h4 {
    margin-bottom: 4px;
    color: #000;
}

.thankyou-wrapper .info-item p {
    margin: 0;
    color: #555;
}
