.elementor-2028 .elementor-element.elementor-element-7964d66{--display:flex;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-9445deb */body {
      margin: 0;
      font-family: 'Poppins', sans-serif;
      background-color: #f5f8fb;
      color: #333;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 100vh;
      text-align: center;
      padding: 20px;
    }
.container {
      max-width: 600px;
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      padding: 60px 40px;
    }
    .icon {
      font-size: 48px;
      color: #005fae;
      margin-bottom: 20px;
    }
    h1 {
      font-size: 32px;
      margin-bottom: 16px;
      color: #005fae;
    }
    p {
      font-size: 16px;
      margin: 12px 0;
      line-height: 1.5;
    }
    .btn {
      display: inline-block;
      margin-top: 24px;
      padding: 12px 32px;
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      background-color: #ff6600;
      border: none;
      border-radius: 4px;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
    }
    .btn:hover {
      background-color: #e65500;
      transform: translateY(-2px);
    }/* End custom CSS */