/* =========================================================
   PURPLE BUSINESS ELEMENTS — HERO SECTION (WITH PROPER SPACING)
   ========================================================= */

.elementor-widget-pbe_home_hero {
  width: 100% !important;
  margin: 0 !important;
}

.elementor-widget-pbe_home_hero>.elementor-widget-container {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Main Hero Wrapper */
.pbe-home-hero-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background:
    radial-gradient(1000px 500px at 85% 10%, rgba(139, 92, 246, 0.28), transparent 65%),
    radial-gradient(800px 450px at 15% 90%, rgba(245, 158, 11, 0.18), transparent 60%),
    linear-gradient(180deg, #fbf8ff 0%, #f4edff 100%);
  padding: 60px 0 0px;
  /* Clean padding */
  font-family: 'Hind Siliguri', 'Anek Bangla', 'Poppins', sans-serif;
  color: #1e1b4b;
}

.pbe-hero-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(124, 58, 237, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 58, 237, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(800px 600px at 50% 30%, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(800px 600px at 50% 30%, #000 30%, transparent 80%);
  pointer-events: none;
}

.pbe-home-hero-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

.pbe-home-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

/* Left Copy Area */
.pbe-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pbe-hero-badge-live {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #ebdffc;
  color: #3b1078;
  font-size: 13.5px;
  font-weight: 700;
  padding: 7px 18px;
  border-radius: 999px;
  box-shadow: 0 6px 20px rgba(91, 33, 182, 0.08);
  margin-bottom: 20px;
}

.pbe-live-dot {
  width: 8px;
  height: 8px;
  background-color: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.25);
  animation: pbeHeroPulse 2s infinite;
  flex-shrink: 0;
}

@keyframes pbeHeroPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.6);
  }

  70% {
    box-shadow: 0 0 0 8px rgba(34, 197, 94, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
}

.pbe-hero-title {
  font-family: 'Outfit', 'Hind Siliguri', sans-serif;
  font-size: clamp(32px, 3.8vw, 48px);
  line-height: 1.18;
  font-weight: 900;
  color: #0f0728;
  letter-spacing: -0.03em;
  margin: 0 0 16px 0;
}

.pbe-gradient-text {
  background: linear-gradient(135deg, #7c3aed 0%, #c026d3 50%, #f59e0b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.pbe-hero-lead {
  color: #475569;
  font-size: 16.5px;
  line-height: 1.7;
  max-width: 520px;
  margin: 0 0 28px 0;
}

/* Action Buttons */
.pbe-hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.pbe-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Outfit', 'Hind Siliguri', sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 26px;
  border-radius: 13px;
  cursor: pointer;
  border: none;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.pbe-btn::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 40%;
  height: 200%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: rotate(30deg);
  transition: all 0.75s ease;
}

.pbe-btn:hover::after {
  left: 130%;
}

.pbe-btn-primary {
  background: linear-gradient(135deg, #7c3aed 0%, #581c87 100%);
  color: #ffffff !important;
  box-shadow: 0 8px 22px rgba(124, 58, 237, 0.35);
}

.pbe-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(124, 58, 237, 0.45);
  color: #ffffff !important;
}

.pbe-btn-glass {
  background: #ffffff;
  border: 1.5px solid #ebdffc;
  color: #0f0728 !important;
  box-shadow: 0 4px 12px rgba(15, 7, 40, 0.05);
}

.pbe-btn-glass:hover {
  border-color: #9333ea;
  color: #7c3aed !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(124, 58, 237, 0.12);
}

/* Social Proof */
.pbe-hero-social-proof {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(124, 58, 237, 0.12);
  width: 100%;
  max-width: 520px;
}

.pbe-avatar-group {
  display: flex;
  flex-shrink: 0;
}

.pbe-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2.5px solid #ffffff;
  margin-left: -10px;
  display: grid;
  place-items: center;
  font-size: 16px;
  box-shadow: 0 4px 10px rgba(15, 7, 40, 0.1);
}

.pbe-avatar:first-child {
  margin-left: 0;
}

.pbe-av-1 {
  background: linear-gradient(135deg, #fbcfe8, #f472b6);
}

.pbe-av-2 {
  background: linear-gradient(135deg, #c7d2fe, #818cf8);
}

.pbe-av-3 {
  background: linear-gradient(135deg, #bbf7d0, #34d399);
}

.pbe-av-4 {
  background: linear-gradient(135deg, #fde68a, #fbbf24);
}

/* Right Hero Visual Showcase */
.pbe-hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.pbe-hero-halo {
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.35) 0%, rgba(124, 58, 237, 0.12) 50%, transparent 70%);
  filter: blur(40px);
  z-index: 1;
  animation: pbeHeroFloat 6s ease-in-out infinite alternate;
}

.pbe-hero-image-showcase {
  position: relative;
  width: min(390px, 100%);
  border-radius: 28px;
  background: linear-gradient(165deg, #2b1065 0%, #4c1d95 60%, #7c3aed 100%);
  padding: 10px;
  box-shadow:
    0 24px 60px rgba(43, 16, 101, 0.32),
    0 8px 20px rgba(124, 58, 237, 0.2);
  z-index: 2;
  transition: transform 0.4s ease;
}

.pbe-hero-image-showcase:hover {
  transform: translateY(-4px);
}

.pbe-hero-img-inner {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #1e0b4a;
}

.pbe-hero-img-inner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.pbe-hero-plate {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  background: rgba(15, 7, 40, 0.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  padding: 10px 14px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  z-index: 3;
}

.pbe-hero-plate strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}

.pbe-hero-plate span {
  font-size: 11.5px;
  color: #cbd5e1;
  font-weight: 500;
}

/* Floating Badges */
.pbe-floating-chip {
  position: absolute;
  background: #ffffff;
  border: 1px solid #ebdffc;
  border-radius: 14px;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 12px 30px rgba(15, 7, 40, 0.12);
  z-index: 4;
  animation: pbeHeroFloat 4s ease-in-out infinite alternate;
  white-space: nowrap;
}

.pbe-chip-icon {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  font-size: 15px;
  flex-shrink: 0;
}

.pbe-chip-1 {
  top: 8%;
  left: -18px;
  animation-delay: 0s;
}

.pbe-chip-1 .pbe-chip-icon {
  background: #fef3c7;
  color: #b45309;
}

.pbe-chip-2 {
  bottom: 14%;
  left: -14px;
  animation-delay: 1.5s;
}

.pbe-chip-2 .pbe-chip-icon {
  background: #e0e7ff;
  color: #4338ca;
}

.pbe-chip-3 {
  top: 16%;
  right: -16px;
  animation-delay: 0.8s;
}

.pbe-chip-3 .pbe-chip-icon {
  background: #dcfce7;
  color: #15803d;
}

@keyframes pbeHeroFloat {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-8px);
  }
}

/* =========================================================
   BOTTOM TICKER (PROPER VERTICAL GAPS)
   ========================================================= */
.pbe-hero-ticker-wrap {
  background: linear-gradient(90deg, #1e0847 0%, #3b1078 50%, #1e0847 100%);
  color: #e9d5ff;
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 50px;
  /* Proper Top Gap above Ticker */
  /* Proper Bottom Gap */
  box-shadow: 0 10px 30px rgba(15, 7, 40, 0.15);
}

.pbe-hero-ticker-track {
  display: inline-flex;
  gap: 36px;
  animation: pbeHeroTickerScroll 30s linear infinite;
}

.pbe-hero-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Outfit', 'Hind Siliguri', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #ffffff;
}

@keyframes pbeHeroTickerScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .pbe-home-hero-wrapper {
    padding: 40px 0 0px;
  }

  .pbe-home-hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    text-align: center;
  }

  .pbe-hero-copy {
    align-items: center;
  }

  .pbe-hero-actions {
    justify-content: center;
  }

  .pbe-hero-social-proof {
    justify-content: center;
  }

  .pbe-floating-chip {
    display: none !important;
  }

  .pbe-hero-ticker-wrap {
    margin-top: 36px;
  }
}

@media (max-width: 600px) {
  .pbe-home-hero-container {
    padding: 0 16px;
  }

  .pbe-hero-title {
    font-size: clamp(24px, 7vw, 32px);
  }

  .pbe-hero-lead {
    font-size: 15px;
  }

  .pbe-hero-actions {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .pbe-btn {
    width: 100%;
    padding: 12px 18px;
    font-size: 14.5px;
  }

  .pbe-hero-social-proof {
    flex-direction: column;
    gap: 8px;
  }

  .pbe-hero-image-showcase {
    width: min(320px, 92vw);
  }

  .pbe-hero-ticker-wrap {
    margin-top: 28px;
  }
}