.help-center-section {
    background-color: #0f1e36; /* Dark background */
    padding: 20px;
    text-align: center;
  }
  
  .help-center-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px;
  }
  
  .logo h1 {
    color: white;
    font-size: 24px;
    font-weight: bold;
  }
  
  .header-nav a {
    color: white;
    margin-left: 20px;
    text-decoration: none;
  }
  
  .search-bar-container {
    position: relative;
    margin-top: 30px;
  }
  
  .search-bar {
    width: 60%;
    padding: 15px;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    background-color: #2c3e50;
    color: #fff;
  }
  
  .search-icon {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
  }
  




  .content-section {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
  }
  
  .breadcrumbs {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 10px;
  }
  
  .breadcrumbs a {
    color: #6c757d;
    text-decoration: none;
  }
  
  .breadcrumbs a:hover {
    text-decoration: underline;
  }
  
  h1 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
  }
  
  .updated-info {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 20px;
  }
  
  .content {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
  }
  
  .content a {
    color: #007bff;
    text-decoration: none;
  }
  
  .content a:hover {
    text-decoration: underline;
  }
  
  .side-note {
    border-left: 2px solid #6c757d;
    padding-left: 20px;
    color: #6c757d;
    font-size: 16px;
  }

  

  .info-section {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
  }
  
  .info-section a {
    color: #5a67d8; /* Light blue color for link */
    text-decoration: none;
  }
  
  .info-section a:hover {
    text-decoration: underline;
  }

  

  .instruction-section {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
  }
  
  .instruction-section h3 {
    font-weight: bold;
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
  }
  
  .instruction-section ol {
    margin-left: 20px;
  }
  
  .instruction-section ol li {
    margin-bottom: 10px;
  }
  
  .instruction-section a {
    color: #5a67d8; /* Light blue color for link */
    text-decoration: none;
  }
  
  .instruction-section a:hover {
    text-decoration: underline;
  }

  





  .instruction-section {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
  }
  
  .instruction-section h3 {
    font-weight: bold;
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
  }
  
  .instruction-section ol {
    margin-left: 20px;
  }
  
  .instruction-section ol li {
    margin-bottom: 10px;
  }
  
  .instruction-section .note {
    margin-left: 20px;
    color: #555;
  }
  
  .instruction-section .note li {
    list-style-type: disc;
    margin-bottom: 10px;
  }
  
  .instruction-section a {
    color: #5a67d8; /* Light blue color for link */
    text-decoration: none;
  }
  
  .instruction-section a:hover {
    text-decoration: underline;
  }

  









  .instruction-section {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
  }
  
  .instruction-section ol {
    margin-left: 20px;
  }
  
  .instruction-section ol li {
    margin-bottom: 10px;
  }
  
  .instruction-section a {
    color: #5a67d8; /* Light blue color for link */
    text-decoration: none;
  }
  
  .instruction-section a:hover {
    text-decoration: underline;
  }

  






  .help-section {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
  }
  
  .help-section p {
    margin-bottom: 10px;
  }
  
  .help-section a {
    color: #5a67d8; /* Light blue color for link */
    text-decoration: none;
  }
  
  .help-section a:hover {
    text-decoration: underline;
  }
  
  .help-section hr {
    margin-top: 20px;
    border: 0;
    border-top: 1px solid #ddd;
  }

  



  .related-articles {
    font-family: Arial, sans-serif;
    margin: 20px 0;
  }
  
  .related-articles h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  
  .article-list {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    background-color: #f9f9f9;
  }
  
  .article-list a {
    display: block;
    font-size: 18px;
    color: #333;
    padding: 10px 0;
    text-decoration: none;
    border-bottom: 1px solid #eee;
  }
  
  .article-list a:last-child {
    border-bottom: none;
  }
  
  .article-list a:hover {
    color: #5a67d8; /* Light blue hover */
  }
  
  .article-list span {
    float: right;
    color: #5a67d8;
  }
  
  .feedback-section {
    text-align: center;
    margin-top: 30px;
  }
  
  .feedback-section p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .feedback-section .emojis {
    font-size: 30px;
  }
  
  .feedback-section .emojis span {
    margin: 0 15px;
    cursor: pointer;
  }

  

  .footer {
    background-color: #3a3f47; /* Dark background color */
    padding: 20px 0;
    text-align: center;
  }
  
  .footer-logo h1 {
    font-size: 24px;
    color: #f1f1f1; /* Light text color */
    font-weight: bold;
    font-family: Arial, sans-serif;
  }
  
  .footer-logo h1:before {
    content: "• ";
    color: #f1f1f1;
    font-size: 28px;
    vertical-align: middle;
  }
  
  .footer-logo h1:after {
    content: " •";
    color: #f1f1f1;
    font-size: 28px;
    vertical-align: middle;
  }
  