/* ==========================================================================
   Hero Section Widget — Premium Dark Design
   Full Responsive: Desktop / Tablet / Mobile
   ========================================================================== */

500;600;700;800;900&display=swap');

/* ==========================================================================
   2. Wrapper Base
   ========================================================================== */

.hero3-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #080814;
  padding: 28px 40px 24px;
  box-sizing: border-box;
  overflow: hidden;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================================
   3. Overlay
   ========================================================================== */

.hero3-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(8, 8, 20, 0.75);
  z-index: 1;
  pointer-events: none;
}

/* ==========================================================================
   4. Noise Texture (subtle grain)
   ========================================================================== */

.hero3-noise::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 256px 256px;
}

/* ==========================================================================
   5. Decorative Glow Orbs
   ========================================================================== */

.hero3-orbs {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.hero3-orb {
  position: absolute;
  border-radius: 50%;
  will-change: transform;
}

.hero3-orb-1 {
  width: 600px;
  height: 600px;
  background-color: #4e6ef2;
  opacity: 0.12;
  filter: blur(120px);
  top: -20%;
  left: -15%;
  animation: hero3OrbDrift1 18s ease-in-out infinite alternate;
}

.hero3-orb-2 {
  width: 500px;
  height: 500px;
  background-color: #a855f7;
  opacity: 0.10;
  filter: blur(100px);
  bottom: -20%;
  right: -10%;
  animation: hero3OrbDrift2 22s ease-in-out infinite alternate;
}

@keyframes hero3OrbDrift1 {
  0%   { transform: translate(0, 0) scale(1); }
  50%  { transform: translate(60px, 40px) scale(1.08); }
  100% { transform: translate(20px, 80px) scale(0.95); }
}

@keyframes hero3OrbDrift2 {
  0%   { transform: translate(0, 0) scale(1); }
  50%  { transform: translate(-50px, -30px) scale(1.05); }
  100% { transform: translate(-80px, 20px) scale(0.92); }
}

/* ==========================================================================
   6. Content Container
   ========================================================================== */

.hero3-main-stack {
  display: contents;
}

.hero3-content {
  position: relative;
  z-index: 10;
  max-width: 820px;
  width: 100%;
  display: flex;
	flex-direction: column;
	flex: 1;
	justify-content: center;
}

/* ==========================================================================
   6.5 Industries Integration
   ========================================================================== */

.hero3-industries-section {
	position: relative;
	width: 100%;
	z-index: 10;
	padding: 0;
	margin: 0;
	animation: hero3FadeUp 800ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay: 500ms;
	opacity: 0;
}

/* ==========================================================================
   7. Badge / Pill
   ========================================================================== */

.hero3-badge-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}

.hero3-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 100px;
  background-color: rgba(78, 110, 242, 0.15);
  border: 1px solid rgba(78, 110, 242, 0.4);
  color: #a0b4f8;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.hero3-badge:hover {
  background-color: rgba(78, 110, 242, 0.22);
  border-color: rgba(78, 110, 242, 0.6);
}

.hero3-badge-icon {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}

.hero3-badge-icon i,
.hero3-badge-icon svg {
  width: 14px;
  height: 14px;
}

/* ==========================================================================
   8. Pre-heading Label
   ========================================================================== */

.hero3-pre-label {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #6c7fbe;
  margin: 0 0 16px 0;
}

/* ==========================================================================
   9. Main Heading
   ========================================================================== */

.hero3-heading {
  font-size: clamp(36px, 6.5vw, 72px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0 0 24px 0;
}

.hero3-highlight {
  display: inline;
  background: linear-gradient(135deg, #4e6ef2 0%, #a855f7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% auto;
  animation: hero3GradientShift 4s ease-in-out infinite alternate;
}

@keyframes hero3GradientShift {
  0%   { background-position: 0% center; }
  100% { background-position: 100% center; }
}

/* ==========================================================================
   10. Typewriter
   ========================================================================== */

.hero3-typewriter-row {
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 32px 0;
  min-height: 1.4em;
}

.hero3-typewriter-prefix {
  color: rgba(255, 255, 255, 0.7);
}

.hero3-typewriter-word {
  color: #4e6ef2;
}

.hero3-typewriter-cursor {
  display: inline-block;
  color: #4e6ef2;
  margin-left: 2px;
  animation: hero3CursorBlink 0.8s steps(1) infinite;
  font-weight: 300;
}

@keyframes hero3CursorBlink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0; }
}

/* ==========================================================================
   11. Description
   ========================================================================== */

.hero3-description {
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 400;
  line-height: 1.75;
  color: #9fa8c4;
  margin: 0 0 40px 0;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================================================
   12. Buttons
   ========================================================================== */

.hero3-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.hero3-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.25s ease;
  cursor: pointer;
  white-space: nowrap;
  outline-offset: 4px;
}

/* Primary */
.hero3-btn-primary {
  background-color: #4e6ef2;
  color: #ffffff;
  padding: 14px 32px;
  box-shadow: 0 4px 24px rgba(78, 110, 242, 0.4), 0 1px 4px rgba(0, 0, 0, 0.3);
}

.hero3-btn-primary:hover {
  background-color: #3a56d8;
  box-shadow: 0 6px 32px rgba(78, 110, 242, 0.55), 0 2px 8px rgba(0, 0, 0, 0.4);
  transform: translateY(-2px);
  color: #ffffff;
  text-decoration: none;
}

/* Secondary */
.hero3-btn-secondary {
  background-color: transparent;
  color: #a0b4f8;
  padding: 13px 30px;
  border: 1px solid rgba(160, 180, 248, 0.3);
}

.hero3-btn-secondary:hover {
  background-color: rgba(160, 180, 248, 0.1);
  border-color: rgba(160, 180, 248, 0.6);
  color: #ffffff;
  transform: translateY(-2px);
  text-decoration: none;
}

.hero3-btn-icon {
  display: inline-flex;
  align-items: center;
  transition: transform 0.2s ease;
}

.hero3-btn-icon i,
.hero3-btn-icon svg {
  width: 16px;
  height: 16px;
  font-size: 14px;
}

.hero3-btn-primary:hover .hero3-btn-icon {
  transform: translateX(3px);
}

/* ==========================================================================
   13. Scroll Indicator
   ========================================================================== */

.hero3-scroll-indicator {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 10;
  transition: color 0.25s ease;
  animation: hero3ScrollBounce 2.5s ease-in-out infinite;
}

.hero3-scroll-indicator:hover {
  color: #ffffff;
  text-decoration: none;
  animation-play-state: paused;
}

.hero3-scroll-text {
  font-size: 11px;
}

.hero3-scroll-icon {
  display: flex;
  align-items: center;
}

@keyframes hero3ScrollBounce {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(8px); }
}


/* ==========================================================================
   13.5 Hero 3 First-Screen Viewport Fit
   The script only provides the available height. It never rewrites typography,
   element margins, card padding, icon sizes, or any Elementor control value.
   ========================================================================== */

.hero3-wrapper.hero3-fit-screen {
  --hero3-fit-height: 100svh;
  --hero3-min-safe-height: 560px;
  --hero3-fit-pad-top: 28px;
  --hero3-fit-pad-right: 40px;
  --hero3-fit-pad-bottom: 24px;
  --hero3-fit-pad-left: 40px;
  --hero3-content-industries-gap: 52px;
  --hero3-industries-scroll-gap: 52px;
  --hero3-scroll-bottom: 0px;
  --hero3-manual-offset: 0px;
  box-sizing: border-box;
  min-height: max(var(--hero3-min-safe-height), var(--hero3-fit-height));
  padding: var(--hero3-fit-pad-top) var(--hero3-fit-pad-right) var(--hero3-fit-pad-bottom) var(--hero3-fit-pad-left);
  justify-content: flex-start;
  width: 100%;
}

.hero3-wrapper.hero3-fit-screen.hero3-fit-locked {
  height: var(--hero3-fit-height);
  min-height: var(--hero3-fit-height);
  max-height: var(--hero3-fit-height);
}

.hero3-wrapper.hero3-fit-screen .hero3-main-stack {
  position: relative;
  z-index: 10;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0;
  gap: var(--hero3-content-industries-gap);
}

.hero3-wrapper.hero3-fit-screen .hero3-content {
  flex: 0 0 auto;
  min-height: 0;
  justify-content: center;
}

.hero3-wrapper.hero3-fit-screen .hero3-scroll-indicator {
  position: relative;
  inset: auto;
  flex: 0 0 auto;
  align-self: center;
  margin: var(--hero3-industries-scroll-gap) 0 var(--hero3-scroll-bottom);
}

.hero3-wrapper.hero3-fit-content-overflow {
  height: auto;
  min-height: max(var(--hero3-min-safe-height), var(--hero3-fit-height));
  max-height: none;
}

/* ==========================================================================
   14. Entrance Animation
   ========================================================================== */

.hero3-animate-in .hero3-badge-wrap,
.hero3-animate-in .hero3-pre-label,
.hero3-animate-in .hero3-heading,
.hero3-animate-in .hero3-typewriter-row,
.hero3-animate-in .hero3-description,
.hero3-animate-in .hero3-buttons {
  opacity: 0;
  transform: translateY(30px);
  animation: hero3FadeUp var(--hero3-anim-dur, 800ms) cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero3-animate-in .hero3-badge-wrap    { animation-delay: 0ms; }
.hero3-animate-in .hero3-pre-label     { animation-delay: 80ms; }
.hero3-animate-in .hero3-heading       { animation-delay: 160ms; }
.hero3-animate-in .hero3-typewriter-row{ animation-delay: 260ms; }
.hero3-animate-in .hero3-description   { animation-delay: 340ms; }
.hero3-animate-in .hero3-buttons       { animation-delay: 440ms; }

@keyframes hero3FadeUp {
  0%   { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* ==========================================================================
   15. Responsive — Tablet (max 1024px)
   ========================================================================== */

@media (max-width: 1024px) {
  .hero3-orb-1 { width: 400px; height: 400px; }
  .hero3-orb-2 { width: 350px; height: 350px; }
}

/* ==========================================================================
   16. Responsive — Mobile (max 767px)
   ========================================================================== */

@media (max-width: 767px) {
  .hero3-wrapper { text-align: center; align-items: center; }
  .hero3-content { max-width: 100%; }
  .hero3-buttons { flex-direction: column; width: 100%; align-items: stretch; }
  .hero3-btn { justify-content: center; width: 100%; }
  .hero3-orb-1 { width: 300px; height: 300px; opacity: 0.09; }
  .hero3-orb-2 { width: 280px; height: 280px; opacity: 0.07; }
}

/* ==========================================================================
   17. Responsive — Small Mobile (max 480px)
   ========================================================================== */



/* ==========================================================================
   18. Accessibility
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
  .hero3-orb,
  .hero3-highlight,
  .hero3-scroll-indicator,
  .hero3-typewriter-cursor,
  .hero3-animate-in *,
  .hero3-btn {
    animation: none !important;
    transition: none !important;
  }

  .hero3-animate-in .hero3-badge-wrap,
  .hero3-animate-in .hero3-pre-label,
  .hero3-animate-in .hero3-heading,
  .hero3-animate-in .hero3-typewriter-row,
  .hero3-animate-in .hero3-description,
  .hero3-animate-in .hero3-buttons {
    opacity: 1;
    transform: none;
  }

  .hero3-highlight {
    background: linear-gradient(135deg, #4e6ef2 0%, #a855f7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
}


/* Hero 3 isolated Industries component */
/* ==========================================================================
   Industries Slider Widget CSS
   ========================================================================== */



.hero3-industries-heading-wrap {
	text-align: center;
	width: 100%;
}

.hero3-industries-heading {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #4e6ef2;
	margin: 0 0 24px 0;
}

/* ───────────────────────────────────────────
   Marquee CSS Mode
   ─────────────────────────────────────────── */

.hero3-industries-marquee-container {
	display: flex;
	width: 100%;
	overflow: hidden;
}

.hero3-industries-marquee-track {
	display: flex;
	align-items: center;
	white-space: nowrap;
	animation: hero3IndustriesMarquee 40s linear infinite;
	gap: var(--marquee-gap, 16px);
	padding-right: var(--marquee-gap, 16px);
}

.hero3-industries-marquee-container.dir-right .hero3-industries-marquee-track {
	animation-direction: reverse;
}

.hero3-industries-marquee-container.pause-on-hover:hover .hero3-industries-marquee-track {
	animation-play-state: paused;
}

@keyframes hero3IndustriesMarquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

/* ───────────────────────────────────────────
   Industry Card
   ─────────────────────────────────────────── */

.hero3-industry-card {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	background-color: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 100px;
	text-decoration: none;
	transition: all 0.3s ease;
	flex-shrink: 0;
}

a.hero3-industry-card {
	cursor: pointer;
}

.hero3-industry-card:hover {
	background-color: rgba(255, 255, 255, 0.06);
	border-color: rgba(255,255,255,0.15);
	text-decoration: none;
}

.hero3-industry-card-inner {
	display: flex;
	align-items: center;
	gap: 10px;
}

.hero3-industry-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	transition: all 0.3s ease;
}

.hero3-industry-icon i,
.hero3-industry-icon svg {
	font-size: 16px;
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.hero3-industry-name {
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	transition: color 0.3s ease;
	margin: 0;
}

/* ───────────────────────────────────────────
   Swiper Slider Mode
   ─────────────────────────────────────────── */

.hero3-industries-slider {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.hero3-industries-slider .swiper-wrapper {
	display: flex;
	align-items: center;
}

.hero3-industries-slider .swiper-slide {
	display: flex;
	justify-content: center;
	padding-right: 16px; /* Space between configured via elementor padding */
}

/* ───────────────────────────────────────────
   Accessibility
   ─────────────────────────────────────────── */

@media (prefers-reduced-motion: reduce) {
	.hero3-industries-marquee-track {
		animation: none !important;
		overflow-x: auto;
	}
	.hero3-industries-scroll-indicator {
		animation: none !important;
	}
}


.hero3-industries-section { overflow: hidden; }
.hero3-industries-heading-wrap { width: 100%; }
.hero3-industries-heading { margin-top: 0; }
.hero3-industries-slider .swiper-slide { padding-right: 0; }
.hero3-scroll-icon i,
.hero3-scroll-icon svg { display: block; width: 1em; height: 1em; fill: currentColor; }
.hero3-wrapper *, .hero3-wrapper *::before, .hero3-wrapper *::after { box-sizing: border-box; }
