.elementor-10 .elementor-element.elementor-element-41567a7{--display:flex;--overlay-opacity:0.77;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-10 .elementor-element.elementor-element-41567a7:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-41567a7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://bnplsolution.com/wp-content/uploads/2026/04/ChatGPT-Image-Apr-11-2026-10_54_37-AM.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-10 .elementor-element.elementor-element-41567a7::before, .elementor-10 .elementor-element.elementor-element-41567a7 > .elementor-background-video-container::before, .elementor-10 .elementor-element.elementor-element-41567a7 > .e-con-inner > .elementor-background-video-container::before, .elementor-10 .elementor-element.elementor-element-41567a7 > .elementor-background-slideshow::before, .elementor-10 .elementor-element.elementor-element-41567a7 > .e-con-inner > .elementor-background-slideshow::before, .elementor-10 .elementor-element.elementor-element-41567a7 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#062D66;--background-overlay:'';}.elementor-10 .elementor-element.elementor-element-4eab08c{--display:flex;}.elementor-10 .elementor-element.elementor-element-8961002{--display:flex;}.elementor-10 .elementor-element.elementor-element-6f08ffc{--display:flex;}.elementor-10 .elementor-element.elementor-element-6f08ffc:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-6f08ffc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0D203D;}.elementor-10 .elementor-element.elementor-element-8e8f0a3{--display:flex;}.elementor-10 .elementor-element.elementor-element-d929f01{--display:flex;}.elementor-10 .elementor-element.elementor-element-d929f01:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-d929f01 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8FAFC;}.elementor-10 .elementor-element.elementor-element-643c9f7{--display:flex;--margin-top:0px;--margin-bottom:-40px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-643c9f7:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-643c9f7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0D203D;}/* Start custom CSS for html, class: .elementor-element-433938e */.bnpl-hero-pro{
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 24px 90px;
  background: transparent !important;
  overflow: hidden;
}

.bnpl-hero-pro__container{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.bnpl-hero-pro__content{
  width: 100%;
  max-width: 860px;
}

.bnpl-hero-pro__topline{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.bnpl-hero-pro__line{
  width: 58px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f4c542 0%, #ffd86a 100%);
  box-shadow: 0 0 18px rgba(244,197,66,0.22);
}

.bnpl-hero-pro__label{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
}

.bnpl-hero-pro__title{
  margin: 0 0 20px;
  max-width: 840px;
  font-size: clamp(42px, 6vw, 64px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -1.8px;
  color: #ffffff;
}

.bnpl-hero-pro__title span{
  color: #f4c542;
}

.bnpl-hero-pro__desc{
  margin: 0 0 32px;
  max-width: 700px;
  font-size: 18px;
  line-height: 1.85;
  font-weight: 400;
  color: rgba(255,255,255,0.90);
}

.bnpl-hero-pro__actions{
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.bnpl-hero-pro__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.28s ease;
}

.bnpl-hero-pro__btn--primary{
  background: #f4c542;
  color: #111111;
  border: 1px solid #f4c542;
  box-shadow: 0 12px 34px rgba(244,197,66,0.20);
}

.bnpl-hero-pro__btn--primary:hover{
  transform: translateY(-3px);
  background: #ffd86a;
  border-color: #ffd86a;
}

.bnpl-hero-pro__btn--secondary{
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.28);
}

.bnpl-hero-pro__btn--secondary:hover{
  transform: translateY(-3px);
  border-color: rgba(255,255,255,0.55);
  background: rgba(255,255,255,0.05);
}

.bnpl-hero-pro__meta{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 860px;
}

.bnpl-hero-pro__meta-item{
  position: relative;
  min-height: 110px;
  padding: 20px 18px 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  overflow: hidden;
}

.bnpl-hero-pro__meta-item::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(244,197,66,0.95);
}

.bnpl-hero-pro__meta-item strong{
  display: block;
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
}

.bnpl-hero-pro__meta-item span{
  display: block;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
}

@media (max-width: 1199px){
  .bnpl-hero-pro{
    padding: 110px 24px 84px;
  }

  .bnpl-hero-pro__content{
    max-width: 820px;
  }

  .bnpl-hero-pro__title{
    max-width: 780px;
  }

  .bnpl-hero-pro__meta{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
  }
}

@media (max-width: 991px){
  .bnpl-hero-pro{
    min-height: auto;
    padding: 96px 20px 76px;
  }

  .bnpl-hero-pro__content{
    max-width: 100%;
  }

  .bnpl-hero-pro__title{
    font-size: 44px;
    line-height: 1.08;
    letter-spacing: -1px;
  }

  .bnpl-hero-pro__desc{
    max-width: 100%;
    font-size: 17px;
    line-height: 1.8;
  }

  .bnpl-hero-pro__meta{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
  }
}

@media (max-width: 767px){
  .bnpl-hero-pro{
    padding: 84px 16px 64px;
  }

  .bnpl-hero-pro__topline{
    margin-bottom: 16px;
  }

  .bnpl-hero-pro__line{
    width: 42px;
  }

  .bnpl-hero-pro__label{
    font-size: 11px;
    letter-spacing: 1.5px;
  }

  .bnpl-hero-pro__title{
    font-size: 34px;
    line-height: 1.12;
    margin-bottom: 16px;
  }

  .bnpl-hero-pro__desc{
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 24px;
  }

  .bnpl-hero-pro__actions{
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 26px;
  }

  .bnpl-hero-pro__btn{
    width: 100%;
  }

  .bnpl-hero-pro__meta{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .bnpl-hero-pro__meta-item{
    min-height: auto;
    padding: 16px 16px 14px;
    border-radius: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5c3c07a */.bnpl-sec2-new{
  position: relative;
  padding: 100px 24px;
  background: transparent !important;
}

.bnpl-sec2-new__container{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.bnpl-sec2-new__grid{
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 44px;
  align-items: start;
}

.bnpl-sec2-new__left{
  max-width: 720px;
}

.bnpl-sec2-new__topline{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.bnpl-sec2-new__line{
  width: 58px;
  height: 3px;
  background: linear-gradient(90deg, #163A70 0%, #F4C542 100%);
  border-radius: 999px;
}

.bnpl-sec2-new__label{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #163A70;
}

.bnpl-sec2-new__title{
  margin: 0 0 18px;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1px;
  color: #111111;
}

.bnpl-sec2-new__title span{
  color: #163A70;
  position: relative;
}

.bnpl-sec2-new__title span::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 10px;
  background: rgba(244,197,66,0.35);
  z-index: -1;
  border-radius: 999px;
}

.bnpl-sec2-new__desc{
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.9;
  color: #2b2f36;
}

.bnpl-sec2-new__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  margin-top: 10px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  color: #163A70;
  background: #F4C542;
  border: 1px solid #F4C542;
  box-shadow: 0 12px 28px rgba(244,197,66,0.22);
  transition: all 0.3s ease;
}

.bnpl-sec2-new__btn:hover{
  transform: translateY(-2px);
  background: #FFD86A;
  border-color: #FFD86A;
}

.bnpl-sec2-new__right{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.bnpl-sec2-new__card{
  position: relative;
  padding: 24px 24px 22px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(22,58,112,0.10);
  border-left: 4px solid #F4C542;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(10,30,60,0.06);
  backdrop-filter: blur(8px);
}

.bnpl-sec2-new__card::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #163A70 0%, #F4C542 100%);
  border-radius: 20px 20px 0 0;
}

.bnpl-sec2-new__card-no{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #163A70 0%, #1F5AA6 100%);
  color: #F4C542;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(22,58,112,0.14);
}

.bnpl-sec2-new__card h3{
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #163A70;
}

.bnpl-sec2-new__card p{
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #414854;
}

@media (max-width: 991px){
  .bnpl-sec2-new{
    padding: 85px 20px;
  }

  .bnpl-sec2-new__grid{
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .bnpl-sec2-new__title{
    font-size: 38px;
    line-height: 1.12;
  }
}

@media (max-width: 767px){
  .bnpl-sec2-new{
    padding: 70px 16px;
  }

  .bnpl-sec2-new__topline{
    margin-bottom: 14px;
  }

  .bnpl-sec2-new__line{
    width: 40px;
  }

  .bnpl-sec2-new__label{
    font-size: 11px;
    letter-spacing: 1.4px;
  }

  .bnpl-sec2-new__title{
    font-size: 30px;
    line-height: 1.16;
    margin-bottom: 14px;
  }

  .bnpl-sec2-new__desc{
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 14px;
  }

  .bnpl-sec2-new__btn{
    width: 100%;
  }

  .bnpl-sec2-new__card{
    padding: 20px 18px 18px;
    border-radius: 16px;
  }

  .bnpl-sec2-new__card h3{
    font-size: 19px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-40327b5 */.bnpl-home-sec5{
  position: relative;
  width: 100%;
  padding: 100px 0;
  background: transparent;
}

.bnpl-home-sec5__inner{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.bnpl-home-sec5__heading{
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.bnpl-home-sec5__topline{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.bnpl-home-sec5__line{
  width: 56px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #163A70 0%, #F4C542 100%);
}

.bnpl-home-sec5__label{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #163A70;
}

.bnpl-home-sec5__title{
  margin: 0 0 16px;
  font-size: 46px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -1px;
  color: #111111;
}

.bnpl-home-sec5__title span{
  color: #163A70;
  position: relative;
}

.bnpl-home-sec5__title span::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 10px;
  background: rgba(244,197,66,0.35);
  border-radius: 999px;
  z-index: -1;
}

.bnpl-home-sec5__desc{
  margin: 0 auto;
  max-width: 740px;
  font-size: 17px;
  line-height: 1.9;
  color: #46505c;
}

.bnpl-home-sec5__grid{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.bnpl-home-sec5__card{
  position: relative;
  padding: 24px 18px 22px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(22,58,112,0.10);
  box-shadow: 0 14px 30px rgba(10,30,60,0.06);
  text-align: center;
  overflow: hidden;
}

.bnpl-home-sec5__card::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #163A70 0%, #F4C542 100%);
}

.bnpl-home-sec5__icon-wrap{
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}

.bnpl-home-sec5__icon{
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #163A70 0%, #1F5AA6 100%);
  color: #F4C542;
  font-size: 20px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(22,58,112,0.14);
}

.bnpl-home-sec5__card h3{
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  color: #163A70;
}

.bnpl-home-sec5__card p{
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #586270;
}

@media (max-width: 1199px){
  .bnpl-home-sec5__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px){
  .bnpl-home-sec5{
    padding: 85px 0;
  }

  .bnpl-home-sec5__inner{
    padding: 0 20px;
  }

  .bnpl-home-sec5__title{
    font-size: 38px;
    line-height: 1.14;
  }

  .bnpl-home-sec5__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px){
  .bnpl-home-sec5{
    padding: 70px 0;
  }

  .bnpl-home-sec5__inner{
    padding: 0 16px;
  }

  .bnpl-home-sec5__line{
    width: 40px;
  }

  .bnpl-home-sec5__label{
    font-size: 11px;
    letter-spacing: 1.4px;
  }

  .bnpl-home-sec5__title{
    font-size: 30px;
    line-height: 1.16;
    margin-bottom: 14px;
  }

  .bnpl-home-sec5__desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .bnpl-home-sec5__grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bnpl-home-sec5__card{
    padding: 22px 16px 20px;
    border-radius: 18px;
  }

  .bnpl-home-sec5__icon{
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 18px;
  }

  .bnpl-home-sec5__card h3{
    font-size: 18px;
  }

  .bnpl-home-sec5__card p{
    font-size: 14px;
    line-height: 1.75;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eb93bf9 */.bnpl-home-sec4{
  position: relative;
  width: 100%;
  margin: 0;
  padding: 100px 0;
  background: linear-gradient(135deg, #0d1f3a 0%, #163a70 55%, #10294d 100%);
  overflow: hidden;
}

.bnpl-home-sec4::before{
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244,197,66,0.18) 0%, rgba(244,197,66,0) 72%);
  pointer-events: none;
}

.bnpl-home-sec4::after{
  content: "";
  position: absolute;
  bottom: -140px;
  left: -140px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0) 72%);
  pointer-events: none;
}

.bnpl-home-sec4__inner{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.bnpl-home-sec4__heading{
  max-width: 820px;
  margin: 0 auto 44px;
  text-align: center;
}

.bnpl-home-sec4__topline{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.bnpl-home-sec4__line{
  width: 56px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f4c542 0%, #ffd86a 100%);
}

.bnpl-home-sec4__label{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #ffffff;
}

.bnpl-home-sec4__title{
  margin: 0 0 16px;
  font-size: 46px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -1px;
  color: #ffffff;
}

.bnpl-home-sec4__title span{
  color: #f4c542;
}

.bnpl-home-sec4__desc{
  margin: 0 auto;
  max-width: 760px;
  font-size: 17px;
  line-height: 1.9;
  color: rgba(255,255,255,0.84);
}

.bnpl-home-sec4__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.bnpl-home-sec4__card{
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 18px 38px rgba(0,0,0,0.16);
  backdrop-filter: blur(10px);
}

.bnpl-home-sec4__image-wrap{
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: rgba(255,255,255,0.06);
}

.bnpl-home-sec4__image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bnpl-home-sec4__content{
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 22px 22px 24px;
}

.bnpl-home-sec4__content h3{
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  color: #ffffff;
}

.bnpl-home-sec4__content p{
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.85;
  color: rgba(255,255,255,0.78);
}

.bnpl-home-sec4__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: auto;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: #0d1f3a;
  background: #f4c542;
  border: 1px solid #f4c542;
  box-shadow: 0 12px 24px rgba(244,197,66,0.18);
  transition: all 0.3s ease;
}

.bnpl-home-sec4__btn:hover{
  transform: translateY(-2px);
  background: #ffd86a;
  border-color: #ffd86a;
}

@media (max-width: 991px){
  .bnpl-home-sec4{
    padding: 85px 0;
  }

  .bnpl-home-sec4__inner{
    padding: 0 20px;
  }

  .bnpl-home-sec4__title{
    font-size: 38px;
    line-height: 1.14;
  }

  .bnpl-home-sec4__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px){
  .bnpl-home-sec4{
    padding: 70px 0;
  }

  .bnpl-home-sec4__inner{
    padding: 0 16px;
  }

  .bnpl-home-sec4__line{
    width: 40px;
  }

  .bnpl-home-sec4__label{
    font-size: 11px;
    letter-spacing: 1.4px;
  }

  .bnpl-home-sec4__title{
    font-size: 30px;
    line-height: 1.16;
    margin-bottom: 14px;
  }

  .bnpl-home-sec4__desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .bnpl-home-sec4__grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .bnpl-home-sec4__content{
    padding: 18px 18px 20px;
  }

  .bnpl-home-sec4__content h3{
    font-size: 20px;
  }

  .bnpl-home-sec4__content p{
    font-size: 14px;
    line-height: 1.8;
  }

  .bnpl-home-sec4__btn{
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9705ad2 */.bnpl-home-sec6{
  position: relative;
  width: 100%;
  padding: 100px 0;
  background: transparent;
}

.bnpl-home-sec6__inner{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.bnpl-home-sec6__heading{
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.bnpl-home-sec6__topline{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.bnpl-home-sec6__line{
  width: 56px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #163A70 0%, #F4C542 100%);
}

.bnpl-home-sec6__label{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #163A70;
}

.bnpl-home-sec6__title{
  margin: 0 0 16px;
  font-size: 46px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -1px;
  color: #111111;
}

.bnpl-home-sec6__title span{
  color: #163A70;
  position: relative;
}

.bnpl-home-sec6__title span::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 10px;
  background: rgba(244,197,66,0.35);
  border-radius: 999px;
  z-index: -1;
}

.bnpl-home-sec6__desc{
  margin: 0 auto;
  max-width: 740px;
  font-size: 17px;
  line-height: 1.9;
  color: #46505c;
}

.bnpl-home-sec6__grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.bnpl-home-sec6__card{
  position: relative;
  padding: 24px 22px 22px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(22,58,112,0.10);
  box-shadow: 0 14px 30px rgba(10,30,60,0.06);
  overflow: hidden;
}

.bnpl-home-sec6__card::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #163A70 0%, #F4C542 100%);
}

.bnpl-home-sec6__top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.bnpl-home-sec6__profile{
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.bnpl-home-sec6__avatar{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #163A70 0%, #1F5AA6 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  flex-shrink: 0;
}

.bnpl-home-sec6__meta strong{
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #163A70;
  line-height: 1.2;
  margin-bottom: 4px;
}

.bnpl-home-sec6__meta span{
  display: block;
  font-size: 13px;
  color: #6b7280;
}

.bnpl-home-sec6__gmark{
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f5f7fb;
  color: #163A70;
  font-size: 16px;
  font-weight: 800;
  border: 1px solid rgba(22,58,112,0.10);
  flex-shrink: 0;
}

.bnpl-home-sec6__stars{
  margin-bottom: 14px;
  font-size: 18px;
  letter-spacing: 3px;
  color: #F4C542;
  line-height: 1;
}

.bnpl-home-sec6__text{
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  color: #4f5966;
}

@media (max-width: 1199px){
  .bnpl-home-sec6__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px){
  .bnpl-home-sec6{
    padding: 85px 0;
  }

  .bnpl-home-sec6__inner{
    padding: 0 20px;
  }

  .bnpl-home-sec6__title{
    font-size: 38px;
    line-height: 1.14;
  }

  .bnpl-home-sec6__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px){
  .bnpl-home-sec6{
    padding: 70px 0;
  }

  .bnpl-home-sec6__inner{
    padding: 0 16px;
  }

  .bnpl-home-sec6__line{
    width: 40px;
  }

  .bnpl-home-sec6__label{
    font-size: 11px;
    letter-spacing: 1.4px;
  }

  .bnpl-home-sec6__title{
    font-size: 30px;
    line-height: 1.16;
    margin-bottom: 14px;
  }

  .bnpl-home-sec6__desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .bnpl-home-sec6__grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bnpl-home-sec6__card{
    padding: 20px 18px;
    border-radius: 18px;
  }

  .bnpl-home-sec6__avatar{
    width: 44px;
    height: 44px;
    font-size: 16px;
  }

  .bnpl-home-sec6__meta strong{
    font-size: 15px;
  }

  .bnpl-home-sec6__text{
    font-size: 14px;
    line-height: 1.8;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6f7076e */.bnpl-partner-loop{
  position: relative;
  width: 100%;
  padding: 90px 0;
  background: #f8fafc;
  overflow: hidden;
}

.bnpl-partner-loop__inner{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.bnpl-partner-loop__heading{
  max-width: 820px;
  margin: 0 auto 34px;
  padding: 0 24px;
  text-align: center;
  box-sizing: border-box;
}

.bnpl-partner-loop__label{
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #163a70;
}

.bnpl-partner-loop__title{
  margin: 0 0 14px;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -1px;
  color: #111111;
}

.bnpl-partner-loop__desc{
  margin: 0 auto;
  max-width: 700px;
  font-size: 16px;
  line-height: 1.85;
  color: #5b6470;
}

.bnpl-partner-loop__marquee{
  position: relative;
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.bnpl-partner-loop__track{
  display: flex;
  align-items: center;
  gap: 22px;
  width: max-content;
  animation: bnplPartnerLoop 28s linear infinite;
}

.bnpl-partner-loop__item{
  flex: 0 0 auto;
  width: 280px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(22,58,112,0.08);
  box-shadow: 0 10px 26px rgba(10,30,60,0.05);
  box-sizing: border-box;
}

.bnpl-partner-loop__item img{
  max-width: 100%;
  max-height: 88px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

@keyframes bnplPartnerLoop{
  from{
    transform: translateX(0);
  }
  to{
    transform: translateX(-50%);
  }
}

@media (max-width: 991px){
  .bnpl-partner-loop{
    padding: 75px 0;
  }

  .bnpl-partner-loop__heading{
    padding: 0 20px;
    margin-bottom: 28px;
  }

  .bnpl-partner-loop__title{
    font-size: 34px;
  }

  .bnpl-partner-loop__item{
    width: 240px;
    height: 130px;
    padding: 18px;
    border-radius: 18px;
  }

  .bnpl-partner-loop__item img{
    max-height: 72px;
  }
}

@media (max-width: 767px){
  .bnpl-partner-loop{
    padding: 60px 0;
  }

  .bnpl-partner-loop__heading{
    padding: 0 16px;
  }

  .bnpl-partner-loop__label{
    font-size: 11px;
    letter-spacing: 1.4px;
  }

  .bnpl-partner-loop__title{
    font-size: 28px;
  }

  .bnpl-partner-loop__desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .bnpl-partner-loop__track{
    gap: 16px;
  }

  .bnpl-partner-loop__item{
    width: 200px;
    height: 112px;
    padding: 16px;
    border-radius: 16px;
  }

  .bnpl-partner-loop__item img{
    max-height: 58px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5ed5a4b */.bnpl-home-sec7{
  position: relative;
  width: 100%;
  padding: 100px 0;
  background: linear-gradient(135deg, #0d1f3a 0%, #163a70 55%, #10294d 100%);
  overflow: hidden;
}

.bnpl-home-sec7::before{
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244,197,66,0.18) 0%, rgba(244,197,66,0) 72%);
  pointer-events: none;
}

.bnpl-home-sec7::after{
  content: "";
  position: absolute;
  bottom: -120px;
  left: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0) 72%);
  pointer-events: none;
}

.bnpl-home-sec7__inner{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.bnpl-home-sec7__wrap{
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 30px;
  align-items: center;
}

.bnpl-home-sec7__topline{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.bnpl-home-sec7__line{
  width: 56px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f4c542 0%, #ffd86a 100%);
}

.bnpl-home-sec7__label{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #ffffff;
}

.bnpl-home-sec7__title{
  margin: 0 0 18px;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -1px;
  color: #ffffff;
}

.bnpl-home-sec7__title span{
  color: #f4c542;
}

.bnpl-home-sec7__desc{
  margin: 0 0 30px;
  max-width: 660px;
  font-size: 17px;
  line-height: 1.9;
  color: rgba(255,255,255,0.84);
}

.bnpl-home-sec7__actions{
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.bnpl-home-sec7__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.bnpl-home-sec7__btn--primary{
  background: #f4c542;
  color: #0d1f3a;
  border: 1px solid #f4c542;
  box-shadow: 0 14px 28px rgba(244,197,66,0.22);
}

.bnpl-home-sec7__btn--primary:hover{
  transform: translateY(-2px);
  background: #ffd86a;
  border-color: #ffd86a;
}

.bnpl-home-sec7__btn--secondary{
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.28);
}

.bnpl-home-sec7__btn--secondary:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.45);
}

.bnpl-home-sec7__card{
  padding: 28px 26px;
  border-radius: 24px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 18px 38px rgba(0,0,0,0.16);
  backdrop-filter: blur(10px);
}

.bnpl-home-sec7__item + .bnpl-home-sec7__item{
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.bnpl-home-sec7__item-label{
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #f4c542;
}

.bnpl-home-sec7__item-value{
  display: block;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 991px){
  .bnpl-home-sec7{
    padding: 85px 0;
  }

  .bnpl-home-sec7__inner{
    padding: 0 20px;
  }

  .bnpl-home-sec7__wrap{
    grid-template-columns: 1fr;
  }

  .bnpl-home-sec7__title{
    font-size: 38px;
    line-height: 1.14;
  }
}

@media (max-width: 767px){
  .bnpl-home-sec7{
    padding: 70px 0;
  }

  .bnpl-home-sec7__inner{
    padding: 0 16px;
  }

  .bnpl-home-sec7__line{
    width: 40px;
  }

  .bnpl-home-sec7__label{
    font-size: 11px;
    letter-spacing: 1.4px;
  }

  .bnpl-home-sec7__title{
    font-size: 30px;
    line-height: 1.16;
    margin-bottom: 14px;
  }

  .bnpl-home-sec7__desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .bnpl-home-sec7__actions{
    flex-direction: column;
    align-items: stretch;
  }

  .bnpl-home-sec7__btn{
    width: 100%;
  }

  .bnpl-home-sec7__card{
    padding: 22px 18px;
    border-radius: 18px;
  }

  .bnpl-home-sec7__item-value{
    font-size: 16px;
    line-height: 1.7;
  }
}/* End custom CSS */