.elementor-656 .elementor-element.elementor-element-cb103b5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-656 .elementor-element.elementor-element-46f3b87{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-656 .elementor-element.elementor-element-aadfa58{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-656 .elementor-element.elementor-element-b86e523{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-15f81ac */framer-text framer-styles-preset-1fraq9j{
    display: none;
}



.hero-section {
  position: relative;
  height: 100vh;
  background: #0a0a0a;
  overflow: hidden;
  color: #fff;
  font-family: 'Inter', sans-serif;
}

/* Background */
.hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, #1a1a1a, #000);
  filter: blur(60px);
  transform: scale(1.2);
  z-index: 1;
}



/* Content */
.hero-content {
  position: relative;
  height: 100%;
  z-index: 3;
}

/* Center Image */
.hero-main-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  overflow: hidden;
  z-index: 2;
}

.hero-main-image img {
  width: 100%;
  display: block;
}

/* Marquee */
.marquee {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 4;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 22s linear infinite;
}

.marquee-track span {
  font-size: clamp(120px, 14vw, 220px);
  font-weight: 300;
  white-space: nowrap;
  margin-right: 80px;
  letter-spacing: -3px;
  color: rgba(255,255,255,0.95);
}

/* Marquee animation */
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Footer */
.hero-footer {
  position: absolute;
  bottom: 40px;
  left: 60px;
  right: 60px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  opacity: 0.85;
  z-index: 6;
}

/* Scroll animation */
.scroll-text {
  animation: scrollPulse 2s infinite;
}

@keyframes scrollPulse {
  0%,100% { opacity: 0.4; }
  50% { opacity: 1; }
}






/* =========================
   TABLET (max-width: 1024px)
========================= */
@media (max-width: 1024px) {



  .hero-main-image {
    width: 240px;
  }

  .marquee-track span {
    font-size: clamp(90px, 12vw, 160px);
    margin-right: 60px;
  }

  .hero-footer {
    left: 30px;
    right: 30px;
  }
}


/* =========================
   MOBILE (max-width: 767px)
========================= */
@media (max-width: 767px) {



.hero-section {
    height: 82vh;
}

  .hero-main-image {
    width: 330px;
    border-radius: 14px;
  }

  .marquee-track {
    animation-duration: 30s; /* slower marquee */
  }

  .marquee-track span {
    font-size: clamp(56px, 18vw, 96px);
    margin-right: 40px;
    letter-spacing: -1px;
  }

  .hero-footer {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    bottom: 20px;
    font-size: 12px;
    text-align: center;
  }

  .scroll-text {
    order: 3;
  }
}


/* =========================
   SMALL MOBILE (max-width: 480px)
========================= */
@media (max-width: 480px) {

  .hero-main-image {
    width: 231px;
  }

  .marquee-track span {
    font-size: 64px;
  }
}/* End custom CSS */


/* Start custom CSS for html, class: .elementor-element-96c4ac7 */.journey-section {
  background: #000;
  color: #fff;
  padding: 160px 20px 140px;
  text-align: center;
  font-family: 'Inter', sans-serif;
}

/* Pill */
.journey-pill {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 60px;
}

/* Main Text */
.journey-title {
  max-width: 1100px;
  margin: 0 auto 50px;
  font-size: clamp(26px, 3.5vw, 42px);
  line-height: 1.35;
  font-weight: 400;
}

/* Barcode */
.barcode {
  font-weight: 300;
  letter-spacing: 2px;
  opacity: 0.8;
  white-space: nowrap;
}

/* Sub Text */
.journey-sub {
  max-width: 520px;
  margin: 0 auto 140px;
  font-size: 21px;
  line-height: 1.6;
  opacity: 0.65;
}

/* Stats */
.journey-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: center;
}

/* Individual Stat */
.stat-number {
  font-size: clamp(72px, 10vw, 120px);
  font-weight: 300;
}

.muted {
  opacity: 0.25;
}

.stat-label {
  font-size: 14px;
  margin-top: 12px;
  opacity: 0.6;
}
@media (max-width: 768px) {

  .journey-section {
    padding: 120px 20px 100px;
  }

  .journey-title {
    font-size: 22px;
  }

  .journey-sub {
    margin-bottom: 90px;
  }

  .journey-stats {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .stat-number {
    font-size: 80px;
  }
}/* End custom CSS */


/* Start custom CSS for html, class: .elementor-element-e73cd89 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background: #000;
  color: #fff;
}

/* SECTION */
.process-section {
  padding: 140px 80px;
  min-height: 100vh;
}

/* GRID */
.process-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 120px;
  align-items: flex-start;
}

/* LEFT */
.process-left {
  position: sticky;
  top: 140px;
}

.process-left .badge {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #b5b5b5;
  background: rgba(255,255,255,0.08);
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 28px;
}

.process-left h1 {
  font-size: clamp(72px, 8vw, 120px);
  font-weight: 400;
  line-height: 1;
}

/* RIGHT */
.process-right {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* CARD */
.process-card {
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.08),
    rgba(255,255,255,0.02)
  );
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  padding: 36px 40px;
  backdrop-filter: blur(20px);
  transition: transform 0.35s ease, border 0.35s ease;
}

.process-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.25);
}

.process-card h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 18px;
}

.process-card p {
  font-size: 15.5px;
  line-height: 1.7;
  color: #cfcfcf;
  max-width: 520px;
}


/* =======================
   LARGE LAPTOPS (≤1200px)
======================= */
@media (max-width: 1200px) {
  .process-section {
    padding: 120px 60px;
  }

  .process-wrapper {
    gap: 80px;
  }

  .process-left h1 {
    font-size: clamp(56px, 7vw, 96px);
  }
}

/* =======================
   TABLETS (≤992px)
======================= */
@media (max-width: 992px) {
  .process-section {
    padding: 100px 48px;
  }

  .process-wrapper {
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .process-left {
    position: relative;
    top: 0;
  }

  .process-left h1 {
    font-size: clamp(48px, 8vw, 72px);
  }

  .process-right {
    gap: 28px;
  }
}

/* =======================
   LARGE MOBILES (≤768px)
======================= */
@media (max-width: 768px) {
  .process-section {
    padding: 80px 28px;
  }

  .process-left .badge {
    font-size: 10px;
    padding: 5px 10px;
    margin-bottom: 20px;
  }

  .process-card {
    padding: 28px 26px;
    border-radius: 16px;
  }

  .process-card h3 {
    font-size: 24px;
  }

  .process-card p {
    font-size: 15px;
  }
}

/* =======================
   SMALL MOBILES (≤480px)
======================= */
@media (max-width: 480px) {
  .process-section {
    padding: 64px 20px;
  }

  .process-left h1 {
    font-size: 44px;
  }

  .process-card {
    padding: 24px 20px;
  }

  .process-card h3 {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .process-card p {
    font-size: 14.5px;
    line-height: 1.6;
  }
}/* End custom CSS */




/* Start custom CSS */.site-header{
    display: none;
}/* End custom CSS */