@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Poppins:wght@600;700;800;900&display=swap");

:root {
	--color-ink: #e5e7eb;
	--color-muted: #94a3b8;
	--color-surface: #0f172a;
	--color-surface-2: #111827;
	--color-border: rgba(148, 163, 184, 0.22);
	--color-soft: rgba(255, 255, 255, 0.06);
	--color-brand: #00df9a;
	--color-secondary: #6366f1;
	--shadow-soft: 0 24px 80px rgba(0, 0, 0, 0.28);
	--container: min(1180px, calc(100vw - 48px));
	--fp-card-radius: 8px;
	--fp-button-radius: 7px;
	--fp-image-radius: 8px;
	--fp-form-radius: 7px;
	--fp-section-radius: 0px;
	--fp-skill-1-radius: 999px;
	--fp-skill-2-radius: 999px;
	--fp-skill-3-radius: 999px;
	--fp-skill-4-radius: 999px;
	--fp-skill-border-width: 1px;
	--fp-skill-border-color: #1f2937;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	margin: 0;
	color: var(--color-ink);
	background:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cg fill='none' stroke='%2300df9a' stroke-opacity='.09' stroke-width='2'%3E%3Cpath d='M28 42l-14 14 14 14M54 42l14 14-14 14M108 38h36v36h-36zM29 126h42M50 105v42M116 116l18 18 30-30'/%3E%3C/g%3E%3C/svg%3E"),
		radial-gradient(circle at 12% 8%, rgba(0, 223, 154, 0.14), transparent 28%),
		radial-gradient(circle at 82% 20%, rgba(99, 102, 241, 0.16), transparent 32%),
		#0f172a;
	background-attachment: fixed;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.7;
	overflow-x: hidden;
}

#page,
.site,
.site-main,
.entry-content,
.page-content,
.elementor,
.elementor-location-single,
.elementor-location-archive {
	max-width: 100%;
	overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Poppins, Inter, sans-serif;
	letter-spacing: 0;
}

a {
	color: inherit;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

iframe,
video,
canvas,
svg,
table,
pre {
	max-width: 100%;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	top: 12px;
	left: 12px;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	color: #0f172a;
	background: var(--color-brand);
	border-radius: 6px;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(15, 23, 42, 0.82);
	border-bottom: 1px solid rgba(148, 163, 184, 0.18);
	backdrop-filter: blur(18px);
}

.site-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: var(--container);
	min-height: 74px;
	margin: 0 auto;
	gap: 24px;
}

.site-title {
	color: #ffffff;
	font-family: Poppins, Inter, sans-serif;
	font-size: 1.15rem;
	font-weight: 900;
	text-decoration: none;
}

.custom-logo {
	max-height: 54px;
	width: auto;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	order: 3;
}

.header-cart-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(0, 223, 154, 0.26);
	border-radius: var(--fp-button-radius);
	background: rgba(0, 223, 154, 0.08);
	color: #ffffff;
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.header-cart-link:hover {
	transform: translateY(-2px);
	border-color: rgba(0, 223, 154, 0.5);
	background: rgba(0, 223, 154, 0.14);
}

.header-cart-icon {
	font-size: 1.15rem;
	line-height: 1;
}

.header-cart-count {
	position: absolute;
	top: -7px;
	right: -7px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	border-radius: 999px;
	background: #00df9a;
	color: #06140f;
	font-size: 0.72rem;
	font-weight: 900;
	line-height: 1;
}

.primary-navigation ul,
.footer-menu {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-navigation a,
.footer-menu a {
	color: #cbd5e1;
	font-size: 0.95rem;
	font-weight: 700;
	text-decoration: none;
	transition: color 180ms ease;
}

.primary-navigation a:hover,
.footer-menu a:hover {
	color: var(--color-brand);
}

.menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	padding: 0;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid var(--color-border);
	border-radius: 6px;
	cursor: pointer;
}

.menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 18px;
	height: 2px;
	margin: 4px auto;
	background: #ffffff;
}

.webdev-hero {
	--hero-accent: var(--color-brand);
	position: relative;
	min-height: calc(100vh - 74px);
	overflow: hidden;
	color: #ffffff;
	background:
		linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(17, 24, 39, 0.7)),
		var(--hero-image, linear-gradient(135deg, #0f172a 0%, #10172c 45%, #18206d 100%));
	background-size: cover;
	background-position: center;
}

.webdev-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 180px;
	background: linear-gradient(to bottom, transparent, #0f172a);
	pointer-events: none;
}

.webdev-hero-background {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
		linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
	background-size: 54px 54px;
	mask-image: linear-gradient(to bottom, #000000, transparent 86%);
	animation: portfolio-grid 14s linear infinite;
}

.webdev-hero-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
	align-items: center;
	width: var(--container);
	min-height: calc(100vh - 74px);
	margin: 0 auto;
	padding: 78px 0 96px;
	gap: 54px;
}

.hero-eyebrow,
.section-kicker {
	display: inline-flex;
	align-items: center;
	margin: 0 0 18px;
	padding: 8px 12px;
	color: #bbf7d0;
	background: rgba(0, 223, 154, 0.12);
	border: 1px solid rgba(0, 223, 154, 0.28);
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.webdev-hero h1 {
	max-width: 780px;
	margin: 0;
	font-size: clamp(3.2rem, 6vw, 6.7rem);
	line-height: 0.96;
}

.hero-subtitle {
	max-width: 720px;
	margin: 24px 0 0;
	color: #cbd5e1;
	font-size: 1.18rem;
}

.hero-small-text {
	margin: 18px 0 0;
	color: #a7f3d0;
	font-weight: 800;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 13px 20px;
	border: 0;
	border-radius: 7px;
	font-weight: 900;
	text-decoration: none;
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
	transform: translateY(-2px);
}

.button-primary {
	color: #03150f;
	background: var(--hero-accent, var(--color-brand));
	box-shadow: 0 18px 42px rgba(0, 223, 154, 0.24);
}

.button-secondary {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.webdev-hero-panel,
.glass-panel,
.glass-card,
.fp-glass-card > .elementor-widget-wrap,
.testimonial-card,
.comments-area,
.content-card,
.single-content,
.no-results,
.error-404 {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045));
	border: 1px solid var(--color-border);
	border-radius: var(--fp-card-radius);
	box-shadow: var(--shadow-soft);
	backdrop-filter: blur(18px);
}

.elementor-section {
	position: relative;
	background: #0f172a;
	overflow: hidden;
	border-radius: var(--fp-section-radius);
}

.elementor-section > .elementor-container,
.elementor-section .elementor-container,
.elementor-section.elementor-section-boxed > .elementor-container {
	width: var(--container);
	max-width: 1180px;
	margin-inline: auto;
}

.elementor-section.elementor-section-full_width > .elementor-container {
	width: var(--container);
	max-width: 1180px;
}

.elementor-column,
.elementor-widget,
.elementor-widget-container,
.elementor-widget-wrap {
	min-width: 0;
	max-width: 100%;
}

.elementor-widget-text-editor,
.elementor-heading-title,
.elementor-icon-box-title,
.elementor-icon-box-description {
	overflow-wrap: anywhere;
}

.elementor-widget-image img,
.elementor-widget-video iframe,
.elementor-widget-video video,
.elementor-widget-html,
.elementor-widget-shortcode {
	max-width: 100%;
}

.elementor-widget-html *,
.elementor-widget-shortcode * {
	max-width: 100%;
}

body.elementor-editor-active,
body.elementor-editor-preview {
	overflow-x: visible;
}

body.elementor-editor-active #page,
body.elementor-editor-active .site,
body.elementor-editor-active .site-main,
body.elementor-editor-active .entry-content,
body.elementor-editor-active .page-content,
body.elementor-editor-active .elementor,
body.elementor-editor-active .elementor-location-single,
body.elementor-editor-active .elementor-location-archive,
body.elementor-editor-preview #page,
body.elementor-editor-preview .site,
body.elementor-editor-preview .site-main,
body.elementor-editor-preview .entry-content,
body.elementor-editor-preview .page-content,
body.elementor-editor-preview .elementor,
body.elementor-editor-preview .elementor-location-single,
body.elementor-editor-preview .elementor-location-archive {
	overflow: visible;
	overflow-x: visible;
}

body.elementor-editor-active .site-header,
body.elementor-editor-preview .site-header {
	position: relative;
}

body.elementor-editor-active .elementor-section,
body.elementor-editor-preview .elementor-section {
	overflow: visible;
	min-height: 120px;
}

body.elementor-editor-active .elementor-section > .elementor-container,
body.elementor-editor-active .elementor-section .elementor-container,
body.elementor-editor-active .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-active .elementor-section.elementor-section-full_width > .elementor-container,
body.elementor-editor-preview .elementor-section > .elementor-container,
body.elementor-editor-preview .elementor-section .elementor-container,
body.elementor-editor-preview .elementor-section.elementor-section-boxed > .elementor-container,
body.elementor-editor-preview .elementor-section.elementor-section-full_width > .elementor-container {
	width: 100%;
	max-width: 100%;
}

body.elementor-editor-active .fp-woocommerce-page,
body.elementor-editor-preview .fp-woocommerce-page {
	overflow: visible;
	padding: 36px 0;
}

body.elementor-editor-active .content-area,
body.elementor-editor-active .front-page-content,
body.elementor-editor-active .single-content,
body.elementor-editor-active .entry-content,
body.elementor-editor-active .page-content,
body.elementor-editor-active .elementor-full-width,
body.elementor-editor-active .elementor-canvas,
body.elementor-editor-active .fp-woocommerce-page,
body.elementor-editor-active .fp-woocommerce-page > .container,
body.elementor-editor-preview .content-area,
body.elementor-editor-preview .front-page-content,
body.elementor-editor-preview .single-content,
body.elementor-editor-preview .entry-content,
body.elementor-editor-preview .page-content,
body.elementor-editor-preview .elementor-full-width,
body.elementor-editor-preview .elementor-canvas,
body.elementor-editor-preview .fp-woocommerce-page,
body.elementor-editor-preview .fp-woocommerce-page > .container {
	width: 100%;
	max-width: none;
	margin-inline: 0;
}

body.elementor-editor-active .single-content,
body.elementor-editor-preview .single-content {
	padding-inline: 0;
}

body.elementor-editor-active .elementor-section,
body.elementor-editor-active .e-con,
body.elementor-editor-active .e-con-inner,
body.elementor-editor-active .elementor-add-section,
body.elementor-editor-active .elementor-add-section-inner,
body.elementor-editor-active .elementor-empty-view,
body.elementor-editor-active .elementor-first-add,
body.elementor-editor-preview .elementor-section,
body.elementor-editor-preview .e-con,
body.elementor-editor-preview .e-con-inner,
body.elementor-editor-preview .elementor-add-section,
body.elementor-editor-preview .elementor-add-section-inner,
body.elementor-editor-preview .elementor-empty-view,
body.elementor-editor-preview .elementor-first-add {
	width: 100%;
	max-width: none;
}

body.elementor-editor-active .elementor-add-section,
body.elementor-editor-active .elementor-empty-view,
body.elementor-editor-active .elementor-first-add,
body.elementor-editor-preview .elementor-add-section,
body.elementor-editor-preview .elementor-empty-view,
body.elementor-editor-preview .elementor-first-add {
	min-height: 150px;
}

body.elementor-editor-active.single-product .fp-woocommerce-page,
body.elementor-editor-preview.single-product .fp-woocommerce-page,
body.elementor-editor-active .elementor-location-single,
body.elementor-editor-preview .elementor-location-single {
	width: 100%;
	max-width: none;
}

body.elementor-editor-active.single-product .fp-woocommerce-page > .container,
body.elementor-editor-preview.single-product .fp-woocommerce-page > .container,
body.elementor-editor-active .elementor-location-single .elementor,
body.elementor-editor-preview .elementor-location-single .elementor,
body.elementor-editor-active .elementor-location-single .elementor-section,
body.elementor-editor-preview .elementor-location-single .elementor-section {
	width: 100%;
	max-width: none;
	margin-inline: 0;
}

body.elementor-editor-active .elementor-location-single .elementor-section > .elementor-container,
body.elementor-editor-active .elementor-location-single .elementor-section .elementor-container,
body.elementor-editor-active .elementor-location-single .e-con,
body.elementor-editor-active .elementor-location-single .e-con-inner,
body.elementor-editor-preview .elementor-location-single .elementor-section > .elementor-container,
body.elementor-editor-preview .elementor-location-single .elementor-section .elementor-container,
body.elementor-editor-preview .elementor-location-single .e-con,
body.elementor-editor-preview .elementor-location-single .e-con-inner {
	width: 100%;
	max-width: none;
}

body.elementor-editor-active .elementor-location-single .elementor-add-section,
body.elementor-editor-active .elementor-location-single .elementor-add-section-area-button,
body.elementor-editor-active .elementor-location-single .elementor-empty-view,
body.elementor-editor-active .elementor-location-single .elementor-first-add,
body.elementor-editor-preview .elementor-location-single .elementor-add-section,
body.elementor-editor-preview .elementor-location-single .elementor-add-section-area-button,
body.elementor-editor-preview .elementor-location-single .elementor-empty-view,
body.elementor-editor-preview .elementor-location-single .elementor-first-add {
	width: 100%;
	max-width: none;
}

body.elementor-editor-active.single-product .woocommerce div.product,
body.elementor-editor-preview.single-product .woocommerce div.product {
	display: block;
	width: 100%;
	max-width: none;
}

body.elementor-editor-active.single-product .woocommerce div.product div.images,
body.elementor-editor-active.single-product .woocommerce div.product div.summary,
body.elementor-editor-preview.single-product .woocommerce div.product div.images,
body.elementor-editor-preview.single-product .woocommerce div.product div.summary {
	width: 100% !important;
	max-width: none;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: Poppins, Inter, sans-serif;
	letter-spacing: 0;
}

.elementor-widget-heading h1.elementor-heading-title {
	font-size: clamp(2.1rem, 4.2vw, 4.35rem);
	line-height: 1.02;
	text-wrap: balance;
}

.elementor-widget-heading h2.elementor-heading-title {
	font-size: clamp(1.85rem, 3.2vw, 3.1rem);
	line-height: 1.08;
	text-wrap: balance;
}

.elementor-widget-heading .elementor-heading-title {
	max-width: 100%;
}

.elementor-widget-text-editor {
	color: #cbd5e1;
	font-family: Inter, sans-serif;
}

.fp-glass-card > .elementor-widget-wrap {
	margin: 10px 0;
	padding: 28px;
	backdrop-filter: blur(16px);
	transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.fp-glass-card > .elementor-widget-wrap:hover {
	transform: translateY(-6px);
	border-color: rgba(0, 223, 154, 0.36);
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34), 0 0 34px rgba(0, 223, 154, 0.08);
}

.elementor-element-fp_hero {
	padding-top: 58px !important;
	padding-bottom: 48px !important;
}

.elementor-element-fp_about,
.elementor-element-fp_skills,
.elementor-element-fp_why,
.elementor-element-fp_testimonial,
.elementor-element-fp_contact {
	padding-top: 48px !important;
	padding-bottom: 48px !important;
}

.elementor-element-fp_services_title,
.elementor-element-fp_portfolio_title {
	padding-top: 54px !important;
	padding-bottom: 12px !important;
}

.elementor-element-fp_services,
.elementor-element-fp_portfolio {
	padding-top: 6px !important;
	padding-bottom: 54px !important;
}

.elementor-element-fp_about > .elementor-container,
.elementor-element-fp_contact > .elementor-container,
.elementor-element-fp_skills > .elementor-container,
.elementor-element-fp_why > .elementor-container,
.elementor-element-fp_testimonial > .elementor-container {
	align-items: center;
	column-gap: 28px;
	row-gap: 22px;
}

.elementor-element-fp_hero > .elementor-container {
	align-items: center;
	column-gap: 34px;
}

.elementor-element-fp_hero_left {
	width: calc(58% - 17px) !important;
	max-width: calc(58% - 17px);
	flex: 0 0 calc(58% - 17px);
}

.elementor-element-fp_hero_right {
	width: calc(42% - 17px) !important;
	max-width: calc(42% - 17px);
	flex: 0 0 calc(42% - 17px);
}

.elementor-element-fp_services > .elementor-container,
.elementor-element-fp_portfolio > .elementor-container,
.elementor-element-fp_page_cards_section > .elementor-container {
	display: flex;
	flex-wrap: wrap;
	column-gap: 22px;
	row-gap: 22px;
}

.elementor-element-fp_services > .elementor-container > .elementor-column,
.elementor-element-fp_portfolio > .elementor-container > .elementor-column,
.elementor-element-fp_page_cards_section > .elementor-container > .elementor-column {
	width: calc(50% - 11px) !important;
	max-width: calc(50% - 11px);
	flex: 0 0 calc(50% - 11px);
}

.elementor-element-fp_services .fp-glass-card > .elementor-widget-wrap {
	min-height: 220px;
}

.elementor-element-fp_portfolio .fp-glass-card > .elementor-widget-wrap,
.elementor-element-fp_page_cards_section .fp-glass-card > .elementor-widget-wrap {
	min-height: 235px;
}

.fp-profile-card > .elementor-widget-wrap {
	text-align: center;
}

.elementor-element-fp_about {
	position: relative;
}

.elementor-element-fp_about_l.fp-glass-card > .elementor-widget-wrap,
.elementor-element-fp_about_r.fp-glass-card > .elementor-widget-wrap {
	min-height: 100%;
}

.elementor-element-fp_about_r .elementor-widget-heading h3.elementor-heading-title {
	display: inline-flex;
	border: 1px solid rgba(0, 223, 154, 0.24);
	border-radius: var(--fp-button-radius);
	background: rgba(0, 223, 154, 0.1);
	color: #d1fae5;
	font-size: clamp(1rem, 2vw, 1.22rem);
	line-height: 1.35;
	padding: 8px 12px;
}

.elementor-element-fp_about_r .elementor-widget-heading h2.elementor-heading-title {
	margin-bottom: 14px;
}

.elementor-element-fp_about_r .elementor-widget-text-editor {
	max-width: 780px;
	color: #dbeafe;
	font-size: 1rem;
}

.fp-profile-image img {
	aspect-ratio: 4 / 5;
	width: min(100%, 360px);
	object-fit: cover;
	border: 1px solid rgba(0, 223, 154, 0.28);
	border-radius: var(--fp-image-radius);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.fp-hero-image img {
	width: min(100%, 430px);
	margin-inline: auto;
	filter: drop-shadow(0 28px 48px rgba(0, 0, 0, 0.32));
	animation: fp-hero-float 5.8s ease-in-out infinite;
}

.elementor-element-fp_hero_right.fp-glass-card > .elementor-widget-wrap {
	max-width: 430px;
	margin-inline: auto;
	padding: 22px;
}

.elementor-element-fp_hero_right > .elementor-widget-wrap {
	position: relative;
	overflow: hidden;
}

.elementor-element-fp_hero_right > .elementor-widget-wrap::before {
	content: "";
	position: absolute;
	inset: 10px;
	border: 1px solid rgba(0, 223, 154, 0.18);
	border-radius: var(--fp-card-radius);
	background:
		linear-gradient(120deg, transparent 0%, rgba(0, 223, 154, 0.16) 48%, transparent 58%);
	background-size: 220% 100%;
	animation: fp-scan-line 4s linear infinite;
	pointer-events: none;
}

.fp-motion-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 14px 0 8px;
}

.fp-motion-chips span {
	display: inline-flex;
	padding: 7px 11px;
	color: #d1fae5;
	background: rgba(0, 223, 154, 0.1);
	border: 1px solid rgba(0, 223, 154, 0.26);
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 800;
	animation: fp-chip-pulse 2.8s ease-in-out infinite;
}

.elementor-element-fp_services .fp-glass-card > .elementor-widget-wrap,
.elementor-element-fp_portfolio .fp-glass-card > .elementor-widget-wrap {
	background: linear-gradient(145deg, rgba(15, 23, 42, 0.72), rgba(17, 24, 39, 0.52));
	border-color: rgba(0, 223, 154, 0.18);
}

.elementor-element-fp_services .fp-glass-card > .elementor-widget-wrap {
	text-align: center;
}

.elementor-element-fp_portfolio .fp-glass-card > .elementor-widget-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.elementor-element-fp_skills_l {
	flex: 0 0 24% !important;
	max-width: 24%;
	width: 24% !important;
}

.elementor-element-fp_skills_r {
	flex: 0 0 76% !important;
	max-width: 76%;
	width: 76% !important;
}

.elementor-element-fp_skills_title .elementor-heading-title {
	white-space: nowrap;
}

.elementor-element-fp_why {
	overflow: hidden;
}

.elementor-element-fp_why > .elementor-container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: var(--container);
	max-width: 1180px;
	margin-inline: auto;
	column-gap: 42px;
}

.elementor-element-fp_why_l {
	width: calc(42% - 21px) !important;
	max-width: calc(42% - 21px);
	flex: 0 0 calc(42% - 21px);
	min-width: 0;
}

.elementor-element-fp_why_r {
	width: calc(58% - 21px) !important;
	max-width: calc(58% - 21px);
	flex: 0 0 calc(58% - 21px);
	min-width: 0;
}

.elementor-element-fp_why_l > .elementor-widget-wrap {
	padding-left: 0;
	padding-right: 0;
}

.elementor-element-fp_why_l .elementor-heading-title,
.elementor-element-fp_why_l .elementor-widget-text-editor {
	max-width: 520px;
}

.elementor-element-fp_why_l .elementor-heading-title {
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.08;
}

.elementor-element-fp_why_r.fp-glass-card > .elementor-widget-wrap {
	margin-left: auto;
	max-width: 560px;
}

.fp-motion-chips span:nth-child(2) {
	animation-delay: 0.25s;
}

.fp-motion-chips span:nth-child(3) {
	animation-delay: 0.5s;
}

.fp-motion-chips span:nth-child(4) {
	animation-delay: 0.75s;
}

.fp-code-stream {
	display: grid;
	gap: 8px;
	margin-top: 12px;
	font-family: Consolas, "Liberation Mono", monospace;
}

.fp-code-stream span {
	display: block;
	padding: 9px 12px;
	color: #a7f3d0;
	background: rgba(2, 6, 23, 0.48);
	border-left: 3px solid #00df9a;
	border-radius: var(--fp-card-radius);
	animation: fp-code-shift 4.5s ease-in-out infinite;
}

.fp-code-stream span:nth-child(2) {
	animation-delay: 0.4s;
}

.fp-code-stream span:nth-child(3) {
	animation-delay: 0.8s;
}

.elementor-widget-icon-box .elementor-icon {
	padding: 14px;
	background: rgba(0, 223, 154, 0.1);
	border: 1px solid rgba(0, 223, 154, 0.22);
	border-radius: var(--fp-card-radius);
}

.elementor-widget-icon-box .elementor-icon svg,
.elementor-widget-icon-box .elementor-icon i {
	filter: drop-shadow(0 0 14px rgba(0, 223, 154, 0.3));
}

.elementor-widget-icon-box .elementor-icon-box-title {
	margin-top: 14px;
}

.elementor-widget-icon-box .elementor-icon-box-description {
	color: #cbd5e1;
}

.fp-about-badges,
.fp-about-points,
.fp-why-cards {
	display: grid;
	gap: 12px;
}

.fp-about-badge .elementor-widget-container,
.fp-about-point .elementor-widget-container,
.fp-about-badges span,
.fp-about-points span,
.fp-why-cards div {
	border: 1px solid rgba(0, 223, 154, 0.22);
	border-radius: var(--fp-card-radius);
	background: rgba(0, 223, 154, 0.08);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.fp-about-badges {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 16px;
}

.fp-about-badge .elementor-widget-container {
	margin-top: 12px;
	padding: 10px 12px;
	color: #d1fae5;
	font-weight: 900;
}

.fp-about-badges span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 10px 12px;
	color: #d1fae5;
	font-weight: 900;
	text-align: center;
}

.fp-about-points {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 18px 0;
}

.fp-about-point .elementor-widget-container {
	position: relative;
	margin-top: 12px;
	padding: 12px 14px 12px 34px;
	color: #e2e8f0;
	font-weight: 800;
}

.fp-about-points span {
	position: relative;
	padding: 12px 14px 12px 34px;
	color: #e2e8f0;
	font-weight: 800;
}

.fp-about-point .elementor-widget-container::before,
.fp-about-points span::before,
.fp-why-cards div::before {
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	background: #00df9a;
	border-radius: 50%;
	box-shadow: 0 0 18px rgba(0, 223, 154, 0.75);
	top: 20px;
	left: 15px;
}

.fp-about-point .elementor-widget-container::before {
	top: 20px;
	left: 15px;
}

.fp-about-points span::before {
	top: 20px;
	left: 15px;
}

.fp-why-cards {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fp-why-cards div {
	position: relative;
	min-height: 118px;
	padding: 22px 18px 18px 44px;
	transition: transform 200ms ease, border-color 200ms ease;
}

.fp-why-cards div:hover {
	transform: translateY(-4px);
	border-color: rgba(0, 223, 154, 0.42);
}

.fp-why-cards div::before {
	top: 29px;
	left: 22px;
}

.fp-why-cards b {
	display: block;
	color: #ffffff;
	font-family: Poppins, Inter, sans-serif;
	font-size: 1.04rem;
	line-height: 1.2;
}

.fp-why-cards span {
	display: block;
	margin-top: 7px;
	color: #cbd5e1;
	font-size: 0.92rem;
}

.fp-form-preview {
	display: grid;
	gap: 14px;
	width: 100%;
}

.fp-form-preview label {
	display: grid;
	gap: 6px;
	color: #dbeafe;
	font-weight: 800;
}

.fp-form-preview b {
	color: #fb7185;
}

.fp-form-preview input,
.fp-form-preview textarea {
	width: 100%;
	border: 1px solid rgba(0, 223, 154, 0.28);
	border-radius: var(--fp-form-radius);
	background: rgba(2, 6, 23, 0.7);
	color: #ffffff;
	font: inherit;
	padding: 15px 16px;
	outline: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.fp-form-preview input:focus,
.fp-form-preview textarea:focus {
	border-color: rgba(0, 223, 154, 0.62);
	background: rgba(2, 6, 23, 0.88);
	box-shadow: 0 0 0 3px rgba(0, 223, 154, 0.12);
}

.fp-form-preview textarea {
	min-height: 130px;
	resize: vertical;
}

.fp-form-preview input::placeholder,
.fp-form-preview textarea::placeholder {
	color: #64748b;
}

.fp-form-preview button {
	justify-self: stretch;
	border: 0;
	border-radius: var(--fp-button-radius);
	background: #00df9a;
	color: #06140f;
	font-weight: 900;
	padding: 15px 28px;
	cursor: pointer;
}

.fp-form-card > .elementor-widget-wrap {
	border-color: rgba(0, 223, 154, 0.28);
}

.elementor-element-fp_contact_l,
.elementor-element-fp_contact_r {
	width: calc(50% - 14px) !important;
	max-width: calc(50% - 14px);
	flex: 0 0 calc(50% - 14px);
}

.elementor-element-fp_contact_l.fp-glass-card > .elementor-widget-wrap,
.elementor-element-fp_contact_r.fp-glass-card > .elementor-widget-wrap {
	min-height: 100%;
	margin-inline: 0;
}

.elementor-element-fp_contact_l.fp-glass-card > .elementor-widget-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 100%;
	padding: 34px;
}

.elementor-element-fp_contact_r.fp-glass-card > .elementor-widget-wrap {
	max-width: 100%;
	padding: 28px;
}

.elementor-element-fp_contact_r .fp-form-preview {
	max-width: 440px;
	margin-inline: auto;
}

.elementor-element-fp_page_title_col {
	text-align: center;
}

.elementor-element-fp_page_title_col .elementor-widget-text-editor {
	max-width: 720px;
	margin-inline: auto;
}

.elementor-element-fp_page_cards_section .fp-glass-card > .elementor-widget-wrap,
.elementor-element-fp_about_page_stats .fp-glass-card > .elementor-widget-wrap {
	min-height: 260px;
}

.elementor-progress-wrapper {
	background: rgba(255, 255, 255, 0.1);
	border: var(--fp-skill-border-width) solid var(--fp-skill-border-color);
	border-radius: var(--fp-skill-1-radius);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 8px 26px rgba(0, 0, 0, 0.15);
	min-height: 18px;
	overflow: hidden;
	padding: 2px;
}

.elementor-progress-bar {
	border-radius: var(--fp-skill-1-radius);
	min-height: 12px;
}

.fp-skillbar-1 .elementor-progress-wrapper,
.fp-skillbar-1 .elementor-progress-bar {
	border-radius: var(--fp-skill-1-radius);
}

.fp-skillbar-2 .elementor-progress-wrapper,
.fp-skillbar-2 .elementor-progress-bar {
	border-radius: var(--fp-skill-2-radius);
}

.fp-skillbar-3 .elementor-progress-wrapper,
.fp-skillbar-3 .elementor-progress-bar {
	border-radius: var(--fp-skill-3-radius);
}

.fp-skillbar-4 .elementor-progress-wrapper,
.fp-skillbar-4 .elementor-progress-bar {
	border-radius: var(--fp-skill-4-radius);
}

.site-footer {
	border-top: 1px solid rgba(148, 163, 184, 0.14);
}

.fp-woocommerce-page {
	padding: 96px 0;
	overflow: hidden;
}

.fp-woocommerce-page > .container {
	width: var(--container);
	max-width: 1180px;
	margin-inline: auto;
}

.single-product .fp-woocommerce-page {
	padding-top: 72px;
}

.woocommerce .woocommerce-breadcrumb {
	margin-bottom: 24px;
	color: #94a3b8;
}

.woocommerce-products-header {
	margin-bottom: 22px;
	padding: 34px;
	border: 1px solid rgba(0, 223, 154, 0.18);
	border-radius: var(--fp-card-radius);
	background:
		linear-gradient(135deg, rgba(0, 223, 154, 0.12), transparent 44%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
	box-shadow: var(--shadow-soft);
}

.woocommerce .woocommerce-result-count {
	float: none;
	margin: 0 0 22px;
	color: #dbeafe;
	font-weight: 700;
}

.woocommerce .woocommerce-ordering {
	float: none;
	margin: 0 0 22px;
}

.woocommerce .woocommerce-ordering select {
	min-width: 220px;
}

.woocommerce.archive .woocommerce,
.post-type-archive-product .woocommerce,
.tax-product_cat .woocommerce,
.tax-product_tag .woocommerce {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 18px 24px;
}

.woocommerce.archive .woocommerce-products-header,
.post-type-archive-product .woocommerce-products-header,
.tax-product_cat .woocommerce-products-header,
.tax-product_tag .woocommerce-products-header,
.woocommerce.archive .woocommerce-notices-wrapper,
.post-type-archive-product .woocommerce-notices-wrapper,
.tax-product_cat .woocommerce-notices-wrapper,
.tax-product_tag .woocommerce-notices-wrapper,
.woocommerce.archive ul.products,
.post-type-archive-product ul.products,
.tax-product_cat ul.products,
.tax-product_tag ul.products,
.woocommerce.archive nav.woocommerce-pagination,
.post-type-archive-product nav.woocommerce-pagination,
.tax-product_cat nav.woocommerce-pagination,
.tax-product_tag nav.woocommerce-pagination {
	grid-column: 1 / -1;
}

.woocommerce.archive .woocommerce-result-count,
.post-type-archive-product .woocommerce-result-count,
.tax-product_cat .woocommerce-result-count,
.tax-product_tag .woocommerce-result-count {
	grid-column: 1;
}

.woocommerce.archive .woocommerce-ordering,
.post-type-archive-product .woocommerce-ordering,
.tax-product_cat .woocommerce-ordering,
.tax-product_tag .woocommerce-ordering {
	grid-column: 2;
	justify-self: end;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	margin: 20px 0 0;
	padding: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	content: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
	transform: translateY(-6px);
	border-color: rgba(0, 223, 154, 0.38);
	box-shadow: 0 26px 80px rgba(0, 0, 0, 0.32), 0 0 30px rgba(0, 223, 154, 0.08);
}

.woocommerce div.product {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.78fr);
	gap: 42px;
	align-items: start;
}

.woocommerce div.product::before,
.woocommerce div.product::after {
	content: none;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	clear: none !important;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary,
.woocommerce-cart-form,
.cart-collaterals .cart_totals,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review,
.fp-product-video,
.woocommerce ul.products li.product,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045));
	border: 1px solid var(--color-border);
	border-radius: var(--fp-card-radius);
	box-shadow: var(--shadow-soft);
	padding: 26px;
}

.woocommerce div.product div.images {
	position: sticky;
	top: 96px;
}

.woocommerce div.product div.summary {
	max-width: 100%;
}

.single-product.fp-product-no-image .woocommerce div.product {
	grid-template-columns: minmax(0, 760px);
	justify-content: center;
}

.single-product.fp-product-no-image .woocommerce div.product div.images {
	display: none !important;
}

.single-product.fp-product-no-image .woocommerce div.product div.summary,
.single-product.fp-product-no-image .woocommerce div.product .fp-product-video {
	grid-column: 1;
	width: 100%;
	max-width: 760px;
}

.woocommerce div.product div.summary .price {
	display: inline-flex;
	gap: 10px;
	align-items: baseline;
	margin: 16px 0;
	padding: 10px 14px;
	border: 1px solid rgba(0, 223, 154, 0.22);
	border-radius: var(--fp-button-radius);
	background: rgba(0, 223, 154, 0.08);
}

.woocommerce div.product div.images img,
.woocommerce ul.products li.product img {
	border-radius: var(--fp-image-radius);
}

.woocommerce ul.products li.product img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
	margin: 0 0 18px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: #ffffff;
	font-size: 1.18rem;
	line-height: 1.25;
	padding: 0;
}

.woocommerce ul.products li.product .price {
	margin-top: 8px;
}

.woocommerce ul.products li.product .button {
	align-self: flex-start;
	margin-top: auto;
}

.woocommerce span.onsale {
	z-index: 2;
	min-width: 54px;
	min-height: 54px;
	border-radius: 999px;
	background: #00df9a;
	color: #06140f;
	font-weight: 900;
	line-height: 54px;
	box-shadow: 0 12px 30px rgba(0, 223, 154, 0.22);
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	margin: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
	width: 100%;
}

.woocommerce div.product div.images .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-top: 14px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: auto;
	float: none;
}

.woocommerce div.product .product_title,
.woocommerce-products-header__title,
.woocommerce-cart h1,
.woocommerce-checkout h1 {
	color: #ffffff;
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 1.08;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
	color: #00df9a;
	font-weight: 900;
}

.woocommerce div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: 24px;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
	min-height: 50px;
	padding-inline: 28px;
}

.woocommerce div.product .product_meta {
	display: grid;
	gap: 8px;
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid rgba(148, 163, 184, 0.18);
	color: #cbd5e1;
}

.woocommerce .quantity .qty,
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select {
	min-height: 44px;
	border: 1px solid rgba(0, 223, 154, 0.26);
	border-radius: var(--fp-form-radius);
	background: rgba(2, 6, 23, 0.58);
	color: #ffffff;
	padding: 10px 12px;
}

.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .checkout-button {
	border: 0;
	border-radius: var(--fp-button-radius);
	background: #00df9a;
	color: #06140f;
	font-weight: 900;
	padding: 13px 22px;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce .checkout-button:hover {
	background: #34f5b4;
	color: #06140f;
	transform: translateY(-2px);
	box-shadow: 0 14px 34px rgba(0, 223, 154, 0.2);
}

.woocommerce-tabs,
.related.products,
.upsells.products {
	grid-column: 1 / -1;
}

.woocommerce div.product .woocommerce-tabs {
	margin-top: 14px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045));
	border: 1px solid var(--color-border);
	border-radius: var(--fp-card-radius);
	box-shadow: var(--shadow-soft);
	overflow: hidden;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 18px 22px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	content: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
	border: 1px solid rgba(0, 223, 154, 0.22);
	border-radius: var(--fp-button-radius);
	background: rgba(0, 223, 154, 0.08);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #00df9a;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #e5e7eb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #06140f;
}

.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0;
	padding: 24px 26px 30px;
	color: #dbeafe;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
	color: #ffffff;
}

.fp-product-video {
	clear: none;
	margin: 18px 0 0;
	padding: 18px;
}

.fp-product-video h2 {
	margin: 0 0 12px;
	color: #ffffff;
	font-size: 1.1rem;
}

.fp-product-video-frame {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(0, 223, 154, 0.24);
	border-radius: var(--fp-image-radius);
	background: rgba(2, 6, 23, 0.65);
}

.fp-product-video-frame iframe,
.fp-product-video-frame video {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
}

.woocommerce-cart .woocommerce {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
	gap: 28px;
	align-items: start;
}

.woocommerce-cart-form {
	overflow-x: auto;
	max-width: 100%;
}

.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-cart .woocommerce > h2,
.woocommerce-cart .woocommerce > p,
.woocommerce-cart .woocommerce > form.woocommerce-cart-form {
	grid-column: 1;
}

.woocommerce-cart .cart-collaterals {
	grid-column: 2;
	grid-row: 1 / span 4;
	width: 100%;
}

.woocommerce table.shop_table {
	border-color: rgba(148, 163, 184, 0.18);
	border-radius: var(--fp-card-radius);
	overflow: hidden;
	background: rgba(2, 6, 23, 0.32);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border-color: rgba(148, 163, 184, 0.16);
	color: #dbeafe;
	padding: 15px 14px;
}

.woocommerce-cart table.cart img {
	width: 78px;
	border-radius: var(--fp-image-radius);
}

.woocommerce-cart table.cart .product-name a,
.woocommerce table.shop_table a {
	color: #ffffff;
	font-weight: 800;
}

.woocommerce-cart table.cart td.actions .coupon {
	display: flex;
	gap: 10px;
	align-items: center;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	min-width: 220px;
}

.cart-collaterals .cart_totals h2,
.woocommerce-checkout h3,
.woocommerce-order-details h2,
.woocommerce-customer-details h2 {
	margin-top: 0;
	color: #ffffff;
}

.woocommerce-checkout form.checkout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
	gap: 28px;
	align-items: start;
}

.woocommerce-checkout #customer_details {
	grid-column: 1;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
	grid-column: 2;
}

.woocommerce-checkout #order_review_heading {
	margin: 0 0 12px;
	color: #ffffff;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.woocommerce-checkout .form-row {
	float: none;
	width: 100%;
	margin: 0 0 14px;
}

.woocommerce-checkout .form-row-wide,
.woocommerce-checkout #billing_address_1_field,
.woocommerce-checkout #billing_address_2_field,
.woocommerce-checkout #order_comments_field {
	grid-column: 1 / -1;
}

.woocommerce-checkout #payment {
	background: transparent;
}

.woocommerce-checkout #payment ul.payment_methods {
	display: grid;
	gap: 10px;
	border-bottom-color: rgba(148, 163, 184, 0.18);
	padding: 0 0 18px;
}

.woocommerce-checkout #payment ul.payment_methods li {
	border: 1px solid rgba(0, 223, 154, 0.2);
	border-radius: var(--fp-card-radius);
	background: rgba(0, 223, 154, 0.07);
	padding: 12px 14px;
	transition: border-color 180ms ease, background 180ms ease;
}

.woocommerce-checkout #payment ul.payment_methods li:hover {
	border-color: rgba(0, 223, 154, 0.42);
	background: rgba(0, 223, 154, 0.1);
}

.woocommerce-checkout #payment div.payment_box {
	border-radius: var(--fp-form-radius);
	background: rgba(2, 6, 23, 0.62);
	color: #cbd5e1;
}

.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: rgba(2, 6, 23, 0.62);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	border-top-color: #00df9a;
	border-radius: var(--fp-card-radius);
	background: rgba(255, 255, 255, 0.08);
	color: #e5e7eb;
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: #00df9a;
}

.woocommerce-order-received .woocommerce-order {
	display: grid;
	gap: 26px;
}

.woocommerce-thankyou-order-received {
	margin: 0;
	padding: 28px;
	border: 1px solid rgba(0, 223, 154, 0.32);
	border-radius: var(--fp-card-radius);
	background:
		linear-gradient(135deg, rgba(0, 223, 154, 0.14), transparent 48%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045));
	color: #ffffff;
	font-family: Poppins, Inter, sans-serif;
	font-size: clamp(1.35rem, 3vw, 2.3rem);
	font-weight: 900;
	line-height: 1.2;
	box-shadow: var(--shadow-soft);
}

.woocommerce ul.order_details {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
}

.woocommerce ul.order_details li {
	float: none;
	margin: 0;
	padding: 18px;
	border: 1px solid rgba(0, 223, 154, 0.2);
	border-radius: var(--fp-card-radius);
	background: rgba(0, 223, 154, 0.07);
	color: #cbd5e1;
	font-size: 0.8rem;
}

.woocommerce ul.order_details li strong {
	display: block;
	margin-top: 7px;
	color: #ffffff;
	font-size: 1rem;
}

.woocommerce-order-details,
.woocommerce-customer-details,
.woocommerce .woocommerce-order-downloads {
	padding: 26px;
	border: 1px solid var(--color-border);
	border-radius: var(--fp-card-radius);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045));
	box-shadow: var(--shadow-soft);
}

.woocommerce-customer-details address {
	border-color: rgba(148, 163, 184, 0.18);
	border-radius: var(--fp-card-radius);
	color: #dbeafe;
}

.footer-bottom {
	justify-content: center;
	text-align: center;
}

.footer-bottom p {
	margin: 0;
}


.webdev-hero-panel {
	position: relative;
	padding: 22px;
}

.webdev-hero-panel::before {
	content: "";
	position: absolute;
	inset: auto 24px -2px;
	height: 4px;
	background: var(--hero-accent);
	border-radius: 999px;
	box-shadow: 0 0 34px var(--hero-accent);
}

.panel-topbar {
	display: flex;
	gap: 8px;
	margin-bottom: 22px;
}

.panel-topbar span {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #fb7185;
}

.panel-topbar span:nth-child(2) {
	background: #facc15;
}

.panel-topbar span:nth-child(3) {
	background: var(--color-brand);
}

.code-line {
	margin: 12px 0;
	padding: 12px 14px;
	color: #dbeafe;
	background: rgba(2, 6, 23, 0.45);
	border: 1px solid rgba(148, 163, 184, 0.16);
	border-radius: 6px;
	font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
	font-size: 0.9rem;
	overflow-wrap: anywhere;
}

.code-line span {
	color: var(--color-brand);
}

.hero-metric {
	display: grid;
	grid-template-columns: 82px 1fr;
	align-items: center;
	gap: 14px;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-metric strong {
	color: #ffffff;
	font-family: Poppins, Inter, sans-serif;
	font-size: 2.6rem;
	line-height: 1;
}

.hero-metric span {
	color: #cbd5e1;
	font-weight: 800;
}

.portfolio-section {
	position: relative;
	padding: 96px 0;
	background: #0f172a;
}

.portfolio-section:nth-of-type(odd) {
	background: #111827;
}

.section-inner,
.content-area,
.front-page-content,
.site-footer-inner {
	width: var(--container);
	margin: 0 auto;
}

.split-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	align-items: start;
	gap: 46px;
}

.narrow-inner {
	max-width: 880px;
}

.section-heading h2 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(2.2rem, 4vw, 4rem);
	line-height: 1.08;
}

.section-heading p:not(.section-kicker) {
	max-width: 520px;
	color: var(--color-muted);
	font-size: 1.05rem;
}

.centered {
	max-width: 760px;
	margin: 0 auto 42px;
	text-align: center;
}

.glass-panel {
	padding: 32px;
}

.glass-panel p,
.glass-card p,
.skill-row p,
.testimonial-card p,
.entry-content {
	color: #cbd5e1;
}

.card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.glass-card {
	position: relative;
	min-height: 245px;
	padding: 26px;
	overflow: hidden;
}

.glass-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(0, 223, 154, 0.12), transparent 44%, rgba(99, 102, 241, 0.12));
	opacity: 0;
	transition: opacity 220ms ease;
}

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

.glass-card > * {
	position: relative;
}

.card-number,
.project-tech {
	color: var(--color-brand);
	font-size: 0.85rem;
	font-weight: 900;
	text-transform: uppercase;
}

.glass-card h3,
.skill-row h3 {
	margin: 14px 0 10px;
	color: #ffffff;
	font-size: 1.25rem;
}

.skill-list {
	display: grid;
	gap: 16px;
}

.skill-row,
.why-list li {
	padding: 20px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid var(--color-border);
	border-radius: 8px;
}

.skill-row h3,
.skill-row p {
	margin: 0;
}

.project-card {
	min-height: 300px;
}

.project-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 22px;
}

.project-actions a {
	color: #ffffff;
	font-weight: 900;
	text-decoration: none;
}

.project-actions a:first-child {
	color: var(--color-brand);
}

.why-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.why-list li {
	position: relative;
	padding-left: 46px;
	color: #dbeafe;
	font-weight: 800;
}

.why-list li::before {
	content: "";
	position: absolute;
	top: 24px;
	left: 20px;
	width: 10px;
	height: 10px;
	background: var(--color-brand);
	border-radius: 50%;
	box-shadow: 0 0 20px rgba(0, 223, 154, 0.7);
}

.testimonial-card {
	margin: 0;
	padding: 38px;
	text-align: center;
}

.testimonial-card p {
	margin: 0;
	font-size: 1.35rem;
	font-weight: 700;
}

.contact-form {
	display: grid;
	gap: 16px;
}

.contact-form label {
	display: grid;
	gap: 7px;
	color: #dbeafe;
	font-weight: 800;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	padding: 14px 15px;
	color: #ffffff;
	background: rgba(2, 6, 23, 0.34);
	border: 1px solid var(--color-border);
	border-radius: 7px;
	font: inherit;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: #64748b;
}

.whatsapp-button {
	margin-top: 12px;
}

.front-page-content {
	padding: 60px 0;
}

.post-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
}

.content-card {
	overflow: hidden;
}

.content-card-body,
.single-content,
.no-results,
.error-404 {
	padding: 28px;
}

.content-area {
	padding: 72px 0;
}

.entry-title,
.archive-title {
	margin-top: 0;
	color: #ffffff;
	line-height: 1.1;
}

.entry-title a {
	text-decoration: none;
}

.comments-area {
	width: var(--container);
	margin: 48px auto 0;
	padding: 28px;
}

.comment-list {
	padding-left: 22px;
}

.site-footer {
	color: #cbd5e1;
	background: #070b15;
}

.site-footer-inner {
	padding: 38px 0;
}

.footer-widgets {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 24px;
	padding-bottom: 28px;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding-top: 22px;
}

.elementor-full-width,
.elementor-canvas {
	width: 100%;
	margin: 0;
	padding: 0;
}

.button,
.elementor-button,
button,
input[type="submit"] {
	border-radius: var(--fp-button-radius);
}

.site-header,
.primary-navigation,
.content-card,
.single-content,
.no-results,
.error-404,
.comments-area,
.fp-glass-card > .elementor-widget-wrap {
	border-radius: var(--fp-card-radius);
}

input,
textarea,
select,
.fp-form-preview input,
.fp-form-preview textarea {
	border-radius: var(--fp-form-radius);
}

img,
.fp-profile-image img,
.fp-hero-image img {
	border-radius: var(--fp-image-radius);
}

.reveal-on-scroll {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 600ms ease, transform 600ms ease;
}

.reveal-on-scroll.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@keyframes portfolio-grid {
	from {
		background-position: 0 0, 0 0;
	}

	to {
		background-position: 54px 54px, 54px 54px;
	}
}

@keyframes fp-hero-float {
	0%,
	100% {
		transform: translateY(0);
	}

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

@keyframes fp-scan-line {
	from {
		background-position: 120% 0;
	}

	to {
		background-position: -120% 0;
	}
}

@keyframes fp-chip-pulse {
	0%,
	100% {
		transform: translateY(0);
		box-shadow: none;
	}

	50% {
		transform: translateY(-4px);
		box-shadow: 0 10px 26px rgba(0, 223, 154, 0.14);
	}
}

@keyframes fp-code-shift {
	0%,
	100% {
		transform: translateX(0);
		opacity: 0.82;
	}

	50% {
		transform: translateX(8px);
		opacity: 1;
	}
}

@media (max-width: 980px) {
	:root {
		--container: min(100vw - 32px, 1180px);
	}

	.elementor-section .elementor-container,
	.elementor-section .elementor-column {
		max-width: 100%;
	}

	.elementor-section .elementor-column {
		width: 100% !important;
	}

	.elementor-element-fp_hero > .elementor-container,
	.elementor-element-fp_about > .elementor-container,
	.elementor-element-fp_about_contact > .elementor-container,
	.elementor-element-fp_skills > .elementor-container,
	.elementor-element-fp_why > .elementor-container,
	.elementor-element-fp_testimonial > .elementor-container,
	.elementor-element-fp_contact > .elementor-container,
	.elementor-element-fp_contact_page > .elementor-container,
	.elementor-element-fp_about_page_hero > .elementor-container,
	.elementor-element-fp_skills_page > .elementor-container {
		display: flex;
		flex-wrap: wrap;
		row-gap: 22px;
	}

	.elementor-element-fp_hero_left,
	.elementor-element-fp_hero_right,
	.elementor-element-fp_about_l,
	.elementor-element-fp_about_r,
	.elementor-element-fp_about_contact_left,
	.elementor-element-fp_about_contact_right,
	.elementor-element-fp_skills_l,
	.elementor-element-fp_skills_r,
	.elementor-element-fp_why_l,
	.elementor-element-fp_why_r,
	.elementor-element-fp_testimonial_left,
	.elementor-element-fp_testimonial_right,
	.elementor-element-fp_contact_l,
	.elementor-element-fp_contact_r,
	.elementor-element-fp_contact_page_left,
	.elementor-element-fp_contact_page_right,
	.elementor-element-fp_about_page_img,
	.elementor-element-fp_about_page_text,
	.elementor-element-fp_skills_page_l,
	.elementor-element-fp_skills_page_r {
		width: 100% !important;
		max-width: 100%;
		flex: 0 0 100%;
	}

	.elementor-element-fp_contact_l,
	.elementor-element-fp_contact_r {
		width: 100% !important;
		max-width: 100%;
		flex: 0 0 100%;
	}

	.elementor-element-fp_hero {
		padding-top: 44px !important;
		padding-bottom: 36px !important;
	}

	.elementor-element-fp_about,
	.elementor-element-fp_skills,
	.elementor-element-fp_why,
	.elementor-element-fp_testimonial,
	.elementor-element-fp_contact {
		padding-top: 42px !important;
		padding-bottom: 42px !important;
	}

	.elementor-element-fp_services_title,
	.elementor-element-fp_portfolio_title {
		padding-top: 42px !important;
		padding-bottom: 10px !important;
	}

	.elementor-element-fp_services,
	.elementor-element-fp_portfolio {
		padding-top: 4px !important;
		padding-bottom: 42px !important;
	}

	.elementor-element-fp_hero_left > .elementor-widget-wrap,
	.elementor-element-fp_hero_right > .elementor-widget-wrap {
		text-align: center;
	}

	.elementor-element-fp_hero_right.fp-glass-card > .elementor-widget-wrap {
		max-width: 430px;
	}

	.fp-hero-image img {
		width: min(100%, 340px);
	}

	.elementor-element-fp_services > .elementor-container > .elementor-column,
	.elementor-element-fp_portfolio > .elementor-container > .elementor-column,
	.elementor-element-fp_page_cards_section > .elementor-container > .elementor-column {
		width: calc(50% - 11px) !important;
		max-width: calc(50% - 11px);
		flex: 0 0 calc(50% - 11px);
	}

	.elementor-element-fp_skills_l,
	.elementor-element-fp_skills_r {
		width: 100% !important;
		max-width: 100%;
		flex: 0 0 100% !important;
	}

	.elementor-element-fp_why > .elementor-container {
		flex-wrap: wrap;
		column-gap: 0;
	}

	.elementor-element-fp_why_l,
	.elementor-element-fp_why_r {
		width: 100% !important;
		max-width: 100%;
		flex: 0 0 100% !important;
	}

	.elementor-element-fp_why_l .elementor-heading-title,
	.elementor-element-fp_why_l .elementor-widget-text-editor,
	.elementor-element-fp_why_r.fp-glass-card > .elementor-widget-wrap {
		max-width: 100%;
	}

	.elementor-element-fp_contact_l.fp-glass-card > .elementor-widget-wrap,
	.elementor-element-fp_contact_r.fp-glass-card > .elementor-widget-wrap {
		max-width: 680px;
		margin-inline: auto;
	}

	.woocommerce div.product,
	.woocommerce-cart .woocommerce,
	.woocommerce-checkout form.checkout {
		grid-template-columns: 1fr;
	}

	.woocommerce.archive .woocommerce,
	.post-type-archive-product .woocommerce,
	.tax-product_cat .woocommerce,
	.tax-product_tag .woocommerce {
		grid-template-columns: 1fr;
	}

	.woocommerce.archive .woocommerce-ordering,
	.post-type-archive-product .woocommerce-ordering,
	.tax-product_cat .woocommerce-ordering,
	.tax-product_tag .woocommerce-ordering {
		grid-column: 1;
		justify-self: start;
	}

	.woocommerce ul.products,
	.woocommerce-page ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.woocommerce ul.order_details {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.woocommerce div.product div.images {
		position: static;
	}

	.woocommerce-cart .cart-collaterals,
	.woocommerce-checkout #order_review_heading,
	.woocommerce-checkout #order_review {
		grid-column: 1;
		grid-row: auto;
	}

	.card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.split-layout,
	.webdev-hero-inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 820px) {
	.site-header-inner {
		min-height: 66px;
		gap: 12px;
	}

	.site-branding {
		min-width: 0;
	}

	.custom-logo {
		max-height: 46px;
		max-width: 150px;
	}

	.header-actions {
		margin-left: auto;
	}

	.header-cart-link,
	.menu-toggle {
		display: inline-flex;
		flex: 0 0 42px;
	}

	.menu-toggle {
		align-items: center;
		justify-content: center;
	}

	.primary-navigation {
		position: absolute;
		top: 100%;
		right: 20px;
		left: 20px;
		display: none;
		padding: 18px;
		background: rgba(15, 23, 42, 0.98);
		border: 1px solid var(--color-border);
		border-radius: 8px;
		box-shadow: var(--shadow-soft);
	}

	.primary-navigation.is-open {
		display: block;
	}

	.primary-navigation ul {
		display: grid;
		gap: 14px;
	}

	.primary-navigation a {
		display: block;
		padding: 8px 0;
	}

	.webdev-hero,
	.webdev-hero-inner {
		min-height: auto;
	}

	.webdev-hero-inner {
		padding: 58px 0 44px;
	}

	.webdev-hero h1 {
		font-size: 3.1rem;
	}

	.elementor-widget-heading h1.elementor-heading-title {
		font-size: clamp(2rem, 7vw, 3.2rem);
	}

	.elementor-widget-heading h2.elementor-heading-title {
		font-size: clamp(1.7rem, 6vw, 2.6rem);
	}

	.footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 620px) {
	:root {
		--container: min(100vw - 24px, 1180px);
	}

	.webdev-hero h1 {
		font-size: 2.55rem;
	}

	.elementor-section > .elementor-container {
		width: var(--container);
		padding-left: 0;
		padding-right: 0;
	}

	.elementor-section {
		background-attachment: scroll;
	}

	.fp-glass-card > .elementor-widget-wrap {
		margin: 8px 0;
		padding: 18px;
	}

	.elementor-element-fp_hero {
		padding-top: 30px !important;
		padding-bottom: 26px !important;
	}

	.elementor-element-fp_about,
	.elementor-element-fp_skills,
	.elementor-element-fp_why,
	.elementor-element-fp_testimonial,
	.elementor-element-fp_contact {
		padding-top: 34px !important;
		padding-bottom: 34px !important;
	}

	.elementor-element-fp_services_title,
	.elementor-element-fp_portfolio_title {
		padding-top: 34px !important;
		padding-bottom: 8px !important;
	}

	.elementor-element-fp_services,
	.elementor-element-fp_portfolio {
		padding-top: 2px !important;
		padding-bottom: 34px !important;
	}

	.elementor-widget-heading h1.elementor-heading-title,
	.elementor-widget-heading h2.elementor-heading-title,
	.elementor-widget-heading h3.elementor-heading-title {
		white-space: normal;
		overflow-wrap: anywhere;
	}

	.elementor-button-wrapper,
	.elementor-button {
		width: 100%;
	}

	.elementor-button {
		text-align: center;
	}

	.fp-hero-image img,
	.fp-profile-image img {
		width: min(100%, 280px);
	}

	.fp-motion-chips {
		justify-content: center;
	}

	.fp-code-stream span {
		font-size: 0.82rem;
		overflow-wrap: anywhere;
	}

	.fp-about-points,
	.fp-why-cards {
		grid-template-columns: 1fr;
	}

	.fp-about-badges {
		grid-template-columns: 1fr;
		margin-top: 12px;
	}

	.elementor-element-fp_contact_l.fp-glass-card > .elementor-widget-wrap,
	.elementor-element-fp_contact_r.fp-glass-card > .elementor-widget-wrap {
		padding: 18px;
	}

	.elementor-element-fp_services .fp-glass-card > .elementor-widget-wrap,
	.elementor-element-fp_portfolio .fp-glass-card > .elementor-widget-wrap {
		min-height: auto;
	}

	.portfolio-section {
		padding: 70px 0;
	}

	.card-grid,
	.why-list {
		grid-template-columns: 1fr;
	}

	.elementor-element-fp_services > .elementor-container > .elementor-column,
	.elementor-element-fp_portfolio > .elementor-container > .elementor-column,
	.elementor-element-fp_page_cards_section > .elementor-container > .elementor-column {
		width: 100% !important;
		max-width: 100%;
		flex: 0 0 100%;
	}

	.fp-woocommerce-page {
		padding: 58px 0;
	}

	.woocommerce div.product div.images,
	.woocommerce div.product div.summary,
	.woocommerce-cart-form,
	.cart-collaterals .cart_totals,
	.woocommerce-checkout #customer_details,
	.woocommerce-checkout #order_review,
	.fp-product-video,
	.woocommerce ul.products li.product {
		padding: 18px;
	}

	.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
	.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
	.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
		grid-template-columns: 1fr;
	}

	.woocommerce ul.products,
	.woocommerce-page ul.products {
		grid-template-columns: 1fr;
	}

	.woocommerce-products-header,
	.woocommerce-order-details,
	.woocommerce-customer-details,
	.woocommerce .woocommerce-order-downloads,
	.woocommerce-thankyou-order-received {
		padding: 20px;
	}

	.woocommerce-cart table.cart td.actions .coupon {
		display: grid;
	}

	.woocommerce-cart table.cart td.actions .coupon .input-text {
		min-width: 0;
		width: 100%;
	}

	.woocommerce ul.order_details {
		grid-template-columns: 1fr;
	}

	.hero-actions,
	.button {
		width: 100%;
	}

	.elementor-progress-text,
	.elementor-progress-percentage {
		font-size: 0.78rem;
	}

	.fp-form-preview input,
	.fp-form-preview textarea {
		padding: 12px;
	}

	.fp-form-preview button {
		width: 100%;
	}

	.webdev-hero-panel,
	.glass-panel,
	.glass-card {
		padding: 20px;
	}

	.hero-metric {
		grid-template-columns: 70px 1fr;
	}

	.hero-metric strong {
		font-size: 2rem;
	}
}
