/*=====================================
SEO AUDIT HERO
======================================*/

.pv-seo-audit-hero {
  position: relative;
  overflow: hidden;
  padding: 0px;
  background: #fff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.pv-seo-audit-wrapper {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: start;
  gap: 0px;
}

/* Left */

.pv-seo-audit-page .pv-section-tag {
  display: inline-block;
  padding: 0px;
  color: #f4b400;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 15px 0px;
  width: auto;
  height: auto;
  background: none;
  text-transform: uppercase;
}

.pv-seo-audit-title {
  font-size: 48px;
  line-height: 1.15;
  font-weight: 800;
  color: #071b2b;
  margin-bottom: 15px;
}

.pv-seo-audit-title span {
  color: #f4b400;
}

.pv-seo-audit-description {
  max-width: 620px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8;
  color: var(--primary-text-color);
  margin-bottom: 15px;
}

/* Buttons */

.pv-seo-audit-buttons {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.pv-btn-primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 18px 34px;
  border-radius: 10px;
  background: #f4b400;
  color: #071b2b;
  font-weight: 700;
  text-decoration: none;
  transition: 0.35s;
}

.pv-btn-primary:hover {
  transform: translateY(-3px);
}

.pv-btn-secondary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 18px 34px;
  border: 2px solid #071b2b;
  border-radius: 10px;
  text-decoration: none;
  color: #071b2b;
  font-weight: 700;
  transition: 0.35s;
}

.pv-btn-secondary:hover {
  background: #071b2b;
  color: #fff;
}

/* Stats */

.pv-seo-audit-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin: 10px 0px;
}

.pv-stat-box {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  padding: 10px;
  text-align: center;
}

.pv-stat-box h3 {
  font-size: 20px;
  color: #071b2b;
  margin-bottom: 8px;
}

.pv-stat-box p {
  color: #777;
  font-size: 15px;
  margin-bottom: 0px;
}

/* Right */
/*=====================================
Hero Right
======================================*/

.pv-seo-audit-page .pv-seo-audit-image-area {
  position: relative;
  height: 560px;
  overflow: hidden;
}

.pv-seo-audit-page .pv-hero-right {
  width: 100%;
  height: 100%;
}

.pv-seo-audit-page .pv-hero-image {
  width: 100%;
  height: 100%;
}

.pv-seo-audit-page .pv-hero-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top left;
  margin-left: 0px;
}

/* Floating Report */

.pv-floating-report {
  position: absolute;
  left: -20px;
  bottom: 60px;
  width: 260px;
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
  z-index: 3;
}

.pv-report-badge {
  display: inline-block;
  background: #f4b400;
  color: #071b2b;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 30px;
  font-size: 12px;
  margin-bottom: 15px;
}

.pv-floating-report h4 {
  margin-bottom: 15px;
  color: #071b2b;
}

.pv-report-score {
  font-size: 42px;
  font-weight: 800;
  color: #071b2b;
  margin-bottom: 20px;
}

.pv-floating-report ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pv-floating-report li {
  margin-bottom: 12px;
  color: #555;
}

/* Google Card */

.pv-google-card {
  position: absolute;
  top: 60px;
  right: -20px;
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  width: 190px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  text-align: center;
  z-index: 3;
}

.pv-google-card span {
  display: block;
  color: #888;
  margin-bottom: 10px;
}

.pv-google-card strong {
  display: block;
  font-size: 38px;
  color: #f4b400;
  margin-bottom: 6px;
}

.pv-google-card small {
  color: #666;
}

/*=====================================
WHY SEO AUDITS MATTER
======================================*/

.pv-seo-audit-page .pv-audit-importance {
  padding: 100px 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-block-start: 0px;
  background-color: #f7f7f7;
}

.pv-seo-audit-page .pv-audit-importance-wrapper {
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: center;
  gap: 70px;
}

.pv-seo-audit-page .pv-section-subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #f4b400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.pv-seo-audit-page .pv-section-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #111;
  margin-bottom: 25px;
}

.pv-seo-audit-page .pv-section-description {
  font-size: 18px;
  line-height: 1.9;
  color: #666;
  margin-bottom: 20px;
}

/*=========================
Feature Boxes
=========================*/

.pv-seo-audit-page .pv-audit-features {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 45px;
  border-radius: 14px;
  padding: 22px 15px;
  text-align: center;
}

.pv-seo-audit-page .pv-audit-feature {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
  padding: 22px 15px;
  text-align: center;
  transition: 0.35s;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.pv-seo-audit-page .pv-audit-feature:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.pv-seo-audit-page .pv-feature-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pv-seo-audit-page .pv-feature-icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.pv-seo-audit-page .pv-audit-feature h4 {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  line-height: 1.4;
}

/*=========================
Right Image
=========================*/

.pv-seo-audit-page .pv-audit-image {
  width: 100%;
}

.pv-seo-audit-page .pv-audit-image img {
  width: 100%;
  display: block;
}

/* Optional */

.pv-seo-audit-page .pv-audit-image {
  animation: pvFloat 5s ease-in-out infinite;
}

@keyframes pvFloat {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(0);
  }
}

/*=====================================
What We Analyze Section
======================================*/
.pv-seo-audit-page .pv-audit-analysis {
  position: relative;

  padding: 100px 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at top right,
      rgba(255, 185, 0, 0.08),
      transparent 35%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(255, 255, 255, 0.03),
      transparent 45%
    ),
    #071b2b;
  margin-block-start: 0px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.pv-seo-audit-page .pv-audit-analysis::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.06) 1px,
    transparent 1px
  );
  background-size: 18px 18px;
  opacity: 0.3;
  pointer-events: none;
}

/*=====================================
WHAT WE ANALYZE DURING AN SEO AUDIT
======================================*/

.pv-seo-audit-page .pv-audit-analysis .container {
  position: relative;
  z-index: 2;
}

/*=========================
Section Heading
=========================*/

.pv-seo-audit-page .pv-section-heading {
  text-align: center;
  margin-bottom: 70px;
}

.pv-seo-audit-page .pv-section-heading h2 {
  font-size: 46px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding-bottom: 18px;
}

.pv-seo-audit-page .pv-section-heading h2::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 4px;
  background: #f4b400;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-radius: 20px;
}

/*=========================
Analysis Item
=========================*/

.pv-seo-audit-page .pv-analysis-item {
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: center;
  gap: 70px;
  padding: 55px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pv-seo-audit-page .pv-analysis-item:first-child {
  border-top: none;
}

.pv-seo-audit-page .pv-analysis-item.reverse {
  grid-template-columns: 58% 42%;
}

/*=========================
Image
=========================*/

.pv-seo-audit-page .pv-analysis-image {
  text-align: center;
}

.pv-seo-audit-page .pv-analysis-image img {
  width: 100%;
  max-width: 360px;
  border-radius: 18px;
  display: block;
  margin: auto;
  background: #fff;
  padding: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

/*=========================
Content
=========================*/

.pv-seo-audit-page .pv-analysis-content {
  color: #fff;
}

.pv-seo-audit-page .pv-analysis-number {
  display: inline-flex;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f4b400;
  color: #071b2b;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}

.pv-seo-audit-page .pv-analysis-content h3 {
  font-size: 30px;
  color: #f4b400;
  margin-bottom: 18px;
  font-weight: 700;
}

.pv-seo-audit-page .pv-analysis-content p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.9;
  max-width: 600px;
}

/*=========================
Alternate Layout
=========================*/

.pv-seo-audit-page .pv-analysis-item.reverse .pv-analysis-content {
  order: 1;
}

.pv-seo-audit-page .pv-analysis-item.reverse .pv-analysis-image {
  order: 2;
}

/*=====================================
SEO AUDIT REPORT INCLUDE
======================================*/

.pv-seo-audit-page .pv-seo-audit-report {
  padding: 100px 0;
  background: #fff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.pv-seo-audit-page .pv-seo-audit-report-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
}

/*=========================
Image
=========================*/

.pv-seo-audit-page .pv-audit-report-image {
  text-align: center;
}

.pv-seo-audit-page .pv-audit-report-image img {
  width: 100%;
  max-width: 650px;
  display: block;
  margin: auto;
}

/*=========================
Content
=========================*/

.pv-seo-audit-page .pv-audit-report-content {
  width: 100%;
}

.pv-seo-audit-page .pv-section-subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #f4b400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.pv-seo-audit-page .pv-section-title {
  font-size: 46px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
  margin-bottom: 25px;
}

.pv-seo-audit-page .pv-section-title span {
  color: #111;
}

.pv-seo-audit-page .pv-section-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background: #f4b400;
  margin-top: 18px;
  border-radius: 20px;
}

.pv-seo-audit-page .pv-section-description {
  font-size: 17px;
  line-height: 1.9;
  color: #666;
  margin-bottom: 35px;
}

/*=========================
List
=========================*/

.pv-seo-audit-page .pv-audit-report-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.pv-seo-audit-page .pv-audit-column {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.pv-seo-audit-page .pv-audit-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 17px;
  font-weight: 500;
  color: #222;
}

.pv-seo-audit-page .pv-audit-item i {
  /* width:22px;
    height:22px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#F4B400;
    color:#fff;
    font-size:11px;
    flex-shrink:0; */

  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f4b400;
  color: #111;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

/*=====================================
SEO AUDIT PROCESS
======================================*/

.pv-seo-audit-page .pv-process-card::after {
  content: "→";
  position: absolute;
  right: -4px;
  top: 15px;
  font-size: 36px;
  font-weight: 400;
  color: #f4b400;
}
.pv-seo-audit-page
  .pvAuditProcessSwiper
  .swiper-slide:last-child
  .pv-process-card:after {
  display: none;
}
/*=====================================
SEO AUDIT PROCESS
======================================*/

.pv-seo-audit-page .pv-seo-audit-process {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 90px 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at top right,
      rgba(244, 180, 0, 0.08),
      transparent 35%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(255, 255, 255, 0.03),
      transparent 45%
    ),
    #071b2b;
}

.pv-seo-audit-page .pv-seo-audit-process {
  position: relative;

  padding: 90px 0;
  background: #071b2b;
  overflow: hidden;
}

.pv-seo-audit-page .pv-seo-audit-process::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.05) 1px,
    transparent 1px
  );
  background-size: 18px 18px;
  opacity: 0.3;
  pointer-events: none;
}

.pv-seo-audit-page .pv-seo-audit-process .container {
  position: relative;
  z-index: 2;
}

.pv-seo-audit-page .pv-seo-audit-process .pv-section-heading {
  text-align: center;
  margin-bottom: 70px;
}

.pv-seo-audit-page .pv-seo-audit-process .pv-section-heading h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-bottom: 18px;
}

.pv-seo-audit-page .pv-seo-audit-process .pv-section-heading h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 70px;
  height: 4px;
  background: #f4b400;
  border-radius: 20px;
}
/*=====================================
OUR SEO AUDIT PROCESS
======================================*/

.pv-seo-audit-page .pvAuditProcessSwiper {
  overflow: visible;
}

.pv-seo-audit-page .pvAuditProcessSwiper .swiper-wrapper {
  align-items: flex-start;
}

.pv-seo-audit-page .pvAuditProcessSwiper .swiper-slide {
  position: relative;
  height: auto;
}

/*==============================
Timeline Line
==============================*/

.pv-seo-audit-page .pvAuditProcessSwiper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 45px;
  left: 62%;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    #f4b400 0 6px,
    transparent 6px 12px
  );
}

.pv-seo-audit-page .pvAuditProcessSwiper .swiper-slide:last-child::after {
  display: none;
}

/*==============================
Card
==============================*/

.pv-seo-audit-page .pv-process-card {
  position: relative;
  text-align: center;
}

/*==============================
Circle
==============================*/

.pv-seo-audit-page .pv-process-icon {
  width: 92px;
  height: 92px;
  margin: 0 auto 25px;
  background: #fff;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.pv-seo-audit-page .pv-process-icon svg {
  width: 42px;
  height: 42px;
}

.pv-seo-audit-page .pv-process-icon svg path,
.pv-seo-audit-page .pv-process-icon svg polygon {
  fill: #919191;
}
.pv-seo-audit-page .pv-process-card:hover .pv-process-icon svg path,
.pv-seo-audit-page .pv-process-card:hover .pv-process-icon svg polygon {
  fill: #f5b400;
}

.pv-seo-audit-page .pv-process-icon.action-plan svg path,
.pv-seo-audit-page .pv-process-icon.action-plan svg polygon {
  fill: #919191;
}
.pv-seo-audit-page .pv-process-card:hover .pv-process-icon.action-plan svg path,
.pv-seo-audit-page
  .pv-process-card:hover
  .pv-process-icon.action-plan
  svg
  polygon {
  fill: #ffffff;
}
/*==============================
Active
==============================*/

.pv-seo-audit-page .pv-process-card.active .pv-process-icon {
  background: #f4b400;
  border-color: #ffcf4d;
}

/*==============================
Number
==============================*/

.pv-seo-audit-page .pv-process-number {
  display: block;
  color: #f4b400;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

/*==============================
Title
==============================*/

.pv-seo-audit-page .pv-process-card h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

/*==============================
Description
==============================*/

.pv-seo-audit-page .pv-process-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.8;
  max-width: 220px;
  margin: auto;
}

/*==============================
Desktop
==============================*/

@media (min-width: 1200px) {
  .pv-seo-audit-page .pvAuditProcessSwiper .swiper-slide {
    width: 16.666%;
  }
}

/*=====================================
COMMON SEO PROBLEMS
======================================*/

.pv-seo-audit-page .pv-common-seo-problems {
  padding: 100px 0;
  background: #fff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.pv-seo-audit-page .pv-common-seo-wrapper {
  display: grid;
  grid-template-columns: 46% 54%;
  align-items: center;
  gap: 70px;
}

/*=====================================
Content
======================================*/

.pv-seo-audit-page .pv-common-seo-content {
  width: 100%;
}

.pv-seo-audit-page .pv-common-seo-content .pv-section-subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f4b400;
  margin-bottom: 15px;
}

.pv-seo-audit-page .pv-common-seo-content .pv-section-title {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--primary-text-color);
  margin-bottom: 20px;
}

.pv-seo-audit-page .pv-common-seo-content .pv-section-title span {
  display: block;
}

.pv-seo-audit-page .pv-common-seo-content .pv-section-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background: #f4b400;
  border-radius: 20px;
  margin-top: 18px;
}

.pv-seo-audit-page .pv-common-seo-content .pv-section-description {
  font-size: 17px;
  color: #666;
  line-height: 1.9;
  margin-bottom: 35px;
}

/*=====================================
Problem List
======================================*/

.pv-seo-audit-page .pv-problems-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.pv-seo-audit-page .pv-problems-column {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.pv-seo-audit-page .pv-problem-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  line-height: 1.6;
}

.pv-seo-audit-page .pv-problem-item i {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  background: #f4b400;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  margin-top: 2px;
}

/*=====================================
Image
======================================*/

.pv-seo-audit-page .pv-common-seo-image {
  text-align: right;
}

.pv-seo-audit-page .pv-common-seo-image img {
  width: 100%;
  max-width: 700px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

/*=====================================
BEFORE AFTER AUDIT
======================================*/

.pv-seo-audit-page .pv-before-after-audit {
  padding: 50px 0;

  margin-left: 0px;
  margin-right: 0px;
}

.pv-seo-audit-page .pv-before-after-wrapper {
  display: grid;
  grid-template-columns: 1fr 120px 1fr;
  gap: 30px;
  align-items: center;
}

.pv-seo-audit-page .pv-before-after-audit .pv-section-heading h2 {
  color: var(--primary-text-color);
}

/* Boxes */

.pv-seo-audit-page .pv-audit-box {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 18px;
  padding: 35px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.pv-seo-audit-page .pv-audit-box h3 {
  font-size: 26px;
  margin-bottom: 25px;
  font-weight: 700;
}

.pv-seo-audit-page .pv-audit-box h3.before {
  color: #e53935;
}

.pv-seo-audit-page .pv-audit-box h3.after {
  color: #2e7d32;
}

.pv-seo-audit-page .pv-audit-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pv-seo-audit-page .pv-audit-box li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  font-size: 17px;
  color: #333;
}

.pv-seo-audit-page .pv-audit-box .fa-circle-xmark {
  color: #e53935;
  font-size: 18px;
}

.pv-seo-audit-page .pv-audit-box .fa-circle-check {
  color: #43a047;
  font-size: 18px;
}

/* Arrow */

.pv-seo-audit-page .pv-audit-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pv-seo-audit-page .pv-audit-arrow {
  background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6V18M12 18L7 13M12 18L17 13' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  width: 30px;
  height: 40px;
  margin: 0px auto;
  rotate: -90deg;
}

/*=====================================
WHO NEEDS SEO AUDIT
======================================*/

.pv-seo-audit-page .pv-who-needs-audit {
  padding: 100px 0;
  background: #fff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.pv-seo-audit-page .pv-who-audit-wrapper {
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: center;
  gap: 70px;
}

/* Image */

.pv-seo-audit-page .pv-who-audit-image img {
  width: 100%;
  display: block;
  border-radius: 18px;
}

/* Title */

.pv-seo-audit-page .pv-who-audit-content {
  margin-left: var(--wp--style--root--padding-left);

  margin-right: var(--wp--style--root--padding-right);
}
.pv-seo-audit-page .pv-who-audit-content .pv-section-title {
  font-size: 46px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.pv-seo-audit-page .pv-who-audit-content .pv-section-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background: #f4b400;
  border-radius: 20px;
  margin-top: 18px;
}

.pv-seo-audit-page .pv-who-audit-content .pv-section-description {
  font-size: 17px;
  line-height: 1.9;
  color: #666;
  margin-bottom: 35px;
}

/* List */

.pv-seo-audit-page .pv-audit-users {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 30px;
}

.pv-seo-audit-page .pv-user-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
}

.pv-seo-audit-page .pv-user-item i {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f4b400;
  color: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  flex-shrink: 0;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

/*=====================================
Responsive CSS START here.
======================================*/
/*=====================================
1024px
======================================*/

@media (max-width: 1024px) {
  .pv-seo-audit-wrapper {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .pv-seo-audit-content {
    text-align: left;
  }

  .pv-seo-audit-title {
    font-size: 48px;
    line-height: 1.15;
    font-weight: 800;
    color: #071b2b;
    margin-bottom: 15px;
    text-align: center;
  }

  .pv-seo-audit-description {
    margin: 0px auto 35px;
    text-align: center;
  }

  .pv-seo-audit-buttons {
    justify-content: center;
  }

  .pv-seo-audit-page .pv-seo-audit-image-area {
    max-width: 100%;
    margin: auto;
    width: 100%;
  }
  .pv-seo-audit-page .pv-hero-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top left;
    margin-left: 0px;
    border-radius: 25px;
  }
  .pv-seo-audit-image-area {
    display: block;
  }

  /*=====================================
Why SEO Audit Matters
======================================*/
  .pv-seo-audit-page .pv-audit-importance-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 70px;
  }
  .pv-seo-audit-page .pv-audit-content {
    order: 1;
  }
  .pv-seo-audit-page .pv-audit-image {
    order: 2;
  }
  /*=====================================
WHAT WE ANALYZE DURING AN SEO AUDIT
======================================*/

  .pv-seo-audit-page .pv-audit-analysis {
    padding: 80px 0;
  }

  .pv-seo-audit-page .pv-section-heading {
    margin-bottom: 50px;
  }

  .pv-seo-audit-page .pv-section-heading h2 {
    font-size: 38px;
  }

  .pv-seo-audit-page .pv-analysis-item,
  .pv-seo-audit-page .pv-analysis-item.reverse {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    text-align: center;
  }

  .pv-seo-audit-page .pv-analysis-item.reverse .pv-analysis-content,
  .pv-seo-audit-page .pv-analysis-item.reverse .pv-analysis-image {
    order: unset;
  }

  .pv-seo-audit-page .pv-analysis-content p {
    max-width: 100%;
  }

  .pv-seo-audit-page .pv-analysis-image img {
    max-width: 420px;
  }

  /*=====================================
SEO AUDIT REPORT INCLUDE
======================================*/

  .pv-seo-audit-page .pv-seo-audit-report {
    padding: 80px 0;
  }

  .pv-seo-audit-page .pv-seo-audit-report-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .pv-seo-audit-page .pv-audit-report-image {
    order: 1;
    text-align: center;
  }

  .pv-seo-audit-page .pv-audit-report-image img {
    max-width: 500px;
  }

  .pv-seo-audit-page .pv-audit-report-content {
    order: 2;
  }

  .pv-seo-audit-page .pv-section-title::after {
    margin: 18px auto 0;
  }
  .pv-seo-audit-page .pv-section-title {
    text-align: center;
  }
  .pv-seo-audit-page .pv-section-description {
    max-width: 700px;
    margin: 0 auto 35px;
    text-align: center;
  }

  .pv-seo-audit-page .pv-audit-report-list {
    max-width: 700px;
    margin: auto;
  }

  /*=====================================
OUR SEO AUDIT PROCESS
======================================*/

  /*=====================================
TABLET
======================================*/

  .pv-seo-audit-page .pvAuditProcessSwiper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .pv-seo-audit-page .pvAuditProcessSwiper::-webkit-scrollbar {
    display: none;
  }

  .pv-seo-audit-page .pvAuditProcessSwiper .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    width: max-content;
    padding-bottom: 10px;
  }

  .pv-seo-audit-page .pvAuditProcessSwiper .swiper-slide {
    width: 300px;
    flex: 0 0 300px;
    scroll-snap-align: start;
  }

  .pv-seo-audit-page .pvAuditProcessSwiper .swiper-slide::after {
    display: none;
  }

  /*=====================================
COMMON SEO PROBLEMS
======================================*/

  .pv-seo-audit-page .pv-common-seo-problems {
    padding: 80px 0;
  }

  .pv-seo-audit-page .pv-common-seo-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .pv-seo-audit-page .pv-common-seo-content {
    order: 1;
  }

  .pv-seo-audit-page .pv-common-seo-image {
    order: 2;
    text-align: center;
  }

  .pv-seo-audit-page .pv-common-seo-image img {
    max-width: 650px;
    margin: auto;
  }

  .pv-seo-audit-page .pv-common-seo-content .pv-section-title::after {
    margin: 18px auto 0;
  }

  .pv-seo-audit-page .pv-common-seo-content .pv-section-description {
    max-width: 700px;
    margin: 0 auto 35px;
  }

  .pv-seo-audit-page .pv-problems-list {
    max-width: 700px;
    margin: auto;
  }

  /*=====================================
BEFORE AFTER AUDIT
======================================*/
  .pv-seo-audit-page .pv-before-after-wrapper {
    grid-template-columns: 1fr 100px 1fr;
    gap: 35px;
  }

  /* Arrow becomes Down */

  .pv-seo-audit-page .pv-audit-arrow i {
    transform: rotate(90deg);
    font-size: 50px;
  }

  .pv-seo-audit-page .pv-before-after-audit {
    padding: 40px 0;
  }

  /*=====================================
WHO NEEDS SEO AUDIT
======================================*/

  .pv-seo-audit-page .pv-who-audit-wrapper {
    display: flex;
    flex-direction: column;
  }

  /* Order Change */

  .pv-seo-audit-page .pv-who-audit-content {
    order: 1;
    text-align: left;
    width: 100%;
  }

  .pv-seo-audit-page .pv-who-audit-image {
    order: 2;
    width: 90%;
  }

  .pv-seo-audit-page .pv-who-audit-content .pv-section-title::after {
    margin: 18px auto 0;
  }

  .pv-seo-audit-page .pv-who-audit-image img {
    max-width: 650px;
    margin: auto;
  }

  .pv-seo-audit-page .pv-audit-users {
    max-width: 700px;
    margin: auto;
  }
}

/*=====================================
768px
======================================*/

@media (max-width: 768px) {
  .pv-seo-audit-hero {
    padding: 20px 0;
  }

  .pv-seo-audit-title {
    font-size: 42px;
  }

  .pv-seo-audit-description {
    font-size: 16px;
  }

  .pv-seo-audit-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .pv-floating-report {
    left: 10px;
    bottom: 20px;
    width: 220px;
  }

  .pv-google-card {
    right: 10px;
    top: 20px;
  }

  /*=====================================
WHAT WE ANALYZE DURING AN SEO AUDIT
======================================*/
  .pv-seo-audit-page .pv-seo-audit-image-area {
    position: relative;
    height: 560px;
    overflow: hidden;
  }
  .pv-seo-audit-page .pv-audit-analysis {
    padding: 70px 0;
  }

  .pv-seo-audit-page .pv-section-heading h2 {
    font-size: 32px;
  }

  .pv-seo-audit-page .pv-analysis-item {
    padding: 40px 0;
  }

  .pv-seo-audit-page .pv-analysis-content h3 {
    font-size: 26px;
  }

  .pv-seo-audit-page .pv-analysis-content p {
    font-size: 16px;
    line-height: 1.8;
  }

  .pv-seo-audit-page .pv-analysis-image img {
    max-width: 340px;
  }

  /*=====================================
SEO AUDIT REPORT INCLUDE
======================================*/
  .pv-seo-audit-page .pv-seo-audit-report {
    padding: 70px 0;
  }

  .pv-seo-audit-page .pv-section-title {
    font-size: 34px;
  }

  .pv-seo-audit-page .pv-section-description {
    font-size: 16px;
    line-height: 1.8;
  }

  .pv-seo-audit-page .pv-audit-report-list {
    gap: 25px;
  }

  .pv-seo-audit-page .pv-audit-item {
    font-size: 16px;
  }

  .pv-seo-audit-page .pv-audit-report-image img {
    max-width: 420px;
  }

  /*=====================================
OUR SEO AUDIT PROCESS
======================================*/
  .pv-seo-audit-page .pv-seo-audit-process {
    padding: 70px 0;
  }

  .pv-seo-audit-page .pv-seo-audit-process .pv-section-heading {
    margin-bottom: 45px;
  }

  .pv-seo-audit-page .pv-seo-audit-process .pv-section-heading h2 {
    font-size: 32px;
  }

  .pv-seo-audit-page .pvAuditProcessSwiper .swiper-slide {
    width: 260px;
    flex: 0 0 260px;
  }

  .pv-seo-audit-page .pv-process-icon {
    width: 80px;
    height: 80px;
  }

  .pv-seo-audit-page .pv-process-icon img {
    width: 36px;
    height: 36px;
  }

  .pv-seo-audit-page .pv-process-card h3 {
    font-size: 20px;
  }

  .pv-seo-audit-page .pv-process-card p {
    font-size: 14px;
  }

  /*=====================================
COMMON SEO PROBLEMS
======================================*/

  .pv-seo-audit-page .pv-common-seo-problems {
    padding: 70px 0;
  }

  .pv-seo-audit-page .pv-common-seo-content .pv-section-title {
    font-size: 34px;
  }

  .pv-seo-audit-page .pv-common-seo-content .pv-section-description {
    font-size: 16px;
    line-height: 1.8;
  }

  .pv-seo-audit-page .pv-problems-list {
    gap: 20px;
  }

  .pv-seo-audit-page .pv-problem-item {
    font-size: 15px;
  }

  .pv-seo-audit-page .pv-common-seo-image img {
    max-width: 500px;
  }

  /*=====================================
BEFORE AFTER AUDIT
======================================*/

  .pv-seo-audit-page .pv-before-after-audit {
    padding: 20px 0;
  }

  .pv-seo-audit-page .pv-audit-box {
    padding: 28px;
  }

  .pv-seo-audit-page .pv-audit-box h3 {
    font-size: 22px;
  }

  .pv-seo-audit-page .pv-audit-box li {
    font-size: 16px;
  }

  /*=====================================
WHO NEEDS SEO AUDIT
======================================*/

  .pv-seo-audit-page .pv-who-needs-audit {
    padding: 70px 0;
  }

  .pv-seo-audit-page .pv-who-audit-content .pv-section-description {
    text-align: left;
  }
  .pv-seo-audit-page .pv-who-audit-content .pv-section-title {
    font-size: 34px;
  }

  .pv-seo-audit-page .pv-audit-users {
    gap: 18px;
  }
}

/*=====================================
576px
======================================*/

@media (max-width: 576px) {
  .pv-seo-audit-hero {
    padding: 20px 0;
  }
  .pv-seo-audit-page .pv-seo-audit-image-area {
    position: relative;
    height: 225px;
    overflow: hidden;
    min-height: auto;
  }
  .pv-seo-audit-title {
    font-size: 34px;
  }

  .pv-seo-audit-buttons {
    flex-direction: column;
  }

  .pv-btn-primary,
  .pv-btn-secondary {
    width: 100%;
  }

  .pv-floating-report {
    position: relative;
    left: 0;
    bottom: 0;
    margin: 20px auto 0;
  }

  .pv-google-card {
    display: none;
  }

  /*=========================
Audit SEO Matters
=========================*/

  .pv-seo-audit-page .pv-audit-image {
    width: 64%;
    margin: 0px auto;
  }

  .pv-seo-audit-page .pv-audit-image img {
    width: 100%;
    display: block;
  }

  .pv-seo-audit-page .pv-audit-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 45px;
    background: #fff;

    border-radius: 14px;
    padding: 22px 15px;
    text-align: center;
  }

  .pv-seo-audit-page .pv-audit-feature {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 14px;
    padding: 22px 15px;
    text-align: center;
    transition: 0.35s;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  }

  /*=====================================
WHAT WE ANALYZE DURING AN SEO AUDIT
======================================*/
  .pv-seo-audit-page .pv-audit-analysis {
    padding: 60px 0;
  }

  .pv-seo-audit-page .pv-section-heading {
    margin-bottom: 40px;
    padding: 0px;
    text-align: left;
  }
  .pv-seo-audit-page .pv-section-heading h2::after {
    left: 10%;
  }

  .pv-seo-audit-page .pv-section-heading h2 {
    font-size: 28px;
  }

  .pv-seo-audit-page .pv-analysis-item {
    gap: 25px;
    padding: 20px 0px;
    display: grid;
    grid-template-columns: 1fr;
  }
  .pv-seo-audit-page .pv-analysis-item.reverse {
    gap: 25px;
    padding: 20px 0px;
    display: grid;
    grid-template-columns: 1fr;
  }
  .pv-seo-audit-page .pv-seo-audit-report {
    margin-left: 0px;
    margin-right: 0px;
  }

  .pv-seo-audit-page .pv-analysis-number {
    width: 42px;
    height: 42px;
    font-size: 16px;
    margin-bottom: 15px;
  }

  .pv-seo-audit-page .pv-analysis-content h3 {
    font-size: 22px;
  }

  .pv-seo-audit-page .pv-analysis-content p {
    font-size: 15px;
    line-height: 1.7;
  }

  .pv-seo-audit-page .pv-analysis-image img {
    max-width: 280px;
    padding: 8px;
  }

  /*=====================================
SEO AUDIT REPORT INCLUDE
======================================*/
  .pv-seo-audit-page .pv-seo-audit-report {
    padding: 60px 0;
  }

  .pv-seo-audit-page .pv-section-title {
    font-size: 28px;
    text-align: left;
  }

  .pv-seo-audit-page .pv-section-description {
    font-size: 15px;
  }

  .pv-audit-report-content .pv-section-description {
    text-align: left;
  }
  .pv-seo-audit-page .pv-audit-report-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pv-seo-audit-page .pv-audit-column {
    gap: 15px;
  }

  .pv-seo-audit-page .pv-audit-item {
    font-size: 15px;
    justify-content: flex-start;
  }

  .pv-seo-audit-page .pv-audit-report-image img {
    max-width: 100%;
  }

  /*=====================================
COMMON SEO PROBLEMS
======================================*/

  .pv-seo-audit-page .pv-common-seo-problems {
    padding: 60px 0;
  }

  .pv-seo-audit-page .pv-common-seo-content .pv-section-title {
    font-size: 28px;
  }

  .pv-seo-audit-page .pv-common-seo-content .pv-section-description {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .pv-seo-audit-page .pv-problems-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .pv-seo-audit-page .pv-problems-column {
    gap: 15px;
  }

  .pv-seo-audit-page .pv-problem-item {
    font-size: 15px;
    justify-content: flex-start;
  }

  .pv-seo-audit-page .pv-common-seo-image img {
    max-width: 100%;
  }
  .pv-common-seo-problems

  /*=====================================
BEFORE AFTER AUDIT
======================================*/
  .pv-seo-audit-page .pv-before-after-audit {
    padding: 60px 0;
  }

  .pv-seo-audit-page .pv-audit-box {
    padding: 24px;
  }

  .pv-seo-audit-page .pv-audit-box h3 {
    font-size: 20px;
  }

  .pv-seo-audit-page .pv-audit-box li {
    font-size: 15px;
    gap: 10px;
  }

  .pv-seo-audit-page .pv-audit-arrow i {
    font-size: 42px;
  }
  .pv-seo-audit-page .pv-before-after-wrapper {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .pv-seo-audit-page .pv-audit-arrow {
    rotate: 0deg;
  }
  /*=====================================
WHO NEEDS SEO AUDIT
======================================*/
  .pv-seo-audit-page .pv-who-needs-audit {
    padding: 20px 0;
    margin-left: var(--wp--style--root--padding-left);

    margin-right: var(--wp--style--root--padding-right);
  }

  .pv-seo-audit-page .pv-who-audit-content .pv-section-title {
    font-size: 28px;
  }

  .pv-seo-audit-page .pv-audit-users {
    grid-template-columns: 1fr;
  }

  .pv-seo-audit-page .pv-user-item {
    font-size: 15px;
  }
  .pv-seo-audit-page .pv-audit-importance {
    padding: 20px 0;
  }
  .pv-seo-audit-faq {
    margin-left: var(--wp--style--root--padding-left);

    margin-right: var(--wp--style--root--padding-right);
  }
  .pv-seo-audit-faq .pv-container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .pv-seo-audit-contact {
    margin-left: var(--wp--style--root--padding-left);

    margin-right: var(--wp--style--root--padding-right);
  }
  .pv-seo-audit-contact .pv-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*=====================================
420px
======================================*/

@media (max-width: 420px) {
  .pv-seo-audit-title {
    font-size: 30px;
  }

  .pv-seo-audit-stats {
    grid-template-columns: 1fr;
  }

  /*=====================================
WHAT WE ANALYZE DURING AN SEO AUDIT
======================================*/

  .pv-seo-audit-page .pv-section-heading h2 {
    font-size: 24px;
  }

  .pv-seo-audit-page .pv-analysis-content h3 {
    font-size: 20px;
  }

  .pv-seo-audit-page .pv-analysis-content p {
    font-size: 14px;
  }

  .pv-seo-audit-page .pv-analysis-image img {
    max-width: 100%;
  }

  /*=====================================
SEO AUDIT REPORT INCLUDE
======================================*/

  .pv-seo-audit-page .pv-section-title {
    font-size: 24px;
  }

  .pv-seo-audit-page .pv-section-description {
    font-size: 14px;
  }

  .pv-seo-audit-page .pv-audit-item {
    font-size: 14px;
    gap: 10px;
  }

  .pv-seo-audit-page .pv-audit-item i {
    width: 18px;
    height: 18px;
    font-size: 9px;
  }

  /*=====================================
COMMON SEO PROBLEMS
======================================*/

  .pv-seo-audit-page .pv-common-seo-content .pv-section-title {
    font-size: 24px;
  }

  .pv-seo-audit-page .pv-common-seo-content .pv-section-description {
    font-size: 14px;
  }

  .pv-seo-audit-page .pv-problem-item {
    font-size: 14px;
    gap: 10px;
  }

  .pv-seo-audit-page .pv-problem-item i {
    width: 18px;
    height: 18px;
    min-width: 18px;
    font-size: 9px;
  }

  /*=====================================
BEFORE AFTER AUDIT
======================================*/

  .pv-seo-audit-page .pv-audit-box {
    padding: 20px;
  }

  .pv-seo-audit-page .pv-audit-box h3 {
    font-size: 18px;
  }

  .pv-seo-audit-page .pv-audit-box li {
    font-size: 14px;
  }

  /*=====================================
WHO NEEDS SEO AUDIT
======================================*/

  .pv-seo-audit-page .pv-who-audit-content .pv-section-title {
    font-size: 24px;
  }

  .pv-seo-audit-page .pv-user-item {
    font-size: 14px;
  }
}
