/* ═══════════════════════════════════════════════════════════
   MSM Office Technologies — style.css
   Inspired by unicoatabrasives.com: navy + orange, bold, clean
   ═══════════════════════════════════════════════════════════ */

:root {
	--navy: #a60203;
	--navy-mid: #102a50;
	--navy-lt: #000000;
	--blue: #a60203;
	--blue-lt: #e8f1fb;
	--orange: #000000;
	--orange-dk: #000000;
	--orange-lt: #fff3eb;
	--white: #ffffff;
	--off: #f5f7fa;
	--text: #1e2a38;
	--muted: #5a6a7e;
	--border: #dde3ec;
	--r: 10px;
	--r-lg: 16px;
	--sh: 0 4px 24px rgba(11, 31, 58, .10);
	--sh-lg: 0 12px 48px rgba(11, 31, 58, .16);
	--t: all .3s ease;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

html {
	scroll-behavior: smooth
}


body {
	font-family: 'Inter', system-ui, sans-serif;
	color: var(--text);
	font-size: 15px;
	line-height: 1.7;
	overflow-x: hidden;
	background: #fff
}

a {
	text-decoration: none;
	color: inherit;
	transition: var(--t)
}

.container-xl {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px
}

.section-block {
	padding: 80px 0
}

.bg-section {
	background: var(--off)
}

/* ── TYPE HELPERS ── */
.eyebrow-label {
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--orange);
	margin-bottom: .5rem
}

.eyebrow-label.light {
	color: #ff9d52
}

.get-in .cib-row p, .get-in .cib-row a {
    font-size: .85rem;
    color: rgb(255 255 255);
    margin: 0;
    transition: var(--t);
}

.section-heading {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(1.7rem, 3.5vw, 2.4rem);
	font-weight: 800;
	color: var(--navy);
	line-height: 1.2;
	margin-bottom: 1rem
}

.section-heading span {
color: #000;
}

.section-body {
	color: var(--muted);
	font-size: .94rem;
	line-height: 1.85
}

.section-sub {
	color: var(--muted);
	max-width: 560px;
	margin: .5rem auto 0;
	font-size: .93rem
}

.section-header {
	text-align: center
}

/* ═══ PRELOADER ═══ */
#preloader {
	position: fixed;
	inset: 0;
	background: var(--navy);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity .5s, visibility .5s
}

#preloader.gone {
	opacity: 0;
	visibility: hidden
}

.pre-inner {
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem
}

.pre-inner svg {
	display: block
}

.pre-arc {
	animation: arcSpin 1.2s linear infinite;
	transform-origin: center
}

@keyframes arcSpin {
	from {
		stroke-dashoffset: 164
	}

	to {
		stroke-dashoffset: 0
	}
}

.pre-inner span {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8rem;
	font-weight: 900;
	color: #fff;
	letter-spacing: .12em
}

/* ═══ TOPBAR ═══ */
.topbar {
	background: var(--navy);
	padding: .55rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.topbar-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: .5rem
}

.tb-left {
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem
}

.tb-left a,
.tb-left span {
	font-size: .76rem;
	color: rgb(255 255 255);
	display: flex;
	align-items: center;
	gap: .45rem;
	transition: var(--t)
}

.tb-left a:hover {
	color: var(--orange)
}

.tb-left i {
	font-size: .7rem;
	color: var(--orange)
}

.tb-right {
	display: flex;
	align-items: center;
	gap: 1rem
}

.tb-tag {
    background: white;
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--orange);
	border: 1px solid rgba(255, 107, 0, .3);
	padding: .2rem .65rem;
	border-radius: 20px
}

.tb-social {
	display: flex;
	gap: .4rem
}

.tb-social a {
	width: 26px;
	height: 26px;
	background: rgba(255, 255, 255, .08);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, .7);
	font-size: .75rem;
	transition: var(--t)
}

.tb-social a:hover {
	background: var(--orange);
	color: #fff
}

/* ═══ NAVBAR ═══ */
.site-nav {
	background: #fef7f1;
	box-shadow: 0 2px 16px rgba(11, 31, 58, .09);
	padding: .8rem 0;
	transition: var(--t);
	z-index: 998
}

.site-nav.scrolled {
	box-shadow: 0 4px 28px rgba(11, 31, 58, .14)
}

.site-logo {
	display: flex;
	align-items: center;
	gap: .75rem
}

.logo-mark {
	width: 42px;
	height: 42px;
	background: linear-gradient(135deg, var(--navy), var(--blue));
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.2rem;
	flex-shrink: 0
}

.logo-words strong {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5rem;
	font-weight: 900;
	color: var(--navy);
	display: block;
	line-height: 1.05;
	letter-spacing: .01em
}

.logo-words span {
	font-size: .59rem;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: var(--muted);
	display: block
}

.site-nav .nav-link {
	font-family: 'Montserrat', sans-serif;
	font-size: .96rem;
	font-weight: 600;
	color: var(--text) !important;
	padding: .5rem .75rem !important;
	border-radius: 6px;
	letter-spacing: .02em;
	transition: var(--t)
}

.site-nav .nav-link:hover,
.site-nav .nav-link.is-active {
	color: var(--orange) !important
}

.nav-drop-menu {
	border: none;
	box-shadow: var(--sh-lg);
	border-radius: var(--r-lg);
	padding: .5rem 0;
	min-width: 240px;
	border-top: 3px solid var(--orange)
}

.nav-drop-menu .dropdown-item {
	font-size: .83rem;
	padding: .55rem 1.2rem;
	color: var(--text);
	font-weight: 500;
	transition: var(--t);
	display: flex;
	align-items: center;
	gap: .6rem
}

.nav-drop-menu .dropdown-item i {
	color: var(--orange);
	width: 16px;
	font-size: .8rem
}

.nav-drop-menu .dropdown-item:hover {
	background: var(--blue-lt);
	color: var(--blue);
	padding-left: 1.5rem
}

.nav-drop-menu .all-link {
	color: var(--orange) !important;
	font-weight: 700
}

.navbar-toggler {
	border: 1.5px solid var(--border);
	border-radius: 7px;
	padding: .35rem .55rem;
	background: none
}

.navbar-toggler span {
	display: block;
	width: 22px;
	height: 2px;
	background: var(--navy);
	margin: 4px 0;
	border-radius: 2px;
	transition: var(--t)
}

.nav-cta-btn {
background: #a50203;
    color: #ffffff !important;
	border-radius: 8px;
	padding: .52rem 1.3rem;
	font-family: 'Montserrat', sans-serif;
	font-size: .82rem;
	font-weight: 700;
	letter-spacing: .03em;
	transition: var(--t);
	white-space: nowrap;
	border: 2px solid #a60203;
}

.nav-cta-btn:hover {
	background: var(--orange-dk);
	border-color: var(--orange-dk)
}



/* ═══ HERO ═══ */
.hero-section {
	position: relative
}

.hero-swiper,
.hero-slide {
	min-height: 600px
}

.hero-slide {
	position: relative;
	display: flex;
	align-items: center
}

/*SLID*/
.hero-slide {
    min-height: 700px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    height: 100%;
}

.hero-content {
    flex: 0 0 55%;
    max-width: 55%;
    z-index: 2;
}

.hero-image {
    flex: 0 0 45%;
    max-width: 45%;
    text-align: right;
    z-index: 2;
}

.hero-image img {
    max-width: 100%;
    max-height: 500px;
    object-fit: contain;
}

@media (max-width: 991px) {
    .hero-inner {
        flex-direction: column;
        text-align: center;
    }

    .hero-content,
    .hero-image {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .hero-image {
        margin-top: 30px;
        text-align: center;
    }

    .hero-slide {
        min-height: auto;
        padding: 100px 0;
    }
}
/*SLID*/
.hs-1 {
	background: linear-gradient(135deg, #000 0%, #000 50%, #000 100%)
}

.hs-2 {
	background: linear-gradient(135deg, #000 0%, #000 50%, #000 100%)
}

.hs-3 {
	background: linear-gradient(135deg, #000 0%, #000 50%, #000 100%)
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .38)
}

.hero-grid {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
	background-size: 55px 55px
}

.hero-content {
	position: relative;
	z-index: 2;
	padding: 80px 0 80px;
	max-width: 700px
}

.hero-pill {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
    color: #fff;
	border: 1px solid rgba(255, 107, 0, .35);
	padding: .3rem .9rem;
	border-radius: 20px;
	margin-bottom: 1.2rem
}

.hero-content h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(2rem, 5vw, 3.4rem);
	font-weight: 900;
	color: #fff;
	line-height: 1.15;
	margin-bottom: 1.1rem
}

.hero-content h1 em {
	font-style: normal;
	color: #a60203;
}

.hero-content p {
	color: rgba(255, 255, 255, .72);
	font-size: .98rem;
	max-width: 540px;
	margin-bottom: 1.75rem;
	line-height: 1.8
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: .85rem;
	margin-bottom: 1.5rem
}

.btn-hero-solid {
	background: #a60203;
	color: #fff;
	border: 2px solid var(--orange);
	border-radius: 8px;
	padding: .7rem 1.8rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: .88rem;
	transition: var(--t);
	display: inline-flex;
	align-items: center;
	gap: .5rem
}

.btn-hero-solid:hover {
	background: var(--orange-dk);
	border-color: var(--orange-dk);
	color: #fff;
	transform: translateY(-2px)
}

.btn-hero-ghost {
	background: transparent;
	color: #fff;
	border: 2px solid rgba(255, 255, 255, .5);
	border-radius: 8px;
	padding: .68rem 1.8rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: .88rem;
	transition: var(--t)
}

.btn-hero-ghost:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, .1);
	color: #fff
}

.hero-chips {
	display: flex;
	flex-wrap: wrap;
	gap: .6rem
}

.hero-chips span {
	font-size: .75rem;
	color: rgba(255, 255, 255, .7);
	display: flex;
	align-items: center;
	gap: .4rem
}

.hero-chips i {
	color: var(--orange)
}

/* swiper hero controls */
.hero-prev,
.hero-next {
	width: 44px !important;
	height: 44px !important;
	background: rgba(255, 255, 255, .1) !important;
	border-radius: 50% !important;
	color: #fff !important;
	transition: var(--t)
}

.hero-prev:hover,
.hero-next:hover {
	background: var(--orange) !important
}

.hero-prev::after,
.hero-next::after {
	font-size: .9rem !important;
	font-weight: 900
}

.hero-dots {
	bottom: 1.8rem !important
}

.swiper-pagination-bullet {
	background: rgba(255, 255, 255, .4) !important;
	opacity: 1 !important;
	width: 8px !important;
	height: 8px !important;
	transition: var(--t)
}

.swiper-pagination-bullet-active {
	background: var(--orange) !important;
	width: 28px !important;
	border-radius: 4px !important
}

/* ═══ STATS RIBBON ═══ */
.stats-ribbon {
	background: linear-gradient(135deg, var(--navy), var(--navy-lt));
	border-top: 3px solid var(--orange)
}

.stats-grid {
	display: flex;
	align-items: stretch
}

.stat-cell {
	flex: 1;
	text-align: center;
	padding: 1.75rem 1rem;
	position: relative
}

.stat-divider {
	width: 1px;
	background: rgba(255, 255, 255, .1);
	margin: 1rem 0
}

.sn {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.4rem;
	font-weight: 900;
	color: #fff
}

.sx {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--orange)
}

.stat-cell p {
	font-size: .74rem;
	color: rgba(255, 255, 255, .6);
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: .2rem 0 0
}

/* ═══ ABOUT ═══ */
.about-visual {
	display: flex;
	gap: 1rem;
	align-items: stretch
}

.av-main {
	flex: 1;
	background: linear-gradient(150deg, var(--navy) 0%, var(--navy-lt) 100%);
	border-radius: var(--r-lg);
	padding: 2.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 340px;
	position: relative;
	overflow: hidden
}

.av-main::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: radial-gradient(circle at 70% 30%, rgba(255, 107, 0, .12) 0%, transparent 60%)
}

.av-icon-ring {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .06);
	border: 2px solid rgba(255, 107, 0, .3);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--orange);
	font-size: 2.2rem;
	position: relative;
	z-index: 1;
	margin-bottom: 1rem
}

.av-badge {
	position: absolute;
	top: 1.2rem;
	right: 1.2rem;
	background: var(--orange);
	color: #fff;
	font-size: .68rem;
	font-weight: 700;
	padding: .25rem .7rem;
	border-radius: 20px;
	letter-spacing: .06em;
	text-transform: uppercase
}

.av-lines {
	position: relative;
	z-index: 1
}

.av-line {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: .3rem 0
}

.av-line span {
	font-size: .8rem;
	font-weight: 600;
	color: rgba(255, 255, 255, .75);
	background: rgba(255, 255, 255, .06);
	padding: .2rem .8rem;
	border-radius: 20px
}

.av-side {
	display: flex;
	flex-direction: column;
	gap: .75rem;
	width: 115px
}

.avs-card {
	background: #fff;
	border: 1.5px solid var(--border);
	border-radius: var(--r);
	padding: 1rem .8rem;
	text-align: center;
	box-shadow: var(--sh);
	transition: var(--t)
}

.avs-card:hover {
	border-color: var(--orange);
	transform: translateX(-3px)
}

.avs-card i {
	font-size: 1.2rem;
	color: var(--orange);
	display: block;
	margin-bottom: .35rem
}

.avs-card strong {
	display: block;
	font-size: .74rem;
	font-weight: 700;
	color: var(--navy);
	margin-bottom: .15rem
}

.avs-card p {
	font-size: .68rem;
	color: var(--muted);
	margin: 0
}

.about-checks {
	display: flex;
	flex-direction: column;
	gap: .55rem
}

.ac-row {
	display: flex;
	align-items: center;
	gap: .65rem;
	font-size: .88rem;
	color: var(--text)
}

.ac-row i {
	color: var(--orange);
	font-size: .85rem;
	flex-shrink: 0
}

/* ═══ BUTTONS ═══ */
.btn-primary-msm {
	background: var(--orange);
	color: #fff;
	border: 2px solid var(--orange);
	border-radius: 8px;
	padding: .6rem 1.5rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: .84rem;
	transition: var(--t);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	cursor: pointer
}

.btn-primary-msm:hover {
	background: var(--orange-dk);
	border-color: var(--orange-dk);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(255, 107, 0, .3)
}

.btn-outline-msm {
	background: transparent;
	color: var(--blue);
	border: 2px solid var(--blue);
	border-radius: 8px;
	padding: .58rem 1.5rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: .84rem;
	transition: var(--t);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	cursor: pointer
}

.btn-outline-msm:hover {
	background: var(--blue);
	color: #fff;
	transform: translateY(-2px)
}

/* ═══ FEATURED PRODUCT CARDS (home) ═══ */
.feat-prod-card {
	border-radius: var(--r-lg);
	overflow: hidden;
	position: relative;
	height: 320px;
	cursor: pointer;
	transition: var(--t)
}

.feat-prod-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--sh-lg)
}

.fpc-1 {
	background: linear-gradient(150deg, #0d2952, #1565c0)
}

.fpc-2 {
	background: linear-gradient(150deg, #7f1800, #ff6b00)
}

.fpc-3 {
	background: linear-gradient(150deg, #005358, #00929c)
}

.fpc-4 {
	background: linear-gradient(150deg, #1a0533, #5e1b90)
}

.fpc-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, .7) 0%, transparent 60%);
	transition: var(--t)
}

.feat-prod-card:hover .fpc-overlay {
	background: linear-gradient(to top, rgba(0, 0, 0, .82) 0%, rgba(0, 0, 0, .25) 60%)
}

.fpc-content {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 1.5rem;
	z-index: 2
}

.fpc-icon {
	font-size: 3.5rem;
	color: rgba(255, 255, 255, .15);
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	transition: var(--t)
}

.feat-prod-card:hover .fpc-icon {
	color: rgba(255, 255, 255, .25);
	transform: scale(1.1)
}

.fpc-content h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.05rem;
	font-weight: 800;
	color: #fff;
	margin-bottom: .4rem
}

.fpc-content p {
	font-size: .8rem;
	color: rgba(255, 255, 255, .75);
	margin-bottom: .75rem;
	line-height: 1.6
}

.fpc-link {
	font-size: .78rem;
	font-weight: 700;
	color: #fff;
	display: inline-flex;
	align-items: center;
	gap: .4rem;
	transition: var(--t)
}

.fpc-link:hover {
	gap: .7rem;
	color: #ff9d52
}

/* ═══ WHY SECTION ═══ */
.why-block {
	background: linear-gradient(135deg, var(--navy) 0%, var(--navy-lt) 100%);
	position: relative;
	overflow: hidden
}

.why-block::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: radial-gradient(circle at 80% 50%, rgba(255, 107, 0, .08) 0%, transparent 60%)
}

.why-card {
	background: linear-gradient(150deg, #960203, #000000f5);
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: var(--r-lg);
	padding: 1.5rem;
	position: relative;
	transition: var(--t)
}

.why-card:hover {
    background: #000;
    border-color: #000;
	transform: translateY(-3px)
}
.get-in .cib-row p, .cib-row a {
    color: #a60203;
    font-size: 14px;
    font-weight: 500;
}
.wc-num {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.2rem;
	font-weight: 900;
	color:#fff;
	line-height: 1;
	margin-bottom: .5rem
}

.why-card i {
	font-size: 1.4rem;
	color: #fff;
	display: block;
	margin-bottom: .6rem
}

.why-card h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: .92rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: .35rem
}

.why-card p {
	font-size: .8rem;
	color: rgba(255, 255, 255, .58);
	margin: 0
}

/* ═══ PROCESS ═══ */
.process-track {
	position: relative
}

.pt-line {
	position: absolute;
	top: 35px;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, var(--orange), var(--blue));
	opacity: .2;
	pointer-events: none
}

.proc-step {
	text-align: center;
	position: relative
}

.ps-bubble {
	font-family: 'Montserrat', sans-serif;
	font-size: .72rem;
	font-weight: 800;
	background: var(--orange);
	color: #fff;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto .75rem;
	position: relative;
	z-index: 2;
	box-shadow: 0 0 0 5px rgba(255, 107, 0, .15)
}

.ps-icon {
	width: 54px;
	height: 54px;
	background: var(--blue-lt);
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	color: var(--blue);
	margin: 0 auto .75rem;
	transition: var(--t)
}

.proc-step:hover .ps-icon,
.active-ps .ps-icon {
	background: var(--blue);
	color: #fff
}

.proc-step h6 {
	font-family: 'Montserrat', sans-serif;
	font-size: .82rem;
	font-weight: 700;
	color: var(--navy);
	margin-bottom: .3rem
}

.proc-step p {
	font-size: .75rem;
	color: var(--muted)
}

/* ═══ INDUSTRIES ═══ */
.ind-tile {
	background: #fff;
	border: 1.5px solid var(--border);
	border-radius: var(--r-lg);
	padding: 1.6rem 1rem;
	text-align: center;
	transition: var(--t);
	height: 100%
}

.ind-tile:hover {
	border-color: var(--orange);
	transform: translateY(-5px);
	box-shadow: var(--sh-lg)
}

.it-icon {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, var(--navy), var(--blue));
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	color: #fff;
	margin: 0 auto .9rem;
	transition: var(--t)
}

.ind-tile:hover .it-icon {
	background: linear-gradient(135deg, var(--orange-dk), var(--orange))
}

.ind-tile h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: .88rem;
	font-weight: 700;
	color: var(--navy);
	margin-bottom: .3rem
}

.ind-tile p {
	font-size: .76rem;
	color: var(--muted);
	margin: 0
}

/* ═══ QUALITY ═══ */
.qc-items {
	display: flex;
	flex-direction: column;
	gap: 1.1rem
}

.qci {
	display: flex;
	gap: .85rem;
	align-items: flex-start
}

.qci-icon {
	width: 42px;
	height: 42px;
	background: var(--orange-lt);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--orange);
	flex-shrink: 0;
	font-size: .95rem
}

.qci strong {
	display: block;
	font-size: .87rem;
	font-weight: 700;
	color: var(--navy);
	margin-bottom: .15rem
}

.qci p {
	font-size: .8rem;
	color: var(--muted);
	margin: 0
}

.qual-card {
	background: #fff;
	border: 1.5px solid var(--border);
	border-radius: var(--r-lg);
	padding: 1.5rem;
	text-align: center;
	transition: var(--t)
}

.qual-card:hover {
	border-color: var(--orange);
	box-shadow: var(--sh);
	transform: translateY(-3px)
}

.qual-card i {
	font-size: 1.6rem;
	color: var(--orange);
	display: block;
	margin-bottom: .5rem
}

.qual-card h6 {
	font-family: 'Montserrat', sans-serif;
	font-size: .87rem;
	font-weight: 700;
	color: var(--navy);
	margin-bottom: .3rem
}

.qual-card p {
	font-size: .77rem;
	color: var(--muted);
	margin: 0
}

/* ═══ TESTIMONIALS ═══ */
.testi-swiper {
	padding-bottom: 3rem !important
}

.testi-card {
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: var(--r-lg);
	padding: 2rem;
	height: 100%
}

.tc-stars {
	color: var(--orange);
	font-size: 1rem;
	margin-bottom: .75rem
}

.testi-card p {
	font-size: .87rem;
	color: rgba(255, 255, 255, .75);
	font-style: italic;
	line-height: 1.75;
	margin-bottom: 1.25rem
}

.tc-author {
	display: flex;
	align-items: center;
	gap: .75rem
}

.tc-av {
	width: 40px;
	height: 40px;
	background: linear-gradient(135deg, var(--orange), #000000);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 800;
	font-size: .8rem;
	flex-shrink: 0
}

.tc-author strong {
	display: block;
	color: #fff;
	font-size: .86rem
}

.tc-author span {
	font-size: .75rem;
	color: rgba(255, 255, 255, .5)
}

.testi-dots .swiper-pagination-bullet {
	background: rgba(255, 255, 255, .3) !important
}

.testi-dots .swiper-pagination-bullet-active {
	background: var(--orange) !important
}

/* ═══ CONTACT ═══ */
.contact-info-box {
	background: var(--navy);
	border-radius: var(--r-lg);
	padding: 2rem;
	height: 100%;
	border-top: 4px solid var(--orange)
}

.contact-info-box h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 1.5rem;
	padding-bottom: .75rem;
	border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.cib-items {
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
	margin-bottom: 1.5rem
}

.cib-row {
	display: flex;
	gap: .85rem;
	align-items: flex-start
}

.cib-ic {
	width: 38px;
	height: 38px;
	background: rgba(255, 107, 0, .15);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--orange);
	flex-shrink: 0;
	font-size: .88rem
}

.cib-row strong {
	display: block;
    font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .07em;
	color: #000;
	margin-bottom: .15rem
}

.cib-row p,
.cib-row a {
	font-size: .85rem;
	color: rgb(255 255 255);
	margin: 0;
	transition: var(--t)
}

.cib-row a:hover {
	color: var(--orange)
}

.map-embed {
	border-radius: var(--r);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .08)
}

.contact-form-wrap {
	background: #fff;
	border: 1.5px solid var(--border);
	border-radius: var(--r-lg);
	padding: 2.5rem;
	box-shadow: var(--sh)
}

.form-label {
	font-size: .79rem;
	font-weight: 600;
	color: var(--navy);
	margin-bottom: .3rem;
	display: block
}

.msm-field {
	border: 1.5px solid var(--border);
	border-radius: 8px;
	padding: .62rem .9rem;
	font-size: .86rem;
	background: #fafbfc;
	color: var(--text);
	transition: var(--t);
	width: 100%
}

.msm-field:focus {
	border-color: var(--orange);
	box-shadow: 0 0 0 3px rgba(255, 107, 0, .12);
	background: #fff;
	outline: none
}

/* ═══ FOOTER ═══ */
.site-footer {}

.footer-body {
	background: var(--navy);
	padding: 65px 0 40px;
	border-top: 3px solid var(--orange)
}

.ft-about {
	font-size: .82rem;
	color: #fff;
	line-height: 1.75;
	margin-top: .5rem
}

.ft-social {
	display: flex;
	gap: .5rem;
	margin-top: 1rem
}

.ft-social a {
	width: 34px;
	height: 34px;
	background: rgba(255, 255, 255, .07);
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, .65);
	font-size: .82rem;
	transition: var(--t)
}

.ft-social a:hover {
	background: var(--orange);
	color: #fff
}

.ft-head {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #000;
    margin-bottom: 1.1rem;
}

.ft-links {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: .45rem
}

.ft-links a {
	font-size: .82rem;
    color: #fff;
	transition: var(--t)
}

.ft-links a:hover {
	color: #fff;
	padding-left: .3rem
}

.ft-contact {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: .9rem
}

.ft-contact li {
	display: flex;
	gap: .7rem;
	align-items: flex-start;
	font-size: .82rem;
    color: #fff;
}

.ft-contact i {
	color: var(--orange);
	flex-shrink: 0;
	margin-top: .2rem;
	font-size: .85rem
}

.ft-contact a {
    color: #fff;
	transition: var(--t)
}

.ft-contact a:hover {
	color: #fff
}

.footer-bar {
	background: #060f1e;
	padding: 1.1rem 0
}

.fbar-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: .5rem
}

.fbar-inner p {
	font-size: .75rem;
	color: rgba(255, 255, 255, .3);
	margin: 0
}

/* ═══ FLOATING ═══ */
.wa-float {
	position: fixed;
	bottom: 5.5rem;
	right: 1.5rem;
	width: 52px;
	height: 52px;
	background: #25d366;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.5rem;
	z-index: 900;
	transition: var(--t);
	box-shadow: 0 4px 20px rgba(37, 211, 102, .4)
}

.wa-float:hover {
	transform: scale(1.1);
	color: #fff
}

.wa-ripple {
	position: absolute;
	width: 52px;
	height: 52px;
	background: #25d366;
	border-radius: 50%;
	animation: waRipple 2s ease-out infinite;
	opacity: .5
}

@keyframes waRipple {
	0% {
		transform: scale(1);
		opacity: .5
	}

	100% {
		transform: scale(2);
		opacity: 0
	}
}

#bttBtn {
	position: fixed;
	bottom: 1.5rem;
	right: 1.5rem;
	width: 44px;
	height: 44px;
	background: var(--orange);
	border: none;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	z-index: 900;
	opacity: 0;
	pointer-events: none;
	transition: var(--t);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .9rem;
	box-shadow: 0 4px 16px rgba(255, 107, 0, .35)
}

#bttBtn.show {
	opacity: 1;
	pointer-events: all
}

#bttBtn:hover {
	background: var(--orange-dk);
	transform: translateY(-3px)
}

.msm-toast {
	position: fixed;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%) translateY(80px);
	background: var(--navy);
	color: #fff;
	padding: .85rem 1.6rem;
	border-radius: 10px;
	border-left: 4px solid #25d366;
	display: flex;
	align-items: center;
	gap: .75rem;
	font-size: .85rem;
	box-shadow: 0 8px 32px rgba(0, 0, 0, .25);
	z-index: 9999;
	transition: all .4s ease;
	opacity: 0;
	white-space: nowrap
}

.msm-toast.show {
	transform: translateX(-50%) translateY(0);
	opacity: 1
}

.msm-toast i {
	color: #25d366;
	font-size: 1rem
}

/* ═══ MODAL ═══ */
.msm-modal {
	background: var(--navy);
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: var(--r-lg);
	border-top: 3px solid var(--orange)
}

.msm-modal .modal-header {
	border-bottom: 1px solid rgba(255, 255, 255, .07)
}

.msm-modal .modal-title {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 1rem
}

.modal-prod {
	color: var(--orange);
	font-size: .85rem;
	font-weight: 600;
	margin-bottom: 1rem
}

/* ═══ PAGE BANNER ═══ */
.page-banner {
	position: relative;
	background: linear-gradient(135deg, var(--navy) 0%, var(--navy-lt) 100%);
	padding: 60px 0;
	overflow: hidden;
	border-bottom: 3px solid var(--orange)
}

.pb-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .25)
}

.pb-grid {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255, 255, 255, .02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .02) 1px, transparent 1px);
	background-size: 50px 50px
}

.pb-inner {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 1rem
}

.pb-text h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(1.8rem, 4vw, 2.8rem);
	font-weight: 900;
	color: #fff;
	margin-bottom: .4rem
}

.pb-text p {
	color: rgba(255, 255, 255, .65);
	font-size: .93rem;
	margin: 0
}

.pb-breadcrumb {
	display: flex;
	align-items: flex-end
}

.breadcrumb {
	background: none;
	padding: 0;
	margin: 0
}

.breadcrumb-item,
.breadcrumb-item a {
	font-size: .8rem;
	color: rgba(255, 255, 255, .6)
}

.breadcrumb-item.active {
	color: rgba(255, 255, 255, .4)
}

.breadcrumb-item+.breadcrumb-item::before {
	color: rgba(255, 255, 255, .3)
}

.breadcrumb-item a i {
	margin-right: .3rem
}

/* ═══ PRODUCTS PAGE ═══ */
.products-page-section {
	background: #fff
}

/* ── Sidebar ── */
.prod-sidebar {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
	position: sticky;
	top: 90px
}

.sb-widget {
	background: #fff;
	border: 1.5px solid var(--border);
	border-radius: var(--r-lg);
	overflow: hidden
}

.sb-head {
	background: var(--navy);
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: .77rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: .85rem 1.2rem;
	display: flex;
	align-items: center;
	gap: .55rem
}

.sb-head i {
	color: var(--orange);
	font-size: .85rem
}

.sb-search {
	display: flex;
	align-items: center;
	gap: .6rem;
	padding: .75rem 1rem;
	border-bottom: 1px solid var(--border)
}

.sb-search i {
	color: var(--muted);
	font-size: .85rem
}

.sb-search input {
	border: none;
	outline: none;
	font-size: .84rem;
	color: var(--text);
	width: 100%;
	background: transparent
}

.sb-cat-list {
	list-style: none;
	padding: .4rem 0;
	margin: 0
}

.sb-cat {
	display: flex;
	align-items: center;
	gap: .55rem;
	padding: .6rem 1.1rem;
	font-size: .82rem;
	color: var(--text);
	font-weight: 500;
	transition: var(--t);
	width: 100%;
	border: none;
	background: none;
	cursor: pointer;
	text-align: left
}

.sb-cat i {
	color: var(--muted);
	font-size: .8rem;
	width: 14px;
	text-align: center
}

.sbc-label {
	flex: 1
}

.sbc-count {
	background: var(--off);
	color: var(--muted);
	font-size: .69rem;
	padding: .1rem .45rem;
	border-radius: 20px;
	font-weight: 700
}

.sb-cat:hover,
.sb-cat.active {
	background: var(--orange-lt);
	color: var(--orange);
	padding-left: 1.4rem
}

.sb-cat.active .sbc-count {
	background: var(--orange);
	color: #fff
}

.sb-cat.active i {
	color: var(--orange)
}

.sb-checkbox-list {
	padding: .75rem 1.1rem;
	display: flex;
	flex-direction: column;
	gap: .6rem
}

.sb-check {
	display: flex;
	align-items: center;
	gap: .6rem;
	cursor: pointer;
	font-size: .82rem;
	color: var(--text)
}

.sb-check input {
	accent-color: var(--orange);
	width: 15px;
	height: 15px
}

.sb-check span {
	display: flex;
	align-items: center;
	gap: .4rem
}

.sb-check span i {
	color: var(--orange);
	font-size: .75rem
}

/* Size tabs */
.sb-sizebox .sb-tab-content {
	padding: .5rem 1rem 1rem;
	max-height: 300px;
	overflow-y: auto;
	display: none
}

.sb-sizebox .sb-tab-content.active {
	display: block
}

.sb-sizebox .sb-tab-content::-webkit-scrollbar {
	width: 3px
}

.sb-sizebox .sb-tab-content::-webkit-scrollbar-thumb {
	background: var(--border);
	border-radius: 2px
}

.sb-tabs {
	display: flex;
	border-bottom: 1px solid var(--border);
	background: #fafbfc
}

.sbt {
	flex: 1;
	border: none;
	background: none;
	padding: .55rem;
	font-size: .76rem;
	font-weight: 700;
	color: var(--muted);
	cursor: pointer;
	transition: var(--t)
}

.sbt.active {
	color: var(--orange);
	border-bottom: 2px solid var(--orange)
}

.sz-row {
	display: flex;
	align-items: center;
	padding: .25rem 0;
	font-size: .74rem;
	border-bottom: 1px solid #f0f0f0
}

.sz-row b {
	color: var(--blue);
	min-width: 60px;
	font-weight: 700
}

.sz-row span {
	flex: 1;
	color: var(--muted)
}

.sz-row em {
	font-style: normal;
	font-size: .68rem;
	color: var(--orange);
	font-weight: 700
}

/* CTA widget */
.sb-cta {
	background: linear-gradient(135deg, var(--navy), var(--navy-lt));
	padding: 1.5rem;
	text-align: center;
	border: none !important
}

.sb-cta i {
	color: var(--orange);
	display: block;
	margin-bottom: .6rem
}

.sb-cta h6 {
	font-family: 'Montserrat', sans-serif;
	font-size: .9rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: .4rem
}

.sb-cta p {
	font-size: .78rem;
	color: rgba(255, 255, 255, .6);
	margin-bottom: 1rem
}

/* ── Filter Bar ── */
.prod-filter-bar {
	background: var(--off);
	border: 1.5px solid var(--border);
	border-radius: var(--r);
	padding: .85rem 1.2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: .75rem
}

.pfb-info span {
	font-size: .82rem;
	color: var(--muted)
}

.pfb-info strong {
	color: var(--orange)
}

.pfb-pills {
	display: flex;
	flex-wrap: wrap;
	gap: .4rem
}

.fp {
	border: 1.5px solid var(--border);
	background: #fff;
	color: var(--muted);
	border-radius: 20px;
	padding: .3rem .9rem;
	font-size: .76rem;
	font-weight: 600;
	cursor: pointer;
	transition: var(--t);
	font-family: 'Montserrat', sans-serif
}

.fp:hover {
	border-color: var(--orange);
	color: var(--orange)
}

.fp.active {
	background: var(--orange);
	border-color: var(--orange);
	color: #fff
}

/* ── Product Cards (products page) ── */
.prod-card {
	background: #fff;
	border: 1.5px solid var(--border);
	border-radius: var(--r-lg);
	overflow: hidden;
	transition: var(--t);
	height: 100%;
	display: flex;
	flex-direction: column
}

.prod-card:hover {
	border-color: var(--orange);
	box-shadow: var(--sh-lg);
	transform: translateY(-5px)
}

.pc-img {
	height: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 4.5rem;
	color: rgba(255, 255, 255, .9);
	position: relative;
	overflow: hidden
}

.pc-blue {
	background: linear-gradient(145deg, #0b2052, #1565c0)
}

.pc-orange {
	background: linear-gradient(145deg, #7f1800, var(--orange))
}

.pc-teal {
	background: linear-gradient(145deg, #00474c, #009aa8)
}

.pc-dark {
	background: linear-gradient(145deg, #1a1a2e, #36395a)
}

.pc-indigo {
	background: linear-gradient(145deg, #1a0060, #5e35b1)
}

.pc-green {
	background: linear-gradient(145deg, #1b4a00, #3d8b00)
}

.pc-purple {
	background: linear-gradient(145deg, #3a006f, #9c27b0)
}

.pc-slate {
	background: linear-gradient(145deg, #1e2a3a, #37474f)
}

.pc-badge {
	position: absolute;
	top: .8rem;
	left: .8rem;
	background: rgba(255, 255, 255, .95);
	color: var(--blue);
	font-size: .65rem;
	font-weight: 800;
	padding: .22rem .65rem;
	border-radius: 20px;
	text-transform: uppercase;
	letter-spacing: .05em
}

.accent-badge {
	background: var(--orange) !important;
	color: #fff !important
}

.pc-hover-layer {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .55);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .75rem;
	opacity: 0;
	transition: var(--t);
	flex-wrap: wrap;
	padding: 1rem
}

.prod-card:hover .pc-hover-layer {
	opacity: 1
}

.pc-quick-btn {
	background: rgba(255, 255, 255, .12);
	border: 1.5px solid rgba(255, 255, 255, .5);
	color: #fff;
	border-radius: 7px;
	padding: .45rem 1rem;
	font-size: .76rem;
	font-weight: 700;
	cursor: pointer;
	transition: var(--t);
	display: flex;
	align-items: center;
	gap: .4rem;
	white-space: nowrap
}

.pc-quick-btn:hover,
.pc-quick-btn.outline:hover {
	background: #fff;
	color: var(--navy);
	border-color: #fff
}

.pc-quick-btn.outline {
	background: transparent
}

/* card body */
.pc-body {
	padding: 1.3rem;
	display: flex;
	flex-direction: column;
	flex: 1;
	border-top: 0.51px solid #b7b7b7;
}

.pc-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .45rem
}

.pc-cat {
	font-size: .67rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: var(--orange)
}

.pc-compat {
	display: flex;
	gap: .35rem
}

.pc-compat span {
	font-size: .7rem;
	color: var(--blue);
	background: var(--blue-lt);
	width: 22px;
	height: 22px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center
}

.pc-title {
	font-family: 'Montserrat', sans-serif;
	font-size: .98rem;
	font-weight: 800;
	color: var(--navy);
	margin-bottom: .45rem
}

.pc-desc {
	font-size: .8rem;
	color: var(--muted);
	margin-bottom: .85rem;
	line-height: 1.65;
	flex: 1
}

.pc-feats {
	list-style: none;
	padding: 0;
	margin: 0 0 1rem;
	display: flex;
	flex-direction: column;
	gap: .3rem
}

.pc-feats li {
	font-size: .76rem;
	color: var(--muted);
	display: flex;
	align-items: center;
	gap: .45rem
}

.pc-feats li i {
	color: var(--orange);
	font-size: .62rem
}

.pc-actions {
	display: flex;
	gap: .55rem;
	flex-wrap: wrap;
	margin-top: auto
}

.pc-actions .btn-primary-msm,
.pc-actions .btn-outline-msm {
	font-size: .78rem;
	padding: .45rem .9rem
}

/* Size table inside card */
.pc-size-table {
	border: 1.5px solid var(--border);
	border-radius: 8px;
	overflow: hidden;
	font-size: .74rem;
	margin-bottom: .5rem
}

.pst-head,
.pst-row {
	display: flex;
	align-items: center;
	padding: .32rem .7rem;
	gap: .5rem
}

.pst-head {
	background: var(--navy);
	color: rgba(255, 255, 255, .7);
	font-weight: 700;
	font-size: .67rem;
	text-transform: uppercase;
	letter-spacing: .05em
}

.pst-head span,
.pst-row span {
	flex: 1
}

.pst-row {
	border-bottom: 1px solid var(--off)
}

.pst-row span:first-child {
	font-weight: 700;
	color: var(--blue)
}

.pst-row span:last-child {
	font-weight: 700;
	color: var(--orange)
}

.pst-row:hover {
	background: var(--off)
}

.pst-more {
	text-align: center;
	padding: .4rem;
	background: var(--off);
	color: var(--orange);
	font-size: .7rem;
	font-weight: 700
}

/* no results */
.no-results {
	text-align: center;
	padding: 4rem 1rem;
	color: var(--muted);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem
}

/* size ref section */
.size-ref-section {
	border-top: 2px solid var(--border);
	padding-top: 2.5rem
}

.srs-head {
	text-align: center;
	margin-bottom: .5rem
}

.srs-head h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.3rem;
	font-weight: 800;
	color: var(--navy)
}

.srs-head p {
	font-size: .83rem;
	color: var(--muted)
}

.size-table-card {
	background: #fff;
	border: 1.5px solid var(--border);
	border-radius: var(--r-lg);
	overflow: hidden;
	box-shadow: var(--sh)
}

.stc-head {
	background: var(--navy);
	color: #fff;
	padding: .9rem 1.2rem;
	font-family: 'Montserrat', sans-serif;
	font-size: .82rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: .6rem
}

.stc-head i {
	color: var(--orange)
}

.size-table-card table {
	width: 100%;
	border-collapse: collapse;
	font-size: .8rem
}

.size-table-card thead th {
	background: var(--off);
	color: var(--navy);
	font-weight: 700;
	font-size: .73rem;
	padding: .6rem 1rem;
	text-align: left;
	border-bottom: 1.5px solid var(--border)
}

.size-table-card td {
	padding: .48rem 1rem;
	border-bottom: 1px solid var(--off);
	color: var(--text)
}

.size-table-card tr:hover td {
	background: #fef9f5
}

.size-table-card td:first-child {
	font-weight: 700;
	color: var(--blue)
}

.size-table-card td:last-child {
	font-weight: 700;
	color: var(--orange)
}

/* hidden */
.pitem.hidden {
	display: none !important
}

/* ═══ RESPONSIVE ═══ */
@media(max-width:1199px) {
	.prod-sidebar {
		position: static
	}
}

@media(max-width:991px) {
	.topbar .tb-left span:last-child {
		display: none
	}

	.av-side {
		display: none
	}

	.section-block {
		padding: 60px 0
	}

	.stats-grid {
		flex-wrap: wrap
	}

	.stat-cell {
		min-width: 50%
	}

	.stat-divider {
		display: none
	}
}

@media(max-width:767px) {
	.topbar {
		display: none
	}

	.section-block {
		padding: 48px 0
	}

	.hero-slide,
	.hero-swiper {
		min-height: 520px
	}

	.pb-inner {
		flex-direction: column
	}

	.prod-filter-bar {
		flex-direction: column;
		align-items: flex-start
	}

	.contact-form-wrap {
		padding: 1.5rem
	}

	.fbar-inner {
		flex-direction: column;
		text-align: center
	}

	.size-table-card table {
		font-size: .72rem
	}
}

@media(max-width:575px) {
	.hero-content h1 {
		font-size: 1.7rem
	}

	.stats-grid {
		display: grid;
		grid-template-columns: 1fr 1fr
	}
}

@media(prefers-reduced-motion:reduce) {

	*,
	*::before,
	*::after {
		animation-duration: .01ms !important;
		transition-duration: .01ms !important
	}
}

/* ═══════════════════════════════════════════════════════════
   ADDITIONAL PAGE STYLES — About, Process, Industries, 
   Quality, Contact, Individual Product Pages
   ═══════════════════════════════════════════════════════════ */

/* ── Page Banner (all inner pages) ── */
.page-banner {
	position: relative;
	background: linear-gradient(135deg, var(--navy) 0%, var(--navy-lt) 100%);
	padding: 65px 0;
	overflow: hidden;
	border-bottom: 3px solid var(--orange);
}

.page-banner::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
	background-size: 55px 55px;
}

.page-banner::after {
	content: '';
	position: absolute;
	right: -80px;
	top: -80px;
	width: 360px;
	height: 360px;
	background: radial-gradient(circle, rgba(255, 107, 0, .12) 0%, transparent 70%);
}

.banner-inner {
	position: relative;
	z-index: 2;
}

.banner-eyebrow {
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--orange);
	margin-bottom: .5rem;
}

.banner-title {
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(1.9rem, 4vw, 3rem);
	font-weight: 900;
	color: #fff;
	line-height: 1.15;
	margin-bottom: .6rem;
}

.banner-title span {
	color: var(--orange);
}

.banner-desc {
	color: rgba(255, 255, 255, .65);
	font-size: .95rem;
	max-width: 100%;
}

.banner-breadcrumb {
	margin-top: 1.2rem;
}

.banner-breadcrumb .breadcrumb {
	background: none;
	padding: 0;
	margin: 0;
}

.banner-breadcrumb .breadcrumb-item,
.banner-breadcrumb .breadcrumb-item a {
	font-size: .78rem;
	color: rgba(255, 255, 255, .55);
	transition: var(--t);
}

.banner-breadcrumb .breadcrumb-item a:hover {
	color: var(--orange);
}

.banner-breadcrumb .breadcrumb-item.active {
	color: rgba(255, 255, 255, .35);
}

.banner-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	color: rgba(255, 255, 255, .25);
}

/* ── Orange divider line ── */
.orange-divider {
	width: 55px;
	height: 4px;
	background: linear-gradient(90deg, var(--orange), #ff9d52);
	border-radius: 2px;
	margin-bottom: 1.25rem;
}

/* ── About Page ── */
.about-mission-vision .mv-card {
	background: #fff;
	border: 1.5px solid var(--border);
	border-radius: var(--r-lg);
	padding: 2rem;
	height: 100%;
	border-top: 4px solid var(--orange);
	transition: var(--t);
}

.about-mission-vision .mv-card:hover {
	box-shadow: var(--sh-lg);
	transform: translateY(-4px);
}

.mv-card .mv-icon {
	font-size: 2rem;
	color: var(--orange);
	margin-bottom: 1rem;
}

.mv-card h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--navy);
	margin-bottom: .65rem;
}

.mv-card p {
	font-size: .88rem;
	color: var(--muted);
	line-height: 1.8;
}

.timeline-block {
	position: relative;
}

.tl-item {
	display: flex;
	gap: 1.5rem;
	padding-bottom: 2rem;
	position: relative;
}

.tl-item::before {
	content: '';
	position: absolute;
	left: 19px;
	top: 42px;
	width: 2px;
	bottom: 0;
	background: linear-gradient(to bottom, var(--orange), transparent);
}

.tl-item:last-child::before {
	display: none;
}

.tl-dot {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--orange);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: .85rem;
	flex-shrink: 0;
	box-shadow: 0 0 0 6px rgba(255, 107, 0, .15);
	position: relative;
	z-index: 1;
}

.tl-body {
	padding-top: .4rem;
}

.tl-body strong {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: .95rem;
	font-weight: 800;
	color: var(--navy);
	margin-bottom: .3rem;
}

.tl-body p {
	font-size: .85rem;
	color: var(--muted);
	margin: 0;
}

.team-card {
	background: #fff;
	border: 1.5px solid var(--border);
	border-radius: var(--r-lg);
	overflow: hidden;
	text-align: center;
	transition: var(--t);
}

.team-card:hover {
	box-shadow: var(--sh-lg);
	transform: translateY(-5px);
	border-color: var(--orange);
}

.team-avatar {
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 4rem;
	color: rgba(255, 255, 255, .8);
}

.team-card-body {
	padding: 1.25rem;
}

.team-card-body h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: .95rem;
	font-weight: 800;
	color: var(--navy);
	margin-bottom: .2rem;
}

.team-card-body span {
	font-size: .78rem;
	color: var(--orange);
	font-weight: 600;
}

.team-card-body p {
	font-size: .8rem;
	color: var(--muted);
	margin-top: .4rem;
}

/* ── Process Page ── */
.process-full-timeline {
	position: relative;
}

.pft-item {
	display: flex;
	gap: 2.5rem;
	align-items: flex-start;
	padding: 2rem 0;
	border-bottom: 1px solid var(--border);
	position: relative;
}

.pft-item:last-child {
	border-bottom: none;
}

.pft-num {
	font-family: 'Montserrat', sans-serif;
	font-size: 4rem;
	font-weight: 900;
	color:#000;
	line-height: 1;
	min-width: 80px;
	text-align: center;
	flex-shrink: 0;
}

.pft-icon-wrap {
	width: 64px;
	height: 64px;
	background: linear-gradient(135deg, #bf0607, #000000);
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.5rem;
	flex-shrink: 0;
	box-shadow: 0 8px 20px rgba(255, 107, 0, .3);
}

.pft-body h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--navy);
	margin-bottom: .5rem;
}

.pft-body p {
	font-size: .88rem;
	color: var(--muted);
	margin: 0;
	line-height: 1.8;
}

.pft-tags {
	display: flex;
	flex-wrap: wrap;
	gap: .4rem;
	margin-top: .7rem;
}

.pft-tag {
	font-size: .7rem;
	font-weight: 700;
	padding: .2rem .6rem;
	background: var(--orange-lt);
	color: var(--orange);
	border-radius: 20px;
	border: 1px solid rgba(255, 107, 0, .25);
}

/* ── Industries Page ── */
.ind-hero-card {
	background: #fff;
	border: 1.5px solid var(--border);
	border-radius: var(--r-lg);
	overflow: hidden;
	transition: var(--t);
	height: 100%;
}

.ind-hero-card:hover {
	border-color: var(--orange);
	box-shadow: var(--sh-lg);
	transform: translateY(-5px);
}

.ihc-top {
	padding: 1.5rem;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.ihc-icon {
	width: 56px;
	height: 56px;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--navy), var(--blue));
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	color: #fff;
	flex-shrink: 0;
	transition: var(--t);
}

.ind-hero-card:hover .ihc-icon {
	background: linear-gradient(135deg, var(--orange-dk), var(--orange));
}

.ihc-top h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: .98rem;
	font-weight: 800;
	color: var(--navy);
	margin: 0;
}

.ihc-body {
	padding: 0 1.5rem 1.5rem;
	border-top: 1px solid var(--border);
}

.ihc-body p {
	font-size: .83rem;
	color: var(--muted);
	margin: 1rem 0 .75rem;
	line-height: 1.75;
}

.ihc-tags {
	display: flex;
	flex-wrap: wrap;
	gap: .4rem;
}

.ihc-tag {
	font-size: .7rem;
	font-weight: 700;
	padding: .2rem .6rem;
	background: var(--blue-lt);
	color: var(--blue);
	border-radius: 20px;
}

/* ── Quality Page ── */
.quality-banner-strip {
	background: linear-gradient(135deg, var(--orange), var(--orange-dk));
	padding: 1.5rem 2rem;
	border-radius: var(--r-lg);
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.qbs-icon {
	font-size: 2.5rem;
	color: rgba(255, 255, 255, .85);
	flex-shrink: 0;
}

.qbs-text h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	font-weight: 800;
	color: #fff;
	margin-bottom: .3rem;
}

.qbs-text p {
	font-size: .83rem;
	color: rgba(255, 255, 255, .8);
	margin: 0;
}

.qc-step-card {
	background: #fff;
	border: 1.5px solid var(--border);
	border-radius: var(--r-lg);
	padding: 1.5rem;
	transition: var(--t);
	height: 100%;
	border-top: 4px solid transparent;
}

.qc-step-card:hover {
	border-top-color: var(--orange);
	box-shadow: var(--sh);
	transform: translateY(-3px);
}

.qcs-num {
	font-family: 'Montserrat', sans-serif;
	font-size: 2rem;
	font-weight: 900;
	color: rgba(255, 107, 0, .15);
	margin-bottom: .5rem;
}

.qcs-icon {
	font-size: 1.5rem;
	color: var(--orange);
	margin-bottom: .65rem;
	display: block;
}

.qc-step-card h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: .9rem;
	font-weight: 800;
	color: var(--navy);
	margin-bottom: .4rem;
}

.qc-step-card p {
	font-size: .8rem;
	color: var(--muted);
	margin: 0;
	line-height: 1.75;
}

/* ── Contact Page ── */
.contact-page-map {
	border-radius: var(--r-lg);
	overflow: hidden;
	border: 1.5px solid var(--border);
	box-shadow: var(--sh);
}

.contact-faq-item {
	border: 1.5px solid var(--border);
	border-radius: var(--r);
	overflow: hidden;
	margin-bottom: .75rem;
}

.contact-faq-item .accordion-button {
	font-family: 'Montserrat', sans-serif;
	font-size: .87rem;
	font-weight: 700;
	color: var(--navy);
	background: #fff;
	box-shadow: none;
}

.contact-faq-item .accordion-button:not(.collapsed) {
	color: var(--orange);
	background: var(--orange-lt);
}

.contact-faq-item .accordion-body {
	font-size: .84rem;
	color: var(--muted);
}

/* ── Individual Product Page (detail) ── */
.prod-detail-wrap {
	background: #fff;
	border: 1.5px solid #e8edf2;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: var(--sh);
}

.pdw-img {
	height: 280px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 6rem;
	color: rgba(255, 255, 255, .85);
	position: relative;
}

.pdw-thumbs {
	display: flex;
	gap: .5rem;
	padding: 1rem;
	background: #f7f9fc;
	border-top: 1px solid #e8edf2;
	flex-wrap: wrap;
}

.pdw-thumb {
	width: 60px;
	height: 48px;
	border-radius: 7px;
	border: 2px solid var(--border);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
	cursor: pointer;
	transition: var(--t);
}

.pdw-thumb.active,
.pdw-thumb:hover {
	border-color: var(--orange);
}

.pdw-action-strip {
	display: flex;
	gap: .75rem;
	padding: 1rem;
	border-top: 1px solid #e8edf2;
}

.btn-inquire-lg {
	flex: 1;
	background: var(--orange);
	color: #fff;
	border: 2px solid var(--orange);
	border-radius: 8px;
	padding: .75rem 1rem;
	font-family: 'Montserrat', sans-serif;
	font-size: .87rem;
	font-weight: 700;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	transition: var(--t);
}

.btn-inquire-lg:hover {
	background: var(--orange-dk);
	border-color: var(--orange-dk);
	transform: translateY(-2px);
}

.btn-wa-lg {
	flex: 1;
	background: #25d366;
	color: #fff;
	border: 2px solid #25d366;
	border-radius: 8px;
	padding: .75rem 1rem;
	font-family: 'Montserrat', sans-serif;
	font-size: .87rem;
	font-weight: 700;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	text-decoration: none;
	transition: var(--t);
}

.btn-wa-lg:hover {
	background: #1da851;
	border-color: #1da851;
	color: #fff;
	transform: translateY(-2px);
}

.pd-right-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.3rem;
	font-weight: 900;
	color: var(--navy);
	border-left: 4px solid var(--orange);
	padding-left: .8rem;
	margin-bottom: 1rem;
}

.pd-section-label {
	font-family: 'Montserrat', sans-serif;
	font-size: .88rem;
	font-weight: 800;
	color: var(--navy);
	border-left: 4px solid var(--orange);
	padding-left: .65rem;
	margin-bottom: .75rem;
}

.pd-specs-table {
	border: 1.5px solid var(--border);
	border-radius: var(--r);
	overflow: hidden;
	margin-bottom: 1.25rem;
}

.pd-specs-table .spec-head {
background: #f7f9fc;
    border-bottom: 1.5px solid var(--border);
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    font-size: .88rem;
    font-weight: 800;
    padding: .55rem 1rem;
    font-size: .67rem;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #a60203;
}

.pd-specs-table .spec-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .6rem 1rem;
	border-bottom: 1px solid #f0f3f7;
	font-size: .84rem;
	transition: background .2s;
}

.pd-specs-table .spec-row:last-child {
	border-bottom: none;
}

.pd-specs-table .spec-row:hover {
	background: #fef9f5;
}

.spec-key {
	font-weight: 600;
	color: var(--navy);
}

.spec-val {
    color: #645b5b;
	font-weight: 600;
}

.pd-desc-p {
	font-size: .89rem;
	color: #444;
	line-height: 1.85;
	margin-bottom: 1rem;
}
 
.pd-desc-p .hl {
	color: var(--blue);
	font-weight: 600;
}

.pd-app-list {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: .4rem;
}

.pd-app-list li {
	font-size: .84rem;
	color: #444;
	display: flex;
	align-items: flex-start;
	gap: .55rem;
}

.pd-app-list li i {
	color: var(--orange);
	font-size: .72rem;
	margin-top: .28rem;
	flex-shrink: 0;
}

.pd-size-tabs {
	display: flex;
	border-bottom: 1.5px solid var(--border);
	background: #f7f9fc;
	border-radius: var(--r) var(--r) 0 0;
}

.pd-stab {
	flex: 1;
	border: none;
	background: none;
	padding: .6rem;
	font-size: .76rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: var(--muted);
	cursor: pointer;
	border-bottom: 2px solid transparent;
	transition: var(--t);
}

.pd-stab.active {
	color: var(--orange);
	border-bottom-color: var(--orange);
	background: #fff;
}

.pd-size-content {
	display: none;
}

.pd-size-content.active {
	display: block;
}

.pd-size-tbl {
	width: 100%;
	border-collapse: collapse;
	font-size: .79rem;
}

.pd-size-tbl thead th {
	background: var(--navy);
	color: rgba(255, 255, 255, .75);
	padding: .5rem .85rem;
	text-align: left;
	font-size: .7rem;
	text-transform: uppercase;
	letter-spacing: .06em;
	font-weight: 700;
}

.pd-size-tbl td {
	padding: .45rem .85rem;
	border-bottom: 1px solid #f0f3f7;
	color: var(--text);
}

.pd-size-tbl tr:hover td {
	background: #fef9f5;
}

.pd-size-tbl td:first-child {
	font-weight: 700;
	color: var(--blue);
}

.pd-size-tbl td:last-child {
	font-weight: 700;
	color: var(--orange);
}

.pd-cta-banner {
	background: linear-gradient(135deg, var(--navy), #1565c0);
	border-radius: var(--r-lg);
	padding: 1.4rem 1.6rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 1.25rem;
}

.pd-cta-banner h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: .95rem;
	font-weight: 800;
	color: #fff;
	margin: 0;
}

.pd-cta-banner p {
	font-size: .78rem;
	color: rgba(255, 255, 255, .65);
	margin: .2rem 0 0;
}

.rel-prod-card {
	background: #fff;
	border: 1.5px solid var(--border);
	border-radius: var(--r-lg);
	overflow: hidden;
	text-decoration: none;
	display: block;
	transition: var(--t);
}

.rel-prod-card:hover {
	border-color: var(--orange);
	transform: translateY(-5px);
	box-shadow: var(--sh-lg);
}

.rpc-img {
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
	color: rgba(255, 255, 255, .8);
}

.rpc-body {
	padding: .9rem 1rem;
}

.rpc-cat {
	font-size: .64rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: var(--orange);
	margin-bottom: .25rem;
}

.rpc-title {
	font-family: 'Montserrat', sans-serif;
	font-size: .85rem;
	font-weight: 800;
	color: var(--navy);
	margin-bottom: .25rem;
}

.rpc-desc {
	font-size: .75rem;
	color: var(--muted);
}

.share-strip {
	display: flex;
	align-items: center;
	gap: .6rem;
	padding: .85rem 1rem;
	border-top: 1px solid #edf0f4;
}

.share-strip span {
	font-size: .74rem;
	color: var(--muted);
	font-weight: 600;
}

.share-ic {
	width: 30px;
	height: 30px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .76rem;
	color: #fff;
	cursor: pointer;
	transition: var(--t);
}

.share-ic:hover {
	transform: translateY(-2px);
	opacity: .9;
}

.share-ic.fb {
	background: #1877f2;
}

.share-ic.wa {
	background: #25d366;
}

.share-ic.li {
	background: #0a66c2;
}

.share-ic.em {
	background: var(--orange);
}

.color-section{
    max-width:320px;
    margin:30px auto;
    background:#fff;
    padding:20px;
    border-radius:10px;
}

.color-title{
    text-align:center;
    color:#b11217;
    font-size:28px;
    font-weight:800;
    text-transform:uppercase;
    line-height:1.1;
    margin-bottom:20px;
}

.color-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
    margin-bottom:25px;
}

.color-box{
    height:50px;
    border-radius:5px;
}

.yellow{background:#ffef00;}
.blue{background:#5b91c6;}
.orange{background:#ff8c00;}
.green{background:#8ac400;}
.pink{background:#ff1b7b;}
.redorange{background:#ff5b00;}

.features{
    list-style:none;
}

.features li{
    display:flex;
    align-items:center;
    margin-bottom:18px;
    font-size:22px;
    color:#222;
    font-weight:500;
}

.features i{
    color:#69be28;
    margin-right:12px;
    font-size:22px;
}
/* ── Group of Company Footer Strip ── */
.footer-group-strip {
  background: #060f1e;
  border-bottom: 1px solid rgba(255,255,255,.06);
  padding: .9rem 0;
}
.fgs-inner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.fgs-label {
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #fff;
  display: flex;
  align-items: center;
  gap: .45rem;
  white-space: nowrap;
}
.fgs-label i { color: var(--orange); font-size: .75rem; }
.fgs-divider {
  width: 1px;
  height: 28px;
  background: rgba(255,255,255,.1);
  flex-shrink: 0;
}
.fgs-company {
  display: flex;
  align-items: center;
  gap: .65rem;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  padding: .45rem .85rem;
  text-decoration: none;
  transition: var(--t);
}
.fgs-company:hover {
  background: rgba(255,107,0,.12);
  border-color: rgba(255,107,0,.3);
}
.fgs-company-icon {
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, var(--orange-dk), var(--orange));
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .8rem;
  flex-shrink: 0;
}
.fgs-company-text strong {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: .82rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}
.fgs-company-text span {
  font-size: .68rem;
  color: rgba(255,255,255,.45);
}
.fgs-ext {
  font-size: .65rem;
  color: rgba(255,255,255,.3);
  margin-left: .25rem;
  transition: var(--t);
}
.fgs-company:hover .fgs-ext { color: var(--orange); }

.site-logo img {
    width: 75% !important;
}
