:root {
  --secondary-bg-color: #682243;
}

h2 {
  margin: 0;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  border-color: #f3f3f3;
}

.pricing-table tr {
  vertical-align: stretch !important;
}

td {
  padding: 0px;
}

.pricing-table td {
  vertical-align: middle !important;
}

.parents {
  position: relative;
  overflow: clip;
}

.childs {
  position: sticky;
  top: 77px;
  z-index: 1029;
  background-color: white;
}

.pricing-table th,
.pricing-table td {
  vertical-align: top;
  border: 1px solid #f3f3f3;
  font-size: 16px;
  padding: 12px 16px;
}

.pricing-table th {
  font-weight: 600;
  background: #f3f3f3;
}

.ant-select-item-option {
  padding: 0px !important;
}

.ant-select-item-option-content {
  padding: 12px 6px;
}

.ant-select-item-option-active {
  background-color: #fcedf2 !important;
}

.bg-grey {
  background: rgb(250, 250, 250, 1);
}

.mw-main {
  max-width: 1440px;
}

.value-menu img {
  max-width: 100%;
  height: 100%;
}

.btn-login {
  background: linear-gradient(151.44deg,
      rgba(0, 0, 0, 0.7) 7.51%,
      rgba(119, 119, 119, 0.7) 199.72%);
  color: white;
}

.ant-collapse-header {
  padding: 5px 0px !important;
  padding-left: 16px !important;
}

/* .ant-collapse-content-box {
  padding: 5px 0px !important;
  padding-left: 16px !important;
} */

.ant-collapse-content {
  border: none !important;
}

.btn-contact-sales {
  background: "white";
  white-space: nowrap;
  padding: 14px 30px;
  font-family: "Mulish";
  font-size: clamp(14px, 4vw, 16px);
  font-weight: 700;
  cursor: pointer;
  border: 0;
}

.sidebar {
  width: 520px;
  font-family: Arial, sans-serif;
  font-size: 28px;
  color: #333;
}

.item {
  padding: 14px 24px;
}

.parent {
  display: flex;
  align-items: center;
  gap: 14px;
}

.group {
  margin-left: 38px;
}

.sub-item {
  margin-left: 58px;
  padding: 18px 28px;
  border-radius: 6px;
  margin-top: 8px;
}

.sub-item.active {
  background: #f9e9f0;
  color: #702043;
  font-weight: 700;
}

.bullet-txt {
  display: list-item;
  list-style-position: outside;
  margin-left: 20px;
  line-height: 1.8;
}

.form-check-input:checked {
  background-color: var(--secondary-bg-color) !important;
  border-color: var(--secondary-bg-color) !important;
}

.form-switch .form-check-input {
  width: 2em;
  background-image: var(--cui-form-switch-bg-image,
      url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 21, 0.25%29'/%3e%3c/svg%3e"));
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

.banner-social {
  position: relative;
  width: 100%;
  height: 360px;
}

.item-social-proof {
  max-width: 620px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 40px;
  border-radius: 16px;
  z-index: 2;
}

.dots-carousel {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.dot-carousel {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ccc;
  transition: all 0.3s ease;
}

.dot-carousel.active {
  background-color: #333;
}

.grid-hardware {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 0 60px;
}

.card-pos {
  background: #fff;
  border-radius: 16px;
  padding: 16px;
}

.row-contact {
  display: flex;
  gap: 40px;
}

.contact-card {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  text-align: start;
}

.sub-social {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.transpose-tablet {
  display: flex;
}

.transpose-tablet-reverse {
  display: flex;
  flex-direction: column;
}

.transpose-mb {
  display: flex;
}

.transpose-mb-reverse {
  display: flex;
  flex-direction: column;
}

.transpose-header-mb {
  display: flex;
}

.transpose-header-mb-reverse {
  display: flex;
  flex-direction: column;
}

.flex-row {
  flex-direction: row !important;
}

.swap-type {
  align-items: center;
}

.business-hours-days {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.business-hours-days .image {
  flex: 1;
  height: 225px;
  background-color: rgb(155, 155, 155);
  border-radius: 6px;
}

.instructional-images {
  width: 500px;
  height: 225px;
  background-color: rgb(155, 155, 155);
  border-radius: 6px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="radio"] {
  accent-color: #682243;
}

.hidden-tablet {
  display: none;
}

.hidden-mb {
  display: revert;
}

.dropdown-comparison .ant-select-selection-item {
  font-weight: bold;
}

/* hidden-header-tablet / hidden-header-mb → see assets/css/common/responsive.css */

.card-pos.big {
  grid-column: span 2;
}

.box.mobile {
  width: 135px;
  height: 100%;
  cursor: pointer;
  position: absolute;
  left: 0.25rem;
  background-color: #fcedf2 !important;
  transition: 0.5s ease;
  z-index: 0;
}

.box {
  width: 157px;
  height: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  background-color: #fcedf2 !important;
  transition: left 0.5s ease;
  z-index: 0;
}

.switch .active {
  left: calc(100% - 48%);
  /* left:3px; */
}

.switch .mobile.active {
  width: 131px;
  left: calc(100% - 50%);
  /* left:3px; */
}

.checkPro {
  background-color: #682243 !important;
}

.switch {
  position: relative;
  z-index: 1;
}

.text-switch {
  color: #777777;
  transition: color 0.5s ease;
  font-weight: bold;
}

.switch .text-active {}

.dash-bullet-list li::marker {
  content: "-  ";
}

/* Language switcher */
.language-switcher {
  min-width: 36px;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: transparent;
  border: 0px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.language-switcher:hover {
  color: #fff;
  /* background: rgba(255, 255, 255, 0.3); */
}

.view-video-section {
  max-width: 1440px;
  justify-items: center;
  padding: 80px;
}

.view-video-header {
  padding: 0 120px;
}

.view-video {
  display: flex;
  flex-direction: column;
  gap: 80px;
  border-radius: 40px;
  justify-items: center;
  padding: 120px 160px;
  background: linear-gradient(180deg, #fffdfe 0%, #fef8fa 100%);
}

.step-new-section {
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 160px 200px;
  gap: 160px;
}

.step-new-item {
  display: flex;
}

.step-new-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}

.step-new-img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid #fff;
  /* box-shadow:
    8px 0px 90px -26px rgba(167, 53, 151, 0.2),
    18px -18px 90px -20px rgba(128, 26, 72, 0.15); */
}

.pricing-plan-section {
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 160px 60px;
  gap: 80px;
  /* background: linear-gradient(180deg, #fffdfd 0%, #fef8fa 100%); */
}

.pricing-plan-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  padding: 0 180px;
}

.social-proof-section {
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 60px;
  gap: 40px;
}

.hardware-section {
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 0 120px;
  gap: 60px;
}

.hardware-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 240px;
  gap: 12px;
}

.contact-us-section {
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 120px;
  gap: 40px;
}

@media screen and (min-width: 1024px) {
  .step-new-item.reverse {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 1440px) {
  .grid-hardware {
    padding: 0 120px;
  }
}

@media screen and (max-width: 1440px) and (pointer: coarse) {
  .btn-login {
    background: linear-gradient(151.44deg, #ffffff -62.65%, #f4f4f4 83.01%);
    border: 1px solid rgba(33, 33, 33, 0.2);
    color: rgba(23, 15, 73, 1);
  }

  .btn-contact-sales {
    color: white;
    background: linear-gradient(160.41deg, #864e69 -5.15%, #682243 87.35%);
  }
}

@media screen and (max-width: 1440px) {
  .view-video-header {
    padding: 0 80px;
  }

  .view-video {
    padding: 120px;
  }

  .step-new-section {
    padding: 160px;
  }

  .hardware-header {
    padding: 0 120px;
  }

  .footer-content {
    flex-direction: column;
  }

  /* .footer-info {
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid rgb(75, 75, 75);
  } */

  .footer-heading {
    padding-top: 40px;
  }

}

@media screen and (max-width: 1024px) {

  .view-video {
    padding: 120px 80px;
  }

  .view-video-section {
    padding: 80px 40px;
  }

  .view-video-header {
    padding: 0 40px;
  }

  .step-new-section {
    padding: 160px 120px;
    gap: 0px;
  }

  .step-new-item {
    flex-direction: column;
  }

  .pricing-plan-section {
    padding: 160px 40px;
  }

  .pricing-plan-header {
    padding: 0 120px;
  }

  .banner-social {
    height: 600px;
  }

  .item-social-proof {
    max-width: none;
    width: auto;
  }

  .hardware-header {
    padding: 0 40px;
  }

  .grid-hardware {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-us-section {
    padding: 80px 20px;
  }

  .footer-inner-block {
    padding: 80px 60px;
  }

  .footer-heading {
    gap: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .btn-login {
    background: linear-gradient(151.44deg, #ffffff -62.65%, #f4f4f4 83.01%);
    border: 1px solid rgba(33, 33, 33, 0.2);
    color: rgba(23, 15, 73, 1);
  }

  .btn-contact-sales {
    color: white;
    background: linear-gradient(160.41deg, #864e69 -5.15%, #682243 87.35%);
  }
}

@media screen and (max-width: 840px) {
  .view-video-section {
    padding: 0;
  }

  .view-video-header {
    padding: 0;
  }

  .step-new-img {
    height: auto;
  }

  .pricing-plan-header {
    padding: 0;
  }

  .business-hours-days {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .card-pos.big {
    grid-column: span 1;
  }

  .grid-hardware {
    padding: 0 40px;
  }

  .transpose-tablet {
    flex-direction: column;
  }

  .transpose-tablet-reverse {
    flex-direction: row;
  }
}

@media screen and (max-width: 660px) {
  .transpose-header-mb {
    flex-direction: column;
  }

  .transpose-header-mb-reverse {
    display: flex;
    flex-direction: row;
  }

  .view-video {
    padding: 120px 40px;
  }

  .feature-video-container {
    height: 320px;
  }

  .step-new-section {
    padding: 160px 60px;
  }

  .grid-hardware {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer-info {
    flex-direction: column;
    gap: 28px;
  }

  .div1 {
    order: 2;
  }

  .div2 {
    order: 1;
  }
}

@media screen and (max-width: 540px) {
  .business-hours-days {
    display: flex;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .business-hours-days .image {
    width: 270px;
    min-width: 90%;
    height: 200px;
  }

  /* .btn-login {
        background: rgba(244, 244, 244, 1);
        border: 1px solid rgba(33, 33, 33, 0.2);
        color: black;
    }

    .btn-contact-sales {
        color: white;
        background: rgba(104, 34, 67, 1);
    } */

  .hidden-mb {
    display: none;
  }

  .hidden-tablet {
    display: block;
  }

  .social-proof-section {
    padding: 80px 20px;
  }

  .item-social-proof {
    margin: 20px;
  }

  .banner-social {
    height: 660px;
  }

  .row-contact {
    display: flex;
    flex-direction: column;
  }

  .sub-social {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .transpose-mb {
    flex-direction: column;
  }

  .transpose-mb-reverse {
    display: flex;
    flex-direction: row;
  }

  .swap-type {
    align-items: start;
  }

  .view-video {
    padding: 120px 16px;
  }

  .step-new-section {
    padding: 160px 16px;
  }

  .step-new-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .pricing-plan-section {
    padding: 160px 0;
  }

  .pricing-plan-header {
    padding: 0 16px;
  }

  .grid-hardware {
    padding: 0 24px;
  }

  .contact-us-section {
    padding: 80px 16px;
  }

  .footer-inner-block {
    padding: 80px 40px;
  }

  .footer-heading {
    flex-direction: column;
    gap: 40px;
  }
}