@import url(./common.css);
/*------------------- 4.00. Service -------------------*/
/* Service Card ---------------------------------- */
.service-card {
	--gap: 30px;
	position: relative;
	text-align: center;
	-webkit-filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.04));
	filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.04));
}

@media (max-width: 350px) {
	.service-card {
		--gap: 15px;
	}
}

.service-card .box-img {
	border-radius: 20px;
	overflow: hidden;
}

.service-card .box-img img {
	height: 250px;
	width: 100%;
	object-fit: cover;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.service-card .box-content {
	max-width: calc(100% - var(--gap) * 2);
	margin-left: var(--gap);
	margin-top: -64px;
	position: relative;
	z-index: 2;
	padding: 85px 10px 54px 10px;
	background-color: var(--white-color);
}

.service-card .box-icon {
	position: absolute;
	top: 126px;
	left: calc(50% - 56px);
	z-index: 3;
}

.service-card .box-title {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 10px;
}

.service-card .box-text {
	max-width: 254px;
	margin-left: auto;
	margin-right: auto;
}

.service-card .icon-btn {
	border-radius: 99px;
	background-color: var(--theme-color2);
	border-color: var(--theme-color2);
	color: var(--white-color);
	position: relative;
	z-index: 3;
	display: block;
	margin: -29px auto 0 auto;
}

.service-card .icon-btn:hover {
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}

.service-card:hover .box-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.cta-box {
	padding: 40px;
	border-radius: 30px;
	background-position: top left;
}

.cta-box .box-content {
	max-width: 860px;
	padding: 48px 40px;
	border-radius: 20px 0 0 20px;
	border-top: 6px solid var(--white-color);
	border-left: 6px solid var(--white-color);
	position: relative;
}

.cta-box .box-content:after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: -6px;
	width: 35%;
	height: 50%;
	border-radius: 0 0 0 20px;
	border-bottom: 6px solid var(--white-color);
	border-left: inherit;
	pointer-events: none;
}

.cta-box .box-subtitle {
	font-family: var(--title-font);
	font-size: 20px;
	font-weight: 600;
	margin-top: -0.4em;
	margin-bottom: 25px;
	display: block;
	color: var(--theme-color);
}

.cta-box .box-title {
	font-size: 44px;
	line-height: 54px;
	font-weight: 300;
	margin-bottom: 30px;
}

.cta-box .box-title b {
	font-weight: 600;
}

/* Small devices */
@media (max-width: 767px) {
	.cta-box {
		padding: 20px;
	}
	.cta-box .box-content {
		padding: 20px;
	}
	.cta-box .box-title {
		font-size: 40px;
		line-height: 50px;
	}
}

/* Extra small devices */
@media (max-width: 575px) {
	.cta-box {
		text-align: center;
		border-radius: 20px;
	}
	.cta-box .box-content {
		padding: 20px 0;
		border: none !important;
	}
	.cta-box .box-content:after {
		display: none;
	}
	.cta-box .box-title {
		font-size: 32px;
		line-height: 42px;
	}
}

@media (max-width: 360px) {
	.cta-box .box-title {
		font-size: 28px;
	}
}

/* Testimonial Box ---------------------------------- */

.testi-box-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: var(--smoke-color2);
	border-radius: 30px;
	overflow: hidden;
	background-size: auto;
	background-position: bottom right;
}

.testi-box-img {
	-webkit-box-flex: 370px;
	-webkit-flex: 370px;
	-ms-flex: 370px;
	flex: 370px;
}

.testi-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.testi-box-shape {
	-webkit-box-flex: 60px;
	-webkit-flex: 60px;
	-ms-flex: 60px;
	flex: 60px;
	margin-left: -10px;
	margin-right: -10px;
	position: relative;
	z-index: 3;
}

.testi-box-shape img {
	height: 100%;
}

.testi-box-slide {
	-webkit-box-flex: 806px;
	-webkit-flex: 806px;
	-ms-flex: 806px;
	flex: 806px;
	width: 100%;
	max-width: 806px;
	padding: 50px;
	position: relative;
	/* Large devices */
}

@media (max-width: 1199px) {
	.testi-box-slide {
		max-width: 620px;
	}
}

.testi-box_name {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 6px;
}

.testi-box_desig {
	font-weight: 500;
	display: block;
	color: var(--theme-color);
	margin-bottom: 35px;
}

.testi-box_text {
	font-size: 20px;
	font-weight: 500;
	margin-top: -0.5em;
	margin-bottom: 48px;
	font-style: italic;
	/* Large devices */
}

@media (max-width: 1199px) {
	.testi-box_text {
		font-size: 18px;
	}
}

.testi-box_quote {
	position: absolute;
	bottom: 50px;
	right: 60px;
	z-index: 2;
}

/* Medium devices */
@media (max-width: 991px) {
	.testi-box-area {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.testi-box-img {
		width: 100%;
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
	.testi-box-img img {
		max-height: 400px;
	}
	.testi-box-shape {
		display: none;
	}
	.testi-box-slide {
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
}

/* Small devices */
@media (max-width: 767px) {
	.testi-box_quote {
		display: none;
	}
}

/* Extra small devices */
@media (max-width: 575px) {
	.testi-box-area {
		border-radius: 20px;
	}
	.testi-box-slide {
		padding: 40px 20px;
	}
	.testi-box_name {
		font-size: 24px;
	}
	.testi-box_text {
		margin-bottom: 25px;
		font-size: 16px;
	}
	.testi-box_desig {
		margin-bottom: 25px;
	}
}

/* Testimonial Grid ---------------------------------- */
.testi-grid {
	text-align: center;
}

.testi-grid-area {
	text-align: center;
	--pos-x: 80px;
	/* Medium Large devices */
	/* Medium Large devices */
	/* Large devices */
}

@media (max-width: 1399px) {
	.testi-grid-area .slider-arrow {
		--pos-x: 50px;
	}
}

@media (max-width: 1299px) {
	.testi-grid-area .slider-arrow {
		display: block;
		--pos-x: 40px;
	}
}

@media (max-width: 1199px) {
	.testi-grid-area .slider-arrow {
		display: none;
	}
}

.testi-grid-thumb {
	max-width: 250px;
	margin-bottom: 20px;
}

.testi-grid-thumb .box-img {
	width: 100%;
	border: 4px solid var(--white-color);
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	cursor: pointer;
}

.testi-grid-thumb .swiper-slide-thumb-active {
	opacity: 1;
}

.testi-grid-thumb .swiper-slide-thumb-active .box-img {
	border-color: var(--theme-color);
}

.testi-grid_title {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 16px;
	/* Small devices */
}

@media (max-width: 767px) {
	.testi-grid_title {
		font-size: 24px;
	}
}

.testi-grid_text {
	font-size: 18px;
	line-height: 28px;
	font-family: var(--title-font);
	max-width: 750px;
	margin: 0 auto 20px auto;
	/* Small devices */
}

@media (max-width: 767px) {
	.testi-grid_text {
		font-size: 16px;
	}
}

.testi-grid_text span {
	color: var(--theme-color);
}

.testi-grid_name {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}

.testi-grid_desig {
	font-weight: 400;
	color: var(--body-color);
}

.testi-grid_review {
	font-size: 14px;
	color: var(--theme-color2);
	margin-bottom: -0.4em;
}

.testi-grid_review i {
	margin: 0 2px;
}

/* offer block */
.offer-block {
	padding: 27px 40px 40px 40px;
	border-radius: 30px;
	background-color: var(--smoke-color2);
}

.offer-block .box-img {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	/* Small devices */
}

@media (max-width: 767px) {
	.offer-block .box-img {
		max-width: 55%;
	}
}

.offer-block .box-subtitle {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: -0.36em;
	margin-bottom: 16px;
	display: block;
	color: var(--theme-color);
}

.offer-block .box-heading {
	display: block;
	font-family: var(--title-font);
	font-size: 20px;
	font-weight: 300;
	color: var(--theme-color);
	margin-bottom: 10px;
	margin-top: -0.4em;
}

.offer-block .box-title {
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 0;
	position: relative;
	z-index: 3;
}

.offer-block .box-title b {
	font-weight: 700;
}

.offer-block .box-text {
	margin-bottom: 22px;
	position: relative;
	z-index: 3;
}

.offer-block .box-content {
	position: relative;
	padding: 35px;
	border: 5px solid var(--white-color);
	border-radius: 15px;
	box-sizing: border-box;
}

.offer-block .box-content:after {
	content: "";
	position: absolute;
	right: -5px;
	bottom: -5px;
	height: 70%;
	width: 80%;
	border-bottom: 5px solid var(--th-border-color);
	border-right: 5px solid var(--th-border-color);
	border-radius: 0 0 15px 0;
}

.offer-block .box-shape {
	position: absolute;
	inset: 0;
}

.offer-block .box-shape img {
	width: 100%;
	height: 100%;
}

/* Extra small devices */
@media (max-width: 575px) {
	.offer-block {
		padding: 30px;
		border-radius: 20px;
	}
	.offer-block .box-img {
		max-width: 50%;
	}
	.offer-block .box-subtitle {
		margin-bottom: 12px;
	}
	.offer-block .box-content {
		padding: 15px;
		border: 3px solid var(--white-color);
	}
}

/* Extra small devices */
@media (max-width: 375px) {
	.offer-block {
		padding: 25px;
	}
	.offer-block .box-title {
		font-size: 30px;
	}
}

/* Brand  ---------------------------------- */
.brand-card {
	display: grid;
	align-content: center;
	text-align: center;
	justify-content: center;
	min-height: 132px;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.brand-sec2 {
	padding-top: 65px;
	padding-bottom: 200px;
}

@media (max-width: 1299px) {
	.brand-sec2 {
		padding-bottom: 150px;
	}
}

@media (max-width: 767px) {
	.brand-sec2 {
		padding-bottom: 110px;
	}
}
