/* How its Works */
.how-it-works-section {
	padding: 64px 0px 100px 0px;
	background: var(--color-secondary-gray-5);
}
.how-it-works-section .description-bx .sub-heading {
	margin-bottom: 12px !important;
}
/* GPS Swiper */
.general-service-bx {
	display: flex;
	padding: var(--sec-inner-gap);
	flex-direction: column;
	align-items: flex-start;
	gap: 45px;
	background-color: var(--color-white);
	border-radius: 24px;
	margin-top: var(--sec-inner-gap);
}
.general-service-bx .description-bx {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
.general-service-bx .description-bx .view-all {
	height: 44px;
	padding: 12px 24px;
}
.general-service-bx .description-bx .view-all button {
	display: flex;
	align-items: center;
	gap: 8px;
	border: 0;
	background-color: transparent;
}
.general-service-bx .description-bx p {
	opacity: 0.7;
}
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-swiper-bx {
	width: 100%;
	position: relative;
	padding-right: 76px;
}
.gps-swiper {
	position: relative;
}
.gps-swiper .swiper-slide .slide {
	border-radius: 12px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	min-height: 199px;
}
.gps-swiper .swiper-slide .slide .img-bx {
	width: 35px;
	height: 35px;
	margin-bottom: 9px;
}
.gps-swiper .swiper-slide .slide .text-bx {
	height: 66px;
	width: 100%;
	text-align: center;
}
.gps-swiper .swiper-slide .slide .text-bx h3 {
	color: var(--color-secondary-gray);
	font-size: var(--f-s-20);
	line-height: var(--f-s-30);
	font-weight: var(--fontSemiBold);
	margin: 0;
}
.gps-swiper .swiper-slide .slide .text-bx h4  {
	color: var(--color-secondary-gray);
	font-size: var(--f-s-16);
	line-height: var(--f-s-22);
	font-weight: var(--fontSemiBold);
	margin: 0;
}
.main-swiper-bx .swiper-btn {
	background-color: var(--color-white);
	display: flex;
	width: 44px;
	height: 44px;
	padding: 12px 14px;
	justify-content: center;
	align-items: center;
	border-radius: 999px;
	border: 1px solid var(--color-secondary-gray-10);
}
.main-swiper-bx .swiper-button-next {
	right: var(--swiper-navigation-sides-offset, 0px);
}
.main-swiper-bx .swiper-btn:hover img {
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.main-swiper-bx .swiper-button-next:after,
.swiper-button-prev:after {
	content: "";
}
.main-swiper-bx .swiper-button-prev img {
	transform: rotate(180deg);
}
.gps-swiper .swiper-slide .slide-one {
	background: rgba(255, 77, 0, 0.05);
}
.gps-swiper .swiper-slide .slide-two {
	background: rgba(0, 208, 255, 0.05);
}
.gps-swiper .swiper-slide .slide-three {
	background: rgba(51, 255, 0, 0.05);
}
.gps-swiper .swiper-slide .slide-four {
	background: rgba(212, 0, 255, 0.05);
}
.gps-swiper .swiper-slide .slide-five {
	background: rgba(255, 0, 111, 0.05);
}
.main-swiper-bx .swiper-button-prev {
	display: none;
}
@media (min-width: 1199px) and (max-width: 1399px) {
	.gps-swiper .swiper-slide .slide .text-bx {
		padding: 25px 21.3px;
	}
	.gps-swiper .swiper-slide .slide .text-bx h3 {
		font-size: var(--f-s-18);
	}
}
@media (min-width: 280px) and (max-width: 991px) {
	.general-service-bx {
		margin-top: 24px;
	}
	.gps-swiper .swiper-slide .slide .text-bx
	{
		height: 50px !important;
	}
	.gps-swiper .swiper-slide .slide .text-bx h4 {
		font-size: 14px !important;
		line-height: inherit;
	}
	.how-it-works-section {
		padding: 40px 0px 40px 0px;
	}
	.how-it-works-section .description-bx .secondary-para {
		margin-top: 12px !important;
	}
	.how-it-works-section .general-service-bx {
		gap: 24px;
		padding: 24px 24px 24px 24px;
	}
	.how-it-works-section .main-swiper-bx {
		padding-right: 0px;
		padding-bottom: 76px;
	}
	.how-it-works-section .main-swiper-bx .swiper-button-prev {
		display: flex;
	}
	.how-it-works-section .main-swiper-bx .navigations {
		display: flex;
		position: absolute;
		bottom: 0px;
		left: 47%;
		transform: translate(-50%, 0px);
		gap: 10px;
	}
	.how-it-works-section .main-swiper-bx .navigations .swiper-btn {
		position: unset;
	}
	.general-service-bx .view-all-mobile {
		display: flex;
		height: 40px;
		padding: 10px 24px;
		justify-content: center;
		align-items: center;
		gap: 8px;
		border-radius: 8px;
		border: 1px solid var(--color-secondary-gray-10);
		background: var(--color-white);
		box-shadow: 0px 1px 2px 0px rgba(0, 60, 82, 0.05);
		width: 100%;
	}
	.general-service-bx .view-all-mobile a {
		text-decoration: none;
		font-weight: var(--fontMedium);
	}
	.gps-swiper .swiper-slide .slide .text-bx h3 {
		font-size: 15.08px;
		line-height: 22.6px;
	}
	.gps-swiper .swiper-slide .slide {
		min-height: 150px;
	}
	.general-service-bx .description-bx {
		padding-right: 24px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.gps-swiper .swiper-slide .slide .text-bx h3 {
		font-size: 16px;
	}
}
@media (min-width: 768px) and (max-width: 911px) {
	.general-service-bx .view-all-mobile {
		width: 96%;
	}
}
@media (max-width:320px) {
	.gps-swiper .swiper-slide .slide .text-bx h3 {
		font-size: 14px;
	}
	.gps-swiper .swiper-slide .slide .text-bx {
		padding: 18.03px 11.3px;
	}
	.general-service-bx .view-all-mobile {
		width: 90%;
	}
}
/* How it Works Steps */
.how-it-works-steps-section {
	background: radial-gradient(
		100.02% 100.02% at 50% -0.02%,
		rgba(255, 255, 255, 0.2) 0%,
		rgba(255, 255, 255, 0) 100%
	),
	var(--color-secondary-gray);
	position: relative;
	font-family: var(--fontInter);
}
.how-it-works-steps-section .bg-img-bx {
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
}
.how-it-works-steps-section {
	padding-block: 60px;
}

.how-it-works-steps-section .row.custom-gap {
	gap: 0px;
	padding-top: 60px;
	justify-content: center;
}
.how-it-works-steps-section .row.custom-gap .col-xl-4 {
	max-width: 411px;
}
.how-it-works-steps-section .step-card {
	display: flex;
	height: 100%;
	padding: 24px 0px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	font-family: var(--fontInter);
	border-radius: 24px;
	border: 1px solid var(--Gray-100, #f2f4f7);
	background: var(--Base-White, #fff);
	box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08),
		0px 8px 8px -4px rgba(16, 24, 40, 0.03);
}
.how-it-works-steps-section .step-card .text-bx {
	padding: 0px 25px;
}
.how-it-works-steps-section .step-card-2 .img-bx {
	width: 100%;
}
.how-it-works-steps-section .step-card-2 .img-bx img {
	position: relative;
	bottom: -11px;
}
.how-it-works-steps-section .step-card .text-bx h3 {
	font-weight: 300;
	padding-bottom: 10px;
}
.how-it-works-steps-section .step-card .text-bx h3 {
	margin-bottom: 4px !important;
}
@media (min-width: 1400px) {
	.how-it-works-steps-section .row.custom-gap {
		gap: 39px;
	}
}
@media (min-width: 280px) and (max-width: 575px) {
	.how-it-works-steps-section .row.custom-gap {
		padding-top: 24px;
		row-gap: 32px;
	}
	.how-it-works-steps-section .bg-img-bx {
		width: 100%;
		height: 100%;
	}
	.how-it-works-steps-section {
		padding-block: 40px;
	}
	.how-it-works-steps-section .step-card .text-bx {
		padding: 0px 16px;
	}
}