/* ========================== */



/* Subscriptions / Purchase History */



/* ========================== */



.blg-subscriptions {
    background: #000;
    padding: 70px 0px 60px 0px; 
    color: #fff;
    width: 100%;
}

.subscription-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr 1fr;
    gap: 35px;
}



.subscription-card {

    background: #262626;

    border-radius: 15px;

    padding: 32px 15px;

    text-align: center;

    position: relative;

    border: 1px solid #333333;

}



.subscription-card.popular {

    border: 2px solid #d4af37;

    transform: scale(1.05);

}

.subscription-card .badge, .subscription-card-add-ons .badge {position: absolute;top: -25px;background: linear-gradient(180deg, var( --e-global-color-a39446c ) 0%, var( --e-global-color-1b733b0 ) 100%);color: #fff;padding: 12px 24px;font-size: 14px;border-radius: 10px;font-weight: 700;font-family: "Work Sans", sans-serif;text-transform: uppercase;letter-spacing: 5%;width: fit-content;align-items: center;display: flex;justify-content: center;margin: auto;left: 0;right: 0;}

.subscription-card .badge:hover, .subscription-card-add-ons .badge:hover { background-image: linear-gradient(180deg, var( --e-global-color-69c44b9 ) 0%, var( --e-global-color-69c44b9 ) 100%); }

.blg-subscriptions .subscription-card h3 {
    font-family: 'oswald', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 15px;
}
span.credit-text {
    background: linear-gradient(45deg, #D4AF37, #B8860B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    background-clip: text; 
}

.subscription-card-add-ons {

    background: #262626;

    border-radius: 15px;

    padding: 30px;

    text-align: center;

    position: relative;
    border: 2px solid #d4af37;
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}



.subscription-card-add-ons .badge {
}

.subscription-card-add-ons h3 {
    font-family: 'oswald', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 15px;
    flex: 1 1 calc(15% - 20px);
}
.price {
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 700;
    font-family: 'oswald', sans-serif;    
    color: #B8860B;
    flex: 1 1 calc(25% - 20px);
    box-sizing: border-box;
}

.price span {
    font-size: 16px;
    color: #FFFFFFCC;
    margin-left: -6px;
    position: relative;
    top: -5px;
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
}
.sub-highlight-cont-wrap {
    background: #151515;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 25px;
    position: relative;
}
.sub-highlight-cont-wrap::before {
    filter: blur(8px);
    opacity: 0.5;
}
.sub-highlight-cont-wrap::after{
    content: ''; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; z-index: -1; border-radius: 22px; padding: 2px; background-image: conic-gradient(from var(--angle), transparent 40%, #B8860B 100%); animation: spin 3s linear infinite; -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude;
}
@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.sub-highlight-cont-wrap {
  background: #151515;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 25px;
  position: relative;
  z-index: 0;
  overflow: visible;
}

.sub-highlight-cont-wrap::after {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  border-radius: 22px;
  padding: 2px;

  background-image: conic-gradient(
    from var(--angle),
    transparent 40%,
    #B8860B 100%
  );

  animation: spin 3s linear infinite;

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;

  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

@keyframes spin {
  from {
    --angle: 0deg;
  }
  to {
    --angle: 360deg;
  }
}
.sub-highlight-cont-wrap p span, .highlight-wrap-1 p span {
    color: #B8860B;
}
.sub-highlight-cont-wrap p, .highlight-wrap-1 p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.5em;
    color: #FFFFFFCC;
    font-family: 'poppins', sans-serif;
}
.sub-content-wrap p {
    font-size: 16px;
    line-height: 1.5em;
    color: #FFFFFFCC;
    font-family: 'poppins', sans-serif;    
}


.subscription-card .features {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}
.sub-content-wrap {
    text-align: left !important;
}

.sub-content-wrap li {
    font-family: 'poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFFCC;
}
.sub-content-wrap ul {
    list-style: none;
    position: relative;
    padding: 0px 0px 70px 30px;
}
.sub-content-wrap li::before {
   content:'';
    position:absolute;
    margin-left: 0;
    left: 0px;
    background: url('/wp-content/uploads/2026/05/check-icon-white.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width:16px;
    height: 16px;
    margin-top: 4px;
}

.subscription-card-add-ons .features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    flex: 1 1 calc(25% - 20px);
}

.subscription-card-add-ons .features > ul.features {
    width: 90%;
}

.subscription-card-add-ons .features li {
    font-family: 'poppins', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFFCC;
    position: relative;
} 

.subscription-card-add-ons .features li:last-child span {
    color: #EDEDED;
    background: linear-gradient(45deg, #ffffff, #ffffff);
    background-clip: text;
    font-weight: 500;
}

.subscription-card-add-ons .sub-content-wrap ul { padding: 0px 0px 0px 30px; }
.subscription-card-add-ons .features li:before {
    content: '';
    position: absolute;
    margin-left: 0;
    left: -25px;
    background: url(/wp-content/uploads/2026/05/check-icon-white.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 16px;
    height: 16px;
    margin-top: 4px;
}



.btn-subscribe {
    font-family: 'poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin-top: 20px;
    background: #fff;
    color: #000;
    padding: 16px 24px;
    border-radius: 10px;
    border: none; 
    text-decoration: none;
    width: 100%;
    text-transform: uppercase;
}
.btn-subscribe:hover {
    background: linear-gradient(180deg, var( --e-global-color-69c44b9 ) 0%, var( --e-global-color-69c44b9 ) 100%) !important;
    color: #fff !important;
}
a.btn-subscribe {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    bottom: 30px;
}
.subscription-card.level-4 {
   border: 2px solid #d4af37;
   transform: scale(1.1);
}
.subscription-card.level-4 .btn-subscribe{
   background: linear-gradient(180deg, var( --e-global-color-a39446c ) 0%, var( --e-global-color-1b733b0 ) 100%);
   padding: 16px 24px;
   color: #fff;
}
.subscription-card.level-4 .btn-subscribe:hover {
    background: linear-gradient(180deg, var( --e-global-color-69c44b9 ) 0%, var( --e-global-color-69c44b9 ) 100%) !important;
     color: #fff;
} 

.subscription-card.popular .btn-subscribe {

    font-family: 'poppins', sans-serif;

    font-size: 14px;

    font-weight: 500;

    display: inline-block;

    margin-top: 20px;

    background: linear-gradient(45deg, #D4AF37, #B8860B);

    color: #fff;

    padding: 12px 22px;

    border-radius: 30px;

    text-decoration: none;

}

.subscription-card-add-ons .btn-subscribe {
    font-family: 'poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    background: linear-gradient(180deg, var( --e-global-color-a39446c ) 0%, var( --e-global-color-1b733b0 ) 100%);
    color: #fff;
    padding: 16px 24px;
    border-radius: 10px;
    text-decoration: none;
    flex: 1 1 calc(32% - 20px);
    position: relative;
    margin: auto;
    width: fit-content;
    bottom: 0px;
}

.subscription-card-add-ons .btn-subscribe:hover {
    color: #fff !important;
    background: linear-gradient(180deg, var( --e-global-color-69c44b9 ) 0%, var( --e-global-color-69c44b9 ) 100%) !important;
}
a.purchase_subcription {
    color: #000 !important;
}
a.purchase_subcription:hover {
    color: #fff !important;
}

.purchase-history {
    margin-top: 0;
    background: #000;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #131313;
}

.cust-my-acc-wrap-main .ht-account-content { overflow: unset; } 

.purchase-history h3 {
    color: #fff;
    margin-bottom: 20px;
    font-family: 'oswald', sans-serif;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2em;
}



.history-table {

    width: 100%;

}



.history-head,

.history-row {

    display: grid;

    grid-template-columns: 2fr 1fr 1fr;

    padding: 14px 10px;

    align-items: center;

}



.history-head {
    background: #111;
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 5px;
    font-family: 'oswald', sans-serif;
    font-weight: 500;
    padding: 15px 20px;
    line-height: 1.2em;
}



.history-row {

    border-bottom: 1px solid #222;

    color: #fff;

    font-family: 'poppins', sans-serif;

    font-size: 14px;

    font-weight: normal;

    padding: 15px 20px;

}



.history-row:last-child {

    border-bottom: none;

}
.history-row:last-child .actions,span.actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.history-row:last-child .actions button, .cancel_button {
    padding: 6px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    font-family: 'poppins', sans-serif;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,20%);
    color: #fff;
    line-height: 1.2em;
    background: none;
}
.history-row:last-child .actions button:hover,
.history-row:last-child .actions button:focus-visible {
  background: none;
}

.status-active {

    background: #272727;

    color: #fff;

    padding: 5px 10px;

    border-radius: 5px;

    font-size: 12px;

    margin-left: 10px;

}



.status-expired {

    background: #3d1f1f;

    color: #ff5c5c;

    padding: 5px 14px;

    border-radius: 20px;

    font-size: 12px;

}



.actions a {
    padding: 6px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    font-family: 'poppins', sans-serif;
    text-transform: uppercase;  
    background: linear-gradient(45deg, #D4AF37, #B8860B);
    color: #fff; 
    line-height: 1.2em;    
}

.actions a:hover { 
    background: linear-gradient(45deg, #D4AF37, #B8860B) !important;
    color: #fff;     
}

.history-row {
    border-bottom: 1px solid #131313 !important;
}

.btn-cancel {

    background: #222;

    color: #ff5c5c;

}



.btn-upgrade {

    background: #d4af37;

    color: #000;

}



.btn-upgrade:hover {

    background: #fff;

}



.history-row.empty {

    grid-template-columns: 1fr;

    text-align: center;

    color: #777;

}



.subscription-card .info-user-btn,

.subscription-card-add-ons .info-user-btn {

    border: none;

    background: #d4af37;

    color: #000;

    font-weight: 500;

    width: 20px;

    height: 20px;

    position: absolute;

    right: 13px;

    top: 13px;

    border-radius: 50%;

    padding: 0;

    line-height: 18px;

    font-size: 14px;

}







/* Modalbox User Details */



.modal .modal-content #modalBody h2 {

    -webkit-text-fill-color: transparent;

    background: linear-gradient(177deg, #ffd14c 8%, #8f640b 100%);

    background-clip: text;

    font-family: 'oswald', sans-serif;

    font-weight: bold;

    font-size: 40px;

    text-transform: capitalize;

    line-height: 52px;
    margin-bottom: 0;

}

.modal .modal-content #modalBody .logo-modal img {
    width: auto !important;
}

.modal .modal-content #modalBody .logo-modal {
    text-align:center;
    margin: 0px auto;
}
.m-body h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    color: #000;
    font-family: 'oswald', sans-serif;
}
.modal .modal-content #modalBody .m-header .title{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.modal .modal-content #modalBody .m-header hr{

    width: 100%;

    height:1px;

    background: linear-gradient(45deg, #D4AF37, #B8860B);

    border:none;

}

.modal .modal-content #modalBody .m-body {

    margin: 30px 0;

    overflow-x: auto;

    max-height: 230px;

    padding-right: 5px;

}

.modal .modal-content #modalBody .m-body p, .modal .modal-content #modalBody .m-body li {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}
.modal .modal-content #modalBody .m-body a { 
    color: #B8860B;
}
.modal .modal-content #modalBody .m-body a:hover { 
    color: #000;
}
.modal .modal-content #modalBody .m-body ul {
    padding: 0px 0px 15px 20px;
}
.modal .modal-content #modalBody .m-body ul:last-child {
    padding: 0px 0px 0px 20px;
}

.modal .modal-content #modalBody .m-body h4 {
    text-align: center;
    color: #212121;
}

.modal .modal-content #modalBody .m-body .okbtn {
    margin: 35px auto 0;
    display: flex;
    padding: 10px 23px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'poppins', sans-serif;
    text-transform: uppercase;
    background: linear-gradient(45deg, #D4AF37, #B8860B);
    color: #fff;
    border: none;
}
.modal .modal-content #modalBody .m-body .okbtn:hover,
 .modal .modal-content #modalBody .m-body .okbtn:focus-visible{
     border: none;
     background: linear-gradient(45deg, #D4AF37, #B8860B);
     color: #fff;
}

.modal .modal-content #modalBody .m-footer button.close-btn{

    border:none;

    width: 100%;

    padding: 15px 20px;

    background: linear-gradient(45deg, #D4AF37, #B8860B);

    color: #000;

    text-transform: uppercase;

    font-family: 'poppins', sans-serif;

    font-size: 16px;

    font-weight: bold;

    border-radius: 8px;

}

.modal .modal-content #modalBody .m-footer button.close-btn:focus,

.modal .modal-content #modalBody .m-footer button.close-btn:hover{ 

    background: linear-gradient(45deg, #D4AF37, #B8860B);

    color: #000;

    border:none;

}

.modal{

    display:none;

    position:fixed;

    left:0;

    top:0;

    width:100%;

    height:100%;

    background:rgba(0,0,0,0.6);

    z-index: 11;

}



.modal-content{

    background:#fff;

    width:892px;

    margin: 0 auto;
    top: 53%;
    transform: translate(0px, -50%);

    padding:20px 30px 30px;

    position:relative;

    border-radius: 20px;

}



.close{

    cursor:pointer;

}

.close img { width: 20px;}



.hidden{

    display:none;

}







/* End Modalbox User Details */



/* Responsive */
@media(max-width: 1200px) { 
    .subscription-card.level-4 { transform: unset; }
    .subscription-grid { gap: 30px; }
    .subscription-grid { grid-template-columns: repeat(2, 1fr); width: 100%; }
    .blg-subscriptions .subscription-card h3, .subscription-card-add-ons h3 { font-size: 18px; }    
    .my-account-main-wrap .ht-account-content { width: 100% !important; }
    .cust-my-acc-wrap-main .ht-account-content { overflow: auto; }
    .subscription-card-add-ons h3, .price, .subscription-card-add-ons .features, .subscription-card-add-ons .btn-subscribe {
        flex: 0 0 calc(44% - 20px) !important;
    }
     .modal-content { width: 90%; margin: 0 auto; top: 50%; transform: translate(0px, -50%); padding: 40px 20px; }
    .modal .modal-content #modalBody h2 { font-size: 35px; }
    .m-body h3 { font-size: 18px; }

    .ht-account-wrapper {

        grid-template-columns: 2.5fr 6fr;

    }



     .ht-account-sidebar {

        width: auto;

    }

    .subscription-card-add-ons .features {

        width: 33%;

    }


    

}

@media(max-width: 991px) { 

    .my-account-main-wrap .ht-account-wrapper { padding: 0px !important; }

    .ht-account-sidebar {

        width: 297px;

    }

    .subscription-card-add-ons .features {

        width: 100%;

    }



}



@media(max-width: 767px) {
    .modal .modal-content #modalBody h2 { font-size: 25px; }
    .subscription-card.level-4 { transform: unset; }
    .subscription-card-add-ons h3, .price, .subscription-card-add-ons .features, .subscription-card-add-ons .btn-subscribe { flex: 1; }
    .subscription-card-add-ons .features > ul.features { width: 100%; }

    .ht-account-sidebar {

        width: 100% !important;

    }

    .subscription-grid {
        grid-template-columns: 1fr;
        gap: 30px;

    }

    .history-head, .history-row {

        grid-template-columns: 130px 1fr 1fr;

        padding: 15px 10px;

    }

    .history-row span {

        display: flex;

        flex-wrap: wrap;

        gap: 5px;

        align-items: center;

    }

    .purchase-history {

        padding: 20px 15px;

    }

    .actions a { 

        padding: 6px 10px;

    }

    .status-active {

        padding: 5px 7px;

        margin-left: 0px;

    }
    .price { font-size: 30px; }
    .price span { font-size: 13px; }
    .subscription-card-add-ons {
        flex-direction: column;
        gap: 40px;
    }

    .subscription-card-add-ons .features { width: 100%; padding: 0px !important; margin: 0px; }

      .history-head {
    display: none; /* hide header */
  }

  .history-row {
    display: block;
    border: 1px solid #131313;
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 8px;
  }

  .history-row span {
    margin-bottom: 6px;
  }

  span.status-active::before { display: none; } 

  /* Add labels using pseudo */
  .history-row span:nth-child(1)::before {
    content: "Name: ";
    font-weight: 600;
  }
  span.actions {
    margin-top: 15px;
}

  .history-row span:nth-child(2)::before {
    content: "Expiry Date: ";
    font-weight: 600;
  }

}