* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.fade-in-section,
	.fade-in-section .find_tool_gallery .masonry .col .item,
	.product_catlog_sec .catlog_product_box,
	.faq_sec .faq_part .faq-item,
	.faq_part .toggle-btn__icon,
	.faq_part .faq-answer {
		transition: none;
	}
	.fade-in-section { opacity: 1; transform: none; }
	.fade-in-section .heading_part > * { opacity: 1; animation: none; }
	.fade-in-section .find_tool_gallery .masonry .col .item { opacity: 1; transform: none; }
	.product_catlog_sec .catlog_product_box { opacity: 1; transform: none; }
	.faq_sec .faq_part .faq-item { opacity: 1; transform: none; transition-delay: 0s; }
	.find_tool_gallery .card:hover { transform: none; }
	.web_btn:hover, .arrow_web_btn:hover, .download-catalog-btn:hover { transform: none; }
	.product-card:hover { transform: none; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04); }
	.product-card:hover::before { opacity: 0; }
	.product-card:hover .product-img::after { opacity: 0; }
	.product-card .product-content::after { display: none; }
}

/* .................Roots.............. */
:root {
	--primary_color: #EE7421;
	--white_color: #fefefe;
	--black_color: #0c0602;
	--body_txt_color: #424242;
	--ligth_gray_color: #f1f1f1;
	--heading_font: 'Montserrat', sans-serif;
	--heading_letter_spacing: -0.01em;
	--heading_word_spacing: 0.04em;
	--heading_line_height: 1.25;
	--heading_line_height_tight: 1.15;
	/* Animation */
	--ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
	--ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
	--ease-in-out-smooth: cubic-bezier(0.65, 0, 0.35, 1);
	--duration-s: 0.35s;
	--duration-m: 0.5s;
	--duration-l: 0.7s;
	--duration-xl: 1s;
}

/* ...................Common Css................. */
p {
	margin: 0px;
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--heading_font);
	font-weight: 700;
	color: var(--black_color);
	letter-spacing: var(--heading_letter_spacing);
	word-spacing: var(--heading_word_spacing);
	line-height: var(--heading_line_height);
}

h1 {
	font-size: clamp(40px, 4vw, 60px);
	line-height: var(--heading_line_height_tight);
}

h2 {
	font-size: clamp(34px, 3.2vw, 48px);
}

h3 {
	font-size: clamp(30px, 2.6vw, 40px);
}

h4 {
	font-size: clamp(26px, 2.2vw, 32px);
}

h5 {
	font-size: clamp(22px, 1.8vw, 26px);
	line-height: 1.3;
}

h6 {
	font-size: clamp(18px, 1.4vw, 22px);
	line-height: 1.35;
	letter-spacing: -0.01em;
}

.container {
	max-width: 1280px;
	margin: 0px auto;
}

.full_container {
	max-width: 100%;
}

.d-felx {
	display: flex;
}

.align_center {
	align-items: center;
}

.justify_space_between {
	justify-content: space-between;
}

.text_center {
	text-align: center;
}

.text_left {
	text-align: left !important;
}

.blck_txt {
	color: var(--black_color) !important;
}

.white_txt {
	color: var(--white_color) !important;
}

.mt_80 {
	margin-top: 60px;
}

.sub_heading {
	font-family: var(--heading_font);
	font-weight: 700;
	font-size: 52px;
	line-height: 1.2;
	letter-spacing: calc(var(--heading_letter_spacing) * 2);
	word-spacing: var(--heading_word_spacing);
	text-align: center;
	text-transform: uppercase;
	color: var(--black_color);
}

.title-text,
.product-title,
.single-post .entry-title,
.comments-title,
.comment-reply-title,
.search_results_list .search_result_item h3 a,
.archive-grid article .post_title a {
	font-family: var(--heading_font);
	font-weight: 700;
	letter-spacing: var(--heading_letter_spacing);
	word-spacing: var(--heading_word_spacing);
	line-height: var(--heading_line_height);
	color: var(--black_color);
}

/* HEADER */
.site-header {
	position: sticky;
	top: 0;
	width: 100%;
	background-color: var(--white_color);
	border-bottom: 1px solid var(--ligth_gray_color);
	z-index: 1200;
	transition: padding 0.3s ease, box-shadow 0.3s ease;
}

.site-header.scrolled {
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
	padding: 4px 0;
}

.site-header__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding: 16px 20px;
}

.admin-bar .site-header {
	top: 32px;
}

.site-header__brand {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-shrink: 0;
}

.site-header__logo,
.site-header__logo--text {
	display: inline-flex;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--black_color);
}

.site-header__logo img {
	max-width: 200px;
	width: auto;
	height: 60px;
	transition: transform 0.3s ease;
}

.site-header.scrolled .site-header__logo img {
	transform: scale(0.92);
}

.site-header__brand {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.site-header__tagline {
	margin: 0;
	font-size: 12px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: var(--primary_color);
	text-transform: uppercase;
	max-width: 220px;
}

.site-header__nav {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}

.site-header__drawer-head {
	display: none;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 24px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--black_color);
}

.site-header__drawer-logo {
	display: none;
}

.site-header__close {
	display: none;
}

.primary-nav {
	display: flex;
	align-items: center;
	gap: 28px;
	flex-wrap: nowrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-nav > li {
	position: relative;
	white-space: nowrap;
}

.primary-nav > li > a,
.primary-nav > li > .menu-item-trigger > a {
	font-size: 15px;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-decoration: none;
	color: var(--body_txt_color);
	padding: 10px 0;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: color 0.3s ease;
	white-space: nowrap;
}

.primary-nav > li > a::after,
.primary-nav > li > .menu-item-trigger > a::after {
	display: none;
}

.primary-nav > li > a:hover,
.primary-nav > li > .menu-item-trigger > a:hover,
.primary-nav > li.current-menu-item > a,
.primary-nav > li.current-menu-item > .menu-item-trigger > a {
	color: var(--primary_color);
}

@media (max-width: 1024px) {
	.primary-nav .menu-item-has-children:hover > .sub-menu, .primary-nav .menu-item-has-children.open > .sub-menu, .primary-nav .menu-item-has-children:hover > .sub_menu_items, .primary-nav .menu-item-has-children.open > .sub_menu_items {
		transform: none !important;
	}
}

.primary-nav .has_submenu {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.primary-nav .has_submenu > .menu-item-trigger {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.primary-nav .submenu-toggle {
	width: 32px;
	height: 32px;
	border: 1px solid var(--ligth_gray_color);
	border-radius: 50%;
	background: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	cursor: pointer;
	margin-left: 0px;
	border: none !important;
	flex-shrink: 0;
	transition: border-color 0.3s ease, background 0.3s ease;
}

.primary-nav .submenu-toggle__icon {
	width: 20px;
	height: 20px;
	display: block;
}

.primary-nav .submenu-toggle__circle {
	fill: transparent;
	stroke: transparent;
}

.primary-nav .submenu-toggle__chevron {
	fill: none;
	stroke: var(--body_txt_color);
	stroke-width: 2px;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: stroke 0.3s ease, transform 0.3s ease;
	transform-origin: 50% 50%;
}

.primary-nav .menu-item-has-children.open .submenu-toggle {
	border-color: var(--primary_color);
	background: rgba(238, 116, 33, 0.08);
}

.primary-nav .menu-item-has-children.open .submenu-toggle__chevron {
	stroke: var(--primary_color);
	transform: rotate(180deg);
}

.primary-nav .sub-menu,
.primary-nav .sub_menu_items {
	position: absolute;
	top: calc(100% + 18px);
	left: 50%;
	transform: translateX(-50%) translateY(10px);
	min-width: 220px;
	background: var(--white_color);
	border: 1px solid var(--ligth_gray_color);
	border-radius: 12px;
	padding: 10px 0;
	list-style: none;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
	transition: all 0.3s ease;
	z-index: 5;
}

.primary-nav .menu-item-has-children:hover > .sub-menu,
.primary-nav .menu-item-has-children.open > .sub-menu,
.primary-nav .menu-item-has-children:hover > .sub_menu_items,
.primary-nav .menu-item-has-children.open > .sub_menu_items {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}

.primary-nav .sub-menu li,
.primary-nav .sub_menu_items li {
	border-bottom: 1px solid var(--ligth_gray_color);
}

.primary-nav .sub-menu li:last-child,
.primary-nav .sub_menu_items li:last-child {
	border-bottom: none;
}

.primary-nav .sub-menu a,
.primary-nav .sub_menu_items a {
	display: block;
	padding: 12px 24px;
	color: var(--body_txt_color);
	text-decoration: none;
	text-transform: none;
	font-size: 15px;
	transition: background 0.2s ease, color 0.2s ease;
}

.primary-nav .sub-menu a:hover,
.primary-nav .sub_menu_items a:hover {
	background: var(--ligth_gray_color);
	color: var(--primary_color);
}

.site-header .primary-nav > li.menu_btn {
	margin-left: 20px;
	flex-shrink: 0;
}

.site-header .primary-nav > li.menu_btn > a {
	background-color: var(--primary_color);
	color: var(--white_color);
	padding: 12px 24px;
	border-radius: 8px;
	line-height: 1;
	letter-spacing: 0.8px;
	transition: background 0.3s ease, transform 0.3s ease;
}

@media (max-width: 1024px) {
	.site-header .primary-nav > li.menu_btn > a {
		margin-left: -20px !important;
	}
}

.site-header .primary-nav > li.menu_btn > a::after {
	display: none;
}

.site-header .primary-nav > li.menu_btn > a:hover {
	background-color: var(--black_color);
	transform: translateY(-2px);
}

.site-header__toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: none;
	border-radius: 14px;
	background: var(--ligth_gray_color);
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: transform 0.3s ease, background 0.3s ease;
}

.site-header__toggle .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.site-header__toggle .toggle-icon {
	width: 18px;
	height: 18px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 3px;
	transition: transform 0.3s ease;
}

.site-header__toggle .toggle-icon span {
	width: 100%;
	height: 100%;
	background: var(--black_color);
	border-radius: 2px;
	transition: background 0.3s ease;
	display: block;
}

.site-header__toggle:hover {
	transform: translateY(-1px);
}

.site-header__toggle.is-active {
	background: var(--primary_color);
}

.site-header__toggle.is-active .toggle-icon {
	transform: rotate(45deg);
}

.site-header__toggle.is-active .toggle-icon span {
	background: var(--white_color);
}

.site-header__overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 1100;
}

.site-header__overlay.is-active {
	opacity: 1;
	visibility: visible;
}

body.drawer-open {
	overflow: hidden;
	height: 100vh;
}

@media (max-width: 1200px) {
	.primary-nav {
		gap: 18px;
	}
}

@media (max-width: 1024px) {
	.site-header__nav {
		position: fixed;
		top: 0;
		right: 0;
		height: 100vh;
		width: 100%;
		max-width: 100%;
		background: var(--white_color);
		padding: 90px 24px 24px;
		display: block;
		overflow-y: auto;
		transition: transform 0.4s ease;
		z-index: 1200;
		transform: translateX(100%);
	}
	.site-header__nav.is-active {
		transform: translateX(0);
	}
	.site-header__drawer-head {
		display: flex;
	}
	.primary-nav {
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}
	.primary-nav > li {
		width: 100%;
		border-bottom: 1px solid var(--ligth_gray_color);
		padding: 2px 0;
	}
	.primary-nav > li > a,
	.primary-nav > li > .menu-item-trigger > a {
		width: 100%;
		padding: 16px 0;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		font-size: 16px;
		letter-spacing: 0.8px;
		gap: 10px;
	}
	.primary-nav > li.menu-item-has-children > a,
	.primary-nav > li.menu-item-has-children > .menu-item-trigger > a {
		font-weight: 600;
		padding-right: 0;
	}
	.primary-nav > li.menu-item-has-children.open > a,
	.primary-nav > li.menu-item-has-children.open > .menu-item-trigger > a {
		color: var(--primary_color);
	}
	.primary-nav .has_submenu {
		display: block;
	}
	.primary-nav .has_submenu > .menu-item-trigger {
		display: flex;
		align-items: center;
		gap: 10px;
		width: 100%;
	}
	.primary-nav .has_submenu > .menu-item-trigger > a {
		flex: 1 1 auto;
		min-width: 0;
	}
	.primary-nav .has_submenu > .menu-item-trigger .submenu-toggle {
		margin-left: auto;
	}
	.site-header__drawer-logo {
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.site-header__drawer-logo a {
		display: inline-flex;
		align-items: center;
		gap: 10px;
		font-size: 18px;
		font-weight: 700;
		letter-spacing: 0.8px;
		text-transform: uppercase;
		color: var(--black_color);
		text-decoration: none;
	}
	.site-header__drawer-logo img {
		max-width: 150px;
		height: auto;
	}
	.site-header__drawer-head {
		margin-bottom: 20px;
		border-bottom: 1px solid var(--ligth_gray_color);
		padding-bottom: 16px;
	}
	.primary-nav .sub-menu,
	.primary-nav .sub_menu_items {
		position: static;
		transform: none;
		opacity: 1;
		visibility: visible;
		border: none;
		border-radius: 0;
		box-shadow: none;
		max-height: 0;
		padding: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
		width: 100%;
		margin-left: 18px;
		border-left: 2px solid var(--ligth_gray_color);
		padding-left: 16px;
	}
	.primary-nav .menu-item-has-children.open > .sub-menu,
	.primary-nav .menu-item-has-children.open > .sub_menu_items {
		max-height: 500px;
		padding: 8px 0 14px 16px;
	}
	.primary-nav .sub-menu a,
	.primary-nav .sub_menu_items a {
		padding: 10px 0;
		font-size: 15px;
		letter-spacing: 0.2px;
		color: var(--body_txt_color);
	}
	.primary-nav .sub-menu li,
	.primary-nav .sub_menu_items li {
		border-bottom: none;
	}
	.primary-nav > li.menu_btn {
		border-bottom: none;
		padding-top: 12px;
	}
	.primary-nav > li.menu_btn > a {
		width: 100%;
		justify-content: center;
		border-radius: 14px;
		margin-top: 10px;
	}
	.site-header__toggle {
		display: inline-flex;
	}
	.site-header__close {
		position: absolute;
		top: 20px;
		right: 24px;
		width: 42px;
		height: 42px;
		border-radius: 12px;
		border: none;
		background: var(--ligth_gray_color);
		font-size: 24px;
		cursor: pointer;
		transition: background 0.3s ease;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.site-header__close:hover {
		background: var(--primary_color);
		color: var(--white_color);
	}
}

@media (max-width: 600px) {
	.site-header__container {
		padding: 12px 16px;
	}
	.site-header__logo img {
		max-width: 140px;
	}
	.site-header__nav {
		width: 100%;
	}
}

/* .................Footer (combined: contact row + logo/nav + copyright)................. */
.footer_sec {
	font-family: var(--heading_font);
}

.footer_sec.footer_combined {
	border-top: none;
	background: none;
}

/* Top band: contact details (primary orange) */
.footer_contact_row {
	background-color: var(--primary_color);
	padding: 56px 20px 52px;
}

.footer_contact_inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	max-width: 1200px;
	margin: 0 auto;
}

.footer_contact_item {
	text-align: center;
}

.footer_contact_icon {
	width: 56px;
	height: 56px;
	margin: 0 auto 16px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer_contact_icon svg {
	width: 28px;
	height: 28px;
	display: block;
	color: var(--white_color);
}

.footer_contact_label {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--white_color);
	margin: 0 0 8px 0;
}

.footer_contact_desc {
	font-size: 15px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.9);
	margin: 0 0 6px 0;
}

.footer_contact_value {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: var(--white_color);
	text-decoration: none;
	display: inline-block;
	transition: opacity 0.2s ease;
}

.footer_contact_item a.footer_contact_value:hover {
	opacity: 0.9;
}

.footer_contact_item p.footer_contact_value {
	margin: 0;
}

/* Main footer: logo + nav (white) */
.footer_top {
	background-color: var(--white_color);
	border-top: 1px solid rgba(12, 6, 2, 0.06);
	padding: 40px 20px 36px;
}

.footer_inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
	max-width: 1200px;
	margin: 0 auto;
}

.footer_brand {
	flex-shrink: 0;
	max-width: 280px;
}

.footer_logo {
	display: inline-block;
	width: 160px;
}

.footer_logo img {
	width: 100%;
	height: auto;
	display: block;
}

.footer_tagline {
	margin: 10px 0 0;
	font-size: 12px;
	line-height: 1.45;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--primary_color);
}

.footer_nav {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.footer_menu_list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 32px;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: flex-end;
}

.footer_menu_list li {
	margin: 0;
	padding: 0;
}

.footer_menu_list li a {
	display: inline-block;
	padding: 6px 0;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--body_txt_color);
	transition: color var(--duration-s) ease;
}

.footer_menu_list li a:hover,
.footer_menu_list li.current-menu-item a {
	color: var(--primary_color);
}

.footer_bottom {
	background-color: var(--black_color);
	padding: 20px 20px;
}

.footer_bottom_inner {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.footer_copyright {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.85);
	letter-spacing: 0.02em;
}

/* Legacy: keep old class names working if used elsewhere */
.footer_sec .footer_menu_items { padding-top: 0; }
.footer_sec .top_part { padding-bottom: 0; border-bottom: none; }
.footer_sec .social_icon a { width: 20px; height: 20px; display: inline-block; }
.footer_sec .social_icon a svg { width: 20px; height: 20px; }
.footer_sec .social_icon a img { width: 20px; height: 20px; }
.footer_sec .social_icon a:hover svg,
.footer_sec .social_icon a:hover svg path { fill: var(--primary_color); }
.footer_sec .social_icon a:hover img { transform: scale(1.05); }
.footer_sec .social_icon { display: flex; gap: 24px; }

/* .............Hero Banner............. */
.banner_section {
	padding: 0px 0px;
	background-color: var(--primary_color);
	/* background-image: url("https://www.workmantools.in/wp-content/uploads/2025/10/banner_slide_bg.jpg"); */
	background-size: cover;
	background-position: center;
}

.banner_slider .slide_content {
	gap: 64px;
}

.banner_slider .slide_content > div {
	width: 50%;
}

.banner_slider .slick-slide {
	opacity: 0;
	transform: translate3d(0, 40px, 0);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.banner_slider .slick-slide.slick-active {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.banner_slider .slide_content .text_part > * {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.banner_slider .slick-slide.slick-active .slide_content .text_part h1 {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.05s;
}

.banner_slider .slick-slide.slick-active .slide_content .text_part p {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.18s;
}

.banner_slider .slick-slide.slick-active .slide_content .text_part .web_btn {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.3s;
}

/* Show first slide before Slick JS runs (prevents blank hero + image "loading" flash) */
.banner_slider:not(.slick-initialized) .banner_item:not(:first-child) {
	display: none;
}

.banner_slider:not(.slick-initialized) .banner_item:first-child .slide_content .text_part > * {
	opacity: 1;
	transform: translateY(0);
}

.banner_slider:not(.slick-initialized) .banner_item:first-child .slide_content .img_part {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.banner_slider:not(.slick-initialized) {
	padding: 110px 20px 160px;
}

/* Stable hero shell — background + min-height prevent shift when Slick initializes */
.banner_section .banner_slider {
	min-height: 700px;
	background-image: url("/wp-content/uploads/2025/11/Home-Page_Background-2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}

.banner_section .banner_slider.slick-slider,
.banner_section .banner_slider .slick-list,
.banner_section .banner_slider .slick-track {
	min-height: inherit;
}

.banner_section .banner_slider.slick-slider,
.banner_section .banner_slider .slick-list {
	background-color: transparent;
}

.banner_section .banner_slider.slick-slider::after {
	content: none;
}

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

.banner_pattern::after {
	content: "";
	position: absolute;
	width: 80px;
	height: 141px;
	left: 0;
	bottom: 112px;
	background-image: url("https://www.workmantools.in/wp-content/uploads/2025/10/measuring_tape_left.png");
	background-size: contain;
}

.banner_pattern::before {
	content: "";
	position: absolute;
	width: 110px;
	height: 122px;
	top: unset;
	left: unset;
	right: 0;
	bottom: 308px;
	background-image: url("https://www.workmantools.in/wp-content/uploads/2025/10/measuring_tape_right.png");
	background-size: contain;
	z-index: 99;
}

.banner_bottom_line {
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
}

.banner_bottom_line img {
	width: 100%;
}

.slide_content .text_part h1 {
	color: var(--white_color);
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 72px;
	line-height: 82px;
	text-transform: uppercase;
	letter-spacing: -0.7px;
}

.slide_content .text_part p {
	padding: 24px 0px 32px;
	color: var(--white_color);
	max-width: 580px;
}

.web_btn {
	background-color: var(--white_color);
	/* box-shadow: 0px 1px 2px 0px #0c06020d, 0px -2px 1px 0px #00000033 inset,
      0px 0px 0px 1px #0c06020d inset, 0px 2px 1px 0px #ffffff40 inset,
      0px 32px 24px 0px #ffffff0d inset; */
	padding: 15px 30px;
	border-radius: 15px;
	color: var(--primary_color);
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	letter-spacing: 0.2px;
}

.web_btn:hover {
	background-color: var(--black_color);
	color: var(--white_color) !important;
}

.banner_section .slider_controls {
	margin-top: 5px;
	z-index: 999;
	position: absolute;
	bottom: 80px;
	left: 310px;
}

.banner_section .slider_controls .prev_slide,
.banner_section .slider_controls .next_slide {
	background: unset;
	border: unset;
	padding: 0px;
	width: 50px;
	color: transparent;
	position: relative;
	cursor: pointer;
}

.banner_section .slider_controls .next_slide {
	width: 100px;
}

.banner_section .slider_controls .prev_slide::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 8px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("https://www.workmantools.in/wp-content/uploads/2025/10/slider_prev_arrow.svg");
	background-size: contain;
}

.banner_section .slider_controls .next_slide::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 8px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("https://www.workmantools.in/wp-content/uploads/2025/10/slider_next_arrow.svg");
	background-size: contain;
	filter: brightness(0) invert(1);
}

.banner_section .slider_controls .current_num {
	margin: 0px 6px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	color: var(--primary_color);
}

/* .............Find you tool............. */
.sec_spacing {
	padding: 112px 20px !important;
}



.heading_part .sub_heading {
	padding-bottom: 10px;
}

.heading_part p {
	color: var(--body_txt_color);
}

.find_tool_Sec .sub_heading {
	padding-bottom: 10px;
}

.find_tool_gallery.wrap {
	width: 100%;
	max-width: 1200px;
}

/* Masonry container */
.find_tool_gallery .masonry {
	display: flex;
	gap: 32px;
	align-items: flex-start;
}

/* Columns */
.find_tool_gallery .masonry .col {
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

/* Card style */
.find_tool_gallery .card {
	background: #ffffff;
	overflow: hidden;
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	display: inline-block;
	position: relative;
	width: 100%;
}

.find_tool_gallery .card::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(238, 116, 33, 0) 0%, rgba(238, 116, 33, 0.6) 100%);
}

.find_tool_gallery .card img {
	width: 100%;
	height: auto;
	display: flex;
	height: 405px !important;
	object-fit: cover;
}

.find_tool_gallery .card:hover::after {
	background: linear-gradient(180deg, rgba(238, 116, 33, 0) 0%, rgba(238, 116, 33, 0.9) 100%);
}

.find_tool_gallery .masonry .col:nth-of-type(2) .item:nth-of-type(3n + 1) img,
.find_tool_gallery .masonry .col:nth-of-type(2) .item:nth-of-type(3n + 2) img {
	height: 228px !important;
}

.find_tool_gallery .card h3 {
	margin: 0 0 2px 0;
	font-size: 28px;
	line-height: 34px;
	position: absolute;
	bottom: 24px;
	left: 15px;
	width: calc(100% - 30px);
	color: var(--white_color);
	text-align: center;
	text-transform: uppercase;
	z-index: 9;
}

.find_tool_gallery {
	padding-top: 50px;
}

/* .............precision_generation_sec............ */
.precision_generation_sec {
	padding: 0px 20px 0px;
}

.max_768 {
	max-width: 740px;
	margin: 0px auto;
}

.arrow_web_btn {
	background-color: var(--primary_color);
	/* box-shadow: 0px 1px 2px 0px #0c06020d, 0px -2px 1px 0px #0c06020d inset,
      0px 0px 0px 1px #0c06020d inset; */
	display: inline-flex;
	padding: 15px 20px 15px 30px;
	color: var(--white_color);
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 32px;
	border-radius: 15px;
}

.arrow_web_btn img {
	margin-left: 6px;
}

.arrow_web_btn:hover {
	background-color: var(--black_color);
}

.video-wrapper {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: auto;
	overflow: hidden;
}

.video-wrapper .video-thumbnail {
	position: relative;
	cursor: pointer;
	height: 580px;
}

.video-wrapper .video-thumbnail > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	cursor: pointer;
}

.video-wrapper .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	width: 100px;
	height: 100px;
	background-color: var(--primary_color);
	border: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.video-wrapper .play-btn img {
	width: 100%;
	height: 100%;
	filter: brightness(0) invert(1);
}

.video-wrapper .play-btn:hover {
	transform: translate(-50%, -50%) scale(1.1);
	background-color: var(--black_color);
}

.video-wrapper .main-video {
	display: none;
	width: 100%;
}

.video-wrapper {
	margin-top: 80px;
}

/* ---------- Popup Overlay ---------- */
.video-popup {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	/* hidden by default */
	align-items: center;
	justify-content: center;
	padding: 48px 20px;
	box-sizing: border-box;
	z-index: 20000;
}

/* ---------- Popup Content ---------- */
.video-popup video {
	display: block;
	width: min(90vw, 1100px);
	max-height: calc(100vh - 120px);
	height: auto;
	object-fit: contain;
	border-radius: 10px;
}

.close-btn {
	position: absolute;
	top: max(16px, env(safe-area-inset-top));
	right: max(16px, env(safe-area-inset-right));
	background: none;
	color: white;
	font-size: 40px;
	border: none;
	cursor: pointer;
}

.catlog_product_box {
	padding: 110px 30px;
	background-image: url("https://www.workmantools.in/wp-content/uploads/2025/10/product_cat.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.catlog_product_box a {
	margin-top: 32px;
}

.catlog_product_box .download-catalog-btn,
.download-catalog-btn.web_btn {
	background-color: var(--primary_color);
	color: var(--white_color) !important;
}

.catlog_product_box .download-catalog-btn:hover,
.download-catalog-btn.web_btn:hover {
	background-color: var(--black_color);
	color: var(--white_color) !important;
}

/* ......................FAQ.................. */
.faq_sec {
	background-color: var(--ligth_gray_color);
}

.faq_part .faq-item {
	background: var(--white_color);
	border: 1px solid rgba(12, 6, 2, 0.08);
	border-radius: 8px;
	margin-bottom: 16px;
	overflow: hidden;
	box-shadow: none;
}

.faq_part .faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding: 20px 24px;
	cursor: pointer;
	transition: background-color var(--duration-s) ease;
}

.faq_part .faq-item:not(.closed) .faq-question {
	background: rgba(238, 116, 33, 0.04);
	border-bottom: 1px solid rgba(238, 116, 33, 0.12);
}

.faq_part .faq-question span {
	font-family: var(--heading_font);
	font-weight: 700;
	color: var(--black_color);
	font-size: 17px;
	line-height: 1.4;
	flex: 1;
}

.faq_part .faq-item:not(.closed) .faq-question span {
	color: var(--primary_color);
}

.faq_part .toggle-btn {
	font-size: 22px;
	background: rgba(238, 116, 33, 0.1);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	width: 36px;
	height: 36px;
	line-height: 1;
	padding: 0;
	overflow: hidden;
	color: var(--primary_color);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: background-color var(--duration-s) ease, color var(--duration-s) ease;
}

.faq_part .toggle-btn:hover {
	background: var(--primary_color);
	color: var(--white_color);
}

.faq_part .toggle-btn__icon {
	display: inline-block;
	transition: transform var(--duration-m) var(--ease-out-quart);
}
.faq_part .faq-item:not(.closed) .toggle-btn__icon {
	transform: rotate(45deg);
}

.faq_part .faq-answer {
	overflow: hidden;
	max-height: 0;
	padding: 0 24px;
	color: var(--body_txt_color);
	font-size: 16px;
	line-height: 1.6;
	transition: max-height var(--duration-m) var(--ease-out-quart),
	            padding var(--duration-s) ease;
}
.faq_part .faq-answer__inner {
	padding: 20px 0 24px 0;
}
.faq_part .faq-item:not(.closed) .faq-answer {
	max-height: 500px;
	padding: 24px 24px 24px 24px;
}

.get_touch_box {
	padding: 64px;
	background-color: var(--white_color);
	border: 1px solid var(--ligth_gray_color);
}

.get_touch_box h3 {
	color: #000;
	font-size: 48px;
	line-height: 60px;
	padding-bottom: 10px !important;
	text-transform: none;
}

.get_touch_box p {
	color: #727270;
	margin-bottom: 56px;
}

/* FAQ staggered entrance when section becomes visible */
.faq_sec .faq_part .faq-item {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity var(--duration-m) var(--ease-out-expo),
	            transform var(--duration-m) var(--ease-out-expo);
}
.faq_sec.visible .faq_part .faq-item {
	opacity: 1;
	transform: translateY(0);
}
.faq_sec.visible .faq_part .faq-item:nth-child(1) { transition-delay: 0.05s; }
.faq_sec.visible .faq_part .faq-item:nth-child(2) { transition-delay: 0.1s; }
.faq_sec.visible .faq_part .faq-item:nth-child(3) { transition-delay: 0.15s; }
.faq_sec.visible .faq_part .faq-item:nth-child(4) { transition-delay: 0.2s; }
.faq_sec.visible .faq_part .faq-item:nth-child(5) { transition-delay: 0.25s; }
.faq_sec.visible .faq_part .faq-item:nth-child(6) { transition-delay: 0.3s; }
.faq_sec.visible .faq_part .faq-item:nth-child(7) { transition-delay: 0.35s; }
.faq_sec.visible .faq_part .faq-item:nth-child(8) { transition-delay: 0.4s; }
.faq_sec.visible .faq_part .faq-item:nth-child(n+9) { transition-delay: 0.45s; }

/* .................Contact Information................. */
.max_1200 {
	max-width: 1200px;
	margin: 0px auto;
}

.contact_info_sec {
	padding: 92px 20px;
	background-image: url("https://www.workmantools.in/wp-content/uploads/2025/10/contact_info_bg.jpg");
	background-size: cover;
	background-position: center;
}

.detail_box .detail_img span {
	width: 46px;
	height: 46px;
	background-color: var(--white_color);
	border-radius: 50%;
	border: 0.78px solid;
	border-image-source: linear-gradient(180deg, rgba(248, 249, 252, 0.25) -1.1%, rgba(255, 255, 255, 0) 101.1%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.detail_box .detail_img span img {
	width: 24px;
	height: 24px;
}

.detail_box .detail_img {
	background: #ffffff1f;
	border: 1px solid #ffffff1f;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px auto;
}

.detail_box .detail_heading {
	font-weight: 700;
	font-size: 22px;
	line-height: 32px;
	text-transform: uppercase;
	margin: 20px auto 8px;
}

.detail_box .detail_txt {
	color: var(--body_txt_color);
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.2px;
	/* padding-bottom: 20px; */
	text-decoration: none;
	max-width: 255px;
	margin: 0px auto;
}

.detail_box .detail_txt:last-child {
	padding-bottom: 0px;
}

.contact_detail_column {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.contact_info_sec.banner_pattern::before {
	display: none;
}

.contact_info_sec.banner_pattern::after {
	bottom: 75px;
}

.detail_box a.detail_txt:hover {
	text-decoration: underline;
}

.img_part img {
	width: 100%;
}

/* ..................Sub Banner............... */
.sub_banner {
	padding: 50px 20px !important;
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sub_banner.banner_pattern::before {
	bottom: 152px;
}

/* ............Breadcrumbs........... */
.breadcrumb_part p {
	color: var(--primary_color);
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: -1px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.breadcrumb_part a,
.breadcrumb_part span {
	color: #000;
	text-decoration: none;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	text-transform: uppercase;
}

.breadcrumb_part a:hover {
	text-decoration: underline;
}

.breadcrumb_part span {
	margin: 0px 6px;
	line-height: 28px;
	position: relative;
	top: -1px;
}

.max_720 {
	max-width: 720px;
}

.faq_page_part {
	background-color: var(--white_color);
}

.banner_slider .slide_content .img_part {
	padding: 0 92px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	min-height: 480px;
	min-width: 320px;
	opacity: 0;
	transform: translate3d(0, 30px, 0);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.banner_slider .slide_content .img_part::before,
.banner_slider .slide_content .img_part::after {
	content: none;
}

.banner_slider .slide_content .img_part img {
	border-radius: 18px !important;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: transparent;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
	position: relative;
	z-index: 1;
}

.banner_slider .slide_content .img_part .banner_img {
	width: 320px;
	height: 480px;
	max-width: 100%;
	object-fit: cover;
	position: relative;
	flex-shrink: 0;
	animation: floatCenter 8s ease-in-out infinite alternate;
}

.banner_slider .slick-slide.slick-active .slide_content .img_part {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.banner_slider .slide_content .img_part .banner_left_img {
	width: 240px;
	height: 180px;
	object-fit: cover;
	position: absolute;
	left: 0;
	bottom: 60px;
	animation: floatLeft 7s ease-in-out infinite alternate;
}

.banner_slider .slide_content .img_part .banner_right_img {
	width: 200px;
	height: 200px;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 60px;
	animation: floatRight 6s ease-in-out infinite alternate;
}

@keyframes floatCenter {
	0% {
		transform: translate3d(0, 0, 0) scale(1);
	}
	100% {
		transform: translate3d(0, -14px, 0) scale(1.01);
	}
}

@keyframes floatLeft {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-8px, -12px, 0);
	}
}

@keyframes floatRight {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(6px, -10px, 0);
	}
}

.max_750 {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.company_overview_sec {
	position: relative;
	background-color: var(--white_color);
	padding: 112px 20px 0px !important;
}

.company_overview_sec::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -22px;
	width: 141px;
	height: 141px;
	background-image: url("https://www.workmantools.in/wp-content/uploads/2025/10/company_overview_major.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.strategic_capabilities_sec .container {
	display: flex;
	align-items: center;
	gap: 80px;
}

.strategic_capabilities_sec .container > div {
	width: 50%;
}

.strategic_img_part img {
	width: 100%;
}

.strategic_head h2 {
	font-size: 44px;
	line-height: 120%;
}

.strategic_head p {
	margin-bottom: 40px;
}

.icon_boxes {
	display: flex;
	gap: 24px;
}

.icon_boxes .icon_box {
	display: flex;
	gap: 16px;
}

.icon_boxes .icon_box .icon_part {
	width: 32px;
}

.icon_boxes .icon_box .icon_part img {
	width: 100%;
}

.icon_boxes .icon_box .info_part {
	width: calc(100% - 48px);
}

.icon_boxes .icon_box .info_part h4 {
	font-size: 22px;
	line-height: 140%;
	text-transform: uppercase;
	font-weight: 400;
	padding-bottom: 16px;
}

.icon_boxes .icon_box .info_part p {
	color: var(--body_txt_color);
	font-size: 16px;
	line-height: 150%;
}

.found_growth_sec {
	background-color: #000;
}

.found_growth_sec .container {
	display: flex;
	gap: 80px;
}

.found_growth_sec .container > div {
	width: calc(50% - 40px);
}

.small_label {
	font-size: 16px;
	line-height: 150%;
	padding-bottom: 16px;
}

.growth_text_part .sub_heading {
	padding-right: 20px;
}

.testimonial_slider .text-slide p {
	font-size: 18px;
	line-height: 150%;
}

.testimonial_slider .custom-arrows {
	display: flex;
	gap: 15px;
	padding-top: 32px;
}

.testimonial_slider .custom-arrows .arrow-btn {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	cursor: pointer;
	background-color: #f2f2f2;
	border: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial_slider .custom-arrows .arrow-btn:hover {
	background-color: var(--primary_color);
}

.testimonial_slider .custom-arrows .arrow-btn:hover img {
	filter: brightness(0) invert(1);
}
.testimonial_slider .slick-slider{
	background-color: unset !important;
	border-radius: unset !important;
}
.testimonial_slider .slick-slider .slick-list{
	background-color: unset !important;
}
.testimonial_slider .slick-slider::after{
	display: none !important;
}

.quality_boxes.icon_boxes {
	flex-wrap: wrap;
	padding-top: 40px;
}

.quality_boxes.icon_boxes .icon_box .info_part {
	width: 100%;
}

.quality_boxes.icon_boxes .icon_box {
	width: calc(50% - 12px);
}

.quality_boxes.icon_boxes .icon_box .info_part h4 {
	font-size: 52px;
	line-height: 120%;
	font-weight: 700;
	padding-bottom: 8px;
}

/* ===== Tabs ===== */
.product-tabs {
	display: flex;
	column-gap: 15px;
	row-gap: 10px;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 24px 0 80px 0;
	justify-content: center;
	/*overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;*/
}

.product-tabs::-webkit-scrollbar {
	height: 3px;
}

.product-tabs::-webkit-scrollbar-thumb {
	background-color: #555;
	border-radius: 5px;
}

.product-tabs::-webkit-scrollbar-track {
	background: #2b2b2b;
}

.product-tabs li {
	padding: 14px 24px;
	border: 1px solid rgba(12, 6, 2, 0.12);
	cursor: pointer;
	transition: background-color var(--duration-s) ease, color var(--duration-s) ease,
	            border-color var(--duration-s) ease, transform var(--duration-s) var(--ease-out-quart);
	font-family: var(--heading_font);
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.04em;
	line-height: 1.3;
	min-width: 140px;
	text-align: center;
	border-radius: 100px;
	background: var(--white_color);
	color: var(--body_txt_color);
}

.product-tabs li:hover {
	background: rgba(238, 116, 33, 0.08);
	color: var(--primary_color);
	border-color: rgba(238, 116, 33, 0.3);
	transform: translateY(-1px);
}

.product-tabs li.active,
.product-tabs li.active:hover {
	background: var(--primary_color);
	color: var(--white_color);
	border-color: var(--primary_color);
	transform: none;
}

/* ===== Grid Layout ===== */
.product-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	width: 100%;
	margin-top: 48px;
}

/* ===== Product Card – clean, static (no animation) ===== */
.product-card {
	display: block;
	text-decoration: none;
	color: var(--black_color);
	background: var(--white_color);
	overflow: hidden;
	width: calc(33.33% - 19px);
	border-radius: 8px;
	border: 1px solid rgba(12, 6, 2, 0.08);
	box-shadow: none;
	position: relative;
}

.product-card.hide {
	display: none;
	pointer-events: none;
}

/* NEW badge – hidden */
.new-badge {
	display: none !important;
}

.card-top {
	position: relative;
	background: #f8f8f8;
	overflow: hidden;
	padding: 0;
}

.product-img {
	position: relative;
	background: var(--white_color);
	text-align: center;
	height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 8px 8px 0 0;
	border: 1px solid rgba(12, 6, 2, 0.05);
}

/* Hover: gradient overlay + "View product →" at bottom-center */
.product-img::after {
	content: "View product \2192";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.65) 100%);
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 22px;
	font-family: var(--heading_font);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	word-spacing: normal;
	text-transform: uppercase;
	color: var(--white_color);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 1;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.product-card:hover .product-img::after {
	opacity: 1;
}

.product-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.product-content {
	padding: 18px 18px;
	background: #f8f8f8;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 64px;
	gap: 0;
	border-top: 1px solid rgba(12, 6, 2, 0.06);
}

.product-content .product_size {
	padding: 0;
	border: none;
	margin: 0;
	padding-bottom: 14px;
}

.product-title {
	font-family: var(--heading_font);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--black_color);
	margin: 0;
}

.product-content .product-code {
	display: inline-block;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--body_txt_color);
	margin: 0 0 8px 0;
}

/* Sizes – compact pills, consistent alignment */
.product-content .product_size .product_size_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-content .product_size .product_size_list li {
	list-style: none;
	font-size: 12px;
	font-weight: 600;
	color: var(--white_color);
	background: var(--primary_color);
	padding: 5px 12px;
	border-radius: 100px;
	border: none;
	margin: 0;
}

.product-content .product_size .product_size_list li::after {
	display: none;
}

.product-features {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: var(--body_txt_color);
}

.product-features li {
	margin-bottom: 4px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.product-content .product_icon_list {
	padding: 0;
	margin: 0;
}

.product-content .product_icon_list ul {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	border-top: 1px solid rgba(12, 6, 2, 0.06);
}

.product-content .product_icon_list ul li {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	line-height: 1.4;
	color: var(--body_txt_color);
	margin: 0;
	padding: 0;
}

.product-content .product_icon_list ul li img {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

/* No hover CTA / no animations */
.product-content::after {
	display: none !important;
}

/* ............Features Section........... */
.features_sec {
	background-color: #1d1d1d;
}

.features_sec .full_container {
	display: flex;
}

.features_sec .full_container > div {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.features_sec .feature_img_part {
	max-height: 680px;
}

.features_sec .feature_img_part img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: flex;
}

.features_sec .feature_info {
	padding: 40px;
}

.faq.feature_faq {
	width: 100%;
}

.feature_faq .faq-item {
	overflow: hidden;
	background-color: var(--body_txt_color);
	border-bottom: 1px solid #9d9f9e;
}

.feature_faq .faq-item:last-child {
	border-bottom: 0px;
}

.feature_faq .faq-question {
	width: 100%;
	background: none;
	border: none;
	outline: none;
	color: #fff;
	font-size: 24px;
	line-height: 22px;
	font-weight: 500;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px 48px 24px 24px;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

/*.feature_faq .faq-question:hover {
    background-color: #4a4a4a;
  }*/
.feature_faq .faq-answer {
	padding: 0 20px;
	max-height: 0;
	overflow: hidden;
	/*  transition: max-height 0.3s ease, padding 0.3s ease;*/
}

.feature_faq .faq-answer.open {
	padding: 0px 24px 24px;
	max-height: 200px;
}

/* .feature_faq .arrow {
    transition: transform 0.3s ease;
  } */
.feature_faq .faq-question.active .arrow {
	transform: rotate(180deg);
}

.feature_info p {
	color: var(--ligth_gray_color);
	font-size: 16px;
	line-height: 22px;
}

.feature_info h2 {
	color: #fff;
	font-size: 32px;
	line-height: 40px;
	font-weight: 900;
	padding-bottom: 24px;
	max-width: 580px;
}

.faq_icon_que {
	display: flex;
	align-items: center;
	gap: 16px;
	font-size: 18px;
	line-height: 20px;
}

/* ................Product Single (theme-specific)............ */
.product_single_detail {
	display: flex;
	gap: 80px;
	align-items: flex-start;
}

.product_single_detail > div {
	width: calc(50% - 40px);
}

.products_list_part {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.product_img_box {
	border: 1px solid rgba(12, 6, 2, 0.08);
	border-radius: 8px;
	overflow: hidden;
	background: var(--white_color);
	transition: border-color var(--duration-s) ease, box-shadow var(--duration-s) ease;
}

.product_img_box:hover {
	border-color: var(--primary_color);
	box-shadow: 0 2px 12px rgba(238, 116, 33, 0.12);
}

.product_img_box img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.products_list_part > a:first-child {
	width: 100%;
}

.products_list_part > a {
	width: calc(50% - 8px);
	padding: 12px;
}

/* ----- Product content block (theme-specific) ----- */
.product_content_block {
	font-family: var(--heading_font);
}

.product_content_header {
	margin-bottom: 24px;
	padding-bottom: 0;
}

.product_content_title {
	font-family: var(--heading_font);
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	font-weight: 700;
	color: var(--black_color);
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.product_content_excerpt {
	font-size: 15px;
	line-height: 1.5;
	color: var(--body_txt_color);
	margin: 0;
	font-weight: 400;
}

.product_content_body {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.product_description_block {
	margin-bottom: 0;
}

.product_description_txt {
	font-size: 16px;
	line-height: 1.65;
	color: var(--body_txt_color);
	margin: 0;
}

.product_divider {
	display: block;
	height: 1px;
	background: linear-gradient(90deg, var(--primary_color) 0%, rgba(238, 116, 33, 0.2) 50%, var(--ligth_gray_color) 100%);
	margin: 24px 0;
}

.product_content_section {
	margin-bottom: 0;
}

.product_section_heading {
	font-family: var(--heading_font);
	font-size: 13px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--primary_color);
	margin: 0 0 14px 0;
	padding-left: 14px;
	border-left: 3px solid var(--primary_color);
}

.product_feature_list,
.product_info_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.product_feature_item {
	position: relative;
	padding-left: 22px;
	padding-bottom: 14px;
	color: var(--body_txt_color);
	font-size: 15px;
	line-height: 1.55;
}

.product_feature_item:last-child {
	padding-bottom: 0;
}

.product_feature_item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: var(--primary_color);
}

.product_feature_text {
	display: block;
}

.product_feature_images.info_imges {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 10px;
	margin-left: 0;
	padding-left: 0;
}

.info_imges .img_box_info {
	border: 1px solid rgba(12, 6, 2, 0.08);
	border-radius: 6px;
	width: 80px;
	height: 80px;
	min-width: 80px;
	min-height: 80px;
	flex-shrink: 0;
	overflow: hidden;
	transition: border-color var(--duration-s) ease;
}

.info_imges .img_box_info:hover {
	border-color: var(--primary_color);
}

.info_imges .img_box_info img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.product_info_list li {
	position: relative;
	padding-left: 22px;
	padding-bottom: 10px;
	color: var(--body_txt_color);
	font-size: 15px;
	line-height: 1.55;
	list-style: none;
}

.product_info_list li:last-child {
	padding-bottom: 0;
}

.product_info_list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: var(--primary_color);
}

/* Sizes: pills in theme colours */
.product_sizes {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.product_sizes li {
	padding: 0;
}

.product_size_pill {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid rgba(12, 6, 2, 0.12);
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: var(--black_color);
	background: var(--white_color);
	transition: background-color var(--duration-s) ease, border-color var(--duration-s) ease, color var(--duration-s) ease;
}

.product_size_pill:hover {
	background-color: var(--primary_color);
	border-color: var(--primary_color);
	color: var(--white_color);
}


.gray_bg {
	background-color: var(--ligth_gray_color);
}

.gray_bg .video-wrapper {
	margin-top: 0px !important;
}

/* ============== Contact Page (two-column: details left, form right) ============== */
.contact_page_sec {
	background-color: var(--ligth_gray_color);
}

.contact_page_layout {
	display: flex;
	gap: 64px;
	align-items: flex-start;
	max-width: 1200px;
	margin: 0 auto;
}

.contact_page_details {
	flex: 0 0 42%;
	max-width: 42%;
}

.contact_page_details_header {
	margin-bottom: 28px;
}

.contact_page_details_title {
	font-family: var(--heading_font);
	font-size: 26px;
	line-height: 1.25;
	font-weight: 700;
	color: var(--black_color);
	text-transform: uppercase;
	letter-spacing: -0.02em;
	margin: 0 0 10px 0;
}

.contact_page_details_intro {
	font-size: 16px;
	line-height: 1.55;
	color: var(--body_txt_color);
	margin: 0;
}

.contact_page_cards {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.contact_page_card {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	padding: 24px;
	background: var(--white_color);
	border: 1px solid rgba(12, 6, 2, 0.08);
	border-radius: 10px;
	transition: border-color 0.25s ease;
	box-shadow: none;
}

.contact_page_card:hover {
	border-color: rgba(238, 116, 33, 0.3);
}

.contact_page_card_icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(238, 116, 33, 0.1);
	border-radius: 10px;
}

.contact_page_card_icon img {
	width: 28px;
	height: 28px;
	object-fit: contain;
}

.contact_page_card_icon_fallback {
	font-size: 24px;
	line-height: 1;
}

.contact_page_card_content {
	flex: 1;
	min-width: 0;
}

.contact_page_card_title {
	font-family: var(--heading_font);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--primary_color);
	margin: 0 0 6px 0;
}

.contact_page_card_desc {
	font-size: 14px;
	line-height: 1.45;
	color: var(--body_txt_color);
	margin: 0 0 8px 0;
}

.contact_page_card_value {
	font-size: 16px;
	line-height: 1.5;
	color: var(--black_color);
	font-weight: 500;
	margin: 0;
}

.contact_page_card_link {
	text-decoration: none;
	transition: color 0.2s ease;
}

.contact_page_card_link:hover {
	color: var(--primary_color);
}

.contact_page_form_col {
	flex: 1;
	min-width: 0;
}

.contact_page_form_card {
	background: var(--white_color);
	border: 1px solid rgba(12, 6, 2, 0.08);
	border-radius: 12px;
	padding: 40px;
	box-shadow: none;
}

.contact_page_form_heading {
	font-family: var(--heading_font);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--black_color);
	margin: 0 0 28px 0;
	padding-bottom: 16px;
	border-bottom: 2px solid var(--primary_color);
}

.contact_page_form_wrapper label {
	color: var(--black_color);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
	display: block;
	margin-bottom: 8px;
}

.contact_page_form_wrapper .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 22px;
}

.contact_page_form_wrapper .wpcf7-form-control-wrap:last-of-type {
	margin-bottom: 28px;
}

.contact_page_form_wrapper input[type="text"],
.contact_page_form_wrapper input[type="email"],
.contact_page_form_wrapper input[type="tel"],
.contact_page_form_wrapper input[type="url"],
.contact_page_form_wrapper textarea {
	width: 100%;
	border: 1px solid rgba(12, 6, 2, 0.14);
	background: var(--white_color);
	padding: 16px 18px;
	border-radius: 10px;
	font-size: 16px;
	font-family: var(--heading_font);
	color: var(--black_color);
	line-height: 1.4;
	transition: border-color 0.2s ease, background-color 0.2s ease;
	box-sizing: border-box;
}

.contact_page_form_wrapper input {
	height: 52px;
}

.contact_page_form_wrapper textarea {
	min-height: 160px;
	resize: vertical;
	padding-top: 16px;
}

.contact_page_form_wrapper input:hover,
.contact_page_form_wrapper textarea:hover {
	border-color: rgba(12, 6, 2, 0.22);
}

.contact_page_form_wrapper input:focus,
.contact_page_form_wrapper textarea:focus {
	outline: none;
	border-color: var(--primary_color);
	background: var(--white_color);
	box-shadow: none;
}

.contact_page_form_wrapper input::placeholder,
.contact_page_form_wrapper textarea::placeholder {
	color: var(--body_txt_color);
	opacity: 0.75;
}

.contact_page_form_wrapper .wpcf7-submit {
	width: 100%;
	padding: 0 24px;
	height: 54px;
	background-color: var(--primary_color);
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='M13 5l7 7-7 7'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 20px center;
	border: none;
	border-radius: 10px;
	color: var(--white_color);
	font-family: var(--heading_font);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.2s ease;
	box-shadow: none;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.contact_page_form_wrapper .wpcf7-submit:hover {
	background-color: var(--black_color);
	box-shadow: none;
}

.contact_page_form_wrapper > p:last-of-type {
	margin-bottom: 0;
	width: 100%;
}

.contact_page_form_wrapper > p:last-of-type .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.contact_page_layout.contact_page_details_only .contact_page_details {
	max-width: 560px;
}

.touch_contact_form_sec {
	display: flex;
	gap: 80px;
}

.touch_contact_form_sec > div {
	width: calc(50% - 40px);
}

.contact_img_part img {
	width: 100%;
	height: 100%;
	max-height: 770px;
	object-fit: cover;
	border-radius: 15px;
}

.sub_img {
	width: 105px;
	height: 105px;
	object-fit: contain;
	margin: 0px auto 8px;
	display: flex;
}

/* ==============
     single post
     ============== */
/* ==========================
     SINGLE POST PAGE DESIGN
     ========================== */
/* Post Title */
.single-post .entry-title {
	font-size: 36px;
	line-height: var(--heading_line_height_tight);
	color: var(--black_color);
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
}

/* Post Meta */
.single-post .entry-meta {
	text-align: center;
	color: #777;
	font-size: 14px;
	margin-bottom: 40px;
}

.single-post .entry-meta span {
	margin: 0 8px;
}

.single-post .entry-meta a {
	color: #0073e6;
	text-decoration: none;
}

.single-post .entry-meta a:hover {
	text-decoration: underline;
}

/* Featured Image */
.single-post .post-thumbnail {
	text-align: center;
	margin-bottom: 40px;
}

.single-post .post-thumbnail img {
	border-radius: 16px;
	max-width: 100%;
	height: auto;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* ==========================
     POST CONTENT TEXT STYLING
     ========================== */
.single-post .entry-content {
	font-size: 18px;
	line-height: 1.8;
	color: #333;
}

.single-post .entry-content p {
	margin-bottom: 24px;
}

.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4 {
	margin-top: 40px;
	margin-bottom: 20px;
	font-weight: 600;
	color: #111;
}

.single-post .entry-content h2 {
	font-size: 28px;
	border-left: 4px solid #0073e6;
	padding-left: 10px;
}

.single-post .entry-content h3 {
	font-size: 22px;
	border-left: 3px solid #0073e6;
	padding-left: 8px;
}

.single-post .entry-content ul,
.single-post .entry-content ol {
	margin-left: 25px;
	margin-bottom: 24px;
}

.single-post .entry-content li {
	margin-bottom: 10px;
}

.single-post .entry-content blockquote {
	border-left: 4px solid #0073e6;
	padding-left: 20px;
	font-style: italic;
	color: #555;
	margin: 30px 0;
}

.single-post .entry-content a {
	color: #0073e6;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 115, 230, 0.2);
	transition: all 0.2s ease;
}

.single-post .entry-content a:hover {
	border-color: #0073e6;
}

/* Post navigation */
.post-navigation {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #eee;
	margin-top: 60px;
	padding-top: 40px;
}

.post-navigation a {
	font-weight: 600;
	color: #111;
	text-transform: uppercase;
	text-decoration: none;
	transition: color 0.3s ease;
}

.post-navigation a:hover {
	color: #0073e6;
}

/* ==========================
     ENTRY FOOTER / TAGS
     ========================== */
.entry-footer {
	border-top: 1px solid #eee;
	margin-top: 60px;
	padding-top: 30px;
	text-align: center;
}

.entry-footer .tags-links {
	display: inline-block;
	background: #f7f7f7;
	padding: 10px 20px;
	border-radius: 40px;
	font-size: 14px;
	color: #555;
}

.entry-footer .tags-links a {
	color: #0073e6;
	text-decoration: none;
	font-weight: 500;
}

.entry-footer .tags-links a:hover {
	text-decoration: underline;
}

/* ==============
     COMMENTS SECTION
     ============== */
.comments-area {
	margin-top: 80px;
	padding: 60px;
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.comments-title {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 30px;
	color: var(--black_color);
	text-transform: uppercase;
	text-align: center;
	line-height: 1.3;
}

/* Comment List */
.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list li {
	margin-bottom: 40px;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}

.comment-body {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.comment-author {
	flex-shrink: 0;
}

.comment-author img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #f0f0f0;
}

.comment-content {
	flex-grow: 1;
}

.comment-content p {
	font-size: 16px;
	line-height: 1.7;
	color: #444;
	margin-top: 8px;
}

/* Author Name & Meta */
.comment-meta {
	font-size: 14px;
	color: #888;
	margin-bottom: 5px;
}

.comment-author .fn {
	font-weight: 600;
	color: #111;
}

.comment-reply-link {
	font-size: 14px;
	color: #0073e6;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
}

.comment-reply-link:hover {
	color: #005bb5;
	text-decoration: underline;
}

/* Reply Thread */
.children {
	margin-left: 80px;
	margin-top: 30px;
	border-left: 2px solid #f0f0f0;
	padding-left: 30px;
}

/* ==============
     COMMENT FORM
     ============== */
.comment-respond {
	margin-top: 60px;
}

.comment-reply-title {
	font-size: 22px;
	font-weight: 600;
	color: var(--black_color);
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height: 1.3;
}

.comment-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.comment-form-comment {
	grid-column: 1 / -1;
}

.comment-form label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #333;
	margin-bottom: 6px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 14px 16px;
	font-size: 15px;
	color: #333;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	background-color: #fafafa;
}

.comment-form input:focus,
.comment-form textarea:focus {
	border-color: #0073e6;
	box-shadow: 0 0 0 3px rgba(0, 115, 230, 0.1);
	outline: none;
	background-color: #fff;
}

.comment-form textarea {
	height: 140px;
	resize: vertical;
}

/* Submit Button */
.comment-form .form-submit {
	grid-column: 1 / -1;
	text-align: center;
}

.comment-form .submit {
	background-color: #111;
	color: #fff;
	padding: 14px 36px;
	border-radius: 40px;
	border: none;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
}

.comment-form .submit:hover {
	background-color: #0073e6;
}

/* Logged-in text / notes */
.comment-notes,
.logged-in-as {
	grid-column: 1 / -1;
	font-size: 14px;
	color: #777;
	text-align: center;
	margin-bottom: 20px;
}

.required {
	color: red;
}

/* Empty state (no comments) */
.no-comments {
	text-align: center;
	color: #777;
	margin-top: 30px;
	font-size: 16px;
}

/* ==============
     404 PAGE & Search
     ============== */
.error-404-sec {
	text-align: center;
	padding: 40px 0;
}

.error-404-sec .web_btn {
	margin-top: 40px;
}

.search_results_sec .max_1200 {
	max-width: 1280px !important;
}

.search_results_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.search_results_list .search_result_item {
	width: calc(33.33% - 15px);
	border: 1px solid var(--ligth_gray_color);
	padding: 15px;
	box-sizing: border-box;
}

.search_results_list .search_result_item h3 a {
	text-decoration: none;
	color: #000;
	font-size: 24px;
	line-height: 36px;
	padding-bottom: 10px;
	display: block;
}

.search_result_excerpt {
	color: #424242;
	font-size: 18px;
	line-height: 25px;
}

.search_results_list .search_result_item .web_btn {
	margin-top: 30px;
}

.search_results_list .search_result_item h3 a {
	padding-bottom: 5px;
}

.get_form p {
	margin-bottom: 0px;
}

.get_form {
	display: flex;
	gap: 20px;
}

.get_form .submit_btn {
	width: 150px;
	position: relative;
}

.get_form .fields {
	width: calc(100% - 160px);
}

.get_form .submit_btn input {
	width: 100%;
	padding: 0 58px 0 24px;
	height: 58px;
	border-radius: 16px;
	background-image: linear-gradient(135deg, #EE7421 0%, #ff9a59 100%), url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='M13 5l7 7-7 7'/%3E%3C/svg%3E");
	background-repeat: no-repeat, no-repeat;
	background-position: 0 0, right 22px center;
	background-size: 100% 100%, 22px 22px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-image 0.2s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.get_form .submit_btn input:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(238, 116, 33, 0.3);
}

.get_form .fields p {
	display: flex;
	gap: 10px;
	width: 100%;
}

.get_form br {
	display: none;
}

.get_form .fields .wpcf7-form-control-wrap {
	width: calc(50% - 5px);
	display: inline-block;
	position: relative;
}

.get_form .fields .wpcf7-form-control-wrap input {
	background-color: #fefefe;
	border: 1px solid #d9dbda;
	border-radius: 20px;
	padding: 18px 20px 18px 61px;
	outline: none;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	width: 100%;
	box-sizing: border-box;
	height: 60px;
}

.get_form .fields span[data-name="your-name"].wpcf7-form-control-wrap::after,
.get_form .fields span[data-name="your-email"].wpcf7-form-control-wrap::after {
	content: "";
	position: absolute;
	width: 29px;
	height: 20px;
	left: 20px;
	top: 20px;
	background-image: url("https://www.workmantools.in/wp-content/uploads/2025/10/name_field.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

.get_form .fields span[data-name="your-email"].wpcf7-form-control-wrap::after {
	background-image: url("https://www.workmantools.in/wp-content/uploads/2025/10/email_field.svg");
}

.get_form .fields p,
.submit_btn p {
	margin-bottom: 0px !important;
	position: relative;
}

.wpcf7-spinner {
	position: absolute;
	bottom: -30px;
	right: 0;
}

.contact_page_form label {
	color: #000;
	font-size: 16px;
	line-height: 150%;
	width: 100%;
	display: block;
	padding-bottom: 8px;
}

.contact_page_form br {
	display: none;
}

.contact_page_form .wpcf7-form-control-wrap {
	width: 100%;
	display: block;
}

.contact_page_form input,
.contact_page_form textarea {
	width: 100%;
	border: 1px solid #d9dbda;
	background-color: #fefefe;
	padding: 12px 12px;
	border-radius: 12px;
	box-sizing: border-box;
	height: 48px;
	outline: none;
}

.contact_page_form textarea {
	height: 180px;
}

.contact_page_form > p {
	margin-bottom: 24px;
}

.contact_page_form > p:last-child {
	margin-bottom: 0px;
}

.contact_page_form input::placeholder,
.contact_page_form textarea::placeholder {
	color: #424242;
	font-size: 16px;
	line-height: 150%;
	font-weight: 500;
}

.contact_page_form .wpcf7-submit {
	width: 100%;
	padding: 0 24px;
	height: 54px;
	background-color: var(--primary_color);
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='M13 5l7 7-7 7'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 20px center;
	color: var(--white_color);
	outline: none;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--heading_font);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transition: background-color 0.2s ease;
	box-shadow: none;
	box-sizing: border-box;
}

.contact_page_form .wpcf7-submit:hover {
	background-color: var(--black_color);
	box-shadow: none;
}

.contact_info_form_part .sub_heading {
	padding-bottom: 5px;
}

.contact_info_form_part .contact_form {
	padding-top: 20px;
}

.error-404-sec .web_btn {
	margin-top: 40px;
}

.search_results_sec .max_1200 {
	max-width: 1280px !important;
}

.search_results_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.search_results_list .search_result_item {
	width: calc(33.33% - 15px);
	border: 1px solid var(--ligth_gray_color);
	padding: 15px;
	box-sizing: border-box;
}

.search_results_list .search_result_item h3 a,
.archive-grid article .post_title a {
	text-decoration: none;
	color: var(--black_color);
	font-size: 24px;
	line-height: 1.35;
	padding-bottom: 10px;
	display: block;
}

.search_result_excerpt {
	color: #424242;
	font-size: 18px;
	line-height: 25px;
}

.search_results_list .search_result_item .web_btn {
	margin-top: 30px;
}

.search_results_list .search_result_item h3 a {
	padding-bottom: 5px;
}

.get_form p {
	margin-bottom: 0px;
}

.get_form {
	display: flex;
	gap: 20px;
}

.get_form .submit_btn {
	width: 140px;
}

.get_form .fields {
	width: calc(100% - 160px);
}

.get_form .submit_btn input {
	width: 100%;
	padding: 15px 20px;
	background-color: #EE7421;
	/* box-shadow: 0px 1px 2px 0px #0c06020d, 0px -2px 1px 0px #00000033 inset,
        0px 0px 0px 1px #0c060226 inset, 0px 2px 1px 0px #ffffff40 inset,
        0px 32px 24px 0px #ffffff0d inset; */
	color: #fff;
	outline: none;
	border: 0px;
	cursor: pointer;
	height: 60px;
	font-size: 20px;
	border-radius: 15px;
}

.get_form .submit_btn input:hover {
	background-color: #000;
}

.get_form .fields p {
	display: flex;
	gap: 10px;
	width: 100%;
}

.get_form br {
	display: none;
}

.get_form .fields .wpcf7-form-control-wrap {
	width: calc(50% - 5px);
	display: inline-block;
	position: relative;
}

.get_form .fields .wpcf7-form-control-wrap input {
	background-color: #FEFEFE;
	border: 1px solid #D9DBDA;
	border-radius: 20px;
	padding: 18px 20px 18px 61px;
	outline: none;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	width: 100%;
	box-sizing: border-box;
	height: 60px;
}

.get_form .fields span[data-name="your-name"].wpcf7-form-control-wrap::after,
.get_form .fields span[data-name="your-email"].wpcf7-form-control-wrap::after {
	content: '';
	position: absolute;
	width: 29px;
	height: 20px;
	left: 20px;
	top: 20px;
	background-image: url("https://www.workmantools.in/wp-content/uploads/2025/10/name_field.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

.get_form .fields span[data-name="your-email"].wpcf7-form-control-wrap::after {
	background-image: url("https://www.workmantools.in/wp-content/uploads/2025/10/email_field.svg");
}

.get_form .fields p,
.submit_btn p {
	margin-bottom: 0px !important;
	position: relative;
}

.wpcf7-spinner {
	position: absolute;
	bottom: -30px;
	right: 0;
}

.contact_page_form label {
	color: #000;
	font-size: 16px;
	line-height: 150%;
	width: 100%;
	display: block;
	padding-bottom: 8px;
}

.contact_page_form br {
	display: none;
}

.contact_page_form .wpcf7-form-control-wrap {
	width: 100%;
	display: block;
}

.contact_page_form input,
.contact_page_form textarea {
	width: 100%;
	border: 1px solid #D9DBDA;
	background-color: #FEFEFE;
	padding: 12px 12px;
	border-radius: 12px;
	box-sizing: border-box;
	height: 48px;
	outline: none;
}

.contact_page_form textarea {
	height: 180px;
}

.contact_page_form > p {
	margin-bottom: 24px;
}

.contact_page_form > p:last-child {
	margin-bottom: 0px;
}

.contact_page_form input::placeholder,
.contact_page_form textarea::placeholder {
	color: #424242;
	font-size: 16px;
	line-height: 150%;
	font-weight: 500;
}

.archive-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.archive-grid article {
	width: calc(33.33% - 15px);
	border: 1px solid var(--ligth_gray_color);
	padding: 15px;
	box-sizing: border-box;
}

.archive-grid article .post_thumb {
	display: none;
}

.archive-grid {
	padding: 110px 20px;
}

/* Slick Slider Helpers */
.slick-slider {
	background-color: var(--white_color);
	border-radius: 24px;
	overflow: hidden;
	position: relative;
	isolation: isolate;
}

.slick-slider::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 40%);
	mix-blend-mode: screen;
}

.slick-slider .slick-list {
	background-color: var(--white_color);
}

.slick-slider .slick-slide {
	background-color: transparent;
}

/* .submenu-toggle {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  } */
.banner_section .container {
	max-width: 100% !important;
}

.banner_section .banner_slider .slick-track .slick-slide {
	padding: 110px 20px 160px;
	background-image: none !important;
	background-color: transparent !important;
	opacity: 0;
	transform: translate3d(0, 30px, 0);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.banner_section .banner_slider .slick-track .slick-slide.slick-active {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.banner_section .banner_slider .slick-track .slick-slide .slide_content {
	max-width: 1280px;
	margin: 0px auto;
}

.product_catlog_sec {
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.product_catlog_sec .container {
	max-width: 100% !important;
}

.menu_btn a {
	background-color: var(--primary_color);
	/* box-shadow: 0px 1px 2px 0px #0c06020d,
                0px -2px 1px 0px #00000033 inset,
                0px 0px 0px 1px #0c06020d inset,
                0px 2px 1px 0px #ffffff40 inset,
                0px 32px 24px 0px #ffffff0d inset; */
	padding: 12px 24px;
	border-radius: 12px;
	color: var(--white_color) !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	letter-spacing: 0.2px;
}

.menu_btn a:hover {
	background-color: var(--black_color);
}

.banner_section .web_btn {
	background-color: var(--primary_color);
	color: var(--white_color);
}

.banner_section .web_btn:hover {
	background-color: var(--white_color);
	color: var(--black_color) !important;
}

.product-cat-measuring-tapes .banner_section,
.product-cat-spirit-levels .banner_section,
.term-spirit-levels .banner_section,
.term-measuring-tapes .banner_section {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.product-cat-spirit-levels .banner_section,
.term-spirit-levels .banner_section {
	background-image: url(https://www.workmantools.in/wp-content/uploads/2025/11/Spirit-Levels-Banner.jpg);
}

.product-cat-measuring-tapes .banner_section,
.term-measuring-tapes .banner_section {
	background-image: url(https://www.workmantools.in/wp-content/uploads/2025/11/Measuring-Tapes-Banner.jpg);
}

.product-cat-measuring-tapes .banner_section .container,
.term-measuring-tapes .banner_section .container {
	max-width: 60% !important;
	width: 100%;
	margin-right: 0;
}

.product-cat-spirit-levels .banner_section .container,
.term-spirit-levels .banner_section .container {
	margin-left: 0;
	max-width: 60% !important;
	width: 100%;
}


.single.single-workman-products .banner_section.sub_banner {
	background-image: url(https://www.workmantools.in/wp-content/uploads/2025/11/About-Us-Banner.jpg);
	background-size: cover;
	background-position: center;
	padding: 24px 20px 28px !important;
	min-height: 0;
}

.single.single-workman-products .sub_banner .heading_part {
	margin-bottom: 0;
}

@media (max-width: 1800px) {
	.banner_section .slider_controls {
		left: 210px;
	}
}

@media (max-width: 1700px) {
	.banner_section .slider_controls {
		left: 160px;
	}
}

@media (max-width: 1600px) {
	.banner_section .slider_controls {
		left: 110px;
	}
	.page-id-151 .sub_banner {
		background-position: left center !important;
	}
}

@media (max-width: 1500px) {
	.banner_section .slider_controls {
		left: 70px;
	}
	.page-id-151 .sub_banner {
		background-position: 20% center !important;
	}
}

@media (max-width: 1400px) {
	.banner_section .slider_controls {
		left: 30px;
	}
	.page-id-151 .sub_banner {
		background-position: 22% center !important;
	}
}

@media (max-width: 1300px) {
	.page-id-151 .sub_banner {
		background-position: 17% center !important;
	}
}

@media (max-width: 1200px) {
	.page-id-151 .sub_banner {
		background-position: 35% center !important;
	}
}

@media (max-width: 992px) {
	.search_results_list .search_result_item {
		width: calc(50% - 10px);
	}
	.get_touch_box {
		padding: 30px;
	}
	.get_form .fields .wpcf7-form-control-wrap input {
		padding: 15px 20px 15px 50px;
		height: 54px;
		border-radius: 12px;
	}
	.get_form .fields span[data-name="your-name"].wpcf7-form-control-wrap::after,
	.get_form
.fields
span[data-name="your-email"].wpcf7-form-control-wrap::after {
		top: 17px;
		left: 14px;
	}
	.get_form .submit_btn input {
		height: 54px;
	}
}

@media (max-width: 767px) {
	.search_result_excerpt {
		font-size: 16px;
		line-height: 24px;
	}
	.search_results_list .search_result_item .web_btn {
		margin-top: 20px;
	}
	.get_form {
		flex-direction: column;
		gap: 15px;
	}
	.get_form .fields,
	.get_form .submit_btn {
		width: 100%;
	}
	.banner_slider .slide_content {
		flex-direction: column;
		gap: 32px;
		text-align: center;
	}
	.banner_slider .slide_content .text_part {
		order: 2;
		text-align: center;
	}
	.banner_slider .slide_content .img_part {
		order: 1;
		padding: 0 20px;
		width: 100%;
		gap: 14px;
		min-height: 280px;
	}
	.banner_slider .slide_content .img_part .banner_img {
		width: 100%;
		max-width: 280px;
		height: auto;
		min-height: 280px;
		aspect-ratio: 2 / 3;
	}
	.banner_slider .slide_content .img_part .banner_left_img,
	.banner_slider .slide_content .img_part .banner_right_img {
		position: static;
		width: 130px;
		height: 130px;
		margin: 0;
		animation: none;
	}
	.banner_slider .slide_content .img_part img {
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
	}
	.banner_slider .slide_content .text_part h1 {
		font-size: 44px;
		line-height: 1.05;
		letter-spacing: -0.5px;
		margin-bottom: 14px;
	}
	.banner_slider .slide_content .text_part p {
		font-size: 16px;
		line-height: 1.45;
		margin: 0 auto 16px;
		max-width: 320px;
	}
	.banner_slider .slide_content .text_part .web_btn {
		margin-top: 0;
		align-self: center;
	}
}

@media (max-width: 600px) {
	.get_touch_box {
		padding: 25px 20px;
	}
	.get_touch_box p {
		margin-bottom: 24px;
	}
	.error-404-sec .web_btn {
		margin-top: 25px;
	}
	.search_results_list .search_result_item,
	.get_form .fields .wpcf7-form-control-wrap {
		width: 100%;
	}
	.get_form .fields p {
		flex-direction: column;
	}
	.get_form .submit_btn input {
		height: 50px;
	}
	.contact_page_form > p {
		margin-bottom: 18px;
	}
}

@media (max-width: 1200px) {
	.banner_slider .slide_content {
		gap: 50px;
	}
	.slide_content .text_part h1 {
		font-size: 65px;
		line-height: 70px;
	}
	/* .banner_section, */
	.sec_spacing {
		padding: 100px 20px !important;
	}
	.banner_section .banner_slider .slick-track .slick-slide {
		padding: 100px 20px 130px;
	}
	.banner_pattern::after {
		bottom: 52px;
	}
	.banner_pattern::before {
		bottom: 200px;
	}
	.find_tool_gallery {
		padding-top: 35px;
	}
	.heading_part .sub_heading {
		padding-bottom: 20px;
	}
	.find_tool_gallery .card h3 {
		font-size: 26px;
		line-height: 30px;
	}
	.video-wrapper,
	.mt_80 {
		margin-top: 60px;
	}
	.precision_generation_sec {
		padding: 0px 20px 0px;
	}
	.faq_part .faq-question {
		padding: 18px 22px;
	}
	.faq_part .faq-answer {
		padding: 0px 22px 22px;
	}
	.faq_part .faq-item {
		margin-bottom: 12px;
	}
	.get_touch_box {
		padding: 50px;
	}
	.detail_box .detail_heading {
		margin: 15px auto 5px;
	}
	.detail_box .detail_txt {
		padding-bottom: 5px;
		line-height: 22px;
	}
	.contact_info_sec.banner_pattern::after {
		bottom: 15px;
		width: 60px;
		height: 110px;
	}
	.footer_contact_row {
		padding: 40px 20px 36px;
	}
	.footer_contact_inner {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.footer_top {
		padding: 40px 20px 32px;
	}
	.footer_inner {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.footer_brand {
		max-width: 100%;
	}
	.footer_nav {
		justify-content: center;
	}
	.footer_menu_list {
		justify-content: center;
	}
	.footer_bottom {
		padding: 18px 20px;
	}
	.banner_slider .slide_content .img_part .banner_right_img {
		width: 160px;
		height: 160px;
		top: 40px;
	}
	.banner_slider .slide_content .img_part .banner_left_img {
		width: 200px;
		height: 140px;
		bottom: 40px;
	}
	.banner_slider .slide_content .img_part {
		padding: 0px 80px;
	}
	.company_overview_sec::after {
		bottom: -2px;
		width: 100px;
		height: 100px;
	}
	.tab_pd_none {
		padding-top: 20px !important;
	}
	.strategic_capabilities_sec .container,
	.found_growth_sec .container {
		gap: 40px;
	}
	.found_growth_sec .container > div {
		width: calc(50% - 20px);
	}
	.icon_boxes {
		gap: 20px;
	}
	.quality_boxes.icon_boxes .icon_box {
		width: calc(50% - 10px);
	}
	.quality_boxes.icon_boxes {
		padding-top: 20px;
	}
	.performance_backed_sec h2 {
		font-size: 45px;
		line-height: 110%;
	}
	.product-tabs li {
		padding: 12px 18px;
		font-size: 16px;
	}
	.product-tabs {
		margin: 24px 0 50px 0;
	}
	.product-img img {
		height: 280px;
	}
	.product-content {
		padding: 14px 16px 14px;
	}
	.faq_icon_que {
		font-size: 22px;
		line-height: 20px;
	}
	.feature_faq .arrow img {
		width: 30px;
	}
	.feature_faq .faq-question {
		padding: 22px 28px 22px 22px;
	}
	.product-tabs li {
		min-width: unset;
	}
	.product_single_detail {
		gap: 50px;
	}
	.product_single_detail > div {
		width: calc(50% - 25px);
	}
	.touch_contact_form_sec {
		gap: 50px;
	}
	.touch_contact_form_sec > div {
		width: calc(50% - 25px);
	}
	.get_touch_box {
		padding: 45px;
	}
	.get_touch_box p {
		margin-bottom: 30px;
	}
	.banner_section .slider_controls {
		bottom: 60px;
	}
	.video-wrapper .video-thumbnail {
		height: 480px;
	}
	.company_overview_sec {
		padding: 100px 20px 0px !important;
	}
	.contact_page_form .wpcf7-submit {
		height: 54px;
	}
	.get_form .submit_btn input {
		font-size: 18px;
	}
	.web_btn {
		padding: 12px 30px;
	}
	.arrow_web_btn {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

@media (max-width: 992px) {
	/* .banner_section, */
	.sec_spacing,
	.contact_info_sec {
		padding: 70px 20px !important;
	}
	.slide_content .text_part h1 {
		font-size: 50px;
		line-height: 58px;
	}
	.slide_content .text_part p {
		padding: 20px 0px 32px;
	}
	.banner_pattern::after {
		bottom: 140px;
		width: 50px;
		height: 90px;
	}
	.banner_pattern::before {
		width: 90px;
		height: 92px;
	}
	.banner_section .slider_controls {
		margin-top: 16px;
	}
	.sub_heading {
		font-size: 44px;
		line-height: 100%;
	}
	.heading_part .sub_heading {
		padding-bottom: 14px;
	}
	.find_tool_gallery {
		padding-top: 35px;
	}
	.find_tool_gallery .masonry,
	.find_tool_gallery .masonry .col {
		gap: 20px;
	}
	.video-wrapper,
	.mt_80 {
		margin-top: 50px;
	}
	.video-wrapper .play-btn {
		width: 80px;
		height: 80px;
	}
	.faq_part .faq-question {
		padding: 14px 20px;
	}
	.faq_part .faq-answer {
		padding: 0px 20px 20px 20px;
	}
	.get_touch_box {
		padding: 40px;
	}
	.get_touch_box h3 {
		font-size: 44px;
		line-height: 55px;
	}
	.contact_detail_column {
		gap: 15px;
	}
	.sub_banner {
		min-height: 350px;
	}
	.sub_banner.banner_pattern::after {
		bottom: 70px;
	}
	.sub_banner.banner_pattern::before {
		width: 72px;
		height: 80px;
		bottom: 100px;
	}
	.banner_slider .slide_content .img_part .banner_right_img {
		width: 140px;
		height: 140px;
		top: 30px;
	}
	.banner_slider .slide_content .img_part .banner_left_img {
		width: 180px;
		height: 120px;
		bottom: 30px;
	}
	.banner_slider .slide_content .img_part {
		padding: 0px 40px;
	}
	.strategic_capabilities_sec .container,
	.found_growth_sec .container {
		gap: 20px;
	}
	.strategic_capabilities_sec .container {
		flex-direction: column;
	}
	.strategic_capabilities_sec .container > div {
		width: 100%;
	}
	.testimonial_slider .text-slide p {
		font-size: 16px;
	}
	.product-card {
		width: calc(50% - 9px);
	}
	.product-tabs {
		margin: 15px 0 30px 0;
		gap: 10px;
	}
	/*.product-tabs {
      justify-content: flex-start;
    }*/
	.product-tabs li {
		padding: 5px 15px;
	}
	.features_sec .full_container {
		flex-wrap: wrap;
	}
	.features_sec .full_container > div {
		width: 100%;
	}
	.touch_contact_form_sec {
		gap: 20px;
		flex-direction: column;
	}
	.touch_contact_form_sec > div {
		width: 100%;
	}
	.contact_page_layout {
		flex-direction: column;
		gap: 40px;
	}
	.contact_page_details {
		max-width: 100%;
		flex: none;
	}
	.contact_page_form_col {
		width: 100%;
	}
	.contact_page_form_card {
		padding: 28px 24px;
	}
	.search_result_excerpt {
		font-size: 16px;
		line-height: 24px;
	}
	.search_results_list .search_result_item .web_btn {
		margin-top: 20px;
	}
	.get_form {
		flex-direction: column;
		gap: 15px;
	}
	.get_form .fields,
	.get_form .submit_btn {
		width: 100%;
	}
	.banner_section .banner_slider .slick-track .slick-slide {
		padding: 80px 20px 100px;
	}
	.banner_section .banner_slider {
		min-height: 560px;
	}
	.banner_slider:not(.slick-initialized) {
		padding: 80px 20px 100px;
	}
	.banner_section .slider_controls {
		bottom: 40px;
	}
	.video-wrapper .video-thumbnail {
		height: 420px;
	}
	.company_overview_sec {
		padding: 70px 20px 0px !important;
	}
	.banner_section .banner_slider .slick-track .slick-slide {
		background-position: right;
	}
}

@media (max-width: 600px) {
	.banner_slider .slide_content {
		flex-direction: column-reverse;
	}
	.banner_slider .slide_content > div {
		width: 100%;
		text-align: center;
	}
	.footer_menu_list {
		flex-direction: column;
		align-items: center;
		gap: 4px;
	}
	.slide_content .text_part h1 {
		text-align: center;
	}
	.banner_slider .slide_content {
		gap: 20px;
	}
	.slide_content .text_part h1 {
		font-size: 36px;
		line-height: 46px;
	}
	.slide_content .text_part p,
	.banner_section .slider_controls {
		text-align: center;
	}
	.banner_section .slider_controls .next_slide {
		width: 50px;
	}
	.banner_section .slider_controls .next_slide::after {
		background-repeat: no-repeat;
		background-image: url("https://www.workmantools.in/wp-content/uploads/2025/10/slider_prev_arrow.svg");
		/* filter: brightness(0); */
		transform: rotate(180deg);
		top: 4px;
	}
	.banner_bottom_line img {
		height: 30px;
		width: auto;
	}
	.banner_bottom_line {
		bottom: -8px;
	}
	.sub_heading {
		font-size: 36px;
		line-height: 100%;
	}
	.find_tool_gallery .card img {
		height: 300px !important;
	}
	.video-wrapper .play-btn {
		width: 70px;
		height: 70px;
	}
	.catlog_product_box {
		padding: 40px 16px;
	}
	.sub_heading {
		letter-spacing: -1px;
	}
	.catlog_product_box .sub_heading {
		font-size: 32px;
		line-height: 110%;
	}
	.catlog_product_box a {
		margin-top: 26px;
	}
	.web_btn {
		font-size: 16px;
	}
	.video-wrapper,
	.mt_80 {
		margin-top: 30px;
	}
	.get_touch_box {
		padding: 24px;
	}
	.get_touch_box h3 {
		font-size: 30px;
		line-height: 38px;
	}
	.contact_detail_column {
		grid-template-columns: repeat(1, 1fr);
		gap: 24px;
	}
	.footer_contact_row {
		padding: 32px 20px 28px;
	}
	.footer_contact_inner {
		grid-template-columns: 1fr;
		gap: 28px;
	}
	.footer_menu_list {
		gap: 6px;
	}
	.footer_top {
		padding: 32px 20px 28px;
	}
	.footer_bottom {
		padding: 16px 20px;
	}
	.footer_copyright {
		font-size: 12px;
	}
	.breadcrumb_part a,
	.breadcrumb_part p {
		font-size: 18px;
		line-height: 140%;
	}
	.breadcrumb_part span {
		line-height: 20px;
		top: -3px;
	}
	.sub_banner {
		min-height: 250px;
	}
	.sub_banner.banner_pattern::after {
		bottom: 40px;
	}
	.banner_slider .slide_content .img_part {
		max-width: 350px;
	}
	.img_part .banner_img {
		height: 380px;
		object-fit: cover;
	}
	.found_growth_sec .container {
		flex-direction: column;
		gap: 10px;
	}
	.found_growth_sec .container > div {
		width: 100%;
	}
	.strategic_head h2,
	.performance_backed_sec h2 {
		font-size: 30px;
		line-height: 110%;
	}
	.product-img img {
		height: 200px;
	}
	.product_single_detail {
		flex-direction: column;
	}
	.product_single_detail > div {
		width: 100%;
	}
	.sub_img {
		width: 60px;
		height: 60px;
		margin: 0px auto 12px;
	}
	.get_touch_box {
		padding: 25px 20px;
	}
	.get_touch_box p {
		margin-bottom: 24px;
	}
	.error-404-sec .web_btn {
		margin-top: 25px;
	}
	.search_results_list .search_result_item,
	.get_form .fields .wpcf7-form-control-wrap {
		width: 100%;
	}
	.get_form .fields p {
		flex-direction: column;
	}
	.get_form .submit_btn input {
		height: 50px;
	}
	.contact_page_form > p {
		margin-bottom: 18px;
	}
	.banner_section .slider_controls {
		left: 50%;
		transform: translateX(-50%);
	}
	.banner_section .banner_slider .slick-track .slick-slide {
		padding: 85px 20px 90px;
	}
	.contact_page_form .wpcf7-submit {
		height: 50px;
		font-size: 16px;
	}
	.web_btn {
		padding: 10px 30px;
	}
	.arrow_web_btn {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media (max-width: 500px) {
	.product-card {
		width: 100%;
	}
	.video-wrapper .video-thumbnail {
		height: 220px;
	}
}

.primary-nav > li > a:hover::after,
.primary-nav > li.current-menu-item > a::after {
	width: 100%;
}

.primary-nav > li.current-menu-item > a {
	color: var(--primary_color);
}

/* ==================== ANIMATIONS ==================== */
@keyframes slideUpFade {
	from {
		opacity: 0;
		transform: translateY(40px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes slideUpFadeScale {
	from {
		opacity: 0;
		transform: translateY(30px) scale(0.98);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes scaleIn {
	from {
		opacity: 0;
		transform: scale(0.92);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

/* Scroll-triggered reveal: base */
.fade-in-section {
	opacity: 0;
	transform: translateY(36px);
	transition: opacity var(--duration-l) var(--ease-out-expo),
	            transform var(--duration-l) var(--ease-out-expo);
}

.fade-in-section.visible {
	opacity: 1;
	transform: translateY(0);
}

/* Staggered children: when parent gets .visible, children animate in sequence */
.fade-in-section .heading_part > * {
	opacity: 0;
}
.fade-in-section.visible .animate-stagger > *,
.fade-in-section.visible .heading_part > * {
	animation: slideUpFade var(--duration-m) var(--ease-out-expo) both;
}

.fade-in-section.visible .heading_part .sub_heading,
.fade-in-section.visible .heading_part .sub_img { animation-delay: 0.05s; }
.fade-in-section.visible .heading_part p { animation-delay: 0.12s; }
.fade-in-section.visible .heading_part .arrow_web_btn,
.fade-in-section.visible .heading_part .web_btn { animation-delay: 0.2s; }

/* Find tool gallery: stagger cards */
.fade-in-section .find_tool_gallery .masonry .col .item {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity var(--duration-m) var(--ease-out-expo),
	            transform var(--duration-m) var(--ease-out-expo),
	            box-shadow var(--duration-s) ease;
}
.fade-in-section.visible .find_tool_gallery .masonry .col .item {
	opacity: 1;
	transform: translateY(0);
}
.fade-in-section .find_tool_gallery .masonry .col:nth-child(1) .item { transition-delay: 0.05s; }
.fade-in-section .find_tool_gallery .masonry .col:nth-child(2) .item { transition-delay: 0.12s; }
.fade-in-section .find_tool_gallery .masonry .col:nth-child(3) .item { transition-delay: 0.19s; }
.fade-in-section .find_tool_gallery .masonry .col .item:nth-child(1) { transition-delay: 0.05s; }
.fade-in-section .find_tool_gallery .masonry .col .item:nth-child(2) { transition-delay: 0.15s; }
.fade-in-section .find_tool_gallery .masonry .col .item:nth-child(3) { transition-delay: 0.25s; }
.fade-in-section .find_tool_gallery .masonry .col .item:nth-child(4) { transition-delay: 0.35s; }

/* Card hover: lift + shadow */
.find_tool_gallery .card {
	transition: transform var(--duration-m) var(--ease-out-quart),
	            box-shadow var(--duration-m) var(--ease-out-quart);
}
.find_tool_gallery .card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}
.find_tool_gallery .card::after {
	transition: background var(--duration-m) ease;
}

/* Catalog box reveal */
.product_catlog_sec .catlog_product_box {
	opacity: 0;
	transform: translateY(24px) scale(0.99);
	transition: opacity var(--duration-l) var(--ease-out-expo),
	            transform var(--duration-l) var(--ease-out-expo);
}
.product_catlog_sec.visible .catlog_product_box {
	opacity: 1;
	transform: translateY(0) scale(1);
}

/* Video section: thumbnail subtle scale-in when visible */
.precision_generation_sec.visible .video-wrapper {
	animation: slideUpFadeScale var(--duration-xl) var(--ease-out-expo) 0.1s both;
}

/* Buttons: smoother hover lift */
.web_btn,
.arrow_web_btn,
.download-catalog-btn {
	transition: background-color var(--duration-s) ease,
	            color var(--duration-s) ease,
	            transform var(--duration-s) var(--ease-out-quart),
	            box-shadow var(--duration-s) ease;
}
.web_btn:hover,
.arrow_web_btn:hover,
.download-catalog-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.web_btn:active,
.arrow_web_btn:active,
.download-catalog-btn:active {
	transform: translateY(0);
}

/* Slider controls hover */
.banner_section .slider_controls .prev_slide,
.banner_section .slider_controls .next_slide {
	transition: opacity var(--duration-s) ease, transform var(--duration-s) ease;
}
.banner_section .slider_controls .prev_slide:hover,
.banner_section .slider_controls .next_slide:hover {
	opacity: 0.85;
	transform: translateY(-50%) scale(1.08);
}

/* ==================== DOWNLOAD CATALOG MODAL ==================== */
.catalog-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.catalog-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.catalog-modal-content {
	position: relative;
	background: var(--white_color);
	border-radius: 15px;
	max-width: 600px;
	width: 100%;
	max-height: 90vh;
	overflow-y: auto;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
	z-index: 10000;
	transition: transform var(--duration-m) var(--ease-out-expo);
}
.catalog-modal.is-open .catalog-modal-content {
	animation: scaleIn var(--duration-m) var(--ease-out-expo) both;
}

.catalog-modal-close {
	position: absolute;
	top: 15px;
	right: 15px;
	background: none;
	border: none;
	font-size: 32px;
	color: var(--body_txt_color);
	cursor: pointer;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.3s ease;
	z-index: 10001;
	line-height: 1;
	padding: 0;
}

.catalog-modal-close:hover {
	color: var(--primary_color);
}

.catalog-modal-header {
	padding: 25px 25px 12px;
	text-align: center;
	border-bottom: 1px solid var(--ligth_gray_color);
}

.catalog-modal-header .eyebrow {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--primary_color);
	margin-bottom: 8px;
}

.catalog-modal-header h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: var(--black_color);
	margin: 0 0 6px;
	text-transform: uppercase;
}

.catalog-modal-header p {
	color: var(--body_txt_color);
	font-size: 15px;
	margin: 0;
}

.catalog-modal-body {
	padding: 20px 25px 25px;
}

.catalog-modal-body form {
	margin: 0;
}

.catalog-modal-body .wpcf7-form-control-wrap,
.catalog-modal-body .wpcf7-form-control {
	width: 100%;
	margin-bottom: 12px;
}

.catalog-modal-body form .form-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
	margin-bottom: 12px;
}

.catalog-modal-body .form-group {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.catalog-modal-body .form-group label {
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--black_color);
	font-weight: 600;
}

.catalog-modal-body .form-group label span {
	color: var(--primary_color);
	margin-left: 4px;
}

.catalog-modal-body input[type="text"],
.catalog-modal-body input[type="email"],
.catalog-modal-body input[type="tel"],
.catalog-modal-body textarea,
.catalog-modal-body .wpcf7-form-control input,
.catalog-modal-body .wpcf7-form-control textarea {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid var(--ligth_gray_color);
	border-radius: 15px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: var(--black_color);
	background: var(--white_color);
	transition: border-color 0.3s ease;
	box-sizing: border-box;
}

.catalog-modal-body textarea {
	min-height: 120px;
	resize: vertical;
}

.catalog-modal-body input[type="text"]:focus,
.catalog-modal-body input[type="email"]:focus,
.catalog-modal-body input[type="tel"]:focus,
.catalog-modal-body textarea:focus,
.catalog-modal-body .wpcf7-form-control input:focus,
.catalog-modal-body .wpcf7-form-control textarea:focus {
	outline: none;
	border-color: var(--primary_color);
}

.catalog-modal-body input[type="submit"],
.catalog-modal-body button[type="submit"],
.catalog-modal-body .wpcf7-submit {
	background-color: var(--primary_color);
	color: var(--white_color);
	padding: 12px 30px;
	border: none;
	border-radius: 15px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.3s ease;
	width: 100%;
	margin-top: 8px;
}

.catalog-modal-body .consent {
	display: flex;
	gap: 12px;
	font-size: 13px;
	color: var(--body_txt_color);
	line-height: 1.4;
	margin: 12px 0 18px;
}

.catalog-modal-body .consent input[type="checkbox"] {
	margin-top: 4px;
}

.catalog-modal-body .form-actions {
	display: flex;
	justify-content: flex-end;
}

.catalog-modal-body input[type="submit"]:hover,
.catalog-modal-body button[type="submit"]:hover,
.catalog-modal-body .wpcf7-submit:hover {
	background-color: var(--black_color);
}

.catalog-modal-body input[type="submit"]:disabled,
.catalog-modal-body button[type="submit"]:disabled,
.catalog-modal-body .wpcf7-submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

@media (max-width: 768px) {
	.catalog-modal-content {
		width: 95%;
		max-height: 95vh;
	}
	.catalog-modal-header {
		padding: 20px 20px 10px;
	}
	.catalog-modal-body {
		padding: 18px 20px 20px;
	}
	.catalog-modal-header h2 {
		font-size: 22px;
		margin: 0 0 5px;
	}
	.catalog-modal-body .wpcf7-form-control-wrap,
	.catalog-modal-body .wpcf7-form-control {
		margin-bottom: 10px;
	}
}

@media (max-width: 520px) {
	.catalog-modal-body form .form-grid {
		grid-template-columns: 1fr;
	}
	.catalog-modal-header .eyebrow {
		letter-spacing: 0.18em;
	}
	.catalog-modal-body .form-actions {
		flex-direction: column;
	}
}

.banner_section {
	background-color: white;
	border-radius: 0px !important;
}

.banner_slider {
	border-radius: 0px !important;
}

@media (max-width: 768px) {
	.text_part p {
		padding-top: 0px !important;
		padding-bottom: 5px !important;
	}
	.text_part {
		margin-bottom: 10px !important;
	}
}

/* ============================================================
   PRODUCT DETAIL PAGE  (PDP)  – single-workman-products.php
   ============================================================ */

/* Section wrapper – own padding, no sec_spacing */
.pdp_sec {
	padding: 56px 24px 80px;
}

/* Two-column layout */
.pdp_wrap {
	display: flex;
	gap: 60px;
	align-items: flex-start;
	margin-top: 40px;
}

/* ── Gallery column (left, sticky) — 45% vs info 55% (flex 9 : 11, gap-aware) ── */
.pdp_gallery {
	flex: 9 1 0;
	min-width: 0;
	position: sticky;
	top: 100px;
}

.pdp_main_img {
	position: relative;
	border: 1px solid rgba(12, 6, 2, 0.08);
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	aspect-ratio: 4 / 3;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pdp_main_link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

#pdpMainImg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	transition: transform 0.35s ease;
}

.pdp_main_link:hover #pdpMainImg {
	transform: scale(1.04);
}

/* Thumbnail strip */
.pdp_thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
}

.pdp_thumb {
	width: calc(25% - 8px);
	aspect-ratio: 1;
	border: 1px solid rgba(12, 6, 2, 0.08);
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	cursor: pointer;
	padding: 0;
	transition: border-color 0.2s ease;
}

.pdp_thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.pdp_thumb:hover {
	border-color: rgba(238, 116, 33, 0.5);
}

.pdp_thumb.is-active {
	border-color: var(--primary_color);
}

/* ── Info column (right) — 55% share of row with gallery ── */
.pdp_info {
	flex: 11 1 0;
	min-width: 0;
}

.pdp_title {
	font-family: var(--heading_font);
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: var(--black_color);
	margin: 0 0 18px 0;
}

.slider_controls{
	display: none !important;
}



.pdp_desc {
	font-size: 16px;
	line-height: 1.7;
	color: var(--body_txt_color);
	margin: 0 0 8px 0;
}

/* Info blocks: Features / Sizes / More Info */
.pdp_block {
	padding: 15px 0;
	border-top: 1px solid rgba(12, 6, 2, 0.07);
}

.pdp_block:last-child {
	padding-bottom: 0;
}

/* Section label with orange accent bar */
.pdp_block_label {
	font-family: var(--heading_font);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--primary_color);
	margin: 0 0 14px 0;
	display: flex;
	align-items: center;
	gap: 10px;
}

.pdp_block_label::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 2px;
	background: var(--primary_color);
	flex-shrink: 0;
}

/* Feature list */
.pdp_feat_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.pdp_feat_list li {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.pdp_feat_txt {
	font-size: 15px;
	line-height: 1.55;
	color: var(--body_txt_color);
	padding-left: 18px;
	position: relative;
	display: block;
}

.pdp_feat_txt::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--primary_color);
}

/* Feature thumbnail images */
.pdp_feat_imgs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding-left: 18px;
}

.pdp_feat_img_link {
	width: 72px;
	height: 72px;
	border: 1px solid rgba(12, 6, 2, 0.08);
	border-radius: 8px;
	overflow: hidden;
	background: #f8f8f8;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: border-color 0.2s ease;
}

.pdp_feat_img_link:hover {
	border-color: var(--primary_color);
}

.pdp_feat_img_link img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

/* Available sizes */
.pdp_sizes {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 20px;
	width: 100%;
}

.pdp_sizes_group {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}

/* Sub-heading (e.g. Width, Height, Metric) — matches .pdp_block_label accent */
.pdp_sizes_sublabel {
	font-family: var(--heading_font);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--primary_color);
	margin: 0;
	display: flex;
	align-items: center;
	gap: 8px;
}

.pdp_sizes_sublabel::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 2px;
	background: var(--primary_color);
	flex-shrink: 0;
}

.pdp_sizes_row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

/* Available sizes — spec table (colon-separated repeater values) */
.pdp_sizes_table_wrap {
	margin-top: 2px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.pdp_sizes_table {
	width: 100%;
	max-width: 320px;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 15px;
	line-height: 1.45;
	color: var(--body_txt_color);
}

/* .pdp_sizes_table--cols-3 th:nth-child(1),
.pdp_sizes_table--cols-3 td:nth-child(1) {
	width: 25%;
}

.pdp_sizes_table--cols-3 th:nth-child(2),
.pdp_sizes_table--cols-3 td:nth-child(2) {
	width: 25%;
}

.pdp_sizes_table--cols-3 th:nth-child(3),
.pdp_sizes_table--cols-3 td:nth-child(3) {
	width: 25%;
} */

.pdp_sizes_table th,
.pdp_sizes_table td {
	padding: 8px 8px;
	vertical-align: middle;
	border-bottom: 1px solid rgba(12, 6, 2, 0.1);
}

.pdp_sizes_table thead th {
	font-family: var(--heading_font);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: none;
	color: var(--primary_color);
	text-align: center;
	border-bottom: 1px solid rgba(12, 6, 2, 0.12);
}

.pdp_sizes_table thead th:first-child {
	text-align: left;
	border-right: 1px solid rgba(12, 6, 2, 0.12);
}

.pdp_sizes_table tbody td {
	font-weight: 400;
	text-align: center;
}

.pdp_sizes_table tbody td:first-child {
	text-align: left;
	border-right: 1px solid rgba(12, 6, 2, 0.12);
}

.pdp_sizes_table--cols-3 tbody td:first-child {
	font-weight: 700;
	color: #111;
}

/* Decorative "|" between Length and Width (3-column layout) */
.pdp_sizes_table--pipe-lw td:nth-child(2) {
	position: relative;
	padding-right: 1.35em;
}

.pdp_sizes_table--pipe-lw td:nth-child(2)::after {
	content: '|';
	position: absolute;
	right: 0.4em;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 400;
	color: var(--body_txt_color);
	opacity: 0.75;
	pointer-events: none;
}

/* More info list */
.pdp_info_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.pdp_info_list li {
	font-size: 15px;
	line-height: 1.55;
	color: var(--body_txt_color);
	padding-left: 18px;
	position: relative;
}

.pdp_info_list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--primary_color);
}

/* ── Similar products section ── */
.pdp_similar_sec {
	padding: 72px 24px 80px;
	background: var(--ligth_gray_color);
}

.pdp_similar_sec .product-grid {
	margin-top: 0;
}

.pdp_similar_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px 24px;
	margin-bottom: 28px;
}

.pdp_similar_title {
	margin: 0;
	font-family: var(--heading_font);
	font-size: 26px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: var(--black_color);
}

.pdp_similar_arrows {
	display: flex;
	align-items: center;
	gap: 10px;
}

.pdp_similar_sec--single .pdp_similar_arrows {
	display: none;
}

.pdp_similar_arrow {
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid rgba(12, 6, 2, 0.12);
	border-radius: 50%;
	background: var(--white_color);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.pdp_similar_arrow:hover {
	background: var(--primary_color);
	border-color: var(--primary_color);
}

/* L-shaped borders: -45° = right chevron, 135° = left chevron (not -135°, which reads as “up”) */
.pdp_similar_arrow_icon {
	display: block;
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	border-right: 2px solid var(--black_color);
	border-bottom: 2px solid var(--black_color);
}

.pdp_similar_prev .pdp_similar_arrow_icon {
	transform: rotate(135deg);
	margin-left: 3px;
	margin-right: -3px;
}

.pdp_similar_next .pdp_similar_arrow_icon {
	transform: rotate(-45deg);
	margin-left: -3px;
	margin-right: 3px;
}

.pdp_similar_arrow:hover .pdp_similar_arrow_icon {
	border-color: var(--white_color);
}

/* Reset global Slick chrome for this carousel only */
.pdp_similar_sec .pdp_similar_slider.slick-slider {
	background: transparent;
	border-radius: 0;
	overflow: visible;
}

.pdp_similar_sec .pdp_similar_slider.slick-slider::after {
	display: none;
}

.pdp_similar_sec .pdp_similar_slider .slick-list {
	background: transparent;
	margin: 0 -12px;
}

.pdp_similar_sec .pdp_similar_slider .slick-track {
	display: flex;
	align-items: stretch;
}

.pdp_similar_sec .pdp_similar_slider .slick-slide {
	height: auto;
}

.pdp_similar_sec .pdp_similar_slider .slick-slide > div {
	height: 100%;
}

.pdp_similar_sec .pdp_similar_slide {
	padding: 0 12px;
	height: 100%;
	box-sizing: border-box;
}

.pdp_similar_sec .pdp_similar_slide .product-card {
	width: 100%;
	margin: 0;
}

.pdp_similar_sec--single .pdp_similar_slider {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}

.pdp_similar_sec--single .pdp_similar_slide {
	flex: 0 0 auto;
	width: min(100%, 360px);
	max-width: 360px;
}

/* ── PDP Responsive ── */
@media (max-width: 1100px) {
	.pdp_wrap {
		gap: 48px;
	}
}

@media (max-width: 992px) {
	.pdp_gallery {
		position: static;
	}
	.pdp_wrap {
		gap: 36px;
	}
	.pdp_title {
		font-size: 24px;
	}
}

@media (max-width: 768px) {
	.pdp_sec {
		padding: 28px 16px 48px;
	}

	/* Breadcrumb – compact on mobile */
	.pdp_sec .breadcrumb_part p {
		font-size: 12px;
		justify-content: flex-start;
		flex-wrap: wrap;
		letter-spacing: 0;
		gap: 2px;
	}
	.pdp_sec .breadcrumb_part a,
	.pdp_sec .breadcrumb_part span {
		font-size: 12px;
		letter-spacing: 0;
	}
	.pdp_sec .breadcrumb_part span {
		margin: 0 3px;
	}

	.pdp_wrap {
		flex-direction: column;
		gap: 28px;
		margin-top: 20px;
	}
	.pdp_gallery {
		flex: none;
		max-width: 100%;
		width: 100%;
		position: static;
	}
	.pdp_main_img {
		aspect-ratio: 1 / 1;
		border-radius: 10px;
	}

	/* ── Horizontal scroll thumbnail strip on mobile ── */
	.pdp_thumbs {
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		gap: 8px;
		padding-bottom: 2px;
	}
	.pdp_thumbs::-webkit-scrollbar {
		display: none;
	}
	.pdp_thumb {
		flex: 0 0 76px;
		width: 76px;
		min-width: 76px;
		height: 76px;
		scroll-snap-align: start;
		border-radius: 6px;
	}

	.pdp_title {
		font-size: 22px;
	}
	.pdp_block {
		padding: 18px 0;
	}
	.pdp_similar_sec {
		padding: 32px 16px 40px;
	}

	/* One row: heading + arrows (no stacked controls) */
	.pdp_similar_head {
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
		column-gap: 12px;
		row-gap: 0;
		margin-bottom: 16px;
	}

	.pdp_similar_title {
		font-size: 18px;
		line-height: 1.2;
		letter-spacing: 0.02em;
		text-align: left;
	}

	.pdp_similar_arrows {
		gap: 6px;
	}

	.pdp_similar_arrow {
		width: 36px;
		height: 36px;
	}

	.pdp_similar_arrow_icon {
		width: 7px;
		height: 7px;
	}

	/* Shorter image area so cards are less tall on small screens */
	.pdp_similar_sec .product-img {
		height: 200px;
	}

	.pdp_similar_sec .product-content {
		padding: 12px 14px;
	}

	.pdp_similar_sec .product-title {
		font-size: 15px;
		line-height: 1.3;
	}
}

/* Similar-products carousel: peek + gutters match Slick responsive ≤576px */
@media (max-width: 576px) {
	.pdp_similar_sec .pdp_similar_slider .slick-list {
		margin: 0;
	}

	.pdp_similar_sec .pdp_similar_slide {
		padding: 0 4px;
	}
}

@media (max-width: 480px) {
	.pdp_main_img {
		aspect-ratio: 1 / 1;
	}
	.pdp_thumb {
		flex: 0 0 68px;
		width: 68px;
		min-width: 68px;
		height: 68px;
	}
	.pdp_feat_img_link {
		width: 58px;
		height: 58px;
	}

	.pdp_similar_title {
		font-size: 16px;
	}

	.pdp_similar_arrow {
		width: 34px;
		height: 34px;
	}

	.pdp_similar_sec .product-img {
		height: 176px;
	}
}

/*# sourceMappingURL=style.css.map */





.slider_controls{
	display: none !important;
}

.slider_controls{
	
}