.frm-banner{
    /* background: radial-gradient(48.17% 48.17% at 74.97% 50%, #2F297D 0%, #160D35 100%)!important; */
    background: #160D35 !important;
    /* border-radius: 0 0px 25px 25px; */
    margin-bottom: 64px !important;
}

/* body.frm-and-mule-body{
    font-family: "DM Sans", sans-serif !important;
} */

.payment-banner__content .banner-heading {
    font-family: "Urbanist", sans-serif !important;
    /* margin-bottom: 12px !important; */
}

.small-text {
    font-family: "DM Sans", sans-serif !important;
    color: #CACACA !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

.faq-section #faqpricing .card .card-header .btn-header-link:not(.collapsed) .desc-head{
    color: #2a2a2a !important;
    font-weight:700!important
}

.desc-head{
    font-family: "DM Sans", sans-serif !important;
    font-size: 20px;
    line-height: 32px !important;
    color: #949494 !important;
}

.payment-banner__content.pl-spacing {
    padding: 270px 0 90px !important;
}

.payment-banner__content .frm-banner-img {
    top: 50% !important;
}

.frm-sec-space{
    padding: 64px 0 64px !important;
}

.frm-sec-space-m{
    margin: 64px 0 64px !important;
}

.heading-size-new{
    font-family: "Urbanist", sans-serif !important;
    font-size: 40px!important;
    margin-bottom: 32px !important;
    line-height: 48px!important;
}

.link-btn--purple, .link-btn--purple:hover {
    background-color: #6d44e5;
    color: #fff;
    padding: 17px 32px !important;
}

.deposits-tracking p, .customization-intelligence p{
    color: #5F5F5F;
}

.deposits-tracking-img img{
    width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
}

.bullet-icon {
    margin-top: 0px !important;
    margin-right: 12px !important;
}

/* highlited list start */

.highlight {
    color: #fff;
    font-family: "DM Sans";
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
}

.highlight-list {
    display: flex;
    gap: 88px;
    margin-top: 35px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.highlight-list li {
    border-left: 4px solid;
    border-image: linear-gradient(180deg, rgba(19, 194, 194, 0.5) 0%, rgba(19, 194, 194, 0) 100%) 1;
    padding-left: 6px;
}

@media (max-width: 1024px){
  .highlight-list {
      gap: 50px;
  }
}

@media (max-width: 767px){
    .highlight {
        font-weight: 600;
    }

    .highlight-list {
        gap: 20px;
    }

    .highlight-list {
        margin-top: 32px;
    }
}

@media (max-width: 600px){
    .highlight {
        font-size: 14px;
    }
}

@media (max-width: 320px){
    .highlight-list {
        gap: 15px;
    }

    .highlight {
        font-size: 12px;
    }
}

/* highlited list end */




/* fraud section tabs css start */

.fraud-section {
  padding: 0 0 64px;
}

.fraud-section .container {
  /* max-width: 1200px; */
  margin: auto;
  display: flex;
  gap: 50px;
  align-items: center;
}

.visual-area {
  flex: 1;
  background: #f6f5ff;
  padding: 40px;
  border-radius: 20px;
  height: 550px;
  align-items: center;
  display: flex;
}

.visual-area img {
    width: 100%;
    max-width: fit-content;
    height: auto;
    max-height: -webkit-fill-available;
    display: block;
    margin: auto;
    transition: opacity .1s ease;
}

.content-area {
  flex: 1;
}

.content-area h2 {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "DM sans", sans-serif;
}

.subtitle {
  color: #5F5F5F;
  /* margin-bottom: 30px; */
}

.tabs {
  /* border-top: 1px solid #ddd; */
}

.tab {
  /* border-bottom: 1px solid #ddd; */
  padding: 18px 0;
  cursor: pointer;
}

.tab-header {
  font-size: 24px;
  font-weight: 600;
  font-family: "DM sans", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #949494;
}

.tab-header:hover {
  color: #2A2A2A;
}

.tab-body {
  font-size: 16px;
  color: #5F5F5F;
  margin-top: 10px;
  display: none;
}

.tab.active .tab-body {
  display: block;
}

.tab.active .tab-header {
  color: #2A2A2A;
}

.arrow {
  transition: transform .6s;
}

.tab.active .arrow {
  transform: rotate(360deg);
}

/* .progress-wrapper {
  width: 100%;
  height: 4px;
  background: #eee;
  border-radius: 4px;
  overflow: hidden;
  margin: 24px 0;
}

.progress-bar {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #6d44e5, #9f7aea);
} */


.tab-progress {
  width: 100%;
  height: 3px;
  background: #eee;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 12px;
}

.tab-progress-fill {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #6d44e5, #9f7aea);
}

/* smoother tab transition */
.tab-body {
  overflow: hidden;
}


/* Fraud Section RESPONSIVE */
@media (max-width: 991px) {

  .fraud-section {
    padding: 0 0 32px;
  }

  .fraud-section .container {
    flex-direction: column-reverse;
  }

  .visual-area {
    width: 100%;
  }

  .tab-header {
  font-size: 20px;
  line-height: 30px;
}
}

@media (max-width: 767px) {
  /* .content-area h2 {
    font-weight: 600;
  } */
}

/* fraud section tabs css end */


/* Mule Monitoring Section CSS start */

.mule-section {
  padding: 64px 0px 64px;
}

.mule-section .container {
  margin: auto;
  display: flex;
  gap: 50px;
  align-items: center;
}

.mule-visual-area {
  flex: 1;
  background: #f6f5ff;
  padding: 40px;
  border-radius: 20px;
  height: 550px;
  align-items: center;
  display: flex;
}

.mule-visual-area img {
    width: 100%;
    max-width: fit-content;
    height: auto;
    max-height: -webkit-fill-available;
    display: block;
    margin: auto;
    transition: opacity .1s ease;
}

.mule-content-area {
  flex: 1;
}

.mule-content-area h2 {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: "DM sans", sans-serif;

}

.mule-subtitle {
  color: #5F5F5F;
  margin-bottom: 30px;
}

.mule-tabs {
  /* border-top: 1px solid #ddd; */
}

.mule-tab {
  /* border-bottom: 1px solid #ddd; */
  padding: 18px 0;
  cursor: pointer;
}

.mule-tab-header {
  font-size: 24px;
  font-weight: 600;
  font-family: "DM sans", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #949494;
}

.mule-tab-header:hover {
  color: #2A2A2A;
}

.mule-tab-body {
  font-size: 16px;
  color: #5F5F5F;
  margin-top: 10px;
  display: none;
  overflow: hidden;
}

.mule-tab.active .mule-tab-body {
  display: block;
}

.mule-tab.active .mule-tab-header {
  color: #2A2A2A;
}

.mule-arrow {
  transition: transform .6s;
}

.mule-tab.active .mule-arrow {
  transform: rotate(360deg);
}

.mule-tab-progress {
  width: 100%;
  height: 3px;
  background: #eee;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 12px;
}

.mule-tab-progress-fill {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #6d44e5, #9f7aea);
}


/* Mule Section RESPONSIVE */
@media (max-width: 991px) {

  .mule-section {
    padding: 32px 0px 32px;
  }

  .mule-section .container {
    flex-direction: column;
  }

  .mule-visual-area {
    width: 100%;
  }

  .mule-tab-header {
    font-size: 20px;
    line-height: 30px;
  }
}

/* Mule Monitoring Section CSS end */


/* Case Management Dashboard CSS start */

.case-management-section{
  /* background: url(../img/easebuzz/frm/bg-pattern.svg) bottom / 100% no-repeat, #002D2D !important; */
  background: url(../img/easebuzz/frm/bg-pattern.svg) bottom / 100% no-repeat,
  linear-gradient(0deg, #093066 100%, #517CE3)!important;

  padding: 80px 0;
}

.case-management-section h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 60px;
}

.case-management-section .case-card {
  /* background: rgba(255,255,255,0.1); */
  border-radius: 16px;
  padding: 40px 0;
  /* min-height: 280px; */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.case-management-section .case-card:hover {
  /* transform: translateY(-5px); */
  /* box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2); */
}

.case-management-section .case-icon {
  /* width: 64px;
  height: 64px; */
  /* background: rgba(167, 139, 250, 0.2); */
  border-radius: 12px;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  margin-bottom: 16px;
}

.case-management-section .case-icon img {
  width: 40px;
  height: auto;
}

.case-management-section .case-card h3 {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: 'DM Sans', sans-serif;
}

.case-management-section .case-card p {
  color: #EAEAEA !important;
  font-size: 16px;
  margin: 0;
}

@media (max-width: 991px) {
  .case-management-section {
    padding: 60px 0;
  }
  .case-management-section h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .case-management-section .case-card {
    min-height: auto;
    padding: 32px;
  }
}

@media (max-width: 767px) {
  .case-management-section {
    padding: 50px 0;
  }
  .case-management-section h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .case-management-section .case-card {
    padding: 28px;
    margin-bottom: 20px;
  }
  .case-management-section .case-card h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
  }
  .case-management-section .case-card p {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .case-management-section {
    padding: 40px 0;
  }
  .case-management-section h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .case-management-section .case-card {
    padding: 24px;
    margin-bottom: 16px;
  }
  .case-management-section .case-icon {
    width: 56px;
    height: auto;
    margin-bottom: 16px;
  }
  .case-management-section .case-icon img {
    /* width: 28px; */
    /* height: auto; */
  }
  .case-management-section .case-card h3 {
    margin-bottom: 10px;
  }
  .case-management-section .case-card p {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (max-width: 360px) {
  .case-management-section {
    padding: 35px 0;
  }
  .case-management-section .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .case-management-section h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .case-management-section .case-card {
    padding: 20px;
    margin-bottom: 15px;
  }
  .case-management-section .case-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
  }
  .case-management-section .case-icon img {
    width: 24px;
    height: 24px;
  }
  .case-management-section .case-card h3 {
    margin-bottom: 8px;
  }
  .case-management-section .case-card p {
    font-size: 13px;
  }
}
/* Case Management Dashboard CSS end */


/* Rule Engine & Violations Analytics CSS start */
.rule-engine-section {
  background: #1a1a3e;
  padding: 80px 0;
}

.rule-engine-section h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 60px;
}

.rule-engine-section .box-row-1{
  margin-bottom: 32px;
}

.rule-card {
  background: #f5f5f7;
  border-radius: 16px;
  /* padding: 20px; */
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
}

.rule-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  /* background: linear-gradient(to top, rgba(245, 247, 255, 1) 0%, rgba(245, 247, 257, 0.8) 60%, rgba(245, 247, 255, 0) 100%); */
  background: linear-gradient(to left, rgba(245, 247, 255, 1) 0%, rgba(245, 247, 255, 0) 10%), linear-gradient(to top, rgba(245, 247, 255, 1) 40%, rgba(245, 247, 255, 0.8) 30%, rgba(245, 247, 255, 0) 50%);
  pointer-events: none;
  z-index: 1;
}

.rule-card:hover {
  /* transform: translateY(-5px); */
}

.rule-card-image {
  margin-bottom: 20px;
  margin-right: -10px;
  overflow: hidden;
  border-radius: 12px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rule-card-image img {
  width: 100%;
  height: 100%;
  max-height: 250px;
  padding-top: 30px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.rule-card-1, .rule-card-4{
    padding: 20px 0 20px 20px;
}

.rule-card-2, .rule-card-3{
    padding: 40px 20px;
}

/* .rule-card-2 img, .rule-card-3 img{
    margin-bottom: -40px;
} */


.rule-card-1:hover .rule-card-image img {
  transform: translate(-5%, -13%);
}

.rule-card-2:hover .rule-card-image img {
  transform: translateY(-13%);
}

.rule-card-3:hover .rule-card-image img {
  transform: translateY(-13%);
}

.rule-card-4:hover .rule-card-image img {
  transform: translate(-5%, -13%);
}

.rule-card-content {
  position: relative;
  z-index: 2;
}

.rule-card-content h3 {
  color: #2A2A2A;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 8px;
  font-family: 'DM Sans', sans-serif;
}

.rule-card-content p {
  color: #5F5F5F;
  font-size: 16px;
  margin: 0;
}

@media (max-width: 991px) {
  .rule-engine-section {
    padding: 60px 0;
  }
  .rule-engine-section h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .rule-card-image {
    height: 220px;
  }

  .rule-engine-section .box-row-2{
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .rule-engine-section {
    padding: 50px 0;
  }
  .rule-engine-section h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .rule-card {
    padding: 25px;
    margin-bottom: 20px;
  }
  .rule-card-image {
    height: 200px;
  }
  .rule-card-content h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .rule-card-content p {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .rule-engine-section {
    padding: 40px 0;
  }
  .rule-engine-section h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .rule-card {
    padding: 20px;
    margin-bottom: 16px;
  }
  .rule-card-image {
    height: 180px;
  }
  .rule-card-content h3 {
    margin-bottom: 10px;
  }
  .rule-card-content p {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (max-width: 360px) {
  .rule-engine-section {
    padding: 35px 0;
  }
  .rule-engine-section .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .rule-engine-section h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .rule-card {
    padding: 18px;
    margin-bottom: 15px;
  }
  .rule-card-image {
    height: 160px;
  }
  .rule-card-content h3 {
    margin-bottom: 8px;
  }
  .rule-card-content p {
    font-size: 13px;
  }
}
/* Rule Engine & Violations Analytics CSS end */


    /* data-ecosystem start */

    .data-ecosystem {
      /* background: #f8f9fa; */
    }
    
    .ecosystem-cards {
      display: flex;
      align-items: stretch;
    }
    
    .ecosystem-card {
      transition: all 0.8s ease;
      cursor: pointer;
      padding: 0 5px;
    }
    
    .ecosystem-card:not(.active) {
      flex: 0.5;
      width: 25%;
      max-width: 300px;
    }
    
    .ecosystem-card.active {
      flex: 2.4;
      width: 100%;
      max-width: 600px;
    }
    
    .ecosystem-content {
      background: #F5F7FF;
      border-radius: 24px;
      padding: 32px 24px;
      height: 100%;
      width: 100%;
      /* box-shadow: 0 5px 20px rgba(0,0,0,0.1); */
      display: flex;
      flex-direction: column;
      position: relative;
      overflow: hidden;
    }
    
    .ecosystem-title {
      font-size: 24px;
      font-weight: 700;
      color: #2A2A2A;
      margin-bottom: 15px;
      transition: all 0.8s ease;
      height: 30px;
    }
    
    .ecosystem-description {
      font-size: 16px;
      color: #5F5F5F;
      margin-bottom: 20px;
      opacity: 0;
      transform: translateY(20px);
      transition: all 0.8s ease 0.1s;
    }
    
    .ecosystem-card.active .ecosystem-description {
      opacity: 1;
      transform: translateY(0);
    }
    
    .ecosystem-image {
      margin-top: auto;
      text-align: center;
      /* opacity: 0.3; */
      transition: all 0.8s ease;
    }
    
    .ecosystem-card.active .ecosystem-image {
      opacity: 1;
    }
    
    .ecosystem-image img {
      /* width: 100%; */
      max-width: 400px;
      height: 400px;
    }
    
    .ecosystem-slider-wrapper {
      position: relative;
    }
    
    .ecosystem-nav {
      display: none;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }
    
    .ecosystem-nav-btn {
      width: 50px;
      height: 50px;
      border: 1px solid #2A2A2A;
      background: transparent;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
      color: #2A2A2A;
      outline: none !important;
    }
    
    .ecosystem-nav-btn:hover {
      background: transparent;
      color: #2a2a2a;
    }
    
    .ecosystem-nav-btn:disabled {
      opacity: 0.5;
      cursor: not-allowed;
    }

    /* @media (min-width: 992px) {
      .ecosystem-card:not(.active) .ecosystem-image img{
        width: 400px;
        height: 400px;
        object-fit: contain;
      }
      
      .ecosystem-card.active .ecosystem-image img{
        width: 400px;
        height: 400px;
        object-fit: contain;
      }
    } */
    
    @media (max-width: 1200px) and (min-width: 992px) {
      .ecosystem-card:not(.active) .ecosystem-image img,
      .ecosystem-card.active .ecosystem-image img {
        width: 300px;
        height: 300px;
        object-fit: contain;
      }

      .ecosystem-card:not(.active) {
        flex: 0.5;
        width: 25%;
        max-width: 250px;
      }
      
      .ecosystem-card.active {
        flex: 2.4;
        width: 100%;
        max-width: 500px;
      }
    }

    @media (max-width: 991px) {
      .ecosystem-slider-wrapper {
        overflow: hidden;
      }
      
      .ecosystem-cards {
        display: flex;
        overflow: visible;
        flex-wrap: nowrap;
        transition: transform 0.3s ease;
        gap: 0;
        margin-bottom: 30px;
        width: 100%;
        height: auto;
      }
      
      .ecosystem-card {
        min-width: 100%;
        flex-shrink: 0;
        margin-bottom: 0;
        padding: 0 !important;
      }
      
      .ecosystem-content {
        text-align: left;
        padding: 40px 30px;
        /* margin: 0 15px; */
      }
      
      .ecosystem-image {
        /* order: -1; */
        margin-top: 0;
        margin-bottom: 30px;
      }
      
      .ecosystem-image img {
        /* max-width: 200px; */
        width: 100%;
        height: auto;
      }
      
      .ecosystem-title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
        font-weight: 600;
      }
      
      .ecosystem-card .ecosystem-description {
        opacity: 1;
        transform: translateY(0);
        font-size: 14px;
      }
      
      .ecosystem-card .ecosystem-image {
        opacity: 1;
      }
      
      .ecosystem-nav {
        display: flex;
      }
    }
    
    @media (max-width: 576px) {
      .ecosystem-content {
        padding: 30px 20px;
        /* margin: 0 10px; */
      }
      
      .ecosystem-card .ecosystem-description {
        font-size: 16px;
      }
      
      .ecosystem-image img {
        /* max-width: 150px; */
      }
    }

    /* data-ecosystem end */


    /* Financial Stack Section start */
      .financial-stack {
        /* background: #f8f9fa; */
      }

      .financial-cards-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
        /* margin-bottom: 40px; */
      }

      .financial-card {
        position: relative;
        height: 400px;
        border-radius: 20px;
        overflow: hidden;
        cursor: pointer;
        will-change: transform;
      }

      .financial-card-content {
        position: relative;
        width: 100%;
        height: 100%;
        border-radius: 24px;
        overflow: hidden;
      }

      .financial-card-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
      }

      .card-bg-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
      }

      .financial-card-overlay {
        position: absolute;
        /* top: 56%; */
        bottom: 0;
        left: 0;
        width: 100%;
        /* height: 40%; */
        /* background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%); */
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0 15px;
        z-index: 2;
        transition: all 0.35s ease;
      }

      .financial-card-content-wrapper {
        transition: all 0.35s ease;
        /* height: 6vh; */
      }

      .financial-card-title {
        color: white;
        font-size: 20px;
        font-weight: 700;
        margin: 0;
        line-height: 30px;
        font-family: "DM Sans", sans-serif;
        display: flex;
        align-items: center;
        justify-content: space-between;
      }

      .financial-card-details {
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        margin-top: 15px;
      }

      .financial-card-description {
        color: #fff !important;
        font-size: 12px;
        line-height: 18px;
        margin: 0 0 20px 0;
      }

      .financial-card-btn {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: transparent;
        border: 2px solid rgba(255, 255, 255, 255);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        backdrop-filter: blur(10px);
        opacity: 0;
        text-decoration: none;
      }

      .financial-card-btn svg {
        rotate: 45deg;
      }

      .financial-card-btn:hover {
        background: transparent;
        border-color: rgba(255,255,255,0.5);
        transform: scale(1.1);
        color: #fff;
      }

      .financial-card-btn:focus {
        outline: 2px solid white;
        outline-offset: 2px;
      }

      /* Desktop hover effects */
      @media (min-width: 992px) {
        .financial-card:hover .financial-card-overlay {
          justify-content: center;
        }

        .financial-card:hover .financial-card-content-wrapper {
          transform: translateY(-20px);
        }

        .financial-card:hover .financial-card-details {
          opacity: 1;
          transform: translateY(0);
        }

        .financial-card:hover .financial-card-btn {
          opacity: 1;
          transform: scale(1);
        }

        .financial-card:hover .card-bg-image {
          transform: scale(1.05);
        }
      }

      /* Mobile navigation */
      .financial-nav {
        display: none;
        justify-content: center;
        gap: 20px;
      }

      .financial-nav-btn {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: transparent;
        border: 1px solid #2A2A2A;
        color: #2A2A2A;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        outline: none !important;
      }

      .financial-nav-btn:hover {
        background: transparent;
        border-color: #2A2A2A;
        transform: translateY(-2px);
      }

      .financial-nav-btn:disabled {
        opacity: 0.5;
        cursor: not-allowed;
      }

      /* Mobile & Tablet Styles */

       @media (max-width: 1024px) {
        .financial-card-content-wrapper {
            /* height: 10vh; */
        }
      }

      @media (max-width: 991px) {
        .financial-stack-wrapper {
          overflow: hidden;
        }

        .financial-cards-container {
          display: flex;
          overflow: visible;
          scroll-snap-type: x mandatory;
          gap: 0;
          margin-bottom: 30px;
          transition: transform 0.3s ease;
          width: 100%;
          height: auto;
        }

        .financial-card {
          min-width: 100%;
          flex-shrink: 0;
          scroll-snap-align: center;
          height: 350px;
          margin: 0;
        }

        .financial-card-details {
          transform: translateY(0);
          opacity: 1;
        }

        .financial-card-btn {
          opacity: 1;
          transform: scale(1);
        }

        .financial-nav {
          display: flex;
        }

        .financial-card-title {
          font-size: 20px;
        }

        .financial-card-description {
          /* font-size: 15px; */
        }

        .financial-card-content-wrapper {
          /* height: 13vh; */
        }
      }

      @media (max-width: 576px) {
        .financial-card {
          height: 520px;
        }

        .financial-card-overlay {
          padding: 25px;
        }

        .financial-card-title {
          font-size: 20px;
        }

        .financial-card-description {
          /* font-size: 14px; */
        }
      }
    /* Financial Stack Section End */


@media (max-width: 1399px){
    .payment-banner__content .frm-banner-img {
        top: 48.8% !important;
    }
}

@media (max-width: 1366px){
    .heading-size-new {
        font-size: 38px!important;
    }
}

@media (max-width: 1199px){
    .payment-banner__content .frm-banner-img {
        top: 31.8% !important
    }

    .faq-section #faqpricing .card .card-header .btn-header-link .desc-head {
        white-space: pre-line;
    }
}

@media (max-width: 1024px) {

    .payment-banner__content.pl-spacing {
        padding: 200px 0 90px !important;
    }

    .payment-banner__content .frm-banner-img {
        top: 41.8% !important
    }

    .heading-size-new {
        font-size: 32px !important;
    }
    
    .slick-slider {
        margin: 30px 50px;
    }

    .payment-collections .teller-card {
        margin-top: 15px;
    }
}

@media only screen and (max-width:1024px) and (min-width:769px){
    .payment-banner__content .banner-heading-size {
        font-size: 41px !important;
    }
}

@media (min-width: 992px) {
    .accept-d-block{
        display: block;
    }
}

@media (max-width: 991px) {
    .payment-banner__content .frm-banner-img.banner-img-w {
        display: block !important;
        position: relative !important;
        right: 0;
        top: 0% !important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(0%) !important;
    }

    .payment-banner__content .frm-banner-img.banner-img-w {
        display: block !important;
        margin: 50px auto 0;
        width: 85% !important;
    }
   
    .payment-collections .carousel-item {
        margin: 20px 0;
    }

    .payment-banner__content.pl-spacing {
        padding: 140px 0 0px !important;
    }

    .payment-collections .carousel-item__card {
        height: auto;
    }

    .slick-prev {
        display: none !important;
    }
    .slick-next {
        display: none !important;
    }
      
    .slick-slider {
        margin: 30px 0px;
    }

    .owl-carousel-a{
        margin: 0 auto !important;
    }

    .deposits-tracking .howitwroks{
        flex-direction: column-reverse;
        gap: 30px;
    }
}

@media (max-width: 768px){
    .atc{
        text-align: left!important;
    }
}

@media (max-width: 767px){
    .frm-sec-space {
        padding: 32px 0 32px !important;
    }

    .frm-sec-space-m {
        margin: 32px 0 32px !important;
    }

    .heading-size-new {
        font-size: 28px !important;
        font-weight: 600 !important;
    }
}

@media (max-width: 600px){
    .frm-sec-space-m {
        margin: 32px 0 32px !important;
    }

    .heading-size-new {
        font-size: 28px !important;
        line-height: 32px !important;
        /* margin-b: 40px 0 !important; */
    }
}