body {
    background-color: #ffffff; /* Matches the dark background */
    font-family: Arial, sans-serif;
    color: #ffffff;
  }
  
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #001B2E; /* Dark header background */
  }
  
  .logo {
    font-size: 24px;
    font-weight: bold;
  }
  
  .logo span {
    color: #fff;
  }
  
  .nav a {
    margin-left: 20px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
  }
  
  .nav a.language {
    display: inline-flex;
    align-items: center;
  }
  
  .nav a:hover {
    text-decoration: underline;
  }
  
  .search-bar {
    margin: 40px auto;
    width: 60%;
    text-align: center;
  }
  
  .search-bar input {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 5px;
    background-color: #34485E;
    color: #fff;
    font-size: 18px;
  }
  
  .search-bar input::placeholder {
    color: #b0b6be;
  }
  



  

 /* Breadcrumb styles */
 .breadcrumb {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    padding: 8px;
    background-color: #f8f9fa;
}

.breadcrumb li {
    margin: 0 5px;
}

.breadcrumb li a {
    text-decoration: none;
    color: #007bff;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

.breadcrumb li::after {
    content: ">";
    margin-left: 5px;
    color: #6c757d;
}

.breadcrumb li:last-child::after {
    content: ""; /* Remove the '>' on the last item */
}

.breadcrumb li:last-child a {
    color: #6c757d;
    pointer-events: none;
}




/* General section container */
section {
    padding: 40px 20px;
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
  }
  
  /* Heading Styles */
  h2 {
    font-size: 28px;
    font-weight: 700;
    color: #333;
  }
  
  h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 30px;
    color: #333;
  }
  
  h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    color: #333;
  }
  
  /* Paragraph Styling */
  p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
  }
  
  .text-muted {
    color: #999;
    font-size: 14px;
    margin-bottom: 15px;
  }
  
  /* Unordered List Styling */
  ul {
    list-style-type: disc;
    padding-left: 20px;
    color: #333;
  }
  
  ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }

  


  /* Section Styling */
section {
    padding: 40px 20px;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
  }
  
  /* Heading Styling */
  h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
  }
  
  h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
  }
  
  /* Paragraph Styling */
  p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
  }
  
  /* Link Styling */
  a {
    color: #4a67e0;
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }
  
  /* Unordered List Styling */
  ul {
    list-style-type: disc;
    padding-left: 20px;
  }
  
  ul li {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 10px;
  }

  



  /* Section Styling */
section {
    padding: 40px 20px;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
  }
  
  /* Headings Styling */
  h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
  }
  
  h5 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
  }
  
  h6 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
  }
  
  /* Link Styling */
  a {
    color: #4a67e0;
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }
  
  /* Unordered List Styling */
  ul {
    list-style-type: disc;
    padding-left: 20px;
  }
  
  ul li {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 10px;
  }

  


  /* Sub-option within a list */
ul ul {
    list-style-type: circle;
    padding-left: 20px;
  }
  
  ul ul li {
    margin-bottom: 5px;
    font-size: 14px;
  }
  
  /* Smaller heading for Option 2 */
  h6 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
  }

  



  /* Section Styling */
section {
    padding: 40px 20px;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
  }
  
  /* Headings Styling */
  h5 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
  }
  
  h6 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
  }
  
  /* Paragraph Styling */
  p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
  }
  
  /* Unordered List Styling */
  ul {
    list-style-type: disc;
    padding-left: 20px;
  }
  
  ul li {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 10px;
  }
  
  /* Ordered List Styling */
  ol {
    list-style-type: decimal;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  
  ol li {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 10px;
  }

  

  /* Section Styling */
section {
    padding: 40px 20px;
    font-family: Arial, sans-serif;
  }
  
  /* Related Articles Heading */
  h5 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
  }
  
  /* Related Articles List */
  .related-articles ul {
    list-style-type: none;
    padding: 0;
  }
  
  .related-articles ul li {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
  }
  
  .related-articles ul li a {
    text-decoration: none;
    color: #4a67e0;
    font-size: 16px;
  }
  
  .related-articles ul li a:hover {
    text-decoration: underline;
  }
  
  /* Feedback Section */
  .feedback-section {
    background-color: #f5f5f5;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
    border-radius: 8px;
  }
  
  .feedback-section p {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
  }
  
  /* Emoji Styling */
  .feedback-emojis {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  
  .feedback-emojis .emoji {
    font-size: 24px;
    cursor: pointer;
  }
  
  .feedback-emojis .emoji:hover {
    transform: scale(1.2);
  }

  

  /* Footer Styling */
footer {
    background-color: #2c3e50; /* Dark gray-blue background */
    padding: 20px 0;
    text-align: center;
  }
  
  .footer-content img {
    width: 150px; /* Adjust the width to your logo's size */
  }
  
  footer img {
    display: inline-block;
  }
  