.elementor-1403 .elementor-element.elementor-element-e39a66b{--display:flex;--min-height:86px;}.elementor-1403 .elementor-element.elementor-element-e39a66b:not(.elementor-motion-effects-element-type-background), .elementor-1403 .elementor-element.elementor-element-e39a66b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000BF;}.elementor-1403 .elementor-element.elementor-element-cc5aca8{--spacer-size:50px;}.elementor-1403 .elementor-element.elementor-element-fe96f18{--display:flex;}.elementor-1403 .elementor-element.elementor-element-d0afdc2{--spacer-size:50px;}/* Start custom CSS for html, class: .elementor-element-fe360b1 */<style>
  .pims-container {
    font-family: 'Poppins', sans-serif;
    padding: 50px 20px;
    max-width: 1300px;
    margin: auto;
    background: linear-gradient(145deg, #ffffff, #f2f2f2);
    color: #333;
  }

  .pims-title {
    font-size: 2.8rem;
    text-align: center;
    color: #F5B754;
    margin-bottom: 10px;
    font-weight: 700;
  }

  .pims-subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: #777;
    margin-bottom: 50px;
  }

  .pims-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }

  .pims-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    flex: 1 1 280px;
    max-width: 380px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }

  .pims-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 50px rgba(245, 183, 84, 0.2);
  }

  .pims-card h3 {
    color: #F5B754;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  .pims-card ul {
    list-style: none;
    padding-left: 0;
  }

  .pims-card li {
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
    font-size: 0.95rem;
    color: #444;
  }

  .highlight-box {
    background: #fff9f2;
    border-left: 6px solid #F5B754;
    border-radius: 16px;
    padding: 25px 30px;
    margin-top: 60px;
    margin-bottom: 40px;
    box-shadow: 0 5px 20px rgba(245, 183, 84, 0.1);
  }

  .highlight-box h4 {
    margin-bottom: 15px;
    color: #F5B754;
    font-weight: 600;
  }

  .highlight-box p {
    margin: 8px 0;
    font-size: 0.95rem;
    color: #555;
  }

  .pims-contact {
    text-align: center;
    font-size: 1rem;
    margin-top: 50px;
    color: #555;
  }

  .pims-contact a {
    color: #F5B754;
    text-decoration: none;
    font-weight: 600;
  }

  @media (max-width: 768px) {
    .pims-title {
      font-size: 2rem;
    }

    .pims-card {
      max-width: 100%;
    }

    .pims-grid {
      gap: 20px;
    }
  }
</style>/* End custom CSS */