.faq-page .article p {
	margin: 20px 0;
}
.faq-page .article h1 {
	margin-bottom: 30px!important;
}
.faq-page .video {
    position: relative;
    min-width: 1px;
    display: inline-block;
    border-radius: 26px;
    overflow: hidden;
    line-height: 0;
	margin: 10px 0;
	max-width: 100%;
}

.faq-page .video video {
	max-width: 100%;
}
.faq-page .video-img {
    height: 442px;
    background-color: rgba(255, 255, 255, .5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.video-title {
	font-weight: 700;
	font-style: Bold;
	font-size: 20px;
	line-height: 120%;
	color: #1C1B29;
	margin-bottom: 20px;
}
.faq-section {
	background-color: transparent;
    padding: 40px 30px;
    gap: 30px;
    border: 1px solid var(--darkgray);
    border-radius: 25px;
    margin-bottom: 40px;
	margin-top: 70px;
}
.faq-section h2 {
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    color: var(--black);
}
.faq__item {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    border: none;
    -webkit-box-shadow: 0 0 0 8px transparent;
    box-shadow: 0 0 0 8px transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
	margin-top: 30px;
}
.faq__item-top {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    min-height: 40px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #000;
}
.faq__item-body {
    display: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
}
.faq__item-arrow {
    min-width: 36px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.faq__item.active .faq__item-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.form-type-6 {
	border-radius: 15px;
	overflow: hidden;
	margin-top: 36px;
}
.form-type-6 .form-section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.form-type-6 .form-box {
    padding: 30px;
    gap: 0
}

.form-type-6 .form-box.green {
    -webkit-box-shadow: none;
    box-shadow: none;
	padding: 30px;
}

.form-type-6 .form-title {
    width: 100%;
	font-size: 25px;
}

.form-type-6 .form-subtitle {
    max-width: 100%;
    width: 100%;
    text-align: center
}

.form-type-6 .form-grid {
    width: 100%;
    margin: 0 auto;
	grid-template-columns: 1fr;
	gap: 20px;
}

.form-type-6 .form-grid-btn {
    margin-top: 0px
}
.form-type-6 .form__privacy-item {
	margin-top: 15px
}
.form-type-6 .form__privacy-item:first-child {
	margin: 0;
}

.form-type-6 .container {
    padding: 0
}

.playlist {
    margin-top: 50px
}

.playlist-slider {
    margin-top: 50px
}

.playlist .swiper-container {
    overflow: visible
}

.playlist__item__img-wrapper {
    height: 340px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden
}

.our-services {
	margin: 80px 0;
}
.services__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30px;
	flex-wrap: wrap;
	margin-top: 40px;
}

.service__item {
	display: flex;
	flex-direction: column;
	background: #fff;
	min-height: 168px;
	border: 1px solid #fff;
	border-radius: 10px;
	position: relative;
	padding: 30px;
	font-size: 20px;
	font-weight: 700;
}
.service__item-arrow {
	position: absolute;
	right: 10px;
	top: 10px;
	opacity: 0;
	transform: rotate(-90deg);
}
.service__item:hover  {
	border-color: #969BB9;
}
.service__item:hover .service__item-arrow  {
	opacity: 1;
}
.service__item-name {
	margin-top: 20px;
}

.google-reviews {
	background: #fff;
	border-radius: 25px;
	padding: 80px 40px 50px;
	margin: 80px 0;
}

.google-reviews .reviews__item {
	background: #F8F4F2;
	margin-right: 30px;
	height: auto;
}
.google-reviews .reviews__item a {
	margin-top: 15px;
	display: inline-block;
}
.google-reviews .small-container {
	max-width: 1130px;
	margin: auto;
	text-align: left;
}
.google-reviews .small-container p {
	margin-top: 15px;
	margin-bottom: 20px;
}
.google-reviews .small-container svg {
	max-width: 100%;
}
.google-reviews-slider {
	margin-top: 50px;
}

.google-reviews-info {
	background: #fff;
	border-radius: 15px;
	padding: 40px 30px;
	margin-top: 30px;
}
.google-reviews-info h2 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 120%;
}
.google-reviews-info p {
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 25px;
}
.google-reviews-info svg {
	max-width: 100%;
}
.vertical-box {
	margin-top: 30px;
}
.vertical-box img {
	width: 100%;
}
.vertical-box .box-know-more_inner {
	padding: 30px;
}
.vertical-box .box-know-more_inner h2 {
	font-size: 25px;
	margin-bottom: 30px;
}

@media screen and (max-width: 1500px) {
	.services__grid {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media screen and (max-width: 1200px) {
	.services__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 768px) {
	.services__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 500px) {
	.services__grid {
		grid-template-columns: repeat(1, 1fr);
	}
}
html[dir=rtl] .form-type-6 .form-box {
    padding: 30px;
}