* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;

}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: "Manrope", sans-serif !important;
}

:root {
  --Paragraph: #666666;
  --Balck-basic: #3F3F3F;
  --Low-Highlighted: #9F9F9F;
  --disabled: #FFFFFF;
  --Blue-color: #274188;
  --Yellow-color: #F6BD2A;
  --Section-color: #F4F4F4;
  --Athens-Gray: #F0F0F1;
  --Mercury: #E6E6E6;

}

.desktop-disable {
  display: none;
}

h1 {
  font-size: 47.01px;
  line-height: 69.3px;
  letter-spacing: -1.59px;
  font-weight: 700 !important;
  line-height: 59px !important;
}

h2 {
  font-size: 38px !important;
  line-height: 59px !important;
  letter-spacing: -1.35px !important;
  font-weight: 600 !important;
}

h3 {
  line-height: 40px;
  font-size: 30px;
  font-weight: 600;
}

.letter-spacing-normal {
  letter-spacing: normal !important;
}

.highlited-text {
  color: var(--Blue-color);
}

.highlited-text:hover {
  color: var(--Yellow-color);
}

.highlited-yellow {
  color: var(--Yellow-color);
}

.w-82 {
  width: 82%;
  margin: 0px auto;
}

.w-95 {
  width: 95%;
  margin: 0px auto;
}

.p-40 {
  padding: 0px 40px;
}

button {
  border: none;
}

.navbar-toggler {
  border: none !important;
}

.yellow-underline {
  text-decoration: underline;
  text-decoration-color: #f6bd25;
  text-decoration-thickness: 10px;
  color: #274187;
}

.sketch-underline {
  background: url(./polaris-images/underline-yellow.svg);
  background-position-y: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  color: #274188;
}

.sketch-underline-custome {
  background: url(./polaris-images/underline-yellow.svg);
  background-position-y: 43px;
  background-repeat: no-repeat;
  background-size: contain;
  color: #274188;
  height: 53px;
  display: inline-block;
}

.yellow-border-bottom {
  border-bottom: 7px solid var(--Yellow-color);
}

.black-text {
  color: #212728eb;
  font-weight: 500;
}

.action-btn-active {
  background: var(--Blue-color) !important;
  color: var(--disabled);
  padding: 0.9rem 1rem;
  text-decoration: none;
  border-radius: 8px;
  /* margin-top: 45px; */
  font-weight: 500;
  cursor: pointer;
}

.action-btn-active:hover {
  background: var(--Yellow-color) !important;
  color: var(--disabled) !important;
}

.action-btn-disable {
  background: #e2dede !important;
  color: var(--Blue-color);
  padding: 0.9rem 1rem;
  text-decoration: none;
  border-radius: 8px;
  /* margin-top: 45px; */
  font-weight: 500;
  cursor: pointer;
}

.action-btn-disable:hover {
  background: var(--Yellow-color) !important;
  color: var(--disabled) !important;
}

a:hover {
  color: #fcb302 !important;
}

.error {
  color: red;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


/* scroll animation  */
.js [data-entrance] {
  visibility: hidden;
}

/* scroll animation end  */


/* navbar  */
.navbar {
  background-color: var(--Athens-Gray);
  padding: 16px 0px !important;
  /* border-bottom: 50px solid var(--Yellow-color); */
  /* box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.20); */

}

.navbar-nav .nav-item {
  /* font-weight: bold; */
  padding: 5px;
}

.nav-item .nav-link {
  font-size: 16px;
  color: black;
  font-weight: 600;
  line-height: 16px;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
  color: var(--Blue-color) !important;
}

/* End navbar  */

/* -----------------Hero section---------------------------------------- */
.polaris-hero {
  padding: 110px 0px 30px 0px;
  background-color: var(--disabled);
}

.polaris-hero-header {
  padding-bottom: 20px;
}

.polaris-hero-header p {
  text-align: center;
  font-size: 25px;

  margin: 0px auto;
  font-weight: 600;
}

.sub-heading {
  margin-top: 35px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #274188;
}

.hero-para {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  margin: 30px 0px 30px 0px;
  padding: 0px 45px 0px 0px;
}

.polaris-hero-header h1 {
  margin-bottom: 12px !important;
  text-align: center;
  margin: 0px auto;
  font-weight: bold;
  letter-spacing: -1.35px;
  font-size: 50px;
}

.devider-cta {
  color: var(--Blue-color);
  text-decoration: none;
  border-radius: 13px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  background: var(--disabled) !important;
  padding: 15px 20px 15px 20px;
  float: left;
  margin-top: 30px;
}

.hero-cta {
  color: var(--disabled);
  text-decoration: none;
  border-radius: 13px;
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  background: var(--Blue-color) !important;
  padding: 15px 20px 15px 20px;
  display: inline-block;
}

.hero-cta:hover {
  background-color: var(--Yellow-color) !important;
  color: var(--Blue-color) !important;
}

.hero-cta-active {
  color: var(--Blue-color);
  text-decoration: none;
  border-radius: 13px;
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  background: var(--Yellow-color) !important;
  padding: 15px 20px 15px 20px;
  display: inline-block;
}

.hero-cta-active:hover {
  background-color: var(--disabled) !important;
  color: var(--Blue-color) !important;
}

.testimonial-cta {
  color: var(--Blue-color);
  text-decoration: none;
  border-radius: 13px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  background: var(--Yellow-color) !important;
  padding: 15px 20px 15px 20px;
  display: inline-block;
}

.testimonial-cta:hover {
  color: var(--Blue-color) !important;
  background-color: var(--disabled) !important;

}

.hero-subtitle {
  font-size: 1.2rem;
  color: var(--Blue-color);
  margin-top: 10px;
}

.hero-para b {
  font-weight: 500;
}

.position-relative {
  position: relative;
}

.video-container-desktop- img {
  margin-left: 70px;
}

.floating-cost,
.floating-scalelibility,
.floating-real-time,
.floating-Operational {
  position: absolute;
  transition: transform 0.25s ease-in-out;
}

.floating-cost {
  top: 85px;
  left: 99px;
}

.floating-scalelibility {
  top: 61px;
  left: 378px;
}

.floating-Operational {
  top: 360px;
  left: 500px;
}

.floating-real-time {
  top: 155px;
  left: 432px;
}

.thinking-man-text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.floating-cost:hover,
.floating-scalelibility:hover,
.floating-real-time:hover,
.floating-Operational:hover {
  transform: scale(1.3);
  /* Move up a bit on hover */
}


/* --------------End Hero section---------------------- */



/* ------------Track Your Business Finance --------  */
.polaris-track {
  padding: 60px 0px 60px 0px;
  background-color: var(--Athens-Gray);
}

.polaris-track .polaris-track-header h1 {
  width: 100%;
  text-align: center;
  margin: 0px auto;
  font-weight: bold;
  letter-spacing: -1.35px;
  padding-bottom: 60px;
}

.polaris-track .polaris-track-header h2 {
  width: 100%;
  text-align: center;
  margin: 0px auto;
  font-weight: bold;
  letter-spacing: -1.35px;
  padding-bottom: 60px;
}

.polaris-track .track-left h2 {
  /* color: var(--Blue-color); */
  /* width: 60%; */
}

.polaris-track .track-right img {

  /* margin-right: 11px;  */
}


.free-img {
  max-width: 160px !important;
}

.risk-img {
  max-width: 264px !important;

}

.track-left {}

.track-left p {
  font-size: 22px;
  font-weight: 300;
  line-height: 40px;
  /* letter-spacing: -1.35px; */
  margin-top: 30px;

}

.track-left .fast p {
  margin-top: 10px;
  padding: 0px 10px;
}

.track-left .fast img {
  height: 40px;
}

.fast {}

/* ------------End Track Your Business Finance --------  */

/* polaris natvie  */
.polaris-native {
  padding: 60px 0px 60px 0px;
}

.increase-delivery-sales {
  background-color: var(--Blue-color);
  color: #fff;
  padding: 30px 0px 0px 0px !important;
}


/*  end polaris natvie  */


/* start seamless start  */
.seamless-bottom {
  background-color: var(--Athens-Gray) !important;
  padding: 30px 0px 30px 0px;
}

.seamless-header {
  padding-bottom: 30px;
}

.steps h3 {
  margin: 30px 0px;
  font-size: larger;

}

.seamless .step-1 {
  color: #F6BD2A;
}

.seamless .step-2 {
  color: #FF9900;
  width: 60%;
  margin: 30px auto;
}

.seamless .step-3 {
  color: #8B72D8;
}

.seamless .step-4 {
  color: #274188;
}

/* end seamless start  */
.seamless img {
  width: 50%;
}

/* ---------process-------- */
.process-section {
  padding: 2rem 0;
}

.process {
  /* padding: 0.5rem 0px; */
  background-color: #e5e5ea5c;
}

.process h5 {
  color: var(--Blue-color);
}

.wide,
.easy,
.fast {
  /* padding: 30px 0px; */
  background-color: var(--bg-cream);
  border-radius: 15px;

}


.wide h5 {
  padding-top: 20px;
  width: 30%;
  margin: 0px auto;

}

.easy h5 {
  padding-top: 20px;
  width: 50%;
  margin: 0px auto;
}

.fast h5 {
  padding-top: 20px;
  width: 50%;
  margin: 0px auto;
}

.advance-restro p {
  margin-top: 0px;
}

/* -------End Benifits--------- */

/* Trusted  */
.tursted {
  background-color: var(--Athens-Gray);
  padding: 40px 0px;
}

.trusted h5 {
  padding-top: 24px;
  padding-bottom: 20px;
  margin: 0px auto;
  color: var(--Blue-color);
  font-size: 24px;
  font-weight: 700;

}

.helping h5 {
  padding-top: 20px;

  margin: 0px auto;
  color: var(--Blue-color);
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

.smart h5 {
  padding-top: 20px;

  margin: 0px auto;
  color: var(--Blue-color);
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

/* ------ End Trusted ---------   */

/* ------- Client-logo --------- */
/* .client-logo-container{
  background-color: var(--Athens-Gray);
  display: flex;
  flex-wrap: wrap; */
/* overflow-x: scroll;
  scrollbar-width: none; */
/* } */




.Ourclients {
  background-color: var(--disabled);
  padding: 60px 0px;
}

.Ourclients p {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1rem;
}




:root {
  --logo-max-width: 120px;
  --logo-max-height: 60px;
}

.logogrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(var(--logo-max-width) * 1.25), 1fr));
  grid-auto-rows: calc(var(--logo-max-height) * 1.25);
  grid-gap: 3rem;
}

.logogrid__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.logogrid__img {
  object-fit: cover;
  max-width: var(--logo-max-width);
  max-height: var(--logo-max-height);
  filter: grayscale(0) contrast(100%);
  transition: filter 0.3s ease;

}

.logogrid__img:hover {
  /* filter: grayscale(100%) contrast(25%); */
  transform: scale(1.5);
  /* Adjust the scale value as needed */
}

.logogrid__name {
  font-weight: 600;
  color: var(--Blue-color);
  min-width: 130px;
  text-align: center;
  margin-top: 10px;
}

.desgined-for-fnb .logogrid li {
  margin-right: 0;
}

/* DEMO STYLES */
.container {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}


.modile-hide {
  display: none;
}


/* -------End client-logo --------- */

/*------------- effortless --------- */
.effortless {
  padding: 30px 0px 30px 30px;
  background-color: var(--disabled);
}

.effortless-ul {
  margin: 24px 0px 0px 25px;
}

.effortless-ul li {
  padding-top: 5px;
}

.effortless .video-container {
  width: 681px;
  margin: 0px auto;
}

.polaris-effortless-header P {
  font-size: 20px;
  font-weight: 300;
  padding: 0px 253px;
  margin-bottom: 0px;
}

.effortless-cta {
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  margin-top: 5px;
  cursor: pointer;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 19px;
  border: 2px solid var(--Blue-color);
  display: inline-block;
  background: #274188;
}

.effortless-cta:hover {
  background-color: var(--Yellow-color);
  color: var(--Blue-color) !important;
  border: 2px solid var(--Yellow-color);

}

/* ----------- End effortless ------------ */


/* -------- testimonial video -------  */
.testimonial-video-header h2 {}

.testimonialCarousel {
  padding-bottom: 30px;
}

#testimonialCarousel {
  padding-bottom: 40px;
}

.carousel-inner {
  width: 75% !important;
}

.mid-testimoni {
  min-width: 65%;
  text-align: left;
  padding-left: 15px;
}

.mid-testimoni h6 {
  color: var(--Blue-color);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
}

.mid-testimoni p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0px !important;
}


/* figma testimonial  */
.polaris-testimonial {
  /* background-image: url(https://i.postimg.cc/GmdWQk3y/devider-section-bg-svg-1.webp); */
  background-color: var(--Athens-Gray);
  background-size: cover;
  padding: 30px 0px 30px 0px
}

.polaris-testimonial .testimonial-header {
  color: var(--disabled);
  /* padding-bottom: 24px; */
}

.polaris-testimonial .testimonial-header p {
  font-size: 30px;
  font-weight: 300;
  line-height: 24px;
  color: var(--Balck-basic);
}

.card {
  border: none;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 20px !important;
}

.card-body {
  background-color: #ffffff;
  border-radius: 20px;
}

.card-footer {
  /* padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x); */
  color: var(--bs-card-cap-color);
  background-color: #fff !important;
  border-top: none !important;
  border-radius: 20px !important;
  padding-bottom: 30px !important;
}

.blockquote p {
  font-size: 16px;
  padding: 20px;
  text-align: left;
}



@keyframes onAutoFillStart {
  from {}

  to {}
}

input:-webkit-autofill {
  animation-name: onAutoFillStart;
}


/* figma testimonial  */

/* 
.testimonial-video-header img {
  height: 2.2rem;
  margin-bottom: 10px;
}

.carousel-control-next-icon {
  filter: brightness(0) saturate(100%) invert(25%) sepia(9%) saturate(6522%) hue-rotate(193deg) brightness(93%) contrast(96%);
}

.carousel-control-prev-icon {
  filter: brightness(0) saturate(100%) invert(25%) sepia(9%) saturate(6522%) hue-rotate(193deg) brightness(93%) contrast(96%);
}

.testimonial-video {
  background-color: var(--disabled);
  padding: 40px 0px;
}

.testimonial-img-container img {
  height: 320px;
  float: right;
  margin-right: 20px;

}

.testimonial-video-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;

}

.testimonial-card {
  position: relative;

  border-radius: 8px;
  text-align: center;
  padding-top: 10PX;
}

.testimonial-card .play-button {
  position: absolute;
  top: 72%;
  left: 67%;
  transform: translate(-50%, -50%);
  background-color: #274188;
  border: none;
  border-radius: 50%;

  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ffc107;
}

.testimonial-card .Arici {
  top: 66% !important;
}

.testimonial-card .play-button i {
  color: #fff;
  font-size: 24px;
}

.play-button img {
  height: 50px;
}

.testimonial-card .testimonial-qoute {
  width: 80%;
  margin: 26px auto 25px auto;
}

.play-button-aric {
  top: 66% !important;
}
  */

.testimonial-video .happy-clients {
  background-color: var(--Yellow-color);
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  margin: 0px auto;
  width: 157px;
  margin-bottom: 15px;
}

.testimonial-video .testimonial-item {
  /* margin: 15px; */
}

.testimonial-video .testimonial-content {
  background-color: #003580;
  color: white;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}

.testimonial-video .testimonial-img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-bottom: 10px;
}

.testimonial-video .carousel-control-prev-icon,
.testimonial-video .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.testimonial-video .carousel-control-prev-icon:hover,
.testimonial-video .carousel-control-next-icon:hover {
  background-color: rgba(0, 0, 0, 0.8);
}



.testimonial-text {
  padding: 20px;
  min-height: 300px;
}

.testimonial-content ul {
  list-style: none;
  display: flex;
  margin-bottom: 0px;
  padding-left: 20px !important;
}

.testimonial-content ul li {
  padding: 5px;
}

.testimonial-content ul li img {
  width: 16px;
}

ol,
ul {
  padding-left: 0px !important;
}

.testimonial-content p {
  text-align: -webkit-left;
  margin-bottom: 0px;
}

.testimoni-section img {
  height: 60px;
  border-radius: 50%;
  float: right;
}

.testimoni-section {
  padding: 0px 30px;
  margin-top: 18%;
}

.testimoni-section p {
  margin-bottom: 0rem !important;

}

.testimoni-section .test-name {
  font-size: 18px;
  font-weight: 600;
}

.testimoni-section .test-designation {
  color: var(--Yellow-color);
  font-size: 11px;
}

.testimonial-content {
  min-height: 200px;
  /* Adjust as needed */
}

.play-btn-img img {
  height: auto;
  width: 50px;
}

.play-btn-img img:hover {
  background: #ffc107;
  border: 2px solid #f0f0f1;
}

/* -------- end testimonial video -------  */

/* ------------ Bottom Form ----------- */
.bottom-form-container {
  padding: 30px 0px 30px 0px;
}

/* --------- end Bottom Form ----------- */


/* studuies --- */
.studeis {
  padding: 30px 0px 0px 0px;
}

.facing-common {
  background-color: var(--Blue-color) !important;
}

.studeis h3 {
  color: var(--Blue-color);
  margin: 30px;
}

.the-problem {
  /* margin: 0px 0px 0px 50px; */
  border-bottom: 15px solid #274188;
  background-color: #f6bd2a;
  padding: 30px;
  border-radius: 30px;
  color: #274188;
  min-height: 254px;
  transition: all .3s ease-in-out;
}

.the-problem:hover {
  border-bottom: 15px solid #f6bd2a;
  background-color: #274188;
  color: #fff;
  scale: 1.03;
}

.the-problem:hover img {
  filter: brightness(0) saturate(100%) invert(81%) sepia(76%) saturate(2399%) hue-rotate(335deg) brightness(99%) contrast(95%);
}

.the-solution {
  /* margin: 0px 0px 0px 50px; */
  border-bottom: 15px solid #f6bd2a;
  background-color: #274188;
  padding: 30px;
  border-radius: 30px;
  color: #fff;
  transition: all .3s ease-in-out;
}

.the-solution:hover {
  border-bottom: 15px solid #274188;
  background-color: #f6bd2a;
  color: #274188;
  scale: 1.03;
}

.the-solution:hover img {
  filter: brightness(0) saturate(100%) invert(26%) sepia(8%) saturate(6043%) hue-rotate(192deg) brightness(100%) contrast(100%);
}

.managing-cards img {
  height: 80px;
  width: auto;
}

.polaris-studeis {
  background-color: var(--disabled);
  padding: 60px 0px 60px 30px;
}


.studies-header p {
  font-size: 20px;
  font-weight: 300;
  padding: 0px 148px;
  margin-bottom: 0px;
}

.seamless-header p {
  font-size: 20px;
  font-weight: 300;
  padding: 0px 148px;
  margin-bottom: 0px;
}

/* studeis end  */





.client-logo-container img {
  width: 75%;
}

.client-logo-container .smart {
  min-width: 40px;
}



/* devider section  */
.polaris-divider-section {
  background-color: #274188;
}

.divider-section .devider-logo {
  float: left;
  margin-top: 40px;
}

.divider-section p {
  font-weight: 500;
  color: #fff;
  font-size: 30.1px;
  text-align: left;
  /* margin-top: 157px; */
  line-height: 36.89px;
  text-align: center;
}

.cta-center-panel-container-solution-devider {
  margin-top: 20px;
}

/* ------ Starts Benifits of -------  */
.polaris-benifits-of {
  background-color: #f3f3f3;
  padding: 20px 0px 0px 10px;
}

.benifits-of-left h2 {
  font-size: 54px;
  font-weight: 700;
  margin-top: 75px;
}

.benifits-of-left ul {
  /* list-style-image: url("./polaris-images/Yes-icon.svg"); */
  /* Replace with your image path */
  list-style-type: none;
  /* Remove default bullet point */
}

.all-in-one-card ul {
  /* list-style-image: url("./polaris-images/Yes-icon.svg");
  list-style-type: none; */
}

.benifits-of-left ul li {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 1px;
  margin-top: 12px;
}

.benifits-of-left ul li {
  margin: 4px;
}

.benifits-of-right .video-player {
  width: 650px;
  float: right;
}

.benifits-of-left img {
  padding: 10px 15px 10px 0px;
}

/* ------ End Benifits of -------  */

/* ------ Start New Brnach -------  */

.boost-sale {
  text-align: center;
  padding: 65px 56px;
}

.boost-sale img {
  width: 50px;
  margin-bottom: 16px;

}

.boost-sale span {
  font-size: 24px;
  font-weight: 700;
  color: var(--Blue-color);
  margin: 33px 0px;

}

.boost-sale p {
  margin-top: 8px;
}

.multi-branch {
  text-align: center;
  padding: 0px 56px !important;
}

.multi-branch img {
  width: 50px;
  margin-bottom: 16px;

}

.multi-branch span {
  font-size: 24px;
  font-weight: 700;
  color: var(--Blue-color);
  margin: 33px 0px;

}

.multi-branch p {
  margin-top: 8px;
}

/* ------ End New Branch -------  */


/* -------how --------- */
.how-left {
  margin-top: 3rem;
  padding-top: 3rem;
}

.how-left h2 {
  color: var(--Blue-color);
}

.polaris-how {
  background-color: var(--Athens-Gray);
}

/* -------End how --------- */




/* -------------Results ------------ */
.polaris-results {
  background-color: var(--disabled);
  padding: 60px 0px;
}

.polaris-results .polaris-results-header h1 {
  width: 100%;
  text-align: center;
  margin: 0px auto;
  font-weight: bold;
  letter-spacing: -1.35px;
  padding-bottom: 60px;
}

.polaris-results .polaris-results-header h2 {
  width: 100%;
  text-align: center;
  margin: 0px auto;
  font-weight: bold;
  letter-spacing: -1.35px;
  padding-bottom: 60px;
  font-size: 48px;
  font-weight: 700;
}

.result-card {
  background-color: #ffffff00;
}

.result-card .score {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  margin: 0px auto;
  border: 5px solid var(--Blue-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.score h3 {
  font-weight: bold;
}

.result-card h4 {
  margin: 15px 0px;
}

.result-card p {
  padding: 0px 0px 7px 0px;
}

.result-image {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.result-text-with-bg {
  background-color: #274188;
  padding: 10px;
  border-radius: 5px;
  font-weight: 500;
  width: 210px;
  display: block;
  margin: 0px auto;
  color: #fff;
  cursor: default;
}

/* -------------End Results ------------ */


/* -------Download ------  */
.polaris-download {
  background-color: var(--disabled);
}

.download-section .download-icon {
  height: 16px;
  margin: 0px 3px 4px;
}

/* ------------ End downlod ------- */

/* --------------Secret ----------- */
.polaris-secret {
  padding: 40px 0px;
  background-color: var(--Athens-Gray);
}

.polaris-secret .secret-right img {
  /* height: auto;
    width: 434px;
    float: right;
    margin-right: 34px;
    margin-top: 43px; */

  /* height: auto;
    width: 280px;
    float: right;
    margin-right: 34px;
    margin-top: 43px; */

  height: auto;
  width: 244px;
  margin-top: 59px;
  margin-left: 80px;
}

.polaris-secret .polaris-secret-header h1 {
  width: 60%;
  text-align: center;
  margin: 0px auto;
  font-weight: bold;
  letter-spacing: -1.35px;
  padding-bottom: 30px;
}

.polaris-secret .polaris-secret-header h2 {
  width: 60%;
  text-align: center;
  margin: 0px auto;
  font-weight: bold;
  letter-spacing: -1.35px;
  /* padding-bottom: 60px; */
}

.secret-list {
  list-style: none;
  padding: 0 !important;

}

.secret-list li img {
  width: 15px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(1162%) hue-rotate(172deg) brightness(117%) contrast(100%);
  margin: 5px;
}

.secret .secret-list li {
  color: var(--Blue-color);
  font-weight: 500;
  /* margin-bottom: 2px; */
  margin: 0px 0px 0px 0px;
}

.person-name {
  color: var(--Blue-color);
  margin-left: 80px;
}

.tag-name {
  color: var(--Yellow-color);
}

.secret {
  padding: 3rem;
  margin-top: 3rem;
}

/* --------end secret --------- */

/* -------Need to know -----  */
.polaris-need-to-now {

  background-color: var(--disabled);
  padding: 60px 0px 40px 0px;

}

.polaris-need-to-now .polaris-need-to-now-header h1 {
  width: 40%;
  text-align: center;
  margin: 0px auto;
  font-weight: bold;
  letter-spacing: -1.35px;
  padding-bottom: 60px;
}

.polaris-need-to-now .polaris-need-to-now-header h2 {
  text-align: center;
  margin: 0px auto;
  font-weight: 700;
  letter-spacing: -1.35px;
  padding-bottom: 60px;
  font-size: 48px;

}

.need-to-now-card {
  background-color: var(--Blue-color);
  color: white;
  padding: 48px;
  border-radius: 8px;
  min-height: 351px;

}

.need-to-now-card .score {
  border-radius: 50%;
  margin: 0px auto;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.score h3 {
  font-weight: bold;
}

.need-to-now-card h4 {
  margin: 31px 0px;
  font-weight: 400;
}

.need-to-now-card p {
  margin-bottom: 0px !important;
  margin-top: 31px;
}

.expenses,
.cash-flow {
  background-color: #e2dede;
}

.expenses,
.cash-flow h4 {
  color: var(--Blue-color) !important;
}

.cash-flow p {
  color: var(--Blue-color) !important;
}

/* -------End Need to know -----  */


/* ------- Start All in one  -----  */
.secret-listr,
.multi-branch-managment,
.AI-Powered-Company,
.unified-platform {
  margin-left: 19px;

}

.AI-Powered-Company {
  color: var(--Blue-color);
}

.polaris-all-in-one {
  background-color: var(--disabled);
  padding: 40px 0px 40px 0px;

}

.polaris-all-in-one .polaris-all-in-one-header {
  padding-bottom: 40px;
}

.polaris-all-in-one .polaris-all-in-one-header h1 {

  text-align: center;
  margin: 0px auto;
  font-weight: 700;
  letter-spacing: -1.35px;
  padding-bottom: 60px;
  font-size: 48px;
}

.polaris-all-in-one .polaris-all-in-one-header h2 {

  text-align: center;
  margin: 15px auto;
  font-weight: 700;
  letter-spacing: -1.35px;
  font-size: 48px;
}

.polaris-all-in-one .polaris-all-in-one-header p {
  width: 48%;
  margin: 0px auto;
  font-size: 18px;
}

.all-in-one-card {
  background-color: var(--Blue-color);
  color: white;
  padding: 40px 36px;
  border-radius: 8px;
  min-height: 393px;

}

.all-in-one-card img {
  width: 50px;
  height: auto;
}

.all-in-one-card .score {
  border-radius: 50%;
  margin: 0px auto;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.score h3 {
  font-weight: bold;
}

.all-in-one-card h4 {
  margin: 31px 0px;
  font-size: 21px;
  font-weight: 700;
}

.all-in-one-card p {
  margin-bottom: 0px !important;
  margin-top: 31px;
}

.expenses,
.cash-flow {
  background-color: var(--Yellow-color);
  font-weight: 500;
}

.expenses,
.cash-flow h4 {
  color: var(--Blue-color) !important;
}

.cash-flow p {
  color: var(--Blue-color) !important;
}

.action-btn-section {
  padding: 50px 0px 0 0;
}

.action-btn-active-yellow {
  background-color: var(--Yellow-color) !important;
  color: var(--Blue-color) !important;
}

.hr-devider {
  margin-top: 4rem;
  margin-bottom: 0px;
}

/* -------End All in one -----  */


/* ----------Comparsion ---------- */
.polaris-comparision {
  padding: 40px 0px;
}

.need-to-now-section .polaris-need-to-now-header h1 {
  width: 40%;
  text-align: center;
  margin: 0px auto;
  font-weight: bold;
  letter-spacing: -1.35px;
  padding-bottom: 60px;
}

.need-to-now-section .polaris-need-to-now-header h2 {
  width: 46%;
  text-align: center;
  margin: 0px auto;
  font-weight: bold;
  letter-spacing: -1.35px;
  padding-bottom: 60px;

}


.comparison-header {
  background: var(--Blue-color) !important;
  padding: 20px;
  color: var(--disabled);
}


.comparison {
  background-color: var(--Athens-Gray);
  padding: 20px;
}




.comparison img {
  text-align: center;
  max-height: 18px;
}

/* ----------End Comparsion ---------- */


/* -------------Contact form ---------  */
.form-img-container img {
  height: 358px;
  margin-left: 28px;
}

.form-control {
  background-color: #F4F4F4 !important;
  border: none !important;
}

.form-select {
  padding: 0.7rem !important;
}

.contact-form {
  margin-right: auto;
  margin-left: auto;
  width: 75%;
}

.form-select {
  background-color: #f4f4f4 !important;
  /* padding: .665rem 2.25rem .375rem .75rem !important; */
  border: none !important;
}

.form-select:focus {
  box-shadow: 0 0 0 .15rem #274188 !important;
}

.form-control:focus {
  box-shadow: 0 0 0 .15rem #274188 !important;
}

/* -------------End Contact form ---------  */


/* -------------Hero Contact form ---------  */

.video-container-desktop {
  width: 720px;
  margin: 0px auto;
}

.book-demo-container {
  margin: 15px 0px 0px 0px;
}

/* -------------- */


.hero-form-container h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #274188;
}


.form-control {
  padding: 0.7rem !important;
}

.hero-form-container .contact-form {
  width: 100%;
}

.hero-form-container .contact-form {
  padding: 0px;
}

.hero-form-container #countryCode {
  padding-right: 2rem !important;
}

/* -------------End Hero Contact form ---------  */


/* hero 3  */
.hero-form-container3 {
  /* margin: 6em 53px 0em 0em; */
  width: 580px;


}

.hero-form-container3 h1 {
  font-size: 42px;
  line-height: 54px !important;
}

.video-container-desktop3 img {}

/* hero 3  */

/* -------- contact form bottom --------  */
.bottom-contact-header p {
  font-size: 30px;
  font-weight: 300;
  line-height: 37px;
  width: 62%;
  margin: 0px auto;
  color: #666666;
  margin-bottom: 60px;

}

/* ------  End contact form bottom -----------  */


/* ------------- Start Book Demo Page styling ---------------- */

.hero-form-container {
  border: 2px solid white;
  padding: 30px;
  border-radius: 10px;
  background-color: #f6f6f6;
}

.demo-hero {
  padding: 120px 0px 60px 0px;
  background-color: var(--Athens-Gray);
}

.demo-hero img {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
}

.demo-hero-header p {
  font-size: 20px;
  font-weight: 300;
  width: 53%;
  margin: 0px auto;
}

.hero-form-container {
  margin-top: 40px;
}

.demo-studeis {
  padding: 60px 0px 60px 0px;
  background-color: var(--disabled);
}

.demo .form-control,
.form-select {
  background-color: #ffffff !important;
  border: 1px solid #ced4da !important;
}

.demo-our-clients {
  background-color: var(--Athens-Gray);
}

.demo-process {
  padding: 60px 0px 60px 0px;
  background-color: var(--disabled);
}

.demo-process-row {
  background-image: url(./polaris-images/landing-page/what-next.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 394px;
  background-position: left 40px top 90px;
}

.thank-you-card-container {
  padding: 0px 0px 60px 0px;
  background-color: var(--disabled);
}

.thank-you-card {
  background-image: url(./polaris-images/thank-you-page/thank-card.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  background-position: left 45px top 0px;
}

.thank-you-card img {
  margin: 60px;
}

.thank-you-card h3 {
  margin: 30px 0px 0px 60px;
  color: white;
  font-size: 28px;
  line-height: 42px;
}

.thank-you-card p {
  margin: 22px 0px 0px 60px;
  color: #D1D1D1;
  font-size: 18px;
  line-height: 27px;

}

.demo label {
  padding: 0px 0px 5px 0px;
}

.demo label .form-control:focus {}

/* -------------- End Book Demo Page styling ----------- */

/* ------- Start Thank you page -------- */
.thankyou-hero {
  padding: 100px 0px 60px 0px;
  background-color: var(--Athens-Gray);
  /* height: calc(100vh - 0px); */
}

.thankyou-header {
  margin-top: 3em;
}

.thankyou-header p {
  font-size: 20px;
  font-weight: 300;
  width: 53%;
  margin: 0px auto;
}

.thankyou-header img {
  padding-bottom: 20px;
}

.thankyou-header h3 {
  font-size: 26.76px;
  margin-top: 40px;
  line-height: 42.9px;
  font-weight: 400;
  padding: 0px 131px;
}

/* ------- End Start Thank you page -------- */


/* WhatsApp Action  */
.whatsapp-action-btn {
  z-index: 99999999999999999999999999999999999999;
  position: fixed;
  bottom: 40px;
  right: 30px;
  display: block;
  width: 50px;
  height: 50px;
  float: right;
  background: url(./asset/WhatsApp.svg.webp) no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
}

.whatsapp-action-btn {
  filter: brightness(.95)
}

.whatsapp-action-btn:hover {
  rotate: 350deg;
}

/* --------------- */

.footer {
  background-color: var(--disabled);
}

.sub-footer {
  background-color: var(--disabled);
}

.copyright {
  color: var(--Balck-basic);
}

.sub-footer .nav-link {
  color: var(--Primary-c) !important;
}

.sub-footer .nav-link:hover {
  color: var(--Secondary) !important;
}

.Subscribe {
  background-color: var(--Primary-c) !important;
}

.heart {
  color: var(--Primary-c);
}

.text-light {
  color: var(--Balck-basic);
}

.footer p {
  color: var(--Balck-basic) !important;
}

address {
  color: var(--Black-basic) !important;
}

.getintouch a {
  color: var(--Black-basic) !important;
}

.getintouch a:hover {
  color: var(--Primary-c) !important;
}

.list-unstyled li a {
  color: var(--Black-basic) !important;
}

.list-unstyled li a:hover {
  color: var(--Yellow-color) !important;
}

.location-dropdown {
  background-color: var(--Primary-c) !important;
}

.nav .nav-item {
  background-color: #F4F4F4ca;
  border-radius: 8px;
  padding: 3px;
  margin: 2px;
}

.privacy .nav-item {
  background-color: #ff000000 !important;
}

.nav .nav-item svg {
  color: var(--Blue-color);
}

.video-container-desktop {
  margin-top: 3.1rem !important;
}

.video-container-desktop img {
  border-radius: 5px;
}

.video-container-desktop iframe {
  width: 100%;
  height: 358px;
}

.video-container iframe {
  border-radius: 20px;
}

.thiniking-man-panel-container img {
  width: 60%;
}



.separator {
  display: inline-block;
  margin: 0 10px;
  color: var(--primary-color);
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  .nav-download-icons {
    display: none !important;
  }
}

.nav-download-icons-mobile {
  display: none;
}


/* For extremely small screen devices (595px and below) */
@media only screen and (max-width: 595px) {

  /* hide  */
  .nav-book-a-demo-mobile {
    display: block !important;
  }

  .polaris-hero {
    display: block !important;
  }

  .polaris-hero2 {
    display: block !important;
  }

  /* end hide  */

  .video-container iframe {
    width: 100%;
    height: 192px;
  }

  .nav-download-icons {
    display: none !important;
  }

  .polaris-hero {
    padding-top: 102px;
  }

  .polaris-hero-header {
    padding: 0px;
  }

  .polaris-hero-header h1 {
    font-size: 40px;
    margin-bottom: 26px !important;
  }

  .polaris-track .track-left h2 {
    width: 100%;
    /* margin-top: 20px; */
    font-size: 34px;
  }

  .advance-restro {
    text-align: center;
  }

  .yellow-underline {
    text-decoration-thickness: 4px;
  }

  .polaris-track .track-right img {
    float: none;
    margin-right: 0px;
  }

  .polaris-track .polaris-track-header h2 {
    padding-bottom: 22px;
  }

  .polaris-track {
    padding: 30px 0px 30px 0px;
  }

  .wide,
  .easy,
  .fast {
    padding: 18px 0px 0px 0px;
  }

  .process-section {
    margin: 0px !important;
  }

  .process {
    padding: 0.1rem 0px;
  }

  .how-left {
    padding: 0rem;
    padding: 0;
  }

  .how-right {
    padding-bottom: 2rem;
  }

  .how-cta {
    display: none;
  }

  .polaris-results {
    padding: 30px 0px;
  }

  .polaris-results .polaris-results-header h2 {
    padding-bottom: 30px;
    font-size: 42px;
  }

  .result-card {
    height: 316px;
  }

  .polaris-secret .polaris-secret-header h2 {
    width: 100%;
    padding-bottom: 0px;
  }

  .polaris-secret {
    padding: 45px;
  }

  .secret {
    padding: 1.2rem 0rem;
    margin: 0rem;
  }

  .polaris-need-to-now .polaris-need-to-now-header h2 {
    width: 100%;
    padding-bottom: 30px;
    font-size: 40px;
  }

  .polaris-need-to-now {
    padding-top: 0;
    padding: 0;
  }

  .comparison img {
    width: 20px;
  }

  .comparison {
    padding: 9px 4px;
  }

  .book-a-demo {
    margin-top: 2rem;
  }

  .contact-form {
    width: 100%;
    padding: 20px;
  }

  .comp-polaris {
    font-size: 10px;
    position: relative;
    top: 7px;
    right: -5px;
  }

  .comp-others {
    font-size: 10px;
    position: relative;
    top: 7px;
    right: -13px;
  }

  .footer-section {
    text-align: center;
  }

  ol,
  ul {
    padding-left: 0rem !important;
  }

  .polaris-secret .secret-right img {
    margin-right: 0px;
    margin-top: 0px;
  }

  .testimonial-content-container p {
    display: none;

  }

  .testimonial-img-container img {
    height: 90%;
    float: none;
    margin: 0px;
    margin-right: 0px;
  }

  .testimonial-card .play-button {
    top: 50% !important;
    left: 52% !important;
  }

  .contact-form-section-bottom {
    padding: 0px;
  }

  .logogrid {
    grid-gap: 1.1rem;
  }

  .hr-devider {}

  .sketch-underline {
    /* background-position-y: 39px; */
  }

  .benifits-of-left h2 {
    font-size: 40px;
    margin-top: 30px
  }

  .polaris-hero-header p {
    font-size: 20px;
  }

  .benifits-of-left img {
    width: 50px;
  }

  .polaris-all-in-one {
    padding: 0px 0px 40px 0px;
  }

  .polaris-all-in-one .polaris-all-in-one-header h2 {
    font-size: 40px;
  }

  .polaris-all-in-one .polaris-all-in-one-header p {
    width: 100%;
  }

  .multi-branch {
    padding: 0px 10px !important;
  }

  .boost-sale {
    padding: 65px 10px;
  }

  .all-in-one-card {
    min-height: 296px;
  }

  .action-btn-section {
    padding: 28px 0px 0 0;
    text-align: center;
  }

  .action-btn-section a {
    width: 100%;
    margin-bottom: 10px;
  }

  .hr-devider {
    margin-top: 3rem;
  }

  .testimonial-video-header h2 {
    font-size: 40px;
  }

  .carousel-inner {
    width: 100% !important;
  }

  .floating-Operational {
    top: 197px;
    left: 78%;
    height: 50px;
  }

  .floating-real-time {
    top: 154px;
    left: 86%;
    height: 30px;
  }

  .floating-cost {
    top: 58px;
    left: -6px;
    height: 40px;
  }

  .video-container-desktop- img {
    margin-left: 0;
  }

  .floating-scalelibility {
    left: 0%;
  }

  /* new from figma  */
  h2 {
    font-size: 23px !important;
    line-height: 41px !important;
  }

  .hero-form-container3 {
    margin: 0px;
    width: 100%;
  }

  .polaris-effortless-header P {
    padding: 0px;
    font-size: 16px;
    margin-bottom: 0px;

  }

  .effortless .video-container {
    width: 100%;
  }

  .studeis {
    padding: 0px;
  }

  .divider-section p {
    margin-top: 40px;
    font-size: 24px;
  }

  .cta-center-panel-container-solution-devider {
    display: none;
  }

  .polaris-divider-section {
    height: auto;
  }

  .polaris-divider-section img {
    margin-top: 1rem
  }

  .track-left {
    margin-top: 0px;
  }

  .bottom-contact-header p {
    width: 100%;
  }

  .sub-heading {
    /* margin-top: 20px; */
    font-size: 12px;
    margin-bottom: 0px;
  }



  .hero-form-container3 h1 {
    font-size: 38px;
    line-height: 45px !important;
  }

  .hero-para {
    margin: 0px 0px 20px 0px;
  }

  .effortless {
    margin-bottom: 0px;
    padding: 30px 0px 30px 30px;
  }

  .studies-header p {
    font-size: 16px;
    line-height: 27px;
    padding: 0px;
    margin-bottom: 20px;
  }

  .polaris-studeis p {
    opacity: 70%;
    font-size: 16px;
    line-height: 27px;
    width: 100%;
    margin-bottom: 0px;
    padding: 0px;
  }

  .track-left p {
    letter-spacing: 0px;
    opacity: 70%;
    font-size: 16px;
    line-height: 30px;
    margin-top: 0px;
  }

  .track-left {
    /* margin-top: 20px; */
  }

  .seamless .step-1,
  .seamless .step-2,
  .seamless .step-3,
  .seamless .step-4 {
    width: 62%;
    margin: 30px auto;
  }

  .seamless-header {
    padding-bottom: 0px;
  }

  .seamless-header h2 {
    font-size: 22px !important;
  }

  .polaris-testimonial .testimonial-header p {
    font-size: 16px;
  }

  .mid-testimoni p {
    font-size: 15.62px;
  }

  .polaris-testimonial {
    padding: 30px 0px 30px 30px;
  }

  .managing-cards- {
    margin-top: 20px;
  }

  .effortless-cta {
    font-size: 17px;
  }

  .managing-cards {
    margin: 30px 0px;
  }

  .mid-testimoni {
    min-width: 60%;
  }

  .order {
    order: 6 !important;
  }

  .demo-process-row {
    height: 233px;
    background-position: 0px;
  }

  .demo-hero-header p {
    width: 100%;
  }

  .feature2-text-container {
    margin-top: 0px !important;
    margin-bottom: 30px;
  }

  .polaris-native {
    padding: 30px 0px;
  }

  .feature3-text-container {
    margin-top: 0px !important;
  }

  .bottom-form-container {
    padding: 30px 0px 30px 30px;
  }

  .bottom-form-container p {
    padding: 0px 0px 40px 0px;
  }
}



.nav {
  display: flex !important;
  flex-wrap: nowrap !important
}

.nav-book-a-demo-mobile .action-btn-active {
  padding: 7px 13px;
  font-weight: 400;
  padding-bottom: 8px;
  font-size: small;
}

.action-btn-active {
  /* padding: 0.9rem 1rem; */
}

.wide h5 {
  width: 40%;
}

.easy h5 {
  width: 61%;
}

.fast h5 {
  width: 66%;
}



@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .hero-form-container3 {
    margin: 4em 70px 0em 0em;
    width: 476px;
  }

  .logogrid {
    grid-gap: 2rem;
  }

  .hero-form-container3 h1 {
    font-size: 40px !important;
    line-height: 54px !important;
  }

  .video-container-desktop3 img {
    /* width: calc(100% - 0px); */
  }

  .polaris-hero {
    padding: 80px 0px 60px 0px;
  }

  .nav .nav-item {
    margin: 1px;
    padding: 0px;
  }

  .polaris-divider-section {
    height: auto;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1368px) {
  .hero-form-container3 {
    margin: 5em 70px 0em 0em;
  }

  .hero-form-container3 h1 {
    font-size: 58px;
  }

  .polaris-hero {
    padding: 130px 0px 60px 0px;
  }
}

@media only screen and (min-width: 1369px) and (max-width: 1536px) {
  .polaris-hero {
    padding: 100px 0px 70px 0px;
  }

  .hero-form-container3 {
    /* margin: 8em 70px 0em 0em; */
  }

  .hero-form-container3 h1 {
    font-size: 43px;
  }
}




/* Small screen devices (600px and above) */
@media only screen and (min-width: 600px) {}

@media only screen and (min-width: 889px) {}

/* Extra big screen devices (1200px and above) */
@media only screen and (min-width: 880px) and (max-width: 1600px) {

  .play-button-aric {
    top: 70% !important;
  }

  .play-button-amjad {
    top: 75% !important;
  }

  .play-button-salem {
    top: 82% !important;
  }

}

@media only screen and (min-width: 1566px) {}

.cta-center-panel-container {
  margin: 0 auto 0 auto;
  text-align: center;
}

.cta-center-panel-container-solution {
  width: 300px;
  margin: 0 auto 0 auto;
  text-align: center;
}

.implementation-cta-container {
  margin-top: 60px;
  text-align: center;
}

.feature3-text-container {
  /* margin-top: 90px; */
}

.feature2-text-container {
  /* margin-top: 90px; */
}

.footer_call_button_icon,
.mobile_footer_book_demo_action_panel {
  display: none;
}

.Ourclients {
  padding: 30px 0px 30px 0px;
}

.for-fnb {
  padding: 0px 0px 60px 0px;
  background-color: var(--Athens-Gray);
}

.for-fnb h3 {
  font-size: 20px;
}

.truest-client-header {
  background-color: var(--disabled);
  position: relative;
  z-index: 1;
}

.for-fnb-header {
  background-color: var(--Mercury);
  position: relative;
  z-index: 1;
}

.truest-client-header h6 {
  line-height: normal;
}


.client-logo-container-panel {
  width: 100%;
  overflow: scroll;
  scrollbar-width: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}




@keyframes client_logo_auto_play {
  0% {
    margin-left: 0px;
  }

  10% {
    margin-left: -100px;
  }

  20% {
    margin-left: -200px;
  }

  30% {
    margin-left: -300px;
  }

  40% {
    margin-left: -400px;
  }

  50% {
    margin-left: -500px;
  }

  60% {
    margin-left: -600px;
  }

  70% {
    margin-left: -700px;
  }

  80% {
    margin-left: -800px;
  }

  90% {
    margin-left: -900px;
  }

  95% {
    margin-left: -1000px;
  }

  98% {
    margin-left: -1050px;
  }
}

.client-logo-container-panel::-webkit-scrollbar {
  display: none;
}

.logogrid {
  display: inline-flex;
  animation: 40s client_logo_auto_play infinite;
}

.logogrid li {
  margin-right: 35px;
}

@media only screen and (min-width: 200px) and (max-width: 780px) {
  .action-btn-disable {
    padding: 12px 8px;
  }

  p {
    opacity: 100% !important;
  }

  .hero-form-container3 .sub-heading {
    text-align: center;
  }

  .video-container-desktop3 img {
    padding: 0px;
  }

  .hero-form-container3 h1 {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 35px !important;
    text-align: center;
    margin-top: 5px;
  }

  .hero-form-container3 .hero-para {
    text-align: center;
    padding-bottom: 0px;
    padding: 0px 0px 0px 0px !important;
    font-size: 16px;
  }

  .Ourclients {
    padding: 20px 0px 0px 0px;
  }

  .polaris-hero2 .position-relative {
    height: 160px;
  }

  .video-container-desktop3 {
    text-align: center;
    margin-top: 20px;
    width: auto;
  }

  .book-demo-container {
    margin: 0px;
  }

  .effortless-cta {
    margin-top: 10px;
  }

  .video-container-desktop3 .video-thumbnail-desktop {
    height: 160px;
    width: auto;
    display: block;
    margin: -50px auto 0 auto;
  }

  .effortless .video-container {
    width: calc(100% - 0px);
  }

  .managing-cards {
    margin: 0px;
  }





  .managing-cards .p-40 {
    padding: 0px;
  }

  .copyright {
    font-size: 14px;
  }

  .managing-cards h3 {
    /* margin: 10px; */
    font-size: 16px;
  }

  .managing-cards p {
    display: none;
  }

  .cta-center-panel-container {
    text-align: center;
  }

  .cta-center-panel-container .hero-cta {
    margin-top: 20px;
  }

  .polaris-studeis {
    padding: 30px 0px 30px 30px;

  }

  .polaris-studeis p {
    opacity: 100%;
  }

  .polaris-divider-section {
    background: var(--Blue-color) !important;
    padding: 40px 0px 20px 0px;
  }

  .thiniking-man-panel-container img {
    width: 60%;
    float: unset !important;
  }

  .polaris-logo-thinking-man {
    display: none;
  }

  .thinking-man-section .thinking-man-text-container p {
    letter-spacing: 0px;
    margin-top: 0px;
  }

  .hero-form-container3 .hero-cta {
    display: block;
    margin: 0px auto;
    width: 70%;
    text-align: center;
  }

  .nav-book-a-demo-mobile .action-btn-active {
    padding: 10px 20px;
  }

  .problem-section-cta {
    margin: 0px auto 0px auto;
  }

  .cta-center-panel-container-solution {
    margin: 0px auto 0px auto;
  }

  .polaris-effortless-header p,
  .studies-header p {
    padding: 0px 5px;
  }

  .feature-cta-btn {
    display: block;
    text-align: center;
    width: 90%;
    margin: 0px auto 20px auto;
  }

  .feature-cta-btn-3 {
    display: block;
    text-align: center;
    width: 90%;
    margin: 0px auto 0px auto;
  }

  .seamless img {
    width: 30%;
  }

  .implementation-cta-container {
    /* margin: 15px auto 35px auto; */
  }

  .seamless .step-1,
  .seamless .step-2,
  .seamless .step-3,
  .seamless .step-4 {
    width: 90%;
  }

  .footer_call_button_icon {
    z-index: 99999999999999999999999999999999999999;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: block;
    width: 50px;
    height: 50px;
    float: right;
    background: url(./asset/WhatsApp.svg.webp) no-repeat;
    background-size: 100% 100%;
    border-radius: 50%;
  }

  .footer_call_button_icon:hover {
    filter: brightness(.95)
  }

  .whatsapp-action-btn {
    display: none;
  }

  .nav-item .nav-link {
    font-size: 14px;
  }

  .mobile_footer_book_demo_action_panel {
    z-index: 99999999999999999999999999999;
    display: block;
    position: fixed;
    bottom: 0;
    height: 70px;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ccc
  }

  .mobile_footer_book_demo_action_button {
    display: block;
    width: calc(100% - 80px);
    height: 50px;
    margin: 10px 0 0 10px;
    background: var(--Blue-color);
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600
  }

  .polaris-effortless-header P {
    padding: 0px 7px;
  }



  .polaris-solutions-section .managing-cards {
    background: var(--Athens-Gray) url(./asset/solution-icon.svg) no-repeat 10px 21px;
    background-size: 18px 18px;
    padding-left: 30px;
  }

  footer {
    padding-bottom: 30px;
  }

  .nav {
    justify-content: center;
  }

  .seamless-bottom {
    padding: 30px 0px 30px 0px;
  }

  .accordion-button:not(.collapsed) {
    color: var(--Blue-color) !important;
  }

  .truest-client-header {
    padding-bottom: 1rem;
  }

  .testimonial_person_container {
    margin-top: 28px !important;
  }

  .testimonial-section button.nav-btn.right-btn,
  .testimonial-section button.nav-btn.left-btn {
    transform: translateY(-53%);
    padding: 0px 10px;
    top: 53%;
  }

  .testimonial-wrapper .testimonial {
    margin: 0 0px;
    padding: 18px 18px 5px 18px;
  }

  .polaris-testimonial .testimonial-section {
    padding: 0px 5px 0px 5px;
  }

  .getting-started {
    display: none;
  }

  .bottom-form-container {
    background-color: var(--Athens-Gray);
  }

  .bottom-form-container .form-control {
    background-color: var(--disabled) !important;
  }

  .form-note {
    font-size: 12px;
  }

}

@media only screen and (min-width: 705px) and (max-width: 1250px) {
  .polaris-hero2 .hero-form-container3 {
    width: 95%;
    margin: 0px;
  }

  .polaris-hero2 .hero-form-container3 h1 {
    font-size: 34px;
    line-height: 54px !important;
  }

  h2 {
    font-size: 34px !important;
    line-height: 50px !important;
  }

  .polaris-effortless-header p,
  .studies-header p {
    padding: 0px 50px;
  }

  .studeis h3 {
    font-size: 24px;
  }

  .divider-section p {
    letter-spacing: 0px;
    font-size: 26px;
  }

  .polaris-divider-section {}

  .track-left p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1250px) {
  .polaris-hero2 .hero-form-container3 {
    margin: 70px 0px 0px 0px;
  }

}

@media only screen and (min-width: 1251px) and (max-width: 1350px) {
  .polaris-hero2 .hero-form-container3 {
    width: 95%;
    /* margin: 90px 0px 0px 0px; */
  }
}

@media only screen and (min-width: 600px) and (max-width: 780px) {
  .hero-form-container3 {
    margin: 60px 0 0 0;
  }

  .polaris-hero2 .col-md-6 {
    position: relative;
    width: 100%;
    padding: 0 10px 0 10px;
  }

  .thinking-man-section .col-md-6 {
    width: 100%;
  }

  .seamless .col-md-3 {
    width: 50%;
    padding-right: 10px;
  }

  .polaris-testimonial .col-md-4 {
    width: calc(100% - 30px);
  }

  .effortless .video-container {
    width: calc(100% - 80px);
  }
}

.video-thumbnail {
  border-radius: 20px;
  cursor: pointer;
}

@media only screen and (min-width: 1100px) {
  .effortless {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .polaris-effortless-header P {
    padding: 0px 200px;
  }

  .polaris-studeis {
    padding: 60px 0px 60px 0px;
  }
}

.testimonial-main-container {
  width: 100%;
  overflow: scroll;
  scrollbar-width: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.testimonial_main_row_container {
  max-width: 2500px !important;
  width: 1780px !important;
  max-height: 400px;
  position: relative;
  transition: width .35s ease-in-out;
}

.testimonial-panel-box-container {
  float: left;
  width: 400px !important;
  margin-right: 30px;
}

.right-testimoni .play-button {
  cursor: pointer;
}

.testimonial_left_arrow_key {
  background: #fcb302;
  color: #6c757d;
  font-weight: 700;
  font-size: 30px;
  line-height: 58px;
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
  text-align: center;
  float: left;
  position: relative;
  top: 200px !important;
  margin-left: -30px;
  cursor: pointer;
  z-index: 99999;
}

.testimonial_left_arrow_key:hover {
  color: #FFF;
}

.testimonial_right_arrow_key {
  background: #fcb302;
  color: #6c757d;
  font-weight: 700;
  font-size: 30px;
  line-height: 58px;
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
  text-align: center;
  float: right;
  position: relative;
  top: -215px !important;
  margin-right: 0px;
  cursor: pointer;
  z-index: 99999;
}

.testimonial_right_arrow_key:hover {
  color: #FFF;
}

@media only screen and (min-width: 200px) and (max-width: 850px) {
  .testimonial_main_row_container {
    max-width: 2500px !important;
    width: calc(100vh * 4) !important;
    max-height: auto;

  }

  .testimonial-panel-box-container {
    float: left;
    width: calc(100vw - 80px) !important;
  }

  .testimonial_right_arrow_key {
    left: 20px;
  }

  .testimonial_left_arrow_key {
    margin-left: -20px;
  }

  .polaris-hero {
    padding: 90px 0px 20px 0px;
  }

  .polaris-hero .hero-header h1 {
    line-height: 38px !important;
  }

  .desktop-disable {
    display: block !important;
  }

  .mobile-disbale {
    display: none !important;
  }

}

.testimonial-section {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}

.testimonial-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}

.testimonial-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.testimonial-slide {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.testimonial {
  flex: 1 0 100%;
  max-width: 100%;
  margin: 0 15px;
  padding: 18px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-height: 350px;

}

.testimonial p {
  font-size: 18px;
  margin-bottom: 10px;
}

.testimonial_person_container {
  margin-top: 30px;
}

.testimonial_person_container .testimonial_person_image {
  float: left;
  padding-top: 5px;
}

.testimonial_person_container .testimonial_person_detail {
  width: calc(100% - 160px);
  float: left;
  margin-left: 10px;
}

.testimonial_person_container .testimonial_person_detail h6 {
  color: var(--Blue-color);
  font-size: 18px;
  font-weight: 600;
}

.testimonial_person_container .testimonial_person_detail span {
  font-size: 16px;
  font-weight: 300;
}

.testimonial_person_container .testimonial_person_play_button {
  float: right;
}

.testimonial_person_container .testimonial_person_play_button img {
  cursor: pointer;
  padding-top: 5px;
}

/* Navigation buttons */
.nav-btn {
  background-color: #fcb302;
  color: #6c757d;
  border: none;
  padding: 10px 20px;
  font-size: 24px;
  cursor: pointer;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.nav-btn:hover {
  color: #FFFFFF;
}

.left-btn {
  left: 0px;
}

.right-btn {
  right: 0px;
}

/* Responsive Styles */
@media (min-width: 1024px) {
  .testimonial-slide {
    transform: translateX(0%);
    display: flex;
    flex-wrap: nowrap;
  }

  .testimonial {
    flex: 1 0 33.333%;
    max-width: 33.333%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .testimonial-slide {
    display: flex;
    flex-wrap: nowrap;
  }

  .testimonial {
    flex: 1 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .testimonial-slide {
    display: flex;
    flex-wrap: nowrap;
  }

  .testimonial {
    flex: 1 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .accordion-button {
    padding: 1rem !important;
    font-weight: 500;
  }

  .accordion-icon {
    max-width: 30px;
    height: auto;
    margin-right: 10px;
  }

  .accordion-body {
    text-align: left;
    padding: 1rem;
  }

  .accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    color: inherit;
    box-shadow: none;
  }

  .accordion-button {
    font-size: 14px;
  }
}

/* floating image images  */

.floating-image {
  position: absolute;
  width: 300px;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.floating-image-1 {
  bottom: 35%;
  animation-name: float-up-down;
}

.floating-image-2 {
  bottom: 0%;
  right: 0;
  animation-name: float-down-up;
}

.floating-image-3 {
  top: 4%;
  right: 0;
  animation-name: float-left-right;
}


@keyframes float-up-down {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes float-down-up {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes float-left-right {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0);
  }
}

@media (max-width: 768px) {
  .hero-form-container3 {
    padding-right: 0;
    text-align: center;
  }

  .hero-cta {
    margin-top: 0rem;
  }

  .floating-image {
    display: none;
  }
}



/* ------------------------------ */
.invalid-no {
  font-size: 12px;
  background: #ffc1074a;
  margin-top: 4px;
  padding: 2px;
  border-radius: 0px;
}

.country-code-container {
  width: 314px !important;
}

.phone-number-container {
  width: calc(100% - 314px) !important;
  padding-left: 0px !important;
}

.custom-select-wrapper {
  position: relative;
}

.custom-select {
  position: relative;
  cursor: pointer;
}

.selected {
  border-radius: 0.25rem;
  background-color: #f4f4f4;
}

.selected img {
  margin-right: 8px;
  width: 24px;
  height: 24px;
}

.dropdown-icon {
  transition: transform 0.2s ease;
  color: #6c757d;
}

/* Rotate icon when dropdown is open */
.custom-select.active .dropdown-icon {
  transform: rotate(180deg);
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  margin-top: 4px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
}

.option {
  padding: 12px;
  display: flex;
  align-items: center;
  transition: background-color 0.2s;
}

.option:hover {
  background-color: #f8f9fa;
}

.option img {
  margin-right: 8px;
  width: 24px;
  height: 24px;
}

/* form style  */
.phone-input-container .iti {
  width: 100%;
}

.iti__tel-input {
  width: 100%;
  padding: 1rem !important;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* Flag container styling */
.iti__flag-container {
  padding: 0.7rem;
}

/* Selected flag spacing */
.iti__selected-flag {
  padding: 0 8px 0 10px;
}

/* Adjust dropdown position */
.iti__country-list {
  max-width: 20rem;
}

/* Ensure proper spacing for validation message */
.invalid-feedback {
  margin-top: 0.25rem;
}

/* Custom padding for the input to prevent text overlap with flag */
#phoneBottom {
  padding-left: 100px !important;
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(255, 255, 255, 0) !important;
  border-right: 1px solid #e2dede;
  ;
}


.form-note {

  background-color: #ffeb3b4a;
  padding: 5px;
  margin-top: 10px;
  display: inline-block;

}


/* accounting-Software-section */
.accounting-Software-section {
  background-color: var(--Athens-Gray);
}


.accounting-Software-section .financial,
.purchase-inventory {
  border: 1px solid var(--Blue-color) !important;
  border-radius: 5px;
  transition: box-shadow 0.3s ease;
  background: #274188;
  color: #fff;
  text-align: center;
}

.accounting-Software-section .profit-loss {
  border: 1px solid var(--Blue-color) !important;
  border-radius: 5px;
  transition: box-shadow 0.3s ease;
  background: #e2dede;
  border: #e2dede !important;
  color: #274188;
  text-align: center;
}





.accounting-Software-section .financial:hover,
.profit-loss:hover,
.purchase-inventory:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.h-100 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.sub-heading-inventory-software span {
  color: #274188;
  font-weight: 400;
}