/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 29 2026 | 17:38:38 */
/* ================================
   BAZECITY HERO SECTION 1 Starts
   Hardened for Flatsome
================================ */

#bzc-hero-section,
#bzc-hero-section * {
  box-sizing: border-box !important;
}

#bzc-hero-section {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  overflow: hidden !important;
  padding: 95px 20px 55px !important;
  margin: 0 !important;
  background:
    radial-gradient(circle at 82% 20%, rgba(37, 99, 235, 0.08), transparent 32%),
    radial-gradient(circle at 15% 15%, rgba(232, 73, 29, 0.08), transparent 28%),
    #ffffff !important;
  font-family: inherit !important;
  color: #374151 !important;
  z-index: 1 !important;
}

#bzc-hero-section .bzc-hero-container {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  position: relative !important;
  z-index: 3 !important;
}

#bzc-hero-section .bzc-hero-grid {
  display: grid !important;
  grid-template-columns: 1fr 1.05fr !important;
  gap: 58px !important;
  align-items: center !important;
  width: 100% !important;
}

#bzc-hero-section .bzc-hero-content {
  max-width: 610px !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

#bzc-hero-section .bzc-hero-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  padding: 9px 15px !important;
  margin: 0 0 22px 0 !important;
  border-radius: 999px !important;
  background: #FFF1EA !important;
  border: 1px solid rgba(232, 73, 29, 0.18) !important;
  color: #6D2600 !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
}

#bzc-hero-section .bzc-hero-badge-dot {
  width: 8px !important;
  height: 8px !important;
  display: inline-block !important;
  flex: 0 0 8px !important;
  background: #E8491D !important;
  border-radius: 50% !important;
  box-shadow: 0 0 0 5px rgba(232, 73, 29, 0.12) !important;
}

#bzc-hero-section .bzc-hero-title {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #111827 !important;
  font-size: clamp(38px, 5vw, 66px) !important;
  line-height: 1.03 !important;
  letter-spacing: -0.055em !important;
  font-weight: 900 !important;
  text-transform: none !important;
  font-style: normal !important;
}

#bzc-hero-section .bzc-hero-title span {
  color: #E8491D !important;
}

#bzc-hero-section .bzc-hero-description {
  max-width: 570px !important;
  margin: 22px 0 0 0 !important;
  padding: 0 !important;
  color: #374151 !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
  font-weight: 400 !important;
}

#bzc-hero-section .bzc-hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 14px !important;
  margin: 30px 0 0 0 !important;
  padding: 0 !important;
}

#bzc-hero-section .bzc-hero-btn,
#bzc-hero-section .bzc-hero-btn:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  min-height: 50px !important;
  padding: 14px 22px !important;
  border-radius: 12px !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
}

#bzc-hero-section .bzc-hero-btn-primary,
#bzc-hero-section .bzc-hero-btn-primary:visited {
  background: #E8491D !important;
  color: #ffffff !important;
  border: 1px solid #E8491D !important;
  box-shadow: 0 14px 30px rgba(232, 73, 29, 0.28) !important;
}

#bzc-hero-section .bzc-hero-btn-primary:hover {
  background: #C73814 !important;
  color: #ffffff !important;
  border-color: #C73814 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 38px rgba(232, 73, 29, 0.34) !important;
}

#bzc-hero-section .bzc-hero-btn-secondary,
#bzc-hero-section .bzc-hero-btn-secondary:visited {
  background: #ffffff !important;
  color: #111827 !important;
  border: 1px solid #E5E7EB !important;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06) !important;
}

#bzc-hero-section .bzc-hero-btn-secondary:hover {
  background: #ffffff !important;
  color: #1D4ED8 !important;
  border-color: rgba(37, 99, 235, 0.3) !important;
  transform: translateY(-2px) !important;
}

#bzc-hero-section .bzc-hero-trust {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 18px !important;
  margin: 26px 0 0 0 !important;
  padding: 0 !important;
  color: #6B7280 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
}

#bzc-hero-section .bzc-hero-trust div {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 0 !important;
}

#bzc-hero-section .bzc-hero-trust span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  background: rgba(22, 163, 74, 0.12) !important;
  color: #16A34A !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

#bzc-hero-section .bzc-hero-visual {
  position: relative !important;
  min-height: 520px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#bzc-hero-section .bzc-hero-dashboard {
  position: absolute !important;
  top: 45px !important;
  right: 0 !important;
  width: min(100%, 590px) !important;
  min-height: 365px !important;
  display: grid !important;
  grid-template-columns: 86px 1fr !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 1px solid rgba(229, 231, 235, 0.95) !important;
  box-shadow: 0 34px 80px rgba(17, 24, 39, 0.14) !important;
}

#bzc-hero-section .bzc-hero-dashboard-sidebar {
  background: linear-gradient(180deg, #0B1120, #172033) !important;
  padding: 22px 18px !important;
}

#bzc-hero-section .bzc-hero-mini-logo {
  width: 40px !important;
  height: 40px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #E8491D, #6D2600) !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  margin: 0 0 32px 0 !important;
}

#bzc-hero-section .bzc-hero-dashboard-sidebar i {
  display: block !important;
  height: 10px !important;
  margin: 18px 0 !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.22) !important;
}

#bzc-hero-section .bzc-hero-dashboard-sidebar i:first-of-type {
  background: #E8491D !important;
}

#bzc-hero-section .bzc-hero-dashboard-main {
  padding: 25px !important;
  background: #ffffff !important;
}

#bzc-hero-section .bzc-hero-dashboard-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin: 0 0 18px 0 !important;
}

#bzc-hero-section .bzc-hero-dashboard-head small {
  display: block !important;
  color: #6B7280 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  margin: 0 0 4px 0 !important;
}

#bzc-hero-section .bzc-hero-dashboard-head strong {
  display: block !important;
  color: #111827 !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}

#bzc-hero-section .bzc-hero-dashboard-head > span {
  display: block !important;
  width: 13px !important;
  height: 13px !important;
  background: #16A34A !important;
  border-radius: 50% !important;
  box-shadow: 0 0 0 7px rgba(22, 163, 74, 0.12) !important;
}

#bzc-hero-section .bzc-hero-dashboard-stats {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 14px !important;
  margin: 0 0 18px 0 !important;
}

#bzc-hero-section .bzc-hero-dashboard-stats div {
  padding: 16px !important;
  border-radius: 18px !important;
  background: #F9FAFB !important;
  border: 1px solid #E5E7EB !important;
}

#bzc-hero-section .bzc-hero-dashboard-stats small {
  display: block !important;
  color: #6B7280 !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  margin: 0 0 7px 0 !important;
}

#bzc-hero-section .bzc-hero-dashboard-stats strong {
  display: block !important;
  color: #111827 !important;
  font-size: 25px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  margin: 0 0 7px 0 !important;
}

#bzc-hero-section .bzc-hero-dashboard-stats em {
  display: block !important;
  color: #16A34A !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  font-style: normal !important;
}

#bzc-hero-section .bzc-hero-chart {
  padding: 18px !important;
  border-radius: 20px !important;
  background: linear-gradient(180deg, #ffffff, #F8FAFC) !important;
  border: 1px solid #E5E7EB !important;
}

#bzc-hero-section .bzc-hero-chart-head {
  display: flex !important;
  justify-content: space-between !important;
  color: #374151 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  margin: 0 0 20px 0 !important;
}

#bzc-hero-section .bzc-hero-chart-head strong {
  color: #16A34A !important;
}

#bzc-hero-section .bzc-hero-chart-bars {
  height: 112px !important;
  display: flex !important;
  align-items: end !important;
  gap: 13px !important;
  padding: 10px 0 0 0 !important;
}

#bzc-hero-section .bzc-hero-chart-bars i {
  flex: 1 !important;
  display: block !important;
  border-radius: 999px 999px 0 0 !important;
  background: linear-gradient(180deg, #2563EB, #06B6D4) !important;
  opacity: 0.95 !important;
}

#bzc-hero-section .bzc-bar-1 { height: 38% !important; }
#bzc-hero-section .bzc-bar-2 { height: 55% !important; }
#bzc-hero-section .bzc-bar-3 { height: 48% !important; }
#bzc-hero-section .bzc-bar-4 { height: 70% !important; }
#bzc-hero-section .bzc-bar-5 { height: 63% !important; }
#bzc-hero-section .bzc-bar-6 { height: 82% !important; }
#bzc-hero-section .bzc-bar-7 { height: 76% !important; }
#bzc-hero-section .bzc-bar-8 { height: 92% !important; }

#bzc-hero-section .bzc-hero-ai-chip {
  position: absolute !important;
  top: 6px !important;
  right: 16px !important;
  width: 116px !important;
  height: 116px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at 30% 25%, rgba(6, 182, 212, 0.35), transparent 36%),
    linear-gradient(135deg, #0B1120, #1D4ED8) !important;
  color: #ffffff !important;
  font-size: 30px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  border: 1px solid rgba(255,255,255,0.16) !important;
  box-shadow: 0 24px 55px rgba(37, 99, 235, 0.28) !important;
  transform: rotate(9deg) !important;
  z-index: 4 !important;
}

#bzc-hero-section .bzc-hero-floating-card {
  position: absolute !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  min-width: 170px !important;
  padding: 14px 16px !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,0.94) !important;
  border: 1px solid #E5E7EB !important;
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.12) !important;
  backdrop-filter: blur(10px) !important;
  z-index: 5 !important;
}

#bzc-hero-section .bzc-hero-floating-card strong {
  display: block !important;
  color: #111827 !important;
  font-size: 14px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  margin: 0 0 3px 0 !important;
}

#bzc-hero-section .bzc-hero-floating-card small {
  display: block !important;
  color: #6B7280 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

#bzc-hero-section .bzc-hero-card-icon {
  width: 42px !important;
  height: 42px !important;
  flex: 0 0 42px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 14px !important;
  font-weight: 900 !important;
  font-size: 17px !important;
}

#bzc-hero-section .bzc-icon-orange {
  background: #FFF1EA !important;
  color: #E8491D !important;
}

#bzc-hero-section .bzc-icon-blue {
  background: #EFF6FF !important;
  color: #2563EB !important;
}

#bzc-hero-section .bzc-icon-cyan {
  background: rgba(6, 182, 212, 0.12) !important;
  color: #06B6D4 !important;
}

#bzc-hero-section .bzc-float-card-one {
  left: 10px !important;
  bottom: 74px !important;
}

#bzc-hero-section .bzc-float-card-two {
  left: 220px !important;
  bottom: 28px !important;
}

#bzc-hero-section .bzc-float-card-three {
  right: 8px !important;
  bottom: 90px !important;
}

#bzc-hero-section .bzc-hero-value-bar {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 0 !important;
  margin: 52px 0 0 0 !important;
  padding: 0 !important;
  background: rgba(255,255,255,0.94) !important;
  border: 1px solid #E5E7EB !important;
  border-radius: 24px !important;
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.08) !important;
  overflow: hidden !important;
}

#bzc-hero-section .bzc-hero-value-item {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  padding: 25px 24px !important;
  border-right: 1px solid #E5E7EB !important;
  margin: 0 !important;
}

#bzc-hero-section .bzc-hero-value-item:last-child {
  border-right: none !important;
}

#bzc-hero-section .bzc-hero-value-icon {
  width: 48px !important;
  height: 48px !important;
  flex: 0 0 48px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 16px !important;
  background: #EFF6FF !important;
  color: #2563EB !important;
  font-weight: 900 !important;
  font-size: 18px !important;
}

#bzc-hero-section .bzc-hero-value-item:first-child .bzc-hero-value-icon {
  background: #FFF1EA !important;
  color: #E8491D !important;
}

#bzc-hero-section .bzc-hero-value-item strong {
  display: block !important;
  color: #111827 !important;
  font-size: 17px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  margin: 0 !important;
}

#bzc-hero-section .bzc-hero-value-item span {
  display: block !important;
  color: #6B7280 !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  margin: 3px 0 0 0 !important;
}

#bzc-hero-section .bzc-hero-shape {
  position: absolute !important;
  border-radius: 999px !important;
  filter: blur(2px) !important;
  opacity: 0.9 !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

#bzc-hero-section .bzc-hero-shape-orange {
  width: 360px !important;
  height: 360px !important;
  background: rgba(255, 241, 234, 0.8) !important;
  left: -120px !important;
  top: 40px !important;
}

#bzc-hero-section .bzc-hero-shape-blue {
  width: 420px !important;
  height: 420px !important;
  background: rgba(239, 246, 255, 0.95) !important;
  right: -130px !important;
  top: 110px !important;
}

/* Animation state */
#bzc-hero-section .bzc-hero-animate {
  opacity: 0 !important;
  transform: translateY(18px) !important;
  transition: opacity 0.65s ease, transform 0.65s ease !important;
}

#bzc-hero-section.bzc-hero-loaded .bzc-hero-animate {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Tablet */
@media screen and (max-width: 991px) {
  #bzc-hero-section {
    padding: 70px 18px 45px !important;
  }

  #bzc-hero-section .bzc-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 35px !important;
  }

  #bzc-hero-section .bzc-hero-content {
    max-width: 100% !important;
    text-align: center !important;
    margin: 0 auto !important;
  }

  #bzc-hero-section .bzc-hero-badge,
  #bzc-hero-section .bzc-hero-actions,
  #bzc-hero-section .bzc-hero-trust {
    justify-content: center !important;
  }

  #bzc-hero-section .bzc-hero-description {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #bzc-hero-section .bzc-hero-visual {
    min-height: 500px !important;
  }

  #bzc-hero-section .bzc-hero-dashboard {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
  }

  #bzc-hero-section .bzc-hero-value-bar {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  #bzc-hero-section .bzc-hero-value-item:nth-child(2) {
    border-right: none !important;
  }

  #bzc-hero-section .bzc-hero-value-item:nth-child(1),
  #bzc-hero-section .bzc-hero-value-item:nth-child(2) {
    border-bottom: 1px solid #E5E7EB !important;
  }
}

/* Mobile */
@media screen and (max-width: 640px) {
  #bzc-hero-section {
    padding: 55px 15px 35px !important;
  }

  #bzc-hero-section .bzc-hero-title {
    font-size: 38px !important;
    letter-spacing: -0.04em !important;
  }

  #bzc-hero-section .bzc-hero-description {
    font-size: 15.5px !important;
    line-height: 1.7 !important;
  }

  #bzc-hero-section .bzc-hero-actions {
    flex-direction: column !important;
    width: 100% !important;
  }

  #bzc-hero-section .bzc-hero-btn {
    width: 100% !important;
  }

  #bzc-hero-section .bzc-hero-trust {
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
  }

  #bzc-hero-section .bzc-hero-visual {
    min-height: auto !important;
  }

  #bzc-hero-section .bzc-hero-dashboard {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    width: 100% !important;
    border-radius: 22px !important;
  }

  #bzc-hero-section .bzc-hero-dashboard-sidebar {
    display: none !important;
  }

  #bzc-hero-section .bzc-hero-dashboard-main {
    padding: 18px !important;
  }

  #bzc-hero-section .bzc-hero-dashboard-stats {
    grid-template-columns: 1fr !important;
  }

  #bzc-hero-section .bzc-hero-ai-chip {
    width: 82px !important;
    height: 82px !important;
    right: 8px !important;
    top: -30px !important;
    font-size: 22px !important;
    border-radius: 22px !important;
  }

  #bzc-hero-section .bzc-hero-floating-card {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    top: auto !important;
    margin: 14px 0 0 0 !important;
    width: 100% !important;
  }

  #bzc-hero-section .bzc-hero-value-bar {
    grid-template-columns: 1fr !important;
    margin-top: 30px !important;
    border-radius: 20px !important;
  }

  #bzc-hero-section .bzc-hero-value-item {
    border-right: none !important;
    border-bottom: 1px solid #E5E7EB !important;
    padding: 20px !important;
  }

  #bzc-hero-section .bzc-hero-value-item:last-child {
    border-bottom: none !important;
  }
}

/* ================================
   BAZECITY HERO SECTION 1 Ends
   Hardened for Flatsome
================================ */