.elementor-kit-1399{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#D75EF7;--e-global-color-7cb1b2b:#01D2D6;--e-global-color-f801f17:#0F1D39;--e-global-color-933595d:#FFFFFF;--e-global-typography-primary-font-family:"Archivo Black";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:45px;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-1399 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1399 h1{font-family:"Horizon", Sans-serif;font-size:45px;}.elementor-kit-1399 h2{font-family:"Horizon", Sans-serif;font-size:35px;}.elementor-kit-1399 h3{font-family:"Horizon", Sans-serif;font-size:30px;}.elementor-kit-1399 h4{font-family:"Horizon", Sans-serif;font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ==============================
   Horizon Liquid Mesh Page Background
   Exact Redesign Colors
   Elementor Header / Logo Safe Version
   ============================== */

/* Page base */
html,
body {
  background: #e8f0fb;
  overflow-x: hidden;
}

body {
  position: relative;
  isolation: isolate;
}

/* Main soft mesh background */
.hzn-bg-wrap {
  position: fixed;
  inset: 0;
  z-index: 0 !important;
  pointer-events: none !important;
  background:
    radial-gradient(ellipse 80% 60% at 20% 10%, rgba(160, 200, 255, 0.55) 0%, transparent 70%),
    radial-gradient(ellipse 60% 50% at 80% 20%, rgba(200, 220, 255, 0.45) 0%, transparent 65%),
    radial-gradient(ellipse 50% 60% at 50% 80%, rgba(180, 230, 255, 0.40) 0%, transparent 70%),
    radial-gradient(ellipse 70% 40% at 10% 70%, rgba(120, 180, 255, 0.30) 0%, transparent 60%),
    linear-gradient(135deg, #daeeff 0%, #eaf2ff 40%, #d4e8ff 100%);
}

/* Shared orb style */
.hzn-bg-orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.55;
  pointer-events: none !important;
  z-index: 0 !important;
}

/* Individual orbs */
.hzn-orb-1 {
  width: 520px;
  height: 520px;
  top: -120px;
  left: -100px;
  background: radial-gradient(circle, rgba(100, 180, 255, 0.60), transparent 70%);
  animation: hzn-orb-drift-1 12s ease-in-out infinite alternate;
}

.hzn-orb-2 {
  width: 400px;
  height: 400px;
  top: 30%;
  right: -80px;
  background: radial-gradient(circle, rgba(150, 210, 255, 0.50), transparent 70%);
  animation: hzn-orb-drift-2 15s ease-in-out infinite alternate;
}

.hzn-orb-3 {
  width: 350px;
  height: 350px;
  bottom: 10%;
  left: 30%;
  background: radial-gradient(circle, rgba(80, 160, 255, 0.40), transparent 70%);
  animation: hzn-orb-drift-3 18s ease-in-out infinite alternate;
}

/* Orb movement */
@keyframes hzn-orb-drift-1 {
  from {
    transform: translate(0, 0) scale(1);
  }
  to {
    transform: translate(40px, 30px) scale(1.08);
  }
}

@keyframes hzn-orb-drift-2 {
  from {
    transform: translate(0, 0) scale(1);
  }
  to {
    transform: translate(-30px, 40px) scale(1.05);
  }
}

@keyframes hzn-orb-drift-3 {
  from {
    transform: translate(0, 0) scale(1);
  }
  to {
    transform: translate(20px, -25px) scale(1.06);
  }
}

/* ==============================
   Elementor Layering Fix
   Important: Do NOT target every Elementor widget.
   This avoids affecting the logo widget.
   ============================== */

/* Keep main page content above the background */
main,
#content,
.site-content,
.ast-container,
.elementor-location-single,
.elementor-location-archive,
body.elementor-page .site-content {
  position: relative;
  z-index: 2;
}

/* Keep Elementor page content above background without touching every widget */
body.elementor-page .elementor:not(.elementor-location-header):not(.elementor-location-footer) {
  position: relative;
  z-index: 2;
}

/* Header stays above the background */
.elementor-location-header,
header,
.site-header {
  position: relative !important;
  z-index: 9999 !important;
}

/* Elementor sticky header state */
.elementor-sticky,
.elementor-sticky--active,
.elementor-sticky--effects {
  z-index: 9999 !important;
}

/* If your sticky class is on the parent header container */
.hzn-glass-header {
  position: relative;
  z-index: 9999 !important;
}

/* Footer above background */
.elementor-location-footer,
footer,
.site-footer {
  position: relative;
  z-index: 2;
}

/* Make sure the background never receives clicks */
.hzn-bg-wrap *,
.hzn-bg-orb * {
  pointer-events: none !important;
}

/* Accessibility: reduce motion */
@media (prefers-reduced-motion: reduce) {
  .hzn-bg-orb {
    animation: none !important;
  }
}


/* ==============================
   Horizon Global Marquee Slider
   ============================== */

:root {
  --hzn-primary: #01D2D6;
  --hzn-dark: #0F172A;
  --hzn-accent: #8B0499;

  --hzn-marquee-speed: 28s;
  --hzn-marquee-gap: 44px;
}

/* Main marquee wrapper */
.hzn-marquee {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 12px 0;
}

/* Optional glass treatment */
.hzn-marquee--glass {
  padding: 14px 0;
  border-top: 1px solid rgba(1, 210, 214, 0.16);
  border-bottom: 1px solid rgba(1, 210, 214, 0.16);
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
}

/* Fade edges */
.hzn-marquee::before,
.hzn-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 90px;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.hzn-marquee::before {
  left: 0;
  background: linear-gradient(90deg, rgba(243, 252, 252, 1), rgba(243, 252, 252, 0));
}

.hzn-marquee::after {
  right: 0;
  background: linear-gradient(270deg, rgba(243, 252, 252, 1), rgba(243, 252, 252, 0));
}

/* Moving track */
.hzn-marquee__track {
  display: flex;
  width: max-content;
  animation: hzn-marquee-scroll var(--hzn-marquee-speed) linear infinite;
}

/* Pause on hover */
.hzn-marquee:hover .hzn-marquee__track {
  animation-play-state: paused;
}

/* Each repeated group */
.hzn-marquee__group {
  display: flex;
  align-items: center;
  gap: var(--hzn-marquee-gap);
  padding-right: var(--hzn-marquee-gap);
  white-space: nowrap;
}

/* Individual text item */
.hzn-marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.62);
}

/* Small glowing dot */
.hzn-marquee__item span {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--hzn-primary);
  box-shadow: 0 0 12px rgba(1, 210, 214, 0.75);
  flex-shrink: 0;
}

/* Animation */
@keyframes hzn-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Reverse direction option */
.hzn-marquee--reverse .hzn-marquee__track {
  animation-direction: reverse;
}

/* Slower version */
.hzn-marquee--slow {
  --hzn-marquee-speed: 42s;
}

/* Faster version */
.hzn-marquee--fast {
  --hzn-marquee-speed: 18s;
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .hzn-marquee {
    max-width: 100%;
  }

  .hzn-marquee__item {
    font-size: 11px;
    letter-spacing: 1.2px;
  }

  .hzn-marquee {
    --hzn-marquee-gap: 28px;
  }

  .hzn-marquee::before,
  .hzn-marquee::after {
    width: 48px;
  }
}

/* Reduce motion accessibility */
@media (prefers-reduced-motion: reduce) {
  .hzn-marquee__track {
    animation-duration: 90s;
  }
}

/* Clean transparent marquee */
.hzn-marquee {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.hzn-marquee--glass {
  background: transparent !important;
  border: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.hzn-marquee::before,
.hzn-marquee::after {
  display: none !important;
}

/* ==============================
   Horizon Global H1 Style
   ============================== */

:root {
  --hzn-primary: #01D2D6;
  --hzn-dark: #0F172A;
  --hzn-accent: #0A6EF5;
}

/* Main H1 class */
.hzn-h1 .elementor-heading-title,
.hzn-h1 {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.045em;
  color: var(--hzn-dark);
}

/* 1600px and higher */
@media (min-width: 1600px) {
  .hzn-h1 .elementor-heading-title,
  .hzn-h1 {
    font-size: 60px;
  }
}

/* 1599px to 1298px */
@media (min-width: 1298px) and (max-width: 1599px) {
  .hzn-h1 .elementor-heading-title,
  .hzn-h1 {
    font-size: 45px;
  }
}

/* 1297px and below, including mobile */
@media (max-width: 1297px) {
  .hzn-h1 .elementor-heading-title,
  .hzn-h1 {
    font-size: 40px;
  }
}

/* Gradient highlight word */
.hzn-gradient-text {
  background: linear-gradient(
    135deg,
    var(--hzn-primary) 0%,
    #38f3f6 45%,
    var(--hzn-accent) 115%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/* ==============================
   Fix: Gradient Text Alignment Inside Word Reveal
   ============================== */

/* Keep the gradient wrapper aligned with normal text */
.hzn-gradient-text {
  display: inline;
  line-height: inherit;
  vertical-align: baseline;

  background: linear-gradient(
    135deg,
    var(--hzn-primary) 0%,
    #38f3f6 45%,
    var(--hzn-accent) 115%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/* When the reveal script wraps the gradient word */
.hzn-gradient-text .hzn-word {
  display: inline-block;
  line-height: inherit;
  vertical-align: baseline;

  background: inherit;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

/* Keep heading overflow visible so the animation does not clip */
.hzn-tech-word-reveal,
.hzn-tech-word-reveal .elementor-heading-title {
  overflow: visible;
}

/* Softer scan on gradient word */
.hzn-gradient-text .hzn-word::after {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.20),
    transparent
  );
}

/* Horizon glass background only */
.hzn-glass-bg {
  background: rgba(255, 255, 255, 0.22) !important;
  backdrop-filter: blur(28px) saturate(200%);
  -webkit-backdrop-filter: blur(28px) saturate(200%);
}

/* Horizon Progress Bar */
.hzn-progress-bar {
  width: 100%;
  height: 6px;
  border-radius: 100px;
  background: rgba(1, 210, 214, 0.10);
  overflow: hidden;
}

.hzn-progress-fill {
  height: 100%;
  border-radius: 100px;
  background: linear-gradient(
    90deg,
    #0A6EF5 0%,
    #01D2D6 100%
  );
}

/* Horizon Progress Bar Entrance Animation */
.hzn-progress-fill {
  transform-origin: left center;
  transform: scaleX(0);
  will-change: transform;
}

.hzn-progress-bar.hzn-progress-is-visible .hzn-progress-fill {
  animation: hznProgressLoad 1.15s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes hznProgressLoad {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

/* Optional: accessibility */
@media (prefers-reduced-motion: reduce) {
  .hzn-progress-fill {
    transform: scaleX(1) !important;
    animation: none !important;
  }
}

/* BLUE DOT */
.hzn-blue-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0A6EF5;
  opacity: 0.75;
  margin-right: 8px;
  vertical-align: middle;
  flex-shrink: 0;
}

/* ==============================
   Horizon Tech Word Reveal
   Add class to Elementor Heading:
   hzn-tech-word-reveal
   ============================== */

.hzn-tech-word-reveal .elementor-heading-title,
.hzn-tech-word-reveal {
  overflow: hidden;
}

/* Each word */
.hzn-tech-word-reveal .hzn-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(22px) scale(0.96);
  filter: blur(8px);
  letter-spacing: 0.02em;
  will-change: transform, opacity, filter;
}

/* When heading enters viewport */
.hzn-tech-word-reveal.hzn-in-view .hzn-word {
  animation: hznTechWordReveal 0.72s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: calc(var(--hzn-word-index) * 0.075s);
}

/* Tech-style entrance */
@keyframes hznTechWordReveal {
  0% {
    opacity: 0;
    transform: translateY(22px) scale(0.96);
    filter: blur(8px);
  }

  45% {
    opacity: 1;
    transform: translateY(-2px) scale(1.01);
    filter: blur(2px);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
    letter-spacing: 0;
  }
}

/* Optional: small cyan scan flash */
.hzn-tech-word-reveal .hzn-word::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(1, 210, 214, 0.15),
    transparent
  );
  transform: translateX(-120%);
  opacity: 0;
  pointer-events: none;
}

.hzn-tech-word-reveal.hzn-in-view .hzn-word::after {
  animation: hznWordScan 0.7s ease forwards;
  animation-delay: calc(var(--hzn-word-index) * 0.075s);
}

.hzn-tech-word-reveal .hzn-word {
  position: relative;
}

@keyframes hznWordScan {
  0% {
    opacity: 0;
    transform: translateX(-120%);
  }

  35% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(120%);
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .hzn-tech-word-reveal .hzn-word {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    animation: none !important;
  }

  .hzn-tech-word-reveal .hzn-word::after {
    display: none !important;
  }
}

/* ==============================
   Horizon Custom Cursor V2
   Fixed positioning / Elementor-safe
   Normal: #0A6EF5
   Hover: #01D2D6
   ============================== */

/* Hide old cursor version if it still exists */
.hzn-cursor-dot,
.hzn-cursor-ring {
  display: none !important;
}

@media (min-width: 1025px) {
  body,
  body * {
    cursor: none !important;
  }

  .hzn-cursor-v2-dot,
  .hzn-cursor-v2-ring {
    position: fixed !important;
    left: 0;
    top: 0;
    pointer-events: none !important;
    z-index: 2147483647 !important;
    opacity: 0;
    transform: translate3d(-100px, -100px, 0);
  }

  body.hzn-cursor-v2-active .hzn-cursor-v2-dot,
  body.hzn-cursor-v2-active .hzn-cursor-v2-ring {
    opacity: 1;
  }

  .hzn-cursor-v2-dot {
    width: 7px;
    height: 7px;
    margin-left: -3.5px;
    margin-top: -3.5px;
    border-radius: 50%;
    background: #0A6EF5;
    box-shadow:
      0 0 10px rgba(10, 110, 245, 0.75),
      0 0 22px rgba(10, 110, 245, 0.28);
    transition:
      background 0.2s ease,
      box-shadow 0.2s ease,
      opacity 0.15s ease;
  }

  .hzn-cursor-v2-ring {
    width: 34px;
    height: 34px;
    margin-left: -17px;
    margin-top: -17px;
    border-radius: 50%;
    border: 1px solid rgba(10, 110, 245, 0.55);
    background: rgba(10, 110, 245, 0.035);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    box-shadow:
      0 0 18px rgba(10, 110, 245, 0.18),
      inset 0 0 12px rgba(10, 110, 245, 0.10);
    transition:
      width 0.22s ease,
      height 0.22s ease,
      margin 0.22s ease,
      border-color 0.22s ease,
      background 0.22s ease,
      box-shadow 0.22s ease,
      opacity 0.15s ease;
  }

  body.hzn-cursor-v2-hovering .hzn-cursor-v2-ring {
    width: 56px;
    height: 56px;
    margin-left: -28px;
    margin-top: -28px;
    border-color: rgba(1, 210, 214, 0.65);
    background: rgba(1, 210, 214, 0.08);
    box-shadow:
      0 0 26px rgba(1, 210, 214, 0.30),
      inset 0 0 16px rgba(255, 255, 255, 0.22);
  }

  body.hzn-cursor-v2-hovering .hzn-cursor-v2-dot {
    background: #01D2D6;
    box-shadow:
      0 0 12px rgba(1, 210, 214, 0.85),
      0 0 26px rgba(1, 210, 214, 0.38);
  }

  body.hzn-cursor-v2-hidden .hzn-cursor-v2-dot,
  body.hzn-cursor-v2-hidden .hzn-cursor-v2-ring {
    opacity: 0;
  }
}

@media (max-width: 1024px) {
  .hzn-cursor-v2-dot,
  .hzn-cursor-v2-ring {
    display: none !important;
  }
}

/* ==============================
   Horizon Custom Scrollbar
   ============================== */

/* Firefox */
html {
  scrollbar-width: thin;
  scrollbar-color: #0A6EF5 rgba(255, 255, 255, 0.35);
}

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(
    180deg,
    #0A6EF5 0%,
    #01D2D6 100%
  );
  border-radius: 100px;
  border: 2px solid rgba(232, 240, 251, 0.85);
  box-shadow: 0 0 12px rgba(10, 110, 245, 0.25);
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(
    180deg,
    #01D2D6 0%,
    #0A6EF5 100%
  );
  box-shadow: 0 0 16px rgba(1, 210, 214, 0.45);
}

/* ==============================
   Horizon Container Entrance Reveal
   Add class to Elementor container:
   hzn-container-reveal
   ============================== */

.hzn-container-reveal {
  opacity: 0;
  transform: translateY(34px) scale(0.985);
  filter: blur(10px);
  will-change: transform, opacity, filter;
  position: relative;
  overflow: hidden;
}

/* Cyan scan overlay */
.hzn-container-reveal::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    110deg,
    transparent 0%,
    rgba(1, 210, 214, 0.00) 35%,
    rgba(1, 210, 214, 0.22) 50%,
    rgba(1, 210, 214, 0.00) 65%,
    transparent 100%
  );
  transform: translateX(-120%);
  opacity: 0;
}

/* Active state */
.hzn-container-reveal.hzn-in-view {
  animation: hznContainerReveal 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hzn-container-reveal.hzn-in-view::after {
  animation: hznContainerScan 1.1s ease forwards;
  animation-delay: 0.15s;
}

/* Main entrance */
@keyframes hznContainerReveal {
  0% {
    opacity: 0;
    transform: translateY(34px) scale(0.985);
    filter: blur(10px);
  }

  60% {
    opacity: 1;
    transform: translateY(-3px) scale(1.005);
    filter: blur(2px);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

/* Tech scan */
@keyframes hznContainerScan {
  0% {
    opacity: 0;
    transform: translateX(-120%);
  }

  35% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(120%);
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .hzn-container-reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    animation: none !important;
  }

  .hzn-container-reveal::after {
    display: none !important;
  }
}

/* ==============================
   Horizon Hover Stack Containers
   ============================== */

/* Parent container */
.hzn-stack-area {
  position: relative;
  overflow: visible !important;
}

/* All overlapping cards */
.hzn-stack-card {
  position: relative;
  z-index: 2;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    opacity 0.28s ease,
    filter 0.28s ease;
  will-change: transform;
}

/* Card that starts in front */
.hzn-stack-card-front {
  z-index: 4;
}

/* Whichever card is hovered comes to the front */
.hzn-stack-card:hover {
  z-index: 20 !important;
  transform: translateY(-6px) scale(1.015);
  box-shadow:
    0 24px 70px rgba(15, 23, 42, 0.14),
    0 0 28px rgba(1, 210, 214, 0.16);
}

/* Optional: make the non-hovered card slightly fade back */
.hzn-stack-area:hover .hzn-stack-card:not(:hover) {
  opacity: 0.82;
  filter: blur(0.4px);
}

/* ==============================
   Horizon Step Card Number Overlay
   ============================== */

.hzn-step-card {
  position: relative;
  overflow: hidden;
}

/* Large faded number in the background */
.hzn-step-card::after {
  content: var(--hzn-step-number);
  position: absolute;
  top: -8px;
  right: 24px;

  font-family: "Sora", sans-serif;
  font-size: clamp(72px, 9vw, 120px);
  font-weight: 700;
  line-height: 1;

  color: rgba(10, 110, 245, 0.06);
  pointer-events: none;
  z-index: 0;
}

/* Keep the actual Elementor content above the number */
.hzn-step-card > * {
  position: relative;
  z-index: 1;
}

/* Number options */
.hzn-step-01 {
  --hzn-step-number: "01";
}

.hzn-step-02 {
  --hzn-step-number: "02";
}

.hzn-step-03 {
  --hzn-step-number: "03";
}

.hzn-step-04 {
  --hzn-step-number: "04";
}

.hzn-step-05 {
  --hzn-step-number: "05";
}

.hzn-step-06 {
  --hzn-step-number: "06";
}


/* ==============================
   Legal Risk Accordion Table Style
   ============================== */

.legal-risk-accordion .elementor-accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Main accordion item */
.legal-risk-accordion .elementor-accordion-item {
  border: 1px solid #d7e3ef !important;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

/* Accordion title */
.legal-risk-accordion .elementor-tab-title {
  background: #f5f9fc !important;
  color: #14324a !important;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  padding: 18px 22px !important;
  border: none !important;
}

/* Active title */
.legal-risk-accordion .elementor-tab-title.elementor-active {
  background: #eaf4fb !important;
  color: #0b2c44 !important;
}

/* Content area */
.legal-risk-accordion .elementor-tab-content {
  border: none !important;
  padding: 0 !important;
  background: #ffffff !important;
}

/* Grid inside each accordion */
.legal-risk-accordion .risk-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(180px, 1fr));
  border-top: 1px solid #d7e3ef;
  overflow-x: auto;
}

/* Individual column */
.legal-risk-accordion .risk-cell {
  padding: 18px 16px;
  border-right: 1px solid #d7e3ef;
  min-height: 160px;
}

.legal-risk-accordion .risk-cell:last-child {
  border-right: none;
}

/* Column heading */
.legal-risk-accordion .risk-cell h4 {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  color: #0b4a6f;
}

/* Paragraph text */
.legal-risk-accordion .risk-cell p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #334155;
}

/* Optional: make long text easier to read */
.legal-risk-accordion .risk-cell ul {
  margin: 0;
  padding-left: 18px;
}

.legal-risk-accordion .risk-cell li {
  font-size: 13px;
  line-height: 1.55;
  color: #334155;
  margin-bottom: 6px;
}

/* Mobile layout */
@media (max-width: 767px) {
  .legal-risk-accordion .elementor-tab-title {
    font-size: 14px;
    padding: 16px 18px !important;
  }

  .legal-risk-accordion .risk-grid {
    display: block;
  }

  .legal-risk-accordion .risk-cell {
    border-right: none;
    border-bottom: 1px solid #d7e3ef;
    min-height: auto;
  }

  .legal-risk-accordion .risk-cell:last-child {
    border-bottom: none;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Horizon';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://horizonwebsitesolutions.com/wp-content/uploads/2025/08/horizon.ttf') format('truetype');
}
/* End Custom Fonts CSS */