9
/*
Theme Name: Sunburst Digital
Theme URI: https://wp-themes.com/twentytwenty
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Twenty Twenty child theme.
Template: twentytwenty
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: twentytwenty-child
*/

/* Font Family Start */

@font-face {
	font-family: 'InterSemiBold';
	src: url('fonts/InterTight-Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'InterTight-Medium';
	src: url('fonts/InterTight-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'InterTight-Regular';
	src: url('fonts/InterTight-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Horizon-Regular';
	src: url('fonts/horizon.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

body {
	font-size: 20px !important;
	overflow-x: hidden;
}

body,
p,
ul li,
ol li,
a {
	font-family: 'InterTight-Regular' !important;
	color: #fff !important;
	letter-spacing: 0.4px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	letter-spacing: 0.2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'InterTight-Medium' !important;
}

h5,
h6 {
	font-weight: 500 !important;
}

body {
	background-color: rgba(17, 16, 32, 1) !important;
}

a {
	text-decoration: none !important;
}

.container {
	max-width: 90%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.cyan {
	color: #47CEFF;
}

.btn-style,
.btn-style-2,
.elementor-btn a,
.elementor-btn-2 a {
	position: relative;
	padding: 15px 32px;
	text-align: center;
	transition: all 200ms ease-out;
	font-size: 18px !important;
	display: inline-block;
	line-height: 1.3em !important;
	font-family: 'InterTight-Medium' !important;
	border-radius: 11px !important;
	color: #fff !important;
	box-shadow: 4px 4px 1px 0px rgba(17, 16, 32, 0.5) !important;
	text-shadow: 1px 1px 0.3px rgba(31, 5, 112, 0.4);
	font-weight: 500 !important;
	text-transform: capitalize !important;
	font-family: 'InterTight-Regular' !important;
}

.btn-style,
.elementor-btn a {
	background: linear-gradient(93.23deg, #007BFF 1.88%, #00F0FF 105.28%) !important;
}

.btn-style-2,
.elementor-btn-2 a {
	background: rgba(0, 0, 0, 0.21) !important;
	filter: brightness(1.1);
}

.btn-style:hover,
.btn-style-2:hover,
.elementor-btn a:hover,
.elementor-btn-2 a:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(0, 212, 255, 0.3) !important;
	filter: brightness(1.1);
	text-decoration: none !important;
}

.btn-style-2::before,
.elementor-btn-2 a::before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 1.5px;
	border-radius: inherit;
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	background: conic-gradient(from 66.81deg at 50% 50%, #007BFF 0deg, #FFFFFF 105.58deg, #00FF99 197.31deg, #47CEFF 283.85deg, #007BFF 360deg) !important;
	z-index: -1;
	box-sizing: border-box;
}

.ptb-90 {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}

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

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

.ptb-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

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

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

p:last-child {
	margin-bottom: 0px !important;
}

.fontsize-22 {
	font-size: 22px !important;
}

#site-content {
	overflow: visible;
}

/* Header Code Start */
#site-header {
	background: transparent;
	position: absolute;
	z-index: 9999;
	top: 15px;
	transition: 0.3s all ease;
	width: 100%;
}

.header-inner {
	padding: 12px 30px;
	position: relative;
	border-radius: 24px;
	background: linear-gradient(139.83deg, rgba(79, 79, 105, 0.18) 2.54%, rgba(0, 0, 0, 0.13) 99.15%);
	/*overflow: hidden;*/
	backdrop-filter: blur(23px);
	box-shadow: 6px 6px 1px 0px rgba(17, 16, 32, 0.19);
}

.header-inner::before,
.elementor-35 .elementor-element.technology_section::before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 2px;
	border-radius: inherit;
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	background: linear-gradient(356deg, rgba(255, 255, 255, 0.75) 2.16%, rgba(255, 255, 255, 0.0375) 40.01%, rgba(255, 255, 255, 0.0375) 66.46%, rgba(255, 255, 255, 0.75) 97.01%);
	z-index: -1;
	box-sizing: border-box;
}

.primary-menu,
.primary-menu li {
	margin: 0 !important;
}

.primary-menu li a,
#menu-footer-menu li a {
	font-size: 16px;
	color: #fff !important;
	padding: 9px 23px;
	border-radius: 10px;
	transition: all 200ms ease-out;
	outline: none !important;
}

/*.primary-menu li a:hover,*/
#menu-footer-menu li:hover {
	transform: translateY(-2px);
}

/*.primary-menu li a:hover,*/
.primary-menu li.current-menu-item>a,
#menu-footer-menu li a:hover,
#menu-footer-menu li.current-menu-item a {
	background: linear-gradient(260.43deg, #47CEFF 7.2%, #007BFF 95.77%);
	box-shadow: 4px 4px 1px 0px rgba(17, 16, 32, 0.5);
	text-shadow: 1px 1px 0.3px rgba(31, 5, 112, 0.4);
}

header .btn-style,
header .btn-style-2 {
	padding: 12px 25px !important;
	font-size: 16px !important;
	margin-left: 15px;
}

/* Footer Code Start */
footer#site-footer {
	background-color: transparent;
	background-image: url(img/Footer_BG.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
}

.footer-top {
	padding: 0px;
	border-bottom: 1.33px solid rgba(0, 123, 255, 0.58) !important;
}

.lets-talk-text {
	font-size: 3.35vw;
	line-height: 1em;
	margin-bottom: 15px;
	font-weight: 900;
	font-family: 'Horizon-Regular' !important;
	text-transform: uppercase;
	letter-spacing: -3px !important;
}

.lets-talk-text,
h1,
.gradient_heading,
.box4-wrap .elementor-icon-box-title {
	background: linear-gradient(88.68deg, #C2AFFE 2.81%, #FFFFFF 38.26%, #00F0FF 85.67%);
	background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 1));
}

@keyframes throb {

	0%,
	100% {
		transform: scale(1);
		filter: brightness(1);
	}

	50% {
		transform: scale(1.03);
		filter: brightness(1.2);
		text-shadow: 0 0 30px rgba(0, 212, 255, 0.6);
	}
}

@keyframes bounce-right {

	0%,
	100% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(10px);
	}
}

.lets-talk:hover .lets-talk-text {
	animation: throb 600ms ease-in-out infinite;
}

.lets-talk:hover .arrow {
	animation: bounce-right 800ms ease-in-out infinite;
}

.footer-top .container {
	display: flex;
	gap: 30px;
	justify-content: space-between;
	align-items: center;
}

.footer-left-wrap {
	width: 27%;
}

.footer-menu-wrap {
	width: 28%;
}

.footer-right-wrap {
	width: 45%;
}

#menu-footer-menu,
#menu-footer-menu li {
	margin: 0px;
	list-style: none;
}

#menu-footer-menu {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

#menu-footer-menu .menu-col {
	width: calc((100% - 15px)/2);
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#menu-footer-menu .menu-col li {
	line-height: 2em;
	transition: all 0.3s ease-in-out;
}

.footer-left img {
	max-width: 85%;
}

.footer-left p {
	margin-bottom: 0px;
	margin-top: 15px;
	font-size: 15px;
}

.footer-credits {
	width: 100%;
	gap: 30px;
	justify-content: space-between;
	padding: 20px 0;
}

.footer-credits * {
	color: rgba(255, 255, 255, 0.8) !important;
}

.footer-copyright {
	font-weight: 400;
}

.ft-bottom-menu a {
	margin-left: 40px;
}

.ft-bottom-menu a:first-child {
	margin-left: 0px;
}

.social-icon-wrap {
	display: flex;
	gap: 25px;
}

.social-icon-wrap a {
	text-shadow: unset;
	box-shadow: unset;
	background: transparent;
	padding: 0px;
	width: 36px;
	height: 36px;
	border-radius: 50% !important;
	display: flex;
	justify-content: center;
	align-items: center;
	filter: brightness(1.1);
}

.footer-credits a {
	transition: all 200ms ease-out;
}

.footer-credits a:not(.btn-style-2):hover {
	background: linear-gradient(88.68deg, #C2AFFE 2.81%, #FFFFFF 38.26%, #00F0FF 85.67%);
	background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: brightness(1.2);
	text-shadow: 0 0 30px rgba(0, 212, 255, 0.6);
}

#site-footer .section-inner {
	align-items: center;
	font-size: 16px;
}

.lets-talk-text {
	display: inline-block;
}

/* Home Banner Code Start */
.home-banner p {
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
}
.page-id-5393 .home-banner p {
	max-width: 1200px;
}
.btn-pulse-glow {
	position: relative;
	z-index: 1;
}

.btn-pulse-glow::after {
	content: "";
	position: absolute;
	top: -5px;
	bottom: -5px;
	left: -15px;
	right: -15px;
	pointer-events: none;
	z-index: -1;
	/* Glow simulating box-shadow */
	background: radial-gradient(circle, rgb(0 212 255 / 59%) 0%, rgb(0 212 255 / 48%) 60%, transparent 100%);
	filter: blur(12px);
	opacity: 0.4;
	animation: pulse-glow 2s ease-in-out infinite;
}

.btn-pulse-glow:hover::after {
	display: none !important;
}

/* Pulse animation */
@keyframes pulse-glow {
	0% {
		opacity: 0.4;
		transform: scale(0.95);
	}

	50% {
		opacity: 1;
		transform: scale(1);
	}

	100% {
		opacity: 0.4;
		transform: scale(0.95);
	}
}

/* Home Dashboard Start */

.dashboard-image {
	position: relative;
	max-width: 92% !important;
	margin: auto;
	padding-top: 65px;
}

.dashboard-image::before {
	content: '';
	width: 200px;
	height: 188px;
	position: absolute;
	top: -20px;
	right: 30px;
	background-image: url(img/Free_Trial.png);
	background-size: contain;
	background-repeat: no-repeat;
}

/* Home Section2 Code */
/*body.home{
	background-image: url(img/Home_Body_Background.svg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}*/
body {
	background-image: url(img/Home_Body_Background.svg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

.section2_icon_wrap {
	max-width: 1170px;
	margin: 36px auto;
	position: relative;
	height: 210px;
}

.center_logo {
	text-align: center;
	position: relative;
	height: 100%;
	display: flex;
}

.center_logo::before {
	content: '';
	background-image: url(img/Section2_Icon_Border.webp);
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}

.center_logo::after {
	content: '';
	position: absolute;
	width: 170px;
	height: 170px;
	background: #111020;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
}

.center_logo img {
	position: relative;
	margin: auto;
	z-index: 99;
}

.section2_icon_wrap>img {
	position: absolute;
	z-index: 99;
}

.section2_icon_wrap>img:nth-child(2),
.section2_icon_wrap>img:nth-child(6) {
	top: 50%;
	transform: translateY(-50%);
	left: 14%;
}

.section2_icon_wrap>img:nth-child(6) {
	left: unset;
	right: 7%;
}

.section2_icon_wrap>img:last-child {
	bottom: -22px;
	right: 14%;
}

.section2_icon_wrap>img:nth-child(5) {
	top: 5px;
	right: 18%;
}

.section2_icon_wrap>img:first-child {
	top: -36px;
	left: 7%;
}

.section2_icon_wrap>img:nth-child(3) {
	bottom: -32px;
	left: 9%;
}

.section2_icon_wrap img,
.techno_icon img {
	transition:
		transform 250ms ease-out,
		filter 250ms ease-out;
	cursor: pointer;
}

.section2_icon_wrap img:hover,
.techno_icon img:hover {
	transform: scale(1.1) rotate(5deg);
	filter: drop-shadow(0 0 8px rgba(0, 212, 255, 0.5));
}

.section2_icon_wrap>img:nth-child(2):hover,
.section2_icon_wrap>img:nth-child(6):hover {
	transform: translateY(-50%) scale(1.1) rotate(5deg);
}

/* Technology Section Code */
.box4-wrap {
	padding: 40px 20px;
	box-shadow: 6px 6px 1px 0px rgba(17, 16, 32, 0.5);
	background: linear-gradient(324.02deg, rgba(14, 12, 83, 0.64) 4.65%, rgba(0, 0, 0, 0.6) 97.95%);
	position: relative;
	border-radius: 30px;
	overflow: hidden;
}

.box4-wrap::before {
	content: '';
	position: absolute;
	inset: 0;
	padding: 2px;
	border-radius: inherit;
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	background: radial-gradient(98.22% 97.9% at 3.5% 1.05%, #0901FF 0%, rgba(0, 105, 217, 0.39) 100%);
	z-index: -1;
	box-sizing: border-box;
}

.box4-wrap::after {
	content: '';
	position: absolute;
	background: url(img/Box4-Before-Img.png);
	background-size: cover;
	background-repeat: no-repeat;
	inset: 0;
}

.box4-wrap .elementor-icon-box-content {
	z-index: 9;
	position: relative;
}

.box4-first.box4-wrap {
	background: linear-gradient(238deg, rgba(55, 0, 255, 0.33) 5.65%, rgba(0, 0, 0, 0.4) 92.95%);
}

/* Technology Code Start */
.wrapper {
	position: relative;
	width: 900px;
	height: 520px;
	margin: auto;
	margin-bottom: -60px;
}

/* Center Logo */
.technology_center {
	position: absolute;
	left: 50%;
	bottom: 60px;
	/* aligned to arc center */
	transform: translateX(-50%);
	max-width: 80% !important;
	z-index: 5;
}

/* Icons */
.techno_icon {
	position: absolute;
	z-index: 9;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.26);
	opacity: 0;
	transform: scale(0.5);
	transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.techno_icon.animate {
	opacity: 1;
	transform: scale(1);
}


/* We Dont Sell Code */
/* =========================
   TIMELINE WRAPPER
========================= */
.timeline {
	position: relative;
}

/* Base grey spine */
.timeline::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 2.4%;
	transform: translateX(-50%);
	width: 4px;
	height: 90%;
	background: #fff;
	z-index: -1;
	opacity: 0.5;
}

/* Progress spine (filled on scroll) */
.timeline-progress {
	position: absolute;
	left: 50%;
	top: 2.4%;
	transform: translateX(-50%);
	width: 4px;
	height: 0%;
	background: linear-gradient(90deg, #0095FF 0%, #47CEFF 60.16%, #00FF99 162.5%);
	transition: height 0.8s ease-in-out;
	z-index: -1;
}

/* =========================
   STEP BASE
========================= */
.step {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 150px;
}

.step.last {
	margin-bottom: 0;
}

/* =========================
   TEXT DEFAULT (INACTIVE)
========================= */
.step h3 {
	margin: 10px 0px;
	font-size: 40px;
	font-weight: 500 !important;
	color: #fff;
	width: fit-content;
}

.step-label,
.step.active h3 {
	background: linear-gradient(93.23deg, #007BFF 1.88%, #00F0FF 105.28%);
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'InterTight-Medium' !important;
}

.step p {
	font-size: 20px;
}

.step-label,
.step h3,
.step p {
	transition: color 0.5s ease, opacity 0.5s ease;
}


/* =========================
   LEFT / RIGHT ALIGNMENT
========================= */
.step.right {
	justify-content: flex-start;
	padding-left: 50%;
}

.step.right .content {
	margin-left: 80px;
	text-align: left;
}

.step.left {
	justify-content: flex-end;
	padding-right: 50%;
}

.step.left .content {
	margin-right: 80px;
	text-align: right;
}

.step.left h3 {
	margin-left: auto;
}

/* =========================
   ICON
========================= */
.icon {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 88px;
	height: 88px;
	background: rgba(0, 0, 0, 0.26);
	border-radius: 14px;
	display: grid;
	place-items: center;
	backdrop-filter: blur(17px);
	box-shadow: 4px 4px 1px rgba(17, 16, 32, 0.62);
	animation: iconGlow 3s ease-in-out infinite;
	transition: transform 250ms ease-out, filter 250ms ease-out;
}

.icon::before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 1.5px;
	border-radius: inherit;
	-webkit-mask: linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	background: conic-gradient(from 90deg,
			#007BFF,
			#FFFFFF,
			#00FF99,
			#47CEFF,
			#007BFF);
	z-index: -1;
}

/* Icon hover */
.icon:hover {
	transform: translateX(-50%) scale(1.1) rotate(5deg);
	filter: drop-shadow(0 0 8px rgba(0, 212, 255, 0.5));
}

/* Active icon glow */
.step.active .icon {
	filter: drop-shadow(0 0 8px rgba(0, 212, 255, 0.5));
}

/* =========================
   CONTENT
========================= */
.content {
	max-width: 450px;
}


/* =========================
   ANIMATIONS
========================= */
@keyframes iconGlow {

	0%,
	100% {
		box-shadow:
			0 0 0 1px rgba(99, 102, 241, 0.3),
			0 0 18px rgba(99, 102, 241, 0.35);
	}

	50% {
		box-shadow:
			0 0 0 1px rgba(99, 102, 241, 0.55),
			0 0 36px rgba(99, 102, 241, 0.6);
	}
}

/* 
Floating Box Image */
.scene {
	height: 1450px;
	position: relative;
	text-align: center;
}

/* Parallax layer */
.fixed-ui {
	position: sticky;
	top: 300px;
	/* starting position INSIDE scene */
	left: 50%;
	width: 100%;
	text-align: center;
	margin-left: -50%;
	z-index: -1;
}

/* keep your existing styles */
.bg-text h2 {
	font-size: 160px;
	line-height: 1.1em;
	text-align: center;
}

.card {
	position: absolute;
	animation: float 6s ease-in-out infinite;
}

.card.visi {
	animation: none;
}

.card img {
	transition: filter 250ms ease-out;
}

.card img:hover {
	filter: drop-shadow(0 0 8px rgba(0, 212, 255, 0.5));
}

/* Card positions */
.card.card3 {
	top: 30px;
	left: 50%;
}

.card.card3 img {
	transform: rotate(-7.5deg);
}

.card.card8 {
	top: 7%;
	left: 50px;
}

.card.card8 img {
	transform: rotate(5deg);
}

.card.card4 {
	top: 8%;
	right: 15px;
}

.card.card4 img {
	transform: rotate(8deg);
}

.card.card9 {
	right: 17%;
	top: 22%;
}

.card.card9 img {
	transform: rotate(-7.55deg);
}

.card.card2 {
	bottom: 100px;
	right: 5%;
}

.card.card2 img {
	transform: rotate(12.39deg);
}

.card.card1 {
	top: 45%;
	left: 17%;
}

.card.card1 img {
	transform: rotate(3.77deg);
}

.card.card6 {
	top: 40%;
	left: 30px;
}

.card.card6 img {
	transform: rotate(7.8deg);
}

.card.card5 {
	bottom: 20px;
	left: 25%;
}

.card.card5 img {
	transform: rotate(-4deg);
}

.card.card7 {
	bottom: 15%;
	left: 0;
}

/* Floating animation */
@keyframes float {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-20px);
	}

	100% {
		transform: translateY(0);
	}
}

.slick-dots,
.slick-dots li {
	list-style: none;
	margin: 0 !important;
	padding: 0px !important;
}

.slick-dots {
	display: flex;
	gap: 10px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	justify-content: center;
}

.slick-dots li button {
	font-size: 0;
	border: 2px solid #fff;
	padding: 0px;
	width: 14px;
	height: 14px;
	background-color: transparent;
	border-radius: 50%;
}

.slick-dots li.slick-active button {
	background-color: #fff;
}

/* sayan  css*/
.forms-row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 20px;
}

.forms-row br {
	height: 0px;
	display: none;
}

.forms-row :is(input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select) {
	background: rgb(0 0 0 / 23%);
	padding: 18px;
	letter-spacing: normal;
	border-radius: 15px;
	border: 1.5px solid #EEF4FF4D;
	color: #fff;
	width: 100%;
	box-shadow: 4px 4px 1px 0px #11102080;
}

.forms-row :is(input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, select:focus) {
	border: 1.5px solid #00D4FF;
	box-shadow: 0 0 15px rgba(0, 212, 255, 0.3);
	outline: none;

}

.forms-row ::placeholder {
	color: #fff;
	/* 35% opacity - suggestion, not content */
	font-style: italic;
	/* Optional: makes it clearer it's a hint */

}

.forms-row :is(input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, select:focus)::placeholder {
	opacity: 0.5;
	/* Fade more on focus */
}

.forms-row label {
	font-size: 20px;
	background: linear-gradient(88.68deg, #C2AFFE 2.81%, #FFFFFF 38.26%, #00F0FF 85.67%);
	background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 1));
	margin-bottom: 14px;
}

.forms-row {
	margin-bottom: 25px;
}

.forms-row select {
	text-transform: capitalize !important;
}

.forms-row-fl {
	text-align: center;
	margin-top: 10px;
}

.forms-row-fl p {
	max-width: 100% !important;
}

span.wpcf7-spinner {
	display: block;
	margin: 0 auto;
}

.wpcf7-not-valid-tip {
	margin: 10px 5px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
	background-color: #007bff;
	color: var(--wht);
	border: none;
	padding: 7px 10px;
	margin-top: 10px !important;
	margin-left: 0px;
	font-size: 13px;
	margin-bottom: 10px !important;
	max-width: 450px;
	margin: 0 auto;
	text-align: center;
}

.br-box {
	background: linear-gradient(139.83deg, rgba(24, 23, 63, 0.57) 2.54%, rgba(0, 0, 0, 0.13) 99.15%);
	backdrop-filter: blur(10px);
	border-radius: 20px !important;
	padding: 35px !important;
	box-shadow: 6px 6px 1px 0px #11102080;
}

.elementor-element .br-box::before {
	content: "" !important;
	position: absolute;
	inset: 0;
	padding: 2px;
	border-radius: inherit;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	background: linear-gradient(129.73deg, rgba(255, 255, 255, 0.65) 2.16%, rgba(255, 255, 255, 0.0375) 40.01%, rgba(255, 255, 255, 0.0375) 66.46%, rgba(255, 255, 255, 0.75) 87.01%);
	z-index: -1;
	box-sizing: border-box;
}

select option {
	background-color: #565656 !important;
}

.last span.elementor-counter-number {
	opacity: 0;
	display: none;
}

.img-float {
	animation: floatImg 3s ease-in-out infinite alternate;
}

.hovImg {
	transition: filter 250ms ease-out;
}

.hovImg:hover {
	filter: drop-shadow(0 0 8px rgba(0, 212, 255, 0.5));
}

.al-tran {
	transition: all 0.3s ease-in-out !important;
}

.br-box:hover {
	scale: 1.06;
	box-shadow: 0 0 8px rgba(0, 212, 255, 0.5);
}

@keyframes floatImg {
	0% {
		translate: 0 0;
	}

	50% {
		translate: 0 -20px;
	}

	100% {
		translate: 0 0;
	}
}

.elementor-counter-number:hover {
	animation: number-flash 400ms ease-out;
}

@keyframes number-flash {
	0% {
		color: #FFFFFF;
		text-shadow: none;
	}

	50% {
		color: #00D4FF;
		text-shadow: 0 0 20px rgba(0, 212, 255, 0.8);
	}

	100% {
		color: #FFFFFF;
		text-shadow: none;
	}
}

.box-two .gradient-border2 {
	box-shadow: 5px 6px 1px 0px #1211206e;
}

.gradient-border2.gra-cyn {
	background-image: linear-gradient(120deg, #1CF4FF, rgba(40, 133, 176, 0.58) 100%);

}

.gra-cyn .gradient-border-content2:before {
	background: url(img/cyan.png) no-repeat;
	background-size: cover;
}

.box-two .gradient-border2:hover {
	transform: translateY(-8px) scale(1.03);
	/* Raise + get bigger */
	box-shadow: 0 20px 50px rgba(0, 212, 255, 0.25),
		0 0 30px rgba(0, 212, 255, 0.15);
}

.bigcomp {
	font-size: 55px;
	font-weight: 600;
}

.list-ul {
	margin: 0;
	list-style: none;
	text-transform: capitalize;
	z-index: 5;
	position:relative;
}

.list-ul li {
	position: relative;
	margin: 0 0 20px 0;
}

.list-ul li::before {
	content: "";
	background: url(img/ass-tick.png);
	display: inline-block;
	width: 27px;
	height: 27px;
	vertical-align: middle;
	margin-right: 13px;
    transition: all 0.3s ease-in-out !important;
}
.list-ul.bl li::before{
    background: url(img/blue-tick.png);
}

.list-ul li:hover::before{
     scale:1.15;
}

.bigcomp.grad {
	background: linear-gradient(88.68deg, #C2AFFE 2.81%, #FFFFFF 38.26%, #00F0FF 85.67%);
	background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 1));
}
.sm.elementor-btn-2 a {
    position: relative;
	padding: 14px 30px;
    padding-right:32px;
} 
.sm.elementor-btn-2 a .elementor-button-text::after{
    content: "";
	background: url(img/arw.svg);
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-left: 13px;
    transition: all 0.3s ease-in-out !important;
   background-repeat: no-repeat;
}
.ps-static{
    position:static !important;
}
.animg img{
     anchor-name: --menu;
	 position: relative;
	 z-index:-1;
}
.dlimg {
    position: absolute;
    position-anchor: --menu;
    top: calc(anchor(bottom) - 65%);
    left: calc(anchor(left) - 35px);
    max-width: 250px;
}
.price-card{
	position:absolute;
	position-anchor:--menu;
	top: calc(anchor(bottom) - 30%);
	right: calc(anchor(right) - 30px);
	background:url(img/pr-bg.png) no-repeat center;
    padding: 18px 32px;
    border-radius: 12px;
	font-size: 34px;
	border: 1px solid #2571c2a8;
	
}
.price-card::after {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -15px;
    right: -15px;
    pointer-events: none;
    z-index: -1;
    filter: blur(12px);
    opacity: 0.4;
    background: radial-gradient(circle, rgb(59 14 193) 0%, rgb(61 13 196) 60%, transparent 100%);
    animation: 2s ease-in-out 0s infinite normal none running pulse-glow;
}
.price-display{
    font-size: 50px;
	background: linear-gradient(88.68deg, #C2AFFE 2.81%, #FFFFFF 38.26%, #00F0FF 85.67%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
	font-weight:700;
    margin-right:2px;
	transition: all 200ms ease-out;
    min-width:102px;

}
price-display.changing { 
  transform: scale(0.95); 
  opacity: 0.5; 
} 
 
.price-display.flash { 
  animation: price-flash 300ms ease-out; 
} 
 
@keyframes price-flash { 
  0% { color: #00D4FF; text-shadow: 0 0 30px rgba(0, 212, 255, 0.8); } 
  100% { color: #FFFFFF; text-shadow: none; } 
} 


ul.industry-list {
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap:20px;
    max-width: 590px;
}
.industry-list li {
	position: relative;
	margin: 0 0 20px 0;
	transition: all 0.3s ease-in-out !important;
}

.industry-list  li::before {
	content: "";
    background: url(img/arw-righ.svg) no-repeat;
    display: inline-block;
    width: 25px;
    height: 12px;
    vertical-align: baseline;
    margin-right: 8px;
   
}
.industry-list li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #007BFF, #47CEFF);
}
.industry-list li:hover { 
  background: rgba(0, 212, 255, 0.15); 
  transform: translateY(-4px) scale(1.02); 
  box-shadow: 0 10px 30px rgba(0, 212, 255, 0.2); 
}
.bg-text p{
      background: linear-gradient(88.68deg, #C2AFFE 2.81%, #FFFFFF 38.26%, #00F0FF 85.67%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 1));
}
.imganchor img{
    anchor-name:--image;
}
.im-ab{
     position-anchor:--image;
     position:absolute !important;
	 z-index:2;
	cursor:pointer;
}

.im-ch{
     left: calc(anchor(left) + 22%);
    top: calc(anchor(top) + 19%);
}
.im-warn {
    right: calc(anchor(right) + 17%);
    top: calc(anchor(top) + 10%);
}
.im-cod {
    right: calc(anchor(right) + 16%);
    top: calc(anchor(top) + 34%);
}
.im-loc {
    right: calc(anchor(right) + 5%);
    bottom: calc(anchor(bottom) + 18%);
}
.im-man {
    right: calc(anchor(right) + 26%);
    bottom: calc(anchor(bottom) - 2%);
}
.im-cal{
    left: calc(anchor(left) + 21%);
    top: calc(anchor(top) + 60%)
}
.im-dol{
    left: calc(anchor(left) - 1%);
    top: calc(anchor(top) + 40%);
}
.im-ab img{
	transition:all 0.3s ease;
}
.im-ab img:hover{
    transform: scale(1.1) rotate(5deg);
    filter: drop-shadow(0 0 8px rgba(0, 212, 255, 0.5));
}
.hv-box p{
   color:#D2D2D2 !important;
}
.hv-box::after{
	content:"";
    background:#D2D2D2;
    left:0;
    right:0;
    bottom:-10px;
    height:1px;
	position:absolute;
}
.hv-box:hover .elementor-heading-title{
	background: linear-gradient(88.68deg, #C2AFFE 2.81%, #FFFFFF 38.26%, #00F0FF 85.67%);
	background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 1));
}
.hv-box:hover::after{
    background: linear-gradient(90deg, #007BFF 0%, #00F0FF 100%);
}
.hv-box:hover p{
   color:#fff !important;
}
.page-id-4850 .icon-list li,
.page-id-5135 .icon-list li,
.page-id-5253 .icon-list li,
.page-id-5393 .icon-list li{
	margin-left: 6px !important;
}
.image_zoom_hover{
	border-radius: 25px !important;
	overflow: hidden;
}
.page-id-5393 .box4-wrap::before{
	background:linear-gradient(112.45deg, #0901FF 2.16%, rgba(4, 55, 235, 0) 40.01%, rgba(255, 255, 255, 0.0375) 66.46%, #0901FF 97.01%);
}
.page-id-5393 .box4-wrap {
	padding: 35px 25px;
}






/* Responsive Code Start */
@media only screen and (max-width: 1550px) {
	.site-logo img {
		max-height: 7rem;
	}
}

@media only screen and (max-width: 1350px) {
	.header-inner {
		padding: 12px 15px;
	}

	.site-logo img {
		max-height: 6rem;
	}

	.primary-menu li a {
		padding: 9px 18px;
		border-radius: 8px;
	}

	header .btn-style,
	header .btn-style-2 {
		padding: 10px 20px !important;
	}

	.scene {
		height: 1000px;
	}

	.card-inner img {
		max-width: 68% !important;
	}

	.card.card2 img,
	.card.card4 img,
	.card.card9 img {
		margin-left: auto;
	}

	.bg-text h2 {
		font-size: 120px;
	}

	.fixed-ui {
		top: 120px;
	}
}

@media only screen and (max-width: 1200px) {
	.site-logo img {
		max-height: 5rem;
	}

	.primary-menu li a,
	header .btn-style,
	header .btn-style-2 {
		padding: 9px 14px !important;
		font-size: 14px !important;
	}

	header .btn-style,
	header .btn-style-2 {
		margin-left: 10px;
	}

	.center_logo::before {
		background-size: 100%;
	}

	.home-banner h1 {
		font-size: 70px !important;
	}

	.pt-90 {
		padding-top: 60px !important;
	}

	.pb-90 {
		padding-bottom: 60px !important;
	}

	.ptb-90 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.dashboard-image::before {
		width: 160px;
		height: 151px;
	}

	.section2_icon_wrap>img:first-child {
		top: -22px;
		left: 5%;
	}

	.section2_icon_wrap>img:nth-child(3) {
		bottom: -8px;
		left: 6%;
	}

	#menu-footer-menu li a {
		padding: 9px 14px;
	}
	
}

@media only screen and (max-width: 1000px) {
	.container {
		max-width: 1000%;
		padding-right: 10px;
		padding-left: 10px;
		width: 100% !important;
	}

	#site-header {
		padding-right: 10px;
		padding-left: 10px;
	}

	.footer-top .container {
		flex-wrap: wrap;
	}

	.footer-top .container>div {
		width: 100% !important;
		text-align: center;
	}

	.lets-talk-text {
		font-size: 36px;
	}

	.footer-left img,
	.arrow {
		margin: auto;
	}

	.ft-bottom-menu a {
		margin-left: 15px;
	}

	.footer-credits {
		gap: 15px;
	}

	#menu-footer-menu {
		max-width: 500px;
		margin: auto;
	}

	.fontsize-22 p,
	.step p {
		font-size: 16px !important;
	}

	.close-nav-toggle .toggle-text,
	.header-btn-wrap.desktop {
		display: none;
	}

	.menu-bottom {
		justify-content: center !important;
		padding: 0px;
	}

	.header-btn-wrap.mobile {
		width: 100% !important;
		display: flex !important;
		flex-direction: column;
		gap: 20px;
		margin-top: 25px;
	}

	.header-inner {
		padding: 15px !important;
	}
	ul.industry-list {
    margin: 0 auto;
   }
	.pr-10{
		padding-right: 10px !important;
	}
	.pl-10{
		padding-left: 10px !important;
	}
}

@media only screen and (max-width: 968px) {
	.e-con.e-flex>.e-con-inner {
		flex-wrap: wrap !important;
		max-width: 100% !important;
	}

	.e-con.e-flex>.e-con-inner>div {
		width: 100% !important;
	}

	.ptb-50 {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}

	.pb-50 {
		padding-bottom: 35px !important;
	}

	.pt-50 {
		padding-top: 35px !important;
	}

	.section2_icon_wrap>img:nth-child(2) {
		width: 80px;
	}

	.section2_icon_wrap>img:nth-child(6),
	.section2_icon_wrap>img:nth-child(5) {
		width: 55px;
	}

	.section2_icon_wrap>img:first-child,
	.section2_icon_wrap>img:last-child {
		width: 68px;
	}

	.section2_icon_wrap>img:first-child {
		top: -10px;
		left: 8%;
	}

	.section2_icon_wrap>img:last-child {
		bottom: 5px;
	}

	.section2_icon_wrap>img:nth-child(5) {
		top: 25px;
	}

	.wrapper {
		width: 500px !important;
		height: 288px;
	}

	.techno_icon.middle {
		left: 216px !important;
		top: 8% !important;
		width: 66px;
	}

	.wrapper .techno_icon:nth-child(4),
	.wrapper .techno_icon:nth-child(6) {
		width: 50px;
		bottom: 100px !important;
	}

	.wrapper .techno_icon:nth-child(4) {
		right: 50px !important;
	}

	.wrapper .techno_icon:nth-child(6) {
		left: 50px !important;
	}

	.wrapper .techno_icon:nth-child(3),
	.wrapper .techno_icon:nth-child(5) {
		bottom: 170px !important;
		width: 55px;
	}

	.wrapper .techno_icon:nth-child(3) {
		right: 118px !important;
	}

	.wrapper .techno_icon:nth-child(5) {
		left: 118px !important;
	}

	.box4-wrap>.elementor-icon-box-wrapper {
		height: auto !important;
	}

	.card-inner img {
		max-width: 60% !important;
	}

	.home .home-banner h1 {
		font-size: 40px !important;
	}

	.home .home-banner h1 br {
		display: none !important;
	}

	.home-banner h5,
	.circle-left>.fontsize-22 p,
	.circle-right>.fontsize-22 {
		font-size: 18px !important;
	}

	.dashboard-image {
		padding-top: 100px !important;
	}

	.dashboard-image::before {
		top: 26px;
	}

	.old-al-section .font-30 {
		margin-bottom: 25px !important;
	}

	.circle-left>.fontsize-22,
	.circle-right>.fontsize-22 {
		justify-content: center !important;
	}

	.left-icon {
		width: fit-content !important;
		margin: 32px auto !important;
	}

	.circle-left.circle-left-first::before {
		display: none !important;
	}
	.price-card {
    right: calc(anchor(
 right) - 10px);
    background: url(img/pr-bg.png) no-repeat center;
    padding: 14px 22px;
    font-size: 24px;
    }
	.dlimg {
    top: calc(anchor(
 bottom) - 70%);
    left: calc(anchor(
 left) - 10px);
    max-width: 120px;
   }
	.price-display {
		font-size: 40px;
   }
}

@media only screen and (max-width: 768px) {
	.footer-credits {
		flex-direction: column;
		text-align: center;
	}

	.social-icon-wrap {
		gap: 20px;
		justify-content: center;
	}

	.section2_icon_wrap {
		width: 360px;
		height: 600px;
		margin: auto;
	}

	.center_logo::before {
		background-image: url(https://www.webappdesigns.com/projects/sunburst-digital/wp-content/uploads/2025/12/Mobile_Section2_Icon_Border.webp);
		background-size: contain;
	}

	.section2_icon_wrap>img:first-child {
		top: 0;
		left: 8px;
	}

	.section2_icon_wrap>img:nth-child(5) {
		right: 8px;
		top: 0;
	}

	.section2_icon_wrap>img:nth-child(2),
	.section2_icon_wrap>img:nth-child(6) {
		top: 40px;
		transform: translateX(-50%);
		left: 50%;
	}

	.section2_icon_wrap>img:nth-child(2):hover,
	.section2_icon_wrap>img:nth-child(6):hover {
		transform: translateX(-50%) scale(1.1) rotate(5deg);
	}

	.section2_icon_wrap>img:nth-child(6) {
		left: 50%;
		right: unset;
		bottom: 40px;
		top: unset;
	}

	.section2_icon_wrap>img:nth-child(3) {
		bottom: 0;
		left: 9px;
	}

	.section2_icon_wrap>img:last-child {
		right: 9px;
		bottom: 0;
	}

	.scene {
		height: 600px;
	}

	.card-inner img {
		max-width: 39% !important;
	}

	.bg-text.gradient_heading {
		width: fit-content;
		margin: auto;
	}

	.bg-text h2 {
		font-size: 74px;
	}

	.dashboard-image {
		padding-top: 70px !important;
	}

	.dashboard-image::before {
		width: 100px;
		height: 92px;
		top: 20px;
		right: 0;
	}

	.heading-style br {
		display: none !important;
	}

	.step.right .content,
	.step.left .content {
		margin-left: 0;
		margin-right: 0px;
		text-align: center;
	}

	.step.left,
	.step.right {
		justify-content: center;
		padding-right: 0;
		padding-left: 0;
		padding: 120px 15px 20px;
		background: linear-gradient(324.02deg, rgb(14 12 83) 4.65%, rgb(0 0 0 / 98%) 97.95%);
		position: relative;
		border-radius: 30px;
		overflow: hidden;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.step .icon {
		top: 20px;
	}

	.step h3 {
		margin: 10px auto;
	}

	.step.active {
		filter: drop-shadow(0 0 8px rgba(0, 212, 255, 0.5));
	}

	.sm-area {
		padding-left: 0;
		padding-right: 0;
	}
	.bigcomp {
    font-size: 45px;
   }
   ul.industry-list {
    grid-template-columns: 1fr;
   }
}

@media only screen and (max-width: 550px) {
	.inner-banner h1 {
		font-size: 35px !important;
	}
	h2{
        font-size: 30px;
    }
	h3{
        font-size: 28px;
    }
	.wrapper {
		width: 300px !important;
		height: 215px;
	}

	.techno_icon.middle {
		left: 120px !important;
		top: 2% !important;
		width: 55px;
	}

	.wrapper .techno_icon:nth-child(4),
	.wrapper .techno_icon:nth-child(6) {
		width: 40px;
		bottom: 80px !important;
	}

	.wrapper .techno_icon:nth-child(4) {
		right: 16px !important;
	}

	.wrapper .techno_icon:nth-child(6) {
		left: 16px !important;
	}

	.wrapper .techno_icon:nth-child(3),
	.wrapper .techno_icon:nth-child(5) {
		bottom: 132px !important;
		width: 45px;
	}

	.wrapper .techno_icon:nth-child(3) {
		right: 52px !important;
	}

	.wrapper .techno_icon:nth-child(5) {
		left: 52px !important;
	}

	.card {
		position: relative;
		top: unset !important;
		bottom: unset !important;
		left: unset !important;
		right: unset !important;
		animation: none !important;
		transform: unset !important;
	}

	.scene {
		height: auto;
	}

	.card img {
		transform: unset !important;
		max-width: 100% !important;
		margin: auto !important;
	}

	.card_mobile_slider {
		padding-bottom: 45px;
	}

	.fixed-ui {
		top: 0;
		position: relative;
		margin-bottom: 35px;
	}

	.bg-text h2 {
		font-size: 42px;
	}

	.fixed-ui .mt-50 {
		margin-top: 20px !important;
	}
	.page-id-5393 .box4-wrap {
		padding: 25px 15px;
	}
}