/* .banner-section{
  background:url('https://www.maya.ph/hubfs/Maya%20Xp/Maya-xp-banner-image.webp');
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center;
}
.banner-container{
  max-width:1440px;
  margin:auto;
}
.mainkv{
  max-width:841px;
  margin-top:-45px;
}
.banner-footer{
  background: linear-gradient(140.96deg, #000000 -5.93%, #084129 79.93%);
  border-radius:24px;

}
.banner-footer p {
  font-size:29px;
  letter-spacing:-0.2px;
}
.banner-footer h4 {
  font-size:48px;
  letter-spacing:-0.2px;
}
.banner-footer{
  position:relative;
  border: 1px solid; 
  border-image-slice: 27;
  border-image-source: url(https://www.maya.ph/hubfs/Maya%20Xp/banner-footer-border.svg);
  border-image-width: 30px;
  border-radius: 30px;
}
.banner-footer:after{
  content:url('https://www.maya.ph/hubfs/Maya%20Xp/diamond.svg');
  position:absolute;
  right: -128px;
  bottom: -57px;
}
.ps-text{
  padding-top:25px;
  max-width:934px;
  width:100%;
  margin:auto;
  font-style: italic;
  font-size:18px;
  color:#A0A0A0;
}
@media screen and (max-width: 767px) {
  .mainkv{
    max-width:100%;
    margin-top:-24px;
  }
  .banner-header h4{
    letter-spacing:-0.9px!important;
  }
  .banner-footer p {
    font-size:14px;
    letter-spacing:-0.6px;
  }
  .banner-footer h4 {
    letter-spacing:-0.6px;
  }
  .banner-footer:after{
    bottom: 87px;
    right: -87px;
    zoom: .4;
  }
  .ps-text{
    max-width:100%;
    font-size:11px;
  }
}

 */

.banner-section{
  background:url('https://www.maya.ph/hubfs/Maya%20Xp/Maya-xp-banner-image.webp');
  background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed; 
  min-height: 100vh;
  overflow: hidden;
}
.banner-container{
  max-width:1440px;
  margin:auto;
}
.banner-content { gap: 0; }
.phoneui-wrap {
  width: 400px;
  padding:20px;
  max-width: 100%;
  margin: auto;
  will-change: transform, opacity;
}
.phoneui-kv {
  display: block;
  width: 100%;
  will-change: transform;
}
.banner-header {
  will-change: transform, opacity;
}
.mainkv {
  max-width: 841px;
  width: 100%;
  margin: auto;
  transform-origin: center center;
  will-change: transform;
}
.banner-footer{
  background: linear-gradient(140.96deg, #000000 -5.93%, #084129 79.93%);
  border-radius:24px;

}
.banner-footer p {
  font-size:29px;
  letter-spacing:-0.2px;
}
.banner-footer h4 {
  font-size:48px;
  letter-spacing:-0.2px;
}
.banner-footer{
  position:relative;
  border: 1px solid; 
  border-image-slice: 27;
  border-image-source: url(https://www.maya.ph/hubfs/Maya%20Xp/banner-footer-border.svg);
  border-image-width: 30px;
  border-radius: 30px;
}
.banner-footer:after{
  content:url('https://www.maya.ph/hubfs/Maya%20Xp/diamond.svg');
  position:absolute;
  right: -128px;
  bottom: -57px;
}
.ps-text{
  padding-top:25px;
  max-width:934px;
  width:100%;
  margin:auto;
  font-style: italic;
  font-size:18px;
  color:#A0A0A0;
}

@supports (-webkit-touch-callout: none) {
  .banner-section { background-attachment: scroll; }
}
@media screen and (max-width: 767px) {
  .mainkv{
    max-width:280px;
    margin-top:-24px;
  }
  .banner-header h4{
    letter-spacing:-0.9px!important;
  }
  .banner-footer p {
    font-size:14px;
    letter-spacing:-0.6px;
  }
  .banner-footer h4 {
    letter-spacing:-0.6px;
  }
  .banner-footer:after{
    bottom: 87px;
    right: -87px;
    zoom: .4;
  }
  .ps-text{
    max-width:100%;
    font-size:11px;
  }
}


/* How it works */
.howitworks-section{
  background:#000;
}
.howitworks-container{
  max-width:1200px;
  margin:auto;
}
.howitworks-header h4{
  font-size:48px;
  letter-spacing:-0.13px;
}
.description-container{
  height: max-content;
  padding: 40px 55px;
  background: linear-gradient(78.32deg, #0F0F0F 1.25%, #333333 57.16%);
  border: 1px solid;
  border-image-slice: 27;
  border-image-source: url(https://www.maya.ph/hubfs/Maya%20Xp/how-it-works-border.svg);
  border-image-width: 30px;
  border-radius: 24px;

}
.description-container p{
  letter-spacing:-0.09px
}
.howitworks-card1 .description-container{
  margin-top:50px;
}
.howitworks-card2{
  margin-top:-150px;
}
.howitworks-card3{
  margin-top:-110px;
}

.howitworks-card1 .howitworksimage-container img{
  max-width:390px;
  max-height:533px;
}
.howitworks-card2 .howitworksimage-container img{
  max-width:494px;
  max-height:523px;
}
.howitworks-card3 .howitworksimage-container img{
  max-width:300px;
  max-height:529px;
}
/* .howitworks-card3 .howitworksimage-container{
justify-content:center!important;
} */
@media screen and (max-width: 767px) {
  .howitworks-card2, .howitworks-card3{
    margin-top:unset;
  }
  .howitworks-card1 .description-container {
    margin-top:unset;
  }
  .howitworksimage-container{
    justify-content:center!important;
  }
  .howitworks-card1 .howitworksimage-container img{
    max-width:300px;
  }
  .howitworks-card3 .howitworksimage-container img{
    max-width:250px;
  }
  .howitworks-card2 .howitworksimage-container img{
    max-width:100%;
    max-height:100%;
  }

  .description-container{
    padding:30px;
  }
  .description-container p{
    font-size:16px;
  }
  .description-container h4{
    font-size:24px;
  }
} 
/* How it works end */



/* Maya XP Follows */
.xpfollows-section{
  background:#000000;
}
.xpfollows-container{
  max-width:1440px;
  margin:auto;
  background: radial-gradient(30% 31% at 52% 60%,rgba(48,199,142,.6) 0,rgba(13,189,123,0) 100%);
}
.xpfollows-header{
  min-height:195px;
  max-width:1100px;
  width:100%;
  margin:auto;
}
.xpfollows-header h4{
  font-size:55px;
  letter-spacing:-0.23px
}
.xpfollows-header p{
  font-size:29px;
  text-align:right;
  margin-top: auto;
}
.xpfollows-content img{
  max-width:1100px;
}

@media screen and (max-width: 767px) {
  .xpfollows-header h4{
    font-size:34px;
    text-align:center;
  }
  .xpfollows-content img{
    max-width:100%;
  }
  .xpfollows-header p{
    font-size:18px;
    text-align:center;
    margin-top: unset;
  }
  .xpfollows-header{
    min-height:100%;
  }
  .xpfollows-container {
    background: radial-gradient(40% 30% at 50% 63%,rgba(48,199,142,.6) 0,rgba(13,189,123,0) 100%);
  }
}
/* Maya XP Follows end */



/* Levles */
/* Levles */
.levels-section{
  background:#000;
}
.levels-container{
  max-width:1440px;
  background:url('https://www.maya.ph/hubfs/Maya%20Xp/Levelup-bg.png');
  background-size:contain;
  background-repeat:no-repeat;
  background-position: center;
  margin:auto;
}
.listoflevels-container{
  max-width:742px;
  margin:auto;
}
.level-cards h4{
  font-size:38px;
  color:#fff;
  letter-spacing:-0.26px;
}
.level-cards p{
  font-size:24px;
  letter-spacing:-0.18px;
}

.level-cards h4::first-word {
  color: #2FF29E;
}
.levels-header p{
  font-size:29px;
}
@media screen and (max-width: 767px) {
  .levels-container{
    background-size:cover;
  }
  .level-cards h4{
    font-size:22px;
    letter-spacing:-0.13px;
  }
  .level-cards p{
    font-size:12px;
    letter-spacing:-0.9px;
  }
  .level-cards img{
    max-width:79px;
  }
  .level-cards {
    gap:25px!important;
  }
  .level-guide{
    height:475px;
  }
  .levels-header p{
    font-size:18px;
  }
  .levels-header h4{
    font-size:34px;
  }
  .levels-header{
    max-width:335px;
    margin:auto;
  }
}
/* .levels-section{
  background:#000;
}
.levels-container{
  max-width:1440px;
  margin:auto;
}
.listoflevels-container{
  max-width:742px;
  margin:auto;
}
.level-cards h4{
  font-size:38px;
  color:#fff;
  letter-spacing:-0.26px;
}
.level-cards p{
  font-size:24px;
  letter-spacing:-0.18px;
}

.level-cards h4::first-word {
  color: #2FF29E;
}
.levels-header p{
  font-size:29px;
}
@media screen and (max-width: 767px) {
  .level-cards h4{
    font-size:22px;
    letter-spacing:-0.13px;
  }
  .level-cards p{
    font-size:12px;
    letter-spacing:-0.9px;
  }
  .level-cards img{
    max-width:79px;
  }
  .level-cards {
    gap:25px!important;
  }
  .level-guide{
    height:475px;
  }
  .levels-header p{
    font-size:18px;
  }
  .levels-header h4{
    font-size:34px;
  }
  .levels-header{
    max-width:335px;
    margin:auto;
  }
}
 */

/* 

.benifits-section{
  background: linear-gradient(180deg, #0A0A0A 0%, #000000 100%);
}
.benifits-bg{
    background:url('https://www.maya.ph/hubfs/Maya%20Xp/Benifits-bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-position-y: -45px; 
}
.benifits-container{
  max-width:1440px;
  margin:auto;
}
.benifits-header p{
  font-size:29px;
}
.benifits-card-container{
  max-width:799px;
  margin:auto;
}
.benifits-card.slide-5{
  max-width:175px;
}
.slide-5 img{
  max-width:165px;
  margin:auto;
}
.benifits-card.slide-5  p{
  white-space: nowrap;
}
.benifits-card{
  max-width:165px
}
.benifits-card p{
  font-size:18px;
  letter-spacing:-0.2px;
}
@media screen and (max-width: 767px) {
  .benifits-header p{
    font-size:18px;
  }
  .benifits-header h4{
    font-size:34px;
  }
  .benifits-card p{
    font-size:14px;
    letter-spacing:-0.16px;
  }
  .benifits-card {
    max-width: 133px;
  }
  .benifits-card.slide-5{
    max-width:136px;
  }
  .slide-5 img{
    max-width:133px;
  }
  .benifits-card-container{
    justify-content:center!important;
  }
  .benifits-card-container{
    gap:30px!important;
  }
  .benifits-bg {
    background-position: top;
  }
} */

/*  */
.benifits-section{
  background: #000;
}
.benifits-bg{
  background:url('https://www.maya.ph/hubfs/Maya%20Xp/Benifits-bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-position-y: -45px; 
  min-height:577px;
}
.benifits-container{
  max-width:1440px;
  margin:auto;
}
.benifits-header p{
  font-size:29px;
}
.benifits-card-container{
  max-width:799px;
  margin:auto;
}
.benifits-card.slide-5{
  max-width:175px;
}
.slide-5 img{
  max-width:165px;
  margin:auto;
}
.benifits-card.slide-5  p{
  white-space: nowrap;
}
.benifits-card{
  max-width:165px
}
.benifits-card p{
  font-size:18px;
  letter-spacing:-0.2px;
}
@media screen and (max-width: 767px) {
  .benifits-header p{
    font-size:18px;
  }
  .benifits-header h4{
    font-size:34px;
  }
  .benifits-card p{
    font-size:14px;
    letter-spacing:-0.16px;
  }
  .benifits-card {
    max-width: 133px;
  }
  .benifits-card.slide-5{
    max-width:136px;
  }
  .slide-5 img{
    max-width:133px;
  }
  .benifits-card-container{
    justify-content:center!important;
  }
  .benifits-card-container{
    gap:30px!important;
  }
  .benifits-bg {
    background-position: top;
  }
}


/******** FAQS - Start ********/
.faqs_section {
  position:relative;
  background: linear-gradient(180deg, #0A0A0A 0%, #000000 100%);

}

.faqcontainer{
  max-width:1200px;
  margin:auto;
}
.faqs_intro {
  position:relative;
  z-index:1;
}

.faqs_intro h1 {
  max-width:448px;
}

.faqs_intro h2 {
  font-size:54px;
}
.faqs_intro p {
  color: #F2F2F2;
  max-width:400px;
  margin-bottom:50px;
  font-size:29px;
}
.faqs_intro a {
  display:block;
  text-decoration:none;
  background:#E8BC55;
  color:#112432;
  line-height:26px;
  display:inline-block;
  padding:20px 25px;
  border-radius: 22px;
  font-weight:600;
}
.faqs_intro h5 {
  margin-bottom:20px; 
}
.accordion-item.boxed.my-accordion {
  box-sizing: border-box;
  border-radius: 20px;
  padding:40px;
  margin-bottom:20px;
  position: relative;
  z-index: 2;
  background: linear-gradient(104.39deg, #074725 21.27%, #07260E 60.21%),
    linear-gradient(149.79deg, rgba(47, 242, 158, 0) 11.07%, rgba(47, 242, 158, 0.4) 86%);
  border: 2px solid;
  border-image-slice: 25;
  border-image-source: url(https://www.maya.ph/hubfs/Maya%20Xp/xp-faq-border.svg);
  border-image-width: 30px;
  border-radius: 40px;
  overflow: hidden;
}
.accordion-item.boxed.my-accordion:last-child {
  margin-bottom:0;
}
.my-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my-accordion-title {
  font-size:20px;
  line-height:28px;
  color:#fff;
  padding-right: 10px;
}
.my-accordion-icon {
  display: block;
  width: 40px;
  float: right;
  text-align: center;
  order:2;
}
.my-expand-icon i, .my-collapse-icon i {
  color: #202122;
  font-size: 20px;
  line-height: 40px;
}

.my-accordion-body {
  font-size:18px;
  line-height: 28px;
  letter-spacing: -0.2px;
  color:#404040;
  position:relative;
}
.my-accordion-body:before{
  background: #2ff29e;
  content: "";
  display: flex;
  margin: 20px 0px;
  height: 1px;
  width: 100%;
  opacity: 20%;
}
.my-accordion-body p {
  /*   padding-top: 1em; */
  color:#fff;
  /*   margin:0; */
}
.my-accordion-body ul:not(.reset-list), .my-accordion-body ol:not(.reset-list) {
  margin-bottom:0; 
}
.my-accordion-body ol:not(.reset-list) li:before {
  color:#50B16B;
  text-align:left;
  width: 1.65em;
}
.my-accordion-body ul:not(.reset-list) li {
  padding-left: 1.5em;
}
.my-accordion-body ul:not(.reset-list) li:before {
  content: "\f111";
  font-weight: 900;
  display: inline-block;
  width: 1.5em;
  padding-right: 10px;
  color:#50B16B;
  font-family: Font Awesome\ 5 Free;
  text-indent: 0;
  text-align: right;
  -webkit-transform: scale(0.4,0.4);
  -ms-transform: scale(0.4,0.4);
  transform: scale(0.4,0.4);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.my-accordion-body ol.reset-list {
  padding-left:1em; 
}
.my-accordion-body ol.reset-list li::marker {
  font-weight: bold;
}
.my-accordion-body ol.reset-list ul.my-ul-list li {
  text-indent:-2em; 
}
.my-accordion-body ol.my-ol-list {
  color: #404040;
  padding-left: 0;
}
.my-accordion-body ol, .my-accordion-body ul{
  color:#fff;
}
.my-expand-icon, .my-collapse-icon {
  background: #75eea5;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
.accordion-icon {
  width: 40px!important;
}
@media screen and (max-width: 767px) {
  .accordion-item.boxed.my-accordion {
    /*     padding: 20px; */
  }
  .my-accordion-title {
    font-size: 18px;
    padding-right: 25px;
  }

  .faqs_section:after {
    right: -520px;
  }
  .faqs_intro h2 {
    font-size:34px;
  }
  .faqs_intro p {
    font-size:18px;
  }

  .accordion-item.boxed.my-accordion {
    padding:25px;
  }
}

/******** FAQS - End ********/
/* Global element */
.gradient-text {
  background: linear-gradient(91.12deg, #A6DCC4 5.53%, #2FF29E 99.34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.lh120p{
  line-height:120%!important;
}


/* New Added Regarding floating images */
/* Newly addded */
.slider-image-container{
  /* Floating animation applied only to the image */
  position:relative;
  padding:20px;
  --float-distance: 10px;
  --float-duration: 6s;
  animation: floatY var(--float-duration) ease-in-out infinite;
}
.slider-image-container:after{
  background: url(https://www.maya.ph/hubfs/Maya%20Xp/xp-phone-asset.png);
  background-size: contain;
  content: "";
  height: 100%;
  left: 7px;
  position: absolute;
  top: 12px;
  width: 100%;
  background-repeat: no-repeat;
}
.xpfollows-imagecontainer img {
  width: 100%;
  max-width:475px;
  height: auto;
  border-radius: 24px;
  position:relative;
  z-index:1;
  opacity: 1;
  transition: opacity 0.35s ease, transform 0.3s ease;
  display: block;


}

.buttons {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 400px;
  margin: auto;;
  flex-shrink: 0;
  align-items: stretch; /* children can override with align-self */
}

/* .buttons button {

width: auto;
max-width: max-content;
position: relative;
overflow: hidden;
background: rgba(0, 255, 170, 0.15);
border: 1px solid rgba(0, 255, 170, 0.4);
color: #a7ffe3;
padding: 20px 22px;
border-radius: 999px;
cursor: pointer;
font-size: 16px;
text-align: left;
}
*/
.buttons button span {
  position: relative;
  z-index: 2;
  display: block;
  color:#fff;
  white-space: nowrap;
  font-size: 29px;
  line-height: 120%;
  letter-spacing: -0.2px;
}
.buttons.floating a {
  position: absolute;
  width: auto;
  max-width: 240px;
  display:flex;
  color: #fff;

}
/* Floating buttons overlaying the image (pills around the edge) */
.xpfollows-imagecontainer {
  flex: 0 0 500px;
  max-width: 500px;
  position: relative;
  overflow: visible;
  display: flex;
  justify-content: center;
}

.buttons.floating {
  position: absolute;
  inset: 0;
  pointer-events: none; /* container doesn't block clicks */
}

.buttons.floating button {
  position: absolute;
  font-family: 'Cerebri Sans Pro';
  pointer-events: auto;
  width: auto;
  background: rgba(10, 30, 22, 0.65);
  border: 1px solid rgba(0, 255, 170, 0.12);
  color: #a7ffe3;
  padding: 20px 30px;
  border-radius: 999px;
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.6);
  /*   transform: translateX(0);
  transition: top .28s ease, left .28s ease, right .28s ease, transform .28s ease;
  will-change: top, left, right, transform; */
  overflow:hidden;
  display:flex;
  cursor: pointer;
}


@keyframes floatY {
  0% { transform: translateY(0px); }
  50% { transform: translateY(calc(-1 * var(--float-distance, 10px))); }
  100% { transform: translateY(0px); }
}

@media (prefers-reduced-motion: reduce) {
  .image-container img { animation: none !important; transform: none !important; }
  .buttons.floating button { transition: none !important; }
}

.buttons.floating button span { white-space: nowrap; }

/* Keep text left-aligned within the pill for better readability */
/* .buttons.floating button { text-align: left; padding-left: 20px; padding-right: 20px; } */

/* ========== MANUAL POSITION EDITING ==========
Edit these values directly to customize button positions:
- left/right: use negative values (e.g., left: -150px)
- top: use percentage (e.g., top: 15%)
*/
#btn-1 { left: -140px; top: 15%; }
#btn-2 { right: -283px; top: 25%; }
#btn-3 { left: -304px; top: 35%; }
#btn-4 { right: -199px; top: 45%; }
#btn-5 { left: -340px; top: 55%; }
#btn-6 { right: -290px; top: 65%; }
#btn-7 { left: -303px; top: 75%; }
#link-1 { right: -40px; top: 85%; }

/* Responsive: stack on small screens - make them static under the image */
@media (max-width: 767px) {
  .image-container {
    max-width: 100%;
  }
  .buttons.floating {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
    pointer-events: auto;
    align-items: stretch;
  }
  /*   .buttons.floating button {
  position: static;
  width: 100%;
  max-width: none;
  text-align: center;
  align-self: stretch;
  padding-left: 16px;
  padding-right: 16px;
} */
  .buttons button span {
    font-size: 18px;
  }
  .xpfollows-imagecontainer img{
    max-width:350px;
  }
  .buttons #btn-2{
    order:4;
  }
  .buttons #btn-4{
    order:2;
  }
  .slider-image-container{
    padding:8px;
  }
  .slider-image-container:after {
    top: 5px;
    left: 2px;
  }
}
@media (max-width: 500px) {
  .xpfollows-imagecontainer img {
    max-width: 100%;
    max-height:300px;
  }
  .xpfollows-imagecontainer {
    flex: 0 0 0;

  }
  .buttons.floating button {
    padding: 10px 10px;
  }
  .buttons button span {
    font-size: 10px;
  }
  #btn-1 {
    left: -21px;
    top: 10%;
  }
  #btn-2 {
    right: -85px;
    top: 25%;
  }
  #btn-3 {
    left: -84px;
    top: 26%;
  }
  #btn-4 {
    right: -54px;
    top: 43%;
  }
  #btn-5 {
    left: -95px;
    top: 46%;
  }
  #btn-6 {
    right: -74px;
    top: 63%;
  }
  #btn-7 {
    left: -82px;
    top: 64%;
  }
  #link-1 {
    right: -30px;
    top: 82%;
  }
  .buttons.floating a{
    font-size:14px;
  }

}

.buttons button::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 0%;
  background: linear-gradient(
    90deg,
    rgba(0, 255, 170, 0.45),
    rgba(0, 255, 170, 0.25)
  );
  z-index: 1;
  animation: none;
}

@keyframes fill {
  from { width: 0%; }
  to { width: 100%; }
}

.buttons button.active::before {
  /*   animation: fill var(--duration, 5s) linear forwards; */
  background: linear-gradient(90deg, rgba(47, 242, 158, 0.2) 0%, rgba(47, 242, 158, 0.5) 100%);


}

.buttons button.active {
  background: linear-gradient(90deg, rgba(47, 242, 158, 0.2) 0%, rgba(47, 242, 158, 0.5) 100%);
  border-color: rgba(0, 255, 170, 0.8);
}
