.elementor-18792 .elementor-element.elementor-element-5ca3dcb{--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;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:5%;--padding-bottom:5%;--padding-left:5%;--padding-right:5%;}@media(min-width:768px){.elementor-18792 .elementor-element.elementor-element-5ca3dcb{--content-width:1200px;}}/* Start custom CSS for html, class: .elementor-element-6fa34d4 */body {
    font-family: 'Poppins', Roboto, sans-serif;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    background: #f8f9fa;
    color: #333;
  }

  .container {
    max-width: 960px;
    margin: auto;
    padding: 20px;
    background: #fff;
  }

  h1, h2, h3, h4 {
    color: #2c3e50;
    margin-top: 1.5em;
  }

  h1 {
    font-size: 2em;
    text-align: center;
    margin-top: 0;
  }

  h2 {
    font-size: 1.5em;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 6px;
  }

  h3 {
    font-size: 1.2em;
    margin-top: 1.2em;
  }

  p, li {
    font-size: 1rem;
    margin-bottom: 0.8em;
  }

  ul {
    padding-left: 1.5em;
    list-style-type: disc;
  }

  a {
    color: #007bff;
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }

  /* Responsive tables or sections if needed */
  table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
  }

  table, th, td {
    border: 1px solid #ddd;
    padding: 8px;
  }

  /* Mobile responsiveness */
  @media (max-width: 768px) {
    body {
      font-size: 16px;
    }

    .container {
      padding: 15px;
    }

    h1 {
      font-size: 1.6em;
    }

    h2 {
      font-size: 1.3em;
    }

    h3 {
      font-size: 1.1em;
    }

    ul {
      padding-left: 1.2em;
    }
  }

  @media (max-width: 480px) {
    h1 {
      font-size: 1.4em;
    }

    h2 {
      font-size: 1.2em;
    }

    h3 {
      font-size: 1em;
    }

    .container {
      padding: 10px;
    }

    p, li {
      font-size: 0.95rem;
    }
  }/* End custom CSS */