body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9; /* Light background for readability */
    color: #333; /* Dark text for contrast */
  }

  #terms-container {
    max-width: 100%; /* Restrict the width for better readability */
    margin: 20px auto; /* Center the container */
    padding: 20px;
    background: #fff; /* White background for the content */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    direction: rtl; /* Ensure text aligns correctly for Arabic */
    text-align: justify; /* Justify text for a clean appearance */
  }

  #terms-container p {
    margin-bottom: 15px; /* Add spacing between paragraphs */
  }
  #terms-container > p:nth-of-type(2) {
    color: #171717; /* Apply blue color only to the second paragraph */
    font-weight: 700;
    font-size: 24px; /* Increase font size for the second heading */
}


  #terms-container h1, #terms-container h2, #terms-container h3 {
    color: #124261; /* Use a blue theme for headings */
    text-align: center;
    margin-bottom: 20px;
  }

  #terms-container ul {
    padding: 0 20px; /* Indent for lists */
    list-style-type: disc; /* Add bullets */
  }

  #terms-container ul li {
    margin-bottom: 10px; /* Spacing between list items */
  }

.w-75{
    width: 75%;
    margin: auto;
    margin-top:  100px;
}
