
:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  /* font-family: "Helvetica Neue", sans-serif; */
  font-size: 14px;
  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;
  color: white !important;
/* border-bottom: 0.1px solid var(--Font-Gray-Light, #767B87); */
background: #131823;
  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; */
  }
}


.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;
}

.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;
}
.sikka-logo-mobile {
 width: 150px;
 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: #131823;
  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: #e3e9eb;
  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: #444c61;
}

.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: #d8d6d6;
  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;
}

.text-block-62 {
  color: #d2d5dd;
  margin-top: 3px;
  margin-bottom: 5px;
  font-size: 14px;
}

.link-18 {
  color: #ffffff;
  margin: 15px;
  font-size: 15px;
  text-decoration: none;
  display: block;
}

.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: #8e9092;
  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: 991px) {
  .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;
  }
}
