* {
	margin: 0;
	padding: 0;
	font-family:"aktiv-grotesk";
}

::-webkit-scrollbar {
	width: 12px;
}

::-webkit-scrollbar-track {
	background-color: #F7F7F7;
}

::-webkit-scrollbar-thumb {
	background-color: #0A77BC;
	border: 3px solid #F7F7F7;
}


:root {
	--theme-main-color: #0186C9;
	--theme-bg-color: #F7F7F7;
}
body {
	overflow-x: hidden;
}
body ul {
	list-style: none;
	padding: 0;
	margin: 0;

}
.container {
	padding: 0;
}
body ul li {
	font-family:"aktiv-grotesk";
}

body a {
	text-decoration: none;
	font-size: 16px;
	line-height: 26px;
	font-family:"aktiv-grotesk";
}

body .page-wrapper *:focus,
.ui-dialog *:focus {
	outline: 0;
	box-shadow: none;
	border: 0;
	font-family:"aktiv-grotesk";
}

a:focus,
a:hover,
a:visited {
	text-decoration: none;
	outline: 0
}

html body a:focus {
	outline: none;
	outline-offset: none;
}

.navigation_main nav ul li a {
	color: #000;
	font-family:"aktiv-grotesk";
}

body p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	font-family:"aktiv-grotesk";
}

body h1 {
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	margin-bottom: 12px;
	text-align: left;
	font-family:"aktiv-grotesk";
}
body h2 {
	font-size: 42px;
	line-height: 52px;
	margin-bottom: 24px;
	font-weight: 600;
	color: #000;
	font-family: "aktiv-grotesk";
}
body h3 {
	font-size: 28px;
	font-weight: 600;
	color: #000;
	margin-bottom: 18px;
	font-family: "aktiv-grotesk";
}

body h4 {
	font-family:"aktiv-grotesk";
	font-weight: 600;
}

body h5 {
	font-family:"aktiv-grotesk";
}

body h6 {
	font-family:"aktiv-grotesk";
}

body img {
	width: 100%;
	max-width: none;
}

.padding {
	padding: 100px 0px;
}

.savita_paint_btn {
	display: inline-block;
	padding: 12px 48px;
	background: var(--theme-main-color);
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-radius: 32px;
	transition: 0.3s;
	border: 2px solid var(--theme-main-color);
}
.savita_paint_btn:hover{
	background: #fff;
	color: var(--theme-main-color);
}

.paint-studio-banner {
	background-color: #f5f5f5;
	padding: 0;
	overflow: hidden;
	min-height: 585px; /* Changed to 585px */
	height: auto; /* Allow natural height */
}

.paint-studio-banner .banner-content {
	height: 100%;
	min-height: 585px; /* Changed to 585px */
}

.paint-studio-banner .color-categories {
	position: relative;
	height: 100%;
	min-height: 585px; /* Changed to 585px */
}

.paint-studio-banner .category-list {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 100%;
	min-height: 585px; /* Changed to 585px */
}

.paint-studio-banner .category-item {
	background: #fff;
	cursor: pointer;
	overflow: hidden;
	flex: 0 0 180px;
	position: relative;
	height: 585px; /* Changed to 585px */
	transition: all 0.5s ease-in-out;
}

.paint-studio-banner .category-item.active {
	flex: 0 0 calc(100% - 540px);
	display: flex;
	flex-direction: row;
	height: 585px; /* Changed to 585px */
}
.paint-studio-banner .category-image {
	height: 585px; /* Changed to 585px */
	overflow: hidden;
	position: relative;
}

.paint-studio-banner .category-item.active .category-image {
	width: 50%;
	flex: 0 0 50%;
	order: 2; /* Move image to the right */
	height: 585px; /* Changed to 585px */
}

.paint-studio-banner .category-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.paint-studio-banner .category-item:hover .category-image img {
	transform: scale(1.05);
}
iframe {
	width: 100%;
	height: 425px;
}
.contact_map p {
	padding-bottom: 20px;
}
.paint-studio-banner .category-details {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 585px; /* Changed to 585px */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
	color: #fff;
	background: rgba(0,0,0,0.6);
	z-index: 2;
}
input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
	background: #ffffff;
	border: none;
	padding: 15px 19px 12px 15px;
	/* border-radius: 10px; */
	width: 100%;
	border-bottom: 1px solid #dbdbdb!important;
}
.savita_paints_map .map-part-set-form-1 .Contact_Field textarea {
	height: 6vh;
	min-height: 60px;
	resize: vertical;
	border-bottom: 1px solid #dbdbdb !important;
}
.main_heading h2 {
	margin-bottom: 48px;
}
.career_form_left img {
	width: 100%;
	max-width: none;
	height: 550px;
	object-fit: cover;
}
.savita_paints_map.ptb.padding {
	border-top: 1px solid #dbdbdb;
}
.main_heading h2.text-center {
	margin-bottom: 26px;
}
.paint-studio-banner .category-item.active .category-details {
	position: relative;
	width: 50%;
	flex: 0 0 50%;
	background-color: #1A3C40;
	color: #fff;
	order: 1; 
	height: 585px; /* Changed to 585px */
	padding: 40px; /* Increased padding for better spacing */
}

.category-description {
	max-width: 90%;
}

.category-item.active .category-details .category-description h1 {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.6s ease, transform 0.6s ease;
	transition-delay: 0.2s;
}

.category-item .category-details .category-description h1 {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.3s ease, transform 0.3s ease; 
}

.category-item:not(.active) .category-details h3 {
	transform: translateY(0);
	transition: opacity 0.6s ease, transform 0.6s ease; /* Fixed space in transition */
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	opacity: 0;
}

.category-item:not(.active) p{
	opacity: 1;
}

.category-item.active p{
	opacity: 0;
}

.category-image {
	position: relative;
	display: inline-block;
}

.category-image p {
	position: absolute;
	top: 90%;
	left: 17%;
	color: #fff;
	z-index: 9;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 18px;
	white-space: nowrap;
}


@media (max-width: 768px) {
	.category-image p {
		top: 85%; 
		left: 10%;
		font-size: 12px;
	}
}

.category-item.active .category-details h3 {
	opacity: 0;
	height: 0;
	margin: 0;
	position: absolute;
}

.category-item.active .category-details .category-description p {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.6s ease, transform 0.6s ease;
	transition-delay: 0.3s;
}

.category-item .category-details .category-description p {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.3s ease, transform 0.3s ease; /* Fixed space in transition */
	margin-bottom: 48px;
	text-align:left;
}
.category-item.active .category-details .category-description a.explore-btn {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.6s ease, transform 0.6s ease;
	transition-delay: 0.4s;
	PADDING: 12PX 24PX;
}

.category-item .category-details .category-description a.explore-btn {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.explore-btn-2{
	display: inline-block;
	background-color: var(--theme-main-color);
	color: #fff;
	padding: 14px 48px;
	border-radius: 32px;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	transition: all 0.3s ease;
	line-height: 34px;
}

.explore-btn-2:hover {
	background-color: #fff;
	color: var(--theme-main-color);
	border: 1px solid var(--theme-main-color);
}

.explore-btn {
	display: inline-block;
	background-color: #fff;
	color:  var(--theme-main-color);
	padding: 14px 48px;
	border-radius: 31px;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	transition: all 0.3s ease;
	line-height: 34px;
}

.explore-btn:hover {
	background-color: var(--theme-main-color);
	color: #fff;
}

/* Color variations for different categories */
.category-item[data-category="interior"].active .category-details {
	background-color: #587B95;
}

.category-item[data-category="exterior"].active .category-details {
	background-color: #6D4027;
}

.category-item[data-category="specialty"].active .category-details {
	background-color: #535C68;
}

.category-item[data-category="tools"].active .category-details {
	background-color: #B2202A;
}

/* Responsive styles */
@media (max-width: 1200px) {
	.paint-studio-banner {
		min-height: 500px;
	}

	.banner-content,
	.color-categories,
	.category-list {
		min-height: 500px;
	}

	.category-item {
		height: 500px;
	}

	.category-image {
		height: 500px;
	}

	.category-details {
		height: 500px;
	}

	.category-item.active,
	.category-item.active .category-image,
	.category-item.active .category-details {
		height: 500px;
	}
}

@media (max-width: 992px) {
	.paint-studio-banner {
		min-height: 400px;
	}

	.banner-content,
	.color-categories,
	.category-list {
		min-height: 400px;
	}

	.category-item {
		flex: 0 0 140px;
		height: 400px;
	}

	.category-image {
		height: 400px;
	}

	.category-details {
		height: 400px;
	}

	.category-item.active {
		flex: 0 0 350px;
		height: 400px;
	}

	.category-item.active .category-image,
	.category-item.active .category-details {
		height: 400px;
	}

	.banner-content h1 {
		font-size: 36px;
	}
}

@media (max-width: 768px) {
	.paint-studio-banner {
		min-height: auto; /* Allow natural height on mobile */
		height: auto;
	}

	.banner-content,
	.color-categories,
	.category-list {
		height: auto;
		min-height: auto;
	}

	.category-list {
		flex-direction: column;
	}

	.category-item {
		flex: none;
		width: 100%;
		height: 200px;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.category-image {
		height: 200px;
	}

	.category-details {
		height: 200px;
	}

	.category-item.active {
		flex: none;
		width: 100%;
		height: 340px;
		flex-direction: column; /* Stack vertically on mobile */
	}

	.category-item.active .category-image {
		width: 100%;
		height: 50%;
		flex: 0 0 50%;
		order: 1; /* Image on top */
	}

	.category-item.active .category-details {
		width: 100%;
		height: 50%;
		flex: 0 0 50%;
		order: 2; /* Details below */
		padding: 20px;
	}

	.banner-content h1 {
		font-size: 32px;
	}
}

/* INDUSTRIES SECTION CONSISTENT STYLING */
section.technology_page_main.industries-section .industry-slider {
	border-radius: 12px;
	overflow: hidden;
	margin-top: 0;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	position: relative;
}

section.technology_page_main.industries-section .industry-slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.technology_page_main.industries-section .industry-content {
	position: absolute;
	left: 30px;
	bottom: 30px;
	background-color: #fff;
	padding: 42px 38px;
	border-radius: 12px;
	max-width: 556px;
	text-align: left;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

section.technology_page_main.industries-section .industry-content p {
	margin-bottom: 0;
	color: #000;
	line-height: 26px;
	font-size: 18px;
}

section.technology_page_main.industries-section .industry-content h3 {
	font-weight: 600;
	margin-bottom: 10px;
}

section.technology_page_main.industries-section .industry-tabs {
	position: relative;
	margin: 24px 0px 28px 0px;
}

section.technology_page_main.industries-section .industry-tabs nav {
	width: 100%;
	max-width: 100%;
	position: relative;
	overflow: hidden;
}

section.technology_page_main.industries-section .industry-tabs nav div#industries-nav-tab {
	border: 1px solid #9D9D9D;
	box-shadow: none;
	background: transparent;
	border-radius: 100px;
	position: relative;
	transition: 0.3s ease;
	padding: 0;
	width: 100%;
	max-width: 100%;
	overflow: visible;
	display: flex;
	justify-content: flex-start;
}

/* Scroll fade indicators for industries */
section.technology_page_main.industries-section .industry-tabs nav::before,
section.technology_page_main.industries-section .industry-tabs nav::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px;
	z-index: 5;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}

section.technology_page_main.industries-section .industry-tabs nav::before {
	left: 0;
	background: linear-gradient(to right, rgba(245,245,245,1) 0%, rgba(245,245,245,0.8) 50%, rgba(245,245,245,0) 100%);
	border-radius: 100px 0 0 100px;
}

section.technology_page_main.industries-section .industry-tabs nav::after {
	right: 0;
	background: linear-gradient(to left, rgba(245,245,245,1) 0%, rgba(245,245,245,0.8) 50%, rgba(245,245,245,0) 100%);
	border-radius: 0 100px 100px 0;
}

section.technology_page_main.industries-section .industry-tabs nav.can-scroll-left::before {
	opacity: 1;
}

section.technology_page_main.industries-section .industry-tabs nav.can-scroll-right::after {
	opacity: 1;
}

section.technology_page_main.industries-section .tab-scroll-container {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
	white-space: nowrap;
	width: 100%;
	cursor: grab;
	user-select: none;
	position: relative;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

section.technology_page_main.industries-section .tab-scroll-container.dragging {
	cursor: grabbing;
	scroll-behavior: auto;
}

section.technology_page_main.industries-section .tab-scroll-container::-webkit-scrollbar {
	display: none;
}

/* Active tab background slider for industries - IMPROVED */
section.technology_page_main.industries-section .active-tab-slider {
	display:none;
	/*     position: absolute;
	height: 100%;
	z-index: 1;
	background: #0186C9;
	border-radius: 100px;
	transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
	width 0.4s cubic-bezier(0.4, 0, 0.2, 1),
	opacity 0.3s ease;
	top: 0;
	left: 0;
	width: 0;
	opacity: 0;
	pointer-events: none;
	will-change: left, width; */
}

section.technology_page_main.industries-section .tab-scroll-container button.industry-nav-link {
	flex: 0 0 auto;
	border: none;
	color: #9D9D9D;
	font-weight: 600;
	padding: 14px 20px;
	font-size: 14px;
	position: relative;
	z-index: 2;
	transition: all 0.3s ease;
	cursor: pointer;
	outline: none !important;
	background: transparent;
	white-space: nowrap;
	min-width: max-content;
	flex-shrink: 0;
	border-radius: 100px;
}
section.technology_page_main.industries-section .tab-scroll-container button.industry-nav-link.active {
	color: #fff;
	background: var(--theme-main-color);
}

/* Hover effect for inactive tabs */
section.technology_page_main.industries-section .tab-scroll-container button.industry-nav-link:not(.active):hover {
	color: #0186C9;
	background: rgba(1, 134, 201, 0.1);
}

/* Remove focus outline but keep accessibility */
section.technology_page_main.industries-section .tab-scroll-container button.industry-nav-link:focus-visible {
	outline: 2px solid #0186C9;
	outline-offset: 2px;
}

section.technology_page_main.industries-section .slider-navigation button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border: none;
	padding: 0;
	margin-right: 0;
	transition: all 0.3s ease;
	cursor: pointer;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 2px solid #9D9D9D;
}

section.technology_page_main.industries-section .slider-navigation button:hover {
	background-color: rgba(1, 134, 201, 0.1);
	transform: scale(1.05);
}

section.technology_page_main.industries-section .slider-navigation button:active {
	transform: scale(0.95);
}

section.technology_page_main.industries-section .slider-navigation button svg {
	transition: all 0.3s ease;
	width: 50px;
	height: auto;
}
section.technology_page_main.industries-section .slider-navigation button:hover svg circle {
	stroke: #0186C9;
}

section.technology_page_main.industries-section .slider-navigation button:hover svg path {
	fill: #0186C9;
}

section.technology_page_main.industries-section .btn-primary {
	background-color: #0186C9;
	border-color: #0186C9;
	border-radius: 31px;
	padding: 14px 48px;
	font-weight: 600;
	font-size: 18px;
	transition: all 0.3s ease;
}

section.technology_page_main.industries-section .btn-primary:hover {
	background: transparent;
	transform: translateY(-2px);
	text-decoration: none;
	color: #0186C9 !important;
	border: 2px solid #0186C9;
}

/* Industries Tab content */
section.technology_page_main.industries-section .tab-pane {
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}

section.technology_page_main.industries-section .tab-pane.show.active {
	display: block;
	opacity: 1;
}
/* Parent Section */
.about-paint-section {
	background: url(https://nextstep.net.in/savita-paints/wp-content/uploads/2025/04/about-background.png) no-repeat center left / contain;
}
.about-container {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-left: 101px;
	margin-right: 80px;
	padding: 0;
	flex-wrap: wrap;
}
.about-text p {
	width: 600px;
	margin-bottom: 24px;
}
.about-text {
	flex: 1;
	min-width: 300px;
	padding: 100px 0;
	color: #fff;
}
.about-text h2{color:#fff;
	margin-bottom: 24px;}
.about-btn {
	display: inline-block;
	padding: 14px 48px;
	background: #fff;
	font-size: 18px;
	color: #007bff;
	text-decoration: none;
	font-weight: bold;
	border-radius: 32px;
	transition: 0.3s;
}

.about-btn:hover {
	background-color: var(--theme-main-color);
	color: #fff;
}

.about-image {
	flex: 1;
	min-width: 300px;
	text-align: center;
}

.about-image img {
	width: 100%;
	max-height: 375px;
	object-fit: cover;
	border-radius: 12px;
}

/* Services section styling with parent class */
.savita-services {
	text-align: center;
	background: linear-gradient(180deg, rgba(243, 243, 243, 0) 0%, #F3F3F3 100%) !important;
}
.savita-services .container {
	margin: 0 auto;
	/*             padding: 0 15px; */
}

/*         .savita-services h2 {
font-size: 42px;
margin-bottom: 40px;
color: #000;
line-height:52px
font-weight: 700;
} */

/* Service Grid */
.savita-services .services-grid {
	display: flex;
	justify-content: center;
	gap: 0;
	max-width: 100%;
	position: relative;
}

.savita-services .service-item {
	position: relative;
	width: 33.33%;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	cursor: pointer;
	flex-shrink: 0;
}

.savita-services .service-item:first-child {
	border-radius: 24px 0 0 24px;
}

.savita-services .service-item:first-child img {
	border-radius: 24px 0 0 24px;
}

.savita-services .service-item:last-child {
	border-radius: 0 24px 24px 0;
}

.savita-services .service-item:last-child img {
	border-radius: 0 24px 24px 0;
}

.savita-services .service-item img {
	width: 100%;
	height: 550px;
	object-fit: cover;
	display: block;
	transition: all 0.4s ease;
}

.savita-services .service-label {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255, 255, 255, 0.95);
	padding: 14px 48px;
	font-size: 20px;
	font-weight: 600;
	border-radius: 32px;
	transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	z-index: 5;
}

/* Expanded and collapsed states */
.savita-services .service-item.expanded {
	width: 60% !important;
}

.savita-services .service-item.collapsed {
	width: 20% !important;
}

.savita-services .service-item.collapsed .service-label {
	opacity: 0;
	transform: translateX(-50%) scale(0.8);
}

.savita-services .service-item.expanded .service-label {
	opacity: 0;
	transform: translateX(-50%) translateY(-20px);
}

.savita-services .service-content {
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: calc(100% - 60px);
	max-width: 350px;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(12px);
	padding: 30px 25px;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 10;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	transform: translateY(20px) scale(0.95);
}

.savita-services .service-content.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
}

/* Hover content - shows on expansion without click */
.savita-services .service-content.hover-active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
}

/* Overlay for better visual effect */
.savita-services .service-item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 2;
}

.savita-services .service-item.expanded::after {
	background: rgba(0, 0, 0, 0.3);
}

.savita-services .service-content h3 {
	margin-bottom: 15px;
	font-size: 24px;
	color: #0C0000;
	font-weight: 600;
	line-height: 1.3;
}

.savita-services .service-content p {
	margin-bottom: 0;
	font-size: 15px;
	color: #555;
	line-height: 1.5;
}

/* Close button */
.savita-services .close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	background: rgba(255, 255, 255, 0.9);
	border: none;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 16px;
	color: #666;
	transition: all 0.3s ease;
	z-index: 15;
}

.savita-services .close-btn:hover {
	background-color: #ff4757;
	color: white;
	transform: scale(1.1);
}

/* Responsive design */
@media (max-width: 1199px) {
	.savita-services .services-grid {
		flex-direction: column;
		gap: 20px;
	}
	.savita-services .service-item.collapsed {
		width: 100% !important;
	}
	.savita-services .service-item.expanded {
		width: 100% !important;
	}

	.savita-services .service-item {
		width: 100%;
		border-radius: 24px !important;
	}

	.savita-services .service-item img {
		border-radius: 24px !important;
		height: 300px;
	}

	.savita-services .service-content {
		padding: 30px 20px;
	}

	.savita-services .service-content h3 {
		font-size: 24px;
	}

	.savita-services .service-label {
		font-size: 18px;
		padding: 12px 24px;
	}
}
.blog-slide {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}

.blog-slide img {
	width: 100%;
	border-radius: 15px;
}

.blog-content {
	position: absolute;
	bottom: 40px;
	left: 40px;
	background: #fff;
	padding: 25px;
	border-radius: 12px;
}

.blog-content h4 {
	font-size: 24px;
	line-height: 34px;
	padding: 0;
	margin-bottom: 24px;
	width: 70%;
}
.blog-content a {
	font-size: 18px;
	color: var(--theme-main-color);
	text-decoration: none;
	font-weight: 400;
	line-height: 28px;
	display: flex
		;
	align-items: center;
	gap: 12px;
}
section.Main_blogs button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
	top: 107%;
	border: 3px solid #7F7F7F99;
	border-radius: 50%;
	width: 52px;
	height: 52px;
}
section.Main_blogs.padding button.slick-next.slick-arrow {
	right: 80%;
	top: 114%;
	background-image: url(https://nextstep.net.in/savita-paints/wp-content/uploads/2025/06/Vector-1.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 52px;
	height: 52px;
	border: none;
	background-color: transparent;
	text-indent: -9999px;
}

section.Main_blogs button.slick-prev.slick-arrow {
	left: 10%;
	top: 114%;
	background-image: url('https://nextstep.net.in/savita-paints/wp-content/uploads/2025/06/Vector-2.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 52px;
	height: 52px;
	border: none;
	background-color: transparent;
	text-indent: -9999px;
}
.slick-prev,
.slick-next {
	font-size: 0px;
}
.slick-prev:before,
.slick-next:before {
	content: none !important; /* Removes the default arrows */
}
.slick-prev:before {
	content: '←'; /* Custom left arrow */
	color: #fff;
	font-size: 20px;
}

.slick-next:before {
	content: '→'; /* Custom right arrow */
	color: #fff;
	font-size: 20px;
}

.view-all-btn {
	margin-top: 20px;
	text-align: center;
}
.newsletter-section {
	background: url(/assets/images/sign-up-background.png) no-repeat center center / cover;
	display: flex
		;
	justify-content: center;
	background-attachment: fixed;
}
/* .newsletter-content h2 {
margin: 0 0 12px;
font-size: 40px;
line-height: 50px;
font-weight: 400;
} */
.newsletter-container {
	background: rgba(255, 255, 255, 0.9);
	display: flex
		;
	align-items: center;
	justify-content: space-between;
	padding: 45px 57px;
	border-radius: 10px;
	width: 100%;
	max-width: 1320px;
	border-radius:24px;
}

/* Content */
.newsletter-content {
	max-width: 50%;
}

.newsletter-content p {
	font-size: 18px;
	color: #000;
	line-height: 28px;
	font-weight: 400;
	width: 80%;
}
.newsletter-form {
	display: flex
		;
	align-items: center;
	gap: 24px;
	flex-direction: column;
}
.email-input {
	padding:14px 48px;
	border-radius: 32px;
	border: 1px solid #ccc;
	width: 384px;
	outline: none;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	color: #898989;
	font-family:"aktiv-grotesk";
}
.subscribe-btn {
	background: #0186C9;
	border: none;
	padding: 14px 48px;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	color: #ffffff;
	border-radius: 25px;
	cursor: pointer;
	transition: 0.3s;
	font-family: "aktiv-grotesk";
	width: 383px;
}
.subscribe-btn:hover{
	background: transparent;
	transform: translateY(-2px);
	text-decoration: none;
	color: #0186C9 !important;
	border: 2px solid #0186C9;
}

/* Responsive */
@media (max-width: 768px) {
	.newsletter-container {
		flex-direction: column;
		text-align: center;
		padding: 20px;
	}

	.newsletter-content {
		max-width: 100%;
		margin-bottom: 5px;
	}


	.newsletter-form {
		flex-direction: column;
		width: 100%;
	}

	.email-input {
		width: 100%;
	}
}

.footer {
	background: #F7F7F7;
	padding-top: 100px;
}

.footer_box img {
	width: 60%;
}

.footer_address {
	color: #000;
	font-size: 16px;
	line-height: 26px;
	margin-top: 12px;
	margin-bottom: 12px;
	width: 70%;
}

.footer_contact {
	padding: 0;
	margin: 0;
}

.footer_contact li {
	list-style: none;
	margin-bottom: 8px;
}


.footer_contact li a:hover {
	color: #0186C9;
}

.footer_box ul {
	padding: 0;
	margin: 0;
}

.footer_box ul li {
	list-style: none;
	margin-bottom: 10px;
}

.footer_box ul li a {
	position: relative;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	transition: all 0.5s ease;
	line-height: 26px;
}

.footer_box ul li a:hover {
	color: #0186C9;
}

.footer_box ul li a:before {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0;
	background: var(--darkBlue);
	height: 2px;
	transition: all 0.5s ease;
}
.footer_box h4 {
	color: var(--theme-main-color);
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 24px;
	font-family: "aktiv-grotesk";
	position: relative;
}
.footer_box ul li a:hover:before {
	width: 100%;
}


.footer_social_link {
	display: flex;
	gap: 0px;
	margin-bottom: 20px !important;
	align-items: center;
	justify-content: start;
}
.footer_box h4:before {
	content: '';
	position: absolute;
	bottom: -11px;
	width: 80px;
	height: 2px;
	background: var(--darkBlue);
}


.footer_social_link li {
	list-style: none;
}
.footer_box img {
	width: 35%;
	margin-top: -5%;
}
.footer_social_link li a img {
	width: 55px;
	height: 55px;
	transition: transform 0.3s ease;
}

.footer_social_link li a img:hover {
	transform: scale(1.1);
}

.footer_date {
	margin-top: 0;
	border-top: 2px solid #d3d3d3;
	padding: 30px 0px;
}

.breadcrum_strip {
	background: #D9D9D9;
}
.bread_ul ul.breadcrum_ul li a.bread_active {
	color: var(--theme-main-color);
	font-weight: 700;
}
.bread_ul ul.breadcrum_ul {
	display: flex;
	flex-direction: row;
	gap: 12px;
	align-items: center;
}
.breadcrum_strip {
	background: #d9d9d97a;
	padding: 12px 0px;
}
.bread_ul ul.breadcrum_ul li a
{
	font-size: 20px;
	color: #000000;
	line-height: 30px;
	font-weight: 400;
	font-family:"aktiv-grotesk";
}
.bread_ul ul.breadcrum_ul li i {
	font-size: 14px;
	line-height: 22px;
	color: var(--theme-main-color);
}
.counter_row.row.justify-content-center {
	background: #0A77BC;
	padding: 48px 58px;
	border-radius: 24px;
}
.counter_row.row.justify-content-center div#counter-box h2 {
	color: #fff;
	font-size: 58px;
	line-height: 52px;
	font-weight: 700;
	font-family: "aktiv-grotesk";
	margin-bottom: 24px;
}
.counter_row.row.justify-content-center div#counter-box p {
	color: #fff;
	margin: 0;
	font-size: 24px;
	line-height: 34px;
	font-weight: 100;
}
section.why_savita_paints {
	background-image: url('https://nextstep.net.in/savita-paints/wp-content/uploads/2025/04/industries-background.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.why_savita_paints_box {
	background: #fff;
	border-radius: 24px;
	padding: 20px;
}
.why-savita-icon-heading h4 {
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}
.why_savita_paints_box .why_savita_icon_box {
	display: flex;
	GAP: 24px;
	ALIGN-ITEMS: center;
	margin-bottom: 24px;
}
.why-savita-brief {
	margin-top: 12px;
}
.why-savita-plu-icon {
	text-align: right;
	display: flex
		;
	align-items: center;
	justify-content: end;
}
.why-savita-plu-icon i {
	background: #0A77BC;
	padding: 2px 8px;
	font-size: 18px;
	line-height: 32px;
	border-radius: 50%;
	color: #fff;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.why-savita-wrapper.active i {
	border: 2px solid #fff;
}

.why-savita-hover-content .why_savita_icon_box {
	display: flex;
	align-items: center;
	gap: 12px;
}
.why-savita-wrapper.active .why-savita-hover-content svg path {
	fill: #fff;
	margin-right: 12px;
}
.why-savita-hover-content {
	background: #0A77BC;
	padding: 24px;
	border-radius: 24px;
}

.why-savita-hover-content .why-savita-icon-heading h4 {
	color: #fff;
}
.why-savita-hover-brief p {
	color: #fff;
}
.why-savita-wrapper {
	position: relative;
	height: 100%;
}
.why-savita-hover-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
	transition: all 0.4s ease;
	z-index: 10;
	background: #0A77BC;
	padding: 24px;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start; /* 👈 content upar se start hoga */
}

/* Icon hamesha bottom-right me */
.why-savita-hover-content .why-savita-plu-icon {
	margin-top: auto;   /* push to bottom */
	align-self: flex-end; /* right side */
}
.why-savita-wrapper.active .why-savita-hover-content {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}
.why-savita-hover-content .why-savita-icon-heading h4,
.why-savita-hover-brief p {
	color: #fff;
}
.why-savita-plu-icon.minus-icon {
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.why-savita-plu-icon.minus-icon i {
	background: #fff;
	color: #0A77BC;
	padding: 8px;
	font-size: 20px;
	border-radius: 50%;
}
.why-choose-inner-box, .why-choose-inner-box-second {
	position: relative;
}
.why-choose-inner-box::before, .why-choose-inner-box-second::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 745px;
	height: 477px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	transform: translate(-55%, -50%);
	z-index: 2;
}


.why-choose-inner-box::before {
	background-image: url(https://nextstep.net.in/savita-paints/wp-content/uploads/2025/06/Group-1000004058.png);
}

.why-choose-inner-box-second::before {
	background-image: url(https://nextstep.net.in/savita-paints/wp-content/uploads/2025/10/mision-1.png);
}
.why-choose-sec .col-6:nth-child(2) .why-choose-inner-box::before{
	background-image: url(https://nextstep.net.in/savita-paints/wp-content/uploads/2025/06/mision.webp);

}
.why-choose-inner-content h2 {
	font-size: 32px;
	line-height: 42px;
	color: #fff;
	margin-bottom: 12px;
	font-weight: 700;
}
.why-choose-inner-content p {
	font-size: 18px;
	font-family: "aktiv-grotesk";
	line-height: 28px;
	color: #ffffff;
}
.why-choose-inner-box img {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
}
section.why-choose-sec {
	position: relative;
}
.why-choose-inner-box-second img {
	position: relative;
}
.why-choose-inner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-56%, -50%);
	z-index: 3;
	color: #fff;
	text-align: justify;
	width: 65%;
	padding: 0 20px;
}
.why-choose-inner-box,
.why-choose-inner-box-second {
	position: relative;
}
section.decorative-coating-main-sec h2 {
	margin-bottom: 12px;
	color: var(--theme-main-color);
}
section.decorative-coating-main-sec.padding .decorative-image img {
	border-radius: 24px;
}
section.decorative-coating-main-sec.padding .decorative-image {
	margin-top: 48px;
}
section.decorative-coating-range.padding.pt-0.pb-0 h2 {
	font-size: 32px;
	line-height: 42px;
	font-weight: 500;
}
section.decorative-coating-main-sec.padding {
	padding-bottom: 52px;
}
.decorative-box {
	background-color: white;
	border-radius: 50%;
	padding: 20px;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.decorative-box img {
	max-height: 150px;
	object-fit: contain;
}

.decorative-box p {
	font-size: 14px;
	margin-top: 10px;
	color: #000;
}

.faq-section .accordion {
	border-radius: 12px;
}
.accordion-header button.accordion-button.collapsed {
	font-size: 24px;
	padding: 24px 26px;
}
.faq-section .accordion-item {
	border: none;
	border-top: 1px solid #e0e0e0;
}
.faq-section .accordion-item:first-child {
	border-top: none;
}

.faq-section .accordion-button {
	font-weight: 500;
	font-size: 24px;
	color: #000;
	background-color: transparent;
	box-shadow: none !important;
	padding: 24px 26px;
	line-height: 30px;
	font-family: "aktiv-grotesk";
}
section.decorative-coating-range a {
	text-align: center;
}
.faq-section h2.text-center.mb-4.fw-bold {
	padding-bottom: 20px;
}
.faq-section .accordion-button:not(.collapsed) {
	color: #000;
	background-color: transparent;
}

.faq-section .accordion-body {
	font-size: 21px;
	color: #000;
	line-height: 34px;
	font-weight: 400;
	padding: 0px 26px 32px;
}
.faq-section .accordion-button::after {
	display: none !important;
}

/* Toggle Icon Scoped to .faq-section */
.faq-section .accordion-button::after {
	content: "+";
	font-size: 20px;
	font-weight: bold;
	margin-left: auto;
	transition: transform 0.3s ease;
}

.faq-section .accordion-button:not(.collapsed)::after {
	content: "–";
}

.faq-section .accordion-button .icon {
	font-size: 26px;
	font-weight: bold;
	transition: 0.3s ease;
}

.faq-section .accordion-button:not(.collapsed) .icon {
	content: "–";
}

.faq-section .accordion-button::after {
	display: none !important;
}
section.form_block_wrap form .form_tab label {
	margin-bottom: 10px;
	color: #000000;
	font-size: 18px;
}
section.form_block_wrap form .form_tab select {
	color: #000000;
	border-bottom: 2px solid #005FA7;
	width: 100%;
	padding: 10px 0px;
	font-size: 17px;
	height: 50px;
	display: block;
	background: none;
	border-right: none;
	border-top: none;
	border-left: none;
}
section.form_block_wrap form .form_tab {
	display: flex
		;
	flex-direction: column;
}
section.form_block_wrap form .form_tab input {
	color: #000000;
	width: 100%;
	padding: 10px 20px;
	height: 50px;
	font-size: 17px;
	display: block;
	border-bottom: 2px solid #005FA7;
	border-top: none;
	border-right: none;
	border-left: none;
}
section.form_block_wrap form textarea{
	color: #000000;
	width: 100%;
	padding: 10px 20px;
	height: 50px;
	font-size: 17px;
	display: block;
	border-bottom: 2px solid #005FA7;
	border-top: none;
	border-right: none;
	border-left: none;
}
section.form_block_wrap .row {
	row-gap: 0px;
}
div#counter-box {
	text-align: center;
}
/* Form Fields */
.savita_paints_map .Contact_Field {
	margin-bottom: 10px;
}

.savita_paints_map .Contact_Field input, .savita_paints_map .Contact_Field textarea, .savita_paints_map .Contact_Field select {
	width: 100%;
	padding: 15px 19px 12px 15px;
	/* border-bottom: 1px solid #ddd; */
	/* border-radius: 8px; */
	background: transparent;
	font-size: 18px;
	color: #454545;
	transition: all 0.3s ease;
	BORDER-TOP: NONE;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #bdbdbd;
}
/* Placeholder styling */
.savita_paints_map .Contact_Field input::placeholder,
.savita_paints_map .Contact_Field textarea::placeholder {
	color: #454545;
}

/* Focus effect */
.savita_paints_map .Contact_Field input:focus,
.savita_paints_map .Contact_Field textarea:focus,
.savita_paints_map .Contact_Field select:focus {
	border-color: var(--orange); /* your theme color */

	outline: none;
}

/* Textarea */
.savita_paints_map .Contact_Field textarea {
	height: 20vh;
	min-height: 60px;
	resize: vertical;
}

.savita_paints_map .main_button {
	display: inline-block;
	background: #0a77bc;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 40px;
	border: none;
	border-radius: 30px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.savita_paints_map .main_button:hover {
	background: #333;
	color: #fff;
	transform: translateY(-2px);
	/* 	box-shadow: 0 4px 12px rgba(0,0,0,0.2); */
}

/* Center button */
.savita_paints_map .text-center {
	margin-top: 20px;
}
/* Career Section Form Styling */
.career_section .career_form_right {
	background: #f9f9f9;
	padding: 40px 30px;
	border-radius: 12px;
	/* 	box-shadow: 0 5px 20px rgba(0,0,0,0.1); */
}

/* Inputs & Textareas */
.career_section .career_input input,
.career_section .career_input textarea,
.career_section .career_input select,
.career_section .career_input input[type="file"] {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #fff;
	font-size: 15px;
	color: #333;
	transition: all 0.3s ease;
	margin-bottom: 20px;
}

/* Placeholder */
.career_section .career_input input::placeholder,
.career_section .career_input textarea::placeholder {
	color: #999;
}

/* Focus Effect */
.career_section .career_input input:focus,
.career_section .career_input textarea:focus,
.career_section .career_input select:focus {
	border-color: var(--orange);
	box-shadow: 0 0 6px rgba(255, 119, 0, 0.3);
	outline: none;
}

/* Textarea */
.career_section .career_input textarea {
	min-height: 120px;
	resize: vertical;
}

/* File Upload */
.career_section .career_input label {
	display: block;
	font-weight: 600;
	margin-bottom: 8px;
	color: #333;
	font-size: 14px;
}

/* Submit Button */
.career_section .main_button {
	display: inline-block;
	background: var(--orange);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 40px;
	border: none;
	border-radius: 30px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.career_section .main_button:hover {
	background: #333;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.bread_banner img {
	height: auto;
	object-fit: cover;
}
.blog-slider .slick-slide {
	transform: scale(0.8);
	filter: blur(4px);
	opacity: 1;
	transition: all 0.4s ease;
} 
.blog-slider .slick-center {
	transform: scale(1);
	filter: blur(0);
	opacity: 1;
}
i.fas.fa-map-marker-alt,
i.fa-phone,
.fas.fa-envelope {
	font-size: 24px;
}
.contact_map img {
	height: 507px;
}
/* .map-content-part.map-part-set  {
padding-left: 35px;
} */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	border: none;
	padding: 15px 19px 12px 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	/*     background-color: #f9f9f9; */
}
.map-content-part {
	/*     padding: 30px; */
	padding-bottom: 0px;
	/*     padding-left: 57px; */
	padding-right: 0px;
	padding-top: 0;
}
.main_heading h3 ,.main_heading p{
	color: #000000;
	/* padding-left: 20px; */

	border-radius: 8px;
	padding-bottom: 0px;
}

.padding-1{padding-bottom: 100px;}
.Contact_Field p label{
	padding-bottom: 20px!important;
}

.Contact_Field{margin-bottom:10px;
	display: flex;
	flex-direction: column;}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {    width: 100%;}
.Contact_Field label {
	margin-bottom: 20px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.main_button{display: inline-block;
	background: #0186C9;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 14px 48px;
	border: none;
	border-radius: 30px;
	cursor: pointer;
	transition: all 0.3s ease;}

input.wpcf7-form-control.wpcf7-submit.has-spinner.main_button:hover{background: transparent;
	transform: translateY(-2px);
	text-decoration: none;
	color: #0186C9 !important;
	border: 2px solid #0186C9;}

.about_left img {
	height: 550px;
	margin-top: 80px;
	border-radius: 25px;
}
.about_left {
	height: 100%;
	object-fit: cover;
}
.about_right h2{margin-bottom:0;}
.contact_map img{height: 446px;}
.about-sec-spacing {
	padding-bottom: 48px;
}
.category-image-display img {
	height: 300px;
	object-fit: cover;
}
.industries-card {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	cursor: pointer;

	color: #fff;

	margin-bottom: 30px;

}
.industries-card::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0.7), transparent);

}

.industries-card img {
	object-fit: cover  /* image puri dikhayega */
		display: block;
	height: 100%;
	width: 100%;
}

.industries-card h3 {
	position: absolute;
	padding:20px;
	top: 20px;
	font-size:24px;
	left: 20px;

	margin: 0;
	z-index: 3; 
	color: #fff;
	transition: opacity 0.3s ease;
}


.industries-card:hover > h3 {
	opacity: 0;
	visibility: hidden;
}
.industries-card .content {
	position: absolute;
	inset: 0;
	background: #2980b9;
	display: flex;
	flex-direction: column;
	justify-content: flex-start; 
	align-items: flex-start;    
	text-align: left;
	opacity: 0;
	transition: opacity 0.6s ease;
	z-index: 2; 
	padding: 40px;
}

.industries-card:hover .content {
	opacity: 1;
}

.industries-card .content h4 {
	margin: 0 0 10px 0; /* heading ke niche spacing */
	position: static;
	text-shadow: none;
	font-size:24px
		padding-bottom: 10px;
}

.industries-card .content p {
	margin: 0;
	line-height: 28px;
	max-width: 100%;
}
section.about_section.padding .about_right p
{
	margin: 0;
	text-align: justify;
}
section.about_section .about_left p {
	text-align: justify;
}
section.about_section .about_right {
	margin-right: 20px;
}
.why-savita-brief p {
	font-size: 18px;
	line-height: 28px;
}
/*-------------------------------- our product section-------------------------------------------- */
.our-product .bread {
	position: relative;
	margin-bottom: 0;
}

.our-product .bread_banner {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.our-product .bread_banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.our-product .product-section {
	position: relative;
	background: #fff;
	margin-top: -150px;
	z-index: 10;
	padding: 60px 0 80px;
}

.our-product .product-wrapper {
	display: flex;
	align-items: flex-start;
	gap: 60px;
	position: relative;
}

.our-product .product-image {
	flex: 0 0 400px;
	position: relative;
	z-index: 15;
	margin-top: -100px;
}

.our-product .product-circle {
	width: 368px;
	height: 368px;
	box-shadow: 0px 7px 13.3px 0px #00000033;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 8px solid #fff;
	background: #fff;
}

.our-product .product-circle img {
	width: 200px;
}

.our-product .paint-brand {
	font-size: 18px;
	margin-bottom: 8px;
	letter-spacing: 1px;
}

.our-product .paint-type {
	font-size: 12px;
	opacity: 0.9;
	text-align: center;
	line-height: 1.3;
}

.our-product .product-content {
	flex: 1;
	padding-left: 0;
}

.our-product .product-title {
	font-weight: 600;
	font-size: 38px;
	line-height: 48px;
	color: #000;
	margin-bottom: 12px;
}

.our-product .product-description {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	border-bottom: 1px solid #858585;
	margin-bottom: 18px;
	padding-bottom: 40px;
}

.our-product .sizes-section {
	margin-bottom: 32px;
}

.our-product section.recommended_usage_main-sec.padding h2 {
	text-align: center;
}

.our-product .recommended_box img {
	border-radius: 24px;
	margin-bottom: 24px;
}

.our-product .recommended_box {
	text-align: center;
}

.our-product .recommended_box h4 {
	font-weight: 500;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
}

.our-product .section-title {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 18px;
	line-height: 34px;
	color: #000;
}

.our-product .size-options {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.our-product .size-option {
	padding: 8px 16px;
	border: 2px solid #848484;
	border-radius: 25px;
	font-size: 0.9rem;
	color: #848484;
	cursor: pointer;
	transition: all 0.3s ease;
	background: #fff;
}

.our-product section.Features-Benefits-sec {
	background: #F4F4F4;
}

.our-product .product-specs {
	margin-top: 30px;
}

.our-product .spec-link {
	display: inline-flex;
	align-items: center;
	color: #0A77BC;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.3s ease;
	font-size: 18px;
	line-height: 28px;
}

.our-product .spec-link:hover {
	color: #2980b9;
}

.our-product .spec-link::after {
	content: '↓';
	margin-left: 8px;
	font-size: 1.2rem;
}

@media (max-width: 768px) {
	.our-product .product-wrapper {
		flex-direction: column;
		gap: 30px;
		text-align: center;
	}

	.our-product .product-image {
		flex: none;
		margin: -50px auto 0;
	}

	.our-product .product-circle {
		width: 300px;
		height: 300px;
	}

	.our-product .paint-can {
		width: 140px;
		height: 170px;
	}

	.our-product .product-content {
		padding-left: 0;
	}

	.our-product .product-title {
		font-size: 1.8rem;
	}
}

.our-product .features-benefits .feature-box {
	text-align: center;
	padding: 0px 50px;
}

.our-product .features-benefits .row > .col-md-3 {
	display: flex;
	justify-content: center;
}

.our-product .features-benefits .row > .col-md-3 {
	justify-content: flex-center;
}
.features-benefits .row > div:nth-child(n+4) {
	/* margin-top: 50px; */
}
.our-product .feature-box img {
	object-fit: contain;
	width: 50px;
	margin-bottom: 24px;
}

.our-product .feature-box p {
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	color: #000000;
	margin: 0;
}
.our-product .feature-box h4 {
	color: #0A77BC;
}

.our-product section.features-benefits.padding-2{
	background: #F4F4F4;
}

.our-product section.features-benefits.padding .row {
	row-gap: 32px;
}
.padding-2 {
	padding: 60px 0 80px;
}
.faq-section{
	/*     padding: 60px 0 80px; */
	/*  border-bottom: 1px solid #00000033; */
}

.our-product .application-process .icon-circle {
	position: relative;
	background-color: #007bc2;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.our-product .application-process .icon-circle img {
	width: 36px;
	height: 36px;
}

.our-product .application-process .step-number {
	position: absolute;
	top: -10px;
	left: -10px;
	background-color: #fff;
	color: #007bc2;
	font-weight: bold;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	border: 2px solid #007bc2;
}
/* 
.our-product .faq-section .accordion-button {
font-weight: 600;
}

.our-product .faq-section .accordion-body {
font-size: 18px;
color: #444;
}

.our-product .faq-section .accordion-item {
border: none;
margin-bottom: 10px;
overflow: hidden;
border-bottom: 1px solid #00000033;
} */
/*new css*/

.internal_banner{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

section.internal_banner img {
	height: 400px;
	object-fit: cover;
}
.internal_banner .main_sticky_cta .sticky_cta h1 {
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}
.sticky_cta ul {
	display: flex
		;
	align-items: center;
}

.map-part-set-form form{padding-left: 70px;}
lable {
	padding: 1px 15px;
}
.map-part-set input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	border: none;
	padding: 14px 19px 10px 15px;
	border-bottom: 1px solid #ddd;
	/* background-color: #f9f9f9; */
	border-radius: 10px;
}
.main_sticky_cta {
	background: #0A77BC;
	padding: 8px 0px;
}
.sticky_cta ul {
	display: flex;
	align-items: center;
	gap: 12px;
	position: relative;
	width: max-content;
}
.sticky_cta ul li a {
	color: #fff;
	font-size: 18px;
}
.sticky_cta ul li {
	color: #fff;
	font-size: 18px;
}
/* .internal_banner:before {
	position: absolute;
	content: "";
	background: linear-gradient(180deg, #000000e6 2%, rgba(0, 0, 0, 0) 45%);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
} */
section.technology_page_main.industries-section .industry-slider img {
	width: 100%;
	height: 450px;
	object-fit: cover;
}
section.paint-studio-banner.mobile_studio{
	display:none;
}
/*  .technology_page_main.products-section .technology_tabs div#products-nav-tab {
width: 80%;
margin: 0 auto;
} */
.decorative-box {
	background-color: #f0f0f0;
	border-radius: 50%;
	padding: 20px;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.map-part-set-form-1 h2 {
	margin-bottom: 12px;
}
.map-part-set-form-1 p {
	margin-bottom: 48px;
}
.product-specs {
	margin-top: 16px;
}
.application-process h2 {
	margin-bottom: 80px !important;
}


/* Homepage Product Section css */
.slider-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

/* Tabs Container */
.filter-tabs {
	display: flex;
	gap: 15px;
	overflow-x: auto;
	white-space: nowrap;
	padding-bottom: 15px;
	padding-top: 10px;
	scroll-behavior: smooth;
	-ms-overflow-style: none;
	scrollbar-width: none;
	width: 90%;
	align-items: center;
}

.filter-tabs::-webkit-scrollbar {
	display: none;
}

/* Tabs Styling */
.filter-tab {
	border: none;
	background: #f0f0f0;
	font-size: 14px;
	font-weight: 600;
	color: #555;
	cursor: pointer;
	padding: 10px 25px;
	border-radius: 30px;
	flex-shrink: 0;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.filter-tab:hover {
	background: #e0e0e0;
	color: #000;
}

.filter-tab:active {
	transform: scale(0.95);
}

.filter-tab.active {
	background-color: var(--theme-main-color);
	color: white;
}

/* Arrows */
.custom-arrows {
	display: flex;
	gap: 10px;
	min-width: 80px;
	justify-content: flex-end;
}

.arrow-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #ccc;
	background: white;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}

.arrow-btn:hover {
	border-color: #1e73be;
	color: #1e73be;
}

/* Product Slider */
.product-slider {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.4s ease, transform 0.4s ease;
}

.product-slider.animating {
	opacity: 0;
	transform: translateY(20px);
}

.product-slide {
	margin: 0 8px;
}

.product-card {
	background: #f5f5f5;
	border-radius: 10px;
	padding: 30px;
	text-align: center;
	min-height: 300px;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s;
}

.product-card:hover {
	transform: translateY(-5px);
}

.product-card img {
	max-width: 100%;
	height: auto;
	max-height: 220px;
	margin-bottom: 15px;
	object-fit: contain;
}

.product-title {
	font-weight: bold;
	color: #000;
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.product-content h4 {
	font-size: 22px;
	color: #000;
}
.product-content ul {
	list-style: inside;
}
.mega-content-block h4 a {
	font-size: 20px;
	color: #004a99;
}

.product-content p strong {
	color: #000;
}
.map-part-set-form-1 p br {
	display: none !important;
}
.industries-section a {
	color: white;
}
.industries-section button:hover a {
	color: #0186C9;
}

/* insights */
.insights_banner img {
	height: 385px;
	object-fit: cover;
	border-radius: 12px;
	margin-bottom: 48px;
}
.insights_content p {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 12px;
}
.related_insights h4 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 24px;
}
.related_insights ul li a{

}
.related_insights ul li a img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 12px;
}
.related_insights ul li a {
	display: flex;
	gap: 24px;
	color: #000;
	align-items: center;
	margin-bottom: 24px;
}
.related_insights {
	position: sticky;
	top: 120px;
}
img.small_screen {
	display: none;
}


.single_pro_small_image{
	display: none;
}

