.elementor-18 .elementor-element.elementor-element-73b8f85{--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-18 .elementor-element.elementor-element-81187af{text-align:center;}/* Start custom CSS for html, class: .elementor-element-81bf74a */.section {
    max-width: 1100px;
    margin: auto;
    padding: 60px 20px;
    text-align: center;
  }

  .section p {
    font-size: 16px;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #555;
  }

  .cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
  }

  .card {
    background: #fff;
    border-radius: 12px;
    padding: 25px 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
  }

  .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  }

  .icon {
    font-size: 30px;
    margin-bottom: 12px;
  }

  .title {
    font-weight: 600;
    font-size: 16px;
  }

  /* Optional: subtle accent colors */
  .card:nth-child(1) { border-top: 4px solid #4CAF50; }
  .card:nth-child(2) { border-top: 4px solid #2196F3; }
  .card:nth-child(3) { border-top: 4px solid #FF9800; }
  .card:nth-child(4) { border-top: 4px solid #E91E63; }/* End custom CSS */