/*!
STYLESHEET INDEX
------------------------------------------------------
1. Base (core files)
	- variables
	- mixins
	- typography
	- animation
	- theme
	- header
	- footer
	- widget
	- swiper

2. Components (./components/)
	- Hero-slider
	- About
	- Services
	- Process
	- Brands
	- Stat
	- Choose
	- Portfolio (Case Studies)
	- Tracking
	- Review
	- Pricing
	- Blog
	- Video
	- Team
	- Accordion
	- Tabs
	- Solution
	- Why-us
	- Contact
	- Single-post
	- Shop
	- Single-product
	- Cart
	- Checkout

Notes:
- Keep component filenames consistent with imports.
- Add new sections as separate component files.
*/
/*! variables */
:root {
	--font-family-base: "DM Sans", sans-serif;
	--font-family-headings: "Barlow", sans-serif;
	--font-family-btn: "DM Sans", sans-serif;
	--bs-border-color: #d8dde1;
	--bs-border-radius: 0px;
	--font-size-base: 16px;
	--font-weight-base: 400;
	--line-height-base: 26px;
	--primary: #00A3E0;
	/* Sky Blue */
	--primary-rgb: 0, 163, 224;
	--primary-mute: #e0f7fa;
	--white: #fff;
	--white-rgb: 255, 255, 255;
	--shade: #f4f4f5;
	--success: #7ED957;
	/* Light Green */
	--body-color: #797e88;
	--body-color2: #8993a1;
	--body-rgb: 121, 126, 136;
	--theme-border: #d8dde1;
	--black: #000;
	--headings-color: #040618;
	--dark: #040618;
	--dark-rgb: 4, 6, 24;
	--blue: #00A3E0;
	/* Sky Blue */
	--light-green: #7ED957;
	/* Light Green Custom */
	--light: #f8f8f8;
	--mute: #f3f1f0;
	--danger: #dc3545;

	/* Force bootstrap variables away from Orange */
	--bs-primary: #7ED957;
	--bs-secondary: #00A3E0;
	--bs-warning: #7ED957;
	--bs-orange: #7ED957;
}

/* Global Overrides for Light Green & Sky Blue Theme */
.text-primary,
.sub-title {
	color: var(--primary) !important;
}

.bg-primary {
	background-color: var(--primary) !important;
}

.btn-primary {
	background-color: var(--light-green) !important;
	border-color: var(--light-green) !important;
	color: #fff !important;
}

.btn-primary:hover {
	background-color: var(--primary) !important;
	border-color: var(--primary) !important;
}

.offcanvas-header .btn-close {
	filter: invert(1) grayscale(100%) brightness(200%);
}


.hover-img:hover::before {
	background: rgba(126, 217, 87, 0.8) !important;
	/* Light Green hover */
}

/*! mixins */
.text-primary {
	color: var(--primary) !important
}

.text-info {
	color: #fff !important
}

.text-dark {
	color: #040618 !important
}

.h1,
h1 {
	font-size: 74px
}

.h1,
.h2,
.product-nav .swiper-pagination,
h1,
h2 {
	font-family: var(--font-family-headings, "Barlow", sans-serif);
	font-weight: 600;
	line-height: 1.2;
	color: var(--headings-color)
}

.h2,
.product-nav .swiper-pagination,
h2 {
	font-size: 48px
}

.h3,
h3 {
	font-size: 36px
}


.h3,
.h4,
h3,
h4 {
	font-family: var(--font-family-headings, "Barlow", sans-serif);
	font-weight: 600;
	line-height: 1.2;
	color: var(--headings-color)
}


.h4,
h4 {
	font-size: 24px
}


.h5,
h5 {
	font-family: var(--font-family-headings, "Barlow", sans-serif);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--headings-color)
}


.about-txt ul li,
.h6,
h6,
ul.check li {
	font-family: var(--font-family-headings, "Barlow", sans-serif);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--headings-color)
}


.sec-title {
	font-family: var(--font-family-headings, "Barlow", sans-serif);
	font-weight: 600;
	line-height: 1.2;
	color: var(--headings-color)
}


.sec-title {
	font-size: 48px
}


.footer-widget .widget-title {
	font-family: var(--font-family-headings, "Barlow", sans-serif);
	font-weight: 600;
	line-height: 1.2;
	color: var(--headings-color)
}


.footer-widget .widget-title {
	font-size: 24px
}

/*! typography */
body {
	font-family: var(--font-family-base);
	font-size: var(--font-size-base);
	font-weight: var(--font-weight-base);
	line-height: var(--line-height-base);
	color: var(--body-color);
	position: relative;
	height: 100%;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

a,
a:focus,
a:hover {
	color: var(--headings-color);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	text-decoration: none
}

.form-control,
.form-select,
input,
select,
textarea {
	font-family: var(--font-family-base);
	width: 100%;
	color: var(--body-color);
	padding: 14px 20px;
	border: 1px solid var(--theme-border)
}

.form-control:focus,
.form-select:focus,
input:focus,
select:focus,
textarea:focus {
	outline: 0 none;
	box-shadow: 0 0 0 .05rem rgba(var(--primary), .2)
}

.form-control::placeholder,
.form-select::placeholder,
input::placeholder,
select::placeholder,
textarea::placeholder {
	opacity: 1;
	color: var(--body-color)
}

.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: var(--body-color)
}

.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder,
input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: var(--body-color)
}

input[type=checkbox] {
	padding: 0
}

.btn:focus-visible {
	color: var(--headings-color);
	background-color: var(--primary);
	border-color: var(--primary);
	outline: 0;
	box-shadow: none
}

.gx-5 {
	--bs-gutter-x: 30px
}

/*! animation */
.anim-img {
	position: absolute;
	backface-visibility: hidden;
	animation: jumping 5s ease-in-out 2s infinite alternate;
	animation-timing-function: cubic-bezier(.65, .05, .36, 1);
	user-select: none;
	will-change: transform
}

.anim-img.zoom {
	animation: zoom 8s ease-in-out 2s infinite alternate
}

@media (max-width:575.98px) {
	.anim-img {
		display: none
	}
}

@keyframes jumping {
	0% {
		transform: translateY(0) translateX(0) rotate(0) scale(.5);
		opacity: .2
	}

	50% {
		transform: translateY(-50px) translateX(-50px) rotate(15deg) scale(.7);
		opacity: .7
	}

	to {
		transform: translateY(-75px) translateX(-75px) rotate(0) scale(1);
		opacity: 1
	}
}

@keyframes jumping2 {
	0% {
		transform: translateY(-150px) translateX(-10px) rotate(0) scale(1);
		opacity: .2
	}

	50% {
		transform: translateY(-50px) translateX(-10px) rotate(5deg) scale(.8);
		opacity: .5
	}

	to {
		transform: translateY(0) translateX(0) rotate(0) scale(.7)
	}
}

@keyframes animate_pulse {
	0% {
		box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .2), 0 0 0 0 hsla(0, 0%, 100%, .4)
	}

	40% {
		box-shadow: 0 0 0 50px hsla(0, 0%, 100%, 0), 0 0 0 0 hsla(0, 0%, 100%, .4)
	}

	80% {
		box-shadow: 0 0 0 50px hsla(0, 0%, 100%, 0), 0 0 0 30px hsla(0, 0%, 100%, 0)
	}

	to {
		box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0), 0 0 0 30px hsla(0, 0%, 100%, 0)
	}
}

@keyframes spin {
	0% {
		transform: rotate(0);
		left: 50%
	}

	40% {
		transform: rotate(90deg);
		left: 55%
	}

	80% {
		transform: rotate(180deg);
		left: 60%
	}

	to {
		transform: rotate(1turn);
		left: 50%
	}
}

@keyframes moveX {
	0% {
		transform: translateX(0)
	}

	25% {
		transform: translateX(150px)
	}

	50% {
		transform: translateX(120px)
	}

	75% {
		transform: translateX(140px)
	}

	to {
		transform: translateX(0)
	}
}

@keyframes moveXS {
	0% {
		transform: translateX(0)
	}

	30% {
		transform: translateX(20px)
	}

	70% {
		transform: translateX(50px)
	}

	to {
		transform: translateX(0)
	}
}

.moveYS {
	animation: moveYS 9s ease-in-out infinite
}

@keyframes moveY {
	0% {
		transform: translateY(-80px)
	}

	50% {
		transform: translateY(60px)
	}

	to {
		transform: translateY(-80px)
	}
}

@keyframes moveYS {
	0% {
		transform: translateY(-15px)
	}

	50% {
		transform: translateY(15px)
	}

	to {
		transform: translateY(-15px)
	}
}

.rotate {
	animation: rotate 7s linear infinite
}

@keyframes rotate {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

@keyframes zoom {
	0% {
		-moz-transform: scale(.3);
		-o-transform: scale(.3);
		-ms-transform: scale(.3);
		-webkit-transform: scale(.3);
		transform: scale(.3)
	}

	20% {
		-moz-transform: scale(.8);
		-o-transform: scale(.8);
		-ms-transform: scale(.8);
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}

	50% {
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	to {
		-moz-transform: scale(.4);
		-o-transform: scale(.4);
		-ms-transform: scale(.4);
		-webkit-transform: scale(.4);
		transform: scale(.4)
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes tada {
	16% {
		transform: translateY(8px)
	}

	33% {
		transform: translateY(-6px)
	}

	49% {
		transform: translateY(4px)
	}

	66% {
		transform: translateY(-2px)
	}

	83% {
		transform: translateY(1px)
	}

	to {
		transform: translateY(0)
	}
}

/*! Magic Cursor */
body.tv-magic-cursor #magic-cursor {
	display: block
}

#magic-cursor {
	position: absolute;
	display: none;
	width: 10px;
	height: 10px;
	pointer-events: none;
	z-index: 99999;
	opacity: 0;
	top: 0;
	left: 0
}

#ball {
	position: fixed;
	display: flex;
	align-items: center;
	pointer-events: none;
	border-radius: 50%;
	color: transparent;
	justify-content: center;
	mix-blend-mode: difference;
	background-color: var(--primary)
}

.cursor-bg-red #ball {
	background-color: #ff535b !important
}

.cursor-bg-red #ball .ball-view {
	color: var(--white)
}

.cursor-bg-red-2 #ball {
	background-color: #ff481f !important
}

.cursor-bg-red-2 #ball .ball-view {
	color: var(--white)
}


.cursor-white-bg #ball .ball-view {
	color: var(--primary)
}

#ball .ball-view {
	opacity: 0;
	visibility: hidden;
	font-weight: 500;
	line-height: 1.3;
	transform: scale(0)
}


#ball .ball-view {
	position: absolute;
	padding: 0 5px;
	font-size: 15px;
	text-align: center;
	color: var(--primary)
}

#ball.with-blur {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.tv-magnetic-wrap {
	display: flex;
	align-items: center;
	justify-content: center
}

.dark #ball {
	background-color: var(--white)
}

.dark #ball .ball-view {
	color: var(--primary)
}

/*! theme */

.category-item .product-cta,
.category-sec,
.footer-widget .widget-title,
.overly,
.post-entry .post-meta>span:first-child,
.post-entry .post-meta span a,
.stat-card,
.stat-sec,
.sub-title,
.work-sec,
ul.check li,
ul.ct-list li {
	position: relative;
	z-index: 1
}


.category-item .product-cta:before,
.category-sec:before,
.footer-widget .widget-title:before,
.overly:before,
.post-entry .post-meta>span:first-child:before,
.post-entry .post-meta span a:before,
.stat-card:before,
.stat-sec:before,
.sub-title:before,
.work-sec:before,
ul.check li:before,
ul.ct-list li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: var(--dark)
}

.sec-title {
	margin: 0 0 18px;
	font-weight: 700;
	line-height: 1.2;
}

@media (max-width:1399.98px) {
	.sec-title {
		font-size: 45px
	}
}

@media (max-width:1199.98px) {
	.sec-title {
		font-size: 40px
	}
}

@media (max-width:575.98px) {
	.sec-title {
		overflow: hidden;
		font-size: 35px
	}
}

.sub-title {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: var(--primary);
	text-transform: uppercase;
	padding: 0 75px
}

.sub-title:before {
	background: url(../images/icons/line.png) no-repeat 0
}

.sub-title:after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	height: 100%;
	background: url(../images/icons/line.png) no-repeat 100%;
	transform: rotate(-180deg);
	width: 65px
}

.sub-title.half:after {
	display: none
}

@media (max-width:1199.98px) {
	.sub-title {
		font-size: 18px
	}
}

@media (max-width:575.98px) {
	.sub-title {
		font-size: 17px;
		padding-right: 0
	}

	.sub-title:after {
		display: none
	}
}

.hover-img {
	overflow: hidden;
	position: relative;
}

.hover-img img:first-child {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transform: translateX(50%) scaleX(2);
	transform: translate(50%) scaleX(2);
	opacity: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px)
}

.hover-img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.hover-img:hover img:first-child {
	-webkit-transform: translateX(0) scaleX(1);
	transform: translate(0) scaleX(1);
	opacity: 1;
	-webkit-filter: blur(0);
	filter: blur(0)
}

.hover-img:hover img:nth-child(2) {
	-webkit-transform: translateX(-50%) scaleX(2);
	transform: translateX(-50%) scaleX(2);
	opacity: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px)
}


.round {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px
}

.sec-intro {
	margin: 0 auto 60px;
	max-width: 700px
}

.sec-intro.full {
	max-width: max-content
}

.text-reset:hover {
	color: var(--primary) !important
}

.sec-padding {
	padding: 3.125rem 2.4rem;
}

@media (min-width:992px) and (max-width:1199.98px) {
	.sec-padding {
		padding: 100px 0
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.sec-padding {
		padding: 90px 0
	}
}

@media (max-width:767.98px) {
	.sec-padding {
		padding: 40px 0 !important;
	}
}


.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
	color: var(--primary);
	border-color: var(--primary)
}

.bg-primary {
	background-color: #5fc10e !important
}

.bg-light {
	background-color: #f8f8f8 !important
}

.bg-shade {
	background-color: #f4f4f5 !important
}

.bg-dark {
	background-color: #040618 !important
}

.btn {
	font-family: var(--font-family-btn);
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	padding: 16px 38px;
	letter-spacing: .5px;
	position: relative;
	border: 0 !important;
	overflow: hidden;
	z-index: 1;
	transition: .3s
}

@media (max-width:767.98px) {
	.btn {
		padding: 14px 28px
	}
}

.btn span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 30px;
	background-color: var(--dark);
	transition: width .5s ease-in-out, height .5s ease-in-out;
	transform: translate(-50%, -50%);
	z-index: -1
}

.btn:hover span {
	width: 225%;
	height: 562.5px
}

.btn-primary {
	background-color: #5fc10e;
	border-color: #5fc10e;
	color: #fff
}

.btn-primary:focus,
.btn-primary:hover {
	background-color: rgb(207.8813559322, 83.1525423729, 15.1186440678);
	border-color: rgb(207.8813559322, 83.1525423729, 15.1186440678);
	color: #fff
}

.btn-info {
	background-color: #fff;
	border-color: #fff;
	color: #fff
}

.btn-info:focus,
.btn-info:hover {
	background-color: rgb(229.5, 229.5, 229.5);
	border-color: rgb(229.5, 229.5, 229.5);
	color: #fff
}

.btn-info {
	color: var(--headings-color);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}


.btn-info span {
	background-color: var(--primary)
}

.icon,
.icon-lg,
.product-card .product-cta a {
	height: 46px;
	width: 40px;
	text-align: center;
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	font-size: 16px
}

.icon-lg i,
.icon i,
.product-card .product-cta a i {
	display: table-cell;
	vertical-align: middle
}


.product-card .product-cta a {
	width: 36px;
	height: 36px
}

.icon-lg {
	width: 47px;
	height: 55px;
}

.bg-cover {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}


#preloader.done {
	visibility: hidden;
	opacity: 0
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f7f7f7;
	z-index: 999999
}

.preloader {
	padding: 0;
	text-align: left;
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: -15px
}

.preloader,
.preloader span {
	width: 50px;
	height: 50px;
	display: inline-block;
	position: absolute
}

.preloader span {
	border-radius: 100%;
	background: var(--primary);
	-webkit-animation: preloader 1.3s linear infinite;
	animation: preloader 1.3s linear infinite
}

.preloader span:last-child {
	animation-delay: -.8s;
	-webkit-animation-delay: -.8s
}

@keyframes preloader {
	0% {
		transform: scale(0);
		opacity: .5
	}

	to {
		transform: scale(1);
		opacity: 0
	}
}

@-webkit-keyframes preloader {
	0% {
		-webkit-transform: scale(0);
		opacity: .5
	}

	to {
		-webkit-transform: scale(1);
		opacity: 0
	}
}

.nice-select {
	padding: 4px 20px
}

.nice-select .list {
	background-color: var(--light)
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
	background-color: var(--primary);
	color: var(--white)
}

.nice-select .option.selected.focus {
	color: var(--headings-color) !important
}

.reveal {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	visibility: visible;
	overflow: hidden
}

.reveal img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform-origin: left;
	transform-origin: left
}

.progress {
	border: 0;
	box-shadow: none;
	height: 7px;
	overflow: visible;
	position: relative;
	border-radius: 10px;
	display: block;
	background-color: var(--shade)
}

.progress:last-child {
	margin-bottom: 0
}

.progress .meta {
	font-size: 16px;
	left: 0;
	position: absolute;
	top: -33px;
	color: var(--headings-color)
}

ul.check li {
	margin-left: 25px;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px
}

ul.check li span {
	color: var(--dark)
}

ul.check li:before {
	content: "";
	background: url(../images/icons/check.png) no-repeat 0;
	left: -25px;
	top: 0
}

.parallax-overly {
	position: absolute;
	inset: 0;
	background-color: var(--dark);
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	mix-blend-mode: multiply;
	z-index: -1
}

.ct-parallax {
	position: relative;
	overflow: hidden
}

ul.ct-list {
	padding: 0;
	list-style: none;
	margin: 30px 0
}

@media (min-width:768px) {
	ul.ct-list:first-child {
		margin-right: 50px
	}
}

ul.ct-list li {
	margin-bottom: 20px;
	padding-left: 30px
}

ul.ct-list li:before {
	background: url(../images/icons/double-arrow.svg) no-repeat 0
}

.success {
	background-color: #13a05a;
	border: 1px solid #13a05a;
	border-radius: 5px
}

.error,
.success {
	padding: 15px;
	margin-bottom: 20px;
	color: var(--white)
}

.error {
	background-color: var(--primary);
	border: 1px solid var(--primary);
	border-radius: 5px
}

/*! header */

.main-overlay {
	opacity: 0;
	visibility: hidden;
	filter: blur(2px);
	background: #dadada;
	position: fixed;
	height: 100vh;
	width: 100%;
	z-index: 5;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.main-overlay.active {
	opacity: .6;
	visibility: visible
}

.canvas-menu {
	background: var(--white);
	height: 100vh;
	overflow: hidden auto;
	padding: 24px;
	position: fixed;
	right: -100%;
	scrollbar-width: none;
	top: 0px;
	width: 400px;
	opacity: 0;
	transition: 0.45s ease-in-out;
	visibility: hidden;
	z-index: 10;
}

@media (max-width:575.98px) {
	.canvas-menu {
		width: 100%
	}
}

.canvas-menu .logo img {
	max-width: 165px;
}

.canvas-menu.open {
	visibility: visible;
	opacity: 1;
	right: 0;
	transition: all .4s cubic-bezier(.785, .135, .15, .86);
	transition-duration: .6s
}

.canvas-menu a.btn.btn-primary {
	max-width: 200px;
	margin-top: 15px
}

.canvas-menu .canvas-close {
	box-sizing: content-box;
	border: 0;
	padding: 0;
	background-color: transparent;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.canvas-menu .canvas-close:focus {
	outline: none;
	box-shadow: none
}

.canvas-menu .canvas-close:hover {
	opacity: 1;
	transform: rotate(90deg)
}

.canvas-menu nav {
	width: 100%
}

.canvas-menu .vertical-menu {
	list-style: none;
	padding: 0;
	margin-bottom: 0
}

.canvas-menu .vertical-menu li.openmenu>a {
	color: var(--dark)
}

.canvas-menu .vertical-menu li.openmenu .switcher {
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.canvas-menu .vertical-menu li {
	padding: 0;
	position: relative;
	list-style: none;
	line-height: 1.2;
	-webkit-transition: .2s ease-in-out .4s;
	-moz-transition: .2s .4s ease-in-out;
	-ms-transition: .2s .4s ease-in-out;
	-o-transition: .2s .4s ease-in-out;
	transition: .2s ease-in-out .4s
}

.canvas-menu .vertical-menu li:after {
	content: "";
	display: block;
	height: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%
}

.canvas-menu .vertical-menu li.active a {
	color: var(--primary)
}

.canvas-menu .vertical-menu li.active .submenu a {
	color: var(--headings-color)
}

.canvas-menu .vertical-menu li.active .submenu a:hover {
	color: var(--body-color)
}

.canvas-menu .vertical-menu li .switcher {
	border: 1px solid var(--theme-border);
	border-radius: 5px;
	display: flex;
	font-size: 14px;
	width: 30px;
	align-items: center;
	justify-content: space-around;
	height: 30px;
	cursor: pointer;
	color: var(--primary);
	position: absolute;
	top: 0;
	right: 0;
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .2s ease-in-out .4s;
	-moz-transition: .2s .4s ease-in-out;
	-ms-transition: .2s .4s ease-in-out;
	-o-transition: .2s .4s ease-in-out;
	transition: .2s ease-in-out .4s;
	-webkit-backface-visibility: hidden
}

.canvas-menu .vertical-menu li a {
	color: var(--headings-color);
	font-weight: 500;
	text-decoration: none;
	position: relative
}

.canvas-menu .vertical-menu li a:hover {
	color: var(--primary)
}

.canvas-menu .submenu {
	display: none;
	padding: 10px 20px
}

.canvas-menu .submenu li {
	padding: 5px 0
}

.canvas-menu .submenu li:after {
	content: "";
	display: none
}

.canvas-menu .submenu li a {
	color: var(--headings-color);
	font-size: 14px;
	font-weight: 400
}

.canvas-menu .submenu li a:hover {
	color: var(--dark)
}



@media (max-width:991.98px) {
	.header-top {
		padding: 10px 5px
	}
}

@media (max-width:991.98px) {
	.header-top p {
		text-overflow: ellipsis;
		overflow: hidden;
		text-wrap: nowrap
	}
}

@media (max-width:575.98px) {
	.header-top p {
		display: none
	}
}

.header {
	position: relative;
	z-index: 9
}

.header .header-wrapper {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0
}

@media (max-width:991.98px) {
	.header .navbar-brand img {
		max-width: 110px
	}
}

.navbar {
	padding: 0
}

@media (max-width:1199.98px) {
	.navbar {
		padding: 5px 10px
	}
}

.navbar .dropdown,
.navbar .dropdown-center,
.navbar .dropend,
.navbar .dropstart,
.navbar .dropup,
.navbar .dropup-center {
	position: relative
}

@media (max-width:1199.98px) {

	.navbar .dropdown,
	.navbar .dropdown-center,
	.navbar .dropend,
	.navbar .dropstart,
	.navbar .dropup,
	.navbar .dropup-center {
		width: 100%
	}
}

.navbar .navbar-nav>li a.nav-link {
	padding: 40px 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	color: var(--dark)
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.navbar .navbar-nav>li a.nav-link {
		padding: 32px 12px;
	}
}

@media (min-width:1600px) {
	.navbar .navbar-nav>li a.nav-link {
		padding: 32px 25px
	}
}

.navbar .navbar-nav>li a.nav-link:after {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.navbar .navbar-nav>li:first-child a.nav-link {
	padding-left: 0
}

@media (max-width:1199.98px) {
	.navbar .navbar-nav>li {
		width: 100%
	}
}

.navbar .navbar-nav .nav-item>.dropdown-menu:first-of-type:before {
	position: absolute;
	content: "";
	top: -12px;
	left: 22px;
	z-index: 8;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid var(--white)
}

.navbar .navbar-nav .dropdown-menu {
	border: none;
	border-radius: 8px;
	margin-top: 0;
	padding: 15px 0;
	min-width: 250px;
	top: 100%;
	left: 0;
	background-color: var(--white);
	box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, .35);
	z-index: 10;
	transform: translateY(15px);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.navbar .navbar-nav .dropdown-menu .dropdown-item {
	align-items: center;
	display: flex;
	font-weight: 500;
	padding: 7px 15px 7px 25px;
	width: 100%;
	font-size: 15px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.navbar .navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
	background-color: transparent;
	color: var(--primary);
	padding-left: 28px !important
}

.navbar .navbar-nav .dropdown-menu .dropdown-submenu a:after {
	position: absolute;
	right: 16px;
	transform: rotate(-90deg)
}

.navbar .navbar-nav .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
	left: 100%;
	right: auto;
	top: -10px
}

.navbar .navbar-nav .dropdown-menu>li.dropdown-submenu.dropend:focus>a,
.navbar .navbar-nav .dropdown-menu>li.dropdown-submenu.dropend:hover>a {
	color: var(--primary);
	background-color: transparent;
	padding-left: 30px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.navbar .navbar-nav>.dropdown:hover>.dropdown-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	visibility: visible;
	transform: translateY(0)
}

.navbar .navbar-brand {
	margin-right: 0
}

.navbar .navbar-toggler:focus {
	box-shadow: none
}

.navbar .dropdown .dropdown-toggle:after {
	content: "\f107";
	font-family: fontawesome;
	border: 0;
	margin-left: 4px;
	float: right;
	font-size: 9px;
	margin-top: 1px;
}

@media (max-width:767.98px) {
	.navbar .dropdown .dropdown-toggle:after {
		margin-left: auto;
		margin-right: 10px
	}
}

.navbar button.navbar-toggler.offcanvas-nav-btn {
	border: 0;
	width: 44px;
	height: 44px;
	background-color: var(--primary);
	color: var(--white);
	border-radius: 6px;
	padding: 0;
	transition: all 0.3s ease;
}

@media (max-width: 1199.98px) {
	.navbar button.navbar-toggler.offcanvas-nav-btn {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.navbar button.navbar-toggler.offcanvas-nav-btn:hover {
	background-color: var(--dark);
}

.navbar button.navbar-toggler.offcanvas-nav-btn svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.navbar .nav-cta a.call-cta {
	font-size: 15px;
	padding: 2px 7px 2px 5px;
	background-color: #f3f1f0;
}



.navbar .nav-cta a.call-cta span.icon,
.navbar .nav-cta a.call-cta span.icon-lg {
	margin-right: 10px
}

.navbar .nav-cta a.call-cta {
	color: #797e88
}

.navbar .nav-cta a.call-cta strong {
	color: var(--headings-color)
}

.navbar .nav-cta sup {
	background: var(--primary);
	color: var(--white);
	top: -8px;
	right: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	position: absolute
}

@media (max-width:1199.98px) {
	.navbar .nav-cta .btn {
		padding: 12px 23px
	}

	.navbar .nav-cta .icon-lg {
		width: 50px;
		height: 50px
	}
}

.navbar .nav-cta button {
	border: 0;
	background-color: rgba(var(--primary-rgb), .6)
}

.navbar.scroll-on .container:before {
	display: none
}

.navbar.scroll-on .navbar-nav li a.nav-link {
	padding: 25px
}

@media (min-width:992px) and (max-width:1199.98px) {
	.navbar.scroll-on .navbar-nav li a.nav-link {
		padding: 22px 15px
	}
}

.navbar.scroll-on .navbar-nav li:first-child a.nav-link {
	padding-left: 0
}

header .header-nav-wrapper.header-sticky.scroll-on {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 99;
	background: var(--white);
	box-shadow: 0 .25rem 1.25rem rgba(0, 0, 0, .07);
	width: 100%;
	animation: headerSlideDown 1.3s ease forwards
}

header .header-nav-wrapper.header-sticky.scroll-on .navbar {
	padding: 3px 0
}

@media (max-width:1199.98px) {
	header .header-nav-wrapper.header-sticky.scroll-on .navbar {
		padding: 5px 10px
	}
}

header .header-nav-wrapper.header-sticky.scroll-on .navbar .navbar-nav>li a.nav-link {
	padding: 28px 18px
}

@media (min-width:1200px) and (max-width:1399.98px) {
	header .header-nav-wrapper.header-sticky.scroll-on .navbar .navbar-nav>li a.nav-link {
		padding: 21px 18px
	}
}

@media (max-width:1199.98px) {
	header .header-nav-wrapper.header-sticky.scroll-on .navbar .navbar-nav>li a.nav-link {
		padding: 16px 0
	}
}

header .header-nav-wrapper.header-sticky.scroll-on .navbar .container-fluid {
	border: 0
}

@media (min-width:1200px) {

	header .header-nav-wrapper .navbar .navbar-nav li:hover a.nav-link {
		color: var(--primary)
	}

	header .header-nav-wrapper .navbar .navbar-nav li:hover a.nav-link:after {
		transform: rotate(180deg)
	}

	header .header-nav-wrapper .navbar .navbar-nav .dropdown-menu {
		display: block;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		visibility: hidden;
		transform: translateY(20px)
	}

	header .header-nav-wrapper .navbar .navbar-nav .dropdown-submenu.dropend:hover>.dropdown-menu {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		visibility: visible;
		transform: translateY(0)
	}
}

@media (max-width:1199.98px) {
	.navbar .offcanvas-header {
		margin-bottom: 15px
	}

	.navbar .offcanvas-header img {
		max-width: 150px
	}

	.navbar .navbar-nav .dropdown-menu {
		background-color: var(--white);
		min-width: 0 !important
	}

	.navbar .navbar-nav .dropdown-menu .dropdown-item {
		font-size: 15px
	}

	.navbar .offcanvas.bg-dark .dropdown-menu {
		background-color: var(--white)
	}

	.navbar .offcanvas.bg-dark .navbar-nav .nav-item .nav-link {
		border-bottom: 1px solid #2b2b2b
	}

	.navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
		margin-left: 10px
	}

	.navbar .navbar-nav .nav-item .nav-link {
		border-radius: 0;
		padding: 16px 0;
		font-size: 16px;
		line-height: 1
	}

	.navbar .navbar-nav .nav-item:last-child .nav-link {
		border: 0
	}
}

@keyframes headerSlideDown {
	0% {
		margin-top: -6.25rem
	}

	to {
		margin-top: 0
	}
}

.offcanvas-header .btn-close {
	padding: 4px
}

.btn-close {
	width: 30px;
	height: 30px;
	line-height: 36px;
	flex: 0 0 30px;
	text-align: center;
	display: table;
	background: 0 0;
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	background-color: transparent
}

.btn-close:focus {
	border: 0;
	box-shadow: none
}



.footer {
	padding-top: 61px;
	overflow: hidden;
}

@media (max-width:767.98px) {
	.footer {
		padding-top: 80px
	}
}

.footer .parallax-overly {
	opacity: .96
}

.footer .copy-right a {
	font-weight: 600;
	color: var(--primary)
}

.footer .footer-bottom {
	background: var(--primary);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin-top: 40px;
}

@media (max-width:575.98px) {
	.footer .footer-bottom {
		margin-top: 0
	}
}

.footer .copy-right a {
	color: var(--white)
}

@media (max-width:991.98px) {
	.footer-widget {
		margin-bottom: 50px
	}
}



.footer-widget .widget-title {
	margin-bottom: 45px;
	color: var(--white)
}

@media (max-width:1199.98px) {
	.footer-widget .widget-title {
		font-size: 20px
	}
}

.footer-widget .widget-title:before {
	width: 90px;
	height: 2px;
	background-color: var(--primary);
	top: 38px;
	left: 25px
}

.footer-widget .widget-title:after {
	position: absolute;
	content: "";
	width: 18px;
	height: 2px;
	background-color: var(--white);
	top: 37px;
	left: 0;
	z-index: -1
}

.footer-widget ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.footer-widget ul li a {
	color: rgba(var(--white-rgb), .7)
}

.footer-widget ul li:hover a {
	color: var(--primary);
	padding-left: 5px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100)
}

.footer-widget ul li:not(:last-child) {
	margin-bottom: 15px
}

.footer-widget p,
.footer-widget span {
	color: rgba(var(--white-rgb), .7)
}

.footer-widget.about-footer {
	max-width: 310px
}

.footer-widget .footer-info {
	margin-top: 30px
}

.footer-widget .footer-info .single-conn:not(:last-child) {
	margin-bottom: 17px;
	padding-bottom: 17px;
	border-bottom: 1px solid rgba(var(--white-rgb), .2)
}

.footer-widget .footer-info .single-conn .icon,
.footer-widget .footer-info .single-conn .icon-lg,
.footer-widget .footer-info .single-conn .product-card .product-cta a,
.product-card .product-cta .footer-widget .footer-info .single-conn a {
	color: var(--white);
	font-size: 18px;
	background-color: var(--primary)
}

.footer-widget .footer-info .single-conn .conn-txt h3 {
	color: var(--white)
}

.footer-widget .footer-info .single-conn .conn-txt a,
.footer-widget .footer-info .single-conn .conn-txt span {
	color: rgba(var(--white-rgb), .7)
}

@media (max-width:991.98px) {

	.footer-widget .footer-info .single-conn .conn-txt a,
	.footer-widget .footer-info .single-conn .conn-txt span {
		font-size: 14px
	}
}

/*! widget */

.widget-title {
	font-size: 24px;
	margin-bottom: 40px
}

.widget {
	margin-bottom: 40px;
	background-color: var(--light);
	padding: 40px 35px
}

@media (min-width:992px) and (max-width:1199.98px) {
	.widget {
		padding: 30px 15px
	}
}

@media (max-width:767.98px) {
	.widget {
		padding: 30px 20px;
		margin-bottom: 30px
	}
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.widget ul li {
	margin-bottom: 15px;
	border: 1px solid var(--theme-border);
	background-color: var(--white);
	text-align: right;
	display: block;
	padding: 15px 20px;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.widget ul li a {
	display: block;
	float: left;
	color: var(--body-color)
}

.widget ul li:hover {
	background: var(--primary);
	color: var(--white)
}

.widget ul li:hover a {
	color: var(--white)
}

.widget ul li span.count {
	float: right
}

.widget ul li:last-child {
	margin-bottom: 0
}

/*! swiper */
.swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center
}

.swiper-pagination span {
	width: 10px;
	height: 10px;
	background-color: rgba(83, 83, 83, .5);
	margin: 0 8px !important;
	border: 0;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100)
}

.swiper-button-next,
.swiper-button-prev {
	background: var(--primary);
	display: inline-table;
	width: 40px;
	height: 40px;
	text-align: center;
	z-index: 9;
	color: var(--white);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	left: 0
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: var(--dark)
}

.swiper-button-next {
	left: auto;
	right: 0
}

.swiper-button-next:after,
.swiper-button-prev:after {
	content: "\f061";
	font-family: fontawesome !important;
	font-size: 14px;
	display: table-cell;
	vertical-align: middle
}

.swiper-button-prev:after {
	content: "\f060"
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100)
}

.ct-pagination .swiper-pagination {
	position: relative
}

.header-slider-nav {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center
}

@media (max-width:575.98px) {
	.header-slider-nav {
		gap: 10px;
		justify-content: end;
		margin-bottom: 20px
	}
}

.header-slider-nav .swiper-button-next,
.header-slider-nav .swiper-button-prev {
	left: auto;
	top: auto
}

.header-slider-nav .swiper-button-prev {
	left: 0
}

.about-media .anim-img {
	left: 40px;
	top: 25%;
	z-index: -1
}

.about-media .about-img {
	margin-left: 150px
}

@media (max-width:1199.98px) {
	.about-media .about-img {
		margin-left: 40px
	}
}

.about-media .about-img p {
	display: block;
	color: var(--white)
}

.about-media .about-sm {
	margin-top: -60px
}

@media (min-width:1200px) and (max-width:1399.98px) {
	.about-media .about-sm {
		margin-left: -50px
	}
}

@media (min-width:992px) and (max-width:1199.98px) {
	.about-media .about-sm img:last-child {
		display: none
	}
}

@media (max-width:991.98px) {
	.about-sec .about-txt {
		margin-top: 45px
	}
}

.experience-stat {
	top: 40px;
	left: -40px;
	text-align: center;
	width: 135px;
	height: 135px;
	border: 3px solid var(--white)
}

.experience-stat,
.experience-stat:before {
	background: var(--primary);
	position: absolute
}

.experience-stat:before {
	content: "";
	left: 0;
	width: 40px;
	height: 38px;
	-webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	bottom: -38px
}

.about-txt .about-footer {
	margin-top: 17px;
	padding-top: 18px;
	border-top: 1px solid var(--theme-border);
}

.about-txt .ab-feat {
	gap: 120px;
	margin-top: 30px
}

.about-txt .ab-feat>div {
	max-width: 150px
}

@media (max-width:575.98px) {
	.about-txt .ab-feat>div {
		max-width: 100%;
		margin-bottom: 30px
	}
}

.stat-sec {
	padding: 60px 0
}

.stat-sec:before {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70)
}

.stat-card {
	background-color: rgba(var(--white-rgb), .17);
	backdrop-filter: blur(134px);
	padding: 30px
}

.stat-card:before {
	background-color: rgba(var(--white-rgb), .3);
	height: 52%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0)
}

.product-nav .stat-card .swiper-pagination,
.stat-card .h2,
.stat-card .product-nav .swiper-pagination {
	margin-bottom: 0
}

.stat-card p {
	margin: 0;
	color: var(--white);
	font-size: 18px
}

.stat-card .stat-icon {
	position: absolute;
	right: 10px;
	top: 10px;
	opacity: .2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-webkit-transition: all .4s ease ease-in-out .4s;
	-moz-transition: all .4s ease .4s ease-in-out;
	-ms-transition: all .4s ease .4s ease-in-out;
	-o-transition: all .4s ease .4s ease-in-out;
	transition: all .4s ease ease-in-out .4s
}

.stat-card .stat-info {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transform: translateY(-5px);
	transition: all .4s ease
}

.stat-card .stat-info p {
	font-size: 16px
}

.stat-card.active .stat-icon,
.stat-card.active:before,
.stat-card:hover .stat-icon,
.stat-card:hover:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100)
}

.stat-card.active .stat-info,
.stat-card:hover .stat-info {
	padding-top: 25px;
	margin-top: 25px;
	opacity: 1;
	max-height: 200px;
	transform: translateY(0)
}

.wk-steps {
	max-width: 560px
}

.wk-steps .wk-step:not(:last-child) {
	margin-bottom: 20px
}

.product-card .product-cta .wk-steps a,
.wk-steps .icon,
.wk-steps .icon-lg,
.wk-steps .product-card .product-cta a {
	margin-top: 10px;
	width: 65px;
	height: 65px;
	background-color: var(--white);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.product-card .product-cta .wk-steps .wk-step:hover a,
.wk-steps .wk-step:hover .icon,
.wk-steps .wk-step:hover .icon-lg,
.wk-steps .wk-step:hover .product-card .product-cta a {
	transform: rotateY(180deg);
	background-color: rgba(var(--primary-rgb), .3)
}

.work-sec:before {
	height: 1px;
	background-color: var(--theme-border);
	top: 32%
}

.work-sec .work-content {
	max-width: 630px;
	margin: 0 auto 0 20px
}

@media (max-width:991.98px) {
	.work-sec .work-content {
		margin: 60px auto
	}
}

@media (max-width:767.98px) {
	.work-sec .work-content {
		margin: 60px 15px
	}
}

@media (max-width:767.98px) {
	.work-sec .work-media {
		max-height: 500px
	}
}

.cta-sec:before {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70)
}

.cta-sec p {
	color: var(--white)
}

@media (max-width:767.98px) {
	.cta-sec .cta-txt a {
		margin-bottom: 20px
	}
}

.post-entry {
	padding: 30px 0 30px 30px;
	overflow: hidden
}

.post-entry .post-meta {
	padding-right: 30px;
	margin-bottom: 30px
}

.post-entry .post-meta>span:first-child {
	color: var(--white)
}

.post-entry .post-meta>span:first-child:before {
	background-color: var(--primary);
	height: 43px;
	width: 150px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -33px
}

.post-entry .post-meta span a {
	color: var(--body-color);
	font-weight: 500
}

.post-entry .post-meta span a:before {
	background-color: var(--theme-border);
	height: 1px;
	width: 30px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -35px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.post-entry .post-meta span a:hover {
	color: var(--primary)
}

.post-entry .post-meta span a:hover:before {
	background-color: var(--primary)
}

.post-entry h3 {
	line-height: 34px
}

.post-entry .post-thumb {
	margin-top: 30px;
	position: relative;
	overflow: hidden
}

.post-entry:hover h3 a {
	color: var(--primary)
}

@media (max-width:1199.98px) {
	.post-entry {
		padding: 25px 0 15px 15px
	}

	.post-entry .post-meta {
		padding-right: 10px
	}
}

.category-item {
	padding: 30px 20px;
	border: none;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	height: 100%;
	transition: all 0.3s ease;
	text-align: center;
}

.category-item:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.category-item .category-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 25px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(126, 217, 87, 0.1);
	/* light primary */
	border-radius: 50%;
	color: var(--primary);
}

.category-item .category-icon i {
	font-size: 32px;
}

.product-info p {
	margin-bottom: 0;
	font-size: 14px;
	text-align: center;
	line-height: 23px;
	color: #666;
}

.category-item .product-img {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden
}

.category-item .ct-list {
	margin: 9px 0;
}

.category-item .ct-list li {
	font-weight: 400;
	margin-bottom: 3px;
	padding-left: 20px;
	color: var(--headings-color);
	font-size: 14px;
}

.category-item .ct-list li:before {
	background: url(../images/icons/arrow-c.png) no-repeat 0
}


.category-item .product-cta:before {
	height: 1px;
	width: 220px;
	background-color: #ffffff00;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 33%
}

@media (min-width:768px) and (max-width:991.98px) {
	.category-item .product-cta:before {
		width: 115px
	}
}

.header-slider-nav {
	background: hsla(0, 0%, 100%, .1);
	border: 1px solid hsla(0, 0%, 100%, .2);
	margin-top: 22px;
	padding: 5px
}

.header-slider-nav .swiper-button-next,
.header-slider-nav .swiper-button-prev {
	position: relative;
	top: 11px;
	background: hsla(0, 0%, 100%, .2);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	width: 48px;
	height: 48px
}

.header-slider-nav .swiper-button-next:hover,
.header-slider-nav .swiper-button-prev:hover {
	background-color: var(--primary)
}

.header-slider-nav .btn-black {
	background-color: var(--headings-color);
	color: var(--white);
	padding: 13px 28px
}

.header-slider-nav .btn-black:hover {
	background-color: var(--primary)
}

.category-sec:before {
	background: url(../images/square-sh.png) no-repeat;
	width: 50%;
	height: 50%;
	opacity: 0.4;
}

.category-sec:after {
	opacity: 0.4;
	background: url(../images/square-sh.png) no-repeat 0 100%;
	width: 50%;
	right: 0;
	bottom: 0;
	position: absolute;
	content: "";
	height: 50%;
	z-index: -1
}

/*! Shop */
.product-card {
	padding: 10px
}

.product-card .product-img {
	overflow: hidden
}

.product-card .product-cta {
	right: 20px;
	z-index: 2;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.product-card .product-cta a {
	background-color: var(--white);
	margin: 10px 0
}

.product-card .product-cta a i {
	color: var(--headings-color);
	display: table-cell;
	vertical-align: middle
}

.product-card .product-content {
	padding: 15px
}

.product-card .product-content .pc-head {
	padding-bottom: 15px
}

.product-card .product-content .spec-grid {
	display: flex;
	flex-wrap: wrap;
	row-gap: 15px;
	max-width: 500px;
	padding-top: 15px
}

.product-card .product-content .spec-grid .spec-item {
	flex: 0 0 50%;
	display: flex;
	flex-direction: column
}

.product-nav {
	padding-top: 70px
}

.product-nav .swiper-button-next,
.product-nav .swiper-button-prev {
	position: relative
}

.product-nav .swiper-button-prev {
	left: -10px
}

.product-nav .swiper-pagination {
	position: relative;
	background: var(--white);
	width: 75px
}

.product-nav .swiper-pagination span {
	background-color: transparent;
	width: auto;
	height: auto;
	margin: 0 !important
}

.progress-bar-container {
	max-width: calc(100% - 250px);
	height: 3px;
	background: #e0e0e0;
	position: relative;
	overflow: hidden;
	top: -40px;
	margin: 0 auto 0 100px
}

.progress-bar-container .progress-bar-fill {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: var(--primary);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .6s ease
}

/*! Single Product */

/*! Cart */

/*! Checkout */

/* Custom Additions */
.custom-header-wrapper {
	position: relative;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@keyframes stripShimmer {
	0% {
		background-position: -1000px 0;
	}

	100% {
		background-position: 1000px 0;
	}
}

.animated-top-strip {
	background-color: #1a1a1a;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(1, 163, 212, 0.15) 50%, rgba(255, 255, 255, 0) 100%);
	background-repeat: no-repeat;
	background-size: 50% 100%;
	animation: stripShimmer 4s infinite linear;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.top-bar-contact-link {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	transition: color 0.3s;
}

.top-bar-contact-link:hover {
	color: var(--primary);
}

.top-bar-social-link {
	width: 26px;
	height: 26px;
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
	font-size: 11px;
	transition: all 0.3s;
}

.top-bar-social-link:hover {
	background: var(--primary);
	color: #fff;
}

.custom-main-logo {
	max-width: 197px;
}

.floating-social {
	position: fixed;
	bottom: 2%;
	left: 4px;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 7px;
	background: rgba(15, 15, 15, 0.6);
	backdrop-filter: blur(20px) saturate(180%);
	-webkit-backdrop-filter: blur(20px) saturate(180%);
	padding: 6px 5px;
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.floating-social a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	font-size: 16px;
	text-decoration: none;
	border-radius: 50%;
	color: #fff;
	transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
	transform-origin: left center;
}

.floating-whatsapp {
	background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
	box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

.floating-call {
	background: var(--primary);
	box-shadow: 0 4px 12px rgba(var(--primary-rgb), 0.4);
}

.floating-mail {
	background: linear-gradient(135deg, #FF512F 0%, #DD2476 100%);
	box-shadow: 0 4px 12px rgba(221, 36, 118, 0.3);
}

.floating-social a:hover {
	transform: scale(1.25) translateX(3px);
	z-index: 10;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.floating-social a::after {
	content: attr(title);
	position: absolute;
	left: 32px;
	background: rgba(20, 20, 20, 0.85);
	color: #fff;
	padding: 5px 12px;
	border-radius: 15px;
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.8) translateX(-15px);
	transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
	pointer-events: none;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.floating-social a:hover::after {
	opacity: 1;
	visibility: visible;
	transform: scale(0.8) translateX(0);
	/* scale down relative to parent's scale(1.25) */
}

@media (max-width: 768px) {
	.floating-social {
		left: 6px;
		padding: 8px 6px;
		gap: 8px;
	}

	.floating-social a {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}

	.floating-social a::after {
		display: none;
	}
}

/* Vertical Enquiry Button */
.vertical-enquiry-btn {
	position: fixed;
	right: -4px;
	bottom: 4%;
	z-index: 9999;
	background: linear-gradient(135deg, var(--primary) 0%, #0056b3 100%);
	color: #fff;
	border: none;
	cursor: pointer;
	border-radius: 20px 0 0 20px;
	box-shadow: -5px 5px 20px rgba(0, 86, 179, 0.4), inset 1px 1px 2px rgba(255, 255, 255, 0.3);
	padding: 16px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	text-decoration: none;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	overflow: hidden;
}

.vertical-enquiry-btn::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
	transform: rotate(45deg) translateX(-100%);
	animation: shineSweep 4s infinite cubic-bezier(0.4, 0, 0.2, 1);
	pointer-events: none;
}

@keyframes shineSweep {
	0% {
		transform: rotate(45deg) translateX(-100%);
	}

	20% {
		transform: rotate(45deg) translateX(100%);
	}

	100% {
		transform: rotate(45deg) translateX(100%);
	}
}

.vertical-enquiry-btn span {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 13px;
	display: flex;
	align-items: center;
	gap: 10px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 2;
}

.vertical-enquiry-btn span .svg-icon {
	transform: rotate(90deg);
	font-size: 15px;
	animation: pulseEnquiryIcon 2.5s infinite;
}

@keyframes pulseEnquiryIcon {
	0% {
		transform: rotate(90deg) scale(1);
	}

	50% {
		transform: rotate(90deg) scale(1.4);
		filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.8));
	}

	100% {
		transform: rotate(90deg) scale(1);
	}
}

.vertical-enquiry-btn:hover {
	right: 0;
	padding-right: 14px;
	background: linear-gradient(135deg, #0056b3 0%, var(--primary) 100%);
	color: #fff;
	box-shadow: -6px 6px 25px rgba(0, 86, 179, 0.6), inset 1px 1px 2px rgba(255, 255, 255, 0.4);
}

@media (max-width: 767.98px) {
	.vertical-enquiry-btn {
		padding: 10px 8px;
		border-radius: 12px 0 0 12px;
	}

	.vertical-enquiry-btn span {
		font-size: 11px;
		letter-spacing: 1px;
		gap: 6px;
	}

	.vertical-enquiry-btn span .svg-icon {
		font-size: 13px;
	}
}

/* Modern Offcanvas Form */
.modern-offcanvas {
	border-left: 1px solid rgba(255, 255, 255, 0.9);
	box-shadow: -30px 0 80px rgba(0, 0, 0, 0.12);
	z-index: 100000 !important;
	width: 375px !important;
	max-width: 100vw;
	background: rgba(255, 255, 255, 0.85) !important;
	backdrop-filter: blur(40px) saturate(150%);
	-webkit-backdrop-filter: blur(40px) saturate(150%);
}

.modern-offcanvas .offcanvas-header {
	background-color: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	padding: 0.8rem 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.modern-close-btn {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.05);
	font-size: 1rem;
	color: #555;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.modern-close-btn:hover {
	color: #fff;
	background: linear-gradient(135deg, #FF512F 0%, #DD2476 100%);
	transform: rotate(90deg) scale(1.1);
	box-shadow: 0 8px 20px rgba(221, 36, 118, 0.3);
	border: none;
}

.modern-offcanvas .offcanvas-title {
	font-weight: 800;
	color: #1a1a1a;
	letter-spacing: -0.5px;
	font-size: 1.6rem;
}

.modern-offcanvas .offcanvas-body {
	padding: 0.8rem 1.4rem;
}

.modern-offcanvas p.text-muted {
	font-size: 0.95rem !important;
	color: #666 !important;
	line-height: 1.6;
	margin-bottom: 2rem !important;
}

.input-icon-group {
	position: relative;
	display: flex;
	align-items: center;
}

.input-icon-group .input-icon {
	position: absolute !important;
	left: 14px;
	color: #94a3b8;
	font-size: 1.1rem;
	transition: all 0.3s ease;
	pointer-events: none;
	z-index: 2;
	top: 50% !important;
	transform: translateY(-50%);
}

.input-icon-group .textarea-icon {
	top: 12px;
}

.modern-form .form-label {
	font-size: 0.85rem;
	font-weight: 700;
	color: #475569;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 0.4rem;
	display: block;
}

.modern-form .form-control,
.modern-form .form-select {
	border: 1.5px solid #e2e8f0;
	border-radius: 8px;
	padding: 0.65rem 1rem 0.65rem 2.6rem;
	font-size: 0.95rem;
	color: #1e293b;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	background-color: #f8fafc;
	box-shadow: none;
	width: 100%;
}

.modern-form .form-control:focus,
.modern-form .form-select:focus {
	background-color: #ffffff;
	border-color: var(--primary);
	box-shadow: 0 0 0 4px rgba(1, 163, 212, 0.12), 0 10px 25px -5px rgba(1, 163, 212, 0.1);
	outline: none;
	transform: translateY(-2px);
}

.input-icon-group:focus-within .input-icon {
	color: var(--primary);
	transform: scale(1.15);
}

.modern-form .btn-submit {
	background: var(--primary);
	background: linear-gradient(135deg, var(--primary) 0%, #017a9e 100%);
	color: #ffffff !important;
	border: none;
	outline: none;
	border-radius: 12px;
	padding: 14px 20px;
	font-weight: 700;
	font-size: 0.95rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	box-shadow: 0 6px 20px rgba(1, 163, 212, 0.35);
	transition: all 0.3s ease;
	width: 100%;
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.modern-form .btn-submit i {
	transition: transform 0.3s ease;
}

.modern-form .btn-submit:hover {
	background: linear-gradient(135deg, #017a9e 0%, var(--primary) 100%);
	color: #ffffff !important;
	box-shadow: 0 8px 25px rgba(1, 163, 212, 0.5);
	transform: translateY(-2px);
}

.modern-form .btn-submit:hover i {
	transform: translateX(4px);
}

.f-logo img {
	width: 270px;
}

/* Google Translate Customization */

/* Hide top banner iframe completely */

/* Fix body shift */
body {
	top: 0px !important;
}

/* Burger Menu Toggle Animation */
.burger-menu {
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	animation: pulse-border 2s infinite;
	position: relative;
	overflow: hidden;
}

.burger-menu:hover {
	transform: scale(1.05);
	box-shadow: 0 5px 15px rgba(1, 163, 212, 0.4);
}

/* Custom Dot Grid Menu */

/* Delay for each dot to create a wave effect */

@keyframes dot-jump {

	0%,
	100% {
		transform: translateY(0) scale(1);
	}

	50% {
		transform: translateY(-3px) scale(1.3);
		background-color: rgba(255, 255, 255, 0.7);
	}
}

/* Hover burst effect */

@keyframes pulse-border {
	0% {
		box-shadow: 0 0 0 0 rgba(1, 163, 212, 0.6);
	}

	70% {
		box-shadow: 0 0 0 12px rgba(1, 163, 212, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(1, 163, 212, 0);
	}
}

/* Premium Active Nav Link Styling */
.navbar-nav .nav-link.active {
	color: var(--primary) !important;
	font-weight: 700 !important;
	position: relative;
}

 

/* Mobile active background */
@media (max-width: 991.98px) {
	.offcanvas-body .navbar-nav .nav-link.active {
		background: linear-gradient(90deg, rgba(1, 163, 212, 0.15) 0%, transparent 100%);
		border-left: 4px solid var(--primary);
		padding-left: 16px !important;
		border-radius: 0 6px 6px 0;
	}
}

/* Custom Header Fix */
.header .header-wrapper {
	position: relative !important;
}

/* Simple Hero Slider Settings */
.hero-slider-sec {
	width: 100%;
	overflow: hidden;
	position: relative;
}

/* Modern Ken Burns Zoom Animation & Overlay */
.hero-slider-sec .swiper-slide {
	overflow: hidden;
	position: relative;
}

.hero-slider-sec .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* Ultra-Modern Slider Arrows */
.hero-slider-sec .swiper-button-next,
.hero-slider-sec .swiper-button-prev {
	width: 35px;
	height: 35px;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	color: #fff !important;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Positioning slightly inward for better framing */
.hero-slider-sec .swiper-button-prev {
	left: 20px;
}

.hero-slider-sec .swiper-button-next {
	right: 20px;
}

/* Sleeker default Swiper icons */
.hero-slider-sec .swiper-button-next::after,
.hero-slider-sec .swiper-button-prev::after {
	font-size: 12px;
	font-weight: 400;
	/* Thinner, elegant icon */
}

.hero-slider-sec .swiper-button-next:hover,
.hero-slider-sec .swiper-button-prev:hover {
	background: linear-gradient(135deg, #ff8c00 0%, #ff4500 100%);
	border-color: transparent;
	transform: scale(1.15);
	box-shadow: 0 8px 20px rgba(255, 140, 0, 0.4);
	color: #fff !important;
}

/* Equipment Categories Button Modern Design */
.category-item .product-cta .btn {
	border-radius: 25px !important;
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.5px;
	padding: 8px 20px !important;
	font-weight: 700 !important;
}

/* Explore Button */
.category-item .product-cta .btn-outline-dark {
	border: 1.5px solid var(--theme-border) !important;
	color: var(--headings-color) !important;
	background: #f8f9fa !important;
}

.category-item .product-cta .btn-outline-dark:hover {
	background: var(--headings-color) !important;
	color: #fff !important;
	border-color: var(--headings-color) !important;
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* Enquiry Button */
.category-item .product-cta .btn-primary {
	background: linear-gradient(135deg, var(--primary) 0%, #0056b3 100%) !important;
	border: none !important;
	box-shadow: 0 4px 15px rgba(1, 163, 212, 0.3);
}

.category-item .product-cta .btn-primary:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(1, 163, 212, 0.5);
}

.category-item .product-cta .btn-primary i {
	transition: transform 0.3s ease;
}

.category-item .product-cta .btn-primary:hover i {
	transform: translateX(4px);
}

/* Modern Modal & Premium Inputs */
.premium-input {
	background-color: #f8f9fa;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	font-size: 14px;
	transition: all 0.3s ease;
	box-shadow: none;
}

.premium-input:focus {
	background-color: #fff;
	border-color: #ff8c00;
	box-shadow: 0 0 0 4px rgba(255, 140, 0, 0.15);
	outline: none;
}

/* Ultra Modern Modal Animation */
.modal.fade .modal-dialog {
	transform: perspective(1000px) rotateX(-10deg) translateY(50px) scale(0.95);
	transform-origin: center bottom;
	transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.modal.show .modal-dialog {
	transform: perspective(1000px) rotateX(0deg) translateY(0) scale(1);
}

/* Custom Hamburger Menu */
.custom-hamburger {
	border: none;
	cursor: pointer;
	gap: 5px;
	padding: 0;
}

.custom-hamburger span {
	display: block;
	width: 22px;
	height: 2px;
	background-color: #fff;
	transition: all 0.3s ease-in-out;
	border-radius: 0px;
}

.custom-hamburger .short-line {
	width: 16px;
	align-self: flex-start;
	margin-left: 13.5px;
}

/* Hover Animation */
.custom-hamburger:hover .short-line {
	width: 24px;
	margin-left: 13.5px;
}

.custom-hamburger:hover span:nth-child(1) {
	transform: translateY(-2px);
}

.custom-hamburger:hover span:nth-child(3) {
	transform: translateY(2px);
}

/* Footer Certification Logos */

/* Custom Button Primary */
.btn-primary {
	background-color: var(--primary) !important;
	border-color: var(--primary) !important;
	color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #062b3a !important;
	border-color: #062b3a !important;
	color: #fff !important;
}

/* Typography */

/* Counter Stats Section */

/* Map Container & Dots Animation */

/* Working Map Image Link */

/* Pulsing Animation for Dots */

@keyframes wsatw-pulse-animation {
	0% {
		transform: scale(1);
		opacity: 0.8;
	}

	100% {
		transform: scale(3.5);
		opacity: 0;
	}
}

/* Accurate Dot Positions based on US Map */

/* New York area */

/* Florida area */

/* Texas area */

/* California area */

/* Washington state area */

/* Midwest area */

/* Custom Dropdown and Submenu Styles */
.nav-item.dropdown:hover>.dropdown-menu {
	display: block !important;
	margin-top: 0;
	z-index: 1050;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	display: none !important;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1060;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block !important;
}

.dropdown-item {
	transition: all 0.2s;
}

.dropdown-item:hover {
	background-color: #eff6ff;
	padding-left: 1.5rem !important;
	color: var(--bs-primary) !important;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	display: none !important;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1060;
	transition: opacity 0.2s, visibility 0.2s;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	pointer-events: auto !important;
}

/* Modern Carousel Arrows */
.modern-carousel-arrow {
	width: 10%;
	opacity: 0.8;
	transition: all 0.3s ease;
}

.modern-carousel-arrow:hover {
	opacity: 1;
}

.modern-carousel-arrow .arrow-circle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.modern-carousel-arrow:hover .arrow-circle {
	background: var(--light-green, #7ED957);
	border-color: var(--light-green, #7ED957);
	transform: scale(1.15);
	box-shadow: 0 8px 25px rgba(126, 217, 87, 0.5);
	color: #fff;
}

/* Ensure parent dropdown doesn't clip absolute children */
.nav-item.dropdown>.dropdown-menu {
	overflow: visible !important;
}

/* Modern Testimonial Card */
.testimonial-sec {
	background-color: #f8f9fa;
}

.testimonial-card {
	background: #ffffff;
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
	position: relative;
	margin: 20px 10px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: 100%;
}

.testimonial-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.testimonial-card .google-review-icon {
	position: absolute;
	top: 30px;
	right: 30px;
}

.testimonial-card .quote-icon {
	font-size: 40px;
	color: rgba(126, 217, 87, 0.2);
	margin-bottom: 20px;
}

.testimonial-card .feedback-text {
	font-size: 16px;
	font-style: italic;
	color: #555;
	line-height: 1.8;
	margin-bottom: 30px;
}

.testimonial-card .client-info {
	display: flex;
	align-items: center;
	gap: 20px;
}

.testimonial-card .client-details .client-name {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: 700;
	color: var(--headings-color);
}

.testimonial-card .client-details .client-designation {
	font-size: 13px;
	color: var(--primary);
	font-weight: 600;
}

.category-sec {
	background: #008dd317 !important;
}

.modern-overlay-card {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	height: 350px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	transition: all 0.4s ease;
	cursor: pointer;
}

.modern-overlay-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.modern-overlay-card:hover img {
	transform: scale(1.1);
}

.modern-overlay-card .card-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.2) 50%, transparent 100%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 18px 14px;
	transition: all 0.4s ease;
}

.modern-overlay-card .card-overlay h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0;
	transition: transform 0.4s ease;
}

.modern-overlay-card:hover .card-overlay h3 {
	transform: translateY(-10px);
}

.modern-overlay-card .modern-arrow {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 45px;
	height: 45px;
	background: var(--primary);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transform: translateX(20px);
	transition: all 0.4s ease;
}

.modern-overlay-card:hover .modern-arrow {
	opacity: 1;
	transform: translateX(0);
}

.modern-overlay-card .card-sub {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-bottom: 0;
	display: block;
	transition: transform 0.4s ease;
}

.modern-overlay-card:hover .card-sub {
	transform: translateY(-10px);
}

.footer-widget .f-logo img {
 	width: 210px;
}

/* Custom Background Classes */
.custom-bg-stat {
	position: relative;
	overflow: hidden;
	background-image: url('../images/stat-bg.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

.custom-bg-cta {
	position: relative;
	overflow: hidden;
	background-image: url('../images/cta-bg.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

.custom-bg-footer {
	position: relative;
	overflow: hidden;
	background-image: url('../images/footer-bg.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	z-index: 0;
}

.custom-footer-overlay {
	background-color: rgba(5, 20, 50, 0.85) !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.custom-footer-container {
	position: relative;
	z-index: 2;
}

.custom-footer-bottom {
	position: relative;
	z-index: 2;
	background-color: #020a17;
}

/* SVG Icon Sprite Styling */
.svg-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: currentColor;
	vertical-align: -0.125em;
	transition: all 0.2s;
}

.svg-icon.small {
	font-size: 0.875em;
}

.svg-icon.me-2 {
	margin-right: 0.5rem;
}

.svg-icon.ms-1 {
	margin-left: 0.25rem;
}

.svg-icon.ms-2 {
	margin-left: 0.5rem;
}

/* Hide FontAwesome Pseudo Elements */
.swiper-button-next:after,
.swiper-button-prev:after,
.navbar .dropdown .dropdown-toggle:after {
	content: none !important;
	display: none !important;
}


/* Style for SVG inside swiper buttons */
.swiper-button-next svg,
.swiper-button-prev svg {
	width: 14px;
	height: 14px;
	fill: currentColor;
	margin: 17px 0;
}

/* Custom utility classes extracted from inline styles */
.dropdown-menu-main {
	border-radius: 12px;
	min-width: 280px;
	padding: 0.5rem;
}

.dropdown-menu-sub {
	border-radius: 12px;
	min-width: 250px;
	padding: 0.5rem;
}

.hero-slide {
	height: 80vh;
	min-height: 500px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.hero-slide-1 {
	background-image: url('../images/s-1.jpg');
}

.hero-slide-2 {
	background-image: url('../images/s-3.jpg');
}

.hero-slide-3 {
	background-image: url('../images/s-2.jpg');
}

/* Mobile Hero Slides */
.hero-slide-mobile-1 {
	background-image: url('../images/mobile-s-1.jpg');
}

.hero-slide-mobile-2 {
	background-image: url('../images/mobile-s-3.jpg');
}

.hero-slide-mobile-3 {
	background-image: url('../images/mobile-s-2.jpg');
}

.btn-primary-bg {
	background: var(--primary) !important;
}

.avatar-initial {
	padding: 10px 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	font-weight: bold;
	color: white;
}

.avatar-pink {
	background-color: #e91e63;
}

.avatar-indigo {
	background-color: #3f51b5;
}

.avatar-teal {
	background-color: #009688;
}

.avatar-primary {
	background-color: #0d6efd;
}

.avatar-secondary {
	background-color: #6c757d;
}

.avatar-success {
	background-color: #198754;
}

.avatar-danger {
	background-color: #dc3545;
}

.avatar-warning {
	background-color: #ffc107;
	color: #000;
}

.avatar-info {
	background-color: #0dcaf0;
	color: #000;
}

.modal-content-custom {
	border-radius: 20px;
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
	border-top: 5px solid #ff8c00 !important;
}

.modal-title-custom {
	color: var(--headings-color);
}

.modal-text-sm {
	font-size: 14px;
}

.textarea-fixed-height {
	height: 100px;
}

.btn-submit-gradient {
	border-radius: 30px;
	background: linear-gradient(135deg, #ff8c00 0%, #ff4500 100%);
	border: none;
	box-shadow: 0 8px 20px rgba(255, 140, 0, 0.4);
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.category-item .category-icon svg {
	width: 38px !important;
	height: 38px !important;
}

.svg-icon {
	vertical-align: middle !important;
	position: relative !important;
	top: -1px !important;
}

.avatar-initial {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	font-weight: bold;
	color: white;
}

.avatar-pink {
	background-color: #e91e63;
}

.avatar-indigo {
	background-color: #3f51b5;
}

.avatar-teal {
	background-color: #009688;
}

.avatar-primary {
	background-color: #0d6efd;
}

.avatar-secondary {
	background-color: #6c757d;
}

.avatar-success {
	background-color: #198754;
}

.avatar-danger {
	background-color: #dc3545;
}

.avatar-warning {
	background-color: #ffc107;
	color: #000;
}

.avatar-info {
	background-color: #0dcaf0;
	color: #000;
}


.modal-content-custom {
	border-radius: 20px;
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
	border-top: 5px solid #ff8c00 !important;
}

.modal-title-custom {
	color: var(--headings-color);
}

.modal-text-sm {
	font-size: 14px;
}

.textarea-fixed-height {
	height: 100px;
}

.btn-submit-gradient {
	border-radius: 30px;
	background: linear-gradient(135deg, #ff8c00 0%, #ff4500 100%);
	border: none;
	box-shadow: 0 8px 20px rgba(255, 140, 0, 0.4);
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.footer-social-link {
	width: 36px;
	height: 36px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 16px;
	transition: all 0.3s;
}

.footer-social-link:hover {
	background: var(--primary);
	color: #fff;
}

/* Global Mobile Resets for Spacing and Fonts */
@media (max-width: 767.98px) {
	html {
		font-size: 14.5px !important;
		/* Reduces 1rem from 16px to 14.5px */
	}

	p {
		font-size: 0.95rem !important;
		/* Even smaller paragraph font for mobile */
	}

	/* Reduce Bootstrap Spacing Utilities on Mobile */
	.mb-5,
	.my-5 {
		margin-bottom: 2rem !important;
	}

	.mt-5,
	.my-5 {
		margin-top: 2rem !important;
	}

	.pt-5,
	.py-5 {
		padding-top: 2rem !important;
	}

	.pb-5,
	.py-5 {
		padding-bottom: 2rem !important;
	}

	.mb-4,
	.my-4 {
		margin-bottom: 1.5rem !important;
	}

	.mt-4,
	.my-4 {
		margin-top: 1.5rem !important;
	}

	/* Mobile Headings */
	h1,
	.h1 {
		font-size: 42px !important;
	}

	h2,
	.h2 {
		font-size: 32px !important;
	}

	h3,
	.h3 {
		font-size: 26px !important;
	}

	h4,
	.h4 {
		font-size: 22px !important;
	}

	h5,
	.h5 {
		font-size: 18px !important;
	}

	h6,
	.h6 {
		font-size: 16px !important;
	}

	.sec-title {
		font-size: 32px !important;
	}

	.custom-footer-container .row>div {
		margin-bottom: 1.5rem !important;
	}

	.custom-footer-container .row>div:last-child {
		margin-bottom: 0 !important;
	}

	.footer-widget {
		margin-bottom: 0 !important;
	}

	.footer {
		padding-top: 1.5rem !important;
	}

	.blog-sec.sec-padding {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.category-sec.sec-padding {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.testimonial-sec.sec-padding {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
		margin: 0 !important;
	}

	.cta-txt .btn {
		padding: 8px 10px !important;
		font-size: 12px !important;
	}

	.product-nav {
		padding-top: 20px !important;
	}

	.sec-intro {
		margin-bottom: 25px !important;
	}

	.modern-carousel-arrow .arrow-circle {
		width: 32px !important;
		height: 32px !important;
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
	}

	.modern-carousel-arrow svg {
		width: 14px !important;
		height: 14px !important;
	}

	.header-slider-nav {
		margin-top: 25px !important;
		padding: 10px !important;
	}

	.header-slider-nav .btn {
		padding: 6px 12px !important;
		font-size: 13px !important;
	}

	.header-slider-nav .swiper-button-prev,
	.header-slider-nav .swiper-button-next {
		width: 32px !important;
		height: 32px !important;
	}

	.header-slider-nav .swiper-button-prev svg,
	.header-slider-nav .swiper-button-next svg {
		width: 14px !important;
		height: 14px !important;
	}

	.work-media {
		height: auto !important;
		overflow: hidden !important;
	}

	.work-media img {
		transform: none !important;
		width: 100% !important;
		height: auto !important;
		object-fit: cover !important;
		position: relative !important;
	}

	.work-sec .work-content {
		margin: 25px 15px !important;
	}

	.experience-stat {
		top: 40px !important;
		left: -10px !important;
		text-align: center !important;
		width: 135px !important;
		height: 76px !important;
		border: 3px solid #fff !important;
		padding: 10px !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important;
	}

	.experience-stat .h2 {
		font-size: 24px !important;
		margin-bottom: 0 !important;
		line-height: 1 !important;
	}

	.experience-stat p {
		font-size: 11px !important;
		line-height: 1.2 !important;
	}

	.stat-sec {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.stat-sec .row {
		margin-left: -4px !important;
		margin-right: -4px !important;
		--bs-gutter-y: 8px !important;
	}

	.stat-sec .col-6 {
		width: 50% !important;
		flex: 0 0 50% !important;
		padding-left: 4px !important;
		padding-right: 4px !important;
		margin-top: 8px !important;
	}

	.stat-card {
		padding: 10px !important;
	}

	.stat-card .h2 {
		font-size: 24px !important;
	}

	.stat-card .stat-title {
		font-size: 12px !important;
	}

	.stat-card .stat-info {
		display: none !important;
	}

	.custom-footer-bottom {
		margin-top: 15px !important;
	}

	.testimonial-sec .review-carousel.pb-5 {
		padding-bottom: 15px !important;
	}

	.testimonial-card {
		padding: 20px !important;
	}

	.post-entry {
		padding: 15px !important;
	}

	.post-entry .h4 {
		margin-bottom: 10px !important;
	}

	.post-entry .post-thumb {
		margin-top: 15px !important;
	}

	* {
		background-attachment: scroll !important;
	}

	body,
	html {
		overflow-x: hidden;
		scroll-behavior: auto !important;
	}
}

.modern-mobile-toggle {
	border: none !important;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
	background: var(--bs-primary) !important;
	border-radius: 8px;
	padding: 12px 14px;
	transition: background 0.3s ease;
}

.modern-mobile-toggle .hamburger-lines {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 16px;
	width: 24px;
}

.modern-mobile-toggle .hamburger-lines .line {
	display: block;
	height: 2px;
	width: 100%;
	border-radius: 10px;
	background: #fff;
	transition: transform 0.3s ease-in-out, width 0.3s ease;
}

.modern-mobile-toggle .hamburger-lines .line2 {
	width: 70%;
	align-self: flex-end;
}

.modern-mobile-toggle:hover .hamburger-lines .line2 {
	width: 100%;
}

.d-block {
	display: block !important;
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
}

@media (max-width: 1199.98px) {
	.dropdown-submenu .dropdown-menu-sub {
		position: static !important;
		box-shadow: none !important;
		padding-left: 15px !important;
		background: transparent !important;
		border-left: 2px solid var(--bs-primary) !important;
		margin-left: 10px !important;
		margin-top: 5px !important;
		display: none;
	}

	.dropdown-submenu:hover .dropdown-menu-sub,
	.dropdown-submenu:focus-within .dropdown-menu-sub {
		display: block !important;
	}
}

.hero-slide-mobile-1 {
	background-image: url('../images/m-1.jpg') !important;
	background-size: 100% 100% !important;
	background-position: center;
	background-repeat: no-repeat;
}

.hero-slide-mobile-2 {
	background-image: url('../images/m-2.jpg') !important;
	background-size: 100% 100% !important;
	background-position: center;
	background-repeat: no-repeat;
}

.hero-slide-mobile-3 {
	background-image: url('../images/m-1.jpg') !important;
	background-size: 100% 100% !important;
	background-position: center;
	background-repeat: no-repeat;
}

.seo-keywords-sec {
	padding: 30px 0;
}

/* SEO Marquee Section */
.seo-marquee-section {
	background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
	position: relative;
}

.ambient-glow-blue {
	position: absolute;
	top: -50%;
	left: -10%;
	width: 400px;
	height: 400px;
	background: rgba(13, 110, 253, 0.15);
	filter: blur(100px);
	border-radius: 50%;
	pointer-events: none;
}

.ambient-glow-purple {
	position: absolute;
	bottom: -50%;
	right: -10%;
	width: 400px;
	height: 400px;
	background: rgba(111, 66, 193, 0.15);
	filter: blur(100px);
	border-radius: 50%;
	pointer-events: none;
}

.seo-marquee-subtitle {
	color: #0d6efd;
	font-size: 0.8rem;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 600;
}

.marquee-container {
	display: flex;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	padding: 10px 0;
}

.marquee-content {
	display: flex;
	animation: seo-marquee 60s linear infinite;
	gap: 15px;
	padding-left: 15px;
}

.marquee-content:hover {
	animation-play-state: paused;
}

.marquee-item {
	display: inline-flex;
	align-items: center;
	padding: 12px 24px;
	color: #e9ecef;
	font-size: 0.9rem;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 50px;
	transition: all 0.3s ease;
	cursor: default;
	font-weight: 400;
	letter-spacing: 0.5px;
}

.marquee-item:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
	color: #fff;
}

.marquee-item::before {
	content: "#";
	color: #0d6efd;
	margin-right: 8px;
	font-weight: 700;
	font-size: 1rem;
}

@keyframes seo-marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

@keyframes seo-marquee-reverse {
	0% {
		transform: translateX(-50%);
	}

	100% {
		transform: translateX(0);
	}
}

.marquee-content-reverse {
	display: flex;
	animation: seo-marquee-reverse 55s linear infinite;
	gap: 15px;
	padding-left: 15px;
}

.marquee-content-reverse:hover {
	animation-play-state: paused;
}

.marquee-container::before,
.marquee-container::after {
	content: "";
	position: absolute;
	top: 0;
	width: 150px;
	height: 100%;
	z-index: 2;
	pointer-events: none;
}

.marquee-container::before {
	left: 0;
	background: linear-gradient(to right, #0a0a0a 0%, transparent 100%);
}

.marquee-container::after {
	right: 0;
	background: linear-gradient(to left, #1a1a2e 0%, transparent 100%);
}

/* Industry Cards */
.industry-card {
	transition: all 0.3s ease;
	border: 1px solid rgba(0, 0, 0, 0.05);
	cursor: pointer;
}

.industry-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08) !important;
}

.industry-card:hover .card-hover-effect {
	transform: scaleX(1);
}

.industry-card .industry-number {
	transition: all 0.3s ease;
}

.industry-card:hover .industry-number {
	background-color: #0d6efd !important;
	color: #fff !important;
}

/* Premium Liquid Aqua Industries Section */
.premium-ind-section {
	background-color: #f8faff;
	position: relative;
	padding: 41px 0;
	overflow: hidden;
}

.premium-ind-bg-shape {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	background: radial-gradient(circle at 15% 50%, rgba(13, 110, 253, 0.06), transparent 25%),
		radial-gradient(circle at 85% 30%, rgba(0, 242, 254, 0.06), transparent 25%);
	z-index: 0;
	pointer-events: none;
}

.premium-ind-card {
    margin-bottom: 2rem;
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
     box-shadow: 0 10px 30px rgba(13, 110, 253, 0.04);
    border: 1px solid rgba(13, 110, 253, 0.03);
}

.premium-ind-card::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: linear-gradient(90deg, #0d6efd 0%, #00f2fe 100%);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.5s ease;
}

.premium-ind-card:hover {
	transform: translateY(-12px);
	box-shadow: 0 20px 40px rgba(13, 110, 253, 0.12);
}

.premium-ind-card:hover::after {
	transform: scaleX(1);
}

.premium-ind-number {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 80px;
	font-weight: 900;
	color: #f1f5f9;
	line-height: 0.8;
	transition: all 0.5s ease;
	z-index: 0;
}

.premium-ind-card:hover .premium-ind-number {
	color: rgba(13, 110, 253, 0.08);
	transform: scale(1.1) rotate(5deg);
}

.premium-ind-content {
	position: relative;
	z-index: 2;
}

.premium-ind-title {
	color: #1e293b;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 15px;
	transition: color 0.3s ease;
}

.premium-ind-card:hover .premium-ind-title {
	color: #0d6efd;
}

.premium-ind-text {
	color: #64748b;
	font-size: 0.95rem;
	line-height: 1.6;
	margin: 0;
}

.premium-ind-icon-box {
	width: 70px;
	height: 70px;
	border-radius: 16px;
	background: #f1f5f9;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	transition: all 0.5s ease;
}

.premium-ind-icon-box svg {
	width: 32px;
	height: 32px;
	fill: #0d6efd;
	transition: all 0.5s ease;
}

.premium-ind-card:hover .premium-ind-icon-box {
	background: linear-gradient(135deg, #0d6efd 0%, #00f2fe 100%);
	border-radius: 50%;
	transform: rotateY(180deg);
}

.premium-ind-card:hover .premium-ind-icon-box svg {
	fill: #ffffff;
}

/* Premium Breadcrumb Strip */
.premium-breadcrumb-strip {
	background-color: #f8f9fa;
	padding: 1rem 0;
	border-bottom: 1px solid #e2e8f0;
}

.premium-breadcrumb-title {
	font-size: 1.25rem;
	font-weight: 700;
	color: #1e293b;
	margin: 0;
}

.premium-breadcrumb-strip .breadcrumb {
	font-size: 0.9rem;
	font-weight: 500;
	margin-bottom: 0;
}

.premium-breadcrumb-strip .breadcrumb-item a {
	color: #0d6efd;
	text-decoration: none;
	transition: color 0.3s ease;
}

.premium-breadcrumb-strip .breadcrumb-item a:hover {
	color: #004ecc;
}

.premium-breadcrumb-strip .breadcrumb-item.active {
	color: #64748b;
}

/* Premium FAQ Accordion */
.premium-faq-sec {
	background-color: #ffffff;
}

.premium-accordion .accordion-item {
	border: none;
	border-radius: 12px;
	margin-bottom: 1rem;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
	overflow: hidden;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.premium-accordion .accordion-button {
	font-weight: 600;
	font-size: 1.1rem;
	color: #1e293b;
	padding: 1.25rem 1.5rem;
	background-color: #fff;
	box-shadow: none !important;
}

.premium-accordion .accordion-button:not(.collapsed) {
	color: #0d6efd;
	background-color: #f8faff;
	border-bottom: 1px solid rgba(13, 110, 253, 0.1);
}

.premium-accordion .accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231e293b'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
	transition: all 0.3s ease;
}

.premium-accordion .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.premium-accordion .accordion-body {
	color: #64748b;
	line-height: 1.7;
	padding: 1.5rem;
	font-size: 0.95rem;
}

/* Dual-Tier Breadcrumb */
.custom-dual-breadcrumb {
	width: 100%;
}

.breadcrumb-top-tier {
	background-color: #f6efe9;
	padding: 12px 0;
}

.breadcrumb-top-tier .breadcrumb {
	font-size: 0.9rem;
	font-weight: 500;
}

.breadcrumb-top-tier .breadcrumb-item a {
	color: #6c757d;
	text-decoration: none;
	transition: color 0.3s ease;
}

.breadcrumb-top-tier .breadcrumb-item a:hover {
	color: #a32025;
}

.breadcrumb-top-tier .breadcrumb-item.active {
	color: #1e293b;
	font-weight: 600;
}

.breadcrumb-bottom-tier {
	background-color: #a32025;
	padding: 25px 0;
}

.breadcrumb-bottom-tier .page-title {
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: 500;
	margin: 0;
}

/* Premium Hero Breadcrumb */
.premium-hero-breadcrumb {
	position: relative;
	background-image: url('../images/about.jpg');
	background-size: cover;
	background-position: center;
	padding: 100px 0;
	text-align: center;
}

.premium-breadcrumb-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 0;
}

.premium-breadcrumb-title {
	color: #ffffff;
	font-size: 2.5rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}


/* =========================================
   UNIQUE FAQ SECTION
   PREFIX: wmxfaq-
========================================= */

.wmxfaq-main-section {
	padding: 41px 12px;
	background: #f7f8fc;
	overflow: hidden;
}

.wmxfaq-wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 70px;
}


/* =========================================
   LEFT CONTENT
========================================= */

.wmxfaq-left-content {
	width: 42%;
}

.wmxfaq-tag {
	display: inline-block;
	padding: 9px 18px;
	border-radius: 50px;
	background: #eaf2ff;
	color: #1769e0;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.wmxfaq-main-title {
	margin: 20px 0;
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
	color: #171717;
}

.wmxfaq-main-title span {
	display: block;
	color: #1769e0;
}

.wmxfaq-main-description {
	margin: 0;
	color: #6b7280;
	font-size: 16px;
	line-height: 1.8;
}


/* =========================================
   SUPPORT BOX
========================================= */

.wmxfaq-support-box {
	position: relative;
	overflow: hidden;
	margin-top: 35px;
	padding: 35px;
	border-radius: 24px;
	background: linear-gradient(135deg, #1769e0, #5b35d5);
	color: #ffffff;
}

.wmxfaq-support-box::before {
	content: "";
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	top: -70px;
	right: -60px;
}

.wmxfaq-support-box h3 {
	position: relative;
	z-index: 1;
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: 700;
}

.wmxfaq-support-box p {
	position: relative;
	z-index: 1;
	margin: 0 0 22px;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.7;
}

.wmxfaq-support-btn {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 13px 22px;
	background: #ffffff;
	color: #1769e0;
	text-decoration: none;
	font-weight: 700;
	border-radius: 50px;
	transition: all 0.3s ease;
}

.wmxfaq-support-btn:hover {
	background: #171717;
	color: #ffffff;
	transform: translateY(-2px);
}


/* =========================================
   FAQ RIGHT SIDE
========================================= */

.wmxfaq-right-content {
	width: 58%;
}


/* FAQ ITEM */

.wmxfaq-item {
	margin-bottom: 18px;
	background: #ffffff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease;
}

.wmxfaq-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 35px rgba(23, 105, 224, 0.12);
}


/* FAQ BUTTON */

.wmxfaq-question {
	width: 100%;
	min-height: 78px;
	padding: 20px 25px;
	border: none;
	outline: none;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	text-align: left;
	cursor: pointer;
	color: #202020;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.5;
	transition: all 0.3s ease;
}


/* PLUS ICON */

.wmxfaq-icon {
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	border-radius: 50%;
	background: #edf4ff;
	color: #1769e0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	font-weight: 400;
	line-height: 1;
	transition: all 0.3s ease;
}


/* =========================================
   BOOTSTRAP COLLAPSE FIX
========================================= */

/* Default: All FAQ Closed */

.wmxfaq-right-content .collapse:not(.show) {
	display: none !important;
}

/* Open FAQ */

.wmxfaq-right-content .collapse.show {
	display: block !important;
}

/* Bootstrap Animation State */

.wmxfaq-right-content .collapsing {
	display: block !important;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}


/* =========================================
   ACTIVE FAQ
========================================= */

.wmxfaq-question:not(.collapsed) {
	color: #1769e0;
}

.wmxfaq-question:not(.collapsed) .wmxfaq-icon {
	background: #1769e0;
	color: #ffffff;
	transform: rotate(45deg);
}


/* FAQ ANSWER */

.wmxfaq-answer {
	padding: 0 70px 28px 25px;
	color: #6b7280;
	font-size: 15px;
	line-height: 1.8;
}


/* =========================================
   RESPONSIVE - TABLET
========================================= */

@media (max-width: 991px) {

	.wmxfaq-wrapper {
		flex-direction: column;
		align-items: stretch;
		gap: 50px;
	}

	.wmxfaq-left-content,
	.wmxfaq-right-content {
		width: 100%;
	}

	.wmxfaq-main-title {
		font-size: 40px;
	}

}


/* =========================================
   RESPONSIVE - MOBILE
========================================= */

@media (max-width: 767px) {

	.wmxfaq-main-section {
		padding: 70px 15px;
	}

	.wmxfaq-main-title {
		font-size: 34px;
	}

	.wmxfaq-support-box {
		padding: 28px 22px;
		border-radius: 20px;
	}

	.wmxfaq-question {
		min-height: auto;
		padding: 18px;
		font-size: 15px;
		gap: 15px;
	}

	.wmxfaq-answer {
		padding: 0 55px 22px 18px;
		font-size: 14px;
	}

}


/* =========================================
   RESPONSIVE - SMALL MOBILE
========================================= */

@media (max-width: 480px) {

	.wmxfaq-main-title {
		font-size: 28px;
	}

	.wmxfaq-tag {
		font-size: 11px;
		padding: 8px 14px;
	}

	.wmxfaq-icon {
		width: 28px;
		height: 28px;
		font-size: 20px;
	}

	.wmxfaq-support-box h3 {
		font-size: 21px;
	}

}

/* =========================================
   WHY CHOOSE US
   Unique Prefix: wmwhyx-
========================================= */

.wmwhyx-section {
	padding: 40px 12px;
	background: #f7f8fc;
	overflow: hidden;
}

.wmwhyx-wrapper {
	max-width: 1200px;
	margin: 0 auto;

	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 70px;
}


/* =========================================
   LEFT CONTENT
========================================= */

.wmwhyx-content {
	width: 42%;
}

.wmwhyx-tag {
	display: inline-block;
	padding: 9px 18px;

	background: #eaf2ff;
	color: #1769e0;

	border-radius: 50px;

	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
}

.wmwhyx-title {
	margin: 20px 0;

	font-size: 48px;
	line-height: 1.2;

	font-weight: 700;
	color: #171717;
}

.wmwhyx-title span {
	display: block;
	color: #1769e0;
}

.wmwhyx-description {
	margin: 0 0 30px;

	color: #6b7280;

	font-size: 16px;
	line-height: 1.8;
}

.wmwhyx-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;

	padding: 14px 26px;

	background: #1769e0;
	color: #ffffff;

	border-radius: 50px;

	text-decoration: none;

	font-weight: 700;

	transition: 0.3s ease;
}

.wmwhyx-btn:hover {
	background: #171717;
	transform: translateY(-3px);
}


/* =========================================
   RIGHT CARDS
========================================= */

.wmwhyx-cards {
	width: 58%;

	display: grid;
	grid-template-columns: repeat(2, 1fr);

	gap: 20px;
}

.wmwhyx-card {
	position: relative;

	padding: 30px;

	background: #ffffff;

	border-radius: 20px;

	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);

	transition: all 0.35s ease;

	overflow: hidden;
}

.wmwhyx-card::before {
	content: "";

	position: absolute;

	width: 120px;
	height: 120px;

	border-radius: 50%;

	background: rgba(23, 105, 224, 0.06);

	top: -50px;
	right: -50px;

	transition: 0.4s ease;
}

.wmwhyx-card:hover {
	transform: translateY(-8px);

	box-shadow: 0 20px 45px rgba(23, 105, 224, 0.15);
}

.wmwhyx-card:hover::before {
	transform: scale(1.5);
}


/* Number */

.wmwhyx-number {
	width: 55px;
	height: 55px;

	display: flex;
	align-items: center;
	justify-content: center;

	margin-bottom: 22px;

	border-radius: 16px;

	background: linear-gradient(135deg, #1769e0, #5b35d5);

	color: #ffffff;

	font-size: 18px;
	font-weight: 700;

	position: relative;
	z-index: 1;
}


/* Card Content */

.wmwhyx-card-content {
	position: relative;
	z-index: 1;
}

.wmwhyx-card-content h3 {
	margin: 0 0 12px;

	font-size: 20px;
	font-weight: 700;

	color: #171717;
}

.wmwhyx-card-content p {
	margin: 0;

	color: #6b7280;

	font-size: 14px;
	line-height: 1.8;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

	.wmwhyx-wrapper {
		flex-direction: column;
		align-items: flex-start;
		gap: 50px;
	}

	.wmwhyx-content,
	.wmwhyx-cards {
		width: 100%;
	}

	.wmwhyx-title {
		font-size: 40px;
	}

}


@media (max-width: 767px) {

	.wmwhyx-section {
		padding: 70px 15px;
	}

	.wmwhyx-title {
		font-size: 34px;
	}

	.wmwhyx-cards {
		grid-template-columns: 1fr;
	}

	.wmwhyx-card {
		padding: 25px;
	}

}


@media (max-width: 480px) {

	.wmwhyx-title {
		font-size: 28px;
	}

	.wmwhyx-tag {
		font-size: 11px;
		padding: 8px 14px;
	}

	.wmwhyx-card-content h3 {
		font-size: 18px;
	}

}

/* =========================================
   CONTACT US SECTION
   UNIQUE PREFIX: wmxcontact-
========================================= */

.wmxcontact-section {
	padding: 45px 20px;
	background: #f7f8fc;
	overflow: hidden;
}

.wmxcontact-wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}


/* =========================================
   TOP HEADING
========================================= */

.wmxcontact-heading-box {
	max-width: 700px;
	margin: 0 auto 60px;
	text-align: center;
}

.wmxcontact-tag {
	display: inline-block;
	padding: 9px 18px;
	border-radius: 50px;
	background: #eaf2ff;
	color: #1769e0;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.wmxcontact-title {
	margin: 0 0;
	color: #171717;
	font-size: 50px;
	line-height: 1.2;
	font-weight: 700;
}

.wmxcontact-title span {
	color: #1769e0;
}

.wmxcontact-description {
	margin: 0;
	color: #6b7280;
	font-size: 16px;
	line-height: 1.8;
}


/* =========================================
   MAIN GRID
========================================= */

.wmxcontact-grid {
	display: flex;
	align-items: stretch;
	gap: 30px;
}


/* =========================================
   LEFT CONTACT INFORMATION
========================================= */

.wmxcontact-info {
	width: 40%;
	padding: 45px;
	border-radius: 24px;
	background: linear-gradient(135deg, #1769e0, #5638d5);
	color: #ffffff;
	position: relative;
	overflow: hidden;
}

.wmxcontact-info::before {
	content: "";
	position: absolute;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.07);
	top: -100px;
	right: -100px;
}

.wmxcontact-info h2 {
	position: relative;
	z-index: 1;
	margin: 0 0 12px;
	font-size: 32px;
	font-weight: 700;
}

.wmxcontact-info>p {
	position: relative;
	z-index: 1;
	margin: 0 0 35px;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.8;
}


/* Contact Items */

.wmxcontact-info-item {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 28px;
}

.wmxcontact-info-icon {
	width: 48px;
	height: 48px;
	flex-shrink: 0;

	display: flex;
	align-items: center;
	justify-content: center;

	border-radius: 14px;

	background: rgba(255, 255, 255, 0.15);

	font-size: 21px;
}

.wmxcontact-info-text {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.wmxcontact-info-text span {
	color: rgba(255, 255, 255, 0.65);
	font-size: 13px;
}

.wmxcontact-info-text a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}

.wmxcontact-info-text p {
	margin: 0;
	color: #ffffff;
	line-height: 1.6;
	font-size: 15px;
}


/* Bottom Highlight */

.wmxcontact-highlight-box {
	position: relative;
	z-index: 1;

	margin-top: 40px;
	padding: 22px;

	display: flex;
	gap: 14px;

	border-radius: 18px;

	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.wmxcontact-highlight-icon {
	font-size: 25px;
}

.wmxcontact-highlight-box h3 {
	margin: 0 0 7px;
	font-size: 17px;
}

.wmxcontact-highlight-box p {
	margin: 0;
	color: rgba(255, 255, 255, 0.75);
	font-size: 13px;
	line-height: 1.6;
}


/* =========================================
   RIGHT FORM
========================================= */

.wmxcontact-form-box {
	width: 60%;
	padding: 45px;
	background: #ffffff;
	border-radius: 24px;
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
}

.wmxcontact-form-heading {
	margin-bottom: 30px;
}

.wmxcontact-form-heading h2 {
	margin: 0 0 8px;
	color: #171717;
	font-size: 30px;
	font-weight: 700;
}

.wmxcontact-form-heading p {
	margin: 0;
	color: #6b7280;
	font-size: 15px;
}


/* Form Row */

.wmxcontact-form-row {
	display: flex;
	gap: 20px;
}

.wmxcontact-form-row .wmxcontact-field {
	width: 50%;
}


/* Fields */

.wmxcontact-field {
	margin-bottom: 15px;
}

.wmxcontact-field label {
	display: block;
	margin-bottom: 8px;

	color: #303030;
	font-size: 14px;
	font-weight: 600;
}

.wmxcontact-field input,
.wmxcontact-field textarea {
	width: 100%;
	box-sizing: border-box;

	padding: 12px 15px;

	border: 1px solid #e3e6ed;
	border-radius: 12px;

	outline: none;

	background: #fafbfc;

	color: #171717;
	font-size: 14px;

	font-family: inherit;

	transition: all 0.3s ease;
}

.wmxcontact-field input:focus,
.wmxcontact-field textarea:focus {
	border-color: #1769e0;
	background: #ffffff;
	box-shadow: 0 0 0 4px rgba(23, 105, 224, 0.08);
}

.wmxcontact-field textarea {
	height: 100px;
	resize: vertical;
}


/* Submit Button */

.wmxcontact-submit-btn {
	width: 100%;

	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;

	padding: 16px 25px;

	border: none;
	border-radius: 12px;

	background: linear-gradient(135deg, #1769e0, #5638d5);
	color: #ffffff;

	font-size: 15px;
	font-weight: 700;

	cursor: pointer;

	transition: all 0.3s ease;
}

.wmxcontact-submit-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 25px rgba(23, 105, 224, 0.25);
}


/* =========================================
   TABLET RESPONSIVE
========================================= */

@media (max-width: 991px) {

	.wmxcontact-grid {
		flex-direction: column;
	}

	.wmxcontact-info,
	.wmxcontact-form-box {
		width: 100%;
		box-sizing: border-box;
	}

	.wmxcontact-title {
		font-size: 42px;
	}

}


/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media (max-width: 767px) {

	.wmxcontact-section {
		padding: 70px 15px;
	}

	.wmxcontact-heading-box {
		margin-bottom: 40px;
	}

	.wmxcontact-title {
		font-size: 34px;
	}

	.wmxcontact-info,
	.wmxcontact-form-box {
		padding: 30px 22px;
		border-radius: 20px;
	}

	.wmxcontact-form-row {
		flex-direction: column;
		gap: 0;
	}

	.wmxcontact-form-row .wmxcontact-field {
		width: 100%;
	}

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

	.wmxcontact-title {
		font-size: 28px;
	}

	.wmxcontact-tag {
		font-size: 11px;
		padding: 8px 14px;
	}

	.wmxcontact-info h2,
	.wmxcontact-form-heading h2 {
		font-size: 25px;
	}

	.wmxcontact-highlight-box {
		flex-direction: column;
	}

}

/* =========================================
   BLOG LISTING PAGE
   UNIQUE PREFIX: wmxblogx-
========================================= */

.wmxblogx-section {
	padding: 45px 14px;
	background: #f7f8fc;
}

.wmxblogx-wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}


/* =========================================
   BLOG HEADER
========================================= */

.wmxblogx-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 50px;
	margin-bottom: 55px;
}

.wmxblogx-tag {
	display: inline-block;
	padding: 8px 17px;
	border-radius: 50px;
	background: #eaf2ff;
	color: #1769e0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
}

.wmxblogx-title {
	margin: 18px 0 0;
	color: #171717;
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
}

.wmxblogx-title span {
	color: #1769e0;
}

.wmxblogx-intro {
	max-width: 400px;
	margin: 0;
	color: #6b7280;
	font-size: 16px;
	line-height: 1.8;
}


/* =========================================
   FEATURED BLOG
========================================= */

.wmxblogx-featured {
	display: flex;
	align-items: stretch;
	margin-bottom: 60px;
	overflow: hidden;
	border-radius: 25px;
	background: #ffffff;
	box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07);
}

.wmxblogx-featured-image {
	width: 52%;
	min-height: 430px;
	overflow: hidden;
}

.wmxblogx-featured-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.wmxblogx-featured:hover .wmxblogx-featured-image img {
	transform: scale(1.04);
}

.wmxblogx-featured-content {
	width: 48%;
	padding: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.wmxblogx-category {
	width: fit-content;
	padding: 7px 14px;
	border-radius: 50px;
	background: #edf4ff;
	color: #1769e0;
	font-size: 12px;
	font-weight: 700;
}

.wmxblogx-featured-content h2 {
	margin: 20px 0 15px;
	color: #171717;
	font-size: 31px;
	line-height: 1.35;
	font-weight: 700;
}

.wmxblogx-featured-content p {
	margin: 0 0 20px;
	color: #6b7280;
	line-height: 1.8;
	font-size: 15px;
}

.wmxblogx-meta {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 25px;
	color: #8a8f98;
	font-size: 13px;
}

.wmxblogx-read-btn {
	width: fit-content;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 13px 22px;
	border-radius: 50px;
	background: #1769e0;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	transition: 0.3s ease;
}

.wmxblogx-read-btn:hover {
	background: #171717;
	color: #ffffff;
	transform: translateY(-2px);
}


/* =========================================
   BLOG GRID
========================================= */

.wmxblogx-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}


/* =========================================
   BLOG CARD
========================================= */

.wmxblogx-card {
	overflow: hidden;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
	transition: all 0.35s ease;
}

.wmxblogx-card:hover {
	transform: translateY(-7px);
	box-shadow: 0 18px 40px rgba(23, 105, 224, 0.12);
}


/* Card Image */

.wmxblogx-card-image {
	height: 230px;
	position: relative;
	overflow: hidden;
}

.wmxblogx-card-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.wmxblogx-card:hover .wmxblogx-card-image img {
	transform: scale(1.07);
}

.wmxblogx-card-category {
	position: absolute;
	left: 18px;
	bottom: 18px;

	padding: 7px 13px;

	border-radius: 50px;

	background: rgba(255, 255, 255, 0.95);
	color: #1769e0;

	font-size: 11px;
	font-weight: 700;
}


/* Card Content */

.wmxblogx-card-content {
	padding: 25px;
}

.wmxblogx-card-meta {
	margin-bottom: 12px;
	color: #90959d;
	font-size: 12px;
}

.wmxblogx-card-content h3 {
	margin: 0 0 12px;
	color: #171717;
	font-size: 20px;
	line-height: 1.45;
	font-weight: 700;
}

.wmxblogx-card-content p {
	margin: 0 0 18px;
	color: #6b7280;
	font-size: 14px;
	line-height: 1.75;
}

.wmxblogx-card-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;

	color: #1769e0;
	text-decoration: none;

	font-size: 14px;
	font-weight: 700;

	transition: 0.3s ease;
}

.wmxblogx-card-link:hover {
	gap: 13px;
	color: #171717;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

	.wmxblogx-section {
		padding: 80px 20px;
	}

	.wmxblogx-header {
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
	}

	.wmxblogx-title {
		font-size: 40px;
	}

	.wmxblogx-featured {
		flex-direction: column;
	}

	.wmxblogx-featured-image,
	.wmxblogx-featured-content {
		width: 100%;
	}

	.wmxblogx-featured-image {
		height: 380px;
		min-height: auto;
	}

	.wmxblogx-featured-content {
		padding: 40px;
	}

	.wmxblogx-grid {
		grid-template-columns: repeat(2, 1fr);
	}

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

	.wmxblogx-section {
		padding: 65px 15px;
	}

	.wmxblogx-title {
		font-size: 33px;
	}

	.wmxblogx-featured-image {
		height: 280px;
	}

	.wmxblogx-featured-content {
		padding: 30px 25px;
	}

	.wmxblogx-featured-content h2 {
		font-size: 25px;
	}

	.wmxblogx-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

	.wmxblogx-title {
		font-size: 28px;
	}

	.wmxblogx-intro {
		font-size: 14px;
	}

	.wmxblogx-featured-image {
		height: 230px;
	}

	.wmxblogx-featured-content {
		padding: 25px 20px;
	}

	.wmxblogx-featured-content h2 {
		font-size: 22px;
	}

	.wmxblogx-card-image {
		height: 210px;
	}

}

/* =========================================
   BLOG DETAILS PAGE
   UNIQUE PREFIX: wmxbdx-
========================================= */

.wmxbdx-section {
	padding: 90px 20px 110px;
	background: #f7f8fc;
}

.wmxbdx-wrapper {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}


/* =========================================
   BLOG HEADER
========================================= */

.wmxbdx-header {
	max-width: 900px;
	margin: 0 auto 45px;
	text-align: center;
}

.wmxbdx-category {
	display: inline-block;
	padding: 8px 17px;
	border-radius: 50px;
	background: #eaf2ff;
	color: #1769e0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}

.wmxbdx-title {
	margin: 20px 0 18px;
	color: #171717;
	font-size: 52px;
	line-height: 1.2;
	font-weight: 750;
	letter-spacing: -1px;
}

.wmxbdx-intro {
	max-width: 750px;
	margin: 0 auto;
	color: #6b7280;
	font-size: 17px;
	line-height: 1.8;
}


/* =========================================
   META
========================================= */

.wmxbdx-meta {
	margin-top: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
}

.wmxbdx-author {
	display: flex;
	align-items: center;
	gap: 10px;
	text-align: left;
}

.wmxbdx-author-avatar {
	width: 42px;
	height: 42px;
	border-radius: 50%;

	display: flex;
	align-items: center;
	justify-content: center;

	background: linear-gradient(135deg, #1769e0, #5638d5);
	color: #ffffff;

	font-size: 15px;
	font-weight: 700;
}

.wmxbdx-author strong,
.wmxbdx-author span {
	display: block;
}

.wmxbdx-author strong {
	color: #252525;
	font-size: 13px;
}

.wmxbdx-author span {
	margin-top: 2px;
	color: #8a8f98;
	font-size: 11px;
}

.wmxbdx-meta-divider {
	width: 1px;
	height: 35px;
	background: #dfe2e8;
}

.wmxbdx-meta-info {
	display: flex;
	gap: 8px;
	color: #8a8f98;
	font-size: 13px;
}


/* =========================================
   FEATURED IMAGE
========================================= */

.wmxbdx-feature-image {
	width: 100%;
	height: 550px;
	overflow: hidden;
	border-radius: 25px;
	margin-bottom: 65px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.wmxbdx-feature-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}


/* =========================================
   ARTICLE + SIDEBAR
========================================= */

.wmxbdx-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 65px;
	align-items: start;
}


/* =========================================
   ARTICLE
========================================= */

.wmxbdx-article {
	color: #555b66;
	font-size: 16px;
	line-height: 1.9;
}

.wmxbdx-article p {
	margin: 0 0 25px;
}

.wmxbdx-article h2 {
	margin: 45px 0 17px;
	color: #171717;
	font-size: 30px;
	line-height: 1.35;
	font-weight: 700;
}

.wmxbdx-article h3 {
	margin: 32px 0 10px;
	color: #202020;
	font-size: 21px;
	line-height: 1.4;
	font-weight: 700;
}

.wmxbdx-lead {
	color: #30343b;
	font-size: 19px;
	line-height: 1.85;
	font-weight: 500;
}


/* =========================================
   HIGHLIGHT QUOTE
========================================= */

.wmxbdx-highlight {
	position: relative;
	margin: 40px 0;
	padding: 30px 35px 30px 65px;
	border-radius: 18px;
	background: #edf4ff;
	border-left: 4px solid #1769e0;
}

.wmxbdx-highlight-icon {
	position: absolute;
	left: 22px;
	top: 18px;
	color: #1769e0;
	font-size: 45px;
	font-weight: 700;
	line-height: 1;
}

.wmxbdx-highlight p {
	margin: 0;
	color: #303f55;
	font-size: 17px;
	line-height: 1.8;
	font-weight: 600;
}


/* =========================================
   TAGS
========================================= */

.wmxbdx-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 45px;
	padding-top: 25px;
	border-top: 1px solid #e3e5ea;
}

.wmxbdx-tags span {
	padding: 8px 14px;
	border-radius: 50px;
	background: #f0f2f6;
	color: #5f6671;
	font-size: 12px;
	font-weight: 600;
}


/* =========================================
   SHARE
========================================= */

.wmxbdx-share {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #e3e5ea;

	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.wmxbdx-share strong {
	color: #252525;
	font-size: 14px;
}

.wmxbdx-share-links {
	display: flex;
	gap: 8px;
}

.wmxbdx-share-links a {
	width: 36px;
	height: 36px;

	display: flex;
	align-items: center;
	justify-content: center;

	border-radius: 50%;

	background: #edf4ff;
	color: #1769e0;

	text-decoration: none;
	font-size: 13px;
	font-weight: 700;

	transition: 0.3s ease;
}

.wmxbdx-share-links a:hover {
	background: #1769e0;
	color: #ffffff;
	transform: translateY(-3px);
}


/* =========================================
   SIDEBAR
========================================= */

.wmxbdx-sidebar {
	position: sticky;
	top: 30px;
}


/* Sidebar Box */

.wmxbdx-sidebar-box {
	padding: 25px;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

.wmxbdx-sidebar-box h3 {
	margin: 0 0 20px;
	color: #171717;
	font-size: 18px;
	font-weight: 700;
}

.wmxbdx-sidebar-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wmxbdx-sidebar-box li {
	border-bottom: 1px solid #eeeeee;
}

.wmxbdx-sidebar-box li:last-child {
	border-bottom: none;
}

.wmxbdx-sidebar-box a {
	display: block;
	padding: 12px 0;
	color: #6b7280;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.5;
	transition: 0.3s ease;
}

.wmxbdx-sidebar-box a:hover {
	color: #1769e0;
	padding-left: 5px;
}


/* =========================================
   SIDEBAR CTA
========================================= */

.wmxbdx-sidebar-cta {
	position: relative;
	overflow: hidden;

	margin-top: 25px;
	padding: 30px;

	border-radius: 20px;

	background: linear-gradient(135deg, #1769e0, #5638d5);
	color: #ffffff;
}

.wmxbdx-sidebar-cta::before {
	content: "";

	position: absolute;

	width: 150px;
	height: 150px;

	border-radius: 50%;

	background: rgba(255, 255, 255, 0.08);

	right: -60px;
	top: -60px;
}

.wmxbdx-sidebar-cta>span {
	position: relative;
	z-index: 1;

	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;

	color: rgba(255, 255, 255, 0.7);
}

.wmxbdx-sidebar-cta h3 {
	position: relative;
	z-index: 1;

	margin: 12px 0;

	font-size: 23px;
	line-height: 1.35;
}

.wmxbdx-sidebar-cta p {
	position: relative;
	z-index: 1;

	margin: 0 0 20px;

	color: rgba(255, 255, 255, 0.78);

	font-size: 13px;
	line-height: 1.7;
}

.wmxbdx-sidebar-cta a {
	position: relative;
	z-index: 1;

	display: inline-flex;
	align-items: center;
	gap: 8px;

	padding: 11px 18px;

	border-radius: 50px;

	background: #ffffff;
	color: #1769e0;

	text-decoration: none;

	font-size: 13px;
	font-weight: 700;

	transition: 0.3s ease;
}

.wmxbdx-sidebar-cta a:hover {
	background: #171717;
	color: #ffffff;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

	.wmxbdx-section {
		padding: 75px 20px 90px;
	}

	.wmxbdx-title {
		font-size: 42px;
	}

	.wmxbdx-feature-image {
		height: 430px;
	}

	.wmxbdx-layout {
		grid-template-columns: 1fr;
		gap: 45px;
	}

	.wmxbdx-sidebar {
		position: static;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}

	.wmxbdx-sidebar-cta {
		margin-top: 0;
	}

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

	.wmxbdx-section {
		padding: 60px 15px 75px;
	}

	.wmxbdx-title {
		font-size: 32px;
		letter-spacing: -0.5px;
	}

	.wmxbdx-intro {
		font-size: 15px;
	}

	.wmxbdx-meta {
		flex-direction: column;
		gap: 14px;
	}

	.wmxbdx-meta-divider {
		display: none;
	}

	.wmxbdx-feature-image {
		height: 280px;
		border-radius: 18px;
		margin-bottom: 40px;
	}

	.wmxbdx-article {
		font-size: 15px;
	}

	.wmxbdx-lead {
		font-size: 17px;
	}

	.wmxbdx-article h2 {
		font-size: 26px;
		margin-top: 35px;
	}

	.wmxbdx-article h3 {
		font-size: 19px;
	}

	.wmxbdx-highlight {
		padding: 25px 20px 25px 55px;
	}

	.wmxbdx-share {
		align-items: flex-start;
		flex-direction: column;
	}

	.wmxbdx-sidebar {
		display: block;
	}

	.wmxbdx-sidebar-cta {
		margin-top: 20px;
	}

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

	.wmxbdx-title {
		font-size: 28px;
	}

	.wmxbdx-category {
		font-size: 11px;
	}

	.wmxbdx-feature-image {
		height: 220px;
	}

	.wmxbdx-tags {
		gap: 7px;
	}

	.wmxbdx-tags span {
		font-size: 11px;
		padding: 7px 11px;
	}

}


/* =========================================
   PRODUCT LISTING
   UNIQUE PREFIX: wmxprod-
========================================= */

.wmxprod-section {
	padding: 90px 20px;
	background: #f7f8fc;
}

.wmxprod-wrapper {
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
}


/* =========================================
   HEADER
========================================= */

.wmxprod-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 50px;
	margin-bottom: 50px;
}

.wmxprod-tag {
	display: inline-block;
	padding: 8px 16px;
	border-radius: 50px;
	background: #eaf2ff;
	color: #1769e0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
}

.wmxprod-title {
	margin: 18px 0 0;
	color: #171717;
	font-size: 46px;
	line-height: 1.2;
	font-weight: 700;
}

.wmxprod-title span {
	color: #1769e0;
}

.wmxprod-description {
	max-width: 420px;
	margin: 0;
	color: #6b7280;
	font-size: 15px;
	line-height: 1.8;
}


/* =========================================
   MAIN LAYOUT
========================================= */

.wmxprod-layout {
	display: grid;
	grid-template-columns: 245px minmax(0, 1fr);
	gap: 30px;
	align-items: start;
}


/* =========================================
   SIDEBAR
========================================= */

.wmxprod-sidebar {
	padding: 16px 15px;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}


.wmxprod-filter-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}

.wmxprod-filter-heading h3 {
	margin: 0;
	color: #171717;
	font-size: 19px;
}

.wmxprod-filter-heading button {
	border: none;
	background: transparent;
	color: #1769e0;
	font-size: 11px;
	cursor: pointer;
}


/* Filter Box */

.wmxprod-filter-box {
	padding-bottom: 22px;
	margin-bottom: 22px;
	border-bottom: 1px solid #eeeeee;
}

.wmxprod-filter-box:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.wmxprod-filter-box h4 {
	margin: 0 0 17px;
	color: #252525;
	font-size: 14px;
	font-weight: 700;
}


/* Checkbox */

.wmxprod-check {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 12px;
	cursor: pointer;
	color: #626873;
	font-size: 13px;
}

.wmxprod-check input {
	accent-color: #1769e0;
}

.wmxprod-check small {
	margin-left: auto;
	color: #9da2aa;
	font-size: 11px;
}


/* Price */

.wmxprod-price-values {
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
	color: #555b66;
	font-size: 12px;
	font-weight: 600;
}

.wmxprod-range {
	width: 100%;
	accent-color: #1769e0;
}


/* Rating */

.wmxprod-rating-check {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 10px;
	cursor: pointer;
}

.wmxprod-rating-check input {
	accent-color: #1769e0;
}

.wmxprod-rating-check span {
	color: #f4a623;
	font-size: 13px;
	letter-spacing: 1px;
}

.wmxprod-rating-check small {
	color: #858a92;
	font-size: 11px;
}


/* =========================================
   TOOLBAR
========================================= */

.wmxprod-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 22px;
}

.wmxprod-result-count {
	color: #777d87;
	font-size: 13px;
}

.wmxprod-result-count strong {
	color: #252525;
}

.wmxprod-sort {
	display: flex;
	align-items: center;
	gap: 10px;
}

.wmxprod-sort label {
	color: #777d87;
	font-size: 13px;
}

.wmxprod-sort select {
	padding: 10px 35px 10px 13px;
	border: 1px solid #e1e4ea;
	border-radius: 9px;
	outline: none;
	background: #ffffff;
	color: #333333;
	font-size: 12px;
}


/* =========================================
   PRODUCT GRID
========================================= */

.wmxprod-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}


/* =========================================
   PRODUCT CARD
========================================= */

.wmxprod-card {
	overflow: hidden;
	border-radius: 17px;
	background: #ffffff;
	box-shadow: 0 7px 25px rgba(0, 0, 0, 0.05);
	transition: 0.35s ease;
}

.wmxprod-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 15px 35px rgba(23, 105, 224, 0.12);
}


/* Product Image */

.wmxprod-image {
	height: 250px;
	position: relative;
	overflow: hidden;
	background: #f3f4f7;
}

.wmxprod-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.wmxprod-card:hover .wmxprod-image img {
	transform: scale(1.06);
}


/* Badge */

.wmxprod-badge {
	position: absolute;
	z-index: 2;
	top: 14px;
	left: 14px;
	padding: 6px 10px;
	border-radius: 5px;
	background: #1769e0;
	color: #ffffff;
	font-size: 10px;
	font-weight: 700;
}

.wmxprod-sale {
	background: #e54848;
}


/* Wishlist */

.wmxprod-wishlist {
	position: absolute;
	z-index: 3;
	top: 12px;
	right: 12px;

	width: 36px;
	height: 36px;

	border: none;
	border-radius: 50%;

	background: rgba(255, 255, 255, 0.95);
	color: #333333;

	font-size: 21px;
	line-height: 1;

	cursor: pointer;
	transition: 0.3s ease;
}

.wmxprod-wishlist:hover {
	background: #1769e0;
	color: #ffffff;
}


/* Quick View */

.wmxprod-quick {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 15px;

	padding: 11px;

	border-radius: 9px;

	background: rgba(255, 255, 255, 0.95);
	color: #1769e0;

	text-align: center;
	text-decoration: none;

	font-size: 12px;
	font-weight: 700;

	opacity: 0;
	transform: translateY(15px);

	transition: 0.3s ease;
}

.wmxprod-card:hover .wmxprod-quick {
	opacity: 1;
	transform: translateY(0);
}


/* =========================================
   PRODUCT CONTENT
========================================= */

.wmxprod-content {
	padding: 20px;
}

.wmxprod-category {
	color: #9298a1;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}

.wmxprod-content h3 {
	margin: 7px 0 10px;
	color: #202020;
	font-size: 16px;
	line-height: 1.45;
	font-weight: 700;
}


/* Rating */

.wmxprod-rating {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 12px;
}

.wmxprod-rating span {
	color: #f4a623;
	font-size: 12px;
	letter-spacing: 1px;
}

.wmxprod-rating small {
	color: #9298a1;
	font-size: 10px;
}


/* Price */

.wmxprod-price {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 17px;
}

.wmxprod-price strong {
	color: #1769e0;
	font-size: 18px;
}

.wmxprod-price del {
	color: #a2a6ad;
	font-size: 12px;
}


/* Cart */

.wmxprod-cart {
	display: block;
	padding: 11px;
	border-radius: 9px;
	background: #171717;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
	transition: 0.3s ease;
}

.wmxprod-cart:hover {
	background: #1769e0;
	color: #ffffff;
}


/* =========================================
   PAGINATION
========================================= */

.wmxprod-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin-top: 45px;
}

.wmxprod-pagination a,
.wmxprod-pagination span {
	width: 38px;
	height: 38px;

	display: flex;
	align-items: center;
	justify-content: center;

	border-radius: 9px;

	background: #ffffff;
	color: #555b66;

	text-decoration: none;

	font-size: 13px;
}

.wmxprod-pagination a:hover,
.wmxprod-page-active {
	background: #1769e0 !important;
	color: #ffffff !important;
}

.wmxprod-page-arrow {
	font-size: 17px !important;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

	.wmxprod-layout {
		grid-template-columns: 220px minmax(0, 1fr);
	}

	.wmxprod-grid {
		grid-template-columns: repeat(2, 1fr);
	}

}


/* =========================================
   TABLET / MOBILE
========================================= */

@media (max-width: 767px) {

	.wmxprod-section {
		padding: 65px 15px;
	}

	.wmxprod-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.wmxprod-title {
		font-size: 34px;
	}

	.wmxprod-layout {
		display: block;
	}

	.wmxprod-sidebar {
		margin-bottom: 30px;
	}

	.wmxprod-toolbar {
		align-items: flex-start;
		flex-direction: column;
	}

	.wmxprod-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}

	.wmxprod-image {
		height: 220px;
	}

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

	.wmxprod-title {
		font-size: 29px;
	}

	.wmxprod-grid {
		grid-template-columns: 1fr;
	}

	.wmxprod-image {
		height: 270px;
	}

	.wmxprod-content {
		padding: 18px;
	}

}

/* =========================================
   SERVICE DETAILS
   UNIQUE PREFIX: wmxsd-
========================================= */

.wmxsd-section {
	padding: 90px 20px;
	background: #f7f8fc;
}

.wmxsd-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}


/* =========================================
   MAIN LAYOUT
========================================= */

.wmxsd-service-layout {
	display: grid;
	grid-template-columns: 48% 52%;
	align-items: center;
	gap: 65px;
}


/* =========================================
   LEFT CONTENT
========================================= */

.wmxsd-service-content {
	padding-right: 15px;
}

.wmxsd-label {
	display: inline-block;

	color: #1769e0;

	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.5px;
}

.wmxsd-title {
	margin: 18px 0 22px;

	color: #171717;

	font-size: 48px;
	line-height: 1.15;
	letter-spacing: -1px;
	font-weight: 750;
}

.wmxsd-title span {
	color: #1769e0;
}

.wmxsd-intro {
	max-width: 570px;

	margin: 0 0 30px;

	color: #707782;

	font-size: 15px;
	line-height: 1.85;
}


/* =========================================
   POINTS
========================================= */

.wmxsd-points {
	margin-bottom: 30px;
}

.wmxsd-point {
	display: flex;
	align-items: flex-start;
	gap: 13px;

	margin-bottom: 18px;
}

.wmxsd-point>span {
	flex-shrink: 0;

	width: 30px;
	height: 30px;

	display: flex;
	align-items: center;
	justify-content: center;

	border-radius: 50%;

	background: #e9f2ff;
	color: #1769e0;

	font-size: 12px;
	font-weight: 700;
}

.wmxsd-point strong {
	display: block;

	margin-bottom: 3px;

	color: #222;

	font-size: 14px;
}

.wmxsd-point p {
	margin: 0;

	color: #858b94;

	font-size: 12px;
	line-height: 1.6;
}


/* =========================================
   BUTTON
========================================= */

.wmxsd-main-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;

	padding: 14px 22px;

	border-radius: 8px;

	background: #1769e0;
	color: #ffffff;

	text-decoration: none;

	font-size: 13px;
	font-weight: 700;

	box-shadow: 0 10px 25px rgba(23, 105, 224, 0.2);

	transition: 0.3s ease;
}

.wmxsd-main-btn span {
	font-size: 17px;
}

.wmxsd-main-btn:hover {
	background: #111827;
	color: #ffffff;
	transform: translateY(-3px);
}


/* =========================================
   RIGHT VISUAL
========================================= */

.wmxsd-service-visual {
	width: 100%;
}


/* =========================================
   MAIN IMAGE
========================================= */

.wmxsd-main-image {
	height: 420px;

	position: relative;

	overflow: hidden;

	border-radius: 24px;

	background: #e9edf3;
}

.wmxsd-main-image img {
	width: 100%;
	height: 100%;

	display: block;

	object-fit: cover;

	transition: 0.5s ease;
}

.wmxsd-main-image:hover img {
	transform: scale(1.04);
}


/* Image Overlay */

.wmxsd-main-image::after {
	content: "";

	position: absolute;

	inset: 0;

	background: linear-gradient(to top,
			rgba(0, 0, 0, 0.25),
			transparent 45%);

	pointer-events: none;
}


/* =========================================
   IMAGE BADGE
========================================= */

.wmxsd-image-badge {
	position: absolute;

	z-index: 2;

	left: 20px;
	bottom: 20px;

	display: flex;
	align-items: center;
	gap: 12px;

	padding: 13px 17px;

	border-radius: 12px;

	background: rgba(255, 255, 255, 0.95);

	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.wmxsd-image-badge strong {
	color: #1769e0;

	font-size: 27px;
	line-height: 1;
}

.wmxsd-image-badge span {
	color: #555b64;

	font-size: 10px;
	line-height: 1.5;
}


/* =========================================
   THUMBNAILS
========================================= */

.wmxsd-thumb-row {
	display: grid;

	grid-template-columns: repeat(3, 1fr);

	gap: 10px;

	margin-top: 12px;
}

.wmxsd-thumb {
	min-width: 0;

	padding: 8px;

	display: flex;
	align-items: center;
	gap: 9px;

	border: 1px solid #e5e8ed;

	border-radius: 11px;

	background: #ffffff;

	cursor: pointer;

	transition: 0.3s ease;
}

.wmxsd-thumb:hover,
.wmxsd-thumb.active {
	border-color: #1769e0;

	box-shadow: 0 7px 20px rgba(23, 105, 224, 0.08);
}

.wmxsd-thumb img {
	width: 48px;
	height: 48px;

	flex-shrink: 0;

	border-radius: 8px;

	object-fit: cover;
}

.wmxsd-thumb strong,
.wmxsd-thumb small {
	display: block;
}

.wmxsd-thumb strong {
	margin-bottom: 3px;

	color: #282828;

	font-size: 10px;
}

.wmxsd-thumb small {
	color: #8a9099;

	font-size: 8px;
}


/* =========================================
   SHORT DESCRIPTION
========================================= */

.wmxsd-visual-description {
	margin-top: 18px;

	padding: 17px 20px;

	border-left: 3px solid #1769e0;

	background: #ffffff;

	border-radius: 0 10px 10px 0;
}

.wmxsd-visual-description span {
	display: block;

	margin-bottom: 6px;

	color: #1769e0;

	font-size: 9px;
	font-weight: 700;

	letter-spacing: 1px;
}

.wmxsd-visual-description p {
	margin: 0;

	color: #777e88;

	font-size: 11px;

	line-height: 1.7;
}


/* =========================================
   BELOW DETAILS
========================================= */

.wmxsd-details-section {
	padding: 90px 20px;

	background: #ffffff;
}

.wmxsd-details-grid {
	display: grid;

	grid-template-columns: 45% 55%;

	gap: 70px;
}

.wmxsd-details-grid h2 {
	margin: 15px 0 0;

	color: #171717;

	font-size: 38px;
	line-height: 1.25;
}

.wmxsd-details-grid h2 span {
	color: #1769e0;
}

.wmxsd-details-text p {
	margin: 0 0 18px;

	color: #707782;

	font-size: 15px;

	line-height: 1.9;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

	.wmxsd-service-layout {
		grid-template-columns: 1fr;

		gap: 50px;
	}

	.wmxsd-service-content {
		padding-right: 0;
	}

	.wmxsd-title {
		font-size: 43px;
	}

	.wmxsd-main-image {
		height: 450px;
	}

	.wmxsd-details-grid {
		grid-template-columns: 1fr;

		gap: 25px;
	}

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

	.wmxsd-section {
		padding: 60px 15px;
	}

	.wmxsd-title {
		font-size: 34px;

		letter-spacing: -0.5px;
	}

	.wmxsd-intro {
		font-size: 14px;
	}

	.wmxsd-main-image {
		height: 330px;

		border-radius: 18px;
	}

	.wmxsd-thumb-row {
		grid-template-columns: 1fr;
	}

	.wmxsd-thumb {
		padding: 9px;
	}

	.wmxsd-thumb img {
		width: 55px;
		height: 55px;
	}

	.wmxsd-details-section {
		padding: 60px 15px;
	}

	.wmxsd-details-grid h2 {
		font-size: 30px;
	}

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

	.wmxsd-title {
		font-size: 30px;
	}

	.wmxsd-main-image {
		height: 280px;
	}

	.wmxsd-image-badge {
		left: 12px;
		bottom: 12px;
	}

}


.clients-section {
	padding: 80px 20px;
	background: #ffffff;
}

.container {
	max-width: 1200px;
	margin: auto;
}

.section-heading {
	text-align: center;
	margin-bottom: 50px;
}

.section-heading span {
	color: #666;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.section-heading h2 {
	font-size: 38px;
	margin-top: 10px;
	color: #111;
}

.clients-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
}

.client-card {
	background: #fff;
	padding: 30px 20px;
	text-align: center;
	border-radius: 12px;
	border: 1px solid #eee;
	transition: 0.3s ease;
}

.client-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.client-icon {
	width: 70px;
	height: 70px;
	margin: 0 auto 20px;
	background: #111;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
}

.client-card h3 {
	font-size: 20px;
	color: #111;
	margin-bottom: 10px;
}

.client-card p {
	font-size: 14px;
	color: #777;
	line-height: 1.7;
}

/* Tablet */
@media (max-width: 991px) {
	.clients-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.section-heading h2 {
		font-size: 32px;
	}
}

/* Mobile */
@media (max-width: 576px) {
	.clients-section {
		padding: 60px 15px;
	}

	.clients-grid {
		grid-template-columns: 1fr;
	}

	.section-heading h2 {
		font-size: 27px;
	}
}