@charset "UTF-8";

/*
Theme Name: AI Tools
Author: TecSpine
Author URI: https://tecspine.com/
Description: AI Tools theme powered by AI Tools
*/

@font-face {
    font-family: 'Geomanist';
    src: url('assets/fonts/geomanist-regular-webfont.eot');
    src: url('assets/fonts/geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/geomanist-regular-webfont.woff') format('woff'),
        url('assets/fonts/geomanist-regular-webfont.ttf') format('truetype'),
        url('assets/fonts/geomanist-regular-webfont.svg#webfont') format('svg');
}

@font-face {
    font-family: 'Geomanist';
    src: url('assets/fonts/Geomanist-Thin.eot');
    src: local('Geomanist Thin'), local('Geomanist-Thin'),
        url('assets/fonts/Geomanist-Thin.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Geomanist-Thin.woff2') format('woff2'),
        url('assets/fonts/Geomanist-Thin.woff') format('woff'),
        url('assets/fonts/Geomanist-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Geomanist';
    src: url('assets/fonts/Geomanist-ExtraLight.eot');
    src: local('Geomanist ExtraLight'), local('Geomanist-ExtraLight'),
        url('assets/fonts/Geomanist-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Geomanist-ExtraLight.woff2') format('woff2'),
        url('assets/fonts/Geomanist-ExtraLight.woff') format('woff'),
        url('assets/fonts/Geomanist-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Geomanist';
    src: url('assets/fonts/Geomanist-Light.eot');
    src: local('Geomanist Light'), local('Geomanist-Light'),
        url('assets/fonts/Geomanist-Light.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Geomanist-Light.woff2') format('woff2'),
        url('assets/fonts/Geomanist-Light.woff') format('woff'),
        url('assets/fonts/Geomanist-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Geomanist Book';
    src: url('assets/fonts/Geomanist-Book.eot');
    src: local('Geomanist Book'), local('Geomanist-Book'),
        url('assets/fonts/Geomanist-Book.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Geomanist-Book.woff2') format('woff2'),
        url('assets/fonts/Geomanist-Book.woff') format('woff'),
        url('assets/fonts/Geomanist-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Geomanist Ultra';
    src: url('assets/fonts/Geomanist-Ultra.eot');
    src: local('Geomanist Ultra'), local('Geomanist-Ultra'),
        url('assets/fonts/Geomanist-Ultra.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Geomanist-Ultra.woff2') format('woff2'),
        url('assets/fonts/Geomanist-Ultra.woff') format('woff'),
        url('a../../assets/fonts/Geomanist-Ultra.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Geomanist';
    src: url('assets/fonts/Geomanist-Regular.eot');
    src: local('Geomanist Regular'), local('Geomanist-Regular'),
        url('assets/fonts/Geomanist-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Geomanist-Regular.woff2') format('woff2'),
        url('assets/fonts/Geomanist-Regular.woff') format('woff'),
        url('assets/fonts/Geomanist-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Geomanist';
    src: url('assets/fonts/Geomanist-Medium.eot');
    src: local('Geomanist Medium'), local('Geomanist-Medium'),
        url('assets/fonts/Geomanist-Medium.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Geomanist-Medium.woff2') format('woff2'),
        url('assets/fonts/Geomanist-Medium.woff') format('woff'),
        url('assets/fonts/Geomanist-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Geomanist';
    src: url('assets/fonts/Geomanist-Bold.eot');
    src: local('Geomanist Bold'), local('Geomanist-Bold'),
        url('assets/fonts/Geomanist-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Geomanist-Bold.woff2') format('woff2'),
        url('assets/fonts/Geomanist-Bold.woff') format('woff'),
        url('assets/fonts/Geomanist-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Geomanist';
    src: url('assets/fonts/Geomanist-Black.eot');
    src: local('Geomanist Black'), local('Geomanist-Black'),
        url('assets/fonts/Geomanist-Black.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Geomanist-Black.woff2') format('woff2'),
        url('assets/fonts/Geomanist-Black.woff') format('woff'),
        url('assets/fonts/Geomanist-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

:root {
    --hero-bg: #F5F9FF;
    --white: #ffffff;
    --orange: #F16434;
    --nav_border: rgba(209, 215, 217, 0.25);
    --text-dark: #202020;
    --text-light: #a3b0b3;
    --bg-free: #E0FBDF;
    --bg-free-border: #8DD28B;
    --bg-freemium: #FFF3C5;
    --bg-freemium-border: #F8D754;
    --bg-open: #FFDBDB;
    --bg-open-border: #E38787;
    --bg-paid: #FEDFFF;
    --bg-paid-border: #FB65FF;
    --bg-social: #D9E7FD;
    --bg-generative: #E9E9E9;
    --book-family: 'Geomanist Book', Arial, sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Geomanist', Arial, sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Geomanist', Arial, sans-serif;
}

@keyframes placeholderAnimate {
    0% {
        background-position: -650px 0;
    }

    100% {
        background-position: 650px 0;
    }
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.space-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.text-center {
    text-align: center;
}

.font-size-14px {
    font-size: 14px;
}

p {
    font-size: 16px;
    line-height: 27px;
    color: var(--text-dark);
}

.nav_menu {
    height: auto;
    width: 100%;
    background-color: var(--hero-bg);
}

.container {
    width: calc(100% - 100px);
    max-width: 1080px;
    margin: 0 auto;
}

.menu_wrapper {
    border-bottom: 2px solid var(--nav_border);
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu_wrapper .logo h2 {
    font-size: 1.4em;
    color: var(--orange);
    font-weight: 500;
}

.menu_wrapper .logo h2 a {
    color: inherit;
}

.menu_items {
    height: 100%;
}

.menu_items ul {
    list-style: none;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1.5em;
}

.menu_items ul li {
    height: 100%;
    display: flex;
    font-weight: 400;
}

.menu_items ul li a {
    text-decoration: none;
    color: var(--text-dark);
    padding: 9px;
    font-size: 0.9em;
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 400;
}

.menu_items ul li.current-menu-item a:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--orange);
    position: absolute;
    left: 0;
    bottom: -2px;
}

.menu_items ul li a:hover {
    color: var(--orange);
}

.menu_items ul li.current-menu-item a,
.footer-wrapper .menu-right ul li.current-menu-item a {
    font-family: var(--book-family);
}

.menu_wrapper .btn>a {
    text-decoration: none;
    color: var(--white);
    background-color: #4285F4;
    padding: 8px 12px;
    font-size: 0.9em;
    border-radius: 3px;
}

/* BANNER SECTION CSS */

.banner-section {
    width: 100%;
    height: auto;
    background-color: var(--hero-bg);
}

.banner-section .banner-inner {
    width: 640px;
    padding-top: 100px;
}

.banner-inner .banner-heading {
    font-size: 2.55em;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    color: var(--text-dark);
}

.banner-inner .banner-heading span {
    color: var(--orange);
}

.banner-inner .search-box {
    position: relative;
    margin-top: 30px;
}

.search-box input {
    width: 100%;
    border: 1px solid var(--text-light);
    box-shadow: 0px 22.4619px 89.8476px rgba(41, 72, 152, 0.05);
    border-radius: 2px;
    padding: 15px 24px;
    padding-right: 60px;
}

.search-box input:focus {
    border-color: var(--orange);
    transition: 0.8s;
}

.search-box button {
    outline: none;
    border: none;
    background: transparent;
    position: absolute;
    top: 1px;
    right: 1px;
    height: calc(100% - 2px);
    padding: 0 20px;
}

.search-box button:hover {
    cursor: pointer;
}

.banner-inner .cats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(115px, 1fr));
    gap: 14px;
    margin-top: 25px;
}

.cats .single-cat {
    font-size: 0.75em;
    color: var(--text-dark);
    background-color: var(--white);
    line-height: 1;
    border: 1px solid #D1D7D9;
    text-align: center;
    border-radius: 4px;
    padding: 8px 0;
    transition: 0.3s;
    font-family: var(--book-family);
}

.cats .single-cat.selected,
.cats .single-cat:hover {
    background-color: var(--orange);
    color: var(--white);
    border-color: var(--orange);
    cursor: pointer;
}

.cats .single-cat i {
    color: var(--orange);
    transition: 0.3s;
}

.cats .single-cat:hover i {
    color: var(--white);
}

.cats .single-cat.cat-hidden {
    display: none;
}

.banner-inner .banner-para {
    text-align: center;
    margin-top: 75px;
}

.banner-inner .tags {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
    padding: 0 25px;
    margin-top: 15px;
    position: relative;
    top: 17px;
}

.tags .single-tag {
    text-transform: uppercase;
    text-align: center;
    border: 1px solid;
    border-radius: 4px;
    box-shadow: 0px 10px 32px rgba(32, 32, 32, 0.08);
    font-size: 0.8em;
    padding: 10px 0;
    line-height: 1;
    position: relative;
    font-family: var(--book-family);
}

.tags .single-tag:hover {
    cursor: pointer;
}

.tags .single-tag>img {
    position: absolute;
    top: -8px;
    right: -8px;
    display: none;
}

.single-tag.free {
    background-color: var(--bg-free);
    border-color: var(--bg-free-border);
}

.single-tag.freemium {
    background-color: var(--bg-freemium);
    border-color: var(--bg-freemium-border);
}

.single-tag.open-source {
    background-color: var(--bg-open);
    border-color: var(--bg-open-border);
}

.single-tag.paid {
    background-color: var(--bg-paid);
    border-color: var(--bg-paid-border);
}

/* BLOGS SECTION */

.blog-section {
    margin-top: 100px;
}

.blog-section .filters_bar {
    display: flex;
    justify-content: space-between;
}

.filters_bar .filters {
    display: flex;
    align-items: center;
    font-size: 0.9em;
    color: var(--text-dark);
    gap: 18px;
}

.filters .fil_selector {
    position: relative;
}

.fil_selector .selected-filter {
    border: 1px solid #BCBCBC;
    border-radius: 2px;
    line-height: 1;
    padding: 12px 16px;
    position: relative;
    max-width: 200px;
}

.fil_selector .selected-filter span {
    max-width: 75%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fil_selector .selected-filter:hover {
    cursor: pointer;
}

.fil_selector .selected-filter.active {
    border-color: var(--orange);
}

.filters .fil_selector i {
    color: #BCBCBC;
    margin-left: 24px;
    font-size: 1.4em;
    line-height: 0;
    transform: translateY(2px);
}

.fil_selector .selected-filter.active i {
    transform: translateY(2px) rotate(180deg);
}

.filters .view-style {
    border: 1px solid #bcbcbc;
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}

.filters .view-style:hover {
    cursor: pointer;
    border-color: var(--orange);
}

.filters .view-style img {
    height: 24px;
    width: 24px;
}

.filters .view-style img:last-of-type,
.filters .view-style.list-view img:first-of-type {
    display: none;
}

.filters .view-style.list-view img:last-of-type {
    display: block;
}

.fil_selector .drop-items {
    position: absolute;
    background-color: var(--white);
    box-shadow: 0px 10px 32px rgba(32, 32, 32, 0.08);
    border-radius: 2px;
    width: 200px;
    top: calc(100% + 10px);
    padding: 3px;
    display: none;
}

.fil_selector .drop-items ul {
    list-style: none;
}

.fil_selector .drop-items ul li {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    border-radius: 3px;
}

.fil_selector .drop-items ul li.active {
    background-color: var(--hero-bg);
    border: 1px solid var(--white);
}

.drop-items ul li:hover {
    cursor: pointer;
    background-color: var(--hero-bg);
}

.drop-items ul li img {
    margin-right: 12px;
}

.drop-items ul li span {
    line-height: 1;
    font-family: var(--book-family);
}

/* Blogs styling */

.all_blogs {
    display: grid;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    column-gap: 20px;
    row-gap: 30px;
    margin-top: 40px;
}

.all_blogs.list-view {
    grid-template-columns: 1fr;
}

.all_blogs .single_blog {
    border: 1px solid #D1D7D9;
    border-radius: 2px;
}

.all_blogs .single_blog.placeholder {
    animation: placeholderAnimate 1.5s linear infinite forwards;
    background: linear-gradient(to right, #F5F9FF 2%, #fff 18%, #F5F9FF 33%);
    background-size: 1300px;
    height: 400px;
}

.single_blog>a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.all_blogs.list-view .single_blog>a {
    flex-direction: row;
}

.single_blog .f_image {
    background-color: var(--hero-bg);
    height: auto;
    max-height: 210px;
    padding: 30px;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.single_blog .f_image img {
    height: auto;
    width: auto;
    max-width: 100%;
    margin: 0;
    align-self: baseline;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	min-height: 177px;
}

.single_blog .content_part {
    padding: 30px 18px;
}

.all_blogs.list-view .single_blog .content_part {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.single_blog .b_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single_blog .b_title h3 {
    color: var(--text-dark);
    line-height: 1;
    font-weight: 500;
    font-size: 1.3em;
}

.single_blog .b_title .ratings {
    display: flex;
    align-items: center;
    gap: 8px;
}

.b_title .ratings img {
    height: 18px;
}

.b_title .ratings span {
    line-height: 1;
    font-family: var(--book-family);
}

.single_blog .content_part p.desc {
    font-size: 0.8em;
    color: #636363;
    margin-top: 20px;
    margin-bottom: 12px;
    line-height: 1.6;
}

.single_blog .content_footer,
.overview-section-meta .content_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8em;
    line-height: 1;
    text-transform: uppercase;
    flex-wrap: wrap;
    row-gap: 15px;
}

.single_blog .post_tags,
.overview-section-meta .post_tags {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.post_tags .post_single_tag {
    font-family: var(--book-family);
    padding: 6px 10px;
    min-width: 50px;
    text-align: center;
    color: var(--text-dark);
    border-radius: 2px;
}

.content_footer .times {
    color: #636363;
    font-family: var(--book-family);
}

.post_single_tag.free {
    background-color: var(--bg-free);
}

.post_single_tag.freemium {
    background-color: var(--bg-freemium);
}

.post_single_tag.open-source {
    background-color: var(--bg-open);
}

.post_single_tag.paid {
    background-color: var(--bg-paid);
}

.post_single_tag.social {
    background-color: var(--bg-social);
}

.post_single_tag.generative {
    background-color: var(--bg-generative);
}

/* FOOTER CSS */

footer {
    background-color: var(--orange);
    color: var(--white);
    margin-top: 80px;
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
}

.footer-wrapper p {
    color: var(--white);
}

.footer-wrapper .logo-left h2 {
    font-size: 1.4em;
    font-weight: 500;
}

.footer-wrapper .logo-left h2 a {
    color: var(--white);
}

.footer-wrapper .logo-left p {
    font-size: 0.9em;
}

.footer-wrapper .f_menu {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer-wrapper .menu-right ul {
    list-style: none;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1.5em;
}

.footer-wrapper .menu-right ul li a {
    text-decoration: none;
    padding: 9px;
    font-size: 0.9em;
    display: flex;
    align-items: center;
    position: relative;
    color: var(--white);
}

.footer-wrapper .menu-right .btn>a {
    text-decoration: none;
    color: var(--white);
    background-color: #4285F4;
    padding: 14px 40px;
    font-size: 0.9em;
    border-radius: 3px;
}

.footer-wrapper .social-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
    margin-top: 30px;
}

.footer-wrapper .social-icons p {
    font-size: 0.9em;
}

.social-icons .icon-group {
    display: flex;
    gap: 30px;
}

.social-icons .icon-group a {
    font-size: 1.4em;
    color: var(--white);
    opacity: 0.5;
    text-decoration: none;
}

.social-icons .icon-group a:hover {
    transition: 0.3s;
    opacity: 1;
}

/* ====================================================== */
/* JAWAD CSS */
/* ====================================================== */

.h2-heading {
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    color: var(--text-dark);
}

.h4-heading {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    color: var(--text-dark);
}

.blue {
    background-color: #ecf3fe;
}

.pink {
    background-color: rgba(255, 234, 197, 0.5);
}

.border-radius-2px {
    border-radius: 2px;
}

.primary {
    width: 200px;
    height: 48px;
    color: var(--white);
    background-color: var(--orange);
    line-height: 46px;
    border-radius: 2px;
    border: 1px solid var(--orange);
    text-align: center;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s all ease;
    font-weight: 500;
    font-size: 14px;
}

.primary:hover {
    background-color: var(--white);
    color: var(--orange);
}

.secondary {
    background-color: var(--white);
    border: 1px solid #636363;
    color: #636363;
}

.secondary:hover {
    color: #636363;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.breadcrumb a {
    color: var(--text-light);
    font-family: var(--book-family);
}

.breadcrumb span {
    font-family: var(--book-family);
}

.breadcrumb img {
    width: 16px;
    margin: 0 6px;
}

.save-span {
    margin: 0 12px;
}

.rating-span img {
    margin-right: 6px;
}

.overview-section-content {
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: inherit;
}

.overview-content-bar p {
    width: 580px;
}

.overview-content-bar {
    border-top: 1px solid #e9e9e9;
    margin-top: 10px;
    padding: 24px 0;
}

.overview-lower-section {
    padding-top: 22px;
    border-top: 1px solid #e9e9e9;
}

span#share-icon-box img {
    filter: invert(8%) sepia(17%) saturate(12%) hue-rotate(325deg) brightness(93%) contrast(89%);
}

span#share-icon-box img.toggled {
    filter: invert(60%) sepia(49%) saturate(5475%) hue-rotate(340deg) brightness(97%) contrast(95%);
}

.freemium-span {
    margin-right: 12px;
}

.freemium-span,
.generative-span {
    padding: 8px 12px;
}

.overview-meta span,
.overview-meta a {
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
}

.overview-meta-date span {
    color: #636363;
    font-weight: 14px;
}

.overview-buttons a.primary:first-child {
    margin-right: 12px;
}

.overview-buttons {
    margin-top: 32px;
}

.ai-tools-overview-section-text {
    margin-top: 28px;
    padding-bottom: 50px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 64px;
}

.ai-tools-overview-section p {
    line-height: 27px;
    font-family: var(--book-family);
    color: var(--text-dark);
}

.reviews-rating .overview-meta-date {
    margin-left: 12px;
}

.reviews-rating-stars img {
    width: 24px;
}

.breadcrumb {
    padding-top: 44px;
    padding-bottom: 22px;
}

.page-template-related-ai-tools .all_blogs {
    margin-top: 5px;
}


.ai-tools-overview-section-heading {
    padding-bottom: 28px;
}

.overview-share-icons .blue {
    padding: 8px 8px 5px 8px;
}

.overview-share-icons .pink,
.reviews-rating .pink {
    padding: 6px 10px;
    font-weight: 500;
}

.overview-share-icons {
    display: inherit;
    margin-top: -8px;
    position: relative;
}

.overview-heading-bar h4 {
    margin-top: -16px;
}

.overview-section-image img {
    height: 100%;
    width: 100%;
}

.ai-tools-reviews-section {
    padding: 62px 0 80px 0;
}

.reviews-section-heading {
    margin-bottom: 24px;
}

.reviews-rating img,
.overview-share-icons span:first-child img {
    width: 24px;
}

.reviews-ratings {
    width: 23%;
}

.reviews-content {
    width: 77%;
}

.reviews-content p {
    font-size: 18px;
    color: #8F8F8F;
    margin-top: 12px;
    line-height: 28px;
}

.reviews-rating-stars {
    margin-bottom: 10px;
}

.reviews-section-reviews:not(:last-child) {
    margin-bottom: 64px;
}

.reviews-rating-bar {
    margin-bottom: 40px;
}

p.client-rating {
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 44px;
    margin-top: -8px;
}

p.client-name {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
}

p.review-date {
    color: #8F8F8F;
    font-size: 14px;
}

.reviews-title {
    font-weight: 400;
}

a.showmore {
    border: 1px solid #636363;
    width: 100%;
    text-align: center;
    height: 48px;
    line-height: 46px;
    color: #636363;
    display: inline-block;
    font-size: 14px;
    font-family: var(--book-family);
}

a.showmore.showmore-hide {
    display: none;
}

a.showmore:hover {
    background-color: var(--text-light);
    color: var(--white);
}

.newsletter-section .container {
    background-color: #FEEFEB;
    padding: 68px 0 87px 0;
}

.newsletter-content {
    width: 780px;
    margin: 0 auto;
    text-align: center;
}

.newsletter-section .success {
    background-color: #E0FAEF !important;
}

.input-field.email:before {
    content: '';
    background-image: url(assets/img/email-envelop-icon.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 29px;
    left: 20px;
    transform: translateY(-50%);
    z-index: 1;
}

input[type="checkbox"] {
    accent-color: var(--orange);
    height: 16px;
    width: 16px;
}

.newsletter-form input[type="email"] {
    width: 100%;
    border: 1px solid var(--text-light);
    height: 56px;
    border-radius: 2px;
    padding: 0 48px;
}

.newsletter-form .input-field.email {
    width: 80%;
    position: relative;
}

.newsletter-form .input-field.submit {
    width: 20%;
    z-index: 1;
}

.subscribe-form {
    display: flex;
}

.newsletter-form input[type="submit"],
.newsletter-form button {
    width: 100%;
    margin-left: -6px;
    font-weight: 700;
    font-size: 14px;
    height: 56px;
    margin-top: 0;
}

.newsletter-form p {
    margin: 0 !important;
}

.newsletter-content h1 {
    font-size: 44px;
    line-height: 52px;
    font-weight: 500;
    color: #31353B;
}

.newsletter-content p {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 24px;
}

.receive-updates {
    margin-top: 12px;
}

.receive-updates p {
    display: flex;
    align-items: center;
}

.newsletter-content .validation-icons {
    right: 24px;
}

.newsletter-content .wpcf7-response-output {
    border: none !important;
    color: #3aba6f;
    font-weight: 500;
    font-family: 'Geomanist Book';
    font-size: 16px;
    margin-bottom: 0 !important;
    margin-top: 12px !important;
}

.newsletter-content .invalid .wpcf7-response-output {
    color: rgb(240, 90, 92);
}

.newsletter-form span.wpcf7-spinner {
    display: none;
}

.newsletter-form ::placeholder {
    color: var(--text-dark);
    opacity: 1;
	font-family: 'Geomanist Book';
}

.receive-updates span {
    margin-left: 9px;
    font-size: 14px;
    text-transform: capitalize;
	font-family: 'Geomanist Book';
}

input[type="email"]:focus {
    outline: none;
}

.alternative-tools-section .container {
    padding-top: 80px;
}

.alternative-tools-showmore-button {
    margin-top: 40px;
}

/* Submit Page CSS Starts Here */

.submit-section-content {
    width: 780px;
    margin: 0 auto;
}

.submit-section-text {
    text-align: center;
    margin-bottom: 36px;
}

.submit-section-text p {
    line-height: 24px;
    margin-top: 16px;
}

.submit-section-content span {
    font-weight: 500;
    color: var(--orange);
}

.submit-section-form br,
.contact-page-form br {
    display: none;
}

.submit-section-form .validation,
.contact-page-form .validation {
    height: 40px;
}

/* Submit Page CSS Ends Here */

/* Furqan CSS starts here */

.footer-wrapper .menu-right .btn {
    display: none;
}

/* For Menu Responsive */

.menu_wrapper .bars {
    display: none;
    position: absolute;
    right: 0;
    height: 35px;
    width: 32px;
    padding: 2px;
    justify-content: space-evenly;
    flex-direction: column;
}

.menu_wrapper .bars:hover {
    cursor: pointer;
}

.menu_wrapper .bars span {
    height: 2px;
    width: 100%;
    border-radius: 3px;
    background-color: var(--text-dark);
    transition: 0.4s;
}

.menu_wrapper .bars span:nth-of-type(2) {
    width: 78%;
}

.menu_wrapper .bars.crossed {
    margin-top: -4px;
}

.menu_wrapper .bars.crossed span:first-of-type {
    transform: rotate(45deg);
    margin-top: 12px;
}

.menu_wrapper .bars.crossed span:nth-of-type(2) {
    display: none;
}

.menu_wrapper .bars.crossed span:last-of-type {
    transform: rotate(-45deg);
    margin-top: -10px;
}

/* Furqan CSS starts here */

/* Form Generic CSS Starts Here */

label {
    font-family: var(--book-family);
    display: block;
    margin-bottom: 10px;
}

input,
select,
textarea {
    border: 1px solid #D1D7D9;
    padding: 12px 16px;
    height: 40px;
    border-radius: 2px;
    width: 100%;
    font-size: 14px;
    color: var(--text-dark);
    outline: none;
}

textarea {
    height: 148px;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('assets/img/select-dropdown-icon.svg') no-repeat;
    background-position: calc(100% - 12px) center;
    background-size: 16px;
}

::placeholder,
select {
    color: var(--text-dark);
    font-size: 14px;
    opacity: 0.5;
}

.form-row {
    display: grid;
    column-gap: 20px;
    row-gap: 16px;
}

.two-input-fields {
    grid-template-columns: repeat(2, 1fr);
}

.one-input-field {
    grid-template-columns: repeat(1, 1fr);
}

.form-row {
    margin-bottom: 16px;
}

input.primary {
    line-height: 1;
    margin-top: 8px;
}

/* Form Generic CSS Ends Here */

/* Email validation CSS starts here */

.validation {
    position: relative;
}

.validation.valid .validation-icons .check {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.validation.invalid .validation-icons .cross {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.validation-icons {
    position: absolute;
    right: 12px;
    pointer-events: none;
    width: 20px;
    height: 20px;
    transition: all .25s ease;
    top: 50%;
    transform: translateY(-50%);
}

.validation-icons i {
    position: absolute;
    transition: all .25s ease;
    font-size: 1.3rem;
    opacity: 0;
    visibility: hidden;
    transform: scale(.5);
}

.validation-icons .check {
    color: #3aba6f;
    text-shadow: 0px 5px 10px rgba(58, 186, 111, .3);
}

.validation-icons .cross {
    color: rgb(240, 90, 92);
    text-shadow: 0px 5px 10px rgba(240, 90, 92, .3);
}

/* Email validation CSS ends here */

/* Share button box CSS starts here */

.share-button-box {
    position: absolute;
    padding: 40px;
    right: 0;
    top: 51px;
    background-color: var(--white);
    box-shadow: 0px 10px 32px rgba(32, 32, 32, 0.08);
    display: none;
}

.share-button-box h4 {
    margin-bottom: 32px;
}

span#share-icon-box {
    cursor: pointer;
}

.share-button-box p {
    line-height: 14px;
}

.copy-to-clipboard {
    border: 1px solid var(--text-light);
    width: 225px;
    padding: 14px 16px;
    margin-top: 8px;
    margin-bottom: 24px;
    position: relative;
}

#copy-to-clipboard-icon-hidden {
    display: none;
}

.copy-to-clipboard p {
    font-family: inherit;
    width: 80%;
    word-break: break-all;
    line-height: 18px;
}

.copy-to-clipboard img {
    width: 20px;
    cursor: pointer;
}

.share-box-separator {
    position: relative;
    font-size: 14px;
}

.share-box-separator:before,
.share-box-separator:after {
    content: '';
    position: absolute;
    width: 92px;
    background-color: var(--text-light);
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.share-box-separator:after {
    right: 0;
    left: inherit;
}

.share-link-icons {
    margin-top: 22px;
}

.share-link-icons a {
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.share-link-icons a:hover {
    scale: 1.1;
}

.share-this-link-box {
    margin-top: 24px;
}

.copied {
    width: 100px;
    opacity: 0;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
    color: var(--orange);
    padding: 8px;
    background-color: var(--white);
    border: 1px solid var(--orange);
    border-radius: 2px;
    transition: .5s opacity;
    text-align: center;
    z-index: 1;
    font-weight: 500;
}

/* Share button box CSS ends here */

.related-tools-section .related-post-hidden {
    display: none;
}

/* Responsive CSS */

@media screen and (max-width: 1199px) {

    .overview-content-bar p {
        width: inherit;
    }

    .overview-section-image img {
        width: 400px;
        object-fit: contain;
        height: inherit;
    }

    .overview-section-image {
        width: 400px;
    }

}

@media screen and (max-width: 991px) {

    .h2-heading {
        font-size: 32px;
        line-height: 40px;
    }

    .newsletter-content h1 {
        font-size: 28px;
        line-height: 28px;
    }

    .newsletter-content p {
        font-size: 20px;
    }

    .overview-section-image img {
        width: 300px;
    }

    .newsletter-content {
        width: 100%;
    }

    .overview-buttons a {
        width: 150px;
    }

    .ai-tools-overview-section-text {
        margin-top: 32px;
        padding-bottom: 40px;
    }

    .ai-tools-reviews-section {
        padding: 48px 0;
    }

    .newsletter-section .container {
        padding: 60px 20px;
    }

    .reviews-section-reviews:not(:last-child) {
        margin-bottom: 40px;
    }

    .reviews-rating-bar {
        margin-bottom: 36px;
    }

    .alternative-tools-section .container {
        padding-top: 40px;
    }

    .submit-section-text p {
        margin-top: 8px;
    }

    .submit-section-text {
        margin-bottom: 24px;
    }

    .submit-section-content {
        width: 100%;
    }

}

@media screen and (max-width: 767px) {

    .breadcrumb {
        padding-bottom: 8px;
    }

    .ai-tools-overview-section-heading {
        padding-bottom: 16px;
    }

    .overview-section-image,
    .overview-section-image img {
        width: 100%;
    }

    .overview-heading-bar h4 {
        margin-top: 0;
    }

    .overview-share-icons {
        margin-top: 0;
    }

    .ai-tools-overview-section-content {
        flex-direction: column;
    }

    .overview-section-content {
        margin-left: 0;
        margin-top: 32px;
    }

    .reviews-rating-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .reviews-button {
        margin-top: 32px;
    }

    .reviews-section-reviews {
        flex-direction: column;
        align-items: flex-start;
    }

    .reviews-ratings,
    .reviews-content {
        width: 100%;
    }

    .reviews-content {
        margin-top: 20px;
    }

    p.client-rating {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 12px;
        margin-top: 0;
    }

    .reviews-content h4 {
        font-size: 20px;
    }

    .reviews-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .all_blogs {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-page-form .submit {
        text-align: center;
    }

    /* Furqan CSS starts here */

    .menu_wrapper {
        position: relative;
        overflow-x: hidden;
    }

    .menu_wrapper .bars {
        display: flex;
    }

    .no-scroll {
        overflow: hidden;
    }

    .menu_wrapper div.menu_items {
        position: fixed;
        left: 150%;
        top: 60px;
        z-index: 1;
        width: 100vw;
        height: calc(100vh - 60px);
        overflow-y: auto;
        background-color: var(--hero-bg);
        transition: 0.8s;
    }

    .menu_items ul li.current-menu-item a,
    .footer-wrapper .menu-right ul li.current-menu-item a {
        font-size: 1.2em;
    }

    .menu_wrapper div.menu_items.show_menu {
        left: 0;
    }

    .menu_wrapper .menu_items ul {
        flex-direction: column;
    }

    .menu_wrapper .menu_items ul li {
        height: auto;
    }

    .menu_wrapper .menu_items ul li.current-menu-item a::after {
        content: none;
    }

    .filters_bar .filters {
        font-size: 0.75em;
        gap: 5px;
    }

    .filters_bar .filters:first-of-type {
        flex-direction: column;
        align-items: flex-start;
    }

    .filters_bar .filters:nth-of-type(2) {
        flex-direction: column-reverse;
        align-items: flex-end;
    }

    .fil_selector .selected-filter {
        padding: 12px 10px;
    }

    .filters_bar .filters p {
        margin-top: 11px;
    }

    .filters .view-style {
        height: auto;
        width: auto;
        padding: 6px;
    }

    .banner-inner .banner-heading {
        font-size: clamp(18px, 2em, 27px);
    }

    .banner-inner .tags {
        gap: 10px;
    }

    .footer-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-wrapper .menu-right ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .footer-wrapper .menu-right ul li a {
        padding: 2px;
    }

    .footer-wrapper .menu-right ul li:first-child a {
        padding-left: 0;
    }

    .footer-wrapper .f_menu {
        margin-top: 30px;
    }

    /* Furqan CSS ends here */

}

@media screen and (max-width: 575px) {

    .container {
        width: calc(100% - 40px);
    }

    .overview-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .overview-buttons {
        margin-top: 20px;
    }

    .newsletter-form .input-field.email {
        width: 70%;
    }

    .newsletter-form .input-field.submit {
        width: 30%;
    }

    .input-field.email:before {
        left: 12px;
    }

    .newsletter-form input[type="email"] {
        padding: 0 40px;
    }

    .all_blogs {
        grid-template-columns: repeat(1, 1fr);
    }

    .two-input-fields {
        grid-template-columns: repeat(1, 1fr);
    }

    .subscribe-form {
        flex-direction: column;
        row-gap: 10px;
    }

    .newsletter-form .input-field.email,
    .newsletter-form .input-field.submit {
        width: 100%;
    }

    .newsletter-form input[type="submit"],
    .newsletter-form button {
        margin-left: inherit;
    }
}

@media screen and (max-width: 500px) {

    /* Furqan CSS starts here */

    .banner-inner .banner-heading {
        font-size: clamp(18px, 1.4em, 27px);
    }

    .banner-inner .tags {
        grid-template-columns: repeat(2, 1fr);
    }

    .all_blogs {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .footer-wrapper .menu-right ul {
        gap: 8px;
    }

    .footer-wrapper .social-icons {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-top: 25px;
    }

    /* Furqan CSS starts here */

}

.btn {
    visibility: hidden;
}

/* Specific CSS for Submit and Contact pages starts here */

@media screen and (max-width: 1023px) and (min-width: 769px) {

    body.page-id-18,
    body.page-id-20 {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }

    body.page-id-18 footer,
    body.page-id-20 footer {
        margin-top: auto;
    }

}

.book-family * {
    font-family: var(--book-family);
}

/* Specific CSS for Submit and Contact pages ends here */


/* Login Page CSS starts here */

.login-page-section {
    min-height: 100vh;
}

.login-section-content {
    width: 440px;
    margin: 0 auto;
}

.login-form-wrapper {
    padding: 40px;
    background: var(--white);
    box-shadow: 0px 10px 32px rgba(32, 32, 32, 0.04);
    border-radius: 4px;
    margin: 20px 0;
}

.registration-text h2 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 500;
    color: var(--orange);
    margin-bottom: 14px;
}

.registration-text p {
    font-size: 18px;
}

.login-page-section input[type="submit"] {
    width: 100%;
    text-transform: uppercase;
}

.forgot-password {
    text-align: end;
    margin-bottom: 16px;
    margin-top: -4px;
}

a.registration {
    font-size: 14px;
    font-family: var(--book-family);
    text-decoration: underline;
    color: var(--orange);
}

.dont-have-account {
    font-size: 14px;
    color: var(--text-dark);
}

.registration-section input {
    margin-bottom: 8px;
}

.registration-section .dont-have-account {
    text-align: end;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-70%);
}

.registration-section .registration-email {
    position: relative;
}

@media screen and (max-width: 575px) {
    .login-section-content {
        width: 100%;
    }

    .login-form-wrapper {
        padding: 20px;
    }

    .registration-text h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 8;
    }

    .registration-text p {
        font-size: 16px;
    }
}

/* Login Page CSS ends here */