/* Index page -------------------------------------------------------------
   Feature sections, device showcase, and full-screen section spacing. */
.index-feature-section {
  min-height: auto;
  padding: 92px 0;
  background: #fff;
  overflow: hidden;
}

.index-feature-section.index-feature-section-alt {
  background:
    radial-gradient(circle at 92% 16%, rgba(0, 112, 255, 0.06), transparent 24%),
    linear-gradient(180deg, #f7f9fc 0%, #eef2f7 100%);
}

.index-section-eyebrow {
  margin-bottom: 18px !important;
}

.index-feature-section .heading-section h2 {
  margin-top: 0;
}

.index-feature-table {
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(20, 32, 50, 0.08);
  box-shadow: var(--site-surface-shadow);
}

.index-feature-table tbody td {
  padding: 18px 20px;
  color: #475467;
  line-height: 1.75;
  border-color: rgba(20, 32, 50, 0.08) !important;
  background: rgba(255, 255, 255, 0.88);
}

.index-feature-table tbody tr:first-child td {
  border-top: 0 !important;
}

.index-feature-table.table-hover tbody tr:hover,
.index-feature-table.table-hover tbody tr:hover td {
  background-color: rgba(0, 112, 255, 0.035) !important;
}

@media (max-width: 991.98px) {
  .index-feature-section {
    padding: 68px 0;
  }
}

@media (max-width: 767.98px) {
  .index-section-eyebrow {
    font-size: 11px;
    line-height: 1.45;
  }
}

/* Index device showcase */
.index-device-showcase {
  position: relative;
  min-height: 520px;
  overflow: visible;
}

.index-device-showcase .img-fluid {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
  filter: drop-shadow(0 2px 6px rgba(10, 28, 54, 0.035));
}

.index-device-showcase .layer-base {
  top: 8%;
  left: 22%;
  width: 44%;
  z-index: 1;
}

.index-device-showcase .layer-middle {
  top: 32%;
  left: 42%;
  width: 50%;
  z-index: 2;
}

.index-device-showcase .layer-top {
  top: 55%;
  left: 24%;
  width: 50%;
  z-index: 3;
}

@media (max-width: 991.98px) {
  .index-device-showcase {
    min-height: 430px;
    margin-top: 34px;
  }

}

@media (max-width: 767.98px) {
  .index-device-showcase {
    min-height: 330px;
  }


  .index-device-showcase .layer-base {
    top: 7%;
    left: 16%;
    width: 58%;
  }

  .index-device-showcase .layer-middle {
    top: 34%;
    left: 30%;
    width: 66%;
  }

  .index-device-showcase .layer-top {
    top: 57%;
    left: 9%;
    width: 70%;
  }
}
/* end: Index device showcase */

/* end: Index feature sections */

/* Index fullscreen section spacing */
.index-page .site-values-section.fullscreen,
.index-page .index-feature-section.fullscreen {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
}

.index-page .site-values-section.fullscreen > .container,
.index-page .index-feature-section.fullscreen > .container {
  width: 100%;
}

@media (max-width: 991.98px) {
  .index-page .site-values-section.fullscreen,
  .index-page .index-feature-section.fullscreen {
    min-height: auto;
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

@media (max-width: 767.98px) {
  .index-page .site-values-section.fullscreen,
  .index-page .index-feature-section.fullscreen {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}
/* end: Index fullscreen section spacing */

/* Index section2 edge-only gradient background */
.index-page #section2.index-feature-section.index-feature-section-alt {
  background:
    linear-gradient(180deg,
      #eef2f7 0%,
      #f8fafc 8%,
      #ffffff 16%,
      #ffffff 84%,
      #f8fafc 92%,
      #eef2f7 100%);
}
/* end: Index section2 edge-only gradient background */
