.elementor-9 .elementor-element.elementor-element-657eed4{--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:100px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5848878 */body, .pdatco-container {
    font-family: "Arial", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #333;
    text-align: center;
  }

  .pdatco-container {
    padding: 60px 20px;
    max-width: 800px;
    margin: 0 auto;
  }

  /* Animations */
  .fade-in {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease forwards;
  }
  .fade-in.delay-1 { animation-delay: 0.5s; }
  .fade-in.delay-2 { animation-delay: 1s; }
  .fade-in.delay-3 { animation-delay: 1.5s; }

  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Logo */
  .pdatco-logo {
    font-size: 40px;
    font-weight: bold;
    color: #0a2240; /* deep navy */
    letter-spacing: 4px;
    margin-bottom: 10px;
  }

  .pdatco-tagline {
    font-size: 14px;
    color: #777;
    margin-bottom: 30px;
  }

  /* Divider with animation */
  .pdatco-divider {
    width: 0;
    height: 3px;
    background-color: #d4af37; /* gold accent */
    margin: 20px auto;
    border-radius: 3px;
    animation: growLine 1.2s ease forwards;
    animation-delay: 1.2s;
  }

  @keyframes growLine {
    from { width: 0; }
    to { width: 60px; }
  }

  .pdatco-about {
    font-size: 18px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 40px;
  }

  .pdatco-footer {
    font-size: 13px;
    color: #777;
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 40px;
  }/* End custom CSS */