@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
@font-face {
  font-family: "Mulish";
  src: url("../fonts/mulish/Mulish-Regular.woff") format("woff"),
    url("../fonts/mulish/Mulish-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Mulish";
  src: url("../fonts/mulish/Mulish-Medium.woff") format("woff"),
    url("../fonts/mulish/Mulish-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Mulish";
  src: url("../fonts/mulish/Mulish-SemiBold.woff") format("woff"),
    url("../fonts/mulish/Mulish-SemiBold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Mulish";
  src: url("../fonts/mulish/Mulish-Bold.woff") format("woff"),
    url("../fonts/mulish/Mulish-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Mulish";
  src: url("../fonts/mulish/Mulish-Black.woff") format("woff"),
    url("../fonts/mulish/Mulish-Black.woff2") format("woff2");
  font-weight: 800;
}
@font-face {
  font-family: "Gambetta";
  src: url("../fonts/Gambetta/Gambetta-Regular.woff") format("woff"),
    url("../fonts/Gambetta/Gambetta-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Gambetta";
  src: url("../fonts/Gambetta/Gambetta-Medium.woff") format("woff"),
    url("../fonts/nunito/Nunito-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Gambetta";
  src: url("../fonts/Gambetta/Gambetta-Semibold.woff") format("woff"),
    url("../fonts/Gambetta/Gambetta-Semibold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Gambetta";
  src: url("../fonts/Gambetta/Gambetta-Bold.woff") format("woff"),
    url("../fonts/Gambetta/Gambetta-Bold.woff2") format("woff2");
  font-weight: 700;
}

:root {
  --primary: #1680dc;
  --skyblue: #e4f1fb;
  --green: #1a8d33;
  --text-color: #1d1d1d;
  --dark-blue: #17344d;
  --mulish: "Mulish";
  --Gambetta: "Gambetta";
}
html {
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  font-family: var(--mulish);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  font-display: optional;
  color: var(--text-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-optical-sizing: auto;
  font-family: var(--mulish);
}

/*
    Reset links to optimize for opt-in styling instead of opt-out.
    */

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

p {
  font-size: 16px;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
    Use the modern Firefox focus style for all focusable elements.
    */

:-moz-focusring {
  outline: auto;
}

/*
    Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
    */

:-moz-ui-invalid {
  box-shadow: none;
}

/*
    Add the correct vertical alignment in Chrome and Firefox.
    */

progress {
  vertical-align: baseline;
}

/*
    Correct the cursor style of increment and decrement buttons in Safari.
    */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
    1. Correct the odd appearance in Chrome and Safari.
    2. Correct the outline style in Safari.
    */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
    Remove the inner padding in Chrome and Safari on macOS.
    */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
    1. Correct the inability to style clickable types in iOS and Safari.
    2. Change font properties to `inherit` in Safari.
    */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
    Add the correct display in Chrome and Safari.
    */

summary {
  display: list-item;
}

/*
    Removes the default spacing and border for appropriate elements.
    */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}
button,
[role="button"] {
  cursor: pointer;
}
#back-to-top {
  position: fixed;
  bottom: 52px;
  right: 30px;
  z-index: 1000;
  background-color: #125cdb;
  color: white;
  padding: 8px;
  border-radius: 8px;
  display: none;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  height: 40px;
  width: 40px;
}
:disabled {
  cursor: default;
}
.overflow-hidden {
  overflow: hidden;
}
h1 {
  font-size: 3.5rem;
  font-weight: 700;
}
h2 {
  font-size: 2rem;
  font-weight: 700;
}
h3 {
  font-size: 1.75rem;
  font-weight: 700;
}
.pt-120 {
  padding-top: 120px;
}
.bg-green {
  background-color: var(--green) !important;
}
.bg-yellow {
  background-color: rgb(175, 17, 214) !important;
}
.bg-orange {
  background-color: orange !important;
}
.container-fluid {
  max-width: 1280px;
  padding: 0 40px;
}
.spinner-grow {
  background-color: #125cdb;
}
#spinner {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 10000;
}

#spinner.hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
}
#submit_msg p {
  margin: 0;
}
.sub_menu {
  perspective: 500px;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1000;
  min-width: auto;
  height: 0;
  min-width: 530px;
  transform: translateX(-50%);
}
.prospactive {
  background-color: #fff;
  transform: rotateX(10deg);
  transition: 0.3s all;
  opacity: 0;
  visibility: hidden;
  color: #000;
  padding: 18px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 20px 9px #00000013;
  border-top: 1px solid #f1f1f1;
}
.sub_menu .services {
  margin-bottom: 20px;
}
.sub_menu .sub-title {
  font-size: 19px;
  line-height: 32px;
  font-weight: 600;
  color: #000;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--skyblue);
  margin-bottom: 10px;
}
.sub_menu ul {
  align-items: flex-start;
  gap: 0;
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 20px;
}
.sub_menu ul li a {
  padding-left: 0;
  transition: 0.3s all;
  font-size: 16px;
}
.sub_menu ul li a img {
  height: 32px;
  width: 32px;
  filter: brightness(0) saturate(100%) invert(32%) sepia(98%) saturate(6841%)
    hue-rotate(216deg) brightness(96%) contrast(86%);
}
.sub_menu ul li a:hover {
  transform: translateX(8px);
}
.sub_menu ul li a {
  display: flex;
  gap: 10px;
}
.sub_menu ul li a span:first-child {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-shrink: 0;
}
.sub_menu ul li a span p {
  font-size: 14px;
  color: var(--dark-blue);
}
nav ul li.dropdown {
  position: relative;
}
nav ul li.dropdown:hover .prospactive {
  transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}
/* nav ul li.dropdown:hover .sub_menu {
  height: 100%;
} */
nav ul li.dropdown.full {
  position: static;
}
nav ul li.dropdown.full .sub_menu {
  min-width: auto;
  width: 100%;
}
.full_menu_title {
  text-transform: uppercase;
  font-weight: 600;
}

nav ul li.dropdown.full .sub_menu ul li a {
  display: flex;
  gap: 10px;
}
nav ul li.dropdown.full .sub_menu ul li a p {
  font-size: 14px;
  font-weight: 400;
}
.dropdown-toggle::after {
  margin-left: 0.39em;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #000;
  border-left: 1.5px solid #000;
  border-right: 0;
  transform: rotate(-136deg);
}

.mybar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  color: var(--text-color);
  transition: 0.3s all;
  background-color: #fbfdff;
  box-shadow: 0 0 4px #f2f2f2;
}

header .mybar.animate-top {
  background-color: #ffffff;
  box-shadow: 0 0 10px #00000014;
}

.main_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.close_btn {
  display: none;
}
.humburger {
  display: none;
}
.globel_btn .btn {
  background-color: var(--primary);
  color: var(--white);
  font-size: 16px;
  padding: 5px 20px;
  font-weight: 500;
}
.main_header .logo {
  padding: 10px 0;
}
.nav {
  align-items: center;
}
nav ul {
  display: flex;
  gap: 10px;
  align-items: center;
  list-style: none;
}

nav ul li a {
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding: 5px 20px;
}
.main_header nav > ul > li > a {
  padding: 27px 20px;
}
nav ul li:hover > a,
nav ul li a.active {
  color: var(--primary);
}
nav ul li:hover .dropdown-toggle::after {
  border-color: var(--primary);
}

.request_btn a,
.btn.outline {
  background-color: var(--primary);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 15px;
  border-radius: 5px;
  border: 1px solid var(--primary);
  margin-left: 20px;
  display: flex;
  align-items: center;
  transition: 0.3s all;
}
.request_btn a:hover {
  color: var(--primary);
  background-color: transparent;
}
.btn.outline {
  background-color: var(--green);
  color: #fff;
  border: 1px solid var(--green);
}
.btn.outline:hover {
  color: var(--green);
}
.title_block {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.banner_sec .title_block {
  max-width: 100%;
}
.banner_sec h2 {
  font-size: 24px;
  font-weight: 500;
  font-family: var(--mulish);
  color: var(--dark-blue);
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.round_btn {
  padding: 10px 24px;
  border-radius: 30px;
  background-color: var(--primary);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  line-height: 24px;
}
.round_btn.green {
  background-color: var(--green);
}
.round_btn i {
  transition: 0.3s all;
}
.round_btn:hover i {
  transform: translateX(5px);
}
.banner_sec .dashboard_img {
  /* background: linear-gradient(to right, #1e3c72, #2a5298, #9b59b6); */
  background: linear-gradient(to right, #1680dc, #115a99, #1a8d33);
  border-radius: 20px;
  margin-top: 60px;
  padding: 40px 80px 0 80px;
}
.banner_sec .dashboard_img img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border: 5px solid rgba(255, 255, 255, 0.4);
  transform: translateY(5px);
}
.logo_sec {
  padding: 30px 60px;
  display: inline-flex;
  justify-content: center;
  gap: 40px;
  margin: 40px auto;
  border-radius: 50px;
}
.text-darkblue {
  color: var(--dark-blue);
}
.bg-gray {
  background-color: #f1f5f9;
}
.bg-gray .icon img {
  height: 17px;
  filter: invert(69%) sepia(14%) saturate(275%) hue-rotate(153deg)
    brightness(60%) contrast(91%);
}
.company_sec,
.py-60 {
  padding: 60px 0;
}
.bg-light-blue {
  background: radial-gradient(
      farthest-side at bottom left,
      hsla(200, 92%, 50%, 0.3),
      transparent 50%
    ),
    radial-gradient(
      farthest-corner at bottom right,
      hsla(200, 92%, 50%, 0.3),
      transparent 50%
    ),
    #dbefff99;
}
.kpi_all_sec {
  padding: 60px 0;
}
.kpi_all_sec .box .images {
  width: 70%;
  margin: 0px auto 20px;
  border-radius: 12px;
  overflow: hidden;
}
.kpi_all_sec .box h3,
.kpi_all_sec .box p {
  max-width: 300px;
  margin: 0 auto;
}
.kpi_all_sec .box h3 {
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.sub-header {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.04rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--dark-blue);
}
.left_content_sec {
  padding: 60px 0;
}
.left_content_sec .content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.left_content_sec .content ul {
  list-style: disc;
  padding-left: 20px;
}
.left_content_sec .content ul li {
  margin-bottom: 10px;
}
.left_content_sec .content ul li::marker {
  color: var(--green);
}
.left_content_sec .content .round_btn {
  width: auto;
}
.left_content_sec .right_video .drp-shdw {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px var(--primary);
}
.left_content_sec .right_video .drp-shdw.green {
  box-shadow: 0 0 10px var(--green);
}
.bg-sky {
  background-color: #e4f1fb;
}
.align-text-super {
  vertical-align: super;
}
.faq_sec .accordion-item {
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
  border-bottom: 0;
}
.faq_sec .accordion-item,
.faq_sec .accordion-button {
  background-color: #f1f1f1;
  color: var(--dark-blue);
}
.faq_sec .accordion-button {
  font-weight: 700;
  font-size: 18px;
}
.footer_sec .center_sec {
  padding-left: 20%;
}
.footer_sec h6 {
  margin-bottom: 22px;
  font-size: 20px;
  margin-top: 10px;
}
.footer_sec ul li a {
  padding: 5px 0;
  display: inline-block;
  color: var(--dark-blue);
  font-weight: 500;
  transition: 0.3s all;
}
.footer_sec a:hover {
  color: var(--primary) !important;
}
.footer_sec .footer-logo img {
  max-width: 160px;
}
.footer_sec .social_icon {
  margin-top: 20px;
  font-size: 24px;
  color: #757575;
}
.footer_sec .social_icon a:hover {
  color: var(--green);
}
.breadcrumb li a.active {
  color: var(--primary);
  font-weight: 600;
}
.solutions_section .solutions {
  background-color: #e4f1fb;
  padding: 24px;
  border: 1px solid #d3dee6;
  border-radius: 8px;
  height: 100%;
}
.solutions_section .solutions span {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #cfdde7;
  margin-bottom: 20px;
  box-shadow: 1px 1px 1px #a2b1bb;
  color: var(--dark-blue);
  font-size: 17px;
  line-height: 20px;
}

.solutions_section h2 {
  margin-bottom: 15px;
}
.solutions_section .solutions h3 {
  margin-bottom: 15px;
}
.solutions_section .solutions p {
  color: var(--dark-blue);
}
.solutions_section .solutions .image {
  position: relative;
}
.solutions_section .solutions .image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, #00000000, #e4f1fb);
}
.move-data {
  margin: 20px;
  background-color: var(--skyblue);
  border: 1px solid #cfdde7;
  border-radius: 16px;
  padding: 80px 40px;
}
.flex-subtitle-block {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  border: 1px solid #cfdde7;
  padding: 2px 12px;
  border-radius: 20px;
}

.step-wrapper {
  gap: 20px;
}

.step-box {
  flex: 1 1 20%;
  max-width: 22%;
  position: relative;
}

.step-box:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 30px;
  right: -49%;
  width: 80%;
  height: 3px;
  background: #e2e8ed;
  z-index: 0;
}
.step-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.step-content p {
  font-size: 14px;
  color: #555;
}
.step-circle {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: relative;
  transition: background 0.4s ease, transform 0.3s ease;
}

.step-circle.done {
  background: var(--green);
  animation: bounce 0.5s ease;
}
.stats-section {
  background-color: #f8f9fa;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: var(--primary);
}

.stat-description {
  color: #555;
  font-size: 1rem;
  max-width: 300px;
  margin: 0 auto;
}
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.banner_sec form {
  max-width: 472px;
  position: relative;
  margin: 0 auto;
}
.banner_sec form input {
  max-width: 280px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 0 5px #e3e3e3;
  flex: 1;
  width: 100%;
}
.main_btn {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  padding: 8px 25px;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-family: var(--second-font);
  transition: 0.3s all;
}
.banner_sec form button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 0 5px #e3e3e3;
}
.loader {
  height: 30px;
  width: 30px;
  margin-left: 5px;
}
#send_email .loader {
  filter: invert(1);
}
.weave {
  position: relative;
  background: repeating-linear-gradient(
    45deg,
    #f8f8f8,
    #fcfcfc 10px,
    #ffffff 10px,
    #ffffff 20px
  );
}
.weave::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 350px;
  background-image: url(../images/weave.png);
  background-position: center;
  background-size: cover;
  z-index: -1;
  opacity: 0.3;
}
.demoForm_wrapper{
  background-color: var(--primary);
  padding-bottom: 40px;
}
.demoForm_wrapper input.countryCode {
    position: absolute;
    width: 55px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.demoForm_wrapper input.contactNumber {
    padding-left: 65px;
}
.demoForm_wrapper input {
    padding: 10px;
    text-align: left;
}
.demo-form{
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
}
.iti{
  display: block !important;
}