         /* ===== HERO SECTION ===== */
    .hero-word-reveal {
      position: relative;
      min-height: 100vh;
      display: flex;
      align-items: center;
      background: #f4f2ee;
      overflow: hidden;
      isolation: isolate;
		padding:80px 0px;
    }

    /* ===== EXTREME DETAILED BACKGROUND ===== */
    .hero-bg-extreme {
      position: absolute;
      inset: 0;
      background: 
        /* Multiple radial gradients for depth */
        radial-gradient(circle at 10% 20%, rgba(44,93,143,0.18), transparent 45%),
        radial-gradient(circle at 90% 30%, rgba(15,61,92,0.14), transparent 50%),
        radial-gradient(circle at 50% 80%, rgba(127,175,180,0.12), transparent 55%),
        radial-gradient(circle at 30% 60%, rgba(62,120,178,0.1), transparent 40%),
        radial-gradient(circle at 70% 15%, rgba(169,198,218,0.15), transparent 48%),
        /* Subtle grid pattern for texture */
        repeating-linear-gradient(45deg, rgba(44,93,143,0.02) 0px, rgba(44,93,143,0.02) 2px, transparent 2px, transparent 8px),
        /* Base gradient */
        linear-gradient(135deg, #f4f2ee 0%, #eef4f7 40%, #f4f2ee 100%);
      z-index: 0;
    }

    /* Animated flowing lines background */
    .flowing-lines {
      position: absolute;
      inset: 0;
      z-index: 0;
      opacity: 0.12;
      pointer-events: none;
    }
    .flowing-lines svg {
      width: 100%;
      height: 100%;
    }
    .flowing-lines path {
      stroke: #2C5D8F;
      stroke-width: 1.5;
      fill: none;
      animation: lineFlow 20s linear infinite;
    }
    @keyframes lineFlow {
      0% { stroke-dashoffset: 0; }
      100% { stroke-dashoffset: 200; }
    }

    /* Animated grain texture */
    .hero-grain-extreme {
      position: absolute;
      inset: 0;
      background-image: url("https://www.transparenttextures.com/patterns/noise.png");
      opacity: 0.07;
      z-index: 1;
      pointer-events: none;
      animation: grainExtreme 10s steps(4) infinite;
    }
    @keyframes grainExtreme {
      0%, 100% { opacity: 0.06; transform: scale(1);}
      50% { opacity: 0.12; transform: scale(1.02);}
    }

    /* ===== MORPHING LIQUID BLOBS (Ultra Premium) ===== */
    .liquid-blob-word {
      position: absolute;
      border-radius: 50%;
      filter: blur(90px);
      will-change: transform, border-radius;
      animation: liquidMorphWord 25s infinite alternate ease-in-out;
      z-index: 0;
    }
    .blob-word-1 {
      width: 520px;
      height: 520px;
      background: #2C5D8F;
      top: -18%;
      left: -10%;
      opacity: 0.22;
    }
    .blob-word-2 {
      width: 580px;
      height: 580px;
      background: #7fafb4;
      bottom: -25%;
      right: -15%;
      opacity: 0.2;
      animation-duration: 28s;
      animation-delay: 1.8s;
    }
    .blob-word-3 {
      width: 380px;
      height: 380px;
      background: #3e78b2;
      top: 40%;
      right: 0%;
      filter: blur(85px);
      opacity: 0.25;
      animation-duration: 20s;
      animation-delay: 3s;
    }
    .blob-word-4 {
      width: 420px;
      height: 420px;
      background: #a9c6da;
      bottom: 5%;
      left: -5%;
      opacity: 0.2;
      animation-duration: 26s;
      animation-delay: 1s;
    }
    @keyframes liquidMorphWord {
      0% {
        border-radius: 68% 32% 48% 52% / 42% 58% 42% 58%;
        transform: translate(0, 0) scale(1);
      }
      40% {
        border-radius: 32% 68% 75% 25% / 58% 42% 58% 42%;
        transform: translate(55px, -45px) scale(1.22);
      }
      70% {
        border-radius: 48% 52% 35% 65% / 52% 32% 68% 48%;
        transform: translate(-45px, 55px) scale(0.88);
      }
      100% {
        border-radius: 58% 42% 48% 52% / 32% 68% 32% 68%;
        transform: translate(35px, -35px) scale(1.12);
      }
    }

    /* glowing orbs */
    .glow-orb-word {
      position: absolute;
      border-radius: 50%;
      filter: blur(65px);
      animation: orbWordGlide 16s infinite alternate;
    }
    .orb-word-1 {
      width: 260px;
      height: 260px;
      background: radial-gradient(circle, #dce8f3, #2c5d8fdd);
      top: 15%;
      right: 5%;
      opacity: 0.45;
    }
    .orb-word-2 {
      width: 190px;
      height: 190px;
      background: #c7dceb;
      bottom: 18%;
      left: 0%;
      opacity: 0.55;
      animation-duration: 13s;
    }
    @keyframes orbWordGlide {
      0% { transform: translateY(0px) scale(1); opacity: 0.35;}
      100% { transform: translateY(-80px) scale(1.45); opacity: 0.68;}
    }

    /* particle swarm */
    .particle-word-swarm {
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 1;
    }
    .particle-word {
      position: absolute;
      width: 9px;
      height: 9px;
      background: #2C5D8F;
      border-radius: 50%;
      opacity: 0.45;
      animation: orbitWordTrail 32s linear infinite;
    }
    @keyframes orbitWordTrail {
      from { transform: rotate(0deg) translateX(260px) rotate(0deg);}
      to { transform: rotate(360deg) translateX(260px) rotate(-360deg);}
    }

    /* ===== CONTENT WRAPPER ===== */
    .hero-content-word {
      position: relative;
    }

    /* ===== BADGE ===== */
    .badge-word-premium {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      background: rgba(220, 232, 243, 0.85);
      backdrop-filter: blur(12px);
      padding: 10px 32px;
      border-radius: 100px;
      font-size: 13px;
      font-weight: 800;
      color: #1C3447;
      letter-spacing: 0.5px;
      margin-bottom: 30px;
      border: 1px solid rgba(44,93,143,0.35);
      animation: badgeWordSlide 0.8s ease forwards;
      transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.2);
      cursor: pointer;
      position: relative;
      overflow: hidden;
    }
    .badge-word-premium::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
      transition: left 0.6s ease;
    }
    .badge-word-premium:hover::before {
      left: 100%;
    }
    .badge-word-premium:hover {
      transform: translateY(-5px);
      box-shadow: 0 18px 35px -14px rgba(44,93,143,0.4);
    }
    @keyframes badgeWordSlide {
      from { opacity: 0; transform: translateX(-70px);}
      to { opacity: 1; transform: translateX(0);}
    }

    /* ===== WORD-BY-WORD REVEAL SYSTEM ===== */
    .word-reveal-headline {
      font-size: clamp(54px, 9.5vw, 105px);
      font-weight: 900;
      line-height: 1.08;
      color: #1C3447;
      margin-bottom: 35px;
    }
    .reveal-line {
      display: block;
      margin-bottom: 8px;
		font-size:96px;
    }
    .reveal-word {
      display: inline-block;
      opacity: 0;
      transform: translateY(30px) scale(0.9);
      animation: wordRevealSequence 0.6s cubic-bezier(0.2, 0.85, 0.4, 1) forwards;
    }
    /* Staggered delays for each word */
    .word-1 { animation-delay: 0.05s; }
    .word-2 { animation-delay: 0.15s; }
    .word-3 { animation-delay: 0.25s; }
    .word-4 { animation-delay: 0.35s; }
    .word-5 { animation-delay: 0.45s; }
    .word-6 { animation-delay: 0.55s; }
    .word-7 { animation-delay: 0.65s; }
    .word-8 { animation-delay: 0.75s; }
    .word-9 { animation-delay: 0.85s; }
    .word-10 { animation-delay: 0.95s; }

    @keyframes wordRevealSequence {
      0% {
        opacity: 0;
        transform: translateY(30px) scale(0.9);
        filter: blur(8px);
      }
      60% {
        opacity: 0.8;
        transform: translateY(-5px) scale(1.02);
      }
      100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
      }
    }
    .highlight-word {
      color: #2C5D8F;
      position: relative;
      display: inline-block;
    }
    .highlight-word::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 12px;
      width: 100%;
      height: 16px;
      background: linear-gradient(110deg, #a9c6da, #dcecf5, #c7dceb);
      z-index: -1;
      transform: skewX(-12deg);
      border-radius: 8px;
      transition: all 0.4s ease;
    }
    .highlight-word:hover::after {
      height: 24px;
      background: linear-gradient(110deg, #2c5d8f66, #a9c6da, #7fafb4);
    }
    /* Hover effect on any reveal word */
    .reveal-word:hover {
      /* animation: wordLightFlash 0.35s ease forwards !important; */
      color: #2C5D8F;
      cursor: default;
    }
    @keyframes wordLightFlash {
      0% { transform: scale(1); text-shadow: none; }
      40% { transform: scale(1.1); text-shadow: 0 0 12px rgba(44,93,143,0.5); letter-spacing: 0.5px; }
      100% { transform: scale(1.05); text-shadow: 0 0 4px rgba(44,93,143,0.2); }
    }

   

    .desc-word-reveal span:not(.pill-word-reveal):hover {
      animation: descWordGlow 0.3s ease forwards;
      color: #2C5D8F;
      cursor: default;
    }
    @keyframes descWordGlow {
      0% { transform: translateX(0); text-shadow: none;}
      30% { transform: translateX(-2px); text-shadow: 0 0 5px rgba(44,93,143,0.3);}
      70% { transform: translateX(2px);}
      100% { transform: translateX(0); text-shadow: none;}
    }

    /* ===== BUTTONS ===== */
    .btn-group-word {
      margin-top: 58px;
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      opacity: 0;
      animation: fadeInButtons 0.8s ease forwards;
      animation-delay: 2.4s;
    }
    @keyframes fadeInButtons {
      from { opacity: 0; transform: translateY(20px);}
      to { opacity: 1; transform: translateY(0);}
    }
    .btn-primary-word {
      background: #2C5D8F;
      color: white;
      padding: 18px 48px;
      border-radius: 80px;
      font-weight: 700;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 14px;
      transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.2);
      box-shadow: 0 18px 35px -14px rgba(15,61,92,0.45);
      position: relative;
      overflow: hidden;
    }
    .btn-primary-word::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
      transition: left 0.5s ease;
    }
    .btn-primary-word:hover::before {
      left: 100%;
    }
    .btn-primary-word:hover {
      background: #0F3D5C;
      transform: translateY(-7px) scale(1.02);
      box-shadow: 0 28px 45px -16px rgba(44,93,143,0.6);
      gap: 22px;
    }
    .btn-secondary-word {
      background: rgba(255, 250, 240, 0.78);
      backdrop-filter: blur(12px);
      border: 1.8px solid #2C5D8F;
      color: #1C3447;
      padding: 18px 44px;
      border-radius: 80px;
      font-weight: 700;
      text-decoration: none;
      transition: all 0.35s ease;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      position: relative;
      overflow: hidden;
    }
    .btn-secondary-word::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(44,93,143,0.15), transparent);
      transition: left 0.5s ease;
    }
    .btn-secondary-word:hover::before {
      left: 100%;
    }
    .btn-secondary-word:hover {
      background: #dce8f3;
      transform: translateY(-5px);
      border-color: #0F3D5C;
      box-shadow: 0 18px 32px -12px rgba(0,0,0,0.1);
    }



    /* ===== SCROLL INDICATOR ===== */
    .scroll-word-indicator {
      position: absolute;
      bottom: 38px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 45;
      text-align: center;
      cursor: pointer;
      transition: all 0.3s ease;
      opacity: 0;
      animation: fadeInScroll 0.8s ease forwards;
      animation-delay: 3s;
    }
    @keyframes fadeInScroll {
      from { opacity: 0; transform: translateX(-50%) translateY(10px);}
      to { opacity: 1; transform: translateX(-50%) translateY(0);}
    }
    .scroll-word-ring {
      width: 38px;
      height: 58px;
      border: 2px solid #2C5D8F;
      border-radius: 30px;
      margin: 0 auto 8px;
      position: relative;
      transition: all 0.3s ease;
    }
    .scroll-word-ring::before {
      content: "";
      position: absolute;
      top: 8px;
      left: 50%;
      transform: translateX(-50%);
      width: 4px;
      height: 12px;
      background: #2C5D8F;
      border-radius: 3px;
      animation: wheelScrollWord 1.8s infinite;
    }
    @keyframes wheelScrollWord {
      0% { opacity: 1; transform: translateX(-50%) translateY(0);}
      70% { opacity: 0.2; transform: translateX(-50%) translateY(18px);}
      100% { opacity: 1; transform: translateX(-50%) translateY(0);}
    }
    .scroll-word-indicator:hover {
      transform: translateX(-50%) translateY(-6px);
    }
    .scroll-word-indicator:hover .scroll-word-ring {
      border-color: #0F3D5C;
      box-shadow: 0 0 18px rgba(44,93,143,0.35);
    }

    @media (max-width: 860px) {
/*       .hero-content-word { padding: 0 28px; } */
      .metric-word-card { padding: 8px 24px; gap: 14px; }
      .metric-number-word { font-size: 32px; }
      .blob-word-2, .blob-word-4 { display: none; }
      .btn-primary-word, .btn-secondary-word { padding: 14px 28px; }
      .word-reveal-headline { font-size: 44px; }
		.badge-word-premium{
			padding:10px;
		}
    }


/* Second section css  */
  .hwx-engine-section {
      background: linear-gradient(135deg, #f4f2ee 0%, #faf8f5 100%);
      padding: 7rem 0;
      position: relative;
      isolation: isolate;
      overflow: hidden;
    }

    /* Decorative floating orbs */
    .hwx-bg-orb-primary {
      position: absolute;
      width: 450px;
      height: 450px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(44, 93, 143, 0.07) 0%, transparent 70%);
      top: -100px;
      right: -100px;
      z-index: 0;
      animation: hwxOrbFloat 8s ease-in-out infinite;
    }

    .hwx-bg-orb-secondary {
      position: absolute;
      width: 350px;
      height: 350px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(28, 52, 71, 0.05) 0%, transparent 70%);
      bottom: -80px;
      left: -80px;
      z-index: 0;
      animation: hwxOrbFloat 10s ease-in-out infinite reverse;
    }

    @keyframes hwxOrbFloat {
      0%, 100% { transform: translate(0, 0) scale(1); }
      33% { transform: translate(30px, -30px) scale(1.05); }
      66% { transform: translate(-20px, 20px) scale(0.95); }
    }

    .hwx-content-wrapper {
      position: relative;
      z-index: 2;
    }

    /* Section heading */
    .hwx-section-heading {
      text-align: center;
      margin-bottom: 5rem;
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .hwx-section-heading.hwx-is-revealed {
      opacity: 1;
      transform: translateY(0);
    }

    .hwx-heading-title {
      font-weight: 700;
      font-size: clamp(2.4rem, 5vw, 3.6rem);
      color: #1C3447;
      letter-spacing: -0.8px;
      line-height: 1.2;
      text-transform: uppercase;
      margin: 0;
    }

    .hwx-heading-highlight {
      background: linear-gradient(135deg, #2C5D8F 0%, #3e78b2 50%, #2C5D8F 100%);
      background-size: 200% auto;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      animation: hwxGradientFlow 3s ease infinite;
      display: inline-block;
    }

    @keyframes hwxGradientFlow {
      0% { background-position: 0% center; }
      50% { background-position: 100% center; }
      100% { background-position: 0% center; }
    }

    /* Column reveal animation */
    .hwx-column-reveal {
      opacity: 0;
      transform: translateY(50px);
      transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .hwx-column-reveal.hwx-is-revealed {
      opacity: 1;
      transform: translateY(0);
    }

    /* Glass cards */
    .hwx-glass-panel {
      background: rgba(255, 255, 255, 0.7);
      backdrop-filter: blur(25px);
      -webkit-backdrop-filter: blur(25px);
      border-radius: 3rem;
      padding: 3.5rem 3rem;
      height: 100%;
      box-shadow: 0 35px 70px -25px rgba(28, 52, 71, 0.3);
      border: 1px solid rgba(255, 255, 255, 0.9);
      transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
      position: relative;
      overflow: hidden;
    }

    .hwx-glass-panel::after {
      content: '';
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.3) 50%, transparent 60%);
      transform: rotate(45deg);
      animation: hwxShine 6s infinite;
      z-index: 0;
      pointer-events: none;
    }

    @keyframes hwxShine {
      0% { transform: translateX(-100%) rotate(45deg); }
      100% { transform: translateX(100%) rotate(45deg); }
    }

    .hwx-glass-panel > * {
      position: relative;
      z-index: 1;
    }

    .hwx-glass-panel:hover {
      transform: translateY(-12px);
      box-shadow: 0 45px 80px -25px rgba(15, 61, 92, 0.45);
      background: rgba(255, 255, 255, 0.8);
    }

    /* Problem panel accent */
    .hwx-panel-problem {
      border-left: 5px solid #1C3447;
    }

    /* Solution panel accent */
    .hwx-panel-solution {
      border-left: 5px solid #2C5D8F;
    }

    .hwx-panel-icon-title {
      font-weight: 800;
      font-size: 3rem;
      margin-bottom: 1.8rem !important;
      color: #1C3447;
      display: flex;
      align-items: center;
      gap: 18px;
    }

    .hwx-panel-icon-title i {
      font-size: 2.8rem;
      background: linear-gradient(135deg, #2C5D8F, #3e78b2);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      filter: drop-shadow(0 3px 6px rgba(0,0,0,0.15));
    }

    .hwx-panel-subtitle {
      font-weight: 700;
      font-size: 1.4rem;
      margin-bottom: 1.5rem;
      color: #0F3D5C;
      line-height: 1.5;
      padding-bottom: 1.2rem;
      border-bottom: 2px dashed rgba(169, 198, 218, 0.5);
    }

    .hwx-panel-description {
      font-size: 1.1rem;
      line-height: 1.9;
      color: #1C3447;
      margin-bottom: 1.8rem;
      opacity: 0.9;
      font-weight: 400;
    }

    /* Feature list */
    .hwx-feature-list {
      list-style: none;
      padding: 0;
      margin: 0 0 2.5rem 0;
    }

    .hwx-feature-item {
      padding: 1.1rem 1.4rem;
      margin-bottom: 0.9rem;
      font-weight: 500;
      display: flex;
      align-items: center;
      gap: 14px;
      transition: all 0.35s ease;
      backdrop-filter: blur(5px);
    }

    .hwx-feature-item:hover {
/*       background: rgba(220, 232, 243, 0.7);
      border-color: rgba(44, 93, 143, 0.4); */
      transform: translateX(8px);
/*       box-shadow: 0 8px 20px rgba(44, 93, 143, 0.15); */
    }

    .hwx-panel-problem .hwx-feature-item i {
      color: #1C3447;
      font-size: 1.3rem;
    }

    .hwx-panel-solution .hwx-feature-item i {
      color: #2C5D8F;
      font-size: 1.3rem;
    }

    .hwx-feature-text {
      flex: 1;
    }

    /* Image animation container */
    .hwx-image-animation-wrap {
      margin-top: 2.5rem;
      position: relative;
      min-height: 230px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .hwx-dual-image-stack {
      position: relative;
      width: 190px;
      height: 190px;
    }

    .hwx-dual-image-stack img {
      position: absolute;
      width: 165px;
      height: 165px;
      object-fit: cover;
      border-radius: 26px;
      box-shadow: 0 25px 50px rgba(0,0,0,0.35);
      transition: all 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
      border: 3px solid white;
    }

    /* Default stack positions */
    .hwx-img-layer-back {
      top: 0;
      left: 0;
      z-index: 1;
      transform: rotate(-6deg);
    }

    .hwx-img-layer-front {
      top: 25px;
      left: 25px;
      z-index: 2;
      transform: rotate(4deg);
    }

    /* Animated state when scrolled into view */
    .hwx-dual-image-stack.hwx-image-animated .hwx-img-layer-back {
      transform: translate(-35px, 35px) rotate(-12deg) scale(1.08);
      filter: brightness(0.75) saturate(0.8);
      border-color: #1C3447;
    }

    .hwx-dual-image-stack.hwx-image-animated .hwx-img-layer-front {
      transform: translate(35px, -35px) rotate(10deg) scale(1.08);
      border-color: #2C5D8F;
      filter: brightness(1.15) contrast(1.1);
    }

    .hwx-image-label {
      text-align: center;
      margin-top: 1.5rem;
      font-weight: 700;
      color: #2C5D8F;
      font-size: 0.95rem;
      text-transform: uppercase;
      letter-spacing: 2.5px;
      background: rgba(44, 93, 143, 0.08);
      padding: 0.5rem 2rem;
      border-radius: 50px;
      display: inline-block;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .hwx-glass-panel {
        padding: 2.5rem 1.8rem;
        border-radius: 2.2rem;
      }
      .hwx-dual-image-stack {
        width: 155px;
        height: 155px;
      }
      .hwx-dual-image-stack img {
        width: 135px;
        height: 135px;
      }
      .hwx-panel-icon-title {
        font-size: 2.4rem;
      }
    }

    /* Custom gap override for Bootstrap row */
    .hwx-custom-gap {
      --bs-gutter-y: 2.5rem;
    }

/* Whol we help css  */
 .hwx-audience-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
  
  /* Particle Canvas */
  .hwx-particle-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
  }
  
  /* Floating Orbs */
  .hwx-floating-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 1;
    pointer-events: none;
  }
  
  .hwx-orb-top-left {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(44, 93, 143, 0.4) 0%, transparent 70%);
    top: -100px;
    left: -100px;
    animation: hwxOrbFloat1 12s ease-in-out infinite;
  }
  
  .hwx-orb-bottom-right {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(62, 120, 178, 0.3) 0%, transparent 70%);
    bottom: -80px;
    right: -80px;
    animation: hwxOrbFloat2 10s ease-in-out infinite;
  }
  
  .hwx-orb-center {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(127, 175, 180, 0.2) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: hwxOrbFloat3 14s ease-in-out infinite;
  }
  
  @keyframes hwxOrbFloat1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(50px, -40px) scale(1.1); }
    66% { transform: translate(-30px, 30px) scale(0.9); }
  }
  
  @keyframes hwxOrbFloat2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(-40px, -30px) scale(1.15); }
    66% { transform: translate(30px, 40px) scale(0.85); }
  }
  
  @keyframes hwxOrbFloat3 {
    0%, 100% { transform: translate(-50%, -50%) scale(1); }
    50% { transform: translate(-50%, -50%) scale(1.2); }
  }
  
  /* Geometric Pattern */
  .hwx-geo-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
      linear-gradient(30deg, rgba(44, 93, 143, 0.05) 12%, transparent 12.5%),
      linear-gradient(150deg, rgba(44, 93, 143, 0.05) 12%, transparent 12.5%);
    background-size: 60px 60px;
    z-index: 1;
    pointer-events: none;
    animation: hwxPatternShift 20s linear infinite;
  }
  
  @keyframes hwxPatternShift {
    0% { transform: translate(0, 0); }
    100% { transform: translate(60px, 60px); }
  }
  
  /* Header Styles */
  .hwx-audience-header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  
  .hwx-audience-header.hwx-header-visible {
    opacity: 1;
    transform: translateY(0);
  }
  
  .hwx-header-line {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #2C5D8F, transparent);
    margin: 0 auto 1.5rem;
    border-radius: 2px;
  }
  
  .hwx-header-line-bottom {
    margin: 1.5rem auto 0;
  }
  
  .hwx-eyebrow-badge {
    display: inline-block;
    background: rgba(44, 93, 143, 0.2);
    color: #a9c6da;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(44, 93, 143, 0.3);
    backdrop-filter: blur(10px);
  }
  
  .hwx-audience-title {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 800;
    color: #f4f2ee;
    margin-bottom: 1rem;
    letter-spacing: -1px;
    line-height: 1.2;
  }
  
  .hwx-title-highlight {
    background: linear-gradient(135deg, #3e78b2, #7fafb4, #2C5D8F);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: hwxGradientText 4s ease infinite;
  }
  
  @keyframes hwxGradientText {
    0%, 100% { background-position: 0% center; }
    50% { background-position: 100% center; }
  }
  
  .hwx-audience-subtitle {
    color: #a9c6da;
    font-size: 1.2rem;
    font-weight: 400;
    opacity: 0.9;
  }
  
  /* Card Columns */
  .hwx-card-column {
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  
  .hwx-card-column.hwx-card-visible {
    opacity: 1;
    transform: translateY(0);
  }
  
  #hwxCardColumn2.hwx-card-visible {
    transition-delay: 0.2s;
  }
  
  /* Audience Cards */
  .hwx-audience-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 2.5rem;
    padding: 3rem 2.5rem;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .hwx-audience-card:hover {
    transform: translateY(-12px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(44, 93, 143, 0.5);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
  }
  
  /* Card Glow Effect */
  .hwx-card-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(44, 93, 143, 0.1) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: 0;
  }
  
  .hwx-audience-card:hover .hwx-card-glow {
    opacity: 1;
    animation: hwxGlowRotate 4s linear infinite;
  }
  
  @keyframes hwxGlowRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  /* Card Number Badge */
  .hwx-card-number {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    font-size: 5rem;
    font-weight: 900;
    color: rgba(44, 93, 143, 0.1);
    z-index: 1;
    line-height: 1;
    pointer-events: none;
    transition: all 0.4s ease;
  }
  
  .hwx-audience-card:hover .hwx-card-number {
    color: rgba(44, 93, 143, 0.2);
    transform: scale(1.1);
  }
  
  /* Icon Container */
  .hwx-icon-container {
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 2rem;
    z-index: 2;
  }
  
  .hwx-icon-pulse {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(44, 93, 143, 0.3);
    animation: hwxIconPulse 2.5s ease-out infinite;
  }
  
  @keyframes hwxIconPulse {
    0% { transform: scale(0.8); opacity: 0.8; }
    100% { transform: scale(1.6); opacity: 0; }
  }
  
  .hwx-icon-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2C5D8F, #3e78b2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(44, 93, 143, 0.4);
  }
  
  .hwx-card-svg {
    width: 36px;
    height: 36px;
    color: #f4f2ee;
    transition: transform 0.4s ease;
  }
  
  .hwx-audience-card:hover .hwx-card-svg {
    transform: scale(1.2) rotate(-10deg);
  }
  
  /* Card Content */
  .hwx-card-heading {
    font-size: 1.8rem;
    font-weight: 700;
    color: #f4f2ee;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
  }
  
  .hwx-card-text {
    color: #a9c6da;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1.8rem;
    position: relative;
    z-index: 2;
  }
  
  /* Feature Pills */
  .hwx-feature-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
  }
  
  .hwx-pill {
    background: rgba(44, 93, 143, 0.2);
    color: #dce8f3;
    padding: 0.5rem 1.2rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    border: 1px solid rgba(44, 93, 143, 0.3);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  
  .hwx-pill i {
    color: #3e78b2;
    font-size: 0.9rem;
  }
  
  .hwx-pill:hover {
    background: rgba(44, 93, 143, 0.4);
    border-color: #2C5D8F;
    transform: translateY(-3px);
  }
  
  /* CTA Button */
  .hwx-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #f4f2ee;
    padding: 0.9rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid rgba(244, 242, 238, 0.3);
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  
  .hwx-cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(244, 242, 238, 0.1), transparent);
    transition: left 0.5s ease;
  }
  
  .hwx-cta-btn:hover {
    border-color: #f4f2ee;
    background: rgba(244, 242, 238, 0.1);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }
  
  .hwx-cta-btn:hover::before {
    left: 100%;
  }
  
  .hwx-btn-arrow {
    transition: transform 0.3s ease;
    font-size: 1.2rem;
  }
  
  .hwx-cta-btn:hover .hwx-btn-arrow {
    transform: translateX(5px);
  }
  
  /* Decorative Corner */
  .hwx-card-corner {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, transparent 50%, rgba(44, 93, 143, 0.1) 50%);
    border-radius: 0 0 2.5rem 0;
    pointer-events: none;
    z-index: 0;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .hwx-audience-card {
      padding: 2rem 1.5rem;
      border-radius: 2rem;
    }
    .hwx-card-number {
      font-size: 3.5rem;
      top: 1rem;
      right: 1.5rem;
    }
    .hwx-feature-pills {
      gap: 0.5rem;
    }
    .hwx-pill {
      padding: 0.4rem 0.9rem;
      font-size: 0.78rem;
    }
  }

        /* ============ HAYWOODX UNIQUE SECTION ============ */
        .hxw-whowehelp {
            position: relative;
            min-height: 100vh;
            display: flex;
            align-items: center;
            padding: 100px 0;
            background: linear-gradient(135deg, #1C3447 0%, #0F3D5C 40%, #1C3447 100%);
            overflow: hidden;
        }
        
        /* Animated particles container */
        .hxw-particles-wrapper {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            pointer-events: none;
        }
        
        .hxw-particle-dot {
            position: absolute;
            background: rgba(44, 93, 143, 0.6);
            border-radius: 50%;
            animation: hxwFloatUp linear infinite;
        }
        
        @keyframes hxwFloatUp {
            0% {
                transform: translateY(100vh) scale(0);
                opacity: 0;
            }
            10% {
                opacity: 1;
            }
            90% {
                opacity: 1;
            }
            100% {
                transform: translateY(-100px) scale(1);
                opacity: 0;
            }
        }
        
        /* Glowing orbs */
        .hxw-orb-glow {
            position: absolute;
            border-radius: 50%;
            filter: blur(100px);
            z-index: 1;
            pointer-events: none;
        }
        
        .hxw-orb-glow--left {
            width: 500px;
            height: 500px;
            background: rgba(44, 93, 143, 0.3);
            top: -200px;
            left: -150px;
            animation: hxwOrbMove1 15s ease-in-out infinite;
        }
        
        .hxw-orb-glow--right {
            width: 400px;
            height: 400px;
            background: rgba(62, 120, 178, 0.25);
            bottom: -150px;
            right: -100px;
            animation: hxwOrbMove2 12s ease-in-out infinite;
        }
        
        .hxw-orb-glow--center {
            width: 300px;
            height: 300px;
            background: rgba(127, 175, 180, 0.15);
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            animation: hxwOrbMove3 18s ease-in-out infinite;
        }
        
        @keyframes hxwOrbMove1 {
            0%, 100% { transform: translate(0, 0); }
            33% { transform: translate(60px, -50px); }
            66% { transform: translate(-30px, 40px); }
        }
        
        @keyframes hxwOrbMove2 {
            0%, 100% { transform: translate(0, 0); }
            50% { transform: translate(-50px, -40px); }
        }
        
        @keyframes hxwOrbMove3 {
            0%, 100% { transform: translate(-50%, -50%) scale(1); }
            50% { transform: translate(-50%, -50%) scale(1.3); }
        }
        
        /* Grid pattern overlay */
        .hxw-grid-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: 
                linear-gradient(rgba(44, 93, 143, 0.05) 1px, transparent 1px),
                linear-gradient(90deg, rgba(44, 93, 143, 0.05) 1px, transparent 1px);
            background-size: 50px 50px;
            z-index: 1;
            pointer-events: none;
            animation: hxwGridMove 20s linear infinite;
        }
        
        @keyframes hxwGridMove {
            0% { transform: translate(0, 0); }
            100% { transform: translate(50px, 50px); }
        }
        
        /* Content wrapper */
        .hxw-content-holder {
            position: relative;
            z-index: 2;
        }
        
        /* Section header */
        .hxw-section-top {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .hxw-badge-tag {
            display: inline-block;
            background: rgba(44, 93, 143, 0.3);
            color: #a9c6da;
            padding: 8px 25px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 3px;
            text-transform: uppercase;
            border: 1px solid rgba(44, 93, 143, 0.4);
            backdrop-filter: blur(10px);
            margin-bottom: 20px;
        }
        
        .hxw-main-heading {
            font-size: clamp(28px, 5vw, 48px);
            font-weight: 800;
            color: #f4f2ee;
            margin-bottom: 15px;
            line-height: 1.2;
        }
        
        .hxw-heading-highlight {
            background: linear-gradient(135deg, #3e78b2, #7fafb4, #2C5D8F);
            background-size: 200% auto;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: hxwGradientMove 3s ease infinite;
        }
        
        @keyframes hxwGradientMove {
            0%, 100% { background-position: 0% center; }
            50% { background-position: 100% center; }
        }
        
        .hxw-sub-heading {
            color: #a9c6da;
            font-size: 18px;
            font-weight: 400;
            opacity: 0.9;
        }
        
        /* Divider line */
        .hxw-divider-line {
            width: 80px;
            height: 3px;
            background: linear-gradient(90deg, transparent, #2C5D8F, transparent);
            margin: 20px auto;
            border-radius: 2px;
        }
        
        /* Cards */
        .hxw-info-card {
            background: rgba(255, 255, 255, 0.04);
            backdrop-filter: blur(25px);
            -webkit-backdrop-filter: blur(25px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 30px;
            padding: 40px 35px;
            height: 100%;
            position: relative;
            overflow: hidden;
            transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        }
        
        .hxw-info-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(44, 93, 143, 0.1) 0%, transparent 50%);
            z-index: 0;
            pointer-events: none;
        }
        
        .hxw-info-card:hover {
            transform: translateY(-15px) scale(1.02);
            background: rgba(255, 255, 255, 0.08);
            border-color: rgba(44, 93, 143, 0.5);
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
        }
        
        /* Card number watermark */
        .hxw-card-watermark {
            position: absolute;
            top: 20px;
            right: 30px;
            font-size: 80px;
            font-weight: 900;
            color: rgba(44, 93, 143, 0.08);
            z-index: 0;
            pointer-events: none;
            transition: all 0.4s ease;
            line-height: 1;
        }
        
        .hxw-info-card:hover .hxw-card-watermark {
            color: rgba(44, 93, 143, 0.15);
            transform: scale(1.1);
        }
        
        /* Icon box */
        .hxw-icon-box {
            position: relative;
            width: 70px;
            height: 70px;
            margin-bottom: 25px;
            z-index: 1;
        }
        
        .hxw-icon-pulse-ring {
            position: absolute;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background: rgba(44, 93, 143, 0.4);
            animation: hxwPulseEffect 2s ease-out infinite;
        }
        
        @keyframes hxwPulseEffect {
            0% { transform: scale(0.8); opacity: 0.8; }
            100% { transform: scale(1.8); opacity: 0; }
        }
        
        .hxw-icon-circle {
            position: relative;
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, #2C5D8F, #3e78b2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 2;
            box-shadow: 0 10px 30px rgba(44, 93, 143, 0.5);
        }
        
        .hxw-icon-circle svg {
            width: 32px;
            height: 32px;
            color: #f4f2ee;
            transition: transform 0.4s ease;
        }
        
        .hxw-info-card:hover .hxw-icon-circle svg {
            transform: scale(1.2) rotate(-5deg);
        }
        
        /* Card content */
        .hxw-card-title {
            font-size: 26px;
            font-weight: 700;
            color: #f4f2ee;
            margin-bottom: 15px;
            position: relative;
            z-index: 1;
        }
        
        .hxw-card-description {
            color: #a9c6da;
            font-size: 16px;
            line-height: 1.8;
            margin-bottom: 20px;
            position: relative;
            z-index: 1;
        }
        
        /* Feature tags */
        .hxw-tag-group {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 25px;
            position: relative;
            z-index: 1;
        }
        
        .hxw-tag-item {
/*             background: rgba(44, 93, 143, 0.25); */
            color: #dce8f3;
            padding: 8px 18px;
/*             border-radius: 50px; */
            font-size: 14px;
            font-weight: 500;
/*             border: 1px solid rgba(44, 93, 143, 0.35); */
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .hxw-tag-item i {
            color: #3e78b2;
            font-size: 13px;
        }
        
        .hxw-tag-item:hover {
/*             background: rgba(44, 93, 143, 0.45); */
/*             border-color: #2C5D8F; */
            transform: translateY(-3px);
/*             box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); */
        }
        
        /* CTA Button */
        .hxw-action-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: transparent;
            color: #f4f2ee;
            padding: 12px 30px;
            border-radius: 50px;
            font-weight: 600;
            text-decoration: none;
            border: 2px solid rgba(244, 242, 238, 0.3);
            transition: all 0.4s ease;
            position: relative;
            z-index: 1;
            overflow: hidden;
            font-size: 16px;
        }
        
        .hxw-action-btn::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
            transition: left 0.6s ease;
        }
        
        .hxw-action-btn:hover {
            border-color: #f4f2ee;
            background: rgba(244, 242, 238, 0.1);
            transform: translateY(-3px);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
            color: #ffffff;
        }
        
        .hxw-action-btn:hover::after {
            left: 100%;
        }
        
        .hxw-btn-arrow-icon {
            transition: transform 0.3s ease;
            font-size: 18px;
        }
        
        .hxw-action-btn:hover .hxw-btn-arrow-icon {
            transform: translateX(6px);
        }
        
        /* Corner decoration */
        .hxw-card-corner-decor {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, transparent 50%, rgba(44, 93, 143, 0.08) 50%);
            border-radius: 0 0 30px 0;
            pointer-events: none;
            z-index: 0;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .hxw-whowehelp {
                padding: 60px 0;
            }
            
            .hxw-info-card {
                padding: 30px 20px;
                border-radius: 20px;
            }
            
            .hxw-card-watermark {
                font-size: 50px;
                top: 15px;
                right: 20px;
            }
            
            .hxw-card-title {
                font-size: 22px;
            }
            
            .hxw-tag-group {
                gap: 8px;
            }
            
            .hxw-tag-item {
                padding: 6px 14px;
                font-size: 12px;
            }
        }

        /* ============ HAYWOODX SYSTEM SECTION ============ */
        .hxw-system-section {
            position: relative;
            padding: 120px 0;
            background: #f4f2ee;
            overflow: hidden;
            isolation: isolate;
        }
        
        /* Background decorative elements */
        .hxw-sys-bg-shape {
            position: absolute;
            pointer-events: none;
            z-index: 0;
        }
        
        .hxw-sys-bg-circle-large {
            width: 700px;
            height: 700px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(44, 93, 143, 0.04) 0%, transparent 70%);
            top: -200px;
            right: -200px;
            animation: hxwSysOrbFloat 12s ease-in-out infinite;
        }
        
        .hxw-sys-bg-circle-small {
            width: 400px;
            height: 400px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(28, 52, 71, 0.05) 0%, transparent 70%);
            bottom: -100px;
            left: -100px;
            animation: hxwSysOrbFloat 10s ease-in-out infinite reverse;
        }
        
        @keyframes hxwSysOrbFloat {
            0%, 100% { transform: translate(0, 0) scale(1); }
            33% { transform: translate(40px, -30px) scale(1.05); }
            66% { transform: translate(-25px, 25px) scale(0.95); }
        }
        
        /* Grid dots pattern */
        .hxw-sys-dots-pattern {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: radial-gradient(rgba(44, 93, 143, 0.08) 1px, transparent 1px);
            background-size: 30px 30px;
            z-index: 0;
            pointer-events: none;
        }
        
        /* Floating accent lines */
        .hxw-sys-accent-line {
            position: absolute;
            pointer-events: none;
            z-index: 0;
        }
        
        .hxw-sys-line-horizontal {
            width: 200px;
            height: 2px;
            background: linear-gradient(90deg, transparent, rgba(44, 93, 143, 0.2), transparent);
            top: 15%;
            right: 10%;
            animation: hxwSysLineMove 8s ease-in-out infinite;
        }
        
        .hxw-sys-line-vertical {
            width: 2px;
            height: 200px;
            background: linear-gradient(180deg, transparent, rgba(44, 93, 143, 0.15), transparent);
            bottom: 20%;
            left: 15%;
            animation: hxwSysLineMove 10s ease-in-out infinite reverse;
        }
        
        @keyframes hxwSysLineMove {
            0%, 100% { transform: translate(0, 0); opacity: 0.5; }
            50% { transform: translate(30px, -20px); opacity: 1; }
        }
        
        /* Content wrapper */
        .hxw-sys-content-wrap {
            position: relative;
            z-index: 2;
        }
        
        /* Left content area */
        .hxw-sys-left-content {
            position: relative;
        }
        
        /* Section badge */
        .hxw-sys-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: rgba(44, 93, 143, 0.08);
            color: #2C5D8F;
            padding: 8px 20px;
            border-radius: 50px;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 3px;
            text-transform: uppercase;
            margin-bottom: 25px;
            border: 1px solid rgba(44, 93, 143, 0.15);
            backdrop-filter: blur(5px);
        }
        
        .hxw-sys-eyebrow-dot {
            width: 8px;
            height: 8px;
            background: #2C5D8F;
            border-radius: 50%;
            animation: hxwSysDotPulse 2s ease-in-out infinite;
        }
        
        @keyframes hxwSysDotPulse {
            0%, 100% { transform: scale(1); opacity: 1; }
            50% { transform: scale(1.8); opacity: 0.4; }
        }
        
        /* Main heading */
        .hxw-sys-heading {
            font-size: clamp(32px, 5vw, 52px);
            font-weight: 800;
            color: #1C3447;
            line-height: 1.15;
            margin-bottom: 25px;
            letter-spacing: -1px;
        }
        
        .hxw-sys-heading-highlight {
            position: relative;
            color: #2C5D8F;
            display: inline-block;
        }
        
        .hxw-sys-heading-highlight::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 4px;
            width: 100%;
            height: 8px;
            background: rgba(44, 93, 143, 0.15);
            border-radius: 4px;
            z-index: -1;
            animation: hxwSysUnderlineWidth 3s ease-in-out infinite;
        }
        
        @keyframes hxwSysUnderlineWidth {
            0%, 100% { width: 100%; }
            50% { width: 70%; }
        }
        
        /* Description text */
        .hxw-sys-description {
            font-size: 17px;
            line-height: 1.9;
            color: #4F6D8A;
            margin-bottom: 30px;
            font-weight: 400;
        }
        
        /* Feature list */
        .hxw-sys-feature-list {
            list-style: none;
            padding: 0;
            margin: 0 0 25px 0;
        }
        
        .hxw-sys-feature-item {
            display: flex;
            align-items: flex-start;
            gap: 18px;
            padding: 16px 20px;
            margin-bottom: 12px;
/*             background: white;
            border-radius: 16px;
            border: 1px solid rgba(44, 93, 143, 0.08); */
            transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
            position: relative;
            overflow: hidden;
        }
        
        .hxw-sys-feature-item::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 4px;
            height: 100%;
            background: linear-gradient(180deg, #2C5D8F, #3e78b2);
            border-radius: 0 4px 4px 0;
            transform: scaleY(0);
            transition: transform 0.4s ease;
        }
        
        .hxw-sys-feature-item:hover {
/*             border-color: rgba(44, 93, 143, 0.25);
            box-shadow: 0 15px 40px rgba(28, 52, 71, 0.1); */
            transform: translateX(8px);
        }
        
/*         .hxw-sys-feature-item:hover::before {
            transform: scaleY(1);
        }
         */
        .hxw-sys-feature-icon {
            width: 48px;
            height: 48px;
            min-width: 48px;
            background: linear-gradient(135deg, rgba(44, 93, 143, 0.1), rgba(62, 120, 178, 0.08));
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            color: #2C5D8F;
            transition: all 0.4s ease;
        }
        
        .hxw-sys-feature-item:hover .hxw-sys-feature-icon {
            background: linear-gradient(135deg, #2C5D8F, #3e78b2);
            color: #f4f2ee;
            transform: rotate(-10deg) scale(1.1);
        }
        
        .hxw-sys-feature-text {
            flex: 1;
        }
        
        .hxw-sys-feature-title {
            font-weight: 700;
            color: #1C3447;
            font-size: 15px;
            margin-bottom: 3px;
        }
        
        .hxw-sys-feature-desc {
            font-size: 13px;
            color: #4F6D8A;
            line-height: 1.5;
        }
        
        /* After list paragraph */
        .hxw-sys-after-text {
            font-size: 16px;
            color: #1C3447;
            font-weight: 500;
            margin-bottom: 30px;
            padding: 15px 20px;
            background: rgba(44, 93, 143, 0.04);
            border-radius: 12px;
            border-left: 3px solid #2C5D8F;
        }
        
        /* CTA Button */
        .hxw-sys-cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 14px;
            background: linear-gradient(135deg, #2C5D8F, #1C3447);
            color: #f4f2ee;
            padding: 16px 35px;
            border-radius: 50px;
            font-weight: 700;
            font-size: 16px;
            text-decoration: none;
            transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
            position: relative;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(44, 93, 143, 0.3);
            letter-spacing: 0.5px;
        }
        
        .hxw-sys-cta-btn::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.2);
            transform: translate(-50%, -50%);
            transition: width 0.6s, height 0.6s;
        }
        
        .hxw-sys-cta-btn:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 45px rgba(44, 93, 143, 0.45);
            color: #ffffff;
        }
        
        .hxw-sys-cta-btn:hover::before {
            width: 400px;
            height: 400px;
        }
        
        .hxw-sys-cta-btn-text {
            position: relative;
            z-index: 1;
        }
        
        .hxw-sys-cta-btn-arrow {
            position: relative;
            z-index: 1;
            transition: transform 0.4s ease;
            font-size: 20px;
        }
        
        .hxw-sys-cta-btn:hover .hxw-sys-cta-btn-arrow {
            transform: translateX(8px) rotate(-45deg);
        }
        
        /* Right image area */
        .hxw-sys-right-image-wrap {
            position: relative;
            display: inline-block;
        }
        
        /* Image container with effects */
        .hxw-sys-image-frame {
            position: relative;
            display: inline-block;
            border-radius: 30px;
            overflow: hidden;
            box-shadow: 0 30px 60px rgba(28, 52, 71, 0.25);
            transition: all 0.5s ease;
        }
        
        .hxw-sys-image-frame:hover {
            transform: translateY(-10px);
            box-shadow: 0 40px 80px rgba(28, 52, 71, 0.35);
        }
        
        .hxw-sys-image-frame img {
            display: block;
            width: 100%;
            max-width: 550px;
            height: auto;
            border-radius: 30px;
            transition: transform 0.6s ease;
        }
        
        .hxw-sys-image-frame:hover img {
            transform: scale(1.03);
        }
        
        /* Floating decorative cards behind image */
        .hxw-sys-float-card {
            position: absolute;
            background: white;
            border-radius: 20px;
            padding: 20px 25px;
            box-shadow: 0 20px 40px rgba(28, 52, 71, 0.15);
            z-index: 1;
            animation: hxwSysFloatCard 6s ease-in-out infinite;
        }
        
        .hxw-sys-float-card--top {
            top: -30px;
            left: -40px;
            animation-delay: 0s;
        }
        
        .hxw-sys-float-card--bottom {
            bottom: -30px;
            right: -40px;
            animation-delay: -3s;
        }
        
        @keyframes hxwSysFloatCard {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-20px); }
        }
        
        .hxw-sys-float-card-stat {
            font-size: 28px;
            font-weight: 800;
            color: #2C5D8F;
            line-height: 1;
        }
        
        .hxw-sys-float-card-label {
            font-size: 12px;
            color: #4F6D8A;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-top: 5px;
        }
        
        .hxw-sys-float-card-icon {
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, #2C5D8F, #3e78b2);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            margin-bottom: 10px;
            font-size: 18px;
        }
        
        /* Glow effect behind image */
        .hxw-sys-image-glow {
            position: absolute;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(44, 93, 143, 0.15) 0%, transparent 70%);
            border-radius: 50%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: -2;
            animation: hxwSysGlowPulse 4s ease-in-out infinite;
        }
        
        @keyframes hxwSysGlowPulse {
            0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.6; }
            50% { transform: translate(-50%, -50%) scale(1.2); opacity: 1; }
        }
        
        /* Responsive */
        @media (max-width: 992px) {
            .hxw-system-section {
                padding: 80px 0;
            }
            
            .hxw-sys-heading {
                font-size: 28px;
            }
            
            .hxw-sys-feature-item {
                padding: 14px 16px;
            }
            
            .hxw-sys-float-card {
                display: none;
            }
        }
        
        @media (max-width: 768px) {
            .hxw-system-section {
                padding: 60px 0;
            }
            
            .hxw-sys-cta-btn {
                padding: 14px 28px;
                font-size: 14px;
            }
            
            .hxw-sys-image-frame img {
                max-width: 100%;
            }
        }


 /* ============ HAYWOODX DELIVERY SECTION ============ */
        .hxw-delivery-section {
            position: relative;
            padding: 100px 0 120px;
            background: linear-gradient(180deg, #f4f2ee 0%, #faf8f5 50%, #f4f2ee 100%);
            overflow: hidden;
            isolation: isolate;
        }
        
        /* Animated background shapes */
        .hxw-del-bg-blob {
            position: absolute;
            border-radius: 50%;
            pointer-events: none;
            z-index: 0;
            filter: blur(80px);
        }
        
        .hxw-del-blob-1 {
            width: 500px;
            height: 500px;
            background: rgba(44, 93, 143, 0.06);
            top: -150px;
            left: -150px;
            animation: hxwDelBlobFloat 15s ease-in-out infinite;
        }
        
        .hxw-del-blob-2 {
            width: 400px;
            height: 400px;
            background: rgba(28, 52, 71, 0.04);
            bottom: -100px;
            right: -100px;
            animation: hxwDelBlobFloat 12s ease-in-out infinite reverse;
        }
        
        .hxw-del-blob-3 {
            width: 300px;
            height: 300px;
            background: rgba(62, 120, 178, 0.05);
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            animation: hxwDelBlobFloat 18s ease-in-out infinite;
        }
        
        @keyframes hxwDelBlobFloat {
            0%, 100% { transform: translate(0, 0) scale(1); }
            33% { transform: translate(50px, -40px) scale(1.1); }
            66% { transform: translate(-30px, 30px) scale(0.9); }
        }
        
        /* Content wrapper */
        .hxw-del-content-wrap {
            position: relative;
            z-index: 2;
        }
        
        /* Section header */
        .hxw-del-header {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .hxw-del-header-badge {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: rgba(44, 93, 143, 0.08);
            color: #2C5D8F;
            padding: 8px 22px;
            border-radius: 50px;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 4px;
            text-transform: uppercase;
            margin-bottom: 20px;
            border: 1px solid rgba(44, 93, 143, 0.12);
            backdrop-filter: blur(5px);
        }
        
        .hxw-del-header-dot {
            width: 7px;
            height: 7px;
            background: #2C5D8F;
            border-radius: 50%;
            animation: hxwDelDotPulse 2s ease-in-out infinite;
        }
        
        @keyframes hxwDelDotPulse {
            0%, 100% { transform: scale(1); opacity: 1; }
            50% { transform: scale(2); opacity: 0.3; }
        }
        
        .hxw-del-main-title {
            font-size: clamp(32px, 5vw, 50px);
            font-weight: 800;
            color: #1C3447;
            letter-spacing: -1px;
            margin-bottom: 15px;
            line-height: 1.2;
        }
        
        .hxw-del-title-highlight {
            position: relative;
            display: inline-block;
/*             background: linear-gradient(135deg, #2C5D8F, #3e78b2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text; */
        }
        
        .hxw-del-title-highlight::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: linear-gradient(90deg, transparent, #2C5D8F, transparent);
            border-radius: 2px;
        }
        
        .hxw-del-subtitle {
            color: #4F6D8A;
            font-size: 17px;
            font-weight: 400;
            max-width: 600px;
            margin: 0 auto;
        }
        
        /* Pricing cards grid */
        .hxw-del-cards-row {
            margin-bottom: 50px;
        }
        
        /* Pricing card */
        .hxw-pricing-panel {
            background: white;
            border-radius: 28px;
            padding: 35px 28px;
            height: 100%;
            display: flex;
            flex-direction: column;
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(44, 93, 143, 0.08);
            box-shadow: 0 10px 40px rgba(28, 52, 71, 0.06);
            transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        }
        
        .hxw-pricing-panel::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(90deg, #2C5D8F, #3e78b2, #7fafb4);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
        }
        
        .hxw-pricing-panel:hover {
            transform: translateY(-15px);
            box-shadow: 0 30px 60px rgba(28, 52, 71, 0.18);
            border-color: rgba(44, 93, 143, 0.2);
        }
        
        .hxw-pricing-panel:hover::before {
            transform: scaleX(1);
        }
        
        /* Featured card */
        .hxw-pricing-panel--highlighted {
            background: linear-gradient(180deg, #1C3447 0%, #0F3D5C 100%);
            border-color: rgba(255, 255, 255, 0.1);
            box-shadow: 0 20px 50px rgba(28, 52, 71, 0.35);
        }
        
        .hxw-pricing-panel--highlighted:hover {
            box-shadow: 0 35px 70px rgba(28, 52, 71, 0.5);
        }
        
        .hxw-pricing-panel--highlighted::before {
            background: linear-gradient(90deg, #3e78b2, #7fafb4, #2C5D8F);
        }
        
        /* Popular badge */
        .hxw-panel-popular-tag {
            position: absolute;
            top: 18px;
            right: 18px;
            background: linear-gradient(135deg, #2C5D8F, #3e78b2);
            color: white;
            padding: 6px 16px;
            border-radius: 50px;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            z-index: 2;
            animation: hxwDelBadgeGlow 3s ease-in-out infinite;
            box-shadow: 0 5px 20px rgba(44, 93, 143, 0.4);
        }
        
        @keyframes hxwDelBadgeGlow {
            0%, 100% { box-shadow: 0 5px 20px rgba(44, 93, 143, 0.4); }
            50% { box-shadow: 0 8px 30px rgba(44, 93, 143, 0.7); }
        }
        
        /* Icon container */
        .hxw-panel-icon-wrap {
            width: 65px;
            height: 65px;
            background: linear-gradient(135deg, rgba(44, 93, 143, 0.08), rgba(62, 120, 178, 0.06));
            border-radius: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            transition: all 0.5s ease;
            position: relative;
            z-index: 1;
        }
        
        .hxw-pricing-panel--highlighted .hxw-panel-icon-wrap {
            background: rgba(255, 255, 255, 0.1);
        }
        
        .hxw-pricing-panel:hover .hxw-panel-icon-wrap {
            background: linear-gradient(135deg, #2C5D8F, #3e78b2);
            transform: rotate(-5deg) scale(1.1);
        }
        
        .hxw-panel-icon-wrap svg {
            width: 30px;
            height: 30px;
            color: #2C5D8F;
            transition: all 0.5s ease;
        }
        
        .hxw-pricing-panel--highlighted .hxw-panel-icon-wrap svg {
            color: #f4f2ee;
        }
        
        .hxw-pricing-panel:hover .hxw-panel-icon-wrap svg {
            color: #f4f2ee;
            transform: scale(1.1);
        }
        
        /* Card label */
        .hxw-panel-label-title {
            font-size: 22px;
            font-weight: 700;
            color: #1C3447;
            margin-bottom: 15px;
            position: relative;
            z-index: 1;
        }
        
        .hxw-pricing-panel--highlighted .hxw-panel-label-title {
            color: #f4f2ee;
        }
        
        /* Price */
        .hxw-panel-price-block {
            margin-bottom: 20px;
            position: relative;
            z-index: 1;
        }
        
        .hxw-panel-price-amount {
            font-size: 38px;
            font-weight: 800;
            color: #1C3447;
            line-height: 1;
            display: flex;
            align-items: baseline;
            gap: 5px;
        }
        
        .hxw-pricing-panel--highlighted .hxw-panel-price-amount {
            color: #f4f2ee;
        }
        
        .hxw-panel-price-period {
            font-size: 14px;
            font-weight: 500;
            color: #4F6D8A;
        }
        
        .hxw-pricing-panel--highlighted .hxw-panel-price-period {
            color: #a9c6da;
        }
        
        /* Description */
        .hxw-panel-desc {
            font-size: 14px;
            line-height: 1.7;
            color: #4F6D8A;
            margin-bottom: 20px;
            position: relative;
            z-index: 1;
        }
        
        .hxw-pricing-panel--highlighted .hxw-panel-desc {
            color: #a9c6da;
        }
        
        /* Feature list */
        .hxw-panel-feature-list {
            list-style: none;
            padding: 0;
            margin: 0 0 20px 0;
            flex-grow: 1;
            position: relative;
            z-index: 1;
        }
        
        .hxw-panel-feature-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            padding: 10px 0;
            font-size: 14px;
            color: #1C3447;
            border-bottom: 1px solid rgba(44, 93, 143, 0.06);
            transition: all 0.3s ease;
        }
        
        .hxw-pricing-panel--highlighted .hxw-panel-feature-item {
            color: #dce8f3;
            border-bottom-color: rgba(255, 255, 255, 0.08);
        }
        
        .hxw-panel-feature-item:hover {
            padding-left: 8px;
        }
        
        .hxw-panel-feature-icon {
            color: #2C5D8F;
            font-size: 12px;
            margin-top: 3px;
            transition: all 0.3s ease;
        }
        
        .hxw-pricing-panel--highlighted .hxw-panel-feature-icon {
            color: #7fafb4;
        }
        
        .hxw-panel-feature-label {
            font-weight: 700;
            font-size: 13px;
            display: block;
            margin-top: 8px;
            color: #2C5D8F;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .hxw-pricing-panel--highlighted .hxw-panel-feature-label {
            color: #7fafb4;
        }
        
        /* CTA Button */
        .hxw-panel-action-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            width: 100%;
            padding: 14px 25px;
            background: #1C3447;
            color: #f4f2ee;
            border-radius: 50px;
            font-weight: 700;
            font-size: 15px;
            text-decoration: none;
            transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
            position: relative;
            z-index: 1;
            overflow: hidden;
            border: none;
            cursor: pointer;
            letter-spacing: 0.5px;
        }
        
        .hxw-panel-action-btn::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background: rgba(255, 255, 255, 0.15);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.6s ease;
        }
        
        .hxw-panel-action-btn:hover {
            transform: translateY(-4px);
            box-shadow: 0 15px 35px rgba(28, 52, 71, 0.4);
            color: white;
        }
        
        .hxw-panel-action-btn:hover::after {
            width: 400px;
            height: 400px;
        }
        
        .hxw-pricing-panel--highlighted .hxw-panel-action-btn {
            background: #f4f2ee;
            color: #1C3447;
        }
        
        .hxw-pricing-panel--highlighted .hxw-panel-action-btn:hover {
            background: white;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
        }
        
        .hxw-panel-btn-arrow {
            transition: transform 0.3s ease;
        }
        
        .hxw-panel-action-btn:hover .hxw-panel-btn-arrow {
            transform: translateX(5px);
        }
        
        /* Bottom CTA */
        .hxw-del-bottom-cta-wrap {
            text-align: center;
        }
        
        .hxw-del-bottom-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 18px 40px;
            background: transparent;
            color: #1C3447;
            border: 2px solid #1C3447;
            border-radius: 50px;
            font-weight: 700;
            font-size: 16px;
            text-decoration: none;
            transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
            position: relative;
            overflow: hidden;
            letter-spacing: 0.5px;
        }
        
        .hxw-del-bottom-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: #1C3447;
            transition: left 0.5s ease;
            z-index: -1;
        }
        
        .hxw-del-bottom-btn:hover {
            color: #f4f2ee;
            border-color: #1C3447;
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(28, 52, 71, 0.25);
        }
        
        .hxw-del-bottom-btn:hover::before {
            left: 0;
        }
        
        .hxw-del-bottom-btn svg {
            width: 20px;
            height: 20px;
            transition: transform 0.3s ease;
        }
        
        .hxw-del-bottom-btn:hover svg {
            transform: translateX(6px);
        }
        
        /* Responsive */
        @media (max-width: 1200px) {
            .hxw-pricing-panel {
                padding: 28px 20px;
            }
        }
        
        @media (max-width: 768px) {
            .hxw-delivery-section {
                padding: 60px 0 80px;
            }
            
            .hxw-del-main-title {
                font-size: 28px;
            }
            
            .hxw-pricing-panel {
                padding: 25px 18px;
                border-radius: 22px;
            }
            
            .hxw-panel-price-amount {
                font-size: 30px;
            }
        }


        /* ============ HAYWOODX WHY SECTION ============ */
        .hxw-why-section {
            position: relative;
            padding: 120px 0;
            background: linear-gradient(160deg, #faf8f5 0%, #f4f2ee 30%, #eef4f7 70%, #f4f2ee 100%);
            overflow: hidden;
            isolation: isolate;
        }
        
        /* Animated background mesh */
        .hxw-why-bg-mesh {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: 
                radial-gradient(circle at 20% 30%, rgba(44, 93, 143, 0.06) 0%, transparent 50%),
                radial-gradient(circle at 80% 70%, rgba(28, 52, 71, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 50% 50%, rgba(62, 120, 178, 0.04) 0%, transparent 60%);
            z-index: 0;
            pointer-events: none;
        }
        
        /* Floating geometric shapes */
        .hxw-why-float-shape {
            position: absolute;
            pointer-events: none;
            z-index: 0;
        }
        
        .hxw-why-shape-circle {
            width: 300px;
            height: 300px;
            border: 2px solid rgba(44, 93, 143, 0.06);
            border-radius: 50%;
            top: 10%;
            right: 5%;
            animation: hxwWhyShapeRotate 25s linear infinite;
        }
        
        .hxw-why-shape-square {
            width: 200px;
            height: 200px;
            border: 2px solid rgba(28, 52, 71, 0.04);
            bottom: 15%;
            left: 3%;
            transform: rotate(45deg);
            animation: hxwWhyShapeRotate 20s linear infinite reverse;
        }
        
        .hxw-why-shape-dots {
            width: 250px;
            height: 250px;
            background-image: radial-gradient(rgba(44, 93, 143, 0.08) 2px, transparent 2px);
            background-size: 25px 25px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            border-radius: 50%;
            animation: hxwWhyShapePulse 8s ease-in-out infinite;
        }
        
        @keyframes hxwWhyShapeRotate {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        
        @keyframes hxwWhyShapePulse {
            0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.5; }
            50% { transform: translate(-50%, -50%) scale(1.2); opacity: 1; }
        }
        
        /* Decorative lines */
        .hxw-why-accent-line {
            position: absolute;
            pointer-events: none;
            z-index: 0;
        }
        
        .hxw-why-line-diagonal {
            width: 300px;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(44, 93, 143, 0.15), transparent);
            top: 25%;
            right: 15%;
            transform: rotate(-30deg);
            animation: hxwWhyLineFloat 10s ease-in-out infinite;
        }
        
        .hxw-why-line-vertical {
            width: 1px;
            height: 250px;
            background: linear-gradient(180deg, transparent, rgba(44, 93, 143, 0.1), transparent);
            bottom: 20%;
            left: 10%;
            animation: hxwWhyLineFloat 12s ease-in-out infinite reverse;
        }
        
        @keyframes hxwWhyLineFloat {
            0%, 100% { transform: translate(0, 0) rotate(-30deg); opacity: 0.3; }
            50% { transform: translate(40px, -25px) rotate(-30deg); opacity: 0.8; }
        }
        
        /* Content wrapper */
        .hxw-why-content-wrapper {
            position: relative;
            z-index: 2;
        }
        
        /* Left content */
        .hxw-why-left-block {
            position: relative;
        }
        
        /* Section badge */
        .hxw-why-badge {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            color: #2C5D8F;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 3px;
            text-transform: uppercase;
            margin-bottom: 30px;
        }
        
        .hxw-why-badge-icon {
            width: 28px;
            height: 28px;
            background: linear-gradient(135deg, #2C5D8F, #3e78b2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            color: white;
            animation: hxwWhyBadgePulse 2s ease-in-out infinite;
        }
        
        @keyframes hxwWhyBadgePulse {
            0%, 100% { box-shadow: 0 0 0 0 rgba(44, 93, 143, 0.4); }
            50% { box-shadow: 0 0 0 15px rgba(44, 93, 143, 0); }
        }
        
        /* Main heading */
        .hxw-why-main-heading {
            font-size: clamp(32px, 5vw, 50px);
            font-weight: 800;
            color: #1C3447;
            line-height: 1.15;
            margin-bottom: 30px;
            letter-spacing: -1px;
        }
        
        .hxw-why-heading-word {
            position: relative;
            display: inline-block;
        }
        
        .hxw-why-heading-highlight {
            background: linear-gradient(135deg, #2C5D8F 0%, #3e78b2 50%, #2C5D8F 100%);
            background-size: 200% auto;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: hxwWhyGradientText 4s ease infinite;
            position: relative;
            display: inline-block;
        }
        
        .hxw-why-heading-highlight::after {
            content: '';
            position: absolute;
            bottom: 5px;
            left: 0;
            width: 100%;
            height: 10px;
            background: rgba(44, 93, 143, 0.1);
            border-radius: 5px;
            z-index: -1;
            animation: hxwWhyUnderlineWave 3s ease-in-out infinite;
        }
        
        @keyframes hxwWhyGradientText {
            0%, 100% { background-position: 0% center; }
            50% { background-position: 100% center; }
        }
        
        @keyframes hxwWhyUnderlineWave {
            0%, 100% { transform: scaleX(1); }
            50% { transform: scaleX(0.9); }
        }
        
        /* Feature list */
        .hxw-why-feature-list {
            list-style: none;
            padding: 0;
            margin: 0 0 20px 0;
        }
        
        .hxw-why-feature-row {
            display: flex;
            align-items: flex-start;
            gap: 20px;
/*             padding: 20px 24px; */
            margin-bottom: 12px;
/*             background: white;
            border-radius: 20px;
            border: 1px solid rgba(44, 93, 143, 0.06); */
            transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
            position: relative;
            overflow: hidden;
/*             box-shadow: 0 5px 20px rgba(28, 52, 71, 0.03); */
        }
        
/*         .hxw-why-feature-row::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 5px;
            height: 100%;
            background: linear-gradient(180deg, #2C5D8F, #3e78b2, #7fafb4);
            border-radius: 0 5px 5px 0;
            transform: scaleY(0);
            transform-origin: top;
            transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
        } */
        
/*         .hxw-why-feature-row:hover {
            border-color: rgba(44, 93, 143, 0.2);
            box-shadow: 0 15px 40px rgba(28, 52, 71, 0.1);
            transform: translateX(10px);
        }
        
        .hxw-why-feature-row:hover::before {
            transform: scaleY(1);
        } */
        
        .hxw-why-feature-icon-box {
            width: 55px;
            height: 55px;
            min-width: 55px;
            background: linear-gradient(135deg, rgba(44, 93, 143, 0.08), rgba(62, 120, 178, 0.05));
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            color: #2C5D8F;
            transition: all 0.4s ease;
        }
        
/*         .hxw-why-feature-row:hover .hxw-why-feature-icon-box {
            background: linear-gradient(135deg, #2C5D8F, #3e78b2);
            color: #f4f2ee;
            transform: rotate(-8deg) scale(1.1);
            box-shadow: 0 10px 25px rgba(44, 93, 143, 0.3);
        } */
        
        .hxw-why-feature-text-block {
            flex: 1;
        }
        
        .hxw-why-feature-title {
            font-weight: 700;
            font-size: 16px;
            color: #1C3447;
            margin-bottom: 5px;
        }
        
        .hxw-why-feature-desc {
            font-size: 14px;
            color: #4F6D8A;
            line-height: 1.6;
        }
        
        /* Description paragraphs */
        .hxw-why-description {
            font-size: 17px;
            line-height: 1.9;
            color: #4F6D8A;
            margin-bottom: 18px;
            font-weight: 400;
        }
        
        .hxw-why-description:last-of-type {
            margin-bottom: 30px;
            padding: 18px 22px;
            background: rgba(44, 93, 143, 0.04);
            border-radius: 16px;
            border-left: 4px solid #2C5D8F;
            font-weight: 500;
            color: #1C3447;
        }
        
        /* CTA Button */
        .hxw-why-cta-button {
            display: inline-flex;
            align-items: center;
            gap: 14px;
            background: linear-gradient(135deg, #1C3447 0%, #0F3D5C 100%);
            color: #f4f2ee;
            padding: 17px 38px;
            border-radius: 50px;
            font-weight: 700;
            font-size: 16px;
            text-decoration: none;
            transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
            position: relative;
            overflow: hidden;
            box-shadow: 0 12px 35px rgba(28, 52, 71, 0.3);
            letter-spacing: 0.5px;
        }
        
        .hxw-why-cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
            transition: left 0.6s ease;
        }
        
        .hxw-why-cta-button:hover {
            transform: translateY(-6px);
            box-shadow: 0 20px 50px rgba(28, 52, 71, 0.45);
            color: white;
        }
        
        .hxw-why-cta-button:hover::before {
            left: 100%;
        }
        
        .hxw-why-btn-icon {
            transition: transform 0.4s ease;
            width: 20px;
            height: 20px;
        }
        
        .hxw-why-cta-button:hover .hxw-why-btn-icon {
            transform: translateX(8px);
        }
        
        /* Right image area */
        .hxw-why-image-container {
            position: relative;
            display: inline-block;
        }
        
        /* Image frame */
        .hxw-why-image-frame {
            position: relative;
            display: inline-block;
            border-radius: 35px;
            overflow: hidden;
            box-shadow: 0 35px 70px rgba(28, 52, 71, 0.2);
            transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
        }
        
        .hxw-why-image-frame:hover {
            transform: translateY(-12px) scale(1.02);
            box-shadow: 0 45px 90px rgba(28, 52, 71, 0.35);
        }
        
        .hxw-why-image-frame img {
            display: block;
            width: 100%;
            max-width: 520px;
            height: auto;
            border-radius: 35px;
            transition: transform 0.8s ease;
        }
        
        .hxw-why-image-frame:hover img {
            transform: scale(1.05);
        }
        
        /* Image glow */
        .hxw-why-image-glow {
            position: absolute;
            width: 450px;
            height: 450px;
            background: radial-gradient(circle, rgba(44, 93, 143, 0.12) 0%, transparent 70%);
            border-radius: 50%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: -1;
            animation: hxwWhyGlowBreathe 5s ease-in-out infinite;
        }
        
        @keyframes hxwWhyGlowBreathe {
            0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.5; }
            50% { transform: translate(-50%, -50%) scale(1.15); opacity: 0.9; }
        }
        
        /* Floating stat cards */
        .hxw-why-stat-float {
            position: absolute;
            background: white;
            border-radius: 20px;
            padding: 20px 25px;
            box-shadow: 0 20px 45px rgba(28, 52, 71, 0.15);
            z-index: 2;
            animation: hxwWhyStatBounce 6s ease-in-out infinite;
        }
        
        .hxw-why-stat-float--years {
            top: -25px;
            left: -35px;
            animation-delay: 0s;
        }
        
        .hxw-why-stat-float--clients {
            bottom: -25px;
            right: -35px;
            animation-delay: -3s;
        }
        
        @keyframes hxwWhyStatBounce {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-18px); }
        }
        
        .hxw-why-stat-number {
            font-size: 32px;
            font-weight: 800;
            color: #2C5D8F;
            line-height: 1;
        }
        
        .hxw-why-stat-label {
            font-size: 12px;
            color: #4F6D8A;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 600;
            margin-top: 5px;
        }
        
        .hxw-why-stat-icon {
            width: 42px;
            height: 42px;
            background: linear-gradient(135deg, #2C5D8F, #3e78b2);
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 18px;
            margin-bottom: 12px;
        }
        
        /* Responsive */
        @media (max-width: 992px) {
            .hxw-why-section {
                padding: 80px 0;
            }
            
            .hxw-why-main-heading {
                font-size: 30px;
            }
            
            .hxw-why-feature-row {
                padding: 16px 18px;
            }
            
            .hxw-why-stat-float {
                display: none;
            }
        }
        
        @media (max-width: 768px) {
            .hxw-why-section {
                padding: 60px 0;
            }
            
            .hxw-why-cta-button {
                padding: 14px 30px;
                font-size: 14px;
            }
            
            .hxw-why-image-frame {
                border-radius: 25px;
            }
            
            .hxw-why-image-frame img {
                border-radius: 25px;
                max-width: 100%;
            }
        }
    
/* ===== INJECTED PREMIUM STYLES ===== */
/* ===== SUPER PREMIUM ENHANCEMENTS ===== */

/* Custom Cursor */
.cursor-dot {
  width: 8px; height: 8px;
  background: #2C5D8F;
  border-radius: 50%;
  position: fixed;
  top: 0; left: 0;
  pointer-events: none;
  z-index: 99999;
  transition: transform 0.1s ease;
  mix-blend-mode: multiply;
}
.cursor-ring {
  width: 36px; height: 36px;
  border: 1.5px solid rgba(44,93,143,0.5);
  border-radius: 50%;
  position: fixed;
  top: 0; left: 0;
  pointer-events: none;
  z-index: 99998;
  transition: width 0.3s ease, height 0.3s ease, border-color 0.3s ease;
}
body:hover .cursor-ring { width: 36px; }
a:hover ~ .cursor-ring, button:hover ~ .cursor-ring { width: 56px; height: 56px; border-color: #2C5D8F; }

/* ===== MAGNETIC HOVER NUMBERS ===== */
.metric-number-word {
  transition: letter-spacing 0.4s ease;
}

/* ===== PREMIUM SECTION DIVIDERS ===== */
.premium-divider {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(44,93,143,0.3), transparent);
  margin: 0;
  position: relative;
  overflow: visible;
}
.premium-divider::after {
  content: '✦';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #f4f2ee;
  padding: 0 20px;
  color: #2C5D8F;
  font-size: 16px;
  animation: dividerSpin 8s linear infinite;
}
@keyframes dividerSpin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* ===== SCROLLING MARQUEE BAR ===== */
.premium-marquee-bar {
  background: #1C3447;
  padding: 14px 0;
  overflow: hidden;
  position: relative;
  z-index:1;
}
.premium-marquee-bar::before, .premium-marquee-bar::after {
  content: '';
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
}
.premium-marquee-bar::before { left: 0; background: linear-gradient(90deg, #1C3447, transparent); }
.premium-marquee-bar::after { right: 0; background: linear-gradient(-90deg, #1C3447, transparent); }

.marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeScroll 30s linear infinite;
}
.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #a9c6da;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 40px;
  white-space: nowrap;
}
.marquee-item .marquee-dot {
  width: 6px; height: 6px;
  background: #2C5D8F;
  border-radius: 50%;
  flex-shrink: 0;
}
@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ===== REVEAL TEXT LINES ===== */
.reveal-line-mask {
  overflow: hidden;
  display: block;
}
.reveal-line-inner {
  display: block;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease;
}
.reveal-line-inner.revealed {
  transform: translateY(0);
  opacity: 1;
}

/* ===== PREMIUM COUNTER ENHANCEMENT ===== */
.metric-number-word {
  background: linear-gradient(135deg, #1C3447 0%, #2C5D8F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

/* ===== SECTION PROGRESS INDICATOR ===== */
.scroll-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #2C5D8F, #7fafb4, #3e78b2);
  z-index: 9999;
  transition: width 0.1s linear;
  box-shadow: 0 0 10px rgba(44,93,143,0.5);
}

/* ===== ANIMATED GRADIENT TEXT (enhanced) ===== */
.super-gradient-text {
  background: linear-gradient(270deg, #2C5D8F, #3e78b2, #7fafb4, #1C3447, #2C5D8F);
  background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: superGradient 6s ease infinite;
}
@keyframes superGradient {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* ===== FLOATING DOTS TRAIL ===== */
@keyframes floatDot {
  0% { transform: translateY(0) scale(1); opacity: 0.6; }
  50% { transform: translateY(-30px) scale(1.2); opacity: 1; }
  100% { transform: translateY(0) scale(1); opacity: 0.6; }
}

/* ===== CARD TILT EFFECT (3D) ===== */
.tilt-card {
  transition: transform 0.15s ease, box-shadow 0.3s ease;
  transform-style: preserve-3d;
  will-change: transform;
}

/* ===== GLOW PULSE ON HOVER ===== */
.glow-on-hover {
  transition: box-shadow 0.4s ease;
}
.glow-on-hover:hover {
  box-shadow: 0 0 40px rgba(44,93,143,0.25), 0 20px 50px rgba(44,93,143,0.15) !important;
}

/* ===== STAGGER FADE-IN FOR SECTIONS ===== */
.stagger-fade-child {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.stagger-fade-child.stagger-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== PARALLAX WRAPPER ===== */
.parallax-slow { will-change: transform; }
.parallax-medium { will-change: transform; }

/* ===== ENHANCED HERO BG - AURORA EFFECT ===== */
.aurora-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: 
    radial-gradient(ellipse 80% 60% at 20% 30%, rgba(44,93,143,0.08) 0%, transparent 60%),
    radial-gradient(ellipse 60% 80% at 80% 70%, rgba(127,175,180,0.07) 0%, transparent 55%),
    radial-gradient(ellipse 40% 40% at 50% 10%, rgba(62,120,178,0.06) 0%, transparent 50%);
  animation: auroraShift 18s ease-in-out infinite alternate;
}
@keyframes auroraShift {
  0% { opacity: 0.6; transform: scale(1) rotate(0deg); }
  50% { opacity: 1; transform: scale(1.08) rotate(2deg); }
  100% { opacity: 0.7; transform: scale(1.02) rotate(-1deg); }
}

/* ===== SECTION ENTRANCE LINES ===== */
.section-enter-line {
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #2C5D8F, transparent);
  transition: width 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  margin-bottom: 20px;
}
.section-enter-line.line-visible {
  width: 80px;
}

/* ===== HOVER SHINE EFFECT ===== */
.shine-on-hover {
  position: relative;
  overflow: hidden;
}
.shine-on-hover::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -75%;
  width: 50%;
  height: 200%;
  background: linear-gradient(to right, transparent, rgba(255,255,255,0.25), transparent);
  transform: skewX(-25deg);
  transition: left 0.6s ease;
  pointer-events: none;
}
.shine-on-hover:hover::after {
  left: 125%;
}

/* ===== CARD HOVER - BORDER ANIMATION ===== */
.animated-border {
  position: relative;
}
.animated-border::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(90deg, #2C5D8F, #7fafb4, #2C5D8F);
  background-size: 200% 100%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
  animation: borderSlide 3s linear infinite;
}
.animated-border:hover::before {
  opacity: 1;
}
@keyframes borderSlide {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

/* ===== COUNTER NUMBER FLASH ===== */
@keyframes numberFlash {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; transform: scale(1.05); }
}

/* ===== HERO STAT CARDS ENHANCED ===== */
.metric-word-card {
  position: relative;
  transition: transform 0.4s cubic-bezier(0.16,1,0.3,1), box-shadow 0.4s ease !important;
}
.metric-word-card:hover {
  transform: translateY(-8px) scale(1.02) !important;
  box-shadow: 0 20px 50px rgba(44,93,143,0.2) !important;
}

/* ===== WAVE DIVIDER ===== */
.wave-divider {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  position: relative;
}
.wave-divider svg {
  display: block;
}

/* ===== SECTION LABEL BADGE ===== */
.premium-section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(44,93,143,0.08), rgba(62,120,178,0.05));
  border: 1px solid rgba(44,93,143,0.15);
  color: #2C5D8F;
  padding: 8px 22px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
.premium-section-badge::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(44,93,143,0.06), transparent);
  animation: badgePulse 3s ease infinite;
}
@keyframes badgePulse {
  0%, 100% { transform: translateX(-100%); }
  50% { transform: translateX(100%); }
}
.premium-section-badge .badge-pulse-dot {
  width: 7px; height: 7px;
  background: #2C5D8F;
  border-radius: 50%;
  animation: dotPulse 1.5s ease-in-out infinite;
}
@keyframes dotPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.8); opacity: 0.4; }
}

/* ===== TEXT SCRAMBLE ===== */
.scramble-text { display: inline-block; }

/* ===== SECTION FADE + SCALE ENTRANCE ===== */
[data-scroll-reveal] {
  opacity: 0;
  transform: translateY(50px) scale(0.97);
  transition: opacity 0.9s cubic-bezier(0.16,1,0.3,1), transform 0.9s cubic-bezier(0.16,1,0.3,1);
}
[data-scroll-reveal].sr-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
[data-scroll-reveal][data-sr-delay="100"] { transition-delay: 0.1s; }
[data-scroll-reveal][data-sr-delay="200"] { transition-delay: 0.2s; }
[data-scroll-reveal][data-sr-delay="300"] { transition-delay: 0.3s; }
[data-scroll-reveal][data-sr-delay="400"] { transition-delay: 0.4s; }
[data-scroll-reveal][data-sr-delay="500"] { transition-delay: 0.5s; }
[data-scroll-reveal][data-sr-delay="600"] { transition-delay: 0.6s; }

/* ===== PARALLAX HERO BG ===== */
.hero-parallax-bg {
  position: absolute;
  inset: -20%;
  background: inherit;
  will-change: transform;
}

/* ===== MOBILE TOUCH GLOW ===== */
@media (max-width: 768px) {
  .cursor-dot, .cursor-ring { display: none; }
}

/* ===== ANIMATED HIGHLIGHT UNDERLINE ===== */
.animated-underline {
  position: relative;
  display: inline-block;
}
.animated-underline::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #2C5D8F, #7fafb4);
  border-radius: 2px;
  transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.animated-underline:hover::after,
.animated-underline.line-in::after {
  width: 100%;
}

@media(max-width:767px){
	.reveal-line{
		font-size:48px;
	}
	.scroll-word-indicator{
		right:0px;
		left:inherit;
	}
	h2{
		font-size:32px !important;
	}
}