/* Omnichannel Section */

.airpay-EXIM-section {
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.airpay-EXIM-section h2 {
  max-width: 464px;
}

.airpay-EXIM-section p {
  max-width: 440px;
  line-height: 26px;
}

.airpay-EXIM-section-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.airpay-EXIM-section-content-left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.airpay-EXIM-section-image-container {
  object-fit: cover;
  transition: transform 0.7s ease;
}

.airpay-EXIM-section-content-right {
  max-width: 681px; /* Match image or set fixed size */
  max-height: 525px;
  overflow: hidden; /* Keeps image inside the box */
  border-radius: 20px;
}

.airpay-EXIM-section-content-right:hover .airpay-EXIM-section-image-container {
  transform: scale(1.03);
}

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

/* Simplified Section */

.simplified-section {
  margin-bottom: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f8f6f4;
  margin-bottom: 50px !important;
}

.simplified-section-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.simplified-section-top-half-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}

.simplified-section-top-half-content-right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.PAS-content-cards {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 5px;
}

.PAS-content-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4rem;
}

.PAS-content-card h4 {
  color: var(--theme-color);
  max-width: 355px;
}

.PAS-content-card img {
  width: 40px;
}

.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;
}

/* Dynamic Market Section */

.dynamic-market-section {
  margin-bottom: 3rem;
}

.dynamic-market-swiper {
  width: 100%;
  overflow: hidden; /* recommended for Swiper */
  padding-right: 2rem;
}

.dynamic-market-section .swiper-wrapper {
  padding-left: 1rem;
}

.dynamic-market-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 496px;
  border-radius: 20px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  color: var(--theme-color);
  background-color: #f8f6f4;
}
.dynamic-market-content .swiper-pagination {
  bottom: -30px !important;
}
.dynamic-market-card-image img {
  border-radius: 20px;
}

.dynamic-market-card-content {
  padding: 20px;
}

.dynamic-market-card:hover {
  background-color: var(--main-btn-color);
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 15px 30px rgba(172, 214, 248, 0.644);
}

.dynamic-market-card:hover h4 {
  color: var(--white-color);
}

.dynamic-market-card:hover p {
  color: var(--white-color);
}

/* Smooth and Insights Section */

.setup-and-insights-section {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.setup-and-insights-section .container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.setup-and-insights-content {
  display: flex;
  gap: 2rem;
}

.setup-and-insights-image {
  width: 100%;
  overflow: hidden; /* Keeps image inside the box */
  border-radius: 20px;
  width: 768px;
  height: 394px;
}

.setup-and-insights-image-container {
  object-fit: cover;
  transition: transform 0.7s ease;
}

.setup-and-insights-image:hover .setup-and-insights-image-container {
  transform: scale(1.05);
}

.smooth-setup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  gap: 10px;
  background-color: var(--theme-color);
  border-radius: 20px;
  width: 494px;
  height: 394px;
  padding: 30px;
}

.smooth-setup h3 {
  color: var(--white-color);
  width: 280px;
}

.smooth-setup p {
  color: var(--white-color);
  width: 322px;
}

.smooth-setup-content {
  width: 275px;
}

.insights {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  gap: 10px;
  background-color: var(--main-btn-color);
  border-radius: 20px;
  width: 494px;
  height: 394px;
  padding: 30px;
}

.insights h3 {
  color: var(--white-color);
  width: 276px;
}

.insights p {
  color: var(--white-color);
  width: 276px;
}

.insights-content {
  width: 275px;
}

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

/* =====================================================
   RESPONSIVE.CSS — airpay EXIM page
   Breakpoints: 1200px | 992px | 768px | 576px
===================================================== */

/* ─── LARGE DESKTOP (≤1200px) ─────────────────────── */
@media (max-width: 1300px) {
  /* Hero */
  .airpay-EXIM-section-content-right {
    max-width: 520px;
  }

  /* Simplified payment option cards — prevent overflow */
  .payment-options {
    flex-wrap: wrap;
    gap: 1rem;
  }

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

  /* Setup & Insights */
  .setup-and-insights-image {
    width: 560px;
  }

  .smooth-setup,
  .insights {
    width: 380px;
  }
}

/* ─── TABLET LANDSCAPE (≤992px) ──────────────────── */
@media (max-width: 991px) {
  .pbl-content {
    text-align: center;
  }
}
@media (max-width: 992px) {
  /* ── Hero Section ── */
  .airpay-EXIM-section-content {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    text-align: center;
  }

  .airpay-EXIM-section-content-right {
    max-width: 100%;
    width: 100%;
    border-radius: 16px;
  }

  .airpay-EXIM-section-content-right img,
  .airpay-EXIM-section-image-container img {
    width: 100%;
    height: auto;
  }

  .airpay-EXIM-section h2 {
    max-width: 100%;
  }

  .airpay-EXIM-section p {
    max-width: 100%;
  }

  /* ── Simplified Section ── */
  .simplified-section-top-half-content {
    flex-direction: column;
    gap: 2rem;
  }

  .simplified-section-top-half-content-left img {
    width: 100%;
    height: auto;
  }

  .simplified-section-top-half-content-right {
    width: 100%;
  }

  .payment-options {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem;
  }

  .payment-options-cards,
  .payment-options-UPIs,
  .payment-options-services {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-bottom: 1rem;
  }

  .logos {
    justify-content: center;
    gap: 1rem;
  }

  .po-logos {
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: space-between;
  }

  .po-logos br {
    display: block;
  }

  /* ── Dynamic Market (Swiper) ── */
  .dynamic-market-card {
    width: 100%;
  }
  .dynamic-market-card-image img {
    min-width: unset;
    width: 100%;
    max-height: 220px;
    object-fit: cover;
  }

  /* ── Setup & Insights ── */
  .setup-and-insights-content {
    flex-direction: column;
    gap: 1.5rem;
  }

  .setup-and-insights-image {
    width: 100%;
    height: auto;
  }

  .setup-and-insights-image img {
    width: 100%;
    height: auto;
  }

  .smooth-setup,
  .insights {
    width: 100%;
    height: auto;
    padding: 2rem;
  }

  .smooth-setup h3,
  .smooth-setup p,
  .insights h3,
  .insights p {
    width: 100%;
    max-width: 100%;
  }

  .smooth-setup-content,
  .insights-content {
    width: 100%;
  }
}

/* ─── TABLET PORTRAIT (≤768px) ───────────────────── */
@media (max-width: 768px) {
  /* ── Hero ── */
  .airpay-EXIM-section {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
  .payment-options-services h4 {
    text-align: center;
  }
  .action-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  /* ── Simplified Section ── */
  .simplified-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .PAS-content-card {
    gap: 1.5rem;
  }

  .PAS-content-card h4 {
    max-width: 100%;
    font-size: 0.95rem;
  }

  .dynamic-market-content .section-header p {
    max-width: 100%;
    text-align: center;
    padding: 0 1rem;
  }

  /* ── Dynamic Market ── */
  .dynamic-market-section {
    margin-bottom: 2rem;
  }

  .dynamic-market-swiper {
    padding-right: 0;
  }
  .payment-options-cards .title {
    text-align: center;
  }
  .payment-options-UPIs .title {
    text-align: center;
  }
  .dynamic-market-content .swiper-pagination {
    bottom: 0px !important;
  }
  .dynamic-market-swiper .swiper-slide {
    padding: 5px;
  }

  .dynamic-market-card {
    width: 290px;
  }

  .dynamic-market-card-image img {
    max-height: auto;
  }

  .dynamic-market-card-content h4 {
    font-size: 1rem;
  }

  .dynamic-market-card-content p {
    font-size: 0.85rem;
  }

  /* ── Setup & Insights ── */
  .setup-and-insights-section {
    margin-top: 2rem;
  }

  .smooth-setup,
  .insights {
    border-radius: 16px;
    text-align: left;
    align-items: flex-start;
  }

  /* ── FAQ ── */
  #faq {
    padding: 30px 0;
  }

  #faq .accordion-button {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .ready-to-go-content picture:before {
    content: "";
    background: #00000047;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
/* ─── MOBILE (≤576px) ────────────────────────────── */
@media (max-width: 576px) {
  /* ── Hero ── */
  .airpay-EXIM-section h2 {
    font-size: clamp(1.4rem, 7vw, 2rem);
  }

  .airpay-EXIM-section p {
    font-size: 0.9rem;
  }

  /* ── Simplified Section ── */
  .PAS-content-card {
    gap: 1rem;
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .PAS-content-card img {
    width: 32px;
    flex-shrink: 0;
  }

  .payment-options {
    gap: 0.75rem;
  }

  .payment-options-cards,
  .payment-options-UPIs,
  .payment-options-services {
    border-radius: 14px;
  }

  .logos img {
    height: 22px;
  }

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

  /* ── Dynamic Market ── */
  .dynamic-market-card {
    width: 100%;
    height: 100%;
  }

  .dynamic-market-card-content {
    padding: 14px;
  }

  /* ── Setup & Insights ── */
  .smooth-setup,
  .insights {
    padding: 1.5rem;
    text-align: center;
  }
  .dynamic-market-content {
    display: block;
    padding: 0 15px;
  }
  .dynamic-market-section .swiper-wrapper {
    padding-top: 1rem;
    padding-left: 0;
  }

  /* ── FAQ ── */
  #faq .accordion-button {
    font-size: 14px;
    padding: 14px 16px;
  }

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