.elementor-3383 .elementor-element.elementor-element-75db6ae{--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-3383 .elementor-element.elementor-element-bbdea8d{--spacer-size:167px;}.elementor-3383 .elementor-element.elementor-element-dddf3a4{--spacer-size:142px;}.elementor-3383 .elementor-element.elementor-element-fec8dfa{--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-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3383 .elementor-element.elementor-element-0cd9407{text-align:center;}.elementor-3383 .elementor-element.elementor-element-0cd9407 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:28px;font-weight:600;color:#BC3734;}.elementor-3383 .elementor-element.elementor-element-f9065fa{--display:flex;}@media(max-width:767px){.elementor-3383 .elementor-element.elementor-element-bbdea8d{--spacer-size:267px;}.elementor-3383 .elementor-element.elementor-element-dddf3a4{--spacer-size:86px;}}/* Start custom CSS for html, class: .elementor-element-61af9f4 */.container {
    max-width: 1600px;
    margin: auto;
    padding: 10px;
  }


  .card p {
    font-size: 18px;
    text-align: justify;
  }

  /* Card Sections */
  .card {
    background: white;
    padding: 10px;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  }

  .card h2 {
    color: #bc3734;
    margin-bottom: 10px;
  }

  /* List Styling */
  ul {
    padding-left: 20px;
  }

  ul li {
    margin: 8px 0;
  }

  /* Highlight Boxes */
  .highlight {
    background: #bc3734;
    border-left: 5px solid #bc3734;
    padding: 15px;
    border-radius: 6px;
    margin-top: 10px;
  }
a {
  color: #bc3734;
  text-decoration: underline;
}
a:hover {
  color: #8b2926;
}
  /* Grid Layout */
  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
  }

  .grid-item {
    background: #eee;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #bc3734;
  }

  .grid-item h3 {
    margin-top: 0;
    color: #bc3734;
  }

  /* Footer */
  .footer {
    text-align: center;
    margin-top: 30px;
    padding: 15px;
    font-size: 14px;
    color: #777;
  }/* End custom CSS */