.elementor-17124 .elementor-element.elementor-element-7f83c65{--display:flex;}.elementor-17124 .elementor-element.elementor-element-b870480{--display:flex;}.elementor-17124 .elementor-element.elementor-element-633bbcb{--display:flex;}/* Start custom CSS for html, class: .elementor-element-46a478f */.icon-menu-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  /* kotak untuk setiap icon */
  .icon-box {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    width: 220px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none; 
    color: inherit;
  }

  /* efek hover */
  .icon-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  }

  /* lingkaran background icon - DIGANTI GAMBAR PNG */
  .icon-img-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .icon-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }

  /* warna-warna unik per kategori */
  .bg-brosur { background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); }
  .bg-kurikulum { background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%); }
  .bg-akademik { background: linear-gradient(135deg, #fa709a 0%, #fee140 100%); }
  .bg-tesis { background: linear-gradient(135deg, #a18cd1 0%, #fbc2eb 100%); }

  /* teks judul */
  .icon-title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
    line-height: 1.3;
  }

  /* teks deskripsi kecil */
  .icon-desc {
    font-size: 12px;
    color: #888;
  }

  /* RESPONSIVE: Untuk Layar HP (Mobile) */
  @media (max-width: 768px) {
    .icon-menu-container {
      flex-direction: column;
      align-items: center;
    }
    .icon-box {
      width: 90%;
      flex-direction: row;
      justify-content: flex-start;
      text-align: left;
      padding: 15px 20px;
    }
    .icon-img-wrapper {
      width: 50px;
      height: 50px;
      margin-bottom: 0;
      margin-right: 15px;
      flex-shrink: 0;
    }
    .icon-img {
      width: 28px;
      height: 28px;
    }
  }/* End custom CSS */