.taxonomy-page-container {
  overflow: hidden;
}
.container-wrapper,
.header-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  font-family: Mulish, sans-serif;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
}
.taxonomy-breadcrumbs {
  width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
}
.blob-1,
.blob-2,
.blob-3,
.blob-4,
.blob-5,
.blob-6,
.blob-7 {
  position: absolute;
  width: 600px;
  height: 600px;
  object-fit: cover;
  z-index: -1;
}
.header-wrapper .star-1 {
  position: absolute;
  top: 90px;
  left: 0;
  z-index: -1;
}
.header-wrapper .star-2 {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: -1;
}
.taxonomy-page-header {
  text-align: center;
  padding: clamp(20px, 5vw, 60px);
  margin-bottom: 20px;
  border-radius: 8px;
  position: relative;
}
.taxonomy-page-header .blob-1 {
  top: -270px;
  right: -195px;
}
.taxonomy-page-header .blob-2 {
  bottom: -170px;
  left: -190px;
}
.taxonomy-page-header h1 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(26px, 8vw, 50px);
  font-family: Mulish, sans-serif;
  font-weight: 900;
  color: #000;
  margin: 0 0 20px;
}
.taxonomy-page-header h1 span.name,
.taxonomy-page-header h1 span.tool-ellipse {
  position: relative;
}
.taxonomy-page-header h1 span.name::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 15px;
  background: url("../zigzag-border.webp") 0 0 / contain no-repeat;
}
.taxonomy-page-header h1 span.tool-ellipse::after {
  content: "";
  position: absolute;
  top: -60px;
  left: -5px;
  width: 100%;
  height: 195px;
  background: url("../ellipse.webp") center/contain no-repeat;
  z-index: -1;
}
.taxonomy-page-header p {
  width: 65%;
  margin: clamp(5px, 2vw, 10px) auto;
  text-align: center;
  font-size: clamp(16px, 3vw, 26px);
  font-family: Mulish, sans-serif;
  font-weight: 300;
  color: #000;
}
.tool-filters {
  display: flex;
  flex-direction: column !important;
  justify-content: center;
  align-items: center !important;
  gap: clamp(10px, 2vw, 20px);
  width: 100%;
  margin-top: clamp(15px, 3vw, 30px);
}
.tool-filter-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(5px, 2vw, 10px);
  width: 100%;
}
.filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 16px !important;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  font-size: clamp(12px, 2vw, 16px);
}
.filter-btn.free {
  background: rgba(255, 212, 77, 0.2);
  color: #ffd44d;
}
.filter-btn.free:hover {
  background: rgba(255, 212, 77, 0.4);
}
.filter-btn.paid {
  background: rgba(239, 69, 126, 0.2);
  color: #ef457e;
}
.filter-btn.paid:hover {
  background: rgba(239, 69, 126, 0.4);
}
.filter-btn.all.active,
.filter-btn.freemium {
  background: rgba(0, 153, 246, 0.2);
  color: #0099f6;
}
.filter-btn.freemium:hover {
  background: rgba(0, 153, 246, 0.4);
}
.filter-btn.all {
  color: #0099f6;
  text-decoration: underline;
  background: 0 0 !important;
}
.filter-btn.all:hover {
  color: rgba(0, 153, 246, 0.4);
  border: none;
  outline: 0;
}
.tool-search-wrapper {
  width: 570px !important;
  display: flex;
  align-items: center;
  position: relative !important;
  color: #6b7280 !important;
  background: #fff !important;
  gap: clamp(5px, 2vw, 10px) !important;
  border: 1px solid #d1d5db !important;
  border-radius: 12px !important;
  padding: 6px 6px 6px 20px;
  margin-top: 20px;
}
.search-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.search-form button[type="submit"] {
  padding: 15px 25px;
  border-radius: 8px;
  background-color: #0099f6 !important;
  font-family: Mulish, sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
}
.search-bar {
  width: 100%;
  font-size: 14px;
  outline: 0 !important;
  border: none !important;
  background: 0 0 !important;
  padding: 10px 0 !important;
}
.no-results-message,
.search-dropdown-item {
  padding: 10px;
  font-size: 14px;
  text-align: start;
  font-family: Mulish, sans-serif;
  font-weight: 600;
}
.search-bar::placeholder {
  color: #9ca3af;
}
.search-bar:focus {
  border-color: #0099f6;
  background: #fff;
}
.search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  margin-top: 5px;
  display: none;
  max-height: 350px;
  overflow-y: auto;
  z-index: 1000;
}
.content-wrapper,
.feature-card,
.single-star,
.subcribe-box,
.tool-content {
  position: relative;
}
.search-dropdown.active {
  display: block;
}
.search-dropdown-item {
  cursor: pointer;
  color: #1a1a2e;
  border-bottom: 1px solid #f1f1f1;
}
.search-dropdown-item:hover {
  background: #f1f5f9;
}
.no-results-message {
  color: #666;
}
.content-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  max-width: 1200px;
  padding-bottom: 40px;
  margin: 0 auto;
  border-bottom: 0.3px solid #6c7275;
  border-radius: 20px;
}
.tool-description,
.tool-item {
  max-width: 100%;
  overflow: hidden;
}
.container-wrapper .blob-3 {
  top: 130px;
  right: -270px;
}
.container-wrapper .blob-1 {
  top: 15%;
  left: -410px;
}
.container-wrapper .blob-2 {
  top: 30%;
  right: -270px;
}
.container-wrapper .blob-4 {
  top: 45%;
  left: -410px;
}
.container-wrapper .blob-5 {
  top: 60%;
  right: -270px;
}
.container-wrapper .blob-6 {
  top: 75%;
  left: -410px;
}
.container-wrapper .blob-7 {
  top: 90%;
  right: -270px;
}
.content-wrapper:not(:has(.featured-tools-aside)) {
  grid-template-columns: 1fr;
}
.featured-tools-aside {
  border-left: 1px solid #6c7275;
  padding: 0 20px;
}
.featured-tools-wrapper {
  margin-bottom: clamp(20px, 5vw, 50px);
}
.featured-tools-wrapper h2 {
  font-size: clamp(16px, 5vw, 22px);
  font-family: Mulish, sans-serif;
  font-weight: 700;
  color: #0099f6;
  margin-bottom: clamp(8px, 2vw, 12px);
}
.subcribe-box h2,
.subcribe-box h3 {
  margin: 0 0 clamp(0.5rem, 1vw, 1rem);
  font-family: Mulish, sans-serif;
}
.featured-tools-wrapper .featured-tools .featured-tool-card {
  box-shadow: unset;
  background: #fff;
  border: 0.5px solid #6c7275 !important;
}
.btn-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.btn-row a,
.tool-meta-list a {
  font-size: clamp(12px, 1.5vw, 14px);
  padding: 3px 10px;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s;
}
.tools-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: clamp(10px, 2vw, 20px);
}
.tool-item {
  border: 0.3px solid #6c7275;
  border-radius: 0.75em !important;
  transition: transform 0.3s, box-shadow 0.3s;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.tool-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
}
.tool-item .tool-item-content-wrapper {
  display: flex !important;
  justify-content: space-between;
  gap: 20px;
}
.tool-rating {
  display: flex;
  align-items: center;
  justify-content: start !important;
  gap: 0 !important;
}
.single-star {
  display: inline-block;
  overflow: hidden;
  line-height: 1;
}
.rating-count {
  color: #4b5563;
  font-family: Mulish, sans-serif;
  font-size: 0.9rem;
}
.tool-thumbnail {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.tool-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tool-content-container {
  width: 70%;
}
.tool-content {
  display: flex;
  flex-direction: column;
}

.tool-title {
  font-size: clamp(18px, 2.5vw, 22px) !important;
  font-family: Mulish, sans-serif;
  font-weight: 800;
  margin: 0;
  color: #1a1a2e;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tool-description,
.tool-rating {
  font-size: clamp(12px, 1.5vw, 14px);
}
.tool-description {
  color: #4b5563;
  margin: clamp(5px, 1.5vw, 16px) 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.tool-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}
.tool-rating {
  color: gold;
  font-weight: 600;
}
.no-pricing-results,
.no-results {
  font-size: clamp(16px, 2.5vw, 18px);
  padding: clamp(20px, 5vw, 40px) 0;
  text-align: center;
}
.tool-meta-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: clamp(10px, 2vw, 16px);
  flex-wrap: wrap;
  gap: 10px;
}
.btn-row a.view-details,
.tool-meta-list a.view-details {
  color: #0099f6 !important;
  font-weight: 600 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #0099f6 !important;
}
.btn-row a.visit-site-btn,
.tool-meta-list a.visit-site {
  color: #0099f6 !important;
  background: 0 0 !important;
  border: 1px solid #0099f6 !important;
}
.tool-meta-list a.visit-site,
.tool-meta-list a.btn-try-site {
  width: 120px !important;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 2px 5px;
  font-family: Mulish, sans-serif;
  font-size: clamp(12px, 2.5vw, 15px);
  font-weight: 400;
  text-transform: capitalize;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: 0.3s;
}
.tool-meta-list a.btn-try-site {
  background-color: #0099f6;
  color: #fff;
}
.tool-meta-list a.visit-site:hover {
  background: #07c;
  color: #fff;
}
.no-pricing-results {
  color: #ef4444;
  background-color: #fef2f2;
  border-radius: 8px;
  margin: 0 auto;
  max-width: 600px;
}
.subcribe-box {
  margin: clamp(30px, 5vw, 80px) auto;
  background: #ffd44d;
  padding: clamp(30px, 5vw, 50px) clamp(20px, 3vw, 30px);
  border-radius: 25px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.subcribe-box h3 {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 600;
  color: #ef457e;
}
.subcribe-box h2 {
  font-size: clamp(22px, 4vw, 40px);
  font-weight: 800;
}
.subcribe-box form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(8px, 2vw, 15px);
  margin-top: clamp(15px, 3vw, 25px);
  flex-wrap: wrap;
}
.subcribe-box input[type="email"] {
  width: 100%;
  max-width: clamp(250px, 40vw, 600px);
  background: linear-gradient(white, #fff) padding-box,
    linear-gradient(90deg, #ffd44d 0, #ef457e 50%, #0099f6 100%) border-box;
  border: 0.5px solid transparent;
  border-radius: 8px;
  font-family: Mulish, sans-serif;
  font-weight: 400;
  padding: clamp(8px, 1.5vw, 15px) clamp(10px, 2vw, 12px);
}
.subcribe-box .subscribe-btn,
.subcribe-box input[type="email"] {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.5;
  box-sizing: border-box;
}
.subcribe-box img.ornament-1,
.subcribe-box img.ornament-2 {
  position: absolute;
  width: clamp(30px, 8vw, 80px);
  height: clamp(30px, 8vw, 80px);
}
.subcribe-box .subscribe-btn {
  border: none;
  border-radius: 8px;
  background: #0099f6;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  cursor: pointer;
  padding: clamp(12px, 1.5vw, 15px) clamp(15px, 2vw, 20px);
}
.subcribe-box img.ornament-1 {
  top: 0;
  left: 0;
}
.subcribe-box img.ornament-2 {
  bottom: 0;
  right: 0;
}
.how-to-section,
.what-is-ai-tool-section {
  padding: 70px 10px;
}
.category-item,
.faq-answer {
  padding: 15px;
  font-size: 18px;
}
.what-is-ai-tool-section p,
ul > li {
  font-family: Mulish, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5rem;
  letter-spacing: 0;
}
.what-is-ai-tool-section p a {
  color: #0099f6;
}
.how-to-section .how-to-section-content {
  display: grid;
  grid-template-columns: 1fr 450px;
  justify-content: space-between;
  gap: 40px;
  margin-top: 40px;
}
.how-to-section .how-to-section-content .image-column,
.how-to-section .how-to-section-content .text-column {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.how-to-section .how-to-section-content .text-column .step {
  font-family: Mulish, sans-serif;
  display: flex;
  gap: 20px;
}
.how-to-section .how-to-section-content .text-column .step .step-title {
  font-size: 24px;
  font-weight: 600;
  color: #0099f6;
  padding-bottom: 15px;
}
.how-to-section .how-to-section-content .text-column .step .step-number {
  width: 30px;
  height: 30px;
  background-color: #0099f6;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 30px;
  min-height: 30px;
}
.how-to-section .how-to-section-content .text-column .step .step-description {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #000;
}

.how-to-section .how-to-section-content .image-column {
  width: 100%;
  height: 475px;
}

.how-to-section .how-to-section-content .image-column img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
  filter: drop-shadow(0px 2px 40px rgba(0, 0, 0, 0.1));
}
.faq-section {
  margin: 70px 0;
}
.faq-section h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
.faq-section h3,
.most-used-categories h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  color: #000;
  margin-bottom: 20px;
}
.faq-item {
  border-bottom: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}
.faq-question {
  padding: 15px;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.faq-toggle {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.faq-answer {
  color: #0099f6;
  display: none;
}
.most-used-categories {
  margin: 40px 0;
}
.category-item {
  color: #000;
  background: linear-gradient(white, #fff) padding-box,
    linear-gradient(
        90deg,
        rgba(255, 213, 77, 0.6) 0,
        rgba(239, 69, 126, 0.6) 50%,
        rgba(0, 152, 246, 0.6) 100%
      )
      border-box !important;
  border: 0.5px solid transparent !important;
  border-radius: 12px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.use-cases-section {
  margin: 4rem 0;
  padding: clamp(1rem, 2vw, 2rem);
  text-align: center;
}
.how-to-section .sub-heading,
.blog-container-wrapper .sub-heading,
.faq-section .sub-heading,
.use-cases-section .sub-heading {
  text-align: center;
  font-size: 24px;
  font-family: Mulish, sans-serif;
  margin-bottom: 0.6rem;
  font-weight: 500;
  color: #6c7275;
}
.how-to-section h2.section-title,
.key-features-section h2.section-title,
.related-blogs-section .section-title,
.use-cases-section .section-title,
.what-is-ai-tool-section h2.section-title {
  font-family: Mulish, sans-serif;
  text-align: center;
  font-size: 48px;
  margin-bottom: 1rem;
  font-weight: 800;
}
.use-case-card {
  text-align: center;
  padding: clamp(1rem, 2vw, 2rem) clamp(0.5rem, 1vw, 1rem);
  box-sizing: border-box;
}
.use-case-card img.icon {
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
  height: clamp(80px, 10vw, 100px);
  padding: clamp(15px, 2vw, 20px);
  border-radius: 50%;
  background-color: #d9d9d94d;
  object-fit: contain;
}
.use-case-card h3 {
  margin: clamp(0.5rem, 1vw, 0.75rem) 0;
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  font-weight: 600;
  color: #000;
}
.use-case-card p {
  font-size: clamp(0.8rem, 2vw, 0.9rem);
  color: #555;
  margin: 0;
}
.key-features-section {
  padding: 70px 20px;
}
.key-features-section .section-title {
  margin-bottom: 40px !important;
}
.features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.feature-card-wrapper {
  position: relative;
  flex: 1 1 300px;
  max-width: 360px;
}
.feature-card {
  background: #fff;
  padding: 20px;
  margin: 0 1rem;
  box-shadow: 0 0 27.5px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.feature-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
  padding: 0 20px;
}
.feature-card ul,
.feature-card p {
  padding: 0 0 0 20px;
  margin: 0;
  font-family: Mulish, sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.feature-card p {
  padding: 0;
}
.feature-card li,
.feature-card p {
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
.feature-card li strong,
.feature-card p strong {
  font-weight: 800;
  padding: 0 0.25rem 0 0;
}
.feature-1 h3 {
  color: #ffd44d;
}
.feature-2 h3 {
  color: #ef457e;
}
.feature-3 h3 {
  color: #0a32c3;
}
.feature-card-image {
  position: absolute;
  left: 50%;
  width: 100%;
  object-fit: cover;
}
.feature-1-wrapper .feature-card-image,
.feature-3-wrapper .feature-card-image {
  top: 50%;
  transform: translate(-50%, -50%);
}
.feature-2-wrapper .feature-card-image {
  top: 0;
  transform: translateX(-50%);
  padding-top: 30px;
}
.swiper-wrapper {
  transition: transform 0.3s;
  padding: 20px;
}
.related-blogs-section {
  padding: clamp(1rem, 2vw, 2rem);
  text-align: center;
  position: relative;
}
.blog-card {
  background: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 0 !important;
  width: 330px !important;
  max-width: unset !important;
  height: clamp(330px, 40vw, 390px);
  box-shadow: 0 2px 10px 0 #00000040;
  box-sizing: border-box;
}
.blog-card .blog-thumb img {
  width: 100%;
  height: clamp(150px, 20vw, 200px);
  object-fit: cover;
}
.blog-card .blog-card-content {
  padding: clamp(0.5rem, 1vw, 1rem);
}
.blog-category {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  color: #ef457e;
  margin-bottom: clamp(0.5rem, 1vw, 0.75rem);
}
.blog-title {
  padding: clamp(0.5rem, 1vw, 0.75rem) 0;
  font-size: clamp(0.9rem, 2vw, 1rem);
  font-weight: 600;
  color: #000;
  border-bottom: 0.3px solid #6c7275;
}
.read-more {
  font-size: clamp(0.9rem, 1.7vw, 1rem);
  color: #000;
  text-decoration: none;
  font-weight: 500;
  padding: 12px 0;
}
.blogs-swiper .swiper-button-next,
.blogs-swiper .swiper-button-prev {
  color: #333;
  width: clamp(30px, 5vw, 40px);
  height: clamp(30px, 5vw, 40px);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
.blogs-swiper .swiper-button-next::after,
.blogs-swiper .swiper-button-prev::after {
  font-size: 30px !important;
}
.blogs-swiper .swiper-button-prev {
  left: clamp(0.5rem, 1vw, 1rem);
}
.blogs-swiper .swiper-button-next {
  right: clamp(0.5rem, 1vw, 1rem);
}
.blogs-swiper .swiper-button-next:hover,
.blogs-swiper .swiper-button-prev:hover {
  background: #0099f6;
  color: #fff;
}
@media (max-width: 1024px) {
  .taxonomy-page-header p {
    width: 80%;
  }
  .tools-list {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
  .featured-tools-wrapper h2 {
    font-size: clamp(16px, 4vw, 24px);
  }
  .tool-content {
    width: 60%;
    padding-left: 15px;
  }
  .tool-description {
    font-size: clamp(12px, 1.5vw, 14px);
    margin: clamp(5px, 1vw, 10px) 0;
  }
  .blogs-swiper,
  .use-cases-swiper {
    padding: clamp(0.5rem, 1vw, 1rem);
  }
  .use-case-card img.icon {
    height: clamp(60px, 8vw, 80px);
    padding: clamp(10px, 1.5vw, 15px);
  }
  .how-to-section {
    padding: 50px;
  }
  .how-to-section .sub-heading {
    font-size: 20px !important;
  }
  .how-to-section .section-title,
  .key-features-section .section-title,
  .what-is-ai-tool-section .section-title {
    font-size: 30px !important;
    margin-bottom: 30px !important;
  }
  .how-to-section .how-to-section-content {
    gap: 30px;
  }
  .how-to-section .how-to-section-content .text-column .step .step-title {
    font-size: 20px;
  }
  .how-to-section .how-to-section-content .text-column .step .step-description {
    font-size: 16px;
  }
  .how-to-section .how-to-section-content .text-column .step .step-number {
    width: 25px;
    height: 25px;
    font-size: 16px;
  }
  .feature-card-wrapper {
    padding-top: 150px;
    max-width: 320px;
  }
  .feature-card-image {
    width: 200px;
  }
  .blog-card {
    height: clamp(250px, 35vw, 300px);
  }
  .blog-card .blog-thumb img {
    height: clamp(120px, 15vw, 150px);
  }
  .subcribe-box {
    padding: clamp(15px, 4vw, 25px);
  }
}
@media (max-width: 768px) {
  .taxonomy-breadcrumbs {
    padding-left: 40px;
  }
  .taxonomy-page-header h1 {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25em;
    font-size: clamp(28px, 6vw, 45px) !important;
    text-align: center;
    margin-bottom: 1rem;
  }
  .taxonomy-page-header h1 .name,
  .taxonomy-page-header h1 .tool-ellipse {
    display: block;
    width: 100%;
    position: relative;
  }
  .taxonomy-page-header h1 .name::after {
    background-position: center !important;
  }
  .taxonomy-page-header h1 .tool-ellipse::after {
    top: -20px !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: 110px !important;
    height: 110px !important;
  }
  .header-wrapper img.star-2 {
    bottom: 110px;
  }
  .tool-filters {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .feature-card-image,
  .tool-filter-wrapper .filter-btn span {
    display: none;
  }

  .tool-search-wrapper,
  .tool-content-container {
    width: 100%;
  }
  .search-form button[type="submit"] {
    font-size: 14px;
  }
  .content-wrapper {
    grid-template-columns: 1fr;
  }
  .featured-tools-aside {
    border-left: none;
    border-top: 1px solid #6c7275;
    margin-top: 30px;
    padding-top: 30px;
  }
  .tools-list {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  .tool-item {
    flex-direction: column;
    gap: 20px;
  }
  .tool-thumbnail {
    width: 120px;
    height: 90px;
  }
  .tool-content {
    width: 100%;
    padding-left: 0;
  }
  .swiper-wrapper {
    padding: 0 !important;
  }
  .use-case-card {
    padding: clamp(0.5rem, 1.5vw, 1rem);
  }
  .use-case-card img.icon {
    height: clamp(50px, 7vw, 60px);
    padding: clamp(8px, 1vw, 10px);
  }
  .use-case-card h3 {
    font-size: clamp(0.9rem, 2vw, 1rem);
  }
  .use-case-card p {
    font-size: clamp(0.7rem, 1.5vw, 0.8rem);
  }
  .how-to-section,
  .what-is-ai-tool-section {
    padding: 20px !important;
  }
  .how-to-section .how-to-section-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .how-to-section .sub-heading {
    font-size: 18px !important;
  }
  .how-to-section .section-title,
  .key-features-section .section-title,
  .related-blogs-section .section-title,
  .use-cases-section .section-title,
  .what-is-ai-tool-section .section-title {
    font-size: 24px !important;
    margin-bottom: 20px !important;
  }
  .how-to-section .how-to-section-content .image-column,
  .how-to-section .how-to-section-content .text-column {
    flex: none;
    width: 100%;
  }
  .how-to-section .how-to-section-content .text-column .step {
    gap: 10px;
  }
  .how-to-section .how-to-section-content .text-column .step .step-title {
    font-size: 18px;
  }
  .how-to-section .how-to-section-content .text-column .step .step-description {
    font-size: 14px;
  }
  .how-to-section .how-to-section-content .text-column .step .step-number {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
  .features-grid {
    flex-direction: column;
    align-items: center;
  }
  .feature-card-wrapper {
    padding-top: 0;
    max-width: 90%;
    margin-bottom: 40px;
  }
  .feature-card {
    margin: 0 auto;
  }
  .blog-card {
    width: 333px !important;
    flex: none;
    height: 350px;
  }
  .blog-card .blog-thumb img {
    height: clamp(100px, 12vw, 120px);
  }
  .blog-card .blog-card-content {
    padding: 20px 50px;
  }
  .blog-title {
    font-size: clamp(0.8rem, 1.8vw, 0.9rem);
  }
  .subcribe-box form {
    flex-direction: column;
  }
  .subcribe-box input[type="email"] {
    margin-bottom: clamp(5px, 1.5vw, 10px);
  }
}
@media (max-width: 480px) {
  .breadcrumbs {
    padding-left: 20px;
    font-size: 16px;
  }
  .blob-1,
  .blob-2,
  .blob-3,
  .blob-4,
  .blob-5,
  .blob-6,
  .blob-7,
  .taxonomy-page-header .blob-1 {
    width: 320px;
    height: 320px;
  }
  .taxonomy-page-header .blob-1 {
    top: -200px;
    right: -115px;
  }
  .container-wrapper .blob-3 {
    top: 130px;
    right: -140px;
  }
  .container-wrapper .blob-1,
  .container-wrapper .blob-6 {
    left: -85px;
  }
  .container-wrapper .blob-2,
  .container-wrapper .blob-5,
  .container-wrapper .blob-7 {
    right: -115px;
  }
  .container-wrapper .blob-4 {
    left: -140px;
  }
  .taxonomy-page-header {
    padding: 10px 0 !important;
  }
  .taxonomy-page-header .blob-2 {
    width: 320px;
    height: 320px;
    bottom: -70px;
    left: -150px;
  }
  .taxonomy-page-header h1 span.name::after {
    left: 0;
    height: 8px !important;
    width: 100% !important;
  }
  .taxonomy-page-header h1 span.tool-ellipse::after {
    top: -5px !important;
    left: 0;
    height: 45px !important;
    width: 155px !important;
  }
  .tool-filters {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .filter-btn {
    line-height: 15px;
  }
  .tool-filter-wrapper .filter-btn span {
    display: none;
  }
  .tool-search-wrapper {
    width: 100%;
    padding: 6px 6px 6px 10px;
  }
  .filter-btn,
  .search-form button[type="submit"],
  .tool-search-wrapper {
    border-radius: 8px;
  }
  .search-bar {
    padding: 6px;
  }
  .search-form button[type="submit"] {
    font-size: 12px;
  }
  .content-wrapper {
    padding: 30px 0 !important;
    gap: 0 !important;
  }
  .taxonomy-page-header h1 {
    font-size: 24px !important;
    line-height: 1.2;
    display: block;
    padding: 0;
  }
  .taxonomy-page-header p {
    font-size: 16px;
    width: 100%;
  }
  img.star-1 {
    width: 40px;
    left: 10px !important;
    top: 10px !important;
  }
  img.star-2 {
    width: 40px;
    bottom: 145px !important;
    right: 20px !important;
  }
  .tools-list {
    grid-template-columns: 1fr;
  }
  .tool-item {
    flex-direction: column;
    padding: 10px;
    gap: 10px;
  }
  .tool-thumbnail {
    width: clamp(50px, 15vw, 70px);
    height: clamp(50px, 15vw, 70px);
    object-fit: cover;
  }
  .tool-content-container {
    width: 70%;
  }
  .tool-item .tool-item-content-wrapper {
    gap: 10px;
    justify-content: space-between;
  }
  .tool-overlay .tool-pricing {
    right: 0;
  }
  .tool-description {
    font-size: clamp(12px, 1.5vw, 14px);
    -webkit-line-clamp: 2;
    margin: clamp(5px, 1vw, 10px) 0;
  }
  .tool-meta-list {
    margin-bottom: 10px;
  }
  .swiper-wrapper {
    padding: 0 !important;
  }
  .faq-section .section-title,
  .key-features-section .section-title,
  .related-blogs-section .section-title,
  .use-cases-section .section-title,
  .what-is-ai-tool-section .section-title {
    font-size: clamp(1.2rem, 3vw, 1.5rem);
  }
  .what-is-ai-tool-section p,
  ul > li {
    font-size: 16px;
  }
  .faq-section .sub-heading,
  .read-more,
  .use-cases-section .sub-heading {
    font-size: 0.9rem;
  }
  .use-case-card {
    padding: clamp(1.5rem, 1vw, 2.5rem);
    width: unset;
  }
  .use-case-card img.icon {
    height: 55px;
    padding: clamp(5px, 0.8vw, 8px);
  }
  .blog-title,
  .use-case-card h3 {
    font-size: 1.22rem;
  }
  .use-case-card p {
    font-size: 0.96rem;
    margin-bottom: 20px;
  }
  .key-features-section {
    padding: 40px 10px;
  }
  .key-features-section .section-title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .feature-card-wrapper {
    padding-top: 0;
    position: relative;
  }
  .feature-card {
    padding: 15px;
    margin: 15px;
  }
  .feature-card h3 {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
  }
  .feature-card ul {
    font-size: 0.9rem;
    padding-left: 15px;
  }
  .feature-card-image {
    position: absolute;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    left: auto;
    top: 0 !important;
    transform: none !important;
    z-index: 0;
  }
  .blog-card {
    flex: none !important;
    width: 100% !important;
    height: 370px !important;
  }
  .blog-card .blog-thumb img {
    height: clamp(80px, 10vw, 100px);
  }
  .blog-card-content {
    padding: 20px !important;
  }
  .blog-category {
    font-size: clamp(0.9rem, 2vw, 1rem);
  }
  .blogs-swiper .swiper-button-next::after,
  .blogs-swiper .swiper-button-prev::after {
    font-size: 16px !important;
  }
  .subcribe-box {
    padding: clamp(10px, 3vw, 15px);
    margin: clamp(15px, 4vw, 25px) auto;
  }
  .subcribe-box h3 {
    font-size: clamp(12px, 3vw, 16px);
  }
  .subcribe-box h2 {
    font-size: clamp(16px, 3.5vw, 20px);
  }
}
