* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/OpenSansCondensed-ExtraBold.woff2') format('woff2'),
        url('../fonts/OpenSansCondensed-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/OpenSansCondensed-Regular.woff2') format('woff2'),
        url('../fonts/OpenSansCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/OpenSansCondensed-Bold.woff2') format('woff2'),
        url('../fonts/OpenSansCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/OpenSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Medium.woff2') format('woff2'),
        url('../fonts/OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Mono';
    src: url('../fonts/IBMPlexMono-Regular.woff2') format('woff2'),
        url('../fonts/IBMPlexMono-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Mono';
    src: url('../fonts/IBMPlexMono-Medium.woff2') format('woff2'),
        url('../fonts/IBMPlexMono-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Mono';
    src: url('../fonts/IBMPlexMono-SemiBold.woff2') format('woff2'),
        url('../fonts/IBMPlexMono-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/*Sadad Native Css Start*/
.native-hero-section{
  padding: 56px 0 0;
}

.native-hero-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding-inline-start: 96px;
  border: 1px solid rgba(142, 27, 62, 0.3);
  border-radius: 10px;
  background: url('../images/sadad-native/hero-bg.webp') no-repeat center / cover;
  max-height: 637px;
  /* min-height: 637px; */
}

.native-hero-content{
  position: relative;
  z-index: 1;
  width: 587px;
  max-width: 100%;
  padding: 48px 0;
}

.native-hero-content h5{
  font-family: 'Open Sans Condensed';
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -2.1828px;
  color: #A2154D;
  margin-bottom: 16px;
}

.native-hero-content h1{
  font-family: 'Open Sans Condensed';
  font-weight: 700;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -2.1828px;
  color: #141414;
  margin-bottom: 16px;
}

.native-hero-content p{
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.1149px;
  color: #141414;
  max-width: 537px;
  margin-bottom: 28px;
}

.native-hero-action{
  display: flex;
  align-items: center;
  gap: 13px;
}

.native-hero-action .btn-primary,
.native-hero-action .btn-secondary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 21px;
  border-radius: 11.69px;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.35px;
}

.native-hero-action .btn-primary{
  background: #8E1B3E;
  border: 1px solid #8E1B3E;
  color: #FFFFFF;
}

.native-hero-action .btn-primary img,
.native-hero-action .btn-secondary img,
.native-cta-actions .btn-primary img,
.native-cta-actions .btn-secondary img,
.native-hero-action .btn-primary svg,
.native-hero-action .btn-secondary svg,
.native-cta-actions .btn-primary svg,
.native-cta-actions .btn-secondary svg{
  width: 14px;
  height: 14px;
  display: block;
}

.native-hero-action .btn-primary:hover,
.native-hero-action .btn-primary:focus,
.native-hero-action .btn-primary:focus:active,
.native-hero-action .btn-primary:active{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 21px;
  gap: 10px;
  border: 1px solid #8E1B3E;
  border-radius: 11.6937px;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.350812px;
}

.native-hero-action .btn-primary:hover svg path,
.native-hero-action .btn-primary:hover:focus svg path{
  stroke: #121212;
}

.native-hero-action .btn-primary:focus svg path,
.native-hero-action .btn-primary:active svg path{
  stroke: #FFFFFF;
}

.native-hero-action .btn-secondary{
  background: #FFFFFF;
  border: 1px solid rgba(142, 27, 62, 0.3);
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.2);
  color: #8E1B3E;
}

.native-hero-action .btn-secondary:hover,
.native-hero-action .btn-secondary:focus,
.native-hero-action .btn-secondary:focus:active,
.native-hero-action .btn-secondary:active{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 21px;
  gap: 10px;
  border: 1px solid rgba(142, 27, 62, 0.3);
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 11.6937px;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.350812px;
}

.native-hero-action .btn-secondary:hover svg path,
.native-hero-action .btn-secondary:hover:focus svg path{
  stroke: #FFFFFF;
}

.native-hero-action .btn-secondary:focus svg path,
.native-hero-action .btn-secondary:active svg path{
  stroke: #121212;
}

.native-hero-figure{
  position: relative;
  z-index: 1;
  max-width: none;
  height: 100%;
  flex-shrink: 0;
  align-self: stretch;
}

.native-hero-figure img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
  display: block;
}

.native-what-section{
  padding: 72px 0 56px 0;
  position: relative;
}

.native-what-section::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: url('../images/sadad-native/why-choose-bg.png') no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.native-what-section::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  bottom:0;
}

.native-what-section > .container{
    position: relative;
    z-index: 1;
}

.native-what-title{
  text-align: center;
  margin-bottom: 56px;
}

.native-what-title h2{
  font-family: 'Open Sans Condensed';
  font-weight: 700;
  font-size: 42px;
  line-height: 46px;
  letter-spacing: -2.0193px;
  color: #141414;
  margin-bottom: 16px;
}

.native-what-title p{
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.1149px;
  color: #141414;
  max-width: 888px;
  margin: 0 auto;
}

.native-what-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.native-what-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 32px;
  border-bottom: 1px solid rgba(142, 27, 62, 0.2);
}

.native-what-item:nth-child(1),
.native-what-item:nth-child(2),
.native-what-item:nth-child(4),
.native-what-item:nth-child(5){
  border-inline-end: 1px solid rgba(142, 27, 62, 0.2);
}

.native-what-item:nth-child(n+4){
  border-bottom: 0;
}

.native-what-icon{
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  overflow: hidden;
}

.native-what-icon img,
.native-what-icon svg{
  width: 32px;
  height: 32px;
  display: block;
  object-fit: contain;
}

.native-what-item h3{
  font-family: 'Open Sans Condensed';
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 12px;
  max-width: 340px;
}

.native-what-item p{
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.1149px;
  color: #000000;
  max-width: 328px;
  margin: 0;
}

.native-how-block{
  display: flex;
  gap:56px;
  flex-direction: column;
}

.native-how-intro{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 56px 0 36px 0;
  border-top: 1px solid rgba(142, 27, 62, 0.15);
  margin-top: 56px;
}

.native-how-intro h2{
  font-family: 'Open Sans Condensed';
  font-weight: 700;
  font-size: 54px;
  line-height: 60px;
  letter-spacing: -2.28px;
  color: #141414;
  margin-bottom: 24px;
}

.native-how-intro p{
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.1149px;
  color: #141414;
  max-width: 382px;
  margin: 0;
}

.native-how-intro-figure{
  width: 422px;
  max-width: 40%;
  flex-shrink: 0;
}

.native-how-intro-figure img{
  width: 100%;
  height: auto;
  display: block;
}

.native-step-row{
  position: relative;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 43px 0;
  border-bottom: 1px solid rgba(142, 27, 62, 0.3);
}

.native-step-row:last-child{
  border-bottom: 0;
}

.native-step-num{
  position: absolute;
  left: -9px;
  top: -85px;
  font-family: 'Open Sans Condensed';
  font-weight: 700;
  font-size: 120px;
  line-height: 1;
  color: #8E1B3E;
  opacity: 0.07;
  pointer-events: none;
}

.native-step-copy{
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.native-step-copy h3{
  font-family: 'Open Sans Condensed';
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 16px;
}

.native-step-copy p{
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.1149px;
  color: #060606;
  max-width: 414px;
  margin: 0;
}

.native-step-copy p strong{
  font-weight: 700;
}

.native-step-card{
  position: relative;
  width: 619px;
  max-width: 50%;
  flex-shrink: 0;
  border: 0.866px solid rgba(142, 27, 62, 0.4);
  border-radius: 10px;
  padding: 27px 24px;
  overflow: hidden;
  z-index: 1;
}

.native-step-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  pointer-events: none;
}

.native-step-card.light{
  background: #FFFFFF;
}

.native-step-card.light::before{
  background-image: url('../images/sadad-native/step-card-bg-light.webp');
  opacity: 0.1;
}

.native-step-card.dark{
  background: #000000;
  color: #FFFFFF;
}

.native-step-card.dark::before{
  background-image: url('../images/sadad-native/step-card-bg-dark.webp');
  opacity: 0.16;
}

.native-step-card > *{
  position: relative;
  z-index: 1;
}

.native-step-card h4{
  font-family: 'Open Sans Condensed';
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.3744px;
  color: #000000;
  margin-bottom: 20px;
}

.native-step-card.dark h4{
  color: #FFFFFF;
}

.native-check-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.native-check-list li{
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #5C000C;
}

.native-check{
  width: 17px;
  height: 17px;
  border: 1.07px solid #8E1B42;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.native-check img,
.native-check svg{
  width: 13px;
  height: 13px;
  display: block;
}

.native-code-rows{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.native-code-row{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-family: 'IBM Plex Mono', 'Courier New', monospace;
  font-size: 13px;
  line-height: 1.4;
  color: #B6FFBD;
}

.native-code-row span:last-child{
  font-weight: 600;
  color: #C9FFC4;
}

.native-pay-logos{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 36px;
}

.native-pay-logos img,
.native-pay-logos svg{
  height: 38px;
  width: 100%;
  max-width: 56px;
  object-fit: contain;
  background: #FFFFFF;
  border: 1.5px solid #D9D9D9;
  border-radius: 6px;
  /* padding: 6px 4px; */
  display: block;
  flex-shrink: 0;
  overflow: hidden;
}

.native-usecase-section{
  padding: 56px 0;
}

.native-usecase-title{
  text-align: center;
  margin-bottom: 56px;
}

.native-usecase-title h2{
  font-family: 'Open Sans Condensed';
  font-weight: 700;
  font-size: 54px;
  line-height: 60px;
  letter-spacing: -2.28px;
  color: #141414;
  margin-bottom: 24px;
}

.native-usecase-title p{
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.1149px;
  color: #141414;
  max-width: 481px;
  margin: 0 auto;
}

.native-usecase-card{
  display: flex;
  align-items: stretch;
  gap: 24px;
  margin-bottom: 48px;
}

.native-usecase-card:last-child{
  margin-bottom: 0;
}

.native-usecase-copy{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 32px;
}

.native-usecase-copy h3{
  font-family: 'Open Sans Condensed';
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 16px;
}

.native-usecase-copy > p{
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.1149px;
  color: #141414;
  margin-bottom: 48px;
}

.native-usecase-copy .native-check-list{
  gap: 16px;
}

.native-usecase-copy .native-check-list li{
  align-items: flex-start;
}

.native-usecase-figure{
  width: 623px;
  max-width: 50%;
  flex-shrink: 0;
  border-radius: 15px;
  overflow: hidden;
}

.native-usecase-figure img{
  width: 100%;
  height: 100%;
  min-height: 550px;
  object-fit: cover;
  display: block;
}

.native-cta-section{
  padding: 56px 0 0 0;
}

.native-cta-banner{
  position: relative;
  height: 376px;
  border-radius: 20px;
  overflow: hidden;
  background: #541024;
  border: 0.236px solid #630824;
}

.native-cta-banner::before{
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/sadad-native/cta-bg.webp') center / cover no-repeat;
  opacity: 0.85;
}

.native-cta-copy{
  position: relative;
  z-index: 2;
  max-width: 547px;
  padding: 62px 0 0 48px;
}

.native-cta-copy h2{
  font-family: 'Open Sans Condensed';
  font-weight: 700;
  font-size: 54px;
  line-height: 60px;
  letter-spacing: -2.28px;
  color: #FFFFFF;
  margin-bottom: 26px;
}

.native-cta-copy p{
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.1149px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 26px;
  max-width: 433px;
}

.native-cta-actions{
  display: flex;
  align-items: center;
  gap: 13px;
}

.native-cta-actions .btn-primary,
.native-cta-actions .btn-secondary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 21px;
  border-radius: 11.69px;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.35px;
}

.native-cta-actions .btn-primary{
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #8E1B3E;
}

.native-cta-actions .btn-primary:hover,
.native-cta-actions .btn-primary:focus,
.native-cta-actions .btn-primary:focus:active,
.native-cta-actions .btn-primary:active{
  background: #8E1B3E;
  color: #ffffff;
  padding: 15px 21px;
  border-radius: 11.6937px;
  border-color: #8E1B3E;
}

.native-cta-actions .btn-primary:hover svg path,
.native-cta-actions .btn-primary:focus svg path,
.native-cta-actions .btn-primary:focus:active svg path,
.native-cta-actions .btn-primary:active svg path{
  stroke: #FFFFFF;
}

.native-cta-actions .btn-secondary{
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
}

.native-cta-actions .btn-secondary:hover,
.native-cta-actions .btn-secondary:focus,
.native-cta-actions .btn-secondary:focus:active,
.native-cta-actions .btn-secondary:active{
  background: #8E1B3E;
  color: #FFFFFF;
  padding: 15px 21px;
  border-radius: 11.6937px;
}

.native-cta-visual{
  position: absolute;
  inset-inline-end: 0;
  bottom: 0px;
  width: 464px;
  z-index: 1;
  pointer-events: none;
  margin-right:50px;
}

.native-cta-visual img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
  display: block;
}

.native-bridge-card{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #FFF2F6;
  border: 0.944px solid rgba(142, 27, 62, 0.2);
  border-radius: 20px;
  padding: 20px 22px 24px 22px;
  margin-top: 32px;
}

.native-bridge-card h3{
  font-family: 'Open Sans Condensed';
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #1A1A1A;
  margin-bottom: 12px;
}

.native-bridge-card p{
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  max-width: 490px;
  margin: 0;
}

.native-bridge-card .native-btn-bridge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  border: 1.5px solid #BFBFBF;
  border-radius: 100px;
  background: transparent;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 16px;
  color: #262626;
  white-space: nowrap;
  text-decoration: none;
}

.native-bridge-card .native-btn-bridge:hover{
  color: #8E1B3E;
  border-color: #8E1B3E;
}

.native-benefit-section{
  padding: 56px 0 48px 0;
}

.native-benefit-title{
  text-align: center;
}

.native-benefit-title h2{
  font-family: 'Open Sans Condensed';
  font-weight: 700;
  font-size: 42px;
  line-height: 67px;
  letter-spacing: -2.0193px;
  color: #141414;
  margin-bottom: 16px;
}

.native-benefit-title p{
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.1149px;
  color: #141414;
  margin: 0;
}

.native-benefit-grid{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  padding-top: 60px;
}

.native-benefit-card{
  width: calc(33.333% - 16px);
  background: #FFFFFF;
  border: 0.944px solid #CFD4DB;
  border-radius: 15.11px;
  padding: 15px 15px 24px 15px;
}

.native-benefit-icon{
  width: 44px;
  height: 44px;
  background: #F4E8EC;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  overflow: hidden;
}

.native-benefit-icon img,
.native-benefit-icon svg{
  width: 22px;
  height: 22px;
  display: block;
}

.native-benefit-card h6{
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.085px;
  color: #141414;
  margin-bottom: 24px;
}

.native-benefit-card p{
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}
/*Sadad Native Css End*/
/* Footer Code Css Start */
footer{
  background-color: #FAFBFD;
  padding: 0px !important;
}

.footer-menu-wrap{
  padding: 24px 0px;
  display: flex;
  gap: 32px;
  margin-bottom: 24px;
}

.footer-menu-list{
  flex: 1;
}

.footer-menu-box{
  margin-bottom: 32px;
}

.footer-menu-box h6{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #8E1B3E;
  margin-bottom: 8px;
}

.footer-menu-box ul{
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0px;
}

.footer-menu-box ul li a{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.005em;
  color: #141414;
  margin-bottom: 8px;
  display: inline-block;
}

.footer-menu-box ul li a:hover,
.footer-menu-box ul li a:focus{
  color: #8E1B3E;
}

.footer-card-main{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.footer-social-wrap ul{
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
  display: flex;
  gap: 12px;
}

.footer-social-wrap ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  width: 32px;
  height: 32px;
  background: #F4E8EC;
  border-radius: 50px;
}

.footer-social-wrap ul li a span{
  display: inline-flex;
}

.footer-card-wrap ul{
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
  display: flex;
  gap: 6px;
}

.footer-card-wrap ul li a{
  display: inline-block;
}

.f-card-second{
  margin-bottom: 0px;
  padding-bottom: 24px;
  border-bottom: 1px solid #9CA3AF;
}

.footer-copy-main{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-copy-main .f-copy-text p{
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.005em;
  color: #141414;
  margin-bottom: 0px;
}

.f-copy-app ul{
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 24px 0px;
}
/* Footer Code Css End */

@media (max-width: 991.98px) {
  .native-what-item {
    border-inline-end: 0 !important;
    border-bottom: 1px solid rgba(142, 27, 62, 0.2);
  }
  .native-what-item:last-child {
    border-bottom: 0;
  }
}

/* JVB */
.native-hero-action .btn-primary:hover {
  background: var(--seondary-color);
}
.native-hero-action .btn-secondary:hover {
    background: var(--main-color);
    color: #fff;
}


/* Responsive Css Start */

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
/*HOME PAGE CSS START*/
body {padding-top: 102px !important;}
.container{padding: 0px 20px !important;}

.native-what-section::before{display: none;}

/*Sadad Native Css Start*/
.native-hero-section,
.native-what-section,
.native-how-section,
.native-usecase-section,
.native-cta-section,
.native-benefit-section {padding-left: 0; padding-right: 0;}
.native-hero-section .container,
.native-what-section .container,
.native-how-section .container,
.native-usecase-section .container,
.native-cta-section .container,
.native-benefit-section .container {padding: 0 16px !important;}
.native-hero-section {padding-top: 16px;}
.native-hero-box {height:648px; max-height:648px; flex-direction: column; align-items: center; padding: 32px 16px 0 16px; overflow: hidden; border-radius: 12px; gap: 32px; border-color: rgba(142, 27, 62, 0.1); background: url('../images/sadad-native/hero-bg-mobile.webp') no-repeat center / cover;}
.native-hero-content {width: 100%; padding: 0; text-align: center; flex-shrink: 0;}
.native-hero-content h5 {font-size: 24px; line-height: 26px; letter-spacing: -0.5px; margin-bottom: 12px; color: #8E1B3E;}
.native-hero-content h1 {font-size: 32px; line-height: 36px; letter-spacing: -1.5px; margin-bottom: 16px!important;}
.native-hero-content p {font-size: 14px; line-height: 20px; max-width: 302px; margin: 0 auto; letter-spacing: 0;}
.native-hero-action {justify-content: center; flex-wrap: nowrap; gap: 11px; margin-top: 32px;}
.native-hero-action .btn-primary,
.native-hero-action .btn-secondary,
.native-hero-action .btn-primary:hover,
.native-hero-action .btn-primary:focus,
.native-hero-action .btn-primary:focus:active,
.native-hero-action .btn-primary:active,
.native-hero-action .btn-secondary:hover,
.native-hero-action .btn-secondary:focus,
.native-hero-action .btn-secondary:focus:active,
.native-hero-action .btn-secondary:active {padding: 14px 18px; font-size: 14px; line-height: 15.6px; letter-spacing: -0.31px; gap: 6px; border-radius: 10.4px;}
.native-hero-action .btn-primary span,
.native-hero-action .btn-secondary span {display: inline-flex;}
.native-hero-action .btn-primary img,
.native-hero-action .btn-secondary img,
.native-hero-action .btn-primary svg,
.native-hero-action .btn-secondary svg {width: 12px; height: 12px;}
.native-hero-figure {position: relative; left: auto; top: auto; transform: none; width: 100%; height: auto; max-width: 100%; margin: 0; flex: 1 1 auto; min-height: 0; align-self: auto;}
.native-hero-figure img {width: 100%; max-width: 100%; height: 100%; object-fit: contain; object-position: center bottom; display: block;margin-top:0;}
.native-what-section {padding: 32px 0;}
.native-what-title {margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid rgba(142, 27, 62, 0.24);}
.native-what-title h2 {font-size: 28px; line-height: 36px; letter-spacing: -1px;}
.native-what-title p {font-size: 14px; line-height: 20px;}
.native-what-grid {grid-template-columns: 1fr; gap: 24px;}
.native-what-item {align-items: flex-start; text-align: start; border: 0 !important; padding: 0; gap: 16px;}
.native-what-item h3 {font-size: 20px; line-height: 26px; max-width: none; margin-bottom: 0;}
.native-what-item p {font-size: 14px; line-height: 20px; max-width: none;}
.native-what-icon {width: 36px; height: 36px; background: #FAF3F5; border-radius: 8px; padding: 5px; display: flex; align-items: center; justify-content: center; margin-bottom: 0;}
.native-what-icon img,
.native-what-icon svg {width: 26px; height: 26px;}
.native-how-block {background: #FFF5F5; margin: 32px -16px 0; padding: 32px 16px 40px; border-top: 1px solid #EBEBEB;}
.native-how-intro {flex-direction: column; align-items: flex-start; padding: 0; margin-top: 0; gap: 8px; border-top: 0;}
.native-how-intro h2 {font-size: 28px; line-height: 36px; letter-spacing: -1px; margin-bottom: 8px;}
.native-how-intro p {font-size: 14px; line-height: 20px; max-width: 100%;}
.native-how-intro-figure {display: none;}
.native-step-row {flex-direction: column; align-items: flex-start; padding: 24px 0; gap: 16px;}
.native-step-num {position: static; font-size: 60px; line-height: 60px; opacity: 0.17; left: auto; top: auto;}
.native-step-copy h3 {font-size: 20px; line-height: 26px; margin-bottom: 8px;}
.native-step-copy p {font-size: 14px; line-height: 20px; max-width: 100%;}
.native-step-card {width: 100%; max-width: 100%; padding: 16px;}
.native-step-card h4 {font-size: 16px; line-height: normal; margin-bottom: 16px;}
.native-step-card.light h4 {color: #5C000C;}
.native-check-list {gap: 8px;}
.native-step-card .native-check-list li {font-size: 12px; line-height: normal; gap: 10px;}
.native-check {width: 14px; height: 14px;}
.native-check img,
.native-check svg {width: 10px; height: 10px;}
.native-code-row {font-size: 12px;}
.native-pay-logos {margin-top: 16px;max-width:300px;}
.native-usecase-section {padding-top: 32px; padding-bottom: 32px;}
.native-usecase-title {margin-bottom: 32px;}
.native-usecase-title h2 {font-size: 28px; line-height: 36px; letter-spacing: -1px;}
.native-usecase-title p {font-size: 14px; line-height: 20px;}
.native-usecase-card {flex-direction: column; gap: 16px; margin-bottom: 24px;}
.native-usecase-figure {width: 100%; max-width: 100%; order: -1;}
.native-usecase-figure img {min-height: 0; aspect-ratio: 1247 / 1100; border-radius: 15px;}
.native-usecase-copy {padding: 16px 0 0 0;}
.native-usecase-copy h3 {font-size: 20px; line-height: 26px;}
.native-usecase-copy > p {font-size: 14px; line-height: 20px; margin-bottom: 20px;}
.native-cta-section {padding-top: 0;}
.native-cta-banner {height: auto; display: flex; flex-direction: column; align-items: center; padding: 32px 16px 0; border-radius: 12px; background: #8E1B3E; min-height: 0;}
.native-cta-copy {padding: 0; max-width: 100%; text-align: center;}
.native-cta-copy h2 {font-size: 32px; line-height: 36px; letter-spacing: -1.5px; margin-bottom: 20px;}
.native-cta-copy p {font-size: 14px; line-height: 20px; max-width: 100%; margin-bottom: 20px; color: rgba(255,255,255,0.88);}
.native-cta-visual {display: block; position: relative; inset-inline-end: auto; left: auto; right: auto; top: auto; width: 100%; margin-top: 20px;overflow:hidden;margin-right:0;}
.native-cta-visual img {width: 100%; height: auto; object-fit: contain; object-position: center bottom;}
.native-cta-actions {justify-content: center; flex-wrap: nowrap; gap: 11px;}
.native-cta-actions .btn-primary,
.native-cta-actions .btn-secondary {width: auto; flex: 1; padding: 14px 18px; font-size: 14px; line-height: 15.6px; gap: 6px; border-radius: 10.4px;}
.native-bridge-card {flex-direction: column; align-items: flex-start; height: auto; padding: 20px; margin-top: 16px; border-radius: 16px; gap: 16px;}
.native-bridge-card h3 {font-size: 20px; line-height: 27px; margin-bottom: 0;}
.native-bridge-card p {max-width: 100%; font-size: 14px; line-height: 1.4;}
.native-bridge-card .native-btn-bridge {width: 100%; padding: 14px 24px; font-size: 14px;}
.native-benefit-section {padding: 40px 0;}
.native-benefit-title h2 {font-size: 28px; line-height: 36px; letter-spacing: -1px;}
.native-benefit-title p {font-size: 14px; line-height: 20px;}
.native-benefit-grid {padding-top: 24px; gap: 16px;}
.native-benefit-card {width: 100%; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 16px; border-radius: 12px;}
.native-benefit-icon {margin: 0;}
.native-benefit-card h6 {font-size: 16px; line-height: 24px;}
.native-benefit-card p {font-size: 13px;}
/*Sadad Native Css End*/


/*FOOTER CSS START*/
.footer-menu-wrap {gap: 0;flex-wrap: wrap;}
.footer-menu-list {flex: initial; flex: 0 0 calc(50% - 0px);}
.footer-card-main {align-items: center; margin-bottom: 16px; flex-direction: column; row-gap: 16px;} /* flex-start JVB*/
.f-card-second{border-top: 1px solid #9CA3AF;padding-top: 25px;} /* JVB */
.footer-copy-main {align-items: flex-start; justify-content: space-between; flex-direction: column;}
.footer-copy-main .f-copy-text {order: 2;}
.f-copy-app ul {padding: 0px 0px 16px 0px;}
.footer-copy-main .f-copy-text p {margin-bottom: 16px;}

/*FOOTER CSS END*/
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
/*HOME PAGE CSS START*/
body {padding-top: 102px !important;}
.container{padding: 0px 20px !important;}

.native-what-section::before{display: none;}

/*Sadad Native Css Start*/
.native-hero-section,
.native-what-section,
.native-how-section,
.native-usecase-section,
.native-cta-section,
.native-benefit-section {padding-left: 0; padding-right: 0;}
.native-hero-section .container,
.native-what-section .container,
.native-how-section .container,
.native-usecase-section .container,
.native-cta-section .container,
.native-benefit-section .container {padding: 0 16px !important;}
.native-hero-section {padding-top: 16px;}
.native-hero-box {height: 648px; max-height: 648px; flex-direction: column; align-items: center; padding: 32px 16px 0 16px; overflow: hidden; border-radius: 12px; gap: 20px; border-color: rgba(142, 27, 62, 0.1); background: url('../images/sadad-native/hero-bg-mobile.webp') no-repeat center / cover;}
.native-hero-content {width: 100%; padding: 0; text-align: center; flex-shrink: 0;}
.native-hero-content h5 {font-size: 24px; line-height: 26px; letter-spacing: -0.5px; margin-bottom: 12px; color: #8E1B3E;}
.native-hero-content h1 {font-size: 32px; line-height: 36px; letter-spacing: -1.5px; margin-bottom: 16px!important;}
.native-hero-content p {font-size: 14px; line-height: 20px; max-width: 302px; margin: 0 auto; letter-spacing: 0;}
.native-hero-action {justify-content: center; flex-wrap: nowrap; gap: 11px; margin-top: 32px;}
.native-hero-action .btn-primary,
.native-hero-action .btn-secondary,
.native-hero-action .btn-primary:hover,
.native-hero-action .btn-primary:focus,
.native-hero-action .btn-primary:focus:active,
.native-hero-action .btn-primary:active,
.native-hero-action .btn-secondary:hover,
.native-hero-action .btn-secondary:focus,
.native-hero-action .btn-secondary:focus:active,
.native-hero-action .btn-secondary:active {padding: 14px 18px; font-size: 14px; line-height: 15.6px; letter-spacing: -0.31px; gap: 6px; border-radius: 10.4px;}
.native-hero-action .btn-primary span,
.native-hero-action .btn-secondary span {display: inline-flex;}
.native-hero-action .btn-primary img,
.native-hero-action .btn-secondary img,
.native-hero-action .btn-primary svg,
.native-hero-action .btn-secondary svg {width: 12px; height: 12px;}
.native-hero-figure {position: relative; left: auto; top: auto; transform: none; width: 100%; height: auto; max-width: 100%; margin: 0; flex: 1 1 auto; min-height: 0; align-self: auto;}
.native-hero-figure img {width: 100%; max-width: 100%; height: 100%; object-fit: contain; object-position: center bottom; display: block;}
.native-what-section {padding: 32px 0;}
.native-what-title {margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid rgba(142, 27, 62, 0.24);}
.native-what-title h2 {font-size: 28px; line-height: 36px; letter-spacing: -1px;}
.native-what-title p {font-size: 14px; line-height: 20px;}
.native-what-grid {grid-template-columns: 1fr; gap: 24px;}
.native-what-item {align-items: flex-start; text-align: start; border: 0 !important; padding: 0; gap: 16px;}
.native-what-item h3 {font-size: 20px; line-height: 26px; max-width: none; margin-bottom: 0;}
.native-what-item p {font-size: 14px; line-height: 20px; max-width: none;}
.native-what-icon {width: 36px; height: 36px; background: #FAF3F5; border-radius: 8px; padding: 5px; display: flex; align-items: center; justify-content: center; margin-bottom: 0;}
.native-what-icon img,
.native-what-icon svg {width: 26px; height: 26px;}
.native-how-block {background: #FFF5F5; margin: 32px -16px 0; padding: 32px 16px 40px; border-top: 1px solid #EBEBEB;}
.native-how-intro {flex-direction: column; align-items: flex-start; padding: 0; margin-top: 0; gap: 8px; border-top: 0;}
.native-how-intro h2 {font-size: 28px; line-height: 36px; letter-spacing: -1px; margin-bottom: 8px;}
.native-how-intro p {font-size: 14px; line-height: 20px; max-width: 100%;}
.native-how-intro-figure {display: none;}
.native-step-row {flex-direction: column; align-items: flex-start; padding: 24px 0; gap: 16px;}
.native-step-num {position: static; font-size: 60px; line-height: 60px; opacity: 0.17; left: auto; top: auto;}
.native-step-copy h3 {font-size: 20px; line-height: 26px; margin-bottom: 8px;}
.native-step-copy p {font-size: 14px; line-height: 20px; max-width: 100%;}
.native-step-card {width: 100%; max-width: 100%; padding: 16px;}
.native-step-card h4 {font-size: 16px; line-height: normal; margin-bottom: 16px;}
.native-step-card.light h4 {color: #5C000C;}
.native-check-list {gap: 8px;}
.native-step-card .native-check-list li {font-size: 12px; line-height: normal; gap: 10px;}
.native-check {width: 14px; height: 14px;}
.native-check img,
.native-check svg {width: 10px; height: 10px;}
.native-code-row {font-size: 12px;}
.native-pay-logos {margin-top: 16px;max-width:300px;}
.native-usecase-section {padding-top: 32px; padding-bottom: 32px;}
.native-usecase-title {margin-bottom: 32px;}
.native-usecase-title h2 {font-size: 28px; line-height: 36px; letter-spacing: -1px;}
.native-usecase-title p {font-size: 14px; line-height: 20px;}
.native-usecase-card {flex-direction: column; gap: 16px; margin-bottom: 24px;}
.native-usecase-figure {width: 100%; max-width: 100%; order: -1;}
.native-usecase-figure img {min-height: 0; aspect-ratio: 1247 / 1100; border-radius: 15px;}
.native-usecase-copy {padding: 16px 0 0 0;}
.native-usecase-copy h3 {font-size: 20px; line-height: 26px;}
.native-usecase-copy > p {font-size: 14px; line-height: 20px; margin-bottom: 20px;}
.native-cta-section {padding-top: 0;}
.native-cta-banner {height: auto; display: flex; flex-direction: column; align-items: center; padding: 32px 16px 0; border-radius: 12px; background: #8E1B3E; min-height: 0;}
.native-cta-copy {padding: 0; max-width: 100%; text-align: center;}
.native-cta-copy h2 {font-size: 32px; line-height: 36px; letter-spacing: -1.5px; margin-bottom: 20px;}
.native-cta-copy p {font-size: 14px; line-height: 20px; max-width: 100%; margin-bottom: 20px; color: rgba(255,255,255,0.88);}
.native-cta-visual {display: block; position: relative; inset-inline-end: auto; left: auto; right: auto; top: auto; width: 100%; margin-top: 20px;margin-right:0;}
.native-cta-visual img {width: 100%; height: 100%; object-fit: contain; object-position: center bottom;}
.native-cta-actions {justify-content: center; flex-wrap: nowrap; gap: 11px;}
.native-cta-actions .btn-primary,
.native-cta-actions .btn-secondary {width: auto; flex: 1; padding: 14px 18px; font-size: 14px; line-height: 15.6px; gap: 6px; border-radius: 10.4px;}
.native-bridge-card {flex-direction: column; align-items: flex-start; height: auto; padding: 20px; margin-top: 16px; border-radius: 16px; gap: 16px;}
.native-bridge-card h3 {font-size: 20px; line-height: 27px; margin-bottom: 0;}
.native-bridge-card p {max-width: 100%; font-size: 14px; line-height: 1.4;}
.native-bridge-card .native-btn-bridge {width: 100%; padding: 14px 24px; font-size: 14px;}
.native-benefit-section {padding: 40px 0;}
.native-benefit-title h2 {font-size: 28px; line-height: 36px; letter-spacing: -1px;}
.native-benefit-title p {font-size: 14px; line-height: 20px;}
.native-benefit-grid {padding-top: 24px; gap: 16px;}
.native-benefit-card {width: 100%; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 16px; border-radius: 12px;}
.native-benefit-icon {margin: 0;}
.native-benefit-card h6 {font-size: 16px; line-height: 24px;}
.native-benefit-card p {font-size: 13px;}
/*Sadad Native Css End*/


/*FOOTER CSS START*/
.footer-menu-wrap {gap: 0;flex-wrap: wrap;}
.footer-menu-list {flex: initial; flex: 0 0 calc(50% - 0px);}
.footer-card-main {align-items: flex-start; margin-bottom: 16px; flex-direction: column; row-gap: 16px;}
.footer-copy-main {align-items: flex-start; justify-content: space-between; flex-direction: column;}
.footer-copy-main .f-copy-text {order: 2;}
.f-copy-app ul {padding: 0px 0px 16px 0px;}
.footer-copy-main .f-copy-text p {margin-bottom: 16px;}
/*FOOTER CSS END*/
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
/*HOME PAGE CSS START*/
body {padding-top: 82px !important;}
.container{padding: 0px 20px !important;}

.native-what-section::before{display: none;}

/*Sadad Native Css Start*/
.native-hero-section,
.native-what-section,
.native-how-section,
.native-usecase-section,
.native-cta-section,
.native-benefit-section {padding-left: 0; padding-right: 0;}
.native-hero-section .container,
.native-what-section .container,
.native-how-section .container,
.native-usecase-section .container,
.native-cta-section .container,
.native-benefit-section .container {padding: 0 16px !important;}
.native-hero-section {padding-top: 16px;}
.native-hero-box {height: 648px; max-height: 648px; flex-direction: column; align-items: center; padding: 32px 16px 0 16px; overflow: hidden; border-radius: 12px; gap: 32px; border-color: rgba(142, 27, 62, 0.1); background: url('../images/sadad-native/hero-bg-mobile.webp') no-repeat center / cover;}
.native-hero-content {width: 100%; padding: 0; text-align: center; flex-shrink: 0;}
.native-hero-content h5 {font-size: 24px; line-height: 26px; letter-spacing: -0.5px; margin-bottom: 12px; color: #8E1B3E;}
.native-hero-content h1 {font-size: 32px; line-height: 36px; letter-spacing: -1.5px; margin-bottom: 16px!important;}
.native-hero-content p {font-size: 14px; line-height: 20px; max-width: 302px; margin: 0 auto; letter-spacing: 0;}
.native-hero-action {justify-content: center; flex-wrap: nowrap; gap: 11px; margin-top: 32px;}
.native-hero-action .btn-primary,
.native-hero-action .btn-secondary,
.native-hero-action .btn-primary:hover,
.native-hero-action .btn-primary:focus,
.native-hero-action .btn-primary:focus:active,
.native-hero-action .btn-primary:active,
.native-hero-action .btn-secondary:hover,
.native-hero-action .btn-secondary:focus,
.native-hero-action .btn-secondary:focus:active,
.native-hero-action .btn-secondary:active {padding: 14px 18px; font-size: 14px; line-height: 15.6px; letter-spacing: -0.31px; gap: 6px; border-radius: 10.4px;}
.native-hero-action .btn-primary span,
.native-hero-action .btn-secondary span {display: inline-flex;}
.native-hero-action .btn-primary img,
.native-hero-action .btn-secondary img,
.native-hero-action .btn-primary svg,
.native-hero-action .btn-secondary svg {width: 12px; height: 12px;}
.native-hero-figure {position: relative; left: auto; top: auto; transform: none; width: 100%; height: auto; max-width: 100%; margin: 0; flex: 1 1 auto; min-height: 0; align-self: auto;}
.native-hero-figure img {width: 100%; max-width: 100%; height: 100%; object-fit: contain; object-position: center top; display: block;}
.native-what-section {padding: 32px 0;}
.native-what-title {margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid rgba(142, 27, 62, 0.24);}
.native-what-title h2 {font-size: 28px; line-height: 36px; letter-spacing: -1px;}
.native-what-title p {font-size: 14px; line-height: 20px;}
.native-what-grid {grid-template-columns: 1fr; gap: 24px;}
.native-what-item {align-items: flex-start; text-align: start; border: 0 !important; padding: 0; gap: 16px;}
.native-what-item h3 {font-size: 20px; line-height: 26px; max-width: none; margin-bottom: 0;}
.native-what-item p {font-size: 14px; line-height: 20px; max-width: none;}
.native-what-icon {width: 36px; height: 36px; background: #FAF3F5; border-radius: 8px; padding: 5px; display: flex; align-items: center; justify-content: center; margin-bottom: 0;}
.native-what-icon img,
.native-what-icon svg {width: 26px; height: 26px;}
.native-how-block {background: #FFF5F5; margin: 32px -16px 0; padding: 32px 16px 40px; border-top: 1px solid #EBEBEB;}
.native-how-intro {flex-direction: column; align-items: flex-start; padding: 0; margin-top: 0; gap: 8px; border-top: 0;}
.native-how-intro h2 {font-size: 28px; line-height: 36px; letter-spacing: -1px; margin-bottom: 8px;}
.native-how-intro p {font-size: 14px; line-height: 20px; max-width: 100%;}
.native-how-intro-figure {display: none;}
.native-step-row {flex-direction: column; align-items: flex-start; padding: 24px 0; gap: 16px;}
.native-step-num {position: static; font-size: 60px; line-height: 60px; opacity: 0.17; left: auto; top: auto;}
.native-step-copy h3 {font-size: 20px; line-height: 26px; margin-bottom: 8px;}
.native-step-copy p {font-size: 14px; line-height: 20px; max-width: 100%;}
.native-step-card {width: 100%; max-width: 100%; padding: 16px;}
.native-step-card h4 {font-size: 16px; line-height: normal; margin-bottom: 16px;}
.native-step-card.light h4 {color: #5C000C;}
.native-check-list {gap: 8px;}
.native-step-card .native-check-list li {font-size: 12px; line-height: normal; gap: 10px;}
.native-check {width: 14px; height: 14px;}
.native-check img,
.native-check svg {width: 10px; height: 10px;}
.native-code-row {font-size: 12px;}
.native-pay-logos {margin-top: 16px;}
.native-usecase-section {padding-top: 32px; padding-bottom: 32px;}
.native-usecase-title {margin-bottom: 32px;}
.native-usecase-title h2 {font-size: 28px; line-height: 36px; letter-spacing: -1px;}
.native-usecase-title p {font-size: 14px; line-height: 20px;}
.native-usecase-card {flex-direction: column; gap: 16px; margin-bottom: 24px;}
.native-usecase-figure {width: 100%; max-width: 100%; order: -1;}
.native-usecase-figure img {min-height: 0; aspect-ratio: 1247 / 1100; border-radius: 15px;}
.native-usecase-copy {padding: 16px 0 0 0;}
.native-usecase-copy h3 {font-size: 20px; line-height: 26px;}
.native-usecase-copy > p {font-size: 14px; line-height: 20px; margin-bottom: 20px;}
.native-cta-section {padding-top: 0;}
.native-cta-banner {height: auto; display: flex; flex-direction: column; align-items: center; padding: 32px 16px 0; border-radius: 12px; background: #8E1B3E; min-height: 0;}
.native-cta-copy {padding: 0; max-width: 100%; text-align: center;}
.native-cta-copy h2 {font-size: 32px; line-height: 36px; letter-spacing: -1.5px; margin-bottom: 20px;}
.native-cta-copy p {font-size: 14px; line-height: 20px; max-width: 100%; margin-bottom: 20px; color: rgba(255,255,255,0.88);}
.native-cta-visual {display: block; position: relative; inset-inline-end: auto; left: auto; right: auto; top: auto; width: 100%; margin-top: 20px;margin-right:0;}
.native-cta-visual img {width: 100%; height: 100%; object-fit: contain; object-position: center bottom;}
.native-cta-actions {justify-content: center; flex-wrap: nowrap; gap: 11px;}
.native-cta-actions .btn-primary,
.native-cta-actions .btn-secondary {width: auto; flex: 1; padding: 14px 18px; font-size: 14px; line-height: 15.6px; gap: 6px; border-radius: 10.4px;}
.native-bridge-card {flex-direction: column; align-items: flex-start; height: auto; padding: 20px; margin-top: 16px; border-radius: 16px; gap: 16px;}
.native-bridge-card h3 {font-size: 20px; line-height: 27px; margin-bottom: 0;}
.native-bridge-card p {max-width: 100%; font-size: 14px; line-height: 1.4;}
.native-bridge-card .native-btn-bridge {width: 100%; padding: 14px 24px; font-size: 14px;}
.native-benefit-section {padding: 40px 0;}
.native-benefit-title h2 {font-size: 28px; line-height: 36px; letter-spacing: -1px;}
.native-benefit-title p {font-size: 14px; line-height: 20px;}
.native-benefit-grid {padding-top: 24px; gap: 16px;}
.native-benefit-card {width: calc(50% - 8px); display: flex; flex-direction: column; align-items: center; text-align: center; padding: 16px; border-radius: 12px;}
.native-benefit-icon {margin: 0;}
.native-benefit-card h6 {font-size: 16px; line-height: 24px;}
.native-benefit-card p {font-size: 13px;}
/*Sadad Native Css End*/


/*FOOTER CSS START*/
.footer-menu-wrap {gap: 0;flex-wrap: wrap;}
.footer-menu-list {flex: initial; flex: 0 0 calc(50% - 0px);}
.footer-card-main {align-items: flex-start; margin-bottom: 16px; flex-direction: column; row-gap: 16px;}
.footer-copy-main {align-items: flex-start; justify-content: space-between; flex-direction: column;}
.footer-copy-main .f-copy-text {order: 2;}
.f-copy-app ul {padding: 0px 0px 16px 0px;}
.footer-copy-main .f-copy-text p {margin-bottom: 16px;}
.footer-menu-wrap {gap: 0;flex-wrap: wrap;}
.footer-menu-list {flex: initial; flex: 0 0 calc(50% - 0px);}
/*FOOTER CSS END*/
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
.native-hero-box {padding-inline-start: 40px; max-height: 485px;}
.native-hero-content {width: 48%;}
.native-hero-content h1 {font-size: 48px; line-height: 56px;}
.native-hero-figure {width: 46%; height: 100%; margin: 0; align-self: stretch;}
.native-hero-figure img {object-fit: contain; object-position: right top;}
.native-what-item h3 {font-size: 18px; line-height: 24px;}
.native-how-intro h2 {font-size: 42px; line-height: 48px;}
.native-step-card {width: 48%;}
.native-usecase-figure {width: 48%;}
.native-usecase-figure img {min-height: 420px;}
.native-cta-copy {padding: 48px 0 0 32px;}
.native-cta-copy h2 {font-size: 42px; line-height: 48px;}
.native-cta-visual {width: 380px;}
.native-benefit-card {width: calc(50% - 12px);}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
.native-hero-box {padding-inline-start: 56px; max-height: 580px;}
.native-hero-content h1 {font-size: 56px; line-height: 64px;}
.native-hero-figure {width: 500px; height: 100%;}
.native-benefit-card {width: calc(33.333% - 16px);}
}

/* XXL devices (extra wide screens, 1400px and up) */
@media (min-width: 1400px) {
  /* Styles for very large monitors */
}



/* Responsive Css End */
