.bg-black {
  background-color: #000000;
}

.bg-black-light {
  background-color: #121212;
}

.bg-pink {
  background-color: #f4a7ba;
}

.text-pink {
  color: #f4a7ba;
}

.bp-text-black{
  color:#000;
}

.bp-list-desc {
  display: block;
  margin-top: 5px; /* Reduce top spacing */
  margin-left: 0; /* Align with the list content */
  line-height: 1.2; /* Tighten line height */
}

.g-tb-pink {
  border-width: 4px;
  border-style: solid;
  border-image: linear-gradient(to bottom, #f4a7ba, #000000) 1;
  border-radius: 8px;
}

.bp-border {
  border: 2px solid;
  border-image-slice: 30;
  border-image-source: url(https://www.maya.ph/hubfs/Black%20pink/Black-pink-border.png);
  border-image-width: 30px;
  border-radius: 30px;
  overflow: visible; /* Changed from hidden to visible */
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(51, 51, 51, 0.5) 100%
  );
  max-width: 320px;
  width: 100%;
  position: relative;
  margin-top: 20px; /* Add top margin to prevent clipping */
}

.bp-bordermechanics{
  border: 2px solid;
  border-image-slice: 30;
  border-image-source: url(https://www.maya.ph/hubfs/Black%20pink/Black-pink-border.png);
  border-image-width: 30px;
  border-radius: 30px;
  overflow: visible; /* Changed from hidden to visible */
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(51, 51, 51, 0.5) 100%
  );
  max-width: 400px;
  width: 100%;
  position: relative;
  margin-top: 20px; /* Add top margin to prevent clipping */
}

.buble-container::after {
  content: "";
  position: absolute;
  top: -35px;
  right: -40px;
  width: 100px;
  height: 100px;
  background-image: url(https://www.maya.ph/hubfs/Black%20pink/Heart@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1; /* Ensure heart appears above other content */
}
/* 
.bp-vip1::after {
content: "";
position: absolute;
top: -65px;
width: 150px;
height: 150px;
background-image: url(https://www.maya.ph/hubfs/Black%20pink/Maya%20Card%20Icon@2x.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
z-index: 1; 
}

.bp-vip2::after {
content: "";
position: absolute;
top: -95px;
width: 180px;
height: 180px;
background-image: url(https://www.maya.ph/hubfs/Black%20pink/Shopping%20Bag%20Icon@2x.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
z-index: 1; 
}

.bp-vip3::after {
content: "";
position: absolute;
top: -70px;
width: 150px;
height: 150px;
background-image: url(https://www.maya.ph/hubfs/Black%20pink/MBCC@2x.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
z-index: 1; 
} */

.bp-container {
  max-width: 1440px;
  margin: auto;
}

.bp-phone {
  /* padding: 10px; */
  max-width: 328px;
  height: auto;
}

.bp-card {
  /* padding: 10px; */
  max-width: 600px;
  height: auto;
}

.bp-ticket-img {
  max-width: 280px;

}

.img-container {
  padding: 10px;
  max-width: 240px;
  width: 100;
}

.img-div {
  align-items: center;
}

.bp-ticket {
  max-width: 900px;
  margin: auto;
}

.bp-vip {
  max-width: 1000px;
  margin: auto;
}

.bp-date {
  padding-top: 0px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.bp-column {
  /*   display: grid;
  grid-template-columns: 1fr 1fr; /* 2 equal columns */ 
  max-width:800px; /* Optional: limit width */
  margin: 0 auto;
}
.bp-column p {
  width:260px;
  text-align: initial;
}

.bp-button {
  max-width: 350px;
  padding: 12px 35px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
}
.bp-button:hover {
  color:#000;
}
.bp-wintickets{
  max-width:1224px;
  margin:auto;
}

.bp-tag {
  width: 150px;
  padding: 2px 24px;
  border-radius: 25px;
  border: none;
  /*   cursor: pointer; */
}

.bp-rounded {
  border-radius: 20px;
}

.bp-mw {
  max-width: 500px; /* Reduced from 600px */
}

.bp-text-light {
  color: #f0f7f9;
}

.bp-text-black {
  color: #000;
}



.bp-pc-card {
  max-width: 600px;
  margin: 50px 40px 50px 350px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.bp-vip-card {
  height: 260px;
  max-width: 1224px;
  margin: auto;
  position: relative;
  display: flex;
  border-radius: 40px;
}

.bp-phone-b {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 369px;
}

.bp-phone-b img {
  bottom: 0%;
  position: absolute;
  width: 369px;
  height: auto;
}

.bp-vip-card p{
  max-width: 651px;
  margin: auto;
}

.bps8 h5{
  max-width: 500px;
}

.bps8 p{
  max-width: 500px;
}
.bp-heart p {
  max-width:593px;
  margin:auto;
}

/* Tablet responsiveness */
@media (max-width: 768px) {
  .img-container {
    max-width: 180px;
    padding: 8px;
  }

  .bp-responsive-section-8 {
    flex-direction: column-reverse; /* Image on top, text below */
    gap: 20px;
  }

  .bp-responsive-section-4 {
    flex-direction: column; /* Image on top, text below */
    gap: 20px;
  }
  .buble-container::after{
    right: -29px;
    zoom: 0.5;
  }


  .bps8 {
    text-align: center;
  }

  .bp-text-content {
    max-width: 100%;
  }

  .bp-phone-b img {
    position:relative;
    left: 20%;
    max-width:255px;
  }

  /*   .bp-vip-card p {
  margin: 40px;
  line-height: 1.2;
} */

  .bp-vip-card {
    height: 100%;
    max-width: 900px;
    padding: 20px 20px 0px 20px;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
  }
}

/* Mobile responsiveness */
@media (max-width: 480px) {
  .img-container {
    max-width: 120px;
    padding: 5px;
  }
  /*   .bp-phone {
  max-width: 250px;
} */

  /*   .bp-vip-card p {
  font-size: 12px;
  margin: 20px;
  line-height: 1.2;
} */

  .bp-vip-card {
    height: 100%;
    max-width: 900px;
    margin: auto;
    position: relative;
    display: flex;
  }

  .pb-winner {
    font-size: 40px;
    line-height: 1.2;
  }

  .pb-winner-h {
    font-size: 30px;
    line-height: 1.2;
  }

  .pb-win p {
    font-size: 20px;
    line-height: 1.2;
  }

  .bps8 h5 {
    font-size: 40px;
    line-height: 1.2;
  }

  .bp-123 {
    font-size: 12px;
  }

  .bp-card{
    max-width: 300px;
  }
}



/* slider */
#mayaslider_cards .splide__track{
  overflow:visible;
}
#mayaslider_cards2 .splide__track{
  overflow:visible;
}
.slider-card {
  margin:0 auto;
  display:flex;
  justify-content:center;
  flex-direction:column;
  z-index:2;
}
.slide-container {
  /*   min-height:559px; */
  max-width: 320px;
  width: 100%;
  /*   overflow: hidden;
  border-radius:30px;
  background: linear-gradient(184.53deg, #54585A 2.67%, #181A1A 97.96%); */

} 

.slide-container:last-child {
  margin-right:0 !important; 
}
/* .mlbb_card_text {
padding:28.19px 17.5px;
display:grid;
font-size:18px;
grid-template-columns:auto 1fr;
gap:10px;
color:#fff;
} */
.content-container sup {
  top:0;
  display:inline-block;
  max-width: 26px;
  width: 100%;
  height:26px;
  background:#D2AA54;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #112432;
  border-radius:50%;
}
.content-container strong {
  color:#75eea5;
}
.content-container{
  padding:28.19px 17.5px;
}
.content-container ul{
  margin:0;
}
.content-container p {
  font-size: 18px;
  line-height: 28px;
}


/* .slider_grid_progress {
background: rgba(0, 0, 0, 0.3);
/* 		max-width: 66.667%;
margin-top:65px;
max-width: 420px;
margin-top: 65px;
margin-left: 50%;
transform: translate(-60%);
} */

#mayaslider_cards .slider_grid_progress_bar {
  background:#f4a7ba;

}
.slider_grid_progress_bar {
  background: #fff;
  height: 2px;
  transition: width 600ms ease;
  width: 0;
}
.button-container{
  display: flex;
  gap: 20px;
}
.slider-footer-container{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  width: 100%;
  margin: auto;
  margin-top:30px;
  gap: 30px;
}

#mayaslider_cards .slider-footer-container .slider_grid_progress {
  background: rgba(244, 167, 186,0.3)!important;
}
.slider-footer-container .slider_grid_progress {
  background: rgba(0, 0, 0)!important;
  max-width: 420px!important;
  width: 100%!important;
  margin-top: unset!important;
  margin-left: unset!important;
  transform: unset!important;
}

.button-container .prev svg {
  transform: scaleX(-1); 
}
.button-container button{
  width: 40px;
  height: 40px;
  background: #75eea5;
  padding: 0;
  border: none;
  border-radius: 22px;
}
.button-container svg {
  height: 14px;
  fill: #090909;
}
.n-mt-40{
  margin-top:-40px;
}
@media only screen and (max-width: 767px) {
  .slider-footer-container{
    max-width: 300px;
  }
  .n-mt-40{
    margin-top:0px;
  }
  .md-text_size_17 {
    font-size:17px;
    line-height:27px;

  }
  .md-text_size_16 {
    font-size:17px;
    line-height:27px;

  }

}
.faq-section{
  background: linear-gradient(180deg, #121212 0%, #000000 100%);
}
.faq-content{
  position:relative;
  z-index:1;
}
.faq-container{
  max-width:1224px;
  margin:auto;
  position:relative;
}

.faq-left{
  max-width:496px;
  width:100%;
}
.my-expand-icon{

  background: linear-gradient(180deg, #F6A6B9 0%, #FF6699 100%);
}
.my-collapse-icon{
  background: linear-gradient(180deg, #F6A6B9 0%, #FFFFFF 100%);

}
.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(180deg, #111111 0%, rgba(48, 31, 37, 0.6) 100%);
  border:3px solid;
  border-radius: 20px;
  border-image-slice: 20;
  border-image-source: url(https://www.maya.ph/hubfs/Black%20pink/bp-border.png);
  border-image-width: 20px;
  /*   border: 3px solid var(--primary-mint-green, #75EEA5);
  background: linear-gradient(180deg, #164B2B 66.41%, #082714 88.24%), #FFF; */
  /*   box-shadow: 0px 4px 20px 0px rgba(123, 97, 255, 0.60); */
}
.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{
  content:'';
  height:3px;
  width:40px;
  border-radius:5px;
  background: linear-gradient(90deg, #FF6699 0%, #F6A6B9 100%);
  position:absolute;
  /*   top:0; */
  left:0;
}
.my-accordion-body p {
  padding-top: 1em;
  color:#fff;
  position:relative;
  margin:0;
}
.my-accordion-body a{
  color:#fff;
  text-decoration-line: underline;
}
ul li{
  color:#fff!important;
}
.hs-richtext ul:not(.reset-list){
  padding-left: revert!important;
  list-style: none !important;
  margin: 0!important;
}
.hs-richtext ul:not(.reset-list) li:before{
  color:#fff!important;
  font-size: 15px!important;
}
/* 
.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:#fff;
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-expand-icon, .my-collapse-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #202122;
  border-radius: 50%;
}
.faq-left hr {
  background: linear-gradient(90deg, #FF6699 0%, #F6A6B9 100%);
  border-radius: 5px;
  height: 3px;
  margin: 20px 0;
  width: 40px;
}
.faq-content .hs-button{
  background: #E69CAE!important
}
/* Faq End */
/*  */
.section5{
  background-color:#000;
}
.section5-container{
  max-width:1200px;
  background: linear-gradient(0deg, #000000 0%, #3B1B2B 100%);
  margin:auto;
}

.pink-text{
  color:#E69CAE;
}
.bg-pink{
  background-color:#E69CAE;
}
.italic{
  font-style: italic;
}
.gradient-bg{
  background: linear-gradient(180deg, #000000 0%, #3B1B2B 100%);
}
.bold-pink strong{
  color:#E69CAE;
}
.slide-imagecontainer img {
  max-width:286px;
  box-shadow: 0px 4px 20px 0px #88888866;
  border-radius:16px;
}
.supnumber{
  font-weight: 800;
  font-size: 72px;
  line-height: 120%;
  width:64px;
}
.buble-container{
  max-width:593px;
  position:relative;
}
.vip-container{
  max-width:286px;
  border-radius:50px;
  background: linear-gradient(180.78deg, rgba(0, 0, 0, 0.5) 0.67%, rgba(51, 51, 51, 0.5) 99.35%); 
  border: 3px solid;
  border-image-slice: 50;
  border-image-source: url(https://www.maya.ph/hubfs/Black%20pink/vip-border.png);
  border-image-width: 45px;
  padding:0 40px;
}
.vip-container img{
  max-width:208px;
  margin-top:-100px;
}
body .customlh{
  line-height: 120% !important;
}
.m-a{
  margin:auto;
}
.glitterpinkfaq-text {
  background: linear-gradient(105.65deg, #FF6699 28.59%, #000000 109.1%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* For Firefox */
  color: transparent;
}
.text10{
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: center;
}
.hide{
  display:none;
}
@media only screen and (max-width: 767px) {
  .slide-imagecontainer img {
    max-width:158px;

  }
  .faq-left{
    display:flex;
  }
  .my-cashin-imgBox{
    max-width:100px;
  }
  .faq-content .hs-button{
    width:100%;
  }
  .supnumber{
    font-weight: 800;
    font-size: 56px;
    line-height: 120%;
  }
  .bp-phone{
    max-width:195px;
  }
  .vip-container{
    max-width:171px;
    padding:0 14px;
    border-radius:30px;
    border-image-width: 27px;

  }
  .vip-container img{
    max-width:139px;
    margin-top:-70px;
  }
  .md-text_size_16{
    font-size: 16px!important;
    line-height: 120%!important;
  }
  .section2{
    margin-top:-150px;
  }
  .md-text_size_18{
    font-size: 18px!important;
    line-height: 120%!important;
  }
}


#popup1, #popup2 {
  background: linear-gradient(0deg, #000000 0%, #3B1B2B 100%);
  border-radius: 20px;
  overflow: hidden;
}
#lrtmechanics ol,#lrtmechanics1 ol {
  color:inherit;
}
#popup1 .popup-close, #popup2 .popup-close {
  background-color: #E69CAE;
  border-radius: 20px;
  color: #112432;
  height: 40px;
  line-height: 40px;
  right: 30px;
  top: 30px;
  width: 40px;
}

.footer-text-color{
  color:#999999;
  font-size: 14px;
}
.footer-note-section7{
  max-width:700px;
  margin:auto;
}