.pln-details

/*Header start*/
body {
	background: #fff;
}

a:hover {
	color: #fff000;
}

.box {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.16);
	-moz-box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.16);
	box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.16);
}

.box2 {
	-webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
	box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
}

.z-in1 {
	z-index: 1;
}

.z-in2 {
	z-index: 2;
}

.z-in3 {
	z-index: 3;
}

.text-gray {
	color: #7c7a7a;
}

@font-face {
	font-family: 'SF New Republic';
	src: url('../fonts/SFNewRepublic-Bold.woff2') format('woff2'), url('../fonts/SFNewRepublic-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'SF New Republic';
	src: url('../fonts/SFNewRepublic.woff2') format('woff2'), url('../fonts/SFNewRepublic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.sf {
	font-family: 'SF New Republic';
}

@font-face {
	font-family: 'Satoshi';
	src: url('../fonts/Satoshi-Medium.woff2') format('woff2'), url('../fonts/Satoshi-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Satoshi';
	src: url('../fonts/Satoshi-Black.woff2') format('woff2'), url('../fonts/Satoshi-Black.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Satoshi';
	src: url('../fonts/Satoshi-Regular.woff2') format('woff2'), url('../fonts/Satoshi-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Satoshi';
	src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2'), url('../fonts/Satoshi-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Satoshi';
	src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2'), url('../fonts/Satoshi-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Satoshi';
	src: url('../fonts/Satoshi-Light.woff2') format('woff2'), url('../fonts/Satoshi-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Satoshi';
	src: url('../fonts/Satoshi-Bold.woff2') format('woff2'), url('../fonts/Satoshi-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Weston Light Free';
	src: url('../fonts/Weston-Light-Free.woff2') format('woff2'), url('../fonts/Weston-Light-Free.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Weston Free';
	src: url('../fonts/Weston-Free.woff2') format('woff2'), url('../fonts/Weston-Free.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.btn-primary:hover {
	background: rgb(1, 160, 168);
	background: linear-gradient(90deg, rgba(1, 160, 168, 1) 0%, rgba(14, 202, 191, 1) 100%);
}

.title-bg h2 {
	line-height: 54px;
}

.title-bg h2 {
	font-family: Spirax;
}

.banner-title h1 {
	font-family: Spirax;
}

.spy {
	font-family: Spirax;
}

/*
Responsive Navbar Area CSS
===================================================*/

.navbar .navbar-toggler {
	color: #000000;
	font-size: inherit;
	position: absolute;
	right: 0px;
}

.navbar .navbar-toggler .burger-menu {
	cursor: pointer;
}

.navbar .navbar-toggler .burger-menu span {
	height: 3px;
	width: 30px;
	margin: 5px 0;
	display: block;
	background-color: #000000;
}

.mobile-navbar .offcanvas-header {
	padding: 30px 30px;
	/*background-color: #09b9b6;*/
	background-color: transparent;
}

.mobile-navbar .offcanvas-header .close-btn {
	transition: all ease 0.5s;
	font-size: 20px;
	cursor: pointer;
	top: 40px;
	right: 30px;
	position: absolute !important;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: #ffffff !important;
}

.mobile-navbar .offcanvas-header .close-btn:hover {
	color: #9edd05;
}

.mobile-navbar .offcanvas-body {
	padding: 30px 30px;
}

.mobile-navbar .offcanvas-body ul {
	list-style-type: none;
	margin-bottom: 0;
}

.mobile-navbar .offcanvas-body ul.mobile-menu {
	padding-left: 0;
	overflow: hidden;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list {
	border-bottom: 1px solid #e7e7e7;
	position: relative;
	line-height: 1;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	clear: both;
	width: 100%;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list.active .mobile-menu-items {
	padding: 18px 0 0 0;
	margin: 18px 0;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list:last-child {
	border-bottom: 1px solid #e7e7e7;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a {
	color: #000;
	height: 100%;
	padding-right: 30px;
	text-decoration: none;
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
}

.mobile-menu li a i {
	/* font-size: 15px; */
	line-height: 1;
	position: relative;
	top: 1px;
	display: inline-block;
	margin-left: 3px;
	transition: 0.4s;
}

/*.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a::after {
	top: 15%;
	right: 0;
	content: "f107";
	color: #072720;
	position: absolute;
	transform: translateY(-14%);
	transition: 0.6s;
	font-size: 20px;
	font-style: normal;
	font-family: remixicon !important;
}*/
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a:hover,
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a.active {
	color: #072720;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items {
	height: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items li {
	padding: 0 0 20px 0 !important;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items a {
	padding: 0 20px;
	font-size: 15px;
	font-weight: 600;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items a.active {
	color: #9edd05;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items a:hover {
	color: #9edd05;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items a::after {
	display: none;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items .mobile-menu-list {
	padding: 0;
	margin: 0;
	border: none;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items .mobile-menu-list::after {
	right: 15px;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items .mobile-menu-list .mobile-menu-items {
	padding: 0 !important;
	background-color: var(--bs-gray-100);
	margin: 0 20px !important;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items .mobile-menu-list.active .mobile-menu-items {
	padding: 18px 0 0 0 !important;
	margin: 18px 20px !important;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list.without-icon:after {
	display: none;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list.without-icon a::after {
	display: none;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .active:after {
	transform: translateY(-50%) rotate(180deg);
}

.mobile-navbar .offcanvas-body ul.mobile-menu .active>.mobile-menu-items {
	transition: all 300ms;
	display: block;
	height: auto;
	clear: both;
	float: left;
	width: 100%;
	background-color: #ededed;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .active>.mobile-menu-items li:last-child {
	border: none;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .active>a {
	color: #072720;
}

.mobile-navbar .others-options {
	padding-left: 0px !important;
	vertical-align: middle;
}

.mobile-navbar .others-options ul {
	padding-left: 0;
	padding-right: 0;
	list-style-type: none;
}

.mobile-navbar .others-options ul li {
	display: inline-block;
	position: relative;
	margin-right: 30px;
}

.mobile-navbar .others-options ul li .search-btn {
	color: #082720;
	border: none;
	font-weight: 500;
	box-shadow: unset !important;
	background-color: transparent;
	position: relative;
	padding-left: 25px;
}

.mobile-navbar .others-options ul li .search-btn i {
	top: 3px;
	left: 0;
	position: absolute;
	font-size: 20px;
	line-height: 1;
}

.mobile-navbar .others-options ul li .login i {
	top: 1px;
}

.mobile-navbar .others-options ul li:last-child {
	margin-right: 0;
}

.offcanvas-backdrop.show {
	opacity: 1;
	transition: all ease 0.5s;
}

/**********************************Header **********************************/

.navbar-head h4 {
	display: none;
}

.banner-sec {
	padding: 60px 0px 50px 0px;
}

header {
	-webkit-box-shadow: 0px 0px 12px 0px rgba(218, 218, 218, 1);
	-moz-box-shadow: 0px 0px 12px 0px rgba(218, 218, 218, 1);
	box-shadow: 0px 0px 12px 0px rgba(218, 218, 218, 1);
	background: #f8fffe;
	border-radius: 50px;
	padding: 9px 18px;
}

.nav-bg-aft::after {
	position: absolute;
	content: "";
	background: url("../images/nav-bg-aft.png") no-repeat;
	width: 412px;
	height: 54px;
	left: 45px;
	top: -45px;
}

.nav-bg-aft::before {
	position: absolute;
	content: "";
	background: url("../images/nav-bg-bef.png") no-repeat;
	width: 191px;
	height: 45px;
	right: 38px;
	top: -43px;
}

.banner-sec {
	background: rgb(133, 226, 206);
	background: linear-gradient(45deg, rgba(133, 226, 206, 1) 0%, rgba(235, 242, 210, 1) 39%, rgba(182, 224, 157, 1) 74%, rgba(72, 245, 216, 1) 100%);
}

/* Base link style */
.head-nav-link li a {
	position: relative;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	transition: color 0.3s ease, transform 0.3s ease;
}

/* The circle beside the link */
.head-nav-link li a::after {
	position: absolute;
	content: "";
	background: #000;
	width: 7px;
	height: 7px;
	left: -18px;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

/* Hover effect on the link text */
.head-nav-link li a:hover {
	color: #00f0ff;
	/* Text color changes */
	transform: translateY(-2px);
	/* Subtle text raise */
}

/* Hover effect on the dot beside the link */
.head-nav-link li a:hover::after {
	transform: scale(1.8);
	background: #00f0ff;
	box-shadow: 0 0 8px #00f0ff;
}

/* Active state style: underline */
.head-nav-link li a.active {
	color: #ff4ecd;
	/* Active color */
	text-decoration: underline;
	text-decoration-color: #ff4ecd;
	text-decoration-thickness: 3px;
}

/* Removed background hover effect */
.head-nav-link li a::before {
	/* This is now empty to prevent background animation */
}

.head-nav-link li {
	display: inline-block;
	margin: 0 21px;
	position: relative;
}

.head-nav-link li a:hover {
	color: #ff9700 !important;
}

.langs-drop .dropdown-toggle {
	background: transparent url(../images/drop-arrow.png) no-repeat right 0px center;
	border: 0;
	padding: 2px 15px;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
}

.server-time {
	background: #313233;
	display: flex;
	align-items: center;
	position: absolute;
	top: -36px;
	z-index: 1;
	border-radius: 25px;
	padding: 7px 60px 7px 11px;
	left: 83px;
}

.server-time iconify-icon {
	font-size: 20px;
	margin-right: 7px;
}

.server-time h6 {
	display: flex;
	align-items: center;
}

.socila-icons ul li {
	display: inline-block;
	margin: 0 5px;
}

.socila-icons ul li iconify-icon {
	font-size: 20px;
}

.socila-icons {
	border: 2px solid #cdcdcd;
	display: inline-block;
	padding: 2px 2px;
	border-radius: 25px;
	position: absolute;
	right: 64px;
	top: -35px;
}

.socila-icons ul li iconify-icon:hover {
	color: #f78b1e;
}

.reg-btn {
	display: flex;
	align-items: center;
	margin-left: 4px;
}

.reg-img {
	width: 42px;
	height: 42px;
	text-align: center;
	border-radius: 50%;
	padding: 7px 0px;
}

.reg-img iconify-icon {
	font-size: 25px;
	color: #fff;
}

.btn-bg1 {
	background: rgb(1, 160, 168);
	background: linear-gradient(0deg, rgba(1, 160, 168, 1) 0%, rgba(14, 202, 191, 1) 100%);
	border: transparent;
}

.btn-bg1:hover {
	background: rgb(1, 160, 168);
	background: linear-gradient(180deg, rgba(1, 160, 168, 1) 0%, rgba(14, 202, 191, 1) 100%);
	border: transparent;
}

.btn-bg2 {
	background: #000;
}

.btn-bg2:hover {
	background: #f78b1e;
}

/**********************************Header **********************************/

/**********************************banner start **********************************/

.company-video:hover .vido-ico {
	background: #ee9838;
}

.company-video:hover::after {
	background: linear-gradient(90deg, #ee9838, #01a2ab);
}

.company-video:hover {
	background: #ee9838;
}

.mobile-coin-img li {
	position: absolute;
}

.mobile-coin-img li:first-child {
	bottom: 114px;
	right: -71px;
	animation-name: swing;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}

.mobile-img {
	position: relative;
	left: -7px;
	top: 15px;
}

.mobile-coin-img li:nth-child(2) {
	bottom: 198px;
	left: -24px;
	animation-name: rotate;
	animation-duration: 2.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.mobile-coin-img li:last-child {
	top: 100px;
	right: -44px;
	animation: animate 4s ease-in-out infinite;
}

.banner-img::after {
	position: absolute;
	content: "";
	background: url("../images/mobile-circle-bg.png") no-repeat;
	width: 459px;
	height: 459px;
	bottom: 116px;
	z-index: -1;
	left: 3px;
	animation-name: flash;
	animation-duration: 2.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.banner-img {
	z-index: 1;
	margin-top: 87px;
}

.banner-img {
	z-index: 1;
	position: relative;
	top: 13px;
	left: 28px;
}

.pad-left {
	margin-left: 120px;
}

.banner-sub-head {
	background: #ee9838;
	width: 42%;
	border-radius: 25px;
	padding: 5px 17px;
}

.banner-sub-head span {
	font-size: 19px;
	font-family: SF New Republic;
}

.banner-content h2 {
	line-height: 51px;
}

.banner-title span {
	background: #ffffff;
	padding: 0px 10px;
}

.highlighted-word {
	padding: 0px 10px;
	position: relative;
	z-index: 1;
	font-weight: 600;
	display: inline-block;
	border-radius: 6px;
	color: #fff;
	background: #111;
	animation: colorGlow 4s ease-in-out infinite;
}

@keyframes colorGlow {
	0% {
		background: #ff4ecd;
		box-shadow: 0 0 10px #ff4ecd, 0 0 20px #ff4ecd;
		color: #fff;
	}

	25% {
		background: #00f0ff;
		box-shadow: 0 0 10px #00f0ff, 0 0 20px #00f0ff;
		color: #000;
	}

	50% {
		background: #fff;
		box-shadow: 0 0 10px #fff, 0 0 20px #fff;
		color: #111;
	}

	75% {
		background: #ffae00;
		box-shadow: 0 0 10px #ffae00, 0 0 20px #ffae00;
		color: #000;
	}

	100% {
		background: #ff4ecd;
		box-shadow: 0 0 10px #ff4ecd, 0 0 20px #ff4ecd;
		color: #fff;
	}
}

.banner-content p {
	font-size: 18px;
}

.company-review span {
	font-size: 27px;
}

.company-media ul {
	background: #ffffff;
	border-radius: 50px;
	width: 100%;
	margin-top: 25px;
}

.company-media li {
	display: inline-block;
	margin: 10px 15px;
}

.company-media li:first-child {
	position: relative;
	top: -16px;
}

.company-video {
	background: #01a2ab;
	display: inline-block;
	padding: 18px 29px;
	border-radius: 30px;
	font-family: Weston Free;
}

.company-video a {
	font-size: 17px;
}

.vido-ico {
	background: #01a2ab;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	padding: 9px 0px;
}

.vido-ico iconify-icon {
	font-size: 40px;
	color: #fff;
}

.play-video {
	display: flex;
	align-items: center;
}

.company-video::after {
	position: absolute;
	content: "";
	background: #01a2ab;
	width: 30px;
	height: 19px;
	right: -27px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	cursor: pointer;
}

.banner-sec::after {
	position: absolute;
	content: "";
	background: url("../images/banner-box.png") no-repeat;
	width: 171px;
	height: 813px;
	left: 0px;
	bottom: -39px;
}

.banner-sec::before {
	position: absolute;
	content: "";
	background: url("../images/outer-circle.png") no-repeat;
	width: 89px;
	height: 75px;
	top: 186px;
	left: 30%;
	animation-name: wobble;
	animation-duration: 5s;
	animation-iteration-count: infinite;
}

.banner-content {
	position: relative;
	left: -16px;
}

.banner-pad {
	margin-top: 55px;
}

.company-review h5 {
	font-size: 19px;
	color: #515050;
}

.banner-content::after {
	position: absolute;
	content: "";
	background: url("../images/ball3.png") no-repeat center/contain;
	width: 126px;
	height: 133px;
	right: 13px;
	top: 6px;
	animation: floatUpDown 4s ease-in-out infinite, pulseGlow 3s ease-in-out infinite;
}

@keyframes floatUpDown {

	0%,
	100% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-15px);
	}
}

@keyframes pulseGlow {

	0%,
	100% {
		filter: drop-shadow(0 0 4px rgba(0, 255, 255, 0.4));
	}

	50% {
		filter: drop-shadow(0 0 15px rgba(0, 255, 255, 0.9));
	}
}


/**********************************banner end **********************************/

/**********************************how it sec start **********************************/
.how-it-sec::after {
	position: absolute;
	content: "";
	background: url("../images/how-i-arrow-aft.png");
	width: 1342px;
	height: 920px;
	bottom: -129px;
	z-index: -1;
	mask-image: linear-gradient(#000, #000);
	mask-size: 0% 70%;
	mask-position: 0 45%, 25% 25%, 50% 50%, 75% 0, 100% 50%;
	mask-repeat: no-repeat;
	animation: mask 20s linear infinite;
}

.how-it-sec::before {
	position: absolute;
	content: "";
	background: url("../images/shape-4.png") no-repeat;
	width: 84px;
	height: 116px;
	bottom: 9px;
	left: 0px;
	right: 173px;
	margin: auto;
	animation-name: wobble;
	animation-duration: 5s;
	animation-iteration-count: infinite;
}

.how-it-shape::after {
	position: absolute;
	content: "";
	background: url("../images/shape-1.png") no-repeat;
	width: 83px;
	height: 93px;
	top: 76px;
	right: 22%;
	animation-name: rotateInUpRight;
	animation-duration: 3.9s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.title-bg {
	background: #f4f4f4;
	border-radius: 30px;
	display: inline-block;
	padding: 0px 19px;
}

.ico-aft1 h5 {
	color: #d38506;
}

.ico-aft2 h5 {
	color: #1191d5;
}

/* Live Registrations - Glassmorphism & Animations */
.glass-card {
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
	border-radius: 24px;
	padding: 2rem;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.glass-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.25);
}

.registration-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 0.8rem;
}

.registration-table th {
	font-family: 'Satoshi', sans-serif;
	font-weight: 600;
	color: #6b7280;
	text-transform: uppercase;
	font-size: 0.85rem;
	letter-spacing: 0.05em;
	padding: 0 1.5rem;
	text-align: left;
}

.registration-table td {
	background: rgba(255, 255, 255, 0.5);
	padding: 1.25rem 1.5rem;
	font-family: 'Satoshi', sans-serif;
	font-weight: 500;
	color: #1f2937;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	white-space: nowrap;
}

.registration-table tr td:first-child {
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.registration-table tr td:last-child {
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.status-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	background: rgba(16, 185, 129, 0.1);
	color: #059669;
	border-radius: 20px;
	font-size: 0.85rem;
	font-weight: 600;
	border: 1px solid rgba(16, 185, 129, 0.2);
}

.wallet-address {
	font-family: 'Courier New', monospace;
	font-weight: 600;
	color: #2563eb;
	background: rgba(37, 99, 235, 0.05);
	padding: 4px 8px;
	border-radius: 6px;
}

/* Animations */
@keyframes slideUpFade {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.animate-row {
	animation: slideUpFade 0.5s ease forwards;
}

.pulse-dot {
	width: 8px;
	height: 8px;
	background-color: #059669;
	border-radius: 50%;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(5, 150, 105, 0.7);
	}

	70% {
		box-shadow: 0 0 0 6px rgba(5, 150, 105, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(5, 150, 105, 0);
	}
}

/* Pagination */
.pagination-controls {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	margin-top: 2rem;
}

.page-btn {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid #e5e7eb;
	background: white;
	color: #374151;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s;
}

.page-btn:hover:not(:disabled) {
	background: #2563eb;
	color: white;
	border-color: #2563eb;
}

.page-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.page-info {
	font-family: 'Satoshi', sans-serif;
	color: #4b5563;
	font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
	.registration-table thead {
		display: none;
	}

	.registration-table tr {
		display: block;
		margin-bottom: 1rem;
		background: rgba(255, 255, 255, 0.5);
		border-radius: 16px;
		padding: 1rem;
	}

	.registration-table td {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0.5rem 0;
		border: none;
		background: transparent;
	}

	.registration-table td::before {
		content: attr(data-label);
		font-weight: 600;
		color: #6b7280;
		font-size: 0.9rem;
	}
}

color: #099153;
}

.ico-aft4 h5 {
	color: #e65b61;
}

.how-cont span {
	font-size: 19px;
}

.how-it-par {
	margin-top: 79px;
}

.how-cont-sec span {
	font-size: 18px;
}

.how-cont-sec {
	position: relative;
	margin-left: 26px;
}

.how-cont-sec::after {
	position: absolute;
	content: "";
	z-index: -1;
}

.why-it-sec-ico {
	border: 1px solid rgba(0, 0, 0, 0.2);
	width: 135px;
	height: 125px;
	text-align: center;
	padding: 17px 0px;
	margin-left: -45px;
}

.how-cont-sec.ico-aft1::after {
	background: url("../images/how-aft.png") no-repeat;
	left: -38px;
	top: 0px;
	width: 297px;
	height: 312px;
}

.how-cont-sec.ico-aft2::after {
	background: url("../images/how-aft1.png");
	left: -35px;
	top: 0px;
	width: 299px;
	height: 302px;
}

.ico-aft2 {
	margin-top: 16px;
}

.how-cont-sec.ico-aft3::after {
	background: url("../images/how-aft2.png");
	left: -34px;
	top: 4px;
	width: 301px;
	height: 307px;
}

.ico-aft3 {
	margin-top: 80px;
}

.how-cont-sec.ico-aft4::after {
	background: url("../images/how-aft3.png");
	left: -37px;
	top: 3px;
	width: 277px;
	height: 320px;
}

.ico-aft4 {
	margin-top: 142px;
}

.how-cont-sec p {
	text-align: justify;
	line-height: 22px;
	margin-top: 10px !important;
	font-size: 16px;
	margin-bottom: 10px;
}

.how-cont-sec::before {
	position: absolute;
	font-size: 40px;
	font-family: Spirax;
	font-weight: 800;
	color: #acacac;
	opacity: 53%;
	text-transform: uppercase;
}

.how-cont-sec.ico-aft1::before {
	content: "FIRST";
	bottom: 72px;
	right: 0;
	transform: rotate(-59deg);
}

.how-cont-sec.ico-aft2::before {
	content: "SECOND";
	bottom: 86px;
	right: -45px;
	transform: rotate(-59deg);
}

.how-cont-sec.ico-aft3::before {
	content: "THIRD";
	bottom: 72px;
	right: 0;
	transform: rotate(-59deg);
	opacity: 53%;
}

.how-cont-sec.ico-aft4::before {
	content: "FOURTH";
	bottom: 72px;
	right: -43px;
	transform: rotate(-59deg);
}

.aft {
	margin-top: -50px;
}

.how-it-vector::after {
	position: absolute;
	content: "";
	background: url("../images/how-i-arrow-aft.png");
	width: 1342px;
	height: 920px;
	bottom: -202px;
	z-index: -1;
}

/**********************************how it sec end **********************************/

/**********************************why-choose-start**********************************/
.why-choose-us::after {
	position: absolute;
	content: "";
	background: url("../images/side-box1.png") no-repeat;
	width: 246px;
	height: 1009px;
	left: 0px;
	top: -131px;
	z-index: -1;
}

.why-choose-us::before {
	position: absolute;
	content: "";
	background: url("../images/cone.png") no-repeat;
	width: 72px;
	height: 83px;
	right: 91px;
	top: 112px;
	animation-name: rotateInUpRight;
	animation-duration: 5.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.why-choose-ico {
	animation-name: flipInY;
	animation-duration: 5.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.why-choose-list {
	display: flex;
	align-items: center;
	border: 2px solid #919191;
	border-radius: 20px;
	padding: 8px 7px;
	width: 92%;
}

.why-choose-content p {
	font-size: 14px !important;
	font-family: Satoshi;
}

.why-choose-bg1 {
	background: #fcffe4;
}

.why-choose-bg2 {
	background: #effbff;
}

.why-choose-bg3 {
	background: #effbff;
}

.why-choose-bg4 {
	background: #effbff;
}

.vidio-img-circle img {
	position: absolute;
	top: 0px;
	left: -12px;
	right: 0px;
	margin: auto;
	bottom: 0px;
	z-index: -1;
}

.video-why-choose-us {
	margin-top: 165px;
	margin-left: -20px;
}

.why-hoose-list1 li:last-child {
	top: 144px;
	left: 14px;
}

.why-hoose-list2 li,
.why-hoose-list1 li {
	position: relative;
}

.why-hoose-list2 li:last-child {
	top: 242px;
	left: 15px;
}

.why-hoose-list2 li:first-child {
	top: 101px;
	left: 15px;
}

.why-hoose-list1 li:first-child::after {
	position: absolute;
	content: "";
	background: url(../images/arrow1.png) no-repeat;
	width: 60px;
	height: 73px;
	right: 0px;
	bottom: -81px;
}

.why-hoose-list1 li:last-child::after {
	position: absolute;
	content: "";
	background: url(../images/arrow2.png) no-repeat;
	width: 79px;
	height: 64px;
	right: 43px;
	bottom: -97px;
}

.why-hoose-list2 li:first-child::after {
	position: absolute;
	content: "";
	background: url("../images/arrow3.png") no-repeat;
	width: 101px;
	height: 32px;
	top: -33px;
	left: -82px;
}

.why-hoose-list2 li:last-child::after {
	position: absolute;
	content: "";
	background: url("../images/arrow4.png") no-repeat;
	width: 83px;
	height: 51px;
	top: -69px;
}

.video-why-choose-us::after {
	position: absolute;
	content: "";
	background: url("../images/shape-10.png") no-repeat;
	width: 72px;
	height: 67px;
	left: 0px;
	bottom: -186px;
	animation-name: rotateInUpRight;
	animation-duration: 4.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

/**********************************why-choose-end **********************************/

/**********************************about start **********************************/
.abt-sub-img li {
	position: absolute;
}

.abt-sub-img li:first-child {
	top: 13px;
	z-index: 1;
}

.abt-sub-img li:nth-child(2) {
	bottom: 69px;
	z-index: 8;
	left: 35px;
	animation-name: swing;
	animation-duration: 3.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.abt-sub-img li:nth-child(3) {
	top: 31px;
	z-index: 8;
	left: 41px;
	animation: animate 4s ease-in-out infinite;
}

.abt-sub-img li:last-child {
	top: 57px;
	right: 112px;
	z-index: 8;
	animation-name: flipInX;
	animation-duration: 3.8s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.abt-img .abt-man {
	position: relative;
	z-index: 2;
	top: -36px;
	right: -73px;
}

.info-icon iconify-icon {
	font-size: 34px;
	position: absolute;
	bottom: 15px;
	right: 14px;
}

.about-sec::after {
	position: absolute;
	content: "";
	background: url("../images/ball1.png") no-repeat;
	width: 58px;
	height: 57px;
	top: -30px;
	right: 25%;
	animation-name: rotateOut;
	animation-duration: 5.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.about-sec::before {
	position: absolute;
	content: "";
	background: url("../images/ball2.png") no-repeat;
	width: 70px;
	height: 73px;
	bottom: 94px;
	right: 170px;
	animation: floatUpDown 4s ease-in-out infinite, pulseGlow 3s ease-in-out infinite;
}

.abt-title-bg {
	position: absolute;
	background: url("../images/abt-title-bg.png") no-repeat;
	width: 424px;
	height: 138px;
	padding: 25px 25px;
	display: flex;
	align-items: center;
	bottom: -8px;
	z-index: 2;
	left: 57px;
}

.abt-title-bg h4 {
	position: relative;
	top: 39px;
	left: 14px;
}

.abt-title-bg p {
	position: relative;
	left: 54px;
	top: 17px;
}

.abt-title-bg h4 {
	font-family: spirax;
}

.about-sec {
	margin-top: 214px;
	background: rgb(255, 255, 255);
	background: linear-gradient(170deg, rgb(255, 255, 255) 0%, rgb(232, 246, 247) 17%, rgb(90, 241, 205) 100%);
}

.abt-detsils h2 {
	font-size: 48px;
}

.abt-detsils .span-bg span {
	font-size: 48px;
	font-family: Spirax;
}

.span-bg span {
	font-size: 55px;
	font-family: Spirax;
}

.span-bg {
	background: #f4f4f4;
	border-radius: 30px;
	display: inline-block;
	padding: 0px 19px;
	line-height: 54px;
}

.abt-fea-ico iconify-icon {
	font-size: 48px;
	animation-name: tada;
	animation-duration: 3.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.abt-fea-ico {
	background: rgb(234, 161, 61);
	background: linear-gradient(0deg, rgba(234, 161, 61, 1) 0%, rgba(255, 218, 84, 1) 100%);
	width: 75px;
	height: 75px;
	border-radius: 15px;
	text-align: center;
	padding: 11px 0px;
}

.fea-list {
	display: flex;
	align-items: center;
}

.abt-fea-name p {
	font-size: 16px;
}

/**********************************about end **********************************/

/**********************************plan start**********************************/
.swiper-slide.active-slide .pln-details {
	background: rgb(250, 255, 209);
	background: -moz-linear-gradient(140deg, rgba(250, 255, 209, 1) 0%, rgba(252, 255, 228, 1) 35%, rgba(90, 241, 205, 1) 100%);
	background: -webkit-linear-gradient(140deg, rgba(250, 255, 209, 1) 0%, rgba(252, 255, 228, 1) 35%, rgba(90, 241, 205, 1) 100%);
	background: linear-gradient(140deg, rgb(247, 255, 185) 0%, rgb(251, 255, 218) 35%, rgb(46, 255, 205) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faffd1", endColorstr="#5af1cd", GradientType=1);
}

.vertical-swiper {
	/*height: 498px;*/
	overflow: hidden;
}

.swiper-slide {
	height: auto !important;
}

.plan-sec {
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(140deg, rgba(255, 255, 255, 1) 0%, rgba(222, 242, 253, 1) 30%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(140deg, rgba(255, 255, 255, 1) 0%, rgba(222, 242, 253, 1) 30%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(222, 242, 253, 1) 30%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.plan-priscrbtion h5 {
	display: flex;
	align-items: center;
}

.plan-priscrbtion iconify-icon {
	font-size: 30px;
	margin-right: 15px;
}

.text-clr1 iconify-icon {
	color: #fb9c1e;
}

.text-clr2 iconify-icon {
	color: #4f7d9b;
}

.text-clr3 iconify-icon {
	color: #11b6b8;
}

.home-plan-fea li {
	display: inline-block;
	margin-right: 141px;
	position: relative;
}

.home-plan-fea li:last-child {
	margin-right: 0px;
}

.home-plan-fea li:not(:last-child)::after {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.2);
	height: 82px;
	width: 1px;
	right: -45px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}

.pln-fn small {
	font-size: 16px;
}

.plan-percentage h6 {
	display: flex;
	align-items: center;
}

.plan-percentage iconify-icon {
	font-size: 25px;
	color: #fb9c1e;
	margin-right: 5px;
}

.pln-btn .btn-primary {
	padding: 5px 25px !important;
	font-family: Satoshi;
	font-size: 16px;
	margin-bottom: 20px !important;
}

.pln-fn span {
	font-size: 30px;
}

.pln-details {
	background: #f5fafc;
	width: 670px;
	border-radius: 9px !important;
	border: 3px dotted #1485c5;
	justify-content: space-between;
	padding: 10px 22px !important;
	height: 152px;
	margin-left: 20px;
}

.pln-details:hover .btn-primary {
	background: #fff;
	color: #000;
}

.plan-value span {
	font-size: 18px;
}

.plan-name {
	margin-top: 32px;
	text-align: center;
}

.plan-name h5 {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	background: rgb(7, 180, 179, 0.2);
	display: inline-block;
	padding: 0px 11px;
	border-radius: 25px;
}

/*.plan-name::after {
	position: absolute;
	content: "";
	background: url("../images/plan-border.png") no-repeat;
	width: 200px;
	height: 2px;
	top: -18px;
	left: -32px;
}*/
.pln-btn i {
	font-size: 17px;
}

.pln-btn p {
	line-height: 20px;
}

.plan-ico {
	position: absolute;
	/* background: rgb(1,160,168); */
	background: linear-gradient(90deg, rgba(1, 160, 168, 1) 0%, rgba(14, 202, 191, 1) 100%);
	left: 0px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	padding: 8px 0px;
}

.pln-fn {
	margin-bottom: 26px !important;
}

.plan-ico iconify-icon {
	color: #fff;
	font-size: 24px;
}

.pln-details:hover {
	background: rgb(250, 255, 209);
	background: -moz-linear-gradient(140deg, rgba(250, 255, 209, 1) 0%, rgba(252, 255, 228, 1) 35%, rgba(90, 241, 205, 1) 100%);
	background: -webkit-linear-gradient(140deg, rgba(250, 255, 209, 1) 0%, rgba(252, 255, 228, 1) 35%, rgba(90, 241, 205, 1) 100%);
	background: linear-gradient(140deg, rgb(247, 255, 185) 0%, rgb(251, 255, 218) 35%, rgb(46, 255, 205) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faffd1", endColorstr="#5af1cd", GradientType=1);
}

.pln-details:hover .plan-ico {
	background: #5af1cd;
}

.pln-details:hover iconify-icon {
	color: #000;
	animation-name: bounceIn;
	animation-duration: 3.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.home-page .form-control {
	background: #fff;
	border-radius: 15px;
	padding: 14px 22px;
	border: transparent;
	font-size: 16px;
	color: #000;
}

.home-page .form-control::placeholder {
	color: #000 !important;
}

.plan-icos iconify-icon {
	font-size: 24px;
}

.plan-detail-value {
	display: flex;
	align-items: center;
	margin-bottom: 23px;
}

.plan-icos iconify-icon {
	font-size: 24px;
	color: #01a2ab;
}

.pln-btn p {
	text-align: start;
}

.plan-profit {
	display: flex;
	align-items: center;
	background: #fcffe3;
	padding: 6px 21px;
	border-radius: 15px;
}

.profit-ico iconify-icon {
	font-size: 25px;
	background: #13fdfe;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 8px 8px;
	margin-right: 10px;
}

.range-slider {
	-webkit-appearance: none;
	width: 100%;
	height: 8px;
	background: linear-gradient(to right, #fb9c1e 0%, #01a1a9 0%);
	border-radius: 5px;
	outline: none;
	transition: background 0.3s ease;
	position: relative;
}

/* Animate the filled track (WebKit) */
.range-slider::-webkit-slider-runnable-track {
	height: 8px;
	border-radius: 5px;
	background: transparent;
}

/* Thumb styling and animation */
.range-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #01a1a9;
	cursor: pointer;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	transition: transform 0.2s ease, background 0.3s;
	margin-top: -6px;
}

.range-slider::-webkit-slider-thumb:hover {
	transform: scale(1.2);
	background: #fb9c1e;
}

.range-slider::-moz-range-track {
	height: 8px;
	border-radius: 5px;
	background: transparent;
}

.range-slider::-moz-range-thumb {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #fb9c1e;
	cursor: pointer;
	transition: transform 0.2s ease, background 0.3s;
}

.range-slider::-moz-range-thumb:hover {
	transform: scale(1.2);
	background: #01a1a9;
}

.home-page {
	z-index: 2;
}

@media only screen and (min-width: 990px) {
	.plan-sec::after {
		position: absolute;
		content: "";
		background: url("../images/robot.png") no-repeat;
		width: 336px;
		height: 562px;
		bottom: 26px;
		right: 145px;
		z-index: 1;
	}

	.plan-sec::before {
		position: absolute;
		content: "";
		background: url("../images/shape-9.png") no-repeat;
		width: 84px;
		height: 67px;
		top: 112px;
		right: 100px;
		animation-name: rotateInUpRight;
		animation-duration: 4.2s;
		animation-iteration-count: infinite;
		animation-timing-function: linear;
	}
}

.profit-cal {
	z-index: 2;
	left: -39px;
	margin-top: 31px;
}

.profit-cal {
	z-index: 2;
}

/********************************** plan end **********************************/

/********************************** static start **********************************/

.static-pay-details {
	-webkit-box-shadow: 0px 0px 16px 7px rgba(232, 232, 232, 1);
	-moz-box-shadow: 0px 0px 16px 7px rgba(232, 232, 232, 1);
	box-shadow: 0px 0px 16px 7px rgba(232, 232, 232, 1);
	background: #f1f8f9;
	margin-bottom: 10px;
	margin-top: 10px;
}

.static-ico {
	background: rgb(236, 144, 34);
	background: -moz-linear-gradient(0deg, rgba(236, 144, 34, 1) 0%, rgba(249, 166, 44, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(236, 144, 34, 1) 0%, rgba(249, 166, 44, 1) 100%);
	background: linear-gradient(0deg, rgba(236, 144, 34, 1) 0%, rgba(249, 166, 44, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ec9022", endColorstr="#f9a62c", GradientType=1);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	border: 3px solid #fff;
	text-align: center;
	padding: 5px 0px;
}

.static-ico img {
	animation: flipAnimation 5s infinite linear;
	transform-style: preserve-3d;
}

@keyframes flipAnimation {
	0% {
		transform: rotateY(0deg);
	}

	100% {
		transform: rotateY(360deg);
	}
}

.static-payment1 .static-pay-details {
	padding: 5px 76px 5px 5px;
	border-radius: 30px 0px 0px 30px;
	width: 430px;
}

.static-payment2 .static-pay-details {
	padding: 5px 5px 5px 74px;
	border-radius: 0px 30px 30px 0px;
	width: 430px;
	margin-left: -56px;
}

.static-name h6 {
	margin-bottom: 0px;
}

.ststic-sub-img li {
	position: absolute;
}

.ststic-sub-img li:first-child {
	bottom: 0px;
	z-index: 1;
	left: -25px;
}

.ststic-sub-img li:nth-child(2) {
	bottom: 46px;
	left: -85px;
	animation-name: flipInY;
	animation-duration: 3.8s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.ststic-sub-img li:nth-child(3) {
	top: -50px;
	right: 0px;
	margin: auto;
	z-index: 2;
	left: 165px;
	animation-name: flipInX;
	animation-duration: 3.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.ref-ico img {
	animation-name: bounceIn;
	animation-duration: 3.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.ststic-sub-img li:last-child {
	bottom: 44px;
	right: -66px;
	margin: auto;
	animation: animate 4s ease-in-out infinite;
}

.static-main {
	z-index: 2;
}

.title {
	position: relative;
	z-index: 2;
}

@media only screen and (min-width: 990px) {
	.static-sec::before {
		position: absolute;
		content: "";
		background: url("../images/shape-8.png") no-repeat;
		width: 91px;
		height: 101px;
		right: 128px;
		top: 47px;
		animation-name: rotateInUpRight;
		animation-duration: 4.2s;
		animation-iteration-count: infinite;
		animation-timing-function: linear;
	}

	.static-sec::before {
		position: absolute;
		content: "";
		background: url("../images/shape-8.png") no-repeat;
		width: 91px;
		height: 101px;
		right: 128px;
		top: 47px;
		animation-name: rotateInUpLeft;
		animation-duration: 4.2s;
		animation-iteration-count: infinite;
		animation-timing-function: linear;
	}
}

/********************************** static end **********************************/

/**********************************affiliate start**********************************/
.rep-ico {
	background: rgb(1, 160, 168);
	background: linear-gradient(0deg, rgba(1, 160, 168, 1) 0%, rgba(14, 202, 191, 1) 100%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 3px solid #fff;
	text-align: center;
	padding: 12px 0px;
	margin: auto;
}

.rep-list li {
	position: absolute;
}

.rep-list li:first-child {
	bottom: -98px;
	left: 268px;
}

.rep-pad1 {
	left: -73px;
	top: -18px;
}

.rep-list li:nth-child(2) {
	top: 70px;
	left: 86px;
}

.rep-pad2 {
	left: -78px;
	top: -132px;
}

.rep-list li:last-child {
	right: 85px;
	top: 69px;
}

.rep-pad3 {
	top: -174px;
}

.ref-ico {
	/* background: rgb(236,144,34); */
	/* background: -moz-linear-gradient(0deg, rgba(236,144,34,1) 0%, rgba(249,166,44,1) 100%); */
	/* background: -webkit-linear-gradient(0deg, rgba(236,144,34,1) 0%, rgba(249,166,44,1) 100%); */
	background: linear-gradient(0deg, rgba(236, 144, 34, 1) 0%, rgba(249, 166, 44, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ec9022", endColorstr="#f9a62c", GradientType=1);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 3px solid #fff;
	text-align: center;
	padding: 12px 0px;
	margin: auto;
	position: relative;
}

.ref-level {
	text-align: center;
}

.ref-list li {
	position: absolute;
}

.ref-list li:first-child {
	top: 42px;
	left: 0px;
	right: 0px;
	margin: auto;
}

.ref-list li:nth-child(2) {
	left: 147px;
	bottom: 43px;
}

.ref-pad2 {
	top: -117px;
	left: -8px;
}

.ref-list li:last-child {
	right: 133px;
	bottom: 45px;
}

.ref-pad3 {
	top: -120px;
	left: -67px;
}

.rep-percentage::after {
	position: absolute;
	content: "";
	background: url("../images/rep-bar-line.png") no-repeat;
	width: 2px;
	height: 87px;
	left: -17px;
	bottom: 7px;
}

.rep-percentage {
	text-align: center;
}

.ref-ico::after {
	position: absolute;
	content: "";
	background: url("../images/ref-bar-line.png") no-repeat;
	width: 2px;
	height: 77px;
	bottom: 0px;
}

.bar-line2::after {
	right: -2px;
	bottom: 30px;
}

.bar-line3::after {
	left: -3px;
	bottom: 24px;
}

.bar-line1::after {
	left: -2px;
	bottom: 31px;
}

.affiliate-sec::after {
	position: absolute;
	content: "";
	background: url("../images/affiliate-sec-bg.png") no-repeat;
	width: 1066px;
	height: 606px;
	top: -24px;
	z-index: -1;
}

.affiliate-title h2 {
	font-size: 40px;
}

.affiliae-sec .title-bg h2 {
	font-size: 40px;
}

.affiliae-sec {
	margin-left: -33px;
}

.affiliate-sec::before {
	position: absolute;
	content: "";
	background: url("../images/affiliate-box-bg.png") no-repeat;
	width: 179px;
	height: 634px;
	right: 0px;
	bottom: 32px;
}

@media only screen and (min-width: 990px) {
	.referaal-bg-img::after {
		position: absolute;
		content: "";
		background: url("../images/blur-ball.png") no-repeat;
		width: 131px;
		height: 131px;
		left: -63px;
		bottom: -31px;
	}
}

/**********************************affiliate end**********************************/

/*********************************last deposit start**********************************/

@media only screen and (min-width: 990px) {
	.transaction-history::after {
		position: absolute;
		content: "";
		background: url("../images/shape-7.png") no-repeat;
		width: 93px;
		height: 86px;
		right: 35px;
		top: 11px;
		animation-name: rotate;
		animation-duration: 11.2s;
		animation-iteration-count: infinite;
		animation-timing-function: linear;
	}
}

.deposit-name-list {
	display: flex;
	align-items: center;
}

.deposit-name-letter {
	background: rgb(1, 160, 168);
	background: linear-gradient(0deg, rgb(17, 182, 184) 0%, rgb(122, 240, 233) 100%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	padding: 4px 0px;
}

.deposit-bg {
	background: #edfdff;
	width: 80%;
	padding: 8px 15px 8px 10px;
	border-radius: 30px;
	margin: auto;
}

.deposit-payment {
	display: flex;
	align-items: center;
	justify-content: end;
}

.payment-ico {
	border: 2px solid #13b7b9;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
	padding: 3px 0px;
}

.depsoit-list li {
	margin-top: 10px;
	position: relative;
}

.depsoit-list ul li::after {
	position: absolute;
	content: "";
	background: url("../images/history-after.png") no-repeat;
	width: 85px;
	height: 7px;
	right: 0px;
	left: 0px;
	margin: auto;
	top: 0px;
	bottom: 0px;
}

.deposit-bg:hover {
	background: rgb(250, 255, 209);
	background: -moz-linear-gradient(140deg, rgba(250, 255, 209, 1) 0%, rgba(252, 255, 228, 1) 35%, rgba(90, 241, 205, 1) 100%);
	background: -webkit-linear-gradient(140deg, rgba(250, 255, 209, 1) 0%, rgba(252, 255, 228, 1) 35%, rgba(90, 241, 205, 1) 100%);
	background: linear-gradient(140deg, rgb(247, 255, 185) 0%, rgb(251, 255, 218) 35%, rgb(46, 255, 205) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faffd1", endColorstr="#5af1cd", GradientType=1);
}

/*********************************last deposit end**********************************/


/**********************************payment method start **********************************/
@media only screen and (min-width: 990px) {
	.payment-method-sec::after {
		position: absolute;
		content: "";
		background: url("../images/ball1.png") no-repeat;
		width: 58px;
		height: 57px;
		left: 0px;
		right: -115px;
		top: -13px;
		margin: auto;
	}
}

.payment-caro li img {
	text-align: center;
	margin: auto;
}

.payment-method-sec {
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(140deg, rgba(255, 255, 255, 1) 0%, rgba(222, 242, 253, 1) 30%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(140deg, rgba(255, 255, 255, 1) 0%, rgba(222, 242, 253, 1) 30%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(222, 242, 253, 1) 30%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.payment-method1 li {
	position: absolute;
	animation: animate 4s ease-in-out infinite;
}

.payment-method1 li:first-child {
	top: -131px;
	left: 140px;
	animation-delay: 1s;
}

.payment-method1 li:nth-child(2) {
	top: 146px;
	right: 0px;
	animation-delay: 2s;
}

.payment-method1 li:nth-child(3) {
	right: -177px;
	top: 165px;
	animation-delay: 3s;
}

.payment-method1 li:nth-child(4) {
	bottom: -76px;
	left: 0px;
	animation-delay: 4s;
}

.payment-method1 li:nth-child(5) {
	left: 98px;
	top: 31px;
	animation-delay: 5s;
}

.payment-method1 li:last-child {
	top: 30px;
	left: -81px;
}

.payment-method2 li {
	position: absolute;
	animation: animate 4s ease-in-out infinite;
}

.payment-method2 li:first-child {
	bottom: -49px;
	right: 0px;
	animation-delay: 1s;
}

.payment-method2 li:nth-child(2) {
	top: 160px;
	left: -189px;
	animation-delay: 2s;
}

.payment-method2 li:nth-child(3) {
	top: 102px;
	right: -47px;
	animation-delay: 3s;
}

.payment-method2 li:nth-child(4) {
	bottom: -60px;
	right: 243px;
	animation-delay: 4s;
}

.payment-method2 li:nth-child(5) {
	top: -9px;
	left: 69px;
	animation-delay: 5s;
}

.payment-method2 li:last-child {
	left: -100px;
	top: 50px;
	animation-delay: 6s;
}

/**********************************payment method end **********************************/


/**********************************company banner start **********************************/

.company-banner-sec {
	background: url("../images/company-banner-bg.png") no-repeat scroll 0 0;
	background-size: cover;
}

.company-banner-title h2 {
	font-size: 36px;
}

.company-banner-sec {
	margin-top: 100px;
}

.company-user-info h4 {
	font-family: Spirax;
}

.company-user-list ul li {
	display: inline-block;
	margin: 0 25px;
}

.user-img img {
	margin-top: -34px;
}

.user-btn {
	margin-left: 80px;
}

.company-banner-sec::after {
	position: absolute;
	content: "";
	background: url("../images/circle-shape.png") no-repeat;
	width: 96px;
	height: 91px;
	top: -32px;
	left: 50px;
	animation-name: rotateInUpRight;
	animation-duration: 4.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.company-banner-sec::before {
	position: absolute;
	content: "";
	background: url("../images/shape-3.png") no-repeat;
	width: 113px;
	height: 79px;
	right: 181px;
	bottom: 25px;
	animation-name: swing;
	animation-duration: 4.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

/**********************************company banner  end**********************************/

/**********************************footer start**********************************/
a.text-black:hover {
	color: #29c3fb !important;
}

.footer-content {
	box-shadow: 0px 7px 18px 3px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 48px 37px;
	background: #fff;
}

.footer-nav h4 {
	font-family: Spirax;
	font-size: 26px;
}

.footer-nav ul li a {
	font-family: Satoshi;
	font-size: 15px;
	margin-top: 0px;
	font-weight: 500;
	text-transform: uppercase;
}

.company-ico {
	background: rgb(29, 183, 183);
	background: linear-gradient(0deg, rgb(41, 166, 212) 0%, rgb(91, 204, 240) 100%);
	width: 50px;
	height: 50px;
	border-radius: 10px;
	text-align: center;
	padding: 13px 0px;
}

.company-ico {
	background: rgb(29, 183, 183);
	background: linear-gradient(0deg, rgb(41, 166, 212) 0%, rgb(91, 204, 240) 100%);
	width: 50px;
	height: 50px;
	border-radius: 10px;
	text-align: center;
	padding: 13px 0px;
}

.company-ico iconify-icon {
	color: #fff;
	font-size: 33px;
}

.company-ico:hover {
	background: rgb(29, 183, 183);
	background: linear-gradient(180deg, rgb(41, 166, 212) 0%, rgb(91, 204, 240) 100%);
}

.fooer-nav-border {
	border: 1px solid #01a2ab;
	padding: 15px 25px 25px 28px;
	margin-left: 46px;
	position: relative;
	background: transparent;
	bottom: 0px;
}

a.text-black:hover iconify-icon {
	color: #29c3fb !important;
}

.social-links li:hover {
	background: #20c3ff;
	border: 2px solid #20c3ff;
}

.social-links li:hover iconify-icon {
	color: #000;
}

.company-deatils {
	display: flex;
	align-items: center;
}

.location-ico iconify-icon {
	color: #01a4ae;
	font-size: 33px;
}

.company-location p {
	line-height: 19px;
}

.footer-content p {
	font-size: 16px;
}

.footer-company-details {
	display: flex;
	align-items: center;
	margin-top: 36px;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.company-location {
	display: flex;
	align-items: center;
}

.compnay-number iconify-icon {
	font-size: 25px;
	color: #f49122;
	margin-right: 10px;
}

.compnay-number h6 {
	display: flex;
	align-items: center;
}

.social-links li iconify-icon {
	font-size: 25px;
	color: rgba(0, 0, 0, 0.5);
}

.social-links li {
	display: inline-block;
	border: 2px solid rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 5px 0px;
	margin: 0 5px;
}

.social-links {
	display: flex;
	align-items: center;
	justify-content: end;
}

.footer-list-border {
	border: 1px solid #01a2ab;
	padding: 5px 6px;
}

.footer-sec::after {
	position: absolute;
	content: "";
	background: url("../images/waveform.png") no-repeat;
	width: 100%;
	background-size: cover;
	height: 499px;
	bottom: 44px;
	left: 0px;
}

.footer-nav li {
	margin-top: 13px;
	display: flex;
	align-items: center;
}

.footer-aft {
	z-index: 1;
}

@media only screen and (min-width: 990px) {
	.footer-content::after {
		position: absolute;
		content: "";
		background: url("../images/shape-6.png") no-repeat;
		width: 80px;
		height: 59px;
		right: 34px;
		bottom: 47px;
		animation-name: rotate;
		animation-duration: 2.2s;
		animation-iteration-count: infinite;
		animation-timing-function: linear;
	}
}

.footer-nav li iconify-icon {
	font-size: 11px;
	color: #86e4de;
	margin-right: 5px;
}

/**********************************aboutpage start**********************************/
@media only screen and (min-width: 990px) {
	.about-page-sec::before {
		position: absolute;
		content: "";
		background: url("../images/circle-shape.png") no-repeat;
		width: 96px;
		height: 91px;
		left: 5%;
		bottom: 33px;
	}

	.abt-page-ball::after {
		position: absolute;
		content: "";
		background: url("../images/blur-ball.png") no-repeat;
		width: 131px;
		height: 131px;
		right: 0px;
		top: 79px;
	}

	.abt-box-fea::after {
		position: absolute;
		content: "";
		background: url("../images/shape-3.png") no-repeat;
		width: 113px;
		right: 72px;
		height: 79px;
		top: -53px;
	}

	.abt-box-fea::before {
		position: absolute;
		content: "";
		background: url("../images/shape-6.png") no-repeat;
		width: 80px;
		height: 59px;
		left: 93px;
		top: 0px;
	}

	.abt-list-page::before {
		position: absolute;
		content: "";
		background: url("../images/cone1.png") no-repeat;
		width: 96px;
		height: 102px;
		right: 120px;
		top: 0px;
	}

	.abt-list-page::after {
		position: absolute;
		content: "";
		background: url("../images/shape-8.png") no-repeat;
		width: 91px;
		height: 101px;
		left: 101px;
		top: 85px;
	}
}

.about-page-sec::after {
	position: absolute;
	content: "";
	background: url("../images/how-i-arrow-aft.png") no-repeat;
	width: 100%;
	background-size: cover;
	height: 797px;
	top: -231px;
}

.about-page-banner {
	position: relative;
	z-index: 1;
}

.about-page-sec {
	padding: 60px 0px 50px 0px;
}

.about-page-sec {
	/* background: rgb(133,226,206); */
	background: linear-gradient(45deg, rgba(133, 226, 206, 1) 0%, rgba(235, 242, 210, 1) 39%, rgba(182, 224, 157, 1) 74%, rgba(72, 245, 216, 1) 100%);
}

.choose-image img {
	width: 100%;
}

.radius-30 {
	border-radius: 30px;
}

.choose-image .paly-content {
	top: 50%;
	left: 0;
	right: 0;
	position: absolute;
	transform: translateY(-50%);
	text-align: center;
}

.choose-image .paly-content .popup-btn::before {
	top: 0;
	left: -25px;
	right: 0;
	bottom: 0;
	margin: auto;
	content: "";
	position: absolute;
	width: 130px;
	height: 130px;
	line-height: 130px;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, 0.35);
	z-index: -1;
}

.choose-image .paly-content .popup-btn {
	position: relative;
	display: inline-block;
	color: #082720;
	font-size: 25px;
	width: 80px;
	height: 80px;
	line-height: 88px;
	padding-left: 5px;
	border-radius: 100%;
	background-color: #ffffff;
	text-align: center;
	z-index: 1;
}

.choose-image .paly-content .popup-btn {
	color: #06b1b1;
	font-size: 25px;
	line-height: 77px;
	text-align: center;
}

.why-choose-us-content h2,
.why-choose-us-content span {
	font-size: 38px;
}

.crypto-fea {
	width: 100%;
	min-height: 240px;
	border-radius: 20px;
	padding: 2rem 1.5rem;
	margin: 1.5rem auto;
	background-color: #fff;
	border: 6px solid #fff;
	/* white border like image */
	text-align: left;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
	transition: transform 0.4s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	overflow: hidden;
}

/* Tilt effects */
.tilt-1 {
	transform: rotate(-5deg);
}

.tilt-2 {
	transform: rotate(5deg);
}

.tilt-3 {
	transform: rotate(-4deg);
}

.tilt-4 {
	transform: rotate(3deg);
}

.tilt-5 {
	transform: rotate(-3deg);
}

.crypto-fea:hover {
	transform: rotate(0deg) scale(1.02);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

/* Heading style */
.crypto-title {
	font-size: 19px;
	font-weight: 800;
	margin: 0;
	padding-bottom: 0;
	line-height: 1.4;
	color: inherit;
	text-align: center;
	font-family: 'SF New Republic';
}

/* Hidden description */
.crypto-desc {
	font-size: 0.9rem;
	color: #333;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	margin-top: 0.6rem;
	transform: translateY(10px);
	transition: opacity 0.4s ease, max-height 0.4s ease, transform 0.4s ease;
}

/* Reveal on hover */
.crypto-fea:hover .crypto-desc {
	opacity: 1;
	max-height: 300px;
	transform: translateY(0);
}

.crypto-ico {
	background: #fff;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	padding: 14px 0px;
	margin-bottom: 15px !important;
	margin: auto;
}

.crypto-ico iconify-icon {
	font-size: 38px;
}

.abt-box-fea {
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(140deg, rgba(255, 255, 255, 1) 0%, rgba(222, 242, 253, 1) 30%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(140deg, rgba(255, 255, 255, 1) 0%, rgba(222, 242, 253, 1) 30%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(222, 242, 253, 1) 30%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.service-item {
	text-align: center;
	background: #fff;
	border-radius: 20px;
	padding: 40px 30px;
	margin-bottom: 30px;
}

.service-item:hover {
	background: rgb(250, 255, 209);
	background: -moz-linear-gradient(140deg, rgba(250, 255, 209, 1) 0%, rgba(252, 255, 228, 1) 35%, rgba(90, 241, 205, 1) 100%);
	background: -webkit-linear-gradient(140deg, rgba(250, 255, 209, 1) 0%, rgba(252, 255, 228, 1) 35%, rgba(90, 241, 205, 1) 100%);
	background: linear-gradient(140deg, rgb(247, 255, 185) 0%, rgb(251, 255, 218) 35%, rgb(46, 255, 205) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faffd1", endColorstr="#5af1cd", GradientType=1);
}

/* Base icon style */
.service-item .icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #f5fdff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #1ecffe;
	margin: 0 auto;
	animation: iconPop 0.8s ease-in-out;
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Icon inside the circle */
.service-item .icon iconify-icon {
	font-size: 45px;
	color: #1ecffe;
	transition: transform 0.4s ease;
}

/* Hover effect: scale + glow + icon pop */
.service-item .icon:hover {
	transform: scale(1.1);
	box-shadow: 0 0 15px rgba(30, 207, 254, 0.3);
}

.service-item .icon:hover iconify-icon {
	transform: scale(1.2) rotate(6deg);
}

/* Animation for icon pop */
@keyframes iconPop {
	0% {
		transform: scale(0);
		opacity: 0;
	}

	50% {
		transform: scale(1.2);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.service-item {
	text-align: center;
}

.service-item .text h4 {
	margin-top: 40px;
}

.service-wrap .col:nth-child(2) .service-item .icon {
	background: #fffcf4;
	border: 1px solid #ebb011;
}

.service-wrap .col:nth-child(2) .service-item iconify-icon {
	color: #ebb011;
}

.service-wrap .col:nth-child(3) .service-item .icon {
	background: #f3fffc;
	border: 1px solid #00af90;
}

.service-wrap .col:nth-child(3) .service-item iconify-icon {
	color: #00af90;
}

.service-wrap .col:nth-child(4) .service-item .icon {
	background: #fff5f7;
	border: 1px solid #ff7888;
}

.service-wrap .col:nth-child(4) .service-item iconify-icon {
	color: #ff7888;
}

.about-image {
	max-width: 600px;
	margin-left: 0;
	z-index: 1;
}

.about-image .app-image-6 {
	padding-left: 24px;
}

.about-image .app-image-7 {
	right: 60px;
	bottom: 5px;
	position: absolute;
}

.about-image .app-image-8 {
	top: 50%;
	left: 0;
	z-index: -1;
	position: absolute;
	transform: translateY(-50%);
}

.about-image .feature-shape-1 {
	top: 96px;
	right: 76px;
	position: absolute;
	pointer-events: none;
	animation: rotation 10s infinite linear;
}

.financial-about-content {
	max-width: 578px;
	margin-left: auto;
}

.financial-about-content .check {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.financial-about-content .check li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 25px;
	font-weight: 550;
	color: #000;
}

.financial-about-content .check li i {
	top: 1px;
	left: 0;
	position: absolute;
	font-size: 12px;
	font-weight: 700;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 100%;
	background-color: #06b1b1;
	color: #fff;
}

.financial-about-content .check li:last-child {
	margin-bottom: 0;
}


/**********************************aboutpage end**********************************/

/* ========== CARD STYLES ========== */
.card {
	margin-bottom: 1.875rem;
	background-color: #fff;
	transition: all 0.5s ease-in-out;
	position: relative;
	border: none;
	box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
	height: calc(100% - 30px);
	border-radius: 1rem;
}

.card-header {
	border-color: #e4e4e4;
	background: transparent;
	padding: 1.5rem 1.875rem 1.25rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.card-body {
	flex: 1 1 auto;
	padding: 1.875rem;
	color: #333;
}

/* ========== DATATABLE LENGTH DROPDOWN ========== */
.dataTables_length {
	margin-bottom: 20px;
	font-size: 14px;
	color: #333;
}

.dataTables_length label {
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 8px;
}

.dataTables_length select {
	padding: 9px 22px;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	border: 1px solid #ffc620;
	border-radius: 9px;
	background-color: #fff;
	cursor: pointer;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 70 95 L 25 50 L 115 50 Z' fill='%23999'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 12px;
}

.dataTables_length select:focus {
	border-color: #007bff;
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
}

/* ========== SEARCH BOX ========== */
.dataTables_filter {
	text-align: right;
	margin-bottom: 20px;
}

.dataTables_filter label {
	display: none;
}

.dataTables_filter input[type="search"] {
	width: 220px;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 8px 12px;
}

.dataTables_filter input[type="search"]::placeholder {
	color: #aaa;
}

.dataTables_filter input[type="search"]:focus {
	border-color: #07c5bb;
	box-shadow: none;
}

/* ========== PAGINATION ========== */
.dataTables_paginate {
	text-align: center;
	margin-top: 20px;
}

.dataTables_paginate a.paginate_button:hover {
	background-color: #007bff;
	border-color: #007bff;
	color: #fff;
}

.dataTables_paginate a.paginate_button.disabled {
	opacity: 0.4;
	cursor: not-allowed;
	pointer-events: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
	background: #06afb0 !important;
	font-weight: bold;
	border: 1px solid #06afb0 !important;
	color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor: default;
	color: #000 !important;
	border: 1px solid transparent;
	background: #000;
	box-shadow: none;
	opacity: 1;
}

/* ========== INFO TEXT ========== */
.dataTables_info {
	font-size: 14px;
	color: #000 !important;
	background: linear-gradient(140deg, rgb(234, 251, 104) 0%, rgb(242, 249, 183) 35%, rgb(46, 255, 205) 100%);
	padding: 0.75rem 1rem;
	border-radius: 0.5rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	display: inline-block;
	margin-top: 1rem;
	font-weight: 600 !important;
}

/* ========== TABLE STYLING ========== */
#example4 {
	font-size: 14px;
	color: #2b2f3a;
	border-collapse: separate;
	border-spacing: 0 12px;
	width: 100%;
}

#example4 thead tr {
	font-weight: 600;
	text-transform: capitalize;
	font-size: 12px;
	color: #495057;
	background: linear-gradient(0deg, rgba(1, 160, 168, 1) 0%, rgba(14, 202, 191, 1) 100%);
}

#example4 thead th {
	border: none !important;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	position: relative;
	font-family: 'SF New Republic';
}

#example4 tbody tr {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	transition: background-color 0.3s ease;
}

#example4 tbody tr:hover {
	background-color: #edfdff;
}

#example4 td {
	vertical-align: middle;
	padding: 8px 15px;
	border-top: none;
	font-weight: 500;
	text-align: center;
	color: #000;
}

table.dataTable.no-footer {
	border-bottom: 1px solid #bbb !important;
}

/*  EVEN CHILD ROW BACKGROUND COLOR */
table.dataTable tbody tr.child:nth-child(even) {
	background-color: #edfdff !important;
}

/* ========== FOOTER & SORT ICONS ========== */
table.dataTable tfoot th {
	color: #000;
	font-size: 15px;
	padding: 15px;
	font-weight: 600;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
	right: 50% !important;
	transform: translateX(50%);
	margin-top: 2px;
	opacity: 0.6;
}

/* ========== ANIMATIONS ========== */
.numbers h4 {
	transition: transform 0.3s ease;
}

.numbers h4:hover {
	transform: scale(1.1);
}

tbody .odd {
	background: #edfdff !important;
}

tbody .even {
	background: #fafde9 !important;
}

/* ========== RESPONSIVE TWEAKS ========== */
@media only screen and (max-width: 1400px) {
	table.dataTable thead th {
		font-size: 19px;
	}

	table.dataTable tbody td {
		padding: 13px 15px;
		font-size: 15px;
	}
}

/* ========== BADGE STYLING ========== */
.light.badge-success {
	background-color: #28a745;
}

/**********************************data table end **********************************/

/**********************************innerpage start**********************************/

.common-pad {
	z-index: 1;
}

/*.success-aft::before {
	position: absolute;
	content: "";
	background: url("../images/success-pagewaveform.png") no-repeat;
	width: 100%;
	height: 400px;
	top: 0px;
	right: 0px;
	z-index: 1;
}*/
.success-aft::after {
	position: absolute;
	content: "";
	background: url("../images/success-aft.png") no-repeat;
	width: 504px;
	height: 454px;
	left: 0px;
	right: 0px;
	margin: auto;
	top: 12px;
}

.success-info {
	position: relative;
	z-index: 2;
}

.frgtpwd {
	background: transparent;
	border-radius: 10px;
	padding: 5px 13px;
	display: flex;
	align-items: center;
	max-width: 500px;
	margin: 10px auto;
	border: 2px solid #e21e51;
	font-size: 15px;
	margin-bottom: 25px;
}

.capcha-number h6 {
	background: #d5feff;
	display: inline-block;
	padding: 0px 9px;
}

.success-msg {
	font-size: 13px;
	color: #0ad406;
}

.error-msg {
	font-size: 13px;
	color: #ff0000;
}

.innerpage-sec {
	background: rgb(133, 226, 206);
	background: linear-gradient(45deg, rgba(133, 226, 206, 1) 0%, rgba(235, 242, 210, 1) 39%, rgba(182, 224, 157, 1) 74%, rgba(72, 245, 216, 1) 100%);
}

.innerpage-sec {
	padding-top: 55px !important;
}

.form-block label {
	font-size: 18px;
}

.massage-warp {
	border: 1px solid #b1e2ff;
	border-radius: 19px;
	padding: 25px 25px;
}

.form-btn .btn-primary {
	width: 100%;
}

.floating-label-group {
	position: relative;
	margin-bottom: 1.5rem;
}

.form-control:focus-visible {
	outline: none;
}

.floating-label-group input.form-control {
	padding: 14px 22px 14px 22px;
	background-color: #f3f4f6;
	border: 1px solid #e8eaed;
	border-radius: 0 26px;
	width: 100%;
	font-size: 1rem;
	transition: all 0.3s ease;
}

.floating-label-group label {
	position: absolute;
	top: 50%;
	left: 22px;
	transform: translateY(-50%);
	color: #888;
	font-size: 1rem;
	pointer-events: none;
	transition: all 0.2s ease-out;
}

.floating-label-group input:focus+label,
.floating-label-group input:not(:placeholder-shown)+label {
	top: 0.4rem;
	left: 18px;
	font-size: 0.75rem;
	color: #3b82f6;
	background: #f3f4f6;
	padding: 0 6px;
}

/* Optional: focus animation */
.form-control:focus {
	border-color: transparent;
	box-shadow: none;
	outline: none;
}

.contact-ico iconify-icon {
	font-size: 35px;
	color: #fff;
}

.company-contact-info p {
	font-size: 16px;
	margin-bottom: 0px !important;
}

.contact-info-area {
	border: 1px solid #b1e2ff;
	border-radius: 15px;
	padding: 20px 25px;
	height: auto;
	margin-bottom: 30px;
	width: 84%;
	opacity: 0;
	transform: translateY(20px);
	animation: cardEntrance 1s ease-out forwards;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	margin: auto;
}

.company-contact-info {
	display: flex;
	align-items: center;
	margin-top: 23px;
}

.space32 {
	height: 32px;
}

.space40 {
	height: 40px;
}

.space40 {
	height: 40px;
}

.contact-auhtor-box {
	display: flex;
	align-items: center;
}

.contact-info-area:hover {
	transform: translateY(0) scale(1.02);
	box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

/* Keyframes for entrance animation */
@keyframes cardEntrance {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.contact-info-area .contact-title p {
	opacity: 80%;
	padding-bottom: 21px;
	border-bottom: 1px solid #6bc9ff;
}

.contact-ico {
	position: relative;
	background: linear-gradient(90deg, rgba(1, 160, 168, 1) 0%, rgba(14, 202, 191, 1) 100%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	padding: 12px 0;
	overflow: hidden;
	transition: transform 0.3s ease;
	margin-right: 15px;
}

/* Rotating halo ring */
.contact-ico::before {
	content: "";
	position: absolute;
	top: -6px;
	left: -6px;
	right: -6px;
	bottom: -6px;
	border-radius: 50%;
	background: conic-gradient(from 0deg, rgba(1, 160, 168, 0.3), rgba(14, 202, 191, 0.3), rgba(1, 160, 168, 0.3));
	z-index: -1;
	animation: rotateHalo 4s linear infinite;
}

/* Ripple effect that gently emanates from the icon */
.contact-ico::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	transform: translate(-50%, -50%) scale(1);
	opacity: 0;
	z-index: -2;
	animation: ripplePulse 3s ease-out infinite;
}

/* Increase the icon scale on hover for a pop effect */
.contact-ico:hover {
	transform: scale(1.1);
}

/* Keyframes for the rotating halo ring */
@keyframes rotateHalo {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* Keyframes for the ripple effect */
@keyframes ripplePulse {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0.6;
	}

	100% {
		transform: translate(-50%, -50%) scale(2.5);
		opacity: 0;
	}
}

.form-details-pad {
	margin-bottom: 35px;
}

.contact-form {
	padding: 50px 0px;
}

.contact-form {
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(140deg, rgba(255, 255, 255, 1) 0%, rgba(222, 242, 253, 1) 30%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(140deg, rgba(255, 255, 255, 1) 0%, rgba(222, 242, 253, 1) 30%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(222, 242, 253, 1) 30%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

/* Core styles */
.animated-input-group {
	position: relative;
	margin-bottom: 20px;
}

.form-group {
	position: relative;
	margin-bottom: 20px;
}

.animated-input-group input,
.animated-input-group textarea,
.animated-input-group select {
	width: 100%;
	padding: 14px 16px;
	font-size: 16px;
	background: rgba(255, 255, 255, 0.5);
	border: none;
	border-bottom: 2px solid #6bc9ff;
	color: #313131;
	transition: all 0.3s ease;
	border-radius: 0;
	font-weight: normal;
}

#password:focus {
	font-size: 12px;
}

.animated-input-group input:focus,
.animated-input-group textarea:focus,
.animated-input-group select:focus {
	outline: none;
	border-bottom: 2px solid #2ca0e3;
}

.animated-input-group label {
	position: absolute;
	top: 14px;
	left: 16px;
	color: #999;
	font-size: 16px;
	pointer-events: none;
	transition: all 0.3s ease;
	background: #fff;
	padding: 0 5px;
}

.input.input--hoshi input:focus~i,
.input.input--hoshi textarea:focus~i,
.input.input--hoshi select:focus~i {
	color: #2ca0e3;
}

.animated-input-group input:focus+label,
.animated-input-group input:not(:placeholder-shown)+label,
.animated-input-group textarea:focus+label,
.animated-input-group textarea:not(:placeholder-shown)+label,
.animated-input-group select:focus+label,
.animated-input-group select:not([value=""])+label {
	top: -10px;
	left: 12px;
	font-size: 12px;
	color: #1570a4;
}

.animated-input-group .input-icon {
	position: absolute;
	top: 16px;
	right: 16px;
	color: #ccc;
	transition: color 0.3s ease;
}

.animated-input-group input:focus~.input-icon,
.animated-input-group textarea:focus~.input-icon,
.animated-input-group select:focus~.input-icon {
	color: #2ca0e3;
}

.input.input--hoshi {
	position: relative;
	display: block;
	width: 100%;
}

/* Select and Input styles */
.input__field {
	width: 100%;
	padding: 14px 16px;
	font-size: 16px;
	background: rgba(255, 255, 255, 0.5);
	border: none;
	border-bottom: 2px solid #6bc9ff;
	color: #313131;
	transition: all 0.3s ease;
	border-radius: 0;
	font-weight: normal;
	appearance: none;
	/* Remove native arrow */
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg fill="%23999" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 16px 16px;
	cursor: pointer;
}

/* Focus and valid states */
.input__field:focus {
	outline: none;
	border-bottom: 2px solid #2ca0e3;
}

.input__field:focus~.input__label,
.input__field:valid~.input__label {
	top: -10px;
	left: 12px;
	font-size: 12px;
	color: #1570a4;
}

/* Label styles */
.input__label {
	position: absolute;
	top: 14px;
	left: 16px;
	color: #999;
	font-size: 16px;
	pointer-events: none;
	transition: all 0.3s ease;
	background: #fff;
	padding: 0 5px;
}

.input__label-content {
	display: inline-block;
}

/* Icon styling */
.input-icon {
	position: absolute;
	top: 16px;
	right: 40px;
	/* space for dropdown arrow */
	color: #ccc;
	transition: color 0.3s ease;
}

.input__field:focus~.input-icon {
	color: #2ca0e3;
}

.login-bg {
	border: 1px solid #b1e2ff;
	border-radius: 19px;
	padding: 16px 25px;
	width: 530px;
	margin: auto;
	position: relative;
}

.login-page {
	background: rgb(255, 255, 255);
	background:
		-moz-linear-gradient(140deg, rgba(255, 255, 255, 1) 0%, rgba(222, 242, 253, 1) 30%, rgba(255, 255, 255, 1) 100%);
	background:
		-webkit-linear-gradient(140deg, rgba(255, 255, 255, 1) 0%, rgba(222, 242, 253, 1) 30%, rgba(255, 255, 255, 1) 100%);
	background:
		linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(222, 242, 253, 1) 30%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

#password {
	font-size: 12px;
}

@media only screen and (min-width: 1190px) {
	.innerpage-aft::after {
		position: absolute;
		content: "";
		background: url(../images/login-shape-bg.png) no-repeat;
		width: 679px;
		height: 635px;
		top: 0px;
		left: -7px;
		z-index: 2;
	}

	.innerpage-aft::before {
		position: absolute;
		content: "";
		background: url("../images/shape-5.png") no-repeat;
		width: 151px;
		height: 121px;
		right: 0px;
		top: 0px;
	}

	.inner-shpes::after {
		position: absolute;
		content: "";
		background: url("../images/multiple-abstarct.png") no-repeat;
		width: 328px;
		height: 368px;
		bottom: 105px;
		right: 312px;
		z-index: 1;
		opacity: 0.3;
		left: 0px;
		margin: auto;
	}

	.circl-aft::after {
		position: absolute;
		content: "";
		background: url("../images/multi-circle1.png") no-repeat;
		width: 294px;
		height: 295px;
		bottom: 84px;
		z-index: 1;
		left: 187px;
	}

	.circl-aft::before {
		position: absolute;
		content: "";
		background: url("../images/multi-circle2.png") no-repeat;
		width: 141px;
		height: 142px;
		top: -13px;
		left: 28%;
		z-index: 1;
	}

	.support-img::after {
		position: absolute;
		content: "";
		background: url("../images/ballown-1.png") no-repeat;
		width: 133px;
		height: 178px;
		right: -54px;
		top: -63px;
	}

	.support-img::before {
		position: absolute;
		content: "";
		background: url("../images/ballown-2.png") no-repeat;
		width: 136px;
		height: 182px;
		left: -48px;
		bottom: -14px;
		z-index: 1;
	}
}

.support-img img {
	position: relative;
	z-index: 2;
}

.innerpage-sec::after {
	position: absolute;
	content: "";
	background: url("../images/waveform1.png") no-repeat;
	width: 937px;
	height: 384px;
	bottom: 0px;
	left: 0;
}

.nav-bg-aft {
	z-index: 2;
}

.support-pad {
	margin-top: 59px;
}

.support-img {
	position: relative;
	top: 24px;
}

/**********************************innerpage end**********************************/


/**********************************animation start**********************************/

.masked {
	mask-image: linear-gradient(#000, #000);
	mask-size: 0% 70%;
	mask-position: 0 45%, 25% 25%, 50% 50%, 75% 0, 100% 50%;
	mask-repeat: no-repeat;
	animation: mask 6s linear infinite;
}

@keyframes mask {
	0% {
		mask-size: 0% 70%;
	}

	20% {
		mask-size: 20% 100%;
	}

	30% {
		mask-size: 30% 100%;
	}

	40% {
		mask-size: 40% 100%;
	}

	60% {
		mask-size: 60% 100%;
	}

	80% {
		mask-size: 80% 100%;
	}

	100% {
		mask-size: 100% 100%;
	}
}

.spinner {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1.2s;
	-webkit-animation-name: rotate;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-transition-property: -moz-transform;
	-moz-animation-name: rotate;
	-moz-animation-duration: 1.2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	transition-property: transform;
	animation-name: rotate;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes rotate {
	from {
		-moz-transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(360deg);
	}
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes play {
	from {
		background-position: 0px;
	}

	to {
		background-position: -1024px;
	}
}

@keyframes marquee {
	0% {
		background-position: 0;
	}

	100% {
		background-position: -1190px;
	}
}

.typewriter h1 {
	color: #fff;
	/* overflow: inherit; */
	white-space: break-spaces;
	margin: 0 auto;
	letter-spacing: 0px;
	animation: typing 3.5s, blink-caret .5s step-end alternate;
}

/* The typing effect */
@keyframes typing {
	from {
		width: 0
	}

	to {
		width: 100%
	}
}

@keyframes blink-caret {

	from,
	to {
		border-color: transparent
	}
}

@keyframes animate {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-30px);
	}

	100% {
		transform: translateY(0);
	}
}



/**********************************animation end**********************************/

/********************************** Responsive **********************************/

@media only screen and (max-width: 1345px) {}

@media only screen and (max-width: 1199px) {
	.logo {
		text-align: center;
		margin-left: 0px;
	}

	.affiliate-sec {
		background: rgb(133, 226, 206);
		background: linear-gradient(45deg, rgba(133, 226, 206, 1) 0%, rgba(235, 242, 210, 1) 39%, rgba(182, 224, 157, 1) 74%, rgba(72, 245, 216, 1) 100%);
		background-size: cover;
	}

	.affiliate-sec::after {
		content: "inherit";
		display: none;
	}

	.banner-img {
		z-index: 1;
		position: relative;
		top: 0px;
		left: 0px;
	}

	.banner-sub-head {
		width: 58%;
	}

	.banner-sec::after {
		content: "";
		display: none;
	}

	.pad-left {
		margin-left: 0px;
	}

	br {
		display: none;
	}

	.banner-content h2 {
		margin: 0px !important;
	}

	.company-media li {
		display: inline-block;
		margin: 10px 40px;
	}

	.how-it-sec::after {
		width: 100%;
		background-size: cover;
	}

	.why-choose-list {
		width: 252px;
	}

	.why-hoose-list1 li:last-child {
		top: 0px;
		left: 0px;
		z-index: 2;
	}

	.why-hoose-list2 li:first-child {
		top: 0px;
		left: 0px;
	}

	.why-hoose-list2 li:last-child {
		top: 0px;
		left: 0px;
	}

	.why-choose-us::before {
		content: "inherit";
		display: none;
	}

	.why-hoose-list2 li:first-child::after {
		content: "inherit";
		display: none;
	}

	.why-hoose-list2 li:last-child::after {
		content: "inherit";
		display: none;
	}

	.why-hoose-list2 li:first-child::after {
		content: "inherit";
		display: none;
	}

	.why-hoose-list1 li:last-child::after {
		content: "inherit";
		display: none;
	}

	.why-hoose-list1 li:first-child::after {
		content: "inherit";
		display: none;
	}

	.why-choose-us::after {
		content: "inherit";
		display: none;
	}

	.video-why-choose-us {
		margin-top: 0px;
		margin-left: 0px;
		margin-bottom: 30px;
	}

	.why-choose-list {
		width: 100%;
		margin-bottom: 15px;
	}

	.why-choose-list {
		padding: 20px 20px;
	}

	.vidio-img-circle {
		display: none;
	}

	.about-sec {
		margin-top: 0px;
	}

	.abt-detsils {
		text-align: center;
	}

	.abt-fea-name {
		text-align: start;
	}

	.fea-list {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.abt-img {
		text-align: center;
		margin-top: 115px;
	}

	.abt-sub-img li:first-child {
		top: 13px;
		z-index: 1;
		left: 0px;
		right: 0px;
		margin: auto;
	}

	.abt-title-bg {
		margin: auto;
		left: 0px;
		right: 0px;
	}

	.abt-title-bg p {
		position: relative;
		left: 20px;
		top: 0px;
	}

	.plan-priscrbtion p br {
		display: block;
	}

	.home-plan-fea li {
		margin-right: 13px;
	}

	.home-plan-fea li:not(:last-child)::after {
		display: none;
	}

	.span-bg span {
		font-size: 32px;
	}

	.home-plan-fea {
		margin-top: 28px;
		margin-bottom: 28px;
	}

	.pln-details {
		width: 100%;
		margin-top: 20px;
	}

	.plan-ico {
		left: -20px;
	}

	.profit-cal {
		margin-top: 40px;
	}

	.static-payment1 .static-pay-details {
		padding: 5px 134px 5px 5px;
	}

	.static-payment2 .static-pay-details {
		padding: 5px 5px 5px 158px;
	}

	.company-banner-title h2 {
		font-size: 25px;
	}

	.fooer-nav-border {
		margin-left: 0px;
	}

	.abt-sub-img li:nth-child(3) {
		left: 252px;
	}

	.abt-sub-img li:nth-child(2) {
		left: 228px;
	}

	.ref-pad3 {
		left: -53px;
	}

	.rep-pad1 {
		left: -73px;
		top: -42px;
	}

	.payment-method1 li:nth-child(5) {
		left: 52px;
	}

	.payment-method1 li:nth-child(3) {
		right: -109px;
	}

	.payment-method2 li:last-child {
		left: -65px;
	}

	.payment-method2 li:nth-child(2) {
		left: -130px;
	}

	.footer-content {
		padding: 35px 24px;
	}

	.footer-nav ul li a {
		font-size: 14px;
	}

	.profit-cal {
		z-index: 2;
		left: 0px;
		margin-top: 0sspx;
	}

	.video-why-choose-us::after {
		display: none;
	}

	.mobile-img {
		position: relative;
		left: 0px;
		top: 0px;
	}

	.banner-content {
		position: relative;
		left: 0px;
	}

	.banner-content::after {
		display: none;
	}

	.choose-image {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 991px) {
	.nav-btn {
		justify-content: center;
	}

	.banner-content {
		text-align: center;
	}

	.company-media li {
		margin: 10px 16px;
	}

	.play-video {
		justify-content: center;
	}

	.banner-sub-head {
		margin: auto;
	}

	.banner-img {
		text-align: center;
	}

	.banner-img::after {
		left: 0px;
		right: 0px;
		margin: auto;
	}

	.mobile-coin-img li:last-child {
		right: 0px;
	}

	.mobile-coin-img li:first-child {
		right: 0px;
	}

	.how-it-shape {
		text-align: center;
	}

	.tilte-p {
		text-align: center !important;
	}

	.aft {
		margin-top: 0px;
	}

	.how-cont-sec.ico-aft1::after {
		display: none;
	}

	.how-cont-sec.ico-aft1::before {
		display: none;
	}

	.how-cont-sec img {
		margin-left: 0px;
	}

	.how-cont-sec p {
		text-align: justify;
		text-align: center;
	}

	.why-it-sec-ico {
		margin-left: 0px;
		margin: auto;
		margin-top: 0px;
	}

	.how-cont-sec::before {
		display: none;
	}

	.how-cont-sec.ico-aft3::after {
		display: none;
	}

	.how-cont-sec::after {
		display: none;
	}

	.how-it-sec::before {
		content: "inherit";
		display: none;
	}

	.abt-sub-img li:nth-child(3) {
		left: 18%;
	}

	.abt-sub-img li:nth-child(2) {
		left: 118px;
	}

	.home-plan-fea li {
		display: block;
		margin-right: 0px;
	}

	.plan-priscrbtion h5 {
		justify-content: center;
	}

	.plan-priscrbtion {
		text-align: center;
	}

	.home-plan-fea li {
		background: rgba(255, 255, 255, 0.1);
		border: 2px dotted rgba(0, 0, 0, 0.2);
		margin-bottom: 20px;
	}

	.plan-priscrbtion p {
		margin-bottom: 0px;
	}

	.plan-priscrbtion {
		padding: 15px 15px;
	}

	.title {
		text-align: center;
	}

	.title-p {
		margin-top: 20px;
	}

	.profit-cal {
		text-align: center;
	}

	.profit-name {
		text-align: start;
	}

	.statiticlist li {
		border-radius: 50px;
		width: 100%;
	}

	.static-payment1 .static-pay-details {
		padding: 15px 15px;
		border-radius: 30px;
		width: 100%;
	}

	.static-payment1 .static-pay-details {
		padding: 2px 9px;
	}

	.ststic-sub-img li:first-child {
		display: none;
	}

	.static-img {
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.static-payment2 .static-pay-details {
		border-radius: 30px;
		width: 100%;
		margin-left: 0px;
	}

	.static-payment2 .static-pay-details {
		padding: 2px 15px;
	}

	.affiliate-sec::after {
		content: "inherit";
		display: none;
	}

	.affiliate-sec::before {
		content: "inherit";
		display: none;
	}

	.rep-list li {
		position: relative;
	}

	.aff-img {
		display: none;
	}

	.rep-list li:first-child {
		bottom: 0px;
		left: 0px;
	}

	.rep-list li:nth-child(2) {
		top: 0px;
		left: 0px;
	}

	.rep-list li:last-child {
		right: 0px;
		top: 0px;
	}

	.ref-list li:first-child {
		top: 0px;
		left: 0px;
		right: 0px;
		margin: inherit;
	}

	.ref-list li:nth-child(2) {
		left: 0px;
		bottom: 0px;
	}

	.ref-list li:last-child {
		right: 0px;
		bottom: 0px;
	}

	.ref-list li {
		position: relative;
	}

	.rep-pad1 {
		left: 0px;
		top: 0px;
	}

	.rep-pad2 {
		left: 0px;
		top: 0px;
	}

	.rep-pad3 {
		top: 0px;
	}

	.rep-list li {
		position: relative;
		display: inline-block;
		margin: 0 32px;
	}

	.ref-pad2 {
		top: 0px;
		left: 0px;
	}

	.ref-pad3 {
		left: 0px;
		top: 0px;
	}

	.ref-list li {
		position: relative;
		display: inline-block;
	}

	.rep-percentage::after {
		content: "inherit";
		display: none;
	}

	.ref-ico::after {
		content: "inherit";
		display: none;
	}

	.ref-list {
		margin-top: 20px;
		text-align: center !important;
	}

	.affiliae-sec {
		margin-left: 0px;
		text-align: center;
	}

	.affiliae-sec p {
		text-align: center !important;
	}

	.rep-list {
		text-align: center;
	}

	.payment-method1 li {
		position: relative;
	}

	.payment-method1 li:first-child {
		top: 0px;
		left: 0px;
	}

	.payment-method1 li:nth-child(2) {
		top: 0px;
		right: 0px;
	}

	.payment-method1 li:nth-child(3) {
		right: 0px;
	}

	.payment-method1 li:nth-child(4) {
		bottom: 0px;
		left: 0px;
	}

	.payment-method1 li:nth-child(5) {
		left: 0px;
		top: 0px;
	}

	.payment-method1 li:last-child {
		top: 0px;
		left: 0px;
	}

	.payment-method1 {
		text-align: center;
	}

	.payment-method1 li {
		position: relative;
		display: inline-block;
	}

	.payment-method1 li:nth-child(3) {
		right: 0px;
		top: 0px;
	}

	.payment-method2 li {
		position: relative;
	}

	.payment-method2 li:first-child {
		bottom: 0px;
		right: 0px;
	}

	.payment-method2 li:nth-child(2) {
		left: 0px;
		top: 0px;
	}

	.payment-method2 li:nth-child(3) {
		top: 0px;
		right: 0px;
	}

	.payment-method2 li:nth-child(4) {
		bottom: 0px;
		right: 0px;
	}

	.payment-method2 li:nth-child(5) {
		top: 0px;
		left: 0px;
	}

	.payment-method2 li:last-child {
		left: 0px;
		top: 0px;
	}

	.payment-method2 li {
		position: relative;
		display: inline-block;
	}

	.payment-method2 {
		text-align: center;
	}

	.company-banner-sec {
		background: #5c89a1;
		background-size: cover;
	}

	.company-banner-title {
		text-align: center;
	}

	.user-btn {
		margin-left: 0px;
		text-align: center;
	}

	.footer-content {
		padding: 25px 25px;
		margin-bottom: 20px;
	}

	.social-links {
		justify-content: start;
	}

	.inner-shpes {
		padding-top: 25px;
	}

	.company-banner-sec {
		margin-top: 0px;
	}

	.why-choose-us-content {
		text-align: center;
	}

	.abt-list-page {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

	.financial-about-content .check li {
		margin-bottom: 0px;
		margin-top: 20px;
	}

	.section-heading p {
		margin-bottom: 0px !important;
	}

	.about-image .app-image-8 {
		left: 86px;
	}

	.about-image .app-image-6 {
		padding-left: 198px;
	}

	.section-heading .title {
		text-align: start;
	}

	.abt-box-fea {
		padding-top: 0px !important;
	}

	.desktop-nav {
		display: none;
	}

	.contact-info-area {
		width: 100%;
		margin-bottom: 30px;
	}

	.how-cont-sec {
		background: rgba(255, 255, 255, 0.1);
		border: 2px dotted rgba(0, 0, 0, 0.2);
		margin-bottom: 20px;
		padding: 15px 15px;
		border-radius: 15px;
	}

	.why-it-sec-ico {
		margin-left: 0px;
		border-radius: 15px;
		margin-top: 15px !important;
		margin: auto;
	}

	.how-cont-sec {
		position: relative;
		margin-left: 0px;
	}

	.ico-aft3 {
		margin-top: 0px;
	}

	.ico-aft4 {
		margin-top: 0px;
	}

	.why-choose-us {
		padding-top: 0px !important;
	}

	.ico-aft2 {
		margin-top: 0px;
	}

	.pln-details {
		height: auto;
		margin-left: 0px;
		padding: 17px 35px !important;
	}

	.plan-name {
		text-align: center;
	}

	.plan-detail-value {
		display: flex !important;
		align-items: center !important;
		margin-bottom: 23px;
		justify-content: center !important;
	}

	.payment-caro li {
		display: inline-block;
		margin: 5px 5px;
	}

	.payment-caro {
		text-align: center;
	}
}

@media only screen and (max-width:767px) {
	.pln-btn p {
		text-align: center;
	}

	.plan-value {
		text-align: start;
	}

	.about-image .app-image-6 {
		padding-left: 111px;
	}

	.about-image .app-image-8 {
		left: 0px;
	}

	.video-why-choose-us img {
		width: 100%;
	}

	.title-p p {
		text-align: center;
	}

	.plan-percentage {
		text-align: center;
	}

	.plan-percentage h6 {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.plan-details {
		text-align: center;
	}

	.plan-detail-value {
		justify-content: center;
	}

	.pln-btn {
		text-align: center;
		margin-top: 20px;
	}

	.plan-name::after {
		top: -18px;
		left: 0px;
		right: 0px;
		margin: auto;
	}

	.plan-ico {
		left: 0px;
		right: 0px;
		margin: auto;
		top: -26px;
	}

	.pln-details {
		margin-top: 30px !important;
	}

	.footer-nav {
		margin-top: 0px;
	}

	.footer-company-details {
		display: block;
	}

	.company-deatils {
		display: flex;
		align-items: center;
		margin-top: 20px;
	}

	.server-time {
		background: #313233;
		display: flex;
		align-items: center;
		position: relative;
		top: 0px;
		z-index: 1;
		border-radius: 25px;
		padding: 10px 15px;
		left: 0px;
		width: 80%;
		margin-top: 20px !important;
		margin: auto;
		margin-bottom: 20px;
	}

	.nav-bg-aft::before {
		content: "";
		display: none;
	}

	.nav-bg-aft::after {
		display: none;
	}

	.socila-icons {
		display: flex;
		position: relative;
		right: 0px;
		top: 0px;
		justify-content: center;
		width: 36%;
		margin: auto;
		margin-bottom: 20px;
	}

	.login-bg {
		width: 100%;
	}

	.about-page-sec {
		padding: 25px 0px 50px 0px;
	}

	.abt-page-btn .btn-secondary {
		padding: 12px 22px;
	}

	.innerpage-sec::after {
		width: 100%;
	}

	.abt-detsils .span-bg span {
		font-size: 42px;
	}

	.abt-detsils h2 {
		font-size: 42px;
	}

	.langs-drop .dropdown-toggle {
		margin-right: 10px;
	}

	.payment-caro li {
		display: inline-block;
		margin: 5px 3px;
	}
}

@media only screen and (max-width: 575px) {
	.mobile-navbar .offcanvas-header .close-btn {
		top: 45px;
		right: 15px;
		background-color: #d6f2d4 !important;
	}

	.ststic-sub-img li:last-child {
		right: 0px;
	}

	.ststic-sub-img li:nth-child(3) {
		top: 0px;
		right: 167px;
	}

	.ststic-sub-img li:nth-child(2) {
		left: 31px;
	}

	.static-img {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 484px) {
	.abt-img .abt-man {
		right: 0px;
	}

	.abt-shape img {
		width: 100%;
	}

	.mobile-img {
		width: 100%;
	}

	.banner-img::after {
		width: 100%;
	}

	.mobile-coin-img li:nth-child(2) {
		left: 0px;
	}

	.mobile-coin-img li:last-child {
		top: 0px;
	}

	.mobile-coin-img li:nth-child(2) {
		bottom: 51px;
		left: 14px;
	}

	.company-review span {
		font-size: 18px;
	}

	.company-media li {
		margin: 10px 23px;
	}

	.how-it-shape::after {
		display: none;
	}

	.company-banner-sec {
		margin-top: 0px;
	}

	.payment-btn a {
		margin: 5px 0px;
	}

	.company-banner-sec::before {
		right: 8px;
	}

	.about-image .app-image-8 {
		left: 0px;
		width: 100%;
	}

	.about-image .app-image-6 {
		padding-left: 0px;
		position: relative;
		top: -30px;
	}

	.about-image .feature-shape-1 {
		top: 96px;
		right: 44px;
		animation: rotation 10s infinite linear;
		width: 18%;
	}

	.abt-box-fea {
		padding-top: 40px !important;
	}

	.abt-box-fea .title {
		text-align: start !important;
	}

	.span-bg span {
		font-size: 22px;
	}

	.why-choose-us-content h2,
	.why-choose-us-content span {
		font-size: 21px;
	}

	.why-choose-us-content .span-bg span {
		font-size: 22px;
	}
}

@media only screen and (max-width: 434px) {
	.server-time {
		width: 100%;
	}

	.about-image .app-image-6 {
		top: -49px;
		width: 100%;
	}

	.socila-icons {
		width: 50%;
	}

	.banner-sec {
		padding: 32px 0px 20px 0px;
	}

	.banner-sub-head {
		width: 80%;
	}

	.play-video {
		display: block;
		text-align: center;
		position: relative;
	}

	.vido-ico {
		position: absolute;
		right: 21px;
		top: 0px;
	}

	.abt-detsils .span-bg span {
		font-size: 40px;
		font-family: Spirax;
	}

	.vido-ico {
		position: absolute;
		right: 53px;
		top: 0px;
	}

	.company-video {
		margin-left: -69px;
	}

	.play-name {
		display: none;
	}

	.abt-fea-ico {
		padding: 11px 6px;
	}

	.abt-title-bg {
		position: absolute;
		background: #fcffe4;
		width: 100%;
		height: auto;
		padding: 25px 25px;
		display: block;
		align-items: center;
		bottom: 0px;
		z-index: 2;
		left: 0px;
	}

	.abt-title-bg p {
		position: relative;
		left: 0px;
		top: 0px;
	}

	.abt-title-bg h4 {
		position: relative;
		top: 0px;
		left: 0px;
	}

	.abt-sub-img li:nth-child(2) {
		left: 45px;
		bottom: 134px;
	}

	.abt-list-page .span-bg span {
		font-size: 21px;
	}

	.span-bg span {
		font-size: 27px;
	}

	.payment-btn a {
		margin: 5px 0px;
	}

	.company-banner-sec::before {
		display: none;
	}

	.company-banner-sec::after {
		display: none;
	}

	.company-user-list ul li {
		display: block;
		margin: 0px;
		margin-top: 10px;
	}

	.user-img img {
		margin-top: 0px;
	}

	.static-main {
		z-index: 2;
		width: 100%;
	}

	.abt-detsils .span-bg span {
		font-size: 26px;
		font-family: Spirax;
	}

	.abt-detsils h2 {
		font-size: 27px;
	}

	.deposit-bg {
		width: 100%;
		padding: 8px 8px;
	}

	.depsoit-list ul li::after {
		display: none;
	}

	.plan-profit {
		margin: 0 53px;
	}

	.affiliae-sec .title-bg h2 {
		font-size: 26px;
	}

	.rep-list li {
		margin: 0 2px;
	}

	.ref-list li {
		margin: 0 2px;
	}

	.ref-list {
		margin-top: 5px;
	}

	.payment-method-sec {
		padding-top: 0px !important;
	}

	.copy-rights {
		margin-top: 5px !important;
		margin-bottom: 5px;
	}

	.company-banner-title {
		text-align: start;
	}

	.user-btn {
		margin-left: 0px;
		text-align: start;
	}

	.company-user-list ul {
		text-align: start !important;
	}

	.mobile-coin-img li img {
		width: 70%;
	}

	.logo {
		text-align: start;
		margin-top: 16px !important;
	}

	.navbar .navbar-toggler {
		right: 0px;
		top: -50px;
	}

	.about-image .app-image-7 {
		right: 17px;
		bottom: 21px;
		position: absolute;
		width: 20%;
	}

	.about-image {
		margin-top: 30px;
	}

	.about-page-banner {
		text-align: justify !important;
	}

	.about-page-banner h1 {
		font-size: 33px;
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 390px) {
	.abt-img img {
		width: 100%;
	}

	.banner-img::after {
		width: 100%;
		top: 9px;
	}

	.payment-caro li {

		margin: 5px 6px;
	}
}

@media only screen and (max-width: 360px) {
	.abt-img .abt-man {
		right: 0px;
		width: 100%;
	}

	.abt-sub-img li:nth-child(3) {
		left: 0px;
	}

	.abt-sub-img li:last-child {
		top: 57px;
		right: 0px;
		z-index: 8;
	}

	.banner-img::after {
		width: 100%;
		top: 9px;
	}

	.server-time h6 {
		font-size: 14px;
	}
}

/* Estimate Your Growth Calculator */
.estimate-card {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	border: 2px solid rgba(255, 255, 255, 0.5);
	margin-top: 20px;
	font-family: 'Satoshi', sans-serif;
	background: #fff;
	backdrop-filter: blur(10px);
}

.estimate-header {
	background: #004d80;
	/* Dark Blue */
	background: linear-gradient(135deg, #004d80 0%, #0060a0 100%);
	padding: 20px;
	color: #fff;
	text-align: center;
}

.estimate-header h4 {
	font-family: 'Spirax', cursive;
	font-size: 1.6rem;
	margin: 0;
	font-weight: 400;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.estimate-body {
	background: #fff;
	padding: 25px;
}

.estimate-body label {
	font-weight: 700;
	color: #374151;
	font-size: 0.9rem;
	margin-bottom: 8px;
	display: block;
}

.estimate-body .form-select,
.estimate-body .form-control {
	border: 2px solid #e5e7eb;
	border-radius: 12px;
	padding: 12px;
	font-size: 1rem;
	font-weight: 600;
	color: #1f2937;
	transition: all 0.3s;
}

.estimate-body .form-select:focus,
.estimate-body .form-control:focus {
	border-color: #004d80;
	box-shadow: 0 0 0 4px rgba(0, 77, 128, 0.1);
}

.input-group-text {
	background: #f3f4f6;
	border: 2px solid #e5e7eb;
	color: #6b7280;
	font-weight: 700;
	border-radius: 12px;
}

.btn-calculate {
	background: #004d80;
	color: #fff;
	border: none;
	padding: 14px;
	border-radius: 12px;
	font-weight: 700;
	font-size: 1rem;
	width: 100%;
	margin-top: 10px;
	transition: transform 0.2s, background 0.2s;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.btn-calculate:hover {
	background: #003355;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0, 77, 128, 0.3);
}

.estimate-footer {
	background: #004d80;
	background: linear-gradient(135deg, #004d80 0%, #0060a0 100%);
	padding: 25px;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.result-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	position: relative;
	z-index: 1;
}

.result-item h6 {
	font-size: 0.85rem;
	opacity: 0.9;
	margin-bottom: 5px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.result-item h4 {
	font-size: 1.4rem;
	font-weight: 800;
	margin: 0;
}

/* Custom Select - Premium Styling */
.estimate-body select.form-select {
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23004d80' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	background-size: 16px 12px;
	background-position: right 1rem center;
	appearance: none;
	-webkit-appearance: none;
}

.estimate-body select.form-select:hover {
	border-color: #004d80;
	background-color: #f8fafc;
}

.floating-robot {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.2);
	z-index: 0;
}

/* Animations for Results */
@keyframes countJump {
	0% {
		transform: translateY(0);
		opacity: 0.5;
	}

	50% {
		transform: translateY(-5px);
		opacity: 1;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes flashHighlight {
	0% {
		background-color: rgba(255, 255, 255, 0.2);
	}

	50% {
		background-color: rgba(255, 255, 255, 0.5);
	}

	100% {
		background-color: transparent;
	}
}

.result-item.updating h4 {
	animation: countJump 0.3s ease-out;
}

.result-item.updating {
	animation: flashHighlight 0.4s ease-out;
	border-radius: 8px;
}