/* 
	Theme Name: DMS+
	Version: 3.0 / 2025
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Trade+Winds&display=swap');

body { font-family: "Poppins", sans-serif; background: #000 /*url("../images/pxfuel.jpg") fixed center center*/; background-size: cover; color: #FFF; font-size: 18px; }

.container { max-width: 80%;}

a { color: #FFF; text-decoration: none; }
a:hover {}

i { font-weight: 900; }

h1 { color: #ED1B2E; font-size: 2.5em; margin: 0 0 1em 0; }
h2 { color: #ED1B2E; font-size: 2em; margin: 0 0 1em 0; }
h3 { color: #ED1B2E; font-size: 1.5em; margin: 0 0 1em 0; }

.horrorfont { font-family: 'horor', sans-serif !important; text-transform: uppercase; }

.red { color: #ED1B2E; }
.white { color: #FFF; }

.top { margin: 0; position: absolute; top: 0; width: 100%; z-index: 2; }
.nav {
  width: 100%;
  display: flex;
  align-items: center;
  padding: .5em 0;
  width: 100%;
  z-index: 999;  
  top: 0;
}
.nav > .nav-header {
  flex: 1;
}
.nav > .nav-header > .nav-title {
  color: #FFF;
  padding: 0 0 0 5em;
}
.nav > .nav-header > .nav-title img {
  height: 200px !important; height: auto; 
}
.nav > .nav-list {
  display: flex;
  padding: 0;
  margin: 0 5em 0 0;
}
.nav > .nav-list > li {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 1em;
}
.nav > .nav-list > li a {
  text-decoration: none;
  color: #FFF;
  font-weight: 600;
  cursor: pointer;
}

.btn-login { background: #ED1B2E; color: #FFF; border: 1px solid #ED1B2E; padding: 10px 20px; text-transform: uppercase; }
.btn-login:hover { background: #ED1B2E; border: 1px solid #ED1B2E; }

.display { position: relative; height: 100vh; width: 100%; overflow: hidden; z-index: 1; }
.display > * { margin: 0; padding: 0; }
.display .image { position: relative; height: 100vh; width: 100%; z-index: 1; }
.display .image:before { position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, .9) 100%); }
.display img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.display .text { position: absolute; z-index: 3; top: 50%; left: 50%; transform: translate(-50%,-40%); width: 50%; color: #FFF; text-align: center; }
.display .text h2 { font-size: 3.5em; line-height: 1.25em; font-weight: 700; color: #FFF; margin: 0 0 .75em 0; padding: 0; }
.display .custom-input { background: rgba(0,0,0,.75); border-color: rgba(255,255,255,.75); border-radius: .375rem; color: #FFF; }
.display .custom-input::placeholder { color: #666; opacity: 1; }
.display .custom-btn { background: #ED1B2E; color: #FFF; border-radius: .375rem; width: 100%; }

.about { position: relative; /*top: -30px;*/ padding: 3em 0; margin: 0; overflow: hidden; /*background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(54,0,0,1) 90%, rgba(54,0,0,1) 100%);*/ }
.about h2 { color: #ED1B2E; text-transform: uppercase; text-align: left; font-weight: 800; }
.about h4 { font-weight: 600; margin: 0 0 1em 0; font-size: 1.5em; color: #ED1B2E; }
.about-img { padding: 3em 0 0 0;}
.about-img img { width: 100%; height: auto; }
.dl-link { margin: 0 1em 0 0; }

.trendings { position: relative; padding: 5em 0 0 0; overflow: hidden; }
.trendings h2 { color: #FFF; text-transform: uppercase; text-align: center; font-weight: 800; }
.trendings .trendings-slider { position: relative; width: 100%; overflow: hidden; }
.trendings .trendings-box { position: relative; }
.trendings .trendings-box .number { position: absolute; top: .35em; left: .15em; color: rgba(255,255,255,.5); font-family: "Trade Winds", system-ui; font-size: 5em; line-height: .5em; z-index: 2; }
.trendings .trendings-box .image { position: relative; z-index: 1; border-radius: .375rem; overflow: hidden; }
.trendings .trendings-box .image img { width: 100%; height: auto; }
.trendings .slick-slide { margin: 0 1em; }
.trendings .prev-btn { position: absolute; top: 50%; transform: translateY(-50%); left: 0; display: block; width: 50px; height: 50px; text-align: center; line-height: 50px; cursor: pointer; border-radius: 50%; background: rgba(255,255,255,.15); transition: ease all .5s; }
.trendings .prev-btn:hover { background: rgba(255,255,255,.5); }
.trendings .next-btn { position: absolute; top: 50%; transform: translateY(-50%); right: 0; display: block; width: 50px; height: 50px; text-align: center; line-height: 50px; cursor: pointer; border-radius: 50%; background: rgba(255,255,255,.15); transition: ease all .5s; }
.trendings .next-btn:hover { background: rgba(255,255,255,.5); }

.why { position: relative; padding: 5em 0 0 0; overflow: hidden; }
.why h2 { color: #FFF; text-transform: uppercase; text-align: center; font-weight: 800; }
.why h3 { font-size: 1.25em; color: #ED1B2E; font-weight: 800; }
.why .why-box { background: linear-gradient(130deg,rgba(51, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 100%); border-radius: .375rem; padding: 2em; }

.promote { padding: 5em 0; overflow: hidden; }
.promote-pic {}
.promote-pic img { width: 100%; height: auto; border-radius: .35rem; }
.promote .col { opacity: .5; }
.promote .col:hover { transform: scale(1.1); opacity: 1; z-index: 2; }
.promote .col:nth-child(1),
.promote .col:nth-child(5) { position: relative; margin-top: 10em; }
.promote .col:nth-child(2),
.promote .col:nth-child(4) { position: relative; margin-top: 5em; }

.membership { padding: 5em 0; overflow: hidden; }
.membership h2 { color: #FFF; text-transform: uppercase; text-align: center; font-weight: 800; }
.membership-box { border-radius: .35rem; overflow: hidden; padding: 3em 1em; background: linear-gradient(130deg,rgba(51, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 100%); }
.membership-box2 { font-size: 1.5em; margin: 1em 0 0 0; }
.membership-box2 ul { margin: 0; padding: 0; list-style: none; }
.membership-box2 li { position: relative; text-align: center; margin: 0 0 .5em 0; }
.membership-box2 li:nth-child(1)::before {
content: url("../images/membership-icon-1.png");
margin: 0 .5em 0 0;
position: relative; top: 8px;
}
.membership-box2 li:nth-child(2)::before {
content: url("../images/membership-icon-2.png");
margin: 0 .5em 0 0;
position: relative; top: 8px;
}
.membership-box2 li:nth-child(3)::before {
content: url("../images/membership-icon-3.png");
margin: 0 .5em 0 0;
position: relative; top: 8px;
}
.membership-box2 li i { color: #ED1B2E; margin: 0 1em 0 0; }
.membership-txt1 { font-size: 20px; text-align: center; }
.membership-txt2 { font-size: 2em; text-align: center; font-weight: 600; }
.membership-txt2-misc { font-size: 20px; text-align: center; font-weight: normal; margin: 0 .5em 0 0; }

.news { padding: 3em 0; }
.news-box { border-radius: .35rem; overflow: hidden; margin: 0 0 1.5em 0; }
.news-img { position: relative; width: 100%; height: 0; padding-bottom: 60%; overflow: hidden;  }
.news-img img { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); object-fit: cover; width: 100%; height: 100%; }
.news-content-wraper { padding: 1em; background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(54,0,0,1) 100%); }
.news-date { font-size: .8em; color: #999; margin: 0 0 2em 0; text-transform: uppercase; }
.news-title { font-size: 1.2em; margin: 0; font-weight: bold; }
.recent-news-box { margin: 0 0 1.5em 0; }
.recent-news-img { position: relative; width: 100%; height: 0; padding-bottom: 100%; border-radius: .35rem; overflow: hidden; }
.recent-news-img img { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); object-fit: cover; width: 100%; height: 100%; }
.recent-news-date { font-size: .8em; color: #999; text-transform: uppercase; }
.recent-news-title { font-size: 1.2em; margin: 0; font-weight: bold; }

.footer { border-top: 1px solid #111; }
.footer h2 { text-transform: uppercase; }
.footer h5 { font-size: 1.2em; margin: 0 0 1em 0; }
.footer-top { padding: 3em 0; }
.footer-bot { padding: 2em 0; text-align: center; }
.footer-bot .link { font-size: .8em; margin: 1em 0 0 0; }
.footer-bot a { color: #ED1B2E; transition: ease all .5s; }
.footer-bot a:hover { color: #FFF; }
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer li { margin: 1em 0; }
.footer li a { padding: 0; }
.footer li a:hover { color: #ED1B2E; }

.downloadlink { margin: 0 0 5em 0; }
.downloadlink h2 { color: #FFF; text-transform: uppercase; }
.downloadlink img { width: 40%; max-width: 250px; margin: 0 1%; }

.sosmedlink { }
.sosmedlink h4 { font-size: 1.25em; color: #FFF; text-transform: uppercase; }
.sosmedlink i { font-size: 1.5em; margin: 0 .5em; }
.sosmedlink a { transition: ease all .5s; }
.sosmedlink a:hover { color: #ED1B2E; }

.maincontent { padding: 5em 0 !important; }
.maincontent img { width: 100%; height: auto; }
.maincontent-img { margin: 0 0 2em 0; }
.maincontent-misc  { margin: 0 0 2em 0; }
.maincontent h1 { text-align: left; border: none; }
.maincontent h2 { text-align: left; border: none; }
.maincontent h3 { text-align: left; border: none; }

.static-page { margin-top: 10em; } 
.static-page .section { margin: 0 0 3em 0; }
.static-page h1 { font-size: 2em; font-weight: bold; }
.static-page h2 { font-size: 1.5em; font-weight: bold; }
.static-page h3 { font-size: 1.25em; font-weight: bold; margin: 0; }

ol.hapusakun { list-style: none; counter-reset: my-awesome-counter; }
ol.hapusakun li { margin: 0 0 1em .5em !important; counter-increment: my-awesome-counter; position: relative; }
ol.hapusakun li::before {
  content: counter(my-awesome-counter);
  color: #FFF;
  position: absolute;
  left: -2.5em;
  line-height: 1.7em;
  width: 25px;
  height: 25px;
  top: -1px;
  background: #552727;
  border-radius: 50%;
  text-align: center;
}
ol.hapusakun li img { display: block; margin: 1em 0 2em 0; border: 1px solid #552727; width: 20%; max-width: 300px; height: auto; }


.faq .c{
  position: relative;
  margin: 0 0 1em 0;
}
.faq input{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity:0;
  visibility: 0;
}
.faq h4{
  font-family: 'Nunito', sans-serif; 
  color: #FFF; 
  font-size: 1em; 
  margin: 0;
  position: relative;
  background: #222;
  padding: 1em;
}
.faq label::before{
  content:"";
  display: inline-block;
  border: 6px solid transparent;
  border-left: 6px solid #ED1B2E;
}
.faq label{
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.faq .p{
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0 0 0 3em;
  padding: 0;
}
.faq input:checked ~ h4 label::before{
  border-left: 6px solid transparent;
  border-top: 6px solid #ED1B2E;
  margin-top: 5px;
  margin-right: 10px;
}
.faq input:checked ~ h4 ~ div.p{
  max-height: 10000px;
  padding: 1em 0;
}

.mini-content { height: 100vh !important; }

/* ===== AUTH ===== */
.auth-wrapper {
    position: relative;
    min-height: 100vh;
    background: url('/assets/images/pxfuel.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-overlay {
    position: absolute;
    inset: 0;
}

.auth-card {
    position: relative;
    width: 100%;
    max-width: 600px;
    padding: 1em 2em;
    border-radius: 8px;
    z-index: 2;
    color: #fff;
    border: 1px solid rgba(255,255,255,.1);
    background: rgba(0,0,0,.25);
}

.auth-logo {
    width: 140px;
    display: block;
    margin: 0 auto 24px;
}

.auth-title {
    text-align: center;
    margin-bottom: 28px;
    font-weight: 800;
    font-size: 1.5em;
    color: #FFF;
    text-transform: uppercase;
}

.form-group {
    margin-bottom: 1em;
}

.form-group input {
    width: 100%;
    padding: 14px 12px;
    background: #FFF;
    border: 1px solid #333;
    border-radius: 4px;
}

.form-group input:focus {
    outline: none;
    border-color: #E50914;
    background: #FFF;
}

.auth-btn {
    width: 100%;
    padding: 14px;
    background: #E50914;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
    margin-top: 12px;
}

.auth-btn:hover {
    background: #f6121d;
}

.auth-error {
    color: #ff6b6b;
    font-size: 14px;
    margin-bottom: 10px;
}

.auth-forgot {
    font-size: 14px;
    margin-top: 10px;
    color: #aaa;
    text-align: right;
}

.auth-forgot a {
    color: #fff;
    text-decoration: none;
}

.auth-forgot a:hover {
    text-decoration: underline;
}

.auth-footer {
    margin-top: 24px;
    text-align: center;
    font-size: 14px;
    color: #aaa;
}

.auth-footer a {
    color: #fff;
    text-decoration: none;
}

.auth-footer a:hover {
    text-decoration: underline;
}

.auth-reg { border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 14px; margin-bottom: 14px; }

.safe-area { height: 250px; }

.subs-wrapper {
    max-width: 1100px;
    margin: 0 auto 0;
    padding: 1em;
    color: #fff;
    background: linear-gradient(180deg, #1f1f1f, #000);
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.7);
    border: 1px solid rgba(255,255,255,0.1);
}
.subs-wrapper-nobg { 
    background: none;
    box-shadow: none;
    border: none;
}

.subs-card {
    border: 1px solid rgba(255,255,255,.5);
    background: rgba(0,0,0,.25); 
    padding: 0;
    margin: 0 0 1rem 0;
    border-radius: .375rem !important;
    overflow: hidden;
}
.subs-card img { width: 100%; height: auto; }
.subs-card-content { padding: 1em; }
.subs-card-content h3 { font-size: 1em; font-weight: 800; color: #FFF; margin: 0 0 1em 0; }
.subs-card-content h3.card-title { color: #E50914; margin: 0; font-weight: 800; }
.subs-card-content h4 { font-size: 1.2em; font-weight: 800; color: #E50914; margin: 0 0 1em 0; }
.subs-card-content .price { font-size: 2em; font-weight: 800; color: #FFF; margin: 0 0 .5em 0; }
.subs-card-content .price span { font-size: .5em; font-weight: 400; color: #FFF; }

.price-card:hover { background: rgba(255,255,255,.05); }

.subs-btn {
    background: #E50914;
    color: #FFF;
    border: none;
    width: 100%;
    padding: .5em 1em;
    border-radius: 10px;
    font-size: 1em;
    cursor: pointer;
}

.subs-btn:hover {
    background: #ff1c26;
}

.subs-btn.large {
    max-width: 420px;
    font-size: 18px;
    padding: 16px;
}
.price-group { display: flex; gap: 1em; }
.price-group .subs-btn {
    flex: 1;
    padding: 12px;
    font-size: 1em; 
}
.price-group .disabled { 
    background: #555 !important;
    cursor: not-allowed;
}

.payment-category {
    margin-bottom: 1rem;
    border: 1px solid rgba(255,255,255,.1);
    background: rgba(0,0,0,.25); 
    border-radius: .375rem !important;
    overflow: hidden;
}

.category-header {
    padding: 1em;
    background: rgba(255,255,255,.1);
    cursor: pointer;
    font-weight: 600;
    font-size: 1em;
    list-style: none;
}

.category-header::marker {
    display: none;
}

.category-header::after {
    content: '+';
    float: right;
    font-size: 20px;
    transition: transform 0.3s;
}

details[open] .category-header::after {
    content: '-';
    transform: rotate(180deg);
}

.checkbox-group {
  display: grid;
    padding: 1em;
    gap: 1em;
    /* Mobile: 2 equal columns */
    grid-template-columns: repeat(5, 1fr);
}
.checkbox-group > * {
  margin: 0;
}
.checkbox-input {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.checkbox-input:checked + .checkbox-tile {
  border-color: #E50914;
  color: #E50914;
}
.checkbox-input:checked + .checkbox-tile:before {
  transform: scale(1);
  opacity: 1;
  background-color: #E50914;
  border-color: #E50914;
}
.checkbox-input:checked + .checkbox-tile .checkbox-icon, .checkbox-input:checked + .checkbox-tile .checkbox-label {
  color: #E50914;
}
.checkbox-input:focus + .checkbox-tile {
  border-color: #E50914;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
}
.checkbox-input:focus + .checkbox-tile:before {
  transform: scale(1);
  opacity: 1;
}

.checkbox-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: .375rem;
  background-color: #FFF;
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;
  padding: 1em;
  border: 1px solid #EEE;
}
.checkbox-tile:before {
  content: "";
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #E50914;
  background-color: #FFF;
  border-radius: 50%;
  top: .5em;
  left: .5em;
  opacity: 0;
  transform: scale(0);
  transition: 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.checkbox-input:checked + .checkbox-tile {
  border-color: #E50914;
  color: #E50914;
}
.checkbox-input:focus + .checkbox-tile { box-shadow: none; }

.checkbox-icon {
  transition: 0.375s ease;
  color: #555;
  text-align: center;
}
.checkbox-icon img {
  width: 80%;
  height: auto;
}

.checkbox-label {
  color: #000;
  transition: 0.375s ease;
  text-align: center;
}
.checkout-btn {
    background: #E50914;
    color: #FFF;
    border: none;
    padding: .5em 1em;
    border-radius: 10px;
    font-size: 1em;
    cursor: pointer;
}
.save-qr {
  margin-top: 1em;
}
.save-qr a {
    color: #FFF;
    border: none;
    padding: .5em 1em;
    border-radius: 10px;
    font-size: 1em;
    cursor: pointer;
}
.order-details {
    margin-bottom: 1em;
    border: 1px solid rgba(255,255,255,.1);
    background: rgba(0,0,0,.25); 
    border-radius: .375rem !important;
    overflow: hidden;
    padding: 1em;
}
.order-details .total { color: #E50914; font-weight: 800; font-size: 1.25em; border-top: 1px solid rgba(255,255,255,.1); padding-top: 1em; margin-top: 1em; }
.payment-info { margin-top: 2em; }
.qr-code { text-align: center; margin: 0 0 1em 0; }
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    text-align: center;
}

.loader-content {
    background: rgba(31, 31, 31, 0.95);
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #e74c3c;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 50px auto;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Social Login */
.social-login {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.social-login-text {
    text-align: center;
    color: #aaa;
    font-size: 14px;
    margin: 20px 0 10px;
    position: relative;
}

.social-login-text::before,
.social-login-text::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 45%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.social-login-text::before {
    left: 0;
}

.social-login-text::after {
    right: 0;
}

.social-btn {
  text-align: center;
    padding: 12px 16px;
    border: 2px solid #fff;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.2);
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

.social-btn i {
    font-size: 16px;
}

.google-btn {
    border-color: #FFF;
    background: rgba(0, 0, 0, 0.1);
}

.google-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #FFF;
}

.apple-btn {
    border-color: #FFF;
    background: rgba(0, 0, 0, 0.1);
}

.apple-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #FFF;
}

.auth-error {
    color: #ff6b6b;
    font-size: 14px;
    margin-bottom: 10px;
}

.auth-forgot {
    font-size: 14px;
    margin-top: 10px;
    color: #aaa;
    text-align: right;
}

.auth-forgot a {
    color: #fff;
    text-decoration: none;
}

.auth-forgot a:hover {
    text-decoration: underline;
}

.auth-footer {
    margin-top: 24px;
    text-align: center;
    font-size: 14px;
    color: #aaa;
}

.auth-footer a {
    color: #fff;
    text-decoration: none;
}

.auth-footer a:hover {
    text-decoration: underline;
}

.auth-reg { border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 14px; margin-bottom: 14px; }


@media (min-aspect-ratio: 16/9) {
}

@media (max-aspect-ratio: 16/9) {
}

@media (max-width: 768px) {
.container { max-width: 100%;}  
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
.top { padding: 0 .75rem; }
.nav > .nav-header > .nav-title { padding: 0; }
.nav > .nav-header > .nav-title img { width: 80px; height: auto !important; }
.nav > .nav-list { padding: 0; margin: 0; }

.display { height: auto; }
.display .image { position: absolute; height: 100%; width: 100%; z-index: 1; }
.display img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.display .image:before { background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, .5) 100%); }
.display .text { position: relative; width: 60%; top: 0; padding: 8em 0 0 0; transform: translate(-50%,0); }
.display .text h2 { font-size: 1.5em; line-height: auto; font-weight: 700; color: #FFF; margin: 0 0 .75em 0; padding: 0; }

.slick-dotted.slick-slider { margin-bottom: 10px; }
.slick-dots { bottom: 10px; }
.slick-dots li { width: 10px; height: 10px; }
.slick-dots li button:before { font-size: 8px; }
.slick-dots li.slick-active button:before { font-size: 12px; }

.about { padding: 3em 0; text-align: center; }
.about h2 { text-align: center; }
.about h4 { text-align: center; font-size: 1.25em; }
.about-img { margin: 0 0 2em 0; padding-top: 0; }
.about-img img { width: 500px; height: auto; }
.about .dl-link img { max-width: 150px; }

.trendings { padding: 3em 0 0 0; }
.trendings .prev-btn { left: 1em; }
.trendings .next-btn { right: 1em; }

.why { padding: 3em 0 0 0; }

.promote { padding: 0; }
.promote .col { opacity: 1; }
.promote .col:hover { transform: none; }
.promote .col:hover img { transform: none; }
.promote .col:nth-child(1),
.promote .col:nth-child(5) { position: relative; margin-top: 0; }
.promote .col:nth-child(2),
.promote .col:nth-child(4) { position: relative; margin-top: 0; }
.membership h2 { font-size: 1.5em; }
.membership-box { margin: 0 0 .5em 0; padding: 2em 1em; }
.membership-box2 { font-size: 1.2em; }
.membership-box2 li { text-align: left; }
.membership-box2 li { text-align: left; margin: 0 0 .5em 2em; }
.membership-box2 li:nth-child(1)::before {
margin: 0;
position: absolute;
left: -2em; top: 0;
}
.membership-box2 li:nth-child(2)::before {
margin: 0;
position: absolute;
left: -2em; top: 0;
}
.membership-box2 li:nth-child(3)::before {
margin: 0;
position: absolute;
left: -2em; top: 0;
}
.footer ul { text-align: left; }
.footer li a:hover { padding: 0; }

ol.hapusakun li img { width: 50%; }
.safe-area { height: 0; }
.checkbox-group {
  display: grid;
    padding: 1em;
    gap: 1em;
    /* Mobile: 2 equal columns */
    grid-template-columns: repeat(2, 1fr);
}
.social-login {
    grid-template-columns: 1fr; 
}
}

@media (max-width: 430px) {
    .display .text { width: 90%; }
}


/* Menu List Styling */
.menu-list {
    list-style: none;
    padding: 0;
}

.menu-item {
    margin-bottom: .5em;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: .375rem;
    cursor: pointer;
    transition: all 0.2s ease;
    overflow: hidden;
}
.subs-title {
  font-size: 2em;
  font-weight: 800;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.menu-item h2 {
  font-size: 1.5em;
  font-weight: 800;
  color: #FFF;
  margin: 0;
}



.benefit-list { font-size: .8em; padding: 0 2em 2em 2em; }
.benefit-list ul { margin: 0; padding: 0; list-style: none; }
.benefit-list ul li { position: relative; margin: 0 0 .5em 0; padding-left: 1.5em; }

.benefit-list2 { font-size: .8em; margin: 0 0 1em 0; padding: 0; }
.benefit-list2 ul { margin: 0; padding: 0; list-style: none; }
.benefit-list2 ul li { position: relative; margin: 0 0 .5em 0; padding-left: 1.5em; }
.benefit-list2 ul li::before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f058"; 
    color: #FFF;
    position: absolute;
    left: 0;
}

.menu-item-1 .benefit-list ul li::before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f058"; 
    color: #237F00;
    position: absolute;
    left: 0;
}

.menu-item-2 .benefit-list ul li::before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f058"; 
    color: #8D5B0E;
    position: absolute;
    left: 0;
}

.menu-item-3 .benefit-list ul li::before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f058"; 
    color: #00477F;
    position: absolute;
    left: 0;
}

.menu-item-4 .benefit-list ul li::before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f058"; 
    color: #7F0058;
    position: absolute;
    left: 0;
}

.package-header { display: flex; align-items: center; font-size: .8em; padding: 2em; }
.package-header img { width: 48px; height: auto; border-radius: 5px; margin: 0 10px 0 0; }

.menu-item-1 { background: rgba(22,80,0,.5); }
.menu-item-1 .package-bottom { display: flex; background: #165000; padding: 1em 2em; justify-content: space-between; align-items: center; }
.menu-item-2 { background: rgba(134,81,1,.5); }
.menu-item-2 .package-bottom { display: flex; background: #865101; padding: 1em 2em; justify-content: space-between; align-items: center; }
.menu-item-3 { background: rgba(0,71,127,.5); }
.menu-item-3 .package-bottom { display: flex; background: #00477F; padding: 1em 2em; justify-content: space-between; align-items: center; }
.menu-item-4 { background: rgba(127,0,88,.5); }
.menu-item-4 .package-bottom { display: flex; background: #7F0058; padding: 1em 2em; justify-content: space-between; align-items: center; }

.price-area { line-height: 1.25em; }
.price-area .normal-price { font-size: .8em; text-decoration: line-through; }
.price-area .discounted-price { font-size: 1.5em; font-weight: 800; }
.price-area .discounted-price div { display: inline; margin: 0 .5em 0 0; padding: 0 .5em 0 0; border-right: 1px solid #FFF; }
.price-area .discounted-price div:last-child { border-right: none; margin: 0; padding: 0; }
.price-area .discounted-price span { font-size: .6em; }

.menu-item-1 .view-button { 
    width: 100%;
    padding: 10px;
    background: #0D2A02;
    border: none;
    border-radius: .375rem;
    color: #FFF;
    cursor: pointer;
    margin-top: 0;
}

.menu-item-2 .view-button { 
    width: 100%;
    padding: 10px;
    background: #452B03;
    border: none;
    border-radius: .375rem;
    color: #FFF;
    cursor: pointer;
    margin-top: 0;
}

.menu-item-3 .view-button { 
    width: 100%;
    padding: 10px;
    background: #032641;
    border: none;
    border-radius: .375rem;
    color: #FFF;
    cursor: pointer;
    margin-top: 0;
}

.menu-item-4 .view-button { 
    width: 100%;
    padding: 10px;
    background: #42022E;
    border: none;
    border-radius: .375rem;
    color: #FFF;
    cursor: pointer;
    margin-top: 0;
}

/* Detail View Styling */
.detail-view {
    animation: fadeIn 0.3s ease-in-out;
}
.detail-view h2 {
    margin-bottom: 0;
    font-weight: 800;
    font-size: 1.5em;
    color: #FFF;
}

.back-button-area {
  border-bottom: 1px solid rgba(255,255,255,.5);
  padding-bottom: .5em;
  margin-bottom: 1em;
}

.back-btn {
    background: none;
    color: white;
    border: none;
    padding: .5em 0;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

/* Utility Classes */
.hidden { display: none; }

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.subs-tabs button.tab {
  font-size: 1em;
  border-radius: .375rem !important;
  padding: 10px 20px;
  margin: 0 10px 1.5rem 0;
  text-transform: uppercase;
  border:none;
}
.subs-tabs button.active {
  background: #1F2937;
  color: #FFF
}

.video-poster {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8em 0 2em 0;
}

.video-poster .logo {
    max-width: 120px;
    height: auto;
}

.logo-top-center {
    position: absolute;
    top: 1em;
    left: 50%;
    transform: translateX(-50%);
    max-width: 120px;
    height: auto;
    z-index: 10;
}

.video-poster .poster-image {
    max-width: 280px;
    width: 100%;
    height: auto;
    border-radius: 0.75rem;
}

.video-poster .video-title {
    color: #FFF;
    font-size: 1.5em;
    font-weight: 700;
    margin: 0.5em 0 0.3em 0;
}

.video-poster .video-caption {
    font-size: 0.9em;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    max-width: 500px;
    margin: 0 auto 1em auto;
}

.video-poster .download-cta {
    color: #FFF;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 0.8em;
}

.video-poster .download-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.video-poster .download-link {
    display: inline-block;
}

.video-poster .download-link img {
    max-width: 180px;
    height: auto;
    transition: transform 0.3s ease;
}

.video-poster .download-link:hover img {
    transform: scale(1.05);
}

@media (max-width: 768px) {

    .benefit-list { font-size: .8em; padding: 0 2em 1em 2em; }

    .menu-item-1 .package-bottom { display: block; }
    .menu-item-2 .package-bottom { display: block; }
    .menu-item-3 .package-bottom { display: block; }
    .menu-item-4 .package-bottom { display: block; }

    .price-area { line-height: 1.25em; margin: 0 0 1em 0; }
    .price-area .normal-price { font-size: .8em; text-decoration: line-through; }
    .price-area .discounted-price { font-size: .8em; font-weight: 800; }
    .price-area .discounted-price div { display: block; margin: 0; padding: 0; border-right: none; }
    .price-area .discounted-price div:last-child { border-right: none; margin: 0; padding: 0; }
    .price-area .discounted-price span { font-size: 1em; font-weight: normal; }
    

    .subs-tabs button.tab {
    margin: 0 10px 1em 0;
    }
    .subs-card-content { padding-bottom: .5em; }
    .subs-card-content .price { font-size: 1.5em; }

    .price-group { display: block; }
    .price-group .subs-btn {
        margin-bottom: .5em;
        padding: .5em 1em;
        font-size: 1em; 
    }

    .video-poster .logo {
        max-width: 100px;
    }

    .video-poster .poster-image {
        max-width: 240px;
    }

    .video-poster .video-title {
        font-size: 1.3em;
    }

    .video-poster .video-caption {
        font-size: 0.85em;
    }

    .video-poster .download-link img {
        max-width: 160px;
    }
}