
:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  /* font-family: "Helvetica Neue", sans-serif; */
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

a {
  text-decoration: underline;
}
.navigation-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
/* border-bottom: 0.1px solid var(--Font-Gray-Light, #767B87); */
background: var(--Snow---White, #FFFDFD);
  transition: box-shadow 0.3s ease;
}
.navigation-wrap.scrolled {
     /* box-shadow: 0px 1px 5px rgba(105, 105, 105, 0.7);
    -webkit-box-shadow: 0px 1px 5px rgba(105, 105, 105, 0.7); */
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
}
/* ✅ Responsive dropdown list for all mobile devices */
@media (max-width: 1024px) { /* Covers most phones + tablets */
  .w-dropdown-list {
    position: relative;              /* Ensures proper stacking */
    max-height: 43vh;                /* 70% of screen height, adjusts to any phone */
    overflow-y: auto;                /* Scrollable if content is long */
    -webkit-overflow-scrolling: touch; /* Smooth scroll for iOS */
    background-color: #ffffff;       /* Solid background */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 8px 0;

  }

  /* Optional: make scrollbar less intrusive on modern browsers */
  .w-dropdown-list::-webkit-scrollbar {
    width: 6px;
  }
  .w-dropdown-list::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border-radius: 3px;
  }
  .text-block-62 {
    /* display: none; */
  }
  .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
    padding: 10px !important;
    /* padding-left: 50px !important; */
  }
  .w-nav-link{
    padding: 10px !important;
    padding-bottom: 20px !important;
    /* padding-left: 50px !important; */
  }
}

.text-gradient {
  background: var(--Sikka-Gradient, linear-gradient(263deg, #BF61FD 0.27%, #9747FF 51.62%, #681C9A 100%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.navigation-link {
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  color: #8c54ff;
}

.navigation-link.w--current {
  color: #99d715;
}

.nav-menu {
  color: #283338;
  align-items: center;
  font-size: 16px;
  display: flex;
  position: relative;
}

.dropdown2 {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.navigation-left {
  align-items: center;
  width: 20%;
  display: flex;
  flex-shrink: 0; /* don't let the flex row squeeze the logo column */
}

.navigation {

  background-color: #0000;
  /* border-bottom: 1px solid #4455671c; */
  flex-direction: column;
  align-items: center;
  padding: 5px 3%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.brand {
  margin-right: 44px;
}

.navigation-container {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  /* min-height: 85px; */
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  font-size: 16px;
  display: flex;
}

.slide {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container.container-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sikka-logo {
  width: 150px;
  max-width: none; /* override webflow's global img{max-width:100%} so the logo keeps 150px */
  height: auto;
}
.sikka-logo-mobile {
 width: 150px;
 max-width: none;
 height: auto;
 padding-top: 10px;
}

.button-wrapper {
  padding: 40px;
  position: relative;
}

.image-5 {
  width: 120px;
  position: absolute;
  inset: auto auto -25% -10%;
}

.details-section {
  justify-content: center;
  align-items: center;
  height: 80vh;
  min-height: 850px;
  display: flex;
}

.button-menu {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
  box-shadow: inset -1px -1px 3px #201b3d99, inset 1px 1px 3px #eee6ff70, 1px 1px 2px #5b3acc;
}

.button-menu:hover {
  box-shadow: inset 1px 1px 3px #201b3d38, inset -1px -1px 3px #eee6ff00, 1px 1px 2px #5b3acc;
}

.dropdown-toggle {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 12px;
  padding-right: 24px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: #8c54ff;
}

.dropdown-toggle.dropdown-right {
  margin-left: 20px;
}

.icon-4 {
  margin-right: 5px;
}

.navigation-dropdown {
  width: 1020px;
  min-width: 150px;
  height: auto;
  max-height: none;
  overflow: auto;
}

.navigation-dropdown.w--open {
  background-color: var(--white);
  min-width: 350px;
  max-height: 100vh;
  left: -109px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
  /* left: 0; */
  right: 0;
}


.dropdown-link-1 {
  color: #283338;
  border: 1px #cacaca;
  border-radius: 0;
  width: 100%;
  padding: 8px 10px;
  font-size: 16px;
  text-decoration: none !important;
  display: flex;
}

.dropdown-link-1:hover {
  background-color: #f8faff;
}

.icon-square {
  background-color: var(--white);
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 0;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 20px 5px #00000017;
}

.nav-content-wrap {
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  display: flex;
}

.nav-link-details {
  color: #28333899;
  border: 0 #000;
  font-size: 14px;
}

.text-block-61 {
  color: #474545;
  font-size: 14px;
}

.dropdown.dropdown-right {
  margin-left: 60px;
}

.dropdown-link-2 {
  color: #283338;
  width: 100%;
  padding: 16px 22px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-2:hover {
  background-color: #f8faff;
}

.dropdown-link-3 {
  color: #283338;
  width: 100%;
  padding: 16px 22px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-3:hover {
  background-color: #f8faff;
}

.dropdown-link-4 {
  color: #283338;
  width: 100%;
  padding: 16px 22px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-4:hover {
  background-color: #f8faff;
}

.dropdown-link-5 {
  color: #283338;
  width: 100%;
  min-height: 55px;
  padding: 16px 22px 20px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-5:hover {
  background-color: #f8faff;
}

.dropdown-column-wrap {
  height: auto;
  display: flex;
}

.navigation-column {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 22px;
}
.c-width{
  width: 33% !important;
}
.c-width-30{
  width: 33% !important;
}
.mt-2rem{
  margin-top: 3.3rem !important;
}

.mt-1_8rem{
  margin-top: 1.8rem !important;
}

.text-block-62 {
  color: #767b87;
  margin-top: 3px;
  margin-bottom: 5px;
  font-size: 14px;
}

.link-18 {
  color: #283338;
  margin: 15px;
  font-size: 15px;
  text-decoration: none;
  display: block;
  white-space: nowrap; /* keep "Contact Us" on one line so the desktop nav fits at the breakpoint */
}

.link-18:hover {
  color: #8c54ff;
}

.navigation-column-right {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navigation-mob {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 15px;
}

.dropdown-link-mobile {
  color: #283338;
  width: 100%;
  padding: 8px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.detail-block {
  background-color: #56e8ff0d;
  border: 1px solid #56e8ff;
  max-width: 800px;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 30px 20px;
  font-size: 17px;
}

.title-wrap {
  color: #7b88a8;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.heading-large {
  color: #0d1b49;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 55px;
  line-height: 1;
}

.paragraph {
  font-size: 16px;
  line-height: 28px;
}

.navigation-dropdown-copy {
  min-width: 140px;
}

.navigation-dropdown-copy.w--open {
  background-color: var(--white);
  min-width: 350px;
  max-height: 100vh;
  left: -120px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.text-block-63 {
  color: #3b4758;
  margin-bottom: 10px;
  font-size: 16px;
}

.text-block-63.text-block-63-mobile {
  padding-left: 20px;
  font-size: 14px;
}

.text-block-62.text-block-62-mobile { 
  padding-left: 20px;
  font-size: 14px;
}

.image-6, .image-7 {
  vertical-align: middle;
}

.image-purple {
  z-index: auto;
  position: absolute;
}

.image-grey {
  z-index: 1;
  position: relative;
}

.icon-square-empty {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 0;
  display: flex;
  position: relative;
}

.icon-square-empty.icon-square-2 {
  background-color: #0000;
}

@media screen and (max-width: 1220px) {
  .nav-menu {
    display: none;
  }

  .navigation-left {
    display: flex;
  }

  .navigation {
    display: none;
  }

  .navigation-mob {
    border-bottom: 1px solid #4455671c;
    flex-direction: row;
    justify-content: center;
    height: 85px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .menu-mob {
    color: var(--white);
    background-color: #8c54ff;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #824bf1;
  }

  .mobile-nav {
    background-color: var(--white);
    padding-top: 15px;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .dropdown-list {
    background-color: var(--white);
  }

  .mobile-nav-link {
    width: 100%;
  }

  .dropdown-link-mobile {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .heading-large {
    font-size: 55px;
  }
}

@media screen and (max-width: 479px) {
  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .heading-large {
    text-align: center;
    font-size: 42px;
  }
}

/* =============================================================
   v5 DARK RE-SKIN of the V4 nav (site-wide, cosmetic only).
   Keeps all existing markup, items, mega-menu content and the
   Webflow dropdown behavior. Tokens mirror v5/css/main.css [dark].
   ============================================================= */
.navigation-wrap {
  --nv-bg: #0a0b10;
  --nv-panel: #14161d;
  --nv-ink: #f0f1f5;
  --nv-ink-strong: #ffffff;
  --nv-ink-muted: rgba(240, 241, 245, 0.7);
  --nv-ink-subtle: rgba(240, 241, 245, 0.5);
  --nv-border: rgba(255, 255, 255, 0.08);
  --nv-border-strong: rgba(255, 255, 255, 0.16);
  --nv-brand: #a78bfa;
  --nv-muted: #14161d;
  background: rgba(10, 11, 16, 0.92) !important;
  -webkit-backdrop-filter: saturate(160%) blur(12px);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--nv-border);
}
.navigation-wrap .navigation.w-nav,
.navigation-wrap .navigation-container {
  background: transparent !important;
}

/* top-level nav links / dropdown toggles -> pill style */
.navigation-wrap .dropdown-toggle,
.navigation-wrap .navigation-link {
  color: var(--nv-ink) !important;
  border-radius: 8px;
  padding: 8px 14px;
  font-weight: 600;
  transition: background 0.12s, color 0.12s;
}
/* dropdown toggles carry an absolute caret (.w-icon-dropdown-toggle, right:0) —
   reserve room on the right and center it so it never overlaps the label */
.navigation-wrap .dropdown-toggle { position: relative; padding-right: 34px; }
.navigation-wrap .w-icon-dropdown-toggle { top: 50%; right: 13px; bottom: auto; transform: translateY(-50%); margin-right: 0; }
.navigation-wrap .dropdown-toggle:hover,
.navigation-wrap .navigation-link:hover,
.navigation-wrap .dropdown-toggle.w--open {
  background: transparent !important;
  color: var(--nv-brand) !important; /* v4-style: highlight the text purple, no pill */
}
.navigation-wrap .icon-4 { opacity: 0.6; }

/* mega-menu dropdown panel */
.navigation-wrap .navigation-dropdown {
  background: var(--nv-panel) !important;
  border: 1px solid var(--nv-border);
  border-top: none;
  box-shadow: 0 24px 40px -12px rgba(0, 0, 0, 0.5) !important;
}
.navigation-wrap .text-block-63 {
  color: var(--nv-ink-subtle) !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 12px;
  font-weight: 700;
}
.navigation-wrap .text-block-61 { color: var(--nv-ink-strong) !important; }
.navigation-wrap .text-block-62 { color: var(--nv-ink-muted) !important; }
.navigation-wrap .dropdown-link-1:hover {
  background: var(--nv-muted) !important;
  border-radius: 10px;
}
/* keep the icon chips light so the original grey icons stay legible on the dark panel */
.navigation-wrap .icon-square {
  background: #ffffff !important;
  box-shadow: none !important;
}

/* Contact Us -> outline button (v5 .btn-secondary) */
.navigation-wrap .link-18 {
  color: var(--nv-ink) !important;
  border: 1px solid var(--nv-border-strong);
  border-radius: 10px;
  padding: 9px 18px;
  margin: 12px 0;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.navigation-wrap .link-18:hover {
  background: var(--nv-muted) !important;
  border-color: var(--nv-ink-muted);
  color: #ffffff !important;
}

/* =============================================================
   v5 mobile full-screen drawer (replaces the old .navigation-mob
   accordion). Shown via the existing .navigation-mob breakpoint
   (display:none base, display:flex <=1220px).
   ============================================================= */
.navigation-mob.v5mob {
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center;
  height: 64px;
  padding: 0 18px !important;
}
.v5mob .brand-mob { display: inline-flex; align-items: center; }
.v5mob-burger {
  width: 42px; height: 42px; flex: none;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--nv-border-strong, rgba(255,255,255,.16));
  border-radius: 10px; background: transparent; color: var(--nv-ink, #f0f1f5);
  cursor: pointer;
}
.v5mob-close {
  background: transparent; border: none; color: var(--nv-ink, #f0f1f5);
  cursor: pointer; display: inline-flex; padding: 4px;
}
.v5mob-drawer {
  position: fixed; inset: 0; z-index: 1100;
  background: #0a0b10;
  transform: translateX(100%);
  transition: transform 0.26s ease;
  display: flex; flex-direction: column;
}
.v5mob-drawer.open { transform: translateX(0); }
.v5mob-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 18px; border-bottom: 1px solid rgba(255,255,255,.08); flex: none;
}
.v5mob-head .sikka-logo-mobile { width: 130px; }
.v5mob-panels { position: relative; flex: 1; overflow: hidden; }
.v5mob-panel {
  position: absolute; inset: 0; overflow-y: auto;
  padding: 8px 22px 28px; transition: transform 0.24s ease;
  -webkit-overflow-scrolling: touch;
  background: #0a0b10; /* opaque so the secondary panel fully covers the primary */
}
.v5mob-primary { transform: translateX(0); }
.v5mob-drawer.show-secondary .v5mob-primary { transform: translateX(-28%); }
.v5mob-secondary { transform: translateX(100%); }
.v5mob-drawer.show-secondary .v5mob-secondary { transform: translateX(0); }
.v5mob-link {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  width: 100%; text-align: left;
  padding: 16px 14px; margin: 0 -14px; border: none; border-bottom: 1px solid rgba(255,255,255,.06);
  background: transparent; color: #ffffff; font-size: 18px; font-weight: 600;
  cursor: pointer; text-decoration: none; font-family: inherit;
}
.v5mob-link svg { opacity: 0.55; flex: none; }
/* dark hover highlights inside the drawer (the light .dropdown-link-1:hover #f8faff
   would make white text invisible since the drawer lives outside .navigation-wrap) */
.v5mob-link:hover { background: rgba(255,255,255,.06); border-radius: 8px; }
.v5mob-secbody .dropdown-link-1:hover { background: rgba(255,255,255,.06) !important; border-radius: 10px; }
.v5mob-back {
  display: inline-flex; align-items: center; gap: 6px;
  background: transparent; border: none; color: rgba(240,241,245,.7);
  font-size: 15px; font-weight: 600; padding: 12px 0; cursor: pointer; font-family: inherit;
}
.v5mob-sectitle {
  font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: #a78bfa; margin: 4px 0 10px;
}
/* cloned mega-menu content lives in the drawer (moved to <body>), so re-skin
   its text here scoped to the drawer rather than .navigation-wrap */
.v5mob-secbody .text-block-63 {
  margin-top: 18px; color: rgba(240,241,245,.5) !important;
  text-transform: uppercase; letter-spacing: 0.06em; font-size: 12px; font-weight: 700;
}
.v5mob-secbody .dropdown-link-1 {
  display: flex; align-items: center; gap: 14px;
  padding: 12px 14px; margin: 0 -14px; text-decoration: none;
}
.v5mob-secbody .text-block-61 { color: #ffffff !important; font-size: 16px; }
.v5mob-secbody .text-block-62 { color: rgba(240,241,245,.6) !important; }
.v5mob-secbody .icon-square { width: 40px; height: 40px; background: #ffffff !important; box-shadow: none !important; }
.v5mob-ctas { display: flex; flex-direction: column; gap: 10px; margin-top: 26px; }
.btn-mob {
  display: flex; align-items: center; justify-content: center;
  padding: 14px; border-radius: 12px; font-weight: 600; font-size: 15px; text-decoration: none;
}
.btn-mob-outline { color: #f0f1f5; border: 1px solid rgba(255,255,255,.16); }
.btn-mob-outline:hover { background: #14161d; }
