.text-reveal .elementor-widget-container h2.elementor-heading-title .word {
    color: #80808036;
    transition: color .4s linear;
}

/* ai faq new css */
.aifaq-breadcrumbs .elementor-post-info__item--type-terms .elementor-post-info__terms-list-item {
	padding-left: 20px;
}

#semanticsearch {
	display: flex;
  	gap: 10px;
}

#semanticsearch input[type="text"] {
	height: 60px;
	flex: 1;
	border-radius: 8px;
	border: 0;
	padding: 0 20px;
}

#semanticsearch input[type="text"]:focus {
	outline: 1px var(--e-global-color-primary) solid;
}

#semanticsearch #searchsubmit {
	width: 60px;
	height: 60px;
	cursor: pointer;
	background-color: var(--e-global-color-primary);
	background-image: url(../svg/search-1.svg);
	background-size: 50%;
	background-position: 50% 50%;
	border-radius: 5px;
	background-repeat: no-repeat;
	border: none;
	color: transparent;
	transition: transform .25s ease-in;
}

#semanticsearch #searchsubmit:hover {
	transform: scale(1.05);
}

.ai-question-icon {
	width: 48px;
	height: 48px;
	background-color: var(--e-global-color-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 48px;
	border-radius: 50%;
}

@media screen and (max-width: 767px) {
	.ai-question-icon {
		width: 36px;
		height: 36px;
		flex: 0 0 36px;
	}
	.ai-question-icon svg {
		height: 36px;
  		width: 15px;
	}
}

.ai-question-icon svg {
	width: 20px;
}

.vs-grid-item {
	font-size: 14px;
	display: block;
	color: black;
	background: white;
	border-radius: 8px;
	padding: 1rem;
	margin: 1rem 0;
	position: relative;
	transition: all .25s ease-in;
}

.vs-grid-item:hover {
	box-shadow: 0 0 8px 4px rgba(0, 0, 0, .07) !important;
	transform: scale(1.02);
}

.vs-grid-item h2 {
	color: var(--e-global-color-primary);
	margin-top: 10px;
	font-family: var(--font-stack-heading);
}

.vs-grid-item .content {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.vs-grid-item .accuracy {
	font-size: 12px;
	display: table;
	position: absolute;
	right: 0;
	top: 0;
	color: #888;
	padding-right: 10px;
}

#semanticsearch.loading .loader-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	position: absolute;
	height: 60px;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 9px;
	width: calc(100% - 70px);
}

#semanticsearch.loading #searchsubmit {
	cursor: not-allowed;
	pointer-events: all !important;
}

#semanticsearch.loading .loader {
    width: 40px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid var(--e-global-color-primary);
    animation: l20-1 0.8s infinite linear alternate,
        l20-2 1.6s infinite linear;
}

.ai-recent-questions .e-loop-item > a {
	transition: all .2s ease-in;
}

.ai-recent-questions .e-loop-item > a:hover h3 {
	color: var(--e-global-color-primary);
}

@keyframes l20-1 {
    0% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%)
    }

    12.5% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%)
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%)
    }

    62.5% {
        clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%)
    }

    75% {
        clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%)
    }

    100% {
        clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%)
    }
}

@keyframes l20-2 {
    0% {
        transform: scaleY(1) rotate(0deg)
    }

    49.99% {
        transform: scaleY(1) rotate(135deg)
    }

    50% {
        transform: scaleY(-1) rotate(0deg)
    }

    100% {
        transform: scaleY(-1) rotate(-135deg)
    }
}

/* related */
.ai-related-questions .elementor-shortcode {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

@media screen and (max-width: 767px) {
	.ai-related-questions .elementor-shortcode {
		grid-template-columns: 1fr;
	}
}

.ai-related-questions .elementor-shortcode .entry-title a {
	background-color: var( --e-global-color-126235a );
	color: black;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 20px;
	border-radius: 8px;
}

.ai-related-questions .elementor-shortcode h4, 
.ai-related-questions .elementor-shortcode a {
	margin: 0;
	height: 100%;
	display: block;
}

.ai-related-questions h4.entry-title:hover a {
	color: var(--e-global-color-primary);
}

.ai-related-questions .elementor-shortcode .entry-title a:after {
	content: url(../svg/icon-arrow-white-1.svg);
	width: 48px;
	height: 48px;
	background-color: var(--e-global-color-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 48px;
	border-radius: 50%;
}

.ai-related-posts a {
	color: var( --e-global-color-text );
	border-bottom: 1px var( --e-global-color-3bbfcf6 ) solid;
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: block;
}

.ai-related-posts a .entry-title {
	font-size: var(--custom-title-4-default);
	font-weight: 400;
	line-height: 1.5em !important;
	margin: 10px 0;
	font-family: var(--font-stack-heading);
}

.ai-related-posts a .entry-date {
	color: var( --e-global-color-45d5549 );
	font-family: var(--font-stack-heading);
	font-size: 0.888rem;
	font-weight: 500;
	line-height: 1.25em !important;
}

.ai-related-posts .post img {
	border-radius: 12px;
}

/* faq section in ai faq posts */
.custom-faq {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.custom-faq details {
	overflow: hidden;
	border-radius: 12px;
}

.custom-faq details > summary {
	background-color: var( --e-global-color-126235a );
	font-weight: bold;
	cursor: pointer;
	padding: 20px 40px 20px 40px;
}

.custom-faq details > summary:hover {
	background-color: #F1F2F499;
}

.custom-faq details:open > summary { 
	color: var(--e-global-color-primary);
}

.custom-faq details > summary + div {
	background-color: var( --e-global-color-126235a );
	padding: 0px 40px 20px 40px;
}