/* ================= SERVICES HERO ================= */

.services-hero {
  padding: 160px 0 120px;
  background: linear-gradient(
    180deg,
    #f8fafc 0%,
    #ffffff 100%
  );
}

.services-hero-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 24px;

  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}

/* ================= LEFT CONTENT ================= */

.services-hero-text {
  max-width: 560px;
}

.services-tag {
  font-size: 14px;
  letter-spacing: 1.5px;
  color: #5B6CFF;
  font-weight: 600;
}

.services-hero-text h1 {
  margin-top: 16px;
  font-size: 48px;
  line-height: 1.15;
  color: #0f172a;
}

.services-hero-text h1 span {
  color: #5B6CFF;
}

.services-hero-text p {
  margin-top: 16px;
  font-size: 18px;
  color: #475569;
  line-height: 1.6;
}

/* CTA */
.services-hero-cta {
  margin-top: 32px;
  display: flex;
  gap: 18px;
}

.btn-primary {
  padding: 12px 26px;
  border-radius: 30px;
  background: linear-gradient(135deg, #5B6CFF, #8F9BFF);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.btn-outline {
  padding: 12px 26px;
  border-radius: 30px;
  border: 2px solid #5B6CFF;
  color: #5B6CFF;
  font-weight: 600;
  text-decoration: none;
   transition: all 0.3s ease;
}
.btn-outline:hover{
      background: #5B6CFF;
  color: #fff;
  box-shadow: 0 12px 30px rgba(91,108,255,0.35);
}
/* ================= RIGHT VISUAL ================= */

.services-hero-visual {
  position: relative;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* MAIN IMAGE */
.hero-img.main {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 480px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,0.18);
}

.hero-img.main img {
  width: 100%;
  height: auto;
  display: block;
}

/* FLOATING IMAGES */
.hero-img.floating {
  position: absolute;
  width: 160px;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(91,108,255,0.25);
  z-index: 4;
}

.hero-img.floating img {
  width: 100%;
  height: auto;
  display: block;
}

/* POSITIONS */
.hero-img.top-right {
  top: -30px;
  right: -30px;
}

.hero-img.bottom-left {
  bottom: -30px;
  left: -30px;
}

/* ================= DECORATIVE DOTTED CIRCLES ================= */

.decor-line {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 2px dashed rgba(91,108,255,0.35);
  z-index: 1;
  animation: rotateDots 18s linear infinite;
}

.decor-line.top {
  top: -60px;
  right: -80px;
}

.decor-line.bottom {
  bottom: -70px;
  left: -90px;
  animation-direction: reverse;
}

/* ROTATION */
@keyframes rotateDots {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {

  .services-hero {
    padding: 120px 0 80px;
  }

  .services-hero-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }
.services-hero-text p {
    font-size: 12px;
}
  .services-hero-text h1 {
    font-size: 25px;
  }

  .services-hero-visual {
    height: auto;
  }

  .services-hero-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-img.floating,
  .decor-line {
    display: none; /* clean mobile look */
  }
}


/* web info */

/* ================= SERVICE DETAIL ================= */

.service-detail {
  padding: 120px 0;
  scroll-margin-top: 90px;
  padding: 120px 0;
  margin-top: -2%;




}

.service-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 24px;

  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}

/* TEXT */
.service-tag {
  font-size: 14px;
  letter-spacing: 1.4px;
  font-weight: 600;
  color: #5B6CFF;
}

.service-content h2 {
  margin-top: 16px;
  font-size: 40px;
  color: #0f172a;
  line-height: 1.2;
}

.service-content h2 span {
  color: #5B6CFF;
}

.service-desc {
  margin-top: 18px;
  font-size: 18px;
  color: #475569;
  line-height: 1.6;
}

/* FEATURES */
.service-features {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.feature-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.icon-box {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #5B6CFF, #8F9BFF);
  color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.feature-item h4 {
  font-size: 18px;
  color: #0f172a;
  margin-bottom: 4px;
}

.feature-item p {
  font-size: 15px;
  color: #475569;
}

/* IMAGE */
.service-visual img {
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.18);
}

.service-visual-ads img  {
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.18);
  height: 350px;
}

/* ANIMATION */
.reveal {
  transition: 0.8s ease;
}



/* MOBILE */
@media (max-width: 768px) {
  .service-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .service-content h2 {
    font-size: 30px;
  }

  .service-desc {
    font-size: 12px;
  }
.service-detail {
    margin-top: -5%;
}
	.seo-service {
    margin-top: -33%;
}
	.ads-service {
    margin-top: -33%;
}
}




/* ================= DIGITAL MARKETING ================= */

.service-detail {
  padding: 100px 0;
  scroll-margin-top: 120px;
}

.service-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 24px;

  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: center;
}

/* TEXT */
.service-tag {
  font-size: 13px;
  letter-spacing: 1.4px;
  color: #5B6CFF;
  font-weight: 600;
}

.service-content h2 {
  margin-top: 14px;
  font-size: 36px;
  color: #0f172a;
  line-height: 1.25;
}

.service-content h2 span {
  color: #5B6CFF;
}

.service-desc {
  margin-top: 14px;
  font-size: 17px;
  color: #475569;
  line-height: 1.6;
}

/* POINT LIST (LIGHT WEIGHT) */
/* points list */
.service-points {
  margin-top: 28px;
  margin-bottom: 32px; /* ✅ yahi missing tha */
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* button */
.service-content .btn-outline {
  display: inline-block; /* ✅ force new line */
  margin-top: 8px;
}


.service-points li {
  font-size: 15px;
  color: #334155;
  padding-left: 20px;
  position: relative;
}

.service-points li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #5B6CFF;
  font-size: 18px;
}

/* IMAGE */
.service-visual.light img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* MOBILE */
@media (max-width: 768px) {
  .service-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .service-content h2 {
    font-size: 25px;
  }

  .service-desc {
    font-size: 16px;
  }
}

.services-section {
  background: linear-gradient(
    135deg,
    rgba(91,108,255,0.06),
    rgba(143,155,255,0.03)
  );
  padding: 120px 0;
}





/* ================= SEO SERVICE ================= */

.seo-service {
  padding: 120px 0;
 margin-top: -2%;
}

.seo-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 24px;

  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}

/* LEFT CONTENT */
.seo-tag {
  font-size: 13px;
  letter-spacing: 1.6px;
  font-weight: 600;
  color: #5B6CFF;
}

.seo-content h2 {
  margin-top: 14px;
  font-size: 44px;
  line-height: 1.2;
  color: #0f172a;
}

.seo-content h2 span {
  color: #5B6CFF;
}

.seo-desc {
  margin-top: 16px;
  font-size: 18px;
  color: #475569;
  line-height: 1.7;
}

.seo-points {
  margin-top: 24px;
  list-style: none;
}

.seo-points li {
  margin-bottom: 12px;
  font-size: 16px;
  color: #0f172a;
}

/* CTA */
.seo-btn {
  display: inline-block;
  margin-top: 28px;
  padding: 12px 28px;
  border-radius: 30px;
  border: 2px solid #5B6CFF;
  color: #5B6CFF;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.seo-btn:hover {
  background: #5B6CFF;
  color: #fff;
  box-shadow: 0 12px 30px rgba(91,108,255,0.35);
}

/* RIGHT CARDS */
.seo-visual {
  display: grid;
  gap: 22px;
}

.seo-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(15,23,42,0.08);
  transition: transform 0.3s ease;
}

.seo-card:hover {
  transform: translateY(-6px);
}

.seo-card h4 {
  font-size: 18px;
  color: #0f172a;
  margin-bottom: 8px;
}

.seo-card p {
  color: #475569;
  font-size: 15px;
  line-height: 1.6;
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {
  .seo-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .seo-content h2 {
    font-size: 25px;
  }
	  .seo-desc{
    font-size: 12px;
  }
  
}

/* ================= GOOGLE ADS SERVICE ================= */

.ads-service {
  padding: 120px 0;
margin-top: -2%;
}

.ads-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 24px;

  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 80px;
  align-items: center;
}

/* ================= CONTENT ================= */

.ads-content {
  max-width: 560px;
}

.ads-tag {
  font-size: 13px;
  letter-spacing: 1.6px;
  font-weight: 600;
  color: #5B6CFF;
}

.ads-content h2 {
  margin-top: 16px;
  font-size: 46px;
  line-height: 1.15;
  color: #0f172a;
}

.ads-content h2 span {
  color: #5B6CFF;
}

.ads-desc {
  margin-top: 18px;
  font-size: 18px;
  color: #475569;
  line-height: 1.65;
}

/* ================= POINTS ================= */

.ads-points {
  margin-top: 26px;
  list-style: none;
  padding: 0;

  display: grid;
  gap: 14px;
}

.ads-points li {
  background: #ffffff;
  padding: 14px 18px;
  border-radius: 14px;

  font-size: 15px;
  color: #334155;

  box-shadow: 0 12px 28px rgba(0,0,0,0.06);
}

/* ================= CTA ================= */

.ads-btn {
  margin-top: 32px;
  display: inline-block;

  padding: 14px 32px;
  border-radius: 30px;

  background: linear-gradient(135deg, #5B6CFF, #8F9BFF);
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ads-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(91,108,255,0.35);
}

/* ================= IMAGE ================= */

.ads-visual-img {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}

.ads-visual-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {

  .ads-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .ads-content {
    order: 1;
  }

  .ads-visual-img {
    order: 2;
    margin-top: 10px;
  }

  .ads-content h2 {
    font-size: 25px;
  }

  .ads-btn {
    width: 100%;
    text-align: center;
  }
	.ads-desc {
		font-size:12px;
	
	}
}




/* ================= WHY SCALEVIX ================= */

.why-scalevix {
  padding: 120px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.why-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 24px;
}

/* HEADER */
.why-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 70px;
}

.why-tag {
  font-size: 13px;
  letter-spacing: 1.6px;
  font-weight: 600;
  color: #5B6CFF;
}

.why-header h2 {
  margin-top: 14px;
  font-size: 42px;
  color: #0f172a;
}

.why-header h2 span {
  color: #5B6CFF;
}

.why-header p {
  margin-top: 14px;
  font-size: 18px;
  color: #475569;
  line-height: 1.7;
}

/* GRID */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

/* CARD */
.why-card {
  background: #ffffff;
  padding: 34px 30px;
  border-radius: 24px;

  box-shadow: 0 20px 40px rgba(0,0,0,0.06);
  transition: all 0.4s ease;

  opacity: 1;
  transform: translateY(30px);
}

/* ICON */
.why-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;

  background: linear-gradient(
    135deg,
    rgba(91,108,255,0.18),
    rgba(143,155,255,0.06)
  );

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 26px;
  margin-bottom: 18px;
}

/* TEXT */
.why-card h3 {
  font-size: 20px;
  color: #0f172a;
  margin-bottom: 10px;
}

.why-card p {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
}

/* HOVER */
.why-card:hover {
  transform: translateY(-14px);
  box-shadow: 0 30px 60px rgba(91,108,255,0.18);
}

/* HIGHLIGHT CARD */
.why-card.highlight {
  background: linear-gradient(
    135deg,
    rgba(91,108,255,0.12),
    rgba(143,155,255,0.04)
  );
}

/* SCROLL ANIMATION */
.why-scalevix.active .why-card {
  animation: whyFadeUp 0.7s ease forwards;
}

.why-scalevix.active .why-card:nth-child(1) { animation-delay: 0.1s; }
.why-scalevix.active .why-card:nth-child(2) { animation-delay: 0.2s; }
.why-scalevix.active .why-card:nth-child(3) { animation-delay: 0.3s; }
.why-scalevix.active .why-card:nth-child(4) { animation-delay: 0.4s; }
.why-scalevix.active .why-card:nth-child(5) { animation-delay: 0.5s; }
.why-scalevix.active .why-card:nth-child(6) { animation-delay: 0.6s; }

@keyframes whyFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* MOBILE */
@media (max-width: 992px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-header h2 {
    font-size: 25px;
  }

  .why-header p {
    font-size: 12px;
  }
}


/* ================= PREMIUM CTA ================= */

.cta-section.premium {
  padding: 140px 0;
  background: linear-gradient(
    135deg,
    #0f172a,
    #111827
  );
  color: #ffffff;
}

.cta-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 24px;
}

.cta-box {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;

  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.08),
    rgba(255,255,255,0.02)
  );
  border-radius: 36px;
  padding: 70px 64px;
  
  box-shadow: 0 50px 100px rgba(0,0,0,0.35);
}

/* LEFT */
.cta-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 20px;
  background: rgba(91,108,255,0.18);
  color: #8FA2FF;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}

.cta-left h2 {
  font-size: 42px;
  line-height: 1.15;
  margin-bottom: 18px;
}

.cta-left h2 span {
  color: #8FA2FF;
}

.cta-left p {
  font-size: 18px;
  color: #cbd5f5;
  line-height: 1.7;
  margin-bottom: 22px;
}

.cta-points {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cta-points li {
  font-size: 15px;
  color: #e5e7eb;
}

/* RIGHT */
.cta-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.cta-small {
  font-size: 14px;
  color: #facc15;
  margin-bottom: 14px;
  font-weight: 600;
}

.cta-btn.primary {
  padding: 16px 36px;
  border-radius: 32px;
  background: linear-gradient(135deg, #5B6CFF, #8F9BFF);
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 14px;
}

.cta-btn.primary:hover {
  box-shadow: 0 20px 40px rgba(91,108,255,0.45);
}

.cta-link {
  font-size: 15px;
  color: #c7d2fe;
  text-decoration: none;
}

.cta-link:hover {
  color: #ffffff;
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {

  .cta-box {
    grid-template-columns: 1fr;
    padding: 48px 32px;
    gap: 40px;
    text-align: center;
  }

  .cta-right {
    align-items: center;
  }

  .cta-left h2 {
    font-size: 16px;
  }

  .cta-left p {
    font-size: 16px;
  }
  .cta-points li {
  font-size: 10px;
  color: #e5e7eb;
}
  .cta-link {
  font-size: 12px;
  color: #c7d2fe;
  text-decoration: none;
}
.cta-btn.primary {
  padding: 16px 28px;
  border-radius: 32px;
  background: linear-gradient(135deg, #5B6CFF, #8F9BFF);
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 14px;
}
}
