.page-resources-13wim-security-features {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #e5d5b5; /* Light text for dark background */
  background-color: #1A2A4A; /* Main background color */
}

.page-resources-13wim-security-features .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-13wim-security-features .hero-section {
  background: linear-gradient(135deg, #1A2A4A 0%, #3a4d6e 100%); /* Dark blue gradient */
  color: #FFD700; /* Gold text for contrast */
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-13wim-security-features .hero-section h1 {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.page-resources-13wim-security-features .hero-section p {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px;
  color: #e5d5b5;
}

.page-resources-13wim-security-features .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-13wim-security-features .btn-primary {
  background-color: #FFD700; /* Gold */
  color: #1A2A4A; /* Dark blue */
}

.page-resources-13wim-security-features .btn-primary:hover {
  background-color: #e0b800; /* Darker gold */
}

.page-resources-13wim-security-features .btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 20px;
}

.page-resources-13wim-security-features .btn-secondary:hover {
  background-color: #FFD700;
  color: #1A2A4A;
}

.page-resources-13wim-security-features .content-section {
  padding: 80px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-13wim-security-features .content-section:last-of-type {
  border-bottom: none;
}

.page-resources-13wim-security-features .content-section .container {
  display: flex;
  align-items: center;
  gap: 40px;
}

.page-resources-13wim-security-features .content-block {
  flex: 1;
}

.page-resources-13wim-security-features .image-block {
  flex: 1;
  text-align: center;
}

.page-resources-13wim-security-features .feature-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.3);
}

.page-resources-13wim-security-features h2 {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}

.page-resources-13wim-security-features h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-13wim-security-features h3 {
  font-size: 1.8em;
  color: #e5d5b5;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-13wim-security-features p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #c0c0c0;
}

.page-resources-13wim-security-features .reverse-layout .container {
  flex-direction: row-reverse;
}

.page-resources-13wim-security-features .cta-section {
  background-color: #0f1a2e; /* Slightly darker blue */
  text-align: center;
  padding: 80px 0;
}

.page-resources-13wim-security-features .cta-section h2 {
  color: #FFD700;
  margin-bottom: 20px;
}

.page-resources-13wim-security-features .cta-section p {
  max-width: 700px;
  margin: 0 auto 40px;
  color: #e5d5b5;
}

.page-resources-13wim-security-features .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-13wim-security-features .faq-section {
  padding: 80px 0;
  background-color: #1A2A4A;
}

.page-resources-13wim-security-features .faq-section h2 {
  text-align: center;
  margin-bottom: 50px;
}

.page-resources-13wim-security-features .faq-item {
  background-color: #2a3d5e; /* Darker shade of blue for FAQ items */
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.page-resources-13wim-security-features .faq-item h3 {
  color: #FFD700;
  margin-top: 0;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.page-resources-13wim-security-features .faq-item p {
  color: #c0c0c0;
  font-size: 1em;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-13wim-security-features .hero-section h1 {
    font-size: 2.8em;
  }
  .page-resources-13wim-security-features h2 {
    font-size: 2em;
  }
  .page-resources-13wim-security-features .content-section .container {
    flex-direction: column;
    text-align: center;
  }
  .page-resources-13wim-security-features .reverse-layout .container {
    flex-direction: column;
  }
  .page-resources-13wim-security-features .cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-13wim-security-features .btn-secondary {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .page-resources-13wim-security-features .hero-section {
    padding: 80px 0;
  }
  .page-resources-13wim-security-features .hero-section h1 {
    font-size: 2.2em;
  }
  .page-resources-13wim-security-features .hero-section p {
    font-size: 1em;
  }
  .page-resources-13wim-security-features h2 {
    font-size: 1.8em;
  }
  .page-resources-13wim-security-features h3 {
    font-size: 1.3em;
  }
  .page-resources-13wim-security-features p {
    font-size: 0.95em;
  }
  .page-resources-13wim-security-features .content-section, .page-resources-13wim-security-features .cta-section, .page-resources-13wim-security-features .faq-section {
    padding: 50px 0;
  }
}