.hero-gradient-bg {
  background: linear-gradient(180deg, #ffffff 0%, #e1f0e1 100%);
}
.store-operations-bg {
  background-image: url(../img/product-image/store-operations-software/img/wavy-3-green.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-shape::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0px;
  background-image: url(../img/pos-bd/hero-shape.png);
  background-repeat: no-repeat;
  background-position: right;
}
.cta-bg {
  background-image: url(../img/pos-bd/cta-1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta-bg-1 {
  background-image: url(../img/pos-bd/cta-2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.shape-bg {
  background-image: url(../img/pos-bd/Vector.html\ 1579.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-off-white {
  background-color: #f9f9f9;
}
.bg-light-white {
  background-color: #f7f7f7;
}
.bg-green-deep {
  background-color: #1f9c1e;
}
.bg-green-light {
  background-color: #44c642;
}
.bg-green-soft {
  background-color: #f5faf5;
}
.bg-green-glow {
  background-color: #3ab438;
}
.bg-green-deep2 {
  background-color: #00a653 !important;
}
.bg-antiquewhite-soft {
  background-color: #fffbf8;
}
.bg-warning-soft {
  background-color: #ffeecc;
}
.shadow1 {
  box-shadow: 0px 0px 14px 0px #e4f4e4;
}
.shadow2 {
  box-shadow: 0px 0px 4px 0px #f6e3cf;
}
.shadow3 {
  box-shadow: 0px 0px 14px 0px #00000014;
}
.btn-light-green {
  color: #fff;
  background-color: #30b22e;
  border-color: #30b22e;
}
.btn-light-green:hover {
  color: #fff;
  background-color: #30b22e;
  border-color: #30b22e;
}
.btn-check:focus + .btn-light-green,
.btn-light-green:focus {
  color: #fff;
  background-color: #30b22e;
  border-color: #30b22e;
}
.price-btn-hover:hover {
  color: #30b22e !important;
}
.color-8 {
  color: #292d34;
}
.color-9 {
  color: #155e15;
}
.color-10 {
  color: #c68a15;
}
.z-1 {
  z-index: 1;
}
.z-3 {
  z-index: 3;
}
.bg-light-green {
  background-color: #30b22e;
}
.first-time-bg {
  background: linear-gradient(90deg, rgba(29, 130, 27, 1) 36%, rgba(58, 180, 56, 1) 98%);
  overflow: hidden;
}
.first-time-bg .first-time-shape1 {
  left: 0px;
  bottom: -20px;
  animation: float-bob-y infinite 3s linear;
}
.first-time-bg .first-time-shape2 {
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  animation: float-bob-y infinite 3s linear;
}
.first-time-bg .first-time-shape3 {
  right: 0px;
  bottom: -20px;
  animation: float-bob-y infinite 3s linear;
}
.first-time-bg .first-time-shape {
  position: absolute;
  z-index: 1;
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@media (min-width: 992px) {
  .process-wrapper.line [class*="col-"]:after {
    width: 100%;
    position: absolute;
    content: "";
    height: 1px;
    background: 0 0;
    border-top: 4px solid #30b22e;
    box-shadow: 0px 4px 14px 0px #7d7d7d66;
    top: 1.5rem;
    z-index: 1;
    left: 2rem;
  }
}
.dot-box {
  background: #fff;
  box-shadow: 0px 0px 24px 0px #dde5dd99;
  position: relative;
  z-index: 2;
  border-radius: 20px;
  line-height: 14px;
  padding: 20px;
}
.dot-box .dot {
  background: #c4c4c4;
  padding: 5px 8px;
  height: 9px;
  font-size: 6px;
  border-radius: 21px;
}
.process-number {
  font-size: 100px;
  line-height: 87px;
  color: #d5d5d5;
  font-family: cursive;
}
.accordion-flush .accordion-item {
  border-radius: 20px;
  background: #ffffff;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 20px;
  font-weight: 600;
  width: 100%;
  text-align: start;
  padding: 20px 65px 20px 20px;
  display: flex;
  align-items: center;
  background: #ffffff;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 20px;
}
.accordion-button:not(.collapsed) {
  color: #242331;
  /* background-color: #ffffff; */
  box-shadow: none;
  padding-left: 20px;
}
.accordion-button::after {
  margin-left: auto;
  background-color: #44c642;
  padding: 20px 20px;
  content: "";
  right: 33px;
  position: absolute;
  background-image: url(../img/pos-bd/faq.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.4rem;
  transition: transform 0.2s ease-in-out;
  border-radius: 20px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../img/pos-bd/faq-not.png);
  transform: rotate(1deg);
  background-size: 0.7rem;
}
.or-divided {
  position: absolute;
  padding: 5px 7px;
  color: #323232;
  border-radius: 50%;
  background: #fff;
  font-size: 15px;
  font-weight: 600;
}
.hover-none {
  transform: translateY(0);
  transition: all 0.2s ease-in-out;
}
.hover-none:hover {
  transform: none !important;
}
.hover-none:hover svg {
  transform: translateY(-0.15rem);
  transition: all 0.2s ease-in-out;
}
.hover-bg:hover {
  background-color: #00a653;
}

/* bd hero test css  */

.bd-hero-gradient {
  background: linear-gradient(0deg, #ffffff 0%, #f0fff9 100%);
}

.bd-hero-shape::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  background-image: url(../img/pos-bd/mountain-tech1.html);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 600px) {
  .pos-manager-tab {
    max-height: 525px;
    overflow-y: scroll;
  }
}

@media (max-width: 599px) {
  .pos-manager-tab {
    max-height: 275px;
    overflow-y: scroll;
  }
}
.pos-manager-tab::-webkit-scrollbar-track {
  background-color: transparent;
}

.pos-manager-tab::-webkit-scrollbar {
  width: 5px;
  background-color: #bdbdbd;
}

.pos-manager-tab::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #00a653;
}
.text-justify {
  text-align: justify;
}
.bt-top {
  border-top: 6px solid transparent;
}
.card-hover7 {
  transition: all 0.3s linear;
}
.card-hover7:hover {
  border-color: #00a653;
  box-shadow: rgb(0 0 0 / 12%) 0px 20px 50px 0px;
  transition: all 0.3s linear;
  background-color: white;
}
.box-shadow7 {
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 25%);
}
.card-with-hover {
  position: relative;
  overflow: hidden;
  background: #3085a3;
  text-align: center;
  height: 400px;
}

.card-with-hover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.card-with-hover:hover > img {
  transform: scale(1.15) translate3d(0, -20px, 0);
}

.card-with-hover > .card-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  background-color: rgb(9 24 5 / 85%);
  transition: all 0.3s;
  transform: translate3d(0, 100%, 0);
  will-change: transform;
}

.card-with-hover > .card-caption > .card-caption-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  transition: all 0.3s;
  transform: translate3d(0);
  will-change: transform;
}

.card-with-hover > .card-caption .card-title {
  display: block;
  color: #fff;
  margin: 0;
  padding: 1rem;
  transition: all 0.3s;
  background-color: rgb(9 24 5 / 85%);
  transform: translate3d(0, -100%, 0);
  will-change: transform;
}

.card-with-hover > .card-caption .card-details {
  padding: 0 1rem;
  margin: 0;
  color: #fff;
  opacity: 0;
  transition: opacity 0.35s 0.1s;
  transform: translate3d(0);
  will-change: transform;
}

.card-with-hover:hover > .card-caption {
  transform: translateY(0);
}

.card-with-hover:hover > .card-caption > .card-caption-content {
  top: 50%;
  transform: translate(0, -50%);
}

.card-with-hover:hover > .card-caption .card-title {
  background-color: rgba(255, 255, 255, 0);
  transform: translateY(0%);
}

.card-with-hover:hover > .card-caption .card-details {
  opacity: 1;
}
.cta-position {
  position: absolute;
  top: -77px;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cta-position {
    position: absolute;
    top: -130px;
    left: 0;
    right: 0;
  }
}
.cta-btn:hover {
  background-color: #ffffff !important;
  color: #222222 !important;
}
.partner-cta-full {
  background-color: #fff;
  background-image: linear-gradient(166deg, #fff0 50%, #fff6), linear-gradient(#f0ecff, #eaf2fd);
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: auto, auto, auto;
  border: 1px solid #212a780a;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 24px 40px;
  display: flex;
}
.why-bg {
  border-radius: 40px;
  background: #eee;
  color: #3b3d3b;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  padding: 5px 10px;
  width: max-content;
}
.qualification-bg {
  border-radius: 40px;
  background: #ebfff5;
  color: #00a653;
  padding: 5px 10px;
  width: max-content;
  font-weight: 700;
  line-height: 26px;
}
.reseller-img-box {
  background: #fff;
  width: max-content;
  padding: 20px;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, 0.07) !important;
}
.mt-110 {
  margin-top: -110px;
}
.mt-60 {
  margin-top: 60px;
}
