  :root {
    --navy: #003B7A;
    --navy-2: #132944;
    --blue: #1a6bff;
    --blue-light: #e8f0ff;
    --blue-mid: #3b82f6;
    --teal: #00b8a9;
    --teal-light: #e6f9f8;
    --indigo: #7c3aed;
    --white: #ffffff;
    --off-white: #f7f9fc;
    --gray-1: #f0f4f9;
    --gray-2: #e2e8f0;
    --gray-3: #94a3b8;
    --gray-4: #64748b;
    --gray-5: #334155;
    --text: #1e293b;
    --text-light: #475569;
    --border: #e2e8f0;
    --white: #ffffff;
    --blue-primary: #007BFF;
    --black: #000000;
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04);
    --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.10), 0 4px 12px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 24px 64px rgba(0, 0, 0, 0.12);
    --f-head: 'Manrope', sans-serif;
    --f-body: 'DM Sans', sans-serif;
    --wrap: 1160px;
    --r: 8px;
    --r-lg: 0.875rem;
    --r-xl: 20px;
  }

  *,
  *::before,
  *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  html, body {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
  }

  body {
    font-family: var(--f-body);
    background: #F8FEFF;
    /* background: linear-gradient(164deg, rgba(255, 255, 255, 1) 0%, rgba(225, 251, 252, 1) 21%, rgba(217, 226, 255, 1) 47%, rgb(222, 244, 255) 75%, rgba(255, 255, 255, 1) 99%); */
    color: #0f172a;
    line-height: 1.7;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    font-size: 0.9375rem;
  }

  [class*=" fa-"],
  [class*=" fa-brand"] {
    margin-right: 5px;
  }

  img:focus-visible, a:focus-visible {
    outline: none; 
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    width: 100% !important;
    margin: 0 auto;
    padding: 0 !important;
    max-width: 100% !important;
  }

  .mb-0 {
    margin-bottom: 0 !important;
  }

  .mb-1 {
    margin-bottom: 0.25rem;
  }

  .mb-2 {
    margin-bottom: 1rem;
  }

  .mt-2 {
    margin-top: 1rem;
  }

  .mt-3 {
    margin-top: 1.5rem;
  }

  .mb-3 {
    margin-bottom: 1rem;
  }

  .mb-4 {
    margin-bottom: 1.3rem;
  }

  .small-text {
    font-size: 0.75rem;
  }

  .form-label {
    color: var(--navy-2);
  }

  .container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .justify-content-center {
    justify-content: center;
  }

  .btn-primary.request-demo {
    font-size: 1.6rem !important;
    align-items: center;
    background: white;
    color: var(--navy);
    border-color: var(--navy);
  }

  .btn-primary.free-trial {
    align-items: center;
    background: white;
    color: var(--navy);
    border-color: var(--navy);
  }

  .request-demo,
  .free-trial {
    font-size: 1rem !important;
  }

  #demoRequestForm ::placeholder {
    color: #999;
    font-size: 13px;
    opacity: 1;
    /* Firefox requires this */
  }

  .text-center {
    text-align: center;
  }


  /* ========== RESPONSIVE BREAKPOINTS ========== */
  @media (max-width: 1024px) {
    .container {
      padding: 0 20px;
    }
  }

  @media (max-width: 768px) {
    .container {
      padding: 0 16px;
    }
  }

  /* ========== NAVBAR WITH HAMBURGER MENU ========== */
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    position: relative;
    z-index: 1000;
  }

  #logowrapper {
    /* background-color: #b3e0ff; */
    background: #b3e0ff;
    background: linear-gradient(90deg, rgb(6 158 212) 10%, rgb(179 224 255) 55%);
  }

  .logo {
    font-size: 1.6rem;
    font-weight: 800;
    background: linear-gradient(135deg, #0f2b3d, #1e6f9f, #2b9cd1);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: -0.3px;
    z-index: 1001;
    display: flex;
    gap: 20px;
  }

  .logo-img1 {
    margin: 2px auto 0;
    text-align: center;
    width: 50px;
    vertical-align: middle;
  }

  .logo-img {
    margin: 6px auto 0;
    text-align: center;
    width: 140%;
    vertical-align: middle;
  }

  .logo-text {
    font-weight: 800;
    font-size: 1.4rem;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #7bc8e8, #bae6fd);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  /* Fixed header class */
  .header {
    background-color: #291970;
    /* background-color: #b3e0ff; */
    padding: 0 40px 0 50px; 
  }

  .header.shrink {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: #291970;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 0px 40px 0px 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

  .progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: #7373DE;
    z-index: 1001;
    transition: width 0.3s ease;
  }

  /* Scroll to top button */
  .scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    box-shadow: 0 4px 0.9375rem rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-size: 24px;
  }

  .scroll-top.show {
    opacity: 1;
    visibility: visible;
  }

  .scroll-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  }

  /* Desktop Navigation */
  .nav-links {
    display: flex;
    gap: 28px;
    align-items: center;
    transition: all 0.3s ease;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    z-index: 99999;
  }

  .nav-links a {
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    color: var(--white);
    transition: 0.3s ease;
    position: relative;
    white-space: nowrap;
    padding: 6px 10px;
    border-radius: 10px;
  }

  .nav-link:focus {
    color: var(--white) !important;
  }

  .nav-link:hover:before,
  .nav-link.active:before {
    width: 70%;
  }

  .nav-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: rgb(164 230 254);
    transition: width 0.3s ease;
  }

  .nav-links a:hover,
  .nav-links a.active,
  .nav-links a.active:focus {
    color: #105a84 !important;
    background: rgb(164 230 254);
  }

  .btn-outline-light {
    background: transparent;
    border: 1.5px solid #1e6f9f;
    padding: 6px 18px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 0.9rem;
    color: #1e6f9f;
    transition: all 0.3s ease;
    white-space: nowrap;
  }

  .btn-outline-light:hover {
    background: #1e6f9f;
    color: white;
    transform: translateY(0px);
  }

  /* Hamburger Menu Icon */
  .menu-icon {
    display: none;
    font-size: 1.8rem;
    cursor: pointer;
    color: #1e6f9f;
    z-index: 1001;
    transition: all 0.1s ease-in-out;
    background: rgba(255, 255, 255, 0.9);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }

  .menu-icon i {
    margin-right: 0;
  }

  /* Mobile Responsive Menu */
  @media (max-width: 850px) {
    .menu-icon {
      display: flex;
    }

    .nav-links {
      position: fixed;
      top: 0;
      right: -100%;
      width: 75%;
      max-width: 320px;
      height: 100vh;
      background-color: #291970;
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      gap: 0.9375rem;
      box-shadow: -5px 0 30px rgba(0, 0, 0, 0.15);
      transition: right 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
      padding: 40px 20px;
    }

    .nav-links.active {
      right: 0;
    }

    .nav-links a {
      font-size: 1.1rem;
      white-space: normal;
      text-align: center;
      width: 100%;
      padding: 12px 0;
    }

    .nav-links .btn-outline-light {
      margin-top: 10px;
      width: 80%;
      text-align: center;
    }

    /* Overlay when menu is open */
    .menu-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      backdrop-filter: blur(3px);
      z-index: 999;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
    }

    .menu-overlay.active {
      opacity: 1;
      visibility: visible;
    }
  }

  /* Buttons */
  .btn-sm {
    padding: 8px 20px !important;
    font-size: 0.9rem;
  }

  .btn-request-demo {
    color: var(--white);
    border: none;
    padding: 12px 28px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 1.6rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(30, 111, 159, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    background-color: #d63384 !important;
     /* background-color: #4C2ED1 !important; */
    color: var(--white) !important;
  }
  .btn-request-demo [class*=" fa-"]{
    vertical-align:  middle;
    margin-top: -2px;
  }
  .btn-request-demo:hover {
    background-color: #ab2166 !important;
    transform: translateY(0px);
  }

  .btn-cancel {
    padding: 0.75rem 0;
    font-weight: 600;
    border-radius: 3rem;
    font-size: 1.05rem;
    width: auto;
    transition: all 0.2s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background-color: var(--gray-4) !important;
  }

  .btn-submit {
    background: linear-gradient(95deg, #0d47a1, #0b5ed7);
    border: none;
    padding: 0.75rem 0;
    font-weight: 600;
    border-radius: 3rem;
    font-size: 1.05rem;
    width: auto;
    transition: all 0.2s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }

  .btn-submit:hover {
    background: linear-gradient(95deg, #0a3b82, #0a58ca) !important;
    transform: scale(0.98);
  }

  .btn-cancel:hover {
    background: linear-gradient(95deg, #c5c9d0, #94979d) !important;
    transform: scale(0.98);
  }

  .btn-primary {
    background: linear-gradient(135deg, #1e6f9f, #0e577f);
    color: var(--white);
    border: none;
    padding: 12px 28px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(30, 111, 159, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
  }

  .btn-primary:hover {
    transition: all 0.3s ease;
    color: var(--white);
    background: linear-gradient(135deg, var(--navy), var(--navy-2));
    /* transform: translateY(-3px); */
    box-shadow: 0 8px 20px rgba(30, 111, 159, 0.4);
  }

  .btn-primary img {
    width: 20px;
    filter: brightness(0.1) invert(1);
    vertical-align: sub;
  }

  .btn-outline-light img {
    width: 20px;
    vertical-align: sub;
  }

  .btn-outline-light:hover img {
    width: 20px;
    filter: brightness(0.1) invert(1);
  }

  .btn-secondary {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid #cbd5e1;
    color: #1e6f9f;
    padding: 12px 28px;
    border-radius: 40px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
  }

  .btn-secondary:hover {
    background: linear-gradient(135deg, #e0f2fe, #bae6fd);
    border-color: #1e6f9f;
    transform: translateY(-2px);
  }

  /* Hero Section */
  .hero {
    padding: 40px 50px 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
    border-radius: 40px;
    /* background: rgba(255, 255, 255, 0.6); */
  }

  .hero_bg {
    /* background: url('../images/heor_bg.jpg') no-repeat center center;
      background-size: cover; 
      border-radius: 40px; 
       box-shadow: 0 25px 45px -12px rgba(0,0,0,0.15);
       border: 1px solid rgba(255,255,255,0.5);  
       margin-bottom: 4rem;*/
  }

  .hero-features {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 18px;
  }

  .hero-content {
    flex: 1;
    min-width: 280px;
    animation: fadeInUp 0.8s ease;
  }

  .hero-content .hero-badge {
    background: linear-gradient(135deg, #0369a1, #0369a1);
    display: inline-block;
    padding: 6px 16px;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 20px;
  }

  .hero-content .hero-badge img {
    width: 16px;
    filter: brightness(0.1) invert(1);
    vertical-align: sub;
  }

  .hero-badge {
    background: linear-gradient(135deg, #e0f2fe, #bae6fd);
    display: inline-block;
    padding: 6px 16px;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #0369a1;
    margin-bottom: 20px;
  }

  .hero-badge:hover {
    background: var(--navy);
  }

  .hero-badge i {
    font-size: 1rem;
  }

  .hero-badge img {
    width: 18px;
    vertical-align: sub;
  }

  .hero-content h1 {
    font-size: clamp(1.5rem, 4vw, 2.9rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    /* background: linear-gradient(135deg, #000000, #0369a1, #000000); */
    -webkit-background-clip: text;
    background-clip: text;
    color: #ffffff;
    text-shadow: 1px 1px 1px var(--navy)
  }

  .hero-content p {
    font-size: clamp(0.95rem, 3vw, 1.1rem);
    color: #ffffff;
    max-width: 550px;
  }

  .btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.875rem;
  }

  .hero-stats {
    flex: 0.8;
    min-width: 260px;
    /* background: #e1fbfc;
      background: linear-gradient(164deg, rgba(225, 251, 252, 1) 0%, rgba(255, 255, 255, 1) 49%, rgba(217, 217, 255, 1) 100%);
      backdrop-filter: blur(12px);
          border: solid 5px transparent;   */
    border-radius: 28px;
    padding: 24px;

  }

  /* ----  WHAT IS MySecureME EMM?  ------*/
  .platforms-box-block-bg {
    background-color: var(--navy);
    padding: 80px 40px 60px;
  }

  .platforms-box-block-bg .section-title2,
  .platforms-box-block-bg h3 {
    color: #ffffff !important;
  }

  .platforms-box-block {
    /* border-radius: 40px; 
                border: 1px solid rgba(255, 255, 255, 0.5);
        box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.15);*/
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin: 0px auto 0px;
    justify-content: space-between;
    align-items: center;
  }


  .platforms-box-block .section-title2,
  .platforms-box-block h3,
  .platforms-box-block p {
    color: #ffffff !important;
  }

  #what .what-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
  }

  .what-visual {
    background: linear-gradient(135deg, var(--navy) 40%, var(--navy) 100%);
    border-radius: var(--r-xl);
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* box-shadow: 0 0px 20px 10px rgb(162 165 169 / 56%); */
  }

  .wv-title {
    font-family: var(--f-head);
    font-size: 18px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .wv-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.875rem;
  }

  .wv-metric {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 18px;
  }

  .wv-metric:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
  }

  .wv-metric .wm-val {
    font-family: var(--f-head);
    font-size: 24px;
    font-weight: 800;
    color: var(--white);
    line-height: 1;
  }

  .wv-metric .wm-val.blue {
    color: #5ba3ff;
  }

  .wv-metric .wm-val.teal {
    color: var(--teal);
  }

  .wv-metric .wm-key {
    font-size: 12px;
    color: #c5deff;
    margin-top: 5px;
  }

  .wv-bottom {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .wv-bottom .icon {
    font-size: 24px;
    background: linear-gradient(10deg, rgb(0 183 255), rgb(199, 167, 250));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .platforms .wv-bottom p,
  .wv-bottom p {
    font-size: 13px;
    color: var(--white);
    line-height: 1.6;
    margin: 0;
  }

  .wv-bottom strong {
    color: var(--white);
  }

  .what-right h2 {
    margin-bottom: 18px;
  }

  .what-right p {
    font-size: 16px;
    color: var(--text-light);
    line-height: 1.8;
  }

  .platforms {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0px auto 0;
  }

  .platforms-box-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .platforms-box-wrapper .platform-box-in {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    border-radius: 28px;
    padding: 28px 24px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.6);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
  }


  .platforms p {
    font-size: 0.9375rem;
    color: #363636;
    line-height: 1.75;
    margin-bottom: 25px;
  }

  .feature-card P {
    font-size: 0.9375rem;
    color: #363636;
    line-height: 1.75;
    margin-bottom: 0;
  }

  .platform-box-in .btn-group .btn-sm {
    text-transform: capitalize;
  }

  /* .platforms-box-wrapper .platform-box-in:hover {
      transform: translateY(-4px);
      box-shadow: 0 20px 30px -12px #030ea15d; 
    }
 .platforms-box-wrapper .platform-box-in.android {
    border-top: 4px solid var(--indigo);
}
.platforms-box-wrapper .platform-box-in.ios {
    border-top: 4px solid var(--indigo);
} */
  .platforms h3 {
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 12px;
    text-align: center;
    width: 100%;
  }

  .platforms h3 {
    font-size: 22px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 12px;
  }


  .platform-icons {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    flex-wrap: wrap;
  }

  .platform-icons i {
    font-size: 2rem;
    background: -webkit-linear-gradient(175deg, rgb(16 134 242) 0%, rgb(132 196 255) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  /* Section Titles */
  .section-title {
    text-align: center;
    font-size: clamp(1.8rem, 5vw, 3.2rem);
    font-weight: 800;
    margin-bottom: 0px;
    background: #105a84;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1.2;
  }

  .section-title2 {
    text-align: center;
    font-size: clamp(1.5rem, 4vw, 2.9rem);
    font-weight: 800;
    margin-bottom: 0px;
    background: #105a84;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1.2;
  }

  .section-sub {
    text-align: center;
    color: #000000;
    max-width: 990px;
    margin: 0 auto 20px auto;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
    padding: 0 16px;
  }

  /* Cards Grid */
  .cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(23%, 1fr));
    gap: 28px;
    margin: 60px 0;
  }

  .cards-grid-paralax {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
    gap: 28px;
    margin: 60px 0 20px;
  }

  .cards-grid-paralax .feature-card {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
  }

  @media (max-width: 640px) {
    .cards-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }
  }

  .feature-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    border-radius: 28px;
    padding: 28px 24px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.6);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
  }

  .feature-card::before,
  .platforms-box-wrapper .platform-box-in::before,
  .use-case-item::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(164deg, rgba(255, 255, 255, 1) 0%, var(--teal) 21%, var(--indigo) 47%, var(--blue) 75%, rgba(255, 255, 255, 1) 99%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
  }

  .feature-card:hover::before,
  .platforms-box-wrapper .platform-box-in:hover::before,
  .use-case-item:hover::before {
    transform: scaleX(1);
  }

  .feature-card:hover,
  .platforms-box-wrapper .platform-box-in:hover,
  .use-case-item:hover {
    /* transform: translateY(-4px); */
    box-shadow: 0 20px 30px -12px #030ea15d;
    background: white;
  }

  .feature-icon {
    border: 1px solid #1cbcf1;
    background-color: #e8fdff;
    display: flex;
    padding: 5px;
    width: max-content;
    border-radius: 4px;
  }

  .feature-icon i.fas,
  .use-case-item i.fas {
    font-size: 2.3rem;
    background: linear-gradient(10deg, rgb(0 183 255), rgb(139 69 254));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin: 0px;
  }

  .feature-card h3 {
    font-size: 1.3rem;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 700;
  }


  /* Steps */
  .howitworks {
    /*margin-bottom: 60px;
      border-radius: 20px; 
      box-shadow: 0px 0px 10px 10px #25c1f240;     
       background: linear-gradient(164deg, rgba(255, 255, 255, 1) 0%, rgba(225, 251, 252, 1) 21%, rgba(217, 226, 255, 1) 47%, rgb(222, 244, 255) 75%, rgba(255, 255, 255, 1) 99%); */
    padding-top: 0 !important;
  }

  .howitworks-wrapper {
    background-color: var(--white);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
    padding: 40px;
    border-radius: 20px;
  }

  .steps-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 30px 0 0;
  }

  .steps-container.steps-header {
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0px;
    position: relative;
  }

  .steps-container.steps-header .step {
    width: 15%;
  }

  .steps-container.steps-header .step-num-bg {
    font-size: 1.25rem;
    width: 100%;
  }

  .step {
    display: flex;
    text-align: center;
    transition: all 0.3s ease;
    flex-direction: column;
    width: 12%;
    /* width: 22.5%; */
    gap: 20px;
    /* padding: 10px; */
    border: 1px solid transparent;
    position: relative;
    transition: all 0.3s ease;

  }

  .step:hover {
    /*transform: translateY(-4px);
     box-shadow: 0 20px 30px -12px #030ea15d; 
      border: 1px solid #1cbcf146;*/
    background: transparent;
    border-radius: 20px;
  }

  .step-num {
    font-weight: 800;
    font-size: 1.5rem;
  }

  .step-num-bg {
    /* min-width: 120px;
    min-height: 120px;  */
    box-shadow: 0 5px 0.9375rem rgba(0, 0, 0, 0.174);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #000000;
    background: #ffffff;
    /* background: linear-gradient(164deg, rgba(255, 255, 255, 1) 0%, rgba(222, 251, 255, 1) 21%, rgba(217, 226, 255, 1) 47%, rgba(235, 235, 255, 1) 75%, rgba(255, 255, 255, 1) 99%); */
    */ color: #1e6f9f;
    border: 1px solid var(--blue);
    z-index: 1;
  }

  .steps-container.steps-header .barline {
    height: 1px;
    background-color: var(--gray-5);
    width: 5%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 0;
    /*  position: absolute;
    top: 63px;
    width: 73%;
    left: 14%; */
  }

  .steps-container.steps-header .barline i.fa-solid {
    color: var(--black);
    transform: rotate(45deg);
    margin-right: 0px;
  }

  .steps-container.steps-header .step-num-bg:after {
    content: '';
    /* border: 1px solid var(--black);   */
    position: absolute;
    top: 50%;
    width: 100%;
    left: 95%;
    z-index: -1;
  }

  .steps-container.steps-header .step:last-child .step-num-bg:after {
    border: none;
  }

  .steps-container.steps-header .step i.fa-solid {
    color: var(--black);
    position: absolute;
    left: -10px;
    top: 43%;
    transform: rotate(45deg);
  }

  .steps-container.steps-header .step:first-child .step-num-bg i.fa-solid {
    display: none;
  }

  .steps-container.steps-header .step .step-num-bg {
    box-shadow: none;
    border: 1px solid #666666;
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 700;
  }

  .steps-container.steps-header .step .step-num-bg:hover {
    background-color: #ffffff !important;
    border: 1px solid #1cbcf1 !important;
  }

  .steps-container.steps-header .step:first-child .step-num-bg {
    background-color: #f1edfc;

  }

  .steps-container.steps-header .step:nth-child(3) .step-num-bg {
    background-color: #ece8ff;
  }

  .steps-container.steps-header .step:nth-child(5) .step-num-bg {
    background-color: #dfd9fc;
  }

  .steps-container.steps-header .step:nth-child(7) .step-num-bg {
    background-color: #d2cafa;
  }

  .step-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .step-content h3 {
    color: #000000;
    font-size: 1.5rem;
    /* margin-bottom: 1rem; */
  }

  .step-content p {
    color: #000000;
    font-size: 0.9375rem;
    margin-bottom: 0;
  }

  .step.step-with-img {
    border-radius: 20px;
    display: flex;
    align-items: center;
    flex-direction: row;
    text-align: left;
    width: 100%;
    padding: 10px 20px;
    transition: all 0.3s ease;
  }

  .step.step-with-img:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px -12px #030ea15d;
    background: rgb(164 230 254);
    border: 1px solid #1cbcf146;
  }

  .step-content-wrap {
    position: relative;
    width: 100%;
  }

  .step.step-with-img .step-img {
    width: 60px;
    height: auto;
    border-radius: 5px;
    object-fit: cover;
    margin-right: 20px;
    text-align: center;
    vertical-align: middle;
    padding: 0.6rem;
    border: 1px solid #1cbcf1;
    background-color: #e8fdff;
  }

  .step.step-with-img .step-img img {
    width: 42px;
    height: auto;
    vertical-align: middle;
    filter: brightness(0) saturate(100%) invert(47%) sepia(100%) saturate(1000%) hue-rotate(180deg);
    ;
  }

  .steps-container.steps-header .step-num-bg {
    /* width: 180px; */
    height: 100px;
    display: flex;
    flex-direction: column;
  }

  .steps-container.steps-header .step-img {
    display: flex;
    flex-direction: column;
    width: 60px;
    height: auto;
    border-radius: 5px;
    object-fit: cover;
    text-align: center;
    vertical-align: middle;
    padding: 0.6rem;
    margin-top: 0.5rem;
    /* border: 1px solid #1cbcf1;
  background-color: #e8fdff;  */
  }

  .steps-container.steps-header .step .step-img img {
    width: 32px;
    height: auto;
    vertical-align: middle;
    /* filter: brightness(0) saturate(100%) invert(47%) sepia(100%) saturate(1000%) hue-rotate(180deg); */
  }

  .step.step-with-img .step-content {
    align-items: flex-start;
    width: 100%;
  }

  .step.step-with-img .step-num {
    background-color: var(--gray-1);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.174);
    color: var(--blue);
    text-align: right;
    font-size: 0.75rem;
    text-transform: uppercase;
    padding: 2px 10px;
    border-radius: 20px;
    position: absolute;
    right: 10px;
    top: 0;
  }

  .step.step-with-img .step-num-txt {
    background: var(--blue);
    border-color: var(--blue);
    color: var(--white);
    border-radius: 10px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 2.2;
    width: 36px;
    height: 36px;
  }


  /* Use Cases */
  .use-case-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 28px;
    margin: 40px 0;
  }

  @media (max-width: 640px) {
    .use-case-grid {
      grid-template-columns: 1fr;
    }

  }

  .use-case-item {
    background: white;
    border-radius: 28px;
    padding: 28px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 0.9375rem rgba(0, 0, 0, 0.03);
    border: 1px solid #e2e8f0;
    overflow: hidden;
  }

  .use-case-item h3 {
    color: #000000;
    font-size: 1.4rem;
    margin-bottom: 12px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    min-height: 65px;
  }

  .use-case-item h5 {
    font-size: 17px;
  }

  .use-case-icon {
    border: 1px solid #1cbcf1;
    background-color: #e8fdff;
    display: flex;
    padding: 5px;
    width: fit-content;
    border-radius: 4px;
    height: fit-content;
    justify-content: center;
    margin: 0 auto 20px;
  }


  .use-case-item:hover {
    /* transform: translateY(-5px); */
    box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.1);
  }

  .use-case-list {
    font-size: 0.9375rem;
    list-style-position: outside;
    list-style-type: square;
    margin-top: 12px;
    margin-left: 0px;
  }

  /* FAQ */
  .faq-container {
    max-width: 990px;
    margin: 60px auto;
    padding: 0 8px;
  }

  .faq-item {
    background: white;
    border-radius: 20px;
    margin-bottom: 16px;
    border: 1px solid #e2e8f0;
  }

  .faq-question {
    padding: 18px 24px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    background: white;
    box-shadow: 0 5px 0.9375rem rgba(0, 0, 0, 0.133);
    transition: 0.2s;
    border-radius: 20px;
  }

  .faq-question:hover {
    background: #f8fafc;
  }

  .faq-question i {
    transition: transform 0.3s ease;
  }

  .faq-answer {
    padding: 0 24px 20px 24px;
    color: #475569;
    display: none;
    line-height: 1.6;
    font-size: 0.95rem;
  }

  .faq-answer ul {
    margin: 0;
  }

  .faq-answer.show {
    display: block;
    border-top: 1px solid #e2e8f0;
    padding-top: 16px;
  }

  /* CTA */
  .cta-section-bg {
    background: url('../images/cta_bg.jpg') no-repeat center center;
    background-size: cover;
    border-radius: 40px;
    box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0 40px 40px;
  }

  .cta-section {
    background: #2b9dd1c4;
    border-radius: 40px;
    padding: 48px 32px;
    text-align: center;
  }

  @media (max-width: 640px) {
    .cta-section {
      padding: 36px 20px;
    }
  }

  .cta-section h2 {
    color: white;
    font-size: clamp(1.5rem, 5vw, 2.2rem);
    font-weight: 800;
  }

  .cta-section p {
    color: #e4effc;
    font-size: 0.9375rem;
    margin: 16px 0 28px;
  }

  /* Footer */

  footer {
    background: var(--navy-2);
    color: #cbd5e1;
    padding: 30px 40px 28px;
    border-radius: 40px 40px 0 0;
  }

  .footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    color: #9097a0;
    margin-bottom: 20px;
  }

  .footer-inner p {
    font-size: 0.9375rem;
    margin-bottom: 5px;
  }

  .copy {
    font-size: 0.8rem;
    text-align: center;
    color: var(--gray-3);
  }


  .social-links {
    display: flex;
    gap: 20px;
    justify-content: start;
    align-items: center;
  }
  .social-links a{
    color: #979898;
  }

  .sicon_bg img {
    cursor: pointer;
    width: 14px;
    filter: brightness(0.5) invert(0.6);
      transition: all ease-in-out .3s;
  }

  .social-links i {
    font-size: 1.1em;
    cursor: pointer;
    transition: all ease-in-out .3s;
  }

  .social-links i:hover,
  .sicon_bg img:hover {
    transform: translateY(-2px);
  }

  .badge-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0px 0;
  }

  .badge-group-flex {
    display: flex;
    flex-direction: column;
  }

  .badge-os {
    background: linear-gradient(135deg, #94d0f8, #9daeff);
    padding: 8px 24px;
    border-radius: 60px;
    font-weight: 600;
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @media (max-width: 480px) {

    .btn-primary,
    .btn-secondary {
      padding: 10px 20px;
      font-size: 0.85rem;
    }

    .menu-icon {
      width: 40px;
      height: 40px;
      font-size: 1.5rem;
    }
  }


  /* Hero visual — dashboard mockup */
  .modal {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
  }

  .hero-right {
    position: relative;
  }

  .hero-img {
    width: 100%;
    /*  border-radius: var(--r-xl);
      box-shadow: var(--shadow-xl); */
    transition: all 0.8s ease;
  }

  .hero-dash {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--r-xl);
    box-shadow: var(--shadow-xl);
    overflow: hidden;
  }

  .dash-topbar {
    background: var(--navy);
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 50px;
    z-index: 1;
    position: relative;
  }

  .d-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }

  .d-circle.r {
    background: #ff5f57;
  }

  .d-circle.y {
    background: #febc2e;
  }

  .d-circle.g {
    background: #28c840;
  }

  .d-url {
    flex: 1;
    margin-left: 8px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 5px;
    height: 26px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    gap: 6px;
  }

  .d-url .lock {
    font-size: 10px;
    color: var(--teal);
  }

  .d-url span {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.45);
    font-family: monospace;
  }

  .dash-layout {
    display: grid;
    grid-template-columns: 80px 1fr;
    height: 320px;
  }

  .dash-sidebar {
    background: var(--navy);
    padding: 16px 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: center;
    width: 80px;
    margin-top: -10px;
  }

  .ds-org {
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.35);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .ds-org .emm_logo {
    width: 150px;
    margin-top: 13px;
    margin-left: -14px;
  }

  .ds-item {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 12px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.45);
    cursor: pointer;
    transition: all 0.15s;
  }

  .ds-item:hover,
  .ds-item.on {
    background: rgba(26, 107, 255, 0.2);
    color: rgba(255, 255, 255, 0.9);
  }

  .ds-item .di {
    font-size: 13px;
  }

  .dash-main {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: var(--off-white);
  }

  .d-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }

  .d-stat-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 12px;
    box-shadow: var(--shadow-sm);
    text-align: center;
  }

  .d-stat-val {
    font-family: var(--f-head);
    font-size: 22px;
    font-weight: 800;
    color: var(--navy);
    line-height: 1;
  }

  .d-stat-key {
    font-size: 10px;
    color: var(--gray-3);
    margin-top: 3px;
  }

  .d-stat-badge {
    font-size: 10px;
    color: var(--teal);
    font-weight: 600;
    margin-top: 2px;
  }

  .d-chart {
    flex: 1;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 0.875rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: var(--shadow-sm);
  }

  .d-chart-label {
    font-size: 11px;
    font-weight: 700;
    color: var(--gray-5);
  }

  .d-bars {
    flex: 1;
    display: flex;
    align-items: flex-end;
    gap: 8px;
  }

  .d-bar {
    flex: 1;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(180deg, var(--blue) 0%, rgba(26, 107, 255, 0.2) 100%);
    transition: height 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation: rise-vertical 1.5s ease-in-out forwards;
    transform-origin: bottom;
    /* Ensures growth starts from the bottom */
  }

  .d-bar:hover {
    height: 100% !important;
  }

  .d-bar.t {
    background: linear-gradient(180deg, var(--teal) 0%, rgba(0, 184, 169, 0.2) 100%);
    animation: rise-vertical 0.9s ease-in-out forwards;
    transform-origin: bottom;
    /* Ensures growth starts from the bottom */
  }

  @keyframes rise-vertical {
    0% {
      transform: scaleY(0);
    }

    100% {
      transform: scaleY(1);
    }
  }

  /* Floating badges on hero */
  .hero-badge-1 {
    position: absolute;
    top: -12px;
    right: -50px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 10px 16px;
    box-shadow: var(--shadow-lg);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 2;
  }

  .hb-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--teal);
    flex-shrink: 0;
    animation: hbpulse 2s ease-in-out infinite;
  }

  @keyframes hbpulse {

    0%,
    100% {
      box-shadow: 0 0 0 3px rgba(0, 184, 169, 0.15)
    }

    50% {
      box-shadow: 0 0 0 8px rgba(0, 184, 169, 0.04)
    }
  }

  .hb-text strong {
    display: block;
    font-family: var(--f-head);
    font-size: 12px;
    font-weight: 700;
    color: var(--navy);
  }

  .hb-text span {
    font-size: 10px;
    color: var(--gray-3);
  }

  .hero-badge-2 {
    position: absolute;
    bottom: -16px;
    left: -20px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 12px 20px;
    box-shadow: var(--shadow-lg);
    text-align: center;
    z-index: 2;
  }

  .hb2-val {
    font-family: var(--f-head);
    font-size: 28px;
    font-weight: 800;
    color: var(--teal);
    line-height: 1;
  }

  .hb2-key {
    font-size: 10px;
    color: var(--gray-3);
    margin-top: 3px;
  }


  .emm_logo_caps {
    color: #ffffff;
    font: size 0.875rem;
    font-weight: bold;
  }

  .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }

  .nav-link {
    display: block;
    padding: 10px 0.9375rem;
    font-size: 0.875rem;
    color: #83d3ff;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  }

  .left-sidebar .nav-link {
    padding: 0 10px !important;
    text-align: center;
    cursor: pointer;
  }

  .left-sidebar li {
    margin-bottom: 10px;
  }

  .icon-wrap img {
    width: 20px;
    filter: brightness(0) invert(1);
  }

  .left-sidebar li .icon-wrap.active,
  .left-sidebar li .icon-wrap:hover {
    border-radius: 8px;
    color: var(--white);
    fill: var(--white);
    background-color: var(--blue-primary);
  }

  .left-sidebar li .icon-wrap {
    padding: 6px;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
  }

  .icon-txt {
    color: var(--white);
    display: block;
    font-size: 10px;
    font-weight: 500;
  }

  .flex-column {
    flex-direction: column !important;
  }

  .features-wrap {
    padding: 40px 40px !important;
  }

  .faq-wrap {
    padding: 0px 40px 40px !important;
  }

  .backbg1 {
    background-color: #E9F9FE;
    padding: 60px 40px;
  }

  .backbg2 {
    background-color: #F8FEFF;
    padding: 60px 40px;
  }

  .contact-section {
    height: 550px;
    position: relative;
  }

  .contact-section-in {
    padding: 80px 40px 60px;
  }

  .conntact-bg {
    opacity: 0.2;
    background: url("../images/worldmap.svg") no-repeat center center;
    background-size: auto;
    width: 100%;
    height: 550px;
    position: absolute;
    z-index: 1;
    margin: auto;
  }

  .mailtext {
    font-weight: bold;
    font-size: 2rem;
  }

  .success-msg {
    background-color: var(--bs-teal);
    border-radius: 10px;
    color: var(--white);
    padding: 5px;
    text-align: center;
    font-size: 0.875rem;
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
}
  .error-msg{
    background-color: var(--bs-danger);
    border-radius: 10px;
    color: var(--white);
    padding: 5px;
    text-align: center;
    font-size: 0.875rem;
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
  }
  @media screen and (max-width:640px) {

    .steps-container.steps-header .barline,
    .steps-container.steps-header .step i.fa-solid {
      /* display: none ; */
    }
  }

  @media screen and (max-width:1000px) {
    #logowrapper {
      background: #b3e0ff;
      background: linear-gradient(90deg, rgb(179 224 255) 10%, rgb(179 224 255) 55%) !important;
    }

    .hero-content h1,
    .hero-content p {
      color: var(--black);
    }

    .logo-img {
      width: 100%;
    }

    .nav-links a {
      padding: 5px;
    }
  }

  @media screen and (min-width:800px) and (max-width:1200px) {
    .steps-container.steps-header {
      /* gap: 60px!important; */
      overflow: hidden;
    }

    .steps-container.steps-header .step-num-bg {
      font-size: 1.1rem;
      width: 100%;
    }

    .steps-container.steps-header .step {
      width: 120px;
      min-height: 100px;
    }

    .steps-container.steps-header .step-num-bg:after {
      left: 107%;
    }

    .nav-links {
      gap: 10px;
    }

    .cards-grid {
      grid-template-columns: repeat(auto-fill, minmax(43%, 1fr));
    }

    .platforms-box-wrapper .platform-box-in .btn-group {
      position: absolute;
      bottom: 30px;
    }

    .platforms p {
      min-height: 225px;
    }

    .use-case-grid {
      grid-template-columns: repeat(auto-fit, minmax(40%, 2fr));
    }

    .steps-container.steps-header .step-num-bg {
      font-size: 1rem;
    }
  }

  @media (max-width:799px) {

    .nav-links {
      gap: 10px;
    }

    .header,
    .header.shrink {
      padding: 0 30px !important;
    }

    .hero-stats {
      min-width: 100%;
    }

    .platforms-box-block {
      padding: 25px 0px 10px;
    }

    .platforms p {
      min-height: auto;
    }

    .platforms-box-wrapper .platform-box-in .btn-group {
      position: relative;
    }

    .hero {
      padding: 30px;
    }

    .hero-content {
      width: 100%;
    }

    .cards-grid,
    .use-case-grid,
    .platforms-box-block,
    .platforms-box-wrapper {
      grid-template-columns: repeat(auto-fill, minmax(95%, 1fr));
    }

    .cards-grid-paralax .feature-card {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .platforms-box-block-bg,
    .howitworks-wrapper {
      padding: 20px;
    }

    .what-visual {
      padding: 0;
    }

    .cta-section-bg {
      margin: 0 auto 40px;
      width: 100%;
    }

    .wv-metrics {
      grid-template-columns: 1fr;
    }

    .steps-container {
      /* gap:30px!important; */
    }

    .steps-container.steps-header .step i.fa-solid {
      top: 55px;
      left: -7px;
    }

    .steps-container.steps-header {
      gap: 20px !important;
      overflow: hidden;
    }

    .steps-container.steps-header {
      overflow: hidden;
    }

    .step.step-with-img {
      flex-direction: column;
    }

    .use-case-grid {
      grid-template-columns: 1fr;
    }

    .steps-container {
      flex-direction: row;
    }

    .steps-container.steps-header .step-num-bg {
      font-size: 1rem !important;
      width: 100%;
    }

    .steps-container.steps-header .step {
      width: 120px;
      min-height: 100px;
    }

    .logo-img {
      margin: 10px auto 0;
      text-align: center;
      width: 90%;
      vertical-align: middle;
    }

    .footer-inner {
      flex-direction: column;
      text-align: center;
    }

    .copy,
    .footer-inner,
    .social-links {
      justify-content: center;
      text-align: center;
    }

    .copy {
      margin-top: 20px;
    }

    .backbg1,
    .backbg2 {
      padding: 30px 20px !important;
    }
  }

  /* width */
  ::-webkit-scrollbar {
    width: 8px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;   
    border-radius: 20px;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 20px;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }