.journey-hero {
  min-height: 100%;
  background: -webkit-linear-gradient(270deg, #01E2FD -140.76%, #0D0D0D 37.13%);
  background: linear-gradient(180deg, #01E2FD -140.76%, #0D0D0D 37.13%);
}

.heroLine1 span:nth-child(1) {
  color: #004A9C;
}

.heroLine1 span:nth-child(2) {
  color: #007FBC;
}

.heroLine1 span:nth-child(3) {
  color: #009FD0;
}

.heroLine1 span:nth-child(4) {
  color: #00B8E0;
}

.heroLine1 span:nth-child(5) {
  color: #00CFF0;
}

.heroLine1 span:nth-child(6) {
  color: #01E0FD;
}

.heroTitle {
  width: 100%;
  max-width: 992px !important;
}



.hero-subtitle {
  width: 100%;
  max-width: 756px !important;
}

.hero-border {
  height: 6px;
  width: 76px;
  background: -webkit-linear-gradient(181deg, #01E2FD 42.52%, #004A9C 68.42%);
  background: linear-gradient(181deg, #01E2FD 42.52%, #004A9C 68.42%);


}



.cta-section {
  position: relative;
  overflow: hidden;
  background: #161616 url("../images/bottom-Ellipse.svg") no-repeat bottom center;
  background-size: 100%;
}

.explore-safeignite {
  border: 1px solid #0B383D !important;
}

.preventive-section,
.why-section,
.card-panel {
  background: #151515;
}

/* Vertical line */
.timeline::before {
  content: "";
  position: absolute;
  left: 10px;
  top: -10px;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, #01E2FD 0%, rgba(1, 226, 253, 0.05) 100%);

}

/* Each item */
.timeline-item {
  position: relative;
  margin-bottom: 40px;
  color: #cfd8dc;
}

/* Dot */
.dot {
  position: absolute;
  left: -36px;
  top: 0px;
  width: 14px;
  height: 14px;
  background: #000;
  border: 2px solid #01E2FD;
  border-radius: 50%;
  box-shadow: 0px 0px 14px 0px #01E2FD66;
}

.preventive-bottom {
  border-left: 4px solid #01E2FD
}

.preventive-text {
  max-width: 605px;
  ;
}

.preventive-card {
  border: 1px solid #01E2FD26;
  max-width: 589px;
}

.preventive-card .heading {
  letter-spacing: 3px !important;
}

/* Top-right radial glow */
.preventive-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 250px;

  background: radial-gradient(141.42% 141.42% at 100% 0%,
      rgba(1, 226, 253, 0.06) 0%,
      rgba(1, 226, 253, 0) 70%);

  pointer-events: none;
}

.belief-content {
  max-width: 584px;
}

.top-heading {
  letter-spacing: 16%;
}

.w-max-705 {
  max-width: 705px;
}

.gap-150 {
  gap: 150px;
}

/* number circle */
.circle-sm {
  width: 62px;
  height: 62px;
  min-width: 62px;
}

.w-max-660 {
  max-width: 660px;
}

.dividerlandscape {
  position: relative;
  width: 130px;
  height: 3px;
  margin: 0 20px;

  background: linear-gradient(90deg,
      rgba(1, 226, 253, 0) 0%,
      #01E2FD 50%,
      rgba(1, 226, 253, 0) 100%);

  border-radius: 100px;
}

.w-max-584 {
  max-width: 584px;
}

.w-max-578 {
  max-width: 578px;
}

/* scroll lines */
.scroll-line {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #01E2FD;
}

.card-container {
  background: #151515 !important;
}


.use-card:hover {
  border: 1px solid #006C79 !important;
  box-shadow: 0px 0px 21.4px 0px #01E2FD4D !important;
}

/* bottom glow line */
.use-card::after {
  content: "";
  position: absolute;
  bottom: 4px;
  /* 👈 space above border */
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 70%;
  height: 3px;
  background: #01E2FD;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(1, 226, 253, 0.6);
  transition: transform 0.3s ease;
}

/* show on hover */
.use-card:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.w-max-776 {
  max-width: 776px;
}

.swipe-section {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

/* horizontal container */
.panels {
  display: flex;
  width: 300%;
  /* 3 panels */
  height: 100%;
}

/* each panel */
.panel {
  width: 100vw;
  height: 100vh;
  flex-shrink: 0;
}

.hero-invisible-div {
  height: 250px !important;
}

.building-section {
  position: relative;
}

.building-section .d-flex.flex-column {
  position: relative;
  height: 300px;
  /* adjust as needed */
}


/* stack order */
.build-card:nth-child(1) {
  top: 0;
  z-index: 1;
}

.build-card:nth-child(2) {
  top: 10px;
  z-index: 2;
}

.build-card:nth-child(3) {
  top: 20px;
  z-index: 3;
}

.build-card:nth-child(4) {
  top: 30px;
  z-index: 4;
}

.build-card:nth-child(5) {
  top: 40px;
  z-index: 5;
}


.use-card {
  width: 208px;
  height: 208px;
  min-width: 208px;

  background: #FFFFFF17;
  position: relative;
  overflow: hidden;

  opacity: 0;
  transform: translateY(80px);
}

.build-card {
  background: #1A1919 !important;
  border: 1px solid #004D56;
  transition: 0.3s;
  height: 186px !important;

  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(150px);

  width: 100%;
  max-width: 660px;

  opacity: 0;
}

/* why cards initial */
.why-card {
  opacity: 1;
  transform: translateY(-20px);
  /* slightly below */
}

/* circle initial */
.circle {
  transform: scale(1);
  opacity: 1;
}

/* container */
.split-text {
  overflow: hidden;
  display: inline-block;
}

/* each word */
.split-text span {
  display: inline-block;
  transform: translateY(120%);
  opacity: 0;
  margin-right: 6px;
  will-change: transform, opacity;
}

.hero-subtitle,
.hero-border,
.quote-line,
.hero-subtitle~p {
  will-change: transform, opacity;
}

.belief-section {
  overflow: hidden;
}

.belief-content {
  will-change: transform, opacity;
  transform-origin: center center;
}


/* --- SHIFT: CINEMATIC FULL-SCREEN --- */
.shift-wrapper {
  height: 400vh;
  position: relative;
  background: #161616;

}

.shift-viewport {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.shift-stage {
  position: absolute;
  width: 100%;
  text-align: center;
}

.w-max-584 {
  max-width: 584px;
}

.w-max-726 {
  max-width: 726px;
}

.w-max-659 {
  max-width: 659px;
}

.strike-word {
  position: relative;
  display: inline-block;
}

.strike-line {
  position: absolute;
  left: 0;
  top: 60%;
  transform: translateY(-50%) scaleX(0);

  width: 95%;
  height: 4px;

  background: #E8E8E8;
  /* theme color */
  transform-origin: left;

  z-index: 2;

}


@media (max-width: 991px) {
  .journey-hero {
    min-height: auto;
    padding: 48px 0 48px;
  }

  .hero-invisible-div {
    height: 275px !important;
  }

  .heroTitle {
    max-width: 100% !important;
    padding: 0 20px;
  }

  .hero-subtitle {
    max-width: 100% !important;
  }

  .heroTitle.fs-56 {
    font-size: 32px !important;
  }

  .quote-line.fs-32 {
    font-size: 28px !important;
  }

  .swipe-section {
    height: 100vh;
    overflow: hidden;
    padding: 0;
  }

  .panels {
    width: 100%;
    height: 100%;
    flex-direction: row !important;
    gap: 0;
  }

  .panel {
    width: 100%;
    height: auto;
    min-height: 100vh;
    padding: 0 20px;
  }

  .panel.flex-center {
    align-items: center;
  }

  .beginning-container {
    justify-content: center;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .panel .w-max-578,
  .panel .w-max-776 {
    text-align: left;
  }

  .why-section .d-flex.justify-content-between.gap-30.mb-56,
  .preventive-content,
  .cta-container .flex-center.gap-32 {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .why-section .d-flex.justify-content-between.gap-30.mb-56 {
    gap: 16px !important;
  }

  .card-panel>div {
    /* display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px !important;
    width: 100%;
    justify-content: center !important;
    align-items: stretch !important; */
    padding-top: 58px;
    flex-direction: column !important;
    padding-bottom: 40px;
    /* will-change: transform; */
  }

  .card-panel {
    align-items: flex-start !important;
    overflow: hidden;
  }

  .use-card,
  .why-card,
  .build-card,
  .preventive-card,
  .preventive-text {
    width: 100%;
    max-width: 100%;
  }

  .use-card {
    min-width: 0;
    width: 100%;
    height: auto;
    min-height: 136px;
    padding: 20px 14px !important;
    opacity: 1;
    transform: none;
  }

  .use-card .fs-18 {
    font-size: 15px !important;
  }

  .beginning-container,
  .panel .w-max-776 {
    width: 100%;
  }

  .panel .w-max-578,
  .panel .w-max-776 {
    max-width: 100%;
  }

  .building-section .d-flex.flex-column {
    height: auto;
    width: 100%;
  }

  .build-card {
    position: static;
    left: auto;
    right: auto;
    width: 100%;
    max-width: 660px;
    height: auto !important;
    min-height: 0;
    margin-bottom: 16px;
    padding: 22px 18px !important;
    transform: none;
    opacity: 1;
  }

  .why-section .d-flex.justify-content-center.gap-150.w-max-705 {
    flex-direction: column !important;
    gap: 32px !important;
    width: 100%;
    max-width: 100%;
  }

  .belief-section {
    min-height: auto;
    height: auto !important;
    padding: 72px 20px;
  }

  .shift-wrapper {
    height: 265vh;
    padding: 0 20px;
  }

  .shift-viewport { 
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    overflow: hidden;
  }

  .shift-stage {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
  }

  #shiftS2,
  #shiftS3 {
    margin-top: 0;
  }

  #shiftS1>*,
  #shiftS2>*,
  #shiftS3>* {
    width: 100%;
  }

  #shiftS3 {
    max-width: 540px;
  }

  #shiftS3 .fs-96 {
    line-height: 1.05 !important;
    margin-bottom: 16px !important;
  }

  #shiftS3 .fs-24 {
    font-size: 20px !important;
    margin-bottom: 16px !important;
  }

  #shiftS3 .fs-18 {
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  .not-section p {
    font-size: 58px !important;
  }

  .prevent-content p.fs-96 {
    font-size: 52px !important;
  }

  .preventive-content {
    gap: 32px !important;
    padding: 0 20px 48px;
  }

  .preventive-card {
    padding: 28px 20px !important;
  }

  .chips {
    flex-wrap: wrap;
    gap: 12px !important;
  }

  .cta-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-container .flex-center.gap-32 {
    gap: 16px !important;
  }

  .cta-btn {
    width: 100%;
    justify-content: center;
  }

  .Connect-us-btn.flex-center.gap-32 {
    flex-direction: row !important;
    gap: 16px !important;
    width: 100%;
    max-width: 550px !important;
  }

  .social-icon {
    gap: 20px !important;
    margin-bottom: 40px !important;
    padding-top: 24px !important;
  }
}

@media (max-width: 575px) {
  .preventive-content.pb-72{
    padding-bottom: 0px !important;
  }
  .wrapper-1290.flex-center.w-p-100.pb-72 {
    padding-bottom: 0px !important;
  }
  .cta-container.pb-64.pt-60 {
    padding-bottom: 20px !important;
    padding-top: 40px !important;
  }
  .Connect-us-btn.flex-center.gap-32 {
    flex-direction: column !important;
    gap: 16px !important;
    /* width: 100%; */
    /* max-width: 550px !important; */
    margin: 20px 0 !important;
  }
  .Connect-us-btn.flex-center.gap-32 a{
    margin: 0 !important;
  }

  .build-card.text-start {
    text-align: center !important;
  }

  .wrapper-1290 {
    padding: 0 20px;
  }

  .hero-invisible-div {
    height: 50px !important;
  }
  .journey-hero{
    height: 100dvh !important;
  }

  .heroTitle.fs-56,
  .preventive-title,
  .cta-title,
  .building-section .fs-55,
  .why-section .fs-55 {
    font-size: 32px !important;
  }

  .quote-line.fs-32,
  .belief-content .fs-32,
  .build-card .fs-32,
  .preventive-card .title.fs-48 {
    font-size: 24px !important;
  }

  .panel .fs-55,
  .prevent-content p.fs-96 {
    font-size: 40px !important;
  }

  .not-section p {
    font-size: 44px !important;
  }

  .hero-subtitle,
  .panel .fs-18,
  .preventive-subtitle,
  .preventive-card .desc,
  .preventive-card .sub {
    font-size: 15px !important;
  }

  .circle {
    width: 96px;
    height: 96px;
    padding: 0 !important;
  }

  .circle-sm {
    width: 52px;
    height: 52px;
    min-width: 52px;
  }

  .build-card {
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: center;
    gap: 14px !important;
    width: calc(100% - 4px);
  }

  .use-card {
    min-height: 120px;
  }

  .card-panel>div {
    grid-template-columns: 1fr;
    gap: 12px !important;
  }

  .timeline {
    padding-left: 28px !important;
  }

  .dot {
    left: -24px;
  }

  .preventive-bottom {
    padding-left: 18px !important;
  }

  .chip {
    font-size: 15px !important;
  }
}