/* 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;
}
/**/
.give-your-customers-section p {
  color: #0066a6;
  font-weight: 500;
  font-size: 20px;
  line-height: 31px;
  margin-bottom: 0;
  text-align: center;
}
.uppercase {
  text-transform: uppercase;
}

/* 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: 300px;
  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: 540px;
  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;
}

/* 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;
}
.kind-of-business-slider {
  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;
}
.kind-of-business-slider {
  width: 100%;
  padding: 2rem 2rem 0;
  overflow: hidden;
}
.kind-of-business-card-content {
  min-height: 145px;
}
.kind-of-business-card {
  background: #f8f6f4;
  border-radius: 20px;
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}
.kind-of-business-card:hover {
  background: #f98613;
}
.kind-of-business-card:hover h4 {
  color: #fff;
}
.kind-of-business-card:hover p {
  color: #fff;
}
.kind-of-business-card-content h4 {
  color: #0066a6;
  font-weight: 600;
  line-height: 25px;
}
.kind-of-business-card-content p {
  color: #545454;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.kind-of-business-card-content {
  min-height: 190px;
  padding: 20px 20px 0;
}
.kind-of-business-card picture {
  overflow: hidden;
  border-radius: 20px;
}
.growth-and-simplicity-box {
  background: #0066a6;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 0;
  height: 100%;
}
.growth-and-simplicity-section .col-md-4 {
  margin-bottom: 25px;
}
.growth-and-simplicity-box .growth-and-simplicity-description p {
  color: #fff;
  margin: 0;
}
.growth-and-simplicity-description {
  padding: 30px 40px;
}
.growth-and-simplicity-section {
  background: #f1f5fa;
  padding: 60px 0 40px;
}

/* Start now Section */

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

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

  .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: 12px;
    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: calc(50% - 12px);
    justify-content: flex-start;
  }

  .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;
  }
  .kind-of-business-slider {
    padding: 2rem 0rem 0;
  }

  .features-that-power-growth-left {
    padding-right: 0;
  }
  .features-that-power-growth-left h3 {
    margin-bottom: 10px;
  }
  .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;
  }
}
