.membership-hero{
  position:relative;
  padding:90px 0;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 15%,rgba(150,186,4,.18),transparent 28%),
    radial-gradient(circle at 88% 20%,rgba(1,133,142,.18),transparent 34%),
    linear-gradient(180deg,#F7FAFA 0%,#FFFFFF 100%);
}

.membership-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 17px;
  border-radius:999px;
  background:#fff;
  color:#01858E;
  font-weight:800;
  box-shadow:0 12px 28px rgba(0,53,63,.07);
  margin-bottom:18px;
}

.membership-hero h1 span{
  color:#01858E;
}

.membership-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:28px;
}

.membership-outline-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:13px 24px;
  border-radius:999px;
  background:#fff;
  color:#00353F;
  font-weight:800;
  text-decoration:none;
  border:1px solid #E7F0F1;
  box-shadow:0 12px 26px rgba(0,53,63,.07);
}

.membership-pills{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}

.membership-pills span{
  padding:9px 14px;
  border-radius:999px;
  background:#EAF8F4;
  color:#00353F;
  font-size:14px;
  font-weight:700;
}

.membership-pills i{
  color:#01858E;
  margin-right:5px;
}

.membership-image-card{
  position:relative;
  padding:16px;
  border-radius:32px;
  background:#fff;
  box-shadow:0 30px 70px rgba(0,53,63,.13);
}

.membership-image-card img{
  width:100%;
  height:520px;
  object-fit:cover;
  border-radius:24px;
  display:block;
}

.membership-float-card{
  position:absolute;
  padding:14px 18px;
  border-radius:18px;
  background:rgba(255,255,255,.9);
  box-shadow:0 18px 36px rgba(0,53,63,.14);
}

.membership-float-card strong{
  display:block;
  color:#00353F;
  font-size:24px;
  font-weight:900;
}

.membership-float-card span{
  color:#01858E;
  font-size:13px;
  font-weight:800;
}

.card-one{left:-18px;top:45px;}
.card-two{right:-18px;bottom:45px;}

@media(max-width:991px){
  .membership-hero{
    padding:60px 0;
    text-align:center;
  }
  .membership-actions,
  .membership-pills{
    justify-content:center;
  }
  .membership-image-card img{
    height:auto;
  }
}
.membership-benefits{
    background: #F7FAFA;
}
.mp-feature{
    height:100%;
    background:#fff;
    border:1px solid #E6EFF0;
    border-radius:22px;
    padding:30px 24px;
    text-align:center;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,53,63,.05);
}

.mp-feature:hover{
    transform:translateY(-8px);
    border-color:#01858E;
    box-shadow:0 20px 45px rgba(0,53,63,.12);
}

.mp-feature i{
    width:70px;
    height:70px;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
    background:linear-gradient(135deg,#01858E,#00353F);
    color:#fff;
    font-size:28px;
    box-shadow:0 12px 25px rgba(1,133,142,.25);
}

.mp-feature h5{
    font-size:20px;
    font-weight:700;
    margin-bottom:12px;
    color:#00353F;
}

.mp-feature p{
    color:#6b7b80;
    margin:0;
    line-height:1.7;
}
.membership-plans{
  padding:90px 0;
  background:linear-gradient(135deg,#00353F 0%,#022A32 100%);
}

.membership-plans .h2-heading,
.membership-plans .p-lg{ color:#fff; }

.header-tag{
  display:inline-flex;
  padding:8px 18px;
  border-radius:999px;
  background:rgba(150,186,4,.14);
  color:#96BA04;
  font-weight:800;
  margin-bottom:14px;
}

.mp-plan-card{
  position:relative;
  height:100%;
  padding:34px 28px;
  border-radius:26px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  backdrop-filter:blur(14px);
  box-shadow:0 25px 55px rgba(0,0,0,.22);
  transition:.3s;
}

.mp-plan-card:hover{
  transform:translateY(-10px);
  border-color:#96BA04;
}

.mp-plan-card.featured{
  background:linear-gradient(180deg,rgba(150,186,4,.24),rgba(255,255,255,.08));
  border:1px solid rgba(150,186,4,.55);
  transform:scale(1.05);
}

.mp-badge{
  position:absolute;
  top:-14px;
  left:50%;
  transform:translateX(-50%);
  background:#96BA04;
  color:#00353F;
  padding:7px 16px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
}

.mp-plan-card h4{
  color:#fff;
  text-transform:uppercase;
  font-size:18px;
  font-weight:900;
}

.mp-price{
  font-size:42px;
  font-weight:900;
  margin:18px 0;
  color:#fff;
}

.mp-price small{
  font-size:15px;
  color:#D0DF99;
}

.mp-plan-card ul{
  list-style:none;
  padding:0;
  margin:0 0 26px;
}

.mp-plan-card li{
  color:rgba(255,255,255,.82);
  margin-bottom:12px;
  font-size:15px;
}

.mp-plan-card li::before{
  content:"✓";
  color:#96BA04;
  font-weight:900;
  margin-right:9px;
}

.mp-plan-btn{
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:46px;
  border-radius:999px;
  background:#96BA04;
  color:#00353F !important;
  font-weight:900;
  text-decoration:none;
}

.mp-plan-btn:hover{
  background:#D0DF99;
}
.learning-journey{
    padding:90px 0;
    background:#F7FAFA;
}

.journey-wrapper{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:18px;
}

.journey-step{
    width:170px;
    background:#fff;
    border-radius:22px;
    padding:28px 18px;
    text-align:center;
    border:1px solid #E6EFF0;
    box-shadow:0 15px 35px rgba(0,53,63,.06);
    transition:.35s;
}

.journey-step:hover{
    transform:translateY(-8px);
    border-color:#01858E;
}

.journey-icon{
    width:70px;
    height:70px;
    margin:auto;
    border-radius:20px;
    background:linear-gradient(135deg,#01858E,#00353F);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:18px;
    box-shadow:0 15px 30px rgba(1,133,142,.25);
}

.journey-step h5{
    font-weight:700;
    margin-bottom:10px;
    color:#00353F;
}

.journey-step p{
    color:#6b7b80;
    font-size:14px;
    margin:0;
}

.journey-arrow{
    color:#96BA04;
    font-size:28px;
}

.success{
    background:linear-gradient(135deg,#01858E,#00353F);
}

.success h5,
.success p{
    color:#fff;
}

.success .journey-icon{
    background:#96BA04;
    color:#00353F;
}

@media(max-width:991px){

.journey-wrapper{
flex-direction:column;
}

.journey-arrow{
transform:rotate(90deg);
}

}
.membership-faq{
  padding:90px 0;
  background:#fff;
}
.membership-faq img{
    max-width:100%;
    height:auto;
    display:block;
    margin:0 auto 30px;
    border-radius:18px;
}
.mp-faq .accordion-item{
  border:1px solid #E6EFF0;
  border-radius:18px;
  margin-bottom:14px;
  overflow:hidden;
  box-shadow:0 10px 26px rgba(0,53,63,.05);
}

.mp-faq .accordion-button{
  color:#00353F;
  font-weight:800;
  padding:20px 22px;
  box-shadow:none;
}

.mp-faq .accordion-button:not(.collapsed){
  color:#01858E;
  background:#F1FAF8;
}

.mp-faq .accordion-body{
  color:#60767B;
  line-height:1.7;
  padding:0 22px 20px;
}

.membership-cta{
  padding:90px 0;
  background:#F7FAFA;
}

.mp-cta-box{
  position:relative;
  overflow:hidden;
  border-radius:32px;
  padding:60px 30px;
  background:linear-gradient(135deg,#00353F,#01858E);
  box-shadow:0 30px 70px rgba(0,53,63,.18);
}

.mp-cta-box:before{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  right:-130px;
  top:-160px;
  border-radius:50%;
  background:rgba(150,186,4,.18);
}

.mp-cta-box h2,
.mp-cta-box p{
  color:#fff;
  position:relative;
  z-index:2;
}

.mp-cta-actions{
  position:relative;
  z-index:2;
  display:flex;
  gap:14px;
  justify-content:center;
  flex-wrap:wrap;
  margin-top:28px;
}

.mp-outline-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:13px 24px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:#fff !important;
  border:1px solid rgba(255,255,255,.25);
  font-weight:800;
  text-decoration:none;
}
.mp-plan-desc{
    color:#60767B;
    font-size:14px;
    line-height:1.6;
    min-height:45px;
    margin-bottom:18px;
}

.mp-discount{
    display:inline-flex;
    padding:6px 13px;
    border-radius:999px;
    background:#EAF8F4;
    color:#01858E;
    font-size:13px;
    font-weight:800;
    margin-bottom:18px;
}