:root {
    /* Colors */
    --primary-color: #8e1699;
    --text-color: #211e38;
    --white-color: #ffffff;
    --gray-color: #959595;
    --dark-gray-color: #4d4d4d;
    --light-color: #ecf0ff;
    --danger-color: #ff3b3b;
}

.ai-tools {
    padding-top: 5rem;
}
.ai-tools .seo_cont header {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: nowrap;
}
.ai-tools .seo_cont header h3 {
    color: var(--text-color);
}
.ai-tools .seo_cont header h3 span {
    color: var(--primary-color);
}
.ai-tools .seo_cont header p {
    color: var(--gray-color);
    font-size: 1rem;
    font-weight: 600;
    width: 70%;
    margin: 0rem auto;
}
.ai-tools .seo_cont .cont .tabs {
    overflow-x: hidden;
}
.ai-tools .seo_cont .cont .tabs ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 0.5rem;
    padding: 0rem;
    margin: 1rem;
    min-width: -moz-fit-content;
    min-width: fit-content;
}
.ai-tools .seo_cont .cont .tabs ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    min-width: 130px;
    margin: 0rem 0.5rem;
    cursor: pointer;
}
.ai-tools .seo_cont .cont .tabs ul li div {
    transition: all 0.3s ease-in-out;
}
.ai-tools .seo_cont .cont .tabs ul li div img {
    width: 50px;
}
.ai-tools .seo_cont .cont .tabs ul li div .svgIcon {
    fill: #92899a;
}
.ai-tools .seo_cont .cont .tabs ul li p {
    margin: 0.3rem 0rem;
    font-weight: 600;
    color: #766e7d;
    font-size: 1rem;
    white-space: nowrap;
}
.ai-tools .seo_cont .cont .tabs ul li span {
    background-color: #f7f6f8;
    width: 100%;
    display: inline-block;
    height: 4px;
    border-radius: 10rem;
}
.ai-tools .seo_cont .cont .tabs ul li.active,
.ai-tools .seo_cont .cont .tabs ul li:hover {
    cursor: pointer;
    color: #8e1699;
}
.ai-tools .seo_cont .cont .tabs ul li.active div,
.ai-tools .seo_cont .cont .tabs ul li:hover div {
    transform: translateY(-8px);
}
.ai-tools .seo_cont .cont .tabs ul li.active div .svgIcon,
.ai-tools .seo_cont .cont .tabs ul li:hover div .svgIcon {
    fill: #8e1699;
}
.ai-tools .seo_cont .cont .tabs ul li.active p,
.ai-tools .seo_cont .cont .tabs ul li:hover p {
    color: #8e1699;
}
.ai-tools .seo_cont .cont .tabs ul li.active span,
.ai-tools .seo_cont .cont .tabs ul li:hover span {
    background-color: #8e1699;
}
.ai-tools .seo_cont .cont .tools-cont div {
    margin-top: 40px;
    display: none;
}
.ai-tools .seo_cont .cont .tools-cont div .text h4 {
    font-weight: 600;
}
.ai-tools .seo_cont .cont .tools-cont div .text ul {
    list-style-type: disc;
}
.ai-tools .seo_cont .cont .tools-cont div .text ul li {
    color: var(--dark-gray-color);
}
.ai-tools .seo_cont .cont .tools-cont div .image {
    width: 400px;
    max-width: 95%;
}
.ai-tools .seo_cont .cont .tools-cont div .image img {
    width: 100%;
}
.ai-tools .seo_cont .cont .tools-cont .active_section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 1.5rem;
    flex-wrap: wrap-reverse;
}

@media (max-width: 450px) {
    .ai-tools .seo_cont .cont .tabs {
        overflow-x: scroll;
    }
    .ai-tools .seo_cont .cont .tools-cont div .text {
        width: 95%;
    }
}

@media (min-width: 451px) and (max-width: 767px) {
    .ai-tools .seo_cont .cont .tabs {
        overflow-x: scroll;
    }
    .ai-tools .seo_cont .cont .tools-cont div .text {
        width: 95%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ai-tools .seo_cont .cont .tabs {
        overflow-x: scroll;
    }
    .ai-tools .seo_cont .cont .tools-cont div .text {
        width: 95%;
    }
}

@media (min-width: 992px) and (max-width: 1350px) {
    .ai-tools .seo_cont .cont .tabs {
        overflow-x: scroll;
    }
}

/*# sourceMappingURL=seo_services.css.map */
