.footer2 {
  top: 80px;
}

/* Panel 5 Styles */
.panel-5 {
  position: relative;
  background-color: var(--color-gray-100);
  width: 100%;
  padding: 64px 24px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 64px;
}

.panel-5-content {
  max-width: 1280px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 48px;
  flex-direction: column;
  align-content: center;
}

.panel-5-copy {
  flex: 1 1 40%;
  min-width: 280px;
  text-align: center;
}

.panel-5-heading-text {
  font-size: var(--font-size-28);
  color: var(--color-white);
  display: block;
  margin-bottom: 16px;
}

.panel-5-body-text {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-gray-300);
}

.social-p5-image-icon {
  flex: 1 1 55%;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}


/* Panel 4 Styles */
.panel-4 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 32px;
  min-height: 620px;
}

.panel-4-background-video,
.panel-4-gradient-icon {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 0;
  opacity: 80%;
}

.panel-4-content {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  width: 100%;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  box-sizing: border-box;
  flex-direction: row;
  align-content: center;
  flex-wrap: wrap;
}

.social-p4-image-icon {
  flex: 1 1 50%;
  max-width: 600px;
  width: 100%;
  object-fit: contain;
  height: auto;
  border-radius: 12px;
}

.panel-4-copy {
  flex: 0 1 auto;
  max-width: 560px;
  /* or whatever limit you want */
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.panel-4-heading-text {
  font-size: var(--font-size-28);
  font-weight: bold;
  line-height: 1.3;
}

.panel-4-body-text {
  font-size: 16px;
  color: var(--color-gray-300);
  line-height: 24px;
  max-width: 560px;
}

.panel-4-bullets {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.panel-4-bullets div {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: white;
  line-height: 22px;
}

.panel-4-bullets img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}



/* Panel 3 Styles */
.panel-3 {
  background-color: var(--color-gray-100);
  color: var(--color-white);
  padding: 0px 40px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  top: 48px;
  height: 620px;
}

.panel-3-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.panel-3-copy {
  flex: 1 1 500px;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.panel-3-heading-text {
  font-size: var(--font-size-28);
  font-weight: bold;
  margin-bottom: 8px;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.panel-3-body-text {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-gray-300);
  max-width: 600px;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.panel-3-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.panel-3-bullets li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--color-gray-200);
}

.panel-3-bullets img {
  width: 19px;
  height: auto;
  object-fit: contain;
}

/* Image container */
.panel-3-image {
  flex: 1 1 500px;
  display: flex;
  justify-content: center;
}

.social-p3-image-icon {
  width: 100%;
  max-width: 580px;
  height: auto;
  object-fit: contain;
  top: 46px;
  position: relative;
  z-index: 4;
}

/* Panel 2 Styles */
.panel-2 {
  position: relative;
  width: 100%;
  min-height: 620px;
  background-color: var(--color-gray-100);
  box-sizing: border-box;
  overflow: hidden;
  top: 16px;
}

/* Background image layer */
.panel-2-background-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Layout container */
.panel-2-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  gap: 40px;
}

/* Text column */
.panel-2-copy {
  flex: 1 1 400px;
  max-width: 500px;
  position: relative;
}

/* Heading */
.panel-2-heading-text {
  font-size: var(--font-size-28);
  color: var(--color-white);
  font-weight: bold;
  margin-bottom: 16px;
  display: block;
}

/* Body copy */
.panel-2-body-text {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-gray-300);
}

/* Globe container (WebGL canvas target) */
.network-globe-child {
  min-height: 800px;
  height: 100%;
  max-width: 100%;
  background-color: transparent;
  border-radius: var(--br-4xs);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 0;
}






/* Hero Panel Styles */
.hero-panel {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 40px;
  height: 90vh;
  width: 100%;
  color: white;
  font-size: 64px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  padding-right: 40px;
  justify-content: center;
}

.hero-panel-background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-panel-content {
  position: relative;
  height: 100%;
  justify-content: center;
  color: white;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-width: 800px;
}

.hero-panel-heading-text {
  font-size: 64px;
  line-height: 68px;
}

.hero-panel-body-text {
  font-size: 24px;
  line-height: 38px;
  color: var(--color-whitesmoke);
  margin-bottom: 30px;
  font-weight: 400;
}

.icon-arrow-down {
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: transparent;
  width: 18px;
  height: 23px;
  background-image: url(https://files.supernova-analytics.com/images/home/Icons/Icon_Arrow_Down.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}


.social {
  position: relative;
  background-color: var(--color-black);
  width: 100%;
  height: auto;
  text-align: left;
  font-size: var(--font-size-16);
  color: var(--color-white);
  font-family: var(--font-work-sans);
}

@media (max-width: 1340px) {
  .panel-4-content {
    flex-direction: column-reverse;
  }
}


/* Tablet breakpoint */
@media (max-width: 1180px) {
  .panel-2-content {
    width: 94%;
    padding-top: 50px;
    margin: 0;
    gap: 20px;
  }

  .panel-2-copy {
    max-width: 420px;
    padding: 0px 40px;
  }

  .network-globe-child {
    flex: 1 1 400px;
    min-height: 400px;
  }
}

@media (max-width: 1090px) {
  .panel-3 {
    height: unset;
    padding: 60px 40px;
}


}

/* Mobile breakpoint */
@media (max-width: 1050px) {
  .panel-2-content {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    flex-direction: column-reverse;
    height: 820px;
  }

  .panel-2-copy {
    flex: 0;
    max-width: 500px;
    position: relative;
  }
}

@media (max-width: 768px) {

  .hero-panel {
    padding: 0px 40px;
  }

  .hero-panel-heading-text {
    font-size: 60px;
  }

  .hero-panel-body-text {
    font-size: 20px;
  }

  .hero-panel-content {
    gap: 12px;
  }

  .panel-2-body-text,
  .panel-3-body-text,
  .panel-4-body-text,
  .panel-5-body-text {
    font-size: 14px;
  }


}

/* Small mobile */
@media (max-width: 620px) {
  .network-globe-child {
    min-height: 300px;
  }

  .panel-2-content {
    width: 100%;
  }

  .panel-2 {
    position: relative;
    width: 100%;
    min-height: 0;
    background-color: var(--color-gray-100);
    box-sizing: border-box;
    overflow: hidden;
    top: 16px;
    height: 660px;
  }
}

@media only screen and (max-width: 368px) {

  /* Keep your layout as is */
  /* For example, if you have a header that should remain fixed while scrolling: */
  header {
    position: fixed;
    top: 0;
    width: 100%;
  }

  /* Additional styles to preserve layout integrity */
  body {
    width: 368px;
    overflow-x: scroll;
  }

}