@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@font-face {
  font-family: "Season Mix-TRIAL";
  src:
    url("../fonts/SeasonMix-Regular-TRIAL.woff2") format("woff2"),
    url("../fonts/SeasonMix-Regular-TRIAL.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Season Mix-TRIAL";
  src:
    url("../fonts/SeasonMix-Medium-TRIAL.woff2") format("woff2"),
    url("../fonts/SeasonMix-Medium-TRIAL.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
h1,h2,h3,h4,h5,h6{
  font-family: "Season Mix-TRIAL";
  font-weight: 400 !important;
}
.page-table {
    border: solid 1px #000;
}
.page-table tr th, .page-table tr td {
    border: solid 1px #000;
    padding: 5px;
}
.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.manrope {
  font-family: "Manrope", sans-serif;
}
.Season-Mix-TRIAL {
  font-family: "Season Mix-TRIAL";
  font-weight: 400;
}
* {
  box-sizing: border-box;
}
body {
  font-family: "Manrope", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
:root {
  --Btn-Ng: #0b141c;
  --Text-400: #3a3e41;
  --Primary-50: #4c667e;
  --Border-Color: #ccdef0;
  --Secondary-600: #E34F4F;
}
.text-color-orange{
  color: var(--Secondary-600);
}
.text-gray-1 {
  color: var(--Text-400);
}
.text-gary {
  color: var(--Primary-50);
}
.fs-12 {
    font-size: 12px;
}
.fs-14 {
  font-size: 14px;
  letter-spacing: -2%;
}
.fs-16 {
  font-size: 16px;
  letter-spacing: -2%;
}
.fs-18 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -2%;
}
.fs-20 {
  font-size: 20px;
  line-height: 26px;
  line-height: -2%;
}
.fs-26 {
  font-size: 26px;
  letter-spacing: -2%;
}
.fs-34 {
  font-size: 34px;
  line-height: 38px;
  letter-spacing: -2%;
}
.display-5 {
  letter-spacing: -2%;
}
.devider {
  border-bottom: dashed 2px var(--Border-Color);
  border-top: dashed 2px var(--Border-Color);
}
.btn-comman {
  background: linear-gradient(180deg, #4c667e 0%, #1f3142 100%);
  box-shadow: 0px -2px 1px 0px #00000066 inset;
  box-shadow: 0px 2px 4px 0px #ffffff80 inset;
  padding: 8px 16px;
  font-weight: 600 !important;
  border-radius: 40px;
  display: inline-block;
}
.btn-comman:hover {
  background: linear-gradient(180deg, #1f3142 0%, #4c667e 100%);
}
.btn-comman svg,
.btn-normal svg {
  transition: all ease 0.3s;
}
.btn-comman:hover svg,
.btn-normal:hover svg {
  transform: scale(0.8);
}
.btn-normal {
  border: solid 1px var(--Border-Color);
  padding: 8px 16px;
  font-weight: 600 !important;
  display: inline-block;
  border-radius: 40px;
}
.btn-normal:hover {
  background: linear-gradient(180deg, #1f3142 0%, #4c667e 100%);
  color: #ffffff !important;
}
.custom-navbar .nav-link {
  font-weight: 500;
}
.custom-navbar .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #000000;
}
.custom-navbar .nav-link:focus,
.custom-navbar .nav-link:hover {
  color: #000000;
}
.custom-navbar {
  border-bottom: dashed 2px var(--Border-Color);
}
.footer-copyright {
  border-top: dashed 2px var(--Border-Color);
}
.container {
  border-left: dashed 2px var(--Border-Color);
  border-right: dashed 2px var(--Border-Color);
}
.gradient1 {
  background-color: #ebf1f7;
  border: 0.4px solid var(--Border-Color);
  padding: 3px 12px 3px 6px;
}
.heading-section {
  max-width: 740px;
  margin: 0 auto;
}
.border-div::after,
.border-div::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -24px;
  height: 80px;
  width: 1px;
  background-color: var(--Border-Color);
}
.border-div::before {
  right: -24px;
  left: auto;
}
.everything-store-bulid img {
  max-height: 300px;
  margin: 0 auto;
  display: block;
}
.everything-store-bulid h3 {
  letter-spacing: -2%;
}
.heading-section h1 {
  letter-spacing: -2%;
}
.heading-section .main-heading img {
  width: 58px;
  height: 58px;
}
.boost-repeat-sales {
  background-image: url("../images/boost-repeat-bg-img.png");
  background-size: cover;
}
.boost-repeat-sales a:hover {
  background-color: var(--Btn-Ng) !important;
  color: #ffffff !important;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-300px * 15));
  }
}
.logo-slider .slide-track {
  animation: scroll 40s linear infinite;
  width: calc(300px * 30);
}
.logo-slider img {
  max-width: 200px;
  max-height: 75px;
}
.everything-store-bulid .badge {
  color: #f86464;
  background-color: #ffe4e4;
}
.line-img-section img {
  height: 40px;
}
.enterprise-loyalty {
  background-color: #0b141c;
}
.enterprise-loyalty img {
  max-height: 420px;
}
.bg-light-blue {
  border: solid 1px var(--Border-Color) !important;
}
.faqs-section .accordion-button {
  padding: 8px 15px;
}
.faqs-section .accordion-button::after {
  background-image: none;
  content: "+";
  display: flex;
  height: 42px;
  width: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
  color: #6f7274;
}
.faqs-section .accordion-button:not(.collapsed)::after {
  background-image: none;
  color: #f86464;
  content: "-";
  display: flex;
  height: 42px;
  width: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
}
.faqs-section .accordion-body {
  background-color: #ebf1f7;
}
.faqs-section .have-more-que {
  background-color: #dfebf7;
}
.faqs-section .faqs-section-sub {
  max-width: 820px;
  margin: 0 auto;
}
.review-slider .button-prev-next button {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

/* .review-slider .button-prev-next button:hover {
    background-color: #F5F5F5 !important;
    height: 50px;
    width: 50px;
    border-radius: 50%;
} */

.review-slider .carousel-inner {
  width: auto;
}
.swiper {
  width: 100%;
  height: 100%;
}
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}
.enterprise-loyalty .container,
.up-and-run-tabs .container {
  border-left: dashed 2px #1f3142;
  border-right: dashed 2px #1f3142;
}
.mySwiper .swiper-button-next svg,
.mySwiper .swiper-button-prev svg {
  display: none;
}

.mySwiper .swiper-button-prev,
.mySwiper .swiper-button-next {
  top: auto !important;
  bottom: 0 !important;
  background-color: var(--Border-Color);
}

.mySwiper .swiper-button-prev {
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50px) !important;
}

.mySwiper .swiper-button-next {
  left: 50% !important;
  right: auto !important;
  transform: translateX(10px) !important;
}
.mySwiper .swiper-wrapper {
  padding-bottom: 80px;
}
.keep-customer-coming-images .container {
  background-image: url("../images/keep-customer-bg.png");
}
.bento-card {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  border: none;
  transition: transform 0.3s ease;
}
.bento-card:hover {
  transform: translateY(-4px);
}
.bg-coral {
  background-color: #f86464;
  color: #fff;
}
.bg-slate {
  background-color: #2d3f50;
  color: #fff;
}
.bg-burgundy {
  background-color: #7b1842;
  color: #fff;
}
.chart-container {
  margin: 0 -1.5rem -1.5rem -1.5rem;
}
.row-tall {
  min-height: 550px;
}
.flex-40 {
  flex: 0 0 45%;
}
.flex-60 {
  flex: 1 1 55%;
}
.flex-35 {
  flex: 0 0 35%;
}
.flex-65 {
  flex: 1 1 65%;
}
.up-and-run-tabs {
  background-color: #141f29;
}
.section-container {
  padding: 100px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.bg-lines {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1320px;
  pointer-events: none;
  z-index: 0;
  display: flex;
  justify-content: space-between;
}
.bg-lines::before,
.bg-lines::after {
  content: "";
  width: 1px;
  height: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.1) 50%,
    transparent 50%
  );
  background-size: 1px 10px;
}

.content-wrapper {
  position: relative;
  z-index: 1;
}

.custom-nav-pills .nav-link {
  color: #707e8b;
  text-align: left;
  padding: 0.8rem 1rem 0.8rem 1.5rem;
  border-radius: 0;
  background: transparent;
  font-weight: 400;
  transition: all 0.3s ease;
  border-left: 2px solid transparent;
  position: relative;
  width: 100%;
  border-top: none;
  border-right: none;
  border-bottom: none;
}

.custom-nav-pills .nav-link:hover {
  color: #ffffff;
}

.custom-nav-pills .nav-link.active {
  color: #ffffff;
  background: transparent;
  border-left: 2px solid #ffffff;
}
.scroll-container-area {
  padding-left: 3rem;
  height: 65vh;
  min-height: 500px;
  overflow-y: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
}

.scroll-container-area::-webkit-scrollbar {
  display: none;
}

.scroll-section {
  padding-bottom: 5vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  opacity: 0.3;
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
  transform: translateY(20px);
}

.scroll-section:last-child {
  padding-bottom: 30vh;
}

.scroll-section.is-active {
  opacity: 1;
  transform: translateY(0);
}

.content-heading {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  font-weight: 400;
}

.content-subtext {
  color: var(--text-muted);
  margin-bottom: 2.5rem;
  font-weight: 300;
  font-size: 1.1rem;
}

.image-container {
  position: relative;
}

.image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.02);
  pointer-events: none;
}

.image-container img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}
.intigration-section {
  background-color: #ebf1f7;
}
.intigration-section .beyond-section .col-md-6:nth-child(1){
  background-image: url("../images/beyond-bg-1.png");
  padding-right: 0 !important;
}
.intigration-section .beyond-section .col-md-6:nth-child(2){
  background-image: url("../images/beyond-bg-2.png");
  padding-right: 0 !important;
}
.intigration-section .beyond-section .col-md-6:nth-child(3),
.intigration-section .beyond-section .col-md-6:nth-child(4){
  background-image: url("../images/beyond-bg-3.png");
  padding-right: 0 !important;
}
.plan-table-main .table-wrapper {
  width: 100%;
  border-radius: 12px 12px 0 0;
  border: 1px solid #ddd;
  background: #fff;
}

/* Table grid */
.plan-table-main  .pricing-table {

}

/* Rows */
.plan-table-main .table-header, 
.plan-table-main .table-row {
  display: grid;
  grid-template-columns: 315px repeat(4, 1fr);
  align-items: center;
}

/* Header sticky */
.plan-table-main .table-header {
  position: sticky;
  top: 0px;
  /* background: #fcf0f0; */
  background: #233a50;
  z-index: 5;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  border-radius: 12px 12px 0 0;
  color: #fff;
}


/* Cells */
.plan-table-main .table-header div {
  padding: 15px;
  text-align: center;
}
.plan-table-main .table-row div {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  text-align: center;
  height: 100%;
}
.plan-table-main .vmiddle{
    display: flex;
    gap: 4px;
    align-items: center;
}
.plan-table-main .vmiddle.hmiddle{
    justify-content: center;
}


.plan-table-main .row-heading {
    background-color: #f5f8f9;
    font-weight: 600;
}
.plan-table-main .table-row:hover {
    background-color: #fff5f5;
}
.plan-table-main .table-row.row-heading:hover {
    background-color: inherit;
}
.plan-table-main .table-row div:first-child,
.plan-table-main .table-header div:first-child {
    text-align: left;
}
/* Plan styling */
.plan-table-main .plan {
  text-align: center;
}

.plan-table-main .price {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
}
.plan-table-main .cross {
  color: #6F7274;
}
.plan-table-main .badge {
    display: inline-block;
    padding: 2px 5px;
    background-color: var(--Secondary-600);
    color: #fff;
    line-height: 12px;
    font-size: 12px;
    border-radius: 16px;
    font-weight: 400;
}

/* Hidden rows */
.plan-table-main .hidden {
  display: none;
}

/* Toggle button */
.plan-table-main .toggle-btn {
    text-align: center;
    padding: 15px;
    cursor: pointer;
    font-weight: 700;
    width: 100%;
    background: #e7edef;
    border-radius: 0 0 12px 12px;
}

.plan-table-main .extra {
  visibility: hidden;
  height: 0;
  /* overflow: hidden; */
}

.plan-table-main .pricing-table.expanded .extra {
  visibility: visible;
  height: auto;
  display: grid!important;
}
.plan-table-main .table-row {
  transition: all 0.3s ease;
}


.plan-table-main .info-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 0!important;
}

/* Icon */
.plan-table-main .info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    line-height: 18px !important;
    font-size: 14px;
    border-radius: 50%;
    color: #6F7274;
    font-weight: 700;
    border: solid 1px #6F7274;
}

/* Tooltip */
.plan-table-main .tooltip {
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background: #233a50;
  color: #fff;
  padding: 5px 10px!important;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease;
  z-index: 10;
}

/* Arrow */
.plan-table-main .tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #233a50;
}

/* Show on hover */
.plan-table-main .info-wrapper:hover .tooltip {
  opacity: 1;
}
.gradient-border {
    position: relative;
    border: solid 1px var(--Border-Color);
    border-radius: 20px;
}
.gradient-border:hover{
  background: linear-gradient(360deg, #FFFFFF 0%, #FFC5C5 100%);
}
.plan-active{
  background: linear-gradient(360deg, #FFFFFF 0%, #FFC5C5 100%);
  border: 1px solid #FFC5C5;
}
.plan-active ul{
    background-color: #FFFFFF;
    border-radius: 15px;
    border: solid 1px #FFC5C5;
    padding: 10px;
    padding-bottom: 18px !important;
}
.plan-active ul li{
  padding-top: 0 !important;
}
.bg-num-rise11 {
    background-color: #F9F9F9;
}
.bg-gray1 {
    background-color: #E7E7E7;
}
.anchor-hover:hover {
  color: #EB5757 !important;
  transition: 0.3s ease-in-out;
}
.rewards-table tr td {
    border: solid 1px #000;
    padding: 5px;
}
.rewards-table {
    border: solid 1px #000;
}

@media (max-width: 991px) {
  .scroll-container-area {
    padding-left: 0;
    margin-top: 4rem;
    height: 50vh;
  }
  .bg-lines {
    display: none;
  }
  .scroll-section:last-child {
    padding-bottom: 0vh;
  }
  .plan-table-main .table-header {
        position: inherit;
        top:auto;
    }
    .table-wrapper {
        overflow-x: auto;
    }
    .pricing-table {
        min-width: 900px;
    }
}
@media (max-width: 749px) {
   .plan-table-main .table-header, .plan-table-main .table-row {
    grid-template-columns: 200px repeat(4,1fr);
}
}
@media (max-width: 767px) {
  .row-tall {
    min-height: auto;
  }
  .bento-card {
    min-height: 250px;
  }
  .flex-40,
  .flex-60,
  .flex-35,
  .flex-65 {
    flex: 1;
    min-height: 250px;
  }
  .mobile-border-zero {
    border: 0 !important;
  }
  .mobile-border-top-zero {
    border-top: 0 !important;
  }
  .mobile-border-right-zero {
    border-right: 0 !important;
  }
  .mobile-border-bottom-zero {
    border-bottom: 0 !important;
  }
  .mobile-border-left-zero {
    border-left: 0 !important;
  }
  .everything-store-bulid img {
    margin: 0;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
  .carousel-inner .carousel-item > div {
    display: none;
  }
}
@media (max-width: 575px) {
  .fs-18 {
    line-height: 22px;
    font-size: 16px;
    letter-spacing: -1%;
  }
  .fs-34{
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -1%;
  }
}
