.services-section-6363baba {
  background: #030B18;
  padding: 8rem 0;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  font-family: Inter, sans-serif;
}

.services-section-6363baba * {
  box-sizing: border-box;
}

.services-section-6363baba .glow-one {
  position: absolute;
  top: -10%;
  right: -5%;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,132,205,0.06) 0%, transparent 65%);
}

.services-section-6363baba .glow-two {
  position: absolute;
  bottom: -10%;
  left: -5%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(19,192,0,0.05) 0%, transparent 65%);
}

.services-section-6363baba .header {
  max-width: 1280px;
  margin: 0 auto 4.5rem;
  padding: 0 1.5rem;
  text-align: center;
}

.services-section-6363baba .badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 1.25rem;
  padding: 6px 14px;
  border-radius: 100px;
  background: rgba(0,132,205,0.1);
  border: 1px solid rgba(0,132,205,0.25);
}

.services-section-6363baba .badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0084CD;
}

.services-section-6363baba .badge span {
  font-size: 0.68rem;
  color: #5BB8F5;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}

.services-section-6363baba .header h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: #fff;
  margin-bottom: 1rem;
}

.services-section-6363baba .header p {
  font-size: 1rem;
  color: rgba(255,255,255,0.44);
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.75;
}

.services-section-6363baba .carousel {
  position: relative;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-section-6363baba .card {
  position: absolute;
  width: 420px;
  border-radius: 1.5rem;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.7s cubic-bezier(.22,1,.36,1);
  box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}

.services-section-6363baba .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.services-section-6363baba .overlay {
  position: absolute;
  inset: 0;
}

.services-section-6363baba .accent-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}

.services-section-6363baba .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.services-section-6363baba .icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.services-section-6363baba .icon-box svg {
  width: 24px;
  height: 24px;
}

.services-section-6363baba .tagline {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.services-section-6363baba .card h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  color: #fff;
  line-height: 1.4;
  margin: 0;
}

.services-section-6363baba .card p {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.68;
  margin-top: 0.75rem;
  margin-bottom: 0;
}

.services-section-6363baba .counter-badge {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  border-radius: 8px;
  padding: 4px 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
}

.services-section-6363baba .controls {
  margin: 3rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.services-section-6363baba .arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.services-section-6363baba .arrow:hover {
  background: rgba(0,132,205,0.2);
  border-color: rgba(0,132,205,0.5);
}

.services-section-6363baba .dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.services-section-6363baba .dot {
  height: 6px;
  width: 6px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  background: rgba(255,255,255,0.2);
  transition: 0.3s;
  padding: 0;
}

.services-section-6363baba .dot.active {
  width: 24px;
}

.services-section-6363baba .service-count {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.28);
  letter-spacing: 0.08em;
}

@media(max-width: 768px) {
  .services-section-6363baba .card {
    width: 320px;
  }

  .services-section-6363baba .carousel {
    height: 480px;
  }
}


/* Complete carousel item link */
.services-section-6363baba .card.has-link {
    cursor: pointer;
}

.services-section-6363baba .card.has-link:focus-visible {
    outline: 3px solid currentColor;
    outline-offset: 5px;
}

.services-section-6363baba a.card {
    color: inherit;
    text-decoration: none;
}

.services-section-6363baba a.card:hover,
.services-section-6363baba a.card:focus,
.services-section-6363baba a.card:visited {
    color: inherit;
    text-decoration: none;
}
