:root {
	--webdy-dst-bg: #0b1020;
	--webdy-dst-fg: #f8fbff;
	--webdy-dst-muted: #aab6c9;
	--webdy-dst-primary: #ffc107;
	--webdy-dst-primary-ink: #18130a;
	--webdy-dst-accent: #d96bea;
	--webdy-dst-violet: #7d68ff;
	--webdy-dst-border: rgba(255, 255, 255, 0.12);
	--webdy-dst-hero-gradient: linear-gradient(135deg, #ffc107 0%, #d96bea 48%, #7d68ff 100%);
	--webdy-dst-gold-gradient: linear-gradient(135deg, #ffd15c 0%, #f29e16 100%);
	--webdy-dst-shadow: 0 18px 56px rgba(255, 193, 7, 0.25);
}

body {
	min-height: 100svh;
	background: var(--webdy-dst-bg);
	color: var(--webdy-dst-fg);
	font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	overflow-x: hidden;
}

html.webdy-dst-lock,
html.webdy-dst-lock body {
	overflow: hidden;
}

.webdy-dst,
.webdy-dst * {
	box-sizing: border-box;
}

.webdy-dst {
	position: relative;
	min-height: 100svh;
	overflow: hidden;
	color: var(--webdy-dst-fg);
	background:
		radial-gradient(900px 540px at 13% 0%, rgba(174, 75, 205, 0.42), transparent 58%),
		radial-gradient(980px 620px at 83% 50%, rgba(222, 171, 14, 0.25), transparent 60%),
		radial-gradient(850px 520px at 49% 83%, rgba(23, 87, 174, 0.42), transparent 64%),
		linear-gradient(135deg, #111828 0%, #151420 42%, #17120b 100%);
}

.webdy-dst-bg {
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
	background-size: 70px 70px;
	mask-image: radial-gradient(ellipse at 50% 28%, #000 22%, transparent 76%);
	opacity: 0.42;
}

.webdy-dst a {
	color: inherit;
	text-decoration: none;
}

.webdy-dst button,
.webdy-dst input,
.webdy-dst textarea {
	font: inherit;
}

.webdy-dst-brand-name,
.webdy-dst-title,
.webdy-dst-dialog h2,
.webdy-dst-stat strong {
	font-family: "Playfair Display", Georgia, "Times New Roman", serif;
	letter-spacing: 0;
}

.webdy-dst-nav {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(1548px, calc(100% - 48px));
	margin: 0 auto;
	padding: 18px 0 10px;
}

.webdy-dst-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.webdy-dst-brand-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	background: #050913;
	color: var(--webdy-dst-primary);
	box-shadow: 0 0 26px rgba(255, 193, 7, 0.45);
}

.webdy-dst-brand-icon::before {
	position: absolute;
	inset: -2px;
	z-index: -1;
	content: "";
	border-radius: inherit;
	background: conic-gradient(from 0deg, transparent, rgba(255, 193, 7, 0.85), transparent 62%);
}

.webdy-dst-brand-name {
	font-size: 25px;
	font-weight: 800;
}

.webdy-dst-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 0;
	border-radius: 12px;
	cursor: pointer;
	font-weight: 800;
	letter-spacing: 0;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.webdy-dst-btn:hover {
	transform: translateY(-2px);
}

.webdy-dst-btn-sm {
	min-height: 40px;
	padding: 9px 15px;
	font-size: 14px;
}

.webdy-dst-btn-xl {
	min-height: 70px;
	padding: 18px 34px;
	font-size: 20px;
}

.webdy-dst-btn-hero {
	background: linear-gradient(90deg, #ffc107, #ffd043, #ffc107);
	color: var(--webdy-dst-primary-ink);
	box-shadow: var(--webdy-dst-shadow);
}

.webdy-dst-btn-glass {
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.06);
	color: var(--webdy-dst-fg);
	backdrop-filter: blur(20px);
}

.webdy-dst-btn-glass:hover {
	background: rgba(255, 255, 255, 0.1);
}

.webdy-dst-hero {
	position: relative;
	z-index: 1;
	width: min(1548px, calc(100% - 48px));
	margin: 0 auto;
	padding: 46px 0 20px;
	text-align: center;
}

.webdy-dst-glass {
	border: 1px solid var(--webdy-dst-border);
	background: rgba(255, 255, 255, 0.045);
	backdrop-filter: blur(20px);
}

.webdy-dst-badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 38px;
	margin-bottom: 28px;
	padding: 8px 18px;
	border-radius: 999px;
	color: var(--webdy-dst-muted);
	font-size: 14px;
	font-weight: 800;
}

.webdy-dst-pulse {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: var(--webdy-dst-primary);
}

.webdy-dst-pulse::before {
	position: absolute;
	inset: 0;
	content: "";
	border-radius: inherit;
	background: inherit;
	animation: webdy-dst-ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.webdy-dst-title {
	margin: 0;
	max-width: 100%;
	padding-bottom: 0.08em;
	background: var(--webdy-dst-hero-gradient);
	background-size: 190% 190%;
	color: transparent;
	font-size: 116px;
	font-weight: 900;
	line-height: 1.08;
	overflow-wrap: normal;
	white-space: nowrap;
	-webkit-background-clip: text;
	background-clip: text;
	animation: webdy-dst-gradient 8s ease infinite;
}

.webdy-dst-title.is-wrapped {
	overflow-wrap: anywhere;
	white-space: normal;
}

.webdy-dst-subtitle {
	max-width: 825px;
	margin: 24px auto 0;
	color: var(--webdy-dst-muted);
	font-size: 23px;
	line-height: 1.32;
	font-weight: 500;
}

.webdy-dst-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin-top: 34px;
}

.webdy-dst-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 38px;
}

.webdy-dst-stat {
	min-height: 104px;
	padding: 20px 18px 18px;
	border-radius: 22px;
	transition: transform 240ms ease, border-color 240ms ease;
}

.webdy-dst-stat:hover {
	transform: translateY(-4px);
	border-color: rgba(255, 193, 7, 0.34);
}

.webdy-dst-stat strong {
	display: block;
	background: var(--webdy-dst-gold-gradient);
	color: transparent;
	font-size: 32px;
	font-weight: 800;
	line-height: 1;
	-webkit-background-clip: text;
	background-clip: text;
}

.webdy-dst-stat span {
	display: block;
	margin-top: 10px;
	color: var(--webdy-dst-muted);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.webdy-dst-dialog-overlay {
	position: fixed;
	inset: 0;
	z-index: 50;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 18px;
	background: rgba(0, 0, 0, 0.62);
	backdrop-filter: blur(8px);
}

.webdy-dst-dialog-overlay.is-open {
	display: flex;
}

.webdy-dst-dialog {
	position: relative;
	width: min(100%, 760px);
	max-height: none;
	overflow: visible;
	padding: 24px 30px;
	border-radius: 22px;
	background: rgba(18, 24, 39, 0.94);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
	animation: webdy-dst-rise 260ms ease both;
}

.webdy-dst-dialog-close {
	position: absolute;
	top: 12px;
	right: 16px;
	width: 34px;
	height: 34px;
	border: 0;
	background: transparent;
	color: var(--webdy-dst-muted);
	cursor: pointer;
	font-size: 28px;
	line-height: 1;
}

.webdy-dst-dialog h2 {
	margin: 0 38px 4px 0;
	font-size: 26px;
	line-height: 1.15;
}

.webdy-dst-dialog p {
	margin: 0 0 14px;
	color: var(--webdy-dst-muted);
	font-size: 15px;
	line-height: 1.35;
}

.webdy-dst-dialog form {
	display: grid;
	gap: 10px;
}

.webdy-dst-dialog label {
	display: grid;
	gap: 7px;
	color: var(--webdy-dst-muted);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.webdy-dst-dialog input,
.webdy-dst-dialog textarea {
	width: 100%;
	min-height: 44px;
	padding: 11px 12px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	outline: none;
	background: rgba(255, 255, 255, 0.06);
	color: var(--webdy-dst-fg);
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.webdy-dst-dialog textarea {
	resize: vertical;
}

.webdy-dst-dialog input:focus,
.webdy-dst-dialog textarea:focus {
	border-color: var(--webdy-dst-primary);
	box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.14);
}

.webdy-dst-submit {
	width: 100%;
	margin-top: 8px;
}

.webdy-dst-cf7 {
	margin-top: 4px;
}

.webdy-dst-cf7-required {
	padding: 14px 16px;
	border: 1px solid rgba(255, 193, 7, 0.32);
	border-radius: 12px;
	background: rgba(255, 193, 7, 0.1);
	color: #ffe199;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.45;
}

.webdy-dst-cf7 .wpcf7 {
	margin: 0;
}

.webdy-dst-cf7 .wpcf7 form,
.webdy-dst-cf7 .custom-contact-form {
	display: grid;
	gap: 8px;
	max-width: none;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: var(--webdy-dst-fg);
	text-align: left;
}

.webdy-dst-cf7 .custom-contact-form::before {
	display: none;
}

.webdy-dst-cf7 .form-group {
	display: grid;
	grid-template-columns: minmax(112px, 132px) minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	margin: 0;
}

.webdy-dst-cf7 label,
.webdy-dst-cf7 .custom-contact-form label {
	display: block;
	margin: 0;
	color: var(--webdy-dst-muted);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.08em;
	line-height: 1.25;
	text-transform: uppercase;
}

.webdy-dst-cf7 .form-group > label {
	text-align: right;
}

.webdy-dst-cf7 .wpcf7-form-control-wrap {
	display: block;
	min-width: 0;
}

.webdy-dst-cf7 input,
.webdy-dst-cf7 textarea,
.webdy-dst-cf7 select,
.webdy-dst-cf7 .custom-contact-form input,
.webdy-dst-cf7 .custom-contact-form textarea {
	width: 100%;
	min-height: 38px;
	margin: 0;
	padding: 8px 10px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	outline: none;
	background: rgba(255, 255, 255, 0.065);
	box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.06);
	color: var(--webdy-dst-fg);
	font-size: 14px;
	transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.webdy-dst-cf7 textarea {
	min-height: 58px;
	resize: vertical;
}

.webdy-dst-cf7 input:focus,
.webdy-dst-cf7 textarea:focus,
.webdy-dst-cf7 select:focus {
	border-color: var(--webdy-dst-primary);
	background: rgba(255, 255, 255, 0.09);
	box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.14);
}

.webdy-dst-cf7 table,
.webdy-dst-cf7 tr,
.webdy-dst-cf7 td {
	border: 0 !important;
	background: transparent !important;
}

.webdy-dst-cf7 table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.webdy-dst-cf7 td {
	padding: 0 0 0 10px !important;
	vertical-align: middle;
}

.webdy-dst-cf7 td:first-child {
	width: 142px;
	padding-left: 0 !important;
}

.webdy-dst-cf7 .otp-group {
	display: block;
}

.webdy-dst-cf7 .otp-group label {
	margin-bottom: 5px;
	text-align: left;
}

.webdy-dst-cf7 #otp_message {
	display: none;
	margin: 0 0 0 142px;
	padding: 8px 10px;
	border: 1px solid rgba(255, 180, 171, 0.28);
	border-radius: 10px;
	background: rgba(255, 180, 171, 0.1);
	color: #ffb4ab;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
}

.webdy-dst-cf7 #otp_message.is-visible {
	display: block;
}

.webdy-dst-cf7 #otp_message.is-success {
	border-color: rgba(132, 224, 154, 0.28);
	background: rgba(132, 224, 154, 0.11);
	color: #a8f0bd;
}

.webdy-dst-cf7 .wpcf7-not-valid-tip {
	margin-top: 5px;
	color: #ffb4ab;
	font-size: 12px;
	font-weight: 700;
}

.webdy-dst-cf7 .wpcf7-response-output {
	margin: 10px 0 0 !important;
	padding: 10px 12px !important;
	border-radius: 10px;
	color: var(--webdy-dst-fg);
	font-size: 13px;
	font-weight: 700;
}

.webdy-dst-cf7 button,
.webdy-dst-cf7 input[type="submit"],
.webdy-dst-cf7 .submit-button,
.webdy-dst-cf7 #get-otp-btn {
	position: relative;
	isolation: isolate;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	padding: 9px 16px;
	border: 0;
	border-radius: 12px;
	cursor: pointer;
	overflow: hidden;
	background: linear-gradient(90deg, #ffc107, #ffd75a, #ffc107);
	box-shadow: 0 16px 40px rgba(255, 193, 7, 0.28);
	color: var(--webdy-dst-primary-ink);
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.webdy-dst-cf7 .form-group .submit-button,
.webdy-dst-cf7 .form-group input[type="submit"] {
	grid-column: 1 / -1;
}

.webdy-dst-cf7 button:hover,
.webdy-dst-cf7 input[type="submit"]:hover,
.webdy-dst-cf7 .submit-button:hover,
.webdy-dst-cf7 #get-otp-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 20px 48px rgba(255, 193, 7, 0.36);
}

.webdy-dst-cf7 .wave-effect-button .shimmer {
	position: absolute;
	inset: -40px;
	border-radius: inherit;
	pointer-events: none;
	mix-blend-mode: screen;
	mask-image: linear-gradient(90deg, transparent 15%, #000 45%, #000 55%, transparent 85%);
	mask-size: 220% 220%;
	animation: webdy-dst-wave 3s linear infinite;
}

.webdy-dst-cf7 .wave-effect-button .shimmer::before,
.webdy-dst-cf7 .wave-effect-button .shimmer::after {
	position: absolute;
	inset: 40px;
	content: "";
	border-radius: inherit;
	opacity: 0;
	transition: opacity 180ms ease;
}

.webdy-dst-cf7 .wave-effect-button .shimmer::before {
	box-shadow:
		0 0 4px 2px rgba(255, 255, 255, 0.85),
		0 0 14px 8px rgba(255, 193, 7, 0.45),
		0 0 24px 12px rgba(217, 107, 234, 0.28);
}

.webdy-dst-cf7 .wave-effect-button:hover .shimmer::before,
.webdy-dst-cf7 .wave-effect-button:hover .shimmer::after,
.webdy-dst-cf7 .wave-effect-button.textShine .shimmer::before,
.webdy-dst-cf7 .wave-effect-button.textShine .shimmer::after {
	opacity: 1;
}

.webdy-dst-dialog .webdy-dst-cf7 {
	width: 100%;
}

.webdy-dst-dialog .webdy-dst-cf7 .wpcf7 form,
.webdy-dst-dialog .webdy-dst-cf7 .custom-contact-form {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 9px !important;
	width: 100% !important;
	max-width: none !important;
}

.webdy-dst-dialog .webdy-dst-cf7 .wpcf7 form > p,
.webdy-dst-dialog .webdy-dst-cf7 .custom-contact-form > p {
	display: contents;
	margin: 0 !important;
}

.webdy-dst-dialog .webdy-dst-cf7 p {
	margin: 0 !important;
}

.webdy-dst-dialog .webdy-dst-cf7 br {
	display: none;
}

.webdy-dst-dialog .webdy-dst-cf7 .form-group {
	display: grid !important;
	grid-template-columns: 136px minmax(0, 1fr) !important;
	gap: 4px 14px !important;
	align-items: center !important;
	width: 100% !important;
	max-width: none !important;
	min-height: 42px;
	margin: 0 !important;
}

.webdy-dst-dialog .webdy-dst-cf7 .form-group > label {
	grid-column: 1;
	margin: 0 !important;
	text-align: right;
}

.webdy-dst-dialog .webdy-dst-cf7 .form-group > .wpcf7-form-control-wrap,
.webdy-dst-dialog .webdy-dst-cf7 .form-group > input,
.webdy-dst-dialog .webdy-dst-cf7 .form-group > textarea,
.webdy-dst-dialog .webdy-dst-cf7 .form-group > select {
	grid-column: 2;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
}

.webdy-dst-dialog .webdy-dst-cf7 .form-group:has(textarea) {
	align-items: start !important;
}

.webdy-dst-dialog .webdy-dst-cf7 .form-group:has(textarea) > label {
	padding-top: 10px;
}

.webdy-dst-dialog .webdy-dst-cf7 input:not([type="submit"]),
.webdy-dst-dialog .webdy-dst-cf7 textarea,
.webdy-dst-dialog .webdy-dst-cf7 select {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	min-height: 40px !important;
	padding: 9px 12px !important;
	border-color: rgba(255, 255, 255, 0.16) !important;
	border-radius: 12px !important;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.065)) !important;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		0 14px 34px rgba(0, 0, 0, 0.16);
	color: var(--webdy-dst-fg) !important;
}

.webdy-dst-dialog .webdy-dst-cf7 input::placeholder,
.webdy-dst-dialog .webdy-dst-cf7 textarea::placeholder {
	color: rgba(248, 251, 255, 0.46);
	opacity: 1;
}

.webdy-dst-dialog .webdy-dst-cf7 textarea {
	min-height: 68px !important;
	line-height: 1.45;
}

.webdy-dst-dialog .webdy-dst-cf7 .otp-group {
	display: block !important;
	width: 100% !important;
	min-height: 0;
}

.webdy-dst-dialog .webdy-dst-cf7 .otp-group table {
	width: 100% !important;
	max-width: none !important;
}

.webdy-dst-dialog .webdy-dst-cf7 .otp-group td {
	padding: 0 0 0 14px !important;
}

.webdy-dst-dialog .webdy-dst-cf7 .otp-group td:first-child {
	width: 136px !important;
	padding-left: 0 !important;
}

.webdy-dst-dialog .webdy-dst-cf7 .otp-group label {
	margin: 0 0 5px !important;
	text-align: left;
}

.webdy-dst-dialog .webdy-dst-cf7 #get-otp-btn {
	min-height: 42px !important;
}

.webdy-dst-dialog .webdy-dst-cf7 .form-group .submit-button,
.webdy-dst-dialog .webdy-dst-cf7 .form-group input[type="submit"] {
	grid-column: 2 !important;
	width: 100% !important;
	margin-top: 3px;
}

.webdy-dst-toast {
	position: fixed;
	top: 24px;
	left: 50%;
	z-index: 60;
	max-width: calc(100% - 32px);
	padding: 13px 20px;
	border: 1px solid rgba(255, 193, 7, 0.52);
	border-radius: 12px;
	background: rgba(18, 24, 39, 0.96);
	box-shadow: var(--webdy-dst-shadow);
	color: var(--webdy-dst-fg);
	font-size: 14px;
	font-weight: 700;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, -18px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.webdy-dst-toast.is-showing {
	opacity: 1;
	transform: translate(-50%, 0);
}

@keyframes webdy-dst-gradient {
	0%,
	100% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
}

@keyframes webdy-dst-ping {
	75%,
	100% {
		opacity: 0;
		transform: scale(2.2);
	}
}

@keyframes webdy-dst-rise {
	from {
		opacity: 0;
		transform: translateY(22px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes webdy-dst-wave {
	from {
		mask-position: 100% center;
	}
	to {
		mask-position: 0% center;
	}
}

@media (min-width: 900px) {
	.webdy-dst {
		height: 100svh;
	}

	.admin-bar .webdy-dst {
		height: calc(100svh - 32px);
	}

	.webdy-dst-hero {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		min-height: calc(100svh - 72px);
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.admin-bar .webdy-dst-hero {
		min-height: calc(100svh - 104px);
		padding-top: 18px;
	}
}

@media (max-width: 899px) {
	.webdy-dst-hero {
		padding-top: 50px;
	}

	.webdy-dst-title {
		font-size: 76px;
	}

	.webdy-dst-subtitle {
		font-size: 21px;
	}

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

@media (max-width: 640px) {
	.webdy-dst-nav,
	.webdy-dst-hero {
		width: min(100% - 28px, 1548px);
	}

	.webdy-dst-nav {
		padding-top: 16px;
	}

	.webdy-dst-brand-icon {
		width: 38px;
		height: 38px;
	}

	.webdy-dst-brand-name {
		font-size: 20px;
	}

	.webdy-dst-btn-sm {
		min-height: 38px;
		padding: 8px 12px;
	}

	.webdy-dst-hero {
		padding-top: 42px;
		padding-bottom: 32px;
	}

	.webdy-dst-badge {
		margin-bottom: 24px;
		font-size: 12px;
	}

	.webdy-dst-title {
		font-size: 52px;
	}

	.webdy-dst-subtitle {
		margin-top: 20px;
		font-size: 18px;
	}

	.webdy-dst-actions,
	.webdy-dst-btn-xl {
		width: 100%;
	}

	.webdy-dst-stats {
		grid-template-columns: 1fr;
		margin-top: 30px;
	}

	.webdy-dst-dialog {
		padding: 24px;
		max-height: min(92svh, 760px);
		overflow: auto;
	}

	.webdy-dst-cf7 .form-group {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.webdy-dst-dialog .webdy-dst-cf7 .form-group {
		grid-template-columns: 1fr !important;
		gap: 6px !important;
	}

	.webdy-dst-cf7 .form-group > label {
		text-align: left;
	}

	.webdy-dst-dialog .webdy-dst-cf7 .form-group > label,
	.webdy-dst-dialog .webdy-dst-cf7 .form-group:has(textarea) > label {
		grid-column: 1;
		padding-top: 0;
		text-align: left;
	}

	.webdy-dst-dialog .webdy-dst-cf7 .form-group > .wpcf7-form-control-wrap,
	.webdy-dst-dialog .webdy-dst-cf7 .form-group > input,
	.webdy-dst-dialog .webdy-dst-cf7 .form-group > textarea,
	.webdy-dst-dialog .webdy-dst-cf7 .form-group > select,
	.webdy-dst-dialog .webdy-dst-cf7 .form-group .submit-button,
	.webdy-dst-dialog .webdy-dst-cf7 .form-group input[type="submit"] {
		grid-column: 1 !important;
	}

	.webdy-dst-cf7 #otp_message {
		margin-left: 0;
	}

	.webdy-dst-dialog .webdy-dst-cf7 #otp_message {
		margin-left: 0;
	}

	.webdy-dst-cf7 td,
	.webdy-dst-cf7 td:first-child {
		display: block;
		width: 100%;
		padding: 0 !important;
	}

	.webdy-dst-cf7 td + td {
		margin-top: 8px;
	}

	.webdy-dst-dialog .webdy-dst-cf7 .otp-group td,
	.webdy-dst-dialog .webdy-dst-cf7 .otp-group td:first-child {
		display: block;
		width: 100% !important;
		padding: 0 !important;
	}

	.webdy-dst-dialog .webdy-dst-cf7 .otp-group td + td {
		margin-top: 8px;
	}
}

@media (max-width: 420px) {
	.webdy-dst-title {
		font-size: 43px;
	}
}

@media (min-width: 900px) {
	body .webdy-dst .webdy-dst-hero {
		padding-top: 18px !important;
	}
}

body .webdy-dst .webdy-dst-dialog .wpcf7,
body .webdy-dst .webdy-dst-dialog .wpcf7-form,
body .webdy-dst .webdy-dst-dialog .custom-contact-form {
	width: 100% !important;
	max-width: none !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 10px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form p,
body .webdy-dst .webdy-dst-dialog .custom-contact-form br {
	margin: 0 !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form p {
	display: contents !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form br {
	display: none !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form .form-group {
	display: grid !important;
	grid-template-columns: 132px minmax(0, 1fr) !important;
	gap: 12px !important;
	align-items: center !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form .form-group > label {
	grid-column: 1 !important;
	width: 132px !important;
	max-width: 132px !important;
	margin: 0 !important;
	padding: 0 !important;
	color: rgba(220, 228, 242, 0.86) !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	letter-spacing: 0.08em !important;
	line-height: 1.25 !important;
	text-align: right !important;
	text-transform: uppercase !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form .wpcf7-form-control-wrap {
	display: block !important;
	grid-column: 2 !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form input:not([type="submit"]),
body .webdy-dst .webdy-dst-dialog .custom-contact-form textarea,
body .webdy-dst .webdy-dst-dialog .custom-contact-form select,
body .webdy-dst .webdy-dst-dialog .custom-contact-form #name,
body .webdy-dst .webdy-dst-dialog .custom-contact-form #message,
body .webdy-dst .webdy-dst-dialog .custom-contact-form #your-otp,
body .webdy-dst .webdy-dst-dialog .custom-contact-form input[name="tel-696"],
body .webdy-dst .webdy-dst-dialog .custom-contact-form input[name="email-441"] {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	min-height: 42px !important;
	margin: 0 !important;
	padding: 10px 13px !important;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	border-radius: 12px !important;
	outline: none !important;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.065)),
		rgba(255, 255, 255, 0.04) !important;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.1),
		0 16px 34px rgba(0, 0, 0, 0.16) !important;
	color: var(--webdy-dst-fg) !important;
	font-size: 14px !important;
	line-height: 1.35 !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form input:not([type="submit"]):focus,
body .webdy-dst .webdy-dst-dialog .custom-contact-form textarea:focus,
body .webdy-dst .webdy-dst-dialog .custom-contact-form select:focus {
	border-color: rgba(255, 193, 7, 0.88) !important;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.08)),
		rgba(255, 255, 255, 0.05) !important;
	box-shadow:
		0 0 0 4px rgba(255, 193, 7, 0.13),
		0 16px 34px rgba(0, 0, 0, 0.18) !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form textarea,
body .webdy-dst .webdy-dst-dialog .custom-contact-form #message {
	min-height: 76px !important;
	resize: vertical !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form .otp-group {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form .otp-group table,
body .webdy-dst .webdy-dst-dialog .custom-contact-form .otp-group tbody,
body .webdy-dst .webdy-dst-dialog .custom-contact-form .otp-group tr {
	display: revert !important;
	width: auto !important;
	max-width: none !important;
	border: 0 !important;
	background: transparent !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form .otp-group td {
	display: revert !important;
	width: auto !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form .otp-group td:first-child {
	display: block !important;
	grid-column: 1 !important;
	width: 132px !important;
	max-width: 132px !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form .otp-group td:nth-child(2),
body .webdy-dst .webdy-dst-dialog .custom-contact-form .otp-group tr:nth-child(2) td {
	grid-column: 2 !important;
	width: 100% !important;
	max-width: none !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form .otp-group label {
	display: none !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form #get-otp-btn,
body .webdy-dst .webdy-dst-dialog .custom-contact-form .submit-button,
body .webdy-dst .webdy-dst-dialog .custom-contact-form button[type="submit"] {
	position: relative !important;
	isolation: isolate !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: 44px !important;
	margin: 0 !important;
	padding: 10px 16px !important;
	border: 0 !important;
	border-radius: 13px !important;
	cursor: pointer !important;
	overflow: hidden !important;
	background: linear-gradient(92deg, #ffbd08 0%, #ffd45a 52%, #ffbd08 100%) !important;
	box-shadow: 0 18px 38px rgba(255, 193, 7, 0.27) !important;
	color: #171105 !important;
	font-size: 15px !important;
	font-weight: 900 !important;
	letter-spacing: 0 !important;
	transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form .form-group .submit-button,
body .webdy-dst .webdy-dst-dialog .custom-contact-form .form-group button[type="submit"] {
	grid-column: 2 !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form #get-otp-btn:hover,
body .webdy-dst .webdy-dst-dialog .custom-contact-form .submit-button:hover,
body .webdy-dst .webdy-dst-dialog .custom-contact-form button[type="submit"]:hover {
	transform: translateY(-1px) !important;
	box-shadow: 0 22px 48px rgba(255, 193, 7, 0.38) !important;
	filter: saturate(1.08) !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form .wave-effect-button .shimmer {
	position: absolute !important;
	inset: 0 !important;
	z-index: 1 !important;
	display: block !important;
	border-radius: inherit !important;
	pointer-events: none !important;
	overflow: hidden !important;
	mask-image: none !important;
	animation: none !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form .wave-effect-button .shimmer::before {
	position: absolute !important;
	top: -35% !important;
	left: -60% !important;
	width: 42% !important;
	height: 170% !important;
	content: "" !important;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent) !important;
	opacity: 0 !important;
	transform: skewX(-18deg) !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form .wave-effect-button:hover .shimmer::before,
body .webdy-dst .webdy-dst-dialog .custom-contact-form .wave-effect-button.textShine .shimmer::before {
	animation: webdy-dst-shimmer-sweep 950ms ease forwards !important;
	opacity: 1 !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form #otp_message {
	grid-column: 1 / -1 !important;
	box-sizing: border-box !important;
	width: auto !important;
	max-width: calc(100% - 144px) !important;
	margin: 0 0 0 144px !important;
	overflow-wrap: anywhere !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form #otp_message.is-loading {
	border-color: rgba(255, 193, 7, 0.34) !important;
	background: rgba(255, 193, 7, 0.1) !important;
	color: #ffe199 !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form #otp_message.is-expired {
	border-color: rgba(255, 180, 171, 0.34) !important;
	background: rgba(255, 180, 171, 0.1) !important;
	color: #ffb4ab !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form #get-otp-btn:disabled,
body .webdy-dst .webdy-dst-dialog .custom-contact-form .submit-button:disabled,
body .webdy-dst .webdy-dst-dialog .custom-contact-form button[type="submit"]:disabled {
	cursor: wait !important;
	filter: grayscale(0.16) saturate(0.9) !important;
	opacity: 0.72 !important;
	transform: none !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form .otp-group table {
	display: table !important;
	grid-column: 1 / -1 !important;
	width: 100% !important;
	max-width: none !important;
	border-collapse: collapse !important;
	table-layout: fixed !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form .otp-group tbody {
	display: table-row-group !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form .otp-group tr {
	display: table-row !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form .otp-group td {
	display: table-cell !important;
	padding: 0 0 0 12px !important;
	vertical-align: middle !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form .otp-group td:first-child {
	display: table-cell !important;
	grid-column: auto !important;
	width: auto !important;
	max-width: none !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form .otp-group td[rowspan] {
	display: table-cell !important;
	width: 132px !important;
	max-width: 132px !important;
	padding: 0 !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form .otp-group tr:nth-child(2) td:first-child {
	width: auto !important;
	max-width: none !important;
}

body .webdy-dst .webdy-dst-dialog .custom-contact-form .otp-group label {
	display: block !important;
	margin: 0 0 5px !important;
	text-align: left !important;
}

@keyframes webdy-dst-shimmer-sweep {
	from {
		left: -60%;
	}
	to {
		left: 120%;
	}
}

@media (max-width: 640px) {
	body .webdy-dst .webdy-dst-dialog .custom-contact-form .form-group,
	body .webdy-dst .webdy-dst-dialog .custom-contact-form .otp-group {
		grid-template-columns: 1fr !important;
	}

	body .webdy-dst .webdy-dst-dialog .custom-contact-form .form-group > label,
	body .webdy-dst .webdy-dst-dialog .custom-contact-form .wpcf7-form-control-wrap,
	body .webdy-dst .webdy-dst-dialog .custom-contact-form .otp-group td:first-child,
	body .webdy-dst .webdy-dst-dialog .custom-contact-form .otp-group td:nth-child(2),
	body .webdy-dst .webdy-dst-dialog .custom-contact-form .otp-group tr:nth-child(2) td,
	body .webdy-dst .webdy-dst-dialog .custom-contact-form .form-group .submit-button,
	body .webdy-dst .webdy-dst-dialog .custom-contact-form .form-group button[type="submit"],
	body .webdy-dst .webdy-dst-dialog .custom-contact-form #otp_message {
		grid-column: 1 !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		text-align: left !important;
	}
}
