﻿:root {
	--background: 0 0% 0%;
	--foreground: 0 0% 100%;
	--card: 0 0% 8%;
	--card-foreground: 0 0% 100%;
	--popover: 0 0% 8%;
	--popover-foreground: 0 0% 100%;
	--primary: 263 70% 58%;
	--primary-foreground: 0 0% 100%;
	--secondary: 220 14% 16%;
	--secondary-foreground: 0 0% 100%;
	--muted: 220 14% 16%;
	--muted-foreground: 220 9% 60%;
	--accent: 190 95% 50%;
	--accent-foreground: 0 0% 100%;
	--destructive: 0 84.2% 60.2%;
	--destructive-foreground: 0 0% 100%;
	--border: 220 14% 20%;
	--input: 220 14% 20%;
	--ring: 263 70% 58%;
	--radius: 0.75rem;
	--gradient-primary: linear-gradient(90deg, hsl(340, 82%, 65%), hsl(263, 70%, 58%) 50%, hsl(190, 95%, 50%));
	--gradient-button: linear-gradient(135deg, hsl(263, 70%, 50%), hsl(280, 80%, 55%));
	--gradient-card: linear-gradient(180deg, hsl(220, 14%, 12%), hsl(220, 14%, 8%));
	--shadow-glow: 0 0 40px hsl(263 70% 58%/0.3);
	--shadow-card: 0 4px 24px hsl(0 0% 0%/0.4)
}

.gradient-text {
	background: var(--gradient-primary);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.content-wrapper::before {

	z-index: -1;

	inset: 0;

	padding: 3px;

	border-radius: 30px;

	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);

	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);

	mask-composite: add, add;

	-webkit-mask-composite: xor;

	mask-composite: exclude;



	background: linear-gradient(135deg, rgba(0, 255, 209, 1) 0%, rgba(0, 178, 255, 0.5) 100%);

}



@media screen and (max-width: 1500px) {

}







@media screen and (max-width: 1680px) {

}



@media screen and (max-width: 1680px) {

}



@media screen and (max-width: 768px) {









}



.s8 .content:not(:last-child) {

	margin-bottom: 25px;

}



@media screen and (max-width: 1500px) {

}



@media screen and (max-width: 1680px) {

}



@media (min-width: 768px) {

}



.postheadline {
	background: #ffc962;
	border-radius: 100px;
	display: inline-flex;
	align-items: center;
	padding: 5px 15px;
	margin-top: -35px;

}



@media (min-width: 768px) {

	.postheadline {

		padding: 10px 60px 10px 60px;

	}

}

@media (max-width: 768px) {

.postheadline {
  background: #ffc962;
  border-radius: 100px;
  display: block;
  align-items: center;
  padding: 5px 15px;
margin-top: 0px;
}

}

@media (max-width: 991px) {
  .postheadline img {
    width: 11%;
    position: absolute;
    left: -4%;
  }
}

@media (max-width:768px) {
}

.affiliate-link-btn a {


	background-color: rgb(243, 130, 63);
	color: #fff;
	border: none;
	display: block;
	text-align: center;
	padding: 16px 30px;
	border-radius: 12px;
	display: block;
	transition: all 0.5s;
}

.affiliate-link-btn a:hover {
	background-color: rgb(209 108 47);
	transform: scale(1.05);
}




.affiliate-link-btn a {
	text-decoration: none;
}

@media (min-width: 768px) {
}





@media only screen and (min-width: 960px) {

}



@media only screen and (min-width: 960px) {

}

@media (min-width: 768px) {
}

@media screen and (max-width: 1680px) {
}

.list {

	background-image: url(../images/checked-3.png);

	background-repeat: no-repeat;

	background-size: 35px;

	padding-left: 50px;

	padding-bottom: 10px;

	padding-top: 1px;

	font-weight: 400;

	list-style-type: none;

	color: #fff;

}


@media (min-width:768px) {

	.hilght1 {
		padding: 0px 10px;
		background: transparent url(../images/hilght1.png) no-repeat center center;
		background-size: auto;
		background-size: auto;
		background-size: auto;
		background-size: 100% 100%;
		display: inline-block;
	}


}

@media (max-width:768px) {
	.hilght1 {
		padding: 0px 10px;
		background: transparent url(../images/hilght1.png) no-repeat center center;
		background-size: auto;
		background-size: auto;
		background-size: auto;
		background-size: 100% 100%;
		display: inline-block;
	}
}

a.promo-link {
	background-color: #00c4fd;

	max-width: 100%;
	padding: 12px 30px;
	border-radius: 12px;
	color: #fff;
	display: block;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
}



a.promo-link1 {

	text-decoration: none;
	background: linear-gradient(90deg, #7a4cff, #9b6bff);
	color: #fff;

	max-width: 100%;
	padding: 16px 30px;
	border-radius: 12px;

	display: block;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
}



a.promo-link2 {
	background-color: rgb(255, 255, 255);
	max-width: 100%;
	padding: 16px 30px;
	border-radius: 12px;
	
	color: #fff;
	display: block;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
}




.contest-open-card:before{
  content:"";
  position:absolute;
  inset:0;
  padding:1px;
  border-radius:24px;
  background:linear-gradient(
      120deg,
      #5a67ff,
      #7c3aed,
      #ff4d9d,
      #5a67ff
  );
  background-size:300% 300%;
  animation:borderMove 6s linear infinite;
  -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
}

@keyframes borderMove{
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}




.contest-open-card:hover{
  transform:translateY(-10px) scale(1.02);
  box-shadow:0 40px 120px rgba(80,0,255,0.45);
}




.contest-open-card:after{
  content:"";
  position:absolute;
  width:250px;
  height:250px;
  background:radial-gradient(circle,#7b61ff40,transparent);
  top:-60px;
  right:-60px;
  z-index:0;
}




.gradient-text{
    background: linear-gradient(90deg, rgb(60, 191, 39), #00d170);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}




@media(max-width:768px){

}

.text-color {
	color: rgb(49, 55, 71);
}

@media screen and (max-width: 1500px) {
}

#section-8 .colmn:not(:nth-child(n+13)) {
	margin-bottom: 150px;
}

@media screen and (max-width: 1500px) {
}

@media screen and (max-width: 1500px) {
}

@media screen and (max-width: 1500px) {
}

@media screen and (max-width: 1500px) {

}

@media screen and (max-width: 1500px) {


}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 1199px) {
	#section-8 .colmn:not(:nth-child(n+15)) {
		margin-bottom: 150px;
	}
}

@media screen and (max-width: 991px) {
	#section-8 .colmn:not(:nth-child(n+15)) {
		margin-bottom: 130px;
	}
}

#section-8 .colmn:not(:nth-child(n+13)) {
	margin-bottom: 150px;
}

@media screen and (max-width: 440px) {


	#section-8 .colmn:not(:nth-child(n+15)) {
		margin-bottom: 110px;
	}
}

@media screen and (max-width: 440px) {
}

@media screen and (max-width: 991px) {
}

@media (min-width:1200px) {

	#section-8 .colmn:not(:nth-child(n+13)) {
		margin-bottom: 70px;
	}

}

.step {
	background-image: url(../images/step-img.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: -55px;
	z-index: 1;
	border: 4px solid #0cad1b;
	border-style: inset;
}

.step h3 {
	background-image: url(../images/step-Color-Fill-1.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 8px 65px;
	font-weight: 700;
	color: var(--black-color);
	margin-top: 50px;
}

@media (min-width: 768px) {
}

ul.features li:last-child {
	margin-bottom: 0px;

}

ul.features li {
	list-style: none;
	background: url(../images/presenting-icon1.png) no-repeat top left;
	padding-left: 50px;
	margin-bottom: 20px;
	background-position: 0px 3px;
	min-height: 35px;
}

@media (min-width: 768px) {
	ul.features li {
		background: url(../images/presenting-icon.png) no-repeat top left;
		background-position-x: left;
		background-position-y: top;
		padding-left: 70px;
		background-position: 0px 3px;
		min-height: 65px;
	}
}

.step-inner:nth-child(3) {
	border-top: 2px solid #f37b00;
	border-bottom: 2px solid #f37b00;
}

.cmn-btn:hover {
	background-color: #f60;
}


@keyframes slide {
}

@-webkit-keyframes slide {
}

@media screen and (max-width: 768px) {

}

section.page-video-main .video-gradient::before {
	position: absolute;
	content: "";
	width: 78px;
	height: 78px;
	background-image: url(../images/video-bf.png);
	background-repeat: no-repeat;
	background-size: 100%;
	top: -10px;
	left: -10px;
}

section.page-video-main .video-gradient::after {
	position: absolute;
	content: "";
	width: 78px;
	height: 78px;
	background-image: url(../images/video-af.png);
	background-repeat: no-repeat;
	background-size: 100%;
	top: -10px;
	right: -10px;
}

.effect-2 {
	position: relative;
	z-index: 1;
	display: inline-block;
}

.effect-2::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 12px;
	left: 50%;
	bottom: 8px;
	background: var(--gradient-primary);
	z-index: -1;
	transform: translateX(-50%);
}

.effect-3 {
	position: relative;
	z-index: 1;
	display: inline-block;
}

.effect-3::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 15px;
	left: 50%;
	bottom: 7px;
	background-color: rgb(143, 129, 255);
	z-index: -1;
	transform: translateX(-50%);
}

@media (min-width: 768px) {
}

@media (min-width: 768px) {
	.form-bg::before {
		position: absolute;
		content: url('../images/top-bell.png');
		top: 10px;
		right: 10px;
	}
}


@media (min-width: 768px) {
	.form-bg::after {
		position: absolute;

		content: url('../images/bottom-bell.png');

		bottom: 10px;

		left: 10px;

	}
}


@media (min-width: 768px) {
}

@media (min-width: 768px) {
}

.jv-form input[type="submit"]:hover {
	background: linear-gradient(180deg, #FF7A00 0%, #FFF500 100%);
	border: 1px solid #000000;
}

.jv-form input[type="submit"] {
	display: inline-block;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	border-radius: 10px;
	background: linear-gradient(180deg, #FFF500 0%, #FF7A00 100%);
	border: none;
}

a.promo-link {
	background: linear-gradient(90deg, #7a4cff, #9b6bff);
	color: #fff;
	max-width: 100%;
	padding: 16px 30px;
	border-radius: 12px;
	box-shadow: -8px 5px 7px aliceblue rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.37);
}

a.promo-link:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(122, 76, 255, 0.5);
}

@media (max-width: 768px) {
}

.proudly-box ul {
	padding-left: 0rem;
}


@media (min-width: 1200px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 991px) {
}

@media (max-width: 768px) {

}

@media (max-width: 576px) {
}

@media (max-width: 390px) {
}

@media (min-width: 768px) {

	.logo-img {
		width: 200px;
	}
}

@media (max-width: 768px) {


	.logo-img {
		width: 200px;
	}
}



.schedule-card {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 18px 20px;
	flex-wrap: wrap;
	
}


.schedule-card .icons2 {
	flex-shrink: 0;
}

.schedule-card .icons2 img {
	max-width: 70px;
	height: auto;
	display: block;
}


.schedule-card .text-shadow span {
	font-size: 60px;
	font-weight: 900;
	line-height: 1.1;
}


@media (max-width: 991px) {
	.schedule-card .text-shadow span {
		font-size: 42px;
	}
}

@media (max-width: 576px) {
	.schedule-card {
		flex-direction: column;
		text-align: center;
	}

	.schedule-card .icons2 img {
		max-width: 60px;
	}

	.schedule-card .text-shadow span {
		font-size: 32px;
	}
}



.launch-section {
	padding: 60px 20px;

	background: url(../images/launch-section.png) center top no-repeat;
	background-size: cover;
	
}

.launch-card-box {
	background: #fff;
padding: 20px 20px;
	border-radius: 30px;
	transition: 0.3s ease;
	height: 100%;
	background: rgba(171, 192, 255, 0);
	border: 2px solid rgba(255, 255, 255, 0.67);
	border-radius: 15px;
	box-shadow: 0 4px 30px rgba(97, 74, 255, 0.61);
	backdrop-filter: blur(0.9px);
	box-shadow: 0 4px 30px rgba(156, 151, 151, 0.26)
}

.launch-card-box:hover {
	transform: translateY(-6px);
}

.launch-icon {
	margin-bottom: 25px;
}

.launch-icon img {
	max-width: 90px;
}


.launch-card-box h3 {
	font-size: 28px;
	font-weight: 800;
	margin-bottom: 10px;
	color: #000;
}


.launch-card-box p {
	font-size: 18px;
	color: #333;
	margin: 0;
}


@media (max-width: 991px) {
	.launch-card-box {
		padding: 40px 20px;
	}
}


@media (max-width: 576px) {
	.launch-card-box {
		padding: 35px 20px;
		border-radius: 20px;
	}

	.launch-card-box h3 {
		font-size: 22px;
	}

	.launch-card-box p {
		font-size: 16px;
	}
}

@media(max-width:768px){

.launch-section {
  padding: 60px 20px;
  background: url(../images/launch-section.png) center top no-repeat;
    background-size: auto;
  background-size: cover;
  position: relative;
}
}




.sucsess-section {
	background-image: url(../images/sucsess-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
padding: 80px 0 80px 0;

}

.sucsess-content {
	background-color: #fff;
	padding: 30px 30px;
	border-radius: 12px;
}

.sucsess-tick li {
	background: url(../images/tick.png) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-position: 0 4px;
	list-style: none;
	padding: 0px 0 25px 40px;
	background-size: 25px;
}

.sucsess-tick ul li {
	
}

.section2 {

	background-image: url(../images/section2.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0 1px 0;
}

.two-section{
	background-image: url(../images/two-section.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0 80px 0;
}

.reason-card:hover{
transform:translateY(-6px);
box-shadow:0 0 30px rgba(143,0,255,0.4);
}

@media (max-width:992px){

}

@media (max-width:576px){

}

.action-card:hover {
	transform: translateY(-8px);
}

.action-btn:hover {
	background: #6c3fe0;
}



@media(max-width:991px) {

}

@media(max-width:576px) {

}

.vip-form input::placeholder {
	color: #bbb;
}

.vip-form button:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(122, 76, 255, 0.5);
}







@media(min-width:768px){
.action-section2{



background-image: url(../images/action-section2.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 30px 80px 30px;
position:relative;
overflow:hidden;
background-position: center;
}
}



.action-section2:before{
content:"";
position:absolute;
width:600px;
height:600px;
background:radial-gradient(circle,#8c52ff66,transparent 70%);
top:-200px;
left:-200px;
filter:blur(120px);
}

.action-section2:after{
content:"";
position:absolute;
width:500px;
height:500px;
background:radial-gradient(circle,#6c3fe066,transparent 70%);
bottom:-200px;
right:-200px;
filter:blur(120px);
}



.action-card2:before{
content:"";
position:absolute;
inset:-2px;
border-radius:22px;

background-size:300% 300%;
animation:borderMove 6s linear infinite;
z-index:-1;
opacity:0;
transition:.4s;
}

.action-card2:hover:before{
opacity:1;
}

@keyframes borderMove{
0%{background-position:0% 50%;}
50%{background-position:100% 50%;}
100%{background-position:0% 50%;}
}



.action-card2:hover{
transform:translateY(-12px) scale(1.02);
box-shadow: 0 30px 80px rgba(0, 0, 0, 0.21);
}

@keyframes iconFloat{

0%{transform:translateY(0)}
50%{transform:translateY(-8px)}
100%{transform:translateY(0)}

}
.vip-form input::placeholder {
color: #fff !important;
}



.vip-form button,
.affiliate-link-btn a,
.promo-link,
.promo-link2{

display:inline-block;
width:100%;
padding:15px 20px;
border-radius:12px;
font-weight:700;
text-decoration:none;
color:#fff;
    background: linear-gradient(90deg, #00a874, #6ee775);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(100 151 91);
}



.vip-form button:before,
.affiliate-link-btn a:before,
.promo-link:before,
.promo-link2:before{

content:"";
position:absolute;
top:0;
left:-75%;
width:50%;
height:100%;
background:linear-gradient(
120deg,
transparent,
rgba(255,255,255,.6),
transparent
);
transform:skewX(-20deg);
transition:.6s;

}

.vip-form button:hover:before,
.affiliate-link-btn a:hover:before,
.promo-link:hover:before,
.promo-link2:hover:before{

left:130%;

}



.vip-form button:hover,
.affiliate-link-btn a:hover,
.promo-link:hover,
.promo-link2:hover{

transform:translateY(-4px);
  box-shadow: 0 10px 30px rgb(100 151 91);

}



@media(max-width:991px){

}

@media(max-width:576px){

}



.cash-prize-sec {
background: #0000000f url(../images/cash-prize-sec.png) no-repeat center center;
	background-size: cover;
	padding: 80px 0;
}

.contest-card:hover{
transform: translateY(-10px);
box-shadow: 0 25px 60px rgba(161, 118, 255, 0.33);

}

.contest-badge.orange{
background:#ff7a00;
}




@media(max-width:768px){

}



.achievement-section{

background: url(../images/achievement-section.png) no-repeat;
  background-size: cover;
  padding:80px 0px;
  text-align:center;
  color:#fff;
  background-position: center;
}



.line{
  width:90%;
  height:1px;
  background:rgba(255,255,255,0.3);
  margin:20px auto 50px;
}

.achievement-card{

 
border: 1px solid rgba(182, 153, 255, 0.55);
  transition: 0.3s;
border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
    padding: 49px 30px 30px 30px;
  transition: 0.3s;

}

.achievement-card:hover{
  transform:translateY(-8px);
border: 1px solid rgba(182, 153, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
}


.titels-number {
	    background: #3f9760;
	color: #fff;
	border-radius: 30px;
	display: inline-block;
	align-items: center;
	justify-content: center;
	padding: 10px 40px;
}

.box{
background: #fff;
  padding: 18px 10px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  font-size: 18px;
}
@media(max-width:900px){

.box{
text-align:left;
}

}






.funnel-section{
background:url(../images/funnel-section.png) no-repeat;
background-size:cover;
background-position:top;
padding:100px 0 120px;
position:relative;
}



.funnel-section .row:first-child{
margin-bottom:30px;
}




.fe-box{
background:linear-gradient(135deg,#6c63ff,#7a6dff,#8d7fff);
border-radius:20px;
padding:35px 25px;
text-align:center;
height:100%;
color:#fff;

box-shadow:0 20px 50px rgba(0,0,0,0.15);
transition:all .35s ease;
position:relative;
overflow:hidden;
}

.fe-box:hover{
transform:translateY(-10px);
box-shadow:0 30px 70px rgba(0,0,0,0.25);
}




.linetb{
border-top:1px solid rgba(255,255,255,0.5);
border-bottom:1px solid rgba(255,255,255,0.5);
padding:12px 0;
margin:10px 0;
}





.oto-box{
background:#ffffff;
border-radius:20px;
padding: 35px 10px;
text-align:center;
border:2px solid #FF7A00;
height:100%;

box-shadow:0 12px 35px rgba(0,0,0,0.08);
transition: all .35s ease;

position:relative;
overflow:hidden;
}



.oto-box:hover{
transform: translateY(-10px);
  box-shadow: 0 30px 70px rgba(0,0,0,0.25);
}




.oto-box .linetb{
padding:10px 0;
border-width:1px;
}




.oto-box .title{
display:inline-block;
padding:8px 28px;
border-radius:100px;
font-weight:700;
color:#fff;
font-size:16px;

box-shadow:0 6px 15px rgba(0,0,0,0.15);

transition:.3s;
}

.oto-box:hover .title{
transform:scale(1.05);
}




.title-bg1{background:#FF7A00;}
.title-bg2{background:#FF4D4D;}
.title-bg3{background:#7034FF;}
.title-bg4{background:#49CA88;}
.title-bg5{background:#FC3665;}
.title-bg6{background:#36B5FC;}
.title-bg7{background:#68AC11;}





.oto-box.oto2{border-color:#FF4D4D;}
.oto-box.oto3{border-color:#7034FF;}
.oto-box.oto4{border-color:#49CA88;}
.oto-box.oto5{border-color:#FC3665;}
.oto-box.oto6{border-color:#36B5FC;}
.oto-box.oto7{border-color:#68AC11;}




.oto-box .color-text{color:#FF7A00;}
.oto-box.oto2 .color-text{color:#FF4D4D;}
.oto-box.oto3 .color-text{color:#7034FF;}
.oto-box.oto4 .color-text{color:#49CA88;}
.oto-box.oto5 .color-text{color:#FC3665;}
.oto-box.oto6 .color-text{color:#36B5FC;}
.oto-box.oto7 .color-text{color:#68AC11;}





.oto-box .linetb{border-color:#FF7A00;}
.oto-box.oto2 .linetb{border-color:#FF4D4D;}
.oto-box.oto3 .linetb{border-color:#7034FF;}
.oto-box.oto4 .linetb{border-color:#49CA88;}
.oto-box.oto5 .linetb{border-color:#FC3665;}
.oto-box.oto6 .linetb{border-color:#36B5FC;}
.oto-box.oto7 .linetb{border-color:#68AC11;}





.oto-box{
animation:fadeUp .8s ease forwards;
/* opacity:0; */
transform:translateY(20px);
}


.oto-box:nth-child(1){animation-delay:.1s}
.oto-box:nth-child(2){animation-delay:.2s}
.oto-box:nth-child(3){animation-delay:.3s}
.oto-box:nth-child(4){animation-delay:.4s}
.oto-box:nth-child(5){animation-delay:.5s}
.oto-box:nth-child(6){animation-delay:.6s}
.oto-box:nth-child(7){animation-delay:.7s}



@keyframes fadeUp{
}





@media(max-width:992px){

.funnel-section{
padding:80px 0;
}

.fe-box,
.oto-box{
padding:25px 20px;
}

}

@media(max-width:768px){

.fe-box{
margin-bottom:20px;
}

.oto-box{
margin-bottom:20px;
}
.launch-card-box {

  background: rgb(255, 255, 255);

}

.achievement-section {
  padding: 45px 0px;
}
.achievement-card {
  padding: 30px 10px 0 10px;
}
.step-card {
  padding: 40px 10px;
}
.adastra-steps-sec {
  padding: 100px 0 0 0;
}
.action-section2 {
background-color: #0d0831;
    padding: 30px 10px 30px 10px;
position:relative;
overflow:hidden;

background-image: url(../images/action-section2.png);
        background-size: cover;
        background-repeat: no-repeat;
}
}

.need-contact-card {
background: rgb(254, 253, 254);
  border: 1px solid rgba(14, 165, 233, 0.4);
  border-radius: 28px;
padding: 45px 20px;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  position: relative;
  overflow: hidden;
box-shadow: 0 40px 90px rgba(157, 92, 255, 0.38), 0 0 50px rgba(14, 165, 233, 0.15);
  transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 5;
}

.need-contact-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(34, 211, 238, 0.6);
box-shadow: 0 40px 90px rgba(157, 92, 255, 0.38), 0 0 50px rgba(14, 165, 233, 0.15);
}

.need-card-stripe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--grad-neon);
  opacity: 0.8;
}

.need-avatar-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.need-avatar-wrap {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 3px;
  background: var(--grad-neon);
}

.need-avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #0a1f16;
}

.need-avatar-online {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 18px;
  height: 18px;
  background: #10b981;
  border: 3px solid #0a1f16;
  border-radius: 50%;
  animation: pulseGreen 2s infinite;
}

@keyframes pulseGreen {
  0% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(16, 185, 129, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
  }
}

.need-avatar-name {
  font-size: 26px;
  font-weight: 800;
 color: #000;
}

.need-avatar-role {
color: #000;
  font-size: 14px;
  margin-top: 2px;
}

.need-avatar-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #10b981;
  font-weight: 600;
  margin-top: 6px;
}

.need-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
}

.need-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(14, 165, 233, 0.3), transparent);
  margin: 30px 0;
}

.need-fb-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 16px 30px;
  border-radius: 16px;
  background: #1877f2;
  color: #eaf5ee !important;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.35s ease;
  box-shadow: 0 10px 30px rgba(24, 119, 242, 0.4);
}

.need-fb-btn:hover {
  transform: translateY(-4px);
  background: #6b5518;
  box-shadow: 0 15px 40px rgba(24, 119, 242, 0.6);
}

.need-stats-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
background: rgba(219, 214, 214, 0.12);
  border: 1px solid rgba(78, 172, 255, 0.56);
  border-radius: 16px;
  padding: 20px;
}

.need-stat {
  text-align: center;
  flex: 1;
}

.need-stat-num {
  font-size: 16px;
  font-weight: 800;
  color: #000;
  line-height: 1.2;
}

.need-stat-label {
  font-size: 11px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 4px;
}

.need-stat-sep {
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1);
}
.need-fb-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 16px 30px;
    border-radius: 16px;
    background: #1877f2;
    color: #eaf5ee !important;
    font-weight: 700;
    font-size: 24px;
    transition: all 0.35s ease;
    box-shadow: 0 10px 30px rgba(24, 119, 242, 0.4);
}
a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

.success-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--grad-neon);
  border-radius: var(--radius-card) var(--radius-card) 0 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.success-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(14, 165, 233, 0.55);
}

.success-card:hover::before {
  opacity: 1;
}

.success-card.highlight-border {
  border-color: rgba(14, 165, 233, 0.45);
}

.success-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.success-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 18px;
  color: #eaf5ee !important;
font-size: 18px;
  line-height: 1.7;
}

.success-list li::before {
content: '\2714';
  position: absolute;
  left: 0;
top: 0px;
  font-size: 20px;
  font-weight: 700;
color: var(--accent-cyan);
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.25);
}

.need-section.relative li::before {
  content: '\2714';
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 12px;
  font-weight: 700;
  color: var(--accent-cyan);
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.25);
}

.success-card.show {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
    .need-stats-row {
        flex-direction: column;
        gap: 5px;
    }
}

@media (max-width: 768px) {
    .need-contact-card {
        padding: 35px 20px;
    }

	.need-fb-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 16px 30px;
    border-radius: 16px;
    background: #1877f2;
    color: #eaf5ee !important;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.35s ease;
    box-shadow: 0 10px 30px rgba(24, 119, 242, 0.4);
}
.need-avatar-row {
       display: block;
    align-items: center;
  
    margin-bottom: 30px;
}

.promo-card {
    position: relative;
    background: rgba(171, 192, 255, 0.56);
    padding: 26px 26px;
    border-radius: 30px;
    color: #000;
}
}