/* ============== Responsive Typography (Montserrat + Roboto) ============== */
/* 4K & Ultrawide Desktops (1600px+) */
@media (min-width: 992px) {
  .cardlogocol {
    width: 28%;
  }
  .upilogocol {
    width: 38.333333%;
  }
  .banklogocol {
    width: 33.333333%;
  }

  .moment-progress-slider .slidebox:hover,
  .moment-mobile-swiper .slidebox:hover {
    background-color: rgba(var(--primary-rgb), 1);
    color: #fff;
  }

  .moment-progress-slider .slidebox:hover .progress-text,
  .moment-progress-slider .slidebox:hover .progress-author h5,
  .moment-progress-slider .slidebox:hover .progress-author span,
  .moment-mobile-swiper .slidebox:hover .progress-text,
  .moment-mobile-swiper .slidebox:hover .progress-author h5,
  .moment-mobile-swiper .slidebox:hover .progress-author span {
    color: #fff;
  }

  .moment-progress-slider .slidebox:hover .profilelogo,
  .moment-mobile-swiper .slidebox:hover .profilelogo {
    background-color: rgba(var(--primary-rgb), 1);
  }

  .moment-progress-slider .slidebox:hover .quote-box,
  .moment-mobile-swiper .slidebox:hover .quote-box {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%230a82bf' d='M20.5 13.5v15.6H2.2V14l5-12.8h10.3l-3.2 12.4H20.5z'/%3E%3Cpath fill='%230a82bf' d='M27.7 16.8V1.2h18.2v15.2l-5 12.8H30.6l3.2-12.4H27.7z'/%3E%3C/svg%3E");
  }

  .moment-progress-slider .slidebox:hover .nrlogo,
  .moment-mobile-swiper .slidebox:hover .nrlogo {
    display: none;
  }

  .moment-progress-slider .slidebox:hover .hovlogo,
  .moment-mobile-swiper .slidebox:hover .hovlogo {
    display: block;
  }

  .swiper.moment-progress-slider
    .slidebox:hover
    .progress-text::-webkit-scrollbar {
    width: 10px;
  }

  .swiper.moment-progress-slider
    .slidebox:hover
    .progress-text::-webkit-scrollbar-track {
    background: transparent;
    margin: 25px 0; /* SHORTENS scrollbar height */
    border-radius: 10px;
  }

  .swiper.moment-progress-slider
    .slidebox:hover
    .progress-text::-webkit-scrollbar-thumb {
    background: #f98612;
    border-radius: 10px;
    /* MAGIC LINE */
    border: 3px solid transparent;
    background-clip: content-box;
  }
  .progress-desk-left {
    padding-top: 8rem;
  }
}
@media (min-width: 1600px) {
  :root {
    --fs-banner: 5.5rem;
    --fs-heading: 3.5rem;
    --fs-subheading: 1.6rem;
    --fs-body: 1.125rem;
    --btn-font: var(--fw-medium) 1.25rem/1.3 var(--font-heading);
    --nav-font: var(--fw-medium) 1.25rem/1.3 var(--font-heading);
    --footer-font: var(--fw-regular) 0.9rem/1.8 var(--font-body);
  }
}

/* Large Tablets / Landscape (992px â€“ 1199px) */
@media only screen and (max-width: 1199px) {
  :root {
    --fs-banner: 4rem;
    --fs-heading: 2.3rem;
    --fs-subheading: 1.25rem;
    --fs-body: 0.95rem;
    --btn-font: var(--fw-medium) 0.95rem/1 var(--font-heading);
    --nav-font: var(--fw-medium) 1.05rem/1.2 var(--font-heading);
    --footer-font: var(--fw-regular) 0.8rem/1.6 var(--font-body);
  }

  button.navbar-toggler img {
    height: 26px;
  }

  .mob-nav-hamburger {
    display: flex;
    justify-content: space-between;
    gap: 45px;
    align-items: center;
  }

  #navigation_bar .flag-list {
    position: absolute;
    top: 200%;
    left: -45px;
    width: 60px;
    background: var(--white-color);
    border-radius: 6px;
    display: none;
    z-index: 10;
    padding: 1rem 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }

  .navbar-btn.mob {
    padding: 20px 0;
  }

  #navigation_bar .navbar-btn.mob a.btn.main-btn.blue-btn {
    border-radius: 6px;
    margin-right: 10px;
  }

  #navigation_bar .btn-close {
    filter: none;
    background-color: var(--theme-color);
    mask: var(--bs-btn-close-bg) center / 1em auto no-repeat;
    -webkit-mask: var(--bs-btn-close-bg) center / 1em auto no-repeat;
  }

  #navigation_bar .btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230066A6'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");

    opacity: 1;
  }

  .navbar-brand {
    width: 55%;
  }

  .navbar-toggler {
    border: 0 !important;
    box-shadow: none !important;
  }

  #navigation_bar .dropdown-menu {
    max-width: 100%;
    padding: 1rem;
  }

  #navigation_bar .navbar-nav {
    align-items: flex-start;
  }

  #navigation_bar .nav-link {
    color: var(--black-color);
    padding-inline: 1rem;
  }

  .main-btn .circle {
    width: 2rem;
    height: 2rem;
  }

  .main-btn {
    height: auto;
  }

  footer {
    border-top: 1px solid #d9d9d9;
    padding-top: 2rem;
  }

  .footer-right h4.footer-main-heading {
    padding-top: 20px;
  }

  .footer-logos {
    margin-top: 2rem;
    padding-top: 16px;
  }

  ul.footer-cert-logos li {
    margin-right: 15px;
  }

  img.make-india-logo {
    float: right;
  }
  .transpricingwrap {
    padding: 0;
  }
  .transpr-data {
    font-size: 22px;
    line-height: 26px;
  }
  .transprtitle {
    font-size: 58px;
    line-height: 72px;
  }
}

/* Tablets Portrait (768px â€“ 991px) */
@media only screen and (max-width: 991px) {
  :root {
    --fs-banner: 3.2rem;
    --fs-heading: 2rem;
    --fs-subheading: 1.25rem;
    --fs-body: 0.95rem;
    --btn-font: var(--fw-medium) 0.95rem/1 var(--font-heading);
    --footer-font: var(--fw-regular) 0.78rem/1.5 var(--font-body);
  }

  .footer-links {
    margin: 1rem auto;
    flex-wrap: wrap;
    max-width: 80%;
  }

  .footer-col {
    flex: 0 0 34%;
  }

  .footer-bottom {
    flex-wrap: wrap;
    text-align: center;
    gap: 1rem;
    padding-bottom: 2rem;
  }

  #secure .secure-buttons.d-lg-none.d-block {
    text-align: center !important;
  }
  #transpricing {
    padding: 45px 0 45px 0;
  }
  .transpricingwrap {
    flex-direction: column;
    background: #3a7bcb;
    background: linear-gradient(
      0deg,
      rgba(58, 123, 203, 1) 7%,
      rgba(30, 92, 171, 1) 95%
    );
    border-radius: 15px;
  }
  .transpr-data {
    width: 100%;
    align-items: center;
    padding-bottom: 0;
  }
  .transpr-img {
    width: 100%;
    padding-top: 10px;
  }
  .transprtitle {
    text-align: center;
  }
  .translist li {
    padding: 0 0 10px 35px;
    justify-content: start;
  }
  .translist li:before {
    right: inherit;
    left: 0;
  }
}

/* ========== MOBILE VIEW FIX ================== */

@media only screen and (max-width: 991px) {
  h2 {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
  }

  br {
    display: none;
  }

  #navigation_bar .navbar-right.desktop {
    display: none !important;
  }

  /* mobile version show */
  #navigation_bar .navbar-right.mobile {
    display: flex !important;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
  }

  #navigation_bar .navbar-toggler {
    padding: 0;
  }

  #navigation_bar .flag-trigger img {
    width: 25px;
    height: 20px;
    object-fit: cover;
  }

  #navigation_bar .flag-select::after {
    right: -15px;
  }

  .main-page-wrapper section {
    overflow: hidden;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .main-page-wrapper.home {
    margin-top: 6rem;
  }

  .main-page-wrapper {
    margin-top: 6rem;
  }
  #main-page-wrapper {
    margin-top: 6rem;
  }
  .customer-confidence-text .section-header h3 {
    margin-bottom: 20px;
  }
  .smarter-business-text {
    background: #f1f5fa;
    padding: 30px 20px;
    height: 100%;
    border-radius: 10px;
    margin-top: 15px;
  }
  .breadcrumb-title .breadcrumb {
    margin-bottom: 10px;
  }

  a.navbar-brand img {
    width: 115px;
  }

  #navigation_bar .navbar-btn .main-btn {
    gap: 6px;
    padding: 6px 9px;
    font-size: 11px;
  }

  /* platform-section start*/

  #platform-section {
    text-align: center;
  }

  .payment-card.animate {
    transform-origin: center center;
  }

  .button-space {
    padding-bottom: 20px;
  }

  /* platform-section end*/

  /* section business worldwide start */

  .row.business-worldwide-spacing {
    margin: 0 0rem;
  }

  .business-worldwide-para h3 {
    font-size: 36px;
    line-height: 34.78px;
    padding: 5px 0 0px;
    margin-bottom: 0;
  }

  .business-worldwide-right {
    padding-left: 0px;
  }

  .business-worldwide-box {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .business-worldwide-para p {
    font-size: 13px;
  }

  #business-worldwide {
    padding: 20px 0 40px;
  }

  /* section business worldwide end */

  /* Payment Platform section start */
  /* ===============================
PAYMENT PLATFORM â€“ MOBILE SWIPER
================================ */
  .payment-platform-heading {
    padding: 0 20px;
  }

  .payment-platform-content {
    display: block !important;
    padding: 30px 0 0;
    overflow: visible;
  }

  .sub-tabs.ecommerce {
    display: flex;
    justify-content: center;
  }

  /* swiper wrapper */
  .payment-platform-content .swiper-wrapper {
    display: flex;
    gap: 5px;
  }

  .payment-platform-content .swiper-slide {
    width: calc(100% - 95px) !important;
    flex-shrink: 0;
  }

  /* actual card */
  .payment-platform-content .platform-card {
    width: 100%;
    height: 420px;
    flex: none !important;
  }

  .payment-platform-content {
    padding-left: 16px;
  }

  .payment-platform-wrapper::before {
    height: 100%;
  }

  .payment-platform-wrapper {
    position: relative;
    padding: 70px 0 0;
  }
  .payment-platform-wrapper .swiper-pagination {
    margin-top: 0;
  }

  section#every-business {
    padding-top: 50px;
  }

  .platform-left h2 {
    text-align: left;
  }

  .platform-right img {
    width: 115px;
  }

  /* pagination wrapper */
  .swiper-pagination {
    position: relative;
    margin-top: 18px;
  }

  .platform-right {
    opacity: 1;
    visibility: visible;
    transform: translateX(10px);
  }

  .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;
  }
  .swiper-pagination-bullet-active {
    background: var(--main-btn-color);
    width: 10px !important;
    height: 10px !important;
    border-radius: 20px !important;
  }

  /* ==============================
  Payment Platform section end 
  ================================*/

  /* ==========================
   Every payment (MOBILE) — Swiper Cards (non-sticky title)
   ========================== */

  #every-payment-stack-mobile {
    position: relative;
    padding-top: 30px;
    overflow: visible;
  }

  /* Title/header (normal flow, NOT sticky) */
  #every-payment-stack-mobile .every-payment-content,
  #every-payment-stack-mobile .sticky-title {
    position: static;
    z-index: auto;
    background: transparent;
    padding-bottom: 15px;
    transition: opacity 0.3s ease;
  }

  /* If you still toggle .hide from JS somewhere, keep it harmless */
  #every-payment-stack-mobile .every-payment-content.hide {
    opacity: 0;
    pointer-events: none;
  }

  /* Swiper container */
  #every-payment-stack-mobile .paymentStackSwiper {
    width: 100%;
    padding: 0 16px 10px; /* side padding + room for dots */
    box-sizing: border-box;
    overflow: visible; /* cards effect needs this */
  }
  .paymentStackSwiper .swiper-wrapper {
    padding-bottom: 0;
  }
  /* Keep Swiper stacking from clipping */
  #every-payment-stack-mobile .paymentStackSwiper .swiper-wrapper {
    align-items: center;
  }

  #every-payment-stack-mobile .paymentStackSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    overflow: visible;
  }

  /* Card */
  #every-payment-stack-mobile .payment-card {
    width: min(420px, 100%);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background: var(--white-color);
  }

  /* Image */
  #every-payment-stack-mobile .payment-card img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
  }

  /* Gradient overlay for readable text */
  #every-payment-stack-mobile .payment-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      352.29deg,
      rgba(0, 0, 0, 0) 11.37%,
      rgba(0, 137, 255, 0.4) 73.65%
    );
    pointer-events: none;
  }
  #every-payment-stack-mobile .swiper-slide-active .payment-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      352.29deg,
      rgba(0, 0, 0, 0) 11.37%,
      rgba(0, 0, 0, 0.4) 73.65%
    );
    pointer-events: none;
  }

  /* Text overlay */
  #every-payment-stack-mobile .payment-stack-titles {
    position: absolute;
    top: 20px;
    left: 24px;
    right: 24px;
    z-index: 2; /* above overlay */
    text-align: left;
  }

  #every-payment-stack-mobile .payment-stack-titles h3 {
    margin: 0;
    position: static; /* undo any old offsets */
    color: var(--white-color);
  }

  #every-payment-stack-mobile .payment-stack-titles p {
    font-size: 18px;
    margin: 0;
    padding-top: 18px;
    color: var(--white-color);
  }

  /* Swiper pagination dots (use Swiper's bullets) */
  #every-payment-stack-mobile .payment-stack-dots {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 18px;
    z-index: 5;
  }

  /* Swiper generates bullets as spans */
  #every-payment-stack-mobile .payment-stack-dots .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    /*background: var(--theme-color);*/
    opacity: 1;
    margin: 0; /* we use gap instead */
    transition: 0.3s;
  }

  #every-payment-stack-mobile
    .payment-stack-dots
    .swiper-pagination-bullet-active {
    background: var(--main-btn-color);
  }

  /* Intelligent section start */

  .intelligent-swiper {
    overflow: hidden;
    touch-action: pan-y;
  }

  .intelligent-swiper .swiper-wrapper {
    display: flex !important;
    transition-timing-function: ease-out;
  }

  .intelligent-swiper .swiper-slide {
    width: 82% !important;
    user-select: none;
  }

  .intelligent-swiper .swiper-wrapper {
    padding-bottom: 1rem;
  }

  .intelligent-right-content h2 {
    padding-bottom: 25px;
  }

  #intelligent {
    padding: 45px 0;
  }

  .intelligent-inner-box {
    padding: 30px 25px;
    gap: 15px;
    height: 265px;
  }

  /* Certified section start */

  #certified .container {
    padding-right: 0;
    /* edge-to-edge scroll */
  }

  .certified-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding: 10px 16px 10px 0;
  }

  .certified-row::-webkit-scrollbar {
    display: none;
  }

  .certified-row .col {
    flex: 0 0 auto;
    width: 90px;
  }

  .certified-icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .certified-content {
    padding: 0 0px 0 10px;
  }

  /* Go Live Section Start */

  .go-live-left {
    width: 100%;
  }

  #go-live {
    padding: 50px 0 0;
  }

  .go-live-swiper {
    overflow: hidden;
    padding-left: 16px;
    padding-bottom: 10px;
  }

  .go-live-swiper .swiper-wrapper {
    display: flex !important;
  }

  .go-live-swiper .swiper-slide {
    width: 82% !important;
    flex-shrink: 0;
    text-align: left;
    padding-top: 20px;
  }

  .go-live-step {
    margin: 0 5px;
  }

  .go-live-step-box {
    height: 200px;
  }

  .go-live-swiper .swiper-pagination {
    bottom: 0;
    margin-bottom: 0;
  }

  .go-live-swiper .swiper-wrapper {
    padding-bottom: 1rem;
  }

  /*===================
    Progress Section Start 
  ==================*/
  #moment-stack-mobile {
    padding: 20px 0;
    margin-top: 2rem;
  }

  /* Mobile: unify card height and scroll inside */
  #moment-stack-mobile .moment-card {
    height: 450px; /* pick a unified height */
    display: flex;
    flex-direction: column;
    overflow: hidden; /* keeps rounded corners */
  }

  /* Make the text scrollable */
  #moment-stack-mobile .moment-card {
    flex: 1 1 auto;
    min-height: 0; /* IMPORTANT */
    overflow: auto;
    -webkit-overflow-scrolling: touch; /* iOS momentum scroll */
    scrollbar-gutter: stable; /* prevents layout shift (supported in most modern browsers) */
  }

  /* Moment card scrollbar fix */
  #moment-stack-mobile .moment-card::-webkit-scrollbar {
    width: 10px;
  }

  #moment-stack-mobile .moment-card::-webkit-scrollbar-track {
    background: transparent;
    margin: 25px 0; /* SHORTENS scrollbar height */
    border-radius: 10px;
  }

  #moment-stack-mobile .moment-card::-webkit-scrollbar-thumb {
    background: #0066a6;
    border-radius: 10px;

    /* MAGIC LINE */
    border: 3px solid transparent;
    background-clip: content-box;
  }

  .progress-title {
    text-align: center;
    padding-bottom: 0;
  }

  .progress-title br {
    display: block;
  }

  .moment-progress {
    padding: 0px;
    border-radius: 10px;
    border: none;
  }

  .quote-box img {
    width: 41px;
  }

  .quote-box-mob {
    padding-top: 0px;
  }

  .progress-image-mob img {
    width: 112px;
    border-radius: 10px;
  }

  .progress-author {
    padding-top: 20px;
  }

  .progress-arrows {
    display: none;
  }

  /*============================
   progress mobile slider start
   ============================== */

  #moment-stack-mobile p {
    padding: 20px 0 35px;
  }

  #moment-stack-mobile {
    position: relative;
    overflow: visible !important;
  }

  #moment-stack-mobile .moment-mobile-swiper {
    width: 100%;
    padding: 0 16px 40px;
    box-sizing: border-box;
  }

  #moment-stack-mobile .swiper-slide {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
  }

  #moment-stack-mobile .moment-card {
    position: relative;
    width: 100%;
    padding: 35px 25px 60px;
    border-radius: 20px;
    text-align: center;
    border: 2px solid #d9d9d9;
    background: var(--white-color);
    margin: 0 15px;
  }

  #moment-stack-mobile .swiper-pagination {
    display: block !important;
    text-align: center;
    margin-top: 14px;
  }

  #moment-stack-mobile .swiper-wrapper {
    padding-bottom: 0;
  }

  #moment-stack-mobile .swiper-pagination.swiper-pagination-bullets-dynamic {
    overflow: hidden; /* required for “window” */
    width: fit-content;
  }

  #moment-stack-mobile .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    margin: 0 4px !important; /* use margin, not gap */
    opacity: 0.35;
    transform: scale(0.8);
    transition:
      transform 0.25s ease,
      opacity 0.25s ease;
  }

  #moment-stack-mobile .swiper-pagination-bullet-active {
    width: 8px !important;
    height: 8px !important;
    border-radius: 999px !important;
    opacity: 1;
    transform: scale(1.15);
  }

  /* these classes appear when dynamicBullets is enabled */
  /* #moment-stack-mobile .swiper-pagination-bullet-active-prev,
  #moment-stack-mobile .swiper-pagination-bullet-active-next {
    opacity: 0.7;
    transform: scale(1);
  } */

  #moment-stack-mobile .swiper-pagination-bullet-active-prev-prev,
  #moment-stack-mobile .swiper-pagination-bullet-active-next-next {
    opacity: 0.45;
    transform: scale(0.85);
  }

  /*=================
   Trusted Section Start
   ================== */
  #trusted {
    background-color: #002a45;
    padding: 35px 0;
  }

  .trusted-slider img {
    max-height: 50px;
  }

  .trusted-content::before,
  .trusted-content::after {
    width: 20%;
  }

  .trusted-heading {
    padding-bottom: 15px;
  }

  .trusted-slider {
    margin-bottom: 10px;
  }

  /* First Step Section Start */
  .first-step-right h2 {
    font-size: 36px;
    line-height: 43px;
  }

  .first-step-right {
    position: absolute;
    top: 35%;
    right: 0;
    transform: translateY(-30%);
    max-width: 100%;
    z-index: 2;
    padding: 0px 15px;
  }

  #first-step {
    padding: 35px 0 50px !important;
  }

  .first-step-content {
    border-radius: 0px !important;
  }

  .first-step-img {
    border-radius: 0px !important;
  }

  /* =================================
Every Business Mobile Stack
================================= */
  #every-business-mobile .swiper.every-business-swiper {
    padding: 0 25px;
  }
  .every-business-swiper .swiper-pagination {
    margin-top: 0;
    margin-bottom: 0;
  }

  .every-business-mob-stack-box img {
    width: 100%;
  }

  #every-business-mobile {
    padding-top: 20px;
    position: relative;
    overflow: visible !important;
  }

  .every-business-mob-stack-box {
    background-color: #f1f5fa;
    padding-bottom: 50px;
    border-radius: 20px;
    height: 100%;
  }

  .every-business-mob-stack-box picture {
    padding-bottom: 25px;
  }

  .every-business-mob-stack-box span {
    font-family: var(--font-heading);
    background: #ffffffe5;
    padding: 8px 20px;
    border-radius: 100px;
    color: var(--text-muted);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
  }

  .every-business-mob-stack-box h3 {
    font-family: "Anton", sans-serif;
    color: var(--theme-color) !important;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 2%;
    text-align: center;
    text-transform: uppercase;
    padding: 25px 30px 10px;
  }

  .every-business-mob-stack-box p {
    color: var(--text-muted);
    font-size: 15px;
    padding: 5px 30px;
  }

  #every-business-mobile button.parent-tab.active {
    color: var(--main-btn-color);
    background: transparent;
  }

  #every-business-mobile button.parent-tab {
    background: transparent;
    border: none;
    color: #d9d9d9;
    font-weight: 400;
    font-size: 24px;
    line-height: 43px;
    letter-spacing: 5%;
    text-transform: uppercase;
    font-family: "Anton", sans-serif;
    padding: 0;
    transition: color 0.3s ease;
  }

  #every-business-mobile .parent-tabs {
    display: flex;
    justify-content: space-evenly;
    padding: 15px 0px;
  }

  #every-business-mobile button.sub-tab.active {
    background: var(--main-btn-color) !important;
    color: #fff !important;
  }

  #every-business-mobile button.sub-tab {
    font-family: var(--font-heading) !important;
    font-weight: 400 !important;
    font-style: Regular;
    font-size: 15px !important;
    line-height: 26px !important;
    letter-spacing: 0%;
    color: var(--theme-color) !important;
    background-color: #f4faff !important;
    text-transform: capitalize !important;
    padding: 3px 20px !important;
    transition: color 0.3s ease;
    border-radius: 6px;
    border: none;
  }

  #every-business-mobile .business-group {
    display: none;
  }

  #every-business-mobile .business-group.active {
    display: block;
  }

  #every-business-mobile .industry-swiper .swiper-pagination {
    display: block;
    margin-top: 0px;
  }

  #every-business-mobile .swiper-pagination-bullet {
    margin: 0 12px !important;
  }

  /* ===============================
STACK DOTS â€“ FIX
=============================== */

  #every-business-mobile .stack-dots {
    position: absolute;
    z-index: 5;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    padding-bottom: 30px;
    bottom: -20px;
  }

  /* dot style */
  #every-business-mobile .stack-dots span {
    width: 8px;
    height: 8px;
    background: var(--theme-color);
    border-radius: 50%;
    display: inline-block;
    transition:
      background 0.3s ease,
      transform 0.3s ease;
  }

  #every-business-mobile .stack-dots span.active {
    background: var(--main-btn-color);
  }

  /* ===============================
SUB TABS â€“ HORIZONTAL SCROLL
=============================== */

  #every-business-mobile .sub-tabs {
    display: flex;
    gap: 10px;
    padding: 10px 15px 30px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }

  #every-business-mobile .sub-tabs::-webkit-scrollbar {
    display: none;
  }

  /* sub tab buttons */
  #every-business-mobile .sub-tab {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  /* ====================================
  
  Mobile Header Menu Start
  
  ==============================*/

  .mobile-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  /* ================= BUTTONS ================= */

  .menu-btn {
    width: 100%;
    background: none;
    border: 0;
    padding: 14px 14px;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition:
      background 0.25s ease,
      border 0.25s ease;
    color: #111;
  }

  /* SUB BUTTON INDENT */
  .menu-btn.sub {
    padding-left: 28px;
    font-size: 14.5px;
  }

  /* ================= ACTIVE STATES ================= */

  /* MAIN ACTIVE */
  .mobile-menu > li > button[aria-expanded="true"] {
    background: #f3f7ff;
    border-left: 4px solid var(--theme-color);
    font-weight: 600;
  }

  /* SUB ACTIVE */
  .mobile-menu .submenu li > button[aria-expanded="true"] {
    background: #eef4ff;
  }

  /* ================= SUBMENU ================= */
  .submenu.first {
    border-left: 1px solid var(--main-btn-color);
  }

  .submenu {
    list-style: none;
    padding: 0;
    margin: 4px 0 8px 8px;
    padding-left: 10px;
  }

  /* DEEP LIST ITEMS */
  .online-list li {
    border-bottom: 1px solid #eee;
  }

  /* ================= LINKS ================= */

  .menu-item {
    display: flex;
    gap: 12px;
    padding: 14px 20px 14px 36px;
    text-decoration: none;
    color: #111;
    transition: background 0.2s ease;
  }

  .menu-item strong {
    font-size: 14px;
    display: block;
  }

  .menu-item small {
    font-size: 12px;
    color: #777;
  }

  .icon {
    font-size: 20px;
    min-width: 22px;
  }

  /* ================= ACTIVE ITEM ================= */

  .online-list li.active strong,
  .online-list li.active small {
    color: #1a73e8;
  }

  /* ================= ARROW ================= */

  .arrow {
    font-size: 18px;
    transition: transform 0.3s ease;
  }

  .menu-btn[aria-expanded="true"] .arrow {
    transform: rotate(90deg);
  }

  /* ======================
Payment Gateway Page Start
============================*/
  h3 {
    font-size: 30px;
    line-height: 42px;
  }

  #secure {
    padding-bottom: 35px;
  }

  #secure .secure-buttons {
    justify-content: center;
    padding-top: 25px;
    gap: 20px;
  }

  #secure .secure-left-box p {
    margin-bottom: 0;
    padding: 15px 0;
    text-align: center;
  }

  .secure-buttons .main-btn {
    padding: 15px 20px;
  }

  /* User Airpay Section Start */

  .use-airpay-title p {
    padding: 0px 0 30px;
    margin-bottom: 0;
  }

  #simple-setup {
    background-color: #f8f6f4;
    padding: 50px 0;
  }

  .simple-setup-box {
    gap: 15px;
    width: 100%;
  }

  .setup-box p {
    margin-bottom: 0;
  }

  .setup-box h5 {
    font-size: 18px;
    line-height: 26px;
  }

  .payments-options {
    padding-top: 25px;
  }

  .payments-options .payment-option-box {
    padding: 13px 20px;
  }

  .payments-options .payment-option-box img {
    height: auto;
    object-fit: contain;
  }

  .payments-options .payment-option-box .logos.upi {
    gap: 20px;
    justify-content: flex-start;
  }

  .payments-options .payment-option-box .logos.upi img {
    width: calc(50% - 5px);
    max-width: 60px;
  }

  .payments-options .payment-option-box .logos.banking {
    gap: 20px;
    justify-content: space-between;
  }

  .payments-options .payment-option-box .logos.banking img {
    width: calc(50% - 10px);
    max-width: 60px;
  }

  .payments-options .payment-option-box .logos {
    flex-wrap: nowrap;
  }

  .payments-options .logo-item span {
    font-size: 10px;
    line-height: 12px;
  }

  .payment-charges-title h3 {
    line-height: 40px;
  }

  /* section payment charges start */

  #payment-charges {
    padding: 40px 0 30px;
  }

  .payment-charges-title {
    padding-bottom: 20px;
  }

  .payment-charges-box {
    text-align: center;
    padding: 0 10px;
    margin-top: 20px;
  }

  .payment-charges-box p {
    font-size: 18px;
    line-height: 22px;
    padding-top: 15px;
    margin-bottom: 5px;
  }

  .payment-charges-box img {
    margin-bottom: 5px;
  }

  .payment-charges-box img {
    margin-bottom: 5px;
    height: 35px;
  }

  .payment-charges-box span {
    font-size: 12px;
    line-height: 15px;
  }

  /* FAQ's Section */

  #faq .accordion-button {
    padding: 15px 24px;
  }

  #faq .accordion-button {
    font-size: 18px;
    line-height: 26px;
  }

  #faq .accordion-body {
    padding: 0px 20px 20px;
    text-align: left;
  }

  #faq {
    padding: 20px 0 35px;
  }

  /* Ready to GO Section Start */
  .ready-to-go-left {
    position: absolute;
    bottom: -15%;
    left: 0px;
    transform: translateY(-5%);
    z-index: 2;
    padding: 0 15px;
  }

  .ready-to-go-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0 30px;
  }

  .ready-to-go-buttons .main-btn:first-child {
    /*width: 50%;
    margin: 0 auto;
    display: block;*/
  }

  .ready-to-go-buttons .main-btn.transperent {
    width: calc(50% - 6px);
    text-align: center;
  }

  /* Air pay Subscriptions */
  .airpay-subscriptions-title {
    padding: 0 20px;
  }

  .airpay-subscriptions-swiper {
    padding-left: 1rem;
  }

  #airpay-subscriptions .swiper-pagination {
    position: relative;
    margin-top: 0px;
  }

  #airpay-subscriptions {
    padding-bottom: 0;
  }

  .key-features-title {
    padding-bottom: 25px;
  }

  .long-term-left {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-right: 0px;
  }

  .long-term-right-content {
    padding-left: 0px;
    padding-top: 25px;
  }

  .long-term-box {
    display: flex;
    gap: 20px;
    padding: 10px 0px;
    align-items: center;
    text-align: left;
  }

  #long-term {
    padding: 15px 0 40px;
  }

  .upi-autopay-content {
    background-color: #f1f5fa;
    padding: 10px 10px;
  }

  .upi-autopay-content-box {
    background-color: var(--white-color);
    padding: 20px 19px;
    height: 100%;
    border-radius: 20px;
    display: flex;
    gap: 15px;
    text-align: left;
    flex-direction: row;
    align-items: center;
  }

  .key-features-title {
    padding-left: 0rem;
  }

  .key-features-box {
    margin-right: 5px;
    padding-left: 1rem;
  }

  /* =====================

Virtual Accounts Page Start
=========================*/
  .effortless-settlements-content {
    padding: 30px;
  }

  section#unique-digital {
    padding: 35px 0;
  }

  section#why-business {
    margin: 0px 0;
  }

  .why-choose-right-box {
    padding: 35px 30px;
  }

  #instant-benefits {
    padding: 35px 0;
  }

  .instant-benefits-title h3 {
    padding-bottom: 15px;
  }

  .instant-choose-box h4 {
    justify-content: center;
    min-height: auto;
  }

  .effortless-settlements-box {
    padding: 30px 0px 5px;
    height: auto;
  }

  .tick-icon-image {
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .accounts-work-swiper .swiper-pagination {
    padding-top: 0px;
    margin: 0;
  }

  .accounts-work-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .accounts-work-card span {
    align-self: flex-start;
  }

  /*========================== 
   Dash Checkout Page Start 
============================*/

  .flawless-box {
    display: flex;
    gap: 30px;
    padding: 32px 30px;
  }
  .faq-title h3 {
    padding-bottom: 10px;
  }
  #flawless-experience {
    padding: 35px 0;
  }

  #drop-offs {
    padding: 35px 15px 0px;
    overflow: hidden;
  }

  .integration-coding-box {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 20px;
    text-align: left;
  }

  .integration-left {
    padding: 35px 50px;
  }

  .integration-left h3 {
    padding-bottom: 0px;
    margin-bottom: 0;
    text-align: left;
  }

  .integration-left h4 {
    text-align: left;
  }

  .integration-right {
    padding-bottom: 10px;
  }

  #convert-more {
    margin-left: 0rem;
    overflow: hidden;
    padding: 20px;
  }

  section#your-brand {
    padding: 45px 0;
    margin: 0px 0 50px;
  }
  .ready-to-go-buttons {
    display: flex;
    flex-wrap: nowrap !important;
    gap: 12px;
    padding: 0 30px;
    justify-content: center;
  }
  #why-brand {
    padding: 0px 0 45px;
  }

  .why-brand-right-content {
    padding-top: 35px;
  }

  .your-brand-image {
    position: relative;
    display: inline-block;
    padding-top: 30px;
  }

  .your-brand-image img {
    width: 90%;
  }
}

@media (min-width: 991px) and (max-width: 1080px) {
  .pbl-content p br,
  .secure-left-box p br {
    display: none !important;
  }
}
/* Tablet devices (portrait & landscape) */
@media (min-width: 768px) and (max-width: 1024px) {
  .ready-to-go-left {
    position: absolute;
    bottom: -15%;
    left: 0px;
    transform: translateY(-63%);
    z-index: 2;
    text-align: center;
    width: 100%;
  }

  .ready-to-go-buttons .main-btn:first-child {
    /*width: 25%;*/
  }

  .ready-to-go-buttons {
    display: flex;
    flex-wrap: nowrap !important;
    gap: 12px;
    padding: 0 30px;
    justify-content: center;
  }

  .payments-options .col-lg-3.col-md-6,
  .payments-options .col-lg-5.col-md-6 {
    width: 50%;
  }
  .payments-options .col-lg-4.col-md-6 {
    width: 50%;
  }
  .row.business-worldwide-spacing {
    margin: 0 2rem;
  }
}

@media only screen and (max-width: 780px) {
  .moment-progress-slider .slidebox,
  .moment-mobile-swiper .slidebox {
    max-width: 460px;
  }
}

/* Mobile Landscape (576px â€“ 767px) */
@media only screen and (max-width: 767px) {
  :root {
    --fs-banner: 2.6rem;
    --fs-heading: 1.9rem;
    --fs-subheading: 1.25rem;
    --fs-body: 0.95rem;
    --btn-font: var(--fw-medium) 0.9rem/1 var(--font-heading);
    --footer-font: var(--fw-regular) 0.75rem/1.4 var(--font-body);
  }
  .menu-item {
    gap: 0;
  }

  .ready-to-go-left {
    text-align: center;
  }
  .ready-to-go-left .main-btn {
    white-space: nowrap;
  }
  .ready-to-go-buttons {
    padding: 0 10px;
  }
  .global-clients-section .section-header {
    text-align: center;
  }
  section#secure .secure-buttons.d-lg-none.d-block {
    text-align: center;
  }
  #secure a.main-btn.transperent {
    margin: 0;
  }
  .global-clients-card-content {
    height: auto;
  }
  .global-clients-section {
    padding-bottom: 0;
  }
  #main-page-wrapper section.airpay-exim-can-do-section {
    background: #f1f5fa;
    padding: 50px 0 20px;
    margin-bottom: 30px;
  }
  .global-businesses-image {
    margin-top: 20px;
  }
  .how-it-works-left {
    background: #0066a6;
    padding: 35px;
    border-radius: 10px;
    margin-bottom: 30px;
  }

  .global-businesses-section .section-header h3 {
    margin-bottom: 30px;
    text-align: center;
  }
  .how-it-works-section {
    padding-bottom: 0px;
  }
  .global-clients-card-content p {
    margin: 0;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
  }
  .global-businesses-card {
    height: auto;
  }
  .how-it-works-step {
    text-align: center;
  }

  /*.transprsub .brdivbott:before {
    display: none;
  }
  .transpricingwrap .brdivbott {
    display: block;
  }*/
  #transpricing {
    padding-bottom: 0;
  }
  #moment-stack-mobile .moment-mobile-swiper {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 680px) {
  .footer-bottom {
    text-align: left;
  }
}

@media only screen and (max-width: 580px) {
  :root {
    --fs-banner: 2.2rem;
    --fs-heading: 1.8rem;
    --fs-subheading: 1.1rem;
    --fs-body: 0.875rem;
    --btn-font: var(--fw-medium) 0.875rem/1 var(--font-heading);
    --footer-font: var(--fw-regular) 0.75rem/1.3 var(--font-body);
  }
  .transprtitle {
    font-size: 48px;
    line-height: 66px;
  }
  .transprtitle .brline:before {
    height: 3px;
  }
  section#business-worldwide {
    padding: 0 0 40px;
  }
  .payment-platform-wrapper {
    padding-top: 40px;
  }
  #every-business-mobile {
    padding-top: 40px;
  }
  #intelligent {
    padding: 40px 0 0;
  }
  #go-live {
    padding: 40px 0 0;
  }
  .go-live-step p {
    min-height: 75px;
  }
  #moment-stack-mobile .moment-mobile-swiper {
    padding-bottom: 0;
  }
  #moment-stack-mobile .swiper-pagination {
    margin-bottom: 10px;
  }
  .RBI-approved-content-right-top h4 {
    padding-top: 5px;
    line-height: 13px;
  }
  .transpr-data {
    font-size: 16px;
    line-height: 24px;
  }
  .transprsub .brdivbott:before {
    height: 15px;
    top: 4px;
  }
  .transpr-img {
    padding: 0 20px;
  }

  .swiper.moment-progress-slider .progress-text,
  .moment-mobile-swiper .progress-text {
    max-height: 180px;
  }
  #first-step {
    padding: 0 !important;
  }
  .first-step-right h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .homefirststep .first-step-right {
    top: 62%;
  }
  #every-payment-stack-mobile .paymentStackSwiper {
    width: 80%;
  }
  #every-payment-stack-mobile .payment-stack-titles {
    top: 36px;
    left: 28px;
    right: 28px;
  }
  #every-payment-stack-mobile .payment-stack-titles p {
    font-size: 14px;
    line-height: 20px;
  }
  #every-payment-stack-mobile .payment-stack-titles h3 {
    font-size: 28px;
  }

  .airpay-subscriptions-swiper {
    padding-left: 0;
    padding-bottom: 0;
  }
  #airpay-subscriptions .swiper-pagination {
    margin-top: -15px;
  }
  #key-features {
    padding: 40px 0;
  }
  .key-features-swiper .swiper-wrapper {
    padding-bottom: 0;
  }
  .key-features-swiper .swiper-pagination {
    margin-bottom: 0;
  }
  #long-term {
    padding-top: 0;
  }
  .upi-autopay-content {
    padding-bottom: 30px;
  }

  section.payments-options.checkout {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 360px) {
  .secure-buttons a.main-btn {
    margin-right: 5px;
  }
}

/* Small Phones (â‰¤316px) */
@media only screen and (max-width: 316px) {
  :root {
    --fs-banner: 1.9rem;
    --fs-heading: 1.6rem;
    --fs-subheading: 1rem;
    --fs-body: 0.85rem;
    --btn-font: var(--fw-medium) 0.85rem/1 var(--font-heading);
    --footer-font: var(--fw-regular) 0.7rem/1.3 var(--font-body);
  }
}
