.search-page .hero {
	background: linear-gradient(180deg, #0C0A29 67.87%, #28228F 120.87%);
	padding: 67px 0 0 0;
}

.search-page .hero .subtitle {
	color: #FFF;
	font-family: PlutoRegular;
	font-size: 19.7px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.67px;
	letter-spacing: -1.4px;
	margin-bottom: 13px;
}

.search-page .hero h1 {
	color: #FFF031;
	font-family: PlutoBold;
	font-size: 46px;
	font-style: normal;
	font-weight: 500;
	line-height: 59.8px; /* 130% */
	letter-spacing: -2.76px;
	margin-bottom: 12px;
}

.search-page .hero p {
	color: #FFF;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.9px; /* 180.625% */
	margin-bottom: 43px;
}

.search-page .hero .ctas {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
/* 	margin-bottom: 94px; */
}

.search-page .hero .ctas .trial {
	padding: 9px 27px 10px 27px;
	border-radius: 40px;
	background: #4842C1;
	border: 1px solid #4842C1;
	color: #FFF031;
	text-align: right;
	font-family: Roboto;
	font-size: 15.4px;
	font-style: normal;
	font-weight: 700;
	line-height: 23px; /* 149.351% */
	text-transform: capitalize;
}

.search-page .hero .ctas .demo {
	padding: 9px 27px 10px 27px;
	padding: 9px 27px 10px 27px;
	border: 1px solid #FFF;
	border-radius: 40px;
	color: #FFF;
	text-align: right;
	font-family: Roboto;
	font-size: 15.4px;
	font-style: normal;
	font-weight: 700;
	line-height: 23px; /* 149.351% */
	text-transform: capitalize;
}

.search-page .hero .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}


.search-page .cta {
	padding: 84px 0;
	background: #FFF030;
	text-align: center;
}

.search-page .cta h2 {
	color: #1B1851;
	font-family: PlutoBold;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.56px;
	margin-bottom: 0;
}

.search-page .cta p {
	color: #1B1851;
	font-family: PlutoRegular;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.48px;
	margin-bottom: 32px;
}

.search-page .cta .btn {
	border-radius: 46px;
	background: #1B1851;
	padding: 21px 18px;
	color: #FFF;
	text-align: center;
	font-family: PlutoBold;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.search-page .features .single {
	padding: 58px 0;
}

.search-page .features .single .subtitle {
	color: #1B1851;
	font-family: PlutoRegular;
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: 124.735%; /* 28.689px */
	margin-bottom: 24px;
}

.search-page .features .single h2 {
	color: #1B1851;
	font-family: PlutoBold;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 124.735%;
	margin-bottom: 24px;
}

.search-page .features .single .content p {
	margin-bottom: 12px;
	color: #3A3A3A;
	font-family: Roboto;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 148%;
}

.search-page .features .single .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.search-page .features .single .inner .btn {
	margin-top: 24px;
	border-radius: 40px;
	background: #FFF031;
	padding: 20px 35px;
	color: #1B1851;
	text-align: center;
	font-family: PlutoBold;
	font-size: 15.4px;
	font-style: normal;
	font-weight: 700;
	line-height: 23px; /* 149.351% */
	text-transform: uppercase;
	width: fit-content;
}

.search-page .features .single img{
	width: 435px;
}

.search-page .box-girl {
	padding: 48px 0;
}

.search-page .box-girl .box {
	border-radius: 12px;
	border: 2px solid #FFF;
	background: #4842C1;
	padding: 0 32px;
	color: white;
}

.search-page .box-girl .box .inner { 
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: 32px 0;
}

.search-page .box-girl .box .flex-img { 
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}


.search-page .box-girl .box .inner h2 {
	color: #FFF;
	font-family: PlutoBold;
	font-size: 28px;
	font-style: normal;
	font-weight: 900;
	line-height: 36.4px;
	letter-spacing: -1px;
	margin-bottom: 0;
}

.search-page .box-girl .box .inner p {
	color: #FFF;
	font-family: Roboto;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 12px;
}

.search-page .box-girl .box .inner p:last-child{
	margin-bottom: 0;
}


.search-page .box-girl .box .inner p.subtitle { 
	color: #FFF;
	font-family: PlutoRegular;
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: 124.735%;
	margin-bottom: 14px;
}


.search-page .faqs {
	background-color: #fff;
	padding: 60px 0;
}

.search-page .faqs .feature-image {
	overflow: hidden;
	max-width: 350px;
	width: 100%;
	transition: opacity 0.3s ease;
}

.search-page .faqs .feature-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.search-page .faqs .feature-content {
	padding: 0 30px;
}

.search-page .faqs .feature-item {
	border-bottom: 2px solid #4842C1;
	padding: 25px 0;
	transition: all 0.3s ease;
	cursor: pointer;
}

.search-page .faqs .feature-item:last-child {
	border-bottom: none;
}

.search-page .faqs .feature-item:hover {
	padding-left: 15px;
	padding-right: 15px;
}

.search-page .faqs .feature-title {
	color: #000;
	font-family: PlutoRegular;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search-page .faqs .feature-description {
	color: #686868;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.search-page .faqs .expand-icon {
	transition: transform 0.3s ease;
	color: #6c757d;
	font-size: 2rem;
}

.search-page .faqs .feature-detail {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	padding-top: 0;
}

.search-page .faqs .feature-detail.show {
	max-height: 200px;
	padding-top: 15px;
}

.search-page .video-old-home {
	
}

.search-page .video-old-home h2 {
	color: #FFF031;
	text-align: center;
	font-family: PlutoBold;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 24px;
}

.search-page .video-old-home p {
	color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 148%;
}

.search-page .video-old-home p.description {
	color: #FFF;
	text-align: center;
	font-family: PlutoRegular;
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: 124.735%;
	margin-bottom: 24px;
}


@media (max-width: 768px) {
	.feature-content {
		padding-left: 0;
		margin-top: 40px;
	}
	
	.feature-section {
		padding: 40px 0;
	}
}








