.elementor-14854 .elementor-element.elementor-element-98a7047{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2c58204 *//* =============================== */
/* VIP LUXURY ARTICLE STYLE        */
/* =============================== */
.article-vip {
  font-family: 'Poppins', sans-serif;
  max-width: 900px;
  margin: auto;
  padding: 40px 25px;
  background: linear-gradient(145deg, #0b0f1c, #151a2a);
  border-radius: 18px;
  box-shadow: 0 0 35px rgba(0,0,0,0.55);
  color: #e9ecf8;
  line-height: 1.8;
}

.article-vip h1 {
  font-size: 34px;
  text-align: center;
  font-weight: 700;
  background: linear-gradient(90deg, #ff0080, #7928ca, #2afadf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 25px;
}

.article-vip h2 {
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #ffb347;
  position: relative;
  padding-left: 12px;
}
.article-vip h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  height: 70%;
  width: 5px;
  border-radius: 3px;
  background: linear-gradient(180deg, #ff0080, #7928ca);
}

.article-vip h3 {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 12px;
  color: #8ac4ff;
  font-weight: 600;
}

.article-vip p {
  font-size: 16px;
  margin-bottom: 18px;
  color: #cfd6eb;
}

.article-vip a {
  color: #ff80bf;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
.article-vip a:hover {
  color: #2afadf;
  text-decoration: underline;
}

.article-vip ul, .article-vip ol {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 18px 30px;
  margin: 18px 0;
}
.article-vip li {
  margin-bottom: 10px;
  color: #e0e6f7;
  position: relative;
  padding-left: 22px;
}
.article-vip li::before {
  content: "✔";
  color: #2afadf;
  position: absolute;
  left: 0;
}

.article-vip img {
  width: 100%;
  border-radius: 16px;
  margin: 20px 0;
  box-shadow: 0 0 25px rgba(0,0,0,0.4);
}

.article-vip blockquote {
  border-left: 4px solid #ff80bf;
  padding: 15px 20px;
  background: rgba(255,255,255,0.05);
  border-radius: 10px;
  font-style: italic;
  color: #ffdeeb;
  margin: 20px 0;
}

.article-vip table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 25px rgba(0,0,0,0.3);
}
.article-vip th {
  background: linear-gradient(90deg, #7928ca, #2afadf);
  color: #fff;
  text-align: left;
  padding: 12px 16px;
}
.article-vip td {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  color: #e6e9f7;
}
.article-vip tr:last-child td {
  border-bottom: none;
}

.article-vip section h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
}

.article-vip section h3 {
  font-size: 18px;
  margin-top: 20px;
  color: #ffb347;
}

.article-vip .faq-box {
  margin-bottom: 15px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  background: rgba(255,255,255,0.02);
  padding: 18px 20px;
  transition: all 0.3s ease-in-out;
}
.article-vip .faq-box:hover {
  background: rgba(255,255,255,0.07);
  box-shadow: 0 0 15px rgba(122,40,202,0.3);
}
.sr-only{
  position:absolute!important;
  width:1px; height:1px;
  padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0);
  white-space:nowrap; border:0;
}/* End custom CSS */