/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  } */

.ai-seo p {
  font-size: 18px;
  line-height: 29px;
}
.list {
  list-style-type: disc;
}
.banner-li {
  margin-bottom: 16px;
}
.li-img {
  height: 30px;
  width: 30px;
}
.seo-analysis-list {
  list-style: none;
  padding: 0;
}
.feature-img {
  height: 90px;
  width: auto;
  object-fit: contain;
}
.seo-analysis-list li {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
  align-items: flex-start;
}

.seo-analysis-list img {
  width: 18px;
  margin-top: 4px;
}

.seo-analysis-list strong {
  display: block;
  font-size: 18px;
  color: #00386f;
}

.seo-analysis-list p {
  margin: 4px 0 0;
  color: #6b6b6b;
  font-size: 15px;
  line-height: 24px;
}
.banner-left {
  h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: #00386f;
  }
  a i {
    padding-right: 10px;
  }
  p {
    color: #767676;
    font-size: 17px;
    line-height: 26px;
  }
}
.banner-li p {
  color: #173e6b;
  margin-bottom: 16px;
}

.seo {
  color: #f1414f;
  align-self: flex-start;
}

.banner-h1 span,
.features h2 span {
  color: #f1414f;
}
.features h2 {
  color: #00386f;
  font-size: 50px;
  line-height: 62px;
}
.features p,
.features a {
  color: #767676;
  font-size: 18px;
  line-height: 28px;
}
.tag-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 23px;
  border: 1px solid #dedce3;
  border-radius: 40px;
  font-size: 22px;
  color: #767676;
  font-weight: 500;
  align-self: center;
  width: fit-content;
}
.shopify-p {
  background: #f5faff;
  padding: 20px;
  border-radius: 10px;
}
.shopify-p p {
  color: #767676;
  font-size: 18px;
  line-height: 28px;
}
.banner-ul {
  font-size: 20px;
  line-height: 44px;
  color: #00386f;
}
.banner-ul li img,
.call-btn img {
  margin-right: 10px;
}
.call-btn {
  display: inline-block;
  line-height: 35px;
  background-color: #f1414f;
  font-size: 16px;
  border-radius: 6px;
  margin: 20px 0;
  padding: 18px 18px;
  color: #fff;
  border: 1px solid #f1414f;
  border-radius: 22px;
}
.call-btn:focus,
.call-btn:hover {
  color: #f1414f;
  background: #fff;
  border: 1px solid #f1414f;
}
.client-btn {
  display: inline-block;
  line-height: 35px;
  font-size: 16px;
  border-radius: 6px;
  margin: 20px 0;
  padding: 18px 18px;
  color: #626262;
  border-radius: 22px;
  border: 1px solid #626262;
}
.form-box {
  max-width: 700px;
  border-radius: 12px;
  position: relative;
  z-index: 2;
}
.form-box h3 {
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  color: #00386f;
}
.form {
  position: relative;
  z-index: 1;
}

.form::before {
  content: "";
  position: absolute;
  width: 267px;
  height: 267px;
  background: #0a55b1;
  filter: blur(112px);
  border-radius: 50%;
  right: -90px;
  top: 147px;
  z-index: -1;
}

.form::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: #0a55b1;
  filter: blur(112px);
  border-radius: 50%;
  left: -80px;
  bottom: 147px;
  z-index: -1;
}

.btn-red {
  background: #ff3b4d;
  color: #fff;
}

.btn-red:hover {
  background: #ff3b4d;
  color: #fff;
}
.section-2 {
  background: url("../img/shopify-seo/sec-2.webp") no-repeat center;
  background-size: cover;
  padding: 80px 0;
}

.counter-box h2 {
  color: #f1414f;
  font-size: 46px;
  align-self: flex-start;
}

.counter-box p {
  color: #222222;
  font-size: 25px;
  text-align: start;
}

.counter-box {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  /* background: white; */
  background: #ffffff url(/assets/img/shopify-seo/box-bg.webp) no-repeat;
}
.sp-count {
  background: #f1414f;
  padding: 25px;
  border-radius: 20px;
}

.count-card {
  background: #ff6874;
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  color: #fff;
  height: 100%;
}

.count-card h2 {
  font-size: 46px;
  font-weight: 700;
}

.count-card p {
  font-size: 19px;
  margin-bottom: 0;
}
.feature-cards {
  background: #f5faff;
  border: 1px solid #ddecff;
  border-radius: 10px;
  padding: 28px;
}
.feature-cards h3 {
  color: #00386f;
  font-weight: 600;
  font-size: 23px;
}
.feature-cards p {
  font-size: 16px;
  line-height: 23px;
  color: #767676;
  font-weight: 400;
}
.feature-cards .blu-p {
  color: #396f9d;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  margin-left: 20px;
}
/* table-sec start */
.table-sec {
  background: #f5faff;
}

.team-table {
  border-collapse: separate;
  border-spacing: 20px 0;
}
.team-table thead th:nth-child(2) {
  padding: 25px;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  background: #d42230;
  border-bottom: 1px solid #ff7e89;
}
.team-table thead th:first-child {
  padding: 24px;
  border-radius: 20px 20px 0 0;
  background: #fff;
  font-weight: 600;
  font-size: 20px;
  border: 1px solid #bec7e8;
  color: #575757;
}
.team-table thead th:nth-child(3),
.team-table thead th:nth-child(4) {
  padding: 24px;
  border-radius: 20px 20px 0 0;
  background: #e0eeff;
  font-weight: 500;
  font-size: 20px;
  border: 1px solid #bec7e8;
  color: #575757;
}
.badge {
  background: #fff;
  padding: 10px;
  color: #da3946;
  font-weight: 400;
}

.team-table tbody tr td {
  padding: 13px;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
}
.team-table tbody tr:last-child td:first-child {
  border-radius: 0 0 20px 20px;
  border-bottom: 1px solid #bec7e8;
}
.team-table tbody tr:last-child td:nth-child(2) {
  border-radius: 0 0 20px 20px;
}
.team-table tbody tr:last-child td:nth-child(3) {
  border-radius: 0 0 20px 20px;
  border-right: 1px solid #bec7e8;
  border-left: 1px solid #bec7e8;
  border-bottom: 1px solid #bec7e8;
}
.team-table tbody tr:last-child td:last-child {
  border-radius: 0 0 20px 20px;
  border-right: 1px solid #bec7e8;
  border-left: 1px solid #bec7e8;
  border-bottom: 1px solid #bec7e8;
}
.team-table tbody td:nth-child(2) {
  background: #f1414f;
  border: none;
  color: #fff;
}
.team-table tbody td:nth-child(3),
.team-table tbody td:nth-child(4) {
  background: #e0eeff;
  border: none;
  color: #575757;
  border-right: 1px solid #bec7e8;
  border-left: 1px solid #bec7e8;
}
.team-table tbody td:first-child {
  background: #fff;
  border: none;
  color: #575757;
  border-right: 1px solid #bec7e8;
  border-left: 1px solid #bec7e8;
}
/* table-sec ends */
/*  */
/* =========================
  RESET FLEX OVERFLOW ISSUE
  ========================= */

.faqshop-wrapper,
.faqshop-wrapper * {
  min-width: 0;
  box-sizing: border-box;
}

/* =========================
  MAIN WRAPPER
  ========================= */

.faqshop-wrapper {
  display: flex;
  gap: 50px;
  align-items: stretch;
  margin-top: 40px;
  width: 100%;
  overflow: hidden;
}

/* =========================
  LEFT TAB SECTION
  ========================= */
/* layout same as seo-tabs */
.faqshop-tabs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* tab design */
.faqshop-tab {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  transition: 0.3s;
  color: #3a3a3a;
}

/* active tab */
.faqshop-tab.active {
  background: #f1414f;
  color: #fff;
}

/* hover */
.faqshop-tab:hover {
  background: #f1414f;
  color: #fff;
}

/* arrow */
.faqshop-tab i {
  margin-left: auto;
  transform: rotate(314deg);
}

/* icon box */
.faqshop-tab .tab-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fdecee;
  border-radius: 10px;
  transition: 0.3s;
}

/* icon image */
.faqshop-tab .tab-icon img {
  transition: 0.3s;

  /* default red icon */
  filter: brightness(0) saturate(100%) invert(23%) sepia(85%) saturate(3000%)
    hue-rotate(340deg) brightness(90%) contrast(95%);
}

/* active icon */
.faqshop-tab.active .tab-icon {
  background: rgba(255, 255, 255, 0.15);
}

/* hover icon */
.faqshop-tab:hover .tab-icon {
  background: rgba(255, 255, 255, 0.15);
}

/* white icon on active */
.faqshop-tab.active .tab-icon img,
.faqshop-tab:hover .tab-icon img {
  filter: brightness(0) invert(1);
}

/* =========================
  RIGHT FAQ CONTENT
  ========================= */

.faqshop-content {
  flex: 0 0 60%;
  max-width: 100%;
  width: 100%;
  padding: 35px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  min-height: 340px;
  overflow: hidden;
}

/* =========================
  FAQ PANELS
  ========================= */

.faqshop-panel {
  display: none;
  width: 100%;
}

.faqshop-panel.active {
  display: block;
}

/* =========================
  FAQ CARD
  ========================= */

.faqshop-item {
  background: #f5f7fb;
  border-radius: 16px;
  padding: 20px 24px;
  margin-bottom: 18px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  width: 100%;
}

/* =========================
  QUESTION
  ========================= */

.faqshop-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  gap: 12px;
  word-break: break-word;
  transition: 0.6s ease-in-out;
}

/* =========================
  ANSWER
  ========================= */

.faqshop-answer {
  display: none;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.7;
  color: #6b7280;
  overflow-wrap: break-word;
  word-break: break-word;
  transition: 0.6s ease-in-out;
}

/* OPEN FAQ */

.faqshop-item.active .faqshop-answer {
  display: block;
}

/* =========================
  ICON
  ========================= */

.faqshop-question i {
  background: #173e6b;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 13px;
  transition: 0.6s ease-in-out;
  flex-shrink: 0;
}

/* ICON ROTATION */

.faqshop-item.active .faqshop-question i {
  transform: rotate(180deg);
}

/* =========================
  RESPONSIVE
  ========================= */

@media (max-width: 991px) {
  .faqshop-wrapper {
    flex-direction: column;
    gap: 25px;
  }

  .faqshop-tabs,
  .faqshop-content {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .faqshop-content {
    margin-top: 25px;
  }
}

/* =========================
  SMALL MOBILE
  ========================= */

@media (max-width: 576px) {
  .faqshop-tab {
    font-size: 16px;
    padding: 16px 18px;
  }

  .faqshop-question {
    font-size: 15px;
  }

  .faqshop-content {
    padding: 25px;
    border-radius: 24px;
  }
}
.faqshop-tabs h2 {
  color: #00386f;
  font-size: 34px;
  line-height: 49px;
}
.faqshop-tabs p {
  color: #767676;
  font-size: 16px;
  line-height: 22px;
}

/* =====================================
  MOBILE ACCORDION FIX FOR FAQSHOP
  ===================================== */

@media (max-width: 991px) {
  /* hide right side panel */
  .faqshop-content {
    display: none;
  }

  /* tabs full width */
  .faqshop-tabs ul {
    padding: 0;
    margin: 0;
  }

  .faqshop-tabs ul li {
    list-style: none;
    width: 100%;
    margin-bottom: 12px;
  }

  /* active tab style */
  .faqshop-tab.active {
    background: #f1414f;
    color: #fff;
  }

  /* rotate arrow */
  .faqshop-tab.active i {
    transform: rotate(90deg);
  }

  /* accordion content */
  .mobile-faqshop-content {
    display: none;
    margin-top: 12px;
    margin-bottom: 18px;
    padding: 20px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    animation: fadeIn 0.3s ease;
  }

  .mobile-faqshop-content.active {
    display: block;
  }

  /* animation */
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

/* comaprison start */
.seo-box {
  padding: 35px;
  border-radius: 20px;
}

.left-box {
  background: #fff7f7;
}

.right-box {
  background: #c9dafa;
}

.seo-card {
  background: #ffeaed;
  padding: 18px;
  border-radius: 12px;
  margin-bottom: 18px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.seo-card h5 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 8px;
}

.seo-card p {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  color: #767676;
  line-height: 22px;
}
.left-box h3 {
  color: #00386f;
  font-size: 32px;
  font-weight: 600;
}
.right-box h3 {
  color: black;
  font-size: 32px;
  font-weight: 600;
}
.seo-card1 {
  background: #dde9ff;
  padding: 18px;
  border-radius: 12px;
  margin-bottom: 18px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.seo-tabs ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cards-pt li {
  list-style: disc !important;
}
.seo-card1 h5 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 8px;
}

.seo-card1 p {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  color: #222222;
  line-height: 22px;
}
.seo-card img,
.seo-card1 img {
  object-fit: contain;
}

.seo-card > div:first-child,
.seo-card1 > div:first-child {
  flex-shrink: 0;
}

/* comaprison end */
/* work-section start */
.sec-2 {
  background: url("../img/shopify-seo/sec-2.webp") no-repeat center;
  background-size: cover;
  padding: 34px 0;
}
.work-title {
  font-size: 45px;
  font-weight: 700;
  color: #163c67;
  line-height: 61px;
}

.work-title span {
  color: #e63946;
}

.work-card {
  background: #ffffff url(/assets/img/shopify-seo/box-bg.webp) no-repeat;
  padding: 30px;
  border-radius: 14px;
  text-align: left;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.work-card h3 {
  font-size: 44px;
  color: #e63946;
  font-weight: 600;
  margin-bottom: 5px;
}

.work-card p {
  margin: 0;
  font-size: 22px;
  color: #333;
}
/* work-section end */
/* testimonial start */
.testi {
  background: #f5faff;
}
/* testimonial end */

/* shopify-seo servises start */
.seo-tabs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.seo-tab {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  transition: 0.3s;
}

.seo-tab i {
  margin-left: auto;
  transform: rotate(314deg);
}

.seo-tab {
  color: #3a3a3a;
}

.seo-content-box {
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
}
.audit-box {
  position: relative;
  z-index: 1;
}
.audit-box::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: #ff3b3b;
  filter: blur(90px);
  border-radius: 50%;
  left: -80px;
  bottom: 52px;
  z-index: -1;
}

.audit-box::before {
  content: "";
  position: absolute;
  width: 267px;
  height: 267px;
  background: #0a55b1;
  filter: blur(90px);
  border-radius: 50%;
  right: -98px;
  top: -67px;
  z-index: -1;
}
.seo-content {
  display: none;
}

.seo-content.seo-active {
  display: block;
}

.spectrum {
  background: url(../img//SMO_new/smo-company-india/mockups/tab-bg.webp)
    no-repeat right;
  background-size: contain !important;
}
.seo-content h2 {
  font-size: 31px;
  margin-bottom: 20px;
  color: #00386f;
}

.seo-content ul {
  color: #222;
}
.seo-content p {
  color: #767676;
}

.seo-content ul li {
  margin-bottom: 15px;
}

.seo-btn {
  display: inline-block;
  background: #1e5bb8;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
}
.seo-active {
  background: #f1414f;
  color: #fff;
}
.seo-content.seo-active {
  background: #fff;
}
.tab-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fdecee; /* soft light red */
  border-radius: 10px;
  transition: all 0.3s ease;
}

.tab-icon svg {
  width: 42px;
  height: 42px;
  stroke: #f1414f; /* dark red line icon */
  fill: none; /* IMPORTANT for line icons */
  stroke-width: 2;
  transition: all 0.3s ease;
}
/* ICON BOX */
.tab-icon {
  width: 52px;
  height: 52px;
  min-width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fdecee; /* light red */
  border-radius: 10px;
  transition: 0.3s;
}

/* IMAGE */
.tab-icon img {
  transition: 0.3s;

  /* make icon dark red */
  /* filter: brightness(0) saturate(100%) invert(23%) sepia(85%) saturate(3000%)
      hue-rotate(340deg) brightness(90%) contrast(95%); */
}
.seo-tab:hover {
  background: #f1414f;
}

/* shopify-seo servises end */

/*stores start */

.store-box {
  display: flex;
  gap: 30px;
  background: #f5faff;
  padding: 35px;
  border-radius: 20px;
  align-items: flex-start;
}

.store-img img {
  width: 100%;
  border-radius: 10px;
}

.stores-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.stores-text h4 {
  font-weight: 600;
  font-size: 25px;
  color: #00386f;
  margin-bottom: 17px;
  letter-spacing: 1.5px;
}

.stores-text p {
  color: #767676;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.stores-text > div:nth-child(2) {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.store-cards {
  background: #e9f4ff;
  padding: 16px 24px;
  border-radius: 12px;
  text-align: center;
  min-width: 140px;
}

.store-cards h2 {
  font-size: 23px;
  color: #00386f;
  font-weight: 700;
  margin-bottom: 3px;
}

.store-cards p {
  color: #0a55b1;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.store-btn {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #d8e0ea;
  border-radius: 20px;
  font-size: 14px;
  color: #6b7280;
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: 0.3s;
}
.store-btn1 {
  display: inline-block;
  padding: 3px 25px;
  border: 1px solid #d8e0ea;
  border-radius: 20px;
  font-size: 23px;
  color: #6b7280;
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: 0.3s;
  background: #e9f4ff;
}
.traffic-growth {
  /* no display:flex */
}

/* Card */
.traffic-card {
  background: #f5faff;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #e6e6e6;
  display: flex;
  flex-direction: column;
}

/* Image section */
.traffic-img {
  height: 160px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

/* Colors */
.blue {
  background: #2f3d8f;
}
.purple {
  background: #5e2d91;
}
.green {
  background: #256b57;
}

/* Badge common */
.growth-badge {
  padding: 12px 20px;
  border-radius: 12px;
  text-align: center;
}

/* Badge variants */
.growth-badge {
  background: #e9f4ff;
}
.purple-badge {
  background: #f5edff;
}
.green-badge {
  background: #dceae7;
}

/* Text colors */
.growth-badge h3 {
  color: #0a55b1;
}
.purple-badge h3 {
  color: #5b2695;
}
.green-badge h3 {
  color: #1e5d50;
}

.growth-badge p {
  color: inherit;
  font-size: 14px;
}

/* Heading */
.traffic-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #00386f;
  line-height: 28px;
}

/* Paragraph */
.traffic-card p {
  color: #767676;
  font-size: 16px;
  line-height: 24px;
}

/* Button */
.case-btn {
  background: #0a55b1;
  color: #fff;
  padding: 8px 18px;
  border-radius: 8px;
  text-decoration: none;
}

/* stores end */
.arrow {
  transform: rotate(314deg);
}
/* testimonial cards start */
/* .reviews-section {
    padding: 80px 0;
    background: #f7f9fc;
  }

  .reviews-header {
    text-align: center;
    margin-bottom: 30px;
  }

  .reviews-tag {
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #555;
  }

  .reviews-title {
    font-size: 36px;
    font-weight: 700;
    margin-top: 10px;
  }

  .reviews-title span {
    color: #0b4ea2;
  }

  .review-platforms {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
  }

  .platform-btn {
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s;
  }

  .platform-btn.active {
    opacity: 1;
    transform: scale(1.05);
  }

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

  .review-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  }

  .review-user {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
  }

  .review-user img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }

  .review-user h4 {
    margin: 0;
    font-size: 18px;
  }

  .review-user p {
    margin: 0;
    font-size: 14px;
    color: #777;
  }

  .review-text {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
  } */
/* testimonial cards end */
/* process strat */
.process-wrapper {
  position: relative;
  padding-left: 70px;
}

/* grey vertical line */
.process-wrapper::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #e5e9f2;
}

/* red animated progress line */
.process-sec {
  background: #f5faff;
}
.process-progress {
  position: absolute;
  left: 22px;
  top: 0;
  width: 2px;
  height: 40px;
  background: #ff2e4d;
  transition: height 0.6s ease;
  z-index: 1;
}

.process-item {
  position: relative;
  margin-bottom: 45px;
  transition: all 0.3s ease;
}

.process-number p {
  font-size: 25px;
  font-weight: 200;
}

.process-number {
  position: absolute;
  left: -70px;
  top: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #0d3b66;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  z-index: 2;
}

.process-item.active .process-number {
  background: #ff2e4d;
}

.process-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.process-header h5 {
  font-weight: 500;
  font-size: 25px;
  color: #00386f;
}

/* week tag */
.week-tags {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 0;
}

.process-item.active .week-tags {
  opacity: 1;
  max-height: 40px;
  margin-bottom: 10px;
}

.week-tags span {
  background: #ff2e4d;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
}

/* arrow fix */
.process-header i {
  transition: transform 0.3s ease;
}

.process-item.active .process-header i {
  transform: rotate(180deg);
}

/* ✅ SMOOTH ACCORDION */
.process-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s ease;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #6b6b6b;
  font-size: 14px;
}

.process-item.active .process-body {
  max-height: 1000px; /* safe large value */
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.process-body p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  width: 80%;
}

.process-tags {
  margin-top: 10px;
}

.process-tags span {
  background: #e9f4ff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  margin-right: 8px;
  display: inline-block;
  margin-top: 10px;
  border: 1px solid #dadeed;
}
/* process ends */
/* testimonial carousel start */
/* .testi {
    background: #f3f6fb;
  } */
/* SECTION */
.testimonial-blue_new {
  padding: 80px 0;
  background: #f7f9fc;
}

/* HEADING */

.features h2 {
  font-size: 36px;
  font-weight: 700;
}

.features p {
  color: #777;
  font-size: 16px;
}

/* REVIEW SWITCH */

.review-switch img,
.review-btn {
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s;
}

.review-switch img.active,
.review-btn.active {
  opacity: 1;
  transform: scale(1.05);
}

/* =========================
  SLIDER CORE
  ========================= */

.review-slider {
  position: relative;
}

/* FLEX FIX */

.review-slider .owl-stage {
  display: flex;
  align-items: stretch;
}

.review-slider .owl-item {
  display: flex;
  justify-content: center;
  padding: 15px;
}

/* =========================
  CARD DESIGN
  ========================= */

.testimonial-card_new {
  height: 250px;

  width: 100%;
  max-width: 520px;

  margin: auto;

  background: #fff;
  padding: 30px;

  border-radius: 10px;
  border: 1px solid #e5e7eb;

  display: flex;
  flex-direction: column;

  transition: 0.3s;
}

.testimonial-card_new:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

/* =========================
  HEADER
  ========================= */

.test-head_new {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.test-img_new img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.test-discription_new h3 {
  font-size: 15px;
  margin: 0;
  font-weight: 600;
}

.test-discription_new p {
  font-size: 12px;
  color: #9ca3af;
  margin: 0;
}

/* =========================
  SCROLLABLE TEXT AREA
  ========================= */

.testimonial-quote_new {
  flex: 1;

  overflow-y: auto;

  padding-right: 6px;
}

/* scrollbar */

.testimonial-quote_new::-webkit-scrollbar {
  width: 4px;
}

.testimonial-quote_new::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 10px;
}

/* text */

.testimonial-quote_new p {
  font-size: 14px;
  color: #6b7280;

  line-height: 1.7;

  font-style: italic;

  margin: 0;
}

/* =========================
  ARROWS
  ========================= */

.review-carousel-wrapper {
  position: relative;
  padding: 0 70px;
}

.review-slider .owl-nav {
  position: absolute;

  top: 50%;

  left: -50px;
  right: -50px;

  transform: translateY(-50%);

  display: flex;
  justify-content: space-between;
}

.review-slider .owl-nav button {
  width: 38px;
  height: 38px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-nav i {
  font-size: 18px;
}

/* =========================
  DOTS
  ========================= */

.review-slider .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.review-slider .owl-dot span {
  width: 8px;
  height: 8px;

  background: #ccc;

  display: inline-block;

  border-radius: 50%;

  margin: 5px;
}

.review-slider .owl-dot.active span {
  background: #0b4ea2;
}

/* =========================
  DESKTOP WIDTH CONTROL
  ========================= */

@media (min-width: 1200px) {
  .testimonial-card_new {
    max-width: 700px;
  }
}

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

@media (max-width: 991px) {
  .testimonial-card_new {
    max-width: 100%;
  }
}

/* =========================
  MOBILE
  ========================= */

@media (max-width: 768px) {
  .review-carousel-wrapper {
    padding: 0 20px;
  }

  .review-slider .owl-nav {
    left: 0;
    right: 0;
  }

  .testimonial-card_new {
    height: auto;

    min-height: 220px;

    padding: 20px;
  }
}

/* =========================
  SMALL MOBILE
  ========================= */

@media (max-width: 480px) {
  .features h2 {
    font-size: 26px;
  }

  .testimonial-card_new {
    padding: 18px;
  }

  .testimonial-quote_new {
    max-height: 140px;
  }
}
/* testimonial carousel end*/
@media (max-width: 992px) {
  .feature-cards {
    padding: 24px;
  }

  .feature-cards h3 {
    font-size: 21px;
    min-height: 50px;
  }
}

/* ===============================
    MOBILE
  ================================ */

@media (max-width: 768px) {
  .feature-cards {
    padding: 22px;
  }

  .feature-cards img {
    max-width: 70px;
  }

  .feature-cards h3 {
    font-size: 20px;
    min-height: 48px;
  }

  .feature-cards p,
  .feature-cards .blu-p {
    font-size: 15px;
    line-height: 22px;
  }

  .table-sec .table-responsive {
    overflow-x: auto;
  }

  .team-table {
    min-width: 750px;
  }

  .team-table thead th {
    font-size: 15px;
    padding: 14px;
  }

  .team-table tbody td {
    font-size: 14px;
    padding: 12px;
  }

  .team-table img {
    width: 16px;
  }

  .badge {
    font-size: 12px;
    padding: 6px 8px;
  }

  .table-sec .table-responsive {
    overflow-x: auto;
  }

  /* allow horizontal scroll */
  .team-table {
    min-width: 720px;
    border-spacing: 0;
  }

  /* remove rounded corners */
  .team-table thead th,
  .team-table tbody td {
    border-radius: 0 !important;
  }

  /* smaller header */
  .team-table thead th {
    font-size: 14px;
    padding: 12px 10px;
  }
  .work-card h3 {
    font-size: 25px;
  }
  /* smaller body cells */
  .team-table tbody td {
    font-size: 13px;
    padding: 10px 8px;
  }

  /* smaller icons */
  .team-table img {
    width: 14px;
  }

  /* smaller badge */
  .badge {
    padding: 5px 7px;
    font-size: 11px;
  }
}

/* ===============================
    SMALL MOBILE
  ================================ */

@media (max-width: 576px) {
  .tag-btn {
    width: fit-content;
  }
  .store-img img {
    width: 70%;
  }

  .features h2 {
    font-size: 23px;
    line-height: 32px;
  }
  .work-title {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 25px;
  }
  .fashion-tabs h2 {
    font: size 26px;
    line-height: 37px;
  }

  .features p,
  .features a {
    font-size: 18px;
    line-height: 26px;
  }

  .shopify-p p {
    font-size: 16px;
    line-height: 25px;
  }

  .feature-cards {
    padding: 20px;
  }

  .feature-cards h3 {
    font-size: 18px;
    min-height: 45px;
  }

  .feature-cards p,
  .feature-cards .blu-p {
    font-size: 14px;
  }

  /* store section */

  .store-box {
    flex-direction: column;
  }

  .store-img {
    margin-bottom: 20px;
  }
  .store-img img {
    width: 70%;
  }

  .store-cards {
    width: 48%;
    margin-bottom: 10px;
  }

  .store-btn {
    margin-bottom: 8px;
    display: inline-block;
  }

  /* traffic section */

  .traffic-growth {
    display: block;
  }

  .traffic-card {
    margin-bottom: 20px;
  }

  /* table section */

  .team-table {
    border-collapse: collapse;
    border-spacing: 0;
    min-width: 750px;
  }

  .table-sec .table-responsive {
    overflow-x: auto;
  }

  .team-table thead th {
    font-size: 14px;
    padding: 14px;
  }

  .team-table tbody tr td {
    font-size: 13px;
    padding: 10px;
  }

  .team-table img {
    display: none;
  }

  .badge {
    padding: 6px 8px;
    font-size: 12px;
  }

  .table-sec h2 {
    font-size: 24px;
  }

  .table-sec p {
    font-size: 14px;
  }

  /* form */

  .form::after,
  .form::before,
  .audit-box::before,
  .audit-box::after {
    display: none;
  }

  .seo {
    width: fit-content;
  }

  /* banner */

  .banner-left h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .banner-left p {
    font-size: 16px;
    line-height: 25px;
  }

  .banner-left {
    font-size: 16px;
    line-height: 41px;
  }

  .banner-ul {
    font-size: 13px;
    line-height: 40px;
  }
  .banner-ul li img,
  .call-btn img {
    margin-right: 5px;
  }

  /* counter */

  .counter-box {
    padding: 15px;
  }

  .counter-box h2 {
    color: #f1414f;
    font-size: 32px;
    text-align: center;
  }

  .counter-box p {
    color: #222222;
    font-size: 16px;
    /* text-align: center; */
  }

  /* seo cards */

  .seo-card img,
  .seo-card1 img {
    height: 55px;
    width: 55px;
  }

  .left-box h3,
  .right-box h3 {
    font-size: 26px;
  }

  /* counter section */

  .count-card h2 {
    font-size: 32px;
  }

  /* process */

  .process-header h5 {
    font-size: 19px;
  }

  .process-body p {
    font-size: 14px;
    line-height: 23px;
    width: 90%;
  }

  .process-tags span {
    padding: 6px 6px;
  }
}
/* new section sart */
/* section background */
.pricing-section {
  background: #f5f7fb;
}

/* tag button */
.tag-btn {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  padding: 8px 18px;
  border-radius: 40px;
  font-size: 14px;
  color: #1e293b;
  font-weight: 500;
}

/* card */
.pricing-card {
  background: #ffffff;
  border: 1px solid #e6eaf0;
  border-radius: 14px;
  transition: 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

/* middle highlighted card */
.pricing-card.featured {
  border: 2px solid #f1414f;
  box-shadow: 0 12px 30px rgba(91, 109, 246, 0.15);
}

/* popular badge */
.popular-tag {
  background: #f1414f;
  color: #ffffff;
  font-weight: 600;
}

/* price */
.pricing-price {
  color: #00386f;
  font-weight: 700;
  font-size: 34px;
}

.pricing-price.highlight {
  color: #f1414f;
}
.pricing-card h5 {
  color: #00386f;
  font-size: 18px;
}

/* price small text */
.pricing-price span {
  color: #64748b;
  font-size: 14px;
}

/* description */
.pricing-card p {
  color: #767676;
  font-size: 16px;
}

/* list */
.pricing-list li {
  color: #0f172a;
  font-size: 16px;
  position: relative;
  padding-left: 22px;
}

.pricing-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #22c55e;
  font-weight: 700;
}

/* disabled features */
.pricing-list li.text-muted {
  color: #94a3b8 !important;
}

.pricing-list li.text-muted::before {
  content: "–";
  color: #94a3b8;
}

/* divider */
.pricing-card hr {
  border-color: #e6eaf0;
  margin: 18px 0;
}

/* buttons */
.pricing-btn {
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #0f172a;
  font-weight: 500;
  padding: 12px;
  border-radius: 8px;
  transition: 0.3s;
}

.pricing-btn:hover {
  background: #f1f5f9;
}

/* primary button */
.pricing-btn-primary {
  background: #f1414f;
  color: #ffffff;
  border: none;
  font-weight: 600;
  padding: 12px;
  border-radius: 8px;
  transition: 0.3s;
}

.pricing-btn-primary:hover {
  background: #ffffff;
  border: 1px solid #f1414f;
  color: #f1414f;
}

/* icon spacing */
.pricing-icon {
  width: 42px;
}

/* responsive spacing */
@media (max-width: 991px) {
  .pricing-card {
    padding: 28px;
  }
}

@media (max-width: 575px) {
  .pricing-price {
    font-size: 28px;
  }
}
/* new section end */
/* ===============================
  BLOG CARD HEIGHT FIX
  =============================== */
/* equal height cards automatically */

.blog-blue_slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.blog-blue_slider .swiper-slide {
  display: flex;
  height: auto;
}

/* card fills full height */

.blogmainbox_new {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* content stretches */

.blogbox_newtext {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* button always aligned bottom */

.blogbox_newtext .btn {
  margin-top: auto;
  width: 100%;
}

/* tabs mobile */
/* =====================================
  MOBILE ACCORDION FOR SEO TABS
  ===================================== */

@media (max-width: 991px) {
  /* hide desktop right side box */
  .audit-box {
    display: none;
  }

  /* tabs full width */
  .seo-tabs ul {
    display: block;
    padding: 0;
    margin: 0;
  }

  .seo-tabs ul li {
    width: 100%;
    margin-bottom: 12px;
    list-style: none;
  }

  /* tab style mobile */
  .seo-tab {
    width: 100%;
    font-size: 15px;
    padding: 14px 16px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: 0.3s;
  }

  /* active tab */
  .seo-tab.active {
    background: #f1414f;
    color: #fff;
  }

  /* arrow rotate */
  .seo-tab.active i {
    transform: rotate(90deg);
  }

  /* accordion content */
  .mobile-seo-content {
    display: none;
    margin-top: 12px;
    margin-bottom: 18px;
    padding: 20px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    animation: fadeIn 0.3s ease;
  }

  .mobile-seo-content.active {
    display: block;
  }

  /* hide large images in mobile */
  .mobile-seo-content > img {
    max-width: 100%;
    height: 100px;
  }
  .seo-content h2 {
    font-size: 20px;
  }
  .seo-content p {
    font-size: 14px;
  }
  .seo-btn {
    padding: 8px 6px;
  }

  /* smooth animation */
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
.faq-tabs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/* ===============================
  MOBILE DESIGN FIX
  =============================== */
@media (max-width: 991px) {
  /* banner list (unchanged structure) */
  .banner-ul {
    font-size: 16px;
    line-height: 24px;
    padding-left: 0;
  }

  .banner-ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .banner-li img {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    flex-shrink: 0;
  }

  .banner-li p {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
  }

  /* form heading */
  .form-box h3 {
    font-size: 25px;
    line-height: 32px;
  }

  /* button wrapper */
  .btn-class {
    width: 100%;
    gap: 12px !important;
  }

  /* buttons */
  .client-btn,
  .call-btn {
    width: 100%;
    padding: 14px 18px;

    font-size: 15px;
    font-weight: 600;

    border-radius: 12px;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  /* primary button */
  .call-btn {
    background: #f1414f;
    border: 1px solid #f1414f;
    color: #fff;
  }

  /* secondary button */
  .client-btn {
    border: 1px solid #00386f;
    color: #00386f;
    background: #fff;
  }

  /* icon */
  .call-btn img {
    width: 16px;
  }
}
/* new section */
.case-study-content {
  padding-left: 20px;
}

/* headings */
.section-title {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 600;
}

/* list */
.case-list {
  padding-left: 18px;
  margin-top: 10px;
}

.case-list li {
  margin-bottom: 10px;
  line-height: 1.6;
}

/* metric cards row */
.case-metrics {
  margin-top: 25px;
  background: #f5f6f7;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  overflow: hidden;
}

/* card */
.metric-card {
  text-align: center;
  padding: 20px 15px;
  height: 100%;
  border-right: 1px solid #e1e1e1;
}

/* remove last border */
.case-metrics .col-lg-3:last-child .metric-card {
  border-right: none;
}

.metric-card h3 {
  color: #2d5ea8;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.metric-card span {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 6px;
}

.metric-card p {
  font-weight: 600;
  margin: 0;
}

/* tag button */
.tag-btn {
  background: #eef3ff;
  color: #2d5ea8;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 14px;
  text-decoration: none;
  margin-right: 10px;
}

/* button */
.case-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 26px;
  background: #2d5ea8;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.review-link-btn {
  padding: 12px 22px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}

.google-btn {
  background: #2d5ea8;
  color: #fff;
}

.google-btn:hover {
  background: #2f6fe0;
}

.clutch-btn {
  background: #f1414f;
  color: #fff;
}

.clutch-btn:hover {
  background: #d9361d;
}

.new-box {
  background: #f5faff;
  border-radius: 20px;
}

/* new sections for ecom-seo */
.ecom-seo-section {
  background: #f5f7fb;
}

/* label */
.tag-label {
  font-size: 14px;
  font-weight: 600;
  color: #ff4d4d;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 15px;
}

.tag-label img {
  width: 14px;
}

/* heading */
.main-heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 51px;
  color: #00386f;
  margin-bottom: 18px;
}

.main-heading span {
  color: #ff4d4d;
}

/* description */
.description {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 25px;
  max-width: 520px;
}

/* buttons */
.btn-wrapper {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-outline {
  border: 1px solid #d1d5db;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  color: #111827;
  background: white;
}

.btn-primary {
  background: #ff4d4d;
  color: white;
  padding: 12px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
}

/* stats */
.stats-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.stat-card {
  background: white;
  padding: 22px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.stat-card h3 {
  color: #ff4d4d;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 6px;
}

.stat-card h4 {
  font-size: 17px;
  font-weight: 600;
  color: #00386f;

  margin-bottom: 6px;
}

.stat-card p {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
}

/* responsive */
@media (max-width: 991px) {
  .main-heading {
    font-size: 28px;
  }

  .stats-wrapper {
    grid-template-columns: 1fr;
  }
}
/*  */
.accordion-custom {
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* card */
.acc-item {
  background: #eef3fb;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s;
  border: 1px solid #dde6f3;
}

/* header */
.acc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
}

.acc-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.acc-icon {
  width: 38px;
  height: 38px;
  background: #dfe9fb;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.acc-icon img {
  width: 20px;
}

/* title */
.acc-header h3 {
  font-size: 22px;
  margin: 0;
  font-weight: 600;
  color: #00386f;
}

/* arrow */
.acc-arrow {
  font-size: 14px;
  color: #7a8aa0;
}

/* body */
.acc-body {
  display: none;
  padding: 18px 20px;
  border-top: 1px solid #dde6f3;
  background: #f6f9ff;
}

.acc-body p {
  margin-bottom: 8px;
  color: #727272;
  font-size: 16px;
}

.acc-body a {
  font-size: 16px;
  color: #2d6cdf;
  text-decoration: none;
}

/* active */
.acc-item.active .acc-body {
  display: block;
}
.heading-p {
  font-size: 22px;
  font-weight: 600;
  color: #727272;
}
