@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');

:root {
  --inter: "Inter", sans-serif;
  --oswald: "Oswald", serif;
  --sora: "Sora", serif;
  --source-code-pro: "Source Code Pro", serif;
  --containerquantum: 1520px;
  --black: #111111;
  --white: #ffffff;
  --blue: #0b6195;
  --blue2: #055788;
  --grey: #555555;
  --darkgrey: #cccccc;
  --lightgrey: #948e8e;
  --lightgrey-50: #cfcfcf;
  --img-card-color: #d9d9d9;
  --green: #2bb219;
  --dev-layout-bg: #EFEFEF;
  --doc-border-gray: #D5D5D5;
  --table-tr-bgcolor-gray: #E9E9E9;
  --code-box-bgcolor: #E2E2E2;
  --dark-yellow: #AC8C04;
  --solution-number-color: linear-gradient(180deg, #bfff00 0%, #006400 100%);
  --solution-keytext-color: linear-gradient(90deg, #2b8dc8 0%, #154562 100%);
  --dev-env-setup-bg-color: linear-gradient(180deg, #1D549C 0%, #153462 100%);
  --font-90: 90px;
  --font-80: 80px;
  --font-70: 70px;
  --font-65: 65px;
  --font-50: 50px;
  --font-48: 48px;  /*devloepr fonts*/
  --font-45: 45px;
  --dev-font-60: 60px;  /*devloepr fonts*/
  --dev-font-48: 48px;  /*devloepr fonts*/
  --dev-font-90: 90px;  /*devloepr fonts*/
  --dev-font-40: 40px;  /*devloepr fonts*/
  --dev-font-24: 24px;  /*devloepr fonts*/
  --dev-font-28: 28px;  /*devloepr fonts*/
  --dev-font-18: 18px;  /*devloepr fonts*/
  --dev-font-20: 20px;  /*devloepr fonts*/
  --dev-font-14: 14px;  /*devloepr fonts*/
  --dev-font-16: 16px;  /*devloepr fonts*/
  --font-36: 36px;
  --font-34: 34px;
  --font-32: 32px;
  --font-30: 30px;
  --font-28: 28px;
  --font-26: 26px;
  --font-24: 24px;
  --font-22: 22px;
  --font-20: 20px;
  --font-18: 18px;
  --font-16: 16px;
  --font-14: 14px;
  --font-12: 12px;
}

html {
  scroll-behavior: smooth;
}

::-moz-selection {
  color: var(--white);
  background: var(--black);
  -webkit-text-fill-color: var(--white);
}

::selection {
  color: var(--white);
  background: var(--black);
  -webkit-text-fill-color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a:focus-visible {
  outline: none !important;
}

.post,
.page {
  margin: 0;
}

.row {
  margin: 0;
}

p,
ul {
  margin: 0;
  padding: 0;
}

.row>* {
  padding-left: 0;
  padding-right: 0;
}

body {
  width: 100%;
  font-family: var(--inter);
  overflow-x: hidden !important;
}

a {
  text-decoration: none;
  color: inherit;
}

.quamtum-container {
  width: 100%;
  max-width: var(--containerquantum);
  margin: 0 auto;
}

/* Footer CSS */
.innerfooter {
  background: var(--blue);
}

.footergrid {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 109px;
  padding: 80px 0 45px;
}

.logoarea p,
.footertitle,
.comanlinks ul li a,
.addressinfo a,
.copyright p {
  color: var(--white);
  font-family: var(--inter);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.comanlinks ul li a {
  margin-bottom: 10px;
}

.logoarea p {
  font-size: var(--font-18);
  line-height: 150%;
  margin-top: 30px;
}

.footertitle {
  font-size: var(--font-22);
  font-weight: 700;
  margin-bottom: 16px;
}

.comanlinks ul,
.sociallinks ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comanlinks ul li a,
.addressinfo a {
  font-size: var(--font-18);
  display: inline-block;
  transition: color 0.4s;
  position: relative;
}

.comanlinks ul li a:before,
.addressinfo a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid var(--white);
  content: "";
  transition: width 0.5s ease;
}

.comanlinks ul li a:hover:before,
.comanlinks ul li a:focus:before,
.addressinfo a:hover:before,
.addressinfo a:focus:before {
  width: 100%;
}

.comanlinks ul li:last-child a {
  margin-bottom: 0;
}

.addressinfo {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

.addressinfo:hover .addressicon img {
  filter: brightness(0);
  transition: filter 0.4s;
}

.sociallinks ul {
  display: flex;
  gap: 12px;
}

.sociallinks ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #e4e4e4;
  border-radius: 50px;
  transition: background 0.4s;
}

.sociallinks ul li a:hover {
  background: var(--white);
}

.sociallinks ul li a:hover img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(95%) saturate(7335%) hue-rotate(193deg) brightness(90%) contrast(91%);
}

.copyright {
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.copyright p {
  text-align: center;
}

/* Header CSS */
/* header.header {
  position: fixed;
  width: 100%;
  top: 7px;
  z-index: 99;
} */

nav.navbar {
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 5px 0px rgba(102, 102, 102, 0.1);
  backdrop-filter: blur(20px);
  border: 1px solid #D4D4D4;
}

.header.stick-header nav.navbar {
  background: var(--white);
}

ul.navbar-nav li a {
  color: var(--black);
  font-family: var(--inter);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 27px 0;
  display: inline-block;
  transition: all 0.4s;
  margin-right: 40px;
}

ul.navbar-nav li a:hover {
  color: var(--blue);
}

.headermix {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 30px;
}

.navbar-collapse {
  justify-content: space-between;
}

.navbar-brand img {
  padding: 0 0 0 20px;
}

/* Request Demo Button */
.reqstdemobtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: var(--black);
  color: var(--white);
  font-family: var(--inter);
  font-size: var(--font-18);
  font-weight: 600;
  padding: 16px 20px;
  gap: 10px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}

.reqstdemobtn a:hover {
  background: var(--blue);
}

.arrow-wrapper {
  position: relative;
  height: 24px;
  width: 24px;
  overflow: hidden;
}

.arrow-wrapper .arrow-icon {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.reqstdemobtn a:hover .first-arrow {
  animation: moveUp 0.5s ease-in-out forwards;
  opacity: 1;
}

/* Hover Effect on Second Arrow */
.reqstdemobtn a:hover .second-arrow {
  animation: fadeInMoveUp 0.5s ease-in-out forwards;
  opacity: 1;
}

/* Keyframes for Moving Up */
@keyframes moveUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}

/* Keyframes for Fading In and Moving Up */
@keyframes fadeInMoveUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Home page CSS */
/* colabrate Section css */
/* Section Padding */
.innercolabrate {
  padding: 120px 0 0 0;
}

/* Section Heading */
h2.comanheading {
  color: var(--black);
  text-align: center;
  font-family: var(--inter);
  font-size: var(--font-50);
  font-weight: 800;
  line-height: 125%;
}

/* Partner Logos Grid */
.partnerlogos {
  display: grid;
  grid-template-columns: 276px 421px 342px 421px;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}

.logo-box {
  border: 1px solid var(--darkgrey);
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 155px;
  filter: grayscale(1);
  transition: filter 0.4s ease, border 0.4s ease, transform 0.4s ease;
}

.logo-box:hover {
  filter: grayscale(0);
  border: none;
  border-bottom: 1px solid var(--black);
  border-radius: 0;
}

.logo-box img {
  transform: scale(0.8);
  transition: transform 0.4s ease;
}

.logo-box:hover img {
  transform: scale(1);
}

/* Blog Section CSS */
.newsinfo {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  /* Ensures the element doesn't overflow when moving */
}

.mainaria h3 a:hover {
  color: var(--blue);
}

span.datestyle a {
  width: auto;
  height: auto;
  background: transparent;
  border: none;
  display: inline-block;
}

.newsinfo::before {
  content: "";
  position: absolute;
  left: -80px;
  top: 80px;
  width: 154px;
  height: 154px;
  background: url(../image/buublewrap.svg) no-repeat center center;
  animation: moveLeftToRight 5s linear infinite;
}

@keyframes moveLeftToRight {
  0% {
    left: -80px;
  }

  50% {
    left: 0;
    /* Halfway point */
  }

  100% {
    left: -80px;
  }
}

@keyframes moveRightToLeft {
  0% {
    right: -80px;
  }

  50% {
    right: 0;
    /* Halfway point */
  }

  100% {
    right: -80px;
  }
}

.blog-img a img {
  border-radius: 10px 10px 0px 0px;
  max-height: 318px;
  overflow: hidden;
}

span.datestyle {
  color: var(--blue);
  font-family: var(--inter);
  font-size: var(--font-14);
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.blog-date a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--blue);
  transition: all 0.4s;
}

.blog-date a:hover {
  transition: all 0.4s;
  background: var(--white);
}

.blog-date a img {
  width: 13px;
  height: 15.5px;
  margin-right: 1.1px;
}

.blog-date a:hover img {
  transition: all 0.4s;
  filter: brightness(0) saturate(100%) invert(25%) sepia(93%) saturate(939%) hue-rotate(176deg) brightness(97%) contrast(96%);
}

.blog-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-title h2 {
  color: var(--black);
  font-family: var(--inter);
  font-size: var(--font-26);
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  min-height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 10px 0;
  transition: all 0.4s;
}

.blog-title a:hover h2 {
  color: var(--blue);
  transition: all 0.4s;
}

.blog-title p {
  color: var(--grey);
  font-family: var(--inter);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  min-height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 10px;
}

.categorybtn a {
  color: var(--black);
  font-family: var(--inter);
  font-size: var(--font-14);
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  border-radius: 100px;
  border: 1px solid var(--blue);
  padding: 1px 12px;
  display: inline-block;
  transition: all 0.4s;
}

.categorybtn a:hover {
  transition: all 0.4s;
  background: var(--blue);
  color: var(--white);
}

.news-grid {
  display: grid;
  grid-template-columns: 607px 1fr;
  grid-template-rows: repeat(2, auto);
  gap: 30px;
  margin-top: 50px;
}

.news-box:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.news-box:nth-child(2),
.news-box:nth-child(3) {
  grid-column: 2 / 3;
}

.news-box:nth-child(2) {
  grid-row: 1 / 2;
}

.news-box:nth-child(3) {
  grid-row: 2 / 3;
}

.movingnews {
  padding: 30px;
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #ededed;
}

.news-box:nth-child(2),
.news-box:nth-child(3) {
  display: flex;
}

.news-box:nth-child(2) .blog-img a img,
.news-box:nth-child(3) .blog-img a img {
  min-height: 290px;
  border-radius: 10px 0px 0px 10px;
  object-fit: cover;
  max-width: 309px;
}

.news-box:nth-child(2) .movingnews,
.news-box:nth-child(3) .movingnews {
  padding: 30px;
  border-radius: 0px 10px 10px 0px;
  border: 1px solid #ededed;
}

/* Top Used Section CSS */
.topusedwraper {
  padding: 120px 0;
}

.comansubheading {
  color: var(--grey);
  text-align: center;
  font-family: var(--inter);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 875px;
  margin: 24px auto 0 auto;
}

.machine-block-image img {
  border-radius: 10px;
  margin-left: 50px;
}

.machineuse-block-detail {
  padding: 40px;
  background: var(--blue);
  border-radius: 10px;
  margin-left: -47px;
  margin-top: 100px;
  max-width: 493px;
  position: relative;
}

.machineuse-block-detail h3 {
  color: var(--white);
  font-family: var(--inter);
  font-size: var(--font-30);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 25px;
}

.machineuse-block-detail h5 {
  color: var(--white);
  font-family: var(--inter);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 5px;
}

.machineuse-block-detail p {
  color: #c6e4f6;
  font-family: var(--inter);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 20px;
}

.slidenumber span {
  font-family: var(--oswald);
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-fill-color: transparent;
  text-stroke: 2px var(--black);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px var(--blue);
  -moz-text-fill-color: transparent;
}

.machine-block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slidenumber {
  position: relative;
  bottom: -50px;
  left: 0px;
  z-index: 1;
}

.workflow-slider {
  /* padding-left: calc((100% - var(--containerquantum)) / 2); */
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.workflow-slider::after {
  content: "";
  position: absolute;
  background: url(../image/dashline.svg) repeat-x center center;
  /* Repeat the line horizontally */
  top: 50%;
  left: 0;
  width: 5000px;
  height: 312px;
  animation: waveMove 7S linear infinite;
}
@keyframes waveMove {
  0% {
    transform: translatex(-1226px);
  }
  50% {
    transform: translatex(-743px);
  }
  100% {
    transform: translatex(-291px);
  }
  /* 0% {
    background-position: 200% 0;    
  }

  50% {
    background-position: 100% 0;    
  }

  100% {
    background-position: 0 0;    
  } */
}

.machineSwiper .swiper-slide {
  width: 80%;
}

/* TopWorkFLow Section CSS */
.topflow h2.comanheading {
  color: var(--white);
}

.topflow .comansubheading {
  max-width: 1087px;
  color: var(--white);
}

.contentworkflow h2 {
  font-family: var(--inter);
  font-size: var(--font-30);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(90deg, #2b8dc8 0%, #154562 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 25px;
}

.contentworkflow h3 {
  color: var(--white);
  font-family: var(--inter);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 5px;
}

.contentworkflow p {
  color: var(--darkgrey);
  font-family: var(--inter);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 20px;
}

.contentworkimg img {
  border-radius: 10px;
}

.contentworkimg {
  text-align: right;
}

.fullerlenght {
  display: grid;
  grid-gap: 209px;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
  width: 100%;
  opacity: 1;
  /* Initially hidden */
  position: absolute;
  transform: translateY(0);
  /* Positioned below */
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.topflow-section {
  position: relative;
  width: 100%;
}

.topflow-slider {
  position: relative;
}

.topflow {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background: var(--black);
  padding: 120px 0;
  position: relative;
  width: 100%;
}

.fullerlenght .contentworkflow {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fullerlenght.visible {
  opacity: 1;
  transform: translateY(0);
  z-index: 5;
}

.fullerlenght.visible .contentworkflow {
  opacity: 1;
  transform: translateY(0);
  /* Move to original position */
}

.fullerlenght.hidden .contentworkflow {
  opacity: 0;
  transform: translateY(0);
  /* Move out of view above */
}

.contentworkimg img {
  width: 100%;
  transform-origin: center center;
  border-radius: 10px;
  max-width: 450px;
  transition: transform 0.8s ease, z-index 0.5s ease;
}

.fullerlenght.position1 .contentworkimg img {
  transform: translate(-40px, -60px) rotate(-10deg) scale(0.8);
  z-index: 5;
}

.fullerlenght.position2 .contentworkimg img {
  transform: translate(-70px, -30px) rotate(-10deg) scale(0.8);
  z-index: 4;
}

.fullerlenght.position3 .contentworkimg img {
  transform: translate(-90px, -20px) rotate(-15deg) scale(0.8);
  z-index: 3;
}

.fullerlenght.position4 .contentworkimg img {
  transform: translate(-100px, 0px) rotate(-16deg) scale(0.8);
  z-index: 2;
}

.fullerlenght.position5 .contentworkimg img {
  transform: translate(-110px, 0px) rotate(-20deg) scale(0.8);
  z-index: 1;
}

.fullerlenght.position1 {
  z-index: 5;
}

.fullerlenght.position2 {
  z-index: 4;
}

.fullerlenght.position3 {
  z-index: 3;
}

.fullerlenght.position4 {
  z-index: 2;
}

.fullerlenght.position5 {
  z-index: 1;
}

.fullerlenght.visible .contentworkimg img {
  transform: translateY(0px) rotate(0deg) scale(1);
  /* Bring to center with zoom effect */
  z-index: 6;
  /* Bring active image to the front */
}

.fullerlenght.visible.position0 {
  z-index: 6;
}

.comanbtn a {
  color: var(--white);
  font-family: var(--inter);
  font-size: var(--font-18);
  font-weight: 600;
  background: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 100px;
  padding: 9px 10px 9px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  overflow: hidden;
}

.arrow-btn {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--white);
  transition: background 0.3s;
  position: relative;
}

.comanbtn a:hover {
  background: var(--white);
  color: var(--blue);
  border-color: var(--white);
}

.comanbtn a:hover .arrow-btn {
  background: var(--blue);
}

/* General arrow icon styles */
.arrow-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 0.3s, transform 0.3s;
}

/* Keyframes for MoveUp and FadeIn */
@keyframes moveUp1 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -120%);
  }
}

@keyframes fadeInMoveUp1 {
  0% {
    opacity: 0;
    transform: translate(-50%, 50%);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

/* Hover states to animate arrows */
.comanbtn a:hover .first-arrow {
  animation: moveUp1 0.5s ease-in-out forwards;
}

.comanbtn a:hover .second-arrow {
  animation: fadeInMoveUp1 0.5s ease-in-out forwards;
}

.comanbtn a:hover .first-arrow,
.comanbtn a:hover .second-arrow {
  filter: brightness(0) invert(1);
}

.chooseworkflow {
  margin: 30px 0 0 0;
}

.innerscrollindex {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  left: calc((100% - var(--containerquantum)) + 100px);
  top: 0;
  width: fit-content;
}

.innerscrollindex span {
  color: var(--blue);
  text-align: center;
  font-family: var(--inter);
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  padding-left: 10px;
  width: 45px;
  position: relative;
  min-height: 72px;
  align-content: center;
  font-size: 0;
}

.innerscrollindex span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #222;
  width: 5px;
  height: 100%;
}

.innerscrollindex span:first-child::before {
  border-radius: 100px 100px 0 0;
}

.innerscrollindex span:last-child::before {
  border-radius: 0 0 100px 100px;
}

.scrollindex {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-top: 70px;
}

.innerscrollindex span.active::before {
  background: var(--white);
  border-radius: 100px;
}

.innerscrollindex span.active {
  font-size: var(--font-24);
}

/* Healthcare Section Home Css */
.industryserve h2.comanheading {
  color: var(--white);
}

.industryserve .comansubheading {
  max-width: 1087px;
  color: var(--white);
}

.industryseverblock {
  margin-top: 70px;
}

.healthcaretitle h2 {
  font-family: var(--inter);
  font-size: var(--font-50);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(90deg, #2b8dc8 0.02%, #154562 117.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.healthcaredesc h3 {
  color: var(--white);
  font-family: var(--inter);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 5px;
}

.healthcaredesc {
  min-width: 580px;
  align-content: end;
}

.healthcareimg {
  min-width: 590px;
}

.healthcareimg img {
  border-radius: 10px;
}

.healthcaredesc p {
  color: var(--darkgrey);
  font-family: var(--inter);
  font-size: var(--font-20);
  font-style: normal;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 160%;
}

.healthcaretitle,
.healthcareimg,
.healthcaredesc {
  width: 100%;
}

.industryweserve {
  position: relative;
  width: 100%;
}

.industryserve {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background: var(--black);
  padding: 120px 0;
  position: relative;
  width: 100%;
}

.healthcaregrid {
  position: relative;
}

.healthcarebox {
  display: flex;
  width: 100%;
  grid-gap: 40px;
  opacity: 0;
  position: absolute;
  transform: translateY(0);
  /* Positioned below */
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.healthcarebox.visible {
  opacity: 1;
  transform: translateY(0);
  /* Move to original position */
}

.healthcarebox.hidden {
  opacity: 0;
  transform: translateY(50px);
  /* Move out of view above */
}

.indexchange span {
  color: var(--darkgrey);
  font-family: var(--inter);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.indexchange span.bigno {
  color: var(--white);
  font-size: var(--font-70);
  font-style: normal;
  font-weight: 800;
}

.indexchange {
  position: absolute;
  bottom: 100px;
}

/* Key Benifits Section CSS */
/* .keybenifits {
  position: relative;
  width: 100%;
}
.keybanifitswraper {
  padding: 120px 0;
  position: relative;
  width: 100%;
}
.rotatebox h3 {
  font-family: var(--inter);
  font-size: var(--font-36);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(90deg, #2b8dc8 0%, #154562 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.rotatebox p {
  color: var(--grey);
  font-family: var(--inter);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 10px;
}
.rotatebox p b {
  color: var(--black);
  font-weight: 700;
}
.rotationslidemain {
  display: grid;
  grid-template-columns: 573px auto;
  height: 100vh;
  padding-left: calc((100% - var(--containerquantum)) / 2);
  grid-gap: 160px;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}

.rotationslideimg {
  position: relative;
  background: var(--black);
  text-align: right;
  padding: 70px 0;
  border-radius: 10px 0px 0px 10px;
  max-height: 86vh; 
  overflow: hidden;
}
.rotationslidebox{
  position: relative;
}
.rotationslideimg .rotateimg:nth-child(2) img {
    transform: rotate(-10deg);
    position: relative;
    top: 60px;
    right: -60px;
}
.rotatebox{
  position: absolute;
  top: 80px;
}

.rotationsldier {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
 */
/* Why Quntam */
.whyquntamwraper {
  padding: 120px 0;
}

.leftwhyimg {
  z-index: 3;
}

.leftwhyimg img {
  border-radius: 0px 10px 10px 0px;
  position: relative;
  bottom: 38px;
  z-index: 2;
}

.whybalckwraper h2 {
  color: var(--white);
  font-family: var(--inter);
  font-size: var(--font-50);
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
  margin-bottom: 70px;
}

.whybalckwraper p {
  color: var(--darkgrey);
  font-family: var(--inter);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 15px;
  padding-left: 266px;
}

.whybalckwraper p b {
  color: var(--white);
  font-weight: 700;
}

.whybalckwraper {
  background: var(--black);
  padding: 80px;
  border-radius: 10px;
  margin-right: 0px;
  margin-left: -248px;
  max-width: 1007px;
  position: relative;
}

.mainwhywrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
}

.whybalckwraper .comanbtn {
  margin: 50px 0 42px 0;
  padding-left: 266px;
}

.whybalckwraper::after {
  content: "";
  position: absolute;
  background: url(../image/why-quantumafter.png) no-repeat top center;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 620px;
  background-size: 100% 100%;
}

.leftcontentwhy {
  position: relative;
  z-index: 2;
}

/* Home Hero Area CSS */
.quantum-banner-section {
  height: 976px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.quantum-banner-section::before {
  content: "";
  position: absolute;
  background: url(../image/banner-lft-animate.png) no-repeat center center;
  width: 330px;
  height: 326px;
  left: -35px;
  top: 226px;
  overflow: hidden;
  animation: moveLeftToRight 5s linear infinite;
}

.quantum-banner-section::after {
  content: "";
  position: absolute;
  background: url(../image/banner-rgt-animate.png) no-repeat center center;
  width: 152px;
  height: 151px;
  right: -35px;
  bottom: 70px;
  overflow: hidden;
  animation: moveRightToLeft 5s linear infinite;
}

.mybanerSwiper .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mybanerSwiper {
  width: 100%;
  height: 100%;
}

.sparkingbanner span {
  color: var(--black);
  text-align: center;
  font-family: var(--inter);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.sparkingtitle h1 {
  color: var(--black);
  text-align: center;
  font-family: var(--inter);
  font-size: var(--font-90);
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin: 0 auto;
  padding: 30px 0 20px 0;
}

.sparkingtitle h1 span {
  background: linear-gradient(90deg, #2b8dc8 18.34%, #154562 69.8%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--inter);
  font-size: var(--font-90);
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}

.sparkingcontent p {
  color: var(--grey);
  text-align: center;
  font-family: var(--inter);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 1033px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.herowraper .comanbtn {
  text-align: center;
}

@keyframes rotation {
  0% {
    --gradient-angle: 0deg;
  }

  100% {
    --gradient-angle: 360deg;
  }
}

@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.sparkingwrape {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sparkingbanner {
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  width: 654px;
  height: var(--font-48);

  /* Smooth rotating gradient */
  background: linear-gradient(var(--gradient-angle),
      #2b8dc8,
      rgba(255, 255, 255, 0));
  animation: rotation 3s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  /* Smooth easing function */
}

.sparkingbanner::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 100px;
  background: #ddf2ff;
  z-index: -1;
  transition: background-color 0.3s ease;
}

.quantum-banner-section .swiper-pagination-bullet {
  margin: 5px 0;
  width: 10px;
  height: 10px;
  background: rgba(43, 141, 200, 0.6);
  border-radius: 20px;
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 0;
}

.quantum-banner-section .swiper-pagination {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-0%);
  z-index: 10;
  gap: 10px;
  align-items: flex-end;
  left: inherit;
  width: auto;
}

.quantum-banner-section .swiper-pagination-bullet-active {
  background: var(--black);
  width: var(--font-48);
  height: 3px;
  border-radius: 20px;
  display: flex !important;
  flex-direction: column;
  margin-top: 30px !important;
  color: var(--blue);
  text-align: center;
  font-family: var(--inter);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}

/* Blog page style */

/* common hero section */
.hero-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.latest-blog {
  padding: 90px 0;
}

.hero-banner .sparkingbanner {
  width: 100%;
}

.latest-blog .headingtitle {
  margin-bottom: 60px;
}

.latest-blog .latest-blog-wraper {
  display: grid;
  grid-template-columns: 850px 1fr;
  grid-gap: 63px;
  align-items: center;
}

.latest-blog span.datestyle {
  font-size: var(--font-18);
}

.latest-blog .blog-title h2 {
  font-size: var(--font-28);
}

.latest-blog .blog-title p {
  -webkit-line-clamp: 6;
}

.latest-blog .categorybtn a {
  font-size: var(--font-18);
  padding: 5px 15px;
}

/* all blog data */
.all-blog {
  padding-bottom: 90px;
}

.all-blog .headingtitle>* {
  text-align: left;
  margin-inline: 0;
}

.all-blog .headingtitle {
  margin-bottom: 60px;
}

.all-blog .all-blog-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.all-blog .all-blog-wraper {
  display: grid;
  grid-template-columns: 1fr 420px;
  grid-gap: 50px;
  align-items: flex-start;
}

.all-blog .all-blog-data {
  padding-right: 50px;
  border-right: 1px solid var(--lightgrey-50);
}

.all-blog .all-blog-list .all-blog-content {
  padding-top: 20px;
}

.all-blog .all-blog-list .all-blog-content h2 {
  color: var(--black, #111111);
  font-size: var(--font-26);
  line-height: 40px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.4s;
}

.all-blog .all-blog-list .all-blog-content a:hover h2 {
  color: var(--blue);
  transition: all 0.4s;
}

.all-blog .blog-img {
  overflow: hidden;
  border-radius: 10px;
}

.all-blog .blog-img img {
  transition: all 0.7s ease-in-out;
}

/* .all-blog .all-blog-card:hover img {
  transform: scale(1.1);
} */

.all-blog-category-list {
  position: sticky;
  top: 160px;
}

.all-blog-category-list .search-box .form-control {
  padding: 8px 10px 8px 45px;
  border-radius: 110px;
  appearance: auto;
}

.all-blog-category-list .search-box {
  position: relative;
}

.all-blog-category-list .search-box span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
}

.all-blog-category-list .search-box .form-control:focus {
  box-shadow: none;
}

.all-blog-category-list ul {
  list-style: none;
  margin-top: 40px;
}

.all-blog-category-list li {
  border-bottom: 1px solid var(--lightgrey-50);
}

.all-blog-category-list li:last-of-type {
  border-bottom: none;
}

.all-blog-category-list li:first-of-type {
  padding-top: 0;
}

.all-blog-category-list a {
  color: var(--black);
  font-size: var(--font-20);
  padding: 17px 0;
  font-weight: 500;
  line-height: 150%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  grid-gap: 10px;
  transition: all 0.3s ease;
}

.all-blog-category-list a:hover {
  color: var(--blue);
}

.all-blog-category-list span {
  font-size: var(--font-22);
  font-weight: 600;
  line-height: 150%;
  text-wrap-mode: nowrap;
}

/* pagination style */
.pagination {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  justify-content: center;
  margin-top: 60px;
}

.pagination a,
.pagination span {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}

.pagination a:hover,
.pagination span.current {
  background-color: var(--blue);
  color: var(--white);
}

.pagination span {
  background-color: unset;
  color: var(--blue);
}

/* Blog inner page style */
.blog-inner {
  padding: 0 0 90px 0;
}

.blog-inner .inner-blog-wraper {
  display: grid;
  grid-template-columns: 1fr 350px;
  grid-gap: 50px;
  align-items: flex-start;
}

.blog-inner .inner-recent-blog-list {
  position: sticky;
  top: 160px;
  padding-bottom: 30px;
  padding-left: 30px;
  border-left: 1px solid var(--lightgrey-50);
}

.blog-inner .blog-inner-updateinfo {
  display: flex;
  align-items: center;
  grid-gap: 15px;
  margin-bottom: 10px;
}

.blog-inner .blog-inner-updateinfo span {
  color: var(--blue);
  font-size: var(--font-18);
  display: inline-block;
  font-weight: 600;
  line-height: 25px;
  border-right: 1px solid var(--grey);
  padding-right: 15px;
}

.blog-inner .blog-inner-updateinfo small {
  color: var(--grey);
  font-size: var(--font-16);
  font-weight: 500;
  line-height: 25px;
}

.blog-inner h2 {
  color: var(--black);
  font-size: var(--font-45);
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 30px;
}

.blog-inner img {
  margin-bottom: 30px;
  border-radius: 20px;
  width: 100%;
}

.blog-inner p {
  color: var(--grey);
  font-family: var(--inter);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding-bottom: 30px;
}

.blog-inner p:last-of-type {
  margin-bottom: 0;
}

.blog-inner h3 {
  color: var(--blue);
  font-size: var(--font-30);
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  padding-top: 10px;
}

.blog-inner h4 {
  color: var(--black);
  font-size: 26px;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 13px;
}

/*  */
.blog-inner ul {
  padding-left: 20px;
  margin-bottom: 30px;
}

.blog-inner ol {
  padding-left: 0px;
  margin-bottom: 30px;
}

.blog-inner li {
  color: var(--grey);
  font-family: var(--inter);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding-bottom: 10px;
}

.tableContent ol li:hover {
  color: var(--blue);
  transition: 0.4s all;
}

/*  */

/* faq */
.main-faq-inner .accordion-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.main-faq-inner .accordion-item {
  border: none;
  margin-bottom: 10px;
}

.main-faq-inner .accordion-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.main-faq-inner .accordion-button:not(.collapsed) {
  box-shadow: none;
  background: var(--blue) !important;
  color: var(--white) !important;
  padding: 30px;
}

.main-faq-inner .accordion-body {
  padding: 0 30px 30px 30px;
}

.main-faq-inner .accordion-body p:not(:last-child) {
  margin-bottom: 0px;
  padding-bottom: 0;
}

.main-faq-inner .accordion-body p,
.main-faq-inner .accordion-body ul li {
  color: var(--white);
  font-family: var(--inter);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.main-faq-inner .accordion-header {
  margin-bottom: 0;
}

.main-faq-inner .accordion-button {
  background: #f8f8fa;
  color: var(--black);
  font-family: var(--inter);
  font-size: var(--font-26);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 30px;
  gap: 10px;
}

.main-faq-inner .accordion-button br {
  display: none;
}

.main-faq-inner .accordion-button:focus {
  box-shadow: none;
}

.main-faq-inner .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.main-faq-inner h2 {
  padding-bottom: 0;
}

.main-faq-inner .accordion-item {
  background: var(--blue);
  color: var(--white);
}

.main-faq-inner .accordion-item {
  border: none;
  margin-bottom: 10px;
}

.main-faq-inner p {
  padding-bottom: 0;
}


.inner-recent-blog-list h4 {
  color: var(--blue);
  font-size: var(--font-28);
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
}

.inner-recent-blog-list .recent-blog-list {
  list-style: none;
  margin-bottom: 25px;
  padding-left: 0;
}

.inner-recent-blog-list .recent-blog-list li {
  padding: 25px 0;
  border-bottom: 1px solid var(--darkgrey);
}

.inner-recent-blog-list .recent-blog-list li:first-of-type {
  padding-top: 0;
}

.inner-recent-blog-list .recent-blog-list div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 10px;
  margin-bottom: 15px;
}

.inner-recent-blog-list .recent-blog-list span {
  color: var(--blue);
  font-size: var(--font-12);
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.inner-recent-blog-list .recent-blog-list small {
  color: var(--lightgrey);
  font-size: var(--font-12);
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.inner-recent-blog-list .recent-blog-list h6 {
  color: var(--black);
  font-size: var(--font-18);
  font-weight: 600;
  line-height: normal;
}

.inner-recent-blog-list .recent-blog-list h6 a {
  transition: all 0.4s ease;
}

.inner-recent-blog-list .recent-blog-list h6 a:hover {
  color: var(--blue);
}

.inner-recent-blog-list .social-box h3 {
  color: var(--black);
  font-size: var(--font-32);
  font-weight: 600;
  line-height: normal;
}

.inner-recent-blog-list .social-box ul {
  list-style: none;
  display: flex;
  align-items: center;
  grid-gap: 20px;
  padding: 0;
  margin: 0;
}

.inner-recent-blog-list .social-box a {
  color: var(--blue);
  border: 1px solid var(--blue);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.inner-recent-blog-list .social-box a:hover {
  background-color: var(--blue);
  color: var(--white);
}

.inner-recent-blog-list .social-box a svg {
  width: 24px;
  height: 24px;
}

/* contact-us page style */
.contact-us {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.contact-us::before {
  content: "";
  position: absolute;
  left: -80px;
  bottom: 0;
  width: 154px;
  height: 154px;
  background: url(../image/buublewrap.svg) no-repeat center center;
  animation: moveLeftToRight 5s linear infinite;
}

.contact-us .contactus-wraper {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  grid-gap: 150px;
}

.contact-us .get-in-touch-info h2 {
  text-align: left;
  margin-bottom: 20px;
}

.contact-us .get-in-touch-info h5 {
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}

.contact-us .get-in-touch-info p {
  color: var(--grey);
  font-size: var(--font-20);
  font-weight: 400;
  line-height: 160%;
  max-width: 411px;
}

.contact-us .contactus-form {
  background-color: var(--blue);
  width: 100%;
  border-radius: 20px;
  padding: 60px 35px;
}

.gform-theme--foundation .gform_fields {
  row-gap: 30px !important;
}

/* .contact-us form .gform_heading {
  display: none;
} */

.contact-us form .gform-field-label {
  color: var(--white);
  font-size: var(--font-18);
  font-weight: 400;
  line-height: normal;
}

.gfield_required_asterisk {
  color: red !important;
}

.gform-theme--framework .gfield_validation_message:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  color: red !important;
  font-weight: bold !important;
}

.contact-us form .ginput_container input,
.contact-us form .ginput_container textarea {
  color: var(--white);
  border-bottom: 1px solid var(--white);
  border-radius: 0px;
  height: 35px;
  font-size: var(--font-18);
  background-color: transparent;
  resize: none;
  border-width: 0 0 1px 0;
  box-shadow: none;
}

.contact-us form .ginput_container input:focus,
.contact-us form .ginput_container textarea:focus {
  outline: none;
}

.contact-us form .gform_footer [type="submit"] {
  color: var(--white) !important;
  font-family: var(--inter) !important;
  font-size: var(--font-18) !important;
  font-weight: 600 !important;
  background: var(--black) !important;
  border: 1px solid var(--black) !important;
  border-radius: 100px !important;
  padding: 9px 60px 9px 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s !important;
  overflow: hidden !important;
  height: 62px !important;
}

.contact-us form .gform_footer [type="submit"]:hover {
  background: var(--white) !important;
  color: var(--blue) !important;
  border-color: var(--white) !important;
}

.contact-us form .gform_footer {
  position: relative;
  width: max-content;
}

.contact-us form .gform_footer::before {
  content: "" !important;
  width: 42px !important;
  height: 42px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  background: var(--white) url(../image/comanbtnarrow.svg) no-repeat center center !important;
  transition: background 0.3s !important;
  position: absolute !important;
  right: 10px;
  top: 10px;
}

.contact-us form .gform_footer:hover::before {
  background: var(--blue) url(../image/comanbtnarrow-white.svg) no-repeat center center !important;
}

.gform_validation_errors,
.gform_required_legend {
  display: none !important;
}

.contact-us form .gform_footer [type="submit"]:focus {
  outline: none !important;
}

/* contact-us basic detail style */
.contact-basicinfo .contact-basicinfo-wraper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  border: 1px solid var(--lightgrey-50);
  width: fit-content;
  margin: 0 auto;
  border-radius: 10px;
}

.contact-basicinfo .contact-basicinfo-data {
  padding: 50px;
}

.contact-basicinfo .contact-basicinfo-data:not(:last-of-type) {
  border-right: 1px solid var(--lightgrey-50);
}

.contact-basicinfo .contact-basicinfo-data h3 {
  margin: 20px 0 10px 0;
  color: var(--black);
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
}

.contact-basicinfo .contact-basicinfo-data a,
.contact-basicinfo .contact-basicinfo-data p {
  font-size: var(--font-20);
  color: var(--grey);
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  line-height: normal;
}

.contact-basicinfo .contact-basicinfo-data a:hover {
  color: var(--blue);
}

.contact-basicinfo {
  padding-bottom: 120px;
}

/* solution page style */
.solution-introduction {
  padding: 120px 0;
}

.solution-introduction h2 {
  text-align: left;
  margin-bottom: 25px;
}

.solution-introduction p {
  font-size: var(--font-20);
  color: var(--grey);
  font-family: var(--inter);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.solution-introduction p:not(:last-of-type) {
  margin-bottom: 15px;
}

/* saolution key component style */
.solution-key-component {
  background-image: url(../image/bg-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: 50%;
  padding: 120px 0;
}

.solution-key-component .solution-key-component-wraper {
  display: grid;
  grid-template-columns: 685px 1fr;
  grid-gap: 10px;
  align-items: flex-start;
}

.solution-key-component h2 {
  text-align: left;
  margin-bottom: 20px;
}

.solution-key-component .comanbtn {
  margin-top: 20px;
}

.solution-key-component .comanbtn a:hover {
  border: 1px solid var(--blue);
}

.solution-key-component .solution-key-component-title {
  position: sticky;
  top: 35%;
}

.solution-key-component .solution-key-component-card {
  background-color: var(--black);
  padding: 40px;
  border-radius: 20px;
}

.solution-key-component .solution-key-component-item {
  display: grid;
  grid-template-columns: 105px 1fr;
  align-items: flex-start;
  grid-gap: 35px;
}

.solution-key-component .solution-key-component-item:not(:last-of-type) {
  margin-bottom: 80px;
}

.solution-key-component .solution-key-component-item span {
  font-size: var(--font-80);
  background: var(--solution-number-color);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  line-height: 150%;
}

.solution-key-component .solution-key-component-card h3 {
  font-size: var(--font-30);
  background: var(--solution-keytext-color);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 25px;
}

.solution-key-component-title p {
  color: var(--grey);
  font-size: var(--font-20);
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 50px;
}

.solution-key-component .solution-key-component-card p {
  color: var(--darkgrey);
  font-size: var(--font-20);
  font-weight: 400;
  line-height: 160%;
}

.solution-key-component .solution-key-component-card p:not(:last-of-type) {
  margin-bottom: 20px;
}

/* about us page */
.who-we-are {
  padding: 120px 0;
}

.who-we-are .who-we-are-wraper {
  display: grid;
  grid-template-columns: 577px 1fr;
  grid-gap: 121px;
}

.who-we-are {
  background: url(../image/pattern-img.png) no-repeat center right;
}

.who-we-are .who-we-are-content h2 {
  text-align: left;
  margin-bottom: 24px;
}

.who-we-are .who-we-are-content .comanbtn a:hover {
  border: 1px solid var(--blue);
}

.who-we-are .who-we-are-content p {
  color: var(--grey);
  font-size: var(--font-20);
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 50px;
}

.who-we-are .who-we-are-img {
  background: var(--img-card-color);
  border-radius: 10px;
  padding: 30px;
}

/* mission-vision */
.mission-vision {
  padding-bottom: 120px;
}

.mission-vision .mission-vision-wraper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.mission-vision .vision-card {
  margin-top: 55px;
}

.mission-vision .mission-vision-card {
  height: 500px;
  border-radius: 20px;
  padding: 40px;
}

.mission-vision .mission-vision-card.mission-card {
  background-color: var(--black);
}

.mission-vision .mission-vision-card p {
  color: var(--white);
  font-size: var(--font-20);
  font-weight: 400;
  line-height: 160%;
}

.mission-vision .mission-vision-card span {
  font-size: var(--font-24);
  color: var(--white);
  width: 267px;
  height: 94%;
  display: flex;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
  border-radius: 100px;
  backdrop-filter: blur(2px);
  font-weight: 500;
  line-height: normal;
}

.mission-vision .mission-vision-card .glow-badge {
  animation: rotation 3s linear infinite;
  width: 271px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}

.mission-vision .mission-vision-card.mission-card .glow-badge {
  background: linear-gradient(var(--gradient-angle), var(--white), rgb(0, 0, 0));
}

.mission-vision .mission-vision-card.vision-card .glow-badge {
  background: linear-gradient(var(--gradient-angle), var(--green), hwb(0 96% 3% / 0.993));
}

.mission-vision .mission-vision-card.mission-card .glow-badge {
  margin-bottom: 50px;
}

.mission-vision .mission-vision-card.vision-card,
.mission-vision .mission-vision-card.vision-card span {
  background: var(--green);
}

.mission-vision .mission-vision-card.mission-card span {
  background: var(--black);
}

.mission-vision .mission-vision-card.vision-card .glow-badge {
  margin-top: 50px;
}


/* ajax_spinner */
body #gform_ajax_spinner_1 {
  position: absolute !important;
  top: 15px;
  right: -20px;
}


/* core value */
.core-value .core-value-wraper {
  display: grid;
  grid-template-columns: 35% 65%;
  grid-gap: 60px;
  align-items: flex-start;
}

.core-value {
  border-top: 1px solid var(--lightgrey);
  border-bottom: 1px solid var(--lightgrey);
}

.core-value .core-value-card-wraper:active {
  cursor: grabbing;
}

.core-value .core-value-content {
  padding: 100px 0;
}

.core-value .core-value-card-list {
  display: flex;
  width: fit-content;
}

.core-value .core-value-card {
  width: 516px;
  height: 902px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-right: 1px solid #717171;
  padding: 0 50px 50px 50px;
}

.core-value .core-value-card h3 {
  color: var(--black);
  font-size: var(--font-28);
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 25px;
}

.core-value .core-value-card .core-value-card-inner {
  position: relative;
}

.core-value .core-value-card .core-value-card-inner img {
  border-radius: 20px;
}

.core-value .core-value-card .core-value-card-inner h4 {
  opacity: 0;
  color: var(--white);
  font-size: var(--font-20);
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  transition: all 0.4s ease-in-out;
  font-weight: 400;
  line-height: 160%;
  width: 80%;
  margin: 0 auto;
}

.core-value .core-value-card .core-value-card-inner:hover h4 {
  opacity: 1;
}

.core-value .core-value-content h2 {
  margin-bottom: 24px;
  text-align: left;
}

.core-value .core-value-content p {
  color: var(--grey-555555, var(--grey));
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
  margin-bottom: 10px;
}

.core-value .core-value-content .comanbtn {
  margin-top: 40px;
}

.core-value .core-value-content .comanbtn a:hover {
  border: 1px solid var(--blue);
}

.corevalueswiper .swiper-slide {
  width: 100% !important;
  flex-shrink: inherit;
}




/* mukund css */
.togalicon {
  display: none;
}


/* achievement */
.achievement {
  padding: 120px 0;
}

.achievement .achievement-wraper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.achievement .achievement-data-card {
  margin-top: 55px;
}

.achievement .achievement-card {
  height: 740px;
  border-radius: 20px;
}

.achievement .achievement-card img {
  border-radius: 20px 20px 0px 0px;
}

.achievement .achievement-card .achievement-card-content {
  padding: 40px;
}

.achievement .achievement-card.achievement-data-card {
  background-color: var(--blue);
}

.achievement .achievement-card p {
  color: var(--white);
  font-size: var(--font-20);
  font-weight: 400;
  line-height: 160%;
}

.achievement .achievement-card span {
  font-size: var(--font-24);
  color: var(--white);
  width: 267px;
  height: 94%;
  display: flex;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
  border-radius: 100px;
  backdrop-filter: blur(2px);
  font-weight: 500;
  line-height: normal;
}

.achievement .achievement-card .glow-badge {
  animation: rotation 3s linear infinite;
  width: 271px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  margin-top: 50px;
}

.achievement .achievement-card.achievement-data-card .glow-badge {
  background: linear-gradient(var(--gradient-angle), var(--white), var(--blue));
}

.achievement .achievement-card.looking-ahead-card .glow-badge {
  background: linear-gradient(var(--gradient-angle), var(--black), hwb(0 96% 3% / 0.993));
}

.achievement .achievement-card.looking-ahead-card,
.achievement .achievement-card.looking-ahead-card span {
  background: var(--black);
}

.achievement .achievement-card.achievement-data-card span {
  background: var(--blue);
}



/* call to action */
.call-to-action {
  height: 100vh;
  background-color: var(--black);
  display: flex;
  flex-direction: column;
  grid-gap: 60px;
  justify-content: center;
  align-items: center;
}

.call-to-action .call-to-action-wraper {
  max-width: 80%;
  margin: 0 auto;
}

.call-to-action .call-to-action-wraper span {
  font-size: var(--font-65);
  color: var(--white);
  text-align: center;
  font-weight: 200;
  line-height: 90px;
  text-transform: uppercase;
}

.call-to-action span b {
  font-weight: 600;
}

.call-to-action .black-panel {
  background-color: var(--black);
}

.call-to-action .white-panel {
  background-color: var(--white);
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}

.call-to-action .call-to-action-wraper {
  position: relative;
  text-align: center;
  z-index: 2;
  mix-blend-mode: difference;
  margin-bottom: 50px;
}

.call-to-action .word {
  opacity: 0;
  color: var(--white);
  display: inline-block;
  text-transform: uppercase;
  margin: 0 auto;
  z-index: 2;
}

.call-to-action .word.visible {
  opacity: 1;
  color: var(--black);
}

.call-to-action .about-section-fiveslide {
  overflow: hidden;
}

.call-to-action .comanbtn a:hover {
  background: var(--white) !important;
  color: var(--blue) !important;
  border-color: var(--blue);
}

.call-to-action .comanbtn {
  position: relative;
}

/* about slide css */
.core-value-inner {
  margin-left: calc((100% - var(--containerquantum)) / 2);
}

.mycorevalueswiper-title {
  width: 100%;
  padding: 235px 40px 40px 0px;
  padding-left: 40px;
  border-left: 1px solid var(--lightgrey);
}

.mycorevalueswiper-images {
  position: relative;
  width: 455px;
}

.mycorevalueswiper-images img {
  width: 455px;
  border-radius: 20px;
}

.hover-txt {
  position: absolute;
  bottom: 0;
  display: none;
}

.mycorevalueswiper-title h3 {
  color: var(--black);
  font-family: var(--inter);
  font-size: var(--font-28);
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  padding-bottom: 25px;
}

.mycorevalueswiper .swiper-slide.swiper-slide-active {
  margin-right: 0px !important;
}

.mycorevalueswiper-images:hover .hover-txt {
  display: block;
  transition: 0.4s all;
  color: var(--white);
  font-family: var(--inter);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  padding: 20px;
}

.mycorevalueswiper .swiper-slide.swiper-slide-active {
  border-left: none;
}

ul.navbar-nav li.current_page_item a {
  color: var(--blue);
  font-weight: 700;
}

.news-grid .news-box:nth-child(1) .movingnews {
  height: calc(100% - 317px);
}

/* use cases css */
.latest-blog-img img {
  border-radius: 15px;
}

.use-cases-third .all-blog-data {
  padding-right: 0;
  border-right: 0;
}

.use-cases-third .all-blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.use-cases-third .all-blog-wraper {
  display: grid;
  grid-template-columns: 1fr;
}

.use-cases-third .comansubheading {
  max-width: 810px;
}

.usecaselist {
  grid-gap: 10px;
}

.usecaselist h5 {
  font-size: var(--font-20);
  font-weight: bold;
}

.usecaselist p {
  padding-bottom: 10px;
}

.usecaselist {
  display: grid;
  grid-template-columns: 110px auto;
}

.use-case-detai-main img {
  border-radius: 15px;
}

.clientfeedback {
  border: 1px solid #111;
  background: #0B6195;
  padding: 100px 0;
  text-align: center;
}

.clientfeedback h3 {
  color: var(--white);
  text-align: center;
  font-family: var(--inter);
  font-size: var(--font-50);
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
  padding-bottom: 24px;
}

.clientfeedback p {
  color: var(--white);
  text-align: center;
  font-family: var(--inter);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 1131px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.clientfeedback span {
  color: var(--white);
  text-align: center;
  font-family: var(--inter);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.Conclusion-sec {
  padding: 100px 0;
  text-align: center;
}

.Conclusion-sec h3 {
  color: var(--black);
  text-align: center;
  font-family: var(--inter);
  font-size: var(--font-50);
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  padding-bottom: 24px;
}

.Conclusion-sec p {
  color: var(--grey);
  text-align: center;
  font-family: var(--inter);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 1131px;
  margin: 0 auto;
}

.single-use_cases .use-case-detai-main img {
  border-radius: 0px;
}

.single-use_cases .inner-blog-data a:hover {
  color: var(--blue);
  transition: 0.4s all;
}

.single-use_cases .blog-inner p {
  padding-bottom: 15px;
}

.single-use_cases .inner-blog-data img {
  border-radius: 10px !important;
}

p.qdatailin {
  margin-left: 20px;
}

.single-use_cases .inner-blog-data br {
  display: none;
}

.use-cases-third .all-blog .blog-img img {
  height: 270px;
  object-fit: cover;
}

.single-use_cases .blog-inner ul,
.single-post .blog-inner .inner-blog-data ul {
  padding-left: 50px;
}

/* .single-use_cases .blog-inner h2,
.single-post .blog-inner .inner-blog-data h2 {
  margin-bottom: 20px;
  margin-top: 10px;
} */

.single-use_cases .blog-inner h3 {
  padding-top: 0;
}

.linkcolor {
  color: var(--blue);
}

.single-post .blog-inner p {
  padding-bottom: 20px;
}

/* marketplace css */
.marketplace-exp-one {
  padding-top: 120px;
}

.marketplace-exp-one,
.marketplace-exp-second,
.marketplace-detail-second,
.marketplace-detail-breadcumbs-inn {
  width: calc(100% - 40px);
  margin: 0 auto;
}

.marketplace-exp-one {
  display: flex;
  justify-content: space-between;
}

.marketplace-one-dsc h3 {
  color: var(--black);
  font-family: var(--sora);
  font-size: var(--font-28);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}

.marketplace-one-dsc p {
  color: #4A4A4A;
  font-family: var(--sora);
  font-size: var(--font-14);
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  max-width: 450px;
}

.marketplace-one-dsc {
  margin-top: 50px;
}

.marketplace-tab-search {
  display: flex;
  grid-gap: 12px;
  align-items: center;
}

.marketplace-tab-search h3 {
  color: var(--black);
  font-family: var(--sora);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.marketplace-tab-search .form-control:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.marketplace-tab-search .form-group.has-search {
  position: relative;
}

.marketplace-tab-search .has-search .srcicon {
  position: absolute;
  z-index: 2;
  display: block;
  width: 20px;
  height: 20px;
  line-height: normal;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  top: 3px;
  left: 10px;
  line-height: 120%;
}

.marketplace-tab-search .has-search .form-control {
  padding-left: 35px;
  font-size: 12px;
}

.marketplace-second-tab {
  display: flex;
  align-items: center;
  grid-gap: 317px;
  margin-bottom: 13px;
  border-bottom: 1px solid #4A4A4A;
  padding-bottom: 18px;
}

.marketplace-tab-section .nav-tabs .nav-link {
  border: transparent;
  border-radius: 2px;
  padding: 3px 14px;
  color: var(--black);
  font-family: var(--sora);
  font-size: var(--font-12);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* margin-bottom: 0 !important; */
}

.marketplace-tab-section .nav-tabs .nav-link.active,
.marketplace-tab-section .nav-tabs .nav-link.show  {
  color: var(--white);
  background: var(--blue);
  font-family: var(--sora);
  font-size: var(--font-12);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.marketplace-tab-section .nav-tabs {
  border-bottom: none;
  border-radius: 4px;
  border: 1px solid #CCC;
  background: var(--white);
  padding: 3px;
}

.marketplace-tab-gridbox {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 12px;
}

.marketplace-tab-gridbox-inn {
  border-radius: 4px;
  border-right: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  background: var(--white);
  padding: 12px !important;
}

.marketplace-price>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.marketplace-price h4 {
  color: var(--black);
  font-family: var(--sora);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: capitalize;
  margin-left: 8px;
  min-height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.marketplace-price span {
  color: var(--blue);
  font-family: var(--sora);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.priceimg {
  background: #FAFAFA;
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.data-process-rate>a {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

.data-process-rate h5 {
  border-radius: 3px;
  background: rgba(36, 144, 210, 0.14);
  padding: 3px 6px;
  color: var(--black);
  font-family: var(--sora);
  font-size: 9px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 3px !important;
}

.data-process-rate .rate {
  border-radius: 6px;
  background: rgba(255, 208, 39, 0.10);
  padding: 3px 6px;
  display: flex;
  align-items: center;
  color: var(--black);
  font-family: var(--sora);
  font-size: var(--font-14);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  grid-gap: 4px;
}

.marketplace-tab-gridbox-inn p {
  color: #4A4A4A;
  font-family: var(--sora);
  font-size: var(--font-14);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-top: 7px;
  min-height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.marketplace-devloper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.devloper-dsc h6 {
  color: #4A4A4A;
  font-family: var(--sora);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.devloper-dsc span {
  color: #2B8DC8;
  font-family: var(--sora);
  font-size: var(--font-12);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.marketplace-exp-second {
  margin-top: -40px;
}

.devloper-btn {
  border-radius: 50px;
  background: rgba(170, 219, 255, 0.30);
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marketplace-detail-breadcumbs {
  padding-top: 150px;
}

.marketplace-detail-one {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 40px);
  margin: 0 auto;
  align-items: center;
}

.marketplace-detail-onelft {
  display: flex;
  align-items: center;
}

.marketplace-onelft-icon {
  border-radius: 50%;
  background: #FAFAFA;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marketplace-detail-onelft {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  padding-top: 20px;
}

.marketplace-onelft-contant h3 {
  color: var(--black);
  font-family: var(--sora);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.marketplace-onelft-contant .d-flex {
  align-items: center;
  grid-gap: 10px;
}

.marketplace-onelft-contant span.onelftnumber {
  border-radius: 4px;
  border: 1px solid #888;
  padding: 1px 8px;
  font-weight: 700;
  line-height: 120%;
  color: #4A4A4A;
}

.marketplace-onelft-contant .onelftratting {
  border-radius:6px;
  background: var(--white);
  padding: 2px 5px;
  display: flex;
  align-items: center;
  grid-gap: 4px;
  line-height: 120%;
  font-weight: 600;
}

.precontant {
  color: #4A4A4A;
  font-family: var(--sora);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-top: 12px;
  max-width: 350px;
  min-height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.marketplace-detail-onergt h4 {
  color: var(--black);
  font-family: var(--sora);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding-bottom: 8px;
}

.marketplace-detail-onergt a.purchasebtn {
  border-radius: 4px;
  background: #2490D2;
  padding: 11px 37px;
  color: var(--white);
  font-family: var(--sora);
  font-size: var(--font-14);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
}

.marketplace-detail-second-grid {
  display: grid;
  grid-template-columns: 1460px auto;
  grid-gap: 20px;
}

.marketplace-detail-section h5 {
  color: var(--black);
  font-family: var(--sora);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 16px;
  padding-bottom: 8px;
}

.marketplace-detail-section ul {
  padding-left: 30px;
  list-style: square;
}

.marketplace-detail-section ul li {
  color: #4A4A4A;
  font-family: var(--sora);
  font-size: var(--font-14);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.marketplace-detail-section ul li {
  color: #4A4A4A;
  line-height: 150%;
  margin-bottom: 7px;
}

.marketplace-detail-section a {
  border-radius: 4px;
  background: var(--black);
  padding: 5px 8px;
  color: var(--white);
  font-family: var(--sora);
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-left: 4px;
  border: 1px solid var(--black);
  display: inline-flex;
    align-items: center;
}

.marketplace-detail-section span {
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
}

.marketplace-detail-section span.blue {
  display: inline;
  color: #2490D2;
  font-weight: bold;
}

.marketplace-detail-section ul.listul-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 4px;
}

.marketplace-exp-second .marketplace-second-tab {
  border-bottom: none;
  padding-bottom: 0;
}

.marketplace-detail-banner img {
  width: 100%;
}

.tab-content {
  padding-bottom: 20px;
}

.marketplace-detail-second {
  padding-top: 40px;
}

.marketplace-detail-updatescommunity {
  border-radius: 4px 4px 0px 0px;
  border-right: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  background: var(--white);
  height: auto !important;
}

.marketplace-detail-updatescommunity {
  padding: 20px;
}

.marketplace-detail-updatescommunity h3 {
  color: var(--black);
  font-family: var(--sora);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.deprecating-from {
  display: inline-flex;
  grid-gap: 8px;
}

.deprecating-from {
  display: inline-flex;
  grid-gap: 8px;
  border-radius: 4px;
  border: 1px solid rgba(238, 0, 0, 0.60);
  background: rgba(238, 0, 0, 0.05);
  padding: 10px;
  margin-top: 16px;
}

.deprecating-from-redicon img {
  max-width: 24px;
  height: 24px;
}

.deprecating-from-dsc h6 {
  color: var(--black);
  font-family: var(--sora);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
}

.deprecating-from-dsc .red {
  color: #E00;
}

.deprecating-from-dsc p {
  color: #4A4A4A;
  font-family: var(--sora);
  font-size: var(--font-14);
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}

.machine-devlopers-sec h3,
.statistics-sec h3,
.categories-sec h3,
.legal-sec h3,
.Contact-sec h3,
.Support-sec h3 {
  color: var(--black);
  font-family: var(--sora);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}

.machine-devlopers-sec {
  margin-top: 16px;
}

.machine-devlopers-sec ul li {
  color: #4A4A4A;
  font-family: var(--sora);
  font-size: var(--font-14);
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
}

.machine-devlopers-sec ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
}

.machine-devlopers-sec span {
  color: #2490D2;
  font-family: var(--sora);
  font-size: var(--font-14);
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  padding: 8px 0;
}

a.verson-history-btn {
  border-radius: 4px;
  background: #111;
  padding: 5px 12px;
  color: var(--white);
  display: inline-block;
  margin-top: 8px;
  font-size: var(--font-12);
  font-weight: 600;
}

.machine-devlopers-sec,
.statistics-sec,
.categories-sec,
.legal-sec,
.Contact-sec {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.staticcoman h5 {
  color: #4A4A4A;
  font-family: var(--sora);
  font-size: var(--font-14);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.staticcoman span {
  color: var(--black);
  font-family: var(--sora);
  font-size: var(--font-14);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  width: 145px;
}

.staticcoman {
  display: flex;
  grid-gap: 8px;
  justify-content: space-between;
}
.staticcoman:not(:last-of-type) {
  margin-bottom: 4px;
}
.categories-sec span {
  border-radius: 6px;
  background: #F0F0F0;
  padding: 3px 6px;
  color: var(--black);
  font-family: var(--sora);
  font-size: var(--font-12);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.legal-sec p {
  color: #2490D2;
  font-family: var(--sora);
  font-size: var(--font-14);
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  margin-bottom: 0 !important;
}

.contactinn {
  margin-bottom: 4px;
}

.Contact-sec span,
.Support-sec p {
  color: var(--black);
  font-family: var(--sora);
  font-size: var(--font-14);
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}

.staticcoman .green {
  color: var(--green) !important;
  font-weight: 600;
}

.marketplace-detail-section .table-responsive {
  border-radius: 4px;
  border-top: 1px solid #9A9A9A;
}

/* accodian */
.versions-faq .accordion-button {
  flex-direction: row-reverse;
  justify-content: start !important;
  grid-gap: 15px;
}

.versions-faq .accordion-button::after {
  margin-left: inherit;
  content: "";
}

.versions-faq .accordion-button span {
  margin: 0;
  text-decoration: underline;
  color: #2490D2;
  font-family: var(--sora);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.versions-faq .accordion-button {
  color: #888;
  font-family: var(--sora);
  font-size: var(--font-12);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.versions-faq .accordion-button:focus,
.faqs-main .accordion-button:focus {
  box-shadow: none;
}

.versions-faq .accodiandsc > p {
  color: var(--black);
  font-family: var(--sora);
  font-size: var(--font-12);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 4px;
  margin-bottom: 0 !important;
}
.versions-faq .accodiandsc hr {
  margin: 5px 0;
}
.versions-faq .accodiandsc > h6 {
  color: #212529;
  font-family: var(--sora);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: normal;
  line-height: 140%;
  margin-bottom: 8px;
  word-break: break-word;
}
.versions-faq .accodiandsc h6 p {
  word-break: break-word;
}
.versions-faq .accodiandsc ul li {
  color: #4A4A4A;
  font-family: var(--sora);
  font-size: var(--font-14);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 8px;
}

.versions-faq .accodiandsc {
  padding-left: 35px;
}

.versions-faq .accordion-button::after {
  background-image: url(../image/Vectorpluse.svg);
  background-size: 30px;
  background-position: center;
  background-size: contain;
}

.versions-faq .accordion-button:not(.collapsed)::after {
  background-image: url(../image/minusvector.svg);
  background-size: 30px;
  background-position: center;
  background-size: contain;
}

.versions-faq .accordion-button:not(.collapsed) {
  border-bottom: 1px solid #E0E0E0;
  background: #F4F4F4;
}

.versions-faq .accordion-body {
  border-bottom: none;
  background: #FAFAFA;
}

.versions-faq .accordion {
  border-top: 1px solid #E0E0E0;
  border-radius: 4px;
}

.faqs-main .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

.faqs-main .accordion-button {
  color: var(--black);
  font-family: var(--sora);
  font-size: var(--font-14);
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  text-transform: capitalize;
  padding: 10px 15px;
}
.faqs-main .accordion-body {
  padding: 0 15px 10px 15px;
  line-height: 100%;
  color: var(--grey);
    font-size: var(--font-14);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.sampledata-tab li.lispace {
  padding-bottom: 15px;
}

.sampledata-tab h5 {
  padding-bottom: 12px;
}

.reviewratings-tab {
  background: var(--white);
  border-radius: 4px;
  padding: 16px;
  border-top: 1px solid #9A9A9A;
}

.write-review {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
  align-items: center;
}

.rating-coman {
  display: flex;
  grid-gap: 4px;
  align-items: center;
}

.rating-coman span.green {
  border-radius: 50px;
  background: #3ABAA0;
  width: 100px;
  height: 6px;
}

.rating-coman span.blue {
  border-radius: 50px;
  background: #DC7EFF;
  width: 200px;
  height: 6px;
}

.rating-coman span.yellow {
  border-radius: 50px;
  background: #F5C044;
  width: 100px;
  height: 6px;
}

.rating-coman span.darkblue {
  border-radius: 50px;
  background: #35C4F3;
  width: 8px;
  height: 6px;
}

.rating-coman span.orang {
  border-radius: 50px;
  background: #F96B0D;
  width: 8px;
  height: 6px;
}

.rating-coman h6 {
  width: 10px;
}

.avgrating h5,
.write-review-inn span {
  margin: 0;
  padding: 0;
  color: var(--black);
  font-family: var(--sora);
  font-size: var(--font-28);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.avgrating {
  display: flex;
  justify-content: center;
  grid-gap: 8px;
}

.write-review-inn h6 {
  color: #4A4A4A;
  font-family: var(--sora);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

a.reviewbtn {
  border-radius: 4px;
  background: #2490D2;
  padding: 11px 31px;
  color: var(--white);
  font-family: var(--sora);
  font-size: var(--font-14);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 160px;
  margin-left: auto;
  display: none;
}

.write-review-inn {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.write-review-inn:nth-child(1),
.write-review-inn:nth-child(2),
.write-review-inn:nth-child(3) {
  border-right: 1px solid #D2D2D2;
}

.write-review-inn:nth-child(4) {
  padding-left: 80px;
}

.reviewratings-detail-inn {
  display: flex;
  grid-gap: 100px;
  align-items: center;
  border-top: 1px solid #E4E4E4;
  margin-bottom: 16px;
  padding-top: 16px;
}

.reviewratings-detaillft {
  display: flex;
  grid-gap: 13px;
  align-items: center;
}

.detaillft-img {
  width: 64px;
  object-fit: cover;
}

.detaillft-title h6 {
  color: var(--black);
  font-family: var(--sora);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.detaillft-title p {
  color: #4A4A4A;
  font-family: var(--sora);
  font-size: var(--font-12);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.detaillft-title {
  width: 150px;
}

.reviewratings-detail {
  margin-top: 16px;
}

.reviewratings-detail-inn:last-child {
  margin-bottom: 0px;
}

.marketplace-detail-breadcumbs-inn {
  display: flex;
  align-items: center;
  grid-gap: 8px;
}

.backhome {
  line-height: 100%;
}

.marketplace-detail-breadcumbs-inn a,
.market-profile-breadcumbs a {
  color: #4A4A4A;
  font-family: var(--sora);
  font-size: var(--font-14);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.marketplace-detail-breadcumbs-inn span,
.market-profile-breadcumbs span {
  color: var(--black);
  font-family: var(--sora);
  font-size: var(--font-14);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.priceimg img {
  width: 25px;
  height: 25px;
  object-fit: cover;
}

.marketplace-onelft-icon img {
  width: 50px;
}

.inerautheor {
  display: flex;
  grid-gap: 15px;
  align-items: center;
}

.imgpicauth {
  padding: 3px;
  border: 1px solid var(--blue);
  border-radius: 50%;
  filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.15));
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  min-width: 90px;
  height: 90px;
}

.imgpicauth img {
  width: 100%;
  border-radius: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 0;
}

.shortdesc {
  width: 100%;
}

.mainaria {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mainaria h3 {
  color: var(--black);
  font-family: var(--inter);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0;
}

.shortdesc p {
  color: var(--grey);
  font-family: var(--inter);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 0 !important;
}


/* 14-02-2025 */
.mybanerSwiper .swiper-slide {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.mybanerSwiper .swiper-slide-active {
  opacity: 1;
  transition: opacity 2s ease-in-out;
}

.quantum-banner-section .comanbtn a:hover {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
  transition: 0.4s all;
}

.quantum-banner-section .comanbtn a:hover .arrow-btn {
  background: var(--white);
}

.quantum-banner-section .comanbtn a:hover .first-arrow,
.quantum-banner-section .comanbtn a:hover .second-arrow {
  filter: brightness(0) saturate(100%) invert(15%) sepia(57%) saturate(5693%) hue-rotate(190deg) brightness(100%) contrast(91%);
}

.solution-key-component-item {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s linear, transform 0.3s linear;
}

/* .solution-key-component-item {
    opacity: 0.3;
    transform: scale(0.8);
    transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), 
                transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.solution-key-component-item.active {
    opacity: 1;
    transform: scale(1);
} */

.single-post .blog-inner p a,
.single-post .blog-inner ul li a,
.single-post .blog-inner ol li a {
  color: var(--blue);
  font-weight: bold;
}

.single-post .blog-inner .tableContent p a,
.single-post .blog-inner .tableContent ul li a,
.single-post .blog-inner .tableContent ol li a {
  color: var(--grey);
  font-weight: 500;
}

.marketplace-detail-section a:hover {
  background: var(--blue);
  border: 1px solid var(--blue);
  color: var(--white);
  transition: 0.4s all;
}

.marketplace-detail-section a:hover img {
  /* filter: brightness(0) invert(1); */
  transition: 0.4s all;
}

.table-group-divider {
  border-top: none;
}

.marketplace-detail-section .table thead>tr {
  border-bottom: 1px solid var(--black) !important;
}

.table-group-divider>tr>td {
  background: rgba(255, 255, 255, 0.80);
}

.marketplace-detail-section a img {
  margin-right: 2px;
}


/* 25-02-2025 */
.marketplace-detail-view-similar h2 {
  color: var(--black);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
  padding-top: 30px;
}

.view-similar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 12px;
}

.marketplace-detail-second .marketplace-second-tab {
  justify-content: center;
}

.marketplace-detail-second .marketplace-tab-search {
  display: none;
}

/* modal css */
.modal .modal-dialog {
  max-width: 1001px;
}

.modal .modal-header {
  padding: 12px;
}

.modal .modal-header .modal-title {
  color: var(--black);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.modal .modal-dialog .modal-header .btn-close {
  background-size: 12px;
  box-shadow: none !important;
  object-fit: contain;
  padding: 0 12px 0 0;
}

.modal .modal-dialog .modal-header .btn-close {
  color: var(--black);
  opacity: 1;
}

/* .marketplace-main,
.marketplace-detail-main {
  position: relative;
}
.marketplace-main::after,
.marketplace-detail-main::after {
  background: #F7F7F7 url(../image/darkbanner-img.png) no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 570px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
} */


/* profile css */
.market-profile-breadcumbs,
.market-profile-breadtitle,
.market-profile-breaddetail {
  width: calc(100% - 40px);
  margin: 0 auto;
}

.market-profile-breadcumbs {
  display: flex;
  grid-gap: 8px;
  align-items: center;
}

.profile-breadtitle-lft {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  padding-top: 20px;
}

.market-profile-breadcumbs {
  padding-top: 150px;
}

.marketplace-onelft-contant .precontant {
  margin-top: 8px;
}

.breadtitle-rgt-grid {
  display: flex;
  grid-gap: 8px;
  justify-content: center;
}

.market-profile-breadtitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile-breaddetail-tabs-inn .nav-tabs {
  border-bottom: none;
  border-radius: 4px;
  border: 1px solid #CCC;
  background: var(--white);
  padding: 3px;
}

.profile-breaddetail-tabs-inn .nav-tabs .nav-link {
  border: transparent;
  border-radius: 2px;
  padding: 3px 14px;
  color: var(--black);
  font-family: var(--sora);
  font-size: var(--font-12);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.profile-breaddetail-tabs-inn .nav-tabs .nav-link.active {
  color: var(--white);
  background: var(--blue);
  font-family: var(--sora);
  font-size: var(--font-12);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.profile-breaddetail-tabs-inn {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  padding-top: 40px;
}

.profile-tabsinner-img img {
  border-radius: 20px;
}
.profile-tabsinner-img {
  border-top: 1px solid var(--black);
  padding-top: 15px;
}

.profile-tabsinner-dscinn ul {
  padding-left: 20px;
}

.profile-tabsinner-dscinn h5 {
  margin-top: 25px;
  color: var(--black);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}

.profile-tabsinner-dscinn li {
  color: var(--grey);
  font-size: var(--font-14);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 12px;
}

.profile-tabsinner-dscinn li b {
  color: var(--black);
  font-weight: 600;
}

.profile-bestregard p {
  color: var(--grey);
  font-size: var(--font-14);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.profile-bestregard {
  margin-top: 30px;
}

.profile-online-contact {
  background: #fcfcfc;
  border: 1px solid #e4e4e466;
  border-radius: 4px;
  box-shadow: 0 1px 16px 0 #00000005;
  display: flex;
  margin-top: 30px;
  padding: 40px;
}

.profile-single-contact {
  grid-gap: 24px;
  align-items: center;
  display: flex;
}

.profile-single-contact:first-child {
  border-right: 1px solid var(--darkgrey);
  margin-right: 40px;
  padding-right: 185px;
}

.profile-single-contact p {
  color: var(--grey);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
}

.profile-single-contact h3 {
  color: var(--blue);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.breaddetail-tabsinner-socilamedia {
  background: var(--white);
  border-radius: 4px;
  height: 100%;
  padding: 12px;
}

.portfolio-tabsinner-dscinn h3 {
  color: var(--black);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}

.status-active.gap-2 {
  grid-gap: 4px;
  align-items: center;
  display: flex;
}

.single-informations-main:not(:last-child),
.portfolio-informations-main:not(:last-child) {
  border-bottom: 1px solid var(--lightgrey);
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.single-informations-main h5,
.portfolio-informations-main h5 {
  color: var(--black);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 6px;
}

.portfolio-informations-main a.theme-color-text {
  display: block;
  color: var(--blue);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.portfolio-informations-main a.theme-color-text:hover {
  color: var(--blue);
  text-decoration: underline;
  transition: 0.4s all;
}

.portfolio-informations-main span.green-color-text {
  color: #2bb219;
}

.market-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px;
}

.profile-tabsinner-dscinn a {
  color: var(--blue);
  font-weight: 600;
}

.profile-tabsinner-dscinn a:hover {
  text-decoration: underline;
  transition: 0.4s all;
}

.market-portfolio-grid .rate img {
  width: 16px;
  object-fit: cover;
}

.market-portfolio-grid .data-process-rate .rate {
  background: #28b1161a;
}

.main-grid-port {
  display: grid;
  grid-template-columns: 1400px auto;
  grid-gap: 20px;
}

.single-use_cases .inner-recent-blog-list ul.recent-blog-list {
  padding-left: 0;
}

.single-post .inner-recent-blog-list ul li a {
  color: var(--black) !important;
}

.profile-tabsinner-img img {
  width: 100%;
  object-fit: cover;
}

.marketplace-detail-section tr th {
  font-size: var(--font-14);
}

.marketplace-detail-section tr td {
  font-size: var(--font-12);
}
.breadtitle-rgt-grid h5 {
  font-weight: 700;
}
.breadtitle-rgt-grid span {
  color: var(--grey);
    font-size: var(--font-22);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.no-data-found-dashboard {
  background: var(--white);
  padding: 20px 10px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.no-data-found-dashboard h3.text-black.mt-2 {
  font-family: var(--sora);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}
.viewportfoilobtn a {
  border: 1px solid var(--blue);
  background: var(--blue);
  border-radius: 4px;
  color: var(--white);
  font-size: var(--font-14);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 8px 22px;
  margin-top: 4px;
  display: inline-block;
}
.viewportfoilobtn a:hover {
  background: var(--white);
  color: var(--blue);
  transition: 0.4s all;
}
.ratetwo {
  display: flex;
  grid-gap: 5px;
}

.accodiandsc hr:last-child {
  display: none;
}
.detaillft-img img {
  border-radius: 7px;
}

.marketplace-tab-section .dropdown-toggle::after {
 display: none;
}
.marketplace-tab-section .otherdropmanu a.dropdown-item {
  padding: 5px 0;
  color: var(--grey);
    font-size: var(--font-14);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.marketplace-tab-section .otherdropmanu .dropdown-item:focus, .marketplace-tab-section .otherdropmanu .dropdown-item:hover {
  background-color: transparent;
}
.marketplace-tab-section .otherdropmanu .btn-close:focus {
  box-shadow: none;
}
.other-tabonclick ul {
  list-style: none;
}
.other-tabonclick ul {
  background: var(--white);
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #e4e4e466;
}
.other-tabonclick {
  position: relative;
}
.other-tabonclick::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--white);
  position: absolute;
  left: 50%;
  top: -3px;
  transform: rotate(45deg);
}
.other-tabonclick li a{
  color: var(--grey);
    font-size: var(--font-14);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.marketplace-tab-section {
  position: relative;
}
.other-tabonclick {
  position: absolute;
  right: -80px;
  width: 245px;
  top: 30px;
}
.other-tabonclick li:not(:last-child) {
  margin-bottom: 12px;
}
.other-datafound {
  width: 100%;
  background: var(--white);
  text-align: center;
  padding: 20px;
  border-radius: 6px;
}
/* .marketplace-detail-section .table-group-divider img {
  width: 20px;
} */
.other-datafound img {
  margin-bottom: 10px;
}
.rate.yellow {
  background: rgba(255, 208, 39, 0.10) !important;
}
.marketplace-tab-section ul.dropdown-menu.otherdropbox {
  padding: 10px;
  width: 211px;
  border-radius: 4px;
  position: absolute !important;
  top: 4px !important;
}
.marketplace-tab-section .otherdropbox .nav-link {
  width: 100% !important;
  text-align: left;
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.marketplace-tab-section .otherdropbox .nav-item:not(:last-child) {
 margin-bottom: 10px;
}
.close-btn-container {
  display: flex;
  justify-content: flex-end;
  padding: 0;
}
.close-btn-container button.btn-close.close-dropdown {
  padding: 0;
  filter: invert(0%) brightness(0); 
  opacity: 1; 
}
.close-btn-container .btn-close:focus {
  box-shadow: none;
}
.marketplace-detail-section li.lispace {
  padding-top: 5px;
}

/* master machine pager css */
.master-machine-main .master-machine-main-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  grid-gap: 50px;
  align-items: flex-start;
}
.master-machine-main .master-machine-data-dsc {
  padding-right: 50px;
  border-right: 1px solid var(--lightgrey-50);
}
.master-machine-data-dsc img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 30px;
}
.master-machine-main {
  padding: 120px 0;
}
.master-machine-data-dsc h2,
.master-machine-data-dsc h3,
.master-machine-data-dsc h4,
.master-machine-data-dsc h5,
.master-machine-data-dsc h6 {
  color: var(--blue);
  font-family: var(--inter);
  font-style: normal;
  font-weight: 700;
  line-height: 160%; 
}
.master-machine-data-dsc h2:nth-child(1) {
  padding-top: 0px;
}
.master-machine-data-dsc h2 {
  font-size: var(--font-30);
  margin-bottom: 15px;
  padding-top: 15px;
}
.master-machine-data-dsc h3 {
  font-size: var(--font-28);
}
.master-machine-data-dsc h4 {
font-size: var(--font-26);
}
.master-machine-data-dsc h5 {
  font-size: var(--font-24);
}
.master-machine-data-dsc h6 {
  font-size: var(--font-22);
}
.master-machine-data-dsc p {
  color: var(--grey);
font-family: var(--inter);
font-size: var(--font-20);
font-style: normal;
font-weight: 400;
line-height: 160%; 
margin-bottom: 15px;
}
.master-machine-data-dsc h6 {
  color: var(--blue);
  font-weight: 600;
  font-family: var(--inter);
font-size: var(--font-20);
font-style: normal;
line-height: 160%; 
}
.master-machine-data-dsc span {
  color: var(--blue);
  font-weight: 600;
}
.master-machine-data-dsc ul {
  padding-left: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.master-machine-data-dsc ul li,
.master-machine-data-dsc ol li{
  margin-bottom: 10px;
  color: var(--grey);
font-family: var(--inter);
font-size: var(--font-20);
font-style: normal;
font-weight: 400;
line-height: 160%; 
}
.master-machine-data-dsc ol {
  margin-left: 0;
}
.list-dsc-category a{
  display: grid;
  grid-template-columns: 24px auto;
  grid-gap: 15px;
  margin-bottom: 22px;
}
.list-dsc-category a:hover img{
  transform: rotate(-45deg);
  transition: 0.4s all;
}
.list-dsc-category a:hover span{
 text-decoration: underline;
  transition: 0.4s all;
}
.list-dsc-category span {
  color: var(--blue);
font-family: var(--inter);
font-size: var(--font-22);
font-style: normal;
font-weight: 600;
line-height: normal;
}
.master-machine-category-list {
  position: sticky;
  top: 160px;
}
.master-machine-data-dsc b {
  color: var(--black);
}



/* 25-03-2025 */
.marketplace-tab-gridbox-inn li {
  list-style: none;
  color: #4A4A4A;
    font-family: var(--sora);
    font-size: var(--font-14);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 7px;
    min-height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.smaller-size-images {
    grid-gap: 8px;
    align-items: center;
    border-top: 1px solid #4a4a4a;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding-top: 20px;
}
img.smaller-size-img {
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    box-shadow: 0 1px 16px 0 #00000005;
    cursor: pointer;
    height: 60px;
    width: 60px;
    object-fit: cover;
    object-position: center;
}
.postid-660 .blog-inner img {
  width: auto;
  }
.request-demo-form {
  padding: 100px 0 0 0;
  margin-bottom: 120px;
}
.request-demo-form-inn{
  background: #f2f2f2;
  border-radius: 20px;
    padding: 30px;
}
.request-demo-form-inn .gform-field-label {
    color: var(--black) !important;
    font-size: var(--font-20) !important;
    font-weight: 400 !important;
    line-height: normal !important; 
}
.request-demo-form-inn .ginput_container input, .request-demo-form-inn .ginput_container textarea,
.request-demo-form-inn .ginput_container select {
    color: var(--black) !important;
    border-bottom: 1px solid var(--black) !important;
    border-radius: 0px !important;
    height: 35px !important;
    font-size: var(--font-16) !important;
    background-color: transparent !important;
    resize: none !important;
    border-width: 0 0 1px 0 !important;
    box-shadow: none !important;
}
.request-demo-form-inn .gchoice label ,.request-demo-form-inn .ginput_container_consent label {
    font-size: var(--font-16) !important;
}
.request-demo-form-inn .gform-theme--framework .gfield--type-choice .gfield_checkbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
}
.request-demo-form-inn .ginput_container.ginput_container_radio input{
    border: 1px solid var(--black) !important;
    border-radius: 50% !important;
    height: auto !important;
    padding: 0 !important;
    width: 21px !important;
    height: 21px !important;
}
.request-demo-form-inn .ginput_container.ginput_container_checkbox input,
.request-demo-form-inn .ginput_container.ginput_container_consent input{
  border: 1px solid var(--black) !important;
  border-radius: 3px !important;
  padding: 0px !important;
  width: 21px !important;
  height: 21px !important;
}
.request-demo-form-inn .ginput_container.ginput_container_checkbox input::before,
.request-demo-form-inn .ginput_container.ginput_container_consent input::before{
    color: var(--white) !important;
    background: var(--black) !important;
    padding: 3px !important;
    border-radius: 3px !important;
}
.request-demo-form-inn .ginput_container input:focus,.request-demo-form-inn .ginput_container textarea:focus {
    outline: none !important;
      box-shadow: none !important;
}
.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before{
   background-color:  var(--black) !important;
}
.request-demo-form-inn .ginput_container.ginput_container_radio input:focus{
  box-shadow: none !important;
  outline: none !important;
}
.request-demo-form-inn .ginput_container.ginput_container_select select{   
   border: 1px solid var(--black) !important;
    border-radius: 6px !important;
    height: 40px !important;
    margin-top: 15px !important;
    outline: none !important;
}
.request-demo-form form .gform_footer {
  position: relative !important;
  width: max-content !important;
  margin-top: 40px !important;
}
.request-demo-form form .gform_footer input:focus{
 outline: none !important;
 box-shadow: none !important;
}
.request-demo-form .gform_footer::before {
  content: "" !important;
  width: 42px !important;
  height: 42px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  background: var(--white) url(../image/comanbtnarrow.svg) no-repeat center center !important;
  transition: background 0.3s !important;
  position: absolute !important;
  right: 10px !important;
  top: 10px !important;
}
.request-demo-form form .gform_footer [type="submit"] {
  color: var(--white) !important;
  font-family: var(--inter) !important;
  font-size: var(--font-18) !important;
  font-weight: 600 !important;
  background: var(--black) !important;
  border: 1px solid var(--black) !important;
  border-radius: 100px !important;
  padding: 9px 80px 9px 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s !important;
  overflow: hidden !important;
  height: 62px !important;
}
.request-demo-form form .gform_footer [type="submit"]:hover {
    background: var(--blue) !important;
    color: var(--white) !important;
    border-color: var(--blue) !important;
}
.request-demo-form form .gform_footer:hover::before {
  background: var(--white) url(../image/comanbtnarrow.svg) no-repeat center center !important;
}
.request-demo-form-inn .ginput_container.ginput_container_select select option{
 background: var(--white) !important;
 color: var(--black) !important;
}
.request-demo-form-inn .ginput_container input::placeholder, .request-demo-form-inn .ginput_container textarea::placeholder, .request-demo-form-inn .ginput_container select::placeholder {
  opacity: 0.5;
}
.request-demo-form-inn .gform-theme--framework .gfield--type-choice .gfield_radio {
  flex-direction: row !important;
}
.request-demo-form #gform_ajax_spinner_2 {
  position: absolute !important;
  top: 15px;
  right: -20px;
}

/* coman top css */
.install-button {
  display: inline-flex;
  align-items: center;
  background-color: #CD8A08;
  color: white;
  border: none;
  padding: 6px 10px;
  font-family: monospace;
  font-size: 14px;
  cursor: pointer;
}
.install-button code {
  background: none;
  color: white;
  padding-right: 8px;
}
.copy-icon {
  font-size: 16px;
}
.quantum-cli-main-one {
  background: #DE960A;
  padding: 10px 0;
  position: sticky;
  transition: all 0.3s ease;
  top: 0;
  z-index: 999;  
}
.quantum-cli-main-inn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 8px;
}
.copyrightmachine .install-button p {
  color: var(--white);
  text-align: center;
  font-family: var(--inter);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  border-right: 1px solid var(--white);
  padding-right: 10px;
  margin-right: 10px;
}
.quantum-cli-main-inn p {
  color: var(--white);
  text-align: center;
  font-family: var(--inter);
  font-size: var(--font-16);
font-style: normal;
font-weight: 600;
line-height: 130%; 
}
/* header.header {
  top: 63px;
  position: fixed;
  transition: all 0.3s ease;
  z-index: 999;
}
.home header.header {
  top: 233px;  
} */

.header {
  position: relative;
  top: 7px;
  z-index: 999;
}
.quantum-cli-main-one.sticky-cli {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;    
}
/* header.stick-header.header {
  position: fixed;
  top:60px;
} */
/* .header-wrapper.stick-header .header {
  top: 63px;
} */
.quantum-banner-section, .first-section-margin-top{
  margin-top: -78px;
}
.header-wrapper {
  position: sticky;
  top: 56px;
  z-index: 999;
}
.header-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 46px;
  position: absolute;
  backdrop-filter: blur(25px);
}
.quantum-cli-main-two {
  background: #CD8A08;
  padding: 10px 0;
  display: none;
}
.home .quantum-cli-main-two {  
  display: block;
}
.linkup {
  display: flex;
  justify-content: end;
}
.quantum-cli-main-twogrid-inner {
    border-radius: 8px;
    border: 1px solid rgba(222, 150, 10, 0.70);
    background: var(--white);
    padding: 8px 8px 8px 4px;
    display: flex;
    grid-gap: 4px;
}
.quantum-cli-main-twogrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.quantum-cli-twogrid-rgt h2 {
color: var(--black);
font-family: var(--inter);
font-size: var(--font-20);
font-style: normal;
font-weight: 600;
line-height: 130%;
display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 4px;
}
.quantum-cli-twogrid-lft img {
  max-width: 30px;
  height: 30px;
}
.quantum-cli-twogrid-rgt p {
color: var(--grey);
font-family: var(--inter);
font-size: var(--font-14);
font-style: normal;
font-weight: 400;
line-height: 150%; 
display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.quantum-cli-twogrid-rgt .comanbtn a {
    background: transparent;
    border: transparent;
    border-radius: 100px;
    padding: 0;
    display: inline-flex;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    overflow: hidden;
}
.quantum-cli-twogrid-rgt .comanbtn {
  display: flex;
  justify-content: end;
  padding-top: 4px;
}
.quantum-cli-twogrid-rgt .arrow-btn {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #e5e5e5;
  transition: 0.4s all;
  position: relative;
}
.quantum-cli-twogrid-rgt .comanbtn a:hover .arrow-btn {
  background: var(--black);
}


/* 22-04-2025 all banner small*/
.home .sparkingtitle h1,
.home .sparkingtitle h1 span,
.page-template-solution-tmpl .sparkingtitle h1,
.page-template-solution-tmpl .sparkingtitle h1 span,
.page-template-about-tmpl .sparkingtitle h1,
.page-template-about-tmpl .sparkingtitle h1 span,
.page-template-request-demo-tmpl .sparkingtitle h1,
.page-template-contact-tmpl .sparkingtitle h1
/* .dev-hero-section .hero-content-box h1, */
/* .dev-hero-section .hero-content-box h1 span */
 {
    font-size: 42px !important;
}
.home .quantum-banner-section,
.page-template-about-tmpl .quantum-banner-section {
  height: 600px;
}
.page-template-solution-tmpl .quantum-banner-section,
.page-template-request-demo-tmpl .quantum-banner-section,
.page-template-contact-tmpl .quantum-banner-section {
  height: 550px;
}
.page-template-request-demo-tmpl .sparkingcontent p,
.page-template-contact-tmpl .sparkingcontent p {
  padding-bottom: 0;
}
.home .mybanerSwiper .swiper-slide {
  padding-bottom: 60px;
  align-items: end;
}
.home .sparkingcontent p {
  line-height: 140%;
}
.page-template-solution-tmpl .hero-banner,
.page-template-about-tmpl .hero-banner {
  justify-content: end;
}
.page-template-about-tmpl .hero-banner {
  padding-bottom: 60px;
}
.addresspart a , .emailpart a {
    color: var(--white);
    text-align: center;
    font-family: var(--inter);
    font-size: var(--font-16);
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}
.rightportyellow {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.innerportyellowflex {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.addresspart a:hover , .emailpart a:hover{
  filter: brightness(0);
}
.quantum-cli-main-inn p {
    font-size: 12px;
    color: #4f4608;
}

/* Developer Page CSS */
.page-template-developer-tmpl .innerfooter,
.page-template-documentation-tmpl .innerfooter{
  display: none;
}
.page-template-documentation-tmpl {
      background: var(--dev-layout-bg);
}

.dev-hero-section {
  position: relative;
  height: 760px;
}
.dev-hero-section .hero-banner {
  align-items: flex-start;
}
.dev-hero-section .quantum-banner-section {
  height: 760px;
  position: absolute;
  width: 100%;
}
.dev-hero-section .hero-banner .hero-content-box {
  max-width: 52%;
  z-index: 1;
}
.dev-hero-section .hero-banner .hero-right-img {
  position: absolute;
  bottom: -30px;
  right: 0;
}

.dev-hero-section .hero-content-box h1 {
  color: var(--black);  
  font-size: var(--dev-font-48);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.dev-hero-section .hero-content-box h6 {
  color: var(--black);  
  font-size: var(--dev-font-28);
  font-style: italic;
  font-weight: 700;
  line-height: 200%;
}
.dev-hero-section .hero-content-box h1 span {
  display: block;
  background: var(--solution-keytext-color);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--inter);
  font-size: var(--dev-font-90);
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}
.dev-hero-section .hero-content-box p {
  color: var(--grey);  
  font-size: var(--dev-font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 40px;
}
.common-list {
  list-style: none;
}
.common-list li {
  position: relative;
  padding-left: 28px;
}
.common-list li:not(:last-child) {
  margin-bottom: 12px;
}
.common-list li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.1876 0.3125C14.2609 0.3125 18.3752 4.42682 18.3752 9.5001C18.3752 14.5734 14.2609 18.6877 9.1876 18.6877C4.11432 18.6877 0 14.5734 0 9.5001C0 4.42682 4.11432 0.3125 9.1876 0.3125ZM7.27968 12.4843L5.03033 10.2331C4.64712 9.84965 4.64704 9.22437 5.03033 8.84101C5.4137 8.45772 6.04176 8.46012 6.42234 8.84101L8.00812 10.428L11.953 6.48315C12.3364 6.09978 12.9617 6.09978 13.345 6.48315C13.7284 6.86644 13.7278 7.49233 13.345 7.87516L8.703 12.5172C8.32018 12.9 7.69428 12.9005 7.31099 12.5172C7.30022 12.5064 7.28983 12.4955 7.27968 12.4843Z' fill='%23055788'/%3E%3C/svg%3E");  
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0px;
  top: 4px;
}

.dev-quantum-machine {
  padding: 100px 0;
}
.dev-quantum-machine-inner {
  display: grid;
  grid-template-columns: 700px auto;
  grid-gap: 70px;
}

.dev-quantum-machine-inner .dev-quantum-machine-img-box > img {
  border-radius: 10px;
}
.dev-quantum-machine-inner .dev-quantum-machine-img-box {
  position: relative;
}
.dev-quantum-machine-inner .dev-quantum-machine-img-box .dev-quantum-machine-img-card .dev-quantum-img1 {
  position: absolute;
  right: 60px;
  top: 20px;
  animation: left-right 7.3s linear infinite;
}
.dev-quantum-machine-inner .dev-quantum-machine-img-box .dev-quantum-machine-img-card .dev-quantum-img2 {
  position: absolute;
  right: -20px;
  bottom: 40px;
  animation: right-left 7.3s linear infinite;
}

.title-box h2 {
  color: var(--black);  
  font-size: var(--dev-font-40);
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
  margin-bottom: 20px;
}

.dev-quantum-machine-inner .dev-quantum-machine-content p {
  color: var(--black);  
  font-size: var(--dev-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
}
.dev-quantum-machine-inner .dev-quantum-machine-content span {
  display: block;
  color: var(--black);  
  font-size: var(--dev-font-20);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 16px;
}
/* .why-build-machine .why-build-machine-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
} */
.why-build-machine .why-build-machine-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 1rem;
}

.why-build-machine .why-build-machine-grid .why-build-machine-card {
  border-radius: 10px;
  background: var(--white);
  padding: 30px;
  flex-basis: 32.5%;
  transition: all 0.3s ease-in-out;
}
.dev-layout-main {
  background: var(--dev-layout-bg);
}

.why-build-machine .why-build-machine-grid .why-build-machine-card img {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.why-build-machine .why-build-machine-grid .why-build-machine-card h4 {
  margin-bottom: 10px;
  color: var(--blue2);
  font-size: var(--dev-font-24);
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  transition: all 0.3s ease-in-out;
}

.why-build-machine .why-build-machine-grid .why-build-machine-card p {
  color: var(--grey);
  font-size: var(--dev-font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  transition: all 0.3s ease-in-out;
}

.why-build-machine .why-build-machine-grid .why-build-machine-card:hover {
  background: #153564;
}

.why-build-machine .why-build-machine-grid .why-build-machine-card:hover img {
  filter: brightness(0) invert(1);
}

.why-build-machine .why-build-machine-grid .why-build-machine-card:hover h4 {
  color: var(--white);
}

.why-build-machine .why-build-machine-grid .why-build-machine-card:hover p {
  color: var(--white);
}


.environment-setup .title-box {
  text-align: center;
}

.environment-setup {
  padding: 100px 0;
}

.environment-setup .environment-setup-inner {
  padding: 60px 100px;
  padding-left: 55px;
  padding-bottom: 0;
  display: grid;
  grid-template-columns: 537px 669px;
  grid-gap: 164px;
  background-image: var(--dev-env-setup-bg-color);
  border-radius: 20px;
  height: 570px;
  margin: 0 auto;
  margin-bottom: -310px;
  z-index: 1;
  position: relative;
}
.environment-setup .img-box {
  margin-top: 51px;
}

.environment-setup .right-content-box h3 {
  color: var(--white);
  font-size: var(--dev-font-40);
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
  margin-bottom: 20px;
}

.environment-setup .right-content-box .common-list li {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  padding: 18px 10px;
  padding-left: 45px;
  color: var(--white);
  font-size: var(--dev-font-20);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}

.environment-setup .right-content-box .common-list li::before {
  filter: brightness(0) invert(1);
  top: 21px;
  left: 15px;
  transition: all 0.3s ease-in-out;
}
.environment-setup .right-content-box .common-list li:hover {
  background-color: var(--white);
  color: var(--black);
}
.environment-setup .right-content-box .common-list li:hover::before {
  filter: brightness(0);
}


/* marketplace-action */
.marketplace-action {
  background: url(../image/shape-bg-img.png) var(--white);
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-position: center;
  text-align: center;
  padding: 350px 0 100px 0;
}

.marketplace-action img {
  margin-bottom: 50px;
}

.marketplace-action h3 {
  margin-bottom: 20px;
  color: var(--black);
  text-align: center;
  font-size: var(--dev-font-40);
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
}

.marketplace-action p {
  color: var(--black);
  text-align: center;
  font-size: var(--dev-font-20);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  max-width: 55%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.marketplace-action .comanbtn a:hover {
  border-color: var(--blue);
}

/* documentation-developer-guide */
.documentation-developer-guide .title-box {
  text-align: center;
  margin-bottom: 50px;
}
.documentation-developer-guide {
  padding: 100px 0;
}

.documentation-developer-guide .documentation-developer-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 26px;
}

.documentation-developer-guide .documentation-developer-guide-card {
  text-align: center;
  padding: 30px 20px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.documentation-developer-guide .documentation-developer-guide-card img {
  margin-bottom: 10px;
}

.documentation-developer-guide .documentation-developer-guide-card h4 {
  color: var(--blue2);
  text-align: center;
  font-size: var(--dev-font-24);
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 10px;
}

.documentation-developer-guide .documentation-developer-guide-card p {
  color: var(--grey);
  text-align: center;
  font-size: var(--dev-font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 20px;
}

.documentation-developer-guide .documentation-developer-guide-card:hover {
  background-color: var(--white);
}

.outline-btn a {
  background-color: unset;    
  border-color: rgba(16, 16, 16, 0.20);
  padding: 5px 5px 5px 12px;
  color: var(--black);
  font-size: var(--dev-font-14);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.outline-btn a .arrow-btn {
  background-color: var(--blue2);
  width: 27px;
  height: 27px;
}
.outline-btn a .arrow-btn img {
  filter: brightness(0) invert(1);
}

.outline-btn a .arrow-btn img {
  width: 10px;
  height: auto;
}
.documentation-developer-guide .documentation-developer-guide-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.documentation-developer-guide .documentation-developer-guide-card:hover .outline-btn a {
  background: var(--blue2);
  color: var(--white);
  border-color: var(--blue2);
}
.documentation-developer-guide .documentation-developer-guide-card:hover .outline-btn a .arrow-btn {
  background-color: var(--white);
}

.documentation-developer-guide .documentation-developer-guide-card:hover .outline-btn a .arrow-btn img {
  filter: brightness(1);
}

.documentation-developer-guide .documentation-developer-guide-card:hover .outline-btn a:hover {
  background: var(--blue2);
  color: var(--white);
  border-color: var(--blue2);
}
.documentation-developer-guide .documentation-developer-guide-card:hover .outline-btn a:hover .arrow-btn {
  background-color: var(--white);
}
.documentation-developer-guide .documentation-developer-guide-card:hover .outline-btn a:hover .arrow-btn img {
  filter: brightness(1);
}

/* Review & Approval Process  */
.review-approval-process {
  padding: 100px 0;
  background: #DFDFDF;
}

.review-approval-process .title-box {
  text-align: center;
  margin-bottom: 30px;
}

.review-approval-process .review-approval-process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
}

.review-approval-process .review-approval-process-card {
  background-color: var(--white);
  padding: 20px;
  border-radius: 10px;
}
.review-approval-process .review-approval-process-card:hover span {  
  background: var(--dev-env-setup-bg-color);
  color: var(--white);
}

.review-approval-process .review-approval-process-card span {
  border-radius: 28px;
  border: 1px solid #1D549C;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  color: var(--blue2);
  font-size: var(--dev-font-20);     
  font-weight: 800;
  margin-bottom: 20px;
}

.review-approval-process .review-approval-process-card h4 {
  color: var(--black);
  font-size: var(--dev-font-24);
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}



/* Publishing Marketplace */
.publishing-marketplace {
  padding: 100px 0;
  position: relative;
  height: 530px;
}

.publishing-marketplace .publishing-marketplace-inner {
  display: flex;
  justify-content: flex-end;
}

.publishing-marketplace .img-box {
  position: absolute;
  top: -38px;
  left: 10%;
  z-index: 0;
}

.publishing-marketplace .publishing-marketplace-inner .content-box {
  width: 48%;
  z-index: 1;
  position: relative;
}

.publishing-marketplace .publishing-marketplace-inner .content-box h3 {
  color: var(--black);
  font-size: var(--dev-font-40);
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
  margin-bottom: 20px;
}

.publishing-marketplace .publishing-marketplace-inner .content-box p {
  color: var(--black);
  font-size: var(--dev-font-20);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 30px;
}

/* Best Practices */
.best-practices {
  padding: 100px 0;
}

.best-practices .title-box {
  text-align: center;
  margin-bottom: 30px;
}

.best-practices .best-practices-inner {
  display: flex;
  grid-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.best-practices .best-practices-inner .best-practices-card {
  flex-basis: 32%;
  text-align: center;
  background-color: var(--white);
  padding: 30px 92px;
  border-radius: 10px;
  min-height: 170px;
  transition: all 0.3s ease-in-out;
}

.best-practices .best-practices-inner .best-practices-card img {
  margin-bottom: 10px;
}

.best-practices .best-practices-inner .best-practices-card h4 {
  color: var(--black);
  text-align: center;
  font-size: var(--dev-font-20);
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.best-practices .best-practices-inner .best-practices-card:hover {
  background: var(--dev-env-setup-bg-color);
}

.best-practices .best-practices-inner .best-practices-card:hover img {
  filter: brightness(0) invert(1);
}

.best-practices .best-practices-inner .best-practices-card:hover h4 {
  color: var(--white);
}


/* Join Community action */
.join-dev-community .join-dev-community-inner {
  border-radius: 30px;
  background: var(--dev-env-setup-bg-color);
  padding: 50px;
  text-align: center;
}

.join-dev-community .join-dev-community-content-box {
  background-color: var(--white);
  border-radius: 20px;
  padding: 80px 0;
}

.join-dev-community .join-dev-community-content-box > img {
  margin-bottom: 30px;
  width: 130px;
  height: auto;
}

.join-dev-community .join-dev-community-content-box h3 {
  color: var(--black);
  text-align: center;
  font-size: var(--dev-font-40);
  font-style: normal;
  font-weight: 800;
  line-height: 125%; /* 50px */
  margin-bottom: 20px;
}

.join-dev-community .join-dev-community-content-box p {
  color: var(--black);
  text-align: center;
  font-size: var(--dev-font-20);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  width: 53%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.join-dev-community .join-dev-community-content-box .comanbtn a:hover {
  border-color: var(--blue);
}

/* quamtum-container */
.contact-main-animate {
  text-align: center;
  padding: 100px 0;
}
.contact-main-animate h3 {
  color: var(--black);
  text-align: center;  
  font-size: var(--dev-font-60);
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
  margin-bottom: 55px;
}
.contact-main-animate .email-us {
  width: fit-content;
  border-radius: 100px;
  background: var(--blue2);
  display: flex;
  align-items: center;
  grid-gap: 15px;
  padding: 15px 30px 15px 15px;
  border: 1px solid var(--blue2);
  margin: 0 auto;
}

.contact-main-animate .email-us span {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: var(--white);
  display: grid;
  place-content: center;
  position: relative;
}
.contact-main-animate .email-us div {
  text-align: left;
}

.contact-main-animate .email-us p {
  color: rgba(255, 255, 255, 0.50);
  font-size: var(--dev-font-18);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 4px;
}

.contact-main-animate .email-us a {
  color: var(--white);
  font-family: Inter;
  font-size: var(--dev-font-20);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}


/* devloepr footer */

.developer-footer-img {
  text-align: center;
  margin-bottom: -25px;
  z-index: 0;
  position: relative;
}



/* footer */
.dev-footer {
  border-top: 1px solid var(--darkgrey);
  padding: 20px;
  z-index: 1;
  position: relative;
}

.dev-footer .dev-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dev-footer .dev-footer-inner ul {
  list-style: none;
  display: flex;
  align-items: center;
  grid-gap: 30px;
}

.dev-footer .dev-footer-inner ul a {
  color: var(--black);
  font-size: var(--dev-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}

.dev-footer .dev-footer-inner ul a.active, .dev-footer .dev-footer-inner ul a:hover {
  color: var(--blue2);    
}

.dev-footer .dev-footer-inner p {
  color: #222;
  font-size: var(--dev-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}



@keyframes left-right {
  0%, 100% {
    transform: translateX(-80px);
  }
  50% {
    transform: translateX(0px);
  }  
}
@keyframes right-left {
  0%, 100% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-80px);
  }  
}



/* General arrow icon styles */
.email-us span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 0.3s, transform 0.3s;
}

/* Keyframes for MoveUp and FadeIn */
@keyframes moveUp1 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -120%);
  }
}

@keyframes fadeInMoveUp1 {
  0% {
    opacity: 0;
    transform: translate(-50%, 50%);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

/* Hover states to animate arrows */
.email-us:hover .first-arrow {
  animation: moveUp1 0.5s ease-in-out forwards;
}

.email-us:hover .second-arrow {
  animation: fadeInMoveUp1 0.5s ease-in-out forwards;
}

.email-us:hover .first-arrow,
.email-us:hover .second-arrow {
  filter: brightness(0) invert(1);
}

.email-us:hover {
  background-color: var(--dev-layout-bg);
  border: 1px solid var(--blue2);
}
.email-us:hover span {
  background-color: var(--blue2);
}

.email-us:hover a {
  color: var(--blue2);
}
.email-us:hover p {
  color: var(--lightgrey);
}

.email-us:hover p img {
  filter: brightness(0) saturate(100%) invert(43%) sepia(0%) saturate(35%) hue-rotate(139deg) brightness(95%) contrast(99%);
}


/* header */
.dev-header {
  position: fixed;
  width: 100%;
  top: 63px;
  z-index: 999;
  left: 0;
  right: 0;
}
.dev-header .headerdevloper {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 75px;
}


.dev-header .headerdevloper .reqstdemobtn {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.dev-header .headerdevloper .reqstdemobtn .btn-light {
  margin-right: 0;
}

.btn-light {  
  background-color: var(--white) !important;
  border: 1px solid var(--black);
  padding: 16px 20px !important;
  color: var(--black) !important;  
  font-size: var(--dev-font-18) !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
}
.btn-light:hover {  
  background-color: var(--black) !important;
  border: 1px solid var(--black);
  color: var(--white) !important;    
}





/* documentation page */
/* .documentation-main {
    padding-top: 130px;
} */

.documentation-main .documentation-head {
    border-bottom: 1px solid var(--doc-border-gray);
    padding-bottom: 24px;
    position: sticky;
    top: 133px;
    height: fit-content;
    background-color: var(--dev-layout-bg);
    z-index: 2;
    padding-top: 50px;
}
/* .documentation-main .documentation-head::before {
    content: "";
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    top: -40px;
    z-index: -1;
    background-color: var(--dev-layout-bg);
} */

.documentation-main .documentation-head .documentation-head-title {
  display: flex;
  align-items: center;
  grid-gap: 8px;
}

.documentation-main .documentation-head .documentation-head-title h2 {
    color: var(--blue2);
    text-align: center;
    font-size: var(--dev-font-24);
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}

.documentation-main .documentation-head .documentation-head-title a {
    display: inline-block;
    line-height: 1;
}
.documentation-body {
    position: relative;
}

.documentation-body::after {
    content: "";
    background: linear-gradient(148deg, #d3eaff 0%, #f4f8ff 33%, #eafff5 66%, #d6f4ff 100%);
    display: block;
    /* width: calc(100% - (var(--containerquantum)/3.07)); */
    width: calc(((100% - 271px) - ((100% - (var(--containerquantum)))) / 2) - 30px);
    height: 220px;
    position: absolute;
    left: 0;
    right: 1px;
    top: 0;
    z-index: 0;
    margin-left: auto;
}

.documentation-body > * {
    z-index: 1;
    position: relative;
}

.documentation-body .documentation-data-grid {   
    display: flex;    
    grid-gap: 30px;
}

.documentation-body .documentation-sidebar {
    width: 271px;
    flex: none;
    margin-top: 13px;
    margin-bottom: 30px;
    position: sticky;
    top: 255px !important;
    left: 0;
    height: fit-content;    
    transition: transform 0.5s ease;
}

.documentation-body .documentation-maindata-content {
    flex: auto;    
    border-left: 1px solid var(--doc-border-gray);    
}


.documentation-body .documentation-sidebar ul {
  margin: 0;
}


/* main- sidebar list */
.documentation-body .documentation-sidebar .sidebar-mainlist li {
  list-style: none;
  padding-left: 28px;
  position: relative;
}
.documentation-body .documentation-sidebar .sidebar-mainlist > li::before {
    content: url('../image/documentation-sidebar-icon.svg');
    display: block;        
    position: absolute;
    left: 0;
    top: 3px;
}
.documentation-body .documentation-sidebar .sidebar-mainlist > li a {
  color: var(--black);  
  font-size: var(--dev-font-18);
  font-style: normal;
  font-weight: 600;
  line-height: 150%; 
  transition: all 0.3s ease-in-out;
}
.documentation-body .documentation-sidebar .sidebar-mainlist > li:not(:last-child) {
  margin-bottom: 24px;
}


/* child list sidebar */
.documentation-body .documentation-sidebar .sidebar-mainlist .sidebar-childlist li {
  padding-left: 22px;
}
.documentation-body .documentation-sidebar .sidebar-mainlist .sidebar-childlist li::before {
   content: url('../image/right-arrow-icon.svg');
    display: block;        
    position: absolute;
    left: 0;
    top: 3px;
}
.documentation-body .documentation-sidebar .sidebar-mainlist .sidebar-childlist {
  margin-top: 8px;
  display: none;
}
.documentation-body .documentation-sidebar .sidebar-mainlist .sidebar-childlist li a {
  color: var(--black);  
  font-size: var(--dev-font-16);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  transition: all 0.3s ease-in-out;
}
.documentation-body .documentation-sidebar .sidebar-mainlist .sidebar-childlist li:not(:last-child) {
  margin-bottom: 8px;
}

.documentation-body .documentation-sidebar .sidebar-mainlist li a:hover,.documentation-body .documentation-sidebar .sidebar-mainlist li a.active, .documentation-body .documentation-sidebar a.open {
  color: var(--blue2) !important;
}


.topic-content:not(:last-child) {
  margin-bottom: 24px;
}
.topic-content > *:not(:last-child) {
  margin-bottom: 15px;
}

.topic-content > p {
  color: var(--black);  
  font-size: var(--dev-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}



/* documentation-maindata-content */
.documentation-body .documentation-maindata-content .documentation-maindata-title {
    padding-bottom: 50px;
}
.documentation-body .documentation-maindata-content .documentation-maindata-title {
  position: relative;
  z-index: 1;
  padding: 50px;
  padding-right: 0;
}
.documentation-body .documentation-maindata-content .documentation-maindata-body {
  padding: 50px 0 100px 50px;
}
/* .documentation-body .documentation-maindata-content .documentation-maindata-title > * {
  z-index: 1;
  position: relative;
}
.documentation-body .documentation-maindata-content .documentation-maindata-title::before {
  content: linear-gradient(148deg, #d3eaff 0%, #f4f8ff 33%, #eafff5 66%, #d6f4ff 100%);
    display: block;
    width: 73.5vw;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
} */


.documentation-body .documentation-sidebar ul a.open + .sidebar-childlist.active {
  display: block;
}

.documentation-main.collapsed .documentation-body .documentation-sidebar {
  transform: translateX(-100%);  
  position: absolute;
  top: 5px !important;
  transition: transform 0.5s ease;
}

.documentation-main.collapsed .documentation-body .documentation-maindata-content {
  border: none;
}
.documentation-main.collapsed .documentation-body::after {    
    width: 100%;
}

.documentation-body .documentation-maindata-content .documentation-topic-title {
    color: var(--blue2);
    font-size: var(--dev-font-20);
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 8px;
}

.documentation-body .documentation-maindata-content .topic-content h6 {
    color: var(--black);
    font-size: var(--dev-font-18);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 10px;
}

.documentation-body .documentation-maindata-content .next-topic-box {
    margin-top: 48px;
}

.documentation-body .documentation-maindata-content .next-topic-box p {
    color: var(--black);
    font-size: var(--dev-font-16);
    font-style: normal;
    font-weight: 600;
    line-height: 150%;  
}

.documentation-body .documentation-maindata-content .next-topic-box p a {
    color: var(--blue2);    
    font-size: var(--dev-font-16);
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-left: 12px;
}

.documentation-body .documentation-maindata-title h1 {
    display: block;
    background: var(--solution-keytext-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--inter);
    font-size: var(--dev-font-48);
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 10px;
}

.documentation-body .documentation-maindata-title p {
    color: var(--black);
    font-size: var(--dev-font-20);
    font-style: italic;
    font-weight: 600;
    line-height: 150%;
    max-width: 75%;
}



/* table */
.quantum-table {
  width: 100%;      
  border-collapse: separate;
    border-spacing: 0;
    border: 1px solid var(--doc-border-gray);
    border-radius: 6px;
    overflow: hidden;
}
.quantum-table thead tr {
  border-width: 1px;
  border-color: var(--darkgrey);
}
.quantum-table th {
    padding: 14px 20px;
    background-color: var(--darkgrey);
    color: var(--black);
    font-size: var(--dev-font-18);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.quantum-table td {
    padding: 12px 20px;
    background-color: var(--table-tr-bgcolor-gray);
    border-bottom: 1px solid var(--doc-border-gray);
    color: var(--black);    
    font-size: var(--dev-font-18);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
/* .quantum-table th:first-child {
  border-radius: 6px 0 0 0;  
}
.quantum-table th:last-child {  
  border-radius: 0 6px 0 0;  
} */
/* .quantum-table td:first-child {
  border-left: 1px solid var(--doc-border-gray);
}
.quantum-table td:last-child {
  border-right: 1px solid var(--doc-border-gray);
} */
.quantum-table tr:last-child td:first-child {
  border-radius: 0 0 0 6px;
  border-bottom: none;
}
.quantum-table tr:last-child td:last-child {
  border-radius: 0 0 6px 0;
  border-bottom: none;
}
.quantum-table .width-230 {
  width: 230px;
}

.quantum-table .width-250 {
  width: 250px;
}

.code-box {
  border-radius: 6px;
  border: 1px solid var(--doc-border-gray);
  background: var(--code-box-bgcolor);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 14px 18px;
}
.code-box p, .code-box code {
  color: var(--black);
  font-family: var(--source-code-pro);
  font-size: var(--dev-font-18);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.code-box p:not(:last-child) {
  margin-bottom: 4px;
}
.code-box pre {
  background-color: transparent;
  padding: 0;
  margin: 0;
  line-height: normal;
}

.code-box a {
  color: var(--green);
  font-family: var(--source-code-pro);
  font-size: var(--dev-font-16);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  grid-gap: 4px;
  align-items: center;
  border-left: 1px solid var(--doc-border-gray);
  padding-left: 8px;
}


.code-command {
  background-color: var(--darkgrey);
  color: var(--black);
  font-family: var(--source-code-pro);
  font-size: var(--dev-font-16);
  padding: 2px 8px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.common-code-list li span {
  background-color: var(--white);
  padding: 2px 8px;
}

.topic-green-point {
  color: var(--green);
  font-family: var(--source-code-pro);
}

.common-green-marker-list li {  
  margin-left: 26px;
}
.common-green-marker-list li::marker {
  color: var(--green);
}



/* last page */
.common-list-file-structure {
  position: relative;
  list-style: none;
  padding-left: 32px;
  margin-left: 20px;
}
.common-list-file-structure::before {
    content: "";
    border-left: 1px dashed var(--lightgrey);
    width: 2px;
    /* height: 94%; */
    height: calc(100% - 16px);
    position: absolute;
    left: 0;
    top: 0;
}
.common-list-file-structure li {
  position: relative;
  display: grid;
  grid-template-columns: 173px auto;
  grid-gap: 48px;
  color: var(--black);   
  font-size: var(--dev-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.common-list-file-structure li span {
  color: var(--grey);      
  font-size: var(--dev-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.common-list-file-structure li:not(:last-child) {
  margin-bottom: 10px;
}
.common-list-file-structure li::before {
    content: "";
    border-bottom: 1px dashed var(--lightgrey);
    width: 25px;
    height: 2px;
    position: absolute;
    left: -30px;
    top: 11px;
}


.developer-responsibilities-box {
    border-radius: 6px;
    border: 1px solid var(--dark-yellow);
    background: rgba(172, 140, 4, 0.10);
    padding: 10px;
}

.developer-responsibilities-box h5 {
    color: var(--dark-yellow);
    font-size: var(--dev-font-18);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 4px;
}

.developer-responsibilities-box ul {list-style-position: inside;}

.developer-responsibilities-box ul li {
    color: var(--black);
    font-family: Inter;
    font-size: var(--dev-font-16);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.developer-responsibilities-box ul li:not(:last-child) {
    margin-bottom: 3px;
}

.primary-link {
  color: var(--blue2);    
  font-size: var(--dev-font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}


.menu-item-has-children {
  position: relative;
}
.menu-item-has-children .sub-menu {
  position: absolute;
  border-radius: 10px;
  background: var(--white);
  list-style-type: none;
  margin: 0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  min-width: 280px;
  display: none;
}
ul.navbar-nav li .sub-menu li a {
  margin-left: 0;
  width: 100%;
  padding: 16px !important;
}
.menu-item-has-children > a::after {
  content: "";
  background: url(../image/downarrow.svg) no-repeat;
  background-size: contain;
  position: absolute !important;
  top: 30px !important;
  right: 15px !important;
  width: 16px !important;
  height: 16px !important;
  opacity: 1 !important;
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  left: inherit !important;
  transform: inherit !important;
}
.page-template-documentation-tmpl .header-wrapper::before{
  height: 84px;
  background: var(--dev-layout-bg);
}