/* QR Codes Section */

.QR-codes-section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.QR-codes-section .container {
  display: flex;
  justify-content: space-between;
}

.QR-codes-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.QR-codes-content h2 {
  max-width: 508px;
}

.QR-codes-content p {
  max-width: 460px;
}

.QR-codes-image img {
  border-radius: 20px;
  max-width: 680px;
}

.QR-codes-content .action-buttons {
  display: flex;
  gap: 1.5rem;
}

/* Zero Setup Section */

.zero-setup-section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.zero-setup-content .section-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.zero-setup-content .section-header p {
  max-width: 485px;
}

.zero-setup-swiper {
  padding: 0 2rem;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(196, 196, 196);
  cursor: pointer;
  transition: 0.3s;
  opacity: 1;
}
.swiper-pagination-bullet-active-next-next {
  transform: scale(1) !important;
}
.swiper-pagination-bullet-active-next {
  transform: scale(1) !important;
}
.swiper-pagination-bullet-active-prev {
  transform: scale(1) !important;
}
.swiper-pagination-bullet-active-prev-prev {
  transform: scale(1) !important;
}
.tailored-QR-codes-section .col-lg-6 {
  margin-bottom: 15px;
}
.swiper-pagination-bullet-active {
  background: var(--main-btn-color);
  width: 10px !important;
  height: 10px !important;
  border-radius: 20px !important;
}

.zero-setup-swiper {
  width: 100%;
  overflow: hidden; /* recommended for Swiper */
  padding-top: 2rem;
}
.zero-setup-card-content h4.number-bubble {
  margin: 0;
}
.zero-setup-card {
  position: relative;
  padding: 30px;
  border-radius: 20px;
  border-style: hidden;
  text-align: left;
  box-shadow: var(--shadow-soft);
  background-color: #f1f5fa;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.zero-setup-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 15px 30px rgba(172, 214, 248, 0.644);
  z-index: 10;
}
.zero-setup-card-image {
  margin-top: 30px;
}

.pbl-industries-content .swiper-pagination-bullet-active {
  background: var(--main-btn-color);
  width: 10px !important;
  height: 10px !important;
  border-radius: 20px !important;
}
.pbl-industries-content .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgb(196, 196, 196);
  cursor: pointer;
  transition: 0.3s;
  opacity: 1;
}

.zero-setup-card-content {
  display: flex;
  gap: 20px;
  align-items: center;
}

/*.zero-setup-card-image {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}*/

.zero-setup-card-image img {
  border-radius: 1rem;
}

.zero-setup-card-content p {
  margin: 0;
}

/* NAV WRAPPER (adjust placement as you like) */

.zero-setup-nav {
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  pointer-events: none; /* so only buttons receive clicks */
  padding: 0 12px;
  z-index: 5;
}

.swiper-nav-btn {
  pointer-events: auto;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #ffffff00;
  display: grid;
  place-items: center;

  /* this controls SVG color when SVG uses currentColor */
  color: var(--theme-color);
  transition:
    transform 0.2s ease,
    opacity 0.2s ease,
    color 0.2s ease,
    background-color 0.2s ease;
}

.swiper-nav-btn .nav-icon {
  width: 22px;
  height: 22px;
}

/* hover/focus = "active" feel */
.swiper-nav-btn:hover,
.swiper-nav-btn:focus-visible {
  transform: scale(1.06);
  color: var(--main-btn-color);
}

/* Swiper will add this class automatically when at start/end */
.swiper-nav-btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
}

/* If your SVG has hardcoded fill/stroke, force it */
.swiper-nav-btn svg * {
  fill: currentColor !important;
  stroke: currentColor !important;
}

/* Payment Opions Section */

.payment-options-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f8f6f4;
}

.payment-options-content {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.payment-options {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.payment-options-cards {
  width: 400px;
  height: 125px;
  background-color: var(--white-color);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1rem 0 1rem;
}

.payment-options-cards p {
  align-self: center;
  color: var(--theme-color);
}

.title {
  align-items: left;
  color: var(--main-btn-color);
  font-size: 14px;
  font-weight: bold;
}

.logos {
  display: flex;
  justify-content: space-evenly;
}

.logos img {
  height: 26px;
}

.payment-options-UPIs {
  width: 500px;
  height: 125px;
  background-color: var(--white-color);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1rem 0 1rem;
}

.payment-options-UPIs p {
  align-self: center;
  color: var(--theme-color);
}

.payment-options-services {
  width: 420px;
  height: 125px;
  background-color: var(--white-color);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem 1rem 0 1rem;
}

.po-logos {
  display: flex;
  justify-content: space-between;
}

.payment-options-services p {
  align-self: center;
  color: var(--theme-color);
}

.po-logos p {
  color: #acacac;
}

.po-service {
  display: flex;
  gap: 5px;
  justify-content: center;
}

.po-service p {
  font-size: 12px;
  line-height: 13px;
}

.po-service img {
  height: 30px;
}

.payment-options-content-2 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.payment-options-content-2 .section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.payment-options-content-2 .section-header p {
  max-width: 675px;
}

/* POS Merchants */

.who-can-use-QR-section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.who-can-use-QR-swiper {
  width: 100%;
  padding: 2rem;
  overflow: hidden;
}

.who-can-use-QR-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: left;
  border-radius: 20px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.who-can-use-QR-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 15px 30px rgba(172, 214, 248, 0.644);
  z-index: 10;
}

.zero-setup-section .swiper-pagination {
  bottom: -10px;
  gap: 2px;
}

.who-can-use-QR-card-content {
  background: rgb(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  height: 145px;
  width: 390px;
  padding: 1rem;
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.who-can-use-QR-card-content h4 {
  color: var(--theme-color);
}

/* NAV WRAPPER (adjust placement as you like) */

.who-can-use-QR-nav {
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  pointer-events: none; /* so only buttons receive clicks */
  padding: 0 12px;
  z-index: 5;
}

.swiper-nav-btn {
  pointer-events: auto;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #ffffff00;
  display: grid;
  place-items: center;

  /* this controls SVG color when SVG uses currentColor */
  color: var(--theme-color);
  transition:
    transform 0.2s ease,
    opacity 0.2s ease,
    color 0.2s ease,
    background-color 0.2s ease;
}

.swiper-nav-btn .nav-icon {
  width: 22px;
  height: 22px;
}

/* hover/focus = "active" feel */
.swiper-nav-btn:hover,
.swiper-nav-btn:focus-visible {
  transform: scale(1.06);
  color: var(--main-btn-color);
}

/* Swiper will add this class automatically when at start/end */
.swiper-nav-btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
}

/* If your SVG has hardcoded fill/stroke, force it */
.swiper-nav-btn svg * {
  fill: currentColor !important;
  stroke: currentColor !important;
}

/* Tailored QR Codes Section */

.tailored-QR-codes-section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.tailored-QR-codes-section .section-header h3 {
}

.tailored-QR-codes-section .section-header p {
}

.static-QR-codes {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background-color: var(--theme-color);
  padding: 3rem;
  padding-top: 2.5rem;
  height: 100%;
}
.static-QR-codes-header {
  margin-bottom: 30px;
}
.tailored-QR-codes-content .col-md-6 {
  margin-bottom: 10px;
}
/* FIX: was .tailored-QR-codes-content-static img which also hit
   the check-circle bullet icons inside .static/dynamic-QR-codes-point */

.static-QR-codes-image {
  overflow: hidden; /* Keeps image inside the box */
  border-radius: 20px;
}

.static-QR-codes-image-container {
  object-fit: cover;
  transition: transform 0.7s ease;
}

.static-QR-codes-image:hover .static-QR-codes-image-container {
  transform: scale(1.05);
}

.static-QR-codes-header h4 {
  color: var(--white-color);
}

.static-QR-codes-points {
  display: flex;
  flex-direction: column;
}

.static-QR-codes-point {
  display: flex;
  gap: 1.5rem;
  margin-top: 5px;
}

.static-QR-codes-point p {
  color: var(--white-color);
  padding-top: 1rem;
  margin-bottom: 0;
}

.static-QR-codes-point img {
  width: 22px;
  min-width: 22px;
  height: 22px;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 1rem;
}
.dynamic-QR-codes-header {
  margin-bottom: 20px;
}
.dynamic-QR-codes {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background-color: var(--main-btn-color);
  padding: 3rem;
  padding-top: 2.5rem;
  height: 100%;
}

.dynamic-QR-codes-image {
  overflow: hidden; /* Keeps image inside the box */
  border-radius: 20px;
}

.dynamic-QR-codes-image-container {
  object-fit: cover;
  transition: transform 0.7s ease;
}

.dynamic-QR-codes-image:hover .dynamic-QR-codes-image-container {
  transform: scale(1.05);
}

.dynamic-QR-codes-header {
  color: var(--white-color);
}

.dynamic-QR-codes-points {
  display: flex;
  flex-direction: column;
}

.dynamic-QR-codes-point {
  display: flex;
  gap: 1.5rem;
}

.dynamic-QR-codes-point p {
  color: var(--white-color);
  padding-top: 1rem;
}

.dynamic-QR-codes-point img {
  width: 22px;
  min-width: 22px;
  height: 22px;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 1rem;
}

/* Automatic Settlements Section */

.automatic-settlements-section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.who-can-use-QR-section .swiper-pagination {
  display: block;
}

section#secure.qr-codes-page {
  padding-bottom: 0;
}

.automatic-settlements-image p {
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  line-height: 25px;
}

/* Start Free Trial Section */

.free-trial-section {
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.free-trial-background {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 4rem;
  height: 475px;
  background-image: url(../images/QR-codes/free-trial-section.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.free-trial-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.free-trial-content h3 {
  color: var(--white-color);
  max-width: 480px;
}

.free-trial-content .action-buttons .alt-btn {
  color: var(--white-color);
  border: 2px solid var(--white-color);
}

.free-trial-content .action-buttons .alt-btn:hover {
  background: var(--white-color);
  color: var(--theme-color);
}

/* =====================================================
   FAQ ACCORDION 
===================================================== */
#faq {
  padding: 50px 0;
}

.faq-title h3 {
  padding-bottom: 30px;
}

#faq .accordion-button {
  font-family: var(--font-heading);
  color: var(--text-muted);
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  background: transparent;
}

/* Active title */
#faq .accordion-button:not(.collapsed) {
  color: var(--main-btn-color);
}

/* Body text */
#faq .accordion-body {
  font-family: var(--font-heading);
  color: var(--text-muted);
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
}

/* Remove default accordion border */
#faq .accordion {
  border: none;
  --bs-accordion-border-width: 0;
}

/* Remove focus glow */
#faq .accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

/* DEFAULT item = transparent */
/* Accordion item spacing control */
#faq .accordion-item {
  background-color: transparent;
  border: none;
  border-radius: 10px;
  margin-bottom: 0px;
  padding: 0;
}

/* Inner padding on header + body */
#faq .accordion-button {
  padding: 18px 24px;
}

#faq .accordion-body {
  padding: 12px 24px 20px;
}

/* ACTIVE background only */
#faq .accordion-item:has(.accordion-collapse.show) {
  background-color: #f8f6f4;
  border-radius: 10px;
  margin-bottom: 0;
}

#faq .accordion-item .accordion-collapse.show {
  background: transparent;
}

/* Default (closed) arrow down */
#faq .accordion-button::after {
  background-image: url("../images/accordion-down-arrow.svg");
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}

/* Active (open) = arrow UP + orange */
#faq .accordion-button:not(.collapsed)::after {
  background-image: url("../images/accordion-up-arrow.svg");
  /* up arrow */
  transform: rotate(0deg);
  filter: brightness(0) saturate(100%) invert(62%) sepia(94%) saturate(470%)
    hue-rotate(356deg);
}

/* =====================================================
   QR-codes.css — RESPONSIVE ADDITIONS
   Breakpoints: 1199px | 991px | 767px | 575px
===================================================== */

/* ─────────────────────────────────────────────────
   1199px – Large tablets / small laptops
───────────────────────────────────────────────── */
@media (max-width: 1199px) {
  /* ── Hero ── */
  /* Gap tightens, image shrinks before full stack */
  .QR-codes-section .container {
    gap: 2rem;
  }

  .QR-codes-image img {
    max-width: 480px;
    width: 100%;
  }

  /* ── Payment Options ── */
  /* Let the row wrap before it overflows */
  .payment-options {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .payment-options-UPIs {
    width: 100%;
    max-width: 480px;
  }

  .payment-options-services {
    width: 100%;
    max-width: 380px;
  }

  /* ── Who Can Use (Swiper cards) ── */
  .who-can-use-QR-card1,
  .who-can-use-QR-card2,
  .who-can-use-QR-card3,
  .who-can-use-QR-card4,
  .who-can-use-QR-card5,
  .who-can-use-QR-card6 {
    width: 460px;
    height: 380px;
  }

  .who-can-use-QR-card-content {
    width: auto;
  }

  /* ── Tailored QR — panels shrink proportionally ── */
  .static-QR-codes,
  .dynamic-QR-codes {
    width: 100%;
    max-width: 520px;
  }

  .static-QR-codes-image img,
  .dynamic-QR-codes-image img {
    max-width: 100%;
  }

  /* ── Automatic Settlements ── */
  .automatic-settlements-image {
    max-width: 360px;
  }

  /* ── Free Trial ── */
  .free-trial-background {
    padding: 3rem 2rem;
    height: auto;
    min-height: 380px;
  }
}

/* ─────────────────────────────────────────────────
   991px – Tablets portrait
───────────────────────────────────────────────── */
@media (max-width: 991px) {
  /* ── Hero ── */
  /* Stack text and image vertically */
  .QR-codes-section .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .QR-codes-content h2,
  .QR-codes-content p {
    max-width: 100%;
  }

  .QR-codes-image img {
    width: 100%;
    max-width: 100%;
    border-radius: 14px;
  }

  /* ── Action Buttons ── */
  .action-buttons {
    flex-wrap: wrap;
    gap: 1rem;
  }

  /* ── Zero Setup Swiper ── */
  .zero-setup-content {
    padding: 1.5rem 1rem;
  }

  .zero-setup-content .section-header p {
    max-width: 100%;
  }

  .zero-setup-card {
    max-height: none;
    height: auto;
  }

  .zero-setup-card-image {
    position: static; /* remove absolute positioning on tablet */
    padding: 0 1rem 1rem;
  }

  .zero-setup-card-content p {
    max-width: 100%;
  }

  /* ── Payment Options ── */
  .payment-options {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .swiper-wrapper {
    padding-bottom: 0;
  }
  .payment-options-cards,
  .payment-options-UPIs,
  .payment-options-services {
    width: 100%;
    max-width: 80%;
    height: auto;
    padding-bottom: 1rem;
  }
  .po-logos {
    margin: 10px 0 20px;
  }
  .po-service p {
    margin: 0;
  }

  /* ── Who Can Use (Swiper cards) ── */
  .who-can-use-QR-card1,
  .who-can-use-QR-card2,
  .who-can-use-QR-card3,
  .who-can-use-QR-card4,
  .who-can-use-QR-card5,
  .who-can-use-QR-card6 {
    width: 380px;
    height: 340px;
    padding: 1.5rem;
  }

  .who-can-use-QR-card-content {
    width: auto;
    height: auto;
  }

  /* ── Tailored QR Codes ── */
  /* Stack each static/dynamic pair vertically */
  .tailored-QR-codes-content {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .static-QR-codes,
  .dynamic-QR-codes {
    width: 100%;
    max-width: 100%;
    padding: 1.5rem;
  }

  .static-QR-codes-image img,
  .dynamic-QR-codes-image img {
    max-width: 100%;
    width: 100%;
  }

  /* ── Automatic Settlements ── */
  /* Stack the h3 + image blocks */
  .automatic-settlements-section .container {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .automatic-settlements-section .container h3 {
    max-width: 100%;
  }

  .automatic-settlements-image {
    max-width: 100%;
    width: 100%;
  }

  .automatic-settlements-image img {
    width: 100%;
  }

  /* ── Free Trial ── */
  .free-trial-background {
    padding: 3rem 2rem;
    height: auto;
    min-height: 340px;
  }

  .free-trial-content h3 {
    max-width: 100%;
  }
}

/* ─────────────────────────────────────────────────
   575px – Mobile portrait
───────────────────────────────────────────────── */
@media (max-width: 575px) {
  /* ── Hero ── */
  .QR-codes-section .container {
    padding: 0 1rem;
  }

  /* ── Zero Setup Swiper cards ── */
  .zero-setup-card {
  }

  .zero-setup-card-content {
    padding: 1.25rem;
  }

  /* ── Payment Options ── */
  /* Logo rows wrap naturally at this width */
  .logos {
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-start;
  }

  .po-logos {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  /* ── Who Can Use (Swiper cards) ── */
  .who-can-use-QR-card1,
  .who-can-use-QR-card2,
  .who-can-use-QR-card3,
  .who-can-use-QR-card4,
  .who-can-use-QR-card5,
  .who-can-use-QR-card6 {
    width: 260px;
    height: 280px;
  }

  .who-can-use-QR-card-content {
    padding: 0.75rem;
  }

  /* ── Tailored QR Section ── */
  .tailored-QR-codes-section .container {
    padding: 1.5rem 1rem;
    gap: 1.5rem;
  }

  .static-QR-codes,
  .dynamic-QR-codes {
    padding: 1.25rem 1rem;
    border-radius: 14px;
  }

  .static-QR-codes-point p {
    text-align: left;
  }

  .dynamic-QR-codes-point p {
    text-align: left;
  }

  /* ── Free Trial ── */
  .free-trial-background {
    padding: 2rem 1rem;
  }

  .free-trial-content .action-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  /* ── FAQ ── */
  #faq .accordion-button {
    font-size: 15px;
    line-height: 22px;
    padding: 12px 16px;
  }

  #faq .accordion-body {
    padding: 10px 16px 16px;
  }
}

/* ─────────────────────────────────────────────────
   767px – Mobile landscape
───────────────────────────────────────────────── */
@media (max-width: 767px) {
  /* ── General Section Spacing ── */
  .QR-codes-section,
  .zero-setup-section,
  .payment-options-section,
  .who-can-use-QR-section,
  .tailored-QR-codes-section,
  .automatic-settlements-section,
  .free-trial-section {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  /* ── Zero Setup Swiper cards ── */
  .zero-setup-card {
  }

  /* ── Who Can Use (Swiper cards) ── */
  .who-can-use-QR-card1,
  .who-can-use-QR-card2,
  .who-can-use-QR-card3,
  .who-can-use-QR-card4,
  .who-can-use-QR-card5,
  .who-can-use-QR-card6 {
    width: 300px;
    height: 300px;
    padding: 1rem;
  }

  /* ── Tailored QR Section padding ── */
  .tailored-QR-codes-section .container {
    padding: 2rem 1rem;
  }

  /* ── Free Trial ── */
  .free-trial-background {
    padding: 2.5rem 1.5rem;
    min-height: auto;
    background-position: right center;
  }

  /* ── FAQ ── */
  #faq .accordion-button {
    font-size: 17px;
    line-height: 25px;
    padding: 14px 18px;
  }

  .zero-setup-card {
    padding: 10px;
  }
  .swiper-wrapper {
    padding-bottom: 0;
  }
  section.payment-options-section {
    padding: 0 15px;
  }
  .payment-options-cards,
  .payment-options-UPIs,
  .payment-options-services {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-bottom: 1rem;
    text-align: center;
  }
  .logos {
    gap: 30px;
    margin: 0 auto;
  }
  .po-service {
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: center;
  }
  .po-logos {
    flex-wrap: wrap;
    gap: 14px;
  }
  .logos img {
    height: 20px;
  }
  .logos {
    gap: 21px;
  }
  .secure-left-box {
    text-align: center;
  }
  .who-can-use-QR-card-content h4 {
    font-size: 16px;
  }
  .who-can-use-QR-card-content {
    padding: 0 20px;
    left: 0;
    width: 100%;
    bottom: -20px;
    position: relative;
  }
  .who-can-use-QR-section .swiper-pagination {
    display: block;
    margin-top: 50px;
  }
  .static-QR-codes-header {
    margin-bottom: 0;
  }
  .dynamic-QR-codes-header {
    margin-bottom: 0px;
  }
  .automatic-settlements-section .container h3 {
    text-align: center;
    margin-bottom: 20px;
  }

  .who-can-use-QR-swiper {
    padding: 1rem;
  }
  .zero-setup-swiper {
    padding: 0px 0rem;
  }
  .tailored-QR-codes-section .container {
    padding: 0 1rem;
  }
  .who-can-use-QR-section .swiper-pagination {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 580px) {
  .zero-setup-content {
    padding-bottom: 0;
  }
  .zero-setup-card-image {
    margin: 0;
  }
  .payment-options-section {
    margin-top: 0;
  }
}
