:root {
	--header-height: 0px;
	--border-radius: 1.5vmax;
	--shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
	--primary-color: #1eceff;
	--hover-color: #1eceff;
	--secondary-color: #2f455c;
	--heading-color: #333333;
	--table-border-color: #e0e0e0;
	--acent-color: #ff6224;
	--tp-common-white: #fff;
	--color-light: #d2f5ff;
}

/* =============================
    COMMON CSS
================================ */
html,
body {
	overflow-x: hidden;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Wix Madefor Text", sans-serif;
	font-style: normal;
	color: #929292;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
}

a:hover {
	text-decoration: none;
}

button {
	transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
	.container {
		padding: 0 30px;
	}
}

.mw-60 {
	max-width: 60%;
}

.mw-40 {
	max-width: 40%;
}
.mw-10 {
	max-width: 10% ;
}

/*----------------------------------------*/
/*  2.6 Magic Cursor css start
/*----------------------------------------*/
body.tp-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(--acent-color);
}

.cursor-bg-red #ball {
	background-color: var(--acent-color) !important;
}

.cursor-bg-red #ball .ball-view {
	color: var(--acent-color);
}

.cursor-white-bg #ball {
	background-color: var(--acent-color) !important;
}

.cursor-white-bg #ball .ball-view {
	color: var(--tp-common-black);
}

.cursor-black-bg #ball {
	background-color: var(--tp-common-black) !important;
}

.cursor-black-bg #ball .ball-view {
	color: var(--tp-common-white);
}

.cursor-bg-green #ball {
	background-color: var(--tp-theme-1) !important;
}

.cursor-bg-green #ball .ball-view {
	color: var(--tp-common-white);
}

/* Ball view
============= */
#ball .ball-view {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	padding: 0 5px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.1;
	text-align: center;
	transform: scale(0);
	font-family: var(--tp-ff-dm);
	color: var(--tp-common-black);
}

/* Ball drag
============= */
#ball .ball-drag {
	position: absolute;
	display: block;
	width: 100%;
	padding: 0 5px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	transition: all 0.3s;
	font-family: var(--tp-ff-dm);
	color: var(--tp-common-black);
}

#ball .ball-drag::before,
#ball .ball-drag::after {
	position: absolute;
	top: 50%;
	margin-top: -5px;
	font-size: 19px;
	height: 10px;
	line-height: 10px;
	font-weight: 900;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	color: var(--tp-common-white);
	font-family: "Font Awesome 6 Pro";
	-webkit-font-smoothing: antialiased;
}

#ball .ball-drag::before {
	content: "\f104";
	/* Font Awesome */
	left: 0;
	transform: translate3d(-30px, 0, 0);
	transition: all 0.25s;
}

#ball .ball-drag::after {
	content: "\f105";
	/* Font Awesome */
	right: 0;
	transform: translate3d(30px, 0, 0);
	transition: all 0.25s;
}

#ball.with-blur {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Ball close
============== */
#ball.ball-close-enabled {
	opacity: 1 !important;
}

#ball .ball-close {
	position: absolute;
	padding: 0 5px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	color: var(--tp-common-black);
}

.tp-magnetic-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ============ scroll-top =============== */
.scroll-top {
	width: 45px;
	height: 45px;
	background: var(--primary-color);
	display: none;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #ffffff;
	border-radius: 5px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9;
	cursor: pointer;
	transition: all 0.3s ease-out 0s;
}

.scroll-top:hover {
	color: #ffffff;
	background: #2f455c;
}

/* =============================
    PRELOADER CSS
================================ */
.preloader {
	/* Body Overlay */
	position: fixed;
	top: 0;
	left: 0;
	display: table;
	height: 100%;
	width: 100%;
	/* Change Background Color */
	background: #ffffff;
	z-index: 99999;
}

.preloader .loader {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.preloader .loader .spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	margin-left: -32px;
	z-index: 18;
	pointer-events: none;
}

.preloader .loader .spinner .spinner-container {
	pointer-events: none;
	position: absolute;
	width: 100%;
	padding-bottom: 100%;
	top: 50%;
	left: 50%;
	margin-top: -50%;
	margin-left: -50%;
	animation: spinner-linspin 1568.2353ms linear infinite;
}

.preloader .loader .spinner .spinner-container .spinner-rotator {
	position: absolute;
	width: 100%;
	height: 100%;
	animation: spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-left {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	right: 50%;
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-right {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	left: 50%;
}

.preloader .loader .spinner-circle {
	box-sizing: border-box;
	position: absolute;
	width: 200%;
	height: 100%;
	border-style: solid;
	/* Spinner Color */
	border-color: var(--primary-color) var(--primary-color) #E9E9E9;
	border-radius: 50%;
	border-width: 6px;
}

.preloader .loader .spinner-left .spinner-circle {
	left: 0;
	right: -100%;
	border-right-color: #E9E9E9;
	animation: spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .spinner-right .spinner-circle {
	left: -100%;
	right: 0;
	border-left-color: #E9E9E9;
	animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */

@keyframes spinner-linspin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes spinner-easespin {
	12.5% {
		transform: rotate(135deg);
	}

	25% {
		transform: rotate(270deg);
	}

	37.5% {
		transform: rotate(405deg);
	}

	50% {
		transform: rotate(540deg);
	}

	62.5% {
		transform: rotate(675deg);
	}

	75% {
		transform: rotate(810deg);
	}

	87.5% {
		transform: rotate(945deg);
	}

	to {
		transform: rotate(1080deg);
	}
}

@keyframes spinner-left-spin {
	0% {
		transform: rotate(130deg);
	}

	50% {
		transform: rotate(-5deg);
	}

	to {
		transform: rotate(130deg);
	}
}

@keyframes right-spin {
	0% {
		transform: rotate(-130deg);
	}

	50% {
		transform: rotate(5deg);
	}

	to {
		transform: rotate(-130deg);
	}
}

/* =============================
    TYPOGRAPHY CSS
================================ */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: 700;
	color: #323450;
	margin-bottom: 0;
	font-family: "Fira Sans", sans-serif;
}


h1,
.h1 {
	font-size: 72px;
}

.title,
h2 {
	font-size: calc(24px + 1vw);
	font-family: "Tenor Sans", sans-serif;
	font-weight: 400;
	color: var(--heading-color);
	margin-bottom: 1.15rem;
	line-height: 1.1;
}

.subtitle {
	font-size: calc(17px + .7vmax);
	font-weight: 400;
	font-family: "Cormorant", serif;
	font-style: italic;
	position: relative;
	z-index: 2;
	margin-bottom: 1.15rem;
}

h3,
.h3 {
	font-size: 34px;
}

h4,
.h4 {
	font-size: 26px;
}

h5,
.h5 {
	font-size: 21px;
}

h6,
.h6 {
	font-size: 18px;
}

.font-weight-bold {
	font-weight: 700;
}

.font-weight-semi-bold {
	font-weight: 600;
}

.font-weight-medium {
	font-weight: 500;
}

.font-weight-regular {
	font-weight: 400;
}

.font-weight-light {
	font-weight: 300;
}

.body-font-size {
	font-size: 16px;
}

.font-size-sm {
	font-size: 14px;
}

.font-size-xs {
	font-size: 12px;
}

.caption-font-size {
	font-size: 14px;
}

p {
	font-size: calc(15px + 0.12vw);
	line-height: 1.5;
	margin-bottom: 1.15rem;
	color: #929292;
	font-weight: 400;
}

/* =============================
    BUTTONS CSS
================================ */
.button {
	height: 42px;
	font-size: 14px;
	font-weight: 800;
	box-sizing: border-box;
	line-height: 1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	border: 1px solid transparent;
	position: relative;
	z-index: 1;
	padding: 0 22px;
	overflow: hidden;
	border-radius: 50px;
	text-align: center;
	text-transform: uppercase;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
.button:focus {
	box-shadow: none !important;
	outline: none !important;
}

.button.btn-primary.btn-bodred {
	color: var(--primary-color) !important;
	background-color: transparent !important;
	;
	border-color: var(--primary-color) !important;
}

.button.btn-light {
	color: #000 !important;
	background-color: var(--color-light) !important;
	;
	border-color: var(--color-light) !important;
}

.button.btn-light:hover,
.button.btn-light:focus {
	color: #000;
	background-color: var(--color-light);
}

.button.btn-primary.btn-bodred:hover,
.button.btn-primary.btn-bodred:focus {
	color: #fff !important;
	background-color: var(--primary-color) !important;
	;
	border-color: var(--primary-color) !important;
}

.button i {
	padding-left: 20px;
}

.button::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	padding: 50%;
	border-radius: 50%;
	margin: auto;
	background: rgba(0, 0, 0, 0.1);
	z-index: -1;
	transition: all .4s linear;
	transform: translate3d(-50%, -50%, 0) scale(0);
}

.button:hover {
	color: #ffffff;
}

.button:hover::before {
	transform: translate3d(-50%, -50%, 0) scale(1.5);
}

.button.border-button {
	background: transparent;
	color: var(--primary-color);
	border-color: var(--primary-color);
}

.button.border-button::before {
	background: rgba(47, 128, 237, 0.16);
}

.button-lg {
	height: 56px;
}

.button-sm {
	height: 34px;
	font-size: 16px;
	font-weight: 400;
}

/* =============================
    HEADER-6 CSS
================================ */
.headerGap {
	padding-top: calc(var(--header-height) + 1.25rem + 2.5vmax);
}

.navbar-area {
	background: #ffffff;
	margin: 1.25rem;
	margin-bottom: 0;
	border-radius: 20px;
	padding: .4rem;
	box-shadow: 5px 5px 10px 6px rgb(194 194 194 / 26%);
	transition: all .4s linear;
}

.header.sticky .navbar-area {
	background: #ffffff;
	margin: 0;
	margin-bottom: 0;
	border-radius: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header.header-6 .header-action {
		position: absolute;
		right: 60px;
	}
}

@media (max-width: 767px) {
	.header .header-action {
		position: relative;
		align-items: center;
		justify-content: center;
		padding: .5rem;
		transition: all .4s linear;
	}

	.header-action .button {
		width: 100%;
		max-width: 120px;
		height: 36px;
		font-size: 13px;
	}

	.header.sticky .header-action {
		display: none !important;
	}
}

.header.header-6 .navbar {
	padding: 0;
	border-radius: 0px;
	position: relative;
	transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header.header-6 .navbar {
		padding: 17px 0;
	}
}

@media (max-width: 767px) {
	.header.header-6 .navbar {
		padding: 0 0;
	}

	.navbar-area {
		margin: .5rem;
		border-radius: 15px;
		padding: .5rem 0;
	}
}

.header.header-6 .navbar-brand {
	padding: 0;
}

.header.header-6 .navbar-brand img {
	max-width: 190px;
}

.header.header-6.sticky .navbar-brand img {
	max-width: 140px;
}

.header.header-6.sticky .navbar-nav .nav-item a {
	font-size: 16px;
}

.sticky .header-action .button {
	height: 38px;
	font-size: 14px;
}

.header.header-6 .navbar-toggler {
	padding: 0;
}

.header.header-6 .navbar-toggler:focus {
	outline: none;
	box-shadow: none;
}

.header.header-6 .navbar-toggler .toggler-icon {
	width: 30px;
	height: 2px;
	background-color: #323450;
	display: block;
	margin: 5px 0;
	position: relative;
	transition: all 0.3s ease-out 0s;
}

.header.header-6 .navbar-toggler.active .toggler-icon:nth-of-type(1) {
	transform: rotate(45deg);
	top: 7px;
}

.header.header-6 .navbar-toggler.active .toggler-icon:nth-of-type(2) {
	opacity: 0;
}

.header.header-6 .navbar-toggler.active .toggler-icon:nth-of-type(3) {
	transform: rotate(135deg);
	top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header.header-6 .navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #ffffff;
		z-index: 9;
		box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		padding: 5px 12px;
	}
}

@media (max-width: 767px) {
	.header.header-6 .navbar-collapse {
		position: absolute;
		top: 50px;
		left: -0.6rem;
		width: calc(100% + 1.2rem);
		background-color: #fff;
		z-index: 9;
		box-shadow: 0px 15px 20px 0px rgba(50, 52, 80, 0.1);
		padding: 1.5rem 12px;
		height: 80vh;
		border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px;
		border-top: 1px solid #ccc;
	}
}

.header.header-6 .navbar-nav .nav-item {
	position: relative;
}

.header.header-6 .navbar-nav .nav-item a {
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	transition: all 0.3s ease-out 0s;
	padding: 6px 10px;
	margin: 0 3px;
	position: relative;
	display: inline-block;
	z-index: 1;
	border: 1px solid transparent;
	border-radius: 30px;
	text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header.header-6 .navbar-nav .nav-item a {
		display: inline-block;
		padding: 6px 20px;
		color: #323450;
	}
}

@media (max-width: 767px) {
	.header.header-6 .navbar-nav .nav-item a {
		display: inline-block;
		padding: 6px 20px;
		color: #323450;
	}
}

.header.header-6 .navbar-nav .nav-item a:hover,
.header.header-6 .navbar-nav .nav-item a.active {
	color: var(--hover-color);
	border-color: var(--hover-color);
}

.header.header-6 .navbar-nav .nav-item.active a:hover,
.header.header-6 .navbar-nav .nav-item.active a {
	color: var(--hover-color);
	border-color: transparent;
	background-color: transparent;
}

.header.header-6 .navbar-nav .nav-item:hover .sub-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header.header-6 .navbar-nav .nav-item:hover .sub-menu {
		top: 0;
	}
}

@media (max-width: 767px) {
	.header.header-6 .navbar-nav .nav-item:hover .sub-menu {
		top: 0;
	}
}

.header.header-6 .navbar-nav .nav-item .sub-menu {
	width: 200px;
	background-color: #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 110%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header.header-6 .navbar-nav .nav-item .sub-menu {
		position: relative;
		width: 100%;
		top: 0;
		display: none;
		opacity: 1;
		visibility: visible;
	}
}

@media (max-width: 767px) {
	.header.header-6 .navbar-nav .nav-item .sub-menu {
		position: relative;
		width: 100%;
		top: 0;
		display: none;
		opacity: 1;
		visibility: visible;
	}
}

.header.header-6 .navbar-nav .nav-item .sub-menu li {
	display: block;
}

.header.header-6 .navbar-nav .nav-item .sub-menu li a {
	display: block;
	padding: 8px 20px;
	color: #000000;
}

.header.header-6 .navbar-nav .nav-item .sub-menu li a.active,
.header.header-6 .navbar-nav .nav-item .sub-menu li a:hover {
	padding-left: 25px;
	color: var(--primary-color);
}

.header.header-6 .navbar-nav .sub-nav-toggler {
	display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header.header-6 .navbar-nav .sub-nav-toggler {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		background: none;
		color: #000000;
		font-size: 18px;
		border: 0;
		width: 30px;
		height: 30px;
	}
}

@media (max-width: 767px) {
	.header.header-6 .navbar-nav .sub-nav-toggler {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		background: none;
		color: #000000;
		font-size: 18px;
		border: 0;
		width: 30px;
		height: 30px;
	}
}

.header.header-6 .navbar-nav .sub-nav-toggler span {
	width: 8px;
	height: 8px;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	transform: rotate(-45deg);
	position: relative;
	top: -5px;
}

.header-action {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
}

.header-action .button {
	width: 100%;
}

.header-action .button:last-child {
	min-width: 173px;
}

/* =============================
    HERO-5 CSS
================================ */
.hero-section {
	height: 100vh;
	min-height: 680px;
}

.hero-content-wrapper {
	text-align: center;
	position: relative;
	z-index: 2;
	margin-top: 3.5vmax;
}

.hero-content-wrapper h2 {
	visibility: visible;
	animation-delay: 0.2s;
	animation-name: fadeInUp;
	font-size: calc(34px + 1.2vmax);
	color: #333333;
	font-family: "Tenor Sans", sans-serif;
	font-weight: 400;
}

.fancyline h5 {
	font-size: calc(34px + 1.2vmax);
	font-weight: 400;
	font-family: "Cormorant", serif;
	font-style: italic;
	position: relative;
	z-index: 2;
}

.fancyline {
	position: relative;
	display: inline-block;
	margin-bottom: 2.2vmax;
}

.fancyline:after {
	content: '';
	width: 110%;
	position: absolute;
	bottom: 10px;
	height: 8px;
	background: var(--primary-color);
	left: -5%;
	z-index: 0;
}

.hero-content-wrapper p {
	visibility: visible;
	animation-delay: 0.4s;
	animation-name: fadeInUp;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 600;
	color: #333333;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 2.2vmax;
}

.hero-content-wrapper h6 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	color: #333333;
	font-family: "Tenor Sans", sans-serif;
	margin-bottom: 1rem;
	margin-top: 1.5vmax;
}

.hero-section .float {
	position: absolute;
	max-width: 13vmax;
	transition: all 0.4s ease;
	width: auto;
	min-width: 4vmax;
}

.hero-section .reload {
	top: 27%;
	left: 12vmax;
}

.hero-section .coder {
	top: 52%;
	left: 2vmax;
}

.hero-section .code {
	top: 80%;
	left: 16vmax;
}

.hero-section .gear {
	top: 21%;
	right: 10vmax;
}

.hero-section .html {
	top: 38%;
	right: 5vmax;
}

.hero-section .window {
	top: 80%;
	right: 13vmax;
}


/* =============================
    FOOTER-4 CSS
================================ */
.footer {
	padding: 3vmax 0;
	background-color: var(--secondary-color);
	border-top: 3px solid var(--primary-color);
	color: #fff;
	padding-bottom: 0;
}

.footer .widget-wrapper .footer-widget {
	margin-bottom: 3vmax;
}

.footer .widget-wrapper .footer-widget .logo {
	margin-bottom: 30px;
}

.footer .widget-wrapper .footer-widget p.desc {
	margin-bottom: 0;
	max-width: 80%;
	color: #fff;
	font-size: 16px;
	/* line-height: 1.4; */
}

.footer .widget-wrapper .footer-widget .socials {
	justify-content: flex-start;
}

.footer .widget-wrapper .footer-widget .socials li a {
	background: transparent;
	margin: 0;
	margin-right: 15px;
	width: auto;
	height: auto;
	font-size: 23px;
	font-weight: 400;
}

.footer .widget-wrapper .footer-widget .socials li a:hover {
	background: transparent;
	color: var(--bs-primary);
}

.footer .widget-wrapper .footer-widget h3 {
	font-size: 36px;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 1rem;
	font-family: "Tenor Sans", sans-serif;
	color: var(--primary-color);
}


.footer .widget-wrapper .footer-widget h6 {
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: 1rem;
	margin-top: 0;
	font-size: 18px;
	font-family: "Wix Madefor Text", sans-serif;
}

.footer .links {
	list-style: none;
	/* remove default bullets */
	padding: 0;
}

.footer .links li::before {
	content: "\f101";
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	margin-right: 8px;
	font-size: 14px;
}

.footer .widget-wrapper .footer-widget .links li a {
	font-size: 16px;
	line-height: 31px;
	font-weight: 400;
	color: #fff;
}

.footer-widget .contact a {
	color: #fff;
}

/* .footer .widget-wrapper .footer-widget .links li a:hover {
	color: var(--primary-color);
} */

.footer .widget-wrapper .footer-widget .download-app li a {
	display: inline-flex;
	align-items: center;
	padding: 12px 18px;
	border-radius: 5px;
	background: #ffffff;
	max-width: 200px;
	width: 100%;
	margin-bottom: 12px;
}

.footer .widget-wrapper .footer-widget .download-app li a .icon {
	font-size: 35px;
	color: #323450;
	margin-right: 12px;
}

.footer .widget-wrapper .footer-widget .download-app li a .text {
	font-size: 14px;
	font-weight: 500;
	color: #585978;
}

.footer .widget-wrapper .footer-widget .download-app li a .text b {
	display: block;
	font-size: 20px;
	font-weight: 700;
	font-family: "Fira Sans", sans-serif;
	color: #323450;
}

.footer .copyright-wrapper {
	border-top: 1px solid rgb(255 255 255 / 20%);
	padding: 20px 0;
}

.footer .copyright-wrapper p {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
}

.footer .nav {
	justify-content: right;
}

.footer .nav li {
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.footer .nav li a {
	font-size: 14px;
	color: #fff;
}

.footer .nav li a:hover,
.footer .nav li a:focus,
.footer a:hover,
.footer a:focus,
.footer .widget-wrapper .footer-widget .links li a:hover {
	color: var(--acent-color);
}

.footer .nav li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

.footer .copyright-wrapper p a {
	color: inherit;
}

.footer .copyright-wrapper p a:hover {
	color: var(--primary-color);
}

.footer.footer-dark {
	background: #323450;
}

.footer.footer-dark .widget-wrapper .footer-widget p {
	color: #ffffff;
}

.footer.footer-dark .widget-wrapper .footer-widget h6 {
	color: #ffffff;
}

.footer.footer-dark .widget-wrapper .footer-widget .socials li a {
	background: rgba(255, 255, 255, 0.1);
}

.footer.footer-dark .widget-wrapper .footer-widget .socials li a:hover {
	background: var(--primary-color);
}

.footer.footer-dark .widget-wrapper .footer-widget .links li a {
	color: #ffffff;
}

.footer.footer-dark .widget-wrapper .footer-widget .links li a:hover {
	color: var(--primary-color);
}

.footer.footer-dark .copyright-wrapper p {
	color: rgba(255, 255, 255, 0.8);
}

/* =============================
    DEFAULT CSS
================================ */
.img-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.socials {
	display: flex;
	justify-content: center;
	align-items: center;
}

.socials li a {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--primary-color);
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 3px 8px;
}

input,
textarea,
button {
	transition: all 0.3s ease-out 0s;
}

input:focus,
textarea:focus,
button:focus {
	outline: none;
	box-shadow: none;
}

.small {
	padding: 2.5vmax 0;
}

.medium {
	padding: 4vmax 0;
}

.large {
	padding: 5.5vmax 0;
}

.radius-3 {
	border-radius: 3px;
}

.radius-10 {
	border-radius: 10px;
}

.radius-30 {
	border-radius: 30px;
}

.radius-50 {
	border-radius: 50px;
}

.radius-full {
	border-radius: 50%;
}

.radius-10-0 {
	border-radius: 10px 0px;
}

.bg-dark {
	background-color: var(--secondary-color) !important;
}

/* ====== MARGIN PADDING ======= */
.mt-6 {
	margin-top: 6px;
}

.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-45 {
	margin-top: 45px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-55 {
	margin-top: 55px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-65 {
	margin-top: 65px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-75 {
	margin-top: 75px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-85 {
	margin-top: 85px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-95 {
	margin-top: 95px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-105 {
	margin-top: 105px;
}

.mt-110 {
	margin-top: 110px;
}

.mt-115 {
	margin-top: 115px;
}

.mt-120 {
	margin-top: 120px;
}

.mt-125 {
	margin-top: 125px;
}

.mt-130 {
	margin-top: 130px;
}

.mt-135 {
	margin-top: 135px;
}

.mt-140 {
	margin-top: 140px;
}

.mt-145 {
	margin-top: 145px;
}

.mt-150 {
	margin-top: 150px;
}

.mt-155 {
	margin-top: 155px;
}

.mt-160 {
	margin-top: 160px;
}

.mt-165 {
	margin-top: 165px;
}

.mt-170 {
	margin-top: 170px;
}

.mt-175 {
	margin-top: 175px;
}

.mt-180 {
	margin-top: 180px;
}

.mt-185 {
	margin-top: 185px;
}

.mt-190 {
	margin-top: 190px;
}

.mt-195 {
	margin-top: 195px;
}

.mt-200 {
	margin-top: 200px;
}

.mt-205 {
	margin-top: 205px;
}

.mt-210 {
	margin-top: 210px;
}

.mt-215 {
	margin-top: 215px;
}

.mt-220 {
	margin-top: 220px;
}

.mt-225 {
	margin-top: 225px;
}

.mb-6 {
	margin-bottom: 6px;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-35 {
	margin-bottom: 35px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-55 {
	margin-bottom: 55px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-65 {
	margin-bottom: 65px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-75 {
	margin-bottom: 75px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-85 {
	margin-bottom: 85px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-95 {
	margin-bottom: 95px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-105 {
	margin-bottom: 105px;
}

.mb-110 {
	margin-bottom: 110px;
}

.mb-115 {
	margin-bottom: 115px;
}

.mb-120 {
	margin-bottom: 120px;
}

.mb-125 {
	margin-bottom: 125px;
}

.mb-130 {
	margin-bottom: 130px;
}

.mb-135 {
	margin-bottom: 135px;
}

.mb-140 {
	margin-bottom: 140px;
}

.mb-145 {
	margin-bottom: 145px;
}

.mb-150 {
	margin-bottom: 150px;
}

.mb-155 {
	margin-bottom: 155px;
}

.mb-160 {
	margin-bottom: 160px;
}

.mb-165 {
	margin-bottom: 165px;
}

.mb-170 {
	margin-bottom: 170px;
}

.mb-175 {
	margin-bottom: 175px;
}

.mb-180 {
	margin-bottom: 180px;
}

.mb-185 {
	margin-bottom: 185px;
}

.mb-190 {
	margin-bottom: 190px;
}

.mb-195 {
	margin-bottom: 195px;
}

.mb-200 {
	margin-bottom: 200px;
}

.mb-205 {
	margin-bottom: 205px;
}

.mb-210 {
	margin-bottom: 210px;
}

.mb-215 {
	margin-bottom: 215px;
}

.mb-220 {
	margin-bottom: 220px;
}

.mb-225 {
	margin-bottom: 225px;
}

.ml-6 {
	margin-left: 6px;
}

.ml-5 {
	margin-left: 5px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-15 {
	margin-left: 15px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-25 {
	margin-left: 25px;
}

.ml-30 {
	margin-left: 30px;
}

.ml-35 {
	margin-left: 35px;
}

.ml-40 {
	margin-left: 40px;
}

.ml-45 {
	margin-left: 45px;
}

.ml-50 {
	margin-left: 50px;
}

.ml-55 {
	margin-left: 55px;
}

.ml-60 {
	margin-left: 60px;
}

.ml-65 {
	margin-left: 65px;
}

.ml-70 {
	margin-left: 70px;
}

.ml-75 {
	margin-left: 75px;
}

.ml-80 {
	margin-left: 80px;
}

.ml-85 {
	margin-left: 85px;
}

.ml-90 {
	margin-left: 90px;
}

.ml-95 {
	margin-left: 95px;
}

.ml-100 {
	margin-left: 100px;
}

.mr-6 {
	margin-right: 6px;
}

.mr-5 {
	margin-right: 5px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-15 {
	margin-right: 15px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-25 {
	margin-right: 25px;
}

.mr-30 {
	margin-right: 30px;
}

.mr-35 {
	margin-right: 35px;
}

.mr-40 {
	margin-right: 40px;
}

.mr-45 {
	margin-right: 45px;
}

.mr-50 {
	margin-right: 50px;
}

.mr-55 {
	margin-right: 55px;
}

.mr-60 {
	margin-right: 60px;
}

.mr-65 {
	margin-right: 65px;
}

.mr-70 {
	margin-right: 70px;
}

.mr-75 {
	margin-right: 75px;
}

.mr-80 {
	margin-right: 80px;
}

.mr-85 {
	margin-right: 85px;
}

.mr-90 {
	margin-right: 90px;
}

.mr-95 {
	margin-right: 95px;
}

.mr-100 {
	margin-right: 100px;
}

.pt-6 {
	padding-top: 6px;
}

.pt-5 {
	padding-top: 5px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-25 {
	padding-top: 25px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-35 {
	padding-top: 35px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-45 {
	padding-top: 45px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-55 {
	padding-top: 55px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-65 {
	padding-top: 65px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-75 {
	padding-top: 75px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-85 {
	padding-top: 85px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-95 {
	padding-top: 95px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-105 {
	padding-top: 105px;
}

.pt-110 {
	padding-top: 110px;
}

.pt-115 {
	padding-top: 115px;
}

.pt-120 {
	padding-top: 120px;
}

.pt-125 {
	padding-top: 125px;
}

.pt-130 {
	padding-top: 130px;
}

.pt-135 {
	padding-top: 135px;
}

.pt-140 {
	padding-top: 140px;
}

.pt-145 {
	padding-top: 145px;
}

.pt-150 {
	padding-top: 150px;
}

.pt-155 {
	padding-top: 155px;
}

.pt-160 {
	padding-top: 160px;
}

.pt-165 {
	padding-top: 165px;
}

.pt-170 {
	padding-top: 170px;
}

.pt-175 {
	padding-top: 175px;
}

.pt-180 {
	padding-top: 180px;
}

.pt-185 {
	padding-top: 185px;
}

.pt-190 {
	padding-top: 190px;
}

.pt-195 {
	padding-top: 195px;
}

.pt-200 {
	padding-top: 200px;
}

.pt-205 {
	padding-top: 205px;
}

.pt-210 {
	padding-top: 210px;
}

.pt-215 {
	padding-top: 215px;
}

.pt-220 {
	padding-top: 220px;
}

.pt-225 {
	padding-top: 225px;
}

.pb-6 {
	padding-bottom: 6px;
}

.pb-5 {
	padding-bottom: 5px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-25 {
	padding-bottom: 25px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-35 {
	padding-bottom: 35px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-45 {
	padding-bottom: 45px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-55 {
	padding-bottom: 55px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-65 {
	padding-bottom: 65px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-75 {
	padding-bottom: 75px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-85 {
	padding-bottom: 85px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-95 {
	padding-bottom: 95px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-105 {
	padding-bottom: 105px;
}

.pb-110 {
	padding-bottom: 110px;
}

.pb-115 {
	padding-bottom: 115px;
}

.pb-120 {
	padding-bottom: 120px;
}

.pb-125 {
	padding-bottom: 125px;
}

.pb-130 {
	padding-bottom: 130px;
}

.pb-135 {
	padding-bottom: 135px;
}

.pb-140 {
	padding-bottom: 140px;
}

.pb-145 {
	padding-bottom: 145px;
}

.pb-150 {
	padding-bottom: 150px;
}

.pb-155 {
	padding-bottom: 155px;
}

.pb-160 {
	padding-bottom: 160px;
}

.pb-165 {
	padding-bottom: 165px;
}

.pb-170 {
	padding-bottom: 170px;
}

.pb-175 {
	padding-bottom: 175px;
}

.pb-180 {
	padding-bottom: 180px;
}

.pb-185 {
	padding-bottom: 185px;
}

.pb-190 {
	padding-bottom: 190px;
}

.pb-195 {
	padding-bottom: 195px;
}

.pb-200 {
	padding-bottom: 200px;
}

.pb-205 {
	padding-bottom: 205px;
}

.pb-210 {
	padding-bottom: 210px;
}

.pb-215 {
	padding-bottom: 215px;
}

.pb-220 {
	padding-bottom: 220px;
}

.pb-225 {
	padding-bottom: 225px;
}

.pl-6 {
	padding-left: 6px;
}

.pl-5 {
	padding-left: 5px;
}

.pl-10 {
	padding-left: 10px;
}

.pl-15 {
	padding-left: 15px;
}

.pl-20 {
	padding-left: 20px;
}

.pl-25 {
	padding-left: 25px;
}

.pl-30 {
	padding-left: 30px;
}

.pl-35 {
	padding-left: 35px;
}

.pl-40 {
	padding-left: 40px;
}

.pl-45 {
	padding-left: 45px;
}

.pl-50 {
	padding-left: 50px;
}

.pl-55 {
	padding-left: 55px;
}

.pl-60 {
	padding-left: 60px;
}

.pl-65 {
	padding-left: 65px;
}

.pl-70 {
	padding-left: 70px;
}

.pl-75 {
	padding-left: 75px;
}

.pl-80 {
	padding-left: 80px;
}

.pl-85 {
	padding-left: 85px;
}

.pl-90 {
	padding-left: 90px;
}

.pl-95 {
	padding-left: 95px;
}

.pl-100 {
	padding-left: 100px;
}

.pr-6 {
	padding-right: 6px;
}

.pr-5 {
	padding-right: 5px;
}

.pr-10 {
	padding-right: 10px;
}

.pr-15 {
	padding-right: 15px;
}

.pr-20 {
	padding-right: 20px;
}

.pr-25 {
	padding-right: 25px;
}

.pr-30 {
	padding-right: 30px;
}

.pr-35 {
	padding-right: 35px;
}

.pr-40 {
	padding-right: 40px;
}

.pr-45 {
	padding-right: 45px;
}

.pr-50 {
	padding-right: 50px;
}

.pr-55 {
	padding-right: 55px;
}

.pr-60 {
	padding-right: 60px;
}

.pr-65 {
	padding-right: 65px;
}

.pr-70 {
	padding-right: 70px;
}

.pr-75 {
	padding-right: 75px;
}

.pr-80 {
	padding-right: 80px;
}

.pr-85 {
	padding-right: 85px;
}

.pr-90 {
	padding-right: 90px;
}

.pr-95 {
	padding-right: 95px;
}

.pr-100 {
	padding-right: 100px;
}


.horizontal-scroll {
	overflow: hidden;
	color: black;
}

.horizontal-scroll .horizontal-wrapper {
	width: fit-content;
	display: flex;
	flex-wrap: nowrap;
}

.horizontal-scroll .horizontal-wrapper h2 {
	flex-shrink: 0;
	margin: 0;
	font-size: 3rem;
	padding: 150px 50px;
}

.horizontal-scroll .horizontal-wrapper h2:nth-child(odd) {
	background: red;
}

.counter-section {
	padding: 100px 5vw;
	display: flex;
	justify-content: space-between;
}

.counter-section .counter-item {
	width: calc(33.333% - 6rem);
	background: #b7b7b7;
	padding: 50px;
	font-size: 5rem;
	text-align: center;
}

/*--------Home-----------------*/

.sliderContainer {
	position: relative;
}


.feature-slider-wrapper {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}


.sliderdiv.container {
	--container-padding-left: max(0px, calc((100vw - 100%) / 2));
}

.featureCarousel .swiper-slide {
	opacity: 0.4;
	transition: opacity 0.4s ease-in;
}

.featureCarousel .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.feature-slider-wrapper .fancyslider {
	width: calc(100vw - var(--container-padding-left));
	margin-left: auto;
	border-radius: 20px 0 0 20px;
	overflow: hidden;
}

.paginationdiv {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 1rem;
	margin-top: 2rem;
}

.paginationdiv .swiper-button-next,
.paginationdiv .swiper-rtl .swiper-button-prev,
.paginationdiv .swiper-button-prev,
.paginationdiv .swiper-rtl .swiper-button-next {
	position: relative;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	width: 38px;
	height: 38px;
	margin: 0;
	background: #bac2c9;
	color: #fff;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.paginationdiv .swiper-button-next:hover,
.paginationdiv .swiper-rtl .swiper-button-prev:hover,
.paginationdiv .swiper-button-prev:hover,
.paginationdiv .swiper-rtl .swiper-button-next:hover {
	background: var(--primary-color);
	color: #fff;
}

.paginationdiv .swiper-pagination {
	position: relative;
}

.swiper-pagination-progressbar {
	background: #e5e5e5;
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #000000 !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	font-size: 14px;
	margin: 0;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "\f060";
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "\f061";
}

.arrowNav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.slider-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-bottom: 1.5rem;
}

.slider-filters .filter-btn {
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 20px;
	padding: 6px 16px;
	cursor: pointer;
	transition: all 0.2s ease;
	font-weight: 500;
}

.slider-filters .filter-btn.active,
.slider-filters .filter-btn:hover {
	background: #222;
	color: #fff;
}

.templateCarousel .swiper-slide {
	transition: opacity 0.3s ease;
}

.templateCarousel .swiper-slide[style*="display: none"] {
	opacity: 0;
	pointer-events: none;
}

.iconbox1 {
	background: #e9f3ff;
	border-radius: 15px;
	padding: 1.25rem;
	height: 100%;
	text-align: center;
	transition: all 0.3s ease;
}

.iconbox1:hover {
	transform: translateY(-15px);
	/* box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1); */
}

.iconbox1 .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 1.4em;
	margin-top: 1vmax;
}

.iconbox1 .icon img {
	max-height: 78px;
}

.iconbox1 h4 {
	font-size: 22px;
	line-height: 1.3;
	font-weight: 400;
	color: #000000;
	font-family: "Tenor Sans", sans-serif;
	margin-bottom: 1.1rem !important;
	max-width: 250px;
	margin: 0 auto;
}

.iconbox1 p {
	font-size: 16px;
	line-height: 1.3;
	color: #000;
	font-weight: 400;
	margin-bottom: 1rem;
}

.bg-green {
	background-color: #eefbe9;
}

.bg-blue {
	background-color: #e6fdfe;
}

.bg-brown {
	background-color: #fbf1ec;
}


.process-chart {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

.process-chart::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: 4px;
	background: linear-gradient(to bottom, #72bfc4, #a6e3e8);
	border-radius: 2px;
}

.process-chart li {
	position: relative;
	width: 50%;
	padding: 40px 60px;
	box-sizing: border-box;
}

.process-chart li:nth-child(odd) {
	left: 0;
	text-align: right;
}

.process-chart li:nth-child(even) {
	left: 50%;
	text-align: left;
}

.process-chart li div {
	background: white;
	padding: 25px 30px;
	border-radius: 16px;
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 1;
	transition: all 0.5s ease;
	opacity: 0;
	transform: translateY(50px);
}

.process-chart li.active div {
	opacity: 1;
	transform: translateY(0);
}

.process-chart li::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #72bfc4;
	box-shadow: 0 0 0 6px rgba(114, 191, 196, 0.3);
	z-index: 2;
	transition: background 0.3s ease;
}

.process-chart li:nth-child(odd)::before {
	right: -11px;
}

.process-chart li:nth-child(even)::before {
	left: -11px;
}

.process-chart h2 {
	font-size: 1.4rem;
	font-weight: 600;
	color: #2b3745;
}

.process-chart p {
	margin: 10px 0 0;
	color: #555;
	font-size: 0.95rem;
}

@media (max-width: 767px) {
	.process-chart::before {
		left: 10px;
	}

	.process-chart li {
		width: 100%;
		padding-left: 50px;
		text-align: left !important;
	}

	.process-chart li::before {
		left: 0;
	}
}

/* optional hover or scroll glow */
.process-chart li.active::before {
	background: #4eaeb4;
	box-shadow: 0 0 0 10px rgba(114, 191, 196, 0.25);
}


.process {
	width: 100%;
	text-align: center;
}

.process__item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	position: relative;
	padding: 15px 0;
	transition: 0.4s ease-in-out;
	background: #ecf9fd !important;
	cursor: pointer;
}

.process li:first-child {
	padding-left: 0;
}

.process li:last-child {
	padding-right: 0;
}

.process__item:hover {
	background: #2f455c !important;
	color: #fff;
}

.process__item:hover .process__title,
.process__item:hover .process__title i,
.process__item:hover .process__subtitle {
	color: #fff;
}

.process__item:hover .process__number {
	transform: translateY(5px);
	color: #fff;
}

.process__number {
	font-size: 90px;
	-webkit-text-stroke: 1px #003c71;
	display: block;
	color: transparent;
	font-family: "Roboto Condensed";
	font-weight: 700;
	transition: 0.4s ease-in-out;
	padding: 0 1rem;
}

.process__title {
	font-family: "Tenor Sans", sans-serif;
	font-weight: 700;
	letter-spacing: 1.5px;
	font-size: 18px;
	color: #003c71;
	text-transform: uppercase;
	margin-top: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 150px;
	padding: 0 1rem;
}

.process__title i {
	font-size: 3vmax;
	margin-bottom: 1.5rem;
	color: #d99371 !important;
	display: block;
	margin-right: 0 !important;
}

.process__subtitle {
	display: block;
	font-family: "Wix Madefor Text", sans-serif;
	font-size: 18px;
	color: #8c8c8c;
	margin-top: 10px;
	line-height: 1.3;
	padding: 0 1rem;
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
	.process {
		display: inline-block;
	}

	.process__item {
		width: 49%;
		display: inline-block;
	}
}

@media (min-width: 1200px) {
	.process {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.process__item {
		width: 100%;
	}

	.process__item:not(:last-of-type)::after {
		content: "";
		width: 1px;
		height: 100%;
		background: #8c8c8c;
		position: absolute;
		right: 0;
		top: 50%;
		opacity: 0.2;
		transform: translateY(-50%);
	}
}

section {
	position: relative;
}

.processSteps img {
	border-radius: var(--border-radius);
}

.sticky-element {
	position: relative;
	transition: top 0.2s ease;
}

.sticky-fixed {
	position: fixed !important;
	top: 5vmax;
	/* Sticky start position */
	width: var(--sticky-width);
}

.sticky-bottom {
	position: absolute !important;
	bottom: 5vmax;
	/* Sticky end position */
	width: var(--sticky-width);
}


.blogthumb .thumbimg {
	background-color: #fff;
	border-radius: 15px;
	border: 10px solid #fff;
	box-shadow: 7px 7px 15px 10px rgb(194 194 194 / 26%);
	margin-bottom: 2rem;
	overflow: hidden;
}

.blogthumb .thumbimg img {
	width: 100%;
	border-radius: 15px;
	transition: all 0.3s ease-in-out;
}

.blogthumb .thumbimg:hover img {
	transform: scale(1.1);
}


.marquee-row {
	position: relative;
	overflow: hidden;
	display: flex;
	white-space: nowrap;
}

.marquee-track {
	display: flex;
	white-space: nowrap;
	will-change: transform;
	margin-bottom: 1.5rem;
}

.marquee-track img {
	width: 430px;
	height: auto;
	margin: 0 15px;
	border-radius: 12px;
	flex-shrink: 0;
	transition: transform 0.3s ease;
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-button:not(.collapsed) {
	color: #0d6efd;
	background-color: #e7f1ff;
}

.accordion-button {
	font-size: 19px;
	font-family: "Tenor Sans", sans-serif;
	font-weight: 400;
	padding: 0;
	border: 0;
	background: transparent !important;
}

.accordion-collapse {
	border: solid rgb(0 0 0);
	border-width: 0;
	box-shadow: none;
	border-radius: 0;
}

.accordion .accordion-item .accordion-header {
	padding: 1.1rem 0;
	border-top: 1px solid #000;
}

.accordion-item:last-of-type .accordion-collapse {
	border-bottom-width: 1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion-button:not(.collapsed) {
	color: var(--primary-color);
	background-color: #e7f1ff;
}

.accordion-body {
	padding: 1.1rem 0;
	padding-top: 0;
}

.btn-group {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

/*-------------Pricing-------------*/
.pricing-header {
	text-align: center;
	margin-bottom: 2rem;
}

.table thead th {
	background-color: #f0f8f9;
	text-align: center;
	vertical-align: middle;
}

.feature-category {
	background-color: #eaf7f9;
	font-weight: 600;
}

/* Info icon styling */
.fa-circle-info {
	color: #72bfc4;
	cursor: pointer;
	font-size: 0.9rem;
}

/* Stackable mobile table */
@media (max-width: 768px) {
	.table thead {
		display: none;
	}

	.table,
	.table tbody,
	.table tr,
	.table td {
		display: block;
		width: 100%;
	}

	.table tr:not(:has(td.featureTitle)) {
		margin-bottom: 1.5rem;
		border: 1px solid #dee2e6;
		border-radius: 0;
		overflow: hidden;
		background: #fff;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
		border-right: 0;
		border-left: 0;
		border-bottom: 0;
	}

	.table td {
		text-align: right;
		padding-left: 50%;
		position: relative;
	}

	.table td::before {
		content: attr(data-label);
		position: absolute;
		left: 1rem;
		width: 45%;
		padding-right: 10px;
		font-weight: 600;
		text-align: left;
		color: #333;
	}

	.pricingTable tr td {
		border-right: 0;
	}

	.pricingTable .featureTitle {
		border-bottom: 0;
	}

	.pricingTable tr td:not(:first-child) {
		font-size: 14px;
	}

	table tr:last-child td,
	table tr.showLastRow td {
		border-bottom: 1px solid #dee2e6 !important;
		border-radius: 0;
	}
}

.btn-show-more {
	transition: all 0.3s;
}

.btn-show-more:hover {
	background-color: #009aae;
}

.pricing-card {
	height: 100%;
	padding: 2vmax;
	background: transparent;
	border: 1px solid #000;
	border-radius: var(--border-radius);
	width: 100%;
	transition: all 0.3s ease-in-out;
}

.pricing-card * {
	transition: all 0.3s ease-in-out;
}

.pricing-card:hover,
.pricing-card:focus {
	background: #fff;
	border: 1px solid #fff;
	box-shadow: 10px 10px 15px 5px rgb(194 194 194 / 26%);
}

.pricing-card h3 {
	font-size: calc(14px + .8vw);
	font-family: "Tenor Sans", sans-serif;
	font-weight: 400;
	color: var(--heading-color);
	margin-bottom: .5rem;
	line-height: 1.1;
}

.pricing-card h6 {
	font-size: 17px;
	line-height: 1.3;
	font-weight: 400;
	color: #929292;
	margin-bottom: 1rem;
	font-family: "Wix Madefor Text", sans-serif;
}

.pricing-card .price {
	font-size: calc(16px + .8vw);
	font-family: "Wix Madefor Text", sans-serif;
	font-weight: 700;
	color: #000;
	margin-bottom: .5rem;
	line-height: 1.1;
}

.pricing-card:hover .price,
.pricing-card:focus .price,
.pricing-card:hover .lucide,
.pricing-card:focus .lucide {
	color: var(--primary-color);
}

.pricing-card ul {
	margin-top: 1.15rem;
}

@media (max-width: 767px) {
	.features-list {
		display: none;
	}
}

.toggle-features-btn {
	width: 100%;
	padding: 10px 0;
	font-weight: 400;
	margin-bottom: 0;
	background: transparent;
	border: 0;
	text-align: left;
	margin-top: 1rem;
	border-top: 1px solid #ccc;
	border-radius: 0;
	color: #929292;
}

.toggle-features-btn .arrow .lucide {
	transition: transform .3s ease;
	float: right;
}

.toggle-features-btn.active .arrow .lucide {
	transform: rotate(180deg);
}

.pricing-card ul li {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	margin-bottom: .5rem;
	display: flex;
}

.pricing-card ul li .lucide {
	width: 20px;
	margin-right: .5rem;
}

/* table th, table td {
	border-color: var(--table-border-color);
	border-style: solid;
	border-width: 1px;
} */
table th,
table td {
	border-bottom: 1px solid var(--table-border-color);
	border-right: 1px solid var(--table-border-color);
	padding: 10px;
}

table tr.showLastRow td {
	border-bottom: 0px solid var(--table-border-color);
}

table tr.showLastRow.displayedAll td {
	border-bottom: 1px solid var(--table-border-color);
}

/* Remove double borders */
table tr td:last-child,
table tr th:last-child {
	border-right: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-radius: var(--border-radius);
	border: 1px solid var(--table-border-color);
}

table tbody tr:last-child td {
	border-bottom: none;
}

table tr:first-child th:first-child {
	border-top-left-radius: var(--border-radius);
	border-collapse: separate;
}

table tr:last-child th:last-child {
	border-top-right-radius: var(--border-radius);
	border-collapse: separate;
}

table tr:last-child td:first-child {
	border-bottom-left-radius: var(--border-radius);
	border-collapse: separate;
}

table tr:last-child td:last-child {
	border-bottom-right-radius: var(--border-radius);
	border-collapse: separate;
}

.table>:not(:last-child)>:last-child>* {
	border-bottom-color: var(--table-border-color);
}

.table.pricingTable thead th {
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
	padding: .8vmax;
}

.pricingTable span {
	font-size: 18px;
	line-height: 1.3;
	font-family: "Tenor Sans", sans-serif;
	font-weight: 400;
	color: #000;
	margin-bottom: .5rem;
	display: block;
}

.pricingTable p {
	font-size: 16px;
	/* font-size: 20px; */
	line-height: 1.3;
	font-weight: 400;
	margin-bottom: .5rem;
}

.pricingTable h3 {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	font-family: "Wix Madefor Text", sans-serif;
	margin-bottom: 0;
	color: var(--primary-color);
}

.pricingTable .featureTitle {
	font-size: 18px !important;
	line-height: 1.3 !important;
	font-weight: 700 !important;
	color: #000 !important;
	display: table-cell !important;
	text-align: left;
}

.pricingTable tr td:first-child {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #929292;
}

.pricingTable tr td:first-child:before {
	display: none !important;
}

.pricingTable tr td:first-child .lucide {
	width: 18px;
}

.pricingTable tr td:not(:first-child) {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	color: #2c2c2c;
	vertical-align: middle;
}

body .table>:not(caption)>*>* {
	padding: .45rem 1rem !important;
}

.feature-box {
	background: rgb(255 255 255 / 22%);
	border-radius: var(--border-radius);
	margin-bottom: 1.5rem;
	display: flex;
	flex-direction: column;
	padding: 1.25vmax 1.5vmax;
	transition: all 0.3s ease-in-out;
}

.feature-box:hover,
.feature-box:focus {
	background: var(--acent-color);
}

.feature-box h5 {
	font-size: 22px;
	line-height: 1.3;
	font-weight: 400;
	font-family: "Tenor Sans", sans-serif;
	margin-bottom: 1rem;
	color: #fff;
}

.feature-box p {
	font-size: calc(14px + 0.2vw);
	line-height: 1.3;
	color: #fff;
	margin-bottom: 0;
	font-weight: 400;
}

.cards-section {
	position: relative;
	display: grid;
	gap: 3rem;
	grid-template-columns: 200px auto;
}

.cards {
	display: grid;
	margin-top: 3.5rem;

	>* {
		grid-area: 1 / 1 / 2 / 2;
	}
}

.card {
	width: 300px;
	height: auto;
	padding: 1vmax;
	background-color: #e8faff;
	border-radius: 8px;
	border: 2px solid #cff7f7;
}

.to-stay-card {
	/* background-color: red; */
	border-radius: 8px;
	width: auto;
	height: 400px;
}

.tp-portfolio-wd-thumb {
	background-color: #fff;
	border-radius: var(--border-radius);
}

.des-portfolio-panel img {
	transition: opacity 0.2s linear, box-shadow 0.2s ease-out;
}


/*----------------------------------
-------Login Page CSS---------------
-----------------------------------*/
.small-wapper {
	max-width: 700px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.small-wapper h2 {
	visibility: visible;
	animation-delay: 0.2s;
	animation-name: fadeInUp;
	font-size: calc(17px + 1vw);
	color: #333333;
	font-family: "Tenor Sans", sans-serif;
	font-weight: 400;
}

.small-wapper h5 {
	font-size: calc(22px + 1vw);
	font-weight: 400;
	font-family: "Cormorant", serif;
	font-style: italic;
	position: relative;
	z-index: 2;
}

.small-wapper p {
	visibility: visible;
	animation-delay: 0.4s;
	animation-name: fadeInUp;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 600;
	color: #333333;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 3vmax;
}

.small-wapper h6 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	color: #333333;
	font-family: "Tenor Sans", sans-serif;
	margin-bottom: 1rem;
	margin-top: 2vmax;
}

.small-wapper .fancyline {
	margin-bottom: 2vmax;
}

.small-wapper .fancyline:after {
	bottom: 7px;
}

.logn-wrapper {
	width: 100%;
	max-width: 580px;
	background: #fff;
	box-shadow: var(--shadow);
	padding: 3vmax;
	;
	border-radius: var(--border-radius);
}

.form-control {
	display: block;
	width: 100%;
	min-height: 48px;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	background-clip: padding-box;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 50px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
	color: #212529;
	background-color: transparent;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: none;
	border: 0;
}

.input-group:has(.form-control:focus) {
	border: 1px solid #000;
}

.input-group {
	width: 100%;
	border: 1px solid #d8d8d8;
	border-radius: 50px;
	margin-bottom: 1.5rem;
	box-shadow: 5px 5px 12px 3px rgb(30 206 255 / 10%);
}

.input-group-text .lucide {
	color: #8aa5ac;
	max-width: 20px;
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem 1rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	padding-right: 0;
}

.input-group>.input-group-text:last-child {
	padding-right: 1rem;
}

.login-middle {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.forgotlink {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
	color: #000;
	text-decoration: underline;
}

.forgotlink:hover,
.forgotlink:focus {
	color: var(--primary-color);
	text-decoration: underline;
}

.formFooter {
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #ababab;
	padding: 1.5rem 0;
	padding-top: 3vmax;
	margin-top: 1vmax;
}

.formFooter p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	color: #333333;
	font-family: "Tenor Sans", sans-serif;
	margin-bottom: 0;
}


@media (max-width: 768px) {
	p {
		font-size: 14px;
	}

	.title,
	h2,
	.small-wapper h2 {
		font-size: calc(24px + 1.2vw);
		margin-bottom: 1rem;
	}

	.subtitle {
		font-size: calc(17px + 1vmax);
		margin-bottom: 1rem;
	}

	.header.header-6 .navbar-brand img {
		max-width: 145px;
	}

	.hero-content-wrapper h2 {
		font-size: calc(24px + 1vmax);
		margin-bottom: 15px !important;
	}

	.fancyline h5 {
		font-size: calc(26px + 1vmax);
		font-weight: 400;
	}

	.fancyline:after {
		bottom: 4px;
		height: 9px;
	}

	.hero-content-wrapper p {
		font-size: 14px;
	}

	.button {
		height: 34px;
		font-size: 14px;
	}

	.hero-content-wrapper h6 {
		font-size: 16px;
	}

	.hero-content-wrapper {
		margin-top: 8vmax;
	}

	.hero-section .reload {
		top: 24%;
		left: 8vmax;
	}

	.hero-section .coder {
		display: none;
	}

	.hero-section .gear {
		top: 25%;
		right: 23vmax;
	}

	.hero-section .html {
		top: 30%;
		right: 2vmax;
	}

	.hero-section .code {
		bottom: 4%;
		right: 5vmax;
		top: auto;
		left: auto;
	}

	.hero-section .window {
		top: auto;
		right: auto;
		position: relative;
		left: 8vmax;
		bottom: 0vmax;
	}

	.feature-slider-wrapper .fancyslider {
		border-radius: 10px 0 0 10px;
	}

	.paginationdiv {
		margin-top: 1.5rem;
	}

	.paginationdiv .swiper-button-next,
	.paginationdiv .swiper-rtl .swiper-button-prev,
	.paginationdiv .swiper-button-prev,
	.paginationdiv .swiper-rtl .swiper-button-next {
		width: 30px;
		height: 30px;
	}

	.slider-filters .filter-btn {
		padding: 3px 10px;
		font-size: 14px;
	}

	.iconbox1 {
		padding: 1rem;
		margin-bottom: 1.5rem;
		height: auto;
	}

	.iconbox1 h4 {
		font-size: 18px;
		line-height: 1.3;
	}

	.iconbox1 p {
		font-size: 14px;
	}

	.blogthumb .thumbimg {
		margin-bottom: 1rem;
	}

	.marquee-track {
		margin-bottom: 1rem;
	}

	.marquee-track img {
		width: 160px;
		margin: 0 7px;
		border-radius: 10px;
	}

	.accordion-button {
		font-size: 16px;
		text-align: left;
	}

	.accordion .accordion-item .accordion-header {
		padding: .8rem 0;
	}

	.footer .widget-wrapper .footer-widget h3 {
		font-size: 30px;
	}

	.footer .widget-wrapper .footer-widget p.desc {
		max-width: 100%;
	}

	.pricing-card ul li {
		font-size: 14px;
		margin-bottom: .3rem;
	}

	.pricing-card .price {
		font-size: calc(20px + 1vw);
	}

	.small-wapper {
		min-height: auto !important;
		padding: 5vmax 0;
	}

	.footer .nav {
		justify-content: center;
		margin-bottom: 1.5rem;
	}

	.footer .copyright-wrapper p {
		text-align: center;
	}

}
/** Ticket create form */

.headerGapSmall {
	padding-top: calc(var(--header-height) + 1.5rem + 2vmax);
}

.medium-wapper {
	max-width: 900px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.navbar-area-onboarding {
    background: #ffffff;
    /* margin: 1.5rem; */
    /* margin-bottom: 0; */
    /* border-radius: 25px; */
    padding: .3rem;
    box-shadow: 5px 5px 10px 6px rgb(194 194 194 / 26%);
    transition: all .4s linear;
}

.promo-badge {
    background: #ffffff;
    border-radius: 40px;
    font-size: 15px;
}

/* spacing between feature items */
.feature-item {
    margin: 0 12px;
}

/* =============================
    FEATURES PAGE
================================ */
.feat-kicker {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--tp-theme-primary, #4f46e5);
    margin-bottom: 0.75rem;
}
.feat-checklist {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}
.feat-checklist li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
}
.feat-checklist li svg { width: 18px; height: 18px; color: #22c55e; flex-shrink: 0; }
.feat-checklist-light li { color: rgba(255,255,255,0.85); }
.feat-checklist-light li svg { color: #4ade80; }

/* Shared hero icon grid (features + templates) */
.features-hero-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 2rem 0;
}
.fhg-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.1rem 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: #374151;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.fhg-card svg { width: 22px; height: 22px; color: #4f46e5; }

/* Browser mockup */
.feat-mockup { padding: 1rem; }
.feat-mockup-browser {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    border: 1px solid #e5e7eb;
    background: #fff;
}
.feat-mockup-bar {
    background: #f3f4f6;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.feat-mockup-bar span {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: #d1d5db;
}
.feat-mockup-url {
    background: #fff;
    border-radius: 6px;
    padding: 3px 10px;
    font-size: 0.72rem;
    color: #6b7280;
    margin-left: 8px;
    flex: 1;
}
.feat-mockup-body { padding: 1rem; }
.feat-mockup-hero {
    background: #f3f4f6;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 0.75rem;
}
.feat-mockup-badge {
    display: inline-block;
    background: #e0e7ff;
    color: #4f46e5;
    border-radius: 20px;
    padding: 2px 10px;
    font-size: 0.7rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.fml-title { height: 14px; background: #d1d5db; border-radius: 4px; width: 60%; margin-bottom: 8px; }
.fml-sub   { height: 10px; background: #e5e7eb; border-radius: 4px; width: 80%; margin-bottom: 12px; }
.fml-btn   { height: 28px; background: #1f2937; border-radius: 6px; width: 30%; }
.feat-mockup-modules {
    display: flex;
    gap: 8px;
}
.feat-mockup-modules > div {
    flex: 1;
    background: #f3f4f6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
}
.feat-mockup-modules svg { width: 18px; height: 18px; color: #6b7280; }

/* Module cards */
.feat-module-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.5rem;
    height: 100%;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.feat-module-card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border-color: #c7d2fe;
}
.feat-module-card svg { width: 28px; height: 28px; color: #4f46e5; margin-bottom: 0.75rem; }
.feat-module-card h5  { font-size: 1rem; font-weight: 700; margin-bottom: 0.35rem; }
.feat-module-card p   { font-size: 0.85rem; color: #6b7280; margin: 0; }

/* Role cards */
.feat-role-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 1.1rem;
}
.feat-role-card svg { width: 20px; height: 20px; color: #4f46e5; margin-bottom: 0.4rem; }
.feat-role-card h6  { font-weight: 700; margin-bottom: 0.2rem; font-size: 0.9rem; }
.feat-role-card p   { font-size: 0.8rem; color: #6b7280; margin: 0; }

/* =============================
    TEMPLATES PAGE
================================ */
.tpl-bar {
    background: #fff;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    z-index: 100;
}
.tpl-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    gap: 1rem;
}
.tpl-filters { display: flex; flex-wrap: wrap; gap: 6px; }
.tpl-filter-btn {
    padding: 6px 16px;
    border-radius: 999px;
    border: 1.5px solid #e5e7eb;
    background: #fff;
    font-size: 0.83rem;
    font-weight: 600;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.15s;
}
.tpl-filter-btn:hover  { border-color: #9ca3af; color: #111827; }
.tpl-filter-btn.active { background: #111827; border-color: #111827; color: #fff; }
.tpl-count { font-size: 0.82rem; color: #9ca3af; white-space: nowrap; flex-shrink: 0; }

.tpl-card {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #fff;
    transition: box-shadow 0.2s, transform 0.2s;
}
.tpl-card:hover {
    box-shadow: 0 12px 32px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}
.tpl-thumb {
    position: relative;
    overflow: hidden;
}
.tpl-thumb img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}
.tpl-card:hover .tpl-thumb img { transform: scale(1.03); }
.tpl-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15,23,42,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s;
}
.tpl-card:hover .tpl-overlay { opacity: 1; }
.tpl-use-btn {
    background: #fff;
    color: #111827;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 9px 22px;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
}
.tpl-use-btn:hover { background: #111827; color: #fff; }
.tpl-badge-new {
    position: absolute;
    top: 12px; left: 12px;
    background: #111827;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 999px;
}
.tpl-info { padding: 1rem 1.1rem 1.2rem; }
.tpl-meta { display: flex; align-items: center; gap: 8px; margin-bottom: 0.4rem; }
.tpl-cat {
    font-size: 0.72rem;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.tpl-cat-school     { background: #dbeafe; color: #1d4ed8; }
.tpl-cat-college    { background: #dcfce7; color: #15803d; }
.tpl-cat-university { background: #ede9fe; color: #6d28d9; }
.tpl-cat-institute  { background: #fef3c7; color: #b45309; }
.tpl-style { font-size: 0.78rem; color: #9ca3af; }
.tpl-name  { font-size: 0.97rem; font-weight: 700; color: #111827; margin-bottom: 0.2rem; }
.tpl-desc  { font-size: 0.82rem; color: #6b7280; margin: 0; line-height: 1.5; }
.tpl-item.hidden { display: none !important; }

/* =============================
    LEGAL PAGES (Terms, Privacy)
================================ */
.legal-body { color: #374151; line-height: 1.8; }
.legal-body h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #111827;
    margin-top: 2rem;
    margin-bottom: 0.6rem;
}
.legal-body p  { margin-bottom: 0.9rem; }
.legal-body ul { margin-bottom: 0.9rem; padding-left: 1.4rem; }
.legal-body ul li { margin-bottom: 0.35rem; }
.legal-body a  { color: #4f46e5; text-decoration: none; }
.legal-body a:hover { text-decoration: underline; }

/* Hero collage */
.tpl-hero-collage {
    display: flex;
    gap: 10px;
    padding: 2rem 0;
    align-items: stretch;
}
.tpl-collage-main {
    flex: 1.4;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.tpl-collage-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.tpl-collage-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.tpl-collage-sm {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
    flex: 1;
}
.tpl-collage-sm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.tpl-collage-label {
    position: absolute;
    bottom: 8px;
    left: 10px;
    background: rgba(255,255,255,0.92);
    color: #111827;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 999px;
    backdrop-filter: blur(4px);
}

/* =============================
    HELP CENTER PAGE
================================ */
.help-layout {
    display: flex;
    gap: 2.5rem;
    align-items: flex-start;
}
.help-sidebar {
    width: 240px;
    flex-shrink: 0;
    position: sticky;
    top: 90px;
}
.help-sidebar-inner {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.25rem 1rem;
}
.help-nav-group { margin-bottom: 1.25rem; }
.help-nav-group:last-child { margin-bottom: 0; }
.help-nav-label {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9ca3af;
    padding: 0 0.5rem;
    margin-bottom: 0.35rem;
    display: block;
}
.help-nav-link {
    display: block;
    font-size: 0.875rem;
    color: #374151;
    padding: 0.35rem 0.5rem;
    border-radius: 6px;
    text-decoration: none;
    line-height: 1.4;
    transition: background 0.15s, color 0.15s;
}
.help-nav-link:hover,
.help-nav-link.active {
    background: #ede9fe;
    color: #6d28d9;
    text-decoration: none;
}
.help-content { flex: 1; min-width: 0; }
.help-section-group-title {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9ca3af;
    margin-bottom: 1.5rem;
    margin-top: 0.5rem;
}
.help-section { margin-bottom: 2.5rem; }
.help-section-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}
.help-section-header i {
    width: 36px;
    height: 36px;
    background: #ede9fe;
    color: #6d28d9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}
.help-section-header h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827;
    margin: 0;
}
.help-section p { color: #374151; line-height: 1.75; margin-bottom: 0.75rem; }
.help-callout {
    background: #f3f4f6;
    border-left: 4px solid #d1d5db;
    border-radius: 0 8px 8px 0;
    padding: 0.9rem 1.1rem;
    margin: 1rem 0;
    font-size: 0.9rem;
    color: #374151;
}
.help-callout.tip {
    background: #ecfdf5;
    border-color: #34d399;
    color: #065f46;
}
.help-callout.warning {
    background: #fffbeb;
    border-color: #fbbf24;
    color: #92400e;
}
.help-callout strong { display: block; margin-bottom: 0.25rem; font-weight: 700; }
.help-steps {
    padding-left: 1.5rem;
    margin: 0.75rem 0 1rem;
    color: #374151;
}
.help-steps li { margin-bottom: 0.5rem; line-height: 1.7; }
.help-steps li strong { color: #111827; }
.help-list {
    padding-left: 1.25rem;
    margin: 0.5rem 0 1rem;
    color: #374151;
}
.help-list li { margin-bottom: 0.4rem; line-height: 1.7; }
.help-divider {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 2.5rem 0;
}
.help-roles-table { width: 100%; border-collapse: collapse; margin: 0.75rem 0 1rem; font-size: 0.88rem; }
.help-roles-table thead th {
    background: #f3f4f6;
    padding: 0.6rem 0.85rem;
    text-align: left;
    font-weight: 700;
    color: #374151;
    border-bottom: 1px solid #e5e7eb;
}
.help-roles-table tbody td {
    padding: 0.55rem 0.85rem;
    border-bottom: 1px solid #f3f4f6;
    color: #4b5563;
    vertical-align: top;
}
.help-roles-table tbody tr:last-child td { border-bottom: none; }
.help-roles-table .role-name { font-weight: 600; color: #111827; white-space: nowrap; }

@media (max-width: 768px) {
    .help-layout { flex-direction: column; }
    .help-sidebar { width: 100%; position: static; }
    .help-roles-table { font-size: 0.78rem; }
    .help-roles-table thead th,
    .help-roles-table tbody td { padding: 0.45rem 0.6rem; }
}

/* Help Center hero topic grid */
.help-topic-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.help-topic-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 1.4rem 1rem;
    text-decoration: none;
    color: #374151;
    font-size: 0.82rem;
    font-weight: 600;
    text-align: center;
    transition: border-color 0.2s, box-shadow 0.2s, color 0.2s;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.help-topic-card i {
    font-size: 1.35rem;
    color: #6d28d9;
    width: 42px;
    height: 42px;
    background: #ede9fe;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.help-topic-card:hover {
    border-color: #c4b5fd;
    box-shadow: 0 4px 16px rgba(109,40,217,0.1);
    color: #6d28d9;
    text-decoration: none;
}
