@import url("../new-global.css");
@import url("../other/new-seo-tab.css");

/* SEO service Banner CSS */
.SEO-main-banner {
  padding: 80px 0;
  background: #d4d4ff;
  background: linear-gradient(
    145deg,
    rgba(212, 212, 255, 0) 0%,
    rgba(255, 0, 208, 0) 37%,
    rgba(7, 79, 174, 0.3) 69%,
    rgba(7, 79, 174, 1) 100%
  );
}
.SEO-main-banner h1 {
  font-size: 48px;
  font-weight: 400;
}
.SEO-main-banner p {
  font-size: 20px;
}
.hero-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: auto;
}
.hero-img {
  width: 100%;
  border-radius: 50% / 40%;
}
.service-bubble {
  position: absolute;
  width: 110px;
  height: 110px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 18px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border: 5px solid #ededed;
}
.service-bubble span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bubble-info {
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 10px 14px;
  width: 180px;
  font-size: 12px;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.service-bubble:hover .bubble-info {
  opacity: 1;
  visibility: visible;
}
.bubble-1 {
  bottom: -30px;
  left: 8%;
}
.bubble-2 {
  bottom: -10px;
  right: 319px;
}
.bubble-3 {
  bottom: 65px;
  right: 150px;
}
.bubble-4 {
  right: 0px;
  top: 27%;
}

/* SEO HIGHLIGHTS */
.highlight-card {
  background: #f4f6ff;
  border-radius: 12px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #111;
  height: 100%;
  transition: all 0.3s ease;
}

.highlight-card:hover {
  background: #e9edff;
  transform: translateY(-3px);
}

.check-icon {
  width: 26px;
  height: 26px;
  background: #1a5cff;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}
/* SEO HIGHLIGHTS */

/* Who-SEO-SEction */

.why-seo-section h2 {
  /* font-size: 40px; */
  /* font-weight: 500; */
  margin-bottom: 10px;
}
.section-subtitle {
  font-size: 18px;
  color: #555;
  max-width: 520px;
}
.seo-point {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.seo-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #eef3ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.seo-icon > i {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
}
.seo-point span {
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 600;
  display: block;
}
.seo-point p {
  font-size: 14px;
  color: #666;
  margin: 0;
}
/* Who-SEO-SEction */

/* seo-process-section */
.seo-process-section {
  background: url(../../assets/images/process-bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.seo-process-section i {
  color: var(--primary-color);
  font-size: 22px;
}
.seo-process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 80px;
  column-gap: 40px;
}
.seo-process-section .process-card {
  padding: 28px 22px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.seo-process-section .process-icon {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
}
.seo-process-section .process-card span {
  font-size: 16px;
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}
.seo-process-section .process-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.seo-process-section .process-path {
  position: absolute;
  top: 60px;
  left: 5%;
  width: 100%;
  height: 275px;
  border-top: 1px dashed #2f6eea;
  border-right: 1px dashed #2f6eea;
  border-bottom: 1px dashed #2f6eea;
  border-radius: 0px 220px 220px 0px;
  z-index: 1;
  pointer-events: none;
}
/* seo-process-section */

/* seo-process-section */
.why-choose-section {
  background: #223246;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.why-choose-section h2 {
  font-size: 42px;
  font-weight: 500;
}
.why-choose-section .section-subtitle {
  color: #cfd8e3;
  max-width: 520px;
  margin-top: 8px;
}
.why-choose-section .outline-btn {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 30px;
  background: #fff;
  color: #1d5cff;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}
.why-choose-section .outline-btn:hover {
  background: #e6edff;
}
.why-choose-section .why-point {
  text-align: center;
  padding: 15px 10px;
  position: relative;
  border-right: 1px dashed rgba(255, 255, 255, 0.25);
}
.why-choose-section .why-point span {
  width: 32px;
  height: 32px;
  background: #fff;
  color: #1d5cff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 10px;
}
.why-choose-section .why-point p {
  font-size: 14px;
  color: #dbe5f2;
  margin: 0;
}
.why-choose-section .graph-wrapper {
  margin-top: 60px;
}
.why-choose-section .graph-wrapper img {
  width: 100%;
  max-width: 100%;
  display: block;
}
/* SEO-process-section */

/* SEO Services Section*/
.seo-services .subtitle {
  color: #6b7280;
  margin-bottom: 40px;
}
.seo-services .slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.seo-services .slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 20px;
}
.seo-services .slider::-webkit-scrollbar {
  display: none;
}
.seo-services .service-card {
  /* min-width: 220px; */
  /* min-height: min-content; */
  height: 160px;
  background: #eaf2fa;
  border-radius: 14px;
  padding: 20px;
  text-decoration: none;
  color: #000;
  transition: all 350ms ease-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.seo-services .service-card img {
  width: 36px;
  margin-bottom: 12px;
}

.seo-services .service-card .title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}
.seo-services .service-card span {
  font-size: 13px;
}
.seo-services .service-card:hover {
  background: #fff;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.seo-services .nav-btn {
  background: none;
  border: none;
  font-size: 15px;
  cursor: pointer;
  padding: 10px;
  white-space: nowrap;
}
.seo-services .dots {
  margin-top: 20px;
}
.seo-services .dots span {
  width: 8px;
  height: 8px;
  background: #d1d5db;
  border-radius: 50%;
  display: inline-block;
  margin: 0 4px;
}
.seo-services .dots span.active {
  background: #000;
}

/* seo-dual-section */
.seo-dual-section {
  background: radial-gradient(
    circle at center,
    #f4f9ff 0%,
    #eaf2ff 45%,
    #ffffff 100%
  );
  overflow: hidden;
}
.seo-inner {
  max-width: 1200px;
}
.seo-content-one {
  padding-left: 80px;
}
.seo-content-two {
  padding-right: 80px;
}
.seo-dual-section h2 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 20px;
}
.seo-dual-section p {
  font-size: 16px;
  line-height: 1.7;
  color: #4a5568;
}
.side-illustration {
  position: absolute;
  max-width: 160px;
}
.left-ill {
  left: -120px;
  bottom: -30px;
}
.right-ill {
  right: -120px;
  top: -30px;
}
.side-illustration img {
  width: 100%;
}
/* ************************************************************** */

/* Swaper slider */
.swiper-pagination-horizontal.swiper-pagination-bullets {
  position: relative;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  /* &.swiper-pagination-bullets-dynamic{
    left: 0;
    transform: tra;
  } */
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: var(--primary-color);
  outline: 1px solid var(--primary-color);
  outline-offset: 2px;
}
button.btn:focus {
  border: none !important;
  outline: none !important;
}
/* ************************************************************** */

/* MOBILE RESPONSIVE */
@media (max-width: 992px) {
  .seo-content-one{
    padding-left: 0;
  }
  .seo-content-one .row{
    padding-inline: 0;
  }
  .testimonial-left {
    padding-left: 0px;
  }
  .testimonial-left {
    text-align: center;
    margin-bottom: 40px;
  }
  .testimonial-slider {
    gap: 16px;
  }
  .testimonial-card {
    min-width: 80%;
  }
  .seo-content-two {
    padding: 0px;
  }
  .side-illustration {
    display: none;
  }
  .seo-dual-section h2 {
    font-size: 32px;
  }
  .why-choose-section h2 {
    font-size: 34px;
  }
  .graph-wrapper {
    margin-top: 40px;
  }
  .seo-process-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
  }
  .seo-process-grid .step-1 {
    order: 1;
  }
  .seo-process-grid .step-2 {
    order: 2;
  }
  .seo-process-grid .step-3 {
    order: 3;
  }

  .seo-process-grid .step-6 {
    order: 4;
  }
  .seo-process-grid .step-5 {
    order: 5;
  }

  .seo-process-grid .step-4 {
    order: 6;
  }
  .process-path {
    display: none;
  }
  .why-seo-section h2 {
    font-size: 34px;
  }
  .SEO-main-banner h1 {
    font-size: 40px;
  }

  .hero-image-wrapper {
    max-width: 420px;
    margin: 40px auto 0;
  }

  .service-bubble {
    width: 95px;
    height: 95px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .industry-card {
    min-width: 100%;
    height: 300px;
  }
  .seo-services .nav-btn {
    display: none;
  }
  .why-choose-section .why-point {
    border: none;
  }
  .highlight-card {
    font-size: 14px;
    padding: 12px 14px;
  }
  .SEO-main-banner {
    padding: 50px 0;
    text-align: center;
  }

  .SEO-main-banner h1 {
    font-size: 30px;
  }

  .SEO-main-banner p {
    font-size: 16px;
  }

  .hero-image-wrapper {
    margin-top: 40px;
  }
  .seo-process-section .process-card {
    padding: 10px 10px;
  }
  .service-bubble {
    position: static;
    width: 100%;
    height: auto;
    margin: 15px auto;
    border-radius: 16px;
    padding: 14px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .bubble-info {
    position: static;
    opacity: 1;
    visibility: visible;
    margin: 6px auto 0;
    box-shadow: none;
    padding: 0;
    font-size: 13px;
    text-align: center;
    max-width: 260px;
    transform: translateX(0%);
  }
}

@media (max-width: 576px) {
  .industry-card {
    height: 300px;
  }
  .two-ul-list {
    grid-template-columns: 1fr;
  }
  .testimonial-card {
    min-width: 100%;
  }
  /* .testimonial-nav {
    position: static;
    justify-content: center;
    margin-top: 20px;
  } */
  .seo-dual-section h2 {
    font-size: 26px;
  }
  .why-choose-section {
    padding: 60px 0 0;
  }
  .why-choose-section h2 {
    font-size: 28px;
  }
  .section-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .why-point p {
    font-size: 13px;
  }
  .seo-highlights {
    margin-top: 25px;
  }
  .highlight-card {
    justify-content: flex-start;
  }
  .why-seo-section {
    padding: 50px 0;
    text-align: center;
  }
  .seo-point {
    text-align: left;
  }
  .section-subtitle {
    margin: auto;
  }
  .why-seo-section h2 {
    font-size: 28px;
  }
  .seo-process-section {
    padding: 60px 0;
  }
  .seo-process-grid {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .seo-process-section h2 {
    font-size: 30px;
  }
  .process-card::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 25px;
    background: repeating-linear-gradient(
      to bottom,
      #2f6eea,
      #2f6eea 6px,
      transparent 6px,
      transparent 12px
    );
  }
  .process-card:last-child::after {
    display: none;
  }
}

/* ---------------------------- */
.seo-wrapper {
  position: relative;
  width: 600px;
  height: 600px;
}
svg.main-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.tag-group {
  cursor: pointer;
}
.tag-circle-el {
  transition: filter 0.2s ease;
  transform-origin: center;
  transform-box: fill-box;
}
.tag-group:hover .tag-circle-el {
  filter: drop-shadow(0 6px 20px rgba(30, 90, 200, 0.32));
}
.tag-label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  fill: #1a2340;
  text-anchor: middle;
  pointer-events: none;
  user-select: none;
}
.popup {
  position: absolute;
  background: white;
  border-radius: 10px;
  padding: 9px 14px;
  font-size: 11.5px;
  font-weight: 500;
  color: #1a2340;
  white-space: nowrap;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.13);
  opacity: 0;
  pointer-events: none;
  transform: translateY(5px);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
  z-index: 20;
  line-height: 1.55;
}
.popup.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
