.page-resources-nex88-advantages-security {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-resources-nex88-advantages-security__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-nex88-advantages-security__section {
  padding: 60px 0;
  margin-bottom: 20px;
}

.page-resources-nex88-advantages-security__section-title {
  font-size: 36px;
  color: #8B0000; /* Deep Red */
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-nex88-advantages-security__section-intro {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
  color: #555555;
}

/* Hero Section */
.page-resources-nex88-advantages-security__hero {
  background: linear-gradient(135deg, #FFD700, #8B0000);
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-nex88-advantages-security__hero-content {
  max-width: 900px;
  margin-bottom: 40px;
}

.page-resources-nex88-advantages-security__hero-title {
  font-size: 48px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-nex88-advantages-security__hero-description {
  font-size: 20px;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-nex88-advantages-security__hero-description a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}

.page-resources-nex88-advantages-security__hero-description a:hover {
  color: #f0f0f0;
  text-decoration: none;
}

.page-resources-nex88-advantages-security__hero-image {
  width: 100%;
  max-width: 800px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-nex88-advantages-security__hero-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* CTA Button */
.page-resources-nex88-advantages-security__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background-color: #FFD700; /* Gold */
  color: #8B0000; /* Deep Red */
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 2px solid #FFD700;
}

.page-resources-nex88-advantages-security__cta-button:hover {
  background-color: #8B0000; /* Deep Red */
  color: #FFD700; /* Gold */
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  border-color: #FFD700;
}

/* Advantages Section */
.page-resources-nex88-advantages-security__advantages {
  background-color: #ffffff;
}

.page-resources-nex88-advantages-security__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-resources-nex88-advantages-security__grid-item {
  background-color: #fefefe;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 5px solid #FFD700;
}

.page-resources-nex88-advantages-security__grid-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-nex88-advantages-security__item-icon {
  width: 150px; /* Increased size */
  height: 150px; /* Increased size */
  margin-bottom: 20px;
  object-fit: contain;
}

.page-resources-nex88-advantages-security__item-title {
  font-size: 24px;
  color: #8B0000;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-nex88-advantages-security__item-description {
  font-size: 16px;
  color: #666666;
}

.page-resources-nex88-advantages-security__item-description a {
  color: #8B0000;
  font-weight: bold;
  text-decoration: none;
}

.page-resources-nex88-advantages-security__item-description a:hover {
  text-decoration: underline;
}

/* Security Section */
.page-resources-nex88-advantages-security__security {
  background-color: #f0f0f0;
}

.page-resources-nex88-advantages-security__features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-resources-nex88-advantages-security__feature-item {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 5px solid #FFD700;
}

.page-resources-nex88-advantages-security__feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-nex88-advantages-security__feature-icon {
  width: 150px; /* Increased size */
  height: 150px; /* Increased size */
  margin-bottom: 20px;
  object-fit: contain;
}

.page-resources-nex88-advantages-security__feature-title {
  font-size: 24px;
  color: #8B0000;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-nex88-advantages-security__feature-description {
  font-size: 16px;
  color: #666666;
}

.page-resources-nex88-advantages-security__feature-description a {
  color: #8B0000;
  font-weight: bold;
  text-decoration: none;
}

.page-resources-nex88-advantages-security__feature-description a:hover {
  text-decoration: underline;
}

/* FAQ Section */
.page-resources-nex88-advantages-security__faq {
  background-color: #ffffff;
}

.faq-item {
  margin-bottom: 15px;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #fefefe;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.faq-question:hover {
  background: #fff5e0;
  border-color: #FFD700;
}

.faq-question h3 {
  margin: 0;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #8B0000;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  padding: 0 20px;
  background-color: #f9f9f9;
  border-radius: 0 0 8px 8px;
  border: 1px solid #e0e0e0;
  border-top: none;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed */
  padding: 20px;
  border-color: #FFD700;
}

.faq-answer p {
  margin: 0;
  font-size: 16px;
  color: #555555;
}

.faq-answer p a {
  color: #8B0000;
  font-weight: bold;
  text-decoration: none;
}

.faq-answer p a:hover {
  text-decoration: underline;
}

/* Final CTA Section */
.page-resources-nex88-advantages-security__cta-final {
  background: linear-gradient(135deg, #8B0000, #FFD700);
  color: #ffffff;
  text-align: center;
  padding: 80px 20px;
}

.page-resources-nex88-advantages-security__cta-content {
  max-width: 800px;
}

.page-resources-nex88-advantages-security__cta-title {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-nex88-advantages-security__cta-description {
  font-size: 20px;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-resources-nex88-advantages-security__cta-description a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}

.page-resources-nex88-advantages-security__cta-description a:hover {
  color: #f0f0f0;
  text-decoration: none;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-nex88-advantages-security__hero-title {
    font-size: 40px;
  }
  .page-resources-nex88-advantages-security__hero-description {
    font-size: 18px;
  }
  .page-resources-nex88-advantages-security__section-title {
    font-size: 30px;
  }
  .page-resources-nex88-advantages-security__grid-item, .page-resources-nex88-advantages-security__feature-item {
    padding: 25px;
  }
  .page-resources-nex88-advantages-security__item-title, .page-resources-nex88-advantages-security__feature-title {
    font-size: 22px;
  }
  .page-resources-nex88-advantages-security__cta-title {
    font-size: 34px;
  }
  .page-resources-nex88-advantages-security__cta-button {
    padding: 12px 30px;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .page-resources-nex88-advantages-security__section {
    padding: 40px 0;
  }
  .page-resources-nex88-advantages-security__hero {
    padding: 60px 15px;
  }
  .page-resources-nex88-advantages-security__hero-title {
    font-size: 32px;
  }
  .page-resources-nex88-advantages-security__hero-description {
    font-size: 16px;
  }
  .page-resources-nex88-advantages-security__section-title {
    font-size: 26px;
  }
  .page-resources-nex88-advantages-security__section-intro {
    font-size: 16px;
  }
  .page-resources-nex88-advantages-security__grid, .page-resources-nex88-advantages-security__features {
    grid-template-columns: 1fr;
  }
  .page-resources-nex88-advantages-security__item-icon, .page-resources-nex88-advantages-security__feature-icon {
    width: 120px;
    height: 120px;
  }
  .faq-question h3 {
    font-size: 16px;
  }
  .faq-toggle {
    font-size: 20px;
  }
  .faq-answer p {
    font-size: 14px;
  }
  .page-resources-nex88-advantages-security__cta-title {
    font-size: 28px;
  }
  .page-resources-nex88-advantages-security__cta-description {
    font-size: 16px;
  }
  .page-resources-nex88-advantages-security__cta-button {
    padding: 10px 25px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .page-resources-nex88-advantages-security__hero-title {
    font-size: 28px;
  }
  .page-resources-nex88-advantages-security__section-title {
    font-size: 24px;
  }
  .page-resources-nex88-advantages-security__cta-title {
    font-size: 24px;
  }
}