.elementor-2667 .elementor-element.elementor-element-86f7b88{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-a45fa07 */.container {
  max-width: 960px;
  margin: 40px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}

h1 {
  font-size: 32px;
  text-align: center;
  color: #2c3e50;
  margin-bottom: 30px;
}

h2 {
  font-size: 24px;
  color: #0056b3;
  margin-top: 40px;
  margin-bottom: 15px;
}

h3 {
  font-size: 20px;
  color: #333;
  margin-top: 30px;
}

p {
  font-size: 1.05rem;
  margin-bottom: 20px;
  text-align: justify;
}

ul {
  margin-bottom: 25px;
  padding-left: 20px;
}

ul li {
  margin-bottom: 10px;
}

a {
  color: #0077cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 40px 0;
}

table th,
table td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  text-align: left;
}

table th {
  background-color: #f1f1f1;
  color: #333;
  font-weight: bold;
}

table tr:nth-child(even) {
  background-color: #f9f9f9;
}

table tr:hover {
  background-color: #eef5ff;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .container {
    padding: 15px;
  }

  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  p,
  ul li {
    font-size: 1rem;
  }

  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  table thead {
    display: none;
  }

  table tr {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
  }

  table td {
    padding-left: 45%;
    position: relative;
    text-align: left;
    border: none;
    border-bottom: 1px solid #eee;
  }

  table td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    top: 12px;
    font-weight: bold;
    text-transform: capitalize;
    color: #555;
  }
}/* End custom CSS */