/* ========================================
   DIGIBRO SERVICES PAGE - PREMIUM CSS
   Matching About Page Design Language
   ======================================== */

/* ==================== HERO SECTION ==================== */
.hero-section {
  min-height: 100vh;
  background: #fff;
  padding-top: 80px;
}

/* Decorative Elements */
.decorative-circle {
  position: absolute;
  top: 80px;
  left: 40px;
  width: 80px;
  height: 80px;
  border: 2px solid rgba(0, 183, 74, 0.2);
  border-radius: 50%;
  animation: pulse 3s ease-in-out infinite;
}

.decorative-dot {
  position: absolute;
  border-radius: 50%;
}

.dot-1 {
  top: 160px;
  right: 80px;
  width: 12px;
  height: 12px;
  background: var(--digibro-green);
}

.dot-2 {
  bottom: 160px;
  left: 80px;
  width: 8px;
  height: 8px;
  background: var(--digibro-blue);
}

.gradient-line {
  position: absolute;
  width: 4px;
}

.line-1 {
  top: 0;
  right: 33%;
  height: 128px;
  background: linear-gradient(to bottom, var(--digibro-green), transparent);
}

.line-2 {
  bottom: 0;
  left: 25%;
  height: 96px;
  background: linear-gradient(to top, var(--digibro-blue), transparent);
}

/* Hero Content */
.hero-content {
  position: relative;
  z-index: 10;
  max-width: 560px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
  background: rgba(0, 183, 74, 0.05);
  border: 1px solid rgba(0, 183, 74, 0.2);
  border-radius: 50px;
  margin-bottom: 32px;
}

.badge-line {
  width: 32px;
  height: 2px;
  background: linear-gradient(to right, var(--digibro-green), var(--digibro-teal));
  border-radius: 4px;
}

.badge-text {
  font-size: 12px;
  font-weight: 700;
  color: var(--digibro-green);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.badge-dot {
  width: 10px;
  height: 10px;
  background: var(--digibro-green);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
  box-shadow: 0 0 10px rgba(0, 183, 74, 0.5);
}

.hero-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 24px;
  color: var(--digibro-dark);
  letter-spacing: -0.02em;
}

.highlight-text {
  position: relative;
  color: var(--digibro-green);
}

.highlight-text::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 16px;
  background: rgba(0, 183, 74, 0.1);
  border-radius: 4px;
  z-index: -1;
}

.hero-desc {
  font-size: 18px;
  color: var(--digibro-muted);
  line-height: 1.7;
  margin-bottom: 32px;
}

.text-success-custom {
  color: var(--digibro-green);
  font-weight: 600;
}

/* CTA Buttons */
.hero-cta {
  margin-bottom: 40px;
}

.play-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid rgba(0, 183, 74, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.play-btn:hover {
  border-color: var(--digibro-green);
  box-shadow: 0 10px 30px rgba(0, 183, 74, 0.2);
}

.play-btn i {
  font-size: 20px;
  color: var(--digibro-green);
  transition: transform 0.3s ease;
}

.play-btn:hover i {
  transform: scale(1.1);
}

.get-started-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background: linear-gradient(135deg, var(--digibro-green), var(--digibro-teal));
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 183, 74, 0.25);
  cursor: pointer;
  transition: all 0.3s ease;
}

.get-started-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(0, 183, 74, 0.35);
}

.get-started-btn i {
  transition: transform 0.3s ease;
}

.get-started-btn:hover i {
  transform: translateY(4px);
}

/* Brand Logos */
.brand-logos {
  opacity: 0.6;
}

.trusted-text {
  font-size: 14px;
  color: var(--digibro-muted);
  font-weight: 500;
}

.brand-logo {
  font-weight: 700;
  color: var(--digibro-dark);
  font-size: 16px;
}

.brand-logo.netflix {
  letter-spacing: 2px;
}

/* Hero Visual */
.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
}

.visual-container {
  position: relative;
  width: 100%;
  max-width: 500px;
}

.curved-line-top {
  position: absolute;
  top: -32px;
  left: -32px;
  width: 128px;
  height: 128px;
  color: rgba(0, 183, 74, 0.2);
}

.curved-line-bottom {
  position: absolute;
  bottom: -32px;
  right: -32px;
  width: 128px;
  height: 128px;
  color: rgba(0, 102, 204, 0.2);
}

.main-image-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.12);
  border: 4px solid #fff;
}

.image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 183, 74, 0.1), rgba(0, 102, 204, 0.1));
  z-index: 1;
}

.main-image {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

/* Floating Images */
.floating-image {
  position: absolute;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  border: 4px solid #fff;
  z-index: 20;
}

.floating-1 {
  top: -24px;
  right: -24px;
  width: 144px;
  height: 144px;
  animation: float 6s ease-in-out infinite;
}

.floating-2 {
  bottom: -24px;
  left: -24px;
  width: 128px;
  height: 160px;
  animation: float 5s ease-in-out infinite;
  animation-delay: 1s;
}

.floating-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Rating Badge */
.rating-badge {
  position: absolute;
  bottom: -25%;
  left: 44px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #f0f0f0;
  z-index: 30;
}

.rating-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--digibro-green), var(--digibro-teal));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
}

.rating-value {
  font-size: 18px;
  font-weight: 900;
  color: var(--digibro-dark);
}

/* Connect Badge */
.connect-badge {
  position: absolute;
  top: -42px;
  right: -45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  z-index: 30;
}

.connect-text {
  font-size: 12px;
  color: var(--digibro-muted);
  font-weight: 500;
}

.connect-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--digibro-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 102, 204, 0.3);
  transition: transform 0.3s ease;
}

.connect-icon:hover {
  transform: scale(1.1);
}

.connect-icon i {
  color: #fff;
  font-size: 18px;
}

/* Deco Dots */
.deco-dots {
  position: absolute;
  bottom: -48px;
  right: 80px;
  display: flex;
  gap: 4px;
}

.deco-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.deco-dot.green {
  background: var(--digibro-green);
}

.deco-dot.blue {
  background: var(--digibro-blue);
}

.deco-dot.teal {
  background: var(--digibro-teal);
}

/* Scroll Indicator */
.scroll-indicator {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  animation: bounce 2s ease-in-out infinite;
}

.scroll-mouse {
  width: 24px;
  height: 40px;
  border-radius: 50px;
  border: 2px solid rgba(0, 183, 74, 0.3);
  display: flex;
  justify-content: center;
  padding-top: 6px;
}

.scroll-dot {
  width: 6px;
  height: 10px;
  background: var(--digibro-green);
  border-radius: 50px;
  animation: scrollDown 1.5s ease-in-out infinite;
}

/* Stronger Section Header */
.section-header-premium {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}

.header-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 28px;
  background: linear-gradient(135deg, rgba(0, 183, 74, 0.12), rgba(0, 191, 166, 0.12));
  border-radius: 50px;
  margin-bottom: 28px;
  border: 2px solid rgba(0, 183, 74, 0.25);
  box-shadow: 0 8px 20px rgba(0, 183, 74, 0.08);
  animation: float-badge 3s ease-in-out infinite;
}


@keyframes float-badge {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }
}

.badge-orb {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #00b74a, #00bfa6);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 183, 74, 0.3);
}

.badge-orb i {
  color: white;
  font-size: 18px;
  animation: rotate-icon 4s linear infinite;
}

@keyframes rotate-icon {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.orb-ring {
  position: absolute;
  inset: -4px;
  border: 2px solid rgba(0, 183, 74, 0.3);
  border-radius: 12px;
  animation: orb-pulse 2s ease-in-out infinite;
}

@keyframes orb-pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.header-badge span {
  font-size: 15px;
  font-weight: 700;
  color: #00b74a;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.section-main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 900;
  color: #0d1117;
  margin-bottom: 24px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.title-gradient {
  background: linear-gradient(135deg, #00b74a 0%, #00bfa6 50%, #0066cc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  display: inline-block;
}

.title-gradient::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #00b74a, #00bfa6, #0066cc);
  border-radius: 2px;
  opacity: 0.3;
}

.section-subtitle {
  font-size: 18px;
  color: #57606a;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.75;
  font-weight: 400;
}







/* ========================================
   WHY CHOOSE SECTION - DARK THEME
   ======================================== */
.why-choose-premium {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(135deg, #0c1a2d 0%, #1a2942 50%, #102240 100%);
  overflow: hidden;
}

.why-bg {
  position: absolute;
  inset: 0;
}

.why-gradient {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(0, 183, 74, 0.1) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(0, 102, 204, 0.08) 0%, transparent 40%);
}

.why-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 60px 60px;
}

.why-shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.why-shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(0, 183, 74, 0.05);
  animation: floatShape 20s ease-in-out infinite;
}

.why-shape.shape-1 {
  width: 400px;
  height: 400px;
  top: -100px;
  right: -100px;
}

.why-shape.shape-2 {
  width: 300px;
  height: 300px;
  bottom: -80px;
  left: -80px;
  animation-delay: -10s;
}

@keyframes floatShape {

  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }

  50% {
    transform: translate(30px, 30px) rotate(180deg);
  }
}

/* Light Theme Header */
.section-header-premium.light .header-badge {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.section-header-premium.light .header-badge span {
  color: #00bfa6;
}

.section-header-premium.light .badge-orb {
  background: linear-gradient(135deg, #00b74a, #00bfa6);
}

.section-main-title.light {
  color: white;
}

.title-gradient-light {
  background: linear-gradient(135deg, #00b74a, #00bfa6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-subtitle.light {
  color: rgba(255, 255, 255, 0.7);
}

/* Why Features Grid */
.why-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
  z-index: 1;
}

.why-feature-card {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s ease;
}

.why-feature-card:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 183, 74, 0.3);
}

.feature-icon-wrap {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon-wrap .icon-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #00b74a, #00bfa6);
  border-radius: 20px;
  opacity: 0.2;
  transition: all 0.4s ease;
}

.why-feature-card:hover .icon-bg {
  opacity: 1;
  transform: scale(1.1);
}

.feature-icon-wrap i {
  font-size: 32px;
  color: #00b74a;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}

.why-feature-card:hover .feature-icon-wrap i {
  color: white;
  transform: scale(1.1);
}

.feature-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: white;
  margin-bottom: 12px;
}

.feature-desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin-bottom: 20px;
}

.feature-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.feature-stat .stat-value {
  font-size: 1.5rem;
  font-weight: 800;
  color: #00bfa6;
}

.feature-stat .stat-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ========================================
   STATS IMPACT SECTION
   ======================================== */
.stats-impact-section {
  padding: 80px 0;
  background: #f8fafb;
}

.stats-impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.impact-stat-card {
  background: white;
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  border: 2px solid rgba(0, 0, 0, 0.04);
  transition: all 0.4s ease;
}

.impact-stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 183, 74, 0.2);
}

.impact-stat-card .stat-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(0, 183, 74, 0.1), rgba(0, 191, 166, 0.1));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
  color: #00b74a;
  transition: all 0.4s ease;
}

.impact-stat-card:hover .stat-icon {
  background: linear-gradient(135deg, #00b74a, #00bfa6);
  color: white;
  transform: scale(1.1);
}

.impact-stat-card .stat-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.impact-stat-card .stat-number {
  font-size: 2.5rem;
  font-weight: 900;
  color: #1a2332;
  line-height: 1;
}

.impact-stat-card .stat-suffix {
  font-size: 1.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #00b74a, #00bfa6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.impact-stat-card .stat-label {
  font-size: 14px;
  color: #5a6c7d;
  margin-top: 8px;
  font-weight: 600;
}

/* ========================================
   CTA SECTION PREMIUM
   ======================================== */
.cta-section-premium {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, #00b74a 0%, #00bfa6 50%, #0066cc 100%);
  overflow: hidden;
}

.cta-bg {
  position: absolute;
  inset: 0;
}

.cta-gradient {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.15) 0%, transparent 60%);
}

.cta-shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cta-shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  animation: floatShape 15s ease-in-out infinite;
}

.cta-shape.shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  left: -100px;
}

.cta-shape.shape-2 {
  width: 400px;
  height: 400px;
  bottom: -150px;
  right: -100px;
  animation-delay: -5s;
}

.cta-shape.shape-3 {
  width: 200px;
  height: 200px;
  top: 50%;
  right: 20%;
  animation-delay: -10s;
}

.cta-content-premium {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.cta-icon-badge {
  width: 100px;
  height: 100px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  font-size: 40px;
  color: #00b74a;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  animation: bounce 3s ease-in-out infinite;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

.cta-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: white;
  margin-bottom: 20px;
  line-height: 1.2;
}

.cta-subtitle {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 40px;
  line-height: 1.6;
}

.cta-buttons-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.cta-btn-main,
.cta-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-btn-main {
  background: white;
  color: #00b74a;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.cta-btn-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  color: #0066cc;
}

.cta-btn-outline {
  background: transparent;
  color: white;
  border: 2px solid white;
}

.cta-btn-outline:hover {
  background: white;
  color: #00b74a;
  transform: translateY(-3px);
}

.cta-trust-badges {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.cta-trust-badges .trust-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-size: 0.95rem;
  font-weight: 600;
  background: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
}

.cta-trust-badges .trust-badge i {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */
@media (max-width: 1200px) {
  .hero-split-layout {
    gap: 60px;
  }

  .bento-mega-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .bento-large {
    grid-column: span 2;
  }

  .why-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .hero-split-layout {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }

  .hero-content-panel {
    max-width: 100%;
  }

  .hero-label-strip {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-action-row {
    justify-content: center;
  }

  .hero-trust-row {
    justify-content: center;
  }

  .perspective-container {
    margin: 0 auto;
  }

  .bento-mega-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bento-large {
    grid-column: span 2;
  }

  .bento-wide {
    grid-column: span 2;
  }

  .stats-impact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {

  .floating-1 {
    top: -74px;
    right: 2px;


  }

  .bento-mini-icons {
    margin-bottom: 15px;
  }


  .floating-2 {
    bottom: -117px;
    left: 0px;


  }


  .services-hero-premium {
    padding: 120px 0 80px;
  }

  .hero-main-title {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .services-showcase-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .card-featured {
    grid-column: span 1;
  }

  .central-brand-element {
    display: none;
  }

  .category-filter-tabs {
    gap: 8px;
  }

  .filter-tab {
    padding: 12px 20px;
    font-size: 13px;
  }

  .filter-tab span {
    display: none;
  }

  .bento-mega-grid {
    grid-template-columns: 1fr;
  }

  .bento-large,
  .bento-wide,
  .bento-medium,
  .bento-small {
    grid-column: span 1;
    grid-row: span 1;
  }

  .why-features-grid {
    grid-template-columns: 1fr;
  }

  .stats-impact-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cta-buttons-row {
    flex-direction: column;
    align-items: center;
  }

  .cta-btn-main,
  .cta-btn-outline {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }

  .cta-trust-badges {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 576px) {
  .services-hero-premium {
    padding: 100px 0 60px;
  }

  .hero-action-row {
    flex-direction: column;
    width: 100%;
    gap: 15px;
  }

  .action-btn-primary,
  .action-btn-ghost {
    width: 100%;
    justify-content: center;
  }

  .hero-trust-row {
    gap: 10px;
  }

  .trust-chip {
    padding: 10px 18px;
    font-size: 12px;
  }

  .hero-lead-text {
    font-size: 16px;
  }

  .bento-content {
    padding: 24px;
  }

  .bento-title {
    font-size: 1.2rem;
  }

  .bento-stats-float {
    position: static;
    margin-top: 20px;
  }

  .travel-icons-row {
    flex-wrap: wrap;
    gap: 15px;
  }
}





/* Responsive Design */
@media (max-width: 1200px) {
  .timeline-track {
    padding: 0 60px;
  }

  .service-timeline-item {
    min-width: 400px;
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .services-category-section {
    padding: 80px 0 40px;
  }

  .category-filter-tabs-new {
    gap: 12px;
  }

  .filter-tab-new {
    padding: 16px 20px;
    min-width: 110px;
  }

  .tab-icon {
    width: 40px;
    height: 40px;
  }

  .tab-icon i {
    font-size: 18px;
  }

  .tab-text {
    font-size: 12px;
  }



  .timeline-track {
    padding: 0 20px;
  }

  .service-timeline-item {
    min-width: 340px;
    max-width: 340px;
    padding: 30px;
  }

  .service-title {
    font-size: 1.4rem;
  }

  .timeline-nav-btn {
    width: 50px;
    height: 50px;
  }

  .timeline-nav-btn i {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .scroll-instruction {
    padding: 14px 25px;
    gap: 10px;
  }

  .scroll-instruction i {
    font-size: 16px;
  }

  .scroll-instruction span {
    font-size: 13px;
  }

  .service-timeline-item {
    min-width: 300px;
    max-width: 300px;
    padding: 25px;
  }

  .visual-icon {
    width: 65px;
    height: 65px;
    font-size: 28px;
  }

  .service-number {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}




















/* ========================================
   ENHANCED SERVICES SECTION - COMPLETE CSS
======================================== */

.services-showcase-section {
    position: relative;
    padding: 80px 0;
    background: #ffffff;
    overflow: hidden;
}

.services-showcase-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.showcase-gradient {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(0, 183, 73, 0.212) 0%, transparent 50%),
                radial-gradient(circle at 80% 70%, rgba(0, 102, 204, 0.144) 0%, transparent 50%);
}

.showcase-pattern {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(0, 183, 74, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 183, 74, 0.04) 1px, transparent 1px);
    background-size: 40px 40px;
}

.floating-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.15;
    animation: float-orb 20s ease-in-out infinite;
}

.orb-1 {
    top: 10%;
    left: 10%;
    width: 300px;
    height: 300px;
    background: var(--digibro-green);
}

.orb-2 {
    top: 50%;
    right: 15%;
    width: 250px;
    height: 250px;
    background: var(--digibro-blue);
    animation-delay: -7s;
}

.orb-3 {
    bottom: 20%;
    left: 30%;
    width: 200px;
    height: 200px;
    background: var(--digibro-teal);
    animation-delay: -14s;
}

@keyframes float-orb {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(30px, -30px) scale(1.1);
    }
    66% {
        transform: translate(-20px, 20px) scale(0.9);
    }
}

/* Section Header */
.services-section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    position: relative;
    z-index: 1;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 24px;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: linear-gradient(135deg, rgba(0, 183, 74, 0.08), rgba(0, 191, 166, 0.08));
    border: 1px solid rgba(0, 183, 74, 0.2);
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    color: var(--digibro-green);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-badge i {
    font-size: 16px;
    animation: sparkle 2s ease-in-out infinite;
}

@keyframes sparkle {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.2); }
}

.header-decoration {
    display: flex;
    align-items: center;
    gap: 8px;
}

.deco-line {
    width: 60px;
    height: 2px;
    background: linear-gradient(to right, transparent, var(--digibro-green), transparent);
}

.deco-dot {
    width: 8px;
    height: 8px;
    background: var(--digibro-green);
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
}

.services-main-heading {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--digibro-dark);
    letter-spacing: -0.02em;
}

.heading-line {
    display: block;
}

.gradient-text {
    background: linear-gradient(135deg, var(--digibro-green), var(--digibro-teal));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.services-description {
    font-size: 18px;
    line-height: 1.7;
    color: var(--digibro-muted);
    max-width: 650px;
    margin: 0 auto;
}

/* Modern Tab Navigation */
.services-tabs-wrapper {
    position: relative;
    margin-bottom: 60px;
    z-index: 1;
}

.services-tabs-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    padding: 8px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 183, 74, 0.1);
    max-width: fit-content;
    margin: 0 auto;
}

.service-tab {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    background: transparent;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 600;
    color: var(--digibro-muted);
    white-space: nowrap;
}

.service-tab:hover {
    background: rgba(0, 183, 74, 0.05);
    color: var(--digibro-green);
}

.service-tab.active {
    background: linear-gradient(135deg, var(--digibro-green), var(--digibro-teal));
    color: white;
    box-shadow: 0 8px 20px rgba(0, 183, 74, 0.25);
}

.service-tab .tab-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.service-tab.active .tab-icon {
    transform: scale(1.1);
}

.tab-label {
    font-size: 15px;
}

.tab-count {
    padding: 4px 10px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}

.service-tab.active .tab-count {
    background: rgba(255, 255, 255, 0.3);
}

/* Services Modern Grid */
.services-modern-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
    position: relative;
    z-index: 1;
}

/* Service Card Base */
.service-card {
    position: relative;
    background: white;
    border-radius: 20px;
    padding: 32px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.service-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 183, 74, 0.03), rgba(0, 191, 166, 0.03));
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 20px;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    border-color: rgba(0, 183, 74, 0.2);
}

.service-card:hover::before {
    opacity: 1;
}

.card-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s ease;
    z-index: 1;
}

.service-card:hover .card-shine {
    left: 100%;
}

/* Featured Large Card */
.featured-large {
    grid-column: span 2;
    background: linear-gradient(135deg, #f8fffe 0%, #ffffff 100%);
    border: 2px solid rgba(0, 183, 74, 0.15);
    padding: 40px;
}

.trending-tag {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 8px 16px;
    background: linear-gradient(135deg, #ff6b6b, #ff5252);
    color: white;
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(255, 82, 82, 0.3);
}

.trending-tag.trending-hot {
    background: linear-gradient(135deg, #ff9500, #ff6b00);
}

.trending-tag i {
    animation: pulse 1.5s ease-in-out infinite;
}

/* Enhanced Visual Area - Mobile Recharge */
.card-visual-enhanced {
    position: relative;
    height: 220px;
    margin-bottom: 28px;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(0, 183, 74, 0.05), rgba(0, 191, 166, 0.05));
}

.visual-gradient-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, 
        rgba(0, 183, 74, 0.15) 0%, 
        rgba(0, 191, 166, 0.15) 50%, 
        rgba(0, 102, 204, 0.15) 100%);
    overflow: hidden;
}

.gradient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
}

.gradient-orb.orb-1 {
    width: 150px;
    height: 150px;
    background: rgba(0, 183, 74, 0.3);
    top: -30%;
    left: -10%;
    animation: float-card-orb 6s ease-in-out infinite;
}

.gradient-orb.orb-2 {
    width: 120px;
    height: 120px;
    background: rgba(0, 191, 166, 0.3);
    bottom: -20%;
    right: -5%;
    animation: float-card-orb 8s ease-in-out infinite reverse;
}

.gradient-orb.orb-3 {
    width: 100px;
    height: 100px;
    background: rgba(0, 102, 204, 0.2);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-orb 4s ease-in-out infinite;
}

@keyframes float-card-orb {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, -20px);
    }
}

@keyframes pulse-orb {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.3;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.5;
    }
}

/* Phone Graphic */
.phone-graphic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.phone-frame {
    width: 100px;
    height: 180px;
    background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
    border-radius: 20px;
    padding: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    animation: phone-float 3s ease-in-out infinite;
}

@keyframes phone-float {
    0%, 100% {
        transform: translateY(0) rotate(-5deg);
    }
    50% {
        transform: translateY(-10px) rotate(-3deg);
    }
}

.phone-screen {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--digibro-green), var(--digibro-teal));
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.phone-signal {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    color: white;
    animation: signal-pulse 2s ease-in-out infinite;
}

@keyframes signal-pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.phone-waves {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
}

.phone-waves::before,
.phone-waves::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50% 50% 0 0;
    animation: wave 3s ease-in-out infinite;
}

.phone-waves::after {
    animation-delay: -1.5s;
    opacity: 0.5;
}

@keyframes wave {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Floating Icons */
.floating-icons {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.float-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--digibro-green);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    animation: float-icon 3s ease-in-out infinite;
}

.float-icon.icon-1 {
    top: 20%;
    left: 15%;
    animation-delay: 0s;
}

.float-icon.icon-2 {
    top: 60%;
    right: 15%;
    animation-delay: -1s;
}

.float-icon.icon-3 {
    bottom: 20%;
    left: 20%;
    animation-delay: -2s;
}

@keyframes float-icon {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(10deg);
    }
}

/* Featured Wide Card */
.featured-wide {
    grid-column: span 2;
    padding: 40px;
}

.card-split-layout {
    display: flex;
    gap: 32px;
    height: 100%;
    align-items: center;
}

/* Enhanced Split Visual */
.split-visual-enhanced {
    position: relative;
    width: 200px;
    height: 200px;
    flex-shrink: 0;
    border-radius: 20px;
    overflow: hidden;
}

.gradient-blue-purple {
    background: linear-gradient(135deg, 
        rgba(0, 102, 204, 0.15) 0%, 
        rgba(99, 102, 241, 0.15) 100%);
}

.gradient-purple-pink {
    background: linear-gradient(135deg, 
        rgba(139, 92, 246, 0.15) 0%, 
        rgba(236, 72, 153, 0.15) 100%);
}

/* Receipt Graphic */
.receipt-graphic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.receipt-paper {
    width: 120px;
    height: 160px;
    background: white;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    animation: receipt-float 3s ease-in-out infinite;
}

@keyframes receipt-float {
    0%, 100% {
        transform: translateY(0) rotate(-2deg);
    }
    50% {
        transform: translateY(-8px) rotate(2deg);
    }
}

.receipt-header {
    width: 100%;
    height: 20px;
    background: linear-gradient(135deg, var(--digibro-blue), #0077ff);
    border-radius: 6px;
    margin-bottom: 12px;
}

.receipt-line {
    width: 100%;
    height: 8px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 8px;
}

.receipt-line.short {
    width: 60%;
}

.receipt-dots {
    display: flex;
    gap: 6px;
    margin-top: 16px;
}

.receipt-dots span {
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 50%;
}

.checkmark-icon {
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--digibro-green), var(--digibro-teal));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    box-shadow: 0 8px 20px rgba(0, 183, 74, 0.3);
    animation: checkmark-pop 2s ease-in-out infinite;
}

@keyframes checkmark-pop {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/* Building Graphic */
.building-graphic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.building {
    width: 100px;
    height: 140px;
    background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
    border-radius: 12px 12px 0 0;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    animation: building-float 3s ease-in-out infinite;
}

@keyframes building-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

.building-window {
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #8b5cf6, #6366f1);
    border-radius: 4px;
    position: absolute;
    opacity: 0.8;
}

.building-window:nth-child(1) {
    top: 20px;
    left: 15px;
}

.building-window:nth-child(2) {
    top: 20px;
    right: 15px;
}

.building-window:nth-child(3) {
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
}

.building-door {
    width: 30px;
    height: 40px;
    background: linear-gradient(135deg, #6366f1, #4f46e5);
    border-radius: 8px 8px 0 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.money-icon {
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ec4899, #d946ef);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    box-shadow: 0 8px 20px rgba(236, 72, 153, 0.3);
    animation: money-spin 3s linear infinite;
}

@keyframes money-spin {
    0%, 100% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
}

.split-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Standard Card */
.standard {
    display: flex;
    flex-direction: column;
}

.card-icon-wrapper {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    margin-bottom: 20px;
    font-size: 28px;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.service-card:hover .card-icon-wrapper {
    transform: scale(1.1) rotate(5deg);
}

.cat-green {
    background: linear-gradient(135deg, rgba(0, 183, 74, 0.1), rgba(0, 191, 166, 0.1));
    color: var(--digibro-green);
}

.cat-red {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.1), rgba(220, 38, 38, 0.1));
    color: #dc2626;
}

.cat-blue {
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.1), rgba(0, 119, 255, 0.1));
    color: var(--digibro-blue);
}

.cat-orange {
    background: linear-gradient(135deg, rgba(255, 149, 0, 0.1), rgba(255, 107, 0, 0.1));
    color: #ff9500;
}

.cat-purple {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(99, 102, 241, 0.1));
    color: #8b5cf6;
}

.cat-cyan {
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.1), rgba(8, 145, 178, 0.1));
    color: #06b6d4;
}

.card-content {
    position: relative;
    z-index: 1;
}

.card-title {
    font-size: 22px;
    font-weight: 800;
    color: var(--digibro-dark);
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

.card-description {
    font-size: 15px;
    line-height: 1.6;
    color: var(--digibro-muted);
    margin-bottom: 20px;
}

.card-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: rgba(0, 183, 74, 0.08);
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    color: var(--digibro-green);
}

.feature-item i {
    font-size: 14px;
}

.card-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
    margin-top: auto;
}

.card-stats span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--digibro-muted);
}

.card-stats i {
    color: var(--digibro-green);
    font-size: 14px;
}

/* Card Action Button */
.card-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: linear-gradient(135deg, var(--digibro-green), var(--digibro-teal));
    color: white;
    font-weight: 700;
    font-size: 14px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 183, 74, 0.2);
    margin-top: auto;
    position: relative;
    z-index: 1;
    align-self: flex-start;
}

.card-action-btn:hover {
    transform: translateX(4px);
    box-shadow: 0 6px 25px rgba(0, 183, 74, 0.35);
}

.card-action-btn i {
    transition: transform 0.3s ease;
}

.card-action-btn:hover i {
    transform: translateX(4px);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.9);
    }
}

/* Responsive Design */
@media (max-width: 1400px) {
    .services-modern-grid {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    }
}

@media (max-width: 1200px) {
    .services-modern-grid {
        grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    }
    
    .featured-large,
    .featured-wide {
        grid-column: span 1;
    }
    
    .card-visual-enhanced {
        height: 180px;
    }
    
    .phone-frame {
        width: 80px;
        height: 150px;
    }
}

@media (max-width: 768px) {
    .services-showcase-section {
        padding: 80px 0;
    }
    
    .services-section-header {
        margin-bottom: 60px;
    }
    
    .services-tabs-container {
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding: 6px;
    }
    
    .services-tabs-container::-webkit-scrollbar {
        display: none;
    }
    
    .service-tab {
        padding: 12px 20px;
    }
    
    .tab-label {
        font-size: 14px;
    }
    
    .services-modern-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .featured-large,
    .featured-wide {
        padding: 28px;
    }
    
    .card-split-layout {
        flex-direction: column;
        gap: 24px;
    }
    
    .split-visual-enhanced {
        width: 100%;
        height: 180px;
    }
    
    .card-visual-enhanced {
        height: 160px;
    }
    
    .phone-frame {
        width: 70px;
        height: 130px;
    }
    
    .receipt-paper {
        width: 100px;
        height: 140px;
        padding: 12px;
    }
    
    .building {
        width: 80px;
        height: 120px;
    }
}

@media (max-width: 480px) {
    .services-main-heading {
        font-size: 2rem;
    }
    
    .services-description {
        font-size: 16px;
    }
    
    .service-card {
        padding: 24px;
    }
    
    .featured-large,
    .featured-wide {
        padding: 24px;
    }
    
    .card-title {
        font-size: 20px;
    }
    
    .card-icon-wrapper {
        width: 56px;
        height: 56px;
        font-size: 24px;
    }
}



/* ========================================
   COMPACT GRAPHICS CSS - ADD THIS
======================================== */

/* Gradient Backgrounds */
.gradient-green {
    background: linear-gradient(135deg, rgba(0, 183, 74, 0.15), rgba(0, 191, 166, 0.15));
}

.gradient-red {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.15), rgba(239, 68, 68, 0.15));
}

.gradient-cyan {
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.15), rgba(0, 102, 204, 0.15));
}

.gradient-blue {
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.15), rgba(0, 119, 255, 0.15));
}

/* Compact Phone Graphic */
.phone-compact {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.phone-body-compact {
    width: 80px;
    height: 140px;
    background: linear-gradient(135deg, #2a2a2a, #1f1f1f);
    border-radius: 16px;
    padding: 6px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    animation: phone-float-compact 3s ease-in-out infinite;
}

@keyframes phone-float-compact {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.phone-screen-compact {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--digibro-green), var(--digibro-teal));
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: white;
    position: relative;
}

.signal-bars {
    display: flex;
    gap: 3px;
    margin-top: 12px;
}

.signal-bars span {
    width: 4px;
    background: white;
    border-radius: 2px;
    animation: signal-wave 1s ease-in-out infinite;
}

.signal-bars span:nth-child(1) { height: 8px; animation-delay: 0s; }
.signal-bars span:nth-child(2) { height: 12px; animation-delay: 0.15s; }
.signal-bars span:nth-child(3) { height: 16px; animation-delay: 0.3s; }
.signal-bars span:nth-child(4) { height: 20px; animation-delay: 0.45s; }

@keyframes signal-wave {
    0%, 100% { opacity: 0.4; }
    50% { opacity: 1; }
}

.recharge-badge {
    position: absolute;
    bottom: -12px;
    right: -12px;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
    box-shadow: 0 8px 20px rgba(251, 191, 36, 0.4);
    animation: badge-pulse 2s ease-in-out infinite;
}

@keyframes badge-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

/* Compact Shield Graphic */
.shield-compact {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.shield-body-compact {
    width: 90px;
    height: 100px;
    background: linear-gradient(135deg, #dc2626, #ef4444);
    clip-path: polygon(50% 0%, 100% 25%, 100% 80%, 50% 100%, 0% 80%, 0% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: white;
    box-shadow: 0 15px 40px rgba(220, 38, 38, 0.4);
    position: relative;
    animation: shield-float-compact 3s ease-in-out infinite;
}

@keyframes shield-float-compact {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.shield-wave {
    position: absolute;
    inset: -8px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 80%, 50% 100%, 0% 80%, 0% 25%);
    border: 2px solid rgba(220, 38, 38, 0.4);
    animation: wave-pulse 2s ease-out infinite;
}

.wave-1 { animation-delay: 0s; }
.wave-2 { animation-delay: 1s; }

@keyframes wave-pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.health-badge {
    position: absolute;
    bottom: -12px;
    right: -12px;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #dc2626;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Compact Bus Graphic */
.bus-compact {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bus-body-compact {
    width: 100px;
    height: 60px;
    background: linear-gradient(135deg, #06b6d4, #0891b2);
    border-radius: 12px 12px 6px 6px;
    position: relative;
    box-shadow: 0 15px 40px rgba(6, 182, 212, 0.3);
    animation: bus-drive-compact 3s ease-in-out infinite;
}

@keyframes bus-drive-compact {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(8px); }
}

.bus-windows {
    display: flex;
    gap: 8px;
    padding: 10px;
}

.bus-windows span {
    width: 20px;
    height: 18px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    backdrop-filter: blur(5px);
}

.bus-wheels {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

.wheel {
    width: 20px;
    height: 20px;
    background: #1f2937;
    border-radius: 50%;
    border: 3px solid #374151;
    animation: wheel-spin 1s linear infinite;
}

@keyframes wheel-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.ticket-badge {
    position: absolute;
    bottom: -12px;
    right: -12px;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
    box-shadow: 0 8px 20px rgba(245, 158, 11, 0.4);
}

/* Compact Transfer Graphic */
.transfer-compact {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 24px;
}

.wallet-compact {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--digibro-blue), #0077ff);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    box-shadow: 0 10px 30px rgba(0, 102, 204, 0.3);
    animation: wallet-pulse-compact 2s ease-in-out infinite;
}

@keyframes wallet-pulse-compact {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
}

.transfer-arrow-compact {
    font-size: 28px;
    color: var(--digibro-green);
    animation: arrow-move 1.5s ease-in-out infinite;
}

@keyframes arrow-move {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(5px); }
}

.rupee-flow {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    font-weight: 900;
    color: var(--digibro-green);
    animation: rupee-float 2s ease-in-out infinite;
}

@keyframes rupee-float {
    0%, 100% {
        opacity: 0;
        transform: translateX(-50%) translateY(0);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) translateY(-8px);
    }
}






/* ========================================
   COMPACT FEATURED GRAPHICS CSS
======================================== */

/* Additional Gradient Backgrounds */
.gradient-orange {
    background: linear-gradient(135deg, rgba(255, 149, 0, 0.15), rgba(255, 107, 0, 0.15));
}

.gradient-red-orange {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.15), rgba(255, 149, 0, 0.15));
}

.gradient-green-teal {
    background: linear-gradient(135deg, rgba(0, 183, 74, 0.15), rgba(0, 191, 166, 0.15));
}

/* Cash Withdrawal Compact */
.cash-withdrawal-compact {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.atm-card {
    width: 100px;
    height: 65px;
    background: linear-gradient(135deg, var(--digibro-blue), #0077ff);
    border-radius: 10px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 102, 204, 0.3);
    animation: card-float 3s ease-in-out infinite;
}

@keyframes card-float {
    0%, 100% { transform: translateY(0) rotate(-5deg); }
    50% { transform: translateY(-8px) rotate(-3deg); }
}

.card-chip {
    width: 30px;
    height: 25px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    border-radius: 6px;
    position: absolute;
    top: 12px;
    left: 12px;
}

.card-stripe {
    width: 100%;
    height: 8px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 12px;
}

.cash-stack {
    position: absolute;
    bottom: -20px;
    right: -10px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.bill {
    width: 40px;
    height: 8px;
    background: linear-gradient(135deg, var(--digibro-green), var(--digibro-teal));
    border-radius: 2px;
    animation: bill-emerge 2s ease-in-out infinite;
}

.bill:nth-child(1) { animation-delay: 0s; }
.bill:nth-child(2) { animation-delay: 0.3s; }
.bill:nth-child(3) { animation-delay: 0.6s; }

@keyframes bill-emerge {
    0%, 100% {
        opacity: 0;
        transform: translateX(-20px);
    }
    50% {
        opacity: 1;
        transform: translateX(0);
    }
}

.withdrawal-badge {
    position: absolute;
    bottom: -15px;
    left: -10px;
    width: 45px;
    height: 45px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--digibro-green);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Gas Cylinder Compact */
.gas-cylinder-compact {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cylinder-main {
    width: 70px;
    height: 110px;
    background: linear-gradient(135deg, #ff9500, #ff6b00);
    border-radius: 15px;
    position: relative;
    box-shadow: 0 15px 40px rgba(255, 149, 0, 0.3);
    animation: cylinder-float 3s ease-in-out infinite;
}

@keyframes cylinder-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.cylinder-valve {
    width: 20px;
    height: 25px;
    background: #333;
    border-radius: 8px 8px 0 0;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.cylinder-ring {
    width: 90%;
    height: 6px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.cylinder-ring:nth-child(2) { top: 35%; }
.cylinder-ring:nth-child(3) { bottom: 30%; }

.flame-badge {
    position: absolute;
    bottom: -15px;
    right: -10px;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #dc2626, #ef4444);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: white;
    box-shadow: 0 8px 20px rgba(220, 38, 38, 0.3);
    animation: flame-pulse 1.5s ease-in-out infinite;
}

@keyframes flame-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

/* Cash Deposit Compact */
.cash-deposit-compact {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.deposit-machine {
    width: 90px;
    height: 110px;
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.2), rgba(0, 119, 255, 0.2));
    border-radius: 12px;
    border: 3px solid rgba(0, 102, 204, 0.4);
    position: relative;
    animation: machine-float 3s ease-in-out infinite;
}

@keyframes machine-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.machine-screen {
    width: 70px;
    height: 45px;
    background: linear-gradient(135deg, var(--digibro-blue), #0077ff);
    border-radius: 8px;
    margin: 12px auto;
}

.deposit-slot {
    width: 60px;
    height: 8px;
    background: #333;
    border-radius: 4px;
    margin: 12px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--digibro-green);
}

.notes-inserting {
    position: absolute;
    top: 50%;
    right: -15px;
}

.note-insert {
    display: block;
    width: 30px;
    height: 8px;
    background: linear-gradient(135deg, var(--digibro-green), var(--digibro-teal));
    border-radius: 2px;
    animation: note-slide-in 2s ease-in-out infinite;
}

@keyframes note-slide-in {
    0%, 100% {
        opacity: 0;
        transform: translateX(30px);
    }
    50% {
        opacity: 1;
        transform: translateX(0);
    }
}

.deposit-badge {
    position: absolute;
    bottom: -15px;
    left: -10px;
    width: 45px;
    height: 45px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--digibro-green);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* E-Challan Compact */
.challan-compact {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 20px;
}

.traffic-signal {
    width: 35px;
    height: 95px;
    background: #333;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.signal-light {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.signal-light.red { background: rgba(239, 68, 68, 0.3); }
.signal-light.yellow { background: rgba(251, 191, 36, 0.3); }
.signal-light.green { background: rgba(34, 197, 94, 0.3); }

.signal-light.active {
    background: #22c55e;
    box-shadow: 0 0 15px rgba(34, 197, 94, 0.8);
    animation: signal-blink 2s ease-in-out infinite;
}

@keyframes signal-blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.challan-paper {
    width: 50px;
    height: 70px;
    background: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #ff9500;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation: paper-wave 2s ease-in-out infinite;
}

@keyframes paper-wave {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(-3deg); }
    75% { transform: rotate(3deg); }
}

.challan-badge {
    position: absolute;
    bottom: -15px;
    right: -10px;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    box-shadow: 0 8px 20px rgba(239, 68, 68, 0.3);
}

/* Pension Compact */
.pension-compact {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.piggy-bank-icon {
    width: 100px;
    height: 90px;
    background: linear-gradient(135deg, rgba(0, 183, 74, 0.2), rgba(0, 191, 166, 0.2));
    border-radius: 50% 50% 45% 45%;
    border: 3px solid rgba(0, 183, 74, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: var(--digibro-green);
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 183, 74, 0.2);
    animation: bank-bounce 3s ease-in-out infinite;
}

@keyframes bank-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.coin-slot {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 5px;
    background: #333;
    border-radius: 2px;
}

.coins-falling {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.coin {
    display: block;
    width: 18px;
    height: 18px;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    border-radius: 50%;
    border: 2px solid #d97706;
    margin-bottom: 5px;
    animation: coin-drop 3s ease-in-out infinite;
}

.coin:nth-child(2) { animation-delay: 1s; }
.coin:nth-child(3) { animation-delay: 2s; }

@keyframes coin-drop {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(60px);
    }
}

.pension-badge {
    position: absolute;
    bottom: -15px;
    right: -10px;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, var(--digibro-teal), var(--digibro-green));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    box-shadow: 0 8px 20px rgba(0, 191, 166, 0.3);
}





/* ========================================
   SUCCESS OVERLAY - LOGO & SUCCESS ANIMATION
   ======================================== */

.success-visual-overlay {
    position: absolute;
    width: 80%;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 100;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15),
                0 0 0 1px rgba(0, 183, 74, 0.1);
    border: 2px solid rgba(0, 183, 74, 0.2);
}

.success-visual-overlay.show {
    opacity: 1;
    visibility: visible;
}

/* Logo Container */
.success-visual-overlay .logo-container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #ffffff 0%, #f0f9f4 100%);
    border-radius: 24px;
}

.success-visual-overlay.show-logo .logo-container {
    opacity: 1;
    visibility: visible;
    animation: logoAppear 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* Logo Wrapper with Spinner */
.success-visual-overlay .logo-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 220px;
}

.success-visual-overlay .logo-container img {
    width: 110px;
    height: auto;
    animation: logoPulse 1.5s ease-in-out infinite;
    filter: drop-shadow(0 4px 12px rgba(0, 183, 74, 0.2));
    position: relative;
    z-index: 2;
}

/* Spinning Circle Loader */
.success-visual-overlay .spinner-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid rgba(0, 183, 74, 0.1);
    border-top-color: #00b74a;
    border-right-color: #00bfa6;
    animation: spin 1.2s linear infinite;
}

.success-visual-overlay .spinner-circle-2 {
    position: absolute;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    border: 3px solid transparent;
    border-bottom-color: #00b74a;
    border-left-color: #00bfa6;
    animation: spin 1.5s linear infinite reverse;
}

.success-visual-overlay .spinner-circle-3 {
    position: absolute;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: rgba(0, 183, 74, 0.4);
    animation: spin 2s linear infinite;
}

/* Glowing Dots Around Circle */
.success-visual-overlay .spinner-dots {
    position: absolute;
    width: 100%;
    height: 100%;
}

.success-visual-overlay .spinner-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #00b74a, #00bfa6);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 183, 74, 0.6);
    animation: dotPulse 1.5s ease-in-out infinite;
}

.success-visual-overlay .spinner-dot:nth-child(1) {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: 0s;
}

.success-visual-overlay .spinner-dot:nth-child(2) {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    animation-delay: 0.3s;
}

.success-visual-overlay .spinner-dot:nth-child(3) {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: 0.6s;
}

.success-visual-overlay .spinner-dot:nth-child(4) {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    animation-delay: 0.9s;
}

/* Success Content */
.success-visual-overlay .success-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgba(0, 183, 74, 0.95), rgba(0, 191, 166, 0.95));
    border-radius: 24px;
}

.success-visual-overlay.show-success .success-content {
    opacity: 1;
    visibility: visible;
    animation: successAppear 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.success-visual-overlay .success-icon {
    width: 90px;
    height: 90px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    animation: checkmarkPop 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    position: relative;
}

/* Success Icon Ring Effect */
.success-visual-overlay .success-icon::before {
    content: '';
    position: absolute;
    width: 110%;
    height: 110%;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    animation: ringPulse 1.5s ease-out infinite;
}

.success-visual-overlay .success-icon::after {
    content: '';
    position: absolute;
    width: 120%;
    height: 120%;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    animation: ringPulse 1.5s ease-out 0.3s infinite;
}

.success-visual-overlay .success-icon svg {
    width: 50px;
    height: 50px;
    stroke: white;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    position: relative;
    z-index: 2;
}

.success-visual-overlay .success-icon .checkmark {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: drawCheck 0.6s ease-in-out 0.2s forwards;
}

.success-visual-overlay .success-text {
    color: white;
    text-align: center;
}

.success-visual-overlay .success-text h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 8px 0;
    animation: fadeInUp 0.5s ease 0.3s both;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.success-visual-overlay .success-text p {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    opacity: 0.95;
    animation: fadeInUp 0.5s ease 0.4s both;
}

/* Confetti particles */
.success-visual-overlay .confetti {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    border-radius: 24px;
}

.success-visual-overlay .confetti-piece {
    position: absolute;
    width: 8px;
    height: 8px;
    background: white;
    top: -10px;
    opacity: 0;
    animation: confettiFall 2s ease-out forwards;
}

.success-visual-overlay.show-success .confetti-piece {
    opacity: 1;
}

/* Animations */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes dotPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.4);
        opacity: 0.6;
    }
}

@keyframes ringPulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes logoAppear {
    0% {
        transform: scale(0.5) rotate(-10deg);
        opacity: 0;
    }
    60% {
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

@keyframes logoPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@keyframes successAppear {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes checkmarkPop {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes drawCheck {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes confettiFall {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translateY(500px) rotate(720deg);
        opacity: 0;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .success-visual-overlay {
        width: 75%;
        height: 75%;
    }
    
    .success-visual-overlay .logo-wrapper {
        width: 180px;
        height: 180px;
    }
    
    .success-visual-overlay .logo-container img {
        width: 140px;
    }
    
    .success-visual-overlay .spinner-dot {
        width: 6px;
        height: 6px;
    }
    
    .success-visual-overlay .success-icon {
        width: 70px;
        height: 70px;
    }
    
    .success-visual-overlay .success-icon svg {
        width: 40px;
        height: 40px;
    }
    
    .success-visual-overlay .success-text h3 {
        font-size: 22px;
    }
    
    .success-visual-overlay .success-text p {
        font-size: 14px;
    }
}


/* ========================================
   TABLET RESPONSIVE FIXES (iPad Air & Pro)
   ======================================== */

/* iPad Pro (1024px and above) */
@media (min-width: 1024px) and (max-width: 1366px) {
    .services-modern-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .featured-wide,
    .featured-large {
        grid-column: span 2;
    }
    
    .standard {
        grid-column: span 1;
    }
    
    .card-split-layout {
        gap: 24px;
    }
    
    .split-visual-enhanced {
        width: 180px;
        height: 180px;
    }
    
    .services-tabs-container {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .service-tab {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .tab-label {
        font-size: 14px;
    }
    
    .tab-count {
        font-size: 11px;
    }
}

/* iPad Air and similar (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .hero-section {
        padding-top: 100px;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-desc {
        font-size: 16px;
    }
    
    .visual-container {
        max-width: 400px;
    }
    
    .main-image {
        height: 280px;
    }
    
    .floating-1 {
        width: 120px;
        height: 120px;
        top: -20px;
        right: -20px;
    }
    
    .floating-2 {
        width: 110px;
        height: 135px;
        bottom: -20px;
        left: -20px;
    }
    
    .rating-badge {
        bottom: -15%;
        left: 30px;
    }
    
    .connect-badge {
        top: -30px;
        right: -35px;
    }
    
    /* Services Section */
    .services-showcase-section {
        padding: 60px 0;
    }
    
    .services-section-header {
        margin-bottom: 50px;
    }
    
    .services-main-heading {
        font-size: 2.5rem;
    }
    
    .services-description {
        font-size: 16px;
    }
    
    .services-tabs-wrapper {
        margin-bottom: 50px;
    }
    
    .services-tabs-container {
        overflow-x: auto;
        overflow-y: hidden;
        /* flex-wrap: nowrap; */
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
        padding: 8px 6px;
    }
    
    .services-tabs-container::-webkit-scrollbar {
        height: 4px;
    }
    
    .services-tabs-container::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    
    .services-tabs-container::-webkit-scrollbar-thumb {
        background: rgba(0, 183, 74, 0.3);
        border-radius: 10px;
    }
    
    .service-tab {
        padding: 12px 18px;
        font-size: 13px;
        white-space: nowrap;
        flex-shrink: 0;
    }
    
    .tab-icon {
        font-size: 18px;
    }
    
    .tab-label {
        font-size: 13px;
    }
    
    .tab-count {
        padding: 3px 8px;
        font-size: 11px;
    }
    
    /* Grid Layout */
    .services-modern-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    
    .featured-wide {
        grid-column: span 2;
        padding: 32px;
    }
    
    .featured-large {
        grid-column: span 2;
        padding: 32px;
    }
    
    .standard {
        grid-column: span 1;
        padding: 28px;
    }
    
    /* Split Layout Cards */
    .card-split-layout {
        flex-direction: row;
        gap: 20px;
        align-items: center;
    }
    
    .split-visual-enhanced {
        width: 160px;
        height: 160px;
        flex-shrink: 0;
    }
    
    .split-content {
        flex: 1;
    }
    
    /* Visual Graphics Sizing */
    .card-visual-enhanced {
        height: 180px;
    }
    
    .phone-frame {
        width: 85px;
        height: 155px;
    }
    
    .phone-compact .phone-body-compact {
        width: 70px;
        height: 125px;
    }
    
    .receipt-paper {
        width: 100px;
        height: 135px;
    }
    
    .building {
        width: 85px;
        height: 115px;
    }
    
    .bus-body-compact {
        width: 90px;
        height: 55px;
    }
    
    .wallet-compact {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
    
    .transfer-arrow-compact {
        font-size: 24px;
    }
    
    .atm-card {
        width: 90px;
        height: 58px;
    }
    
    .cylinder-main {
        width: 65px;
        height: 100px;
    }
    
    .deposit-machine {
        width: 80px;
        height: 100px;
    }
    
    .challan-compact {
        gap: 15px;
    }
    
    .traffic-signal {
        width: 32px;
        height: 85px;
    }
    
    .challan-paper {
        width: 45px;
        height: 65px;
        font-size: 24px;
    }
    
    .piggy-bank-icon {
        width: 90px;
        height: 80px;
        font-size: 45px;
    }
    
    .shield-body-compact {
        width: 80px;
        height: 90px;
        font-size: 36px;
    }
    
    /* Card Content */
    .card-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .card-description {
        font-size: 14px;
        margin-bottom: 16px;
    }
    
    .card-icon-wrapper {
        width: 58px;
        height: 58px;
        font-size: 26px;
        margin-bottom: 18px;
    }
    
    .card-features {
        gap: 8px;
        margin-bottom: 20px;
    }
    
    .feature-item {
        padding: 7px 12px;
        font-size: 12px;
    }
    
    .card-stats {
        gap: 10px;
        margin-bottom: 20px;
    }
    
    .card-stats span {
        font-size: 12px;
    }
    
    .card-action-btn {
        padding: 12px 24px;
        font-size: 13px;
    }
    
    /* Success Overlay */
    .success-visual-overlay {
        width: 75%;
        height: 75%;
    }
    
    .success-visual-overlay .logo-wrapper {
        width: 190px;
        height: 190px;
    }
    
    .success-visual-overlay .logo-container img {
        width: 95px;
    }
    
    .success-visual-overlay .success-icon {
        width: 80px;
        height: 80px;
    }
    
    .success-visual-overlay .success-icon svg {
        width: 45px;
        height: 45px;
    }
    
    .success-visual-overlay .success-text h3 {
        font-size: 24px;
    }
    
    .success-visual-overlay .success-text p {
        font-size: 15px;
    }
    
    /* Why Choose Section */
    .why-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    
    .why-feature-card {
        padding: 35px 25px;
    }
    
    .feature-icon-wrap {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }
    
    .feature-icon-wrap i {
        font-size: 28px;
    }
    
    .feature-title {
        font-size: 1.2rem;
    }
    
    .feature-desc {
        font-size: 0.9rem;
    }
    
    /* Stats Section */
    .stats-impact-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    
    .impact-stat-card {
        padding: 30px 20px;
    }
    
    .impact-stat-card .stat-icon {
        width: 55px;
        height: 55px;
        font-size: 22px;
        margin-bottom: 18px;
    }
    
    .impact-stat-card .stat-number {
        font-size: 2.2rem;
    }
    
    .impact-stat-card .stat-suffix {
        font-size: 1.3rem;
    }
    
    /* CTA Section */
    .cta-icon-badge {
        width: 85px;
        height: 85px;
        font-size: 36px;
        margin-bottom: 25px;
    }
    
    .cta-title {
        font-size: 2.2rem;
    }
    
    .cta-subtitle {
        font-size: 1.1rem;
        margin-bottom: 35px;
    }
    
    .cta-buttons-row {
        gap: 16px;
        margin-bottom: 35px;
    }
    
    .cta-btn-main,
    .cta-btn-outline {
        padding: 16px 35px;
        font-size: 0.95rem;
    }
    
    .cta-trust-badges {
        gap: 30px;
    }
    
    .cta-trust-badges .trust-badge {
        font-size: 0.9rem;
    }
}

/* Landscape Orientation for Tablets */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .hero-section {
        min-height: 85vh;
    }
    
    .services-showcase-section {
        padding: 50px 0;
    }
    
    .services-modern-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .featured-wide {
        grid-column: span 3;
    }
    
    .featured-large {
        grid-column: span 2;
    }
    
    .why-features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .stats-impact-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* iPad Mini specific (744px - 834px) */
@media (min-width: 744px) and (max-width: 834px) {
    .services-modern-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    
    .featured-wide,
    .featured-large {
        grid-column: span 2;
        padding: 28px;
    }
    
    .split-visual-enhanced {
        width: 150px;
        height: 150px;
    }
    
    .card-split-layout {
        gap: 18px;
    }
}