@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: "Outfit", sans-serif;
}
body::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
body::-webkit-scrollbar {
 width: 3px;
 background-color: #F5F5F5;
}
 body::-webkit-scrollbar-thumb {
 background-color: #666;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
	padding: 0
}
a, button {
	text-decoration: none;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
img {
	max-width: 100%
}
.modal {
	backdrop-filter: blur(4px);
}
/* CSS Document */

/* CSS Header */

.header-heroarea-wraper {
	background: #ccc url(../images/hero-bg.jpg) no-repeat center;
	background-size: cover;
	background-position: 80% 80%
}
.header-main-wraper .row {
	align-items: center;
}
canvas {
	position: absolute !important;
	top: 0;
	background: transparent !important;
	height: 100vh
}
.header-main-wraper {
	padding: 18px 0;
	border-bottom: 1px solid #231b39
}
.site-logo img {
	width: 130px;
}
.header-nav-wraper {
}
.header-nav-wraper ul {
	list-style: none;
	display: flex;
	gap: 40px;
	align-items: center;
	justify-content: center;
}
.header-nav-wraper ul li a {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
}
.header-nav-wraper ul li a:hover {
	color: #66FC73;
}
.header-button-wrap {
	text-align: right;
}
.header-button-wrap a {
	background: #1D4FD6;
	padding: 12px 30px;
	color: #fff;
	font-size: 14px;
	border-radius: 12px;
	text-align: center;
}
/* CSS Header */

/* CSS hero area */

.hero-area-wraper {
	position: relative;
	z-index: 11111111;
	padding: 60px 0 80px 0;
}
.sub-small-heading {
	margin-bottom: 30px;
}
.sub-small-heading span {
	background: #2F213E;
	font-size: 12px;
	padding: 8px 22px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 30px;
	letter-spacing: 4px
}
.sub-small-heading span strong {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #66FC73;
	margin-right: 10px;
}
.hero-area-wraper h1 {
	font-size: 65px;
	line-height: 65px;
	color: #fff;
	font-weight: 400;
	letter-spacing: -1px
}
.hero-area-wraper h1 span {
	color: #66FC73;
}
.hero-area-wraper p {
	font-size: 20px;
	color: #fff;
	font-weight: 200;
	line-height: 30px;
	padding: 22px 0;
	padding-right: 65px;
}
.hero-btn-wrap {
	margin-top: 20px;
}
.hero-btn-wrap a {
	background: #66FC73;
	padding: 15px 30px;
	border-radius: 12px;
	margin-right: 12px;
	color: #04000A;
	font-size: 14px;
	font-weight: 500;
}
.hero-btn-wrap a:nth-child(2) {
	background: #1D4FD6;
	color: #fff;
	padding: 16px 30px;
}
.hero-btn-wrap a:nth-child(2) img {
	width: 18px;
	margin-right: 10px;
	margin-top: -4px;
}
.graph-hero .noise {
	position: fixed;
	inset: 0;
	background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px);
	background-size: 3px 3px;
	opacity: .15;
	pointer-events: none;
}
.graph-hero .card {
	border-radius: 20px;
	background: #03174C;
	position: relative;
	padding: 24px;
	color: white;
	overflow: hidden;
}
.graph-hero .card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 20px;
	border: 1px solid rgba(255,255,255,.08);
	pointer-events: none;
}
.graph-hero .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.graph-hero .title {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -0.5px;
}
.graph-hero .range {
	font-size: 14px;
	opacity: .95;
	font-weight: 200;
}
.graph-hero .divider {
	height: 1px;
	background: rgba(255,255,255,.08);
	margin: 0 -28px;
}
.graph-hero .chart-wrap {
	position: relative;
	height: 320px;
	padding: 30px 10px 20px 46px;
}
.graph-hero .grid {
	position: absolute;
	inset: 30px 0 40px 46px;
	display: grid;
	grid-template-columns: repeat(9, 1fr);
	grid-template-rows: repeat(5, 1fr);
}
.graph-hero .grid div {
	border-right: 1px solid rgba(255,255,255,.06);
	border-bottom: 1px solid rgba(255,255,255,.06);
}
.graph-hero .y-labels {
	position: absolute;
	left: 0;
	top: 20px;
	height: 280px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 12px;
	opacity: .9;
}
.graph-hero .months {
	position: absolute;
	left: 46px;
	right: 0;
	bottom: 8px;
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	color: rgba(255,255,255,.9);
	font-size: 12px;
	text-align: center;
}
.graph-hero svg {
	position: absolute;
	inset: 0;
	overflow: visible;
}
.graph-hero .bottom {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgba(255,255,255,.08);
	display: flex;
	justify-content: space-between;
}
.graph-hero .metric {
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.graph-hero .metric span {
	font-size: 14px;
	color: rgba(255,255,255,.92);
}
.graph-hero .metric h2 {
	font-size: 30px;
	line-height: 1;
	letter-spacing: -1px;
	font-weight: 500;
}
.graph-hero .green {
	color: #67ff6f;
}
.graph-hero .area {
	fill: url(#gradientFill);
	opacity: .95;
	transform-origin: bottom;
	animation: growArea 8s cubic-bezier(.2, .8, .2, 1) infinite;
}
.graph-hero .line {
	fill: none;
	stroke: url(#lineGradient);
	stroke-width: 4;
	stroke-linejoin: round;
	stroke-linecap: round;
	stroke-dasharray: 1400;
	stroke-dashoffset: 1400;
	animation: drawLine 8s ease infinite;
}
 @keyframes drawLine {
 0% {
 stroke-dashoffset:1400;
}
 40% {
 stroke-dashoffset:0;
}
 75% {
 stroke-dashoffset:0;
}
 100% {
 stroke-dashoffset:1400;
}
}
 @keyframes growArea {
 0% {
 opacity:0;
 transform:scaleY(.1);
}
 40% {
 opacity:1;
 transform:scaleY(1);
}
 75% {
 opacity:1;
 transform:scaleY(1);
}
 100% {
 opacity:0;
 transform:scaleY(.1);
}
}
.hero-area-wraper .row {
	align-items: center;
}
.hero-text-wraper {
	margin-top: -20px
}
/* CSS hero area */


.company-logo-wraper {
	background: #1D4FD6;
	padding: 15px
}
.company-logo-wraper ul {
	display: flex;
	gap: 95px;
	list-style: none;
}
.service-main-wraper {
	padding: 60px 0;
}
.service-main-wraper h6 {
	text-align: center;
	font-size: 16px;
	color: #1D4FD6;
}
.service-main-wraper h2 {
	text-align: center;
	font-size: 42px;
	color: #080011;
	letter-spacing: -1.5px;
	line-height: 50px;
	margin-top: 15px;
	margin-bottom: 40px
}
.service-main-wraper ul {
	list-style: none;
}
.service-main-wraper ul li .services-list-wrp {
	border: 1px solid #D7DBE6;
	padding: 18px;
	border-radius: 12px;
	box-shadow: 0px 5px 15px 0 #eaeaea;
	background: #fff;
	margin-bottom: 25px
}
.service-main-wraper ul li:hover .services-list-wrp {
	background: #66FC73;
	border: 1px solid #66FC73;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
.services-list-wrp span {
	display: block;
	font-size: 12px;
	color: #1D4FD6;
	position: relative;
	margin-bottom: 5px;
}
.services-list-wrp span img {
	width: 13px;
	position: absolute;
	right: 0;
	top: 0
}
.service-heading {
	font-size: 22px;
	color: #080011;
	font-weight: 600;
	line-height: 22px;
}
.services-list-wrp p {
	font-size: 15px;
	color: #080011;
	font-weight: 300;
}
.trust-data-wraper {
	background: url(../images/bg-data.jpg) no-repeat top;
	padding: 60px 0;
	background-size: cover;
}
.trust-data-wraper h6 {
	font-size: 16px;
	color: #1D4FD6;
	margin-bottom: 5px;
}
.heading-button-wrap h2 {
	font-size: 42px;
	color: #080011;
	letter-spacing: -1.5px;
	line-height: 50px;
	margin-top: 15px;
	margin-bottom: 40px;
}
.btn-trust-wrap {
	text-align: right;
}
.btn-trust-wrap a {
	background: #66FC73;
	padding: 15px 30px;
	border-radius: 12px;
	margin-right: 12px;
	color: #04000A;
	font-size: 14px;
	font-weight: 500;
}
.heading-button-wrap .row {
	align-items: center;
}
.list-trust-date .card {
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
	position: relative;
	border: none !important;
	padding-bottom: 20px;
	overflow: hidden;
}
/* HEADER */
.list-trust-date .header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	border-bottom: 1px solid #D3DBEF;
	animation: fadeDown .8s ease;
}
.list-trust-date .header h2 {
	font-size: 20px;
	font-weight: 500;
	color: #080011;
}
.list-trust-date .growth {
	color: #3b5cff;
	font-weight: 500;
	font-size: 16px;
	animation: pulse 2s infinite;
}
/* CHART */
.list-trust-date .chart {
	position: relative;
	height: 360px;
	padding-left: 45px;
	padding: 15px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 18px;
}
/* GRID LINES */
.list-trust-date .grid-line {
	position: absolute;
	left: 45px;
	right: 0;
	height: 1px;
	background: #E8ECF7;
	transform: scaleX(0);
	transform-origin: left;
	animation: gridReveal 1s ease forwards;
}
.list-trust-date .grid-line:nth-child(1) {
	top: 40px;
	animation-delay: .1s;
}
.list-trust-date .grid-line:nth-child(2) {
	top: 120px;
	animation-delay: .2s;
}
.list-trust-date .grid-line:nth-child(3) {
	top: 200px;
	animation-delay: .3s;
}
.list-trust-date .grid-line:nth-child(4) {
	top: 280px;
	animation-delay: .4s;
}
.list-trust-date .grid-line:nth-child(5) {
	top: 360px;
	animation-delay: .5s;
}
/* Y LABELS */
.list-trust-date .y-labels {
	position: absolute;
	left: 0;
	top: 20px;
	height: 340px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #8b8b8b;
	font-size: 12px;
}
/* BARS WRAPPER */
.list-trust-date .bars {
	position: absolute;
	left: 70px;
	right: 10px;
	bottom: 0;
	top: 20px;
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
}
/* EACH BAR GROUP */
.list-trust-date .bar-group {
	text-align: center;
	opacity: 0;
	animation: fadeUp .8s ease forwards;
}
.list-trust-date .bar-group:nth-child(1) {
	animation-delay: .3s;
}
.list-trust-date .bar-group:nth-child(2) {
	animation-delay: .5s;
}
.list-trust-date .bar-group:nth-child(3) {
	animation-delay: .7s;
}
.list-trust-date .bar-group:nth-child(4) {
	animation-delay: .9s;
}
/* VALUE */
.list-trust-date .value {
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 500;
	color: #24104d;
	animation: bounce 2s infinite;
}
/* BAR */
.list-trust-date .bar {
	width: 42px;
	border-radius: 22px;
	background: linear-gradient( to top, #3654d6 0%, #4157d0 55%, #8d5cf6 55%, #b087ff 100% );
	position: relative;
	overflow: hidden;
	box-shadow: inset 0 0 8px rgba(255,255,255,0.2), 0 8px 18px rgba(98, 75, 255, 0.15);
	transform-origin: bottom;
	animation: growBar 1.4s cubic-bezier(.23, 1, .32, 1);
}
/* TOP CAP */
.list-trust-date .bar::before {
	content: "";
	position: absolute;
	top: -6px;
	left: 0;
	width: 100%;
	height: 12px;
	border-radius: 50%;
	background: #a16cff;
	animation: glow 2s infinite ease-in-out;
}
/* SHIMMER EFFECT */
.list-trust-date .bar::after {
	content: "";
	position: absolute;
	top: 0;
	left: -120%;
	width: 60%;
	height: 100%;
	background: rgba(255,255,255,0.25);
	transform: skewX(-20deg);
	animation: shimmer 3s infinite;
}
/* MONTH LABEL */
.list-trust-date .month {
	margin-top: 14px;
	font-size: 14px;
	color: #888;
}

/* =========================
   KEYFRAMES
========================= */

@keyframes growBar {
 from {
 transform: scaleY(0);
}
to {
	transform: scaleY(1);
}
}
 @keyframes shimmer {
 0% {
 left: -120%;
}
 100% {
 left: 180%;
}
}
 @keyframes glow {
 0%, 100% {
 box-shadow: 0 0 5px rgba(161,108,255,0.3);
}
 50% {
 box-shadow: 0 0 16px rgba(161,108,255,0.8);
}
}
 @keyframes fadeUp {
 from {
 opacity: 0;
 transform: translateY(30px);
}
to {
	opacity: 1;
	transform: translateY(0);
}
}
 @keyframes fadeDown {
 from {
 opacity: 0;
 transform: translateY(-20px);
}
to {
	opacity: 1;
	transform: translateY(0);
}
}
 @keyframes gridReveal {
 to {
 transform: scaleX(1);
}
}
 @keyframes bounce {
 0%, 100% {
 transform: translateY(0);
}
 50% {
 transform: translateY(-3px);
}
}
 @keyframes pulse {
 0%, 100% {
 opacity: 1;
}
 50% {
 opacity: .6;
}
}
.listing-trust-data ul {
	list-style: none;
}
.graph-two-wraper .card {
	width: 430px;
	background: white;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08), inset 0 1px 0 rgba(255,255,255,0.6);
	border: none;
}
.graph-two-wraper .header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 17px 20px;
	border-bottom: 1px solid #D3DBEF;
	animation: fadeDown .8s ease;
}
.graph-two-wraper .title {
	font-size: 20px;
	font-weight: 500;
	color: #111827;
}
.graph-two-wraper .avg {
	color: #3b5cff;
	font-weight: 500;
	font-size: 16px;
	animation: pulse 2s infinite;
}
.graph-two-wraper .grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 10px;
	padding: 24px;
}
.graph-two-wraper .cell {
	width: 46px;
	height: 47px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 16px;
	color: #374151;
	background: #e9edf5;
	animation: popIn 0.6s ease forwards, pulse 3s ease-in-out infinite;
	opacity: 0;
	transform: scale(0.5);
}
/* Grey default */
.graph-two-wraper .grey {
	background: #e8edf5;
	color: #4b5563;
}
/* Green cells */
.graph-two-wraper .green {
	background: #5df46e;
	color: #111827;
	box-shadow: 0 0 14px rgba(93,244,110,0.55);
}
/* Blue cells */
.graph-two-wraper .blue {
	background: #1D4FD6;
	color: white;
	box-shadow: 0 0 18px rgba(45,91,255,0.45);
}
/* stagger animation */
.graph-two-wraper .cell:nth-child(1) {
	animation-delay: 0.05s;
}
.graph-two-wraper .cell:nth-child(2) {
	animation-delay: 0.1s;
}
.graph-two-wraper .cell:nth-child(3) {
	animation-delay: 0.15s;
}
.graph-two-wraper .cell:nth-child(4) {
	animation-delay: 0.2s;
}
.graph-two-wraper .cell:nth-child(5) {
	animation-delay: 0.25s;
}
.graph-two-wraper .cell:nth-child(6) {
	animation-delay: 0.3s;
}
.graph-two-wraper .cell:nth-child(7) {
	animation-delay: 0.35s;
}
.graph-two-wraper .cell:nth-child(8) {
	animation-delay: 0.4s;
}
.graph-two-wraper .cell:nth-child(9) {
	animation-delay: 0.45s;
}
.graph-two-wraper .cell:nth-child(10) {
	animation-delay: 0.5s;
}
.graph-two-wraper .cell:nth-child(11) {
	animation-delay: 0.55s;
}
.graph-two-wraper .cell:nth-child(12) {
	animation-delay: 0.6s;
}
.graph-two-wraper .cell:nth-child(13) {
	animation-delay: 0.65s;
}
.graph-two-wraper .cell:nth-child(14) {
	animation-delay: 0.7s;
}
.graph-two-wraper .cell:nth-child(15) {
	animation-delay: 0.75s;
}
.graph-two-wraper .cell:nth-child(16) {
	animation-delay: 0.8s;
}
.graph-two-wraper .cell:nth-child(17) {
	animation-delay: 0.85s;
}
.graph-two-wraper .cell:nth-child(18) {
	animation-delay: 0.9s;
}
.graph-two-wraper .cell:nth-child(19) {
	animation-delay: 0.95s;
}
.graph-two-wraper .cell:nth-child(20) {
	animation-delay: 1s;
}
 @keyframes popIn {
 to {
 opacity:1;
 transform:scale(1);
}
}
 @keyframes pulse {
 0%, 100% {
 transform:scale(1);
}
 50% {
 transform:scale(1.04);
}
}
 @keyframes floatCard {
 0%, 100% {
 transform:translateY(0px);
}
 50% {
 transform:translateY(-6px);
}
}
.table-card-wrap .card {
	width: 430px;
	background: #fff;
	border-radius: 22px;
	overflow: hidden;
	border: 1px solid #e6e8ef;
	box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}
.table-card-wrap .header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 24px;
	border-bottom: 1px solid #e9ebf2;
}
.table-card-wrap .title {
	font-size: 20px;
	font-weight: 500;
	color: #111827;
}
.table-card-wrap .top-count {
	font-size: 15px;
	font-weight: 600;
	color: #2d5bff;
}
.table-card-wrap .table-wrap {
	padding: 16px;
}
.table-card-wrap table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border-radius: 14px;
	border: 1px solid #dfe3ee;
}
.table-card-wrap thead {
	background: #dfe4f1;
}
.table-card-wrap th {
	text-align: left;
	padding: 14px 14px;
	font-size: 14px;
	color: #111827;
	font-weight: 700;
}
.table-card-wrap tbody tr {
	background: #f7f8fc;
	transition: all 0.3s ease;
	animation: fadeUp 0.6s ease forwards;
	opacity: 0;
}
.table-card-wrap tbody tr:nth-child(even) {
	background: #eef1f7;
}
.table-card-wrap tbody tr:hover {
	transform: translateX(4px);
	background: #e8ecf8;
}
.table-card-wrap td {
	padding: 14.5px 15px;
	font-size: 13px;
	color: #1f2937;
	border-top: 1px solid #e4e7f0;
}
.table-card-wrap .keyword {
	font-weight: 500;
}
.table-card-wrap .volume, .table-card-wrap .position {
	color: #111827;
	font-weight: 500;
}
.table-card-wrap .change {
	color: #2d5bff;
	font-weight: 700;
	position: relative;
}
/* animated blue number */
.table-card-wrap .change::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 2px;
	background: #2d5bff;
	transform: scaleX(0);
	transform-origin: left;
	animation: underline 2s infinite;
}
.table-card-wrap tbody tr:nth-child(1) {
	animation-delay: 0.1s;
}
.table-card-wrap tbody tr:nth-child(2) {
	animation-delay: 0.2s;
}
.table-card-wrap tbody tr:nth-child(3) {
	animation-delay: 0.3s;
}
.table-card-wrap tbody tr:nth-child(4) {
	animation-delay: 0.4s;
}
.table-card-wrap tbody tr:nth-child(5) {
	animation-delay: 0.5s;
}
.table-card-wrap tbody tr:nth-child(6) {
	animation-delay: 0.6s;
}
.table-card-wrap tbody tr:nth-child(7) {
	animation-delay: 0.7s;
}
 @keyframes fadeUp {
 from {
 opacity:0;
 transform:translateY(20px);
}
to {
	opacity: 1;
	transform: translateY(0);
}
}
 @keyframes underline {
 0% {
 transform:scaleX(0);
}
 50% {
 transform:scaleX(1);
}
 100% {
 transform:scaleX(0);
 transform-origin:right;
}
}
 @keyframes floatCard {
 0%, 100% {
 transform:translateY(0px);
}
 50% {
 transform:translateY(-6px);
}
}
.table-card-wraptbody tr {
	opacity: 0;
	transform: translateY(18px);
	animation: rowReveal 0.7s ease forwards;
}
/* stagger rows */
.table-card-wraptbody tr:nth-child(1) {
	animation-delay: 0.1s;
}
.table-card-wraptbody tr:nth-child(2) {
	animation-delay: 0.2s;
}
.table-card-wraptbody tr:nth-child(3) {
	animation-delay: 0.3s;
}
.table-card-wraptbody tr:nth-child(4) {
	animation-delay: 0.4s;
}
.table-card-wraptbody tr:nth-child(5) {
	animation-delay: 0.5s;
}
.table-card-wraptbody tr:nth-child(6) {
	animation-delay: 0.6s;
}
.table-card-wraptbody tr:nth-child(7) {
	animation-delay: 0.7s;
}
 @keyframes rowReveal {
 to {
 opacity:1;
 transform:translateY(0);
}
}
/* =========================
   ROW HOVER EFFECT
========================= */
.table-card-wraptbody tr {
	transition: transform 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}
.table-card-wraptbody tr:hover {
	transform: translateX(6px) scale(1.01);
	background: #edf2ff;
	box-shadow: 0 6px 16px rgba(45,91,255,0.12);
}
/* =========================
   BLUE VALUE PULSE
========================= */
.table-card-wrap.change {
	position: relative;
	animation: pulseText 2s ease-in-out infinite;
}
 @keyframes pulseText {
 0%, 100% {
 transform:scale(1);
 opacity:1;
}
 50% {
 transform:scale(1.08);
 opacity:0.85;
}
}
/* =========================
   SHIMMER SWEEP
========================= */
.table-card-wrap.card {
	position: relative;
	overflow: hidden;
}
.table-card-wrap.card::before {
	content: "";
	position: absolute;
	top: 0;
	left: -120%;
	width: 60%;
	height: 100%;
	background: linear-gradient( 90deg, transparent, rgba(255,255,255,0.55), transparent );
	transform: skewX(-20deg);
	animation: shine 5s linear infinite;
}
 @keyframes shine {
 100% {
 left:160%;
}
}
/* =========================
   HEADER FLOAT
========================= */
.table-card-wrap .header {
	animation: headerFloat 4s ease-in-out infinite;
}
 @keyframes headerFloat {
 0%, 100% {
 transform:translateY(0);
}
 50% {
 transform:translateY(-2px);
}
}
/* =========================
   TABLE GLOW
========================= */
table {
	animation: softGlow 4s ease-in-out infinite;
}
 @keyframes softGlow {
 0%, 100% {
 box-shadow:0 0 0 rgba(45,91,255,0);
}
 50% {
 box-shadow:0 0 18px rgba(45,91,255,0.08);
}
}
.ai-system-wraper {
	padding: 80px 0;
}
.ai-system-wraper .ai-system-graph {
	background: url(../images/bg-ai.jpg) no-repeat top;
	background-size: cover;
	padding: 20px;
	border-radius: 15px;
	height: 635px;
}
.ai-system-wraper .graph-hero .card {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(15px);
}
.text-ai-wraper span {
	display: block;
	font-size: 16px;
	color: #1D4FD6;
	margin-bottom: 5px;
}
.text-ai-wraper {
	padding-left: 25px;
}
.text-ai-wraper h2 {
	font-size: 42px;
	color: #080011;
	letter-spacing: -1.5px;
	line-height: 50px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.text-ai-wraper p {
	font-size: 16px;
	color: #080011;
	font-weight: 300;
}
.heading-ai-wrap {
	font-size: 20px;
	color: #000000;
	font-weight: 500;
	padding: 15px 0;
}
.text-ai-wraper ul {
	list-style: none;
	margin-bottom: 35px
}
.text-ai-wraper ul li {
	border-radius: 12px;
	background: #F1F4FF;
	padding: 18px;
	margin-bottom: 10px
}
.text-ai-wraper ul li .list-ai-icon {
	text-align: center;
}
.listing-ai-wraper .row {
	align-items: center;
}
.listing-ai-wraper .text-ai-list h5 {
	font-size: 20px;
	font-weight: 600;
	color: #080011
}
.ai-system-graph .chart-wrap {
	height: 420px !important;
}
.own-map-wraper {
	border-radius: 20px;
	background-image: linear-gradient(to right, #EDF0FA, #F9FAFF);
	padding: 35px;
	margin-bottom: 60px;
}
.own-map-wraper h4 {
	font-size: 42px;
	color: #080011;
	letter-spacing: -1.5px;
	line-height: 45px;
	margin-top: 15px;
	margin-bottom: 10px;
	width: 600px
}
.own-map-wraper p {
	font-size: 16px;
	color: #080011;
	font-weight: 300;
	padding: 15px 0;
}
.own-map-wraper ul {
	list-style: none;
	width: 80%;
}
.own-map-wraper ul li {
	font-size: 16px;
	color: #080011;
	font-weight: 300;
	padding: 8px 0;
	padding-left: 30px;
	background: url(../images/check-arrow.svg) no-repeat left;
	background-size: 5%;
	line-height: 19px;
}
.own-map-wraper .image-review-wrp {
	margin-top: 20px;
	width: 50%;
}
.own-map-wraper .cards-wrap {
	display: flex;
	gap: 22px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	max-width: 1200px;
}
.own-map-wraper .stat-card {
	width: 31%;
	border-radius: 22px;
	padding: 30px;
	position: relative;
	overflow: hidden;
	color: #00143d;
	transition: 0.4s ease;
	backdrop-filter: blur(10px);
}
.own-map-wraper .stat-card:hover {
	transform: translateY(-10px);
}
.own-map-wraper .stat-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.45), transparent 45%), linear-gradient(180deg, #d0e3ff 0%, #a8c4ff 60%, #69abff 100%);
	z-index: -2;
	z-index: -2;
}
.own-map-wraper .green-card::before {
	background: radial-gradient(circle at top left, rgba(255,255,255,0.45), transparent 45%), linear-gradient(180deg, #57ff5c 0%, #58f08f 35%, #00a8ff 100%);
}
.own-map-wraper .stat-card::after {
	content: "";
	position: absolute;
	width: 300px;
	height: 300px;
	background: rgba(255,255,255,0.15);
	filter: blur(80px);
	border-radius: 50%;
	bottom: -150px;
	right: -120px;
	animation: floatGlow 6s ease-in-out infinite;
	z-index: -1;
}
 @keyframes floatGlow {
 0% {
 transform:translateY(0px);
}
 50% {
 transform:translateY(-20px);
}
 100% {
 transform:translateY(0px);
}
}
.own-map-wraper .card-small {
	height: 360px;
}
.own-map-wraper .card-medium {
	height: 460px;
}
.own-map-wraper .card-large {
	height: 520px;
}
.own-map-wraper .top-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
}
.own-map-wraper .bottom-content {
	position: absolute;
	left: 30px;
	bottom: 28px;
}
.own-map-wraper .number {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 12px;
	color: #1d49d8;
}
.own-map-wraper .green-card .number {
	color: #2d48d8;
}
.own-map-wraper .desc {
	font-size: 15px;
	line-height: 1.6;
	font-weight: 500;
}
 @media(max-width:991px) {
.cards-wrap {
	align-items: stretch;
}
.stat-card {
	width: 100%;
	max-width: 400px;
	height: 420px !important;
}
}
.our-process-main-wrap .process-top {
	text-align: center;
	margin-bottom: 40px;
}
.our-process-main-wrap .process-top span {
	display: block;
	font-size: 16px;
	color: #1D4FD6;
	margin-bottom: 10px;
	text-align: center;
}
.our-process-main-wrap .process-top h2 {
	font-size: 42px;
	color: #080011;
	letter-spacing: -1.5px;
	line-height: 45px;
	margin-top: 15px;
	margin-bottom: 10px;
}
/* Timeline */
.our-process-main-wrap .timeline {
	position: relative;
	margin-bottom: 50px;
}
.our-process-main-wrap .timeline-line {
	position: absolute;
	top: 83px;
	left: 0;
	width: 66%;
	height: 0.5px;
	background: #175BEF;
	margin: 0 auto;
	right: 0;
}
.our-process-main-wrap .timeline-steps {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.our-process-main-wrap .step {
	text-align: center;
	width: 33.33%;
}
.our-process-main-wrap .step-btn {
	display: inline-block;
	padding: 12px 35px;
	border-radius: 12px;
	border: 1px solid #1559EF;
	font-size: 16px;
	font-weight: 500;
	background: #fff;
	margin-bottom: 24px;
}
.our-process-main-wrap .step.active .step-btn {
	background: #61f25f;
	border-color: #61f25f;
}
.our-process-main-wrap .dot {
	width: 18px;
	height: 18px;
	background: #2155ff;
	border-radius: 50%;
	margin: auto;
}
/* Cards */
.our-process-main-wrap .cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 35px;
}
.our-process-main-wrap .card {
	background: #F1F4FF;
	border-radius: 20px;
	padding: 23px 30px;
	text-align: left;
	border: none;
}
.our-process-main-wrap .card-icon {
	width: 75px;
	margin-bottom: 25px;
}
.our-process-main-wrap .card h3 {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 10px;
	color: #000000;
}
.our-process-main-wrap .card p {
	font-size: 17px;
	line-height: 1.9;
	color: #080011;
	margin-bottom: 26px;
	font-weight: 300;
	line-height: 27px;
}
.our-process-main-wrap .features {
	list-style: none;
}
.our-process-main-wrap .features li {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: 500;
}
.our-process-main-wrap .check {
	width: 30px;
	height: 30px;
	border: 1px solid #1D4FD6;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1D4FD6;
	font-size: 14px;
	background: #fff;
	flex-shrink: 0;
}
/* Buttons */
.our-process-main-wrap .bottom-buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 55px;
}
.our-process-main-wrap .btn {
	padding: 22px 40px;
	border-radius: 18px;
	text-decoration: none;
	font-size: 22px;
	font-weight: 500;
	transition: 0.3s ease;
}
.our-process-main-wrap .btn-green {
	background: #61f25f;
	color: #000;
}
.our-process-main-wrap .btn-blue {
	background: #2155ff;
	color: #fff;
}
.our-process-main-wrap .btn:hover {
	transform: translateY(-4px);
}

/* Responsive */
@media(max-width:991px) {
.our-process-main-wrap .process-top h2 {
	font-size: 42px;
}
.our-process-main-wrap .cards {
	grid-template-columns: 1fr;
}
.our-process-main-wrap .timeline-line {
	display: none;
}
.our-process-main-wrap .timeline-steps {
	flex-direction: column;
	gap: 25px;
}
.our-process-main-wrap .step {
	width: 100%;
}
.our-process-main-wrap .bottom-buttons {
	flex-direction: column;
	align-items: center;
}
}
 @media(max-width:600px) {
.our-process-main-wrap .process-section {
	padding: 60px 20px;
}
.our-process-main-wrap .process-top h2 {
	font-size: 34px;
}
.our-process-main-wrap .step-btn {
	font-size: 20px;
	padding: 14px 30px;
}
.our-process-main-wrap .btn {
	width: 100%;
	text-align: center;
	font-size: 18px;
}
}
.our-process-main-wrap .hero-btn-wrap {
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center
}
.pricing-main-wraper {
	padding: 60px 0;
	background: url(../images/bg-pricing.jpg) no-repeat top;
	background-size: cover;
}
.pricing-main-wraper .small-title {
	display: block;
	font-size: 16px;
	color: #66FC73;
	margin-bottom: 10px;
	text-align: center;
}
.pricing-main-wraper h2 {
	font-size: 42px;
	color: #fff;
	letter-spacing: -1.5px;
	line-height: 45px;
	margin-top: 15px;
	margin-bottom: 60px;
	text-align: center;
}
.our-process-main-wrap {
	padding-bottom: 30px;
}
.price-list-wraper {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(20px);
	border-radius: 20px
}
.price-list-wraper span {
	display: block;
	color: #66FC73;
	font-size: 22px;
}
.price-list-wraper strong {
	display: block;
	color: #fff;
	font-weight: 600;
	font-size: 40px;
}
.price-list-wraper p {
	font-size: 18px;
	color: #fff;
	font-weight: 200;
}
.top-area-price {
	padding: 25px;
	border-bottom: 1px solid #34588B;
}
.features-section {
	padding: 25px;
}
.features-section h6 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 15px;
}
.features-section ul {
	list-style: none;
}
.features-section ul li {
	font-size: 16px;
	color: #fff;
	font-weight: 200;
	margin-bottom: 15px;
	background: url(../images/check-1.svg) no-repeat left;
	padding-left: 28px;
	background-size: 6%;
}
.btn-price a {
	display: block;
	padding: 12px 0;
	text-align: center;
	color: #66FC73;
	font-size: 14px;
	border: 1px solid #34588B;
	margin-top: 30px;
	border-radius: 12px;
	font-weight: 600;
}
.pricing-main-wraper ul li:nth-child(2) .price-list-wraper {
	background: #1D4FD6
}
.pricing-main-wraper ul li:nth-child(2) .top-area-price {
	border-bottom: 1px solid #305bd0;
}
.pricing-main-wraper ul li:nth-child(2) .price-list-wraper ul li {
	background: url(../images/green-check.svg) no-repeat left;
	background-size: 6%;
}
.pricing-main-wraper ul li:nth-child(2) .btn-price a {
	background: #66FC73 !important;
	color: #000C1C !important
}
.review-section-wraper .top-bar {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 45px;
	gap: 20px;
	flex-wrap: wrap;
}
.review-section-wraper .section-subtitle {
	color: #2358ff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.review-section-wraper .section-title {
	font-size: 42px;
	color: #080011;
	letter-spacing: -1.5px;
	line-height: 45px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.review-section-wraper .rating-box {
	background: #fff;
	border: 1px solid #ddd;
	padding: 16px 26px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	gap: 12px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.04);	
    align-items: center;
}
.review-section-wraper .rating-stars {
	color: #f9b300;
	font-size: 20px;
}
.review-section-wraper .rating-text {
	font-weight: 600;
	font-size: 20px;
}
.review-section-wraper .testimonial-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 32px;
}
.review-section-wraper .card {
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 22px;
	padding: 24px;
	transition: .4s;
}
.review-section-wraper .card:hover {
	transform: translateY(-5px);
}
.review-section-wraper .blue-card {
	background: linear-gradient(180deg, #4f76ff, #1f4be3);
	color: #fff;
	border: none;
}
.review-section-wraper .user-top {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 24px;
}
.review-section-wraper .avatar {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background: #2358ff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
	font-size: 30px;
	flex-shrink: 0;
}
.review-section-wraper .avatar-img {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	object-fit: cover;
}
.review-section-wraper .user-info h3 {
	font-size: 36px;
	line-height: 1;
	margin-bottom: 8px;
}
.review-section-wraper .user-info span {
	font-size: 22px;
	font-weight: 400;
}
.review-section-wraper .review-text {
	font-size: 19px;
	line-height: 1.9;
	margin-bottom: 24px;
}
.review-section-wraper .stars {
	color: #95e11f;
	font-size: 28px;
	margin-bottom: 18px;
}
.review-section-wraper .video {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}
.review-section-wraper .video img {
	width: 100%;
	display: block;
	height: 300px;
	object-fit: cover;
}
.review-section-wraper .small-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 305px;
}
.review-section-wraper .small-card .review-text {
	font-size: 18px;
	line-height: 1.8;
}
.review-section-wraper .bottom-user {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 15px;
}
.review-section-wraper .bottom-user h4 {
	font-size: 20px;
	margin-bottom: 4px;
}
.review-section-wraper .bottom-user span {
	font-size: 15px;
}
.review-section-wraper .bottom-user img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
}
 @media(max-width:1100px) {
.review-section-wraper .testimonial-grid {
	grid-template-columns: 1fr 1fr;
}
.review-section-wraper .section-title {
	font-size: 46px;
}
}
 @media(max-width:768px) {
.review-section-wraper .testimonial-grid {
	grid-template-columns: 1fr;
}
.review-section-wraper .section-title {
	font-size: 38px;
}
.review-section-wraper .user-info h3 {
	font-size: 28px;
}
.review-section-wraper .review-text {
	font-size: 17px;
}
}
.review-section-wraper {
	padding: 60px 0;
}
/* CSS content */

/* CSS footer */

.cta-section-footer {
	background: url(../images/cta-footer.jpg) no-repeat top;
	background-size: cover;
	padding: 100px 0;
	border-radius: 30px;
	text-align: center;
	position: relative;
}
.footer-content-wraper {
	background: #07163E;
	padding: 220px 0 30px 0;
	margin-top: -160px
}
.btn-cta-wrap {
	margin-top: 35px
}
.btn-cta-wrap a {
	padding: 12px 12px 12px 15px;
	color: #fff;
	background: #0D9B49;
	border-radius: 10px;
	margin-right: 6px;
}
.btn-cta-wrap a:hover {
	opacity: 0.8;
}
.btn-cta-wrap a img {
	width: 22px;
	margin-left: 10px;
	margin-top: -5px;
}
.about-footer-wraper img {
	width: 130px;
}
.about-footer-wraper p {
	font-size: 16px;
	color: #fff;
	font-weight: 200;
	padding: 20px 0;
	line-height: 26px;
	padding-right: 30px;
}
.about-footer-wraper {
	border-right: 1px solid #273457;
	padding: 40px 0;
	height: 300px;
}
.about-footer-wraper .btn-cta-wrap {
	margin-top: 10px;
}
.usefull-link-wraper h4 {
	font-size: 22px;
	color: #fff;
	font-weight: 400;
	position: relative;
	margin-bottom: 25px;
}
.usefull-link-wraper h4:before {
	content: "";
	position: absolute;
	bottom: -15px;
	background: #0D9B49;
	height: 2px;
	width: 30px;
	border-radius: 10px;
}
.usefull-link-wraper {
	border-right: 1px solid #273457;
	padding: 50px 40px;
	height: 300px;
}
.usefull-link-wraper ul {
	list-style: none;
}
.usefull-link-wraper ul li {
	width: 48%;
	display: inline-block;
	padding: 6px 0;
}
.usefull-link-wraper ul li a {
	font-size: 16px;
	color: #fff;
	font-weight: 200;
}
.usefull-link-wraper ul li a:hover {
	opacity: 0.7;
}
.usefull-link-wraper ul li a img {
	margin-right: 5px;
	margin-top: -2px;
}
.quick-link-wraper {
	border: none !important;
}
.quick-link-wraper li {
	width: 100% !important
}
.copyright-wrap {
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid #273457;
}
.copyright-text {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.copyright-text img {
	width: 15px;
}
.copyright-text img {
	width: 16px;
	margin-top: -1px;
	margin-right: 5px;
}
.copyright-footer-link {
	text-align: right;
}
.copyright-footer-link a {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	margin-left: 15px;
}
.copyright-footer-link a:hover {
	opacity: 0.7;
}
.cta-section-footer h6 {
    font-size: 52px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -2px;
    margin-bottom: 15px;
}
/* CSS footer */
