body {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.learn-more-link {
  all: unset;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 4px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  cursor: pointer;
}
.learn-more-link span {
  color: var(--primary-primary, #fb5650);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}
.learn-more-link .learn-more-icon {
  width: 21px;
  min-width: 21px;
  max-width: 21px;
  height: 21px;
  min-height: 21px;
  max-height: 21px;
}

.link-underline {
  content: "";
  position: absolute;
  background-color: var(--primary-primary, #fb5650);
  bottom: -1px;
  left: -1px;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  transform: scaleY(2);
}



@font-face {
  font-family: "SF-Pro-Regular-Text";
  src: url("../../assests/fonts/SF-PRO-Text/SF-Pro-Text-Regular.otf")
    format("opentype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Pro-Semi-Bold-Text";
  src: url("../../assests/fonts/SF-PRO-Text/SF-Pro-Text-Semibold.otf")
    format("opentype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Pro-Bold-Text";
  src: url("../../assests/fonts/SF-PRO-Text/SF-Pro-Text-Bold.otf")
    format("opentype");
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "SF-Pro-Regular-Text";
}

/* Custom Scroll Bar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 250px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--secondary-secondary-l-2, #cdced9);
  border-radius: 250px;
  display: flex;
  justify-content: center;
}

::-webkit-scrollbar-button {
  border: none;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
}

::-webkit-scrollbar-button:single-button:decrement {
  background-image: url("../../assests/images/caret-up-solid-scrolbar.svg");
  width: 10px;
  height: 10px;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
}

::-webkit-scrollbar-button:single-button:increment {
  background-image: url("../../assests/images/caret-down-solid-scrollbar.svg");
  height: 10px;
  width: 10px;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Custom ScrollBar  */
#services-3D-printing-page-introduction-wrapper {
  background-color: var(--dark-dark-d-2, #111116);
}
#services-3D-printing-page-introduction-wrapper .top-header-page-inner-wrapper {
  margin-left: calc((100% - 1216px) / 2 + 16px);
  display: flex;
  gap: 109px;
}
@media (max-width: 1250px) {
  #services-3D-printing-page-introduction-wrapper
    .top-header-page-inner-wrapper {
    margin-left: 0;
    flex-direction: column-reverse;
    gap: 50px;
  }
}
@media (max-width: 650px) {
  #services-3D-printing-page-introduction-wrapper
    .top-header-page-inner-wrapper {
    gap: 16px;
  }
}
#services-3D-printing-page-introduction-wrapper
  .top-header-page-inner-wrapper
  .top-header-page-header-wrapper {
  width: 528px;
  padding-top: 189px;
  padding-bottom: 142px;
}
@media (max-width: 1250px) {
  #services-3D-printing-page-introduction-wrapper
    .top-header-page-inner-wrapper
    .top-header-page-header-wrapper {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 68px;
    padding-left: 16px;
    padding-right: 16px;
    width: 584px;
  }
}
@media (max-width: 650px) {
  #services-3D-printing-page-introduction-wrapper
    .top-header-page-inner-wrapper
    .top-header-page-header-wrapper {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 27px;
    width: 312px;
  }
}
#services-3D-printing-page-introduction-wrapper
  .top-header-page-inner-wrapper
  .top-header-page-header-wrapper
  h1 {
  color: var(--light-white, #fff);
  font-family: "SF-Pro-Bold-Text";
  font-size: 64px;
  font-style: normal;
  line-height: 125%;
}
@media (max-width: 650px) {
  #services-3D-printing-page-introduction-wrapper
    .top-header-page-inner-wrapper
    .top-header-page-header-wrapper
    h1 {
    font-size: 36px;
  }
}
#services-3D-printing-page-introduction-wrapper
  .top-header-page-inner-wrapper
  .top-header-page-header-wrapper
  p {
  margin-top: 24px;
  margin-bottom: 24px;
  color: var(--light-light, #f1f2f5);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 24px;
  font-style: normal;
  line-height: 125%;
}
#services-3D-printing-page-introduction-wrapper
  .top-header-page-inner-wrapper
  .top-header-page-header-wrapper
  nav {
  display: flex;
  gap: 16px;
}
@media (max-width: 650px) {
  #services-3D-printing-page-introduction-wrapper
    .top-header-page-inner-wrapper
    .top-header-page-header-wrapper
    nav {
    flex-direction: column;
  }
}
#services-3D-printing-page-introduction-wrapper
  .top-header-page-inner-wrapper
  .top-header-page-header-wrapper
  nav
  a {
  text-decoration: none;
}
#services-3D-printing-page-introduction-wrapper
  .top-header-page-inner-wrapper
  .top-header-page-header-wrapper
  nav
  button {
  width: 256px;
  height: 56px;
  border-radius: 1000px;
  padding: 18px 24px;
}
@media (max-width: 1250px) {
  #services-3D-printing-page-introduction-wrapper
    .top-header-page-inner-wrapper
    .top-header-page-header-wrapper
    nav
    button {
    width: 284px;
  }
}
@media (max-width: 650px) {
  #services-3D-printing-page-introduction-wrapper
    .top-header-page-inner-wrapper
    .top-header-page-header-wrapper
    nav
    button {
    width: 312px;
  }
}
#services-3D-printing-page-introduction-wrapper
  .top-header-page-inner-wrapper
  .top-header-page-header-wrapper
  nav
  a:first-child
  button {
  color: var(--Primary-Base-White, var(--Primary-Base-White, #fff));
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  background: var(--primary-primary, #fb5650);
  border: none;
  position: relative;
  overflow: hidden;
}
#services-3D-printing-page-introduction-wrapper
  .top-header-page-inner-wrapper
  .top-header-page-header-wrapper
  nav
  a:first-child
  button
  img {
  z-index: 5;
  position: relative;
}
#services-3D-printing-page-introduction-wrapper
  .top-header-page-inner-wrapper
  .top-header-page-header-wrapper
  nav
  a:first-child
  button
  span {
  z-index: 5 !important;
  position: relative;
}
#services-3D-printing-page-introduction-wrapper
  .top-header-page-inner-wrapper
  .top-header-page-header-wrapper
  nav
  a:first-child
  button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--primary-primary-d-1, #d23d37);
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  border-radius: 1000px;
  animation: HoverOut 0.5s forwards;
}
@keyframes HoverOut {
  0% {
    width: 101%;
  }
  100% {
    width: 0%;
  }
}
#services-3D-printing-page-introduction-wrapper
  .top-header-page-inner-wrapper
  .top-header-page-header-wrapper
  nav
  a:first-child
  button:hover {
  color: var(--light-white, var(--Primary-Base-White, #fff));
}
#services-3D-printing-page-introduction-wrapper
  .top-header-page-inner-wrapper
  .top-header-page-header-wrapper
  nav
  a:first-child
  button:hover::after {
  animation: HoverIn 0.5s forwards ease-in-out;
}
@keyframes HoverIn {
  0% {
    width: 0%;
  }
  100% {
    width: 101%;
  }
}
#services-3D-printing-page-introduction-wrapper
  .top-header-page-inner-wrapper
  .top-header-page-header-wrapper
  nav
  a:last-child
  button:last-child {
  color: var(--light-white, #fff);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  border: 1px solid var(--light-white, #fff);
  background: rgb(17, 17, 22);
  border-width: 1px;
  border-style: solid;
  position: relative;
  animation: HoverOutButton 0.7s forwards ease-in-out;
}
@keyframes HoverOutButton {
  0% {
    border-top-color: var(--primary-primary, #fb5650);
    border-left-color: var(--primary-primary, #fb5650);
    border-right-color: var(--primary-primary, #fb5650);
    border-bottom-color: var(--primary-primary, #fb5650);
    color: var(--primary-primary-d-1, #d23d37);
  }
  25% {
    border-top-color: var(--primary-primary, #fb5650);
    border-left-color: var(--primary-primary, #fb5650);
    border-right-color: var(--primary-primary, #fb5650);
    color: var(--primary-primary-d-1, #d23d37);
  }
  50% {
    border-top-color: var(--primary-primary, #fb5650);
    border-left-color: var(--primary-primary, #fb5650);
    color: var(--primary-primary-d-1, #d23d37);
  }
  75% {
    border-top-color: var(--primary-primary, #fb5650);
    color: var(--primary-primary-d-1, #d23d37);
  }
}
#services-3D-printing-page-introduction-wrapper
  .top-header-page-inner-wrapper
  .top-header-page-header-wrapper
  nav
  a:last-child
  button:last-child:hover {
  animation: HoverInButton 0.7s forwards ease-in-out;
}
@keyframes HoverInButton {
  0% {
    border-top-color: var(--primary-primary, #fb5650);
  }
  25% {
    border-top-color: var(--primary-primary, #fb5650);
    border-left-color: var(--primary-primary, #fb5650);
  }
  50% {
    border-top-color: var(--primary-primary, #fb5650);
    border-left-color: var(--primary-primary, #fb5650);
    border-right-color: var(--primary-primary, #fb5650);
  }
  75% {
    border-top-color: var(--primary-primary, #fb5650);
    border-left-color: var(--primary-primary, #fb5650);
    border-right-color: var(--primary-primary, #fb5650);
    border-bottom-color: var(--primary-primary, #fb5650);
  }
  100% {
    border-top-color: var(--primary-primary, #fb5650);
    border-left-color: var(--primary-primary, #fb5650);
    border-right-color: var(--primary-primary, #fb5650);
    border-bottom-color: var(--primary-primary, #fb5650);
    color: var(--primary-primary-d-1, #d23d37);
  }
}
#services-3D-printing-page-introduction-wrapper
  .top-header-page-inner-wrapper
  .top-header-page-image-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
#services-3D-printing-page-introduction-wrapper
  .top-header-page-inner-wrapper
  .top-header-page-image-wrapper
  img {
  width: 100%;
  height: 831px;
}
@media (max-width: 1250px) {
  #services-3D-printing-page-introduction-wrapper
    .top-header-page-inner-wrapper
    .top-header-page-image-wrapper
    img {
    height: 577px;
  }
}
@media (max-width: 650px) {
  #services-3D-printing-page-introduction-wrapper
    .top-header-page-inner-wrapper
    .top-header-page-image-wrapper
    img {
    height: 409px;
  }
}

#frequently-asked-questions-component {
  margin-top: 64px;
  margin-bottom: 0px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #frequently-asked-questions-component {
    margin-top: 48px;
    margin-bottom: 0px;
  }
}
@media (max-width: 650px) {
  #frequently-asked-questions-component {
    margin-top: 24px;
    margin-bottom: 0px;
  }
}

#blogs-component {
  margin-top: 64px;
  margin-bottom: 100px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #blogs-component {
    margin-top: 48px;
    margin-bottom: 64px;
  }
}
@media (max-width: 650px) {
  #blogs-component {
    margin-top: 24px;
    margin-bottom: 48px;
  }
}

#carousel-component {
  background: var(--light-light-l-1, #f7f8f9);
  overflow: hidden;
  border-collapse: separate;
}
#carousel-component .carousel-component-container {
  margin-top: 64px;
  margin-bottom: 100px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #carousel-component .carousel-component-container {
    margin-top: 48px;
    margin-bottom: 64px;
  }
}
@media (max-width: 650px) {
  #carousel-component .carousel-component-container {
    margin-top: 24px;
    margin-bottom: 48px;
  }
}

#resource-cards-component {
  overflow: hidden;
  border-collapse: separate;
  background: var(--Primary-Base-Black, #000);
}
#resource-cards-component .resource-cards-container {
  margin-top: 64px;
  margin-bottom: 0px;
  margin-bottom: 64px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #resource-cards-component .resource-cards-container {
    margin-top: 48px;
    margin-bottom: 0px;
  }
}
@media (max-width: 650px) {
  #resource-cards-component .resource-cards-container {
    margin-top: 24px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1250px) and (min-width: 650px) {
  #resource-cards-component .resource-cards-container {
    margin-bottom: 48px;
  }
}
@media (max-width: 650px) {
  #resource-cards-component .resource-cards-container {
    margin-bottom: 24px;
  }
}

/* Material Section Wrapper */
#material-section-wrapper #material-section-header-wrapper {
  padding-left: 16px;
  padding-right: 16px;
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1250px) and (min-width: 650px) {
  #material-section-wrapper #material-section-header-wrapper {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  #material-section-wrapper #material-section-header-wrapper {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}
#material-section-wrapper #material-section-header-wrapper h3 {
  color: var(--primary-primary, #fb5650);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 24px;
  font-style: normal;
  line-height: 125%;
  margin: 0 0;
}
#material-section-wrapper #material-section-header-wrapper h2 {
  margin-top: 12px;
  margin-bottom: 12px;
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 650px) {
  #material-section-wrapper #material-section-header-wrapper h2 {
    color: var(--dark-dark-d-2, #111116);
    font-family: "SF-Pro-Semi-Bold-Text";
    font-size: 40px;
    font-style: normal;
    line-height: 125%;
  }
}
@media (max-width: 650px) {
  #material-section-wrapper #material-section-header-wrapper h2 {
    color: var(--dark-dark-d-2, #111116);
    font-family: "SF-Pro-Semi-Bold-Text";
    font-size: 32px;
    font-style: normal;
    line-height: 125%;
  }
}
#material-section-wrapper #material-section-header-wrapper p {
  color: var(--dark-dark-l-2, #393a4a);
  font-family: "SF-Pro-Regular-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
}

main #breadcrumbs-navigation-container {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1250px) and (min-width: 650px) {
  main #breadcrumbs-navigation-container {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  main #breadcrumbs-navigation-container {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
  }
}
main #breadcrumbs-navigation-container .breadcrumbs-list-container {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0;
  padding: 0 0;
}
main
  #breadcrumbs-navigation-container
  .breadcrumbs-list-container
  .breadcrumbs-list-item
  a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--secondary-secondary, #6b6c7e);
  font-family: "SF-Pro-Regular-Text";
  font-size: 14px;
  font-style: normal;
  line-height: 125%;
  text-decoration: none;
}
main
  #breadcrumbs-navigation-container
  .breadcrumbs-list-container
  .breadcrumbs-list-item
  a:hover {
  color: var(--dark-dark, #272833);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 13.6px;
  font-style: normal;
  line-height: 125%;
}
main
  #breadcrumbs-navigation-container
  .breadcrumbs-list-container
  .breadcrumbs-list-item:last-child
  a {
  color: var(--dark-dark, #272833);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 14px;
  font-style: normal;
  line-height: 125%;
}
main #service-component-outer-wrapper {
  background-color: var(--Primary-Base-Black, #000);
  border-collapse: separate;
  overflow: hidden;
}
main #service-component-outer-wrapper #service-component-inner-wrapper {
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
  margin-bottom: 64px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 1250px) and (min-width: 650px) {
  main #service-component-outer-wrapper #service-component-inner-wrapper {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
@media (max-width: 650px) {
  main #service-component-outer-wrapper #service-component-inner-wrapper {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    margin-bottom: 24px;
  }
} 
