/**
* Theme Name: Tayne Law Group
* Description: A plain-vanilla & lightweight theme for Elementor page builder
* Author: Elementor Team
* Author URI: https://elementor.com
* Version: 1.0
* Text Domain: tlg
* Template: hello-elementor
*/




body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
}

h1, h2, h3 {
	margin: 0 0 24px;
}

h1, .elementor-widget-heading h1 {
	font-family: "Urbanist", Sans-serif;
	font-size: 38px;
	line-height: 48px;
	font-weight: bold;
	color: #001E39;
}

h2, .elementor-widget-heading h2 {
	font-family: "Urbanist", Sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
	color:#001e39 !important;
}

h3, .elementor-widget-heading h3 {
	font-size: 35px;
	line-height: 45px;
	font-weight: 600;
}

h4, .elementor-widget-heading h4 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	font-family: "Urbanist", Sans-serif;
}
h5, .elementor-widget-heading h5 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	font-family: "Urbanist", Sans-serif;
}

p {
	margin: 0 0 28px;
}

p:last-child {
	margin-bottom: 0;
}

ul, ol {
	margin: 0 0 28px;
	padding: 0 0 0 24px;
}

ul:last-child,
ol:last-child {
	margin-bottom: 0;
}

a {
	color: var( --e-global-color-primary );
	transition: .25s;
}

a:active, a:hover {
	color: #68c7fc;
}

.elementor-form input[type=text],
.elementor-form input[type=number],
.elementor-form input[type=email],
.elementor-form input[type=tel],
.elementor-form textarea {
	-webkit-appearance: none;
}

.elementor-button.elementor-size-sm {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.elementor-button.elementor-size-sm:before,
.elementor-button.elementor-size-sm:after {
	content: "";
	position: absolute;
	top: -28px;
	bottom: -28px;
	z-index: -1;
	border-radius: 50%;
	opacity: 0;
	transition: .25s;
}
.elementor-button.elementor-size-sm:before {
	left: 13%;
	right: 13%;
	background: rgba(43, 89, 195, 0.6);
}
.elementor-button.elementor-size-sm:after {
	left: 18%;
	right: 18%;
	background: #2B59C3;
}

.elementor-button.elementor-size-sm:active:before,
.elementor-button.elementor-size-sm:active:after {
	opacity: 1;
}

.elementor-button.elementor-size-sm:focus:not(:active):before {
	background: #2B59C3;
	left: 28%;
	right: 28%;
	opacity: 1;
}

.elementor-size-xs .elementor-button-text {
	transition: .25s;
	transform-origin: left center;
}
.elementor-size-xs:hover .elementor-button-text {
	color: #5B8DFF;
}

input[type=submit]:focus,
button:focus {
	outline: none;
}

blockquote {
	font-size: 28px;
	line-height: 1.5;
	font-weight: bold;
	margin: 0 0 32px;
}
blockquote:last-child {
	margin-bottom: 0;
}

.elementor-section-boxed .elementor-container {
	padding: 0 10px;
}
.elementor-inner-section .elementor-container {
	padding: 0;
	margin-left: -10px;
	margin-right: -10px;
}

ul.elementor-nav-menu--dropdown a,
ul.elementor-nav-menu--dropdown a:focus,
ul.elementor-nav-menu--dropdown a:hover {
	border: 0;
}

.elementor-button.elementor-size-sm {
	min-width: 280px;
}

h1, .elementor-widget-heading h1 {
		font-size: 50px !important;
		line-height: 74px;
	}

@media (min-width: 768px) {
	br.mb {
		display: none;
	}
}

@media (min-width: 1025px) {
	body {
		font-size: 18px;
		line-height: 30px;
	}

	h1, .elementor-widget-heading h1 {
		font-size: 50px;
		line-height: 74px;
	}

	h2, .elementor-widget-heading h2 {
		font-size: 42px;
		line-height: 52px;
	}

	blockquote {
		font-size: 36px;
	}

	.elementor-button.elementor-size-sm {
		min-width: 360px;
	}
}

.elementor-field-type-select .elementor-field {
	display: block;
}

.select2-container {
	font-family: 'Libre Baskerville', serif;
}
form .select2-container {
	width: 100% !important;
}
.select2-container .selection {
	display: block;
}
.select2-container .select2-selection--single {
	height: 48px;
	border: solid #C4C4C4;
	border-width: 0 0 1px 0;
	border-radius: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	line-height: 48px;
	color: var( --e-global-color-secondary );
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='-1.5' x2='10.6535' y2='-1.5' transform='matrix(0.734722 0.678368 -0.734722 0.678368 0.195801 6.36816)' stroke='%232B59C3' stroke-width='3'/%3E%3Cline y1='-1.5' x2='10.6535' y2='-1.5' transform='matrix(-0.734722 0.678368 0.734722 0.678368 15.8506 6.36816)' stroke='%232B59C3' stroke-width='3'/%3E%3C/svg%3E") right center / 17px 17px no-repeat;
	height: 47px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select2-container--open .select2-dropdown {
	margin-top: 8px;
	border: 0;
	border-radius: 20px;
	box-shadow: 0 4px 20px 0px rgb(0 0 0 / 10%);
}
.select2-container .select2-results > .select2-results__options {
	padding: 10px 0;
	max-height: 320px;
}
.select2-container .select2-results .select2-results__option {
	padding: 10px 20px;
	cursor: pointer;
}
.select2-container .select2-results .select2-results__option:hover {
	background: var( --e-global-color-c11d8df );
}
.select2-container .select2-results .select2-results__option[aria-selected=true] {
	color: var( --e-global-color-primary );
}

.hero {
	overflow: hidden;
}
.hero .hero-container {
	position: relative;
	z-index: 1;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}

.hero img {
	display: block;
	width: 100%;
}
.hero img {
	object-fit: cover;
	object-position: 50% 40%;
}

.hero article p {
	font-weight: 500;
}

@media (min-width: 768px) {
	.hero img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}

	.hero .hero-container {
		display: flex;
	}

	.hero img {
		height: 420px;
	}

	.hero article {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		max-width: 480px;
		min-height: 420px;
	}
}

@media (min-width: 1025px) {
	.hero {
		width: 100%;
		aspect-ratio: 3 / 1;
	}
	.hero img {
		aspect-ratio: 3 / 1;
		height: auto;
	}

	.hero-container {
		min-height: 100%;
	}
	.hero article {
		max-width: 680px;
	}
	.hero article p {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.hero img {
		aspect-ratio: 16 / 10;
		object-fit: cover;
		object-position: 85% 50%;
	}
	.hero article {
		padding: 20px 0;
		text-align: center;
	}
}

.valueprop-popup {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgb(0 0 0 / 40%);
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	transition: .25s;
}
.valueprop-popup:not(.show) {
	opacity: 0;
	pointer-events: none;
}
.valueprop-popup__wrap {
	background: #fff;
	border-radius: 20px;
	width: 100%;
	max-width: 580px;
	padding: 48px 40px 48px 30px;
	position: relative;
}
.valueprop-popup__close {
	position: absolute;
	top: 24px;
	right: 24px;
	width: 22px;
	height: 22px;
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.38409 1.1739L21 21M20.6159 1L1 20.8261' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
	cursor: pointer;
}

.valueprop-popup__content {
	text-align: center;
}
.valueprop-popup__content .elementor-icon {
	font-size: 58px;
	margin: 0 0 16px;
}
.valueprop-popup__content .elementor-icon-box-title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	position: relative;
}
.valueprop-popup__content .elementor-icon-box-description {
	margin: 0;
}

@media (min-width: 1025px) {
	.valueprop-popup__content {
		display: grid;
		grid-template-columns: 30% 1fr;
		grid-gap: 0 28px;
	}

	.valueprop-popup__content .elementor-icon-box-title {
		grid-column: 1;
		margin: 0;
	}

	.valueprop-popup__content .elementor-icon-box-description {
		grid-column: 2;
		grid-row: span 2 / 1;
		text-align: left;
		padding-left: 32px;
		border-left: 1px solid #000;
		display: flex;
		align-items: center;
	}
}

@media (max-width: 1025px) {
	.valueprop-popup__content .elementor-icon-box-title {
		margin: 0 0 16px;
		padding: 0 0 16px;
	}
	.valueprop-popup__content .elementor-icon-box-title:after {
		content: "";
		position: absolute;
		left: calc(50% - 60px);
		bottom: 0;
		width: 120px;
		height: 1px;
		background: #000;
	}
}

.steps {
	list-style: none;
	counter-reset: steps;
	margin: 0;
	padding: 0;
	overflow: auto;
}
.steps li {
	position: relative;
}
.steps li:before {
	content: counter(steps);
	counter-increment: steps;
	background: #EDF5FF;
	width: 96px;
	font-size: 60px;
	font-weight: bold;
	line-height: 96px;
	color: var( --e-global-color-primary );;
	text-align: center;
	border-radius: 50%;
	display: block;
	margin: 0 auto 48px;
}
.steps li:not(:last-child):after {
	content: "";
	position: absolute;
	left: 48px;
	top: 48px;
	background: var( --e-global-color-primary );
	width: 2px;
	height: 100%;
	z-index: -1;
}
.steps h3 {
	font-weight: bold;
	font-family: "Urbanist", Sans-serif;
    font-size: 26px;
    line-height: 36px;
    color: #001E39;
	margin: 0 0 8px;
}
.steps p {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.steps p a {
	font-weight: 700;
}

.steps-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 16px 0 0;
	padding: 0;
}
.steps-nav button {
	background: #DADADA;
	width: 12px;
	height: 12px;
	margin: 0 8px;
	padding: 0;
	border:  0;
	border-radius: 50%;
}
.steps-nav .active {
	background: #000;
}

@media (min-width: 768px) {
	.steps li {
		padding-left: 136px;
	}
	.steps li + li {
		margin: 40px 0 0;
	}
	.steps li:before {
		position: absolute;
		left: 0;
		top: 0;
	}

	.steps-nav {
		display: none;
	}
}

@media (max-width: 767px) {
	.steps {
		display: flex;
		text-align: center;
		margin: 0 -20px;
		scroll-snap-type: x mandatory;
	}
	.steps li {
		width: 100vw;
		flex-shrink: 0;
		padding: 0 32px 8px;
		scroll-snap-align: center;
	}
	.steps li h3 {
		margin-top: auto;
	}
	.steps li p {
		padding: 0 24px;
		margin-bottom: auto;
	}
	.steps li:not(:last-child):after {
		left: 50%;
		height: 2px;
		width: 100%;
	}
}

.achievements {
	max-width: 1030px;
	margin: 0 auto;
	position: relative;
	color: var( --e-global-color-secondary );
}

.achievement {
	font-size: 18px;
	font-weight: bold; 
	font-family: "Poppins", Sans-serif;
	
}
.achievement h3 {
	font-family: "Urbanist", Sans-serif;
    font-size: 35px !important;
    font-weight: 600;
    line-height: 45px;
	margin: 0 0 4px;
	position: relative;
}
.achievement h3:after {
	content: "";
	display: block;
	background: #2b59c3; 
	width: 60%;
	height: 3px;
	margin: 4px 0 0;
}

@media (min-width: 1025px) {
	.achievements {
		height: 500px;
	}

	.achievement {
		position: absolute;
		background: #EDF5FF;
		padding: 32px 24px 32px 32px;
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
		border-radius: 20px;
		min-width: 160px;
		cursor: pointer;
		transform-origin: left top;
		transition: .25s;
	}
	.achievement:not(:first-child) {
		font-size: 18px;
	}

	.achievement:hover {
		background: #001E39;
		color: #fff;
		transform: scale(1.2);
		z-index: 1;
	}

	.achievement:nth-child(1) {
		left: 77%;
		bottom: 14%;
	}
	.achievement:nth-child(2) {
		min-width: 200px;
		left: 0;
		top: 0;
	}
	.achievement:nth-child(3) {
		width: 250px;
		left: 2%;
		bottom: 0;
	}
	.achievement:nth-child(4) {
		width: 250px;
		left: 48%;
		top: 4%;
	}
	.achievement:nth-child(5) {
		width: 210px;
		left: 33%;
		bottom: 8%;
	}

	.achievement:not(:first-child) h3 {
		font-size: 32px;
		line-height: 36px;
	}

	.achievements img {
		position: absolute;
		filter: brightness(0.6);
		border-radius: 20px;
		transition: .25s;
	}
	.achievements img:nth-of-type(1) {
		width: 250px;
		top: 22%;
		left: 21%;
	}
	.achievements img:nth-of-type(2) {
		width: 250px;
		left: 76%;
		top: 8%;
	}
	.achievements img:nth-of-type(3) {
		width: 160px;
		top: 48%;
		left: 57%;
	}

	.achievements img:hover {
		width: 320px;
		filter: brightness(1);
	}
}
@media (max-width: 1025px) {
	.achievements {
		margin: 0 -10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 16px;
	}
	.achievements img {
		display: none;
	}
	.achievement {
		box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
		border-radius: 12px;
		width: calc(50% - 8px);
		padding: 24px 8px 24px 24px;
	}
}

.postmeta .post-categories {
	margin: 0 0 8px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.7px;
	max-height: 72px;
	overflow: hidden;
}
.post-categories a {
	display: inline-block !important;
	border: 1px solid var( --e-global-color-primary );
	border-radius: 20px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.7px;
	padding: 3px 10px;
}
.post-categories a:hover {
	background: var( --e-global-color-primary );
	color: #fff;
}

.blogposts {
	max-width: 1160px;
	margin: 0 auto;
}
.blogposts.grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	grid-gap: 64px 48px;
}
.blogposts .swiper-container:not(.swiper-container-initialized) > .swiper-wrapper {
	display: flex;
	justify-content: space-between;
}
.blogposts .swiper-container:not(.swiper-container-initialized) > .swiper-wrapper article {
	width: 30%;
	min-width: 280px;
}

.blogposts article {
	font-size: 16px;
	line-height: 1.5;
	height: auto;
	padding-bottom: 24px;
}
.blogposts .thumb {
	display: block;
	position: relative;
	margin: 0 0 16px;
	max-height: 460px;
}
.blogposts .thumb:before {
	content: "";
	display: block;
	padding: 36% 0;
	pointer-events: none;
}
.blogposts .thumb img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.blogposts h4 {
	font-family: "Urbanist", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
	letter-spacing: 0.7px;
	margin-bottom: 16px;
	color: #001E39 !important;
	
}
.blogposts h4:last-child {
	margin-bottom: 0;
}
.blogposts h4 a {
	color: inherit;
}
.blogposts p {
	display: -webkit-box;
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	margin: 0 0 16px;
}
.blogposts p:last-child {
	margin-bottom: 0;
}
.blogposts .readnow {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	text-decoration: underline;
	text-transform: uppercase;
}
.blogposts .swiper-pagination {
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 48px 0 0;
}
.blogposts .swiper-pagination .swiper-pagination-bullet {
	background: #000;
	width: 10px;
	height: 10px;
}

.blogposts:not(.grid) > article + article {
	margin-top: 56px;
}

.blogposts article .postmeta {
	margin: 0 0 16px;
}

.postmeta.align-center {
	text-align: center;
}
.postmeta.align-center .post-categories {
	justify-content: center;
}

.postmeta > a {
	font-size: 16px;
	white-space: nowrap;
	margin: 0 0 8px;
}
.postmeta b a {
	color: inherit;
}

@media (min-width: 1025px) {
	.blogposts > article .thumb {
		margin: 0 0 24px;
	}
	.blogposts > article h3 {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.blogposts h4 {
		font-size: 20px;
	}
}

.elementor-accordion .elementor-accordion-item {
	border: 0;
	padding: 16px 0;
}
.elementor-accordion .elementor-tab-title {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
	width: auto;
	color: var( --e-global-color-accent );
	margin-left: 24px;
}
.elementor-accordion .elementor-tab-content {
	padding: 24px 0 0;
	border: 0;
}
.elementor-accordion .elementor-tab-content a {
	font-weight: 600;
	text-decoration: underline;
}

@media (min-width: 768px) {
	.elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
		margin: 8px 0;
	}
}
@media (max-width: 767px) {
	.elementor-accordion .elementor-accordion-item {
		border-bottom: 1px solid #DADADA;
	}
	.elementor-accordion .elementor-tab-title {
		font-size: 18px;
	}
	.elementor-accordion .elementor-tab-content {
		padding: 10px 0 0;
	}
}

input[type=range] { 
	-webkit-appearance: none;
	background: transparent;
	height: 20px;
}
input[type=range]::-webkit-slider-runnable-track {
	height: 2px;
	background: rgb(5 47 70 / 0.4);
}
input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background: #08C195;
	margin: -9px 0;
	position: relative;
	z-index: 10;
}

.range-wrap {
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.range-wrap h4 {
	font-size: 20px;
	font-weight: bold;
	color: var( --e-global-color-primary );
}
.range-wrap input {
	display: block;
	width: 100%;
	margin: 0 0 5px;
}
.range-progress {
	position: absolute;
	left: 0;
	bottom: 33.5px;
	height: 2px;
	background: #052F46;
}
.range-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	color: rgba(0, 41, 64, 0.5)
}

.cards {
	max-width: 880px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
}
.card {
	display: flex;
	align-items: center;
	background: #EDF5FF;
	min-height: 208px;
	border-radius: 20px;
	overflow: hidden;
	transition: .25s;
}
.card:hover {
	background: #D6E7FF;
	color: var( --e-global-color-primary );
}
.card figure {
	width: 42%;
}
.card figure:not(.align-middle) {
	align-self: flex-end;
}
.card figure svg {
	max-width: 100%;
	height: auto;
	display: block;
}
.card h3 {
	font-family: "Urbanist", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
	margin: 16px;
	flex-grow: 1;
	text-align: center;
}

.card svg g {
	transition: .3s;
}

.card .creditcards g:first-child {
	transform-origin: left;
}
.card:hover .creditcards g:first-child {
	transform: rotate(8deg);
}
.card:hover .creditcards g:last-child {
	transform: rotate(-4deg) translateX(-8px);
}

.card:hover .truck g:first-child {
	transform: translateX(44px);
}

.card:hover .savings .coin-1 {
	transform: rotate(-45deg);
}
.card:hover .savings .coin-2 {
	transform: rotate(16deg) translate(22px, 4px);
}
.card:hover .savings .coin-3 {
	transform: rotate(6deg) translate(-5px, -30px);
}

.card .education g {
	transform-origin: right;
}
.card:hover .education g {
	transform: rotate(8deg);
}

@media (max-width: 1025px) {
	.cards {
		grid-gap: 16px;
	}
}

@media (max-width: 767px) {
	.cards {
		grid-template-columns: 1fr;
	}
	.card {
		min-height: 150px;
	}
	.card h3 {
		font-size: 20px;
		line-height: 1.5;
	}
}

.stories {
	margin: 0 0 16px;
}
.stories-tabs {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	text-align: center;
	max-width: 924px;
	margin: 0 auto 48px;
	padding: 0;
	font-size: 18px;
	line-height: 32px;
}
.stories-tabs li a {
	position: relative;
	display: block;
	font-weight: 500;
	color: var( --e-global-color-secondary );
	border-radius: 20px;
}

.stories .swiper-container {
	overflow: visible;
	max-width: 440px;
	margin: 0 auto;
}
.stories .swiper-container:not(.active) {
	display: none;
}
.stories .swiper-slide:not(.swiper-slide-active) {
	opacity: 0.3;
	transform: scale(0.9);
}
.stories article {
	border-radius: 20px;
	padding: 32px;
	box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
	text-align: center;
}
.stories article img {
	display: block;
	width: auto;
	height: 72px;
	margin: 0 auto 20px;
}
.stories article .text {
	max-width: 290px;
	font-family: "Poppins", Sans-serif;
	margin: 0 auto;
	line-height: 1.5;
	font-weight:400;
}
.stories article h4 {
	font-family: "Urbanist", Sans-serif;
    font-size: 20px !important;
    font-weight: 600;
    line-height: 30px;
	font-style: italic;
	margin: 0;
	color:#2b59c3 !important;
}
.stories nav {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 32px 0 0;
}
.stories nav .swiper-button-prev,
.stories nav .swiper-button-next {
	background: var( --e-global-color-secondary ) center / 12px 19px no-repeat;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	position: static;
	margin: 0;
	position: absolute;
	top: calc(50% - 50px);
}
.stories nav .swiper-button-prev:after,
.stories nav .swiper-button-next:after {
	display: none;
}
.stories nav .swiper-button-prev {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='-1.5' x2='13.0863' y2='-1.5' transform='matrix(-0.687742 -0.725955 -0.687742 0.725955 9 19)' stroke='white' stroke-width='3'/%3E%3Cline y1='-1.5' x2='13.0863' y2='-1.5' transform='matrix(-0.687742 0.725955 -0.687742 -0.725955 9 0)' stroke='white' stroke-width='3'/%3E%3C/svg%3E");
	left: -28px;
}
.stories nav .swiper-button-next {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='-1.5' x2='13.0863' y2='-1.5' transform='matrix(0.687742 -0.725955 0.687742 0.725955 3 19)' stroke='white' stroke-width='3'/%3E%3Cline y1='-1.5' x2='13.0863' y2='-1.5' transform='matrix(0.687742 0.725955 0.687742 -0.725955 3 0)' stroke='white' stroke-width='3'/%3E%3C/svg%3E");
	right: -28px;
}

.stories nav .swiper-button-prev:not(:hover),
.stories nav .swiper-button-next:not(:hover) {
	opacity: 0.6;
}
.stories nav .swiper-pagination {
	position: static;
	margin: 0 52px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.stories nav .swiper-pagination-bullet {
	background: #DADADA;
	width: 12px;
	height: 12px;
	margin: 0 8px;
	opacity: 1;
}
.stories nav .swiper-pagination-bullet-active {
	background: var( --e-global-color-secondary );
}

@media (min-width: 1025px) {
	.stories-tabs {
		background: #EDF5FF;
		border-radius: 20px;
	}
	.stories-tabs li {
		flex-grow: 1;
	}
	.stories-tabs li a {
		display: block;
		padding: 20px 8px;
	}
	.stories-tabs li.active a {
		background: #001E39;
		font-weight: 600;
		font-size: 20px;
		letter-spacing: 0.7px;
		color: #fff;
		font-family: "Poppins", Sans-serif;
	}

	.stories article h4 {
		font-size: 20px;
	}
}
@media (max-width: 1024px) {
	.stories-tabs {
		flex-direction: column;
		margin-bottom: 20px;
	}
	.stories-tabs li {
		margin-bottom: 12px;
	}
	.stories-tabs li a {
		padding: 0 20px;
	}
	.stories-tabs li.active {
		order: -1;
	}
	.stories-tabs li.active a {
		background: #EDF5FF;
		padding-right: 36px;
	}
	.stories-tabs li.active a:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 14px;
		width: 12px;
		background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.57259 12.5056C6.2816 12.8004 5.80674 12.8034 5.51196 12.5124L0.708185 7.77047C0.413401 7.47948 0.410327 7.00461 0.701318 6.70983C0.992309 6.41505 1.46717 6.41197 1.76196 6.70296L6.03198 10.918L10.2471 6.64803C10.5381 6.35325 11.0129 6.35017 11.3077 6.64116C11.6025 6.93215 11.6056 7.40702 11.3146 7.7018L6.57259 12.5056ZM6.71141 0.0163846L6.78883 11.9738L5.28886 11.9835L5.21144 0.0260959L6.71141 0.0163846Z' fill='%232B59C3'/%3E%3C/svg%3E") center / 12px 13px no-repeat;
		transition: .25s;
	}
	.stories-tabs:not(.open) li:not(.active) {
		display: none;
	}
	.stories-tabs.open li.active a:after {
		transform: rotate(180deg);
	}
}

@media (max-width: 767px) {
	.stories nav .swiper-button-prev,
	.stories nav .swiper-button-next {
		display: none;
	}
}

.locations .swiper {
	overflow: visible;
}
.locations .swiper-pagination {
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 32px 0 0;
}
.locations .swiper-pagination-bullet {
	background: #dadada;
	width: 12px;
	height: 12px;
	opacity: 1;
}
.locations .swiper-pagination-bullet-active {
	background: #000;
}

.location {
	overflow: visible;
	text-align: center;
	color: inherit;
}
.location:active,
.location:hover {
	color: inherit;
}
.location img {
	display: block;
	border-radius: 20px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	margin: 0 0 -24px;
}
.location .textwrap {
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 20px 20px;
	margin: 0 24px;
	padding: 56px 8px 24px;
}
.location h3 {
	margin-bottom: 16px;
	color: #2b59c3;
    font-family: "Urbanist", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
}
.location p {
	margin-bottom: 0;
	color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.location a {
	color: inherit;
}
.location small {
	display: block;
	margin: 16px 0 8px;
	font-size: 14px;
	font-weight: 500;
}
.location .toggle {
	display: block;
	width: 18px;
	height: 16px;
	margin: 0 auto;
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='-1.5' x2='10.6535' y2='-1.5' transform='matrix(0.734722 0.678368 -0.734722 0.678368 0.927979 6)' stroke='%232B59C3' stroke-width='3'/%3E%3Cline y1='-1.5' x2='10.6535' y2='-1.5' transform='matrix(-0.734722 0.678368 0.734722 0.678368 16.5828 6)' stroke='%232B59C3' stroke-width='3'/%3E%3C/svg%3E") center / contain no-repeat;
	cursor: pointer;
	pointer-events: auto;
	transition: .25s;
}
.location.open .toggle {
	transform: rotate(180deg);
}

@media (min-width: 1025px) {
	.location .text {
		display: none;
	}
}
@media (max-width: 1024px) {
	.location .toggle {
		display: none;
	}
}

.elementor-custom-embed-play {
	width: 120px;
	height: 120px;
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 162 163' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='80.9425' cy='81.1725' rx='80.8175' ry='80.9173' fill='white'/%3E%3Cpath d='M111.96 77.9622C113.958 79.1172 113.958 82.0017 111.96 83.1567L66.7701 109.279C64.7701 110.436 62.2687 108.992 62.2687 106.682L62.2687 54.4367C62.2687 52.1266 64.7701 50.6833 66.7701 51.8395L111.96 77.9622Z' fill='%23C4C4C4'/%3E%3C/svg%3E") center / contain no-repeat;
	pointer-events: none;
}
.elementor-custom-embed-play i {
	display: none;
}

.elementor-testimonial__footer cite,
.elementor-testimonial__header cite {
	align-items: flex-start;
}

.timelinewrap {
	overflow: auto;
}
.timeline__progress {
	position: absolute;
	left: 0;
	right: 0;
	top: 80px;
	display: block;
	width: 2px;
	background: var( --e-global-color-primary );
	margin: 0 auto;
	z-index: 1;
}
.timeline {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.timeline li {
	position: relative;
	transition: .25s;
}
.timeline li * {
	transition: .25s;
}
.timeline li:not(.active) * {
	opacity: 0.6;
}
.timeline li:not(:last-child):before {
	content: "";
	position: absolute;
	background:#001E39;
}
.timeline li:after {
	content: "";
	position: absolute;
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
	background:#2b59c3;
	border-radius: 50%;
	z-index: 1;
	transition: .2s;
}
.timeline li.active:after {
	background:#001E39;
}

.timeline h3 {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 16px;
}
.timeline li:first-child h3 {
	color: var( --e-global-color-primary );
}

.timeline p {
	max-width: 360px;
	color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    line-height: 28px;
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 24px 16px;
	font-weight: 500;
	margin: 0;
	position: relative;
	z-index: 1;
}

.timeline img {
	display: block;
	margin: 0 auto 16px;
}

.timeline-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 0 0;
}
.timeline-nav button {
	background: #DADADA;
	width: 12px;
	height: 12px;
	margin: 0 8px;
	padding: 0;
	border:  0;
	border-radius: 50%;
}
.timeline-nav .active {
	background: #000;
}

.faqwrap nav a {
	color: #001e39;
    font-family: "Urbanist", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
}

@media (min-width: 1025px) {
	.timeline li {
		display: flex;
		align-items: center;
		width: 50%;
		min-height: 190px;
		padding: 0 56px;
	}
	.timeline li:nth-child(odd) {
		margin-left: auto;
	}
	.timeline li:last-child {
		margin-bottom: 80px;
	}
	.timeline li:before {
		top: 50%;
		height: 100%;
		width: 2px;
	}
	.timeline li:nth-child(odd):before {
		left: -1px;
	}
	.timeline li:nth-child(even):before {
		right: -1px;
	}
	.timeline li:nth-child(odd):after {
		left: -20px;
	}
	.timeline li:nth-child(even):after {
		right: -20px;
	}

	.timeline h3 {
		position: absolute;
		padding: 0 56px;
		top: calc(50% - 18px);
		white-space: nowrap;
	   	font-family: "Urbanist", Sans-serif;
        font-size: 35px;
        line-height: 45px;
	}
	.timeline li:nth-child(odd) h3 {
		right: 100%;
	}
	.timeline li:nth-child(even) h3 {
		left: 100%;
	}

	.timeline p:before {
		content: "";
		position: absolute;
		top: calc(50% - 10px);
		border: 10px solid transparent;
	}
	.timeline li:first-child p {
		max-width: 280px;
	}
	.timeline li:nth-child(even) p {
		margin-left: auto;
	}
	.timeline li:nth-child(odd) p:before {
		right: 100%;
		border-right-color: #fff;
	}
	.timeline li:nth-child(even) p:before {
		left: 100%;
		border-left-color: #fff;
	}

	.timeline img {
		position: absolute;
		width: 320px;
		top: 0;
	}
	.timeline li:nth-child(odd) img {
		right: 0;
	}
	.timeline li:nth-child(even) img {
		left: 0;
	}

	.timeline-nav {
		display: none;
	}
}

@media (max-width: 1024px) {
	.timelinewrap {
		display: flex;
	}
	.timelinewrap {
		margin: 0 -20px;
	}
	.timelinewrap:before,
	.timelinewrap:after {
		content: "";
		display: block;
	}
	.timelinewrap:before {
		padding-left: calc(50% - 96px);
	}
	.timelinewrap:after {
		padding-left: calc(50% - 96px);
	}

	.timeline__progress {
		display: none;
		top: 19px;
		left: 50vw;
		height: 2px;
		max-width: calc(100% - 100vw);
		margin: 0;
	}

	.timeline {
		display: flex;
	}
	.timeline li {
		padding: 80px 16px 24px;
		flex-shrink: 0;
		width: 232px;
	}
	.timeline li:before {
		left: 50%;
		top: 19px;
		width: 100%;
		height: 2px;
	}
	.timeline li:after {
		top: 0;
		left: calc(50% - 20px);
	}
	.timeline h3 {
		font-size: 14px;
		line-height: 20px;
	}
	.timeline p {
		padding: 20px 12px;
	}
}

.faqwrap {
	max-width: 1180px;
	margin: 0 auto;
}

.faq-tabs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	list-style: none;
	max-width: 1040px;
	margin: 0 auto 40px;
	padding: 0;
	font-weight: 500;
}
.faq-tabs li {
	padding: 0 5px 16px;
}
.faq-tabs a {
	display: block;
	position: relative;
	padding: 10px 20px;
	border-radius: 20px;
	font-size: 18px;
	line-height: 32px;
	color: var( --e-global-color-secondary );
}

.faqwrap nav {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 42px;
}
.faqwrap nav a {
	color: inherit;
	margin: 0 40px;
	border-bottom: 3px solid transparent;
	position: relative;
}
.faqwrap nav a:first-child {
	margin-left: 0;
}
.faqwrap nav a:last-child {
	margin-right: 0;
}
.faqwrap nav a:not(:last-child):after {
	content: "";
	position: absolute;
	top: 10px;
	bottom: 8px;
	right: -40px;
	width: 1px;
	background: var( --e-global-color-secondary );
}
.faqwrap nav a.active {
	border-bottom-color:#2b59c3;
}

.faq-container > h1 {
	font-family: inherit;
	font-size: 28px;
	font-weight: bold;
	max-width: 128px;
	padding: 40px 0 0;
	margin: 0 0 16px;
	border-bottom: 3px solid var( --e-global-color-accent );
}

.faqwrap article {
	padding: 0 20px;
	border-bottom:1px solid #d5d8dc;
}
.faqwrap article > h1 {
	text-align: center;
	margin: 0 0 60px;
}
.faqwrap article > h3 {
	margin: 0;
	padding: 0 32px 0 0;
	position: relative;
	display: flex;
	align-items: center;
	min-height: 80px;
}
.faqwrap article > h3:after {
	content: ">";
	position: absolute;
	top: calc(50% - 18px);
	right: 0;
	font-size: 36px;
	font-weight: 600;
	line-height: 1;
	color:#001e39;
}
.faqwrap article h3 a {
    color: #001e39 !important;
    font-family: "Urbanist", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
}

.faqwrap article h3 a:hover {
    color: #2b59c3;
}

.faqwrap article .text h2 {
	font-size: 32px;
	line-height: 1.3;
}

.faqwrap article .backtotax {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 60px auto 0;
	font-weight: 600;
	color: inherit;
}
.faqwrap article .backtotax img {
	height: 16px;
	margin-right: 20px;
}

@media (min-width: 1025px) {
	.faq-tabs a {
		background: var( --e-global-color-c11d8df );
	}

	.faq-tabs a:hover,
	.faq-tabs li.active a {
		background: var( --e-global-color-secondary );
		color: #fff;
	}
}
@media (max-width: 1024px) {
	.faq-tabs {
		flex-direction: column;
	}
	.faq-tabs li {
		padding: 0;
		margin-bottom: 12px;
	}
	.faq-tabs li a {
		padding: 0 20px;
	}
	.faq-tabs li.active {
		order: -1;
	}
	.faq-tabs li.active a {
		background: #EDF5FF;
		padding-right: 36px;
	}
	.faq-tabs li.active a:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 14px;
		width: 12px;
		background: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.707107' y1='3.74211' x2='6.70711' y2='9.74211' stroke='%232B59C3' stroke-width='2'/%3E%3Cline y1='-1' x2='8.48528' y2='-1' transform='matrix(-0.707107 0.707107 0.707107 0.707107 12 4.44922)' stroke='%232B59C3' stroke-width='2'/%3E%3C/svg%3E") center / 12px 13px no-repeat;
		transition: .25s;
	}
	.faq-tabs:not(.open) li:not(.active) {
		display: none;
	}
	.faq-tabs.open li.active a:after {
		transform: rotate(180deg);
	}

	.faqwrap nav {
		font-size: 18px;
	}

	.faq-container > h2 {
		max-width: 80px;
		margin-left: auto;
		margin-right: auto;
		font-size: 20px;
		text-align: center;
	}

	.faqwrap article {
		padding: 0 10px;
	}
	.faqwrap article > h3 {
		font-size: 18px;
		line-height: 27px;
	}

	.faqwrap article .text h2 {
		font-size: 24px;
	}
}

#breadcrumbs {
	color: var( --e-global-color-primary );
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	margin: 32px -12px 0;
}
.pagination .page-numbers {
	margin: 0 12px;
	border-radius: 40px;
	color: inherit;
}
.pagination .current {
	min-width: 30px;
	 background-image: linear-gradient(90deg, var(--e-global-color-primary) 0%, #40BAFF 80%);
	color: #fff;
}
.pagination .prev,
.pagination .next {
	width: 56px;
	height: 56px;
	background: var( --e-global-color-secondary ) center / 12px 19px no-repeat;
	opacity: 0.6;
	transition: .25s;
}

.pagination .prev:hover,
.pagination .next:hover {
	opacity: 1;
}

.pagination .prev {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='-1.5' x2='13.0863' y2='-1.5' transform='matrix(-0.687742 -0.725955 -0.687742 0.725955 9 19)' stroke='white' stroke-width='3'/%3E%3Cline y1='-1.5' x2='13.0863' y2='-1.5' transform='matrix(-0.687742 0.725955 -0.687742 -0.725955 9 0)' stroke='white' stroke-width='3'/%3E%3C/svg%3E");
}
.pagination .next {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='-1.5' x2='13.0863' y2='-1.5' transform='matrix(0.687742 -0.725955 0.687742 0.725955 3 19)' stroke='white' stroke-width='3'/%3E%3Cline y1='-1.5' x2='13.0863' y2='-1.5' transform='matrix(0.687742 0.725955 0.687742 -0.725955 3 0)' stroke='white' stroke-width='3'/%3E%3C/svg%3E");
}

@media (max-width: 767px) {
	.pagination .prev,
	.pagination .next {
		width: 36px;
		height: 36px;
	}
}

.elementor-widget-theme-site-logo a img {
	pointer-events: none;
}

a > div,
a > span {
	pointer-events: none;
}

.elementor-form .elementor-form-fields-wrapper .elementor-field-group.recaptcha_v3-bottomleft {
	margin: 0 !important;
}

.cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	margin: 0 0 32px;
	font-weight: 600;
}
.cta figure {
	width: 220px;
	flex-shrink: 0;
	margin: 0;
}
.cta figure img {
	display: block;
	width: 100%;
}
.cta h4 {
	font-weight: bold;
}
.cta p:empty {
	display: none;
}
.cta :last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.cta {
		flex-direction: column;
		text-align: center;
		gap: 20px;
	}
	.cta a {
		display: block;
	}
}

.catposts .swiper-wrapper {
	overflow: visible !important;
}

.catposts:not(.active) {
	display: none;
}
.catposts > a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-weight: 600;
}
.catposts > a:after {
	content: "";
	background: url(/wp-content/uploads/2024/01/arrow-right.svg) center / contain no-repeat;
	width: 16px;
	height: 16px;
}

@media (min-width: 576px) {
	.catposts {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 40px;
		align-items: center;
	}

	.catposts .swiper {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.catposts > a {
		margin: 24px 0 0;
	}
}

.postmeta.align-center {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.postmeta.align-center .post-categories {
	margin: 0;
}

.backtotop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 32px;
	width: 140px;
	margin: 0 auto;
	padding: 8px;
	z-index: 1;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #797979;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	cursor: pointer;
	transition: 200ms;
}
.backtotop:hover {
	background: #EFF6FF;
}
.backtotop:after {
	content: "";
	width: 12px;
	height: 12px;
	background: url(/wp-content/uploads/2023/12/down.svg) center / contain no-repeat;
	transform: rotate(180deg)
}
.backtotop:not(.show) {
	opacity: 0;
	visibility: hidden;
}

.catlist {
	display: flex;
	align-items: center;
	gap: 10px;
	list-style: none;
	margin: 0 -20px 40px;
	padding: 0 20px;
	font-weight: 500;
	overflow: auto;
}
.catlist li {
	padding: 0 0 8px;
}
.catlist a {
	display: block;
	position: relative;
	padding: 3px 10px;
	border-radius: 20px;
	font-size: 16px;
	line-height: 24px;
	background: var( --e-global-color-c11d8df );
	color: var( --e-global-color-secondary );
	text-align: center;
	white-space: nowrap;
}

.catlist a:hover,
.catlist li.active a {
	background: var( --e-global-color-secondary );
	color: #fff;
}

@media (min-width: 768px) {
	.catlist {
		flex-wrap: wrap;
		justify-content: center;
	}
	.catlist a {
		padding: 10px 20px;
		font-size: 18px;
		line-height: 32px;
	}
}


/* Newsletter Mobile CSS */
#newsletter-mob.subscribehubform .hbspt-form form {
	flex-direction: column;
	background: transparent !important;
	box-shadow: unset;
	gap: 15px;
	border-radius: 0;
	padding: 0;
}
#newsletter-mob .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
	width: 100%;
}
#newsletter-mob input[type=email] {
	background-color: #ffffff;
	border-radius: 10px 10px 10px 10px;
	color: #001e39;
	height: 50px;
	padding: 12px 28px;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
	-webkit-appearance: none;
}
#newsletter-mob input[type=submit]{
	max-width: 160px;
}
#newsletter-mob .hs_submit.hs-submit {
	width: 100%;
	max-width: 160px;
}
#newsletter-mob .subscribehubform .hbspt-form form .hs_email.hs-email{
	width: 100%;
}







.rew-st .stories nav .swiper-button-prev{
    background-image: url(https://attorney-newyork.pwstechdev.com/wp-content/uploads/2025/01/Group-1171275218.svg) !important;
	background-size: contain !important;
}
.rew-st .stories nav .swiper-button-next {
    right: -28px;
    background-image: url(https://attorney-newyork.pwstechdev.com/wp-content/uploads/2025/01/Group-1171275217.svg) !important;
	background-size: contain !important;
}


/* .rew-st .stories nav .swiper-button-prev, 
.rew-st .stories nav .swiper-button-next{
    background: transparent !important;
} */