:root {
  scroll-behavior: smooth;
}

html {
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}

body {
  font-family: "Geist", serif;
  background-color: #0c0e19;
  font-size: 16px;
  line-height: 1.7;
  color: #DBEFFBB2;
  min-height: 100vh;
  overflow-x: clip;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "SF-Pro-regular";
}

h1, .h1 {
  font-size: 72px;
}
h1 span, .h1 span {
  color: #158BD4;
}

h2, .h2 {
  font-size: 50px;
}
/*h2 span, .h2 span {
  color: #158BD4;
}*/

h3, .h3 {
  font-size: 38px;
}

h4, .h4 {
  font-size: 32px;
}

h5, .h5 {
  font-size: 26px;
}

h6, .h6 {
  font-size: 20px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.btn {
  font-family: "Geist", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

button,input[type=button],input[type=reset],input[type=submit] {
  padding: 13px 41px
}

.text-purple {
  color: #158BD4 !important;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #158BD4;
}

.text_primary {
  color: #158BD4;
}

.btn {
  font-size: 14px;
  padding: 12px 18px;
  border: 0;
}
.btn.btn-primary {
  background-color: #158BD4;
  border-color: #158BD4;
  color: #ffffff;
  background: radial-gradient(57.1% 242.05% at 53.78% 214.77%, #25A8F9 21.96%, #158BD4 51.78%, #2D27DD 100%);
}
.btn.btn-primary:hover {
  background-color: #158BD4;
  color: #ffffff;
  box-shadow: none;
  background-size: 400% 200%;
}
.btn.btn-primary:active {
  background-color: #158BD4;
  border-color: #158BD4;
}
.btn.btn-link {
  text-decoration: none;
  color: #ffffff;
}
.btn.btn-link:hover {
  color: #cec1f1;
}
.btn.btn-secondary {
  background-color: transparent;
  color: #ffffff;
}
.btn.btn-secondary:hover {
  background-color: #ffffff;
  color: transparent;
}
.btn.btn-light {
  background: linear-gradient(0deg, rgba(21, 66, 212, 0.5), rgba(21, 66, 212, 0.5)), linear-gradient(135.86deg, rgba(255, 255, 255, 0.32) 5.24%, rgba(255, 255, 255, 0.1) 51.01%);
  backdrop-filter: blur(17.831668853759766px);
  color: #ffffff;
  border-radius: 50px;
  border: 0;
  padding: 11px 32px;
}
.btn.btn-light svg {
  margin-left: 10px;
}
.btn.btn-gradient {
  background: radial-gradient(57.1% 242.05% at 53.78% 214.77%,#25a8f9 21.96%,#158bd4 51.78%,#2d27dd 100%);
  overflow: hidden;
  position: relative;
  border-radius: 32px;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.btn.btn-gradient:hover {
  background-size: 400% 200%;
}
.btn.btn-gradient:active {
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
}
.btn.btn-outline {
  font-size: 16px;
  border: 1px solid #658ea7;
  overflow: hidden;
  position: relative;
  border-radius: 32px;
  color: #fff;
}
.btn.btn-outline:hover {
    background: radial-gradient(57.1% 242.05% at 53.78% 214.77%, #25a8f9 21.96%, #158bd4 51.78%, #2d27dd 100%);
    border-color: #2d27dd;
}
.btn.btn-outline:active {
  color: #ffffff;
  border-color: #9c98a5ad;
}
.btn.btn-outline-white {
  box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 6px 12px 0px rgba(255, 255, 255, 0.1215686275) inset;
  color: #cec1f1;
  border-radius: 24px;
}

.text-gradient {
  color: #ffffff;
}

.heading-gradient {
  background: linear-gradient(114.38deg, #006fff 35.46%, #fa7c0b 64.04%, #c7f376 91.76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lg-heading {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.19;
  color: #FFFFFF;
}

.chip {
  padding: 9px 19.5px;
  font-size: 14px;
  line-height: 1.22;
  background-color: rgba(117, 68, 255, 0.1);
  color: #FFFFFF !important;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 12px;
  position: relative;
  margin: 0 auto 10px !important;
  background: #0d0e19;
  text-align: center;
}
.chip:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(217.81deg, #9DE8EE 25.05%, #9DE8EE 25.05%, #FA7C0B 51.71%, #009EFF 79.45%);
  border-radius: 12px;
  z-index: -1;
  margin: -1px;
  animation: borderChange 5s linear infinite;
}

header {
  min-height: 85px;
}
header.header-sticky .navbar {
  background-color: #0c0e19;
  box-shadow: 0px 2px 1px 0px rgba(8, 8, 8, 0.2), 0px 4px 4px 0px rgba(8, 8, 8, 0.0784313725), 0px 1px 5px 0px rgba(255, 255, 255, 0.2) inset, 0px 0px 10px 0px rgba(255, 255, 255, 0.1215686275) inset;
}
header .navbar {
  padding: 20px 0;
  z-index: 999;
}
header .navbar .navbar-brand {
  margin: 0;
}
header .navbar .navbar-toggler {
  color: #ffffff;
  box-shadow: none;
  padding: 0;
}
header .navbar .navbar-nav {
  box-shadow: 0px 1px 2px 0px #08080833, 0px 4px 4px 0px #08080814, 0px 1px 1px 0px #FFFFFF33 inset, 0px 6px 12px 0px #FFFFFF1F inset;
  background: #FFFFFF0D;
  padding: 6px 20px;
  border-radius: 20px;
}
header .navbar .navbar-nav .nav-item .nav-link, header .dropdown .nav-link {
  color: #e5e7eb;
  padding: 5px 15px;
  font-weight: 600;
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #DBEFFBB2;
}
header .navbar .navbar-nav .nav-item .nav-link:hover.dropdown-toggle:after {
  background-image: url("../images/arrowDownBlue.webp");
}
header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  border: 0;
  background-image: url("../images/arrowDown.webp");
  vertical-align: 2px;
  width: 9px;
  height: 5px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
header .dropdown .nav-link:after {
  content: '';
  display: inline-block;
  border: 0;
  background-image: url("../images/arrowDown.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: 2px;
  width: 9px;
  height: 5px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
header .navbar .navbar-nav .nav-item .dropdown-menu {
  background-color: #0c0e19;
  box-shadow: 0px 1px 2px 0px rgba(8, 8, 8, 0.2), 0px 4px 4px 0px rgba(8, 8, 8, 0.0784313725), 0px 1px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 6px 12px 0px rgba(255, 255, 255, 0.1215686275) inset;
}
header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff;
  font-size: 14px;
}
header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #cec1f1;
}
header .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
header .navbar .header-right {
  display: flex;
}

.running-star {
  position: absolute;
  top: 0;
  z-index: -1;
}
.running-star span {
  height: 84px;
  width: 2px;
  display: block;
}
.running-star.effect-1 {
  right: 0;
  top: -75%;
  animation: star1 6s ease-in-out infinite;
}
.running-star.effect-1 span {
  transform: rotate(90deg);
  background: linear-gradient(70.77deg, #6224FF -0.29%, #FFFFFF 24.28%, #1561D4 42.32%, #1561D4 68.24%, #000000 96.84%);
  background-blend-mode: screen;
}
.running-star.effect-2 {
  right: 50%;
  top: -40%;
  animation: star1 7s ease-in-out infinite;
}
.running-star.effect-2 span {
  transform: rotate(90deg);
  background: linear-gradient(70.77deg, #6224FF -0.29%, #FFFFFF 24.28%, #1561D4 42.32%, #1561D4 68.24%, #000000 96.84%);
  background-blend-mode: screen;
}
.running-star.effect-3 {
  right: 0;
  animation: star1 5s ease-in-out infinite;
}
.running-star.effect-3 span {
  transform: rotate(90deg);
  background: linear-gradient(70.77deg, #6224FF -0.29%, #FFFFFF 24.28%, #1561D4 42.32%, #1561D4 68.24%, #000000 96.84%);
  background-blend-mode: screen;
}

.integrations-section {
  position: relative;
  padding: 75px 0 35px;
}
.integrations-section .seamless-functionality {
  position: relative;
  background-image: url("../images/seamless-dotted-pattern.webp");
  background-repeat: no-repeat;
  background-position: top center;
  pointer-events: none;
}
.integrations-section .seamless-functionality .seamless-logo {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 10px;
  margin: 0 auto;
  display: table;
}
.integrations-section .seamless-functionality .seamless-logo:before {
  content: "";
  text-align: center;
  top: -14px;
  left: 0;
  position: absolute;
  width: 205px;
  height: 29px;
  background: radial-gradient(50% 50% at 50% 50%, #ff20b5 0.5%, rgba(0, 0, 0, 0) 100%);
  background-blend-mode: screen;
  opacity: 0.5;
  z-index: 9;
  right: 0;
  margin: 0 auto;
}
.integrations-section .seamless-functionality .seamless-logo .seamless-logo-inner {
  overflow: hidden;
  margin: 1px;
  background-color: #0c0e19;
  border-radius: 10px;
  padding: 14px;
}
.integrations-section .seamless-functionality .seamless-logo .seamless-logo-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #7544ff 0%, #a22dbd 29.97%, #7544ff 80.31%, #a22dbd 119.87%);
  border-radius: 10px;
  z-index: -1;
}

.ai-platform-section {
  padding: 35px 0;
  position: relative;
}
.ai-platform-section .swiper-slide {
  height: auto;
}
.ai-platform-section .swiper-slide .ai-platform-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  border-radius: 15px;
}
.ai-platform-section .swiper-slide:nth-child(even):hover img {
  transform: rotate(-3deg) scale(1.05);
}
.ai-platform-section .swiper-slide:nth-child(odd):hover img {
  transform: rotate(3deg) scale(1.05);
}
.ai-platform-section .swiper-slide:nth-child(1n) .ai-platform-box:before {
  background: radial-gradient(111.39% 111.39% at 51.89% 114.92%, #0A5CF3 0%, rgba(12, 14, 25, 0.332609) 55.8%, rgba(12, 14, 25, 0.2) 100%);
}
.ai-platform-section .swiper-slide:nth-child(2n) .ai-platform-box:before {
  background: linear-gradient(318.87deg, rgba(12, 14, 25, 0.332609) 81.79%, rgba(10, 92, 243, 0.5) 97.54%, rgba(51, 30, 112, 0.2) 121.86%);
}
.ai-platform-section .swiper-slide:nth-child(3n) .ai-platform-box:before {
  background: radial-gradient(107.59% 107.59% at 113.52% 115.97%, rgba(10, 92, 243, 0.5) 0%, rgba(12, 14, 25, 0.332609) 55.8%, #0C0E19 100%);
}
.ai-platform-section .swiper-slide:nth-child(4n) .ai-platform-box:before {
  background: radial-gradient(91.62% 82.59% at 22.53% 100%, rgba(10, 92, 243, 0.5) 0%, rgba(12, 14, 25, 0.332609) 31.7%, #0C0E19 100%);
}
.ai-platform-section .swiper-slide:nth-child(5n) .ai-platform-box:before {
  background: radial-gradient(101.74% 102.12% at 84.16% 103.4%, rgba(10, 92, 243, 0.5) 0%, rgba(12, 14, 25, 0.332609) 31.7%, #0C0E19 100%);
}
.ai-platform-section .swiper-slide:nth-child(6n) .ai-platform-box:before {
  background: radial-gradient(137.35% 123.69% at 127.85% 169.69%, #0c0e19 35.62%, rgba(10, 92, 243, 0.5) 1.02%, rgba(12, 14, 25, .2) 100%);
}
.ai-platform-section .ai-platform-box {
  border-radius: 15px;
  position: relative;
  background-color: #0c0e19;
  padding: 20px;
  margin: 1px;
  height: 100%;
}
.ai-platform-section .ai-platform-box:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(141.84deg, rgba(99, 91, 121, 0.2) 6.53%, #a68ded 90.53%);
  z-index: -1;
  border-radius: 15px;
  margin: -1px;
  opacity: 0.5;
}
.ai-platform-section .ai-platform-box img {
  transition: all 0.2s ease-in-out;
  margin-bottom: 20px;
  max-height: 160px;
  margin: 0 auto 10px;
  display: table;
  position: relative;
}
.ai-platform-section .ai-platform-box h3, .ai-platform-section .ai-platform-box .h3 {
  font-family: "SF-Pro-medium";
  position: relative;
  font-size: 26px;
  background: linear-gradient(90deg, #F1FAFF 0%, #C6E5F9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ai-platform-section .ai-platform-box p {
  position: relative;
}
.ai-platform-section .ai-platform-box a {
  color: #158BD4;
  position: relative;
}
.ai-platform-section .slider-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.ai-platform-section .slider-arrows [class*=-arrow] {
  width: 45px;
  height: 45px;
  line-height: 42px;
  margin: 2px 6px;
  text-align: center;
  border-radius: 100%;
}
.ai-platform-section .circle-animation {
  opacity: .2;
}
.ai-platform-section .circle-animation span {
  animation: none !important;
}
.ai-platform-section .circle-animation span:first-child {
  width: 95%;
  height: 95%;
}
.ai-platform-section .circle-animation span:nth-child(2) {
  width: 80%;
  height: 80%;
  z-index: 1;
}
.ai-platform-section .circle-animation span:nth-child(3) {
  width: 62%;
  height: 62%;
  z-index: 1;
}

.circle-animation {
  border-radius: 100%;
  max-height: 650px;
  height: 100%;
  max-width: 650px;
  width: 100%;
  position: absolute;
  left: 50%;
  right: 0;
  top: 60%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -3;
}
.circle-animation span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  background: #0c0e19;
  animation: ripple 3s linear infinite;
  animation-delay: 3s;
  margin: auto;
}
.circle-animation span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 50%;
  background: #0c0e19;
  z-index: -1;
}
.circle-animation span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(206, 193, 241, 0) 30.17%, #cec1f1 169.75%);
  z-index: -2;
  margin: -1px;
  opacity: 60%;
}
.circle-animation span:nth-child(2) {
  animation-delay: 1s;
}
.circle-animation span:nth-child(3) {
  animation-delay: 1.5s;
}
.circle-animation span:nth-child(4) {
  animation-delay: 2s;
}
.circle-animation span:nth-child(5) {
  animation-delay: 2.5s;
}
.circle-animation span:nth-child(6) {
  animation-delay: 3s;
}

@keyframes ripple {
  0% {
    transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  50% {
    transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.dropdown-toggle:after {
  border: none;
  height: 6px;
  width: 10px;
  background: url(../images/down-arrow.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: 0.055em;
}

.hero-check li {
  font-size: 16px;
  font-weight: 500;
}

.hero-section {
  position: relative;
  padding: 50px 0 54px;
  overflow: hidden;
}
.hero-section:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 716px;
  pointer-events: none;
  background: radial-gradient(39.17% 63.97% at 50% 50%, #0D99F0 0.5%, rgba(0, 0, 0, 0) 50%);
  background-blend-mode: screen;
  mix-blend-mode: hard-light;
  opacity: 0.5;
  z-index: -1;
}
.hero-section h1, .hero-section .h1 {
  font-weight: 800;
  font-size: 72px;
  color: #ffffff;
}
.hero-section h1 b, .hero-section .h1 b {
  background: linear-gradient(114.38deg, #006FFF 35.46%, #FA7C0B 64.04%, #C7F376 91.76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-section p {
  font-size: 16px;
  color: #e5e7eb;
  max-width: 743px;
  width: 100%;
  margin: 12px auto 0px;
}
.hero-section .btn-gradient {
  font-size: 16px;
}
.hero-section .btn.btn-outline {
  margin-left: 15px;
}
.hero-section ul li {
  padding-left: 26px;
  position: relative;
  margin-right: 34px;
  color: #E5E7EB;
  font-size: 16px;
  margin-bottom: 12px;
  width: -moz-fit-content;
  width: fit-content;
}
.hero-section ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  height: 18px;
  width: 18px;
  background-image: url(../images/right-tick.webp);
  background-size: contain;
}
.hero-section ul li:last-child {
  margin-right: 0;
}
.hero-section .chip {
  padding: 8px 16px;
  background-color: transparent;
}
.hero-section .chip:after {
  padding: 1px;
  background: linear-gradient(189deg, #9de8ee 25.05%, #9de8ee -4.95%, #fa7c0b 71.71%, #5661f6 79.45%);
  -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);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  animation: borderChange 5s linear infinite;
}
.hero-section .video-wrapper .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  height: 91px;
  width: 91px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(35.36% 35.36% at 50% 50%, rgba(255, 255, 255, 0.4) 0%, rgba(131, 30, 255, 0.4) 100%);
  animation: pulse 2s ease-in-out infinite;
}
.hero-section .video-wrapper .play-icon img {
  margin-right: -10px;
}
.hero-section .bg-square {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 100%;
  min-width: 992px;
  max-width: 1140px;
  transform: translateX(-50%);
  pointer-events: none;
}
.hero-section .pink-half {
  position: absolute;
  left: 6%;
  top: 3%;
  width: 25vw;
  pointer-events: none;
  animation: move 5s linear infinite;
  transform: translateX(25px);
}
.hero-section .purple-half {
  position: absolute;
  right: 8%;
  top: 25%;
  width: 25vw;
  pointer-events: none;
  animation: move 4s linear infinite;
  transform: translateX(25px);
}
.hero-usecase-data {
  display: flex;
  justify-content: center;
  align-items: center;
}
.credit-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-right: 1px solid;
  padding-right: 15px;
}
.free-trial {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-left: 15px;
}

.tabs-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  background-color: #0d0e19;
  border-radius: 50px;
}
.tabs-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  background: linear-gradient(180deg, #443f51 0%, #5a4e78 67%, #443f51 100%);
  z-index: -1;
  margin: -1px;
}
.tabs-wrapper .nav-tabs {
  padding: 5px;
  border: 0;
}
.tabs-wrapper .nav-tabs .nav-link {
  border-radius: 50px;
  padding: 9px 35px;
  font-size: 16px;
  line-height: 1.19;
  font-weight: 500;
  color: #DBEFFBB2;
  font-family: "SF-Pro-medium";
  position: relative;
  border: 0;
}
.tabs-wrapper .nav-tabs .nav-link:hover, .tabs-wrapper .nav-tabs .nav-link:focus {
  isolation: unset !important;
}
.tabs-wrapper .nav-tabs .nav-link span {
  position: relative;
  z-index: 2;
}
.tabs-wrapper .nav-tabs .nav-link.active {
  background: linear-gradient(135.86deg, #1568D4 5.24%, #071a31 51.01%);
  color: #DBEFFB;
}
.tabs-wrapper .nav-tabs .nav-link.active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -1px;
  z-index: -1;
  background: linear-gradient(168.01deg, #9176e4 -9.63%, #241d42 100.36%);
  border-radius: 50px;
}

.company-section {
  position: relative;
  padding-bottom: 70px;
}
.company-section p.company-content {
  max-width: 1005px;
  margin: 10px auto 16px auto;
  text-align: center;
  background: radial-gradient(120.31% 117.73% at 52.11% 121.26%, #0969E7 0%, rgba(12, 14, 25, 0.332609) 55.8%, rgba(12, 14, 25, 0.2) 100%);
  border: 0.6px solid #5c5370ad;
  backdrop-filter: blur(15px);
  padding: 28px 15px;
  border-radius: 15px;
}
.company-section .company-logo-wrapper {
  max-width: 1005px;
  width: 100%;
  margin: 35px auto 25px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}
.company-section .company-logo-wrapper .company-logo {
  padding: 8px 12px;
  height: 57px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 186px;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}
.company-section .company-logo-wrapper .company-logo:hover {
  background: #158BD4;
}
.company-section .company-logo-wrapper .company-logo:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, #443f51 0%, #776c94 67%, #443f51 100%);
  border-radius: 12px;
  padding: 1px;
  -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);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.company-section .company-logo-wrapper .company-logo:hover img {
    filter: brightness(0) invert(1);
}

.blue-gradient {
  position: relative;
}
.blue-gradient:before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 1050px;
  left: -140px;
  top: -100px;
  height: 300px;
  background: radial-gradient(21.31% 30.78% at 50% 50%, #4100c4 0.5%, rgba(0, 0, 0, 0) 100%);
  background-blend-mode: screen;
  mix-blend-mode: hard-light;
  opacity: 0.7;
  pointer-events: none;
  z-index: -1;
}

.why-use-section {
  position: relative;
}
.why-use-section .radial-pink {
  position: absolute;
  height: 1241px;
  width: 1241px;
  background: radial-gradient(50% 50% at 50% 50%, #fa7c0b 0.5%, rgba(0, 0, 0, 0) 100%);
  background-blend-mode: screen;
  right: 92%;
  bottom: 15%;
}

.use-card {
  padding: 45px 30px 0;
  background: linear-gradient(146.03deg, #15192E 1.35%, #0C0E19 79.87%);
  border: 1px solid #443f51;
  border-radius: 15px;
  position: relative;
  height: 100%;
}
.use-card .small-grill {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.use-card .head h3, .use-card .head .h3 {
  margin-left: 15px;
  font-size: 26px;
  color: #FFFFFF;
}
.use-card .text-center.position-relative {
  padding-top: 50px;
}
.use-card.pink:before {
  position: absolute;
  content: "";
  left: -70px;
  top: -42px;
  width: 100%;
  height: 87px;
  background-blend-mode: screen;
  mix-blend-mode: plus-lighter;
  background-image: url('../images/whyUs-1.webp');
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
.use-card.blue:before {
  position: absolute;
  content: "";
  left: 0;
  right: 29.64%;
  bottom: -48px;
  height: 87px;
  background-blend-mode: screen;
  mix-blend-mode: plus-lighter;
  background-image: url('../images/whyUs-2.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

.circle-bg {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  max-width: 300px;
  max-height: 300px;
  pointer-events: none;
}
.circle-bg span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  margin: auto;
  border: 1px solid #443f51;
  animation: ripple 3s linear infinite;
  transform: scale(0);
}
.circle-bg span:nth-child(2) {
  animation-delay: 5s;
}
.circle-bg span:nth-child(3) {
  animation-delay: 4s;
}
.circle-bg span:nth-child(4) {
  animation-delay: 3s;
}
.circle-bg span:nth-child(5) {
  animation-delay: 2s;
}
.circle-bg span:nth-child(6) {
  animation-delay: 1s;
}

.how-works-section {
  position: relative;
}
.how-works-section .img-grill {
  position: absolute;
  bottom: 3.6%;
  right: 12%;
  pointer-events: none;
  z-index: -1;
}
.how-works-section .purple-small-half {
  max-width: 363px;
  height: auto;
  position: absolute;
  bottom: 12%;
  left: 0;
  transform: rotate(180deg);
}
.how-works-section .nav {
  max-width: 914px;
  min-width: 914px;
  margin: 0 auto;
  justify-content: space-between;
}
.how-works-section .tabs-wrapper {
  overflow-x: auto;
  width: 100%;
  border-radius: 0;
}
.how-works-section .tabs-wrapper:after {
  display: none;
}
.how-works-section .nav-tabs .nav-link {
  padding: 13px 8px !important;
  background: linear-gradient(135.86deg, rgba(177, 177, 177, 0.32) 5.24%, rgba(54, 53, 103, 0.2) 51.01%);
  border-radius: 24px;
  min-width: 170px;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #DBEFFB80;
  position: relative;
}
.how-works-section .nav-tabs .nav-link:before {
  position: absolute;
  content: "";
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 0.5px dashed #cec1f1;
  left: 100%;
  width: 100%;
  max-width: 78px;
  opacity: 0.5;
}
.how-works-section .nav-tabs .nav-link span {
  margin-left: 4px;
  line-height: normal;
}
.how-works-section .nav-tabs .nav-link.active {
  background: linear-gradient(135.86deg, #1568D4 5.24%, #071a31 51.01%);
  color: #ffffff;
}
.how-works-section .nav-tabs .nav-link.active:before {
  border: none;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(102.59deg, #9DE8EE .29%, #FA7C0B 16.69%, #158BD4 33.01%);
  opacity: 1;
  animation: lineFill 1s linear;
}
.how-works-section .nav-tabs .nav-item:last-child .nav-link:before {
  display: none;
}

.security-section {
  position: relative;
}
.security-section .security-card {
  padding: 16px;
}
.security-section .security-card .img-out {
  height: 46px;
  width: 46px;
  border-radius: 10px;
  background: linear-gradient(136.71deg, #4463FF -26.6%, rgba(37, 55, 102, 0.2) 51.03%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.security-section .security-card h3, .security-section .security-card .h3 {
  font-size: 22px;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #F1FAFF 0%, #C6E5F9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.security-section .security-card p {
  margin-bottom: 0;
  color: #DBEFFBB2;
}
.security-section .security-card.bordered:before {
  position: absolute;
  content: "";
  height: 130px;
  width: 3px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, #158BD4 0%, #8ED4FF 100%);
  top: 0;
  left: 33.33%;
  z-index: 2;
  /*animation: upDownMd 3s linear infinite alternate;*/
  animation: unset;
}
.security-section .security-card.bordered:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 33.33%;
  width: 1px;
  background: linear-gradient(180deg, #cec1f1 50.76%, #080a10 102.27%);
}
.security-section .security-card.bordered.one:after {
  left: calc(66.66% - 1px);
}
.security-section .security-card.bordered.one:before {
  left: calc(66.66% - 1px);
  /*animation: upDownMd 3s linear infinite alternate-reverse;*/
  animation: unset;
  top: unset;
  bottom: 0;
}
.security-section .circle-animation {
  top: 50%;
  right: auto;
  left: 15%;
  width: 850px;
  height: 850px;
}
.security-section .circle-animation span:after {
  content: "";
  background: linear-gradient(1deg, rgba(206, 193, 241, 0) 10.17%, #cec1f1 69.75%);
  opacity: 0.3;
}
.security-section .circle-animation.circle-right {
  left: 100%;
  top: 100%;
}
.security-section .circle-animation.circle-right span:after {
  content: "";
  background: linear-gradient(225deg, rgba(206, 193, 241, 0) 10.17%, #cec1f1 69.75%);
  opacity: 0.3;
}

.all-in-one-tool-section {
  position: relative;
}
.all-in-one-tool-section .security-card {
  padding: 16px;
}
.all-in-one-tool-section .security-card .security-inner {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.all-in-one-tool-section .security-card .img-out {
  height: 46px;
  width: 46px;
  border-radius: 10px;
  background: linear-gradient(136.71deg, #4463FF -26.6%, rgba(37, 55, 102, 0.2) 51.03%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  flex: none;
}
.all-in-one-tool-section .security-card a {
  font-size: 22px;
  margin-bottom: 10px;
}
.all-in-one-tool-section .security-card a:hover {
  color: #ffffff;
}
.all-in-one-tool-section .security-card p {
  margin-bottom: 0;
}
.all-in-one-tool-section .security-card.bordered:before {
  position: absolute;
  content: "";
  height: 130px;
  width: 3px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, #158BD4 0%, #8ED4FF 100%);
  top: 0;
  left: 33.33%;
  z-index: 2;
  animation: upDownMd 3s linear infinite alternate;
}
.all-in-one-tool-section .security-card.bordered:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 33.33%;
  width: 1px;
  background: linear-gradient(180deg, #cec1f1 50.76%, #080a10 102.27%);
}
.all-in-one-tool-section .security-card.bordered.one:after {
  left: calc(66.66% - 1px);
}
.all-in-one-tool-section .security-card.bordered.one:before {
  left: calc(66.66% - 1px);
  animation: upDownMd 3s linear infinite alternate-reverse;
}
.all-in-one-tool-section .circle-animation {
  top: 50%;
  right: auto;
  left: 15%;
  width: 850px;
  height: 850px;
}
.all-in-one-tool-section .circle-animation span:after {
  content: "";
  background: linear-gradient(1deg, rgba(206, 193, 241, 0) 10.17%, #cec1f1 69.75%);
  opacity: 0.3;
}
.all-in-one-tool-section .circle-animation.circle-right {
  left: 100%;
  top: 100%;
}
.all-in-one-tool-section .circle-animation.circle-right span:after {
  content: "";
  background: linear-gradient(225deg, rgba(206, 193, 241, 0) 10.17%, #cec1f1 69.75%);
  opacity: 0.3;
}

.accordion {
  margin-top: 20px;
}
.accordion .accordion-item {
  background-color: #0d0e19;
  position: relative;
  border: 0;
  margin-bottom: 20px;
  border-radius: 15px;
}
.accordion .accordion-item:last-of-type {
  margin-bottom: 0;
}
.accordion .accordion-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(132.56deg, rgba(99, 91, 121, 0.2) 60.26%, rgba(166, 141, 237, 0.2) 127.14%);
  border-radius: 15px;
  z-index: -1;
  margin: -1px;
}
.accordion .accordion-item .accordion-button {
  background-color: transparent;
  box-shadow: none;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.19;
  padding: 20px 15px 20px 24px;
  position: relative;
  z-index: 2;
  font-family: "SF-Pro-medium";
  gap: 5px;
}
.accordion .accordion-item .accordion-button:after {
  height: 36px;
  width: 36px;
  border-radius: 10px;
  background: linear-gradient(136.71deg, #4463FF -26.6%, rgba(37, 55, 102, 0.2) 51.03%), url("../images/plus.webp");
  background-position: center;
  background-repeat: no-repeat;
}
.accordion .accordion-item .accordion-button:not(.collapsed):after {
  transform: rotate(0);
  background: linear-gradient(136.71deg, #4463FF -26.6%, rgba(37, 55, 102, 0.2) 51.03%), url("../images/minus.webp");
  background-position: center;
  background-repeat: no-repeat;
}
.accordion .accordion-item .accordion-button > div {
  display: flex;
}
.accordion .accordion-item .accordion-button span {
  margin-right: 14px;
  display: block;
}
.accordion .accordion-item .accordion-body {
  padding: 0 25px 25px 61px;
  background: radial-gradient(64.28% 96.62% at 54.76% 105%, rgba(11, 76, 241, 0.5) 0%, rgba(12, 14, 25, 0.332609) 55.8%, #0C0E19 100%);
  color: rgba(206, 193, 241, .5019607843);
  font-weight: 500;
  line-height: 1.7;
}
.accordion .accordion-item .accordion-body p {
  color: #DBEFFBB2;
  font-weight: 500;
  line-height: 1.7;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

.tool-action-section {
  padding-top: 70px;
}
.tool-action-section .text-gradient {
  margin-bottom: 10px;
}
.tool-action-section .wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.tool-action-section .wrapper .box-wrap {
  border-radius: 20px;
  position: relative;
  padding: 15px 0;
  margin-top: 9px;
  pointer-events: none;
}
.tool-action-section .wrapper .box-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(112.19deg, #15192e 1.62%, rgba(68, 59, 122, 0.3) 49.09%, rgba(164, 146, 214, 0.1) 102.8%);
  border-radius: 15px;
  padding: 1px;
  z-index: -1;
  -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);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.benefit-section {
  padding-top: 70px;
}
.benefit-section .benefit-wrapper {
  background-image: url("../images/benefit-bg.webp");
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
.benefit-section .first-row {
  margin: 35px auto 0;
}
.benefit-section .second-row {
  max-width: 1575px;
  margin: 65px auto 0;
}
.benefit-section .second-row .row {
  width: 100%;
  margin: 0;
}
.benefit-section .second-row .chart {
  transform: scale(1.25) translateY(-48px);
  /*animation: lineAnimation 20s linear infinite;*/
}
.benefit-section .second-row .chart .reverse {
  animation: lineAnimationReverse 20s linear infinite;
}
.benefit-section .second-row .bg {
  position: absolute;
  mix-blend-mode: hard-light;
  transform: scale(1);
  left: 0;
  top: -30px;
  z-index: -1;
}
.benefit-section .single-benefit {
  text-align: center;
}
.benefit-section .single-benefit .image-wrap {
  margin-bottom: 12px;
  height: 43px;
  width: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}
.benefit-section .single-benefit h3, .benefit-section .single-benefit .h3 {
  font-family: "SF-Pro-medium";
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 20px;
}
.benefit-section .single-benefit p {
  color: #DBEFFB;
  opacity: 0.8;
  margin-bottom: 0;
}
.benefit-section .animate-box {
  position: relative;
  margin-top: -50px;
}
.benefit-section .animate-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  /*transform: translate(-50%, -50%);*/
  transform: translate(-50%,-50%) rotate(-390deg);
  /*animation: rotate 5s linear infinite;*/
}
/*.benefit-section .animate-box .inner img {
  animation-delay: 0.5s;
  animation-duration: 3s;
}*/
/*.benefit-section .animate-box .logo img {
  animation: zoom 1s linear infinite;
}*/

.testimonial-main {
  padding-top: 140px;
  position: relative;
}
.testimonial-main .bg-shape {
  position: absolute;
  bottom: 0;
}
.testimonial-main .wrapper {
  margin: 0 60px;
}
.testimonial-main .wrapper .testimonial-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  margin-top: 12px;
  pointer-events: none;
}
.testimonial-main .wrapper .testimonial-container:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  background: linear-gradient(180deg, #0c0e19 6.99%, rgba(12, 14, 25, 0) 100%);
  height: 75px;
  z-index: 10;
}
.testimonial-main .wrapper .testimonial-container:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: linear-gradient(0deg, #0c0e19 6.99%, rgba(12, 14, 25, 0) 100%);
  height: 75px;
  z-index: 10;
}
.testimonial-main .wrapper .swiper {
  width: calc(33.33% - 50px);
  height: 450px;
  overflow: hidden;
}
.testimonial-main .wrapper .swiper .swiper-slide {
  height: auto;
  min-height: 80px;
}
.testimonial-main .wrapper .swiper .swiper-slide .single-review .person-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.testimonial-main .wrapper .swiper .swiper-slide .single-review .person-info img {
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background: linear-gradient(112.19deg, #15192e 1.62%, rgba(68, 59, 122, 0.3) 49.09%, rgba(164, 146, 214, 0.1) 102.8%);
}
.testimonial-main .wrapper .swiper .swiper-slide .single-review .person-info .name-box p {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.19;
  font-family: "SF-Pro-medium";
  margin-bottom: 4px;
}
.testimonial-main .wrapper .swiper .swiper-slide .single-review .person-info .name-box span {
  color: #DBEFFB;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
}
.testimonial-main .wrapper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.testimonial-main .wrapper .btn-primary {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
}

.create-bot-section {
  padding: 70px 0;
}
.create-bot-section .wrapper {
  position: relative;
  padding: 50px 16px;
  overflow: hidden;
  border-radius: 15px;
  background-image: url("../images/create-bot-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.create-bot-section .wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(132.74deg, rgba(99, 91, 121, 0.2) 60.17%, rgba(166, 141, 237, 0.5) 107.95%);
  border-radius: 15px;
  padding: 1px;
  -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);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.create-bot-section .wrapper .doc-img {
  position: absolute;
  top: 12px;
  right: 15%;
  transform: rotate(-10.9deg);
}
.create-bot-section .wrapper .txt-img {
  position: absolute;
  bottom: 60px;
  right: 10%;
  transform: rotate(10.9deg);
}
.create-bot-section .wrapper .pdf-img {
  position: absolute;
  top: 51px;
  left: 12%;
  transform: rotate(14.97deg);
}
.create-bot-section .wrapper .gif-img {
  position: absolute;
  bottom: 40px;
  left: 55px;
  transform: rotate(-16.91deg);
}
.create-bot-section .wrapper .create-bot-text {
  margin: 15px auto 15px;
  font-family: "SF-Pro-regular";
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
}
.create-bot-section ul li {
  padding-left: 26px;
  position: relative;
  margin-right: 34px;
  color: #e5e7eb;
  font-size: 16px;
  margin-bottom: 15px;
  width: -moz-fit-content;
  width: fit-content;
}
.create-bot-section ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  height: 18px;
  width: 18px;
  background-image: url(../images/right-tick.webp);
  background-size: contain;
}
.create-bot-section .btn.btn-primary {
  padding: 12px 30px;
}

.faq-section {
  padding-bottom: 60px;
}
.faq-section .text-gradient {
  margin-bottom: 20px;
}
.faq-section .tab-content {
  max-width: 1060px;
  margin: 0 auto;
}
.faq-contact {
  padding-top: 25px;
  text-align: center;
}
.faq-contact a {
  position: relative;
  background: linear-gradient(114.38deg, #006FFF 74.36%, #FA7C0B 83.19%, #C7F376 91.76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faq-contact a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(114.38deg, #006fff 74.36%, #fa7c0b 83.19%, #c7f376 91.76%);
  transform-origin: center;
}

.section-content {
  margin: 0 auto 20px auto;
  text-align: center;
}
a.common-link:hover {
  color: #158BD4;
}

.row-gap-4 {
  row-gap: 1.5rem;
}
footer {
  padding: 40px 0;
  border: 1px solid;
  border-bottom: 0;
  border-image-source: linear-gradient(132.56deg, rgba(99, 91, 121, 0.2) 60.26%, rgba(166, 141, 237, 0.2) 127.14%);
  border-image-slice: 1;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
footer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(64.28% 96.62% at 54.76% 105%, rgba(11, 76, 241, 0.5) 0%, rgba(12, 14, 25, 0.332609) 55.8%, #0C0E19 100%);
  z-index: -1;
}
footer a.navbar-brand.p-0 {
  display: inline-block;
}
footer p.footer_content {
    margin: 10px 0;
    color: #ffffff;
}
footer .email {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 14px;
}
footer .social-links {
  display: flex;
  gap: 6px;
}
footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  position: relative;
}
footer .social-links a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(136.71deg, #158BD4 -26.6%, rgba(54, 53, 103, 0.2) 51.03%);
}
footer .social-links a:hover:after {
  transform: rotate(180deg);
}
footer .list {
  margin-top: 16px;
}
footer .list h2, footer .list .h2 {
  color: #DBEFFB;
  margin-bottom: 18px;
  font-family: "SF-Pro-medium";
  font-size: 20px;
}
footer .list li {
  margin-bottom: 10px;
}
footer .list li:last-of-type {
  margin-bottom: 0;
}
footer .list a {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  transition: all 0.2s ease-in-out;
}
footer .list a:hover {
  color: #DBEFFBB2;
}

.ask-anything-img {
  position: absolute;
  right: -7%;
  top: 12%;
}

.upload-left-img {
  position: absolute;
  left: -9%;
  top: 36%;
}

.copilot-left-img {
  position: absolute;
  left: -3%;
  top: 47%;
}

.chat-copilot-left-img {
  position: absolute;
  left: 2.5%;
  top: 62%;
}

@keyframes ripple {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  50% {
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes upDownMd {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(150%);
  }
}
@keyframes upDownSm {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(340%);
  }
}
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes zoom {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes lineAnimation {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -400;
  }
}
@keyframes lineAnimationReverse {
  0% {
    stroke-dashoffset: -400;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes lineFill {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes move {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-25px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes blogmove {
  0% {
    transform: translateX(0px) rotate(25deg);
  }
  50% {
    transform: translateX(-25px) rotate(25deg);
  }
  100% {
    transform: translateX(0px) rotate(25deg);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes star1 {
  0% {
    transform: rotate(315deg) translateX(50px);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: rotate(315deg) translateX(-2500px);
    opacity: 0;
  }
}
.cd-headline.cd-words-wrapper {
  vertical-align: top;
  perspective: 300px;
  position: relative;
  display: inline-block;
  text-align: left;
}
.cd-headline b {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 50% 100%;
  opacity: 0;
}
.cd-headline b.is-visible {
  position: relative;
  opacity: 1;
  animation: rotate-in 1.2s;
  transform: rotateX(0deg);
}
.cd-headline b.is-hidden {
  animation: rotate-out 1.2s;
  transform: rotateX(180deg);
}

@keyframes rotate-in {
  0% {
    opacity: 0;
    transform: rotateX(180deg);
  }
  35% {
    opacity: 0;
    transform: rotateX(120deg);
  }
  60% {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: rotateX(1turn);
  }
}
@keyframes rotate-out {
  0% {
    opacity: 1;
    transform: rotateX(0);
  }
  35% {
    opacity: 1;
    transform: rotateX(-40deg);
  }
  60% {
    opacity: 0;
  }
  to {
    opacity: 0;
    transform: rotateX(180deg);
  }
}
/*New css end*/



.main {
  position: relative;
  padding-top: 50px;
}
section.blog-page-section, .custom-container.section {
  position: relative;
}

.pricing-section-main:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 716px;
  pointer-events: none;
  background: radial-gradient(39.17% 63.97% at 50% 50%, #0D99F0 0.5%, rgba(0, 0, 0, 0) 50%);
  background-blend-mode: screen;
  mix-blend-mode: hard-light;
  opacity: .5;
  z-index: -1;
}
.pricing-section-main {
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}
.pricing-section-main img.bg-square {
  position: absolute;
  top: 72px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: -1;
}
.pricing-section-main .lg-heading {
  margin-bottom: 15px;
  line-height: 1.15;
  color: #ffffff;
}
.pricing-section-main .text {
  max-width: 80%;
  margin: 0 auto 44px;
}
.pricing-section-main .switch-main {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 25px;
  background-color: #0C0E19;
  padding: 14px 16px;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid;
}
.pricing-section-main .switch-main span {
  font-size: 14px;
  font-weight: 600;
  color: #DBEFFBB2;
}
.pricing-section-main .switch-main span.monthly-title {
  color: #ffffff;
}
.pricing-section-main .switch-main .switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
}
.pricing-section-main .switch-main .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.pricing-section-main .switch-main .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CEC1F1;
  transition: 0.4s;
  border-radius: 24px;
}
.pricing-section-main .switch-main .switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 2px;
  background-color: #ffffff;
  transition: 0.4s;
  border-radius: 50%;
}
.pricing-section-main .switch-main .switch input:checked + .slider {
  background-color: #158BD4;
}
.pricing-section-main .switch-main .switch input:checked + .slider:before {
  transform: translateX(15px);
}
.pricing-section-main .pricing-card-main {
  display: flex;
  gap: 16px;
}
.pricing-section-main .pricing-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px 20px;
  border-radius: 8px;
  border: 1px solid #5c5370ad;
  color: #DBEFFB;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  width: calc(25% - 8px);
  background-color: #0C0E19;
}
.pricing-section-main .pricing-card p,
.pricing-section-main .pricing-card h4,
.pricing-section-main .pricing-card .h4,
.pricing-section-main .pricing-card h6,
.pricing-section-main .pricing-card .h6 {
  margin: 0;
}
.pricing-section-main .pricing-card p.annual-cost {
  font-size: 12px;
  margin-top: 8px;
}
.pricing-section-main .pricing-card .pricing-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.pricing-section-main .pricing-card .price-main h4, .pricing-section-main .pricing-card .price-main .h4 {
  font-size: 32px;
  line-height: 23px;
  font-weight: 700;
}
.pricing-section-main .pricing-card .price-main p {
  line-height: 1.15;
  margin-left: 6px;
  font-size: 12px;
}
.pricing-section-main .pricing-card .plan-name h6, .pricing-section-main .pricing-card .plan-name .h6 {
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
  color: #FFFFFF;
}
.pricing-section-main .pricing-card .plan-name p {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.25;
}
.pricing-section-main .pricing-card .btn.btn-primary {
  margin-top: 30px;
  padding: 13px 40px;
  border-radius: 50px;
  font-weight: 500;
}
.pricing-section-main .pricing-card .btn.btn-primary:hover {
  background-color: #7544FF0D;
  background: #7544FF0D;
  border-color: transparent;
  color: #fff;
  box-shadow: 0px 1px 1px 0px #FFFFFF33 inset, 0px 6px 12px 0px #FFFFFF1F inset;
}
.pricing-section-main .pricing-card .advantage-list .content-head {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 13px;
  color: #DBEFFB80;
}
.pricing-section-main .pricing-card .advantage-list ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
  font-size: 14px;
  line-height: 1.25;
}
.pricing-section-main .pricing-card .advantage-list ul li:last-of-type {
  margin-bottom: 0;
}
.pricing-section-main .pricing-card .advantage-list ul li div {
  flex: none;
}

.pricing-support-section {
  overflow: hidden;
}
.pricing-support-section .wrapper {
  background-size: 957px;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.pricing-support-section .price-l-1 {
  position: absolute;
  top: 43%;
  left: -12%;
  z-index: 2;
}
.pricing-support-section .price-l-2 {
  position: absolute;
  bottom: 9%;
  left: -8%;
  z-index: 2;
}
.pricing-support-section .price-r-1 {
  position: absolute;
  top: 50%;
  right: 7%;
  z-index: -1;
}
.pricing-support-section .price-r-2 {
  position: absolute;
  bottom: 12%;
  right: 12%;
  z-index: 2;
}
.pricing-support-section .images-wrapper {
  margin: 0 auto;
}
.pricing-support-section .btn {
  border: none;
  color: #7544ff;
}
.pricing-support-section .text-section {
  padding-right: 13%;
}
.pricing-support-section .circle-animation {
  max-width: 280px;
  max-height: 280px;
}
.pricing-support-section .circle-animation span::after {
  background: linear-gradient(0deg, rgba(206, 193, 241, 0) 30.17%, #cec1f1 169.75%);
}

.compare-pricing {
  padding: 0 0 70px 0;
}
.compare-pricing .pricing-table {
  table-layout: fixed;
  margin-top: 32px;
  min-width: 1199px;
}
.compare-pricing .pricing-table colgroup col {
  position: relative;
  z-index: 22;
}
.compare-pricing .pricing-table colgroup col:not(:first-child).highlight {
  height: 100%;
  background: radial-gradient(136.05% 135.72% at 50% 125.47%, rgba(12, 14, 25, 0.2) 4%, rgba(12, 14, 25, 0.332609) 60%, rgba(27, 115, 248, 0.5) 100%);
}
.compare-pricing .pricing-table thead tr {
  border-color: #443F51;
}
.compare-pricing .pricing-table thead tr th {
  position: relative;
  padding: 19px 13px;
  vertical-align: middle;
  text-align: center;
  border-color: #443F51;
}
.compare-pricing .pricing-table thead tr th h5, .compare-pricing .pricing-table thead tr th .h5 {
  color: #dbeffb;
}
.compare-pricing .pricing-table thead tr th:not(:first-child) p {
  font-size: 26px;
  color: #dbeffb;
  display: inline;
}
.compare-pricing .pricing-table thead tr th span {
  font-size: 14px;
  font-weight: 500;
  color: #dbeffb;
  margin-left: 4px;
}
.compare-pricing .pricing-table thead tr th .btn {
  margin-top: 26px;
  font-weight: 400;
  color: #ffffff;
}
.compare-pricing .pricing-table thead tr th:first-child {
  text-align: start;
  padding: 19px 34px;
  background: linear-gradient(112.19deg, #15192e 1.62%, rgba(27, 115, 248, .3) 49.9%, rgba(164, 146, 214, .1) 102.8%);
}
.compare-pricing .pricing-table thead tr th:first-child p {
  color: #DBEFFB80;
  font-weight: 400;
}
.compare-pricing .pricing-table thead tr th .switch label {
  color: #dbeffb;
}
.compare-pricing .pricing-table thead tr th .switch .form-check-input {
  height: 20px;
  width: 30px;
  margin-top: 2px;
  background-color: #cec1f1;
  position: relative;
  background-image: unset !important;
  transition: .4s;
}
.compare-pricing .pricing-table thead tr th .switch .form-check-input:checked {
  background-color: #158bd4;
  border-color: #158bd4;
  box-shadow: none;
}
.compare-pricing .pricing-table thead tr th .switch .form-check-input:focus {
  box-shadow: none;
}
.compare-pricing .pricing-table thead tr th .switch .form-check-input:checked::before {
    transform: translateX(8px);
}
.compare-pricing .pricing-table thead tr th .switch .form-check-input:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 1px;
    background-color: #fff;
    transition: .4s;
    border-radius: 50%;
}
.compare-pricing .pricing-table thead tr th.highlight .btn {
  background: radial-gradient(57.1% 242.05% at 53.78% 214.77%, #25a8f9 21.96%, #158bd4 51.78%, #2d27dd 100%);
  border-color: #158bd4;
  color: #ffffff;
}
.compare-pricing .pricing-table tbody tr {
  border-color: #443F51;
}
.compare-pricing .pricing-table tbody tr td {
  vertical-align: middle;
  text-align: center;
  padding: 18px 14px;
  border-color: #443F51;
  color: rgb(219 239 251 / 80%);
}
.compare-pricing .pricing-table tbody tr td:first-child {
  color: #dbeffb;
  background: linear-gradient(112.19deg, #15192e 1.62%, rgba(27, 115, 248, .3) 49.9%, rgba(164, 146, 214, .1) 102.8%);
}


.all-in-one-section {
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.all-in-one-section:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0%;
  height: 450px;
  pointer-events: none;
  background: radial-gradient(39.17% 63.97% at 50% 50%, #0D99F0 0.5%, rgba(0, 0, 0, 0) 50%);
  background-blend-mode: screen;
  mix-blend-mode: hard-light;
  opacity: .5;
  z-index: -1;
}
.all-in-one-section img.bg-square {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: -1;
}
.all-in-one-section .lg-heading {
  margin-bottom: 15px;
  color: #FFFFFF;
}
.all-in-one-section .text {
  max-width: 800px;
  margin: 0 auto 35px;
}
.all-in-one-section .aio-content {
  font-family: "Geist", serif;
  max-width: 94%;
}
.all-in-one-section .aio-content h2, .all-in-one-section .aio-content .h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 15px;
}
.all-in-one-section .aio-content p {
  color: rgba(12, 37, 68, 0.7);
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 18px;
}
.all-in-one-section .aio-content p:last-of-type {
  margin-bottom: 0;
}
.all-in-one-section .aio-content p span {
  color: #158bd4;
}
.all-in-one-section .aio-image {
  text-align: center;
}
.all-in-one-section .aio-image img {
  border: .6px solid #5c5370ad;
  border-radius: 10px;
  padding: 10px;
}

.logo-slider-main {
  padding-bottom: 45px;
}

.motivation-main {
  padding-bottom: 60px;
}
.motivation-main .lg-heading {
  margin-bottom: 20px;
  color: #FFFFFF;
}
.motivation-main p {
  margin: 0 auto 14px;
  font-weight: 500;
  line-height: 1.47;
}
.motivation-main p span {
  color: #158BD4;
}



/*Case study page*/
.caseStudy-section {
  padding-bottom: 30px;
}
.caseStudy-section .text {
  max-width: 80%;
  margin: 0 auto;
}
.caseStudy-section .banner-box {
  position: relative;
}
.caseStudy-section .banner-box img {
  position: relative;
  z-index: 1;
}
.caseStudy-section .banner-box span {
  display: block;
  height: 57%;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #eef9ff;
  border-radius: 50px 50px 10px 10px;
}
.caseStudy-section .banner-box span:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -23px;
  height: 134px;
  width: 134px;
  border-radius: 20px;
  border: 1px solid #dbeffb;
  z-index: -2;
}
.caseStudy-section .banner-box span:before {
  content: "";
  position: absolute;
  top: -17px;
  right: -20px;
  height: 170px;
  width: 137px;
  border-radius: 20px 40px 20px 20px;
  border: 1px solid #dbeffb;
  z-index: -2;
}


/* Contact Us Page */
.contact-us-section:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: -20%;
  height: 716px;
  pointer-events: none;
  background: radial-gradient(39.17% 63.97% at 50% 50%, #0D99F0 0.5%, rgba(0, 0, 0, 0) 50%);
  background-blend-mode: screen;
  mix-blend-mode: hard-light;
  opacity: .5;
  z-index: -1;
}
.contact-us-section {
  padding: 0 0 60px 0;
  position: relative;
  overflow: hidden;
}
.contact-us-section img.bg-square {
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: -1;
}
.contact-us-section h1.lg-heading {
  color: #FFFFFF;
}
.contact-main-box {
  border: 0.6px solid #5c5370ad;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  background: radial-gradient(166.06% 169.62% at 45% 173.15%, rgba(36, 70, 244, 0.5) 0%, rgba(12, 14, 25, 0.332609) 55.8%, #0C0E19 100%);
  backdrop-filter: blur(15px);
}
.contact-us-section .text {
  max-width: 75%;
  margin: 0 auto 16px;
  font-size: 16px;
}
.contact-us-section .contact-main-box .contacts-form {
  padding: 25px 50px 25px 40px;
}
.contact-us-section .contact-address-box{
  padding: 25px 30px 25px 0px;
}

.contacts-form .form-group label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #DBEFFBCC;
}
.contacts-form .form-group p {
  margin-bottom: 20px;
}
.contacts-form .contact-submit-btn {
  padding-top: 10px;
}
.contacts-form .contact-submit-btn p {
  margin: 0;
}
.contacts-form input[type=email], .contacts-form input[type=tel], .contacts-form input[type=text], .contacts-form textarea {
  border: 0px solid;
  padding: 10px 20px;
  height: 45px;
  font-size: 16px;
  background: #FFFFFF0D;
  box-shadow: 0px 1px 1px 0px #FFFFFF33 inset;
}
.contacts-form textarea {
  height: 120px;
  color: #dbeffb;
}
.contacts-form input:focus, .contacts-form textarea:focus {
  color: #ffffff;
  border: 0;
  outline: 0;
  background: #FFFFFF0D;
  box-shadow: 0px 1px 1px 0px #FFFFFF33 inset;
}
.contacts-form input.btn.btn-secondary[type="submit"]:focus {
  background-color: #0c2544 !important;
}
.contacts-form input[type="submit"] {
  width: 270px;
  border: 0;
}

.contact-detail-box {
  padding: 25px;
  border-radius: 10px;
  background: radial-gradient(111.39% 111.39% at 51.89% 114.92%, #0A5CF3 0%, rgba(12, 14, 25, 0.332609) 55.8%, rgba(12, 14, 25, 0.2) 100%);
  border: .6px solid #5c5370ad;
}
.contact-detail-box span.link-heading {
  font-family: "SF-Pro-regular";
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  color: #158BD4;
  display: inline-block;
  margin-bottom: 2px;
}
.contact-detail-box p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20.58px;
  color: #DBEFFB;
}
.contact-detail-box ul li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 22.5px;
  color: #ffffff;
}
.contact-detail-box ul li a.smart-contact-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #ffffff;
}
.contact-detail-box ul li a img {
    margin-right: 10px;
}

.all-in-one-tool-section.contact-all-in-one-tool-section {
  padding-bottom: 50px;
}

/*Blog page start*/

.blog-latest-blog img.pink-half.layer {
  position: absolute;
  left: 5%;
  top: 2%;
  width: 20vw;
  pointer-events: none;
  animation: move 5s linear infinite;
  transform: translateX(25px);
}
.blog-latest-blog img.purple-half.layer {
  position: absolute;
  right: 5%;
  top: 18%;
  width: 15vw;
  pointer-events: none;
  animation: blogmove 4s linear infinite;
  transform: translateX(24px) rotate(25deg);
}

.blog-main-title h1 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 500;
  line-height: 57px;
  margin-bottom: 15px;
}
.blog-main-title p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.blog-main-content {
  padding-top: 120px;
  padding-bottom: 50px;
}
section.blog-page-section .create-bot-section {
  padding: 60px 0 0;
}


/*blog sidebar*/
.blog-sidebar-wrapper .box-2{
  line-height: 1.47;
  border: 1px solid #5c5370ad;
  border-radius: 20px;
  background-image: url("../images/blog-sidebar-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-sidebar-wrapper .box-2 .search-input {
  max-width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.blog-sidebar-wrapper .box-2 .search-input img {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.blog-sidebar-wrapper .box-2 .search-input input {
  width: 100%;
  padding: 9.5px 37px;
  font-family: "Geist", serif;
  color: #51657d;
  border-radius: 5px;
  border: 1px solid #dbeffb;
  font-size: 14px;
  font-weight: 500;
}
.blog-sidebar-wrapper .box-2 .single-menu {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background-color: rgba(219, 239, 251, .5);
  border-radius: 5px;
  margin-bottom: 10px;
}
.blog-sidebar-wrapper .box-2 .single-menu p {
  color: #0c2544;
  opacity: .8;
  font-weight: 500;
  margin: 0;
}

.all-in-one-tool-section.blog-all-in-one-section {
  padding: 50px 0;
}


/*latest blog*/
.latest-blog-post a {
  text-decoration: none;
  padding-bottom: 20px;
  display: inline-block;
  border: 1px solid #5c5370ad;
  padding: 15px;
  border-radius: 20px;
}
.latest-blog-post .blog-card-details h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  text-align: left;
}
.latest-blog-post .blog-card-img {
  border: unset;
  padding: unset;
}
.latest-blog-post .blog-author-data, .latest-blog-post .blog-reading-data, .latest-blog-post .blog-reading-time {
  display: flex;
  align-items: center;
  gap: 10px;
}
.latest-blog-post .blog-author-data {
  padding-right: 20px;
}
.latest-blog-post .blog-meta-details .blog-reading-data {
  padding: 0 20px;
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #cec1f133;
}
.latest-blog-post .blog-meta-details .blog-reading-time {
  padding-left: 20px;
}
.latest-blog-post .blog-meta-details {
  color: #DBEFFBCC;
  padding-top: 12px;
  font-weight: 500;
}
.latest-blog-post .blog-meta-details p {
  color: #ffffffcc;
}
.latest-blog-post .blog-meta-details p.blog-time {
  color: #DBEFFBCC;
}

/*blog all in one section*/
.all-in-one-section.blog-all-in-one-section {
  padding: 60px 0 20px 0;
}


/*grid blog*/
.blog-main-content .blog-grid-part a {
  text-decoration: none;
}
.blog-grid-part .blog-card-section {
  margin: 19px auto;
}
.blog-card-img {
  border-radius: 10px;
  margin-bottom: 15px;
  border: 1px solid #5c5370ad;
  padding: 10px;
}
.blog-card-img img {
  border-radius: 10px;
}
.blog-card-details h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #ffffff;
}
.blog-card-details p {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #DBEFFBB2;
}
.blog-meta-details {
  display: flex;
}
.blog-author-data, .blog-reading-data, .blog-reading-time {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-reading-data {
  border-right: 1px solid #cdcdcd;
  padding-right: 10px;
}
.blog-reading-time {
  padding-left: 10px;
}
.blog-meta-details p {
  margin: 0;
  color: #DBEFFBCC;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
}

/*pagination*/
.page-div nav.pagination.blog-pagination a, .page-div nav.pagination.blog-pagination span {
  border: 1px solid transparent;
  padding: 8px 12px 8px 12px;
  margin: 0 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #CEC1F1;
  position: relative;
}
.page-div nav.pagination.blog-pagination a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, #443f51 0%, #776c94 67%, #443f51 100%);
  border-radius: 5px;
  padding: 1px;
  -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);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.page-div nav.pagination.blog-pagination span, .social_dropdown_wrap .social_dropdown a:hover i {
  color: #ffffff;
  font-weight: 700;
}
.page-div nav.pagination.blog-pagination span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(175.12deg, #0C2544 3.93%, #158BD4 130.69%);
  border-radius: 5px;
  padding: 1px;
  mix-blend-mode: screen;
}
.page-div nav.pagination.blog-pagination a.next.page-numbers, .page-div nav.pagination.blog-pagination a.prev.page-numbers {
  display: flex;
  align-items: center;
  gap: 5px;
}

.offering-consulting.blog-offering-section {
  margin: 40px 0;
  padding: 45px 40px;
  border-radius: 10px;
}
.offering-consulting.blog-offering-section h2 {
  font-size: 40px;
  line-height: 48px;
}

/*single blog*/
.single.single-post {
  font-family: "Geist", serif;
}
.custom-container.section {
  padding-top: 50px;
}
.sidebar.sticky-section {
  position: sticky;
  top: 100px;
  left: 0;
}
.sidebar.sticky-section .lwptoc_i {
  border: unset;
  padding: 0;
}
.sidebar.sticky-section .lwptoc_header {
  line-height: 30px;
}
.sidebar.sticky-section .lwptoc .lwptoc_i .lwptoc_item a {
  border: 0;
  border-style: solid;
  display: flex;
  gap: 7px;
  color: #DBEFFBB2;
  font-weight: 500;
  margin-bottom: 7px;
  padding: 8px;
  position: relative;
}
.sidebar.sticky-section .lwptoc .lwptoc_i .lwptoc_item a.active {
  color: #DBEFFB;
  border-radius: 5px;
  background: radial-gradient(253.07% 246.55% at 56.91% 156.03%, rgba(68, 127, 255, 0.5) 0%, rgba(12, 14, 25, 0.2) 100%);
  backdrop-filter: blur(15px);
}
.sidebar.sticky-section .lwptoc .lwptoc_i .lwptoc_item a:hover {
  color: #dbeffb !important;
  background: radial-gradient(253.07% 246.55% at 56.91% 156.03%,rgba(68,127,255,.5) 0%,rgba(12,14,25,.2) 100%);
  backdrop-filter: blur(15px);
  border-radius: 5px;
}
.sidebar.sticky-section .lwptoc .lwptoc_i .lwptoc_item a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  height: 80%;
  width: 3px;
  border-radius: 10px;
  background: linear-gradient(141.84deg, #9DE8EE 6%, #FA7C0B 49.11%, #158BD4 90.53%);
  opacity: 0;
}
.sidebar.sticky-section .lwptoc .lwptoc_i .lwptoc_item a.active:after {
  opacity: 1;
}

h1.posttitle {
  font-size: 50px;
  font-weight: 500;
  line-height: 57px;
  margin: 18px 0;
}
.single.single-post .article-post h2, .single.single-post .article-post h2 strong {
  color: #158BD4;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.article-post p {
  color: #0C2544B2;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.offering-consulting.single-blog-offering {
  margin-top: 60px;
}

/*Recent blog*/
.recent-post-container h2.recent-post-title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #ffffff;
}
.recent-blog-card-section img.recent-blog-img {
  border-radius: 10px;
}
.recent-blog-card-section .blog-card-details h2 {
  margin: 15px 0;
}
.recent-blog-card-section .blog-author-data {
    padding-right: 8px;
}
.recent-blog-card-section .blog-meta-details p {
  color: #DBEFFBCC;
}


/* Error 404 page */
.error-section {
  font-family: "Geist", serif;
  padding: 40px 0;
}

.error-section h1 {
  font-weight: 400;
  font-size: 60px;
  line-height: 89px;
  color: #000000;
}

.error-section h1 span {
  font-weight: 600;
  font-size: 68px;
  line-height: 89px;
  background: linear-gradient(93.6deg, #d96122 3.86%, #d80041 96.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.error-section p {
  font-weight: 400;
  font-size: 21px;
  padding: 8px 0;
  line-height: 33px;
  color: #ffffff;
}

.error-section a {
  padding: 14px 32px;
}


/*Archive/ uncategory page css*/
.section_portfolio_detail  {
  padding: 150px 0 0;
  margin-top: 80px;
  position: relative;
}
.archive-load-more {
  padding: 0 10px;
}
.custom-container.uncategorized-blog {
  padding-bottom: 40px;
}

/* Terms, Privacy Policy, Cancellations and Refunds, Shipping and Delivery page */
.common-font-inter {
  font-family: "Geist", serif;
}
.common-font-inter h1 {
  margin: 0 0 25px 0;
  font-size: 50px;
  line-height: 1.15;
  font-weight: 500;
}
.common-padding-t {
  padding-top: 50px;
}

/*Privecy policy*/
.page-template-privacy-policy .privacy-policy-section h2 {
    font-size: 30px;
    line-height: 1.47;
    margin: 18px 0 10px;
    color: #fff;
}
.page-template-privacy-policy .privacy-policy-section h2 b {
  font-weight: 500;
}
.page-template-privacy-policy .privacy-policy-section ul {
    list-style: disc;
    padding-left: 55px;
}
.page-template-privacy-policy .privacy-policy-section ul li {
    margin-bottom: 8px;
}
.page-template-privacy-policy .privacy-policy-section ol {
    padding-left: 55px;
}
.page-template-privacy-policy .privacy-policy-section ol ul, .page-template-privacy-policy .privacy-policy-section ul li ul {
    padding-left: 20px;
}
.page-template-privacy-policy .privacy-policy-section ol strong, .page-template-privacy-policy .privacy-policy-section ul li strong {
    color: #ffffff;
    font-weight: 500;
}
.page-template-privacy-policy .privacy-policy-section a {
  color: #158bd4;
}


/* Document Sidebar Styling */
.documentation-section {
  padding-top: 40px;
}

.documentation-section ul.nav.nav-tabs {
  position: unset;
  transform: unset;
  flex-direction: column;
}
.documentation-section ul.nav.nav-tabs li.nav-item {
  width: 100%;
}
.documentation-section ul.nav.nav-tabs .nav-item .nav-link.active {
  background-color: #007bff;
  color: #fff;
}
.documentation-section ul.nav.nav-tabs .nav-item .nav-link {
  padding: 15px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

/* Next and Previous Buttons */
.navigation-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.btn.prevbtn, .btn.nextbtn {
  padding: 10px 15px;
  background-color: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
}

.btn.prevbtn:disabled, .btn.nextbtn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

/*.................*/
.head-section {
  padding: 47px 0 65px 0;
  background-color: #e8f6fe;
  -webkit-clip-path: ellipse(65% 100% at 50% 0%);
  margin-bottom: 16px;
}
.head-section h1, .head-section .h1 {
  font-size: 40px;
  line-height: 1.15;
  margin-bottom: 22px;
}
.head-section .search-input {
  position: relative;
  max-width: 575px;
  margin: 0 auto;
}
.head-section .search-input input {
  width: 100%;
  padding: 9.5px 37px;
  font-family: "Geist", serif;
  color: #51657d;
  border-radius: 5px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 500;
}
.head-section .search-input input:-moz-placeholder {
  color: #51657d;
  font-weight: 400;
  opacity: 0.7;
}
.head-section .search-input input:placeholder {
  color: #51657d;
  font-weight: 400;
  opacity: 0.7;
}
.head-section .search-input input:focus-visible, .search-input input:focus-visible {
  border-color: #bbb;
  outline: 0;
}
.head-section .search-input img {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.head-section .search-input span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 12px;
  font-family: "Geist", serif;
  color: #51657d;
  opacity: 0.7;
  font-weight: 500;
  pointer-events: none;
}

.document-wrapper .single-list {
  margin-bottom: 25px;
}
.document-wrapper .single-list > .menu-label {
  margin-bottom: 15px;
  display: block;
}
.document-wrapper .side-bar-main {
  padding: 22px 10px 22px 0;
  position: relative;
}
.document-wrapper .side-bar-main:after {
  content: "";
  position: absolute;
  top: 0%;
  transform: translate(-50%, 0%);
  right: -12px;
  width: 1px;
  height: 80%;
  background-color: #dbeffb;
}
.document-wrapper .side-bar-main .icon-list {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: "Geist", serif;
  color: #0c2544;
  line-height: 1.47;
  font-weight: 600;
}
.document-wrapper .side-bar-main .icon-list:has(~ :not(:empty)) {
  margin-bottom: 10px;
}
.document-wrapper .side-bar-main .menu-label {
  font-size: 14px;
  font-family: "Geist", serif;
  font-weight: 500;
  line-height: 1.47;
  opacity: 0.8;
  text-decoration: none;
  color: rgba(12, 37, 68, 0.7);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.document-wrapper .side-bar-main .menu-label svg path {
  transition: all 0.2s ease-in-out;
}
.document-wrapper .side-bar-main .menu-label:hover, .document-wrapper .side-bar-main .menu-label.active {
  color: #158bd4;
}
.document-wrapper .side-bar-main .menu-label:hover svg path, .document-wrapper .side-bar-main .menu-label.active svg path {
  stroke: #158bd4;
}
.document-wrapper .side-bar-main .menu-main {
  margin-bottom: 15px;
}
.document-wrapper .side-bar-main .menu-main .card {
  border: 0;
  padding: 0;
  padding: 9px 0 9px 20px;
  border-left: 1px solid #dbeffb;
}
.document-wrapper .side-bar-main .menu-main .card .menu-label {
  margin-bottom: 15px;
}
.document-wrapper .side-bar-main .menu-main .card .menu-label:last-of-type {
  margin-bottom: 0;
}
.document-wrapper .side-bar-main .menu-main .card.sub-menu .menu-label {
  margin-bottom: 0;
}
.document-wrapper .side-bar-main .menu-main .card.sub-menu .card .menu-label {
  margin-bottom: 15px;
}
.document-wrapper .side-bar-main .menu-main .card.sub-menu .card .menu-label:last-of-type {
  margin-bottom: 0;
}
.document-wrapper .content-wrapper {
  padding: 0 14px;
  width: 100%;
  max-width: 850px;
}
.document-wrapper .content-wrapper h2, .document-wrapper .content-wrapper .h2 {
  font-size: 40px;
  margin: 8px 0 15px 0;
  color: #0c2544;
  line-height: 1.15;
}
.document-wrapper .content-wrapper .prev-next-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}
.document-wrapper .content-wrapper .prev-next-wrapper .prev-btn,
.document-wrapper .content-wrapper .prev-next-wrapper .next-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 17px;
  border: 1px solid #dbeffb;
  color: rgba(12, 37, 68, 0.7);
  font-family: "Geist", serif;
  font-weight: 500;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.document-wrapper .content-wrapper .prev-next-wrapper .prev-btn:hover,
.document-wrapper .content-wrapper .prev-next-wrapper .next-btn:hover {
  border-color: #158bd4;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.document-wrapper .content-wrapper .prev-next-wrapper .prev-btn svg,
.document-wrapper .content-wrapper .prev-next-wrapper .next-btn svg {
  cursor: pointer;
}
.document-wrapper .content-wrapper .prev-next-wrapper .prev-btn svg path,
.document-wrapper .content-wrapper .prev-next-wrapper .next-btn svg path {
  transition: all 0.2s ease-in-out;
}
.document-wrapper .content-wrapper .prev-next-wrapper .prev-btn svg:hover path,
.document-wrapper .content-wrapper .prev-next-wrapper .next-btn svg:hover path {
  stroke: #158bd4;
}
.document-wrapper .content-wrapper .prev-next-wrapper .prev-btn.prev-btn,
.document-wrapper .content-wrapper .prev-next-wrapper .next-btn.prev-btn {
  text-align: right;
}
.document-wrapper .content-wrapper .prev-next-wrapper .prev-btn.prev-btn svg,
.document-wrapper .content-wrapper .prev-next-wrapper .next-btn.prev-btn svg {
  transform: rotate(90deg);
}
.document-wrapper .content-wrapper .prev-next-wrapper .prev-btn.next-btn svg,
.document-wrapper .content-wrapper .prev-next-wrapper .next-btn.next-btn svg {
  transform: rotate(-90deg);
}
.document-wrapper .content-wrapper .prev-next-wrapper .prev-btn span,
.document-wrapper .content-wrapper .prev-next-wrapper .next-btn span {
  font-size: 14px;
  margin-bottom: 3px;
  opacity: 0.8;
}
.document-wrapper .content-wrapper .prev-next-wrapper .prev-btn p,
.document-wrapper .content-wrapper .prev-next-wrapper .next-btn p {
  opacity: 0.8;
}
.document-wrapper p {
  margin: 0;
}




/*New Blog Detail css*/
.btn-secondary path {
  transition: all 0.2s ease-in-out;
}
.btn-secondary:hover path {
  stroke: #0c2544;
}

.blog-detail-banner {
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.blog-detail-banner:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: -5%;
  height: 362px;
  pointer-events: none;
  background: radial-gradient(39.17% 63.97% at 50% 50%, #0D99F0 0.5%, rgba(0, 0, 0, 0) 50%);
  background-blend-mode: screen;
  mix-blend-mode: hard-light;
  opacity: .5;
  z-index: -1;
}
.blog-detail-banner img.bg-square {
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.blog-detail-banner .image-box {
  position: relative;
  overflow: hidden;
  border: 1px solid #5c5370ad;
  padding: 15px;
  border-radius: 10px;
}
.blog-detail-banner .image-box > img {
  border-radius: 10px;
  width: 100%;
}
.blog-detail-banner .image-box .main-image {
  display: block;
  margin: 40px auto 0;
  max-width: 70%;
  max-height: 427px;
  position: relative;
  z-index: 1;
}
.blog-detail-banner .image-box .shape1,
.blog-detail-banner .image-box .shape2 {
  position: absolute;
  mix-blend-mode: screen;
}
.blog-detail-banner .image-box .shape1.shape1,
.blog-detail-banner .image-box .shape2.shape1 {
  top: 0;
  right: 0;
}
.blog-detail-banner .image-box .shape1.shape2,
.blog-detail-banner .image-box .shape2.shape2 {
  bottom: 0;
  left: 0;
}
.blog-detail-banner h1 {
  font-size: 50px;
  line-height: 1.15;
  font-weight: 500;
  margin-top: 10px;
  color: #FFFFFF;
}
.blog-detail-banner .primary-text {
  color: #158BD4;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.47;
  display: block;
}
.blog-detail-banner .content-box {
  display: flex;
  justify-content: center;
  font-weight: 500;
  margin: 25px;
  font-size: 16px;
}
.blog-detail-banner .content-box .single-box {
  display: flex;
  gap: 10px;
  position: relative;
  padding: 0 30px;
  border-left: 1px solid #ffffff33;
}
.blog-detail-banner .content-box .single-box:first-of-type {
  padding-left: 0;
  border: 0;
}
.blog-detail-banner .content-box .single-box:last-of-type {
  padding-right: 0;
}
.blog-detail-banner .content-box .single-box p {
  color: #DBEFFB;
  display: flex;
  gap: 10px;
  margin-bottom: 0;
}
.blog-detail-banner .content-box .single-box span {
  display: block;
  color: #FFFFFF;
}
.blog-detail-banner .social-icons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-top: 22px;
  position: absolute;
  top: 10px;
  z-index: 999;
  right: 30px;
  z-index: 1;
}
.blog-detail-banner .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 10px;
  position: relative;
}
.blog-detail-banner .social-icons a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  background: linear-gradient(136.71deg, #158BD4 -26.6%, rgba(43, 59, 111, 0.2) 51.03%);
  backdrop-filter: blur(17.831668853759766px);
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  border-radius: 10px;
}
.blog-detail-banner .social-icons a img {
  max-width: 24px;
}

.blog-detail-section {
  margin-bottom: 40px;
}
.blog-detail-section .all-content-wrapper {
  font-size: 16px;
  line-height: 1.47;
  color: #DBEFFBB2;
  font-weight: 500;
}
.blog-detail-section .all-content-wrapper p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.47;
  color: #DBEFFBB2;
  font-weight: 500;
}
.blog-detail-section .all-content-wrapper a {
  font-weight: 700;
  color: #158BD4;
  text-decoration: underline;
}
.blog-detail-section .all-content-wrapper h2 {
  font-size: 30px;
  line-height: 1.47;
  margin: 30px 0 10px;
  color: #ffffff;
}
.blog-detail-section .all-content-wrapper h2 strong {
  font-weight: 500;
}
.blog-detail-section .all-content-wrapper .list {
  display: flex;
  gap: 10px;
}
.blog-detail-section .all-content-wrapper .list div:has(> img) {
  min-width: 15px;
}
.blog-detail-section .all-content-wrapper h3 {
  font-size: 24px;
  line-height: 1.47;
  margin-bottom: 5px;
  color: #DBEFFB;
}
.blog-detail-section .all-content-wrapper h3 strong {
  font-weight: 500;
}
.blog-detail-section .all-content-wrapper h3:before {
  content: url(https://smartconvo.io/wp-content/uploads/2025/01/list-arrow.svg);
  margin-right: 10px;
}
.blog-detail-section .all-content-wrapper h3.wp-block-heading.sm-head-h3 {
  font-size: 24px;
  opacity: 1;
  margin-bottom: 15px;
}
.blog-detail-section .all-content-wrapper h3.sm-head-h3:before {
  content: unset;
}
.blog-detail-section .all-content-wrapper h4 {
  font-size: 18px;
  line-height: 1.47;
  margin-bottom: 5px;
  color: #DBEFFB;
}
.blog-detail-section .all-content-wrapper ul.wp-block-list {
  margin-left: 35px !important;
  margin-bottom: 15px !important;
  list-style: disc;
}
.blog-detail-section .all-content-wrapper ul.wp-block-list li {
  margin: 10px 0;
  font-weight: 500;
}
.blog-detail-section .all-content-wrapper img {
  border-radius: 10px;
}
.blog-detail-section .all-content-wrapper figure.wp-block-image {
  border: 1px solid #5c5370ad;
  padding: 15px;
  border-radius: 10px;
}
.blog-detail-section .all-content-wrapper .author-box {
  margin-top: 50px;
  display: none !important;
  padding: 34px 32px 34px 25px;
  display: flex;
  gap: 15px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: radial-gradient(96.47% 96.47% at 50% 100%, rgba(11, 76, 241, .5) 0%, rgba(12,14,25,.332609) 55.8%,#181a25 100%);
}
.blog-detail-section .all-content-wrapper .author-box .author-image-wrapper {
  background-color: #eff8f5;
  border: 3px solid #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  z-index: 1;
}
.blog-detail-section .all-content-wrapper .author-box .author-image-wrapper img {
  min-width: 62px;
}
.blog-detail-section .all-content-wrapper .author-box .authot-content {
  position: relative;
  z-index: 1;
  line-height: 1.47;
}
.blog-detail-section .all-content-wrapper .author-box .authot-content .author-name {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 2px;
}
.blog-detail-section .all-content-wrapper .author-box .authot-content .author-name p {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #158BD4;
}
.blog-detail-section .all-content-wrapper .author-box .authot-content .author-name span {
  font-weight: 500;
}
.blog-detail-section .all-content-wrapper .author-box .authot-content .author-job {
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
  color: #DBEFFB;
}
.blog-detail-section .all-content-wrapper .author-box .authot-content .description {
  margin: 0;
}
.blog-detail-section .all-content-wrapper .author-box .authot-content .description a {
  color: #DBEFFB;
  margin-left: 5px;
}
.blog-detail-section .all-content-wrapper .author-box .authot-content .description a:hover {
  text-decoration: underline;
}
.blog-detail-section .all-content-wrapper .potential-box {
  display: flex;
  justify-content: center;
  border-radius: 20px;
  text-align: center;
  position: relative;
  padding: 40px;
  overflow: hidden;
  border-radius: 10px;
}
/*.blog-detail-section .all-content-wrapper .potential-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(275.97deg, rgba(255, 142, 84, 0.06) 6.36%, rgba(255, 255, 255, 0.1) 61%, rgba(0, 143, 241, 0.1) 102.78%);
}*/
.blog-detail-section .all-content-wrapper .potential-box > div {
  position: relative;
  z-index: 1;
}
.blog-detail-section .all-content-wrapper .potential-box > div.potantial-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.blog-detail-section .all-content-wrapper .potential-box > div.potantial-bg img {
  height: 100%;
}
.blog-detail-section .all-content-wrapper .potential-box > div.potantial-image {
  z-index: 2;
  margin-right: -40px;
  transform: translateY(40px);
  height: -moz-fit-content;
  height: fit-content;
}
.blog-detail-section .all-content-wrapper .potential-box > div:has(> .potential-box-heading) {
  z-index: 2;
}
.blog-detail-section .all-content-wrapper .potential-box .potential-box-heading {
  color: #FFFFFF;
  font-family: "SF-Pro-regular";
  font-size: 40px;
  line-height: 1.47;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.blog-detail-section .all-content-wrapper .potential-box p {
  color: #FA7C0B;
}
.blog-detail-section .all-content-wrapper .potential-box > div:has(> .potential-box-heading) p {
  margin-bottom: 10px;
}
.blog-detail-section .all-content-wrapper .potential-box .btn.btn-primary {
  font-weight: 500;
}
.blog-detail-section .all-content-wrapper .create-bot-section .wrapper .create-bot-text {
  max-width: 90%;
  margin: 15px auto 20px;
  font-family: "SF-Pro-regular";
  font-size: 30px;
  line-height: 1.47;
  font-weight: 700;
}
.blog-detail-section .all-content-wrapper .create-bot-section.text-center.scene {
    padding: 0;
}
.blog-detail-section .all-content-wrapper .create-bot-section.text-center.scene .btn.btn-light, 
.blog-detail-section .all-content-wrapper .create-bot-section.text-center.scene .btn.btn-primary {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
.blog-detail-section .all-content-wrapper .btn.btn-primary {
  color: #fff;
  text-decoration: none;
}
.blog-detail-section .all-content-wrapper .btn.btn-light:active {
  color: var(--bs-btn-active-color) !important;
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.blog-data-box {
  position: relative;
  padding: 32px 35px 40px 35px;
  overflow: hidden;
  border-radius: 10px;
	margin: 20px 0;
}
.blog-data-box>div {
  position: relative;
}
.blog-data-box>div:has(>.potential-box-heading) {
  position: relative;
  z-index: 2;
}
.blog-data-box .potential-box-heading {
  color: #FFF;
  font-size: 22px;
  line-height: 1.47;
  font-weight: 500;
  margin: 0 0 30px 0;
}
.blog-data-box .potential-box-heading span {
  background: linear-gradient(124.66deg, #006FFF 22.19%, #FA7C0B 31.72%, #C7F376 40.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}
.blog-data-box p {
  color: #FA7C0B;
}
.blog-data-box .potantial-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.blog-data-box .potantial-bg img {
  width: 100%;
  height: 100%;
}




.blog-detail-section .sticky-wrapper {
  position: sticky;
  top: 120px;
}
.blog-detail-section .sticky-wrapper .box-1 {
  line-height: 1.47;
  padding: 20px;
  border: 0.6px solid #5c5370ad;
  border-radius: 20px;
  box-shadow: 45.31px -45.31px 45.31px 0px #4128811A inset;
  backdrop-filter: blur(90.62511444091797px);
}
.blog-detail-section .sticky-wrapper .box-1 .lwptoc {
  margin: 0 !important;
}
.blog-detail-section .sticky-wrapper .box-2 {
  line-height: 1.47;
  border: 1px solid #5c5370ad;
  border-radius: 20px;
  background-image: url("../images/blog-sidebar-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 25px;
}
.box-2 .book-demo-main {
  display: block;
  border-radius: 10px;
  position: relative;
  margin-bottom: 15px;
}
.box-2 .book-demo-main .image {
  width: 100%;
  padding: 30px 10px 0 10px;
}
.box-2 .book-demo-main .book-demo-content {
  margin: 25px 25px 30px 20px;
}
.box-2 .book-demo-main h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 15px;
  background: linear-gradient(90deg, #cec1f1 0%, #ffbfff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.box-2 .book-demo-main h2 span {
  color: #158bd4;
}
.box-2 .book-demo-main p {
  color: #CEC1F180;
}
.box-2 .book-demo-main .btn-secondary {
  padding: 10px 22px;
}
.blog-detail-section .sticky-wrapper .box-2 .search-input {
  max-width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.blog-detail-section .sticky-wrapper .box-2 .search-input img {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.blog-detail-section .sticky-wrapper .box-2 .search-input input {
  width: 100%;
  padding: 9.5px 37px;
  font-family: "Geist", serif;
  color: #51657d;
  border-radius: 5px;
  border: 1px solid #dbeffb;
  font-size: 14px;
  font-weight: 500;
}
.blog-detail-section .sticky-wrapper .box-2 .single-menu {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background-color: rgba(219, 239, 251, 0.5);
  border-radius: 5px;
  margin-bottom: 10px;
}
.blog-detail-section .sticky-wrapper .box-2 .single-menu p {
  color: #0c2544;
  opacity: 0.8;
  font-weight: 500;
  margin: 0;
}
.blog-detail-section .sticky-wrapper .box-2 .single-menu:last-of-type {
  margin-bottom: 0;
}

/*blog detail table*/
.single.single-post .wp-block-table.is-style-stripes, .single.single-qanda .bg-orange-table {
  border: 1px solid #5c5370ad;
  border-radius: 10px;
  overflow: auto;
}
.single.single-post table, .single.single-qanda .bg-orange-table table {
  margin-bottom: 0;
}
.single.single-post .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: linear-gradient(112.19deg, #15192E 1.62%, rgba(68, 59, 122, 0.3) 49.09%, rgba(164, 146, 214, 0.1) 102.8%);
}
.single.single-post table tr th, .single.single-qanda .bg-orange-table tr th {
  background-color: #158bd4;
  color: #ffffff;
  font-weight: 400;
  padding: 14px 18px;
}
.single.single-post .wp-block-table tbody td, .single.single-qanda .bg-orange-table tbody td {
  padding: 14px 18px;
}


.newsletter-main {
  margin: 40px 0;
}
.newsletter-main .newsletter-main-box {
  padding: 10px;
  border-radius: 15px;
  border: 1px solid #dbeffb;
}
.newsletter-main .newsletter-main-box .newsletter-wrapper {
  background: linear-gradient(90deg, #e1f4ff 0%, #fff4e4 100%);
  padding: 19px 12px 40px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.newsletter-main .newsletter-main-box .newsletter-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #c2e8ff 0%, #fff4e4 100%);
}
.newsletter-main .newsletter-main-box .newsletter-wrapper .shape {
  position: absolute;
  z-index: 1;
}
.newsletter-main .newsletter-main-box .newsletter-wrapper .shape.shape1 {
  top: 0;
  left: 0;
  mix-blend-mode: color-dodge;
}
.newsletter-main .newsletter-main-box .newsletter-wrapper .shape.shape2 {
  bottom: 0;
  right: 0;
  mix-blend-mode: normal;
}
.newsletter-main .newsletter-main-box .newsletter-wrapper .content {
  text-align: center;
  position: relative;
  z-index: 2;
  font-family: "Geist", serif;
}
.newsletter-main .newsletter-main-box .newsletter-wrapper .content .head {
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsletter-main .newsletter-main-box .newsletter-wrapper .content .head h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 0;
}
.newsletter-main .newsletter-main-box .newsletter-wrapper .content p {
  color: rgba(12, 37, 68, 0.7);
  opacity: 0.8;
  margin-bottom: 30px;
}
.newsletter-main .newsletter-main-box .newsletter-wrapper .content .search-input {
  max-width: 724px;
}
.newsletter-main .newsletter-main-box .newsletter-wrapper .content .search-input input {
  padding: 11px 200px 11px 25px;
  border-radius: 50px;
  line-height: 1.572;
}
.newsletter-main .newsletter-main-box .newsletter-wrapper .content .search-input .btn-secondary {
  padding: 10px 53px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1.5;
}

.newsletter-main .newsletter-main-box .newsletter-wrapper .wpsf-form-wrap.wpsf-template-4 {
  padding: 0;
  background-color: transparent;
}
.wpsf-form-wrap .both-fields-wrap {
  position: relative;
}
.newsletter-main .newsletter-main-box .newsletter-wrapper .wpsf-form-wrap .wpsf-field-wrap:first-child {
  width: 100%;
}
.newsletter-main .newsletter-main-box .newsletter-wrapper .wpsf-form-wrap.wpsf-template-4 input[type=email] {
  padding: 11px 200px 11px 25px;
  border-radius: 50px;
  line-height: 23px;
  width: 100%;
  font-family: "Geist", serif;
  color: #51657d;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 500;
  background-color: #ffffff;
  height: auto;
}
.newsletter-main .newsletter-main-box .newsletter-wrapper .wpsf-form-wrap .wpsf-btn-parent {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
.newsletter-main .newsletter-main-box .newsletter-wrapper .wpsf-form-wrap.wpsf-template-4 .wpsf-form-submit {
  padding: 11px 53px;
  line-height: 23px;
  background-color: #0c2544;
  color: #ffffff;
  font-family: "Geist", serif;
  font-size: 14px !important;
  font-weight: 500;
  text-transform: capitalize;
  border: 1px solid !important;
  border-color: #565e64;
  border-radius: 50px;
  height: auto;
}
.newsletter-main .newsletter-main-box .newsletter-wrapper .wpsf-form-wrap.wpsf-template-4 .wpsf-form-submit:hover {
  background-color: #fff;
  color: #0c2544;
}

.faq-section.blog-faq-section {
  padding-bottom: 0px;
}

.faq-section.blog-faq-section .accordion .accordion-item .accordion-body {
  padding: 0 24px 25px;
}

.z-2 {
  z-index: 2;
}
.overflow-x-hidden.scene {
  overflow: hidden;
}



/* Hr page start */
.hr-banner {
  padding: 80px 0 105px;
}
.hr-banner .chip {
  margin-top: 80px;
}
.hr-banner h1 {
  margin-bottom: 25px;
}
.hr-banner h1 span {
  background: linear-gradient(114.38deg, #006FFF 35.46%, #FA7C0B 64.04%, #C7F376 91.76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hr-banner p.chip {
  margin-left: 0 !important;
}
.hr-banner p {
  margin-bottom: 25px;
}
.hr-banner p.banner-text {
  max-width: 75%;
}
.hr-banner .label {
  display: flex !important;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  padding: 11px 15px;
  width: fit-content;
  position: absolute;
}
.hr-banner .label p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}
.hr-banner .label.reported {
  color: #fa7c0b;
  background-color: #fa7c0b1a;
  top: 70px;
  right: -30px;
}
.hr-banner .label.resolved {
  color: #20ab57;
  background-color: #20ab571a;
  top: 225px;
  left: -30px;
}
.hr-banner .circle-main {
  width: 100%;
  max-width: 800px;
  height: 800px;
  position: absolute;
  top: -35%;
  right: -12%;
  z-index: -4;
  opacity: 0.2;
  transform: rotate(180deg);
}
.hr-banner .circle-main span {
  display: block;
  height: 95%;
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hr-banner .circle-main span:nth-child(2){
  width: 80%;
  height: 80%;
  z-index: 1;
}
.hr-banner .circle-main span:nth-child(3){
  width: 62%;
  height: 62%;
  z-index: 2;
}
.hr-banner .circle-main span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: linear-gradient(360deg, rgba(206, 193, 241, 0) 10.17%, #158BD4 69.75%);
}
.hr-banner .circle-main span::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  border-radius: 50%;
  background-color: #0C0E19;
  z-index: 1;
}


.helpdesk-main {
  padding-bottom: 50px;
  margin-bottom: 70px;
  position: relative;
}
.helpdesk-main::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 170px;
  background: url('../images/helpdesk-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.helpdesk-main h2.text-white {
  margin-bottom: 60px;
}
.helpdesk-main .head {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 500;
}
.helpdesk-main .image-container img {
  margin: 0 auto;
  display: block;
  max-height: 630px;
}
.helpdesk-main .accordion .accordion-item {
  padding: 20px 0;
  border-top: 1px solid #dbeffb1f;
  border-radius: 0;
  margin-bottom: 0;
}
.helpdesk-main .accordion .accordion-item::after {
  display: none;
}
.helpdesk-main .accordion .accordion-item .accordion-button {
  padding: 0;
}
.helpdesk-main .accordion .accordion-item .accordion-button::after {
  background-image: url("../images/accordion-new.svg");
  mask-image: url("../images/accordion-new.svg");
  background-color: #dbeffb;
  mask-position: center;
  mask-repeat: no-repeat;
  background-blend-mode: lighten;
}
.helpdesk-main .accordion .accordion-item .accordion-button p {
  color: #dbeffb;
  margin: 0;
}
.helpdesk-main .accordion .accordion-item .accordion-button:not(.collapsed) p {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #009eff 0%, #c7f376 31.7%, #fa7c0b 68.18%);
  -webkit-background-clip: text;
}
.helpdesk-main .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
  background-color: #158bd4;
  filter: brightness(1.5);
}
.helpdesk-main .accordion .accordion-item .accordion-body {
  background: transparent;
  padding: 5px 0;
  margin: 0;
  color: #dbeffb;
}
.helpdesk-main .accordion .accordion-item .accordion-collapse {
  max-height: 0;
}
.helpdesk-main .accordion .accordion-item .accordion-collapse.show {
  max-height: 1000px;
  transition: all 0.5s ease-in-out;
}
.helpdesk-main .btns-wrapper {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.helpdesk-main .btns-wrapper a.btn {
  padding: 13px 35px;
}
.helpdesk-main .btns-wrapper span {
  display: block;
  flex: 1;
  height: 1px;
  background-color: #dbeffb1f;
}
.helpdesk-main .btns-wrapper .slide-btn {
  gap: 12px;
}
.helpdesk-main .btns-wrapper .slide-btn img {
  vertical-align: baseline;
}

.productivity-main.scene{
  transform: unset !important;
  transform-style: unset !important;
}
.productivity-main h2 {
  margin-bottom: 40px;
}
.productivity-main .shape1 {
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-30%);
  z-index: -1;
}
.productivity-main .shape2 {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: -2;
  mix-blend-mode: hard-light;
}
.productivity-main .circle-main {
  width: 100%;
  max-width: 668px;
  height: 668px;
  position: absolute;
  top: -15px;
  right: -10%;
  z-index: -4;
  opacity: 0.2;
  transform: rotate(135deg);
}
.productivity-main .circle-main span {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.productivity-main .circle-main span:nth-child(2){
  width: 80%;
  height: 80%;
  z-index: 1;
}
.productivity-main .circle-main span:nth-child(3){
  width: 62%;
  height: 62%;
  z-index: 2;
}
.productivity-main .circle-main span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: linear-gradient(0deg, rgba(206, 193, 241, 0) 29.09%, #158bd4 89.48%);
}
.productivity-main .circle-main span::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  border-radius: 50%;
  background-color: #0C0E19;
  z-index: 1;
}
.cards-main .content {
  padding-left: 18px;
  position: relative;
}
.cards-main .content h4 {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 15px;
}
.cards-main .content p {
  font-size: 16px;
  color: #dbeffbb2;
  margin: 0;
}
.cards-main .content::after {
  content: "";
  position: absolute;
  height: calc(100% + 44px);
  width: 1px;
  top: 0;
  left: -12px;
  right: unset;
  background: linear-gradient(180deg, #cec1f1 50.76%, #080a10 102.27%);
}
.cards-main .content::before {
  content: "";
  position: absolute;
  height: 81px;
  width: 3px;
  top: 0;
  right: calc(100% + 12px);
  background: linear-gradient(180deg, #158bd4 0%, #8ed4ff 100%);
  z-index: 1;
  transform: translateX(1px);
}
.cards-main .content.start {
  padding-right: 18px;
  text-align: right;
}
.cards-main .content.start::after {
  right: -12px;
  left: unset;
}
.cards-main .content.start::before {
  left: calc(100% + 12px);
  transform: translateX(-1px);
}


.transform-hr-section {
  position: relative;
  padding-top: 70px;
}
.transform-hr-section .wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.transform-hr-section .wrapper .box-wrap {
  border-radius: 20px;
  position: relative;
  pointer-events: none;
}
.transform-hr-section .text-gradient {
  position: relative;
  margin-bottom: 10px;
}
.transform-hr-section .text-gradient:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: -112px;
  height: 315px;
  background: url(https://smartconvo.io/wp-content/uploads/2025/01/hr-head-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-blend-mode: screen;
  mix-blend-mode: hard-light;
  pointer-events: none;
  z-index: -1;
}
.transform-hr-section .circle-animation {
  border-radius: 100%;
  max-height: 778px;
  height: 100%;
  max-width: 778px;
  width: 100%;
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  z-index: -3;
}
.transform-hr-section .circle-animation span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 50%;
  border: 0.3px solid;
  background: linear-gradient(360deg, rgba(206, 193, 241, 0) 30.17%, #158bd4 69.75%);
  z-index: -2;
  margin: -1px;
  opacity: 60%;
}
.testimonial-main.hr-testimonial {
  padding: 70px 0;
}

/*Call action section*/
.call-action-section {
  padding: 40px 0 70px;
}
.call-action-section .container {
  background: radial-gradient(64.28% 96.62% at 54.76% 105%, rgba(11, 76, 241, .5) 0%, rgba(12, 14, 25, .332609) 75.8%, #0c0e19 100%);
}
.call-action-section .wrapper {
  position: relative;
  padding: 40px 16px;
  border-radius: 15px;
  background-image: url("../images/call-action-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.call-action-section .wrapper:before {
  position: absolute;
  content: "";
  left: 15px;
  top: -28px;
  width: 100%;
  height: 57px;
  right: 0;
  background-blend-mode: screen;
  mix-blend-mode: plus-lighter;
  background-image: url("../images/whyUs-1.webp");
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
.call-action-section .wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(132.74deg, rgba(99, 91, 121, 0.2) 60.17%, rgba(166, 141, 237, 0.5) 107.95%);
  border-radius: 15px;
  padding: 1px;
  -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);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.call-action-section .wrapper .txt-img {
  position: absolute;
  bottom: 60px;
  right: 10%;
  transform: rotate(10.9deg);
}
.call-action-section .wrapper .pdf-img {
  position: absolute;
  top: 51px;
  left: 12%;
  transform: rotate(14.97deg);
}
.call-action-section .wrapper .create-bot-text {
  margin: 15px auto 20px;
  font-family: "SF-Pro-regular";
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
}
.call-action-section .wrapper .text-gradient.create-bot-text span {
  background: linear-gradient(114.38deg, #006FFF 35.42%, #FA7C0B 59.88%, #C7F376 83.61%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Hr page end */

/* Sales page start */
.sales-banner {
  padding: 80px 0 105px;
}
.sales-banner .chip {
  margin-top: 80px;
}
.sales-banner h1 {
  margin-bottom: 25px;
}
.sales-banner p.chip {
  margin-left: 0 !important;
}
.sales-banner p {
  margin-bottom: 25px;
}
.sales-banner p.banner-text {
  max-width: 90%;
}
.sales-banner .label {
  display: flex !important;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  width: fit-content;
  position: absolute;
}
.sales-banner .label.reported {
  top: 70px;
  right: -30px;
}
.sales-banner .label.resolved {
  bottom: 30%;
  right: 50px;
}
.sales-banner .circle-main {
  width: 100%;
  max-width: 850px;
  height: 850px;
  position: absolute;
  top: -15%;
  right: -12%;
  z-index: -4;
  opacity: 0.6;
  transform: rotate(180deg);
  transform: translateX(-50%) translateY(-50%);
}
.sales-banner .circle-main span {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ripple 3s linear infinite;
  animation-delay: 3s;
}
.sales-banner .circle-main span:nth-child(2){
  z-index: 1;
  animation-delay: 1s;
}
.sales-banner .circle-main span:nth-child(3){
  z-index: 2;
  animation-delay: 1.5s;
}
.sales-banner .circle-main span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: linear-gradient(360deg, rgba(206, 193, 241, 0) 10.17%, #158BD4 69.75%);
}
.sales-banner .circle-main span:nth-child(2):after {
  background: linear-gradient(0deg, rgba(206, 193, 241, 0) 29.09%, #158BD4 89.48%);
}
.sales-banner .circle-main span:nth-child(3):after {
  background: linear-gradient(0deg, rgba(206, 193, 241, 0) 35.6%, #158BD4 99.15%);
}
.sales-banner .circle-main span::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  border-radius: 50%;
  background-color: #0C0E19;
  z-index: 1;
}

.benefits-ai.scene{
  transform: unset !important;
  transform-style: unset !important;
}
.benefits-ai h2 {
  margin-bottom: 0px;
  position: relative;
}
.benefits-ai h2:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  height: 68px;
  background: url(https://smartconvo.io/wp-content/uploads/2025/01/benifit-head-bg.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-blend-mode: screen;
  mix-blend-mode: plus-lighter;
  pointer-events: none;
  z-index: -1;
}
.benefits-ai .shape1 {
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-30%);
  z-index: -1;
}
.benefit-box {
  position: relative;
}
.benefits-ai .benefits-cards-main {
  background: radial-gradient(136.41% 113.13% at 56.06% 97.31%, rgba(21, 22, 41, 0.5) 0%, rgba(21, 22, 41, 0.332609) 40.72%, #151629 100%);
  backdrop-filter: blur(17.831668853759766px);
  border-radius: 10px;
  padding: 18px;
  margin: 25px 0;
  position: sticky;
  top: 100px;
  z-index: 1;
  transition: transform 0.3s ease;
}
.benefits-ai .benefits-cards-main:last-child {
  margin-bottom: 0;
}
.benefits-ai .benefits-cards-main:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(176.4deg, rgba(185, 208, 238, 0.2) 3.94%, #131425 74.84%);
  border-radius: 10px;
  padding: 1px;
  -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);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.benefits-ai .benefits-cards-main .img-out {
  height: 48px;
  width: 48px;
  border-radius: 10px;
  background: linear-gradient(136.71deg, #4463ff -26.6%, rgba(37, 55, 102, .2) 51.03%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.benefits-ai .benefits-cards-main .content h3 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 15px;
}
.benefits-ai .benefits-cards-main .cards-main .content p {
  font-size: 16px;
  color: #dbeffbb2;
  margin: 0;
}
.benefits-ai .benefits-cards-main .benefits-cards-img {
  text-align: right;
}
.benefits-ai .benefits-cards-main.flex-row-reverse .benefits-cards-img {
  text-align: left;
}

.create-bot-section.sales-bot-section {
  padding: 30px 0 70px 0;
}

.benefits-section {
  padding-bottom: 70px;
  position: relative;
}
.benefits-section .benefit-wrapper {
  padding-top: 25px;
}
.benefits-section .center-arrow {
  position: absolute;
  bottom: auto;
  right: 50%;
  top: -80%;
  transform: translateY(-50%);
}
.benefits-section .left-arrow {
  position: absolute;
  bottom: 0;
  right: 64%;
  top: 25%;
  transform: translateY(-50%);
}
.benefits-section .right-arrow {
  position: absolute;
  bottom: 0;
  left: 64%;
  top: 25%;
  transform: translateY(-50%) scaleX(-1);
}
.benefits-section .animate-box {
  position: relative;
  margin-top: 120px;
}
.benefits-section .animate-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotate 5s linear infinite;
}
.benefits-section .animate-box .inner img {
  animation-delay: 0.5s;
  animation-duration: 3s;
}
.benefits-section .animate-box .logo img {
  animation: zoom 1s linear infinite;
}
.benefits-section .benefits-card .img-wrapper {
  height: 60px;
  width: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(74.32% 74.32% at 58.24% 139.86%, rgba(0, 111, 255, 0.5) 0%, #0C0E19 100%);
  border-radius: 100%;
  margin: 0 auto 8px;
  z-index: 2;
  border: 1px solid #363f51;
}
.benefits-section .benefits-card .content {
  text-align: center;
}
.benefits-section .benefits-card .content h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.benefits-section .benefits-card .content p {
  font-size: 14px;
  line-height: 21px;
  color: #DBEFFB;
}
.benefits-section .circle-main {
  width: 100%;
  max-width: 1200px;
  height: 1015px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  opacity: 15%;
  transform: translateX(-50%);
  pointer-events: none;
}
.benefits-section .circle-main span {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 64%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.benefits-section .circle-main span:nth-child(2) {
  width: 90%;
  height: 90%;
  z-index: 1;
}
.benefits-section .circle-main span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: linear-gradient(0deg, rgba(206, 193, 241, 0) 74%, #ACD1FB 91.24%);
}
.benefits-section .circle-main span:nth-child(2):after {
  background: linear-gradient(0deg, rgba(206, 193, 241, 0) 76.83%, #ACD1FB 96.56%);
}
.benefits-section .circle-main span:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  border-radius: 50%;
  background-color: #0c0e19;
  z-index: 1;
}

.smart-assistant-section {
  padding-bottom: 70px;
}
.smart-assistant-section .smart-assistant-slider .swiper-wrapper {
  padding-top: 50px;
}
.smart-assistant-section .smart-assistant-slider .swiper-slide {
  height: auto;
}
.smart-assistant-section .smart-assistant-box {
  position: relative;
  background: radial-gradient(136.41% 113.13% at 56.06% 97.31%, rgba(12, 14, 25, 0) 0%, rgba(21, 22, 41, 0.332609) 40.72%, #151629 100%);
  backdrop-filter: blur(17.831668853759766px);
  padding: 45px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  height: 100%;
}
.smart-assistant-section .smart-assistant-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(176.4deg, rgba(185, 208, 238, .2) 3.94%, #131425 74.84%);
  border-radius: 15px;
  padding: 1px;
  -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);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.smart-assistant-section .smart-assistant-box .smart-assistant-number {
  position: absolute;
  top: -30px;
  width: 64px;
  height: 64px;
  display: flex;
  background: radial-gradient(136.41% 113.13% at 56.06% 97.31%, rgba(12, 14, 25, 0) 0%, rgba(21, 22, 41, 0.332609) 40.72%, #151629 100%);
  backdrop-filter: blur(17.831668853759766px);
  color: #DBEFFB;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
  justify-content: center;
  align-items: center;
}
.smart-assistant-section .smart-assistant-box .smart-assistant-number:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(176.4deg, rgba(185, 208, 238, 0.2) 3.94%, #131425 74.84%);
  border-radius: 50px;
  padding: 1px;
  -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);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.smart-assistant-section .smart-assistant-box h3, .smart-assistant-section .smart-assistant-box .h3 {
  font-family: "Geist", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32.34px;
  padding-top: 50px;
  text-align: center;
}
.smart-assistant-section .smart-assistant-footer {
  padding-top: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.smart-assistant-section .smart-assistant-footer .middle {
  display: block;
  flex: 1;
  height: 1px;
  background-color: #dbeffb1f;
}
.smart-assistant-section .smart-assistant-footer .slider-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.smart-assistant-section .smart-assistant-footer .slider-arrows .prev-arrow:hover svg, .smart-assistant-section .smart-assistant-footer .slider-arrows .next-arrow:hover svg {
  fill: url(#hover-gradient);
}
/* Sales page end */


/* Header css */

header .mega-menu {
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 999;
}
header .mega-menu .mega-menu-container {
  background: linear-gradient(127.89deg, #232F74 -9.12%, #1D244B 35.29%, #191B43 50.88%);
  box-shadow: 0px 10px 30px 0px #00000080;
  display: flex;
  flex-wrap: wrap;
}
header .mega-menu .mega-menu-container .mega-menu-left {
  padding: 20px 30px 20px 30px;
}
.menu-header {
  padding-bottom: 35px;
}
.menu-header span.menu-head-title {
  font-family: "SF-Pro-medium";
  font-size: 24px;
  font-weight: 500;
  line-height: 29.52px;
  text-align: left;
  color: #009EFF;
}
.menu-header p {
  font-size: 14px;
  font-weight: 500;
  line-height: 17.22px;
  margin: 0;
}
header .mega-menu .menu-box-wrapper {
  display: flex;
  flex-direction: column;
}
header .mega-menu .higlight .menu-box-wrapper {
  padding: 20px 25px 25px 25px;
  position: relative;
  background: linear-gradient(149.22deg, rgba(35, 47, 116, 0.5) -10.85%, #22284A 109.96%, #20224B 152.36%);
  height: 100%;
}
header .mega-menu .higlight {
  padding: 0;
}
header .mega-menu .higlight .right-menu-box {
  display: flex;
  flex-direction: column;
}
header .mega-menu .higlight .right-menu-box .right-menu-title {
  font-family: "SF-Pro-medium";
  font-size: 24px;
  line-height: 29.52px;
  text-align: left;
  color: #009EFF;
}
header .mega-menu .higlight .right-menu-box span.menu-middle-border {
  background: #DBEFFB1F;
  width: 100%;
  height: 1px;
  margin: 20px 0 12px 0;
}
header .mega-menu .higlight .right-menu-box .right-menu-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header .mega-menu .higlight .right-menu-box .right-menu-inner p{
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.68px;
  text-align: left;
  max-width: 60%;
  margin-bottom: 0;
}
header .mega-menu .higlight .right-menu-box .right-menu-inner a {
  background: linear-gradient(114.38deg, #006FFF 29.21%, #FA7C0B 60.96%, #C7F376 91.76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header .mega-menu .higlight .right-menu-box img {
  margin-top: 17px;
}
header .mega-menu .single-menu-box {
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
}
header .mega-menu .single-menu-box:last-of-type {
  margin-bottom: 0px;
}
header .mega-menu .single-menu-box .icon-box {
  height: 46px;
  min-width: 46px;
  border-radius: 10px;
  background: linear-gradient(136.71deg, #4463FF -26.6%, rgba(37, 55, 102, 0.2) 51.03%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .mega-menu .single-menu-box .icon-box::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  background: radial-gradient(144% 144% at 50% 53%, #ffffff 0%, #dff3ff 100%);
  box-shadow: inset 0.67px -0.67px 0.67px 0px rgba(21, 139, 212, 0.1019607843);
  z-index: -1;
  border-radius: 10px;
}
header .mega-menu .single-menu-box a, header .mega-menu .single-menu-box span {
  color: #FFFFFF;
  font-family: "SF-Pro-medium";
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  margin-bottom: 5px;
}
header .mega-menu .single-menu-box p {
  font-size: 14px;
  line-height: 1.47;
  color: #DBEFFBB2;
  margin: 0;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


/*New mega menu*/
header .mega-menu .product-container {
  max-width: 450px;
  margin: 0 auto;
}
header .mega-menu .product-container .single-menu-box span {
  display: flex;
  align-items: center;
  gap: 5px;
}
header .mega-menu .product-container .single-menu-box span p {
  font-size: 12px;
  color: #ffffff;
  background: radial-gradient(57.1% 242.05% at 53.78% 214.77%,#25A8F9 21.96%,#158BD4 51.78%,#2D27DD 100%);
  padding: 5px 10px;
  border-radius: 50px;
}
header .mega-menu .mega-menu-container {
  background: radial-gradient(144.64% 3009.61% at 81.52% 128.63%, #1D1D2F 0%, #181A25 100%);
  box-shadow: unset;
  flex-wrap: nowrap;
}
header .navbar .navbar-nav .dropdown .mega-menu .outside .nav {
    padding: 30px 25px;
}
header .navbar .navbar-nav .dropdown .mega-menu .nav .nav-link {
    padding: 11px 15px !important;
    border: unset;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    width: 228px;
    justify-content: space-between;
    background: linear-gradient(0deg, rgba(49, 48, 54, 0.3), rgba(49, 48, 54, 0.3)), linear-gradient(135.86deg, rgba(177, 177, 177, 0.32) 5.24%, rgba(54, 53, 103, 0.2) 51.01%);
    color: #ffffff;
}
header .navbar .navbar-nav .dropdown .mega-menu .nav .nav-link::after {
  content: unset;
}
header .navbar .navbar-nav .dropdown .mega-menu .tab-content {
    border-left: 2px solid #0C0E19;
    padding: 30px 25px;
}


/*Customer Support Page*/
.customer-support-hero-section {
  padding: 80px 0 130px;
  overflow: hidden;
}
.customer-support-hero-section p.chip {
  margin-left: 0 !important;
}
.customer-support-hero-section h1 {
  margin-bottom: 25px;
}
.customer-support-hero-section p.banner-text {
  max-width: 80%;
  color: #DBEFFB;
}
.customer-support-hero-section .label {
  display: flex !important;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 11px 15px;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
}
.customer-support-hero-section .label p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}
.customer-support-hero-section .label.reported {
  color: #fa7c0b;
  background-color: rgba(250, 124, 11, 0.1019607843);
  top: 30%;
  right: -100px;
}
.customer-support-hero-section .label.resolved {
  color: #20ab57;
  background-color: rgba(32, 171, 87, 0.1019607843);
  top: 49%;
  left: 0;
}
.customer-support-hero-section .circle-main {
  width: 100%;
  max-width: 800px;
  height: 800px;
  position: absolute;
  top: 0%;
  right: 6%;
  z-index: -4;
  opacity: 0.2;
  transform: rotate(180deg);
}
.customer-support-hero-section .circle-main span {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.customer-support-hero-section .circle-main span:nth-child(2) {
  width: 80%;
  height: 80%;
  z-index: 1;
}
.customer-support-hero-section .circle-main span:nth-child(3) {
  width: 62%;
  height: 62%;
  z-index: 2;
}
.customer-support-hero-section .circle-main span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: linear-gradient(0deg, rgba(206, 193, 241, 0) 29.09%, #158bd4 89.48%);
}
.customer-support-hero-section .circle-main span::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  border-radius: 50%;
  background-color: #0c0e19;
  z-index: 1;
}
.customer-support-hero-section .hero-img {
  margin-top: -48px;
}

.customer-challenge .challenge-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.customer-challenge .challenge-card .img-wrapper {
  padding: 34px 49px 4px 49px;
  background: linear-gradient(135.86deg, rgba(177, 177, 177, 0.32) 5.24%, rgba(54, 53, 103, 0.2) 51.01%);
  border-radius: 10px 10px 0 0;
  max-height: 410px;
  height: 100%;
}
.customer-challenge .challenge-card .img-wrapper img {
  height: 100%;
}
.customer-challenge .challenge-card .content {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0 0 10px 10px;
  border-top: 0;
  flex: 1;
}
.customer-challenge .challenge-card .content h6 {
  width: -moz-fit-content;
  width: fit-content;
  background-size: 140%;
  font-weight: 600;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(114.38deg, #006FFF 35.46%, #FA7C0B 64.04%, #C7F376 91.76%);
  -webkit-background-clip: text;
}
.customer-challenge .challenge-card .content p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  color: rgba(219, 239, 251, 0.6980392157);
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.customer-challenge .challenge-card .content p span {
  color: #FA7C0B;
}
.customer-challenge .challenge-card.three .content h6 {
  background-size: 120%;
}
.customer-challenge .top-vector {
  position: absolute;
  bottom: 247px;
  left: 100%;
}
.customer-challenge .bottom-vector {
  position: absolute;
  bottom: 91px;
  right: 100%;
}

.challenge-slider .swiper-slide {
  height: auto;
}
.challenge-slider .swiper-slide:nth-child(even) .challenge-card .img-wrapper {
  background: linear-gradient(316.48deg, rgba(192, 210, 221, 0.2) -25.92%, rgba(54, 53, 103, 0.2) 101.21%);
}
.challenge-slider .slider-arrows {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  justify-content: flex-end;
  position: relative;
}
.challenge-slider .slider-arrows::before {
  position: absolute;
  content: "";
  height: 1px;
  background: rgba(219, 239, 251, 0.1215686275);
  left: 0;
  top: 50%;
  right: 102px;
  transform: translateY(-50%);
}
.customer-challenge .challenge-slider .slider-arrows .prev-arrow:hover svg, .customer-challenge .challenge-slider .slider-arrows .next-arrow:hover svg {
  fill: url(#hover-gradient);
}


.improve-challenge-section .improve-card {
  background-color: #0C0E19;
  padding: 24px;
  border-radius: 10px;
  border: 1px solid rgba(99, 91, 121, 0.2);
  position: relative;
  z-index: 2;
  height: 100%;
}
.improve-challenge-section .improve-card::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  left: -1px;
  bottom: 0;
  right: 0;
  height: 100%;
  background-color: #0C0E19;
  border-left: 2px solid #0A5CF3;
  border-radius: 10px;
  z-index: -1;
}
.improve-challenge-section .improve-card .icon-out {
  background: linear-gradient(223deg, #1518D4 -26.6%, rgba(57, 56, 114, 0.2) 51.03%);
  border-radius: 5px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex: none;
}
.improve-challenge-section .improve-card .heading {
  padding-bottom: 10px;
}
.improve-challenge-section .improve-card h3 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 500;
}
.improve-challenge-section .improve-card.gradient::before {
  position: absolute;
  content: "";
  top: 0;
  left: -2px;
  bottom: 0;
  width: 18px;
  height: 100%;
  background: linear-gradient(114.38deg, #006FFF 35.46%, #FA7C0B 64.04%, #C7F376 91.76%);
  z-index: -2;
  border-radius: 12px 0 0 12px;
}
.improve-challenge-section .improve-card.gradient::after {
  border-color: transparent;
  left: 0;
}

.number-tabs {
  overflow-x: auto;
  padding-bottom: 12px;
  flex-wrap: nowrap;
  max-width: 916px;
  width: 100%;
  margin: 0 auto;
}
.number-tabs .nav-item {
  flex: 1;
}
.number-tabs .nav-item:last-child .nav-link::after {
  display: none;
}
.number-tabs .nav-link {
  padding: 2px 8px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  min-width: 220px;
  background: unset;
  border: 0;
}
.number-tabs .nav-link:after {
  position: absolute;
  content: "";
  top: 24px;
  height: 1px;
  background: repeating-linear-gradient(90deg, #0c0e19, #0c0e19 5px, rgba(219, 239, 251, 0.2) 5px, rgba(219, 239, 251, 0.2) 10px);
  left: calc(50% + 24px);
  width: calc(100% - 48px);
}
.number-tabs .nav-link .num {
  margin: 0 auto;
  height: 48px;
  width: 48px;
  background: linear-gradient(0deg, rgba(49, 48, 54, 0.3), rgba(49, 48, 54, 0.3)), linear-gradient(135.86deg, rgba(177, 177, 177, 0.32) 5.24%, rgba(54, 53, 103, 0.2) 51.01%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  border-radius: 50%;
}
.number-tabs .nav-link .num::after {
  position: absolute;
  background: linear-gradient(0deg, rgba(49, 48, 54, 0.3), rgba(49, 48, 54, 0.3)), linear-gradient(135.86deg, rgba(177, 177, 177, 0.32) 5.24%, rgba(54, 53, 103, 0.2) 51.01%);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  content: "";
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
  z-index: -1;
  border: 2px solid rgba(255, 255, 255, 0.0901960784);
}
.number-tabs .nav-link p {
  margin-top: 20px;
  font-size: 16px;
  margin-bottom: 0;
  color: #DBEFFB;
}
.number-tabs .nav-link.active::after {
  background: repeating-linear-gradient(90deg, #0c0e19, #0c0e19 5px, #006FFF 5px, #7fb6ff 10px);
}
.number-tabs .nav-link.active .num {
  background: radial-gradient(52.08% 52.08% at 49.82% 119.79%, rgba(0, 119, 255, 0.6) 0%, #0F111F 100%);
}
.number-tabs .nav-link.active .num::after {
  border: 0;
  background: linear-gradient(114.38deg, #006FFF 35.46%, #FA7C0B 64.04%, #C7F376 91.76%);
}
.number-tabs .nav-link.active p {
  color: #006FFF;
}

.number-tabs-content {
  padding-top: 60px;
}
.number-tabs-content .content {
  padding: 0 12px 40px 12px;
  background: radial-gradient(121.41% 121.41% at 50% 105.39%, #1D1D2F 0%, rgba(6, 16, 48, 0.2) 80.51%);
  text-align: center;
  border-radius: 10px;
}
.number-tabs-content .desc h6 {
  font-size: 22px;
  color: #ffffff;
  text-align: start;
}
.number-tabs-content .desc p {
  max-width: 783px;
  width: 100%;
  margin: 0 auto 20px;
  color: rgba(219, 239, 251, 0.6980392157);
  font-size: 16px;
  text-align: center;
}

.customer-support-section {
  position: relative;
  background: radial-gradient(63.16% 19.2% at 50% 100%, #1558D4 -10%, rgba(12, 14, 25, 0.332609) 45.8%, rgba(12, 14, 25, 0.2) 100%);
  padding-top: 20px;
  margin-bottom: 70px;
}
.customer-support-section .wrapper {
  padding: 40px 0;
}
.customer-support-section .wrapper p {
  max-width: 689px;
  margin: 0 auto 20px;
}
.customer-support-section .ai-text {
  position: absolute;
  bottom: 0;
  mix-blend-mode: color-dodge;
  right: 0;
}
.customer-support-section .txt-img {
  position: absolute;
  bottom: 45%;
  right: 8%;
}
.customer-support-section .pdf-img {
  position: absolute;
  top: 18px;
  left: 28%;
}
.customer-support-section .btn {
  border-radius: 32px;
}

.workflow-section .cards-wrapper {
  max-width: 856px;
  width: 100%;
  margin: 40px auto 0;
  position: relative;
}
.workflow-section .cards-wrapper::before {
  position: absolute;
  content: "";
  top: 50px;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: rgba(219, 239, 251, 0.2);
}
.workflow-section .cards-wrapper .content {
  max-width: 364px;
  margin: auto;
  width: 100%;
}
.workflow-section .cards-wrapper .content h5 {
  color: #ffffff;
}
.workflow-section .cards-wrapper .content p {
  font-size: 16px;
  color: rgba(219, 239, 251, 0.6980392157);
}
.workflow-section .cards-wrapper .circle-animation {
  height: 260px;
  width: 260px;
}

/*New hero section*/
.new-hero-section {
  position: relative;
  padding: 120px 0 54px;
  min-height: 855px;
}
.new-hero-section .content-wrap {
  max-width: 55%;
}
.new-hero-section h1, .new-hero-section .h1 {
  font-weight: 800;
  font-size: 72px;
  position: relative;
}
.new-hero-section h1:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 46px;
  background: url(https://smartconvo.io/wp-content/themes/smartconvo/assets/images/smartconvo-hero-lite.svg);
  background-blend-mode: screen;
  mix-blend-mode: hard-light;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  left: -25%;
  top: 62px;
  pointer-events: none;
  z-index: -1;
}
.new-hero-section p {
  font-size: 16px;
  max-width: 668px;
  width: 100%;
  margin: 20px 0 8px;
  color: #ffffff;
}
.new-hero-section .hero-chip {
  display: inline-flex;
  align-items: center;
  padding: 5.7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.2509803922);
  border-radius: 10px;
  color: #ffffff;
  margin-bottom: 8px;
  font-size: 14px;
  gap: 5px;
}
.new-hero-section .hero-main {
  max-width: 632px;
  height: auto;
  width: 38vw;
  position: absolute;
  right: 7%;
  top: 60px;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.new-hero-section .network-img {
  max-width: 520px;
  height: auto;
  width: 33vw;
  position: absolute;
  right: 17vw;
  z-index: -1;
  top: 7vw;
}
.new-hero-section .btn-gradient {
  font-size: 16px;
}


/*Tools page css*/
.tools-hero {
  padding: 50px 0 70px;
  overflow: hidden;
}
.tools-hero img.bg-square {
  position: absolute;
  top: 72px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: -1;
}
.tools-hero .lg-heading {
  margin-bottom: 15px;
}
.tools-hero .text {
  max-width: 60%;
  margin: 0 auto 25px;
}
.tools-hero .content {
  border-radius: 10px;
  position: relative;
  max-width: 882px;
  width: 100%;
  margin: 0 auto;
  padding: 137px 45px 12px;
  min-height: 510px;
  background-color: #0c0e19;
}
.tools-hero .content::after {
  position: absolute;
  content: "";
  background: radial-gradient(33.96% 33.96% at 50% 105.39%, rgba(0, 60, 255, 0.5) 0%, rgba(6, 16, 48, 0.2) 80.51%);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 12px;
  pointer-events: none;
}
.tools-hero .content::before {
  position: absolute;
  content: "";
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(157.08deg, #ABA1C8 45.1%, rgba(171, 161, 200, 0.2) 80.38%);
  z-index: -1;
  border-radius: 10px;
  opacity: 0.5;
}
.tools-hero .content div.align-middle.text-center {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "SF-Pro-regular";
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .5rem;
  color: #dbeffb;
}
.tools-hero .content div.align-middle.text-center img {
  margin-top: -5px;
}
.tools-hero .content .question {
  font-size: 20px;
  font-weight: 500;
  color: rgba(219, 239, 251, 0.6980392157);
  text-align: center;
  margin-bottom: 20px;
}
.tools-hero .content .question-wrapper {
  padding: 8px 15px 12px 18px;
  border-radius: 10px;
  background: linear-gradient(135.86deg, #0B0F1E 5.24%, rgba(54, 53, 103, 0.2) 51.01%);
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.tools-hero .content .question-wrapper input, .tools-hero .content .question-wrapper select {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
  box-shadow: unset;
}
.tools-hero .content .question-wrapper input::-moz-placeholder, .tools-hero .content .question-wrapper select::-moz-placeholder {
  color: rgba(219, 239, 251, 0.6980392157);
}
.tools-hero .content .question-wrapper input::placeholder, .tools-hero .content .question-wrapper select::placeholder {
  color: rgba(219, 239, 251, 0.6980392157);
}
.tools-hero .content .question-wrapper input:focus, .tools-hero .content .question-wrapper select:focus {
  box-shadow: none;
}
.tools-hero .content .question-wrapper select {
  max-width: 152px;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  --bs-form-select-bg-img: url("../images/arrowDown.webp");
  background-image: url("../images/arrowDown.webp");
  background-size: 10px;
  background-repeat: no-repeat;
}
.tools-hero .content .question-wrapper select option {
  color: #000000;
}
.tools-hero .content .question-wrapper .form-control {
  padding-left: 0;
}
.tools-hero .content .btns {
  gap: 10px;
}
.tools-hero .content .btns .btn {
  padding: 8px 28px;
  font-size: 14px;
  color: #fff;
}
.tools-hero .content .btns .btn.btn-outline-white {
  border: 1px solid rgba(255, 255, 255, 0.1450980392);
}
.tools-hero .content .btns .btn.btn-outline-white:hover {
  background: radial-gradient(57.1% 242.05% at 53.78% 214.77%, #25a8f9 21.96%, #158bd4 51.78%, #2d27dd 100%);
}
.tools-hero .left-vector {
  position: absolute;
  bottom: 180px;
  right: 100%;
}
.tools-hero .bottom-vector {
  position: absolute;
  bottom: -20px;
  right: 100%;
}
.tools-hero .top-vector {
  position: absolute;
  top: 0;
  left: 100%;
}
.tools-hero .right-vector {
  position: absolute;
  top: 195px;
  left: 100%;
}
.tools-hero .light-bg {
  position: absolute;
  bottom: 70%;
  z-index: 99;
  transform: translateX(-50%);
  mix-blend-mode: hard-light;
  max-width: 1776px;
  left: 50%;
  opacity: 80%;
  pointer-events: none;
  z-index: -1;
}
.text-orange {
  color: #FA7C0B !important;
}
.cursor-pointer {
  cursor: pointer;
}
.ai-answer p {
  color: #ffffff;
}

.answer-generator-section {
  position: relative;
}
.answer-generator-section .steps-main {
  max-width: 630px;
  margin: 0 auto;
  position: relative;
}
.answer-generator-section .steps-main .single-step {
  margin-bottom: 30px;
}
.answer-generator-section .steps-main .single-step .primary-text {
  color: #158bd4;
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
}
.answer-generator-section .steps-main .single-step .stepper {
  width: 48px;
  margin: 0 auto 15px;
}
.answer-generator-section .steps-main .single-step .stepper span {
  display: block;
  margin: 0 auto;
  height: 83px;
  width: 1px;
  background: linear-gradient(0deg, #158bd4 0%, #0c0e19 100%);
  box-shadow: 0px 3.19px 7.97px 0px #7544ff;
}
.answer-generator-section .steps-main .single-step .stepper div {
  background: linear-gradient(136.71deg, #4463ff -26.6%, rgba(37, 55, 102, 0.2) 51.03%);
  border-radius: 10px;
  border: 1px solid #158bd4;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.answer-generator-section .steps-main .single-step .step-img {
  position: relative;
}
.answer-generator-section .steps-main .single-step .step-img .img {
  display: block;
  margin: 0 auto;
  backdrop-filter: blur(15px);
}
.answer-generator-section .steps-main .single-step .step-img .shape4 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
}
.answer-generator-section .steps-main .single-step .step-img .shape1 {
  position: absolute;
  top: 92px;
  left: -108px;
}
.answer-generator-section .steps-main .single-step .step-img .shape2 {
  position: absolute;
  bottom: 61px;
  left: -10px;
}
.answer-generator-section .steps-main .single-step .step-img .shape3 {
  position: absolute;
  top: 45%;
  right: -10px;
}

/*Product page*/
/*Ai chatbot page*/
.btn.btn-outline-gradient {
    position: relative;
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    border-radius: 12px;
    padding: 16px;
}
.btn.btn-outline-gradient:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    background: radial-gradient(57.1% 242.05% at 53.78% 214.77%, #25A8F9 21.96%, #158BD4 51.78%, #2D27DD 100%);
    -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);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    border-radius: 12px;
}
.btn.btn-outline-gradient:hover {
  background: radial-gradient(57.1% 242.05% at 53.78% 214.77%, #25A8F9 21.96%, #158BD4 51.78%, #2D27DD 100%);
}
.customer-support-hero-section.product-page-hero .circle-main {
  top: -5%;
  right: 10%;
}

.improve-challenge-section.improve-ai-chatbot .improve-card {
  background: linear-gradient(99.77deg, #0C0E19 0.16%, #050B2E 99.84%);
}
.improve-challenge-section.improve-ai-chatbot .improve-card:after {
  background: unset;
}

.product-bot-section .wrapper {
  padding: 80px 16px;
}
.product-bot-section ul li:after {
  content: '';
  position: absolute;
  background: white;
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  right: -18px;
}
.product-bot-section ul li:last-child:after {
  content: unset;
}
.product-bot-section ul li {
  margin-bottom: 35px;
}


.ai-chat-iocn-list .ai-chat-logo-wrapper {
  width: 100%;
  margin: 50px auto 25px;
  display: flex;
  gap: 28px 58px;
  flex-wrap: wrap;
  justify-content: center;
}
.ai-chat-iocn-list .ai-chat-logo-wrapper .ai-chat-logo {
  padding: 10px 18px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  transition: all .3s ease-in-out;
}
.ai-chat-iocn-list .ai-chat-logo-wrapper .ai-chat-logo:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(278.24deg, rgba(99, 91, 121, 0.5) 73.06%, rgba(166, 141, 237, 0) 101.6%);
  /*background: linear-gradient(180deg, #443f51 0%, #776c94 67%, #443f51 100%);*/
  border-radius: 12px;
  padding: 1px;
  -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);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.ai-chat-iocn-list .ai-chat-logo-wrapper .ai-chat-logo .icon-out {
  background: linear-gradient(136.71deg, #4463FF -26.6%, rgba(37, 55, 102, 0.2) 51.03%);
  border-radius: 5px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex: none;
}
.ai-chat-iocn-list .ai-chat-logo-wrapper .ai-chat-logo .icon-box-title {
  font-size: 24px;
  font-weight: 500;
  color: #DBEFFB;
}

.chatbot-usecase-main {
    padding-bottom: 95px;
}
.chatbot-usecase-main .chatbot-usecase-container {
    padding-top: 30px;
}
.chatbot-usecase-main .chatbot-usecase-box {
    backdrop-filter: blur(17.831668853759766px);
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.chatbot-usecase-main .chatbot-usecase-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(168.01deg, rgba(255, 255, 255, 0.2) -9.63%, rgba(255, 255, 255, 0.1) 100.36%);
    border-radius: 10px;
    padding: 1px;
    -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);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}
.chatbot-usecase-main .chatbot-usecase-box img.shape {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    mix-blend-mode: plus-lighter;
}
.chatbot-usecase-main .chatbot-usecase-box .img-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.chatbot-usecase-main .chatbot-usecase-box .chatbot-subtitle {
    position: absolute;
    top: -18px;
    width: 145px;
    height: 37px;
    display: flex;
    background: #0C0E19;
    backdrop-filter: blur(50px);
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
    align-items: center;
}
.chatbot-usecase-main .chatbot-usecase-box .chatbot-subtitle:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(147.62deg, rgba(206, 193, 241, 0.5) 18.66%, rgba(7, 160, 255, 0.5) 91.95%);
    border-radius: 10px;
    padding: 1px;
    -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);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.chatbot-usecase-main .chatbot-usecase-box .img-wrapper img {
    width: 100%;
}
.chatbot-usecase-main .chatbot-usecase-content {
    padding: 22px 22px 26px 22px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 100%;
    background: linear-gradient(45.58deg, #394897 -38.79%, rgba(12, 14, 25, 0.4) 51.3%);
    border-radius: 0 0 10px 10px;
}
.chatbot-usecase-main .chatbot-usecase-box .content h3 {
    font-size: 20px;
    font-weight: 500;
}
.chatbot-usecase-main .chatbot-usecase-box .usecase-btn, .chatbot-usecase-main .chatbot-usecase-box .usecase-btn a {
  width: 100%;
}


.customer-challenge-main {
  padding: 100px 0;
}
.customer-challenge-main .customer-challenge-data .customer-item {
    margin-bottom: 10px;
}
.customer-challenge-main .customer-challenge-data .customer-item .heading {
    padding: 12px 16px; 
    position: relative;
    cursor: pointer;
}
.customer-challenge-main .customer-challenge-data .customer-item.active .heading:before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg,#a68ded 6%,rgba(99,91,121,.2) 90%);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 8px 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);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    padding: 1px;
}
.customer-challenge-main .customer-challenge-data .customer-item .heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(90deg, #006FFF 0.5%, #FA7C0B 51.48%, #C7F376 99.41%);
  transition: width 0s linear;
}
.customer-challenge-main .customer-challenge-data .customer-item.active .heading::after {
  width: 100%;
  transition: width 3s linear;
}
.customer-challenge-main .customer-challenge-data .customer-item .icon-out {
    background: linear-gradient(0deg, rgba(49, 48, 54, 0.3), rgba(49, 48, 54, 0.3)), linear-gradient(135.86deg, rgba(177, 177, 177, 0.32) 5.24%, rgba(54, 53, 103, 0.2) 51.01%);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex: none;
}
.customer-challenge-main .image-container img {
    display: block;
    margin: 0 auto;
}

.chatbot-solution-main {
   padding: 80px 0;
}
.chatbot-solution-main .chatbot-solution-wrap {
   margin-top: 30px;
}
.chatbot-solution-main .single-step {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 0 160px;
   margin-bottom: 45px;
}
.chatbot-solution-main .single-step:last-of-type {
   margin-bottom: 0;
   justify-content: center;
}
.chatbot-solution-main .single-step:first-of-type {
   justify-content: center;
}
.chatbot-solution-main .single-step:first-of-type .single-card::before {
   right: unset;
   left: 100%;
}

.chatbot-solution-main .single-step:last-of-type .single-card:before {
  right: unset;
  left: 100%;
}

.chatbot-solution-main .single-step .single-card {
   background-color: #0c0e19;
   border-radius: 5px;
   padding: 14px;
   position: relative;
   max-width: 50%;
}
.chatbot-solution-main .single-step .single-card .shape {
   position: absolute;
   bottom: 0;
   left: 50%;
   transform: translate(-50%, 50%);
   mix-blend-mode: color-dodge;
}
.chatbot-solution-main .single-step .single-card:after {
   content: "";
   position: absolute;
   top: -2px;
   left: -2px;
   right: -2px;
   bottom: -2px;
   border-radius: 5px;
   z-index: -1;
   background: linear-gradient(60deg, #0c0e19 -6.18%, rgba(255, 255, 255, 0.3) 102.06%);
}
.chatbot-solution-main .single-step .single-card:before {
   content: "";
   position: absolute;
   top: 50%;
   right: 100%;
   width: 138px;
   height: 2px;
   background-color: #635b79;
}
.chatbot-solution-main .single-step .single-card .wrapper {
   background: linear-gradient(180deg, #151629 0%, #0c0e19 100%);
   padding: 12px 15px;
   line-height: 1.2;
}
.chatbot-solution-main .single-step .single-card .wrapper .img {
   margin-bottom: 13px;
}
.chatbot-solution-main .single-step .single-card .wrapper .text-gradient {
   margin-bottom: 10px;
   background: linear-gradient(171deg, #006fff 14.17%, #fa7c0b 42.3%, #c7f376 69.59%);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   font-size: 28px;
}
.chatbot-solution-main .single-step .single-card .wrapper p {
   color: #fff;
   margin-bottom: 10px;
   font-weight: 500;
   font-size: 20px;
}
.chatbot-solution-main .single-step .single-card .wrapper span {
   font-size: 16px;
   font-weight: 500;
   color: #dbeffb;
   opacity: 0.7;
   line-height: 1.58;
}
.chatbot-solution-main .count .count-wrapper {
   height: 150px;
   width: 150px;
   border-radius: 50%;
   box-shadow: 0px 12px 40px 0px #9ecff7 inset;
   background: #0c0e19;
   outline-offset: 22px;
   outline: 1px dashed #dbeffb;
   font-size: 46px;
   font-weight: 700;
   color: #dbeffb;
   display: flex;
   justify-content: center;
   align-items: center;
}

.chatbot-advantages-section .chatbot-advantages-wrap p {
  margin-bottom: 30px;
  display: flex;
}
.chatbot-advantages-section .chatbot-advantages-wrap p:before {
  content: url(https://smartconvo.io/wp-content/uploads/2025/01/list-arrow.svg);
  margin-right: 10px;
}
.chatbot-advantages-section .chatbot-advantages-wrap p:last-child {
  margin-bottom: 0;
}

.chatbot-result-section .chatbot-result-wrapper {
  background: radial-gradient(122.6% 122.6% at 51.14% 100%, #1558D4 0%, rgba(12, 14, 25, 0.2) 32.28%, rgba(12, 14, 25, 0.33) 45.68%);
  position: relative;
  padding: 30px 28px;
  z-index: 1;
}
.chatbot-result-section .chatbot-result-wrapper:after {
  content: '';
  position: absolute;
  background: linear-gradient(205.07deg, rgba(99, 91, 121, 0.5) 42.8%, rgba(166, 141, 237, 0) 90.8%);
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -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);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  padding: 1px;
  z-index: -1;
}
.chatbot-result-section .single-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.chatbot-result-section .single-result h3 {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 5px;
  background: linear-gradient(147.62deg, #CEC1F1 18.66%, #07A0FF 91.95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}
.chatbot-result-section .single-result span {
  font-size: 22px;
  font-weight: 500;
  color: #DBEFFB;
}
.chatbot-result-section .single-result p {
  color: #dbeffbb3;
  font-size: 20px;
  line-height: 28px;
}

.ai-conversations-main {
  padding: 100px 0;
}
.ai-conversations-main .swiper-wrapper .swiper-slide {
  transition: transform .5s;
  transform: scale(.9);
  width: 100%;
  max-width: 432px;
}
.ai-conversations-main .swiper-wrapper .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.ai-conversations-main .ai-conversations-card {
  padding: 15px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
.ai-conversations-main .ai-conversations-card .img-wrapper img {
  width: 100%;
}
.ai-conversations-main .ai-conversations-slider-content {
  display: flex;
  flex-direction: column;
  padding-top: 18px;
}
.ai-conversations-main .ai-conversations-slider-content h3 {
  font-size: 20px;
  color: #FFFFFF;
}
.ai-conversations-main .ai-conversations-slider-content p {
  font-size: 18px;
}
.ai-conversations-main .ai-conversations-slider-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  padding: 13px;
}
.ai-conversations-main .ai-conversations-card.aislider1 {
  background: linear-gradient(136.71deg, #4463FF -26.6%, rgba(22, 36, 71, 0.2) 51.03%);
}
.ai-conversations-main .ai-conversations-card.aislider2 {
  background: linear-gradient(136.71deg, rgba(216, 85, 118, 0.6) -26.6%, rgba(22, 36, 71, 0.2) 51.03%);
}
.ai-conversations-main .ai-conversations-card.aislider3 {
  background: linear-gradient(136.71deg, rgba(173, 16, 201, 0.6) -26.6%, rgba(22, 36, 71, 0.2) 51.03%);
}
.ai-conversations-main .ai-conversations-card.aislider4 {
  background: linear-gradient(136.71deg, rgba(0, 174, 78, 0.6) -26.6%, rgba(22, 36, 71, 0.2) 51.03%);
}
.ai-conversations-main .ai-conversations-card.aislider5 {
  background: linear-gradient(136.71deg, rgba(255, 153, 0, 0.8) -26.6%, rgba(22, 36, 71, 0.2) 51.03%);
}
.ai-conversations-main .slider-arrows:before {
    position: absolute;
    content: "";
    height: 1px;
    background: rgba(219, 239, 251, .1215686275);
    left: 0;
    top: 50%;
    right: 102px;
    transform: translateY(-50%);
}
.ai-conversations-main .slider-arrows {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    justify-content: flex-end;
    position: relative;
}



.ai-cta-section .wrapper {
  padding: 65px 95px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #a68ded2b;
}
.ai-cta-section .ai-cta-text {
  font-family: "SF-Pro-medium";
  font-size: 50px;
  line-height: 62px;
  color: #FFFFFF;
}
.ai-cta-section .ai-cta-button-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.ai-cta-section .ai-cta-button-wrap a {
    padding: 12px 60px;
}
.ai-cta-section .ai-cta-button-wrap .btn.btn-outline-gradient, .btn.btn-outline-gradient:after {
  border-radius: 32px;
}

.how-ai-chat-work-main {
   padding: 70px 0 100px;
}
.how-ai-chat-work-main .single-row {
   border: 1px solid;
   border-image-source: linear-gradient(89.99deg, #0c0e19 -6.18%, rgba(255, 255, 255, 0.3) 102.06%);
   border-image-slice: 1;
}
.how-ai-chat-work-main .single-row:not(:last-of-type) {
   border-bottom: 0;
}
.how-ai-chat-work-main .single-row:nth-of-type(even) {
   border-image-source: linear-gradient(1.34deg, #0c0e19 -25.56%, rgba(255, 255, 255, 0.3) 69.58%);
}
.how-ai-chat-work-main .single-row:nth-of-type(even) .row {
   flex-direction: row-reverse;
}
.how-ai-chat-work-main .content {
   padding: 44px;
}
.how-ai-chat-work-main .content .step {
   padding: 7px 18px;
   border-radius: 5px;
   background: #090a12;
   position: relative;
   width: fit-content;
   margin-bottom: 16px;
}
.how-ai-chat-work-main .content .step p {
   background: linear-gradient(175deg, #fff 3.93%, #158bd4 130.69%);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   margin-bottom: 0;
   line-height: 1.5;
   font-size: 16px;
   font-weight: 500;
}
.how-ai-chat-work-main .content .step::after {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   margin: -1px;
   background: linear-gradient(205deg, rgba(99, 91, 121, 0.5) 42.8%, rgba(166, 141, 237, 0) 82.8%);
   z-index: -1;
   border-radius: 5px;
}
.how-ai-chat-work-main .content h4 {
   color: #fff;
   font-size: 26px;
   font-weight: 500;
   line-height: 1.5;
   margin-bottom: 8px;
}
.how-ai-chat-work-main .content .desc {
   color: #dbeffb;
   font-size: 16px;
   line-height: 1.5;
   opacity: 0.7;
}
 .how-ai-chat-work-main .main-wrapper {
   position: relative;
}
.how-ai-chat-work-main .main-wrapper::after {
   content: "";
   position: absolute;
   top: 0;
   left: 50%;
   transform: translateX(-50%);
   width: 1px;
   height: 100%;
   background: linear-gradient(168.01deg, rgba(255, 255, 255, 0.2) -9.63%, rgba(255, 255, 255, 0.1) 100.36%);
}
.how-ai-chat-work-main .single-row {
   position: relative;
}
.how-ai-chat-work-main .shape-1 {
   position: absolute;
   top: 32.5%;
   left: 0;
   mix-blend-mode: hard-light;
}
.how-ai-chat-work-main .shape-2 {
   position: absolute;
   top: 50%;
   right: 0;
   mix-blend-mode: saturation;
}
.how-ai-chat-work-main .dot {
   width: 16.214px;
   height: 16.219px;
   border-radius: 50%;
   background: #0c0e19;
   border: 0.8px solid rgba(255, 255, 255, 0.2);
   position: absolute;
   top: 0;
   z-index: 2;
}
.how-ai-chat-work-main .dot.left {
   left: 0;
   transform: translate(-50%, -50%);
}
.how-ai-chat-work-main .dot.center {
   left: 50%;
   transform: translate(-50%, -50%);
}
.how-ai-chat-work-main .dot.right {
   right: 0;
   transform: translate(50%, -50%);
}


/*AI Voice Agents page*/
.postid-4457 .create-bot-section .wrapper .col-12 {
  width: 100%;
}
.postid-4457 .create-bot-section .wrapper .create-bot-text {
  margin: 15px auto 30px;
  font-size: 42px;
}
.postid-4457 .product-bot-section .wrapper {
  padding: 105px 16px;
}
.postid-4457 .create-bot-section {
  padding: 50px 0;
}
.postid-4457 .ai-cta-section .wrapper {
  border-width: 0 1px 0px 1px;
}
.customer-support-hero-section.product-ai-voice-hero p.banner-text {
  max-width: 82%;
}
.customer-support-hero-section.product-ai-voice-hero .position-relative {
  margin-right: -150px !important;
}
.customer-support-hero-section.new-product-ai-voice-hero p.banner-text {
  max-width: 82%;
}
.customer-support-hero-section.new-product-ai-voice-hero img.banner-image {
  position: absolute;
  bottom: 0%;
  right: 12%;
  max-width: 46%;
}
.customer-support-hero-section.new-product-ai-voice-hero .circle-main {
  top: -10%;
}
.new-product-ai-voice-hero a.btn.btn-primary, .product-page-hero a.btn.btn-primary {
  padding: 15px 40px !important;
  font-size: 18px;
}



.ai-voice-accordian-main {
  padding: 100px 0 85px 0;
}
.ai-voice-accordian-main .ai-voice-accordian-title-box {
  margin-bottom: 25px;
}
.ai-voice-accordian-main .ai-voice-accordian-data .icon-out {
  background: linear-gradient(0deg, rgba(49, 48, 54, .3), rgba(49, 48, 54, .3)), linear-gradient(135.86deg, rgba(177, 177, 177, .32) 5.24%, rgba(54, 53, 103, .2) 51.01%);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex: none;
}
.ai-voice-accordian-main .ai-voice-accordian-data .accordion-item {
  position: relative;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid rgba(99, 91, 121, 0.5);
}
.ai-voice-accordian-main .ai-voice-accordian-data .accordion-item:last-child {
  border: unset;
}
.ai-voice-accordian-main .ai-voice-accordian-data .accordion-item.active:before {
  content: '';
  position: absolute;
  background: linear-gradient(175.84deg, #A68DED 6%, rgba(99, 91, 121, 0.2) 90%);
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 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);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  padding: 1px;
}
.ai-voice-accordian-main .ai-voice-accordian-data .accordion-header p {
  color: #DBEFFB;
  margin-bottom: 6px;
}
.ai-voice-accordian-main .accordion-item .accordion-body p {
  margin-bottom: 0px;
}
.ai-voice-accordian-main .image-container img {
  display: block;
  margin: 0 auto;
}


.quick-compare-product-table-main {
  padding: 90px 0 0 0;
}
.quick-compare-product-table-main .quick-compare-table {
  position: relative;
}
.quick-compare-product-table-main .quick-compare-table:after {
    content: '';
    position: absolute;
    background: linear-gradient(170deg, #a68ded 8.9%, rgba(99, 91, 121, .2) 83.35%);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -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);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    padding: 1px;
}
.quick-compare-product-table-main .quick-compare-table thead tr {
    background: radial-gradient(57.1% 242.05% at 53.78% 214.77%, #082334 21.96%, #0E0D5E 51.78%, #171388 100%);
    border: unset;
}
.quick-compare-product-table-main .quick-compare-table thead tr th {
    padding: 23px 16px;
    color: #DBEFFB;
    font-size: 20px;
    font-weight: 500;
    border: unset;
}
.quick-compare-product-table-main .quick-compare-table tbody tr {
    border: unset;
}
.quick-compare-product-table-main .quick-compare-table tbody tr:nth-child(even) {
    background: linear-gradient(318.97deg, rgba(9, 37, 94, 0.4) -48.09%, rgba(21, 22, 41, 0.4) 48.93%);
}
.quick-compare-product-table-main .quick-compare-table tbody tr td:first-child {
    background: linear-gradient(318.97deg, #09255E -48.09%, #151629 48.93%);
    font-size: 16px;
    font-weight: 500;
    color: #DBEFFB;
}
.quick-compare-product-table-main .quick-compare-table tbody tr td {
    padding: 18px 16px;
    border: unset;
}


.ai-voice-how-it-works-section {
  padding: 100px 0 150px 0;
}
.ai-voice-how-it-works-section .how-it-works-use-card {
  padding: 35px 35px 0px;
  border: 1px solid #443f51;
  border-radius: 10px;
  position: relative;
  height: 100%;
}
.ai-voice-how-it-works-section .row {
  gap: 25px 0px;
}
.ai-voice-how-it-works-section .row .how-it-works-blx:nth-of-type(even) {
  position: relative;
  top: 50px;
}
.ai-voice-how-it-works-section .how-it-works-use-card .head h3 {
  font-size: 26px;
  color: #fff;
}
.ai-voice-how-it-works-section .how-it-works-use-card .head h3 span {
  color: #006FFF;
}
.ai-voice-how-it-works-section .how-it-works-use-card p {
  margin-top: 12px;
  margin-bottom: 35px;
  color: #e5e7eb99;
}


.ai-voice-slider-main {
  padding: 80px 0;
}
.ai-voice-slider-main .ai-voice-slider-card {
  background: linear-gradient(151.58deg, rgba(177, 177, 177, 0.32) -38.79%, rgba(12, 14, 25, 0.4) 51.3%);
  border: 1px solid #DBEFFB1F;
  padding: 22px 22px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
.ai-voice-slider-main .swiper-wrapper .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.ai-voice-slider-main .swiper-wrapper .swiper-slide {
  transition: transform .5s;
  transform: scale(.9);
  width: 100%;
  max-width: 400px;
}
.ai-voice-slider-main .ai-voice-slider-card .img-wrapper {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0, 0 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 60px 25px;
    display: flex;
    position: relative;
    overflow: hidden;
}
.ai-voice-slider-main .ai-voice-slider-subtitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(318.97deg, #09255E -48.09%, #151629 48.93%);
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    z-index: 3;
    cursor: pointer;
}
.ai-voice-slider-main .ai-voice-slider-subtitle .play-img-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.ai-voice-slider-main .ai-voice-slider-subtitle .play-img-box {
    height: 45px;
    width: 45px;
    border-radius: 10px;
    background: linear-gradient(135.86deg, rgba(177, 177, 177, 0.32) 5.24%, rgba(54, 53, 103, 0.2) 51.01%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ai-voice-slider-main .ai-voice-slider-subtitle .play-img-box:after {
    content: '';
    position: absolute;
    border: 0.62px solid;
    width: 55px;
    height: 55px;
    border-radius: 10px;
}
.ai-voice-slider-main .ai-voice-slider-card .img-wrapper .ai-voice-slider-img {
    z-index: 0;
    position: absolute;
    width: 100%;
    object-fit: fill;
    height: 100%;
}
.ai-voice-slider-main .ai-voice-slider-subtitle .play-img-wrap {
    display: flex;
    justify-content: space-around;
}
.ai-voice-slider-main .ai-voice-slider-subtitle .play-img-wrap .play-inner-box {
  display: flex;
  flex-direction: column;
}
.ai-voice-slider-main .ai-voice-slider-subtitle .play-img-wrap .play-inner-box p {
    color: #DBEFFB;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
.ai-voice-slider-main .ai-voice-slider-subtitle .play-img-wrap .play-inner-box span {
    font-size: 12px;
    color: #dbeffb80;
}
.ai-voice-slider-main .ai-voice-slider-subtitle .play-btn a.btn {
    background: radial-gradient(57.1% 242.05% at 53.78% 214.77%, #25A8F9 21.96%, #158BD4 51.78%, #2D27DD 100%);
    font-size: 12px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 50px;
    padding: 8px;
}
.ai-voice-slider-main .ai-voice-slider-subtitle .play-btn a.btn img {
    max-width: 12px;
    height: 12px;
}
.ai-voice-slider-main .ai-voice-slider-card .ai-voice-slider-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 20px;
}
.ai-voice-slider-main .ai-voice-slider-card .ai-voice-slider-content h3 {
    font-size: 24px;
    font-weight: 500;
    color: #DBEFFB;
    margin-bottom: 4px;
}
.ai-voice-slider-main .ai-voice-slider-card .ai-voice-slider-content p {
    color: #dbeffbb3;
}
.ai-voice-slider-main .ai-voice-slider-card .ai-voice-slider-content .btn-product-slider-gradient {
  background: #111223;
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}
.ai-voice-slider-main .ai-voice-slider-card .ai-voice-slider-content .btn-product-slider-gradient span{
  -webkit-text-fill-color: transparent;
  background: linear-gradient(175.12deg, #FFFFFF 3.93%, #158BD4 130.69%);
  -webkit-background-clip: text;
}
.ai-voice-slider-main .slider-arrows:before {
    position: absolute;
    content: "";
    height: 1px;
    background: rgba(219, 239, 251, .1215686275);
    left: 0;
    top: 50%;
    right: 102px;
    transform: translateY(-50%);
}
.ai-voice-slider-main .slider-arrows {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    justify-content: flex-end;
    position: relative;
}

.use-ai-voice-agents-section {
  padding: 70px 0 0 0;
}
.use-ai-voice-agents-section .use-ai-voice-img {
  background: url(https://smartconvo.io/wp-content/uploads/2025/07/healthcare-clinics.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 40px 22px;
  border-radius: 10px 0 0 10px;
}
.use-ai-voice-agents-section .use-ai-voice-img h3 {
  font-size: 32px;
  font-weight: 500;
  color: #FFFFFF;
}
.use-ai-voice-agents-section .use-ai-voice-img .ai-voice-list-unstyled li {
  position: relative;
  background: #FFFFFF1A;
  color: #DBEFFB;
  font-size: 16px;
  padding: 8px 10px;
  border-radius: 4px;
}
.use-ai-voice-agents-section .use-ai-voice-img .ai-voice-list-unstyled li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(147.62deg, #cec1f1 18.66%, #07A0FF 91.95%);
  border-radius: 4px;
  padding: 1px;
  -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);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.use-ai-voice-agents-section .content-wrapper {
  padding: 85px 35px;
  background: linear-gradient(151.58deg, rgba(177, 177, 177, 0.32) -38.79%, rgba(12, 14, 25, 0.4) 51.3%);
  position: relative;
}
.use-ai-voice-agents-section .content-wrapper:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(168.01deg, rgba(255, 255, 255, 0.2) -9.63%, rgba(255, 255, 255, 0.1) 100.36%);
  border-radius: 0 10px 10px 0;
  padding: 1px;
  -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);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}
.use-ai-voice-agents-section .content-wrapper h4.ai-voice-content-title {
  font-size: 28px;
  color: #FFFFFF;
  margin: 0;
}
.use-ai-voice-agents-section .content-wrapper p {
  display: flex;
}
.use-ai-voice-agents-section .content-wrapper p:before {
  content: url(https://smartconvo.io/wp-content/uploads/2025/07/gradient-check-iocn.svg);
  margin-right: 10px;
  margin-top: 5px;
}
.use-ai-voice-agents-section .content-wrapper a.btn.btn-primary {
  padding: 12px 35px;
  border-radius: 12px;
}
.use-ai-voice-agents-section .ai-conversations-slider .ai-voice-carousel-item {
  display: flex;
}
.use-ai-voice-agents-section .ai-conversations-slider .swiper-pagination-horizontal {
  position: static;
  margin-top: 20px;
}
.use-ai-voice-agents-section .swiper-pagination span {
  background: #FFFFFF;
  width: 17px;
  height: 6px;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
}
.use-ai-voice-agents-section .swiper-pagination span.swiper-pagination-bullet-active {
  background: radial-gradient(57.1% 242.05% at 53.78% 214.77%, #25A8F9 21.96%, #158BD4 51.78%, #2D27DD 100%);
  width: 24px;
}