.rc-sticky-cta--top{
	/* Temporary */
	display: none; 
}

.lp-section {
	
	width:100%;
	display:flex;
	    padding: 35px 20px;
	    justify-content: center;
}

.lp-container{
	width:100%;
	max-width:1200px;
	
}

/************ Hero CSS ************/
.lp-section-hero {
	position: relative;
	padding: 80px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* .lp-section-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
} */

.lp-section-hero .lp-container {
	position: relative;
	z-index: 2;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 24px;
}

.lp-section-hero .lp-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 80px;
}

.lp-section-hero .lp-hero-content {
	flex: 1 1 55%;
	max-width: 720px;
	color: #fff;
}

.lp-section-hero .lp-hero-eyebrow {
	margin: 0 0 22px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #ed8f14;
}

.lp-section-hero .lp-hero-heading {
	margin: 0 0 30px;
	color: #fff;
	font-size: clamp(42px, 5vw, 76px);
	line-height: 1.05;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.lp-section-hero .lp-hero-subtitle {
	color: #fff;
	font-size: 20px;
	line-height: 1.7;
}

.lp-section-hero .lp-hero-subtitle p {
	margin: 0 0 28px;
	color: #fff;
}

.lp-section-hero .lp-hero-subtitle p:last-child {
	margin-bottom: 0;
}

.lp-section-hero .lp-hero-actions {
	margin-top: 38px;
}

.lp-section-hero .lp-hero-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 260px;
	padding: 18px 34px;
	border-radius: 5px;
	background: #ed8f14;
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.25s ease;
}

.lp-section-hero .lp-hero-button:hover {
	background: #d97f0d;
	color: #fff;
	transform: translateY(-2px);
}

.lp-section-hero .lp-hero-image {
	flex: 0 0 420px;
	max-width: 420px;
}

.lp-section-hero .lp-hero-image img {
	display: block;
	width: 100%;
	height: 640px;
	object-fit: cover;
	border-radius: 28px;
}

/* Tablet */
@media (max-width: 991px) {
	.lp-section-hero {
		padding: 70px 0;
	}

	.lp-section-hero .lp-inner {
		gap: 40px;
	}

	.lp-section-hero .lp-hero-image {
		flex: 0 0 360px;
		max-width: 360px;
	}

	.lp-section-hero .lp-hero-image img {
		height: 520px;
	}

	.lp-section-hero.lp-hero-subtitle {
		font-size: 18px;	
	}
}

/* Mobile */
@media (max-width: 767px) {
	.lp-section-hero {
		padding: 56px 0;
	}

	.lp-section-hero .lp-inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 36px;
	}

	.lp-section-hero .lp-hero-content,
	.lp-section-hero .lp-hero-image {
		width: 100%;
		max-width: 100%;
		flex: 1 1 100%;
	}

	.lp-section-hero .lp-hero-heading {
		font-size: 42px;
	}

	.lp-section-hero .lp-hero-subtitle {
		font-size: 17px;
		line-height: 1.65;
	}

	.lp-section-hero .lp-hero-button {
		width: 100%;
		min-width: 0;
	}

	.lp-section-hero .lp-hero-image img {
		height: auto;
		max-height: 520px;
	}
}

/********** End Hero CSS **********/

/********* Trustbar CSS ***********/

.lp-section-trustbar {
	background: #f3f3f3;
	padding: 35px 0;
}

.lp-section-trustbar .lp-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 24px;
}

.lp-trustbar-header {
	max-width: 860px;
	margin: 0 auto 48px;
	text-align: center;
}

.lp-trustbar-heading {
	margin: 0 0 22px;
	color: #000;
	font-size: clamp(30px, 4vw, 40px);
	line-height: 1.12;
	font-weight: 400;
	letter-spacing: -0.02em;
}

.lp-trustbar-description {
	max-width: 760px;
	margin: 0 auto;
	color: #000;
	font-size: 18px;
	line-height: 1.6;
}

.lp-trustbar-description p {
	margin: 0;
}

.lp-trustbar-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	align-items: stretch;
}

.lp-trustbar-card {
	background: #173f63;
	color: #fff;
	border-radius: 16px;
	padding: 34px 34px 36px;
	text-align: center;
	min-height: 335px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.lp-trustbar-icon {
	margin: 0 auto 18px;
	width: 72px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lp-trustbar-icon img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block;
}

.lp-trustbar-card-title {
	margin: 0 0 26px;
	color: #fff;
	font-size: 22px;
	line-height: 1.15;
	font-weight: 700;
}

.lp-trustbar-card-value {
	color: #fff;
	font-size: 18px;
	line-height: 1.55;
}

.lp-trustbar-card-value p {
	margin: 0 0 18px;
}

.lp-trustbar-card-value p:last-child {
	margin-bottom: 0;
}

/* tablet */
@media (max-width: 991px) {
	.lp-section-trustbar {
		padding: 35px 0;
	}

	.lp-trustbar-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.lp-trustbar-card {
		min-height: auto;
	}

	.lp-trustbar-card-title {
		font-size: 20px;
	}

	.lp-trustbar-card-value {
		font-size: 17px;
	}
}

/* mobile */
@media (max-width: 767px) {
	.lp-section-trustbar {
		padding: 35px;
	}

	.lp-section-trustbar .lp-container {
		padding: 0 20px;
	}

	.lp-trustbar-header {
		margin-bottom: 34px;
	}

	.lp-trustbar-heading {
		font-size: 32px;
	}

	.lp-trustbar-description {
		font-size: 16px;
	}

	.lp-trustbar-card {
		padding: 28px 22px 30px;
		border-radius: 14px;
	}

	.lp-trustbar-card-title {
		margin-bottom: 20px;
		font-size: 19px;
	}

	.lp-trustbar-card-value {
		font-size: 16px;
		line-height: 1.6;
	}
}

/******* End Trustbar CSS *********/

/********* Empathy CSS ***********/

.lp-empathy-outcomes {
	padding: 35px 0;
	background: #f2f2f2;
}

.lp-empathy-outcomes .lp-container {
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 24px;
}

.lp-empathy-outcomes__inner {
	display: flex;
	align-items: center;
	gap: 80px;
}

.lp-empathy-outcomes--image-left .lp-empathy-outcomes__inner {
	flex-direction: row;
}

.lp-empathy-outcomes--image-right .lp-empathy-outcomes__inner {
	flex-direction: row-reverse;
}

.lp-empathy-outcomes__media {
	flex: 0 0 48%;
	max-width: 48%;
}

.lp-empathy-outcomes__media img {
	display: block;
	width: 100%;
	height: 420px;
	object-fit: cover;
}

.lp-empathy-outcomes__content {
	flex: 1 1 52%;
	max-width: 52%;
}

.lp-empathy-outcomes__heading {
	margin: 0 0 28px;
	color: #000;
	font-size: clamp(30px, 4vw, 40px);
	line-height: 1.05;
	font-weight: 400;
	letter-spacing: -0.02em;
}

.lp-empathy-outcomes__intro {
	margin-bottom: 26px;
	color: #000;
	font-size: 18px;
	line-height: 1.6;
}

.lp-empathy-outcomes__intro p {
	margin: 0;
}

.lp-empathy-outcomes__items {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.lp-empathy-outcomes__item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.lp-empathy-outcomes__item-icon {
	flex: 0 0 40px;
	width: 40px;
	line-height: 0;
}

.lp-empathy-outcomes__item-icon img {
	display: block;
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.lp-empathy-outcomes__item-text {
	flex: 1 1 auto;
}

.lp-empathy-outcomes__item-title {
	margin: 0 0 6px;
	color: #000;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 700;
}

.lp-empathy-outcomes__item-description {
	color: #000;
	font-size: 18px;
	line-height: 1.6;
}

.lp-empathy-outcomes__item-description p {
	margin: 0;
}

/* tablet */
@media (max-width: 991px) {
	.lp-empathy-outcomes {
		padding: 35px 0;
	}

	.lp-empathy-outcomes__inner {
		gap: 40px;
		align-items: flex-start;
	}

	.lp-empathy-outcomes__media img {
		height: 340px;
	}

	.lp-empathy-outcomes__intro,
	.lp-empathy-outcomes__item-description {
		font-size: 17px;
	}
}

/* mobile */
@media (max-width: 767px) {
	.lp-empathy-outcomes {
		padding: 35px 0;
	}

	.lp-empathy-outcomes .lp-container {
		padding: 0 20px;
	}

	.lp-empathy-outcomes__inner,
	.lp-empathy-outcomes--image-left .lp-empathy-outcomes__inner,
	.lp-empathy-outcomes--image-right .lp-empathy-outcomes__inner {
		flex-direction: column;
		gap: 32px;
	}

	.lp-empathy-outcomes__media,
	.lp-empathy-outcomes__content {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.lp-empathy-outcomes__media img {
		height: auto;
		max-height: 360px;
	}

	.lp-empathy-outcomes__heading {
		font-size: 34px;
		margin-bottom: 22px;
	}

	.lp-empathy-outcomes__intro {
		margin-bottom: 22px;
		font-size: 16px;
	}

	.lp-empathy-outcomes__item {
		gap: 12px;
	}

	.lp-empathy-outcomes__item-title {
		font-size: 17px;
	}

	.lp-empathy-outcomes__item-description {
		font-size: 16px;
	}
}

/******* End Empathy CSS *********/
/********* Attorney CSS **********/

.lp-section-attorneys {
	padding: 35px 0;
	background: #f3f3f3;
}

.lp-section-attorneys .lp-container {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 24px;
}

.lp-attorneys-header {
	max-width: 1320px;
	margin: 0 auto 42px;
	text-align: center;
}

.lp-attorneys-heading {
	margin: 0 0 22px;
	color: #000;
	font-size: clamp(30px, 4vw, 40px);
	line-height: 1.12;
	font-weight: 400;
	letter-spacing: -0.02em;
}

.lp-attorneys-subheading {
	max-width: 1320px;
	margin: 0 auto;
	color: #000;
	font-size: 18px;
	line-height: 1.6;
}

.lp-attorneys-subheading p {
	margin: 0;
}

.lp-attorneys-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 390px));
	justify-content: center;
	gap: 20px;
}

.lp-attorneys-card {
	background: transparent;
	display: flex;
	flex-direction: column;
}

.lp-attorneys-card-image {
	width: 100%;
	overflow: hidden;
}

.lp-attorneys-card-image img {
	display: block;
	width: 100%;
	height: 475px;
	object-fit: cover;
}

.lp-attorneys-card-name-wrap {
	padding: 12px 18px;
	text-align: center;
}

.lp-attorneys-card-name {
	margin: 0;
	color: #003b5c;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 500;
}

.lp-attorneys-card-content {
	text-align: center;
	padding-bottom: 20px;
}

.lp-attorneys-card-title {
	margin: 0 0 14px;
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
}

.lp-attorneys-card-bio {
	color: #000;
	font-size: 17px;
	line-height: 1.7;
}

.lp-attorneys-card-bio p {
	margin: 0 0 16px;
}

.lp-attorneys-card-bio p:last-child {
	margin-bottom: 0;
}

.lp-attorneys-card-actions {
	margin-top: 24px;
}

.lp-attorneys-card-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 190px;
	padding: 10px 20px;
	border-radius: 999px;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	transition: all 0.25s ease;
}

.lp-attorneys-card-button:hover {
	opacity: 0.9;
	transform: translateY(-2px);
	color: #ed8f14;
}

/* tablet */
@media (max-width: 991px) {
	.lp-section-attorneys {
		padding: 35px 0;
	}

	.lp-attorneys-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lp-attorneys-card-image img {
		height: 420px;
	}
}

/* mobile */
@media (max-width: 767px) {
	.lp-section-attorneys {
		padding: 35px 0;
	}

	.lp-section-attorneys .lp-container {
		padding: 0 20px;
	}

	.lp-attorneys-header {
		margin-bottom: 30px;
	}

	.lp-attorneys-heading {
		font-size: 34px;
	}

	.lp-attorneys-subheading {
		font-size: 16px;
	}

	.lp-attorneys-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.lp-attorneys-card-image img {
		height: auto;
		max-height: 460px;
	}

	.lp-attorneys-card-name {
		font-size: 20px;
	}

	.lp-attorneys-card-title {
		font-size: 17px;
	}

	.lp-attorneys-card-bio {
		font-size: 16px;
	}

	.lp-attorneys-card-button {
		width: 100%;
		min-width: 0;
	}
}

/******* End Attorney CSS ********/
/******* Testimonials CSS ********/
.lp-section-testimonials {
	padding: 90px 0 70px;
	background: #f3f3f3;
	overflow: hidden;
}

.lp-section-testimonials .lp-container {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 24px;
}

.lp-testimonials-header {
	max-width: 980px;
	margin: 0 auto 42px;
	text-align: center;
}

.lp-testimonials-heading {
	margin: 0 0 18px;
	color: #000;
	font-size: clamp(30px, 4vw, 40px);
	line-height: 1.12;
	font-weight: 400;
	letter-spacing: -0.02em;
}

.lp-testimonials-subheading {
	color: #000;
	font-size: 18px;
	line-height: 1.65;
}

.lp-testimonials-subheading p {
	margin: 0;
}

.lp-testimonials-carousel-wrap {
	position: relative;
	display: flex;
	align-items: center;
	gap: 28px;
}

.lp-testimonials-carousel {
	overflow: hidden;
	width: 100%;
}

.lp-testimonials-track {
	display: flex;
	gap: 22px;
	transition: transform 0.35s ease;
	will-change: transform;
}

.lp-testimonials-slide {
	flex: 0 0 calc((100% - 44px) / 3);
	max-width: calc((100% - 44px) / 3);
}

.lp-testimonials-card {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 14px;
	min-height: 280px;
	padding: 30px 34px 28px;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
}

.lp-testimonials-card-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 24px;
}

.lp-testimonials-reviewer {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	flex: 1 1 auto;
}

.lp-testimonials-reviewer-image {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	overflow: hidden;
	background: #d9dde2;
	flex: 0 0 42px;
}

.lp-testimonials-reviewer-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.lp-testimonials-reviewer-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: #d9dde2;
}

.lp-testimonials-reviewer-name {
	margin: 0 0 2px;
	color: #222;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 500;
}

.lp-testimonials-reviewer-position {
	margin: 0 0 6px;
	color: #777;
	font-size: 13px;
	line-height: 1.35;
}

.lp-testimonials-rating {
	display: flex;
	align-items: center;
	gap: 2px;
}

.lp-testimonials-star {
	color: #d4d4d4;
	font-size: 18px;
	line-height: 1;
}

.lp-testimonials-star.is-active {
	color: #f0a642;
}

.lp-testimonials-google-mark {
	flex: 0 0 auto;
	color: #000;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	margin-top: 2px;
}

.lp-testimonials-card-quote {
	color: #222;
	font-size: 17px;
	line-height: 1.45;
}

.lp-testimonials-card-quote p {
	margin: 0;
}

.lp-testimonials-arrow {
	width: 46px;
	height: 46px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #666;
	font-size: 36px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.10);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.25s ease;
	flex: 0 0 46px;
}

.lp-testimonials-arrow:hover {
	transform: translateY(-1px);
}

.lp-testimonials-arrow:disabled {
	opacity: 0.45;
	cursor: not-allowed;
	transform: none;
}

.lp-testimonials-arrow span {
	transform: translateY(-4px);
}

.lp-testimonials-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 26px;
}

.lp-testimonials-dot {
	width: 8px;
	height: 8px;
	border: 0;
	border-radius: 50%;
	background: #c9c9c9;
	padding: 0;
	cursor: pointer;
}

.lp-testimonials-dot.is-active {
	background: #333;
}

/* tablet */
@media (max-width: 991px) {
	.lp-section-testimonials {
		padding: 72px 0 60px;
	}

	.lp-testimonials-slide {
		flex: 0 0 calc((100% - 22px) / 2);
		max-width: calc((100% - 22px) / 2);
	}

	.lp-testimonials-card {
		min-height: 280px;
		padding: 26px 24px;
	}

	.lp-testimonials-card-quote {
		font-size: 16px;
	}
}

/* mobile */
@media (max-width: 767px) {
	.lp-section-testimonials {
		padding: 56px 0 52px;
	}

	.lp-section-testimonials .lp-container {
		padding: 0 20px;
	}

	.lp-testimonials-header {
		margin-bottom: 28px;
	}

	.lp-testimonials-heading {
		font-size: 34px;
	}

	.lp-testimonials-subheading {
		font-size: 16px;
	}

	.lp-testimonials-carousel-wrap {
		gap: 12px;
	}

	.lp-testimonials-slide {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.lp-testimonials-card {
		min-height: auto;
		padding: 24px 20px;
	}

	.lp-testimonials-card-top {
		margin-bottom: 18px;
	}

	.lp-testimonials-card-quote {
		font-size: 15px;
		line-height: 1.5;
	}

	.lp-testimonials-arrow {
		width: 40px;
		height: 40px;
		font-size: 30px;
		flex: 0 0 40px;
	}
}
/***** End Testimonials CSS ******/

/*********** CTA CSS *************/
.lp-section-cta {
	position: relative;
	padding: 110px 0 140px;
	background-color: #1f4a6d;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.lp-section-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(17, 57, 90, 0.82);
	pointer-events: none;
}

.lp-section-cta .lp-container {
	position: relative;
	z-index: 2;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 24px;
}

.lp-cta-inner {
	text-align: center;
	max-width: 980px;
	margin: 0 auto;
}

.lp-cta-title {
	margin: 50px 0px;
	color: #fff;
	font-size: clamp(30px, 4vw, 40px);
	line-height: 1.08;
	font-weight: 700;
	letter-spacing: -0.02em;
}



.lp-cta-actions {
	margin-top: 0;
}

.lp-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 205px;
	background: #eda93b;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.25s ease;
	padding: 10px 20px;
	border-radius: 999px;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
}

.lp-cta-button:hover {
	background: #de9b31;
	color: #fff;
	transform: translateY(-2px);
}

/* tablet */
@media (max-width: 991px) {
	.lp-section-cta {
		padding: 90px 0 110px;
	}

}

/* mobile */
@media (max-width: 767px) {
	.lp-section-cta {
		padding: 70px 0 80px;
	}

	.lp-section-cta .lp-container {
		padding: 0 20px;
	}

	.lp-cta-title {
		font-size: 38px;
	}

	.lp-cta-button {
		width: 100%;
		max-width: 260px;
		min-width: 0;
		padding: 16px 24px;
		font-size: 18px;
	}
}
/********* End CTA CSS ***********/


/********* Process CSS ***********/
.lp-section-process {
	padding: 35px 0;
}

.lp-section-process .lp-container {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 24px;
}

.lp-process-header {
	max-width: 980px;
	margin: 0 auto 42px;
	text-align: center;
}

.lp-process-heading {
	margin: 0 0 18px;
	color: #111;
	font-size: clamp(30px, 4vw, 40px);
	line-height: 1.12;
	font-weight: 400;
	letter-spacing: -0.02em;
}

.lp-process-subheading {
	color: #222;
	font-size: 18px;
	line-height: 1.65;
}

.lp-process-subheading p {
	margin: 0;
}

.lp-process-grid-parent{
	display: flex;
	justify-content: center;
}

.lp-process-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	width: 80%;
}

.lp-process-card {
	background: #fff;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	padding: 40px;
	min-height: 238px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.lp-head-card{
	display: flex;
}

.lp-process-card-icon {
	width: 60px;
	height: 60px;
	margin-bottom: 18px;
	line-height: 0;
}

.lp-process-card-icon img {
	display: block;
	width: 60px;
	height: 60px;
	object-fit: contain;
	margin-left: 20px;
}

.lp-process-card-step-number {
	margin: 0 0 8px;
	background-color: #173f63;
	color: #fff;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 10px 30px;
	margin-left: -60px;
}

.lp-process-card-title {
	margin: 0 0 14px;
	color: #173f63;
	font-size: clamp(24px, 2vw, 34px);
	line-height: 1.15;
	font-weight: 500;
}

.lp-process-card-description {
	color: #111;
	font-size: 16px;
	line-height: 1.55;
}

.lp-process-card-description p {
	margin: 0;
}

/* tablet */
@media (max-width: 1199px) {
	.lp-process-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.lp-section-process {
		padding: 72px 0;
	}

	.lp-process-card {
		padding: 26px 28px 30px;
		min-height: 220px;
	}

	.lp-process-card-title {
		font-size: 30px;
	}
}

/* mobile */
@media (max-width: 767px) {
	.lp-section-process {
		padding: 56px 0;
	}

	.lp-section-process .lp-container {
		padding: 0 20px;
	}

	.lp-process-header {
		margin-bottom: 28px;
	}

	.lp-process-heading {
		font-size: 34px;
	}

	.lp-process-subheading {
		font-size: 16px;
	}

	.lp-process-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.lp-process-card {
		border-radius: 24px;
		padding: 24px 22px 26px;
		min-height: auto;
	}

	.lp-process-card-icon {
		width: 46px;
		height: 46px;
		margin-bottom: 16px;
	}

	.lp-process-card-icon img {
		width: 46px;
		height: 46px;
	}

	.lp-process-card-title {
		font-size: 24px;
	}

	.lp-process-card-description {
		font-size: 15px;
	}
}
/******* End Process CSS *********/

/***** Service Specific CSS *****/
.lp-section-service-specific {
	padding: 35px 0;
	background: #f5f5f5;
	overflow: hidden;
}

.lp-section-service-specific .lp-container {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 24px;
}

.lp-service-specific__layout {
	display: grid;
	grid-template-columns: minmax(320px, 460px) minmax(0, 1fr);
	gap: 60px;
	align-items: start;
}

.lp-service-specific-left-content{
	height: 100%;
	display: flex;
}

.lp-service-specific__content {
	padding-top: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.lp-service-specific__heading {
	margin: 0 0 34px;
	color: #1f2937;
	font-size: clamp(30px, 4vw, 40px);
	line-height: 0.98;
	font-weight: 400;
	letter-spacing: -0.04em;
}

.lp-service-specific__heading strong,
.lp-service-specific__heading b {
	font-weight: 700;
}

.lp-service-specific__intro {
	margin-bottom: 26px;
	color: #374151;
	font-size: 18px;
	line-height: 1.55;
}

.lp-service-specific__intro p {
	margin: 0 0 18px;
}

.lp-service-specific__intro p:last-child {
	margin-bottom: 0;
}

.lp-service-specific__actions {
	margin-top: 18px;
}

.lp-service-specific__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 22px;
	min-width: 110px;
	border-radius: 999px;
	background: #ff5b36;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
	transition: all 0.25s ease;
}

.lp-service-specific__button:hover {
	background: #f14c28;
	color: #fff;
	transform: translateY(-1px);
}

.lp-service-specific__carousel-area {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 44px;
	gap: 18px;
	align-items: center;
}

.lp-service-specific__viewport {
	overflow: hidden;
	height: 610px;
	padding-right: 2px;
	padding-top: 2px;
}

.lp-service-specific__track {
	display: flex;
	flex-direction: column;
	gap: 22px;
	transition: transform 0.35s ease;
	will-change: transform;
}

.lp-service-specific__card {
	display: grid;
	grid-template-columns: 230px minmax(0, 1fr);
	gap: 34px;
	align-items: center;
	min-height: 278px;
	padding: 26px 26px;
	background: #f7f7f7;
	border: 1px solid #d8dde3;
	border-radius: 5px;
}

.lp-service-specific__card-media {
	width: 100%;
}

.lp-service-specific__card-media img {
	display: block;
	width: 100%;
	height: 230px;
	object-fit: cover;
	border-radius: 5px;
}

.lp-service-specific__card-body {
	min-width: 0;
}

.lp-service-specific__card-title {
	margin: 0 0 10px;
	color: #173f63;
	font-size: clamp(28px, 2.2vw, 44px);
	line-height: 1.1;
	font-weight: 500;
}

.lp-service-specific__card-description {
	color: #3d4350;
	font-size: 17px;
	line-height: 1.45;
}

.lp-service-specific__card-description p {
	margin: 0 0 14px;
}

.lp-service-specific__card-description p:last-child {
	margin-bottom: 0;
}

.lp-service-specific__card-actions {
	margin-top: 18px;
}

.lp-service-specific__card-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border-radius: 999px;
	background: #173f63;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 600;
	transition: all 0.25s ease;
}

.lp-service-specific__card-button:hover {
	background: #083cb2;
	color: #fff;
}

.lp-service-specific__controls {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
}

.lp-service-specific__arrow {
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #4b5563;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
	cursor: pointer;
	font-size: 20px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.lp-service-specific__arrow:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.lp-service-specific__dots {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.lp-service-specific__dot {
	width: 8px;
	height: 8px;
	border: 0;
	border-radius: 50%;
	background: #c9c9c9;
	padding: 0;
	cursor: pointer;
}

.lp-service-specific__dot.is-active {
	background: #333;
}

/* tablet */
@media (max-width: 1199px) {
	.lp-service-specific__layout {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.lp-service-specific__heading {
		max-width: 700px;
	}
}

@media (max-width: 991px) {
	.lp-section-service-specific {
		padding: 72px 0;
	}

	.lp-service-specific__viewport {
		height: 560px;
	}

	.lp-service-specific__card {
		grid-template-columns: 200px minmax(0, 1fr);
		gap: 24px;
		min-height: 250px;
	}

	.lp-service-specific__card-media img {
		height: 200px;
	}

	.lp-service-specific__card-title {
		font-size: 32px;
	}
}

/* mobile */
@media (max-width: 767px) {
	.lp-section-service-specific {
		padding: 56px 0;
	}

	.lp-section-service-specific .lp-container {
		padding: 0 20px;
	}

	.lp-service-specific__layout {
		gap: 30px;
	}

	.lp-service-specific__heading {
		font-size: 42px;
		margin-bottom: 24px;
	}

	.lp-service-specific__intro {
		font-size: 16px;
	}

	.lp-service-specific__carousel-area {
		grid-template-columns: 1fr;
	}

	.lp-service-specific__controls {
		flex-direction: row;
		justify-content: center;
	}

	.lp-service-specific__dots {
		flex-direction: row;
	}

	.lp-service-specific__viewport {
		height: auto;
		overflow: visible;
	}

	.lp-service-specific__track {
		transform: none !important;
		gap: 18px;
	}

	.lp-service-specific__card {
		grid-template-columns: 1fr;
		min-height: auto;
		padding: 22px;
		border-radius: 22px;
	}

	.lp-service-specific__card-media img {
		height: 220px;
		border-radius: 18px;
	}

	.lp-service-specific__card-title {
		font-size: 28px;
	}

	.lp-service-specific__card-description {
		font-size: 16px;
	}

	.lp-service-specific__arrow {
		width: 40px;
		height: 40px;
	}
}
@media (max-width: 766px) {
	.lp-service-specific__controls {
			display: none;
			flex-direction: row;
			justify-content: center;
	}
}
/*** End Service Specific CSS ***/