@font-face {
  font-family: "Inter-Light";
  src: url(/assets/fonts/Inter-Light.ttf);
}

@font-face {
  font-family: "Inter-Regular";
  src: url(/assets/fonts/Inter-Regular.ttf);
}

@font-face {
  font-family: "Inter-Medium";
  src: url(/assets/fonts/Inter-Medium.ttf);
}

@font-face {
  font-family: "Inter-Bold";
  src: url(/assets/fonts/Inter-Bold.ttf);
}

@font-face {
  font-family: "Inter-SemiBold";
  src: url(/assets/fonts/Inter-SemiBold.ttf);
  font-display: swap;
}


:root {
  --blue: #003cd9;
  --dark_blue: #081349;
  --light_blue: #f5f8ff;
  --orrange: #f9ba0b;
}

html,
body,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body {
  overflow-x: hidden;
}

body {
  line-height: 1;
  font-family: "Inter-Regular";
  overflow-y: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p,
a {
  font-size: 16px;
  line-height: 24px;
}

li {
  font-size: 16px;
  line-height: 26px;
  color: #202020;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
}

header.sticky {
  box-shadow: 0 0 10px 10px #0000000f;
}

header {
  top: 0;
  background-color: #fff;
  padding: 18px 10px;
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: all 0.2s ease-in-out;
}

.siteLogo img {
  width: 100%;
  max-width: 290px;
}

.nav-link {
  padding: 8px 0px !important;
  margin: 0 12px !important;
  font-size: 18px;
  line-height: 13px;
  color: #000000;
  font-family: "Inter-Bold";
  text-align: center;
  border-bottom: 4px solid #fff !important;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.5px;
}

.nav-link:hover,
.nav-link.active {
  border-bottom: 4px solid var(--orrange) !important;
}

ul.footSocial {
  list-style: none !important;
  padding: 0 !important;
  display: flex;
  justify-content: flex-end;
}

li.nav-item {
  margin: 0;
}

.btn i {
  margin-right: 14px;
}

.btn img,
.btn svg {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.white a,
.white li,
.white p,
.white h2 {
  color: #fff !important;
}

.yellow a,
.yellow li,
.yellow p,
.yellow h2 {
  color: var(--orrange) !important;
}

.btn {
  white-space: nowrap;
  border: none;
  border-radius: 0px 12px 12px 12px;
  height: 56px;
  padding: 0 28px;
  font-size: 18px;
  font-family: "Inter-Medium";
  display: inline-flex;
  align-items: center;
  transition: none;
}

.btn-green:hover,
.btn-green:active,
.btn-orrnage:active,
.btn-orrnage:hover {
  background-color: var(--blue) !important;
  color: #fff;
}

.btn-orrnage {
  background-color: var(--orrange);
}

.btn-orrnage:active,
.btn-orrnage:hover,
.btn-green svg path {
  fill: #fff;
}

.btn-green {
  justify-content: center;
  background: #069d49 !important;
  color: #fff !important;
  height: 64px;
}

.btn-primary {
  color: #ffffff;
  background: var(--blue);
}

.btn-primary:active,
.btn-primary:hover {
  background-color: #069d49;
}

.mobScreen {
  margin: auto;
  width: 100%;
  max-width: 300px;
  z-index: 2;
  position: relative;
}

.mobileFrame {
  position: relative;
}

.mFrame {
  z-index: 3;
  width: 296px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.overlayIcons {
  position: absolute;
  top: 59px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.compSafe img {
  width: 100%;
  max-width: 280px;
}

img.bgCircle {
  width: 100%;
  max-width: 470px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.androidAvailable {
  background-image: url(/assets/images/scan_download_shap-bg.svg);
  background-size: 990px;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.sliderBtns button i {
  font-size: 30px;
  margin-right: 9px;
}

.guideCard {
  padding: 20px 4px;
}

.upiImg {
  max-width: 300px;
}

.clients {
  background-image: url(/assets/images/feature.png);
  background-size: cover;
  background-position: center;
  margin: 0 40px;
  border-radius: 50px;
}

.trustedUser {
  margin-bottom: 16px;
}

.trustedUser h4 {
  font-size: 24px;
  color: #000000;
  font-family: "Inter-Medium";
  text-align: center;
}

.trustedUser img {
  width: 100%;
  max-width: 90px;
}

.trustedUser {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.features {
  background-image: url(/assets/images/feature.png);
  background-size: cover;
  background-position: center;
  margin: 0 40px;
  border-radius: 50px;
  margin-bottom: 60px;
}

.AboutUs {
  background-image: url(/assets/images/BG2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}

.homeBanner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/assets/images/homeBG.svg );
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-top: 91px;
  min-height: 100vh;
}

.socialIcons {
  position: absolute;
  right: -3%;
  top: 49%;
  transform: translateY(-50%);
}

.socialIcons ul.FooterMenu li {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin: 0;
}

.socialIcons ul.FooterMenu {
  flex-direction: column;
}

.socialIcons ul.FooterMenu li a:after {
  right: 9px;
  top: -17px;
}

.orrange {
  color: var(--orrange);
}

.p-both-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.p-both-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-top-80 {
  padding-top: 80px;
}

.p-top-100 {
  padding-top: 100px;
}

.p-bottom-80 {
  padding-bottom: 80px;
}

.p-bottom-100 {
  padding-bottom: 100px;
}

.highlight {
  color: var(--blue);
}

.slideData p i {
  font-size: 15px;
}

.slideData p {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 28px;
}

.slideData h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.slideData h2 b {
  font-family: "Inter-Bold";
}

.slideData h2 {
  font-size: 68px;
  line-height: 70px;
  color: #fff;
  margin-bottom: 28px;
}

.sliderBtns a img {
  max-width: 190px;
}

.sectionTitles p {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  font-weight: 400;
  max-width: 950px;
  margin: auto;
  margin-bottom: 45px;
}

.sectionTitles h2 {
  font-size: 54px;
  line-height: 70px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 5px;
}

.DemoModal .modal-content p {
  font-size: 16px;
  margin-bottom: 16px;
  color: #000;
}

.DemoModal .modal-content h2 {
  font-size: 34px;
  font-family: "Inter-Medium";
  color: #001c47;
  margin-bottom: 16px;
}

.DemoModal .modal-body {
  padding: 0;
}

.DemoModal textarea {
  font-size: 16px;
  background-color: #f5f5f5;
  height: 100px;
  border: none;
}

.DemoModal input {
  height: 40px;
  border: none;
  font-size: 16px;
  border-radius: 5px;
  background-color: #f5f5f5;
  color: #000000;
  padding-top: 6px;
}

.DemoModal .modal-content {
  border-radius: 20px;
  background-color: #fff;
  padding: 30px;
  position: relative;
  color: #fff;
}

.DemoModal button.btn-close {
  background: none;
  opacity: 1 !important;
  position: absolute;
  right: -8px;
  top: -16px;
}

.DemoModal .btn-close i {
  color: #000;
  opacity: 1;
  font-size: 22px;
}

.DemoModal .btn {
  height: 56px;
  border-radius: 0px 12px 12px 12px;
  background-color: #f7bc08;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 48px;
  color: #001c47;
  font-weight: bold;
}

.topTitle {
  font-size: 18px;
  color: #000;
  display: block;
}

.topTitle:before {
  content: "";
  width: 100%;
  max-width: 26px;
  height: 4px;
  background: #fcc014;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: -4px;
}

.slideData .topTitle {
  color: #fff;
  margin-bottom: 20px;
  display: block;
}

.slick-dots li button:before {
  display: none;
}

.homeBanner .slick-dots {
  position: relative !important;
  bottom: -40px !important;
}

.slick-dots {
  position: static !important;
  /* width: 60% !important; */
  bottom: -28px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  /* left: 50%;
  transform: translateX(-50%); */
}

.slick-dots li button:before {
  display: none;
}

.navbar-toggler img {
  width: 26px;
}

.slick-slide:focus-visible {
  outline: 0;
}

.HomeSlider li.slick-active {
  background: #fff !important;
}

.slick-dots li.slick-active {
  width: 30px !important;
  height: 15px;
  border-radius: 7px;
  background-color: var(--blue);
}

.HomeSlider .slick-dots li {
  background: #a2a2a2;
}

.slick-slider {
  margin-bottom: 0px !important;
}

.slick-dots li {
  width: 15px !important;
  height: 15px !important;
  background: #a2a2a2;
  border-radius: 50px;
  transition: all 0.3s linear;
}

.healthReport p {
  color: #000;
}

.devAc {
  background: #fdf8f1;
}

.ArBG {
  background-image: url(/assets/images/upgrade-bg-2.jpg);
}

.hrBG {
  background-image: url(/assets/images/healthBG.png);
}

.healthReport {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 34px 20px;
  text-align: center;
  border-radius: 20px;
}

.title2 {
  font-size: 22px;
  font-family: "Inter-Bold";
}

.uLine {
  border-bottom: 2px solid var(--orrange);
}

.abtWrapper {
  background-color: var(--light_blue);
  border-radius: 35px;
}

.aboutLeft {
  padding: 60px;
}

.aboutLeft h3 {
  font-size: 26px;
}

.aboutLeft p {
  color: #000;
}

.aboutLeft h2 {
  font-size: 30px !important;
}

ul.liststyle1 li img {
  position: relative;
  top: 4px;
}

.brandLogo img {
  display: block;
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
  height: 30px;
  object-fit: contain;
}

.brandLogo {
  border-radius: 10px;
  background-color: var(--light_blue);
  padding: 30px 40px;
}

.ccNum {
  font-size: 40px;
  line-height: 60px;
  color: #003cd9;
  transition: all 0.3s ease-in-out;
  font-family: "Inter-Medium";
}

.counter_card hr {
  background: #cdcdcd;
  height: 1px;
  border: none;
  opacity: 1;
}

.counter_card p {
  font-size: 14px;
  line-height: 20px;
  color: #777777;
}

.counter_card h4 {
  font-size: 18px;
  color: #000000;
}

.counter_card {
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.counter_card.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.ProtectTrack p {
  font-size: 20px;
}

.ProtectTrack h2 {
  font-family: "Inter-Bold";
  font-size: 30px;
}

.ProtectTrack {
  border-radius: 20px;
  background-color: #f3f7ff;
  padding: 40px;
  position: relative;
  margin-top: 140px;
}

.HoldHand {
  position: absolute;
  left: 12%;
  min-width: 180px;
  width: 15vw;
  bottom: 0;
}

.menuCall svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: #fff;
}

.suiteCard {
  border-radius: 10px;
  filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.1));
  background-color: #ffffff;
  padding: 16px;
  height: 100%;
}

.suiteCard ul li {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.suiteCard h3 {
  font-size: 16px;
  line-height: 20px;
  font-family: "Inter-Bold";
}

.SuiteImgIcon {
  width: 100%;
  height: 100px;
  object-fit: contain;
}

.suiteCard ul.liststyle1 li img {
  width: 16px;
  top: 2px;
}

.suiteCard hr {
  margin: 7px 0 10px 0;
}

.OurPricing {
  background: var(--light_blue);
}

.enterprisePlan {
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid #d2d2d2;
  padding: 20px;
}

.enterprisePlan p {
  color: #000;
}

.enterprisePlan h2 {
  font-size: 30px;
  line-height: 45px;
  color: #003cd9;
  font-family: "Inter-Bold";
}

.enterprisePlan h3 {
  font-size: 26px;
  line-height: 40px;
  color: #000000;
}

.planCard {
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid #d2d2d2;
  padding: 16px;
}

.pcTop img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.custPlan .pcTop img {
  width: 76px;
  height: 76px;
}

.pcTop h3 {
  font-family: "Inter-Medium";
  font-size: 24px;
  line-height: 41px;
}

.pcTop {
  display: flex;
  align-items: center;
  gap: 10px;
}

.keyBtn {
  font-size: 15px;
  font-family: "Inter-Medium";
  text-transform: uppercase;
  background-color: var(--orrange);
  padding: 8px 15px;
  border-radius: 0px 10px 10px 10px;
}

.planCard h2 span {
  font-size: 18px;
  line-height: 21px;
  font-family: "Inter-Regular";
  color: #767676;
}

.planCard h2 {
  font-size: 34px;
  font-family: "Inter-Bold";
}

.calIcon svg path {
  fill: #fff;
}

.calIcon {
  background: var(--blue);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.needHelp {
  font-size: 24px;
}

.callFoot a:hover {
  color: var(--blue);
}

.callFoot a {
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
}

.callFoot p {
  font-size: 16px;
  color: var(--orrange);
}

.callFoot {
  display: flex;
  align-items: center;
  gap: 16px;
}

footer hr {
  opacity: 0.2;
  border: none;
  height: 1px;
  background-color: #ffffff;
}

.footTop svg,
.footTop img {
  margin-bottom: -2px;
  width: 102%;
  height: auto;
  margin-left: -1%;
}

footer {
  background: var(--dark_blue);
  padding-top: 60px;
}

a.footChatBtn:hover {
  background: var(--blue);
}

a.footChatBtn {
  font-size: 16px;
  border-radius: 21px;
  background-color: #0dc043;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  gap: 8px;
  padding: 9px 24px;
}

.footLogo {
  width: 100%;
  max-width: 280px;
}

.fotGpay h3 {
  white-space: nowrap;
  font-size: 24px;
}

.fotGpay img {
  max-width: 150px;
  width: 100%;
}

.fotGpay {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 16px;
  justify-content: end;
}

ul.FooterMenu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

ul.FooterMenu li a:hover {
  color: var(--orrange);
}

ul.FooterMenu li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  position: relative;
}

ul.FooterMenu li:last-child a:after {
  display: none;
}

ul.FooterMenu li a:after {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--orrange);
  position: absolute;
  top: 9px;
  right: -18px;
  border-radius: 50px;
}

p.copyright {
  opacity: 0.502;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

.SideButtons a img:hover {
  scale: 1.16;
}

.SideButtons a img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.1));
}

.SideButtons {
  position: fixed;
  right: 16px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

ul.liststyle1 li:last-child {
  margin-bottom: 0;
}

.HomeSlider {
  margin: 0;
}

h2.BdFrnd {
  font-size: 28px;
}

.healthReport.devAc img {
  margin-top: 100px;
}

/* ==============Loader====================== */
/* Loader styles */
#loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #00000061;
  display: flex;
  align-items: center;
  justify-content: center;
}


.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #ccc;
  border-top-color: var(--blue);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Hide content initially */
/* #main-content {
  display: none;
} */

/* ==============Loader====================== */

/*other pages*/

main {
  max-width: 100%;
  margin-top: 60px;
  background: #fff;
  padding: 50px 40px;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
}

section h2 {
  font-size: 27px;
  margin-bottom: 15px;
  color: #003cd9;
  font-family: "Inter-Bold";
  padding-bottom: 8px;
}

section p {
  font-size: 20px;
  margin-bottom: 25px;
  text-align: justify;
  color: #000000;
  font-family: "Inter-Regular";
  letter-spacing: 0.5px;

}

section p a {
  font-size: 20px;
  margin-bottom: 25px;
  text-align: justify;
  font-family: "Inter-Regular";
  letter-spacing: 0.5px;

}

section {
  margin-bottom: 40px;
}

.term-h {
  text-align: center;
  color: #000000;
  font-size: 54px;
  font-family: "Inter-Bold";
  letter-spacing: 0.5px;
}

.cntntarea {
  margin: 60px;
}


/* Mobile Responsive */
@media (max-width: 768px) {
  main {
    margin: 0;
    padding: 1px;
  }

  section p a {
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.5px;
  }

  section h2 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.5px;

  }

  section p {
    font-size: 18px;
    margin-bottom: 25px;
    text-align: left;
    letter-spacing: 0.5px;
    line-height: 30px;
    font-weight: 500;


  }

  .cntntarea {
    margin-left: 15px;
    margin-right: 15px;
  }


  .term-h {
    text-align: center;
    color: #000000;
    font-size: 37px;
    font-family: "Inter-Bold";
    letter-spacing: 0.5px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  section ul li::before {
    content: "•";
    position: absolute;
    left: 15px !important;
    color: #003cd9;
    /* Custom bullet color (red highlight) */
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1;
  }
}

section ul li {
  font-size: 18px;
  margin-bottom: 25px;
  text-align: left;
  color: #000000;
  font-family: "Inter-Regular";
  letter-spacing: 0.5px;
  line-height: 26px;
  padding-left: 1.2rem;
  font-weight: 500;
}

section ul li::before {
  content: "•";
  position: absolute;
  left: 99px;
  color: #003cd9;
  /* Custom bullet color (red highlight) */
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
}

.error {
  color: red;
  padding-top: 10px;
  font-size:15px;
}

.grecaptcha-badge { visibility: hidden; opacity: 0; }

#watermark-container {
  position: fixed;
  top: -400px;
  left: -200px;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  grid-auto-rows: 100px;
  gap: 150px;
  opacity: 0.05;
  pointer-events: none;
  transform: rotate(-25deg);
}

#watermark-container img {
  width: 130px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  #watermark-container {
    gap: 100px;

  }
}

/*for pagespeed*/

@media only screen and (max-width: 768px) {
  
  .NewFeatures img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; 
    display: block;
  }

 
  #New_Features {
    min-height: 400px; 
  }
}


@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}

@media only screen and (max-width: 768px) {
  .home-hero {
    background-image: url('/assets/images/homeBG.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px; 
  }
}
