/* 
	Theme Name: Scalyx.ai
	Description: Future of Intelligent Retail Management
	Author: Lorem

*/

/* Neue Montreal */
@font-face {
	font-family: 'Neue Montreal';
	src: url('./font/NeueMontreal-Light.woff2') format('woff2'),
		url('./font/NeueMontreal-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Montreal';
	src: url('./font/NeueMontreal-Bold.woff2') format('woff2'),
		url('./font/NeueMontreal-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Montreal';
	src: url('./font/NeueMontreal-Regular.woff2') format('woff2'),
		url('./font/NeueMontreal-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Montreal';
	src: url('./font/NeueMontreal-Medium.woff2') format('woff2'),
		url('./font/NeueMontreal-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

body,
html {
	width: 100%;
}

:root {
	--scroll-behavior: inherit;
	--bodyFont: 'Neue Montreal';
	--bg-blck: #000;
	--bg-white: #F3F6FF;
	--bg-btn-txt: #080707;
	--bg-gray: #899099;
	--bg-btn: linear-gradient(101.05deg, #55D0FF 7.43%, #6361FC 95.9%);
	--bg-border: 16px;
}

body {
	margin: 0;
	padding: 0;
	top: 0 !important;
	font-family: var(--bodyFont);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	font-weight: normal;
	font-style: normal;
	color: var(--bg-white);
	font-size: 24px;
	line-height: 1.2;
	background-color: var(--bg-btn-txt);
}

b,
strong {
	font-weight: 700;
}

p {
	color: var(--bg-white);
	letter-spacing: -0.01em;
	margin: 0 0 20px 0;
}

p:last-child {
	margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--bodyFont);
	margin: 0 0 25px 0;
	padding: 0;
	color: var(--bg-white);
	font-weight: normal;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}

h1,
.h1-title {
	font-size: 80px;
	line-height: 1.25;
}

h2,
.h2-title {
	font-weight: normal;
	font-size: 80px;
	background: linear-gradient(281.27deg, #2C3947 2.03%, #F8F8FF 40.42%, #F8F8FF 65.38%, #1B2228 102.26%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	line-height: 1;
	margin: 0 0 60px 0;
}

h3,
.h3-title {
	font-weight: 400;
	font-size: 32px;
	letter-spacing: -0.03em;
	margin: 0 0 32px 0;
}

h4,
.h4-title {
	font-weight: 400;
	font-size: 24px;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

h5,
.h5-title {
	font-size: 20px;
}

ul,
ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	margin: 0;
	padding: 0;
	font-family: var(--headingFont);
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cmn-btn {
	display: inline-flex;
	min-height: 48px;
	min-width: 200px;
	background-image: linear-gradient(101.05deg, #55D0FF 7.43%, #6361FC 95.9%);
	align-items: center;
	justify-content: center;
	border: none;
	outline: none;
	color: var(--bg-btn-txt);
	font-weight: 500;
	text-transform: capitalize;
	font-size: 18px;
	padding: 21px 32px;
	border-radius: var(--bg-border);
	transition: all 0.3s ease-in-out;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.cmn-btn:hover {
	color: var(--bg-btn-txt);
	background-image: linear-gradient(268deg, #55D0FF 7.43%, #6361FC 95.9%);
}

a:hover {
	color: var(--bg-blue);
}

img {
	max-width: 100%;
}

.container {
	max-width: 1384px;
}

.cmn-gap {
	padding: 120px 0;
}

select {
	border: 1px solid var(--bg-seashell);
	padding: 5px 10px;
	background: url(images/drp_Arrw.svg) no-repeat calc(100%) center transparent;
	background-size: 13px;
	padding-right: 20px;
	cursor: pointer;
	outline: none;
	font-weight: 500;
	font-size: 18px;
	color: var(--bg-white);
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

select option {
	color: black;
	/* Text color inside the dropdown */
	background-color: white;
	/* Background of each option */
}

input[type=email],
input[type=text] {
	width: 100%;
	height: 48px;
	outline: none;
	border: none;
	background-color: transparent;
	padding: 0 16px;
	font-weight: 400;
	font-size: 16px;
	color: var(--bg-white);
}

::placeholder {
	opacity: 1;
	color: var(--bg-gray);
}

/* header */

.main-head {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 24px 0;
}

.logo .hd-logo-link {
	max-width: 149px;
	display: inline-block;
}

.hd-row {
	align-items: center;
}

.hd-drop-select select {
	min-width: 70px;
}

.hd-btn-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 70px;
}

.hd-btn-right .cmn-btn {
	font-size: 16px;
	padding: 5px 7px;
	border-radius: 8px;
}

/* header end */

/* banner */

.banner {
	padding: 80px 0 0;
	position: relative;
	z-index: 1;
}

.banner-title {
	background: linear-gradient(281.27deg, #2C3947 2.03%, #F8F8FF 40.42%, #F8F8FF 65.38%, #1B2228 102.26%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-align: center;
	letter-spacing: -0.03em;
	line-height: 1;
	text-transform: uppercase;
}

.banner-content {
	max-width: 892px;
	margin: 0 auto;
	text-align: center;
}

.banner-content-main {
	width: 100%;
	padding: 88px 20px 20px;
	position: relative;
	z-index: 1;
}

.banner-txt-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	pointer-events: none;
	user-select: none;
}

.banner-content .cmn-btn {
	margin: 64px auto 0;

}

.banner-btm {
	margin-top: 56px;
}

.txt-img-section {
	position: relative;
	z-index: 1;
}

.txt-img-content {
	max-width: 227px;
}

.txt-img-content h2 {
	font-weight: normal;
	font-size: 24px;
	line-height: 1.2;
}

.txt-img-image {
	max-width: 1080px;
	margin-left: -210px;
	z-index: -2;
	position: relative;
}

.txt-img-image img {
	width: 100%;
}

.txt-img-bl-overlay {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -3;
	width: 100%;
	pointer-events: none;
	user-select: none;
}

.txt-img-blk-overlay {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	pointer-events: none;
	user-select: none;
}

/* banner end */
/* about-section */

.about-section {
	padding: 120px 0 230px;
	position: relative;
	z-index: 1;
}

.sub-title {
	position: relative;
	background: #1B2228;
	border-radius: 12px;
	padding: 17px 18px;
	z-index: 1;
}

.sub-title::after {
	content: '';
	position: absolute;
	left: 100%;
	top: 100%;
	width: 48px;
	height: 48px;
	background: linear-gradient(142.16deg, #1B2228 28.49%, #374553 109.04%);
	border-radius: 8px;
	z-index: -1;
}

.sub-title::before {
	content: '';
	position: absolute;
	top: calc(100% - 23px);
	left: calc(100% - 24px);
	width: 48px;
	height: 46px;
	background-image: url('./images/sub-tit-img.png');
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -2;
}

.sub-title {
	display: inline-block;
	text-transform: uppercase;
	color: var(--bg-white);
	font-weight: 500;
	font-size: 18px;
	letter-spacing: -0.01em;
}

.abt-content {
	max-width: 818px;
}

.abt-content p {
	font-weight: 400;
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: -0.03em;
	color: var(--bg-gray);
}

.abt-rgt-ovrl {
	position: absolute;
	top: -55%;
	right: 0;
	max-width: 994px;
	z-index: -1;
	pointer-events: none;
	user-select: none;
}

/* about-section end */
/* features-section */
.features-section {
	position: relative;
	z-index: 1;
}

.features-row {
	align-items: flex-end;
}

.slider-hd-cont {
	max-width: 333px;
	margin-left: auto;
}

.slider-hd-cont p {
	letter-spacing: -0.02em;
}

.features-slider-container {
	margin-left: calc((100% - 1384px) / 2);
	padding: 0 12px;
	margin-top: 64px;
}

.box-features {
	position: relative;
	border-radius: var(--bg-border);
	text-align: center;
	min-height: 595px;
	padding: 80px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.js-features .slick-list {
	margin: 0 -8px;
	padding-right: 50px;
}

.col-features {
	padding: 0 8px;
}

.box-features::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: var(--bg-border);
	background: rgba(71, 89, 104, 0.2);
	z-index: -2;
}

.box-features::before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 2px;
	border-radius: var(--bg-border);
	background: linear-gradient(-40deg,
			#55D0FF 0%,
			#616CFC 31%,
			#090809 67%,
			#080707 100%);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: -1;
}

.box-features-cont {
	max-width: 350px;
}

.number-slider-col {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.1;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 77px;
}

.box-slid-img {
	margin: 0 auto 89px;
	max-width: 72px;
	max-height: 80px;
}

.box-slid-img img {
	max-width: 100%;
	height: 100%;
	object-fit: contain;
}

.box-features-cont p {
	color: var(--bg-gray);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
}

.features-lft-cont {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.features-lft-cont-btn {
	margin-top: 30px;
}

.slider-counter {
	display: flex;
	gap: 2px;
}

.total-slider {
	color: var(--bg-gray);
}

.total-slider::before {
	content: ' / ';
	color: var(--bg-white);
	display: inline-block;
}

.features-img-ovrl {
	position: absolute;
	left: 0;
	width: 100%;
	top: 28%;
	z-index: -1;
	pointer-events: none;
	user-select: none;
}

/* features-section end */
/* ai-powered-sec */
.ai-powered-sec {
	position: relative;
	z-index: 1;
}

.hand-img {
	position: absolute;
	bottom: 10px;
	left: calc(50% - 198px);
	transform: translate(-50%, 0);
	max-width: 329px;
	pointer-events: none;
	user-select: none;
	z-index: -2;
}

.bg-ovr-slid {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -18%;
	z-index: -1;
}

.cmn-hd h2 {
	display: inline-block;
}

.cmn-hd {
	margin-bottom: 64px;
}

.cmn-hd:last-child {
	margin-bottom: 0px;
}

.ai-powered-col-lft {
	max-width: 380px;
	height: 100%;
	padding-bottom: 110px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ai-powered-col-lft h3 {
	font-size: 48px;
	line-height: 1.1;
	margin-bottom: 20px;
}

.ai-powered-col-center {
	max-width: 370px;
	margin: 0 auto;
}

.ai-powered-col-center img {
	width: 100%;
	opacity: 0;
	transform: scaleY(0);
	transition: all 0.5s ease-in-out;
}

.ai-powered-slider-col.slick-current .ai-powered-col-center img {
	transform: scaleY(1);
	opacity: 1;
}

.ai-powered-col-rgt {
	max-width: 404px;
	margin-left: auto;
}

.ai-powered-col-rgt h4 {
	margin-bottom: 16px;
	color: var(--bg-white);
}

.ai-powered-col-rgt p {
	color: var(--bg-gray);
	font-size: 16px;
}

.ai-powered-col-list {
	margin-bottom: 32px;
	padding-left: 40px;
	position: relative;
}

.ai-powered-col-list::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background-image: url('./images/check-icon.svg');
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: center;
}

.ai-powered-col-list:last-child {
	margin-bottom: 0;
}

.cmn-arw {
	width: 64px;
	height: 64px;
	border: 1px solid var(--bg-gray);
	border-radius: 12px;
	outline: none;
	background-color: var(--bg-btn-txt);
	transition: all 0.3s ease-in-out;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cmn-arw:hover {
	border-color: var(--bg-white);
}

.cmn-arw:hover img {
	filter: brightness(0) invert(1);
}

.ai-powered-wrap {
	position: relative;
}

.slick-add-all-itms {
	position: absolute;
	gap: 24px;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}

.counter-num {
	display: flex;
	align-items: center;
}

.counter-rgt-vul::before {
	content: " / ";
	display: inline-block;
}

.counter-lft-vul,
.counter-rgt-vul {
	font-size: 18px;
}

.counter-rgt-vul {
	color: var(--bg-gray);
}

.cmn-border-btn {
	font-weight: 500;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 142px;
	min-height: 48px;
	padding: 5px 10px;
	border: 2px solid var(--bg-white);
	color: var(--bg-white);
	border-radius: 8px;
}

.cmn-border-btn:hover {
	background-color: var(--bg-white);
	color: var(--bg-btn-txt);
	box-shadow: 0 0 20px rgb(255 255 255 / 30%);
}

.btn-wrap {
	margin-top: 126px;
}

/* ai-powered-sec end */

/* graph-section */

.graph-section {
	position: relative;
	padding-bottom: 62px;
	z-index: 2;
}

.graph-col-lft {
	max-width: 261px;
	padding-bottom: 58px;
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.graph-img {
	margin-top: -140px;
	margin-left: -110px;
	margin-right: -40px;
	user-select: none;
	pointer-events: none;
}

.graph-img img {
	width: 100%;
}

.graph-overlay {
	position: absolute;
	top: 0%;
	right: 0;
	z-index: -1;
	pointer-events: none;
	user-select: none;
}

.lft-cont-abs-cmn p {
	color: var(--bg-gray);
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 16px;
}

.lft-cont-abs-cmn h4 {
	font-weight: 400;
	font-size: 48px;
	letter-spacing: -0.03em;
	line-height: 1;
}

.graph-img-txt-wrap {
	position: relative;
}

.lft-cont-abs {
	position: absolute;
	bottom: 8%;
	left: 0;
}

.right-cont-abs {
	position: absolute;
	top: 14%;
	right: 0;
}

.center-cont-abs-cmn {
	position: absolute;
	left: calc(50% - 40px);
	bottom: 55%;
	font-weight: normal;
	font-size: 16px;
	transform: translate(-50%, 0%);
}

.pln-txt-abs {
	background: linear-gradient(134deg, rgba(30, 28, 57, 1) 0%, rgba(71, 89, 104, 0.2) 100%);
	border-radius: var(--bg-border);
	max-width: 365px;
	position: absolute;
	right: 0;
	bottom: 8%;
	padding: 24px 32px;
}

.pln-txt-abs::before {
	content: '';
	position: absolute;
	width: 48px;
	height: 48px;
	left: -48px;
	bottom: 100%;
	background: #1E1C39;
	border-radius: 8px;
}

.pln-txt-abs::after {
	content: '';
	position: absolute;
	width: 51px;
	height: 48px;
	right: 93%;
	bottom: 86%;
	background-image: url(images/lft-crv.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

.pln-txt-abs p {
	letter-spacing: -0.02em;
}

/* graph-section end */

/* faq */
.faq-sec {
	position: relative;
	z-index: 1;
}

.faq-wrap {
	max-width: 880px;
	margin: 0 auto;
}

.faq-wrap .cmn-hd {
	max-width: 432px;
	margin: 0 auto 64px;
}

.faq-wrap .cmn-hd h2 {
	margin-bottom: 28px;
}

.faq-wrap .cmn-hd p {
	color: var(--bg-gray);
}

.accordion-wrap .accordion-body {
	background: transparent;
	padding: 0 24px 24px;
}

.accordion-item {
	margin-bottom: 16px;
}

.accordion-item:last-child {
	margin-bottom: 0px;
}

.accordion-wrap .accordion-header {
	background: transparent;
}

.accordion-wrap .accordion-button {
	background: transparent;
	outline: none;
	background-color: transparent;
	border-radius: 0;
	font-weight: 400;
	padding: 24px 60px 24px 24px;
	font-size: 24px;
	letter-spacing: -0.02em;
	color: var(--bg-white);
	position: relative;
	box-shadow: none;
}

.accordion-wrap .accordion-item::before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 2px;
	border-radius: var(--bg-border);
	background: linear-gradient(45deg, #55D0FF 0%, #6361FC 90%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	z-index: -1;
}

.accordion-wrap .accordion-item.active::before {
	opacity: 1;
}

.accordion-wrap .accordion-item {
	border-radius: var(--bg-border);
	background: rgba(71, 89, 104, 0.2);
	border: none;
	position: relative;
}

.accordion-item:last-of-type,
.accordion-wrap .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
	border-radius: var(--bg-border);
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
	border: none;
	box-shadow: none;
}

.accordion-body p {
	font-size: 16px;
	color: var(--bg-gray);
}

.accordion-button::after {
	content: '';
	width: 14px;
	height: 14px;
	background-color: transparent;
	position: absolute;
	top: 31px;
	background-image: url(images/plus.svg);
	background-repeat: no-repeat;
	background-size: cover;
	right: 35px;
}

.accordion-button:not(.collapsed)::after {
	background-image: url(images/minus.svg);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: center;
}

.faq-overlay {
	position: absolute;
	left: 0;
	top: -14%;
	z-index: -1;
}

/* faq end */

/* request-sec */
.request-sec {
	padding: 150px 0 0;
	position: relative;
	z-index: 1;
}

.request-bottm {
	background: linear-gradient(69.06deg, #1B2228 13.12%, #354857 89.77%);
	border-radius: 16px;
	position: relative;
}

.request-bottm .cmn-hd {
	text-align: center;
	max-width: 579px;
	margin: 0 auto 60px;
	position: relative;
}

.request-bottm .cmn-hd h2 {
	margin-top: -54px;
}

.request-bottm::before {
	content: '';
	position: absolute;
	left: 0;
	top: -8px;
	width: 50%;
	height: 58px;
	border-radius: 16px 0 0 0;
	z-index: -3;
	background: linear-gradient(69.06deg, #1d252b 13.12%, #2c3b47 89.77%);
}

.hd-overlay {
	position: absolute;
	bottom: calc(100% - 16px);
	left: 50%;
	transform: translate(-50%, 0%);
	pointer-events: none;
	user-select: none;
	z-index: -2;
}

.rgt-col-txt p,
.lft-col-txt p {
	font-weight: 400;
	font-size: 16px;
	color: var(--bg-gray);
	margin-bottom: 48px;
	letter-spacing: -0.01em;
}

.lft-col-txt h3 {
	font-weight: 400;
	font-size: 32px;
}

.rgt-col-txt {
	max-width: 244px;
	margin-left: auto;
}

.rgt-col-txt {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 120px;
}

.lft-col-txt {
	padding-top: 20px;
}

.lft-img-btm {
	position: absolute;
	left: 0;
	pointer-events: none;
	user-select: none;
	bottom: -10%;
}

/* request-sec end */

/* footer */

.page-footer {
	padding: 32px 0;
	position: relative;
	background-color: var(--bg-btn-txt);
	z-index: 1;
}

.footer-lft-col {
	max-width: 305px;
}

.footer-logo {
	max-width: 233px;
	margin-bottom: 5px;
}

.footer-logo-link {
	display: inline-block;
	width: 100%;
}

.footer-logo-link img {
	width: 100%;
}

.footer-lft-col p {
	font-weight: 400;
	font-size: 16px;
	color: var(--bg-gray);
}

.footer-rgt-col {
	text-align: right;
}

.ftr-row {
	align-items: center;
}

.frt-btm {
	margin-top: 56px;
}

.frt-btm p {
	font-size: 16px;
	font-weight: normal;
	color: var(--bg-gray);
}

.frt-btm p a {
	text-decoration: underline !important;
	font-weight: normal;
	color: var(--bg-gray);
}

.frt-btm p a:hover {
	color: var(--bg-white);
}

.frt-col-rgt {
	text-align: right;
}

.footer-overlay {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	pointer-events: none;
	user-select: none;
}

/* footer end */

/* step-form */

.step-form-sec {
	padding: 200px 0 172px;
	position: relative;
	z-index: 1;
}

.form-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	object-fit: cover;
	user-select: none;
	pointer-events: none;
	z-index: -1;
}

.step-form-wrap {
	max-width: 1000px;
	margin: 0 auto;
}

.step {
	display: none;
}

.step.active {
	display: block;
}

.form-col {
	background: rgba(71, 89, 104, 0.2);
	padding: 24px;
	border-radius: var(--bg-border);
	margin-bottom: 80px;
}

.input-wrap {
	background: rgba(71, 89, 104, 0.2);
	border-radius: 12px;
	position: relative;
	z-index: 1;
}

.input-wrap::before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 2px;
	border-radius: 12px;
	background: linear-gradient(-40deg, #f3f6ff00 0%, #f3f6ff2f 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: -1;
}

.form-col:last-child {
	margin-bottom: 0px;
}

.form-col label {
	font-weight: 400;
	font-size: 40px;
	margin-bottom: 44px;
	letter-spacing: -0.03em;
}

.form-col label span {
	color: var(--bg-gray);
	display: inline-block;
	margin-right: 5px;
}

.form-col-submit {
	text-align: center;
}

.form-col-submit .cmn-btn {
	min-width: 300px;
}

.form-col-date .input-wrap {
	position: relative;
	max-width: 311px;
}

.form-col-date .input-wrap::after {
	content: '';
	position: absolute;
	right: 16px;
	top: 50%;
	width: 13px;
	height: 15px;
	transform: translate(0, -50%);
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(images/date.svg);
	pointer-events: none;
	user-select: none;
}

.ui-widget.ui-widget-content {
	border: none;
	background: rgba(94, 105, 115, 0.5);
	backdrop-filter: blur(7px);
	border-radius: 12px;
}

.ui-widget-header {
	background: transparent;
	border: none;
}

.ui-datepicker-title {
	font-weight: 500;
	font-size: 16px;
	color: var(--bg-white);
	font-family: 'Neue Montreal';
}

.ui-datepicker-next.ui-corner-all,
.ui-datepicker-prev.ui-corner-all {
	background-color: transparent;
	border: 1px solid transparent;
	cursor: pointer;
	background-image: url(images/left-icon.svg);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: center;
}

.ui-datepicker-next.ui-corner-all {
	background-image: url(images/right-icon.svg);
}

.ui-datepicker-next.ui-corner-all:hover {
	border-color: var(--bg-gray);
	top: 2px;
	right: 2px;
}

.ui-datepicker-prev.ui-corner-all:hover {
	border-color: var(--bg-gray);
	left: 2px;
	top: 2px;
}

.ui-datepicker-calendar tr th span {
	color: rgba(243, 246, 255, 0.7);
	text-transform: uppercase;
	font-weight: 500;
	font-size: 11px;
}

.ui-datepicker {
	max-width: 311px;
}

.ui-datepicker th {
	padding: 10px 8px;
}

.ui-datepicker td {
	padding: 0;
	border: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
	border: none;
	background-color: transparent;
	text-align: center;
	color: var(--bg-white);
	font-weight: 500;
	font-size: 16px;
	padding: 9px 6px;
	transition: all 0.3s ease-in-out;
	position: relative;
	z-index: 1;
}

.ui-widget-content .ui-state-default::before {
	content: '';
	width: 30px;
	height: 30px;
	background-color: var(--bg-white);
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.ui-state-default.ui-state-active,
.ui-widget-content .ui-state-default:hover {
	color: var(--bg-btn-txt);
}

.ui-state-default.ui-state-active::before,
.ui-widget-content .ui-state-default:hover::before {
	opacity: 1;
}

.form-group label {
	font-weight: normal;
	font-size: 16px;
	display: block;
	letter-spacing: -0.01em;
	margin-bottom: 0;
}

.form-col.form-col-date input::placeholder {
	color: var(--bg-white);
}

/* custome-check */


.wpcf7-list-item input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.wpcf7-list-item label {
	width: 100%;
	margin: 0;
}

.wpcf7-list-item span {
	position: relative;
	cursor: pointer;
	font-weight: normal;
	font-size: 16px;
	color: var(--bg-white) !important;
	padding: 14px 0 14px 36px;
	display: block !important;
	letter-spacing: -0.01em;
	width: 100%;
}

.wpcf7-list-item span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
	width: 20px;
	height: 20px;
	border: 2px solid var(--bg-white);
	border-radius: 3px;
}

.wpcf7-list-item input:checked+span::before {
	background-color: #57C8FF;
	border-color: #57C8FF;
}

.wpcf7-list-item input:checked+span:after {
	content: '';
	position: absolute;
	top: 20px;
	left: 5px;
	width: 10px;
	height: 8px;
	background-image: url(images/check-box.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

.wpcf7-list-item {
	background: rgba(71, 89, 104, 0.2);
	border-radius: 12px;
	padding: 0 16px;
	position: relative;
	z-index: 1;
}

.wpcf7-list-item::before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 2px;
	border-radius: 12px;
	background: linear-gradient(-40deg, #f3f6ff00 0%, #f3f6ff2f 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: -1;
}

.wpcf7-list-item.active::before {
	background: linear-gradient(-40deg, #55D0FF 0%, #6361FC 100%);
}

.wpcf7-list-item {
	margin-bottom: 12px;
	display: inline-block;
	width: 100%;
}


.form-overlay-top {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	user-select: none;
	pointer-events: none;
	z-index: -2;
}

.form-overlay-bottom-rgt {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	user-select: none;
	pointer-events: none;
	z-index: -1;
}

.ui-selectmenu-button.ui-button {
	width: 100%;
	background-color: transparent;
	border: none;
	font-weight: 400;
	padding: 16px;
	font-size: 16px;
	color: var(--bg-gray);
}

.ui-menu .ui-menu-item-wrapper {
	color: var(--bg-white);
	font-size: 16px;
	padding: 7px 10px;
}

.ui-datepicker .ui-state-active,
.ui-widget-content .ui-state-active {
	background-color: var(--bg-white);
	color: var(--bg-btn-txt);
	border-color: transparent;
}

.ui-button .ui-icon {
	background-image: url(images/down-arrow.svg);
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: center 6px;
	opacity: 1;
	z-index: 11;
}

.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-button:active .ui-icon,
.ui-button .ui-icon:hover {
	background-image: url(images/down-arrow.svg);
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: center 6px;
	opacity: 1;
}

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active {
	background-color: transparent;
}

/* step-form end */

/* form 1 */

.full-sec {
	min-height: 100vh;
	padding: 120px 0;
	position: relative;
	z-index: 1;
}

.bottom-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	object-fit: cover;
	pointer-events: none;
	user-select: none;
	z-index: -1;
}

.full-sec-content h1 {
	letter-spacing: -0.03em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1em;
	font-size: 80px;
	margin-bottom: 32px;
	background: linear-gradient(278.86deg, #132229 -6.69%, #F8F8FF 38.23%, #F8F8FF 67.45%, #1B2128 110.59%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.full-sec-content p {
	color: var(--bg-gray);
}

.full-wrap-btn {
	margin-top: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.text-wth-icon {
	position: relative;
	font-weight: 500;
	display: inline-block;
	font-size: 18px;
	color: var(--bg-white);
	margin-top: 27px;
}

.text-wth-icon::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(images/time-icon.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0px 10px -2px 0;
}

.full-wrap-btn-in {
	position: relative;
	display: inline-block;
}

.enter-txt {
	position: absolute;
	left: 100%;
	top: 20px;
	margin-left: 24px;
	width: max-content;
	font-weight: normal;
	font-size: 18px;
	color: var(--bg-gray);
}

.enter-txt::after {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(images/enter-right-arrow.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 9px;
}

.form-done-hd {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
}

.form-done-hd h1 {
	display: inline-block;
}

.form-done-hd span {
	width: 80px;
	height: 80px;
	display: inline-block;
}

.form-done-hd span img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.form-done-sec {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ai-powered-sec .cmn-hd {
	max-width: 583px;
	margin: 0 auto 64px;
}

.hd-drop-select p {
	font-size: 24px;
	color: var(--bg-white);
}

.cmn-email {
	text-decoration: underline !important;
	color: var(--bg-gray);
	font-size: 24px;
	margin-top: 20px;
}

/* form 1 end */

/* block hd */
.page-id-58 .page-footer,
.page-id-58 .main-head .hd-btn-right,
.page-id-52 .page-footer,
.page-id-52 .main-head .hd-btn-right,
.page-id-54 .page-footer,
.page-id-54 .main-head .hd-btn-right {
	display: none;
}

/* block hd end */

.form-col p {
	margin: 0;
}


.text-mobile,
.slider-counter p {
	display: none;
}

.graph-col-lft h2 {
	display: none;
}

.btn-mobile-only {
	display: none;
}

.dsk-img-none {
	display: none;
}

.txt-img-blk-mbl {
	display: none;
}

.features-img-ovrl-mbl {
	display: none;
}

.graph-mobil-only {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	user-select: none;
	pointer-events: none;
	z-index: -1;
}

.faq-mobile-ovrl {
	display: none;
}

.hd-cta {
	display: none !important;
}

.graph-img-txt-inner-hd {
	max-width: 583px;
}

.form-ovrl-mobile {
	display: none;
}

.hd-overlay-mbl {
	display: none;
}

.hd-drop-select .ui-selectmenu-text {
	color: var(--bg-white);
}

.ui-selectmenu-icon.ui-icon {
    margin-top: -2px;
}

.ui-front {
	z-index: 9999;
}

.notranslate {
  translate: no;
}

.skiptranslate {
	display: none;
}

.hd-drop-select {
	    margin-left: -10px;
}	

.screen-reader-response p {
	font-size: 14px;
    background-color: var(--bg-gray);
    color: var(--bg-white);
    padding: 10px 10px 10px 25px;
    border-radius: 5px;
}

/* ========== responsive css =========== */
@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 767px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1384px;
	}
}

@media (max-width: 1500px) {
	.graph-img {
		margin-left: -90px;
		margin-right: -12px;
	}
}

@media (max-width: 1439px) {
	.graph-img {
		margin-left: -90px;
		margin-right: -12px;
	}

	.features-slider-container {
		margin-left: auto;
	}
}

@media (max-width: 1280px) {
	body {
		font-size: 18px;
	}

	.sub-title {
		padding: 14px 14px;
	}

	.sub-title::after {
		width: 40px;
		height: 40px;
	}

	h2,
	.h2-title {
		font-size: 60px;
		margin: 0 0 30px 0;
	}

	.abt-content p {
		font-size: 24px;
	}

	.about-section {
		padding: 100px 0 0;
	}

	.number-slider-col {
		margin-bottom: 50px;
	}

	.box-slid-img {
		margin: 0 auto 50px;
	}

	h3,
	.h3-title {
		margin: 0 0 20px 0;
	}

	.box-features {
		min-height: 500px;
		padding: 40px 20px;
	}

	.cmn-gap {
		padding: 80px 0;
	}

	.hd-overlay {
		left: 53%;
	}

	.pln-txt-abs {
		max-width: 315px;
	}

	.pln-txt-abs::before {
		width: 40px;
		height: 40px;
		left: -37px;
	}

	.pln-txt-abs::after {
		width: 40px;
		height: 36px;
	}

	.graph-img {
		margin-top: -140px;
		margin-left: -70px;
	}

	.lft-cont-abs-cmn h4 {
		font-size: 40px;
	}

	.lft-cont-abs-cmn p {
		font-size: 14px;
		margin-bottom: 9px;
	}
}

@media (max-width: 1199px) {

	h1,
	.h1-title {
		font-size: 60px;
	}

	h2,
	.h2-title {
		font-size: 50px;
	}

	h3,
	.h3-title {
		font-size: 27px;
	}

	.abt-content p {
		font-size: 20px;
	}

	.banner-content {
		max-width: 700px;
	}

	.hd-drop-select p {
		font-size: 16px;
	}

	.cmn-btn {
		min-height: 49px;
		min-width: 180px;
		font-size: 16px;
		padding: 11px 22px;
		border-radius: 12px;
	}

	.banner-content-main {
		width: 100%;
		padding: 76px 30px 18px;
	}

	.txt-img-image {
		margin-left: -90px;
	}

	.box-features {
		min-height: 430px;
	}

	.features-slider-container {
		margin-left: calc((100% - 960px) / 2);
	}

	.box-slid-img {
		max-width: 50px;
		max-height: 50px;
	}

	.cmn-gap {
		padding: 60px 0;
	}

	.about-section {
		padding: 80px 0 60px;
	}

	.sub-title {
		font-size: 15px;
	}

	.ai-powered-col-lft h3 {
		font-size: 30px;
	}

	.ai-powered-col-rgt h4 {
		font-size: 18px;
	}

	.ai-powered-col-rgt p {
		font-size: 14px;
	}

	.btn-wrap {
		margin-top: 77px;
	}

	.hand-img {
		bottom: 14px;
		left: calc(50% - 157px);
		transform: translate(-50%, 0);
		max-width: 259px;
	}

	.graph-img {
		margin-top: -115px;
		margin-left: 0;
	}

	.lft-cont-abs-cmn h4 {
		font-size: 26px;
	}

	.lft-cont-abs-cmn p {
		font-size: 12px;
	}

	.right-cont-abs {
		top: 12%;
		right: 15px;
	}

	.lft-cont-abs {
		bottom: 8%;
		left: 50px;
	}

	.center-cont-abs-cmn {
		left: calc(50% - 30px);
	}

	.pln-txt-abs {
		max-width: 275px;
		padding: 20px;
		right: 20px;
		bottom: 3%;
	}


	.pln-txt-abs::after {
		right: 92%;
	}

	.request-bottm .cmn-hd {
		max-width: 549px;
	}

	.lft-col-txt h3 {
		font-size: 26px;
	}

	.footer-logo {
		max-width: 193px;
		margin-bottom: 11px;
	}

	.cmn-email {
		font-size: 19px;
		margin-top: 28px;
	}
}

@media (max-width: 991px) {

	h2,
	.h2-title {
		font-size: 48px;
	}

	.main-head .container {
		max-width: 100%;
	}

	.banner {
		padding: 110px 0 0;
	}

	.sub-title {
		font-size: 16px;
		padding: 12px 12px;
		margin-bottom: 40px;
	}

	.sub-title::after {
		width: 24px;
		height: 24px;
	}

	.sub-title::before {
		top: calc(100% - 12px);
		left: calc(100% - 12px);
		width: 23px;
		height: 23px;
	}

	.features-slider-container {
		max-width: 720px;
		margin: 0 auto;
	}

	.features-lft-cont-btn {
		display: none;
	}

	.slider-counter {
		flex-wrap: wrap;
	}

	.text-mobile,
	.slider-counter p {
		width: 100%;
		color: var(--bg-gray);
		font-size: 16px;
		display: block;
		margin-top: 12px;
		text-align: center;
	}

	.col-full {
		width: 100%;
	}

	.slider-counter {
		justify-content: center;
	}

	.features-slider-container .row {
		flex-direction: column-reverse;
	}

	.features-lft-cont {
		margin-top: 32px;
	}

	.features-slider-container {
		margin-top: 48px;
	}

	.hand-img {
		display: none;
	}

	.cmn-arw.custom-prev,
	.cmn-arw.custom-next,
	.tb-none {
		display: none !important;
	}

	.col-half {
		width: 50%;
	}

	.slick-add-all-itms {
		left: 50%;
		bottom: -60px;
		transform: translate(-50%, 0%);
	}

	.ai-powered-col-lft {
		max-width: 100%;
		padding-bottom: 10px;
		justify-content: flex-start;
	}

	.slick-add-all-itms {
		flex-direction: column;
		gap: 0px;
	}

	.graph-img-txt-wrap h2 {
		display: none;
	}

	.graph-img {
		margin: 0;
	}

	.graph-col-lft h2 {
		display: block;
	}

	.graph-col-lft {
		text-align: center;
		max-width: 100%;
		justify-content: center;
		align-items: center;
	}

	.graph-col-lft .cmn-btn {
		display: none;
	}

	.btn-mobile-only {
		display: block;
		text-align: center;
		margin-top: 30px;
	}

	.request-bottm .cmn-hd {
		max-width: 500px;
	}

	.col-sm-wd {
		width: 33.33%;
	}

	.rgt-col-txt {
		justify-content: flex-start;
		padding-bottom: 0;
	}

	.lft-col-txt {
		padding-top: 0;
	}

	.full-sec-content h1 {
		font-size: 48px;
	}

	.full-wrap-btn {
		margin-top: 180px;

	}

	.form-col label {
		font-size: 26px;
		margin-bottom: 27px;
	}

	.wpcf7-list-item label {
		margin: 0 !important;
	}

	.form-done-hd span {
		width: 60px;
		height: 60px;
	}

	.hd-overlay-mbl {
		display: none;
	}

	.hd-overlay {
		display: none;
	}

	.hd-overlay-mbl {
        display: block;
        position: absolute;
        bottom: calc(100% - 1px);
        left: 50%;
        transform: translate(-50%, 0%);
        pointer-events: none;
        user-select: none;
        z-index: -2;
	}

	.request-bottm::before {
		display: none;
	}

	.request-bottm {
		background: linear-gradient(266deg, #2e3d49 13.12%, #181c27 89.77%);
	}
}

@media (max-width: 767px) {
	.hd-btn-right {
		display: none;
	}

	h1,
	.h1-title {
		font-size: 48px;
	}

	.banner-content {
		max-width: 370px;
	}

	.banner-content-main {
		width: 100%;
		padding: 45px 0 45px;
	}

	.mbl-img-none {
		display: none;
	}

	.dsk-img-none {
		display: block;
	}

	.banner-txt-overlay {
		left: 16px;
	}

	.txt-img-bl-overlay {}

	.logo .hd-logo-link {
		max-width: 87px;
	}

	.banner-content .cmn-btn {
		margin: 24px auto 0;
	}

	.txt-img-image {
		margin-left: 0;
	}

	.txt-img-content {
		position: absolute;
		left: 50%;
		bottom: 0;
		text-align: center;
		transform: translate(-50%, 0);
	}

	.pln-txt-abs {
		max-width: 100%;
		width: calc(100% - 34px);
		position: relative;
		margin-left: auto;
		right: 0;
		bottom: 0;
		margin-top: 40px;
	}

	.pln-txt-abs::before {
		width: 32px;
		height: 32px;
		left: -37px;
		left: -29px;
	}

	.pln-txt-abs::after {
		width: 23px;
		height: 23px;
		right: 97%;
		bottom: 84%;
	}

	.lft-col-txt h3 {
		font-size: 20px;
	}

	.cmn-btn {
		padding: 11px 10px;
	}

	.rgt-col-txt p,
	.lft-col-txt p {
		margin-bottom: 18px;
	}

	.request-bottm::before {
		width: 24%;
	}

	.enter-txt {
		display: none;
	}

	.form-col {
		padding: 16px;
	}

	.form-col {
		margin-bottom: 48px;
	}

	.request-bottm .cmn-hd h2 {
		margin-top: -34px;
	}

	    .lft-cont-abs {
        bottom: 32%;
		}

		.center-cont-abs-cmn {
    bottom: 70%;
		}
}

@media (max-width: 575px) {
	.banner-txt-overlay {
		left: 12px;
		object-position: left;
	}

	.banner-content .cmn-btn {
		width: 100%;
		min-height: 56px;
	}

	.banner {
		padding: 80px 0 0;
	}

	.txt-img-image {
		margin: 0 -12px;
	}

	.txt-img-blk-mbl {
		display: block;
	}

	.txt-img-blk-dkp {
		display: block;
	}

	.txt-img-blk-dkp {
		display: none;
	}

	.txt-img-blk-overlay-lst {
		height: 100px;
	}

	.txt-img-blk-overlay-lst {
		height: 280px;
	}

	.txt-img-content {
		width: 100%;
		max-width: 256px;
		bottom: 35px;
	}

	.banner {
		padding: 80px 0 40px;
	}

	.sub-title {
		border-radius: 8px;
	}

	.about-section {
		padding: 48px 0 60px;
	}

	.abt-content h2 {
		background: linear-gradient(282.52deg, #2C3947 14.71%, #F8F8FF 50.1%, #F8F8FF 73.11%, #1B2228 107.1%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}

	.abt-content p {
		font-size: 24px;
	}

	.abt-rgt-ovrl {
		top: 23%;
		right: 0;
		max-width: 350px;
	}

	.feat-sec-cl {
		text-align: center;
	}

	.slider-hd {
		text-align: center;
		margin-bottom: 24px;
	}

	.slider-hd-cont {
		max-width: 100%;
		text-align: center;
	}

	.features-img-ovrl-dsk {
		display: none;
	}

	.features-img-ovrl-mbl {
		display: block;
	}

	.ai-powered-sec .cmn-hd {
		margin: 0 auto 48px;
	}

	.col-half {
		width: 100%;
	}

	.ai-powered-col-lft {
		text-align: center;
		padding: 0 10px 48px;
	}

	.ai-powered-col-lft h3 {
		font-size: 32px;
		max-width: 270px;
		margin: 0 auto 24px;
	}

	.ai-powered-col-rgt h4 {
		margin-bottom: 12px;
	}

	.ai-powered-col-list {
		margin-bottom: 24px;
	}

	.btn-wrap {
		margin-top: 34px;
	}

	.btn-wrap .cmn-btn {
		width: 100%;
		min-height: 56px;
	}

	.slick-add-all-itms {
		bottom: -180px;
	}

	.ai-powered-sec {
		padding-bottom: 96px;
	}

	.js-features .slick-list {
		padding-right: 30px;
	}

	.graph-section {
		padding: 160px 0 80px;
	}

	.graph-col-lft .sub-title {
		margin-bottom: 56px;
	}

	.graph-col-lft p {
		font-size: 18px;
	}

	.graph-img {
		margin-right: -12px;
	}

	.graph-overlay {
		top: 26%;
		max-width: 610px;
	}

	.lft-cont-abs-cmn p {
		font-size: 16px;
	}

	.lft-cont-abs-cmn h4 {
		font-size: 32px;
	}

	.right-cont-abs {
		top: 12%;
		right: -2px;
	}

	.center-cont-abs-cmn {
		bottom: 80%;
	}

	.pln-txt-abs {
		margin-top: 130px;
	}

	.lft-cont-abs {
		bottom: 44%;
		left: 4px;
	}

	.pln-txt-abs::after {
        width: 33px;
        height: 33px;
        right: 96%;
        bottom: 78%;
	}

	.cmn-btn {
		min-height: 56px;
	}

	.btn-mobile-only .cmn-btn {
		width: 100%;
		margin-top: 48px;
	}

	.graph-mobil-only {
		display: block;
		top: -30%;
	}

	.faq-overlay {
		display: none;
	}

	.faq-mobile-ovrl {
		display: block;
		width: 100%;
		position: absolute;
		top: -17%;
		left: 0;
		z-index: -1;
		pointer-events: none;
		user-select: none;
	}

	.accordion-wrap .accordion-button {
		padding: 16px 60px 16px 16px;
		font-size: 18px;
	}

	.accordion-wrap .accordion-body {
		padding: 0 16px 16px;
	}

	.accordion-button::after {
		right: 20px;
	}

	.accordion-button::after {
		top: 50%;
		transform: translate(0%, -50%);
	}

	.accordion-button:not(.collapsed)::after {
		top: 40%;
	}

	.hd-overlay {
		left: 50%;
	}

	.request-bottm .cmn-hd {
        margin: 0 auto 30px;
	}

	.col-sm-wd {
		width: 100%;
	}

	.lft-col-txt {
		text-align: center;
		padding: 0 15px;
	}

	.lft-col-txt h3 {
		font-size: 24px;
	}

	.rgt-col-txt {
		max-width: 100%;
		text-align: center;
		width: 100%;
	}

	.rgt-col-txt .cmn-btn {
		width: 100%;
	}

	.col-sm-wd:nth-child(1) {
		order: 1;
	}

	.col-sm-wd:nth-child(2) {
		order: 3;
		margin-top: 30px;
	}

	.col-sm-wd:nth-child(3) {
		order: 2;
		margin-top: 48px;
	}

	.request-bottm::before {
		top: -1px;

	}

	.lft-img-btm {
		bottom: -1%;
	}

	.footer-logo {
		max-width: 167px;
		margin: 0 auto 24px;
	}

	.footer-lft-col p {
		text-align: center;
	}

	.footer-lft-col {
		max-width: 100%;
	}

	.footer-rgt-col {
		text-align: center;
		margin-top: 20px;
	}

	.frt-btm {
		margin-top: 32px;
		padding: 32px 0 0;
		border-top: 2px solid rgba(94, 105, 115, 0.5);
	}

	.frt-btm .hd-drop-select {
		text-align: center;
		margin-bottom: 17px;
	}

	.frt-btm p {
		text-align: center;
	}

	.full-wrap-btn-in {
		width: 100%;
	}

	.full-wrap-btn-in .cmn-btn {
		width: 100%;
	}

	.full-sec-content h1 {
		margin-bottom: 24px;
	}

	.form-col-submit .cmn-btn {
		width: 100%;
	}

	.step-form-sec {
		padding: 140px 0 94px;
	}

	.form-col-date .input-wrap {
		max-width: 100%;
	}

	.form-overlay,
	.form-overlay-top,
	.form-overlay-bottom-rgt {
		display: none;
	}

	.form-ovrl-mobile {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		pointer-events: none;
		user-select: none;
		z-index: -1;
	}

	.cmn-border-btn {
		width: 100%;
	}

	.request-bottm .cmn-hd {
        max-width: 330px;
    }

	.request-bottm .cmn-hd h2 {
		margin-top: -24px;
	}

	.lft-cont-abs {
        bottom: 37%;
        left: 6px;
    }

	.ai-powered-col-rgt {
		max-width: 100%;
	}

	.hd-drop-select {
	    margin-left: 0;
	}
}

@media(max-width: 479px) {
	.pln-txt-abs::after {
        right: 95%;
        bottom: 84%;
    }

	.lft-cont-abs {
        bottom: 45%;
	}
}

@media (max-width: 375px) {
	    .banner-txt-overlay {
        left: 0;
		}
	    h1, .h1-title {
        font-size: 40px;
    }

	.pln-txt-abs::after {
        right: 94%;
        bottom: 85%;
    }
}


