/* Pay by Link Section */

.pay-by-link-section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.pay-by-link-section h2 {
  max-width: 400px;
}

.pay-by-link-section p {
  max-width: 513px;
  line-height: 26px;
}

.pay-by-link-content {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.pay-by-link-left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.action-buttons {
  display: flex;
  gap: 2rem;
}

/* Why PBL Section */

.why-airpay-pay-by-link-section {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 3rem;
  background-color: #f8f6f4;
  padding: 3rem;
}

.how-pbl-works-section .section-header h3 {
  margin-bottom: 20px;
}

.top-right-header p {
  max-width: 560px;
}

.top-right-content-lines {
  display: flex;
  gap: 1rem;
}

.top-right-content-lines p {
  padding-top: 1rem;
}

.why-pbl-bottom {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.why-pbl-bottom-top-half {
  display: flex;
  justify-content: space-between;
}

.why-pbl-bottom-top-half-cards {
  width: 400px;
  background-color: var(--white-color);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1rem 0 1rem;
}

.why-pbl-bottom-top-half-cards p {
  align-self: center;
  color: var(--theme-color);
}

.title {
  align-items: left;
  color: var(--main-btn-color);
}

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

.why-pbl-bottom-top-half-UPIs {
  width: 500px;
  background-color: var(--white-color);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1rem 0 1rem;
}

.why-pbl-bottom-top-half-UPIs p {
  align-self: center;
  color: var(--theme-color);
}

.more-para p {
  text-align: center;
  color: var(--theme-color);
}
.why-pbl-bottom-services {
  height: 125px;
  background-color: var(--white-color);
  border-radius: 20px;
  padding: 1rem 20px 0 50px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.pbl-service {
  display: flex;
  gap: 1rem;
}

.pbl-service img {
  height: 40px;
}

.features-that-power-growth-section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.features-that-power-growth-content {
}
.features-that-power-growth-left h3 {
  margin-bottom: 70px;
}
.features-that-power-growth-left {
  padding-right: 115px;
}

.features-that-power-growth-left-line {
  display: flex;
  gap: 1rem;
}

.features-that-power-growth-left-line img {
  width: 22px;
}

.features-that-power-growth-left-line p {
  padding-top: 15px;
}

/* How Pay By Link Works Section */
.how-pbl-works-section {
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.how-pbl-works-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.how-pbl-works-section .section-header h3 {
  color: #0066a6;
}

.how-pbl-works-swiper {
  width: 100%;
  overflow: hidden; /* recommended for Swiper */
  padding-top: 2rem;
}

.how-pbl-works-card {
  display: flex;
  position: relative;
  flex-direction: column;
  border-radius: 20px;
  border-style: hidden;
  text-align: left;
  box-shadow: var(--shadow-soft) 0px 12px 22px rgba(0, 0, 0, 0.05);
  background-color: #0066a6;
  margin-top: 10px;
}
.how-pbl-works-card h4.number-bubble {
  margin: 0;
}

.how-pbl-works-card-content {
  padding: 33px 20px;
  display: flex;
  gap: 15px;
  align-items: center;
}
.how-pbl-works-card-image {
  position: absolute;
  bottom: 0px;
  right: 1rem;
}

.how-pbl-works-card-image img {
  width: 60%;
}

.how-pbl-works-card-content p {
  color: var(--white-color);
  margin: 0;
}

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

.how-pbl-works-nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  pointer-events: none;
  z-index: 5;
}

.swiper-nav-btn {
  pointer-events: auto;
  border: none;
  background: none; /* ❌ remove circle */
  padding: 0; /* remove spacing */
  display: inline-flex;
  align-items: center;
  justify-content: center;

  /* Default */
  color: var(--white-color);

  transition:
    transform 0.2s ease,
    opacity 0.2s ease,
    color 0.2s ease;
}

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

/* hover/focus = "active" feel */
.swiper-nav-btn:hover,
.swiper-nav-btn:focus-visible {
  transform: scale(1.08);
  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;
}

/* PBL industries */

.pbl-industries-section {
  margin-top: 3rem;
  margin-bottom: 0;
}

.pbl-industries-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}

.pbl-industries-swiper {
  width: 100%;
  padding: 2rem 2rem 0;
  overflow: hidden;
}
.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;
}
.pbl-industries-pagination {
  margin: 0 auto;
}

.pbl-industries-content .swiper-pagination-bullet-active {
  background: var(--main-btn-color);
  width: 10px !important;
  height: 10px !important;
  border-radius: 20px !important;
}
.pbl-industries-card-content {
  background: #ffffff99;
  border-radius: 20px;
  padding: 1rem;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  backdrop-filter: blur(100px);
  width: 90%;
  height: 177px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.pbl-industries-card-content h4 {
  color: var(--theme-color);
  font-weight: 600;
}
/* Start now Section */

.start-now-section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.start-now-background {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
  height: 475px;
  width: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/pay-by-link/start-now-background.jpg);
  background-attachment: fixed;
}

.pbl-industries-card p {
  font: var(--font-heading);
  color: var(--text-muted);
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 400;
  opacity: 1;
  filter: none;
  mix-blend-mode: normal;
  -webkit-font-smoothing: antialiased;
}

.start-now-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.start-now-content h3 {
  color: var(--white-color);
}

.start-now-content p {
  color: var(--white-color);
  width: 442px;
}

.pbl-industries-card {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.pbl-industries-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 15px 30px rgba(172, 214, 248, 0.644);
  z-index: 10;
}

/* =====================================================
   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);
}

/* =========================================================
PAY BY LINK PAGE — RESPONSIVE FIXES
(Add at the END of responsive.css)
========================================================= */

/* Make media always shrink nicely */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Prevent accidental horizontal scroll on mobile */
html,
body {
  overflow-x: hidden;
}

/* ---------- Pay by Link Hero ---------- */
@media (max-width: 991px) {
  .pay-by-link-content {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  .top-right-content-lines p {
    padding-top: 0;
  }
  .features-that-power-growth-left h3 {
    margin-bottom: 20px;
  }

  .pay-by-link-section h2,
  .pay-by-link-section p {
    max-width: 100%;
    text-align: center;
  }

  .action-buttons {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    width: 100%;
  }

  .action-buttons a {
    width: 100%;
    max-width: 360px;
    text-align: center;
  }

  .pay-by-link-section img {
    width: 100%;
    max-width: 560px;
  }
}

/* ---------- WHY AIRPAY PAY BY LINK ---------- */
@media (max-width: 991px) {
  .why-airpay-pay-by-link-section {
    padding: 1.25rem;
  }

  .why-pbl-top {
    flex-direction: column;
    gap: 1.25rem;
    align-items: center;
    text-align: center;
  }

  .whypbl-top-left img {
    width: 100%;
    max-width: 520px;
  }

  .top-right-header p {
    max-width: 100%;
  }

  .top-right-content-lines {
    align-items: flex-start;
    text-align: left;
  }

  .why-pbl-bottom-top-half {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }

  /* remove fixed widths */
  .why-pbl-bottom-top-half-cards,
  .why-pbl-bottom-top-half-UPIs {
    width: 100%;
    max-width: 100%;
  }

  .logos {
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
  }

  /* services row becomes wrapped grid */
  .why-pbl-bottom-services {
    height: auto;
    flex-wrap: wrap;
    gap: 12px 18px;
    padding: 1rem;
  }

  .pbl-service {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
  }

  .pbl-service img {
    height: 34px;
  }
}

@media (max-width: 575px) {
  .pbl-service {
    width: 100%;
    padding: 10px;
  }
}

/* ---------- FEATURES THAT POWER GROWTH ---------- */
@media (max-width: 991px) {
  .features-that-power-growth-content {
    flex-direction: column;
    gap: 1.5rem;
  }

  .features-that-power-growth-left {
    text-align: left;
  }

  .features-that-power-growth-right img {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }

  .features-that-power-growth-left-line p {
    padding-top: 0;
  }
}

/* ---------- HOW PBL WORKS (Swiper cards) ---------- */
@media (max-width: 991px) {
  .how-pbl-works-content {
    padding: 1.25rem;
  }

  .how-pbl-works-swiper {
    padding: 1rem 0;
  }

  /* remove fixed size cards */

  .how-pbl-works-card-content p {
    max-width: 100%;
  }

  .how-pbl-works-card-image img {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
}

/* ---------- PBL INDUSTRIES (background cards) ---------- */
@media (max-width: 991px) {
  .pbl-industries-swiper {
    padding: 1rem 0;
  }

  .pbl-industries-card1,
  .pbl-industries-card2,
  .pbl-industries-card3,
  .pbl-industries-card4,
  .pbl-industries-card5 {
    width: 100%;
    max-width: 325px;
    height: auto;
    min-height: 420px;
    margin: 0 auto;

    background-size: cover;
    background-position: center;
  }

  .pbl-industries-card-content {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 160px;
  }
}

/* ---------- START NOW section (if present on this page) ---------- */
@media (max-width: 991px) {
  .start-now-background {
    padding: 2rem 1.25rem;
    height: auto;
    background-size: cover;
    background-position: center;
  }

  .start-now-content p {
    width: auto;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .top-right-content-lines p {
    padding-top: 0;
  }
  .why-pbl-bottom-top-half-UPIs img {
    height: 21px;
  }
  .features-that-power-growth-left {
    padding-right: 0;
  }
  .features-that-power-growth-left h3 {
    margin-bottom: 10px;
    text-align: center;
  }
  .how-pbl-works-section .section-header h3 {
    margin-bottom: 15px;
    margin-top: 0px;
  }
  .pbl-industries-content {
    padding: 10px 15px;
  }
  .how-pbl-works-section {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .pbl-industries-card-content {
    width: 93%;
    max-width: 100%;
    height: auto;
  }
  .pbl-industries-section {
    margin-top: 1rem;
  }
  .pbl-industries-pagination {
    margin: 0 auto;
    width: 100% !important;
    text-align: center;
    position: relative;
    right: 0;
  }
  #main-page-wrapper {
    margin-top: 6rem;
  }
  .pbl-service p {
    margin: 0;
  }
  .why-pbl-bottom {
    gap: 1rem;
  }
  .why-pbl-bottom-services {
    height: auto;
    flex-wrap: wrap;
    gap: 0;
    padding: 1rem;
  }
  .pbl-service {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .pbl-content p {
    text-align: center;
  }
  .why-pbl-bottom-top-half-cards .title {
    text-align: center;
  }
  .why-pbl-bottom-top-half-UPIs .title {
    text-align: center;
  }
  .features-that-power-growth-left-line p {
    padding-top: 0;
    margin: 0;
  }
  .features-that-power-growth-left-line {
    padding: 10px 0;
  }
  .features-that-power-growth-section {
    margin-bottom: 1rem;
  }
  .why-airpay-pay-by-link-section {
    padding: 1.25rem 0;
  }
  .start-now-section {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
  .secure-buttons.d-lg-none.d-block a.main-btn.transperent {
    margin: 0;
  }
  .top-right-content-lines img {
    margin-top: 7px;
    width: 30px;
  }
  .ready-to-go-content picture:before {
    content: "";
    background: #00000047;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .faq-title h3 {
    padding-bottom: 10px;
  }
  #secure {
    padding-bottom: 20px;
  }
}
