.elementor-17104 .elementor-element.elementor-element-891686f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-499bf93 */.kontak-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 20px 25px;
    background: linear-gradient(to right, #0056b3, #003d80);
    font-family: 'Segoe UI', sans-serif;
    color: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,86,179,0.3);
  }

  .kb-item {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
    padding: 10px 15px;
    border-radius: 8px;
    background: rgba(255,255,255,0.1);
  }

  .kb-item:hover {
    background: rgba(255,255,255,0.2);
    transform: translateY(-3px);
  }

  .kb-icon {
    width: 28px;
    height: 28px;
    fill: white;
    flex-shrink: 0;
  }

  .kb-text {
    display: flex;
    flex-direction: column;
  }
  
  .kb-text .label {
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.8;
    letter-spacing: 0.5px;
  }
  
  .kb-text .value {
    font-size: 16px;
    font-weight: 700;
  }

  .kb-separator {
    height: 40px;
    width: 2px;
    background: rgba(255,255,255,0.3);
  }

  /* Responsif HP: Turun ke bawah &amp; besar */
  @media (max-width: 768px) {
    .kontak-bar {
      flex-direction: column;
      gap: 15px;
      text-align: center;
      padding: 20px;
    }
    
    .kb-separator {
      display: none;
    }
    
    .kb-item {
      width: 100%;
      justify-content: center;
    }

    .kb-text .value {
      font-size: 15px;
    }
  }/* End custom CSS */