.legalpro-elementor-hero-slider {
	background: #071426;
	color: #fff;
	min-height: 760px;
	overflow: hidden;
	position: relative;
}

.legalpro-elementor-hero-track,
.legalpro-elementor-hero-slide {
	min-height: inherit;
}

.legalpro-elementor-hero-slide {
	background-position: center;
	background-size: cover;
	display: none;
	position: relative;
}

.legalpro-elementor-hero-video {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.legalpro-elementor-hero-slide::before {
	background: rgba(7, 20, 38, 0.78);
	content: "";
	inset: 0;
	position: absolute;
}

.legalpro-elementor-hero-slide.is-active {
	display: block;
}

.legalpro-elementor-hero-inner {
	align-items: center;
	display: flex;
	margin-inline: auto;
	min-height: inherit;
	max-width: 1180px;
	padding: clamp(6rem, 12vw, 10rem) 1rem;
	position: relative;
	z-index: 1;
}

.legalpro-elementor-hero-copy {
	max-width: 820px;
}

.legalpro-elementor-hero-align-center .legalpro-elementor-hero-inner {
	justify-content: center;
	text-align: center;
}

.legalpro-elementor-hero-align-right .legalpro-elementor-hero-inner {
	justify-content: flex-end;
	text-align: right;
}

.legalpro-elementor-hero-kicker {
	color: #c9a24d;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.legalpro-elementor-hero-copy h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.5rem, 6vw, 5.5rem);
	line-height: 1.02;
	margin: 0 0 1.25rem;
}

.legalpro-elementor-hero-description {
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1rem, 2vw, 1.25rem);
	max-width: 700px;
}

.legalpro-elementor-typing {
	color: #c9a24d;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.35rem, 3vw, 2.5rem);
	font-weight: 700;
	min-height: 1.3em;
}

.legalpro-elementor-typing span::after {
	content: "|";
	margin-left: 0.12em;
	animation: legalproCursor 0.8s infinite;
}

@keyframes legalproCursor {
	0%,
	45% { opacity: 1; }
	46%,
	100% { opacity: 0; }
}

.legalpro-elementor-hero-actions,
.legalpro-elementor-hero-stats,
.legalpro-elementor-hero-controls,
.legalpro-elementor-hero-dots {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
}

.legalpro-elementor-hero-actions {
	margin-top: 2rem;
}

.legalpro-elementor-hero-button {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-weight: 900;
	min-height: 52px;
	padding: 0.9rem 1.35rem;
}

.legalpro-elementor-hero-primary {
	background: #c9a24d;
	color: #08111f;
}

.legalpro-elementor-hero-secondary {
	border: 1px solid rgba(255, 255, 255, 0.32);
	color: #fff;
}

.legalpro-elementor-hero-stats {
	margin-top: 2.5rem;
}

.legalpro-elementor-hero-stat {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 18px;
	min-width: 160px;
	padding: 1rem 1.2rem;
}

.legalpro-elementor-hero-stat strong {
	color: #c9a24d;
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2rem;
}

.legalpro-elementor-hero-stat span {
	color: rgba(255, 255, 255, 0.78);
}

.legalpro-elementor-hero-controls {
	align-items: center;
	bottom: 2rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 2;
}

.legalpro-elementor-hero-controls button {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	color: #fff;
	height: 42px;
	width: 42px;
}

.legalpro-elementor-hero-dots button {
	height: 12px;
	width: 12px;
}

.legalpro-elementor-hero-controls button.is-active {
	background: #c9a24d;
	border-color: #c9a24d;
}

.legalpro-elementor-section {
	padding: clamp(4.5rem, 8vw, 7rem) 1rem;
}

.legalpro-ew-widget {
	color: #1f2937;
	margin-inline: auto;
	max-width: 1180px;
}

.legalpro-ew-heading {
	margin-bottom: 2.5rem;
	max-width: 760px;
}

.legalpro-ew-align-center {
	margin-inline: auto;
	text-align: center;
}

.legalpro-ew-align-right {
	margin-left: auto;
	text-align: right;
}

.legalpro-ew-kicker,
.legalpro-ew-meta {
	color: #c9a24d;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.legalpro-ew-title,
.legalpro-ew-card h3 {
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.08;
}

.legalpro-ew-title {
	font-size: clamp(2rem, 4vw, 3.6rem);
	margin: 0 0 1rem;
}

.legalpro-ew-intro {
	color: #667085;
	font-size: 1.05rem;
}

.legalpro-ew-grid {
	display: grid;
	gap: 1.25rem;
}

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

.legalpro-ew-columns-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.legalpro-ew-columns-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.legalpro-ew-carousel {
	display: flex;
	overflow-x: auto;
	padding-bottom: 1rem;
	scroll-snap-type: x mandatory;
}

.legalpro-ew-carousel > * {
	flex: 0 0 min(360px, 86vw);
	scroll-snap-align: start;
}

.legalpro-ew-card,
.legalpro-ew-booking-form,
.legalpro-ew-cta-box {
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 18px;
	box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
	padding: 1.5rem;
	position: relative;
	transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.legalpro-ew-card:hover {
	border-color: rgba(201, 162, 77, 0.48);
	box-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
	transform: translateY(-6px);
}

.legalpro-ew-icon {
	align-items: center;
	background: rgba(201, 162, 77, 0.12);
	border-radius: 14px;
	color: #c9a24d;
	display: inline-flex;
	font-size: 1.7rem;
	height: 54px;
	justify-content: center;
	margin-bottom: 1rem;
	width: 54px;
}

.legalpro-ew-card img {
	border-radius: 14px;
	display: block;
	margin-bottom: 1rem;
	width: 100%;
}

.legalpro-ew-attorney-card img {
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.legalpro-ew-button,
.legalpro-ew-card-link,
.legalpro-ew-submit {
	align-items: center;
	border: 0;
	border-radius: 999px;
	color: #08111f;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	margin-top: 0.75rem;
	min-height: 44px;
	padding: 0.75rem 1.1rem;
}

.legalpro-ew-card-link {
	background: transparent;
	color: #0b1f3a;
	padding-inline: 0;
}

.legalpro-ew-socials {
	display: flex;
	gap: 0.75rem;
}

.legalpro-ew-testimonial-card {
	margin: 0;
}

.legalpro-ew-testimonial-card footer {
	align-items: center;
	display: flex;
	gap: 0.85rem;
	margin-top: 1.25rem;
}

.legalpro-ew-testimonial-card footer img {
	border-radius: 50%;
	height: 52px;
	margin: 0;
	width: 52px;
}

.legalpro-ew-testimonial-card em {
	color: #667085;
	display: block;
	font-style: normal;
}

.legalpro-ew-stat-value {
	color: #c9a24d;
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 3rem;
	line-height: 1;
}

.legalpro-ew-booking-form {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.legalpro-ew-booking-form label {
	display: grid;
	gap: 0.45rem;
}

.legalpro-ew-booking-form input,
.legalpro-ew-booking-form select,
.legalpro-ew-booking-form textarea {
	border: 1px solid rgba(15, 23, 42, 0.16);
	border-radius: 12px;
	padding: 0.85rem 1rem;
	width: 100%;
}

.legalpro-ew-form-full,
.legalpro-ew-form-status {
	grid-column: 1 / -1;
}

.legalpro-ew-form-status {
	margin: 0;
}

.legalpro-ew-cta-box {
	align-items: center;
	background:
		radial-gradient(circle at 88% 12%, rgba(201, 162, 77, 0.18), transparent 34%),
		linear-gradient(135deg, #071426, #0b1f3a);
	color: #fff;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	padding: clamp(2rem, 5vw, 4rem);
}

.legalpro-ew-cta-box p {
	color: rgba(255, 255, 255, 0.78);
}

.legalpro-attorney-filter-block {
	margin-bottom: 2.5rem;
}

.legalpro-attorney-filter {
	align-items: end;
	background:
		radial-gradient(circle at 92% 0%, rgba(201, 162, 77, 0.12), transparent 34%),
		#fff;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 20px;
	box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(180px, 1.25fr) repeat(3, minmax(150px, 1fr)) auto auto;
	margin-bottom: 1.5rem;
	padding: 1.25rem;
}

.legalpro-attorney-filter label {
	display: grid;
	gap: 0.45rem;
}

.legalpro-attorney-filter span {
	color: #667085;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.legalpro-attorney-filter input,
.legalpro-attorney-filter select {
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.14);
	border-radius: 12px;
	color: #111827;
	min-height: 46px;
	padding: 0.75rem 0.9rem;
	width: 100%;
}

.legalpro-attorney-filter button {
	border: 0;
	border-radius: 999px;
	font-weight: 900;
	min-height: 46px;
	padding: 0.75rem 1rem;
}

.legalpro-attorney-filter-submit {
	background: #c9a24d;
	color: #08111f;
}

.legalpro-attorney-filter-reset {
	background: rgba(15, 23, 42, 0.08);
	color: #111827;
}

.legalpro-attorney-filter-buttons {
	grid-template-columns: minmax(180px, 1fr) repeat(3, minmax(140px, auto)) auto auto;
}

.legalpro-attorney-filter-search {
	grid-column: span 1;
}

.legalpro-attorney-filter-results.is-loading {
	opacity: 0.55;
	pointer-events: none;
}

.legalpro-attorney-filter-empty {
	background: rgba(201, 162, 77, 0.1);
	border: 1px solid rgba(201, 162, 77, 0.24);
	border-radius: 16px;
	grid-column: 1 / -1;
	padding: 1rem;
}

html.legalpro-dark-mode .legalpro-ew-widget,
body.legalpro-dark-mode .legalpro-ew-widget {
	color: #e5edf7;
}

html.legalpro-dark-mode .legalpro-elementor-section,
body.legalpro-dark-mode .legalpro-elementor-section {
	background: #08111f;
}

html.legalpro-dark-mode .legalpro-ew-title,
html.legalpro-dark-mode .legalpro-ew-card h3,
body.legalpro-dark-mode .legalpro-ew-title,
body.legalpro-dark-mode .legalpro-ew-card h3 {
	color: #f8fafc;
}

html.legalpro-dark-mode .legalpro-ew-intro,
html.legalpro-dark-mode .legalpro-ew-card p,
html.legalpro-dark-mode .legalpro-ew-testimonial-card em,
body.legalpro-dark-mode .legalpro-ew-intro,
body.legalpro-dark-mode .legalpro-ew-card p,
body.legalpro-dark-mode .legalpro-ew-testimonial-card em {
	color: rgba(229, 237, 247, 0.76);
}

html.legalpro-dark-mode .legalpro-ew-card,
html.legalpro-dark-mode .legalpro-ew-booking-form,
body.legalpro-dark-mode .legalpro-ew-card,
body.legalpro-dark-mode .legalpro-ew-booking-form {
	background:
		radial-gradient(circle at 90% 0%, rgba(201, 162, 77, 0.08), transparent 32%),
		#0f1d31;
	border-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

html.legalpro-dark-mode .legalpro-ew-card:hover,
body.legalpro-dark-mode .legalpro-ew-card:hover {
	border-color: rgba(201, 162, 77, 0.55);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

html.legalpro-dark-mode .legalpro-ew-icon,
body.legalpro-dark-mode .legalpro-ew-icon {
	background: rgba(201, 162, 77, 0.16);
}

html.legalpro-dark-mode .legalpro-ew-card-link,
html.legalpro-dark-mode .legalpro-ew-socials a,
body.legalpro-dark-mode .legalpro-ew-card-link,
body.legalpro-dark-mode .legalpro-ew-socials a {
	color: #f2c96b;
}

html.legalpro-dark-mode .legalpro-ew-booking-form input,
html.legalpro-dark-mode .legalpro-ew-booking-form select,
html.legalpro-dark-mode .legalpro-ew-booking-form textarea,
body.legalpro-dark-mode .legalpro-ew-booking-form input,
body.legalpro-dark-mode .legalpro-ew-booking-form select,
body.legalpro-dark-mode .legalpro-ew-booking-form textarea {
	background: #08111f;
	border-color: rgba(255, 255, 255, 0.14);
	color: #f8fafc;
}

html.legalpro-dark-mode .legalpro-ew-booking-form input::placeholder,
html.legalpro-dark-mode .legalpro-ew-booking-form textarea::placeholder,
body.legalpro-dark-mode .legalpro-ew-booking-form input::placeholder,
body.legalpro-dark-mode .legalpro-ew-booking-form textarea::placeholder {
	color: rgba(229, 237, 247, 0.46);
}

html.legalpro-dark-mode .legalpro-ew-booking-form select option,
body.legalpro-dark-mode .legalpro-ew-booking-form select option {
	background: #08111f;
	color: #f8fafc;
}

html.legalpro-dark-mode .legalpro-ew-cta-box,
body.legalpro-dark-mode .legalpro-ew-cta-box {
	background:
		radial-gradient(circle at 88% 12%, rgba(201, 162, 77, 0.22), transparent 34%),
		linear-gradient(135deg, #050b14, #0b1f3a);
	border-color: rgba(255, 255, 255, 0.12);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

html.legalpro-dark-mode .legalpro-attorney-filter,
body.legalpro-dark-mode .legalpro-attorney-filter {
	background:
		radial-gradient(circle at 92% 0%, rgba(201, 162, 77, 0.16), transparent 34%),
		#0f1d31;
	border-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.3);
}

html.legalpro-dark-mode .legalpro-attorney-filter span,
body.legalpro-dark-mode .legalpro-attorney-filter span {
	color: rgba(229, 237, 247, 0.72);
}

html.legalpro-dark-mode .legalpro-attorney-filter input,
html.legalpro-dark-mode .legalpro-attorney-filter select,
body.legalpro-dark-mode .legalpro-attorney-filter input,
body.legalpro-dark-mode .legalpro-attorney-filter select {
	background: #08111f;
	border-color: rgba(255, 255, 255, 0.14);
	color: #f8fafc;
}

html.legalpro-dark-mode .legalpro-attorney-filter-reset,
body.legalpro-dark-mode .legalpro-attorney-filter-reset {
	background: rgba(255, 255, 255, 0.1);
	color: #f8fafc;
}

@media (max-width: 767.98px) {
	.legalpro-elementor-hero-slider {
		min-height: 680px;
	}

	.legalpro-elementor-hero-stat {
		min-width: 100%;
	}

	.legalpro-ew-columns-2,
	.legalpro-ew-columns-3,
	.legalpro-ew-columns-4,
	.legalpro-ew-booking-form,
	.legalpro-ew-cta-box {
		grid-template-columns: 1fr;
	}

	.legalpro-ew-cta-box {
		align-items: flex-start;
		flex-direction: column;
	}

	.legalpro-attorney-filter {
		grid-template-columns: 1fr;
	}
}
