@charset "UTF-8";

:root {
  --theme-blue: #667CEC;
  --theme-white: #ffffff;
  --theme-black: #000000;
  --theme-dark: #090909;
  --helvetica: 'Helvetica Neue';
  --text-small: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.25rem;
  --text-xl: 1.5rem;
  --text-xxl: 2.25rem;
  --text-heading: 2.5rem;
  --text-h1: 3rem;
  --text-light: #B5B5B5;
  --text-light-200: #D4D4D4;
  --gredient-blue: radial-gradient(50% 50% at 50% 50%, #8596F0 0%, #667CEC 100%);
  --gredient-rev: radial-gradient(50% 50% at 50% 50%, #667CEC 0%, #8596F0 100%);
  --rgbaborder: rgba(240, 242, 253, 0.20);



}

*,
::after,
::before {
  box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: var(--helvetica);
}

h1 {
  color: var(--theme-white);
  font-size: 2rem;
  background: radial-gradient(100% 65% at 50% 50%, #FFF 30%, rgba(255, 255, 255, 0.40) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}

h2 {
  font-size: var(--text-xl);
  font-style: normal;
  font-weight: 500;
  /* color: var(--theme-white); */
  margin-bottom: 0;
  background: radial-gradient(100% 65% at 50% 50%, #FFF 30%, rgba(255, 255, 255, 0.40) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2+p, h1+p {
  font-size: var(--text-base);
  font-family: var(--helvetica);
  color: #C0C1C9;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 1.125rem;
}

h3 {
  color: var(--theme-white);
  font-family: var(--helvetica);
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
}

html,
body {
  min-height: 100%;
  margin: 0 0;
  padding: 0 0;
  scroll-behavior: smooth
}
/* html, body {
  overflow-x: hidden;
} */
body {
  font-family: var(--helvetica);
  color: #C0C1C9;
  background-color: var(--theme-black);
  font-size: 14px;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  background: #050A26;
  line-height: 1.25;
}

ul,
ol {
  list-style: none;
  padding-left: 0px;
  margin: 0 0;
}


::selection {
  color: var(--theme-dark);
  background-color: var(--text-light);
}

.z1 {
  z-index: 1 !important;
}

a,
a:hover,
a:visited,
a:active {
  text-decoration: none;
  outline: none;
}

a:hover {
  color: var(--theme-blue);
}

p {
  margin-top: 0;
}

figure {
  margin: 0 0 0rem;
}

.text-white {
  color: var(--theme-white) !important;
}

.container {
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
  max-width: 1380px;
}

.list-inline {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin-bottom: 0px;
}

img {
  max-width: 100%;
  height: auto;
}

.img-fluid {
  max-width: 100%;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.align-center {
  align-items: center !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-between {
  justify-content: space-between !important;
}

.d-none {
  display: none !important;
}

.position-relative {
  position: relative !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.me2 {
  margin-inline-end: 1.5rem;
}

.ms2 {
  margin-inline-start: 1.5rem;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.sec_padding {
  padding: 30px 0;
}

.text-center {
  text-align: center !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.theme_text {
  color: var(--theme-blue) !important;
}

.input_box {
  margin-block-end: 1.25rem;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.input_text {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 0px 104.9px 1px rgba(0, 0, 0, 0.11);
  border: 1px solid transparent;
  padding: 8px 15px;
  height: 47px;
  line-height: 1;
  color: var(--theme-dark);
  display: block;
  width: 100%;
  font-size: var(--text-base);
}

.input_text::placeholder {
  font-size: inherit;
}

.input_text::-moz-placeholder {
  font-size: inherit;
}

.input_text:focus,
.input_text :focus-visible {
  outline: 1px solid var(--theme-blue);
}

.glowing-box {
  isolation: isolate;
  overflow: hidden;
  border-radius: 999px;
  display: inline-flex;
  position: relative;
  align-items: center;
}

.glowing-box-active .glowing-box-animations,
.glowing-box-active .glowing-box-borders-masker {
  opacity: 1;
}

.glowing-box-animations,
.glowing-box-borders {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 9;
}

.glowing-box-animations:before,
.glowing-box-borders:before {
  content: "";
  float: left;
  padding-top: 100%;
}

.glowing-box-animations:after,
.glowing-box-borders:after {
  clear: both;
  content: "";
  display: block;
}

.glowing-box-animations {
  opacity: 0;
  pointer-events: none;
  transition: 1s ease opacity;
}

.glowing-box-animations * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.glowing-box-borders,
.glowing-box-glow,
.glowing-box-stars {
  animation: borderTurn 4s infinite linear;
  background-image: conic-gradient(from 0deg at 50% 50%, #ffffffaf, #fff0 60deg, #fff0 310deg, #ffffffaf 360deg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.glowing-box-stars-masker {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='24' viewBox='0 0 28 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0534 15.732C13.8444 15.283 14.2848 14.8489 14.7326 15.051C14.8296 15.0959 14.9043 15.1707 14.949 15.268C15.1506 15.717 14.7177 16.1511 14.2698 15.949C14.1728 15.9041 14.0982 15.8293 14.0534 15.732Z' fill='black'/%3E%3Cpath d='M18.8001 13.5093C19.0016 13.0603 18.5687 12.6263 18.1209 12.8283C18.0239 12.8732 17.9492 12.9481 17.9045 13.0453C17.6955 13.4944 18.1358 13.9284 18.5837 13.7264C18.6807 13.6815 18.7553 13.6066 18.8001 13.5093Z' fill='black'/%3E%3Cpath d='M0.949043 2.732C1.15057 2.28297 0.717663 1.84891 0.269836 2.05097C0.172806 2.09587 0.098162 2.17071 0.0533793 2.268C-0.155607 2.71703 0.284759 3.15109 0.732587 2.94903C0.829616 2.90413 0.90426 2.82929 0.949043 2.732Z' fill='black'/%3E%3Cpath d='M26.9489 7.732C27.151 7.28297 26.7169 6.84891 26.2679 7.05097C26.1706 7.09587 26.0958 7.17071 26.0508 7.268C25.8488 7.71703 26.2828 8.15109 26.7319 7.94903C26.8292 7.90413 26.904 7.82929 26.9489 7.732Z' fill='black'/%3E%3Cpath d='M13.0534 5.732C12.8444 5.28297 13.2848 4.84891 13.7326 5.05097C13.8296 5.09587 13.9043 5.17071 13.949 5.268C14.1506 5.71703 13.7177 6.15109 13.2698 5.94903C13.1728 5.90413 13.0982 5.82929 13.0534 5.732Z' fill='black'/%3E%3Cpath d='M10.0534 17.732C9.84439 17.283 10.2848 16.8489 10.7326 17.051C10.8296 17.0959 10.9043 17.1707 10.949 17.268C11.1506 17.717 10.7177 18.1511 10.2698 17.949C10.1728 17.9041 10.0982 17.8293 10.0534 17.732Z' fill='black'/%3E%3Cpath d='M15.0534 21.732C14.8444 21.283 15.2848 20.8489 15.7326 21.051C15.8296 21.0959 15.9043 21.1707 15.949 21.268C16.1506 21.717 15.7177 22.1511 15.2698 21.949C15.1728 21.9041 15.0982 21.8293 15.0534 21.732Z' fill='black'/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width='28' height='24' viewBox='0 0 28 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0534 15.732C13.8444 15.283 14.2848 14.8489 14.7326 15.051C14.8296 15.0959 14.9043 15.1707 14.949 15.268C15.1506 15.717 14.7177 16.1511 14.2698 15.949C14.1728 15.9041 14.0982 15.8293 14.0534 15.732Z' fill='black'/%3E%3Cpath d='M18.8001 13.5093C19.0016 13.0603 18.5687 12.6263 18.1209 12.8283C18.0239 12.8732 17.9492 12.9481 17.9045 13.0453C17.6955 13.4944 18.1358 13.9284 18.5837 13.7264C18.6807 13.6815 18.7553 13.6066 18.8001 13.5093Z' fill='black'/%3E%3Cpath d='M0.949043 2.732C1.15057 2.28297 0.717663 1.84891 0.269836 2.05097C0.172806 2.09587 0.098162 2.17071 0.0533793 2.268C-0.155607 2.71703 0.284759 3.15109 0.732587 2.94903C0.829616 2.90413 0.90426 2.82929 0.949043 2.732Z' fill='black'/%3E%3Cpath d='M26.9489 7.732C27.151 7.28297 26.7169 6.84891 26.2679 7.05097C26.1706 7.09587 26.0958 7.17071 26.0508 7.268C25.8488 7.71703 26.2828 8.15109 26.7319 7.94903C26.8292 7.90413 26.904 7.82929 26.9489 7.732Z' fill='black'/%3E%3Cpath d='M13.0534 5.732C12.8444 5.28297 13.2848 4.84891 13.7326 5.05097C13.8296 5.09587 13.9043 5.17071 13.949 5.268C14.1506 5.71703 13.7177 6.15109 13.2698 5.94903C13.1728 5.90413 13.0982 5.82929 13.0534 5.732Z' fill='black'/%3E%3Cpath d='M10.0534 17.732C9.84439 17.283 10.2848 16.8489 10.7326 17.051C10.8296 17.0959 10.9043 17.1707 10.949 17.268C11.1506 17.717 10.7177 18.1511 10.2698 17.949C10.1728 17.9041 10.0982 17.8293 10.0534 17.732Z' fill='black'/%3E%3Cpath d='M15.0534 21.732C14.8444 21.283 15.2848 20.8489 15.7326 21.051C15.8296 21.0959 15.9043 21.1707 15.949 21.268C16.1506 21.717 15.7177 22.1511 15.2698 21.949C15.1728 21.9041 15.0982 21.8293 15.0534 21.732Z' fill='black'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: repeat;
  mask-repeat: repeat;
  -webkit-mask-size: auto;
  mask-size: auto;
}

.glowing-box-borders {
  animation-name: borderTurnWithTranslate
}

.glowing-box-glow {
  filter: blur(8px);
  opacity: 0.12;
}

.glowing-box-borders-masker {
  border-radius: 999px;
  content: "";
  height: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  padding: 2px;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: 1s ease opacity;
  width: 100%;
  z-index: 9;
}

@keyframes borderTurn {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.glowing-box-button:hover::after {
  opacity: 0.7;
}

@keyframes borderTurnWithTranslate {
  0% {
    transform: translate(-50%, -50%) rotate(0)
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg)
  }
}

.btn {
  border-radius: 999px;
  border: 1px solid transparent;
  display: inline-block;
  padding: 13px 15px;
  text-align: center;
  line-height: 1;
  font-size: var(--text-small);
  color: var(--theme-white);
  font-family: var(--helvetica);
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  white-space: nowrap;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  z-index: 1;
}

.btn:focus,
.btn:active {
  background: inherit;
}

.btn.btn_primary {
  background: var(--gredient-blue);
  color: var(--theme-white);
  border-color: rgba(255, 255, 255, 0.1);
}

.btn.btn_primary:hover {
  background: var(--gredient-rev);
  color: var(--theme-white);
  transition: all .3s ease-in-out;
}

.btn:hover {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
}

.btn:not(.btn_primary) {
  color: var(--theme-blue);
}

.btn:hover:not(.btn_primary) {
  text-decoration: underline;
  color: var(--theme-white);
}

.two_row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem 0rem;
  align-items: center;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;

  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

.fade-in.one {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.fade-in.two {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

.fade-in.three {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.fade-in.four {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}

.fade-in.five {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  animation-delay: 2.5s;
}



/**header started**/
.header {
  background-color: transparent;
  padding: 10px 0;
  backdrop-filter: blur(5px);
  position: relative;
  z-index: 99;
  /* height: 113px; */
}

.header .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.header.sticky {
  position: sticky;
  left: 0;
  right: 0;
  top: 0rem;
  z-index: 99;
}

.header.sticky .navbar .site_logo,
.header.sticky .navbar .menu-capsule+.glowing-box,
.header .navbar .menu-capsule ul+.glowing-box,
.header .navbar .menu-capsule .site_logo.logoround {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  width: 0;
  height: 0;
}

.header.sticky .navbar .menu-capsule .site_logo.logoround {
  margin-left: 1rem;
  display: inline-flex;
  transition: all 0.3s ease-in-out;
  width: auto;
  opacity: 1;
  height: auto;
}

.header .navbar .menu-capsule+.btn {
  font-size: 13px;
}

.header.sticky .navbar .menu-capsule {
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.header.sticky .navbar {
  justify-content: center;
}

.header.sticky .navbar .menu-capsule ul+.glowing-box {
  display: inline-flex;
  margin-left: 1rem;
  transition: all 0.3s ease-in-out;
  width: auto;
  opacity: 1;
  height: auto;
}

.header .navbar .site_logo {
  display: block;
  max-width: 90px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.menu-capsule {
  display: flex;
  align-items: center;
  border-radius: 1000px;
  background: rgba(9, 11, 14, 0.80);
  backdrop-filter: blur(20px);
  padding: 1rem;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}

.menu-capsule ul li {
  position: relative;
}

.menu-capsule ul li a {
  color: #A3ADBB;
  text-align: center;
  font-family: var(--helvetica);
  font-size: var(--text-base);
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
  /* 24px */
  padding: 1rem 1rem;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
	cursor:pointer;
}

.menu-capsule ul li a:hover,
.menu-capsule ul li a.active,.menu-capsule ul li.current-menu-parent > a {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  color: var(--theme-white);
}

.page_banner.sec_padding {
  padding-block-end: 0;
}

.bannertext {
  max-width: 48.125rem;
  text-align: center;
  margin-inline: auto;
  margin-block: 1rem 2rem;
}

.bannertext h1 span {
  font-size: inherit;
}

.bannertext h1+p {
  color: #c0c1c9;
  font-size: var(--text-base);
  line-height: 1.25;
}

.bannertext h1+p+.btn {
  margin-top: 2rem;
}

.page_banner .bgbox {
  display: none;
}

.cursor {
  display: inline-block;
  width: 3px;
  margin-left: 4px;
  background: var(--gredient-blue);
}

.cursor.blink {
  animation: blink 0.8s ease-in-out infinite;
}

@keyframes blink {

  0%,
  100% {
    background: var(--gredient-blue);
  }

  40%,
  50% {
    background: transparent;
  }
}

.videobox {
  padding: 1rem 1.5rem;
}

.videocontainer {
  border-radius: 16px;
  background: #0F153A;
  box-shadow: 0px 0px 1px 0px rgba(15, 21, 58, 0.08), 0px 1px 2px 0px rgba(0, 0, 0, 0.32);
  width: 100%;
  max-width: 1151px;
  margin: 0rem auto;
  padding: 0.75rem;
}

.videocontainer video {
  width: 100%;
  position: relative;
  z-index: 9;
  border-radius: 16px;
  margin-bottom: -5px;
}

.customerservices .iconbox {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14.906px;
  border: 1.242px solid rgba(252, 252, 253, 0.11);
  opacity: 0.63;
  background: #0F153A;
  backdrop-filter: blur(37.2652473449707px);
  margin: 1rem auto;
  padding: .55rem;
  max-width: 60px;
}

.tags {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding-bottom: .5rem;
}

.tags span {
  border-radius: 32px;
  border: 1px solid #c0c1c9;
  background: #0F153A;
  display: block;
  color: var(--theme-white);
  text-align: center;
  font-family: var(--helvetica);
  font-size: var(--text-base);
  font-style: normal;
  font-weight: 300;
  padding: 0.5036rem 1.5109rem;
  line-height: 20px;
/*   height: 35px; */
  overflow: hidden;
  white-space: nowrap;
}

@keyframes hue-rotate {
  0% {
    filter: hue-rotate(0deg)
  }

  to {
    filter: hue-rotate(360deg)
  }
}

.lazy-image {
  display: block;
  transition: 1s cubic-bezier(.6, .6, 0, 1) opacity;
}

.lazy-background-image {
  transition: 1s cubic-bezier(.6, .6, 0, 1) opacity;
}


.integrations-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  height: auto;
  margin: 0 auto 1rem;
  padding: 1rem 0;
  position: relative;
  width: 100%;

}

.integrations-item:nth-child(1) {
  background: radial-gradient(100% 100% at 100% 100%, rgba(255, 255, 255, 0.08) 0%, rgba(3, 0, 20, 0.00) 100%);
}

.integrations-item:nth-child(2) {
  background: radial-gradient(100% 100% at 0% 100%, rgba(255, 255, 255, 0.03) 0%, rgba(3, 0, 20, 0.00) 100%);
}

.integrations-item:nth-child(3) {
  background: radial-gradient(100% 100% at 100% 0%, rgba(255, 255, 255, 0.03) 0%, rgba(3, 0, 20, 0.00) 100%);
}

.integrations-item:nth-child(4) {
  background: radial-gradient(100% 100% at 0% 0%, rgba(255, 255, 255, 0.08) 0%, rgba(3, 0, 20, 0.00) 100%);
}

.integrations-item {
  padding: 1.5rem 2rem;
  text-align: center;
  font-family: var(--helvetica);
}

.integrations-item span {
  display: block;
  color: #F4F0FF;
  text-align: center;
  font-family: var(--helvetica);
  font-size: var(--text-lg);
  font-style: normal;
  font-weight: 400;
  line-height: 2.5;
}

.integrations-item p {
  color: rgba(239, 237, 253, 0.70);
  text-align: center;
  font-family: var(--helvetica);
  font-size: var(--text-base);
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 0;
}

.integrations-logo,
.integrations-waves,
.integrations-lines {
  display: none;
}

.integrations-items.for_mobile {
  height: 150px;
  margin-top: 3rem;
}

.integrations-items.for_mobile .integrations-logo,
.integrations-items.for_mobile .integrations-waves,
.integrations-items.for_mobile .integrations-lines {
  display: block;
}

@keyframes integrationsLine1 {
  0% {
    opacity: 0;
    transform: translateY(-50%)
  }

  20% {
    opacity: 1
  }

  86%,
  to {
    opacity: 1;
    transform: translateY(-500px)
  }
}

@keyframes integrationsLine2 {
  0% {
    opacity: 0;
    transform: translateY(-50%)
  }

  20% {
    opacity: 1
  }

  86%,
  to {
    opacity: 1;
    transform: translateY(500px)
  }
}

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

  71%,
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3)
  }
}

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

  68%,
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(4)
  }
}

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

  90%,
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(5)
  }
}

.featureslist {
  margin-top: 3.5rem;
}

.featureslist li {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}

.featurebox {
  border-radius: 50.968px;
  border: 2px solid #0F173E;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}

.featureslist li .featurebox.small {
  width: 100%;
  text-align: center;
}

.featureslist li .featurebox.small .content {
  padding: 1rem .5rem;
}

.featureslist li .featurebox.big .content {
  padding: 1rem .5rem;
}

.featureslist li .featurebox.big {
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  text-align: center;
}

.featureslist li .featurebox figure {
  margin: 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.featureslist li .featurebox .content span {
  display: block;
  font-family: var(--helvetica);
  color: #FFF;
  font-size: var(--text-lg);
  font-style: normal;
  font-weight: 400;
  line-height: 39.819px;
  margin-bottom:5px;	
}
.featureslist li .featurebox .content .tags span{
	border-radius: 32px;
    border: 1px solid #c0c1c9;
    background: #0F153A;
    display: block;
    color: var(--theme-white);
    text-align: center;
    font-family: var(--helvetica);
    font-size: var(--text-base);
    font-style: normal;
    font-weight: 300;
    padding: 0.5036rem 1.5109rem;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
}
.featureslist li .featurebox .content p {
  color: #DFE1F4;
  font-family: var(--helvetica);
  font-size: var(--text-base);
  font-style: normal;
  font-weight: 300;
  line-height: 29.625px;
  /* 164.583% */
  margin-bottom: 0;
}

@property --backlight-p {
  syntax: "<color>";
  inherits: false;
  initial-value: #667CEC;
}

.hidden {
  display: none;
}

.backlight {
  --x: 0px;
  --y: 0px;
  --_r: 40em;
  left: calc(var(--x) - var(--_r) * 0.5);
  top: calc(var(--y) - var(--_r) * 0.5);
  width: var(--_r);
  --backlight-p: initial;
  transition: --backlight-p 0.3s ease-in-out;
  aspect-ratio: 1/1;
  background-color: transparent;
  background-image: radial-gradient(var(--backlight-p) 0%, #ffffff00 50%);
  z-index: 1;
  position: absolute;
  opacity: 0.2;
}

.tabs.aitabwrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  padding-top: 2.5rem;
}
.support-sec .tabs.aitabwrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.tabs.aitabwrapper img {
  border-radius: 16px;
}

.tabs.aitabwrapper .tablists {
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  justify-content: center;
}

.tabs.aitabwrapper .tablists button {
  font-size: var(--text-md);
  display: flex;
  background: transparent;
  box-shadow: none !important;
  border: 0 !important;
  outline: 0 !important;
  font-family: var(--helvetica);
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
  color: #AAAAAA;
  padding: 1rem 1rem 1rem 0;
  max-width: 380px;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.tabs.aitabwrapper .tablists button.active,
.tabs.aitabwrapper .tablists button:hover {
  color: var(--theme-white);
  transition: all 0.3s ease-in-out;
}
.supportai .tabs.aitabwrapper .tablists button h3{
  color: #c0c1c9;
  margin-bottom: 0;
}
.supportai .tabs.aitabwrapper .tablists button.active h3{
  color: var(--theme-white);
}
.tabs.aitabwrapper .tablists button span {
  font-size: var(--text-base);
  display: block;
  color: #c0c1c9 !important;
  margin-top: 0.75rem;
  line-height: 1.5;
  font-weight: 300;
}

.tabs.aitabwrapper .tablists button .svgicon {
  margin-right: 1.5rem;
}

.tabs.aitabwrapper .tablists button.active .svgicon svg path {
  fill: #667CEC !important;
}

.tabs.aitabwrapper .tabpanel.active {
  display: flex;
  align-items: center;
}

.tabs.aitabwrapper .tabpanel figure {
  margin-bottom: 0;
}

.connectingseamless::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  height: 250px;
  background: url(../newimages/Pattern.png) no-repeat top center;
  background-size: contain;
}

.connectingseamless .container {
  position: relative;
  z-index: 1;
}

.tabs.connectingtabs .tablists {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding-block: 2.5rem;
}

.tabs.connectingtabs .tablists a {
  border-radius: 12058.595px;
  border: 1.206px solid rgba(220, 218, 224, 0.30);
  background: transparent;
  display: block;
  color: #c0c1c9;
  text-align: center;
  font-family: var(--helvetica);
  font-size: var(--text-base);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 10px 15px 8px;
  outline: 0px !important;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.tabs.connectingtabs .tablists a.active,
.tabs.connectingtabs .tablists a:hover {
  background: linear-gradient(74deg, rgba(0, 0, 0, 0.00) 25%, rgba(255, 255, 255, 0.08) 50%, rgba(0, 0, 0, 0.00) 75%, rgba(0, 0, 0, 0.00) 100%), rgba(220, 218, 224, 0.11);
  box-shadow: 0px 24.12px 30.15px -6.03px rgba(0, 0, 0, 0.10), 0px 9.648px 12.06px -7.236px rgba(0, 0, 0, 0.10);
  transition: all 0.3s ease-in-out;
}

.tabs.connectingtabs .imagebox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-top: 2.5rem;
}

.connectingtabs .tablists+p,
.connectingtabs .tab-panel p {
  font-size: var(--text-md);
  text-align: center;
}

ul.list-counter {
  display: grid;
/*   grid-template-columns: repeat(3, 1fr); */
  gap: 1rem;
  margin-top: 2rem;
}

ul.list-counter li {
  display: grid;
}

ul.list-counter li .box {
  width: 100%;
  position: relative;
  border-radius: 20px;
  border: 1px solid #667CEC;
  background: rgba(24, 33, 78, 0.40);
  box-shadow: 8px 0px 40px 0px rgba(102, 124, 236, 0.41), 0px 8px 40px 0px rgba(102, 124, 236, 0.41);
  padding: 1.5rem 1rem;
  text-align: center;
}

ul.list-counter li .box p {
  font-size: 34px;
  background: linear-gradient(180deg, #FFF 0%, #667CEC 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: var(--helvetica);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: .75rem;
}

ul.list-counter li .box p span {
  display: inline-block;
  font-size: inherit;
  color: inherit;
}

ul.list-counter li .box p+span {
  font-size: var(--text-base);
  color: #c0c1c9;
}

.bookconsultant {
  background: url(../newimages/Gradient+Shadow.png) no-repeat top center;
  background-size: 100%;
  padding-inline: 2rem;
}

.bookconsultant.sec_padding h2 {
  max-width: 760px;
  margin: 1rem auto 1.5rem;
}

.footer {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(15px);
}

.footer .copyright {
  border-top: 1px solid rgb(178 187 198 / 33%);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(15px);
  text-align: center;
  padding: 12px 1rem;
  font-weight: 500;
}

.footer .footer_main {
  padding: 3rem 0 2rem;
}

.footer_menus {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.menubox.two_row {
  gap: 0;
  align-items: flex-start;
}

.logo_box {
  max-width: 160px;
  margin-bottom: 1rem;
}

.social_icons {
  display: flex;
  align-items: center;
}

.social_icons a {
  display: block;
  width: 36px;
  height: 36px;
  margin-right: 1.5rem;
}

.social_icons a:last-child {
  margin-right: 0;
}

.footertxt p+.btn {
  margin-top: .5rem;
}

.menubox ul li a {
  display: contents;
  color: #FDFDFD;
  font-family: var(--helvetica);
  font-size: var(--text-md);
  font-style: normal;
  font-weight: 300;
  line-height: 128%;
  /* 23.04px */
  padding: 0.625rem 0.9375rem;
  transition: all .3s ease-in-out;
}
.menubox .bottom-menu li{
	padding-bottom:10px;
}

.menubox ul li a:hover {
  color: var(--theme-blue);
  padding-left: 1rem;
}

.menubox ul.contacts li a {
  display: flex;
}

.menubox ul.contacts li a svg {
  min-width: 24px;
  width: 24px;
  margin-right: .5rem;
}

.bannerbox img,
.bookconsultant .sec_heading img {
  max-height: 64px;
  object-fit: contain;
}

/******************product page***********************/

.logobanner:not(.basic)>* {
  flex: 0 0 100%;
}

.logobanner .group {
  will-change: transform;
  animation: scrolling 15s linear infinite;
  gap: 1.5rem;
  padding-right: 3rem;
  justify-content: space-evenly;
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.logobanner:hover .group {
  animation-play-state: paused;
}

.productbanner {
  padding-block: 1.5rem;
}

.productbanner h1 {
  margin-top: 1rem;
}

.healthbanner.productbanner .container {
  background: unset;
  background-size: unset;
}
.manufactbanner.productbanner .container {
  background: unset;
  background-size: unset;
}

.manufactbanner.productbanner .image {
  position: relative;
  z-index: 1;
}

.manufactbanner.productbanner .image::before {
  content: "";
  position: absolute;
  top: 100px;
  right: 0;
  margin: 0 auto;
  left: 0;
  z-index: -1;
  border-radius: 100%;
  background: linear-gradient(90deg, rgba(101, 123, 236, 0.30) 30.99%, rgba(59, 73, 141, 0.30) 72.12%);
  filter: blur(100px);
  width: 400px;
  height: 400px;
  max-width: 100%;
  max-height: 100%;
}

.productbanner .container {
  background: url(../newimages/product/Spotlightbanner.png) no-repeat 40% top;
  background-size: contain;
}
.productbanner.inventbanner{
  background: unset;
}
.inventbanner .container{
  background-position: bottom right;
}

.productbanner .videocontainer {
  padding: .5rem;
}

.productbanner .two_row .image figure {
  display: flex;
  justify-content: center;
}

.productbanner .logobanner {
  overflow: hidden;
  margin-block: 3rem;
}

.productbanner .logobanner figure {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.productbanner .logobanner figure img {
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}

.productbanner .logobanner figure:hover img {
  transform: scale(0.9);
}

.productbanner .logobanner figure:hover {
  transform: scale(1.2);
}

.productbanner h1+p {
  font-size: var(--text-base);
  color: #C0C1C9;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.featurewrapper .sec_heading.text-center p {
  max-width: 50rem;
}

.featureboxrow {
  display: grid;
  grid-template-columns: 1fr;
  gap: .75rem;
  margin-bottom: .75rem;
}

.featureboxrow .box {
  border-radius: 12px;
  background: #0E1439;
  overflow: hidden;
  position: relative;
}

.featureboxrow .box.one,
.featureboxrow .box.four {
  background: transparent;
}

.featureboxrow .box.one::before,
.featureboxrow .box.four::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: #0E1439;
  opacity: 0.6;
}

.featureboxrow .box.one::after {
  content: '';
  position: absolute;
  background-color: #667CEC;
  filter: blur(75.25px);
  width: 255px;
  height: 77px;
  left: 20%;
  top: 50%;
  margin-top: -38px;
}

.featureboxrow .box.three::after {
  left: 5%;
  max-width: 185px;
  top: 26%;
  margin-top: 0;
}

/* .featureboxrow .box.four::after {
  content: '';
  border-radius: 12px;
  background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(102, 124, 236, 0.40) 0%, rgba(102, 124, 236, 0.00) 67.59%), linear-gradient(0deg, #0E1439 0%, #0E1439 100%);
  position: absolute;
  inset: 0;
  opacity: 0.6;
} */

.featureboxrow .box.two::before {
  content: '';
  position: absolute;
  border-radius: 100%;
  background: #667CEC;
  filter: blur(75.25px);
  width: 100%;
  max-width: 408px;
  height: 140px;
  left: 42%;
  top: 25%;
  transform: translate(-50%);
}

.featureboxrow .box figure {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding-top: 1.25rem;
  position: relative;
  z-index: 1;
}

.featureboxrow .box .textt {
  padding: 1.35rem;
  position: relative;
  z-index: 1;

}

.featureboxrow .box .textt span {
  color: var(--theme-white);
  font-size: var(--text-lg);
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  display: block;
}

.featureboxrow .box .textt p {
  margin-bottom: 0;
  padding-right: .5rem;
  color: #C0C1C9;
  font-size: var(--text-base);
  font-style: normal;
  font-weight: 300;
  line-height: 22.5px;
  /* 140.625% */
}

.shopifyrow {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1200px;
  margin-inline: auto;
  gap: 2rem;
  margin-top: 3rem;
}
.shopifyrow .toprow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.shopifyrow .toprow .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.shopifyrow .item {
  border-radius: 16px;
  border: 1px solid rgb(255 255 255 / 13%);
  background: radial-gradient(371.89% 134.33% at 3.21% 1.26%, rgba(255, 255, 255, 0.07) 0%, rgba(217, 217, 217, 0.00) 100%);
  padding: 1.25rem;
  overflow: hidden;
  color: #fff;
}
.shopifyrow .item.itembig {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1.25rem;
  background: url(../newimages/product/bgleft.png) no-repeat left bottom;
  background-size: cover;
}
.item.itembig .text {
  order: 1;
}
.item.itembig figure {
  order: 2;
  margin-bottom: 0;
}
.shopifyrow .rightitem .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background: url(../newimages/product/bgright.png) no-repeat right top;
  background-size: 100%;
  overflow: visible;
}
.shopifyrow span.headingitem {
  display: block;
  background: radial-gradient(100% 65% at 50% 50%, #FFF 30%, rgba(255, 255, 255, 0.40) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size:var(--text-xl);
  font-style: normal;
  font-weight: 500;
  line-height: 1.15;
}
.item .text small {
  color: #C2C2C2;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  display: block;
}

.sec_heading .tags+h2 {
  margin-top: 1rem;
}

.mapdata .sec_heading.text-center {
  max-width: 60rem;
  margin-inline: auto;
}

.sec_heading.text-center {
  max-width: 50rem;
  margin-inline: auto;
}
.page-template-bidbuddy .bid-buudy .sec_heading.text-center{
	  max-width: 100%;
  margin-inline: auto;
	padding-top:10px;
}
.sec_heading.text-center p {
  max-width: 49.75rem;
  margin-inline: auto;
}
.shopifywrapper .sec_heading.text-center p {
  max-width: 40.75rem;
  margin-inline: auto;
}
.trendanticipate .container {
  position: relative;
  z-index: 1;
}

.trendanticipate::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 20%;
  width: 100%;
  background: url(../newimages/product/Pattern.png) no-repeat left center;
  background-size: 100%;
  opacity: 0.6;
}

.mapdata {
  background: url(../newimages/product/Line.png) no-repeat top center;
  background-size: cover;
  padding: 2.5rem 0;
  margin: 1rem 0;
}

.insightsection::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -3.75rem;
  margin: 0 auto;
  width: 466px;
  height: 157px;
  border-radius: 466px;
  background: #667CEC;
  filter: blur(209.35000610351562px);
}

.insightsection::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: -3.75rem;
  margin: 0 auto;
  width: 466px;
  height: 157px;
  border-radius: 466px;
  background: #667CEC;
  filter: blur(209.35000610351562px);
  transform: rotate(180deg);
}

.domainsrow {
  margin-block: 3rem;
  max-width: 1230px;
  margin-inline: auto;
  position: relative;
}


.domainsrow .box {
  position: relative;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
  margin-inline: .25rem;
}

.domainsrow .box .innerbox {
  padding: 1rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #0F153A;
  overflow: hidden;
}

.domainsrow .box span {
  font-size: var(--text-lg);
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.36px;
  background: linear-gradient(180deg, #FFF 22.5%, rgba(255, 255, 255, 0.70) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  margin-left: 1rem;
}

.iconbox {
  max-width: 44px;
  overflow: hidden;
}
.iconbox svg{
  max-width: 100%;
}

.textgrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  /* margin-top: 2rem; */
}

.buddyfororg .outerimage,
.salesextension .outerimage {
  display: none;
}

.icontext {
  display: flex;
  align-items: center;
}

.gridtextbox span {
  font-size: var(--text-lg);
  display: block;
  color: #F4F0FF;
  padding-left: .5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 100% */
}

.gridtextbox p {
  color: #C0C1C9;
  font-size: var(--text-base);
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 1rem;
}

.salesextension .gridtextbox span {
  padding-left: 0;
  margin-top: 1rem;
}

.upperfooter .text-center.sec_heading {
  /* background: radial-gradient(196.68% 50% at 50% 50%, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.01) 50%, rgba(255, 255, 255, 0.00) 100%); */
  backdrop-filter: blur(2px);
  max-width: 1300px;
  padding: 2rem 2rem;
}

.upperfooter .container {
  background: url(../newimages/spotbg.png) no-repeat bottom center #050A26;
  background-size: auto;
  padding-block: 3rem;
}

.homebanner {
  background: url(../newimages/home/bannergrid.png) no-repeat center -60px;
  background-size: contain;
  position: relative;
}

.homebanner::before {
  position: absolute;
  content: '';
  inset: 0;
  background: url(../newimages/home/blur2.png) no-repeat center 0px;
  background-size: 100%;
  /* animation: fadeIn 5s linear infinite alternate; */
}

.videocont::before {
  position: absolute;
  content: '';
  inset: 0;
  background: url(../newimages/solution/bg-design.png) no-repeat center 0px;
  background-size: 100%;
  /* animation: fadeIn 5s linear infinite alternate; */
}

.sphere-container {
  max-width: 1200px;
  margin: 0 auto;
}

.sphere-container::after {
  position: absolute;
  content: '';
  inset: 0;
  z-index: 1;
}

.shepere {
  position: absolute;
  width: 120px;
  height: 120px;
  margin: auto;
  inset: 0;
  top: 50%;
  transform: translatey(-50%);
  margin-top: -62px;
  -webkit-animation: spin 30s linear infinite;
  -moz-animation: spin 30s linear infinite;
  -ms-animation: spin 30s linear infinite;
  animation: spin 30s linear infinite;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

/* Spinning the sphere using key frames */
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

.video-container {
  max-width: 1199px;
  margin: 1.5rem auto 0;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(15, 21, 58, 0.70);
  padding: .5rem;
  overflow: hidden;
}

.video-container .hoverbox {
  border-radius: 8px;
  background: linear-gradient(0deg, #050A26 0%, rgba(5, 10, 38, 0.00) 109.08%);
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hoverbox .play-btn {
  border-radius: 999px;
  border: 2px solid #DAE0FA;
  background: rgba(15, 21, 58, 0.15);
  backdrop-filter: blur(3px);
  width: 128px;
  height: 128px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .3s cubic-bezier(.6, .6, 0, 1) width;
}

.hoverbox .play-btn .textx {
  display: none;
  color: var(--theme-white);
  text-align: left;
}

.hoverbox .play-btn .textx strong {
  display: block;
  font-size: var(--text-base);
  color: inherit;
  white-space: nowrap;
  margin-bottom: .25rem;
}

.hoverbox .play-btn .textx span {
  display: block;
  font-size: var(--text-base);
  color: #B2BBC6;
}

.hoverbox .play-btn .circlebtn {
  border-radius: 999px;
  border: 2px solid #DAE0FA;
  background: rgba(15, 21, 58, 0.15);
  backdrop-filter: blur(3px);
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s cubic-bezier(.6, .6, 0, 1) width;
}

.hoverbox .play-btn:hover {
  height: auto;
  width: 21.25rem;
  padding: 1rem 1rem;
  transition: .3s cubic-bezier(.6, .6, 0, 1) width;

}

.hoverbox .play-btn:hover .circlebtn {
  height: auto;
  width: 17.75rem;
  padding: 1rem 2rem;
  transition: .3s cubic-bezier(.6, .6, 0, 1) width;
}

.hoverbox .play-btn:hover .textx {
  display: block;
  padding-left: .75rem;
}

canvas#galaxyCanvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85%;
  z-index: 2;
  pointer-events: none;
}

.waveslider {
  overflow: hidden;
  width: auto;
  position: relative;
}

.waveslider::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
}

.waveslider .slider-track {
  display: flex;
  animation: scroll 80s linear infinite;
  width: calc(280px * 14);
}

.waveslider .slide {
  margin: 20px 10px;
}

.waveslider .slide img {
  height: 90px;
  /* Adjust as needed */
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-280px * 7));
  }
}

.supportai .tabs.aitabwrapper .tablists button {
  max-width: 35.25rem;
}
.whynavai .tabs.aitabwrapper .tablists button {
  max-width: 31.25rem;
  padding: 0 0;
  margin-bottom: 1.5rem;
  width:100%;
}

.whynavai .tabs.aitabwrapper .tablists button .tabbtn {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 1rem 1.5rem;
  background: linear-gradient(221deg, var(--background-surface-and-cards-cards, #0F153A) 0%, #050A26 100%);
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.whynavai .tabs.aitabwrapper .tablists button .tabbtn h4{
 margin-bottom:0;
}
.whynavai .tabs.aitabwrapper .tablists button .tabbtn span.roundarrow {
  border-radius: 14px;
  border: 1px solid #FFF;
  display: flex;
  width: 31px;
  height: 28px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-inline-start: auto;
  transition: all 0.3s ease-in-out;
}

.whynavai .tabs.aitabwrapper .tablists button.active .tabbtn,
.whynavai .tabs.aitabwrapper .tablists button:hover .tabbtn {
  box-shadow: 0px 0px 11px 1px #667CEC !important;
}

.whynavai .tabs.aitabwrapper .tablists button.active .tabbtn span.roundarrow,
.whynavai .tabs.aitabwrapper .tablists button:hover .tabbtn span.roundarrow {
  background: #667CEC;
}

.whynavai .tabs.aitabwrapper .tablists button .tabbtn p {
  font-size: var(--text-base);
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.5;
}

.outerimage .circlecomp {
  position: absolute;
  top: 0px;
  left: 42px;
  max-width: 230px;
}

.understanddata .circlecomp {
  position: absolute;
  top: 45px;
  left: 42px;
  max-width: 270px;
  /* -webkit-animation: spinreverse 300s linear infinite;
  -moz-animation: spinreverse 300s linear infinite;
  -ms-animation: spinreverse 300s linear infinite;
  animation: spinreverse 300s linear infinite;   */
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

/* .understanddata .circlecomp img {
 transform: rotate(-360deg);
} */
/* Spinning the sphere using key frames */
@-ms-keyframes spinreverse {
  from {
    -ms-transform: rotate(360deg);
  }

  to {
    -ms-transform: rotate(0deg);
  }
}

@-moz-keyframes spinreverse {
  from {
    -moz-transform: rotate(360deg);
  }

  to {
    -moz-transform: rotate(0deg);
  }
}

@keyframes spinreverse {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes spinreverse {
  from {
    -webkit-transform: rotate(360deg);
  }

  to {
    -webkit-transform: rotate(0deg);
  }
}

.roundtabs {
  border-radius: 54px;
  background: #0F153A;
  display: flex;
  padding: 0.5rem;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}

.roundtabs.active {
  bottom: 7.5rem;
  transition: all 0.3s ease-in-out;
}

.roundtabs button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: transparent;
  gap: 10px;
  border: 0px !important;
  box-shadow: none !important;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s linear;
}

.roundtabs button.active,
.roundtabs button:hover {
  background: #667CEC;
  transition: all 0.3s linear;
}

.roundtabs button span {
  display: none;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.312px;
}
.sliderimagebox  img{
  width: auto;
  max-height: 90vh;
  object-fit: contain;
  margin: 0 auto;
}
/* .sliderimagebox {
  padding-bottom: 3rem;
} */

/* .sliderimagebox .wrapper {
  height: 80vh;
  max-height: 720px;
} */

/* .sliderimagebox .list {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  padding: 0.2rem;
} */

/* .sliderimagebox .item {
  width: 100vw;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  justify-content: center;
} */

ul.casestudyslider {
  margin-top: 3rem;
  padding-bottom: 3rem;
}

/* ul.casestudyslider::before {
  position: absolute;
  content: '';
  left: auto;
  right: 0;
  top: 0rem;
  bottom: 0;
  width: 28.75rem;
  transform: rotate(-90deg);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 3.8%, #050A26 86.04%);
  z-index: 1;
} */
.casestudy .slidebox {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #0F153A;
  overflow: hidden;
  position: relative;
}

.casestudy .slidebox .slidetext {
  padding: 2.5rem 1.5rem 2rem;
  background-size: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.casestudy .slidebox .slidetext * {
  max-width: 330px;
}
.listing-slide-big .slidebox .slidetext * {
  max-width: 510px;
}
.casestudy .slidebox .slideimage {
  position: relative;
  z-index: 1;
}

.casestudy .slidebox::before {
  content: '';
  border-radius: 462px;
  opacity: 0.4;
  background: conic-gradient(from 180deg at 50% 50%, #0F153A 0deg, var(--Blue-blue-10, #2E386A) 180deg);
  filter: blur(2px);
  width: 462px;
  height: 462px;
  transform: rotate(-90deg);
  flex-shrink: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.listing-slide-big .slidebox::before {
  display: none;
}
.feature_sec2 figure.iconbx {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  min-width: 80px;
  background: url(../newimages/webcast/bgcol.png) no-repeat center;
  background-size: cover;
}

.casestudy .slidebox .slidetext span {
  color: #FCFCFE;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  text-transform: capitalize;
  display: block;
}

.casestudy .slidebox .slidetext span.heading+p {
  margin-top: 1rem;
}

.casestudy .slidebox .slidetext p {
  color: #C0C0C0;
  font-size: var(--text-base);
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
}

a.readbtn {
  border-radius: 16px;
  border: 1px solid #fff;
  display: inline-block;
  width: fit-content;
  padding: .5rem 1.25rem;
  line-height: 25px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
  margin-top: .5rem;
}

a.readbtn:hover {
  background: #667CEC;
  color: #fff;
}

.aboutbanner::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 13%;
  width: 100%;
  max-width: 619px;
  height: 255px;
  margin-inline: auto;
  border-radius: 619px;
  background: #7188FF;
  filter: blur(209.35000610351562px);
}

.aboutbanner .bannerimage {
  max-width: 990px;
  margin: 2rem auto 1rem;
}

.missionrow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.625rem;
}

.missionrow .item:nth-child(2n-1):last-child {
  grid-column: 1 / -1;
}

.missionrow .item {
  border-radius: 48px;
  border: 2px solid #0F173E;
  padding: 0rem 1.5rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.missionrow .item .textbox.sec_heading {
  max-width: 350px;
  padding: 1.5rem 0rem;
}

.missionrow .item .textbox.sec_heading h2+p {
  font-size: var(--text-base);
  margin-bottom: 0;
}

.missionrow .item .imagebx {
  max-height: 250px;
  overflow: hidden;
}

.missionrow .item .itemrow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding-top: 1rem;
}

.missionrow .item.d-block .sec_heading {
  padding: 2rem 1rem;
}

.missionrow .item .iteminner .iconbox {
  max-width: 48px;
  overflow: hidden;
  display: block;
  margin-bottom: .75rem;
}

.missionrow .item .iteminner .txt span {
  color: #F4F0FF;
  font-size: var(--text-lg);
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  display: block;

}

.missionrow .item .iteminner .txt p {
  color: rgba(239, 237, 253, 0.60);
  font-family: "Helvetica Neue";
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5rem;
  margin-top: .75rem;
  margin-bottom: 1.25rem;
}

.teamrow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  max-width: 1134px;
  margin-inline: auto;
  align-items: center;
}

.teamrow .itemteam:not(:first-child) {
  border-radius: 24px;
  background: rgba(15, 21, 58, 0.48);
  padding: .5rem;
  overflow: hidden;
}

.teamrow .itemteam figure {
  border-radius: 24px;
  overflow: hidden;
  max-height: 310px;
}

.teamrow .itemteam .teammember span:not(.degignation) {
  color: #FFF;
  font-size: var(--text-xl);
  font-style: normal;
  font-weight: 700;
  /* line-height: 140%; */
  display: block;
  padding-top: 10px;
}

.teamrow .itemteam .teammember span.degignation {
  display: block;
  border-radius: 39px;
  border: 1px solid #c0c1c9;
  font-size: 1rem;
  padding: .125rem .5rem 0;
  line-height: 1.5;
}

.knowournavai .text {
  color: #AAA;
  font-family: "Helvetica Neue";
  font-size: var(--text-md);
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.knowournavai .text p {
  color: inherit;
  font-size: inherit;
}

section.blogbanner.sec_padding {
  padding-top: 1.875rem;
}

.blogbanner,
.blogbanner .container {
  position: relative;
  z-index: 1;
}

.blogbanner::before {
  content: '';
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  max-width: 466px;
  height: 192px;
  flex-shrink: 0;
  border-radius: 466px;
  background: #667CEC;
  filter: blur(209.35000610351562px);
}

.breadcrumb {
  margin-bottom: 0.5rem;
}

.breadcrumb ul li {
  position: relative;
}

.breadcrumb ul li:not(:last-child):before {
  content: '';
  position: absolute;
  right: -2px;
  top: 4px;
  bottom: 0;
  background: #AAA;
  transform: rotate(21deg);
  width: 2px;
  height: 14px;
}

.breadcrumb ul li span {
  display: block;
  color: #AAA;
  text-align: center;
  font-size: var(--text-base);
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  padding: 1px 6px;
}

.breadcrumb ul li a {
  display: block;
  color: #c0c1c9;
  text-align: center;
  font-size: var(--text-base);
  font-style: normal;
  font-weight: 700;
  line-height: 1.65;
  padding-left: .5rem;
  transition: all 0.3s ease-in-out;
}

.breadcrumb ul li a:hover {
  color: #667CEC;
}

.bannerblog {
  display: block;
  border-radius: 24px;
  background: rgba(15, 21, 58, 0.48);
  overflow: hidden;
  padding: 1rem 1.5rem;
  gap: 4rem;
}

.bannerblog .image,
.bannerblog .image figure {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}

.bannerblog .image img {
  height: 100%;
    object-fit: cover;
    object-position: bottom;
    border-radius: 24px;
	
}

/* .bannerblog .image:hover img {
  transform: scale(1.2);
} */

.bannerblog .text {
  width: 100%;
/*   padding-top: 2rem; */
}

h1.heading, span.heading {
  font-size: var(--text-xl);
  display: block;
  color: #F0F2FD;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  margin-block: 1rem .25rem;
}

.bannerblog .text p {
  color: #B2BBC6;
  font-family: "Helvetica Neue";
  font-size: var(--text-md);
  font-style: normal;
  line-height: 140%;
}

section.blogbody .wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.625rem;
}

.blogrow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.625rem;
}

.blogitem {
  border-radius: 24px;
  background: rgba(15, 21, 58, 0.48);
  padding: 1.5rem 1rem;
  overflow: hidden;
}

.blogitem img {
  border-radius: 24px;
}

.blogitem .d-flex.cat {
  justify-content: space-between;
  margin-block: 1rem;
  align-items: center;
}

span.categoryspan {
  display: flex;
  border-radius: 39px;
  border: 1px solid #c0c1c9;
  line-height: 1.25;
  padding-inline: .75rem;
  padding-block: .35rem .20rem;
  font-size: var(--text-small);
  color: var(--theme-white);
}

span.date {
  font-weight: 300;
  font-size: var(--text-small);
  color: var(--theme-white);
}

.blogitem .textcontent p {
  font-size: var(--text-base);
  color: #B2BBC6;
}

a.blogmore {
  display: flex;
  align-items: center;
  color: var(--theme-blue);
  font-size: var(--text-md);
  font-weight: 300;
  transition: all .3s ease-in-out;
}

a.blogmore:hover,
a.blogmore:hover svg path {
  color: var(--theme-white);
  fill: var(--theme-white) !important;
}

.sidemenu {
  border-radius: 16px;
  background: #0F153A;
  overflow: hidden;
  padding: 1rem 1.5rem;
  margin-block: 1.5rem;
}

.sidemenu ul li:not(:last-child) {
  padding-bottom: .75rem;
}

.sidemenu ul li a {
  display: block;
  padding: .25rem 1rem;
  font-size: var(--text-base);
  color: #AAAAAA;
  font-weight: 300;
  transition: all .3s ease-in-out;
  border-left: 2px solid transparent;
}

.sidemenu ul li a:hover,
.sidemenu ul li a.active {
  border-left-color: #667CEC;
  background: linear-gradient(91deg, rgba(87, 105, 201, 0.20) 0%, #0F153A 72.98%);
  color: var(--theme-white);
}

.searchbar {
  border-radius: 39px;
  border: 1px solid #c0c1c9;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0.5rem 1.5rem;
}

.searchbar input {
  background: transparent;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  font-size: var(--text-base);
  width: 100%;
  padding: .75rem .25rem;
  color: var(--theme-white);
}

.detailtext {
  display: block;
}

.bannerblog.details .image,
.bannerblog.details .text {
  width: 100%;
  max-width: 100%;
  padding: 0 0;
}

.bannerblog.details {
  padding: 0;
  background-color: transparent;
}

.bannerblog.details .image {
  max-height: 498px;
}

.bannerblog.details .image img {
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  border-radius:24px;	
}

.detailtext .righttext span {
  display: block;
  font-weight: 300;
  line-height: 1.5;
}

.detailtext .righttext span+span {
  margin-top: 1rem;
  display: none;
}

.socialshare {
  width: 100%;
  max-width: 9.875rem;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}

.textbn {
  margin-top: 3rem;
}

.blogbodydeatil .wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.detailtext .lfttext {
  max-width: 900px;
}

.moreslider .blogitem {
  margin-inline: 1rem;
}

.moreslider .slick-track,
ul.servicesslider .slick-track {
  display: flex !important;
}

.moreslider .slick-slide,
ul.servicesslider .slick-slide {
  height: inherit !important;
}

.contentwrapper p:first-child::first-letter {
  font-size: 30px;
  text-transform: uppercase;
}

.contentwrapper p {
  color: #C0C1C9;
  margin-bottom: 2rem;
}

.contentwrapper h3 {
  color: #F0F0F0;
}

.contentwrapper h4 {
  color: #C0C1C9;
}

.contentwrapper img {
  border-radius: 1rem;
  margin: .5rem 0 2rem;
}

.listques ul {
  margin-block: 1rem;
}
.listques ul li{
  max-width: 91%;
}

.listques ul li a {
  color: #C0C1C9;
  font-size: var(--text-base);
  font-style: normal;
  font-weight: 400;
  display: block;
  padding: 1rem 0 1rem .5rem;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.listques ul li:not(:last-child) a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5px;
  background: #424355;
}

.listques ul li a.active {
  color: #F0F2FD;
  font-size: var(--text-md);
}

.listques ul li a:hover {
  color: #F0F2FD;
  border-left-color: #667CEC;
  padding-left: 0.75rem;
}

.listques ul li a.active::before,
.listques ul li a:hover::before {
  content: '';
  position: absolute;
  left: 0;
  top: 44%;
  height: 27px;
  width: 2px;
  background: #667CEC;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.inputformbox {
  border-radius: 16px;
  background: linear-gradient(0deg, #050A26 60.38%, #667CEC 101.97%);
  overflow: hidden;
  padding: 1.5rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 3rem;
}

.inputformbox input {
  border-radius: 50px;
  width: 100%; 
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: transparent;
  padding: 0.75rem 1rem;
  outline: 0px !important;
  box-shadow: none !important;
  font-size: var(--text-md);
  color: var(--theme-white);
  font-family: var(--helvetica);
  font-weight:300;
}

.inputformbox h2 {
  margin-bottom: 2.5rem;
}

.navaicontent .gridtextbox span {
  padding-left: 0;
  margin-top: 0.25rem;
}

ul.servicesslider li {
  padding-inline: 1.25rem;
}

ul.servicesslider .box {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #0F153A;
  padding: 1rem 1.5rem;
  height: 100%;
}

ul.servicesslider .box>* {
  position: relative;
  z-index: 1;
}

.servicesslider::after {
  position: absolute;
  content: '';
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 3.8%, #050A26 86.04%);
  width: 413px;
}

.thecircleai {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding-top: 3rem;
}

.thecircleai .imgbox {
  max-width: 450px;
  margin: 0 auto;
}

.thecircleai .box span {
  display: block;
  color: #F4F0FF;
  font-size: var(--text-lg);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1rem;
  margin-top: .5rem;
  position: relative;
}

.thecircleai .box p {
  color: rgba(239, 237, 253, 0.60);
  font-size: var(--text-base);
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}


.othersai .box {
  border-radius: 1rem;
  border: 2px solid #0F153A;
  background: #050A26;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  margin-bottom: 1rem;
}

.ournavai .box {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.045);
  background: url(../newimages/home/card-gridline.png) no-repeat top center, #0F153A;
  background-size: cover;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  margin-bottom: 1rem;
}

.comparegrid span {
  display: block;
  color: #F0F2FD;
  font-size: var(--text-md);
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}

.comparegrid .box span {
  opacity: 0.8;
  min-height: 44px;
}

.py-5 {
  padding-block: 1.5rem !important;
}

.ournavai .logo {
  display: block;
  max-width: 145px;
  margin: 0 auto;
}

.vs {
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
}

.othersai .box .iconbox {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background: #0F153A;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ripple {
  box-sizing: border-box;
  position: relative;
}

.ripple:before {
  animation: ripple 2s ease-out infinite;
  border: solid 2px #667CEC;
  border-radius: 5rem;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.ripple:after {
  animation: ripple 2s 1s ease-out infinite;
  border: solid 2px #7188FF;
  border-radius: 5rem;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@keyframes ripple {
  0% {
    opacity: 0.25;
  }

  100% {
    border-radius: 5rem;
    opacity: 0;
    transform: scale(1.5);
  }
}

.divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.45);
  margin-bottom: 3rem;
}

.authorbox {
  display: grid;
  grid-template-columns: 85px 1fr;
  gap: 1rem;
  margin-top: 2rem;
  max-width: 308px;
}

.authorbox figure {
  width: 85px;
  height: 85px;
  background: #FDFDFD;
  border-radius: 12px;
  overflow: hidden;
}

.authorbox span {
  display: block;
  color: #FFF;
  font-size: var(--text-base);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.authorbox span+span {
  font-weight: 300;
}

.datasecurity .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10vh;
  padding-top: 5vh;
}

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

.securityimg img {
  min-height: 430px;
  object-fit: cover;
}

.securityimg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.96;
  background: rgba(5, 10, 38, 0.60);
  transition: all 0.3s ease-in-out;
}

span.lockimg {
  display: block;
  max-width: 150px;
  margin: 0 auto 1rem;
  border-radius: 100%;
  height: 150px;
  width: 150px;
}

span.lockimg img {
  transition: all 0.3s ease-in-out;
}

span.lockimg:hover img {
  transform: scale(0.9);
  transition: all 0.3s ease-in-out;
}

.zigzagwrapper {
  padding-top: .5rem;
  overflow: hidden;
}

.zigzagwrapper ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.zigzagwrapper .libox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.zigzagwrapper .libox .textbox {
  width: calc(100% - 90px);
  padding-right: 1rem;
}

.zigzagwrapper .libox .image {
  width: 90px;
  height: 90px;
}

.zigzagwrapper .libox .connecterline svg,
.zigzagwrapper .libox .image svg {
  max-width: 100%;
  max-height: 100%;
}

.libox .count {
  display: block;
  position: relative;
  color: #7A8BE8;
  text-align: center;
  font-size: var(--text-md);
  font-style: normal;
  font-weight: 500;
  width: 25px;
  height: 25px;
  line-height: 28px;
  margin-bottom: .25rem;
}

.libox .count::before {
  content: '';
  border-radius: 20px;
  border: 1px solid #A6B3F4;
  position: absolute;
  inset: 0;
}

.libox .itemheading {
  color: #A6B3F4;
  font-size: var(--text-md);
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  display: block;
}

.libox p {
  color: #C0C1C9;
  font-size: var(--text-base);
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
}

.connecterline {
  display: none;
}
.whatnavai .container{
  padding-block: 3rem;
}
.whatnavai::before {
  border-radius: 551px;
  background: #667CEC;
  filter: blur(145.350006px);
  width: 551px;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: -68px auto 0;
  height: 136px;
  top:50%;
  opacity: 0.7;
}

.feature_sec2 figure.iconbx {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  min-width: 80px;
  background: url(../newimages/webcast/bgcol.png) no-repeat center;
  background-size: cover;
}

.regpage_banner {
  background: url(../newimages/bookademo/wav.png) no-repeat top center;
  background-size: contain;
}

.regpage_banner::before {
  position: absolute;
  content: "";
  border-radius: 961px;
  opacity: 0.3;
  background: #667CEC;
  filter: blur(214.83152770996094px);
  width: 100%;
  max-width: 960px;
  height: 960px;
  top: 0;
  bottom: 0;
  left: -90px;
}

.repage_banner1 {
  background: url(../newimages/bookademo/mask.png) no-repeat top center;
  background-size: contain;
}

.casestudyslider ul.slick-dots {
  border-radius: 24px;
  border: 0.5px solid #FFF;
  background: #0F153A;
  width: fit-content;
  margin-inline: auto;
  left: 0;
  right: 0;
  bottom: -20px;
  display: inline-flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.casestudyslider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  background: #404040;
  border-radius: 50%;
}

.casestudyslider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 5px;
}

.casestudyslider .slick-dots li.slick-active button {
  background: linear-gradient(134deg, #FFF 29.52%, #C7D5E0 118.05%);
  width: 15px;
  height: 15px;
}

.casestudyslider .slick-dots li button:before {
  display: none;
}

/* -------------------------------------------- */
.iconhead h3 {
  margin: 0px;
}

a.readbtn {
  border: 1px solid #fff;
  color: #fff;
}

.iconhead {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

/* Hide all tabpanels by default */
.tabpanel {
  display: none;
}

/* Ensure the first tab is open by default */
.tabpanel.active {
  display: block;
}

@media screen and (max-width: 767px) {
	.whynavai .tabs.aitabwrapper .tablists button .tabbtn h4 {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
}
	.casestudy .slidebox .slidetext span{
		font-size:1.25rem;
	}
	  ul.casestudyslider {
    margin-top: 1rem;
    padding-bottom: 1rem;
  }
  .casestudy .slidebox .slidetext {
    padding: 1.5rem 1.5rem 1.5rem;
}
.casestudy .slidebox  span.heading{
  margin-block: unset;
}
	 .sidemenu {
        display: none;
    }
	.blogbanner .tags {
    justify-content: unset !important;
}
	.ready_to_act.new-ready h3{
		font-size:16px;
	}
	.digitizedata .digitizetabs .tablists button {
    font-size: var(--text-small);
}
	  ul.list-counter li .box p {
    font-size: 24px;
}
	  .bannerbox img,
.bookconsultant .sec_heading img {
  max-height: 42px;
  object-fit: contain;
}
  
  .thecircleai {
    flex-direction: column; /* stack vertically on mobile */
  }
  .imgbox {
    order: -1; /* bring image to top */
  }
  .alignbottom,
  .alignstart {
    order: 0; /* default order */
  }
	.contentwrapper h2 {
    font-weight: 400;
    font-size: 24px !important;
}
	.bannerblog .text p, .contentwrapper p{
		font-size: var(--text-base);
	}
	.leftsidebar{
		display:none;
	}
	.tags {
		padding-top:1rem;
    padding-bottom: .5rem;
}
	.ocrbanner p br{
		display:none;
	}
	 .home br {
    display: none;
  }
  .for-desk {
    display: none !important;
  }

  .fourth_sec.sec_padding {
    padding-bottom: 70px;
  }

  .insightsection.sec_padding {
    padding-block: 50px;
  }

  .tabs.aitabwrapper {
    display: block;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding-top: 2.5rem;
  }

  .supporthome .accord-tabs .accordion {

    cursor: pointer;
    background: #0F153A;
    border-radius: 30px;
    position: relative;
    transition: background-color 0.3s ease;
  }

  .supporthome .accord-tabs .accordion {
    max-width: 1170px;
    margin: 10px auto 10px;
  }
  .data_engineering_sec h2 {
    padding-bottom: 10px;
    ;
  }
  .hoverbox .play-btn .circlebtn {
    width: 40px;
    height: 40px;
}
.hoverbox .play-btn{
    width: 70px;
    height: 70px;
}
.whynavai .tabs.aitabwrapper .tablists button {
  max-width: 31.25rem;
  padding: 0 0;
  margin-bottom: 1rem;
}
.tabs.aitabwrapper .tabpanel.active {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.videocontainer {
  padding: 0.5rem;
}
.upperfooter h2 br{
  display:none;
  }
  .host_intro p {
    color: #D4D4D4;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
}
.meet_the_host h3 {
  font-size: 24px;
}
.host_intro span {
  font-size: 18px;
}
.author_sec_main span{
  color:#fff;
  font-weight: 400;
}
.meet_the_host .host_image h2{
  text-align: center;
}
.host_image figure {
  margin: 2rem auto 2rem;
}
.meet_the_host .reverse-row{
  display: flex;
  flex-direction: column-reverse;
}
.navaicontent .lefttext{
  text-align: center;
}
.navaicontent .lefttext h2{
  max-width: 20rem;
  margin-inline: auto;
}
.thecircleai {
  padding-top: 0rem;
}
span.lockimg {
  height: 100px;
  width: 100px;
}
.textleft{
  text-align:center;
  }
  .left-text-box {
    text-align: center;
}
.justify-start {
  justify-content: center !important;
}
h2.w-100 {
  max-width: 20rem;
  margin-inline: auto;
}
.page_banner .bannerbox .bannertext h1{
  font-size:1.5rem;
  }

.feature_sec2 .textwrap p {
  font-size: 16px;
}
.banner-webcast h1+p {
  font-size: 16px;
}
.aboutbanner .sec_heading.text-center p {
  max-width: 20rem;
  margin-inline: auto;
}
.map-desktop{
display: none;
}
.upperfooter .container {
  background-size: cover;
}
.understanddata .imagecontainer.position-relative {
  min-height: 340px;
}
.tabs.aitabwrapper {
  padding-top: 1.5rem;
}
.for-desk-tab {
  display: none;

}
.mobile-accordian .accordion{
  font-size:16px;
}
.header .navbar .mobile_logo {
  max-width: 100px;
}

/* Hide desktop menu */
.desktop-menu {
  display: none;
}

.navbar .menu-capsule+.glowing-box {
  display: none;
}

/* Hide site logo in mobile */
.header .navbar .site_logo {
  display: none;
}

/* Header adjustments */
.header {
  position: relative;
  z-index: 9;
}

.header.sticky .navbar {
  justify-content: space-between;
}

/* --------------------------- */
/* 🍔 Mobile Menu Styles */
/* --------------------------- */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  /* Off-screen initially */
  width: 250px;
  height: 100vh;
  background: #050A26;
  box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease-in-out;
  padding: 25px 15px;
  z-index: 999;
  display: none;
  /* Ensure it's hidden at the start */
  flex-direction: column;
}

/* Show mobile menu when active */
.mobile-menu.active {
  right: 0;
  display: flex;
}

/* Close (X) button */
.close-menu {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #333;
}

/* Mobile menu items */
.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top:20px;
}

.mobile-menu ul li {
  padding: 20px 0;
}

.mobile-menu ul li a {
  text-decoration: none;
  color: #c0c1c9;
  font-size: 20px;
}
.mobile-menu ul.sub-menu li a{
  font-size: 16px;
}
/* --------------------------- */
/* 🍔 Menu Toggle Button */
/* --------------------------- */
.menu-toggler {
  display: flex;
  background: none;
  border: none;
  cursor: pointer;
  width: 45px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1001;
}

/* Hamburger lines */
.menu-toggler span {
  display: block;
  width: 32px;
  height: 2px;
  background: #ffffff;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  position: relative;
}

/* Spacing between lines */
.menu-toggler span:not(:last-child) {
  margin-bottom: 6px;
}

/* Transform into "X" when active */
.menu-toggler.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggler.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggler.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.whynavai .tabs.aitabwrapper .tablists button .tabbtn {
  display: grid;
  grid-template-columns: 1fr 3rem;
}
.support-sec .tabs.aitabwrapper .tablists button .tabbtn {
  display: grid;
  grid-template-columns: 1fr;
}

.whynavai .tabs.aitabwrapper .tablists button .tabbtn span.roundarrow {
  margin-top: 0;
}
}

/* -------------------------------------------- */

/* --------------------BOOKADEMO---------------------------------- */

.at-tab p {
  border-left: 3px solid #6792d3;
  padding: 20px 20px 10px 20px;
  transition: all 0.3s ease-in-out;
}

.at-title {
  cursor: pointer;
  position: relative;
}

.at-tab {
  padding: 20px 20px 10px 30px !important;
  display: none;
  padding: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.sec_padding1 {
  padding-top: 60px;
}

.accordion {
  max-width: 1170px;
  margin: 40px auto 0;
}

.at-title h2 {
  text-align: left !important;
}

.at-tab::before {
  width: 3px;
  background: linear-gradient(127deg, #69b7c8 9.79%, #6792d3 37.59%, #2b38b2 97.69%);
  transition: background-color 1000ms;
  height: 30px;
  content: '';
  position: absolute;
  left: -1rem;
  top: 0;
  border-radius: 12px;
}

.at-tab {
  display: none;
  padding: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.at-title {
  cursor: pointer;
  background: #0F153A;
  border-radius: 30px;
  padding: 20px 55px 10px 30px;
  position: relative;
  transition: background-color 0.3s ease;
}


.at-title {
  position: relative;
}

.at-title:after {
  content: "";
  background-image: url("../newimages/bookademo/down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

.at-title.active:after {
  background-image: url("../newimages/bookademo/up.svg");
  opacity: 0;
}

.at-title.active::before {
  content: "";
  background-image: url("../newimages/bookademo/up.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}



.at-item {
  border-radius: 5px;
  margin-bottom: 15px;
}

.at-title h2 {
  padding: 15px 10px;
}

.at-title h2 {
  font-weight: 600;
  padding: 10px 15px;
  margin: 0;
}

.accordion-header {
  text-align: center;
  background-color: #222222;
  color: white;
  padding: 20px 0;
}

.ready_to_act h2 {
  text-align: center;
}

@media screen and (min-width: 768px) {
  	/**header started**/
.header {
  background-color: transparent;
  padding: 10px 0;
  backdrop-filter: blur(5px);
  position: relative;
  z-index: 99;
  height: 113px;
}
  .two_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 1rem;
    align-items: center;
  }

  .first-host .row {
    display: grid;
    grid-template-columns: 450px 1fr;
    align-items: center;
  }

  .second-host .row {
    display: grid;
    grid-template-columns: 1fr 450px;
    align-items: center;
  }

  .threebox_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin: 0 auto;
    margin-top: 5.5rem;
  }


}

@media screen and (min-width: 992px) {
  .banner_cap.two_row {
    grid-template-columns: 1fr 32.75rem;
  }

  .two_row {
    align-items: flex-start;
  }

  .regbanner_text {
    max-width: 610px;
    margin-bottom: 0rem;
  }
}

@media screen and (min-width: 1199px) {
  .input_box {
    margin-block-end: 2rem;
  }
  .reg2nd_sec .overlayback {
    border-radius: 961px;
    opacity: 0.5;
    background: #5763CD;
    filter: blur(214.83152770996094px);
    width: 961px;
    height: 718px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: auto;
    bottom: 20px;
  }

  .reg2nd_sec.sec_padding {
    padding-block: 140px;
  }

  .input_text.rounded {
    height: 70px;
    font-size: 18px;
  }

  .input_box {
    margin-block-end: 2rem;
  }
}

@media screen and (min-width: 1440px) {

  h2 {
    font-size: var(--text-h1);
  }
}


.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.input_box {
  margin-block-end: 1.25rem;
}

.attend3rd_sec .insidebox {
  border-radius: 16px;
  padding: 1.25rem;
  transition: all .3s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.attend3rd_sec .insidebox:hover {
  background: #0F153A;
}


.attend3rd_sec .insidebox:hover {
  background: #5763CD;
}

.banner_cap.two_row {
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.attend3rd_sec .insidebox .iniconbox {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.submit-btn {
  text-align: center;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.txt-book-banner ul li {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 128%;
  display: flex;
  padding: 10px 0px;
  align-items: center;
  gap: 10px;
}
.txt-book-banner ul li span{
  color:#FDFDFD;
	line-height:130%;
}



.regpage_banner .inputformbox {
  border-radius: 16px;
  background: linear-gradient(270deg, rgba(5, 10, 38, 0.3) 0%, rgba(80, 96, 185, 0.3) 100%);
  overflow: hidden;
  padding: 3rem 3rem;
  border: none;
  margin-bottom: 3rem;
  backdrop-filter: blur(60px)
}

.regpage_banner .inputformbox input::placeholder,
.regpage_banner .inputformbox textarea::placeholder {
  color: #C0C1C9;
  ;
}

.regpage_banner textarea.input_text {
  font-size: var(--text-md);
  height: 95px;
  border-radius: 26px;
  resize: none;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: transparent;
  color: #C0C1C9;
  padding: 0.75rem 1rem;
  font-family: 'Helvetica Neue';
  font-weight: 300;
}

.ready_to_act h3 {
  font-weight: 400;
  font-size:1.25rem;	
}

.data_engineering_sec h2+p {
  margin-bottom: 2rem;
}

/* --------------------BOOKADEMO---------------------------------- */

/* --------------------WEBCAST-START---------------------------------- */

.social_icon a{
padding-right: 10px;;
}
.input_text.rounded {
  border-radius: 35px !important;
  border: 1px solid rgb(209 209 209 / 6%);
  background: rgba(102, 102, 102, 0.22);
  backdrop-filter: blur(30px);
  color: var(--theme-white);
}

.badge_slider {
  display: flex;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto 0;
  padding-top: 20px;
  position: relative;
  z-index: 10
}

.badgebox {
  border-radius: 30px;
  border: 2px solid #c0c1c9;
  line-height: 1;
  padding: 15px;
  margin: 0 1rem;
  color: #c0c1c9;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all .3s ease-in-out
}

/* .badgebox:hover {
  background: #4852a7;
  border-color: #4852a7;
  color: #fff
} */

.feature_sec2 .row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  max-width: 1000px;
  margin: 2rem auto;
}

figure {
  margin: 0 0 0rem;
}

.feature_sec2 .textwrap {
  padding-left: 1.5rem;
}



.banner-webcast h1+p {
  font-size: 18px;
  font-family: var(--helvetica);
  color: #C0C1C9;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 1.125rem;
}

.attend3rd_sec .insidebox:hover {
  cursor: pointer;
  background: #0F153A;

}

.attend3rd_sec .insidebox .iniconbox {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.24px solid #FCFCFD1C;
}

.attend3rd_sec .insidebox span {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  display: block;
  margin-bottom: .5rem;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}


.first-host .overlayimg {
  border-radius: 774.253px;
  opacity: 0.5;
  background: #5763CD;
  filter: blur(214.83152770996094px);
  width: 774.253px;
  height: 593.794px;
  position: absolute;
  left: -150px;
  bottom: 25%;
  top: auto;
}

.second-host .overlayimg {
  border-radius: 774.253px;
  opacity: 0.5;
  background: #5763CD;
  filter: blur(214.83152770996094px);
  width: 774.253px;
  height: 593.794px;
  position: absolute;
  right: -150px;
  left: auto;
  bottom: 25%;
  top: auto;
}

.meet_the_host h3 {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 134%;
}

.host_image figure {
  width: 285px;
  border-radius: 145px;
  margin: 2rem auto 2rem;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.host_intro {
  position: relative;
  z-index: 10;
}

.host_intro span {
  display: block;
  color: rgba(229, 229, 229, 0.60);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1rem;
}


.host_intro .social_icons {
  display: flex;
}

.regbanner_text {
  margin-bottom: 2rem;
}

.regpage_banner .overlaytext {
  border-radius: 551px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(101, 123, 236, 0.17) 34.5%, rgba(0, 0, 0, 0.00) 100%);
  width: 100%;
  height: 180px;
  position: absolute;
  top: -12px;
  left: 0;
  max-width: 550px;
}

.regbanner_text h1 {
  color: #FFF;
  /* font-size: 52px; */
  font-style: normal;
  font-weight: 700;
  line-height: 128%;
}

.regbanner_text h1 span.grtext,
section .sec_heading h2 span.grtext {
  font-size: inherit;
  font-weight: inherit;
  display: inline;
}

.regbanner_text p {
  font-size: 18px;
}

.author_sec {
  padding-top: 15px;
}



.author_sec .media_text span {
  display: block;
  color: #AAA;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0rem;
}
.author_sec .media_text .post-span{
  font-size: 18px;
  font-weight: 400;
}

.feature_sec2 .row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  max-width: 1000px;
  margin: 2rem auto;
}

.feature_sec2 .row .coltxt {
  border-radius: 25px;
  border: 0.5px solid #D1D1D1;
  backdrop-filter: blur(30px);
  display: flex;
  align-items: flex-start;
  padding: 1.125rem 1.5rem;
  transition: all .3s ease-in-out;
}

.feature_sec2 .row .coltxt:hover {
  background: var(--background-surface-and-cards-cards, #0F153A);
}

.feature_sec2 .row .coltxt:hover figure.iconbx {
  background: #667CEC;
}
.feature_sec2 .row .coltxt:nth-child(2n-1):last-child {
  grid-column: 1 / -1;
}

.feature_sec2 .textwrap {
  padding-left: 1.5rem;
}

.feature_sec2 .textwrap span {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  margin-bottom: .25rem;
}

.feature_sec2 .textwrap p {
  font-size: 18px;
}



.badgebox:hover {
  background: #0F153A;
  border-color: #c0c1c9;
  color: #c0c1c9;
}

.data_engineering_sec.attend3rd_sec .sec_heading {
  max-width: 1300px;
}

.attend3rd_sec .insidebox .iniconbox {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}


.attend3rd_sec .insidebox p {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
}

.btn.btn_primary.rounded {
  border-radius: 35px !important;
}

.input_text.rounded {
  border-radius: 35px !important;
  border: 1px solid rgb(209 209 209 / 6%);
  background: rgba(102, 102, 102, 0.22);
  backdrop-filter: blur(30px);
  color: var(--theme-white);
}

.reg2nd_sec {
  background: #050A26;
}



.specialize.sliderspe {
  display: inline-flex !important;
  flex-wrap: nowrap;
  max-width: 100% !important;
}

.specialize.sliderspe .box {
  margin: 0 1rem;
}

.host_image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.host_intro {
  position: relative;
  z-index: 10;
}

.host_intro p+p {
  margin-bottom: 0;
}


.host_intro .social_icons i {
  border: 1px solid #d1d1d1;
  padding: 5px;
  display: inline-block;
}

.host_intro .social_icons i img {
  height: 17px;
  object-fit: contain;
  display: block;
}

.zigzagbox .overlaybk {
  border-radius: 961px;
  opacity: 0.5;
  background: #5763CD;
  filter: blur(214.83152770996094px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fourth_sec .zigzagbox ul {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.meet_the_host .overlayimg {
  bottom: 0;
}
.meet_the_host h2{
  text-align: center;
}


.host_intro p {
  font-size: 22px;
  line-height: 40px;
}

.author_sec .media {
  display: flex;
  grid-template-columns: 110px 1fr;
  gap: 0 1.5rem;
  align-items: center;
}


@media screen and (min-width: 1199px) {
   .author_sec_main {
    padding-top: 64px;
  }
}

@media screen and (min-width: 1024px) {
  .feature_sec2 .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media screen and (min-width: 992px) {
	.author_sec .media_text span
  .banner_cap.two_row {
    grid-template-columns: 1fr 32.75rem;
  }

 

  .author_sec_main span {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
  }

  .author_sec {
    padding-top: 20px;
  }

  .regbanner_text {
    max-width: 700px;
    margin-bottom: 0rem;
  }

  .banner-webcast {
    max-width: 565px;
  }



  .feature_sec2 .row .coltxt {
    padding: 1.875rem 2.5rem;
    transition: all .3s ease-in-out;
  }
  .data_engineering_sec .grtext{
    font-size: 32px;
  }
  .fourth_sec .zigzagbox {
    display: block !important;
}

.zigzagbox .boxx.capsule span {
    font-size: 22px;
}

.zigzagbox .overlaybk {
    border-radius: 961px;
    opacity: 0.5;
    background: var(--Blue-blue-6, #667CEC);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.fourth_sec .zigzagbox ul {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.zigzagbox .boxx.bg {
    border: 1px solid rgba(102, 102, 102, 0.22);
    background: #0F153A;
    
    height: 340px;
    cursor: pointer;
}

.zigzagbox .boxx {
    border-radius: 47px;
    border: 1px solid #D6E9F0;
    backdrop-filter: blur(30px);
    padding: 40px 20px;
    text-align: center;
    margin-top: 34px;
    height: 197px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.zigzagbox .boxx .icon {
    margin-bottom: 1rem;
}

.zigzagbox .boxx span {
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 128%;
    background: radial-gradient(100% 65% at 50% 50%, #FFF 30%, rgba(255, 255, 255, 0.40) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.zigzagbox .boxx p {
    margin-bottom: 0px;
    color: #c0c1c9;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 510;
    line-height: 140%;
}

.zigzagbox .boxx.capsule {
    background: #667CEC;
    border-color: #667CEC;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    padding-block: 15px;
    height: 90px;
    cursor: pointer;
}

.mobile_zigzagbox {
    display: none;
}

.zigzagbox .boxx:hover {
    background: #667CEC;
    border-color: #667CEC;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .175);
}

.zigzagbox .boxx.capsule:hover {
    background: transparent;
}

.fourth_sec.sec_padding {
    padding-block: 130px;
}
}

.data_engineering_sec {
  overflow: hidden;
}
.meet_the_host  .social_icon img{
  height: 30px;
  }
 .meet_the_host .host_intro .social-high{
  color:#fff;
 }
 .fourth_sec .zigzagbox {
  max-width: 962px;
  margin: 0 auto;
  display: none;
}
/* --------------------WEBCAST-END---------------------------------- */


/* --------------------ABOUT-US---------------------------------- */

.teamrow .itemteam .teammember span.designation{
  border: 1px solid #c0c1c9;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 300;
  padding: 7px 10px 5px;
}

/* --------------------ABOUT-US---------------------------------- */


/* --------------------MOBILE-MENU-CSS---------------------------------- */

/* MENU START*/

/* .mobile-menu ul li {
  border-bottom: 1px solid transparent;
  border-image-source: radial-gradient(65% 6955% at 50% 50%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 79.5%);
  border-image-slice: 1;
} */

.mobile-menu ul.sub-menu li:not(:last-child) a{
  border-bottom: 1px solid transparent;
  border-image-source: radial-gradient(65% 6955% at 50% 50%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 79.5%);
  border-image-slice: 1;
  padding-bottom:15px;
}
.mobile-menu .sub-menu{
	background:unset;
}
.mobile-menu ul.sub-menu li {
        padding: 10px 0;
}
.desktop-menu .current-menu-item a {
/*   font-family: Helvetica Neue; */
/*   font-weight: 400; */
/*   font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle; */
  color: #ffffff;
}

.mobile-menu .current-menu-item a {
  font-weight: 700;
  color: #ffffff;
}

ul.sub-menu, .custom-structured-menu.sub-menu {
  border-radius: 8px;
  background: #090B0E;
  position: absolute;
  top: 280%;
  right: auto;
  padding: 8px 15px;
  left: 0;
  width: fit-content;
  display: none;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  min-width: 180px;
}
.menu-capsule ul.sub-menu li a{
  font-size: var(--text-md);
}
ul.sub-menu::before, .custom-structured-menu::before{
  content: "";
  width: 0; 
  height: 0; 
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid #090B0E;
  position: absolute;
  top:-1rem;
  left: 2rem;
  right: 0;
  z-index: 1;
}
.menu-capsule ul.sub-menu li a {
  padding: 10px 12px;
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: flex-start;
}

/* .menu-capsule ul li:hover ul.sub-menu {
  display: block;
} */

.menu-capsule ul.sub-menu li:not(:last-child) a{
  border-bottom: 1px solid transparent;
  /* Transparent border to allow the gradient */
  border-image-source: radial-gradient(65% 6955% at 50% 50%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 79.5%);
  border-image-slice: 1;
}
/* MENU ENDS*/
/* --------------------MOBILE-MENU-CSS-ENDS---------------------------------- */

.videocontainer img{
  border-radius: 16px;
}

.featurewrapper .featureboxrow .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.calendly-badge-widget .calendly-badge-content{
  background: var(--gredient-blue) !important;
}
.wpcf7 .screen-reader-response{
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.leftsidebar .inputformbox input{
	width:100%;
}

/* -----------------------PRODUCT-PAGE-START-------------------------------- */

.mobile-accordian .accordion {
  max-width: 1170px;
  margin: 10px auto 0;
}

.mobile-accordian .accordion {
  font-family: 'Helvetica Neue';
  background: #0F153A;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  border-radius: 30px;
}

.mobile-accordian .accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.mobile-accordian .active:after {
  content: "\2212";
}

.mobile-accordian .panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-top: 10px;
}
.tabs.aitab .tablists {
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: center;
}

.ai-read .tabs.aitab .tablists button {
  width: 100%;
  padding: 0;
  margin-bottom: 1rem;
  background: unset;
  border: unset;
}

.ai-read .tabs.aitab .tablists button .tabbtn p {
  font-size: var(--text-lg);
  margin-bottom: 0;
  font-weight: 300;
  color: #B0B0B0;
  text-align: left;

}

.ai-read .tabs.aitab .tablists button.active .tabbtn {
  box-shadow: 0px 0px 6px 0px #667CEC;
  background: radial-gradient(100% 65% at 50% 50%, #FFF 30%, rgba(255, 255, 255, 0.40) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.tabs.aitab .tablists button.active p {
  font-weight: 600 !important;
}

.ai-read .tabs.aitab .tablists button .tabbtn {
  border: 2px solid #0F153A;
  border-radius: 16px;
  padding: 24px;
  border-width: 2px;
  cursor: pointer;
}

.tabs.aitab .tablists button.active,
.tabs.aitabwrapper .tablists button:hover {
  color: var(--theme-white);
  transition: all 0.3s ease-in-out;
}

.tabpanel.active {
  display: flex;
  gap: 2rem;
}

.dataaiimg .img-middle {
  width: 50%;
}

.lockimg.ripple:after {
  border: solid 2px #fff;
}

.lockimg.ripple:before {
  border: solid 2px #fff;
}
.support-sec .aitabwrapper .tablists .btn{
	padding:10px 0;
	border-radius:0;
}
/* -----------------------PRODUCT-PAGE-ENDS-------------------------------- */
.privacy ul, .middlecontent ul {
  list-style: disc; /* shows bullets */
  padding-left: 1.5em; /* space before bullets */
  margin-bottom: 1rem; /* top and bottom margin */
}
.privacy ul li , .middlecontent ul li {
  margin-bottom: 0.5em; /* space between list items */
  line-height: 1.5; /* better readability */
}
.moreblogs h3 a{
    color:#fff;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #fff;
  text-align: center;
  border-radius: 25px;
}
.contentwrapper p+ul{
  margin-top: -1rem;
}
.contentwrapper h4, .contentwrapper h3 {
  margin-top: 1rem;
}
.rightsidebar {
  order: 3;
  display: block;
}
.middlecontent{
  order: 2;
}
.dataaiimg .img-middle img {
  width: 100%;           /* full width of the container */
  height: 450px;         /* or whatever custom height you want */
  object-fit: cover;     /* fills the height, may crop edges */
  display: block;        /* removes unwanted gaps */
  border-radius: 15px;   /* optional: make images look cleaner */
}
._3efP_GeH5kyBAzqnLzL {
  position: relative;
  width: 100%;
  background-color: #050A26;
}

/* ---------------------------SHOPIFY-PAGE-START------------------------------------------- */

.shopifybanner::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 12.5%;
  bottom: 6%;
  background: url(../newimages/shopify/linegrid.png) no-repeat top center;
  max-width: 1460px;
  width: 100%;
  margin-inline: auto;
  opacity: 0.8;
}

.shopifybanner .sec_heading h2 {
  background: linear-gradient(180deg, #DAE0FA 63.89%, #8294EF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.shopifybanner .video-container::before {
  background: linear-gradient(0deg, #050A26 -8.98%, rgba(5, 10, 38, 0.00) 102.38%);
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
}

.shopifybanner .video-container {
  border-color: transparent;
}

.insightbox {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  border-radius: 38.021px;
  border: 0;
  background: url(../newimages/shopify/bgimage.png) no-repeat left bottom;
  background-size: cover;
  padding: 1.5rem;
  text-align: center;
}

.imageinsight {
  display: flex;
  justify-content: center;
}

ul.navaizigzagrow {
  margin-top: 2.5rem;
}
ul.navaizigzagrow li:not(:last-child) {
  margin-bottom: 2.5rem;
}

ul.navaizigzagrow li .item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
ul.navaizigzagrow li .item .textbx h4 {
  font-size: var(--text-xl);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: radial-gradient(100% 65% at 50% 50%, #FFF 30%, rgba(255, 255, 255, 0.40) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
ul.navaizigzagrow li .item .textbx h4 + p {
  margin-bottom: 1.5rem;
}
#popmake-881 .popmake-close{
  color:#fff;
}
/* ---------------------------SHOPIFY-PAGE-ENDS-------------------------------------------- */

/* ---------------------------CUSTOMER-SERVICE-PAGE-ENDS-------------------------------------------- */

.support-sec .tab-header {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  width: 100%;
}

.support-sec .rotate-arrow {
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

.support-sec button.active .rotate-arrow {
  transform: rotate(90deg);
}
/* Hide span by default */
.support-sec .tabs.aitabwrapper .tablists button span {
  display: none;
}

/* Show span only for the active tab */
.support-sec .tabs.aitabwrapper .tablists button.active span {
  display: block;
}
.support-sec .tabs.aitabwrapper .tablists button {
  max-width: 100%;
  width: 100%;
}
.tab-image-mobile {
  display: none;
  margin-block: 20px;
  width: 100%;
}
@media screen and (max-width: 991px){
  .healthbanner.productbanner .container .two_row .text{
order: 2;
  }
  .manufactbanner.productbanner .container .two_row .text{
    order: 2;
      }
}
@media screen and (max-width: 992px){
  .off-mob{
      display:none;
  }
  button[role="tab"].active .tab-image-mobile {
      display: block;
  }
}
.financebanner {
  background: url(../newimages/solution/ellp.png) no-repeat center 75%;
  background-size: 75%;
}

.financebanner .bannerimage img{
  margin-top: 30px;
}
.suppor-tab .tablists a{
padding-inline: 2px;
}
.suppor-tab .tablists a {
  padding-inline: 2px;
}
/* ---------------------------CUSTOMER-SERVICE-PAGE-ENDS-------------------------------------------- */

/* ---------------------------MENU-ICON-STARTS-------------------------------------------- */

.spacer{
  background:#667CEC;
  height: 2px;
  width: 100%;
  margin-bottom: 30px;
}
.invent-sec.support-sec::before{
  position: absolute;
  content: '';
  inset: 0;
  background: url(../newimages/solution/bg-design.png) no-repeat center 0px;
  background-size: cover;
  z-index: -1;
}

.menu-capsule ul li#menu-item-2248 {
  position: static;
}
#menu-item-2248 .sub-menu{
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 120%;
}
.header:not(.sticky) #menu-item-2248 .sub-menu{
transform: translateX(-18%);
}
.header.sticky #menu-item-2248 .sub-menu{
  transform: translateX(0);
  }
#menu-item-2248 .sub-menu::before {
  left: -10rem;
  right: 0;
  margin: auto;
}
#menu-item-2248 .sub-menu ul li a{
  padding-top: 2.5rem;
  border-bottom: 0;
  position: relative;
  text-align: center;
  padding-inline: 1rem;
  margin-block: 1rem;
  border-radius: 8px;
  margin-inline: 1rem;
  font-weight: 300;
  display: block;
}
#menu-item-2248 .sub-menu ul li a:hover{
  background: #667CEC3D;
}
.menu-capsule ul li.hovered > ul.sub-menu {
  display: block;
}
.menu-capsule ul li#menu-item-2248.hovered > .sub-menu {
  display: grid;
}
.menu-capsule ul li#menu-item-2247 {
  position: static;
}
#menu-item-2247 .sub-menu{
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 120%;
}
.header:not(.sticky) #menu-item-2247 .sub-menu{
transform: translateX(0%);
}
.header.sticky #menu-item-2247 .sub-menu{
  transform: translateX(0);
  }
.header.sticky #menu-item-2247 .sub-menu::before {
    left: 15rem;
    right: 0;
}
#menu-item-2247 .sub-menu::before {
    left: 4rem;
    right: 0;
}
#menu-item-2247 .sub-menu ul li a{
    padding-top: 2.5rem;
    border-bottom: 0;
    position: relative;
    text-align: center;
    padding-inline: 1rem;
    border-radius: 8px;
    margin-inline: 0;
    font-weight: 300;
    display: block;
    min-width: 125px;
}
#menu-item-2247 .sub-menu ul li a:hover{
  background: #667CEC3D;
}
.menu-capsule ul li#menu-item-2247.hovered > .sub-menu {
  display: grid;
}
.desktop-menu .sub-menu .current-menu-item a{
	    font-weight: 300;
}
.mobile-menu .nav-icon > a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../newimages/nav.svg);
  background-repeat: no-repeat;
  margin-right: 8px;
}
.mobile-menu .ai-icon > a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../newimages/ai.svg);
  background-repeat: no-repeat;
  margin-right: 8px;
}
.mobile-menu .sales-icon > a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../newimages/sales.svg);
  margin-right: 8px;
}
.mobile-menu .customer-icon > a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../newimages/customer.svg);
  background-repeat: no-repeat;
  margin-right: 8px;
}
.mobile-menu .retail-icon > a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../newimages/manu-icon.svg);
  background-repeat: no-repeat;
  margin-right: 8px;
  }
  .mobile-menu .health-icon > a::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../newimages/health-icon.svg);
    background-repeat: no-repeat;
    margin-right: 8px;
    }
    .mobile-menu .manu-icon > a::before {
      content: '';
      display: inline-block;
      width: 24px;
      height: 24px;
      background-image: url(../newimages/retail-icon.svg);
      background-repeat: no-repeat;
      margin-right: 8px;
      }
      .mobile-menu .insur-icon > a::before {
        content: '';
        display: inline-block;
        width: 24px;
        height: 24px;
        background-image: url(../newimages/insur-icon.svg);
        background-repeat: no-repeat;
        margin-right: 8px;
        }
.mobile-menu .invent-icon > a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../newimages/invent.svg);
  background-repeat: no-repeat;
  margin-right: 8px;
}
.mobile-menu .finance-icon > a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../newimages/finance.svg);
  background-repeat: no-repeat;
  margin-right: 8px;
}
.mobile-menu .blog-icon > a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../newimages/blog.svg);
  margin-right: 8px;
}
.mobile-menu .webcast-icon > a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../newimages/webcast.svg);
  background-repeat: no-repeat;
  margin-right: 8px;
}
.mobile-menu .story-icon > a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../newimages/story.svg);
  background-repeat: no-repeat;
  margin-right: 8px;
}
.mobile-menu .contact-icon > a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../newimages/contact.svg);
  background-repeat: no-repeat;
  margin-right: 8px;
}
.mobile-menu .blog-icon > a::before {
		 content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  content: url('../newimages/blog-icon.png');
  margin-right: 8px;
}
.mobile-menu .web-icon > a::before {
	 content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  content: url('../newimages/web-icon.png');
  margin-right: 8px;
}
.mobile-menu .case-icon > a::before {
	 content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  content: url('../newimages/case-icon.png');
  margin-right: 8px;
}
.mobile-menu .ocr-icon > a::before {
	 content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  content: url('../newimages/ocr-icon.png');
  margin-right: 8px;
}
.mobile-menu .bid-icon > a::before {
	 content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  content: url('../newimages/bidbuddy/bid-icon.png');
  margin-right: 8px;
}
.mobile-menu .comp-icon > a::before {
	 content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  content: url('../newimages/comvision/comp-icon.png');
  margin-right: 8px;
}
.mobile-menu ul.sub-menu li > a {
    display: flex;
    align-items: center; 
}
.mobile-menu .sub-menu {
  display: none;
}

.mobile-menu .menu-item-has-children.active > .sub-menu {
  display: block !important;
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.mobile-menu .menu-item-has-children > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
	
.mobile-menu .menu-item-has-children > a::after {
    content: "";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    background-image: url(https://www.navsoft.ai/wp-content/uploads/2025/05/Vector-6.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    vertical-align: middle;
    float: right;
    transform: rotate(0deg);
    transform-origin: center;
}

.mobile-menu .menu-item-has-children.active > a::after {
    transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
	
.nav-icon > a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../newimages/nav.svg);
  background-repeat: no-repeat;
  left: 0;
top: 0.55rem;
right: 0;
position: absolute;
margin: 0 auto;
}
.ai-icon > a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../newimages/ai.svg);
  background-repeat: no-repeat;
  left: 0;
top: 0.55rem;
right: 0;
position: absolute;
margin: 0 auto;
}
.sales-icon > a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../newimages/sales.svg);
  background-repeat: no-repeat;
  left: 0;
  top: 0.55rem;
  right: 0;
  position: absolute;
  margin: 0 auto;
}
.customer-icon > a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../newimages/customer.svg);
  background-repeat: no-repeat;
  left: 0;
  top: 0.55rem;
  right: 0;
  position: absolute;
  margin: 0 auto;
}
.retail-icon > a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../newimages/manu-icon.svg);
  background-repeat: no-repeat;
  left: 0;
  top: 0.55rem;
  right: 0;
  position: absolute;
  margin: 0 auto;
  }
  .health-icon > a::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../newimages/health-icon.svg);
    background-repeat: no-repeat;
    left: 0;
    top: 0.55rem;
    right: 0;
    position: absolute;
    margin: 0 auto;
    }
    .manu-icon > a::before {
      content: '';
      display: inline-block;
      width: 24px;
      height: 24px;
      background-image: url(../newimages/retail-icon.svg);
      background-repeat: no-repeat;
      left: 0;
      top: 0.55rem;
      right: 0;
      position: absolute;
      margin: 0 auto;
      }
      .insur-icon > a::before {
        content: '';
        display: inline-block;
        width: 24px;
        height: 24px;
        background-image: url(../newimages/insur-icon.svg);
        background-repeat: no-repeat;
        left: 0;
        top: 0.55rem;
        right: 0;
        position: absolute;
        margin: 0 auto;
        }	
.invent-icon > a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../newimages/invent.svg);
  background-repeat: no-repeat;
  left: 0;
  top: 0.55rem;
  right: 0;
  position: absolute;
  margin: 0 auto;
}
.finance-icon > a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../newimages/finance.svg);
  background-repeat: no-repeat;
  left: 0;
  top: 0.55rem;
  right: 0;
  position: absolute;
  margin: 0 auto;
}
.blog-icon > a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../newimages/blog.svg);
  background-repeat: no-repeat;
  margin-right: 8px;
}
.webcast-icon > a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../newimages/webcast.svg);
  background-repeat: no-repeat;
  margin-right: 8px;
}
.story-icon > a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../newimages/story.svg);
  background-repeat: no-repeat;
  margin-right: 8px;
}
.contact-icon > a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../newimages/contact.svg);
  background-repeat: no-repeat;
  margin-right: 8px;
}
	.blog-icon > a::before {
		 content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  content: url('../newimages/blog-icon.png');
  margin-right: 8px;
}
.web-icon > a::before {
	 content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  content: url('../newimages/web-icon.png');
  margin-right: 8px;
}
.case-icon > a::before {
	 content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  content: url('../newimages/case-icon.png');
  margin-right: 8px;
}
.ocr-icon > a::before {
	 content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  content: url('../newimages/ocr-icon.png');
  left: 0;
top: 0.55rem;
right: 0;
position: absolute;
margin: 0 auto;
}
	.bid-icon > a::before {
	 content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  content: url('../newimages/bidbuddy/bid-icon.png');
  left: 0;
top: 0.55rem;
right: 0;
position: absolute;
margin: 0 auto;
}
	
		.comp-icon > a::before {
	 content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  content: url('../newimages/comvision/comp-icon.png');
  left: 0;
top: 0.55rem;
right: 0;
position: absolute;
margin: 0 auto;
}
	
	
.for-mobile-tab {
    display: none;
}
.for-mobile {
    display: none !important;
}
.map-mobile{
    display: none;;
}
.menu-toggler,
.mobile_logo,
.mobile-menu {
      display: none;
}
.featureslist li .featurebox .content .tags{
	justify-content:left;
}
}
/* ---------------------------MENU-ICON-ENDS-------------------------------------------- */

/* ---------------------------FOOTER-UP-ICON-STARTS-------------------------------------------- */

#scrollToTop {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 1000;
  background: none;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#scrollToTop:hover svg path {
  fill: #667cec;
}

#scrollToTop.show {
  opacity: 1;
}
/* ---------------------------FOOTER-UP-ICON-END-------------------------------------------- */

/* ---------------------------PARA-EFFECT-STARTS-------------------------------------------- */

.letter {
  display: inline-block;
  color: #8d8d8d;
  transition: color 0.6s ease;
}

.letter.visible {
  color: #fff;
}

.word {
  display: inline-block;
}
/* ---------------------------PARA-EFFECT-ENDS-------------------------------------------- */

/* -------------------------------OCR-PAGE-STARTS-------------------------------------------- */

.digitallist {
  max-width: 1200px;
  margin-inline: auto;
}

.ocrbanner {
  background: url(../newimages/ocr/gridbg.png) no-repeat center top;
  position: relative;
  background-size: auto;
}
.bidbuddyban.healthbanner.productbanner {
  background: url(../newimages/ocr/gridbg.png) no-repeat center top;
  position: relative;
  background-size: auto;
}

.ocrbanner::before {
  content: '';
  position: absolute;
  border-radius: 263px;
  width: 263px;
  height: 140px;
  background: #7188FF;
  filter: blur(209.35000610351562px);
  inset: 0;
  margin: 0 auto;
}

ul.convertingrow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
}

ul.convertingrow::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
}

ul.convertingrow li {
  width: 100%;
  max-width: 20.1875rem;
}

ul.convertingrow li .box {
  height: 250px;
  display: flex;
  justify-content: center;
}

ul.convertingrow li img {
  max-height: 100%;
  object-fit: contain;
}

ul.convertingrow li.arrow {
  max-width: 2rem;
  transform: rotate(90deg);
}

.valuerow {
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  align-items: center;
  justify-content: center;
  /* gap: 2.5rem; */
  margin-top: 3rem;
}

.valuerow .valueitem {
  position: relative;
  padding: 0.5rem 1rem;
  transition: all 1s ease-in-out;
  background: transparent;
}

.valuerow .valueitem:hover,
section.navaicontent.morethenocr .gridtextbox:hover {
  background: linear-gradient(0deg, #141E51 0%, #050A26 50%);
  transition: all 1s ease-in-out;
}

.valuerow.valuerow2.valuerow3 .valueitem:hover,
section.navaicontent.morethenocr .gridtextbox:hover {
  background: linear-gradient(180deg, #141E51 0%, #050A26 50%);
  transition: all 1s ease-in-out;
}

.valueitem span,
section.navaicontent.morethenocr .gridtextbox span {
  display: block;
  color: #F4F0FF;
  font-size: var(--text-base);
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.valueitem p,
section.navaicontent.morethenocr .gridtextbox p {
  color: #C0C1C9;
  font-size: var(--text-base);
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 150% */
}

.linetext.text-center {
  margin-block: 2rem 1.75rem;
  position: relative;
}

.linetext.text-center span {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #C0C1C9;
  text-align: center;
  font-size: var(--text-base);
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 150% */
  padding: .5rem .75rem;
  background: #050A26;
}

.linetext.text-center::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.08) 24.33%, rgba(255, 255, 255, 0.08) 49.55%, rgba(255, 255, 255, 0.08) 74.78%, rgba(255, 255, 255, 0.00) 100%);
}


.filebox {
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 24px;
  border: 1px solid rgb(255 255 255 / 15%);
  background: #0F153A;
  padding: 2.25rem 2rem;
}

.fileimage {
  max-width: 380px;
  margin: 0 auto;
}

.morethenocr .textgrid {
  gap: 2rem 0;
}

.morethenocr .textgrid .gridtextbox {
  padding: 0 1rem;
  position: relative;
}

.ocrhelpbox {
  border-radius: 24px;
  background: #0F153A;
  padding: 1.5rem 1.5rem;
}

.convertingdesc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 2rem;
  margin-top: 1.5rem;
}

.convertingdesc .contents {
  max-width: 27.5rem;
  margin-inline: auto;
}

.convertingdesc .contents span,
.techbehind .itemtext span {
  color: #F4F0FF;
  font-size: var(--text-lg);
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: block;
  margin-bottom: .5rem;
}

.convertingdesc .contents p,
.techbehind .itemtext p {
  color: #C0C1C9;
  font-size: var(--text-base);
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 150% */
}

.techbehind .itemtext .iconbox {
  min-width: 3.375rem;
  margin-top: -3px;
}

.techbehind .itemtext p {
  margin-bottom: 0;
}

.techbehind .itemtext {
  padding-block: 2.25rem;
  position: relative;
  max-width: 540px;
}

.techbehind .sec_heading {
  margin-bottom: 2.75rem;
}

.techbehind .itemtext::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.10) 25%, rgba(255, 255, 255, 0.10) 49.55%, rgba(255, 255, 255, 0.10) 74.78%, rgba(255, 255, 255, 0.00) 100%);
}

.techbehind .itemtext:last-child:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  height: 2px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.10) 25%, rgba(255, 255, 255, 0.10) 49.55%, rgba(255, 255, 255, 0.10) 74.78%, rgba(255, 255, 255, 0.00) 100%);
}

.tabs.digitizetabs .texts h4 {
  color: #F4F0FF;
  font-size: var(--text-lg);
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0rem;
}

.tabs.digitizetabs .texts .list-styled {
  margin-bottom: 3rem;
  max-width: 100%;
  list-style-type: disc;
  padding-left: 1rem;
}

.tabs.digitizetabs .texts .list-styled li {
  color: #C0C1C9;
  font-size: var(--text-base);
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 133.333% */
  padding-block: 1rem;
}
.page-template-bidbuddy .tabs.digitizetabs.tab-bidbuddy .texts .list-styled{
	list-style-type: none;
}
.page-template-bidbuddy .tabs.digitizetabs.tab-bidbuddy .texts .list-styled li span{
	font-weight:400;
	display:block;
}

.tabs.digitizetabs .texts .btn {
  padding: .25rem 0;
  border-radius: 0;
}

.digitizetabs .tablists {
  max-width: 620px;
  margin: 3rem auto 2rem;
  display: flex;
  justify-content: space-between;
  gap: .5rem;
}

.digitizetabs .tablists button {
  background: transparent;
  border: 0;
  padding: 0;
  outline: 0;
  box-shadow: none !important;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  color: #DFE1F4;
  text-align: center;
  font-size: var(--text-base);
  font-style: normal;
  font-weight: 400;
  line-height: 18.6px;
  /* 103.333% */
  width: 20%;
}

.digitizetabs .tablists button .tabicon {
  border-radius: 8px;
  background: linear-gradient(180deg, #0F153A 0%, rgba(13, 8, 43, 0.60) 100%, #667CEC 100%, #FFF 100%);
  box-shadow: 0px 0px 0px 1px rgba(102, 124, 236, 0.24) inset;
  backdrop-filter: blur(1px);
  border: 0px;
  padding: 0px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  margin-bottom: 1rem;
  margin-inline: auto;
}
.page-template-bidbuddy .digitizetabs .tablists button .tabicon{
	background:unset;
}

.digitizetabs .tablists button .tabicon svg {
  width: 24px;
  height: 24px;
}

.digitizetabs .tablists button:hover .tabicon,
.digitizetabs .tablists button.active .tabicon {
  background: linear-gradient(180deg, #0F153A 0%, #667CEC 100%);
  box-shadow: 0px 0px 0px 1px rgba(102, 124, 236, 0.24) inset;
  backdrop-filter: blur(1px);
}
.page-template-bidbuddy .digitizetabs .tablists button:hover .tabicon,
.page-template-bidbuddy .digitizetabs .tablists button.active .tabicon {
  background:linear-gradient(180deg, #0F153A 0%, rgba(13, 8, 43, 0.60) 100%, #667CEC 100%, #FFF 100%);
}
.digitizetabs.tab-bidbuddy {
  max-width: 100%;
}
.digitizetabs.tab-bidbuddy .tablists button {
  width: auto;
}
.digitizetabs.tab-bidbuddy .tablists .tabicon{
  width: fit-content;
  padding: 0px 20px;
	white-space: nowrap;
}
.morethenocr .rightimage figure {
  text-align: center;
}
.digitizetabs.tab-bidbuddy .tablists{
      max-width: 1200px;
	    overflow-x: auto;
    justify-content: center;
	gap:1rem;
}


@media screen and (min-width:570px) {
  ul.convertingrow {
      justify-content: space-between;
      align-items: center;
      flex-direction: row;
      gap: 1.5rem;
      position: relative;
  }

  ul.convertingrow li .box {
/*       height: auto;
      display: block; */
  }

  ul.convertingrow li.arrow {
      max-width: 3.5rem;
      transform: none;
  }

  .valuerow {
      grid-template-columns: repeat(2, 1fr);
      margin-top: 4.75rem;
  }
.valuerow.valuerow2.valuerow3 {
      margin-top: 0rem;
  }
  .valuerow .valueitem:not(:last-child):before {
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      right: 0;
      background: linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.00) 100%);
      width: 1px;
      height: 100%;
  }

  .valuerow .valueitem:nth-child(2):before {
      display: none;
  }

  .morethenocr .textgrid .gridtextbox:not(:nth-child(even)):before {
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      right: 0;
      background: linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.00) 100%);
      width: 1px;
      height: 100%;
  }

  .digitizetabs .tablists button .tabicon {
      border-radius: 16px;
      width: 60px;
      height: 60px;
  }

  .digitizetabs .tablists button .tabicon svg {
      width: 40px;
      height: 40px;
  }
	.digitizetabs.tab-bidbuddy .tablists button .tabicon {
  width: fit-content;
  padding: 0px 20px;

}

}

@media screen and (min-width:768px) {
  .convertingdesc {
      flex-direction: row;
  }

  .convertingdesc .contents {
      margin-inline: 0;
      max-width: 21.875rem;
  }

  .morethenocr .textgrid {
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem 0;
  }

  .morethenocr .textgrid .gridtextbox:not(:nth-child(3n)):before {
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      right: 0;
      background: linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.00) 100%);
      width: 1px;
      height: 100%;
  }

  .morethenocr .textgrid .gridtextbox:nth-child(3):before {
      display: none;
  }
	 .digitizetabs.tab-bidbuddy .two_row {
        grid-template-columns: 1fr;
    }
}

@media screen and (min-width:992px) {
	  .digitizetabs.tab-bidbuddy .two_row {
        grid-template-columns: repeat(2, 1fr);
    }
    .tabs.digitizetabs .texts .list-styled {
    max-width: 32.25rem;
}
  .featureslist.digitallist li .featurebox .content span {
      margin-bottom: .5rem;
  }

  section.navaicontent.morethenocr .two_row {
      grid-template-columns: 1fr;
  }

  .ocrbanner ul.convertingrow {
      margin-top: 5.5rem;
  }

  ul.convertingrow li.arrow {
      max-width: 5.625rem;
  }

  .valuerow {
      grid-template-columns: repeat(4, 1fr);
      /* gap: 2.5rem; */
  }

	.valuerow.valuerow2 {
      grid-template-columns: repeat(3, 1fr);
      /* gap: 2.5rem; */
  }
  .filebox {
      margin-right: 4rem;
      grid-template-columns: 1fr 1fr;
      padding-block: 3.5rem;
      margin-bottom: 3rem;
  }
.page-template-bidbuddy	 .filebox {
      margin-right: 4rem;
      grid-template-columns: 1.2fr 0.8fr;
      padding-block: 3.5rem;
      margin-bottom: 3rem;
  }

  .fileimage {
      right: -4rem;
      max-width: 480px;
      position: absolute;
      bottom: 0;
  }

  section.techbehind.sec_padding {
      margin-block: 3rem;
  }

  .digitizetabs .tablists {
      margin: 4rem auto 4rem;
  }

  .valuerow .valueitem:nth-child(2):before {
      display: block;
  }

  .tabs.digitizetabs .texts h4 {
      font-size: 32px;
      margin-bottom: 1rem;
  }
  .convertingdesc .contents span,
  .techbehind .itemtext span {
      font-size: var(--text-xl);
  }
  .tabs.digitizetabs .texts .list-styled li {
      font-size: var(--text-md);
  }
  .digitizetabs .tablists button {
      font-size: var(--text-md);
  }
}

@media screen and (min-width:1199px) {

  .featureslist.digitallist li .featurebox.big .content,
  .featureslist.digitallist li .featurebox.small .content {
      padding: 1rem 1.25rem 0.25rem;
      max-width: 27.5rem;
  }

  .morethenocr .leftpart {
      margin-right: -2rem;
  }

  ul.convertingrow {
      gap: 3rem;
  }

  .valuerow .valueitem {
      padding-inline: 1.5rem;
  }

  .ocrhelpbox {
      padding: 24px 68px;
  }

  section.techbehind.sec_padding {
      margin-block: 5rem;
  }

  section.navaicontent.morethenocr .two_row {
      grid-template-columns: 1.7fr 1fr;
  }
	
}

@media screen and (min-width:1440px) {

  .featureslist.digitallist li .featurebox.big .content,
  .featureslist.digitallist li .featurebox.small .content {
      padding: 1rem 1.25rem 0.25rem;
      max-width: 27.5rem;
  }

  .valuerow .valueitem {
      padding-inline: 3.5rem;
  }

  .filebox {
      margin-right: 6rem;
  }

  .fileimage {
      right: -6rem;
      max-width: 580px;
  }
}

@media screen and (max-width:569px) {

  .valuerow .valueitem::before {
      position: absolute;
      content: '';
      top: auto;
      bottom: 0px;
      right: 0;
      background: linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.00) 100%);
      width: 100%;
      height: 1px;
  }

  .morethenocr .textgrid .gridtextbox:before {
      position: absolute;
      content: '';
      top: auto;
      bottom: -7px;
      right: 0;
      background: linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.00) 100%);
      width: 100%;
      height: 1px;
  }
}
.contentwrapper h2{
	font-weight:400;
	font-size:36px;
}
.contentwrapper p a{
	color: #667cec;
}
.tag-blog{
    justify-content: left;
}
/* ---------------------------------OCR-ENDS-------------------------------------------- */

/* -----------------------------------Pricing-Start----------------------------------------------- */

.planbanner {
    min-height: calc(100vh - 9.25rem);
    padding-bottom: 6rem;
}
.planbanner::before {
    content: '';
    position: absolute;
    border-radius: 466px;
    width: 466px;
    height: 192px;
    background: #7188FF;
    filter: blur(209.35000610351562px);
    inset: 0;
    margin: 10rem auto 0;
}
.tabcontainer {
    padding-block: 1rem;
}
.switch-container {
    position: relative;
    width: 260px;
    height: auto;
    border-radius: 24px;
    border: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #050A26;
    margin-inline: auto;
    margin-block: 3rem 2rem;
    padding: 4px;
}
  
  .handle {
    position: absolute;
    box-sizing: border-box;
    width: 123px;
    height: 57px;
    border-radius: 24px;
    background: radial-gradient(50% 50% at 50% 50%, #8596F0 0%, #667CEC 100%);
    border: 1px solid #1e2834;
    transition: 0.5s;
    left: 0;
    z-index: 0;
  }
  
  .opt {
    text-align: center;
    flex: 1 0 123px;
    font-size: 16px;
    height: 57px;
    font-family: sans-serif;
    transition: 0.3s;
    color: #fff;
    cursor: pointer;
    z-index: 1;
    padding: 5px 10px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .opt.activated{
    cursor: auto;
  }
  
  .handle.one {
    left: 4px;
  }
  
  .handle.two {
    left: 51%;
  }
  
  .hide {
    display: none;
  }
  
  .tabcontentarea {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.25rem;
    max-width: 1110px;
    margin-inline: auto;
    align-items: center;
}
.tabcontentarea .pricecard {  
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(19, 22, 27, 0.20);
    backdrop-filter: blur(0px);   
}
.tabcontentarea .glowing-box{
    border-radius: 16px;
}
.tabcontentarea  .glowing-box-borders-masker {
    border-radius: 16px;
    padding: 3px;
}
.tabcontentarea .pricecard:nth-child(2) {
    border-radius: 16px;
    border: 0;   
    position: relative;
    z-index: 1;
    padding: 3px;
    overflow: hidden;    
}
.innercard {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background:#0b0f23;
    backdrop-filter: blur(5.099999904632568px);
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.pricecard span {
    display: block;
    color: #C0C1C9;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
}
.pricecard span.planname {
    color: #667CEC;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
}
.pricecard span.price {
    font-size: 32px;
    color: #fff;
    display: flex;
    align-items: baseline;
    font-weight: 500;
}
.pricecard span.price sub {
    font-size: 18px;
    color: #c0c1c9;
}
.pricecard ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 1rem;
}
.pricecard ul li {
    position: relative;
    padding-left: 40px;
    background: url(../images/Check.png) no-repeat left center;
    background-size: 22px;
}
.tabcontentarea .pricecard:nth-child(2) .btn.btn_primary {
    margin-top: 8rem;
}
.pricecard .btn.btn_primary {
    width: 225px;
    margin-inline: auto;
    text-transform: capitalize;
    margin-top: 3.5rem;
}
  .animated-border-box-glow{ 
    height: 100%;
    width: 100%;
    max-width:100px;
    max-height:100px;
    position: absolute;
    overflow: hidden; 
    z-index: 0;
      border-radius: 16px;
  }
  
  .animated-border-box-glow{
    overflow: hidden;
    filter: blur(40px);
  }
  
  .tabcontentarea .pricecard:nth-child(2):before,
  .animated-border-box-glow:before {
    content: '';
    z-index: -2;
    text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(0deg);
    position: absolute;
      width: 99999px;
      height: 99999px;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-image: conic-gradient(rgba(0,0,0,0), #667CEC, rgba(0,0,0,0) 25%);
      animation: rotate 10s linear infinite;
  }
  
  .tabcontentarea .pricecard:nth-child(2):after {
      content: '';
      position: absolute;
      z-index: -1;
      left: 5px;
      top: 5px;
      width: calc(100% - 10px);
      height: calc(100% - 10px);
      background: #292a2e;
      border-radius: 16px;
  }
  
  @keyframes rotate {
      100% {
          transform: translate(-50%, -50%) rotate(1turn);
      }
  }

@media screen and (min-width:570px) {
    ul.convertingrow {
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        gap: 1.5rem;
        position: relative;
    }

    ul.convertingrow li .box {
        height: auto;
        display: block;
    }

    ul.convertingrow li.arrow {
        max-width: 3.5rem;
        transform: none;
    }

    .valuerow {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 4.75rem;
    }

    .valuerow .valueitem:not(:last-child):before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        right: 0;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.00) 100%);
        width: 1px;
        height: 100%;
    }

    .valuerow .valueitem:nth-child(2):before {
        display: none;
    }

    .morethenocr .textgrid .gridtextbox:not(:nth-child(even)):before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        right: 0;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.00) 100%);
        width: 1px;
        height: 100%;
    }

    .digitizetabs .tablists button .tabicon {
        border-radius: 16px;
        width: 60px;
        height: 60px;
    }

    .digitizetabs .tablists button .tabicon svg {
        width: 40px;
        height: 40px;
    }

    

}

@media screen and (min-width:768px) {
    .convertingdesc {
        flex-direction: row;
    }

    .convertingdesc .contents {
        margin-inline: 0;
        max-width: 21.875rem;
    }

    .morethenocr .textgrid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem 0;
    }

    .morethenocr .textgrid .gridtextbox:not(:nth-child(3n)):before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        right: 0;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.00) 100%);
        width: 1px;
        height: 100%;
    }

    .morethenocr .textgrid .gridtextbox:nth-child(3):before {
        display: none;
    }
}

@media screen and (min-width:992px) {
    .featureslist.digitallist li .featurebox .content span {
        margin-bottom: .5rem;
    }

    section.navaicontent.morethenocr .two_row {
        grid-template-columns: 1fr;
    }

    .ocrbanner ul.convertingrow {
        margin-top: 5.5rem;
    }

    ul.convertingrow li.arrow {
        max-width: 5.625rem;
    }

    .valuerow {
        grid-template-columns: repeat(4, 1fr);
        /* gap: 2.5rem; */
    }

    .filebox {
        margin-right: 4rem;
        grid-template-columns: 1fr 1fr;
        padding-block: 3.5rem;
        margin-bottom: 3rem;
    }

    .fileimage {
        right: -4rem;
        max-width: 480px;
        position: absolute;
        bottom: 0;
    }

    section.techbehind.sec_padding {
        margin-block: 3rem;
    }

    .digitizetabs .tablists {
        margin: 4rem auto 4rem;
    }

    .valuerow .valueitem:nth-child(2):before {
        display: block;
    }

    .tabs.digitizetabs .texts h4 {
        font-size: 32px;
        margin-bottom: 1rem;
    }
    .convertingdesc .contents span,
    .techbehind .itemtext span {
        font-size: var(--text-xl);
    }
    .tabs.digitizetabs .texts .list-styled li {
        font-size: var(--text-md);
    }
    .digitizetabs .tablists button {
        font-size: var(--text-md);
    }
}




@media screen and (min-width:1199px) {

    .featureslist.digitallist li .featurebox.big .content,
    .featureslist.digitallist li .featurebox.small .content {
        padding: 1rem 1.25rem 0.25rem;
        max-width: 27.5rem;
    }


    .morethenocr .leftpart {
        margin-right: -2rem;
    }

    ul.convertingrow {
        gap: 3rem;
    }

    .valuerow .valueitem {
        padding-inline: 1.5rem;
    }

    .ocrhelpbox {
        padding: 24px 68px;
    }

    section.techbehind.sec_padding {
        margin-block: 5rem;
    }

    section.navaicontent.morethenocr .two_row {
        grid-template-columns: 1.7fr 1fr;
    }
}

@media screen and (min-width:1440px) {

    .featureslist.digitallist li .featurebox.big .content,
    .featureslist.digitallist li .featurebox.small .content {
        padding: 1rem 1.25rem 0.25rem;
        max-width: 27.5rem;
    }

    .valuerow .valueitem {
        padding-inline: 3.5rem;
    }

    .filebox {
        margin-right: 6rem;
    }

    .fileimage {
        right: -6rem;
        max-width: 580px;
    }
}




@media screen and (max-width:569px) {

    .valuerow .valueitem::before {
        position: absolute;
        content: '';
        top: auto;
        bottom: 0px;
        right: 0;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.00) 100%);
        width: 100%;
        height: 1px;
    }

    .morethenocr .textgrid .gridtextbox:before {
        position: absolute;
        content: '';
        top: auto;
        bottom: -7px;
        right: 0;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.00) 100%);
        width: 100%;
        height: 1px;
    }
}

/* -------------------------------------------Pricing-Ends------------------------------------------------------- */
/******************************************webcast page **************************************************/
section.webcast_video_sec {
  background: radial-gradient(50% 50% at 50% 50%, #657BEC 0%, rgba(0, 0, 0, 0.00) 100%);
  background-image: url(../newimages/webcast/grid.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

section.webcast_video_sec::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url(../newimages/webcast/banner-shadow.png) no-repeat  bottom center;
  background-size: contain;
}
section.webcast_video_sec h1 {
  /* color: #FFF; */
  /* text-align: center; */
  /* font-size: 38px; */
  /* font-style: normal;
  font-weight: 700; */
  line-height: 1.25;
  position: relative;
  z-index: 9;
}
section.webcast_video_sec span.gredient_text {
  font-weight: 500;
  position: relative;
  z-index: 9;
}
.video_box {
  border-radius: 12.642px;
  background: #000;
  box-shadow: 9.258px 11.11px 18.517px 0px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(1.453831672668457px);
  max-width: 960px;
  overflow: hidden;
  max-height: 560px;
  margin: 2rem auto;
  position: relative;
  z-index: 9;
}
.video_box video {
  width: 100%;
  position: relative;
  z-index: 9;
  border-radius: 12px;
    margin-bottom: -5px;
}
.video_box::before {
  border-radius: 12.642px;
  background: rgba(102, 102, 102, 0.22);
  box-shadow: 9.258px 11.11px 18.517px 0px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(1.453831672668457px);
  content: '';
  inset: -5px;
  position: absolute;
}
section.speak_data {
  /* background: rgba(8, 8, 8, 0.50); */
  padding: 60px 0;
}
section.speak_data  .chat_with {
  margin-bottom: .75rem;
}
.checkrow {
  max-width: 570px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2rem;
  padding: 1.5rem 0 0;
}

.checkrow .iconsvg svg {
  max-width: 40px;
  height: 40px;
}

.checkrow p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
  max-width: 100px;
  margin: 0 auto 1rem;
}

.pt60 {
  padding-top: 40px;
}

.databox_image::after,
.data_detoxx .imgbox::after {
  content: '';
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 9;
}

.ai_driven .row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 0rem;
  margin-top: 60px;
}
.ai_driven .textbx ul li:not(:last-child) {
  margin-bottom: 2rem;
}

.ai_driven .textbx h4 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%; 
}
.ai_driven .textbx p {
  color: #AAA;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 25.2px */
}

section.ready_to_explore .imgbox {
  max-width: 460px;
  margin: 0 auto 2rem;
}
section.ready_to_explore ul li {
  display: grid;
  grid-template-columns: 35px 1fr;
  align-items: center;
  gap: .75rem;
}
section.ready_to_explore ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}
section.ready_to_explore ul li span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 128%; /* 25.6px */
}
.subscribebox {
  margin-top: 2.5rem;
  display: flex;
  border-radius: 117px;
  background: rgba(102, 102, 102, 0.22);
  backdrop-filter: blur(30px);
  overflow: hidden;
}
.subscribebox input.input_text {
  background: transparent;
  border: 0px;
  border-radius: 0px;
}
.subscribebox .btn.btn_primary {
  border-radius: 0px; 
}
section.upper_footer.pb-0 {
  padding-bottom: 10px;
}
/* .speak_data::before,
.ai_driven::before {
  content: '';
  position: absolute;
  border-radius: 523px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(101, 123, 236, 0.17) 34.5%, rgba(0, 0, 0, 0.00) 100%);
  top: 36px;
  left: 0;
  right: 0;
  width: 656px;
  height: 270px;
  margin: 0 auto;
} */
.ai_driven::before {
  top: 60px;
}

.ready_to_explore.before_gr::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(115deg, #7AC7FF 31.72%, #657BEC 75.61%);
  box-shadow: 7.825px 9.391px 15.651px 0px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(1.228833794593811px);
  height: 120px;
}
.ready_to_explore.before_gr .container {
  position: relative;
  z-index: 99;
}
section.webcast_video_sec.solution_banner h1 {
  line-height: 1.25;
}
.ai_driven.bg_black {
  background: var(--theme-black);
}
.fourth_sec .container_fluid {
  position: relative;
  top: -2rem;
}
.isnt_foru figure {
  max-width: 1265px;
  margin: 2rem auto 0;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.isnt_foru h3 {
  color: var(--theme-white);
  text-align: center;
  font-family: var(--sfpro);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%;
  /* 102.4px */
}

.isnt_foru h3 span {
  background: linear-gradient(115deg, #7AC7FF 54.76%, #657BEC 75.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;  
  font-size: inherit;
  font-style: normal;
  font-weight: 700;
  line-height: 128%;
  display: inline-block;
}

.isnt_foru::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(65% 100% at 50% 50%, #667CEC 30%, rgba(102, 124, 236, 0.4) 100%);
  box-shadow: 7.825px 9.391px 15.651px 0px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(1.228833794593811px);
  height: 120px;

}
.ques_box::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  right: 0;
  height: 9.59px;
  border-radius: 0px 0px 10.14px 10.14px;
  background: linear-gradient(90deg, #3A4787 -0.01%, #667CEC 100.01%);
  box-shadow: 7.825px 9.391px 15.651px 0px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(1.228833794593811px);
}
.ques_box figure.icon {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.ques_box {
  border-radius: 11px;
  border: 1px solid rgba(209, 209, 209, 0.12);
  background: #0F153A38;
  backdrop-filter: blur(30px);
  position: relative;
  padding: 15px 25px;
  color: var(--theme-white);
  overflow: hidden;
  min-width: 150px;
  transition: all .3s ease-in-out;
  margin-right: 30px;
  height: inherit !important;
}
.ques_box h6 {
  color: var(--theme-white);
  font-family: var(--helvetica);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 1rem;
  margin-top: 1rem;

}
ul.secfour { 
  width: 100%;
}
ul.secfour .slick-track {
  display: flex;
}
ul.secfour li {
  height: inherit !important;
}
ul.secfour li {
 padding-inline: 1.125rem;
}
.secfour .ques_box {
  height: 100% !important;
  margin-right: 0px !important;
}
.secfour .ques_box p {
  color: var(--theme-light);
  margin-top: 0;
}
.fourth_sec .container_fluid {
  position: relative;
  top: -2rem;
}
.secfour .slick-list {
  padding: 0 15% 0 0 !important;
}
.secfour .ques_box p {
  color: var(--theme-light);
  margin-top: 0;
}
.isnt_foru img{
  margin-bottom:50px;
  }

/******************************************webcast page **************************************************/
/* ---responsive css webacst--- */

@media screen and (min-width:768px) {
  .isnt_foru img{
    margin-bottom:100px;
    }

  .container_fluid {
    width: 100%;
    max-width: 100%;
    padding-inline-end: 0px;
  }

  .isnt_foru h3 {
    font-size: 44px;
  }

  .isnt_foru::after {
    height: 15vh;
  }


  /* section.webcast_video_sec h1 {
    font-size: 48px;
  } */

  .checkrow .iconsvg svg {
    max-width: 48px;
    height: 48px;
  }

  .checkrow p {
    font-size: 20px;
    max-width: 180px;
  }

  .checkrow {
    padding: 2rem 0;
  }

  .ai_driven ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    text-align: center;
  }

  section.ready_to_explore ul {
    margin-top: 3rem;
  }


  .ques_box{
    padding: 24px 34px;
  }
  .ques_box p {
    font-size: var(--text-xl);
}
}

@media screen and (min-width:992px) {

  .ques_box{
    padding: 34px 54px;
        margin-right: 50px;
  }

  .fourth_sec .container_fluid {
    position: relative;
    top: -3rem;
  }

  .chat_with {
    padding: 12px 30px;
  }

  /* .chat_with span {
    font-size: 20px;
  } */

  .isnt_foru h3 {
    font-size: 60px;
  }

  .checkrow .iconsvg svg {
    max-width: 52px;
    height: 52px;
  }

  .checkrow p {
    font-size: 24px;
    max-width: 180px;
  }

  .checkrow {
    padding: 3rem 0;
  }

  .ready_to_explore .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 2.5rem;
    align-items: center;
  }

  section.ready_to_explore .imgbox {
    max-width: 100%;
    margin: inherit;
  }


}

@media screen and (min-width:1024px) {
 .secfour .ques_box h6 {
    font-size: 30px;
}
.secfour .ques_box p {
  font-size: 24px;
}

  ul.secfour .ques_box {
    min-width: 150px;
    height: 100%;
    padding: 30px 35px;
    margin-right: 0;
}

  .isnt_foru h3 {
    font-size: 80px;
  }

  .isnt_foru::after {
    height: 28.125vh;
  }

  .ai_driven h2+p {
    max-width: 930px;
    margin: 0 auto 1.5rem;
  }

  .ai_driven .row {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 0rem 1.5rem;
  }

  .ai_driven ul {
    display: block;
    text-align: left;
  }

  section.ready_to_explore .imgbox {
    margin-left: -50px;
  }

  section.ready_to_explore ul {
    margin-top: 5rem;
  }

  .gredient_text {
    font-size: 20px;
  }

  .ai_driven .textbx h4 {
    font-size: 24px;
  }


}

@media screen and (min-width:1199px) {



  .ai_driven .textbx ul li:not(:last-child) {
    margin-bottom: 4rem;
  }

  .ai_driven .row .textbx {
    padding-left: 80px;
  }

  .auth-short {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    gap: 2rem;
  }
}


@media screen and (min-width:1440px) {

    .author_sec .media_text span {
        display: block;
        color: #AAA;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.5;
        margin-top: 0rem;
    }

  .secfour .slick-list {
    padding: 0 0 0 0 !important;
}
}

@media screen and (min-width:1599px) {
  .container_fluid {
    max-width: 1920px;
    margin: 0 auto;
  }

  .fourth_sec .container_fluid {
    max-width: 1599px;
  }

}




@media screen and (max-width:599px) {

  section.ready_to_explore ul {
    grid-template-columns: 1fr;
  }


}
.insurancebanner .lockimg{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.insurancebanner .lockimg img{
width: 100%;
}
.insurancebanner .ripple:after {
  animation: ripple 2s 1s ease-out infinite;
  border: solid 2px #7188FF;
  border-radius: 5rem;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.insurancebanner .ripple:before {
  animation: ripple 2s ease-out infinite;
  border: solid 2px #667CEC;
  border-radius: 5rem;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.insurancebanner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 250px;
  background: url(../newimages/solution/insurance-gradiant.png) no-repeat bottom center;
  background-size: contain;
}
.insurancebanner .bannerimage {
display: none;
}
.insurancebanner .container{
padding-top: 150px;
  }