* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  background-color: #fcfcfc;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.scrollable-element {
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scrollable-element::-webkit-scrollbar {
  display: none;
}

@media (max-width: 768px) {
  html {
    scroll-behavior: auto;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-style: normal;
  font-family: "General Sans", sans-serif;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
a {
  text-decoration: none;
  color: inherit;
}
#load-percentage {
  color: #2a002d;
  font-family: "General Sans", sans-serif;
  font-size: 48px;
  padding-left: 1px;
}
.svg-background {
  background-image: url("../images/slash_loader.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 55px;
}
CSSResult Skip Results Iframe :root {
  --color: rgba(122, 122, 124, 0.918);
}

#section05 a {
  padding-top: 70px;
  color: var(--darkGray);
  text-decoration: none;
  font-weight: 500;
  font-size: 21px;
}

#section05 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid var(--yellowAccent);
  border-bottom: 2px solid var(--yellowAccent);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.scroll-container {
  height: 2750vh;
  -webkit-overflow-scrolling: touch; /* Enables momentum scrolling for touch devices */
  scroll-snap-type: y mandatory;
}

.video-container {
  position: sticky;
  top: 0%;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

/* Hide the mobile video container by default */
.video-container.mobile {
  display: none;
}

/* Show the mobile video container only on mobile devices */
@media (max-width: 768px) {
  .video-container.desktop {
    display: none;
  }
  .video-container.mobile {
    display: block;
  }
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: transparent !important;
}
#desktop-video {
  display: none;
}

#mobile-video {
  display: none;
}

@media (min-width: 768px) {
  #desktop-video {
    display: block;
  }
}

@media (max-width: 767px) {
  #mobile-video {
    display: block;
  }
}

.download {
  color: inherit;
  text-decoration: none;
}
.nav-item span {
  color: var(--redAccent);
}
.button-container span {
  color: var(--redAccent);
}
.button-container {
  position: fixed;
  display: none;
  z-index: 1;
}
#button1:hover,
#button2:hover,
#button3:hover,
#button4:hover,
#button5:hover,
#button6:hover,
#button7:hover,
#button8:hover {
  background-color: var(--hover); /* Slightly darker yellow on hover */
}
.button-container.active {
  display: block;
}

/* Button Styles */
button {
  all: unset;
  display: inline-block;
  padding: 10px 20px;
  color: var(--darkGray);
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0; /* Initially hidden */
  transform: translateY(10px); /* Slightly off-position */
  transition: opacity 0.6s ease, transform 0.2s ease;
  -webkit-tap-highlight-color: transparent; /* Removes blue highlight */
}

/* Fade-in class */
.fade-in {
  opacity: 1;
  transform: translateY(0); /* Bring to original position */
}
#button0 {
  bottom: calc(10%);
  right: 50%;
  transform: translateX(50%);
  border-radius: 6px;
  display: none;
}
#button0.active {
  display: block;
}
.scroll-down {
  font-weight: 300;
}
/* Individual button positions */
#button1 {
  bottom: calc(100% - 75%); /* Adjusts the vertical position */
  right: 50%;
  transform: translateX(
    50%
  ); /* Centers the button horizontally (50% of screen width minus half the button width) */
  background-color: var(--yellowAccent); /* Custom background color */
  border-radius: 6px;
  color: var(--white);
  font-size: 16px;
  border: none;
  cursor: pointer;
  outline: none;
}

#button2 {
  bottom: calc(100% - 55%);
  right: 50%;
  transform: translateX(50%);
  background-color: var(--yellowAccent);
  border-radius: 6px;
  border: none;
  color: var(--white);
  font-size: 16px;
  cursor: pointer;
}

#button3 {
  bottom: calc(100% - 55%);
  right: 50%;
  transform: translateX(50%);
  background-color: var(--yellowAccent); /* Custom background color */
  border-radius: 6px;
}
#button4 {
  bottom: calc(100% - 88%);
  right: 50%;
  transform: translateX(50%);
  background-color: var(--yellowAccent); /* Custom background color */
  border-radius: 6px;
}
#button5 {
  bottom: calc(100% - 50%);
  left: calc(50% - 44.3%);
  background-color: var(--yellowAccent); /* Custom background color */
  border-radius: 6px;
}
#button6 {
  bottom: calc(
    100% - 54.5%
  ); /* Adjust this formula to match the original position */
  left: calc(50% - 44.3%);
  background-color: var(--yellowAccent); /* Custom background color */
  border-radius: 6px;
}
#button7 {
  bottom: calc(100% - 65.5%);
  left: calc(50% - 44.3%);
  background-color: var(--yellowAccent); /* Custom background color */
  border-radius: 6px;
}
#button8 {
  bottom: calc(100% - 62%);
  left: calc(50% - 41.5%);
  background-color: var(--yellowAccent); /* Custom background color */
  border-radius: 6px;
}

#button9 {
  bottom: calc(100% - 65%);
  right: calc(50% - 600px);
  border-radius: 6px;
}
#button10 {
  bottom: calc(100% - 70%);
  right: calc(50% - 600px);
  border-radius: 6px;
}
.feature-section-container {
  max-width: 400px;
  margin: 0 auto;
}
.feature-section-container-2 {
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .feature-section-container-2 {
    display: none;
  }
}
@media (max-width: 768px) {
  .feature-section-container-2 {
    display: block;
  }
}
.feature-section {
  background: var(--featureDropdown);
  border-radius: 10px;
  margin: 18px 0;
  padding: 16px;
  cursor: pointer;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden; /* Ensure content is contained within the section */
}

.feature-section h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.feature-section .feature-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding-top 0.3s ease;
  font-size: 14px;
  color: var(--darkGrayOpacity);
  line-height: 1.6;
  padding-top: 0;
}

.feature-section.active {
  background: var(--featureDropdown);
}

.feature-section.active .feature-content {
  max-height: 63px;
  padding-top: 0px; /* Creates downward separation */
}

.toggle-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.feature-section.active .toggle-icon {
  transform: rotate(180deg);
}

/* Remove focus outline */
button:focus {
  outline: none;
}

/* Optionally, add custom focus styling */
button:focus-visible {
  outline: 2px solid var(--white); /* Optional: add white outline on focus */
}

/* footer */
.group-child {
  position: absolute;
  height: 100%;
  top: 0%;
  bottom: 0%;
  left: calc(50% - 75.5px);
  border-radius: var(--br-3xs);
  background-color: var(--lightGray);
  width: 151px;
}
.overview {
  position: absolute;
  top: 14.57px;
  left: calc(50% - 63.5px);
  letter-spacing: -0.03em;
  line-height: 140%;
  font-weight: 500;
}
.group-item {
  position: absolute;
  top: 39.5px;
  left: 11.5px;
  border-top: 1px solid var(--lineColor);
  box-sizing: border-box;
  width: 127px;
  height: 1px;
}
.home {
  position: absolute;
  top: 53px;
  left: 12px;
  font-size: var(--font-size-12-xxs);
  letter-spacing: -0.03em;
  line-height: 140%;
  font-weight: 200;
}
.align-with-us {
  position: absolute;
  top: 103px;
  left: 12px;
  font-size: var(--font-size-12-xxs);
  letter-spacing: -0.03em;
  line-height: 140%;
  font-weight: 200;
}
.saige_footer {
  position: absolute;
  top: 78px;
  left: 12px;
  font-size: var(--font-size-12-xxs);
  letter-spacing: -0.03em;
  line-height: 140%;
  font-weight: 200;
}
.ceo-articulating {
  position: absolute;
  top: 103px;
  left: 12px;
  font-size: var(--font-size-12-xxs);
  letter-spacing: -0.03em;
  line-height: 140%;
  font-weight: 200;
}
.rectangle-parent {
  width: 151px;
  position: relative;
  height: 195px;
  font-size: var(--font-size-sm);
}
.group-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
  border-radius: var(--br-3xs);
  background-color: var(--lightGray);
}
.aiaas {
  position: absolute;
  top: 13px;
  left: 12px;
  font-size: var(--font-size-sm);
  letter-spacing: -0.03em;
  line-height: 140%;
  font-weight: 500;
}
.strategic-ai-advisory {
  position: absolute;
  top: 53px;
  left: 12px;
  letter-spacing: -0.03em;
  line-height: 140%;
  font-weight: 200;
}
.advanced-ai-solutions {
  position: absolute;
  top: 78px;
  left: 12px;
  letter-spacing: -0.03em;
  line-height: 140%;
  font-weight: 200;
}
.ai-security {
  position: absolute;
  top: 128px;
  left: 12px;
  letter-spacing: -0.03em;
  line-height: 140%;
  font-weight: 200;
}
.frame {
  position: absolute;
  top: 26px;
  left: 14px;
  width: 12px;
  height: 12px;
  overflow: hidden;
}
.line-div-2 {
  position: absolute;
  top: 39.5px;
  left: 11.5px;
  border-top: 1px solid var(--lineColor);
  box-sizing: border-box;
  width: 164px;
  height: 1px;
}
.rectangle-group {
  width: 184px;
  position: relative;
  height: 195px;
}
.our-foundations {
  position: absolute;
  top: 13px;
  left: calc(50% - 65px);
  font-size: var(--font-size-sm);
  letter-spacing: -0.03em;
  line-height: 140%;
  font-weight: 500;
}
.csr {
  position: absolute;
  top: 153px;
  left: 12px;
  letter-spacing: -0.03em;
  line-height: 140%;
  font-weight: 200;
}
.group-child1 {
  position: absolute;
  top: 39.5px;
  left: 11.5px;
  border-top: 1px solid var(--lineColor);
  box-sizing: border-box;
  width: 133px;
  height: 1px;
}
.frame1 {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 12px;
  height: 12px;
  overflow: hidden;
}
.rectangle-container {
  width: 154px;
  position: relative;
  height: 195px;
}
.materials {
  position: absolute;
  top: 13px;
  left: calc(50% - 51.5px);
  font-size: var(--font-size-sm);
  letter-spacing: -0.03em;
  line-height: 140%;
  font-weight: 500;
}
.group-child3 {
  position: absolute;
  top: 39.5px;
  left: 11.5px;
  border-top: 1px solid var(--lineColor);
  box-sizing: border-box;
  width: 103px;
  height: 1px;
}
.group-div {
  width: 127px;
  position: relative;
  height: 195px;
}
.group-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}
.frame-child {
  max-width: 250px;
  position: relative;
  height: auto;
}
.group-icon {
  position: absolute;
  height: 100%;
  width: 28.04%;
  top: 0%;
  right: 0.05%;
  bottom: 0%;
  left: 71.91%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}
.group-child4 {
  position: absolute;
  height: 100%;
  width: 28.04%;
  top: 0%;
  right: 36.49%;
  bottom: 0%;
  left: 35.48%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}
.group-icon1 {
  position: absolute;
  height: 100%;
  width: 28.04%;
  top: 0%;
  right: 71.96%;
  bottom: 0%;
  left: 0%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}
.group-group {
  width: 85.6px;
  position: relative;
  height: 24px;
}
.blogyios-cir-suite {
  margin: 0;
}
.blogyios-cir-suite-container {
  align-self: stretch;
  position: relative;
  line-height: 140%;
  font-weight: 500;
}
.frame-div {
  width: 195px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
}
.group-container {
  width: 371px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
  font-size: var(--font-size-sm);
}
.frame-group {
  width: 1264px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.frame-item {
  align-self: stretch;
  position: relative;
  border-top: 1px solid var(--hrColor);
  box-sizing: border-box;
  height: 1px;
}
.copyright-dec- {
  position: relative;
  letter-spacing: -0.03em;
  line-height: 140%;
}
.icon {
  width: 1px;
  position: relative;
  height: 12.8px;
}
.terms-condition-parent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}
.copyright-dec-2024-all-rig-parent {
  width: 1164px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.line-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
}
.frame-parent {
  width: 100%;
  position: relative;
  display: flex;
  top: 60%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 31px;
  text-align: left;
  font-size: var(--font-size-12-xxs);
  color: var(--black);
  font-family: var(--font-general-sans);
}
.strategic-ai-advisory a,
.home a,
.advanced-ai-solutions a {
  color: inherit;
  text-decoration: none;
}
.strategic-ai-advisory a:hover,
.advanced-ai-solutions a:hover,
.feature-content a:hover,
.align-with-us a:hover,
.ceo-articulating a:hover,
.saige_footer a:hover,
.ai-security a:hover {
  color: var(--redAccent);
}
.home a:hover {
  color: var(--redAccent);
}
@media (max-width: 1440px) {
  .group-container {
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
    font-size: var(--font-size-sm);
  }
  .frame-group {
    width: 1100px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (max-width: 1280px) {
  .group-container {
    width: 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
    font-size: var(--font-size-sm);
  }
  .frame-group {
    width: 1000px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .copyright-dec- {
    position: relative;
    letter-spacing: -0.03em;
    line-height: 140%;
    left: 6%;
  }
  .frame-item {
    align-self: stretch;
    position: relative;
    border-top: 1px solid var(--hrColor);
    box-sizing: border-box;
    height: 1px;
    width: 80%;
    left: 6%;
  }
}
@media (max-width: 1024px) {
  .group-container {
    width: 450px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
    font-size: var(--font-size-sm);
  }
  .frame-group {
    width: 950px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .copyright-dec- {
    position: relative;
    letter-spacing: -0.03em;
    line-height: 140%;
    left: 8%;
  }
  .frame-item {
    align-self: stretch;
    position: relative;
    border-top: 1px solid var(--hrColor);
    box-sizing: border-box;
    height: 1px;
    width: 80%;
    left: 8%;
  }
}
@media (max-width: 868px) {
  .group-container {
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
    font-size: var(--font-size-sm);
  }
  .frame-group {
    width: 800px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .copyright-dec- {
    position: relative;
    letter-spacing: -0.03em;
    line-height: 140%;
    left: 15%;
  }
  .frame-item {
    align-self: stretch;
    position: relative;
    border-top: 1px solid var(--hrColor);
    box-sizing: border-box;
    height: 1px;
    width: 60%;
    left: 15%;
  }
}
/* Tablet Portrait View */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* Your styles for tablet portrait view */
  #button9 {
    bottom: 5.5%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 6px;
  }
  #button0 {
    bottom: calc(4%);
  }
  #button1 {
    bottom: calc(100% - 73.5%);
  }

  #button3 {
    bottom: calc(100% - 57%);
  }

  #button4 {
    bottom: calc(100% - 90%);
  }

  #button10 {
    bottom: calc(100% - 70%);
    right: calc(50% - 650px);
    border-radius: 6px;
  }
  #button8 {
    bottom: calc(100% - 56%);
    left: calc(11.5%);
  }
}
