.service-item {
	margin-bottom: 30px;
	border-radius: 15px;
	padding: 25px 35px 35px;
	transition: 0.4s;
}

.service-item:hover {
	background: var(--tj-theme-primary);
	border-color: var(--tj-white);
}

.service-item .service-icon {
	font-size: 32px;
	color: var(--tj-theme-primary);
	line-height: 1;
	margin-bottom: 25px;
	transition: 0.4s;
}

.service-item:hover .service-icon img {
	filter: brightness(0) invert(1);
}

.service-item:hover .service-icon {
	color: var(--tj-white);
}

.service-item .service-icon i {
	display: inline-flex;
	line-height: 1;
}

.service-item .service-content .title {
	margin-bottom: 10px;
}

.service-item .service-content .title button {
	background: transparent;
	border: none;
	color: var(--tj-white);
	font-size: 20px;
	font-weight: var(--tj-fw-bold);
}

.service-item .service-content .desc {
	max-width: 520px;
	width: 100%;
}

.service-item .service-content .desc p:last-child {
	margin-bottom: 0;
}

.testimonial-feature-item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.testimonial-feature-item .auother-images {
	max-width: 55px;
	width: 100%;
}

.testimonial-feature-item .auother-images img {
	width: 100%;
	border-radius: 50%;
}

/* Faq CSS */
.faq-section {
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: var(--tj-h3-bg);
}

.faq-section .section-header {
	max-width: 100%;
}

.faq-section .accordion {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}

.accordion-item {
	position: relative;
	z-index: 2;
	box-shadow: none;
	margin-bottom: 25px;
	background: transparent;
	border: 1px solid var(--tj-theme-secondary);
	border-radius: 15px;
}

.accordion-item.active {
	background-color: var(--tj-theme-secondary);
	border-color: var(--tj-theme-secondary);
}

.accordion-item:not(:first-of-type) {
	border-top: 1px solid var(--tj-theme-secondary);
}

.accordion-item.active:not(:first-of-type) {
	border-color: var(--tj-theme-secondary);
}

.accordion-item:first-of-type {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.accordion-item:last-of-type {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.accordion-item:last-child {
	margin-bottom: 0;
}

.accordion-item .faq-title {
	font-size: 20px;
	font-family: var(--tj-ff-heading);
	font-weight: var(--tj-fw-medium);
	padding: 20px;
	background-color: transparent;
	position: relative;
	color: var(--tj-white);
	width: 100%;
	border: none;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	letter-spacing: 0.32px;
}

/* .accordion-item .faq-title:before {
	position: absolute;
	right: 30px;
	content: "\2b";
	font-family: "Font Awesome 6 Pro";
	color: var(--tj-white);
	font-weight: var(--tj-fw-regular);
	transition: all 0.3s ease-in-out 0s;
} */
.accordion-item .faq-title:focus,
.accordion-item .faq-title:not(.collapsed) {
	box-shadow: none;
}

.accordion-item .faq-title:not(.collapsed) .faq_dash {
	display: block !important;
}
.accordion-item .faq-title:not(.collapsed) .faq_plus,
.accordion-item .faq-title:after {
	display: none;
}

.accordion-item .faq-text {
	padding: 5px 10px 30px 30px;
	max-width: 985px;
	width: 100%;
}

.accordion-item .faq-text p {
	color: var(--tj-white);
	letter-spacing: 0.32px;
}

.accordion-item .faq-text p:last-child {
	margin-bottom: 0;
}

/* Text CSS */
.text-section {
	background-color: var(--tj-h3-black);
	padding-top: 80px;
	padding-bottom: 80px;
}

.text-section .section-header {
	margin-bottom: 0;
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
}

.text-section .section-header .section-title {
	font-size: 128px;
	color: var(--tj-theme-primary);
	-webkit-background-clip: initial;
	-webkit-text-fill-color: initial;
	background: transparent;
	gap: 0px;
}

.text-section .section-header .chat-mail {
	/* max-width: 330px;
	width: 100%;
	margin-left: auto; */
	text-align: end;
}

.text-section .section-header .chat-mail .link {
	display: inline-flex;
	align-items: center;
	/* justify-content: end; */
	gap: 15px;
	font-size: 32px;
	text-decoration: none;
	color: var(--tj-white);
	position: relative;
	z-index: 1;
	transition: 0.4s;
}

.text-section .section-header .chat-mail .link::before {
	position: absolute;
	content: "";
	width: 0;
	height: 1px;
	bottom: -14px;
	left: 0;
	background: var(--tj-white);
	transition: 0.4s;
}

.text-section .section-header .chat-mail .link:hover:before {
	width: 100%;
}

.text-section .section-header .chat-mail .link span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 43px;
	height: 43px;
	border: 1px solid var(--tj-white);
	background: transparent;
	border-radius: 50%;
	transition: 0.4s;
}

.text-section .section-header .chat-mail .link:hover span {
	transform: rotate(45deg);
}

#anim span {
	position: relative;
	transition: all 0.3s ease;
	display: inline-block;
	animation: wave-1 2.4s ease infinite;
	transform-origin: 100% 50%;
	transform-style: preserve-3d;
}

#anim span:nth-child(1) {
	animation-delay: 0s;
}

#anim span:nth-child(2) {
	animation-delay: 0.05s;
}

#anim span:nth-child(3) {
	animation-delay: 0.1s;
}

#anim span:nth-child(4) {
	animation-delay: 0.15s;
}

#anim span:nth-child(5) {
	animation-delay: 0.2s;
}

#anim span:nth-child(6) {
	animation-delay: 0.25s;
}

#anim span:nth-child(7) {
	animation-delay: 0.3s;
}

#anim span:nth-child(8) {
	animation-delay: 0.35s;
}

#anim span:nth-child(9) {
	animation-delay: 0.4s;
}

#anim span:nth-child(10) {
	animation-delay: 0.45s;
}

#anim span:nth-child(11) {
	animation-delay: 0.5s;
}

#anim span:nth-child(12) {
	animation-delay: 0.55s;
}

#anim span:nth-child(13) {
	animation-delay: 0.6s;
}

#anim span:nth-child(14) {
	animation-delay: 0.65s;
}

#anim span:nth-child(15) {
	animation-delay: 0.7s;
}

#anim span:nth-child(16) {
	animation-delay: 0.75s;
}

#anim span:nth-child(17) {
	animation-delay: 0.8s;
}

#anim span:nth-child(18) {
	animation-delay: 0.85s;
}

#anim span:nth-child(19) {
	animation-delay: 0.9s;
}

#anim span:nth-child(20) {
	animation-delay: 0.95s;
}

#anim span:nth-child(21) {
	animation-delay: 1s;
}

#anim span:nth-child(22) {
	animation-delay: 1.05s;
}

#anim span:nth-child(23) {
	animation-delay: 1.15s;
}

@-webkit-keyframes wave-1 {
	0% {
		transform: translate3D(0, 0, 0) scale(1) rotateY(0);
		text-shadow: 0 0 0 rgba(70, 175, 200, 0);
	}

	12% {
		transform: translate3D(2px, -2px, 2px) scale(1.16) rotateY(6deg);
		color: var(--tj-white);
	}

	15% {
		text-shadow: 0 0 2px var(--tj-white);
	}

	24% {
		transform: translate3D(0, 0, 0) scale(1) rotateY(0);
	}

	36% {
		transform: translate3D(0, 0, 0) scale(1);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes wave-1 {
	0% {
		transform: translate3D(0, 0, 0) scale(1) rotateY(0);
		text-shadow: 0 0 0 rgba(70, 175, 200, 0);
	}

	12% {
		transform: translate3D(2px, -2px, 2px) scale(1.16) rotateY(6deg);
		color: var(--tj-white);
	}

	15% {
		text-shadow: 0 0 2px var(--tj-white);
	}

	24% {
		transform: translate3D(0, 0, 0) scale(1) rotateY(0);
	}

	36% {
		transform: translate3D(0, 0, 0) scale(1);
	}

	100% {
		transform: scale(1);
	}
}