.page-vip-club-levels-benefits {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-vip-club-levels-benefits .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-vip-club-levels-benefits .hero-section {
  position: relative;
  width: 100%;
  padding: 80px 20px;
  background: linear-gradient(135deg, #0A2239 0%, #304E6C 100%); /* Dark blue gradient */
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}

.page-vip-club-levels-benefits .hero-container {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
}

.page-vip-club-levels-benefits .hero-image {
  margin-bottom: 40px;
}

.page-vip-club-levels-benefits .hero-image img {
  width: 100%;
  height: auto;
  max-width: 1000px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.page-vip-club-levels-benefits .hero-content h1 {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #E6B325; /* Accent color for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.page-vip-club-levels-benefits .hero-content p {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-vip-club-levels-benefits .hero-ctas .cta-button {
  display: inline-block;
  padding: 15px 35px;
  margin: 0 10px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-vip-club-levels-benefits .hero-ctas .primary-button {
  background-color: #E6B325;
  color: #0A2239;
  border: 2px solid #E6B325;
}

.page-vip-club-levels-benefits .hero-ctas .primary-button:hover {
  background-color: #FFC94A;
  color: #0A2239;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-vip-club-levels-benefits .hero-ctas .secondary-button {
  background-color: transparent;
  color: #E6B325;
  border: 2px solid #E6B325;
}

.page-vip-club-levels-benefits .hero-ctas .secondary-button:hover {
  background-color: #E6B325;
  color: #0A2239;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-vip-club-levels-benefits section {
  padding: 60px 0;
  text-align: center;
}

.page-vip-club-levels-benefits section:nth-of-type(even) {
  background-color: #f0f0f0;
}

.page-vip-club-levels-benefits h2 {
  font-size: 2.5em;
  color: #0A2239;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.page-vip-club-levels-benefits h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #E6B325;
  border-radius: 2px;
}

.page-vip-club-levels-benefits h3 {
  font-size: 1.8em;
  color: #0A2239;
  margin-bottom: 15px;
}

.page-vip-club-levels-benefits p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555555;
}

.page-vip-club-levels-benefits a {
  color: #0A2239;
  text-decoration: none;
}

.page-vip-club-levels-benefits a:hover {
  text-decoration: underline;
  color: #E6B325;
}

/* Section Intro */
.page-vip-club-levels-benefits .section-intro p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Section Levels */
.page-vip-club-levels-benefits .level-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-vip-club-levels-benefits .level-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0;
}

.page-vip-club-levels-benefits .level-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.page-vip-club-levels-benefits .level-card img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 50%;
  border: 4px solid #E6B325;
  padding: 5px;
}

.page-vip-club-levels-benefits .level-card h3 {
  color: #0A2239;
  font-size: 1.8em;
  margin-bottom: 15px;
}

.page-vip-club-levels-benefits .level-card p {
  font-size: 1em;
  color: #666666;
  margin-bottom: 15px;
}

.page-vip-club-levels-benefits .level-card ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  text-align: left;
}

.page-vip-club-levels-benefits .level-card ul li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23E6B325" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>') no-repeat left center;
  background-size: 18px;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 0.95em;
  color: #444444;
}

.page-vip-club-levels-benefits .note {
  margin-top: 40px;
  font-style: italic;
  color: #777777;
  font-size: 0.95em;
}

/* Section Benefits Detail */
.page-vip-club-levels-benefits .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-vip-club-levels-benefits .benefit-item {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0;
}

.page-vip-club-levels-benefits .benefit-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.page-vip-club-levels-benefits .benefit-item img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: #F8E5A1; /* Lighter shade of secondary color */
  padding: 15px;
}

.page-vip-club-levels-benefits .benefit-item h3 {
  color: #0A2239;
  font-size: 1.6em;
  margin-bottom: 15px;
}

.page-vip-club-levels-benefits .benefit-item p {
  font-size: 1em;
  color: #666666;
}

/* Section How To VIP */
.page-vip-club-levels-benefits .section-how-to-vip ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  max-width: 800px;
  margin: 40px auto;
  text-align: left;
}

.page-vip-club-levels-benefits .section-how-to-vip ol li {
  counter-increment: my-awesome-counter;
  margin-bottom: 25px;
  padding-left: 60px;
  position: relative;
  font-size: 1.1em;
  color: #444444;
}

.page-vip-club-levels-benefits .section-how-to-vip ol li::before {
  content: counter(my-awesome-counter);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #E6B325;
  color: #0A2239;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.3em;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-vip-club-levels-benefits .cta-group {
  margin-top: 40px;
}

.page-vip-club-levels-benefits .cta-group .cta-button {
  display: inline-block;
  padding: 15px 35px;
  margin: 0 10px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-vip-club-levels-benefits .cta-group .primary-button {
  background-color: #E6B325;
  color: #0A2239;
  border: 2px solid #E6B325;
}

.page-vip-club-levels-benefits .cta-group .primary-button:hover {
  background-color: #FFC94A;
  color: #0A2239;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-vip-club-levels-benefits .cta-group .secondary-button {
  background-color: transparent;
  color: #0A2239;
  border: 2px solid #0A2239;
}

.page-vip-club-levels-benefits .cta-group .secondary-button:hover {
  background-color: #0A2239;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* FAQ Section */
.page-vip-club-levels-benefits .section-faq {
  background-color: #f8f8f8;
}

.page-vip-club-levels-benefits .faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-vip-club-levels-benefits .faq-item {
  margin-bottom: 15px;
}

.page-vip-club-levels-benefits .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.page-vip-club-levels-benefits .faq-question:hover {
  background: #f5f5f5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.page-vip-club-levels-benefits .faq-question h3 {
  margin: 0;
  font-size: 1.15em;
  color: #0A2239;
  text-align: left;
}

.page-vip-club-levels-benefits .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #E6B325;
  transition: transform 0.3s ease;
}

.page-vip-club-levels-benefits .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #0A2239;
}

.page-vip-club-levels-benefits .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background-color: #fefefe;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 8px 8px;
  color: #555555;
  text-align: left;
}

.page-vip-club-levels-benefits .faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed */
  padding: 20px 25px;
}

.page-vip-club-levels-benefits .faq-answer p {
  margin-bottom: 0;
}

/* Section CTA Bottom */
.page-vip-club-levels-benefits .section-cta-bottom {
  background-color: #0A2239;
  color: #ffffff;
  padding: 80px 20px;
}

.page-vip-club-levels-benefits .section-cta-bottom h2 {
  color: #E6B325;
}

.page-vip-club-levels-benefits .section-cta-bottom h2::after {
  background-color: #ffffff;
}

.page-vip-club-levels-benefits .section-cta-bottom p {
  color: #e0e0e0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-vip-club-levels-benefits .section-cta-bottom .cta-group .primary-button {
  background-color: #E6B325;
  color: #0A2239;
  border: 2px solid #E6B325;
}

.page-vip-club-levels-benefits .section-cta-bottom .cta-group .primary-button:hover {
  background-color: #FFC94A;
  color: #0A2239;
}

.page-vip-club-levels-benefits .section-cta-bottom .cta-group .secondary-button {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-vip-club-levels-benefits .section-cta-bottom .cta-group .secondary-button:hover {
  background-color: #ffffff;
  color: #0A2239;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-vip-club-levels-benefits .hero-content h1 {
    font-size: 2.5em;
  }
  .page-vip-club-levels-benefits h2 {
    font-size: 2em;
  }
  .page-vip-club-levels-benefits .level-grid, .page-vip-club-levels-benefits .benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-vip-club-levels-benefits .hero-section {
    padding: 60px 15px;
  }
  .page-vip-club-levels-benefits .hero-content h1 {
    font-size: 2em;
  }
  .page-vip-club-levels-benefits .hero-content p {
    font-size: 1em;
  }
  .page-vip-club-levels-benefits .hero-ctas .cta-button {
    padding: 12px 25px;
    font-size: 1em;
    margin: 5px;
  }
  .page-vip-club-levels-benefits section {
    padding: 40px 0;
  }
  .page-vip-club-levels-benefits h2 {
    font-size: 1.8em;
  }
  .page-vip-club-levels-benefits h3 {
    font-size: 1.5em;
  }
  .page-vip-club-levels-benefits p {
    font-size: 0.95em;
  }
  .page-vip-club-levels-benefits .level-card img, .page-vip-club-levels-benefits .benefit-item img {
    width: 90px;
    height: 90px;
  }
  .page-vip-club-levels-benefits .section-how-to-vip ol li {
    padding-left: 50px;
    font-size: 1em;
  }
  .page-vip-club-levels-benefits .section-how-to-vip ol li::before {
    width: 35px;
    height: 35px;
    font-size: 1.2em;
  }
  .page-vip-club-levels-benefits .faq-question {
    padding: 15px 20px;
  }
  .page-vip-club-levels-benefits .faq-question h3 {
    font-size: 1em;
  }
  .page-vip-club-levels-benefits .faq-toggle {
    font-size: 20px;
  }
  .page-vip-club-levels-benefits .faq-answer {
    padding: 15px 20px;
  }
  .page-vip-club-levels-benefits .cta-group .cta-button {
    display: block;
    margin: 10px auto;
    width: fit-content;
  }
}

@media (max-width: 480px) {
  .page-vip-club-levels-benefits .hero-content h1 {
    font-size: 1.8em;
  }
  .page-vip-club-levels-benefits .hero-ctas .cta-button {
    font-size: 0.9em;
    padding: 10px 20px;
  }
  .page-vip-club-levels-benefits h2 {
    font-size: 1.5em;
  }
  .page-vip-club-levels-benefits h3 {
    font-size: 1.3em;
  }
  .page-vip-club-levels-benefits .level-card, .page-vip-club-levels-benefits .benefit-item {
    padding: 20px;
  }
  .page-vip-club-levels-benefits .level-card img, .page-vip-club-levels-benefits .benefit-item img {
    width: 80px;
    height: 80px;
  }
  .page-vip-club-levels-benefits .section-how-to-vip ol li {
    padding-left: 45px;
  }
  .page-vip-club-levels-benefits .section-how-to-vip ol li::before {
    width: 30px;
    height: 30px;
    font-size: 1em;
  }
}