/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.ai-tools-page-wrapper,
.ai-tool-single-page {
	background: #f7f8fb;
	color: #172033;
	padding-bottom: 48px;
	padding-top: 34px;
}

.page-full-width-wrapper {
	background: #f7f8fb;
}

.ai-tools-home-hero {
	background: linear-gradient(135deg, #ffffff 0%, #eef6ff 52%, #f8f2ff 100%);
	border-bottom: 1px solid rgba(23, 32, 51, .08);
	padding: 56px 0 44px;
}

.ai-tools-home-hero h1 {
	color: #111827;
	font-size: clamp(2.3rem, 6vw, 4.4rem);
	line-height: 1.02;
	margin-bottom: 14px;
}

.ai-tools-home-hero p {
	color: #536079;
	font-size: 1.12rem;
	line-height: 1.65;
	margin-bottom: 22px;
}

.ai-tools-home-section h2 {
	color: #111827;
	font-size: 1.65rem;
	line-height: 1.2;
	margin-bottom: 18px;
}

.ai-tools-home-section h3 {
	color: #111827;
	font-size: 1.08rem;
	line-height: 1.25;
	margin-bottom: 8px;
}

.ai-tools-home-section p,
.ai-tools-section-copy {
	color: #536079;
	line-height: 1.65;
}

.ai-tools-home-intro .col-inner,
.ai-tools-home-usecases .col-inner,
.ai-tools-home-editorial .col-inner {
	background: #fff;
	border: 1px solid rgba(23, 32, 51, .08);
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(23, 32, 51, .05);
	padding: 20px;
}

.ai-tools-home-intro .large-12 .col-inner,
.ai-tools-home-usecases .large-12 .col-inner,
.ai-tools-home-editorial .large-12 .col-inner {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.ai-tools-page-wrapper .container,
.ai-tool-single-page .container {
	max-width: 1180px;
}

.ai-tools-hero {
	background: linear-gradient(135deg, #ffffff 0%, #eef6ff 52%, #f8f2ff 100%);
	border: 1px solid rgba(23, 32, 51, .08);
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(23, 32, 51, .08);
	margin-bottom: 28px;
	overflow: hidden;
	padding: 36px;
	position: relative;
}

.ai-tools-hero:after {
	background: radial-gradient(circle, rgba(33, 126, 255, .16), transparent 62%);
	content: "";
	height: 260px;
	position: absolute;
	right: -80px;
	top: -90px;
	width: 260px;
}

.ai-tools-hero > * {
	position: relative;
	z-index: 1;
}

.ai-tools-eyebrow {
	color: #2772f0;
	font-size: .76rem;
	font-weight: 700;
	letter-spacing: .08em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.ai-tools-hero .entry-title {
	color: #111827;
	font-size: clamp(2rem, 5vw, 3.6rem);
	line-height: 1.04;
	margin: 0 0 14px;
	max-width: 760px;
}

.ai-tools-tax-hero .entry-title {
	font-size: clamp(1.9rem, 4vw, 3rem);
}

.ai-tools-hero p,
.ai-tools-hero .taxonomy-description {
	color: #536079;
	font-size: 1.05rem;
	line-height: 1.65;
	margin-bottom: 20px;
	max-width: 760px;
}

.ai-tools-hero-stats,
.ai-tools-quick-links,
.ai-tool-meta,
.ai-tool-actions,
.ai-tool-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ai-tools-hero-stats span,
.ai-tools-quick-links a,
.ai-tool-pill,
.ai-tool-tag-list a {
	align-items: center;
	background: rgba(255, 255, 255, .85);
	border: 1px solid rgba(23, 32, 51, .08);
	border-radius: 999px;
	color: #364258;
	display: inline-flex;
	font-size: .84rem;
	line-height: 1;
	min-height: 34px;
	padding: 9px 13px;
}

.ai-tools-hero-stats strong {
	color: #111827;
	margin-right: 5px;
}

.ai-tools-quick-links {
	margin-top: 16px;
}

.ai-tools-quick-links a {
	background: #111827;
	border-color: #111827;
	color: #fff;
	font-weight: 700;
}

.ai-tools-section {
	margin-top: 34px;
}

.ai-tools-section-heading {
	align-items: flex-end;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 16px;
}

.ai-tools-section-heading h2,
.ai-tool-related h3 {
	color: #111827;
	font-size: 1.55rem;
	line-height: 1.2;
	margin: 0;
}

.ai-tools-section-link {
	color: #2772f0;
	font-size: .92rem;
	font-weight: 700;
}

.ai-tool-category-grid {
	display: grid;
	gap: 14px;
}

.ai-tool-category-grid-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ai-tool-category-grid-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ai-tool-category-grid-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ai-tool-category-card {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(23, 32, 51, .08);
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(23, 32, 51, .05);
	color: #172033;
	display: grid;
	gap: 12px;
	grid-template-columns: 48px minmax(0, 1fr) auto;
	min-height: 86px;
	padding: 16px;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.ai-tool-category-card:hover {
	border-color: rgba(39, 114, 240, .35);
	box-shadow: 0 16px 35px rgba(23, 32, 51, .1);
	color: #172033;
	transform: translateY(-2px);
}

.ai-tool-category-mark {
	align-items: center;
	aspect-ratio: 1;
	background: #eff6ff;
	border-radius: 8px;
	color: #2772f0;
	display: flex;
	font-weight: 800;
	justify-content: center;
}

.ai-tool-category-body strong,
.ai-tool-category-body small {
	display: block;
}

.ai-tool-category-body strong {
	font-size: 1rem;
	line-height: 1.25;
}

.ai-tool-category-body small,
.ai-tool-category-arrow,
.ai-tool-host {
	color: #667085;
	font-size: .82rem;
}

.ai-tool-category-arrow {
	font-weight: 700;
}

.box-ai-tool {
	background: #fff;
	border: 1px solid rgba(23, 32, 51, .08);
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(23, 32, 51, .05);
	height: 100%;
	overflow: hidden;
}

.ai-tools-element.align-equal .ai-tool-item,
.ai-tools-element.align-equal .ai-tool-item .col-inner,
.ai-tools-element.align-equal .box-ai-tool,
.ai-tools-element.align-equal .box-ai-tool .box-text,
.ai-tools-element.align-equal .box-ai-tool .box-text-inner {
	display: flex;
	flex-direction: column;
}

.ai-tools-element.align-equal .ai-tool-item .col-inner,
.ai-tools-element.align-equal .box-ai-tool,
.ai-tools-element.align-equal .box-ai-tool .box-text,
.ai-tools-element.align-equal .box-ai-tool .box-text-inner {
	flex: 1 1 auto;
	width: 100%;
}

.box-ai-tool .box-image {
	background: #f7f9fc;
}

.box-ai-tool .box-image img {
	background: #fff;
	object-fit: contain;
	padding: 13%;
}

.box-ai-tool .box-text {
	padding: 16px;
}

.box-ai-tool .post-title {
	display: block;
	line-height: 1.25;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.box-ai-tool .post-title a {
	align-items: center;
	display: flex;
	gap: 5px;
	justify-content: center;
	overflow: hidden;
	white-space: nowrap;
}

.ai-tool-title-icon {
	align-items: center;
	display: inline-flex;
	flex: 0 0 28px;
	height: 28px;
	justify-content: center;
	overflow: hidden;
	width: 28px;
}

.ai-tool-title-icon img {
	height: 100%;
	object-fit: contain;
	padding: 4px;
	width: 100%;
}

.ai-tool-title-text {
	display: block;
	flex: 0 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.box-ai-tool .cat-label {
	margin-bottom: 12px;
	margin-top: 0;
}

.box-ai-tool .from_the_blog_excerpt {
	display: -webkit-box;
	line-height: 1.45;
	margin-bottom: 12px;
	min-height: calc(1.45em * 2);
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.box-ai-tool .button {
	align-self: center;
	margin-top: auto;
}

.ai-tool-card-topline {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: space-between;
	margin-bottom: 8px;
	min-height: 24px;
	width: 100%;
}

.ai-tool-card-topline .ai-tool-host {
	margin-left: auto;
}

.ai-tool-pill-featured {
	background: #fff7ed;
	border-color: #fed7aa;
	color: #c2410c;
	font-size: .72rem;
	font-weight: 800;
	min-height: 24px;
	padding: 6px 9px;
}

.ai-tool-meta {
	color: #536079;
	font-weight: 700;
	justify-content: inherit;
	margin-bottom: 10px;
}

.ai-tool-meta span {
	background: #f3f6fb;
	border-radius: 999px;
	padding: 5px 9px;
}

.ai-tool-single-hero {
	background: #fff;
	border: 1px solid rgba(23, 32, 51, .08);
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(23, 32, 51, .08);
	margin-bottom: 28px;
	padding: 28px 18px;
}

.ai-tool-single-page .entry-title {
	color: #111827;
	font-size: clamp(2rem, 4vw, 3.2rem);
	line-height: 1.08;
	margin-bottom: 10px;
}

.ai-tool-single-page .lead {
	color: #536079;
	font-size: 1.1em;
	line-height: 1.6;
	margin-bottom: 1em;
}

.box-ai-tool-single-icon {
	background: #f7f9fc;
	border: 1px solid rgba(23, 32, 51, .08);
	border-radius: 8px;
	box-shadow: none;
}

.box-ai-tool-single-icon .box-image {
	padding: 2rem;
	text-align: center;
}

.box-ai-tool-single-icon img {
	max-height: 260px;
	object-fit: contain;
	width: auto;
}

.ai-tool-actions {
	margin-top: 1rem;
}

.ai-tool-tag-list {
	margin-top: 14px;
}

.ai-tool-related {
	margin-top: 2rem;
}

.ai-tool-related h3 {
	margin-bottom: 16px;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

	.ai-tools-page-wrapper,
	.ai-tool-single-page {
		padding-top: 20px;
	}

	.ai-tools-hero {
		padding: 24px 18px;
	}

	.ai-tools-section-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.ai-tool-category-grid,
	.ai-tool-category-grid-2,
	.ai-tool-category-grid-3,
	.ai-tool-category-grid-4 {
		grid-template-columns: 1fr;
	}

	.ai-tool-category-card {
		grid-template-columns: 44px minmax(0, 1fr);
	}

	.ai-tool-category-arrow {
		grid-column: 2;
	}

	.ai-tool-single-hero {
		padding: 20px 6px;
	}

}
