.elementor-17 .elementor-element.elementor-element-3682ab0{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-2bcfce0{--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-17 .elementor-element.elementor-element-af4c23f{--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-17 .elementor-element.elementor-element-746446a{--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;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-8802fcd *//* Import Orbitron */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@600;800&display=swap');

/* Custom Font */
@font-face {
  font-family: '10xFont';
  src: url('https://xanalyticsprod.wpenginepowered.com/wp-content/uploads/2025/04/font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* HERO SECTION */
.hero-v3 {
  position: relative;
  background: url('https://xanalyticsprod.wpenginepowered.com/wp-content/uploads/2025/04/10x-Hero-Background.--scaled.jpg') no-repeat center center / cover;
  background-attachment: fixed; /* ← This makes it parallax */
  padding: 100px 20px;
  color: #ffffff;
  font-family: 'Orbitron', sans-serif;
  overflow: hidden;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;
}


.hero-v3::before {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(2.5px);
  z-index: 0;
}

.hero-content {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

.text-block {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

/* 10X Dental Analytics */
.logo-stacked {
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
}

.logo-stacked .logo-line {
  font-family: '10xFont', sans-serif;
  font-weight: 800;
  font-size: 96px;
  color: #ffffff;
  letter-spacing: 0;
  margin-bottom: 0;
  display: block;
  text-shadow:
    0 0 6px #ffffff,
    0 0 12px #ffffff,
    0 0 24px #ffffff;
}

.logo-stacked .logo-line:not(:last-child) {
  margin-bottom: -16px; /* Tight stack like the example */
}

.logo-stacked .logo-top {
  font-size: 96px; /* Same size as DENTAL + ANALYTICS */
}
@media (max-width: 600px) {
  .logo-stacked .logo-line {
    font-size: 56px;
  }

  .logo-stacked .logo-top {
    font-size: 140px;
  }
}


/* Hero Headline + Subline */
.hero-headline {
  font-size: 2.5rem;
  font-weight: 600;
  color: #ffffff;
  text-shadow: none;
  font-family: 'Inter', sans-serif;
  line-height: 1.2;
  margin-top: 1rem;
}

.hero-subline {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 1.5;
  font-family: 'Inter', sans-serif;
  text-align: center; /* optional, to match layout */
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.3); /* optional glow */
}

/* Hero Buttons */
.hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.neon-button {
  display: inline-block;
  padding: 14px 32px;
  color: #00cfff;
  font-size: 16px;
  font-family: 'Orbitron', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  transition: all 0.3s ease;
}

.neon-button:hover {
  background: #ffffff;
  color: #001820;
  box-shadow: 0 0 20px #ffffff, 0 0 40px #ffffff;
}

/* Powered By Logo */
.powered-by-logo {
  margin-top: 20px;
  text-align: center;
}

.powered-by-logo img {
  width: 200px;
  height: auto;
}

/* Image Block */
.image-block {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: flex-start;
  margin-top: 10px;
}

.glow-frame {
  padding: 24px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  box-shadow:
    0 0 20px #00cfff,
    0 0 60px rgba(0, 207, 255, 0.3),
    inset 0 0 30px rgba(0, 207, 255, 0.2);
  transition: all 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}

.glow-frame:hover {
  box-shadow:
    0 0 30px #00cfff,
    0 0 80px rgba(0, 207, 255, 0.5),
    inset 0 0 40px rgba(0, 207, 255, 0.3);
}

.image-block img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* Overlay Text */
.image-overlay-text {
  text-align: center;
  font-family: 'Orbitron', sans-serif;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 0 0 10px #ffffff;
  line-height: 1.4;
  margin-bottom: 16px;
  width: 100%;
}

.image-overlay-text span {
  font-size: 24px;
  display: block;
}

.image-overlay-text span span {
  color: #00cfff;
}

/* Tagline text */
.tagline-top {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 6px;
}

.tagline-top-modern {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
}

.tagline-sub {
  display: block;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 8px;
  color: #ffffff;
  opacity: 0.85;
}

.highlight-blue {
  color: #00cfff;
}

/* Pulse Animation */
@keyframes pulse-glow {
  0% {
    text-shadow: 0 0 10px #00cfff, 0 0 20px #00cfff, 0 0 30px #00cfff;
  }
  50% {
    text-shadow: 0 0 20px #00cfff, 0 0 40px #00cfff, 0 0 60px #00cfff;
  }
  100% {
    text-shadow: 0 0 10px #00cfff, 0 0 20px #00cfff, 0 0 30px #00cfff;
  }
}

.highlight-blue {
  animation: pulse-glow 1.8s ease-in-out infinite;
}

/* Fade-in Animation */
@keyframes fadeInArrow {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
  100% {
    opacity: 0.4;
    transform: translateX(-50%) translateY(0);
  }
}

.overlay-arrow {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 600px;
  z-index: 0;
  opacity: 0;
  animation: fadeInArrow 1.2s ease-out 0.3s forwards;
}

.overlay-arrow img {
  width: 100%;
  height: auto;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .hero-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .text-block {
    text-align: center;
    align-items: center;
  }

  .image-overlay-text {
    margin-top: 20px;
  }

  .logo-stacked .logo-line {
    font-size: 56px;
  }

  .logo-stacked .logo-top {
    font-size: 140px;
  }
}
.logo-stacked .logo-line:not(:last-child):not(.logo-top) {
  margin-bottom: 0px; /* Was 2px — now extra tight */
}
.logo-subheadline {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  margin-top: 12px;
  margin-bottom: 30px;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-bf22f1b */.features-section {
  background: #ffffff;
  padding: 100px 20px;
  font-family: 'Inter', sans-serif;
  color: #0b2436;
  text-align: center;
}

.features-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.features-heading {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 60px;
  color: #000000;
  text-shadow: 0 0 8px rgba(0, 240, 255, 0.4);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 30px;
  text-align: left;
}

.feature-box {
  display: flex;
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid #c0f5ff;
  border-radius: 12px;
  padding: 24px 28px;
  box-shadow: 0 0 10px rgba(0, 240, 255, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 20px rgba(0, 240, 255, 0.6),
              0 0 40px rgba(0, 240, 255, 0.3);
}

.feature-icon {
  font-size: 2rem;
  background: #00cfff;
  color: #ffffff;
  border-radius: 12px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(0, 240, 255, 0.4);
  margin-top: 4px;
}

.feature-title,
.feature-text {
  margin: 0;
}

.feature-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: #000000;
  transition: text-shadow 0.3s ease, color 0.3s ease;
  line-height: 1.4;
}

.feature-box:hover .feature-title {
  text-shadow: 0 0 6px #00f0ff;
  color: #00cfff;
}

.feature-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-42f6a88 */.powered-by-section {
  background: radial-gradient(ellipse at top, #06141e, #030e15);
  padding: 80px 20px;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  border-top: 1px solid rgba(0, 207, 255, 0.08);
  box-shadow: inset 0 5px 12px rgba(0, 207, 255, 0.05);
}

.powered-by-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.powered-by-content {
  flex: 1 1 500px;
}

.powered-by-heading img {
  max-width: 300px;
  height: auto;
  margin-bottom: 20px;
}

.powered-by-subline {
  font-size: 16px;
  color: #d0f0ff;
  margin-bottom: 30px;
}

.powered-by-box {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 207, 255, 0.2);
  border-radius: 16px;
  padding: 30px;
  color: #e0f8ff;
  line-height: 1.6;
  font-size: 15px;
  box-shadow: 0 0 20px rgba(0, 207, 255, 0.08), inset 0 0 10px rgba(0, 207, 255, 0.08);
}

.powered-by-box strong {
  color: #00cfff;
}

.powered-by-box .highlight {
  color: #00cfff;
  font-weight: 600;
}

.powered-by-image {
  flex: 1 1 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.powered-by-image img {
  width: 100%;
  max-width: 600px;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 207, 255, 0.1);
}

@media (max-width: 768px) {
  .powered-by-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .powered-by-image {
    order: -1;
    margin-bottom: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5d28f2c */.insights-section {
  background: #ffffff;
  padding: 100px 20px;
  font-family: 'Inter', sans-serif;
  color: #0b2436;
  text-align: center;
}

.insights-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.insights-heading {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000000;
  text-shadow: 0 0 6px rgba(0, 240, 255, 0.4);
}

.insights-subheading {
  font-size: 1.1rem;
  color: #555555;
  margin-bottom: 60px;
}

.insights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  text-align: left;
}

.insight-card {
  background: #ffffff;
  border: 1px solid #c0f5ff;
  border-radius: 16px;
  padding: 28px;
  display: flex;
  align-items: flex-start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 240, 255, 0.08);
}

.insight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 20px rgba(0, 240, 255, 0.4),
              0 0 40px rgba(0, 240, 255, 0.2);
}

.insight-icon {
  font-size: 2rem;
  background: #00cfff;
  color: #ffffff;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(0, 240, 255, 0.4);
  margin-top: 4px;
}

.insight-content {
  flex: 1;
}

.insight-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: #000000;
  transition: text-shadow 0.3s ease, color 0.3s ease;
}

.insight-card:hover .insight-title {
  color: #00cfff;
  text-shadow: 0 0 8px #00f0ff;
}

.insight-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  margin: 0;
}
.insight-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.insight-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 8px;
  line-height: 1.4;
  transition: text-shadow 0.3s ease, color 0.3s ease;
}

.insight-card:hover .insight-title {
  color: #00cfff;
  text-shadow: 0 0 8px #00f0ff;
}

.insight-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #333333;
  margin: 0;
}/* End custom CSS */